mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Dev andy adf 1877 (#2631)
* Update en.json Copy update for ADF-1877 * Update en.json * Update en.json Copy update for ADF-1877 * Update en.json Copy update for ADF-1877 * Update en.json Copy update for ADF-1877 * Update en.json Copy update for ADF-1877 * Update en.json Copy update for ADF-1877 * Update en.json Copy update for ADF-1877 * Update en.json Copy update for ADF-1877 * Update en.json Copy update for ADF-1877 * Update en.json Copy update for ADF-1877
This commit is contained in:
committed by
Eugenio Romano
parent
6fd3819112
commit
cbc5e9ad45
@@ -10,13 +10,13 @@
|
||||
"UPLOAD": "UPLOAD",
|
||||
"REQUIRED" : "*Required",
|
||||
"VALIDATOR" : {
|
||||
"INVALID_NUMBER" : "Incorrect number format",
|
||||
"INVALID_DATE" : "Invalid date format",
|
||||
"INVALID_VALUE": "Invalid value inserted",
|
||||
"NOT_GREATER_THAN" : "Should not be greater than {{ maxValue }}",
|
||||
"NOT_LESS_THAN" : "Should not be less than {{ minValue }}",
|
||||
"AT_LEAST_LONG" : "Should be at least {{ minLength }} characters long.",
|
||||
"NO_LONGER_THAN" : "Should be {{ maxLength }} characters maximum."
|
||||
"INVALID_NUMBER" : "Use a different number format",
|
||||
"INVALID_DATE" : "Use a different date format",
|
||||
"INVALID_VALUE": "Enter a different value",
|
||||
"NOT_GREATER_THAN" : "Can't be greater than {{ maxValue }}",
|
||||
"NOT_LESS_THAN" : "Can't be less than {{ minValue }}",
|
||||
"AT_LEAST_LONG" : "Enter at least {{ minLength }} characters",
|
||||
"NO_LONGER_THAN" : "Enter no more than {{ maxLength }} characters"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -25,7 +25,7 @@
|
||||
"BUSINESS_KEY_DEFAULT": "None",
|
||||
"DESCRIPTION": "Description",
|
||||
"DESCRIPTION_DEFAULT": "No description",
|
||||
"ID": "Id"
|
||||
"ID": "ID"
|
||||
},
|
||||
"MENU_ACTIONS": {
|
||||
"VIEW_CONTENT": "View",
|
||||
@@ -53,7 +53,7 @@
|
||||
"UPLOAD-ATTACHMENT": "Upload Attachment"
|
||||
},
|
||||
"MESSAGES": {
|
||||
"NONE": "No process details found."
|
||||
"NONE": "No process details found"
|
||||
},
|
||||
"TASKS": {
|
||||
"NO_ACTIVE": "No currently active tasks",
|
||||
@@ -91,7 +91,7 @@
|
||||
"TITLE": "Edit process variable"
|
||||
},
|
||||
"ERROR_DIALOG": {
|
||||
"TITLE": "Couldn't complete that action",
|
||||
"TITLE": "Couldn't complete the action",
|
||||
"DESCRIPTION": "You might not have the required access level, check with your IT Team."
|
||||
}
|
||||
},
|
||||
|
@@ -25,7 +25,7 @@
|
||||
"PARENT_NAME_DEFAULT": "No parent",
|
||||
"CREATED_BY": "Created By",
|
||||
"CREATED": "Created",
|
||||
"ID": "Id",
|
||||
"ID": "ID",
|
||||
"DESCRIPTION": "Description",
|
||||
"DESCRIPTION_DEFAULT": "No description",
|
||||
"FORM_NAME": "Form Name",
|
||||
@@ -61,19 +61,19 @@
|
||||
},
|
||||
"MESSAGES": {
|
||||
"NONE": "No task details found",
|
||||
"CLAIM": "Click Claim to work on this task."
|
||||
"CLAIM": "Click Claim to work on this task"
|
||||
},
|
||||
"FORM": {
|
||||
"NONE": "No form."
|
||||
"NONE": "No form"
|
||||
},
|
||||
"DUE": {
|
||||
"NONE": "No due date."
|
||||
"NONE": "No due date"
|
||||
},
|
||||
"ASSIGNEE": {
|
||||
"NONE": "No assignee."
|
||||
"NONE": "No assignee"
|
||||
},
|
||||
"PEOPLE": {
|
||||
"NONE": "Nobody involved."
|
||||
"NONE": "Nobody involved"
|
||||
},
|
||||
"COMMENTS": {
|
||||
"NONE": "No comments",
|
||||
@@ -103,7 +103,7 @@
|
||||
},
|
||||
"FILTERS": {
|
||||
"MESSAGES": {
|
||||
"NONE": "No task filter selected."
|
||||
"NONE": "No task filter selected"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
|
@@ -63,14 +63,14 @@
|
||||
"ERROR_PLURAL": "{{ number }} items couldn't be deleted"
|
||||
},
|
||||
"HOST_SETTINGS": {
|
||||
"CS_URL_ERROR": "Content service address does not match the pattern",
|
||||
"PS_URL_ERROR": "Process service address does not match the pattern",
|
||||
"CS_URL_ERROR": "Content Services address doesn't match the URL format",
|
||||
"PS_URL_ERROR": "Process Services address doesn't match the URL format",
|
||||
"TITLE": "Settings",
|
||||
"CS-HOST": "Content Services host URL configuration",
|
||||
"BP-HOST": "Process Services host URL configuration",
|
||||
"CS-HOST": "Content Services URL",
|
||||
"BP-HOST": "Process Services URL",
|
||||
"BACK": "Back",
|
||||
"APPLY": "APPLY",
|
||||
"NOT_VALID": "Host not valid! http(s)://host|ip:port(/path)"
|
||||
"NOT_VALID": "http(s)://host|ip:port(/path) not recognized, try a different URL."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -38,7 +38,7 @@
|
||||
"FOLDER_NOT_SUPPORTED": "Folder upload isn't supported by your browser, try a different browser",
|
||||
"REMOVE_FILE_ERROR": "{{ fileName }} couldn't be removed, try again or check with your IT Team.",
|
||||
"REMOVE_FILES_ERROR": "{{ total }} files couldn't be removed, try again or check with your IT Team.",
|
||||
"EXCEED_MAX_FILE_SIZE": "The size of the file {{ fileName }} exceed the max allowed file size"
|
||||
"EXCEED_MAX_FILE_SIZE": "File {{ fileName }} is larger than the allowed file size"
|
||||
},
|
||||
"ACTION": {
|
||||
"UNDO": "Undo"
|
||||
|
@@ -21,6 +21,6 @@
|
||||
"OF": "of"
|
||||
},
|
||||
"LOADING": "Loading",
|
||||
"UNKNOWN_FORMAT": "Document preview could not be loaded"
|
||||
"UNKNOWN_FORMAT": "Couldn't load preview"
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"WEBSCRIPT": {
|
||||
"ERROR": "Error during the deserialization of {{data}} as {{contentType}}"
|
||||
"ERROR": "Couldn't complete the action. Share this message with your IT Team: Error during the deserialization of {{data}} as {{contentType}}"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user