Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix encoding errors in existing translations #59

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/assets/authme/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "Offline",

"gui.authme.microsoft.title": "Mit Microsoft anmelden",
"gui.authme.microsoft.browser": "Du kannst dieses Fenster jetzt schließen und zu Minecraft zurückkehren!",
"gui.authme.microsoft.browser": "<!doctype html><html lang=\"de_de\"><head><meta charset=\"utf-8\" /><link rel=\"icon\" type=\"image/x-icon\" href=\"https://raw.githubusercontent.com/axieum/authme/main/src/main/resources/assets/authme/icon.png\" /><title>AuthMe</title></head><body><span style=\"font-family: Calibri;\">Du kannst dieses Fenster jetzt schließen und zu Minecraft zurückkehren!</span></body></html>",
"gui.authme.microsoft.status.checkBrowser": "Bitte überprüfe deinen Browser...",
"gui.authme.microsoft.status.msAccessToken": "Erfasse Microsoft-Zugangstoken...",
"gui.authme.microsoft.status.xboxAccessToken": "Erfasse Xbox-Zugangstoken...",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/authme/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "Offline",

"gui.authme.microsoft.title": "Login via Microsoft",
"gui.authme.microsoft.browser": "You may now close this window and return to Minecraft!",
"gui.authme.microsoft.browser": "<!doctype html><html lang=\"en_us\"><head><meta charset=\"utf-8\" /><link rel=\"icon\" type=\"image/x-icon\" href=\"https://raw.githubusercontent.com/axieum/authme/main/src/main/resources/assets/authme/icon.png\" /><title>AuthMe</title></head><body><span style=\"font-family: Calibri;\">You may now close this window and return to Minecraft!</span></body></html>",
"gui.authme.microsoft.status.checkBrowser": "Please check your browser...",
"gui.authme.microsoft.status.msAccessToken": "Acquiring Microsoft access token...",
"gui.authme.microsoft.status.xboxAccessToken": "Acquiring Xbox access token...",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/authme/lang/fi_fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "Yhteydetön",

"gui.authme.microsoft.title": "Microsoft-kirjautuminen",
"gui.authme.microsoft.browser": "Voit nyt sulkea tämän ikkunan ja palata Minecraftiin!",
"gui.authme.microsoft.browser": "<!doctype html><html lang=\"fi_fi\"><head><meta charset=\"utf-8\" /><link rel=\"icon\" type=\"image/x-icon\" href=\"https://raw.githubusercontent.com/axieum/authme/main/src/main/resources/assets/authme/icon.png\" /><title>AuthMe</title></head><body><span style=\"font-family: Calibri;\">Voit nyt sulkea tämän ikkunan ja palata Minecraftiin!</span></body></html>",
"gui.authme.microsoft.status.checkBrowser": "Tarkista selaimesi...",
"gui.authme.microsoft.status.msAccessToken": "Hankitaan Microsoft-pääsytunnusta...",
"gui.authme.microsoft.status.xboxAccessToken": "Hankitaan Xbox-pääsytunnusta...",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/authme/lang/fr_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "Hors-ligne",

"gui.authme.microsoft.title": "Se connecter grâce à Microsoft",
"gui.authme.microsoft.browser": "Vous pouvez fermer cette fenêtre et retourner sur minecraft !",
"gui.authme.microsoft.browser": "<!doctype html><html lang=\"fr_fr\"><head><meta charset=\"utf-8\" /><link rel=\"icon\" type=\"image/x-icon\" href=\"https://raw.githubusercontent.com/axieum/authme/main/src/main/resources/assets/authme/icon.png\" /><title>AuthMe</title></head><body><span style=\"font-family: Calibri;\">Vous pouvez fermer cette fenêtre et retourner sur minecraft !</span></body></html>",
"gui.authme.microsoft.status.checkBrowser": "Veuillez vérifier votre navigateur",
"gui.authme.microsoft.status.msAccessToken": "Acquisition du jeton d'accès Microsoft...",
"gui.authme.microsoft.status.xboxAccessToken": "Acquisition du jeton d'accès Xbox...",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/authme/lang/pl_pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "Offline",

