[ADF 3635] Added translation label to checklist dialog (#3894)

* [ADF-3635] added translation label to checklist dialog

* [ADF-3635] fixed tests
This commit is contained in:
Vito
2018-10-16 18:04:33 +01:00
committed by Eugenio Romano
parent 392bd62610
commit 5378df9425
4 changed files with 27 additions and 12 deletions
+7 -1
View File
@@ -94,7 +94,13 @@
"NONE": "Nobody involved"
},
"CHECKLIST": {
"NONE": "No checklist"
"NONE": "No checklist",
"DIALOG" : {
"TITLE": "New Check",
"CANCEL-BUTTON": "Cancel",
"ADD-BUTTON": "Add Checklist",
"PLACEHOLDER": "Name"
}
},
"ERROR": {
"TITLE": "Couldn't complete the action",
+8 -2
View File
@@ -91,7 +91,13 @@
"NONE": "Nessuno coinvolto"
},
"CHECKLIST": {
"NONE": "Nessun elenco di controllo"
"NONE": "Nessun elenco di controllo",
"DIALOG" : {
"TITLE": "Nuova Checklist",
"CANCEL-BUTTON": "Cancella",
"ADD-BUTTON": "Aggiungi Checklist",
"PLACEHOLDER": "Nome"
}
},
"ERROR": {
"TITLE": "Impossibile completare l'azione",
@@ -316,4 +322,4 @@
"CHOOSE": "Scegli"
}
}
}
}