mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3897] Upload Dialog - upload file error tooltip (#4148)
This commit is contained in:
committed by
Eugenio Romano
parent
baf9204a04
commit
5b168af134
@@ -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": {
|
||||
|
Reference in New Issue
Block a user