Added set language to the Setup.vue

This commit is contained in:
Ponkhy
2021-09-05 15:40:35 +02:00
parent d34ed00841
commit 1b8b33c4c3
3 changed files with 19 additions and 3 deletions

View File

@@ -108,5 +108,6 @@ export default {
"Repeat Password": "Wiederhole das Passwort",
"Resource Record Type": "Resource Record Type",
respTime: "Antw. Zeit (ms)",
notAvailableShort: "N/A"
notAvailableShort: "N/A",
Create: "Erstellen",
}

View File

@@ -108,5 +108,6 @@ export default {
"Create your admin account": "Create your admin account",
"Repeat Password": "Repeat Password",
respTime: "Resp. Time (ms)",
notAvailableShort: "N/A"
notAvailableShort: "N/A",
Create: "Create",
}