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
@@ -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": {
|
||||
|
Reference in New Issue
Block a user