mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2260] Action menu translation is missing when right clicking on a file/folder. (#2958)
* Fixed Action menu translation.
This commit is contained in:
committed by
Eugenio Romano
parent
744f4d9a7d
commit
6b980edcf5
@@ -156,11 +156,15 @@
|
||||
},
|
||||
"ACTIONS": {
|
||||
"FOLDER": {
|
||||
"DELETE": "Delete"
|
||||
"DELETE": "Delete",
|
||||
"MOVE": "Move",
|
||||
"COPY": "Copy"
|
||||
},
|
||||
"DOCUMENT": {
|
||||
"DOWNLOAD": "Download",
|
||||
"DELETE": "Delete"
|
||||
"DELETE": "Delete",
|
||||
"MOVE": "Move",
|
||||
"COPY": "Copy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user