mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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
@@ -3,13 +3,13 @@
|
||||
"TITLE": "ANALYTICS",
|
||||
"MESSAGES": {
|
||||
"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",
|
||||
"ZERO-DATA-FOUND": "There are only zero values",
|
||||
"ICON-SETTING": "Settings",
|
||||
"ICON-SAVE": "Save",
|
||||
"ICON-DELETE": "Delete",
|
||||
"ICON-EXPORT-CSV": "Export to CSV"
|
||||
"ICON-EXPORT-CSV": "Export"
|
||||
}
|
||||
},
|
||||
"__KEY_REPORTING": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"REPORTING": {
|
||||
"DEFAULT-REPORTS": {
|
||||
"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-DEFINITION": "Process definition",
|
||||
@@ -35,20 +35,20 @@
|
||||
"TASK-OVERVIEW": {
|
||||
"PROCESS-DEFINITION": "Process definition",
|
||||
"DATE-RANGE": "Date range",
|
||||
"DATE-RANGE-INTERVAL": "Aggregate dates by"
|
||||
"DATE-RANGE-INTERVAL": "Group dates by"
|
||||
},
|
||||
"TASK-SLA": {
|
||||
"TASK": "Task",
|
||||
"PROCESS-DEFINITION": "Process definition",
|
||||
"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",
|
||||
"TASK-STATUS": "Task status"
|
||||
},
|
||||
"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":""
|
||||
},
|
||||
"DATE-WIDGET":{
|
||||
@@ -56,7 +56,7 @@
|
||||
"END-DATE": "End date",
|
||||
"MESSAGES":{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"TITLE": "Start Form"
|
||||
},
|
||||
"PREVIEW": {
|
||||
"IMAGE_NOT_AVAILABLE": "The preview image is not available."
|
||||
"IMAGE_NOT_AVAILABLE": "Preview not available"
|
||||
},
|
||||
"FIELD": {
|
||||
"REQUIRED" : "*Required"
|
||||
|
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"PROCESSLIST": {
|
||||
"NONE": "No process instances were found",
|
||||
"SUMMARY": "Found {{total}} process instances",
|
||||
"ERROR": "An error occurred while loading the processes instances: {{errorMessage}}",
|
||||
"NONE": "No process instances found",
|
||||
"SUMMARY": "{{total}} process instances found",
|
||||
"ERROR": "Couldn't load processes instances. Try again or share the following message with your IT Team: {{errorMessage}}",
|
||||
"COLUMN": {
|
||||
"NAME": "Name"
|
||||
}
|
||||
@@ -27,20 +27,20 @@
|
||||
"CANCEL": "Cancel Process",
|
||||
"CLOSE": "Close",
|
||||
"SHOW_DIAGRAM": "Show Diagram",
|
||||
"DRAG-ATTACHMENT": "Drop Files Here...",
|
||||
"DRAG-ATTACHMENT": "Drop files to upload",
|
||||
"UPLOAD-ATTACHMENT": "Upload Attachment"
|
||||
},
|
||||
"MESSAGES": {
|
||||
"NONE": "No process details found."
|
||||
},
|
||||
"TASKS": {
|
||||
"NO_ACTIVE": "No tasks are currently active",
|
||||
"NO_COMPLETED": "No tasks have been completed yet",
|
||||
"NO_ACTIVE": "No currently active tasks",
|
||||
"NO_COMPLETED": "No tasks completed yet",
|
||||
"TASK_DETAILS": "Task details",
|
||||
"TASK_CLOSE": "Close"
|
||||
},
|
||||
"COMMENTS": {
|
||||
"NONE": "No comments.",
|
||||
"NONE": "No comments",
|
||||
"BUTTON": {
|
||||
"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": {
|
||||
"TITLE": "Set process variable",
|
||||
"LABEL": {
|
||||
@@ -80,14 +67,14 @@
|
||||
"TITLE": "Edit process variable"
|
||||
},
|
||||
"ERROR_DIALOG": {
|
||||
"TITLE": "Sorry, an error occurred",
|
||||
"DESCRIPTION": "Could not perform the requested operation, please check that you have permission."
|
||||
"TITLE": "Couldn't complete that action",
|
||||
"DESCRIPTION": "You might not have the required access level, check with your IT Team."
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"TITLE": "Start Process",
|
||||
"LABEL": {
|
||||
@@ -101,8 +88,8 @@
|
||||
}
|
||||
},
|
||||
"ERROR": {
|
||||
"LOAD_PROCESS_DEFS": "Could not load process definitions, please check you have access.",
|
||||
"START": "Could not start new process instance, please check you have permission."
|
||||
"LOAD_PROCESS_DEFS": "Couldn't load process definitions, check you have access.",
|
||||
"START": "Couldn't start new process instance, check you have access."
|
||||
}
|
||||
},
|
||||
"PROCESS-ATTACHMENT": {
|
||||
@@ -110,11 +97,11 @@
|
||||
"HEADER": "This list is empty",
|
||||
"DRAG-AND-DROP": {
|
||||
"TITLE": "Drag and drop",
|
||||
"SUBTITLE": "any files here to add"
|
||||
"SUBTITLE": "to upload files"
|
||||
}
|
||||
},
|
||||
"EMPTY-LIST": {
|
||||
"HEADER": "No documents are available"
|
||||
"HEADER": "No files are available"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"APPS": {
|
||||
"NONE": "No apps found."
|
||||
"NONE": "No apps found"
|
||||
},
|
||||
"TASK_LIST": {
|
||||
"MESSAGES": {
|
||||
"NONE": "No tasks list found."
|
||||
"NONE": "No tasks list found"
|
||||
}
|
||||
},
|
||||
"TASK_DETAILS": {
|
||||
@@ -15,8 +15,8 @@
|
||||
"PEOPLE": "People this task is shared with",
|
||||
"COMMENTS": "Comments",
|
||||
"CHECKLIST": "Checklist",
|
||||
"INVOLVED_PEOPLE": "Involved people",
|
||||
"ADD_PEOPLE": "Add people & groups",
|
||||
"INVOLVED_PEOPLE": "People Involved",
|
||||
"ADD_PEOPLE": "Add people and groups",
|
||||
"ADD_ASSIGNEE": "Add new assignee"
|
||||
},
|
||||
"BUTTON": {
|
||||
@@ -26,8 +26,8 @@
|
||||
"UPLOAD-ATTACHMENT": "Upload Attachment"
|
||||
},
|
||||
"MESSAGES": {
|
||||
"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."
|
||||
"NONE": "No task details found",
|
||||
"CLAIM": "To work on this task click Claim."
|
||||
},
|
||||
"FORM": {
|
||||
"NONE": "No form."
|
||||
@@ -39,10 +39,10 @@
|
||||
"NONE": "No assignee."
|
||||
},
|
||||
"PEOPLE": {
|
||||
"NONE": "No people involved."
|
||||
"NONE": "Nobody involved."
|
||||
},
|
||||
"COMMENTS": {
|
||||
"NONE": "No comments.",
|
||||
"NONE": "No comments",
|
||||
"ADD": "Add a comment",
|
||||
"HEADER": "Comments",
|
||||
"DIALOG": {
|
||||
@@ -57,11 +57,11 @@
|
||||
}
|
||||
},
|
||||
"CHECKLIST": {
|
||||
"NONE": "No checklist."
|
||||
"NONE": "No checklist"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Something went wrong",
|
||||
"DESCRIPTION": "Could not complete the specified action. Please try again or check that you have permission.",
|
||||
"TITLE": "Couldn't complete the action",
|
||||
"DESCRIPTION": "Try again or check that you have access.",
|
||||
"CLOSE": "Close"
|
||||
}
|
||||
},
|
||||
@@ -78,10 +78,10 @@
|
||||
"NONE": "None",
|
||||
"NAME": "Name",
|
||||
"DESCRIPTION": "Description",
|
||||
"ATTACHFORM": "Attach a Form",
|
||||
"ATTACHFORM": "Attach Form",
|
||||
"ASSIGNEE": "Assignee",
|
||||
"FORM": "Form",
|
||||
"DATE": "Choose a Date"
|
||||
"DATE": "Choose Date"
|
||||
},
|
||||
"ACTION": {
|
||||
"START": "Start",
|
||||
@@ -98,7 +98,7 @@
|
||||
"ADD_ASSIGNEE": "ASSIGN",
|
||||
"SEARCH_USER": "Search user",
|
||||
"SEARCH": {
|
||||
"NO_USERS": "No user found to involve"
|
||||
"NO_USERS": "Nobody found to involve"
|
||||
}
|
||||
},
|
||||
"TASK-ATTACHMENT": {
|
||||
@@ -106,11 +106,11 @@
|
||||
"HEADER": "This list is empty",
|
||||
"DRAG-AND-DROP": {
|
||||
"TITLE": "Drag and drop",
|
||||
"SUBTITLE": "any files here to add"
|
||||
"SUBTITLE": "to upload files"
|
||||
}
|
||||
},
|
||||
"EMPTY-LIST": {
|
||||
"HEADER": "No documents are available"
|
||||
"HEADER": "No files are available"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"HEADER": "This list is empty",
|
||||
"DRAG-AND-DROP": {
|
||||
"TITLE": "Drag and drop",
|
||||
"SUBTITLE": "any files here to add"
|
||||
"SUBTITLE": "to upload files"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -36,18 +36,18 @@
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"CONTENT": {
|
||||
"COPY": "Content was copied successfully.",
|
||||
"MOVE": "Content was moved successfully."
|
||||
"COPY": "Copy successful",
|
||||
"MOVE": "Move successful"
|
||||
},
|
||||
"FOLDER": {
|
||||
"COPY": "Folder was copied successfully.",
|
||||
"MOVE": "Folder was moved successfully."
|
||||
"COPY": "Copy successful",
|
||||
"MOVE": "Move successful"
|
||||
}
|
||||
},
|
||||
"ERROR": {
|
||||
"CONFLICT": "Name already exists in target location.",
|
||||
"UNKNOWN": "Unknown error happened.",
|
||||
"PERMISSION": "You don't have the permission to perform this action."
|
||||
"CONFLICT": "This name is already in use, try a different name.",
|
||||
"UNKNOWN": "The action was unsuccessful. Try again or contact your IT Team.",
|
||||
"PERMISSION": "You don't have access to do this."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -2,21 +2,21 @@
|
||||
"LOGIN": {
|
||||
"LOGO": "Alfresco",
|
||||
"LABEL": {
|
||||
"LOGIN": "Login",
|
||||
"LOGIN": "Sign in",
|
||||
"USERNAME": "Username",
|
||||
"PASSWORD": "Password",
|
||||
"REMEMBER": "Remember"
|
||||
"REMEMBER": "Remember me"
|
||||
},
|
||||
"MESSAGES": {
|
||||
"USERNAME-REQUIRED": "Required",
|
||||
"USERNAME-MIN": "Your username needs to be at least {{minLenght}} characters.",
|
||||
"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-SUCCESS": "Login successful",
|
||||
"LOGIN-SUCCESS": "Sign in successful",
|
||||
"LOGIN-ERROR-CORS": "CORS exception, check your server configuration",
|
||||
"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": {
|
||||
"LOGIN": "SIGN IN",
|
||||
|
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"SEARCH": {
|
||||
"CONTROL": {
|
||||
"LABEL": "Search content"
|
||||
},
|
||||
"RESULTS": {
|
||||
"SUMMARY": "Found {{numResults}} results for {{searchTerm}}",
|
||||
"NONE": "No results found searching for {{searchTerm}}",
|
||||
"ERROR": "An error occurred while running the search",
|
||||
"SUMMARY": "{{numResults}} result found for {{searchTerm}}",
|
||||
"NONE": "No results found for {{searchTerm}}",
|
||||
"ERROR": "We hit a problem during the search - try again.",
|
||||
"COLUMNS": {
|
||||
"NAME": "Display name",
|
||||
"MODIFIED_BY": "Modified by",
|
||||
@@ -22,7 +21,7 @@
|
||||
"ft_ic_video": "Video file",
|
||||
"ft_ic_document": "Document file",
|
||||
"ft_ic_website": "Web resource",
|
||||
"ft_ic_archive": "Acrchive file",
|
||||
"ft_ic_archive": "Archive file",
|
||||
"ft_ic_presentation": "Presentation file",
|
||||
"ft_ic_spreadsheet": "Spreadsheet file"
|
||||
},
|
||||
@@ -30,7 +29,7 @@
|
||||
"COLUMNS": {
|
||||
"DISPLAY_NAME": "Display name",
|
||||
"CREATED_BY": "Created by",
|
||||
"CREATED_ON": "Created on"
|
||||
"CREATED_ON": "Created"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"FOLDER": {
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"NEWTAG": "New Tag"
|
||||
},
|
||||
"MESSAGES": {
|
||||
"EXIST":"Tag already exist"
|
||||
"EXIST":"Tag already exists"
|
||||
},
|
||||
"BUTTON": {
|
||||
"ADD": "Add Tag"
|
||||
|
@@ -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