[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:
andyhealey26
2017-09-14 16:38:14 +01:00
committed by Eugenio Romano
parent e96f6aa481
commit dfccf13fb1
10 changed files with 65 additions and 79 deletions

View File

@@ -3,13 +3,13 @@
"TITLE": "ANALYTICS", "TITLE": "ANALYTICS",
"MESSAGES": { "MESSAGES": {
"UNKNOWN-WIDGET-TYPE": "UNKNOWN WIDGET TYPE", "UNKNOWN-WIDGET-TYPE": "UNKNOWN WIDGET TYPE",
"FILL-PARAMETER": "Fill in the parameters to generate your report", "FILL-PARAMETER": "Choose from the report options",
"NO-DATA-FOUND": "No data found", "NO-DATA-FOUND": "No data found",
"ZERO-DATA-FOUND": "There are only zero values", "ZERO-DATA-FOUND": "There are only zero values",
"ICON-SETTING": "Settings", "ICON-SETTING": "Settings",
"ICON-SAVE": "Save", "ICON-SAVE": "Save",
"ICON-DELETE": "Delete", "ICON-DELETE": "Delete",
"ICON-EXPORT-CSV": "Export to CSV" "ICON-EXPORT-CSV": "Export"
} }
}, },
"__KEY_REPORTING": { "__KEY_REPORTING": {
@@ -25,7 +25,7 @@
"REPORTING": { "REPORTING": {
"DEFAULT-REPORTS": { "DEFAULT-REPORTS": {
"PROCESS-HEAT-MAP": { "PROCESS-HEAT-MAP": {
"TYPE-FILTERING": "Include all process steps (Unchecking this, will remove pass through steps like start events, gateways, etc.)?" "TYPE-FILTERING": "Include pass through steps such as start events and gateways"
}, },
"PROCESS-INSTANCES-OVERVIEW": { "PROCESS-INSTANCES-OVERVIEW": {
"PROCESS-DEFINITION": "Process definition", "PROCESS-DEFINITION": "Process definition",
@@ -35,20 +35,20 @@
"TASK-OVERVIEW": { "TASK-OVERVIEW": {
"PROCESS-DEFINITION": "Process definition", "PROCESS-DEFINITION": "Process definition",
"DATE-RANGE": "Date range", "DATE-RANGE": "Date range",
"DATE-RANGE-INTERVAL": "Aggregate dates by" "DATE-RANGE-INTERVAL": "Group dates by"
}, },
"TASK-SLA": { "TASK-SLA": {
"TASK": "Task", "TASK": "Task",
"PROCESS-DEFINITION": "Process definition", "PROCESS-DEFINITION": "Process definition",
"DATE-RANGE": "Date range", "DATE-RANGE": "Date range",
"SLA-DURATION": "What is the time this task needs to be completed in to be within the SLA?" "SLA-DURATION": "SLA required completion time"
} }
}, },
"PROCESS-STATUS": "Process status", "PROCESS-STATUS": "Process status",
"TASK-STATUS": "Task status" "TASK-STATUS": "Task status"
}, },
"DIALOG":{ "DIALOG":{
"SAVE_MESSAGE" : "The current parameter settings will be stored, and a new report will be shown in the reports list. When that particular report is clicked, the report will be generated using these saved parameter values.", "SAVE_MESSAGE" : "Click Save to add a report with the current settings to your reports list.",
"EXPORT_MESSAGE":"" "EXPORT_MESSAGE":""
}, },
"DATE-WIDGET":{ "DATE-WIDGET":{
@@ -56,7 +56,7 @@
"END-DATE": "End date", "END-DATE": "End date",
"MESSAGES":{ "MESSAGES":{
"START-DATE-REQUIRED": "Start date is required", "START-DATE-REQUIRED": "Start date is required",
"START-LESS-THAN-END-DATE":"Start date must be less than End date" "START-LESS-THAN-END-DATE":"Start date must be before end date"
} }
} }
} }

View File

@@ -4,7 +4,7 @@
"TITLE": "Start Form" "TITLE": "Start Form"
}, },
"PREVIEW": { "PREVIEW": {
"IMAGE_NOT_AVAILABLE": "The preview image is not available." "IMAGE_NOT_AVAILABLE": "Preview not available"
}, },
"FIELD": { "FIELD": {
"REQUIRED" : "*Required" "REQUIRED" : "*Required"

View File

@@ -1,8 +1,8 @@
{ {
"PROCESSLIST": { "PROCESSLIST": {
"NONE": "No process instances were found", "NONE": "No process instances found",
"SUMMARY": "Found {{total}} process instances", "SUMMARY": "{{total}} process instances found",
"ERROR": "An error occurred while loading the processes instances: {{errorMessage}}", "ERROR": "Couldn't load processes instances. Try again or share the following message with your IT Team: {{errorMessage}}",
"COLUMN": { "COLUMN": {
"NAME": "Name" "NAME": "Name"
} }
@@ -27,20 +27,20 @@
"CANCEL": "Cancel Process", "CANCEL": "Cancel Process",
"CLOSE": "Close", "CLOSE": "Close",
"SHOW_DIAGRAM": "Show Diagram", "SHOW_DIAGRAM": "Show Diagram",
"DRAG-ATTACHMENT": "Drop Files Here...", "DRAG-ATTACHMENT": "Drop files to upload",
"UPLOAD-ATTACHMENT": "Upload Attachment" "UPLOAD-ATTACHMENT": "Upload Attachment"
}, },
"MESSAGES": { "MESSAGES": {
"NONE": "No process details found." "NONE": "No process details found."
}, },
"TASKS": { "TASKS": {
"NO_ACTIVE": "No tasks are currently active", "NO_ACTIVE": "No currently active tasks",
"NO_COMPLETED": "No tasks have been completed yet", "NO_COMPLETED": "No tasks completed yet",
"TASK_DETAILS": "Task details", "TASK_DETAILS": "Task details",
"TASK_CLOSE": "Close" "TASK_CLOSE": "Close"
}, },
"COMMENTS": { "COMMENTS": {
"NONE": "No comments.", "NONE": "No comments",
"BUTTON": { "BUTTON": {
"ADD": "Add a comment" "ADD": "Add a comment"
}, },
@@ -55,19 +55,6 @@
} }
} }
}, },
"VARIABLES": {
"NONE": "No variables set.",
"BUTTON": {
"ADD": "Set a variable"
},
"DIALOG": {
"BUTTON": {
"SET": "Set",
"OK": "OK",
"CANCEL": "Cancel",
"CLOSE": "Close"
}
},
"ADD_DIALOG": { "ADD_DIALOG": {
"TITLE": "Set process variable", "TITLE": "Set process variable",
"LABEL": { "LABEL": {
@@ -80,14 +67,14 @@
"TITLE": "Edit process variable" "TITLE": "Edit process variable"
}, },
"ERROR_DIALOG": { "ERROR_DIALOG": {
"TITLE": "Sorry, an error occurred", "TITLE": "Couldn't complete that action",
"DESCRIPTION": "Could not perform the requested operation, please check that you have permission." "DESCRIPTION": "You might not have the required access level, check with your IT Team."
} }
} }
}, },
"START_PROCESS": { "START_PROCESS": {
"BUTTON": "Start Process", "BUTTON": "Start Process",
"NO_PROCESS_DEFINITIONS": "You cannot start a process as there are no process definitions available", "NO_PROCESS_DEFINITIONS": "You can't start a process as there are no process definitions available",
"FORM": { "FORM": {
"TITLE": "Start Process", "TITLE": "Start Process",
"LABEL": { "LABEL": {
@@ -101,8 +88,8 @@
} }
}, },
"ERROR": { "ERROR": {
"LOAD_PROCESS_DEFS": "Could not load process definitions, please check you have access.", "LOAD_PROCESS_DEFS": "Couldn't load process definitions, check you have access.",
"START": "Could not start new process instance, please check you have permission." "START": "Couldn't start new process instance, check you have access."
} }
}, },
"PROCESS-ATTACHMENT": { "PROCESS-ATTACHMENT": {
@@ -110,11 +97,11 @@
"HEADER": "This list is empty", "HEADER": "This list is empty",
"DRAG-AND-DROP": { "DRAG-AND-DROP": {
"TITLE": "Drag and drop", "TITLE": "Drag and drop",
"SUBTITLE": "any files here to add" "SUBTITLE": "to upload files"
} }
}, },
"EMPTY-LIST": { "EMPTY-LIST": {
"HEADER": "No documents are available" "HEADER": "No files are available"
} }
} }
} }

