From 117cf53e1c0898a6ddca4f0a2b129c4a6758d4cb Mon Sep 17 00:00:00 2001
From: Felix14-v2 <75726196+Felix14-v2@users.noreply.github.com>
Date: Fri, 2 Sep 2022 17:46:19 +0300
Subject: [PATCH 1/5] Add files via upload
---
.../resources/assets/authme/lang/ru_ru.json | 64 +++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 src/main/resources/assets/authme/lang/ru_ru.json
diff --git a/src/main/resources/assets/authme/lang/ru_ru.json b/src/main/resources/assets/authme/lang/ru_ru.json
new file mode 100644
index 0000000..0ae8174
--- /dev/null
+++ b/src/main/resources/assets/authme/lang/ru_ru.json
@@ -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": "
AuthMeВы можете закрыть это окно и вернуться в Minecraft :)",
+ "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": "Повторно входите в ваш аккаунт и исправляйте ошибки подключения к сервисам авторизации (сессии) прямо не выходя из игры."
+}
From 21cb457279f3911f655c6f99ff0f4d960cc4d522 Mon Sep 17 00:00:00 2001
From: Felix14-v2 <75726196+Felix14-v2@users.noreply.github.com>
Date: Fri, 2 Sep 2022 18:22:05 +0300
Subject: [PATCH 2/5] Tweaks
---
src/main/resources/assets/authme/lang/ru_ru.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/assets/authme/lang/ru_ru.json b/src/main/resources/assets/authme/lang/ru_ru.json
index 0ae8174..bd94a61 100644
--- a/src/main/resources/assets/authme/lang/ru_ru.json
+++ b/src/main/resources/assets/authme/lang/ru_ru.json
@@ -10,13 +10,13 @@
"gui.authme.toast.greeting": "Привет, %s!",
"gui.authme.method.title": "Выберите способ авторизации",
- "gui.authme.method.greeting": "Привет, %s!",
+ "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": "AuthMeВы можете закрыть это окно и вернуться в Minecraft :)",
+ "gui.authme.microsoft.browser": "AuthMeВы можете закрыть это окно и вернуться в Minecraft :)",
"gui.authme.microsoft.status.checkBrowser": "Проверьте ваш браузер...",
"gui.authme.microsoft.status.msAccessToken": "Получение токена доступа к Microsoft...",
"gui.authme.microsoft.status.xboxAccessToken": "Получение токена доступа к Xbox...",
From 304c538b9d2b02fd564b97ed88771509264994df Mon Sep 17 00:00:00 2001
From: Felix14-v2 <75726196+Felix14-v2@users.noreply.github.com>
Date: Fri, 2 Sep 2022 18:56:21 +0300
Subject: [PATCH 3/5] Add icon
---
src/main/resources/assets/authme/lang/ru_ru.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/assets/authme/lang/ru_ru.json b/src/main/resources/assets/authme/lang/ru_ru.json
index bd94a61..386d252 100644
--- a/src/main/resources/assets/authme/lang/ru_ru.json
+++ b/src/main/resources/assets/authme/lang/ru_ru.json
@@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "Офлайн",
"gui.authme.microsoft.title": "Вход через Microsoft",
- "gui.authme.microsoft.browser": "AuthMeВы можете закрыть это окно и вернуться в Minecraft :)",
+ "gui.authme.microsoft.browser": "AuthMeYou may now close this window and return to Minecraft!",
"gui.authme.microsoft.status.checkBrowser": "Проверьте ваш браузер...",
"gui.authme.microsoft.status.msAccessToken": "Получение токена доступа к Microsoft...",
"gui.authme.microsoft.status.xboxAccessToken": "Получение токена доступа к Xbox...",
From 709f7494befbcc813770a9a87056a469065871f5 Mon Sep 17 00:00:00 2001
From: Felix14-v2 <75726196+Felix14-v2@users.noreply.github.com>
Date: Fri, 2 Sep 2022 18:59:09 +0300
Subject: [PATCH 4/5] I definitely need to sleep...
---
src/main/resources/assets/authme/lang/ru_ru.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/assets/authme/lang/ru_ru.json b/src/main/resources/assets/authme/lang/ru_ru.json
index 386d252..2ac27e0 100644
--- a/src/main/resources/assets/authme/lang/ru_ru.json
+++ b/src/main/resources/assets/authme/lang/ru_ru.json
@@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "Офлайн",
"gui.authme.microsoft.title": "Вход через Microsoft",
- "gui.authme.microsoft.browser": "AuthMeYou may now close this window and return to Minecraft!",
+ "gui.authme.microsoft.browser": "AuthMeВы можете закрыть это окно и вернуться в Minecraft :)",
"gui.authme.microsoft.status.checkBrowser": "Проверьте ваш браузер...",
"gui.authme.microsoft.status.msAccessToken": "Получение токена доступа к Microsoft...",
"gui.authme.microsoft.status.xboxAccessToken": "Получение токена доступа к Xbox...",
From fc683e700f54ee46e35f5608fde45fc3d715613d Mon Sep 17 00:00:00 2001
From: Felix14-v2 <75726196+Felix14-v2@users.noreply.github.com>
Date: Fri, 2 Sep 2022 19:14:52 +0300
Subject: [PATCH 5/5] Fix encoding errors
---
src/main/resources/assets/authme/lang/de_de.json | 2 +-
src/main/resources/assets/authme/lang/en_us.json | 2 +-
src/main/resources/assets/authme/lang/fi_fi.json | 2 +-
src/main/resources/assets/authme/lang/fr_fr.json | 2 +-
src/main/resources/assets/authme/lang/pl_pl.json | 2 +-
src/main/resources/assets/authme/lang/zh_cn.json | 2 +-
src/main/resources/assets/authme/lang/zh_tw.json | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/assets/authme/lang/de_de.json b/src/main/resources/assets/authme/lang/de_de.json
index 9f3df15..0e3f53e 100644
--- a/src/main/resources/assets/authme/lang/de_de.json
+++ b/src/main/resources/assets/authme/lang/de_de.json
@@ -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": "AuthMeDu kannst dieses Fenster jetzt schließen und zu Minecraft zurückkehren!",
"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...",
diff --git a/src/main/resources/assets/authme/lang/en_us.json b/src/main/resources/assets/authme/lang/en_us.json
index 389bbd0..4e0e7d1 100644
--- a/src/main/resources/assets/authme/lang/en_us.json
+++ b/src/main/resources/assets/authme/lang/en_us.json
@@ -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": "AuthMeYou may now close this window and return to Minecraft!",
"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...",
diff --git a/src/main/resources/assets/authme/lang/fi_fi.json b/src/main/resources/assets/authme/lang/fi_fi.json
index b921b71..975a5b1 100644
--- a/src/main/resources/assets/authme/lang/fi_fi.json
+++ b/src/main/resources/assets/authme/lang/fi_fi.json
@@ -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": "AuthMeVoit nyt sulkea tämän ikkunan ja palata Minecraftiin!",
"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...",
diff --git a/src/main/resources/assets/authme/lang/fr_fr.json b/src/main/resources/assets/authme/lang/fr_fr.json
index 53a6701..6446d62 100644
--- a/src/main/resources/assets/authme/lang/fr_fr.json
+++ b/src/main/resources/assets/authme/lang/fr_fr.json
@@ -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": "AuthMeVous pouvez fermer cette fenêtre et retourner sur minecraft !",
"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...",
diff --git a/src/main/resources/assets/authme/lang/pl_pl.json b/src/main/resources/assets/authme/lang/pl_pl.json
index add22cf..512791f 100644
--- a/src/main/resources/assets/authme/lang/pl_pl.json
+++ b/src/main/resources/assets/authme/lang/pl_pl.json
@@ -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": "AuthMeMożesz już zamknąć to okno i powrócić do Minecrafta!",
"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...",
diff --git a/src/main/resources/assets/authme/lang/zh_cn.json b/src/main/resources/assets/authme/lang/zh_cn.json
index 7dae25e..22d0530 100644
--- a/src/main/resources/assets/authme/lang/zh_cn.json
+++ b/src/main/resources/assets/authme/lang/zh_cn.json
@@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "离线",
"gui.authme.microsoft.title": "通过微软登录",
- "gui.authme.microsoft.browser": "现在可以关闭此界面并且返回 Minecraft 了!",
+ "gui.authme.microsoft.browser": "AuthMe现在可以关闭此界面并且返回 Minecraft 了!",
"gui.authme.microsoft.status.checkBrowser": "正在前往你的浏览器...",
"gui.authme.microsoft.status.msAccessToken": "获取 Microsoft Access 令牌...",
"gui.authme.microsoft.status.xboxAccessToken": "获取 Xbox Access 令牌...",
diff --git a/src/main/resources/assets/authme/lang/zh_tw.json b/src/main/resources/assets/authme/lang/zh_tw.json
index c125a1b..5741f00 100644
--- a/src/main/resources/assets/authme/lang/zh_tw.json
+++ b/src/main/resources/assets/authme/lang/zh_tw.json
@@ -16,7 +16,7 @@
"gui.authme.method.button.offline": "離線",
"gui.authme.microsoft.title": "透過 Microsoft 登入",
- "gui.authme.microsoft.browser": "您現在可以關閉這個視窗並返回 Minecraft!",
+ "gui.authme.microsoft.browser": "AuthMe您現在可以關閉這個視窗並返回 Minecraft!",
"gui.authme.microsoft.status.checkBrowser": "請查看您的瀏覽器...",
"gui.authme.microsoft.status.msAccessToken": "獲取 Microsoft 存取權杖...",
"gui.authme.microsoft.status.xboxAccessToken": "獲取 Xbox 存取權杖...",