From 36346f87f9fe98cb24b3da831f386642bd170779 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 03:04:15 +0000 Subject: [PATCH] Update languages [skip actions] --- src/main/resources/languages/es-ES.json | 3 ++- src/main/resources/languages/fr-FR.json | 3 ++- src/main/resources/languages/it-IT.json | 3 ++- src/main/resources/languages/ja-JP.json | 3 ++- src/main/resources/languages/ko-KR.json | 3 ++- src/main/resources/languages/pl-PL.json | 3 ++- src/main/resources/languages/ro-RO.json | 3 ++- src/main/resources/languages/ru-RU.json | 3 ++- src/main/resources/languages/zh-CN.json | 3 ++- src/main/resources/languages/zh-TW.json | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) diff --git a/src/main/resources/languages/es-ES.json b/src/main/resources/languages/es-ES.json index 2e7e708aa..da89c6257 100644 --- a/src/main/resources/languages/es-ES.json +++ b/src/main/resources/languages/es-ES.json @@ -44,7 +44,8 @@ "password_error": "Contraseña no válida", "password_length_error": "La longitud de la contraseña debe ser mayor o igual a 8", "password_storage_error": "No tienes contraseña para tu cuenta. Por favor contacta a un administrador.", - "server_max_player_limit": "Se ha alcanzado el límite de jugadores activos" + "server_max_player_limit": "Se ha alcanzado el límite de jugadores activos", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] No se ha podido vincular el router." }, diff --git a/src/main/resources/languages/fr-FR.json b/src/main/resources/languages/fr-FR.json index 2e2f053b0..21494508f 100644 --- a/src/main/resources/languages/fr-FR.json +++ b/src/main/resources/languages/fr-FR.json @@ -44,7 +44,8 @@ "password_error": "Mot de passe invalide", "password_length_error": "La longueur du mot de passe doit être supérieure a 8", "password_storage_error": "Vous n'avez pas de mot de passe pour votre compte. Veuillez contacter un administrateur.", - "server_max_player_limit": "Le nombre de joueurs maximum est atteint." + "server_max_player_limit": "Le nombre de joueurs maximum est atteint.", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] Impossible d'attacher le routeur." }, diff --git a/src/main/resources/languages/it-IT.json b/src/main/resources/languages/it-IT.json index e2cec709f..f9988a27c 100644 --- a/src/main/resources/languages/it-IT.json +++ b/src/main/resources/languages/it-IT.json @@ -44,7 +44,8 @@ "password_error": "Password non valida", "password_length_error": "La lunghezza della password deve essere maggiore o uguale a 8", "password_storage_error": "Non hai una password per il tuo account. Contatta un amministratore.", - "server_max_player_limit": "Il numero di giocatori online ha raggiunto il limite" + "server_max_player_limit": "Il numero di giocatori online ha raggiunto il limite", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] Impossibile collegare il router." }, diff --git a/src/main/resources/languages/ja-JP.json b/src/main/resources/languages/ja-JP.json index eb1c95195..33ffc0434 100644 --- a/src/main/resources/languages/ja-JP.json +++ b/src/main/resources/languages/ja-JP.json @@ -44,7 +44,8 @@ "password_error": "無効なパスワード", "password_length_error": "パスワードの長さは8文字以上でなければなりません", "password_storage_error": "アカウントのパスワードがありません。 管理者に連絡してください。", - "server_max_player_limit": "オンライン プレイヤーの数が上限に達しました" + "server_max_player_limit": "オンライン プレイヤーの数が上限に達しました", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] ルーターを接続できません。" }, diff --git a/src/main/resources/languages/ko-KR.json b/src/main/resources/languages/ko-KR.json index f375ee6d4..24de158f5 100644 --- a/src/main/resources/languages/ko-KR.json +++ b/src/main/resources/languages/ko-KR.json @@ -44,7 +44,8 @@ "password_error": "암호가 올바르지 않습니다", "password_length_error": "암호의 길이는 8자리보다 크거나 같아야합니다.", "password_storage_error": "계정에 암호가 없습니다. 관리자에게 문의하십시오.", - "server_max_player_limit": "온라인 플레이어 수가 최대에 도달했습니다." + "server_max_player_limit": "온라인 플레이어 수가 최대에 도달했습니다.", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] 라우터에 연결할 수 없습니다." }, diff --git a/src/main/resources/languages/pl-PL.json b/src/main/resources/languages/pl-PL.json index 92b871a0e..20f916698 100644 --- a/src/main/resources/languages/pl-PL.json +++ b/src/main/resources/languages/pl-PL.json @@ -44,7 +44,8 @@ "password_error": "Nieprawidłowe hasło", "password_length_error": "Długość hasła musi być większa niż równa 8 znaków", "password_storage_error": "Nie posiadasz hasła do tego konta. Proszę skontaktować się z Administratorem.", - "server_max_player_limit": "Liczba graczy online osiągnęła swój limit." + "server_max_player_limit": "Liczba graczy online osiągnęła swój limit.", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] Wystąpił błąd podczas tworzenia routera." }, diff --git a/src/main/resources/languages/ro-RO.json b/src/main/resources/languages/ro-RO.json index b3f3c547f..e577d91ec 100644 --- a/src/main/resources/languages/ro-RO.json +++ b/src/main/resources/languages/ro-RO.json @@ -44,7 +44,8 @@ "password_error": "🇺🇸Invalid Password", "password_length_error": "🇺🇸Password length must be greater then or equal to 8", "password_storage_error": "🇺🇸You don't have a password for your account. Please contact an administrator.", - "server_max_player_limit": "Numărul de jucători online a ajuns la limită." + "server_max_player_limit": "Numărul de jucători online a ajuns la limită.", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] Nu se poate atașa routerul." }, diff --git a/src/main/resources/languages/ru-RU.json b/src/main/resources/languages/ru-RU.json index e782d6ed9..8f3bdb335 100644 --- a/src/main/resources/languages/ru-RU.json +++ b/src/main/resources/languages/ru-RU.json @@ -44,7 +44,8 @@ "password_error": "Некорректный пароль", "password_length_error": "Длина пароля должна быть не менее 8 символов", "password_storage_error": "У вашего аккаунта отсутствует пароль. Свяжитесь с администратором.", - "server_max_player_limit": "Число игроков в сети достигло предела" + "server_max_player_limit": "Число игроков в сети достигло предела", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] Не удалось присоединить маршрутизатор." }, diff --git a/src/main/resources/languages/zh-CN.json b/src/main/resources/languages/zh-CN.json index f9b0594fa..faa8521de 100644 --- a/src/main/resources/languages/zh-CN.json +++ b/src/main/resources/languages/zh-CN.json @@ -44,7 +44,8 @@ "password_error": "登录失败,请确认账号/密码是否正确", "password_length_error": "密码必须大于或等于 8 位", "password_storage_error": "你没有密码,请联系管理员", - "server_max_player_limit": "服务器在线人数已满" + "server_max_player_limit": "服务器在线人数已满", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] 无法连接路由" }, diff --git a/src/main/resources/languages/zh-TW.json b/src/main/resources/languages/zh-TW.json index 2482117e9..512edfd6d 100644 --- a/src/main/resources/languages/zh-TW.json +++ b/src/main/resources/languages/zh-TW.json @@ -44,7 +44,8 @@ "password_error": "密碼無效", "password_length_error": "密碼長度必須大於或等於 8", "password_storage_error": "您的帳號沒有設定密碼,請聯繫管理員。", - "server_max_player_limit": "伺服器線上人數已滿" + "server_max_player_limit": "伺服器線上人數已滿", + "password_crypto_error": "🇺🇸Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] 無法附加路由。" },