mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[MNT-25478] Add Information dialog for nodes and dialog for additional location references (#5041)
* [MNT-25478] Add Information dialog for nodes and dialog for additional location references * [MNT-25478] CR fixes * [MNT-25478] CR fixes * [MNT-25478] Unit test fix * [MNT-25478] E2E locator fixes * [MNT-25478] E2E locator fixes * [MMNT-25478] Add cm:contains to secondary parents API call * [MMNT-25478] Small fix * [MNT-25478] First e2e fixes * more fixes for e2es * last e2e fixes --------- Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
This commit is contained in:
co-authored by
Adam Świderski
parent
0f7bd89263
commit
4204745227
@@ -267,7 +267,8 @@
|
||||
"LOCATION": "Location",
|
||||
"SIZE": "Size"
|
||||
},
|
||||
"UNKNOWN_LOCATION": "Unknown",
|
||||
"UNKNOWN_LOCATION": "You do not have permission to view the location of this document.",
|
||||
"VIEW_ADDITIONAL_LOCATIONS": "View additional references locations",
|
||||
"NO_RESULTS": "Your search returned 0 results",
|
||||
"EMPTY_SEARCH": "Search term required",
|
||||
"NO_FILTER_RESULTS": "Your filter returned 0 results",
|
||||
@@ -312,7 +313,7 @@
|
||||
"EDIT_OFFLINE_CANCEL": "Cancel Editing",
|
||||
"CHANGE_ASPECT": "Edit Aspects",
|
||||
"ADD_ASPECTS": "Add Aspects",
|
||||
"FOLDER_INFO": "Folder Information"
|
||||
"NODE_INFO": "Information"
|
||||
},
|
||||
"DIALOGS": {
|
||||
"CONFIRM_PURGE": {
|
||||
@@ -480,19 +481,24 @@
|
||||
"CANCEL": "Cancel",
|
||||
"SAVE": "Save"
|
||||
},
|
||||
"FOLDER_INFO": {
|
||||
"ICON": "Folder Icon",
|
||||
"TITLE": "Folder Information",
|
||||
"NODE_INFO": {
|
||||
"ICON": "Node Icon",
|
||||
"TITLE": "Information",
|
||||
"SIZE" : "Size",
|
||||
"NUMBER_OF_FILES": "Number of files",
|
||||
"CALCULATING": "Calculating...",
|
||||
"CALCULATED_SIZE_LARGE": "{{sizeInBytes}} bytes ({{sizeInLargeUnit}} {{unit}} on disk)",
|
||||
"CALCULATED_SIZE_NORMAL": "{{sizeInBytes}} bytes",
|
||||
"LOCATION": "Location",
|
||||
"REFERENCED": "Referenced",
|
||||
"CREATED": "Created",
|
||||
"MODIFIED": "Modified",
|
||||
"DONE": "Done",
|
||||
"ERROR": "Something went wrong, please close this dialog and try again"
|
||||
},
|
||||
"ADDITIONAL_REFERENCES_DIALOG": {
|
||||
"TITLE": "Additional Reference Locations",
|
||||
"NO_LOCATIONS": "{{ name }} is not referenced in any locations.",
|
||||
"DESCRIPTION": "{{ name }} is currently referenced in these locations.",
|
||||
"CLOSE": "Close"
|
||||
}
|
||||
},
|
||||
"NODE_SELECTOR": {
|
||||
|
||||
Reference in New Issue
Block a user