Pull request #55: Update labels to use AE spelling for "to analyze" and change error message.

Merge in RED/ui from kbudisantoso/enjson-1607334713964 to master

* commit '86fe61ac41aaac041556ede65ee2cf3040cd69ba':
  Update labels to use AE spelling for "to analyze" and change error message.
This commit is contained in:
Timo Bejan 2020-12-07 14:15:44 +01:00
commit 359c335e6b

View File

@ -71,7 +71,7 @@
"project-listing": { "project-listing": {
"search": "Project name...", "search": "Project name...",
"reanalyse": { "reanalyse": {
"action": "Reanalyse entire project" "action": "Analyze entire project"
}, },
"assign": { "assign": {
"action": "Assign Owner & Members" "action": "Assign Owner & Members"
@ -137,7 +137,7 @@
}, },
"actions": { "actions": {
"download-redaction-report": "Download Redaction Report", "download-redaction-report": "Download Redaction Report",
"reanalyse-project": "Reanalyze Project" "reanalyse-project": "Analyze Project"
} }
}, },
"owner": "Owner", "owner": "Owner",
@ -169,8 +169,8 @@
"toast": { "toast": {
"message-project": "Reanalysis required: ", "message-project": "Reanalysis required: ",
"actions": { "actions": {
"reanalyse-all": "Reanalyze all", "reanalyse-all": "Analyze all",
"reanalyse-file": "Reanalyze this file", "reanalyse-file": "Analyze this file",
"later": "Later" "later": "Later"
} }
} }
@ -196,7 +196,7 @@
"delete-file-error": "Failed to delete file: {{filename}}", "delete-file-error": "Failed to delete file: {{filename}}",
"delete-files-error": "Failed to delete files.", "delete-files-error": "Failed to delete files.",
"reanalyse": { "reanalyse": {
"action": "Reanalyze File" "action": "Analyze File"
}, },
"delete": { "delete": {
"action": "Delete File" "action": "Delete File"
@ -210,7 +210,7 @@
"last-updated": "Last updated: {{lastUpdated}}", "last-updated": "Last updated: {{lastUpdated}}",
"file-pending": "Pending...", "file-pending": "Pending...",
"file-processing": "Processing...", "file-processing": "Processing...",
"file-error": "The file has encountered an error and cannot be opened." "file-error": "Analysis failed, please retry."
} }
}, },
"project-details": { "project-details": {
@ -231,15 +231,15 @@
"bulk": { "bulk": {
"delete": "Delete Documents", "delete": "Delete Documents",
"assign": "Assign Reviewer", "assign": "Assign Reviewer",
"reanalyse": "Reanalyse Documents", "reanalyse": "Analyze Documents",
"reanalyse-error-outdated": "Not all selected documents can be reanalysed, some may not be assigned to you or may not be outdated." "reanalyse-error-outdated": "Not all selected documents can be analyzed, some may not be assigned to you or are already analyzed."
} }
}, },
"file-preview": { "file-preview": {
"no-annotations-for-page": "There are no redactions, hints or requests on this page.", "no-annotations-for-page": "There are no redactions, hints or requests on this page.",
"show-redacted-view": "Show Redacted Preview", "show-redacted-view": "Show Redacted Preview",
"cannot-show-redacted-view": "Redactions out of sync. Redacted Preview only available after reanalysis", "cannot-show-redacted-view": "Redactions out of sync. Redacted Preview only available after reanalysis",
"reanalyse-notification": "This document was not processed with the latest rule/dictionary set. Reanalyse now to get updated annotations.", "reanalyse-notification": "This document was not processed with the latest rule/dictionary set. Analyze now to get updated annotations.",
"reanalyse-file": "File reanalysis in progress... ", "reanalyse-file": "File reanalysis in progress... ",
"view-toggle": "Redacted View", "view-toggle": "Redacted View",
"tabs": { "tabs": {
@ -393,7 +393,7 @@
"hint": "Hints only", "hint": "Hints only",
"redaction": "Redacted", "redaction": "Redacted",
"suggestion": "Suggested Redaction", "suggestion": "Suggested Redaction",
"analysis": "Re-analysis required", "analysis": "Analysis required",
"none": "No Annotations" "none": "No Annotations"
}, },
"filter-menu": { "filter-menu": {