mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4865] Upload Dialog - row actions not accessible by keyboard alone (#5051)
* access upload dialog information by keyboard * upload files actions keyboard accessibility * aria labels translation keys * refractor styling * toggle action icons * update docs * e2e * e2e update action reference
This commit is contained in:
committed by
Eugenio Romano
parent
2360ccc6d5
commit
ef09b077c4
@@ -117,7 +117,8 @@
|
||||
"REMOVE_FILE": "Remove uploaded file"
|
||||
},
|
||||
"STATUS": {
|
||||
"FILE_CANCELED_STATUS": "Canceled"
|
||||
"FILE_CANCELED_STATUS": "Canceled",
|
||||
"FILE_DONE_STATUS": "Uploaded"
|
||||
},
|
||||
"CONFIRMATION": {
|
||||
"BUTTON": {
|
||||
@@ -130,12 +131,16 @@
|
||||
}
|
||||
},
|
||||
"ARIA-LABEL": {
|
||||
"VERSION": "File version",
|
||||
"VERSION": "File version {{ version }}",
|
||||
"DIALOG": "Upload list",
|
||||
"DIALOG_MAXIMIZE": "Maximize upload dialog",
|
||||
"DIALOG_MINIMIZE": "Minimize upload dialog",
|
||||
"DIALOG_CLOSE": "Close upload dialog",
|
||||
"CANCEL_ALL": "Cancel all uploading files",
|
||||
"REMOVE_FILE": "Remove uploaded file {{ file }}",
|
||||
"CANCEL_FILE": "Cancel scheduled file {{ file }}",
|
||||
"CANCEL_FILE_UPLOAD": "Cancel file upload {{ file }}",
|
||||
"UPLOAD_FILE_ERROR": "Upload error {{ error }}",
|
||||
"CONFIRMATION": {
|
||||
"CANCEL": "Confirm cancel",
|
||||
"CONTINUE": "Continue uploading"
|
||||
|
Reference in New Issue
Block a user