UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

1,103 lines • 88.2 kB
export declare const MESSAGES_CORE_I18N: { readonly '^Access is denied$': { readonly gettext: "Access denied."; }; readonly '^Alarm created$': { readonly gettext: "Alarm created"; }; readonly '^Alarm updated$': { readonly gettext: "Alarm updated"; }; readonly '^API is not available with the new domain$': { readonly gettext: "Could not activate custom domain. DNS setup is incorrect."; }; readonly '^Application with given name already exist$': { readonly gettext: "Application with given name already exists."; }; readonly '^Application with id (.+?) is already assigned to the tenant (.+?)$': { readonly gettext: "This application is already assigned to tenant \"{{tenant}}\"."; readonly placeholders: { readonly tenant: "$2"; }; }; readonly '^Apply software changes: (.+?)\\.?$': { readonly gettext: "Apply software changes: {{ softwareChanges }}"; readonly placeholders: { readonly softwareChanges: { readonly capture: "$1"; readonly translate: { readonly 'install "(.+?)" \\(version: (.+?)\\)': { readonly gettext: "install \"{{ softwareName }}\" (version: {{ softwareVersion }})"; readonly placeholders: { readonly softwareName: "$1"; readonly softwareVersion: "$2"; }; }; readonly 'install "([^"]+)"(?! \\(version: .+?\\))': { readonly gettext: "install \"{{ softwareName }}\""; readonly placeholders: { readonly softwareName: "$1"; }; }; readonly 'delete "(.+?)" \\(version: (.+?)\\)': { readonly gettext: "delete \"{{ softwareName }}\" (version: {{ softwareVersion }})"; readonly placeholders: { readonly softwareName: "$1"; readonly softwareVersion: "$2"; }; }; readonly 'delete "([^"]+)"(?! \\(version: .+?\\))': { readonly gettext: "delete \"{{ softwareName }}\""; readonly placeholders: { readonly softwareName: "$1"; }; }; }; }; }; }; readonly '^Assign device profile (.+?) to device (.+?)$': { readonly gettext: "Assign device profile {{profileName}} to device {{deviceName}}"; readonly placeholders: { readonly profileName: "$1"; readonly deviceName: "$2"; }; }; readonly '^(.+)pplication for tenant (.+) with properties \\( (.+?) \\) already exists$': { readonly gettext: "Application for tenant \"{{tenant}}\" with the following values ({{valuesList}}) already exists."; readonly placeholders: { readonly tenant: "$2"; readonly valuesList: "$3"; }; }; readonly '^Authentication failed! : User account is locked$': { readonly gettext: "Authentication failed due to: user account is locked."; }; readonly '^Availability monitoring record$': { readonly gettext: "Availability monitoring record"; }; readonly '^Can not activate a certificate which is either expired or not yet valid$': { readonly gettext: "Cannot activate a certificate which is either expired or not yet valid."; }; readonly '^Cannot add certificate - certificate with (.+?) fingerprint already exists. : Certificate with (.+?) fingerprint already exists.$': { readonly gettext: "Could not add certificate. Certificate with {{fingerprint}} fingerprint already exists."; readonly placeholders: { readonly fingerprint: "$1"; }; }; readonly '^Cannot change password. : Provided token does not exist.$': { readonly gettext: "Cannot change password: provided token is invalid."; }; readonly '^Cannot deploy module (.*)$': { readonly gettext: "Cannot deploy module due to error: \"{{ errorMessage | translate }}\"."; readonly placeholders: { readonly errorMessage: "$1"; }; }; readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) \\[([\\S\\s]+?)\\]$": { readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}}."; readonly placeholders: { readonly moduleName: "$1"; readonly expression: "$3"; readonly incorrectExpression: "$4"; readonly line: "$5"; readonly column: "$6"; }; }; readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$": { readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}} near reserved keyword \"{{keyword}}\"."; readonly placeholders: { readonly moduleName: "$1"; readonly expression: "$3"; readonly incorrectExpression: "$4"; readonly line: "$5"; readonly column: "$6"; readonly keyword: "$7"; }; }; readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+), please check the where clause \\[([\\S\\s]+?)\\]$": { readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}}, check \"where\" clause."; readonly placeholders: { readonly moduleName: "$1"; readonly expression: "$3"; readonly incorrectExpression: "$4"; readonly line: "$5"; readonly column: "$6"; }; }; readonly "^Cannot deploy module (.+?)! : Deployment failed in module '(.+?)' in expression '(.+?)' : Exception compiling script '(.+?)' of dialect '(.+?)': missing (.+?) before statement \\((.+?)\\) \\[([\\S\\s]+?)\\]$": { readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": exception compiling script \"{{scriptName}}\" of dialect \"{{scriptDialect}}\": missing \"{{missingSyntax}}\" before statement \"{{affectedStatement}}\"."; readonly placeholders: { readonly moduleName: "$1"; readonly expression: "$3"; readonly scriptName: "$4"; readonly scriptDialect: "$5"; readonly missingSyntax: "$6"; readonly affectedStatement: "$7"; }; }; readonly "^Cannot execute bulk operation on empty group. Group with id='(\\d+?)' doesn't have child assets.$": { readonly gettext: "Could not execute bulk operation on an empty group. Group with ID \"{{groupId}}\" has no child assets."; readonly placeholders: { readonly groupId: "$1"; }; }; readonly "^Cannot execute bulk operation on empty group. DynamicGroup with id='(\\d+?)' doesn't have child assets$": { readonly gettext: "Could not execute bulk operation on an empty group. Smart group with ID \"{{groupId}}\" has no child assets."; readonly placeholders: { readonly groupId: "$1"; }; }; readonly '^Cannot parse X509 certificate. : Could not parse certificate: (.+?)$': { readonly gettext: "Could not parse X.509 certificate: {{ failureReason | translate }}."; readonly placeholders: { readonly failureReason: "$1"; }; }; readonly '^Cannot reschedule bulk operation. All its operations are successful$': { readonly gettext: "Cannot reschedule bulk operation. All its operations are already successful."; }; readonly '^Cannot reset user password : Cannot find user with such email.$': { readonly gettext: "Cannot reset password for user with such email: email not found."; }; readonly '^Cannot update/delete application binary via this endpoint$': { readonly gettext: "Cannot update/delete application binary via this endpoint"; }; readonly "^Can't delete user because it is used by another managed object$": { readonly gettext: "Cannot delete device with associated device owner because this owner is still assigned to other device(s). Try to remove only the device."; }; readonly '^Cep module created$': { readonly gettext: "CEP module created"; }; readonly '^Cep module updated$': { readonly gettext: "CEP module updated"; }; readonly '^Cep module deleted$': { readonly gettext: "CEP module deleted"; }; readonly '^Cep module "(.+?)" created$': { readonly gettext: "CEP module \"{{name}}\" created"; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Cep module "(.+?)" updated$': { readonly gettext: "CEP module \"{{name}}\" updated"; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Cep module "(.+?)" deleted$': { readonly gettext: "CEP module \"{{name}}\" deleted"; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Command state is invalid: (.+)$': { readonly gettext: "Command state is invalid: {{violations}}"; readonly placeholders: { readonly violations: { readonly capture: "$1"; readonly translate: { readonly '(\\w+?) - may not be null': { readonly gettext: "\"{{field}}\" must not be null"; readonly placeholders: { readonly field: "$1"; }; }; }; }; }; }; readonly '^Could not connect to endpoint (.+)\\. Could not verify `(.+)` host key with fingerprint `(.+)` for `(.+)` on port (.+)\\. If you expected that key, please remove the previous one from configuration to allow for connection\\.$': { readonly gettext: "Could not connect to endpoint \"{{endpointName}}\". Could not verify {{keyType}} host key with fingerprint {{fingerprint}} for host {{host}} on port {{port}}. If you expected this key, please remove the previous one from configuration to allow for connection."; readonly placeholders: { readonly endpointName: "$1"; readonly keyType: "$2"; readonly fingerprint: "$3"; readonly host: "$4"; readonly port: "$5"; }; }; readonly '^Could not login to ssh server on endpoint "(.+)"\\. Provided credential for user "(.+)" is incorrect\\.$': { readonly gettext: "Could not access SSH server on endpoint \"{{endpointName}}\". Provided credentials for user \"{{userName}}\" are incorrect."; readonly placeholders: { readonly endpointName: "$1"; readonly userName: "$2"; }; }; readonly '^Could not save object remoteAccessUpdate: (.+)$': { readonly gettext: "{{errorMessages}}"; readonly placeholders: { readonly errorMessages: { readonly capture: "$1"; readonly translate: { readonly 'Could not recognize host-key format': { readonly gettext: "Could not recognize \"Host key\" format"; }; readonly 'Could not recognize key-pair format': { readonly gettext: "Could not recognize the format of \"Public key\" or \"Private key\""; }; }; }; }; }; readonly '^Could not update user. : Error persisting user (.+?)!$': { readonly gettext: "Could not update user \"{{username}}\"."; readonly placeholders: { readonly username: "$1"; }; }; readonly '^Create bulk operation$': { readonly gettext: "Create bulk operation"; }; readonly '^Create bulk operation: (.+)$': { readonly gettext: "Create bulk operation: {{updatesList}}"; readonly placeholders: { updatesList: { capture: string; translate: { "status='(.+?)'": { gettext: "status: \"{{ status | translate }}\""; placeholders: { status: string; }; }; "generalStatus='(.+?)'": { gettext: "general status: \"{{ generalStatus | translate }}\""; placeholders: { generalStatus: string; }; }; "progress='(.+?)'": { gettext: "progress: \"{{ progress }}\""; placeholders: { progress: string; }; }; 'note=(.+?)': { gettext: "note: \"{{ note }}\""; placeholders: { note: string; }; }; }; }; }; }; readonly '^Creation ramp must be greater than (\\d+?)$': { readonly gettext: "Bulk operation delay must be greater than {{minSeconds}} seconds."; readonly placeholders: { readonly minSeconds: "$1"; }; }; readonly '^Created container$': { readonly gettext: "Container created."; }; readonly '^Created pod: (.+)$': { readonly gettext: "Pod \"{{imageName}}\" created."; readonly placeholders: { readonly imageName: "$1"; }; }; readonly '^Creating device on LoRa platform failed$': { readonly gettext: "Could not create the device in the LoRa platform."; }; readonly '^CSV file contained empty dataset$': { readonly gettext: "No entries found in uploaded CSV file."; }; readonly '^Cycle detected for route (.+?)!$': { readonly gettext: "Cycle detected for route {{route}}."; readonly placeholders: { readonly route: "$1"; }; }; readonly '^Data broker processing is currently overloaded and may stop forwarding your data\\. Please contact support\\.$': { readonly gettext: "Data broker processing is currently overloaded and may stop forwarding your data. Please contact support."; }; readonly '^Data broker processing is not able to connect do destination tenant, thus data forwarding is not working\\. Please contact support\\.$': { readonly gettext: "Data broker processing is not able to connect to destination tenant, thus data forwarding is not working. Please contact support."; }; readonly '^Delete bulk operation$': { readonly gettext: "Delete bulk operation"; }; readonly '^Delete bulk operation: (.+)$': { readonly gettext: "Delete bulk operation: {{updatesList}}"; readonly placeholders: { updatesList: { capture: string; translate: { "status='(.+?)'": { gettext: "status: \"{{ status | translate }}\""; placeholders: { status: string; }; }; "generalStatus='(.+?)'": { gettext: "general status: \"{{ generalStatus | translate }}\""; placeholders: { generalStatus: string; }; }; "progress='(.+?)'": { gettext: "progress: \"{{ progress }}\""; placeholders: { progress: string; }; }; 'note=(.+?)': { gettext: "note: \"{{ note }}\""; placeholders: { note: string; }; }; }; }; }; }; readonly "^Device id '(.+?)' contains '(.+?)' character which is not permitted.$": { readonly gettext: "ID \"{{deviceId}}\" contains invalid character: \"{{invalidCharacter}}\"."; readonly placeholders: { readonly deviceId: "$1"; readonly invalidCharacter: "$2"; }; }; readonly "^Device name: '(.+?)', alarm text: '(.+?)'$": { readonly gettext: "Device name: \"{{deviceName}}\", alarm text: \"{{alarmText | translate}}\""; readonly placeholders: { readonly deviceName: "$1"; readonly alarmText: "$2"; }; }; readonly '^Device (.+?) already registered to a tenant.$': { readonly gettext: "Device {{ devEUI }} is already registered in your tenant or in another tenant in the platform."; readonly placeholders: { readonly devEUI: "$1"; }; }; readonly '^Device with external ID(s) (.+?) was replaced by device with external ID(s) (.+?)$': { readonly gettext: "Device with external ID(s) {{ oldExtIds }} was replaced by device with external ID(s) {{ newExtIds }}."; readonly placeholders: { readonly oldExtIds: "$1"; readonly newExtIds: "$2"; }; }; readonly '^Display name$': { readonly gettext: "Login alias"; }; readonly '^Domain name in uploaded certificate differs from the one in use$': { readonly gettext: "Domain name in uploaded certificate differs from the one in use. Please deactivate the custom domain before uploading new certificate."; }; readonly '^Domain name is already in use by another tenant!$': { readonly gettext: "Domain name is already used by another tenant."; }; readonly '^Duplicated connector for instanceUrl (.+?)!$': { readonly gettext: "Target URL {{targetUrl}} already used by another connector."; readonly placeholders: { readonly targetUrl: "$1"; }; }; readonly '^Duplicated connector for name (.+?)!$': { readonly gettext: "Connector name \"{{name}}\" already used by another connector."; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Entry is outside of the target dir: (.+)$': { readonly gettext: "File entry outside of the target directory: \"{{path}}\"."; readonly placeholders: { readonly path: "$1"; }; }; readonly '^Error during password validation. : Password must have at least (\\d+?) characters and no more than (\\d+?) and must contain only Latin1 characters.$': { readonly gettext: "Password is invalid. It must have at least {{minCharactersCount}} and no more than {{maxCharactersCount}} characters."; readonly placeholders: { readonly minCharactersCount: "$1"; readonly maxCharactersCount: "$2"; }; }; readonly '^Error during password validation. : Your password has been used already. Choose another.$': { readonly gettext: "This password has already been used earlier. Use a different one."; }; readonly "^Error in statement (.+?):(.+?)! : Incorrect syntax near '(.+?)' near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$": { readonly gettext: "Error in statement {{moduleName}}:{{statementNumber}}. Incorrect syntax near expression \"{{expression}}\" near reserved keyword \"{{keyword}}\"."; readonly placeholders: { readonly moduleName: "$1"; readonly statementNumber: "$2"; readonly expression: "$3"; readonly keyword: "$4"; }; }; readonly '^External id not found; external id = ID \\[type=(.+?), value=(.+?)\\]$': { readonly gettext: "External ID not found for type \"{{type}}\" and value \"{{value}}\"."; readonly placeholders: { readonly type: "$1"; readonly value: "$2"; }; }; readonly '^Error occurred when trying to find an Application for id ID (.+) : Could not find application by ID (\\d+)$': { readonly gettext: "Could not find application by ID {{applicationId}}."; readonly placeholders: { readonly applicationId: "$2"; }; }; readonly '^Http status code: 404\n{error="options/Not Found",message="Unable to find option by given key: sigfox-agent/provider.token",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"}$': { readonly gettext: "Unable to find option by given key: sigfox-agent/provider.token"; }; readonly '^Failed to delete application. : Cannot remove application assigned to other tenants.$': { readonly gettext: "Could not delete application assigned to other tenants."; }; readonly '^Failed to extract certificate from PKCS12$': { readonly gettext: "Failed to extract certificate from PKCS12."; }; readonly '^Failed to update domain at the platform$': { readonly gettext: "Failed to update domain at the platform."; }; readonly "^Finding device data from database failed : No managedObject for id '(.+?)'!$": { readonly gettext: "Could not find managed object with ID \"{{deviceId}}\"."; readonly placeholders: { readonly deviceId: "$1"; }; }; readonly '^Following mandatory fields should be included: (.+?)$': { readonly gettext: "Following mandatory fields should be included: {{fields}}"; readonly placeholders: { readonly fields: "$1"; }; }; readonly '^Global Role updated$': { readonly gettext: "Global role updated"; }; readonly '^Global Role (.+?) updated$': { readonly gettext: "Global role \"{{name}}\" updated"; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Global Role (.+?) updated: (.+)$': { readonly gettext: "Global role \"{{name}}\" updated: {{updatesList}}"; readonly placeholders: { readonly name: "$1"; readonly updatesList: { readonly capture: "$2"; readonly translate: { readonly 'applications \\[([^\\]]+?)\\] added': { readonly gettext: "applications {{list}} added"; readonly placeholders: { readonly list: "$1"; }; }; readonly 'applications \\[([^\\]]+?)\\] removed': { readonly gettext: "applications {{list}} removed"; readonly placeholders: { readonly list: "$1"; }; }; readonly 'roles \\[([^\\]]+?)\\] added': { readonly gettext: "roles {{list}} added"; readonly placeholders: { readonly list: "$1"; }; }; readonly 'roles \\[([^\\]]+?)\\] removed': { readonly gettext: "roles {{list}} removed"; readonly placeholders: { readonly list: "$1"; }; }; }; }; }; }; readonly '^Global Roles$': { readonly gettext: "Global roles"; }; readonly '^Operation updated: (.+)$': { readonly gettext: "Operation updated: {{updatesList}}"; readonly placeholders: { readonly updatesList: { readonly capture: "$1"; readonly translate: { readonly "status='(.+?)'": { readonly gettext: "status: \"{{ status | translate }}\""; readonly placeholders: { readonly status: "$1"; }; }; readonly "description='(.+?)'": { readonly gettext: "description: \"{{ description | translate }}\""; readonly placeholders: { readonly description: "$1"; }; }; readonly "device name='(.+?)'": { readonly gettext: "device name: \"{{ deviceName }}\""; readonly placeholders: { readonly deviceName: "$1"; }; }; readonly "failure reason='(.+?)'": { readonly gettext: "failure reason: \"{{ failureReason | translate }}\""; readonly placeholders: { readonly failureReason: "$1"; }; }; }; }; }; }; readonly '^ID \\[type=(.+?), value=(.+?)\\] was already bound to different Global ID.$': { readonly gettext: "External ID \"{{value}}\" of the type \"{{type}}\" already exists."; readonly placeholders: { readonly type: "$1"; readonly value: "$2"; }; }; readonly '^Invalid credentials! : Bad credentials$': { readonly gettext: "Invalid credentials."; }; readonly '^Invalid credentials! : No phone number provided$': { readonly gettext: "Log into the management tenant first and enter your phone number."; }; readonly '^Inventory Role removed$': { readonly gettext: "Inventory role removed"; }; readonly '^Inventory Role (.+?) removed$': { readonly gettext: "Inventory role \"{{name}}\" deleted."; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Inventory Role updated$': { readonly gettext: "Inventory role updated"; }; readonly '^Inventory Role (.+?) updated$': { readonly gettext: "Inventory role \"{{name}}\" updated."; readonly placeholders: { readonly name: "$1"; }; }; readonly '^I/O error: Connection refused; nested exception is Connection refused : Connection refused$': { readonly gettext: "Connection refused"; }; readonly '^I/O error: Read timed out; nested exception is Read timed out : Read timed out$': { readonly gettext: "Read timed out"; }; readonly '^Log file requested$': { readonly gettext: "Log file requested."; }; readonly '^Managed object deleted$': { readonly gettext: "Managed object deleted"; }; readonly '^Managed object "(.+?)" deleted$': { readonly gettext: "Managed object \"{{name}}\" deleted"; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Maximum file size exceeded$': { readonly gettext: "Maximum file size exceeded."; }; readonly "^Message with ID (.+?) doesn't exist in smart rest template (.+?)$": { readonly gettext: "Message with ID \"{{messageId}}\" doesn't exist in SmartREST template with ID \"{{templateId}}\""; readonly placeholders: { readonly messageId: "$1"; readonly templateId: "$2"; }; }; readonly "^name of Application cannot start with '(.+)' prefix.$": { readonly gettext: "Application name must not start with \"{{ prefix }}\"."; readonly placeholders: { readonly prefix: "$1"; }; }; readonly '^NewDeviceRequest for id = (.+?) already exists.$': { readonly gettext: "Device registration request with ID {{id}} already exists."; readonly placeholders: { readonly id: "$1"; }; }; readonly '^NewDeviceRequest for device id (.+?) is in state BLOCKED, not PENDING_ACCEPTANCE.$': { readonly gettext: "Device registration request with ID \"{{deviceId}}\" is in state \"Blocked\", not \"Pending acceptance\". Remove this registration request and start over."; readonly placeholders: { readonly deviceId: "$1"; }; }; readonly '^No communication with device since (.+?)$': { readonly gettext: "No communication with device since {{timestamp | absoluteDate}}."; readonly placeholders: { readonly timestamp: "$1"; }; }; readonly '^No data received from device within required interval.$': { readonly gettext: "No data received from device within required interval."; }; readonly '^No LoRa provider settings are found. Please configure the connectivity settings.$': { readonly gettext: "No LoRa provider settings are found. Please configure the connectivity settings."; }; readonly '^Not within any context!$': { readonly gettext: "A problem occurred with microservice subscription."; }; readonly '^Maximum age cannot be bigger than 10 years.$': { readonly gettext: "Maximum age cannot be bigger than 10 years."; }; readonly '^Microservice application name incorrect. Please use only lower-case letters, digits and dashes. Maximum length is (\\d+) characters.$': { readonly gettext: "Microservice application name is incorrect: only lower case letters, digits and dashes allowed. Maximum length: {{maxLength}}."; readonly placeholders: { readonly maxLength: "$1"; }; }; readonly '^Microservice not available.*$': { readonly gettext: "Microservice is not available."; }; readonly '^Operation created$': { readonly gettext: "Operation created."; }; readonly '^Operation updated$': { readonly gettext: "Operation updated."; }; readonly "^Operation created: status='(.+?)'.$": { readonly gettext: "Operation created: status: \"{{ status | translate }}\"."; readonly placeholders: { readonly status: "$1"; }; }; readonly '^Option created$': { readonly gettext: "Option created."; }; readonly '^Option "(.+?)" created$': { readonly gettext: "Option \"{{option}}\" created."; readonly placeholders: { readonly option: "$1"; }; }; readonly '^Option deleted$': { readonly gettext: "Option deleted."; }; readonly '^Option "(.+?)" deleted$': { readonly gettext: "Option \"{{option}}\" deleted."; readonly placeholders: { readonly option: "$1"; }; }; readonly '^Owner field error. : Cannot introduce cyclic dependency.$': { readonly gettext: "Could not introduce cyclic ownership dependency."; }; readonly '^Password change is temporary blocked.$': { readonly gettext: "Password change is temporarily blocked."; }; readonly '^Password cipher does not match$': { readonly gettext: "Password cipher does not match."; }; readonly '^Platform application cannot be added to, nor removed from any tenant.$': { readonly gettext: "Platform application cannot be added to, nor removed from any tenant."; }; readonly '^Private key must be provided in KEY_PAIR credentials$': { readonly gettext: "Private key must be provided when \"Public/private keys\" option is selected."; }; readonly '^Private key cipher does not match$': { readonly gettext: "Private key cipher does not match"; }; readonly '^Protocol "(.+?)" does not support "(.+?)" credentials type$': { readonly gettext: "Protocol \"{{protocol}}\" does not support \"{{credentialsType}}\" credentials type."; readonly placeholders: { readonly protocol: "$1"; readonly credentialsType: "$2"; }; }; readonly '^Provided security key does not match key stored for device (.+?).$': { readonly gettext: "Provided security token does not match the security token stored for this device \"{{deviceId}}\"."; readonly placeholders: { readonly deviceId: "$1"; }; }; readonly '^Provided security key does not match key stored for device (.+?).Reached maximum number of failed attempts while trying to register this device. Request will now be blocked and has to be removed manually to restart the process.$': { readonly gettext: "The provided security token does not match the token stored for device \"{{deviceId}}\". You have reached the maximum number of failed attempts while trying to register this device. The request will now be blocked and must be removed manually to restart the process."; readonly placeholders: { readonly deviceId: "$1"; }; }; readonly '^pulling image "(.+)"$': { readonly gettext: "Pulling image: \"{{imageName}}\"."; readonly placeholders: { readonly imageName: "$1"; }; }; readonly '^Real-time event processing is currently overloaded and may stop processing your events\\. Please contact support\\.$': { readonly gettext: "Real-time event processing is currently overloaded and may stop processing your events. Please contact support."; }; readonly '^Resource ID \\[type=com_cumulocity_model_idtype_GId, value=(.+?)\\] for this request not found.$': { readonly gettext: "Could not find the resource with ID \"{{id}}\"."; readonly placeholders: { readonly id: "$1"; }; }; readonly '^RESTART (.+?)$': { readonly gettext: "RESTART`verb, action` {{service}}"; readonly placeholders: { readonly service: "$1"; }; }; readonly '^Retrieve configuration snapshot from device (.+?)$': { readonly gettext: "Retrieve configuration snapshot from device {{deviceName}}"; readonly placeholders: { readonly deviceName: "$1"; }; }; readonly '^Retrieve (.+?) configuration snapshot from device (.+?)$': { readonly gettext: "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}"; readonly placeholders: { readonly configurationType: "$1"; readonly deviceName: "$2"; }; }; readonly '^Scaled up replica set (.+) to (\\d+)$': { readonly gettext: "Replica set \"{{replicaSetName}}\" scaled up to \"{{scaleNumber}}\"."; readonly placeholders: { readonly replicaSetName: "$1"; readonly scaleNumber: "$2"; }; }; readonly '^Send configuration snapshot (.+?) of configuration type (.+?) to device (.+?)$': { readonly gettext: "Send configuration snapshot {{snapshotName}} of configuration type {{configurationType}} to device {{deviceName}}"; readonly placeholders: { readonly snapshotName: "$1"; readonly configurationType: "$2"; readonly deviceName: "$3"; }; }; readonly '^Send configuration snapshot (.+?) to device (.+?)$': { readonly gettext: "Send configuration snapshot {{snapshotName}} to device {{deviceName}}"; readonly placeholders: { readonly snapshotName: "$1"; readonly deviceName: "$2"; }; }; readonly '^Simulator state is invalid: (.+)$': { readonly gettext: "Simulator state is invalid: {{violations}}"; readonly placeholders: { readonly violations: { readonly capture: "$1"; readonly translate: { readonly '(\\w+?) - may not be null': { readonly gettext: "\"{{field}}\" should not be null"; readonly placeholders: { readonly field: "$1"; }; }; readonly '(\\w+?) - must be less than or equal to (\\d+)': { readonly gettext: "\"{{field}}\" must be less than or equal to {{maxValue}}"; readonly placeholders: { readonly field: "$1"; readonly maxValue: "$2"; }; }; readonly '(\\w+?) - should not contain null values': { readonly gettext: "\"{{field}}\" should not contain null values"; readonly placeholders: { readonly field: "$1"; }; }; }; }; }; }; readonly "^Smart rest template (.+?) doesn't exist$": { readonly gettext: "SmartREST template with ID \"{{templateId}}\" doesn't exist."; readonly placeholders: { readonly templateId: "$1"; }; }; readonly '^Smart rule created$': { readonly gettext: "Smart rule created."; }; readonly '^Smart rule updated$': { readonly gettext: "Smart rule updated."; }; readonly '^Smart rule enabled$': { readonly gettext: "Smart rule activated."; }; readonly '^Smart rule disabled$': { readonly gettext: "Smart rule deactivated."; }; readonly '^Smart rule deleted$': { readonly gettext: "Smart rule deleted."; }; readonly '^Smart rule "(.+?)" created$': { readonly gettext: "Smart rule \"{{name}}\" created."; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Smart rule "(.+?)" updated$': { readonly gettext: "Smart rule \"{{name}}\" updated."; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Smart rule "(.+?)" enabled$': { readonly gettext: "Smart rule \"{{name}}\" activated."; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Smart rule "(.+?)" disabled$': { readonly gettext: "Smart rule \"{{name}}\" deactivated."; readonly placeholders: { readonly name: "$1"; }; }; readonly '^Smart rule "(.+?)" deleted$': { readonly gettext: "Smart rule \"{{name}}\" deleted."; readonly placeholders: { readonly name: "$1"; }; }; readonly '^START (.+?)$': { readonly gettext: "START`verb, action` {{service}}"; readonly placeholders: { readonly service: "$1"; }; }; readonly '^Started container$': { readonly gettext: "Container started."; }; readonly '^STOP (.+?)$': { readonly gettext: "STOP`verb, action` {{service}}"; readonly placeholders: { readonly service: "$1"; }; }; readonly '^Successfully assigned (.+) to (.+)$': { readonly gettext: "\"{{imageName}}\" assigned to \"{{address}}\"."; readonly placeholders: { readonly imageName: "$1"; readonly address: "$2"; }; }; readonly '^Successfully pulled image "(.+)"$': { readonly gettext: "Image \"{{imageName}}\" pulled."; readonly placeholders: { readonly imageName: "$1"; }; }; readonly '^Tenant creation failed. : Tenant with given id already exists.$': { readonly gettext: "Could not create a tenant. Tenant with given domain/URL already exists."; }; readonly '^Tenant id cannot be a reserved sql keyword "(.+?)".$': { readonly gettext: "Could not use a reserved SQL keyword \"{{tenantId}}\" as a domain name."; readonly placeholders: { readonly tenantId: "$1"; }; }; readonly '^Tenant "(.+?)" activated$': { readonly gettext: "Tenant \"{{tenant}}\" activated."; readonly placeholders: { readonly tenant: "$1"; }; }; readonly '^Tenant (.+?) has sub-tenants, please remove them first!$': { readonly gettext: "Could not remove tenant \"{{tenant}}\". Remove its subtenants first."; readonly placeholders: { readonly tenant: "$1"; }; }; readonly '^Tenant activated$': { readonly gettext: "Tenant activated."; }; readonly '^Tenant "(.+?)" created$': { readonly gettext: "Tenant \"{{tenant}}\" created."; readonly placeholders: { readonly tenant: "$1"; }; }; readonly '^Tenant created$': { readonly gettext: "Tenant created."; }; readonly '^Tenant "(.+?)" deleted$': { readonly gettext: "Tenant \"{{tenant}}\" deleted."; readonly placeholders: { readonly tenant: "$1"; }; }; readonly '^Tenant deleted$': { readonly gettext: "Tenant deleted."; }; readonly '^Tenant "(.+?)" suspended$': { readonly gettext: "Tenant \"{{tenant}}\" suspended."; readonly placeholders: { readonly tenant: "$1"; }; }; readonly '^Tenant suspended$': { readonly gettext: "Tenant suspended"; }; readonly '^Tenant "(.+?)" updated: (.+?)$': { readonly gettext: "Tenant \"{{tenant}}\" updated: {{properties}}."; readonly placeholders: { readonly tenant: "$1"; readonly properties: "$2"; }; }; readonly '^Tenant updated$': { readonly gettext: "Tenant updated."; }; readonly '^Too Many Requests$': { readonly gettext: "Too many requests. Try again later."; }; readonly "^User alias equals username '(.+)'$": { readonly gettext: "Username and login alias must be different."; }; readonly '^User created$': { readonly gettext: "User created"; }; readonly '^User (.+?) created$': { readonly gettext: "User \"{{name}}\" created"; readonly placeholders: { readonly name: "$1"; }; }; readonly '^User deleted$': { readonly gettext: "User deleted"; }; readonly '^User (.+?) deleted$': { readonly gettext: "User \"{{name}}\" deleted"; readonly placeholders: { readonly name: "$1"; }; }; readonly '^(.+?) user login with OAuth internal mode failed$': { readonly gettext: "\"{{name}}\" user login with OAI-Secure mode failed"; readonly placeholders: { readonly name: "$1"; }; }; readonly '^User updated$': { readonly gettext: "User updated"; }; readonly '^User (.+?) updated: (.+)$': { readonly gettext: "User \"{{name}}\" updated: {{updatesList}}"; readonly placeholders: { readonly name: "$1"; readonly updatesList: { readonly capture: "$2"; readonly translate: { readonly "delegatedBy='(.+?)'": { readonly gettext: "delegated by: \"{{delegate}}\""; readonly placeholders: { readonly delegate: "$1"; }; }; readonly "owner='(.+?)'": { readonly gettext: "owner: \"{{owner}}\""; readonly placeholders: { readonly owner: "$1"; }; }; readonly 'inventory assignment \\[(.+?)\\] added': { readonly gettext: "inventory assignment [{{inventoryAssignment}}] added"; readonly placeholders: { readonly inventoryAssignment: "$1"; }; }; readonly 'inventory assignment \\[(.+?)\\] removed': { readonly gettext: "inventory assignment [{{inventoryAssignment}}] removed"; readonly placeholders: { readonly inventoryAssignment: "$1"; }; }; readonly 'applications \\[(.+?)\\] added': { readonly gettext: "applications [{{applicationsList}}] added"; readonly placeholders: { readonly applicationsList: "$1"; }; }; readonly 'applications \\[(.+?)\\] removed': { readonly gettext: "applications [{{applicationsList}}] removed"; readonly placeholders: { readonly applicationsList: "$1"; }; }; readonly 'global roles \\[(.+?)\\] added': { readonly gettext: "global roles [{{globalRolesList}}] added"; readonly placeholders: { readonly globalRolesList: "$1"; }; }; readonly 'global roles \\[(.+?)\\] removed': { readonly gettext: "global roles [{{globalRolesList}}] removed"; readonly placeholders: { readonly globalRolesList: "$1"; }; }; }; }; }; }; readonly "^User with username '(.+?)' already exists! : Duplicated: (.+?)$": { readonly gettext: "User \"{{username}}\" already exists."; readonly placeholders: { readonly username: "$1"; }; }; readonly "^User with username or alias '(.+)' already exists! : Duplicated: (.+)$": { readonly gettext: "User with username or login alias \"{{usernameOrAlias}}\" already exists."; readonly placeholders: { readonly usernameOrAlias: "$1"; }; }; readonly "^User with email '(.+?)' already exists! : Duplicated: (.+?)$": { readonly gettext: "User with email \"{{email}}\" already exists."; readonly placeholders: { readonly email: "$1"; }; }; readonly '^unable to find option with given key (.+?) : Could not find entity Option by ID (.+?)!$': { readonly gettext: "Unable to get tenant option: \"{{option}}\"."; readonly placeholders: { readonly option: "$2"; }; }; readonly '^unable to find option with given key (.+?) : There is no system property for key (.+?)$': { readonly gettext: "Unable to get system option: \"{{option}}\"."; readonly placeholders: { readonly option: "$2"; }; }; readonly '^Write failed with error code 16733 and error message \'trying to index text where term list is too big, max is 4mb _id: "(.+?)"\'$': { readonly gettext: "The uploaded image cannot be bigger than 4 MB. Please upload a smaller one."; }; readonly '^Write failed with error code 17280 and error message \'WiredTigerIndex::insert: key too large to index, failing (.+?) { : "(.+?)" }\'$': { readonly gettext: "The selected name is too long. Please try a shorter one."; }; readonly '^You have reached devices limit. No more devices can be registered.$': { readonly gettext: "You reached devices limit. No more devices can be registered."; }; readonly '^(.+) succeeded for volume "(.+)"$': { readonly gettext: "Operation \"{{operation}}\" succeeded for volume \"{{volume}}\"."; readonly placeholders: { readonly operation: "$1"; readonly volume: "$2"; }; }; readonly "^Exception on tenant (.+) in statement '(.+)': Invocation exception when invoking method '(.+)' of class '(.+)' passing parameters \\[(.+)\\] for statement '(.+)': (.+) : (.+)$": { readonly gettext: "Exception on tenant {{tenantId}} in statement \"{{moduleName}}\": Invocation exception when invoking method \"{{methodName}}\" of class \"{{classPath}}\" passing parameters [{{parameters}}] for statement \"{{statement}}\": {{exceptionType}} : {{exceptionMessage}}."; readonly placeholders: { readonly tenantId: "$1"; readonly moduleName: "$2"; readonly methodName: "$3"; readonly classPath: "$4"; readonly parameters: "$5"; readonly statement: "$6"; readonly exceptionType: "$7"; readonly exceptionMessage: "$8"; }; }; readonly '^No nodes are available that match all of the predicates: (.+).$': { readonly gettext: "No nodes are available that match all of the predicates: [{{predicates}}]."; readonly placeholders: { readonly predicates: "$1"; }; }; readonly '^Readiness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$': { readonly gettext: "Readiness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while aw