[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:
Cilibiu Bogdan
2019-09-02 14:45:08 +03:00
committed by Eugenio Romano
parent 27c36ad4a2
commit ddb5fb445c
2 changed files with 22 additions and 4 deletions

View File

@@ -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": {