mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1515] Internationalization - ADF strings review (#2336)
* Update en.json ADF-1515 Update to match Content Services terminology * Update en.json ADF-1515 Improvements to readability in line with docs.alfresco.com/writing-for-alfresco * Update en.json ADF-1515 Improvements to readability and consistency * Update en.json * Update en.json ADF-1515 Fix typo * Update en.json ADF-1515 Updated for US spelling and consistency with docs.alfresco.com/writing-for-alfresco * Update en.json ADF-1515 - reduced word count * Update en.json ADF-1515 Readability improvements * Update en.json ADF-1515 Updates for readability and consistency * Update en.json ADF-1515 Updated for readability and consistency * Update en.json * Update en.json * Update en.json ADF-1515 - removed variables section as discussed w. Eugenio * Update en.json ADF-1515 - removed search label as discussed with Eugenio
This commit is contained in:
committed by
Eugenio Romano
parent
e96f6aa481
commit
dfccf13fb1
@@ -9,7 +9,7 @@
|
||||
"REMOVE_FILE": "Remove uploaded file"
|
||||
},
|
||||
"STATUS": {
|
||||
"FILE_CANCELED_STATUS": "Cancelled"
|
||||
"FILE_CANCELED_STATUS": "Canceled"
|
||||
},
|
||||
"CONFIRMATION": {
|
||||
"BUTTON": {
|
||||
@@ -28,16 +28,16 @@
|
||||
"UPLOAD_FOLDER": "Upload folder"
|
||||
},
|
||||
"MESSAGES": {
|
||||
"UPLOAD_CANCELED": "Upload cancelled",
|
||||
"UPLOAD_CANCELED": "Upload canceled",
|
||||
"UPLOAD_COMPLETED": "Uploaded {{ completed }} / {{ total }}",
|
||||
"UPLOAD_PROGRESS": "Uploading {{ completed }} / {{ total }}",
|
||||
"UPLOAD_ERROR": "{{ total }} error",
|
||||
"UPLOAD_ERRORS": "{{ total }} errors",
|
||||
"UPLOAD_ERROR": "{{ total }} upload unsuccessful",
|
||||
"UPLOAD_ERRORS": "{{ total }} uploads unsuccessful",
|
||||
"PROGRESS": "Upload in progress...",
|
||||
"FOLDER_ALREADY_EXIST": "The folder {0} already exist",
|
||||
"FOLDER_NOT_SUPPORTED": "Folder upload isn't supported by your browser",
|
||||
"REMOVE_FILE_ERROR": "Error removing file {{ fileName }}",
|
||||
"REMOVE_FILES_ERROR": "Error removing {{ total }} files"
|
||||
"FOLDER_ALREADY_EXIST": "The folder {0} already exists",
|
||||
"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."
|
||||
},
|
||||
"ACTION": {
|
||||
"UNDO": "Undo"
|
||||
|
Reference in New Issue
Block a user