mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-9249] Add number of files to Folder Information (#4626)
* [ACS-9249] Add number of files to Folder Information * [ACS-9249] cr fix * [ACS-9249] fix e2e's
This commit is contained in:
committed by
GitHub
parent
e110b73613
commit
29212b3cb3
@@ -467,9 +467,10 @@
|
||||
"ICON": "Folder Icon",
|
||||
"TITLE": "Folder Information",
|
||||
"SIZE" : "Size",
|
||||
"NUMBER_OF_FILES": "Number of files",
|
||||
"CALCULATING": "Calculating...",
|
||||
"CALCULATED_SIZE_LARGE": "{{sizeInBytes}} bytes ({{sizeInLargeUnit}} {{unit}} on disk) for {{count}} files",
|
||||
"CALCULATED_SIZE_NORMAL": "{{sizeInBytes}} bytes for {{count}} files",
|
||||
"CALCULATED_SIZE_LARGE": "{{sizeInBytes}} bytes ({{sizeInLargeUnit}} {{unit}} on disk)",
|
||||
"CALCULATED_SIZE_NORMAL": "{{sizeInBytes}} bytes",
|
||||
"LOCATION": "Location",
|
||||
"CREATED": "Created",
|
||||
"MODIFIED": "Modified",
|
||||
|
Reference in New Issue
Block a user