mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5048] Review UI strings (#5406)
This commit is contained in:
committed by
Eugenio Romano
parent
f8d3b29ff5
commit
1bfead2cd3
@@ -309,11 +309,11 @@
|
||||
"APP_FILTER_MODE": "Filter by application name",
|
||||
"ROLE_FILTER_MODE": "Filter by role",
|
||||
"PRESELECT_VALIDATION": "Preselect validation",
|
||||
"ALL_PRESELECTED_USERS": "All Pre-selected Users",
|
||||
"ALL_PRESELECTED_GROUPS": "All Pre-selected Groups",
|
||||
"ALL_PRESELECTED_USERS": "All Preselected Users",
|
||||
"ALL_PRESELECTED_GROUPS": "All Preselected Groups",
|
||||
"INVALID_USERS": "Invalid Users",
|
||||
"INVALID_GROUPS": "Invalid Groups",
|
||||
"READONLY_MODE": "Readonly Mode"
|
||||
"READONLY_MODE": "Read-only Mode"
|
||||
},
|
||||
"SETTINGS_CLOUD": {
|
||||
"MULTISELECTION": "Multiselection",
|
||||
|
@@ -201,7 +201,7 @@
|
||||
"TOGGLE": "Toggle value"
|
||||
},
|
||||
"ACCESSIBILITY": {
|
||||
"DATEPICKER": "Use the arrow keys to navigate between dates. Up and down moves to the same day of the week in the previous or next week respectively. Left and right move to the previous and next day respectively. Press Enter or Return to select a date."
|
||||
"DATEPICKER": "Use the arrow keys to navigate between dates. Up and down move to the next or previous week but on the same day. Left and right move to the next or previous day. Press Enter or Return to select a date."
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
|
@@ -184,15 +184,15 @@
|
||||
|
||||
"ADF_CLOUD_USERS": {
|
||||
"ERROR": {
|
||||
"NOT_FOUND": "No user found with the name {{userName}}"
|
||||
"NOT_FOUND": "No user found with the username {{userName}}"
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_PEOPLE_GROUPS": {
|
||||
"ERROR": {
|
||||
"INVALID_PATTERN": "Not mathcing pattern {{pattern}}",
|
||||
"INVALID_MIN_LENGTH": "Minimum length {{requiredLength}}",
|
||||
"INVALID_MAX_LENGTH": "Maximum length {{requiredLength}}",
|
||||
"REQUIRED": "Field is required"
|
||||
"INVALID_PATTERN": "Must match the pattern {{pattern}}",
|
||||
"INVALID_MIN_LENGTH": "Must be at least {{requiredLength}} characters",
|
||||
"INVALID_MAX_LENGTH": "Length exceeded, {{requiredLength}} characters max",
|
||||
"REQUIRED": "Field required"
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_HEADER": {
|
||||
|
Reference in New Issue
Block a user