"gui.authme.microsoft.title": "Zaloguj przez Microsoft",
"gui.authme.microsoft.browser": "Możesz już zamknąć to okno i powrócić do Minecrafta!",
"gui.authme.microsoft.browser": "<!doctype html><html lang=\"pl_pl\"><head><meta charset=\"utf-8\" /><link rel=\"icon\" type=\"image/x-icon\" href=\"https://raw.githubusercontent.com/axieum/authme/main/src/main/resources/assets/authme/icon.png\" /><title>AuthMe</title></head><body><span style=\"font-family: Calibri;\">Możesz już zamknąć to okno i powrócić do Minecrafta!</span></body></html>",
"gui.authme.microsoft.status.checkBrowser": "Proszę sprawdzić przeglądarkę...",
"gui.authme.microsoft.status.msAccessToken": "Pozyskiwanie tokenu dostępu Microsoft...",
"gui.authme.microsoft.status.xboxAccessToken": "Pozyskiwanie tokenu dostępu Xbox...",
Expand Down
64 changes: 64 additions & 0 deletions src/main/resources/assets/authme/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"gui.authme.button.auth": "Аутентификация",
"gui.authme.button.auth.tooltip": "Привет, %s!",
"gui.authme.button.relogin": "Переподключиться",

"gui.authme.error.credentials": "Неверное имя пользователя или пароль.",
"gui.authme.error.generic": "Что-то пошло не так... Пожалуйста, попробуйте ещё раз.",
"gui.authme.error.timeout": "Слишком долго! Пожалуйста, попробуйте ещё раз.",

"gui.authme.toast.greeting": "Привет, %s!",

"gui.authme.method.title": "Выберите способ авторизации",
"gui.authme.method.greeting": "Приветствую, %s!",
"gui.authme.method.button.microsoft": "Microsoft",
"gui.authme.method.button.mojang": "Mojang (или Legacy)",
"gui.authme.method.button.offline": "Офлайн",

"gui.authme.microsoft.title": "Вход через Microsoft",
"gui.authme.microsoft.browser": "<!doctype html><html lang=\"ru_ru\"><head><meta charset=\"utf-8\" /><link rel=\"icon\" type=\"image/x-icon\" href=\"https://raw.githubusercontent.com/axieum/authme/main/src/main/resources/assets/authme/icon.png\" /><title>AuthMe</title></head><body><span style=\"font-family: Calibri;\">Вы можете закрыть это окно и вернуться в Minecraft :)</span></body></html>",
"gui.authme.microsoft.status.checkBrowser": "Проверьте ваш браузер...",
"gui.authme.microsoft.status.msAccessToken": "Получение токена доступа к Microsoft...",
"gui.authme.microsoft.status.xboxAccessToken": "Получение токена доступа к Xbox...",
"gui.authme.microsoft.status.xboxXstsToken": "Получение токена Xbox XSTS...",
"gui.authme.microsoft.status.mcAccessToken": "Получение токена доступа к Minecraft...",
"gui.authme.microsoft.status.mcProfile": "Подключение к профилю Minecraft...",
"gui.authme.microsoft.warning.title": "Внимание! Активны нестандартные настройки аутентификации Microsoft",
"gui.authme.microsoft.warning.body": "Если вы не причастны к этому, то это может привести к краже токена вашего аккаунта. Всё равно продолжить?",
"gui.authme.microsoft.warning.accept": "Я знаю, что делаю!",
"gui.authme.microsoft.warning.cancel": "Назад, к безопасности",

"gui.authme.mojang.title": "Вход через Mojang (Legacy)",
"gui.authme.mojang.field.username": "Имя пользователя / почта",
"gui.authme.mojang.field.password": "Пароль",
"gui.authme.mojang.button.login": "Войти",
"gui.authme.mojang.status.loggingIn": "Вход в аккаунт Mojang...",

"gui.authme.offline.title": "Вход в режиме офлайн",
"gui.authme.offline.field.username": "Введите имя пользователя",
"gui.authme.offline.button.login": "Играть офлайн",