View File

@@ -1,10 +1,10 @@
{ {
"APPS": { "APPS": {
"NONE": "No apps found." "NONE": "No apps found"
}, },
"TASK_LIST": { "TASK_LIST": {
"MESSAGES": { "MESSAGES": {
"NONE": "No tasks list found." "NONE": "No tasks list found"
} }
}, },
"TASK_DETAILS": { "TASK_DETAILS": {
@@ -15,8 +15,8 @@
"PEOPLE": "People this task is shared with", "PEOPLE": "People this task is shared with",
"COMMENTS": "Comments", "COMMENTS": "Comments",
"CHECKLIST": "Checklist", "CHECKLIST": "Checklist",
"INVOLVED_PEOPLE": "Involved people", "INVOLVED_PEOPLE": "People Involved",
"ADD_PEOPLE": "Add people & groups", "ADD_PEOPLE": "Add people and groups",
"ADD_ASSIGNEE": "Add new assignee" "ADD_ASSIGNEE": "Add new assignee"
}, },
"BUTTON": { "BUTTON": {
@@ -26,8 +26,8 @@
"UPLOAD-ATTACHMENT": "Upload Attachment" "UPLOAD-ATTACHMENT": "Upload Attachment"
}, },
"MESSAGES": { "MESSAGES": {
"NONE": "No task details found.", "NONE": "No task details found",
"CLAIM": "To work on this task, you need to claim it first. You can do that by pressing the Claim button above." "CLAIM": "To work on this task click Claim."
}, },
"FORM": { "FORM": {
"NONE": "No form." "NONE": "No form."
@@ -39,10 +39,10 @@
"NONE": "No assignee." "NONE": "No assignee."
}, },
"PEOPLE": { "PEOPLE": {
"NONE": "No people involved." "NONE": "Nobody involved."
}, },
"COMMENTS": { "COMMENTS": {
"NONE": "No comments.", "NONE": "No comments",
"ADD": "Add a comment", "ADD": "Add a comment",
"HEADER": "Comments", "HEADER": "Comments",
"DIALOG": { "DIALOG": {
@@ -57,11 +57,11 @@
} }
}, },
"CHECKLIST": { "CHECKLIST": {
"NONE": "No checklist." "NONE": "No checklist"
}, },
"ERROR": { "ERROR": {
"TITLE": "Something went wrong", "TITLE": "Couldn't complete the action",
"DESCRIPTION": "Could not complete the specified action. Please try again or check that you have permission.", "DESCRIPTION": "Try again or check that you have access.",
"CLOSE": "Close" "CLOSE": "Close"
} }
}, },
@@ -78,10 +78,10 @@
"NONE": "None", "NONE": "None",
"NAME": "Name", "NAME": "Name",
"DESCRIPTION": "Description", "DESCRIPTION": "Description",
"ATTACHFORM": "Attach a Form", "ATTACHFORM": "Attach Form",
"ASSIGNEE": "Assignee", "ASSIGNEE": "Assignee",
"FORM": "Form", "FORM": "Form",
"DATE": "Choose a Date" "DATE": "Choose Date"
}, },
"ACTION": { "ACTION": {
"START": "Start", "START": "Start",
@@ -98,7 +98,7 @@
"ADD_ASSIGNEE": "ASSIGN", "ADD_ASSIGNEE": "ASSIGN",
"SEARCH_USER": "Search user", "SEARCH_USER": "Search user",
"SEARCH": { "SEARCH": {
"NO_USERS": "No user found to involve" "NO_USERS": "Nobody found to involve"
} }
}, },
"TASK-ATTACHMENT": { "TASK-ATTACHMENT": {
@@ -106,11 +106,11 @@
"HEADER": "This list is empty", "HEADER": "This list is empty",
"DRAG-AND-DROP": { "DRAG-AND-DROP": {
"TITLE": "Drag and drop", "TITLE": "Drag and drop",
"SUBTITLE": "any files here to add" "SUBTITLE": "to upload files"
} }
}, },
"EMPTY-LIST": { "EMPTY-LIST": {
"HEADER": "No documents are available" "HEADER": "No files are available"
} }
} }
} }

