diff --git a/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/HtmlLang.java b/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/HtmlLang.java index caa1992d3..f14d37864 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/HtmlLang.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/HtmlLang.java @@ -245,8 +245,8 @@ public enum HtmlLang implements Lang { LOGIN_LOGIN("html.login.login", "Login"), LOGIN_LOGOUT("html.login.logout", "Logout"), - LOGIN_USERNAME("html.login.username", "\"Username\""), - LOGIN_PASSWORD("html.login.password", "\"Password\""), + LOGIN_USERNAME("html.login.username", "Username"), + LOGIN_PASSWORD("html.login.password", "Password"), LOGIN_FORGOT_PASSWORD("html.login.forgotPassword", "Forgot Password?"), LOGIN_CREATE_ACCOUNT("html.login.register", "Create an Account!"), LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_1("html.login.forgotPassword1", "Forgot password? Unregister and register again."), diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_CN.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_CN.yml index 64292c081..1517531c3 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_CN.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_CN.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "使用命令后," login: "登录" logout: "登出" - password: '"密码"' + password: "密码" register: "创建一个账户!" - username: '"用户名"' + username: "用户名" modal: info: bugs: "报告问题" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_CS.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_CS.yml index 5650ba2d1..23f5c539e 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_CS.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_CS.yml @@ -451,7 +451,7 @@ html: worldPlaytime: "Herní čas světa" worstPing: "Nejhorší ping" login: - failed: "Přihlašování selhalo: " + failed: "Přihlašování selhalo: " forgotPassword: "Zapomněl jste heslo?" forgotPassword1: "Zapomněl jste heslo? Odregistruj se a registruj se znovu." forgotPassword2: "Pro odstranění aktuálního uživatele použij následující příkaz ve hře:" @@ -459,9 +459,9 @@ html: forgotPassword4: "Po vykonání příkazu, " login: "Přihlásit se" logout: "Odhlásit se" - password: '"Heslo"' + password: "Heslo" register: "Vytvořte si účet!" - username: '"Uživatelské jméno"' + username: "Uživatelské jméno" modal: info: bugs: "Nahlásit potíže" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_DE.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_DE.yml index 1b6bc5201..5ca0a58f0 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_DE.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_DE.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "After using the command, " login: "Login" logout: "Logout" - password: '"Password"' + password: "Password" register: "Create an Account!" - username: '"Username"' + username: "Username" modal: info: bugs: "Melde einen Bug" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_EN.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_EN.yml index 8f637825b..4e6e9e59b 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_EN.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_EN.yml @@ -451,7 +451,7 @@ html: worldPlaytime: "World Playtime" worstPing: "Worst Ping" login: - failed: "Login failed: " + failed: "Login failed: " forgotPassword: "Forgot Password?" forgotPassword1: "Forgot password? Unregister and register again." forgotPassword2: "Use the following command in game to remove your current user:" @@ -459,9 +459,9 @@ html: forgotPassword4: "After using the command, " login: "Login" logout: "Logout" - password: '"Password"' + password: "Password" register: "Create an Account!" - username: '"Username"' + username: "Username" modal: info: bugs: "Report Issues" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_ES.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_ES.yml index 8d3ddd4f6..20bf56d17 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_ES.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_ES.yml @@ -451,7 +451,7 @@ html: worldPlaytime: "Jugabilidad de mundo" worstPing: "Peor ping" login: - failed: "Ingreso fallido: " + failed: "Ingreso fallido: " forgotPassword: "Contraseña Olvidada?" forgotPassword1: "Contraseña Olvidada? Elimina tu registro y vuelve a registrarte." forgotPassword2: "Usa el siguiente comando en el juego para remover tu usuario actual:" @@ -459,9 +459,9 @@ html: forgotPassword4: "Después de usar el comando, " login: "Ingresar" logout: "Cerrar Sesión" - password: '"Contraseña"' + password: "Contraseña" register: "Crear una cuenta!" - username: '"Usuario"' + username: "Usuario" modal: info: bugs: "Reportar errores" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_FI.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_FI.yml index 92f93815d..c5816928c 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_FI.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_FI.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "Komennon jälkeen," login: "Kirjaudu" logout: "Kirjaudu ulos" - password: '"Salasana"' + password: "Salasana" register: "Luo käyttäjä!" - username: '"Käyttäjänimi"' + username: "Käyttäjänimi" modal: info: bugs: "Ilmoita ongelmista" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_FR.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_FR.yml index 315b2e858..f6c7d6ea1 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_FR.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_FR.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "Après avoir utilisé la commande, " login: "Connexion" logout: "Déconnexion" - password: '"Mot de Passe"' + password: "Mot de Passe" register: "Créer un compte !" - username: '"Nom d'Utilisateur"' + username: "Nom d'Utilisateur" modal: info: bugs: "Rapport de bugs" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_IT.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_IT.yml index c5a628349..2aef34f0e 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_IT.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_IT.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "After using the command, " login: "Login" logout: "Logout" - password: '"Password"' + password: "Password" register: "Create an Account!" - username: '"Username"' + username: "Username" modal: info: bugs: "Segnala Problemi" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_JA.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_JA.yml index d4e94da1e..ca87f4128 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_JA.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_JA.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "After using the command, " login: "Login" logout: "Logout" - password: '"Password"' + password: "Password" register: "Create an Account!" - username: '"Username"' + username: "Username" modal: info: bugs: "バグ報告" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_KO.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_KO.yml index 77bb595bf..40a5bae2b 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_KO.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_KO.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "After using the command, " login: "Login" logout: "Logout" - password: '"Password"' + password: "Password" register: "Create an Account!" - username: '"Username"' + username: "Username" modal: info: bugs: "문제 보고" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_NL.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_NL.yml index e032f1a52..3ea140733 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_NL.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_NL.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "Na gebruik van de opdracht, " login: "Inloggen" logout: "Uitloggen" - password: '"Wachtwoord"' + password: "Wachtwoord" register: "Maak een account!" - username: '"Gebruikersnaam"' + username: "Gebruikersnaam" modal: info: bugs: "Problemen melden" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_PT_BR.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_PT_BR.yml index f96574aa0..83c122b47 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_PT_BR.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_PT_BR.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "After using the command, " login: "Login" logout: "Logout" - password: '"Password"' + password: "Password" register: "Create an Account!" - username: '"Username"' + username: "Username" modal: info: bugs: "Report Issues" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_RU.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_RU.yml index 8d71fb10e..22d5ea4bc 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_RU.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_RU.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "После использования команды, " login: "Вход" logout: "Выход" - password: '"Пароль"' + password: "Пароль" register: "Создайте аккаунт!" - username: '"Имя пользователя"' + username: "Имя пользователя" modal: info: bugs: "Сообщить о проблемах" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_TR.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_TR.yml index 52e304e38..e3ee0fd6a 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_TR.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_TR.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "Komutu kullandıktan sonra, " login: "Oturum aç" logout: "Çıkış Yap" - password: '"Parola"' + password: "Parola" register: "Hesap oluştur!" - username: '"Kullanıcı adı"' + username: "Kullanıcı adı" modal: info: bugs: "Sorunları Bildir" diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_ZH_TW.yml b/Plan/common/src/main/resources/assets/plan/locale/locale_ZH_TW.yml index dd81833f2..d6401c654 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_ZH_TW.yml +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_ZH_TW.yml @@ -459,9 +459,9 @@ html: forgotPassword4: "使用指令後," login: "登入" logout: "登出" - password: '"密碼"' + password: "密碼" register: "建立一個帳戶!" - username: '"使用者名稱"' + username: "使用者名稱" modal: info: bugs: "報告問題"