en-us/strings.psd1
@{ # General 'General.BoundParameters' = 'Bound parameters: {0}' # Validation 'Validate.FileSystem.Directory.Fail' = 'The input object could not be identified as a directory: {0}' # Assembly 'Assembly.Parameter.MissingName' = 'Could not convert from hashtable, must contain a "Name" element!' # Command Add-JeaModuleRole 'Add-JeaModuleRole.RolePresent' = 'Role {0} already exists in {1}! Use -Force to replace the existing role.' 'Add-JeaModuleRole.AddingRole' = 'Adding role {0} to module {1}' # Command ConvertTo-Capability 'ConvertTo-Capability.CapabilityNotKnown' = 'Could not convert to capability: {0}' # Command Export-JeaModule 'Export-JeaModule.Folder.ModuleBaseExists' = "The module's base folder already exists: {0}" 'Export-JeaModule.Folder.ModuleBaseNew' = 'Creating new module folder: {0}' 'Export-JeaModule.Folder.VersionRoot' = 'Creating version specific module path: {0}\{1}' 'Export-JeaModule.Folder.Content' = 'Creating subfolder: {0}' 'Export-JeaModule.Folder.RoleCapailities' = 'Creating the folder to store Role Capability Files: {0}\RoleCapabilities' 'Export-JeaModule.Role.NewRole' = 'Creating new Role: {0} ({1} Published Command Capabilities)' 'Export-JeaModule.Role.VisibleCmdlet' = '[Role: {0}] Adding visible Cmdlet: {1}{2}' 'Export-JeaModule.Role.VisibleFunction' = '[Role: {0}] Adding visible Function: {1}{2}' 'Export-JeaModule.File.Create' = 'Creating File: {0}' # Command Import-JeaScriptFile 'Import-JeaScriptFile.ProcessingInput' = 'Processing file for import: {0}' 'Import-JeaScriptFile.ParsingError' = 'Parsing error for file: {0}' 'Import-JeaScriptFile.UnknownError' = 'Unknown error when processing file: {0}' # Command New-JeaModule 'New-JeaModule.Creating' = 'Creating JEA Module object for: {0} (v{1})' # Command New-JeaRole 'New-JeaRole.Creating' = 'Creating Role: {0}' } |