View File

@@ -4,7 +4,7 @@
"HEADER": "This list is empty", "HEADER": "This list is empty",
"DRAG-AND-DROP": { "DRAG-AND-DROP": {
"TITLE": "Drag and drop", "TITLE": "Drag and drop",
"SUBTITLE": "any files here to add" "SUBTITLE": "to upload files"
} }
} }
} }

View File

@@ -36,18 +36,18 @@
"OPERATION": { "OPERATION": {
"SUCCES": { "SUCCES": {
"CONTENT": { "CONTENT": {
"COPY": "Content was copied successfully.", "COPY": "Copy successful",
"MOVE": "Content was moved successfully." "MOVE": "Move successful"
}, },
"FOLDER": { "FOLDER": {
"COPY": "Folder was copied successfully.", "COPY": "Copy successful",
"MOVE": "Folder was moved successfully." "MOVE": "Move successful"
} }
}, },
"ERROR": { "ERROR": {
"CONFLICT": "Name already exists in target location.", "CONFLICT": "This name is already in use, try a different name.",
"UNKNOWN": "Unknown error happened.", "UNKNOWN": "The action was unsuccessful. Try again or contact your IT Team.",
"PERMISSION": "You don't have the permission to perform this action." "PERMISSION": "You don't have access to do this."
} }
} }
} }

