mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4831] DocumentList - filetype alternative text is not meaningful (#4998)
* filetype alternative text * icons text translation key * icon text accessibility translation * fix e2e * add miscellaneous file type
This commit is contained in:
committed by
Eugenio Romano
parent
ef09b077c4
commit
bf6889ee54
@@ -260,7 +260,25 @@
|
||||
"SELECT_ALL": "Select all",
|
||||
"SELECT_FILE": "Select file",
|
||||
"SORT_ASCENDING": "ascending",
|
||||
"SORT_DESCENDING": "descending"
|
||||
"SORT_DESCENDING": "descending",
|
||||
"ICON_TEXT": "File type {{ type }}",
|
||||
"ICON_DISABLED": "disabled"
|
||||
},
|
||||
"FILE_TYPE": {
|
||||
"DOCUMENT": "document",
|
||||
"FOLDER": "folder",
|
||||
"PDF": "pdf document",
|
||||
"IMAGE": "image",
|
||||
"EXCEL": "excel document",
|
||||
"WORD": "word document",
|
||||
"POWERPOINT": "powerpoint document",
|
||||
"VIDEO": "video",
|
||||
"AUDIO": "audio",
|
||||
"WEBSITE": "website",
|
||||
"ARCHIVE": "archive",
|
||||
"PRESENTATION": "presentation",
|
||||
"SPREADSHEET": "spreadsheet",
|
||||
"MISCELLANEOUS": "miscellaneous"
|
||||
}
|
||||
},
|
||||
"USER_PROFILE": {
|
||||
|
Reference in New Issue
Block a user