mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12385] Fix en-AU collision (#5330)
* [ACS-12385] Fix en-AU collision * [ACS-12385] remove comments * [ACS-12385] Diff by SHA instead of a remote-tracking branch name
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
"NAME": "Name",
|
||||
"VERSION": "Version",
|
||||
"VENDOR": "Vendor",
|
||||
"LICENSE": "Licence",
|
||||
"LICENSE": "License",
|
||||
"RUNTIME": "Runtime",
|
||||
"DESCRIPTION": "Description"
|
||||
},
|
||||
"LICENSE": {
|
||||
"TITLE": "Licence",
|
||||
"TITLE": "License",
|
||||
"PROPERTY": "Property",
|
||||
"VALUE": "Value"
|
||||
},
|
||||
@@ -134,8 +134,8 @@
|
||||
"TEXT": "Join libraries to upload, view, and share files."
|
||||
},
|
||||
"FAVORITE_LIBRARIES": {
|
||||
"TITLE": "No Favourite Libraries",
|
||||
"TEXT": "Favourite a library that you want to find easily later."
|
||||
"TITLE": "No Favorite Libraries",
|
||||
"TEXT": "Favorite a library that you want to find easily later."
|
||||
},
|
||||
"ALL_LIBRARIES": {
|
||||
"TITLE": "No library found",
|
||||
@@ -151,10 +151,10 @@
|
||||
}
|
||||
},
|
||||
"FAVORITE_LIBRARIES": {
|
||||
"TITLE": "Favourite Libraries",
|
||||
"TITLE": "Favorite Libraries",
|
||||
"SIDENAV_LINK": {
|
||||
"LABEL": "Favourite Libraries",
|
||||
"TOOLTIP": "Access my favourite libraries"
|
||||
"LABEL": "Favorite Libraries",
|
||||
"TOOLTIP": "Access my favorite libraries"
|
||||
}
|
||||
},
|
||||
"ALL_LIBRARIES": {
|
||||
@@ -194,14 +194,14 @@
|
||||
}
|
||||
},
|
||||
"FAVORITES": {
|
||||
"TITLE": "Favourites",
|
||||
"TITLE": "Favorites",
|
||||
"SIDENAV_LINK": {
|
||||
"LABEL": "Favourites",
|
||||
"TOOLTIP": "View your favourite files and folders"
|
||||
"LABEL": "Favorites",
|
||||
"TOOLTIP": "View your favorite files and folders"
|
||||
},
|
||||
"EMPTY_STATE": {
|
||||
"TITLE": "No favourite files or folders",
|
||||
"TEXT": "Favourite items that you want to easily find later."
|
||||
"TITLE": "No favorite files or folders",
|
||||
"TEXT": "Favorite items that you want to easily find later."
|
||||
}
|
||||
},
|
||||
"TRASHCAN": {
|
||||
@@ -301,9 +301,9 @@
|
||||
"UNDO": "Undo",
|
||||
"PERMISSIONS": "Permissions",
|
||||
"RESTORE": "Restore",
|
||||
"FAVORITE": "Favourite",
|
||||
"ADD_FAVORITE": "Add Favourite",
|
||||
"REMOVE_FAVORITE": "Remove Favourite",
|
||||
"FAVORITE": "Favorite",
|
||||
"ADD_FAVORITE": "Add Favorite",
|
||||
"REMOVE_FAVORITE": "Remove Favorite",
|
||||
"UNSHARE": "Unshare",
|
||||
"DETAILS": "View Details",
|
||||
"VERSIONS": "Manage Versions",
|
||||
@@ -458,11 +458,11 @@
|
||||
},
|
||||
"LIBRARY_DELETED": "Library deleted",
|
||||
"LEFT_LIBRARY": "You have left the library",
|
||||
"FAVORITE_NODE_ADDED": "Added {{ name }} to favourites",
|
||||
"FAVORITE_NODES_ADDED": "Added {{ number }} items to favourites",
|
||||
"FAVORITE_NODE_REMOVED": "Removed {{ name }} from favourites",
|
||||
"FAVORITE_NODES_REMOVED": "Removed {{ number }} items from favourites",
|
||||
"FAVORITE_NODE_NOT_FOUND": "{{ name }} is not favourite"
|
||||
"FAVORITE_NODE_ADDED": "Added {{ name }} to favorites",
|
||||
"FAVORITE_NODES_ADDED": "Added {{ number }} items to favorites",
|
||||
"FAVORITE_NODE_REMOVED": "Removed {{ name }} from favorites",
|
||||
"FAVORITE_NODES_REMOVED": "Removed {{ number }} items from favorites",
|
||||
"FAVORITE_NODE_NOT_FOUND": "{{ name }} is not favorite"
|
||||
}
|
||||
},
|
||||
"CONTENT_METADATA": {
|
||||
@@ -517,7 +517,7 @@
|
||||
"CREATED": "Created",
|
||||
"MODIFIED": "Modified",
|
||||
"DONE": "Done",
|
||||
"ERROR": "Something went wrong, please close this dialogue and try again"
|
||||
"ERROR": "Something went wrong, please close this dialog and try again"
|
||||
},
|
||||
"ADDITIONAL_REFERENCES_DIALOG": {
|
||||
"TITLE": "Additional Reference Locations",
|
||||
|
||||
Reference in New Issue
Block a user