🌐 Move translations to common file

This commit is contained in:
ajnart
2023-08-14 14:34:56 +02:00
parent 07f8ce3de5
commit d4463c0009
6 changed files with 10 additions and 11 deletions

View File

@@ -7,6 +7,9 @@
"delete": "Delete",
"ok": "OK",
"edit": "Edit",
"next": "Next",
"previous": "Previous",
"confirm": "Confirm",
"enabled": "Enabled",
"disabled": "Disabled",
"enableAll": "Enable all",

View File

@@ -52,11 +52,7 @@
}
},
"buttons": {
"next": "Next",
"previous": "Previous",
"confirm": "Confirm",
"generateRandomPassword": "Generate random",
"createAnother": "Create another",
"goBack": "Go back to users"
"createAnother": "Create another"
}
}