* update ui and translations
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "Passwort wiederholen:",
|
||||
"Password:": "Passwort:",
|
||||
"Passwords missmatch!": "Passwörter stimmen nicht überein!",
|
||||
"Secure:": "HTTPS?:"
|
||||
"Secure:": "HTTPS?"
|
||||
}
|
||||
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "Password repeat:",
|
||||
"Password:": "Password:",
|
||||
"Passwords missmatch!": "Passwords missmatch!",
|
||||
"Secure:": "HTTPS?:"
|
||||
"Secure:": "HTTPS?"
|
||||
}
|
||||
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "Répéter le mot de passe :",
|
||||
"Password:": "Mot de passe:",
|
||||
"Passwords missmatch!": "Les mots de passe ne correspondent pas !",
|
||||
"Secure:": "HTTPS ? :"
|
||||
"Secure:": "HTTPS ?"
|
||||
}
|
||||
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "Ripeti password:",
|
||||
"Password:": "Parola d'ordine:",
|
||||
"Passwords missmatch!": "Le password non corrispondono!",
|
||||
"Secure:": "HTTPS?:"
|
||||
"Secure:": "HTTPS?"
|
||||
}
|
||||
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "Wachtwoord herhalen:",
|
||||
"Password:": "Wachtwoord:",
|
||||
"Passwords missmatch!": "Wachtwoorden komen niet overeen!",
|
||||
"Secure:": "HTTPS?:"
|
||||
"Secure:": "HTTPS?"
|
||||
}
|
||||
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "Powtórz hasło:",
|
||||
"Password:": "Hasło:",
|
||||
"Passwords missmatch!": "Niezgodność haseł!",
|
||||
"Secure:": "HTTPS?:"
|
||||
"Secure:": "HTTPS?"
|
||||
}
|
||||
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "Repetição de senha:",
|
||||
"Password:": "Senha:",
|
||||
"Passwords missmatch!": "As senhas não correspondem!",
|
||||
"Secure:": "HTTPS?:"
|
||||
"Secure:": "HTTPS?"
|
||||
}
|
||||
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "Повтор пароля:",
|
||||
"Password:": "Пароль:",
|
||||
"Passwords missmatch!": "Пароли не совпадают!",
|
||||
"Secure:": "HTTPS?:"
|
||||
"Secure:": "HTTPS?"
|
||||
}
|
||||
@@ -4,5 +4,5 @@
|
||||
"Password repeat:": "密码重复:",
|
||||
"Password:": "密码:",
|
||||
"Passwords missmatch!": "密码不匹配!",
|
||||
"Secure:": "HTTPS?:"
|
||||
"Secure:": "HTTPS?"
|
||||
}
|
||||
+3
-3
@@ -70,7 +70,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col s8 m8 l8">
|
||||
<div class="col s12 m8 l8">
|
||||
<div class="col s4 input-field">
|
||||
<input type="text" class="value" id="host" />
|
||||
<label for="host" class="translate">Home assistant IP:</label>
|
||||
@@ -83,7 +83,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col s8 m8 l8">
|
||||
<div class="col s12 m8 l8">
|
||||
<div class="col s6 m4 input-field">
|
||||
<input type="text" class="value" id="password" />
|
||||
<label for="password" class="translate">Password:</label>
|
||||
@@ -96,7 +96,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col s8 m8 l8">
|
||||
<div class="col s12 m8 l8">
|
||||
<div class="col s6 m4 input-field">
|
||||
<input id="secure" type="checkbox" class="value" />
|
||||
<span for="secure" class="translate">Secure:</span>
|
||||
|
||||
+1
-1
@@ -7,5 +7,5 @@ systemDictionary = {
|
||||
"Password repeat:": { "en": "Password repeat:", "de": "Passwort wiederholen:", "ru": "Повтор пароля:", "pt": "Repetição de senha:", "nl": "Wachtwoord herhalen:", "fr": "Répéter le mot de passe :", "it": "Ripeti password:", "es": "Repite la contraseña:", "pl": "Powtórz hasło:", "zh-cn": "密码重复:"},
|
||||
"Password:": { "en": "Password:", "de": "Passwort:", "ru": "Пароль:", "pt": "Senha:", "nl": "Wachtwoord:", "fr": "Mot de passe:", "it": "Parola d'ordine:", "es": "Clave:", "pl": "Hasło:", "zh-cn": "密码:"},
|
||||
"Passwords missmatch!": { "en": "Passwords missmatch!", "de": "Passwörter stimmen nicht überein!", "ru": "Пароли не совпадают!", "pt": "As senhas não correspondem!", "nl": "Wachtwoorden komen niet overeen!", "fr": "Les mots de passe ne correspondent pas !", "it": "Le password non corrispondono!", "es": "¡Las contraseñas no coinciden!", "pl": "Niezgodność haseł!", "zh-cn": "密码不匹配!"},
|
||||
"Secure:": { "en": "HTTPS?:", "de": "HTTPS?:", "ru": "HTTPS?:", "pt": "HTTPS?:", "nl": "HTTPS?:", "fr": "HTTPS ? :", "it": "HTTPS?:", "es": "¿HTTPS?:", "pl": "HTTPS?:", "zh-cn": "HTTPS?:"},
|
||||
"Secure:": { "en": "HTTPS?", "de": "HTTPS?", "ru": "HTTPS?", "pt": "HTTPS?", "nl": "HTTPS?", "fr": "HTTPS ?", "it": "HTTPS?", "es": "¿HTTPS?", "pl": "HTTPS?", "zh-cn": "HTTPS?"},
|
||||
};
|
||||
Reference in New Issue
Block a user