"text.autoconfig.authme.title": "Настройки Auth Me",
"text.autoconfig.authme.option.authButton": "Кнопка авторизации",
"text.autoconfig.authme.option.authButton.x": "Положение по X",
"text.autoconfig.authme.option.authButton.y": "Положение по Y",
"text.autoconfig.authme.option.authButton.draggable": "Динамическая позиция",
"text.autoconfig.authme.option.methods": "Способы входа",
"text.autoconfig.authme.option.methods.microsoft": "Microsoft",
"text.autoconfig.authme.option.methods.microsoft.prompt": "Тип запроса",
"text.autoconfig.authme.option.methods.microsoft.port": "Порт OAuth2 Callback Url",
"text.autoconfig.authme.option.methods.microsoft.clientId": "OAuth2 Client Id",
"text.autoconfig.authme.option.methods.microsoft.authorizeUrl": "Адрес авторизации OAuth2",
"text.autoconfig.authme.option.methods.microsoft.tokenUrl": "Адрес токена доступа OAuth2",
"text.autoconfig.authme.option.methods.microsoft.xboxAuthUrl": "Адрес аутентификации Xbox",
"text.autoconfig.authme.option.methods.microsoft.xboxXstsUrl": "Адрес авторизации Xbox XSTS",
"text.autoconfig.authme.option.methods.microsoft.mcAuthUrl": "Адрес аутентификации Minecraft",
"text.autoconfig.authme.option.methods.microsoft.mcProfileUrl": "Адрес профиля Minecraft",
"text.autoconfig.authme.option.methods.mojang": "Mojang (или Legacy)",
"text.autoconfig.authme.option.methods.mojang.lastUsername": "Последнее имя пользователя",
"text.autoconfig.authme.option.methods.offline": "Офлайн",
"text.autoconfig.authme.option.methods.offline.lastUsername": "Последнее имя пользователя",

"modmenu.summaryTranslation.authme":"Авторизация и ревалидация сессии внутри Minecraft",
"modmenu.descriptionTranslation.authme": "Повторно входите в ваш аккаунт и исправляйте ошибки подключения к сервисам авторизации (сессии) прямо не выходя из игры."
}
2 changes: 1 addition & 1 deletion src/main/resources/assets/authme/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "离线",

"gui.authme.microsoft.title": "通过微软登录",
"gui.authme.microsoft.browser": "现在可以关闭此界面并且返回 Minecraft 了!",
"gui.authme.microsoft.browser": "<!doctype html><html lang=\"zh_cn\"><head><meta charset=\"utf-8\" /><link rel=\"icon\" type=\"image/x-icon\" href=\"https://raw.githubusercontent.com/axieum/authme/main/src/main/resources/assets/authme/icon.png\" /><title>AuthMe</title></head><body><span style=\"font-family: Calibri;\">现在可以关闭此界面并且返回 Minecraft 了!</span></body></html>",
"gui.authme.microsoft.status.checkBrowser": "正在前往你的浏览器...",
"gui.authme.microsoft.status.msAccessToken": "获取 Microsoft Access 令牌...",
"gui.authme.microsoft.status.xboxAccessToken": "获取 Xbox Access 令牌...",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/authme/lang/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "離線",

"gui.authme.microsoft.title": "透過 Microsoft 登入",
"gui.authme.microsoft.browser": "您現在可以關閉這個視窗並返回 Minecraft!",
"gui.authme.microsoft.browser": "<!doctype html><html lang=\"zh_tw\"><head><meta charset=\"utf-8\" /><link rel=\"icon\" type=\"image/x-icon\" href=\"https://raw.githubusercontent.com/axieum/authme/main/src/main/resources/assets/authme/icon.png\" /><title>AuthMe</title></head><body><span style=\"font-family: Calibri;\">您現在可以關閉這個視窗並返回 Minecraft!</span></body></html>",
"gui.authme.microsoft.status.checkBrowser": "請查看您的瀏覽器...",
"gui.authme.microsoft.status.msAccessToken": "獲取 Microsoft 存取權杖...",
"gui.authme.microsoft.status.xboxAccessToken": "獲取 Xbox 存取權杖...",
Expand Down