View File

@@ -2,21 +2,21 @@
"LOGIN": { "LOGIN": {
"LOGO": "Alfresco", "LOGO": "Alfresco",
"LABEL": { "LABEL": {
"LOGIN": "Login", "LOGIN": "Sign in",
"USERNAME": "Username", "USERNAME": "Username",
"PASSWORD": "Password", "PASSWORD": "Password",
"REMEMBER": "Remember" "REMEMBER": "Remember me"
}, },
"MESSAGES": { "MESSAGES": {
"USERNAME-REQUIRED": "Required", "USERNAME-REQUIRED": "Required",
"USERNAME-MIN": "Your username needs to be at least {{minLenght}} characters.", "USERNAME-MIN": "Your username needs to be at least {{minLenght}} characters.",
"PASSWORD-REQUIRED": "Enter your password to sign in", "PASSWORD-REQUIRED": "Enter your password to sign in",
"LOGIN-ERROR-CREDENTIALS": "You have entered an invalid username or password", "LOGIN-ERROR-CREDENTIALS": "You've entered an unknown username or password",
"LOGIN-ERROR-PROVIDERS": "Providers cannot be undefined", "LOGIN-ERROR-PROVIDERS": "Providers cannot be undefined",
"LOGIN-SUCCESS": "Login successful", "LOGIN-SUCCESS": "Sign in successful",
"LOGIN-ERROR-CORS": "CORS exception, check your server configuration", "LOGIN-ERROR-CORS": "CORS exception, check your server configuration",
"LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in login.component", "LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in login.component",
"LOGIN-ECM-LICENSE": "Content Services repository is in read-only mode" "LOGIN-ECM-LICENSE": "Alfresco Content Services repository is in read-only mode"
}, },
"BUTTON": { "BUTTON": {
"LOGIN": "SIGN IN", "LOGIN": "SIGN IN",

View File

@@ -1,12 +1,11 @@
{ {
"SEARCH": { "SEARCH": {
"CONTROL": { "CONTROL": {
"LABEL": "Search content"
}, },
"RESULTS": { "RESULTS": {
"SUMMARY": "Found {{numResults}} results for {{searchTerm}}", "SUMMARY": "{{numResults}} result found for {{searchTerm}}",
"NONE": "No results found searching for {{searchTerm}}", "NONE": "No results found for {{searchTerm}}",
"ERROR": "An error occurred while running the search", "ERROR": "We hit a problem during the search - try again.",
"COLUMNS": { "COLUMNS": {
"NAME": "Display name", "NAME": "Display name",
"MODIFIED_BY": "Modified by", "MODIFIED_BY": "Modified by",
@@ -22,7 +21,7 @@
"ft_ic_video": "Video file", "ft_ic_video": "Video file",
"ft_ic_document": "Document file", "ft_ic_document": "Document file",
"ft_ic_website": "Web resource", "ft_ic_website": "Web resource",
"ft_ic_archive": "Acrchive file", "ft_ic_archive": "Archive file",
"ft_ic_presentation": "Presentation file", "ft_ic_presentation": "Presentation file",
"ft_ic_spreadsheet": "Spreadsheet file" "ft_ic_spreadsheet": "Spreadsheet file"
}, },
@@ -30,7 +29,7 @@
"COLUMNS": { "COLUMNS": {
"DISPLAY_NAME": "Display name", "DISPLAY_NAME": "Display name",
"CREATED_BY": "Created by", "CREATED_BY": "Created by",
"CREATED_ON": "Created on" "CREATED_ON": "Created"
}, },
"ACTIONS": { "ACTIONS": {
"FOLDER": { "FOLDER": {

View File

@@ -4,7 +4,7 @@
"NEWTAG": "New Tag" "NEWTAG": "New Tag"
}, },
"MESSAGES": { "MESSAGES": {
"EXIST":"Tag already exist" "EXIST":"Tag already exists"
}, },
"BUTTON": { "BUTTON": {
"ADD": "Add Tag" "ADD": "Add Tag"

View File

@@ -9,7 +9,7 @@
"REMOVE_FILE": "Remove uploaded file" "REMOVE_FILE": "Remove uploaded file"
}, },
"STATUS": { "STATUS": {
"FILE_CANCELED_STATUS": "Cancelled" "FILE_CANCELED_STATUS": "Canceled"
}, },
"CONFIRMATION": { "CONFIRMATION": {
"BUTTON": { "BUTTON": {
@@ -28,16 +28,16 @@
"UPLOAD_FOLDER": "Upload folder" "UPLOAD_FOLDER": "Upload folder"
}, },
"MESSAGES": { "MESSAGES": {
"UPLOAD_CANCELED": "Upload cancelled", "UPLOAD_CANCELED": "Upload canceled",
"UPLOAD_COMPLETED": "Uploaded {{ completed }} / {{ total }}", "UPLOAD_COMPLETED": "Uploaded {{ completed }} / {{ total }}",
"UPLOAD_PROGRESS": "Uploading {{ completed }} / {{ total }}", "UPLOAD_PROGRESS": "Uploading {{ completed }} / {{ total }}",
"UPLOAD_ERROR": "{{ total }} error", "UPLOAD_ERROR": "{{ total }} upload unsuccessful",
"UPLOAD_ERRORS": "{{ total }} errors", "UPLOAD_ERRORS": "{{ total }} uploads unsuccessful",
"PROGRESS": "Upload in progress...", "PROGRESS": "Upload in progress...",
"FOLDER_ALREADY_EXIST": "The folder {0} already exist", "FOLDER_ALREADY_EXIST": "The folder {0} already exists",
"FOLDER_NOT_SUPPORTED": "Folder upload isn't supported by your browser", "FOLDER_NOT_SUPPORTED": "Folder upload isn't supported by your browser, try a different browser",
"REMOVE_FILE_ERROR": "Error removing file {{ fileName }}", "REMOVE_FILE_ERROR": "{{ fileName }} couldn't be removed, try again or check with your IT Team.",
"REMOVE_FILES_ERROR": "Error removing {{ total }} files" "REMOVE_FILES_ERROR": "{{ total }} files couldn't be removed, try again or check with your IT Team."
}, },
"ACTION": { "ACTION": {
"UNDO": "Undo" "UNDO": "Undo"