Files
alfresco-ng2-components/demo-shell-ng2/custom-translation/i18n/it.json
2016-11-25 19:09:06 +00:00

26 lines
488 B
JSON

{
"title" : "Benvenuto",
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Mostra name",
"CREATED_BY": "Creato da",
"CREATED_ON": "Creato il"
},
"ACTIONS": {
"FOLDER": {
"SYSTEM_1": "Azione 1 di sistema sulla cartella",
"CUSTOM": "Azione personalizzata su cartella"
},
"DOCUMENT": {
"DOWNLOAD": "Download",
"SYSTEM_2": "System document action 2",
"CUSTOM": "Custom action"
}
}
}
}