[ADF-3897] Upload Dialog - upload file error tooltip (#4148)

This commit is contained in:
Cilibiu Bogdan
2019-01-15 18:28:41 +02:00
committed by Eugenio Romano
parent baf9204a04
commit 5b168af134
9 changed files with 106 additions and 4 deletions

View File

@@ -152,6 +152,16 @@
},
"ACTION": {
"UNDO": "Undo"
},
"ERRORS": {
"GENERIC": "Upload unsuccessful. Contact IT if this problem persists",
"500": "Internal server error, try again or contact IT support [500]",
"504": "The server timed out, try again or contact IT support [504]",
"403": "Insufficient permissions to upload in this location [403]",
"404": "Upload location no longer exists [404]"
},
"ARIA-LABEL": {
"ERROR": "Upload error"
}
},
"WEBSCRIPT": {