mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4855] Upload dialog - Buttons must have discernible text (#5040)
* aria labels translation keys * actions aria label * announce confirmation content
This commit is contained in:
committed by
Eugenio Romano
parent
27c36ad4a2
commit
ddb5fb445c
@@ -130,7 +130,15 @@
|
||||
}
|
||||
},
|
||||
"ARIA-LABEL": {
|
||||
"VERSION": "File version"
|
||||
"VERSION": "File version",
|
||||
"DIALOG_MAXIMIZE": "Maximize upload dialog",
|
||||
"DIALOG_MINIMIZE": "Minimize upload dialog",
|
||||
"DIALOG_CLOSE": "Close upload dialog",
|
||||
"CANCEL_ALL": "Cancel all uploading files",
|
||||
"CONFIRMATION": {
|
||||
"CANCEL": "Confirm cancel",
|
||||
"CONTINUE": "Continue uploading"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FILE_UPLOAD": {
|
||||
|
Reference in New Issue
Block a user