Skip to content

Commit

Permalink
Add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Apr 17, 2023
1 parent dfc220e commit 7431c66
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/main/resources/assets/world-host/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"world-host.midnightconfig.title": "World Host Config",
"world-host.midnightconfig.serverUri": "Server URI",
"world-host.midnightconfig.showOnlineStatus": "Show Online Status",
"world-host.midnightconfig.showOnlineStatus.tooltip": "Show online status on the title screen",
"world-host.midnightconfig.enableFriends": "Enable Friends",
"world-host.midnightconfig.enableFriends.tooltip": "Enable all friends-related GUIs and the entire friends system.\nIf you disable this and re-enable it, all your friends will still be there.",
"world-host.midnightconfig.enableReconnectionToasts": "Enable Reconnection Toasts",
"world-host.friends": "Friends",
"world-host.friends.add_silently": "Add Friend Silently",
"world-host.friends.add_silently.tooltip": "This will add the person as a friend, without notifying them.",
"world-host.friends.remove": "Remove Friend",
"world-host.friends.remove.title": "Are you sure you want to remove this friend from your friends list?",
"world-host.friends.remove.message": "You can always add them back later.",
"world-host.add_friend": "Add Friend",
"world-host.add_friend.tooltip": "This will add the person as a friend, and notify them that you did so, asking them to return the favor.",
"world-host.add_friend.enter_username": "Friend Username",
"world-host.ws_connect.close_failed": "Failed to close connection to World Host server.",
"world-host.ws_connect.not_available": "Failed to get player UUID. Unable to use World Host.",
"world-host.ws_connect.connect_failed": "Failed to connect to World Host server!",
"world-host.ws_connect.connected": "Connected to World Host server successfully",
"world-host.servers": "Servers",
"world-host.open_world": "Open to Friends",
"world-host.open_world_no_friends": "Open Externally",
"world-host.friend_added_you": "%s added you as a friend",
"world-host.need_add_back": "You need to add them back to become friends.",
"world-host.error_in_connection": "Error occurred in connection to World Host server.",
"world-host.went_online": "%s went online",
"world-host.went_online.desc": "Go to the Multiplayer menu to join them",
"world-host.online_friends.title": "Online Friends",
"world-host.worldhost.ip.success": "The public proxy IP for your world is %s",
"world-host.worldhost.ip.no_server_support": "This World Host server does not support public proxy IPs",
"world-host.lan_opened.friends": "World hosted to friends on the friends tab. It's also available on LAN port %s.",
"world-host.lan_opened.no_friends": "World hosted to IP %s. It's also available on LAN port %s."
}
35 changes: 35 additions & 0 deletions src/main/resources/assets/world-host/lang/et_ee.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"world-host.midnightconfig.title": "World Hosti seadistus",
"world-host.midnightconfig.serverUri": "Serveri URI",
"world-host.midnightconfig.showOnlineStatus": "Kuva võrgusolek",
"world-host.midnightconfig.showOnlineStatus.tooltip": "Kuva avakuval võrgusolek",
"world-host.midnightconfig.enableFriends": "Luba sõbraloend",
"world-host.midnightconfig.enableFriends.tooltip": "Lubab kõik sõpradega seonduvad liidesed ja kogu sõbrasüsteemi.\nKeelamisel ja taaslubamisel jäävad kõik su sõbrad alles.",
"world-host.midnightconfig.enableReconnectionToasts": "Luba taasühendamise hüpikud",
"world-host.friends": "Sõbrad",
"world-host.friends.add_silently": "Lisa sõber vaikselt",
"world-host.friends.add_silently.tooltip": "See lisab inimese sõbraks ilma teda teavitamata.",
"world-host.friends.remove": "Eemalda sõber",
"world-host.friends.remove.title": "Kas soovid kindlasti selle sõbra oma sõbraloendist eemaldada?",
"world-host.friends.remove.message": "Sa võid ta alati hiljem tagasi lisada.",
"world-host.add_friend": "Lisa sõber",
"world-host.add_friend.tooltip": "See lisab inimese sõbraks, teavitades teda sellest tegevusest ning paludes vastu lisada.",
"world-host.add_friend.enter_username": "Sõbra kasutajanimi",
"world-host.ws_connect.close_failed": "World Hosti serveri ühenduse sulgemisel esines viga.",
"world-host.ws_connect.not_available": "Mängija UUID hankimine ebaõnnestus. World Hosti ei saa kasutada.",
"world-host.ws_connect.connect_failed": "World Hosti serveriga ühendumine ebaõnnestus!",
"world-host.ws_connect.connected": "World Hosti serveriga edukalt ühendatud",
"world-host.servers": "Serverid",
"world-host.open_world": "Ava sõpradele",
"world-host.open_world_no_friends": "Ava välistele",
"world-host.friend_added_you": "%s lisas sind sõbraks",
"world-host.need_add_back": "Sõpradeks saamiseks pead ta vastu lisama.",
"world-host.error_in_connection": "World Hosti serveri ühendusega esines viga.",
"world-host.went_online": "%s on nüüd saadaval",
"world-host.went_online.desc": "Temaga liitumiseks mine mitmikmängu menüüsse",
"world-host.online_friends.title": "Võrgus olevad sõbrad",
"world-host.worldhost.ip.success": "Avalik proksi-IP sinu maailmale on %s",
"world-host.worldhost.ip.no_server_support": "See World Hosti server ei toeta avalikke proksi-IPsid",
"world-host.lan_opened.friends": "Maailm hostitud sõbraloendis olevatele sõpradele. See on saadaval ka LAN-pordil %s.",
"world-host.lan_opened.no_friends": "Maailm hostitud IPle %s. See on saadaval ka LAN-pordil %s."
}
37 changes: 37 additions & 0 deletions src/main/resources/assets/world-host/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"world-host.midnightconfig.title": "Настройки World Host",
"world-host.midnightconfig.serverUri": "URI сервера",
"world-host.midnightconfig.showOnlineStatus": "Показывать сетевой статус",
"world-host.midnightconfig.showOnlineStatus.tooltip": "Показывать в главном меню статус подключения к сети.",
"world-host.midnightconfig.enableFriends": "Использовать систему друзей",
"world-host.midnightconfig.enableFriends.tooltip": "Включить саму систему друзей и связанные с ней элементы интерфейса.\nИзменение этой настройки не повлияет на добавленных друзей.",
"world-host.midnightconfig.enableReconnectionToasts": "Уведомлять о статусе подключения",
"world-host.friends": "Друзья",
"world-host.friends.add_silently": "Добавить без приглашения",
"world-host.friends.add_silently.tooltip": "Добавить игрока в друзья без отправки ему уведомления.",
"world-host.friends.remove": "Удалить из друзей",
"world-host.friends.remove.title": "Вы уверены, что хотите удалить вашего друга из списка?",
"world-host.friends.remove.message": "Его всегда можно добавить обратно.",
"world-host.add_friend": "Пригласить в друзья",
"world-host.add_friend.tooltip": "Добавить друга в друзья и уведомить его об этом, предлагая ответить взаимностью.",
"world-host.add_friend.enter_username": "Имя пользователя",
"world-host.ws_connect.close_failed": "Не удалось закрыть подключение к серверу World Host.",
"world-host.ws_connect.not_available": "Не удалось получить UUID игрока. Использование World Host невозможно.",
"world-host.ws_connect.connect_failed": "Не удалось подключиться к серверу World Host.",
"world-host.ws_connect.connected": "Успешно подключено к серверу World Host",
"world-host.servers": "Серверы",
"world-host.open_world": "Открыть друзьям",
"world-host.open_world_no_friends": "Открыть для сети",
"world-host.friend_added_you": "Игрок %s пригласил вас в друзья",
"world-host.need_add_back": "Добавьте и вы его, чтобы стать друзьями.",
"world-host.error_in_connection": "Во время подключения к серверу World Host произошла ошибка.",
"world-host.went_online": "Друзей в сети: %s",
"world-host.went_online.desc": "Перейдите в раздел сетевой игры, чтобы присоединиться",
"world-host.online_friends.title": "Друзья в сети",
"world-host.worldhost.ip.success": "Публичный IP прокси-сервера вашего мира: %s",
"world-host.worldhost.ip.no_server_support": "Этот сервер World Host не поддерживает публичные IP прокси-серверов.",
"world-host.lan_opened.friends": "Мир открыт для друзей в соответствующей вкладке и доступен в локальной сети на порту %s.",
"world-host.lan_opened.no_friends": "Мир запущен на IP-адресе %s и доступен в локальной сети на порту %s.",
"modmenu.summaryTranslation.world-host": "Откройте мир для сети без сервера и проброски портов!",
"modmenu.descriptionTranslation.world-host": "Открывайте ваш мир для друзей в Интернете без необходимости запуска отдельного сервера или проброски портов!\nВ будущем также планируется добавить поддержку подключения с Bedrock Edition при помощи Geyser."
}
35 changes: 35 additions & 0 deletions src/main/resources/assets/world-host/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"world-host.midnightconfig.title": "World Host 設定",
"world-host.midnightconfig.serverUri": "伺服器網址",
"world-host.midnightconfig.showOnlineStatus": "顯示線上狀態",
"world-host.midnightconfig.showOnlineStatus.tooltip": "在標題畫面時顯示線上狀態",
"world-host.midnightconfig.enableFriends": "啟用好友",
"world-host.midnightconfig.enableFriends.tooltip": "啟用所有與好友相關的介面和整個好友系統。\n如果您關閉並重新啟用,所有好友都將保留。",
"world-host.midnightconfig.enableReconnectionToasts": "啟用重新連接通知",
"world-host.friends": "好友",
"world-host.friends.add_silently": "悄悄地新增好友",
"world-host.friends.add_silently.tooltip": "在不通知他的情況下新增好友",
"world-host.friends.remove": "移除好友",
"world-host.friends.remove.title": "你確定你要將這個好友從你的好友列表中移除嗎?",
"world-host.friends.remove.message": "你還是可以之後重新新增好友。",
"world-host.add_friend": "新增好友",
"world-host.add_friend.tooltip": "這會將他新增為好友,並通知他將你新增為好友。",
"world-host.add_friend.enter_username": "好友遊戲名稱",
"world-host.ws_connect.close_failed": "無法關閉與 World Host 伺服器的連接。",
"world-host.ws_connect.not_available": "無法取得玩家的 UUID。無法使用 World Host。",
"world-host.ws_connect.connect_failed": "無法連接至 World Host 伺服器!",
"world-host.ws_connect.connected": "成功連接到 World Host 伺服器",
"world-host.servers": "伺服器",
"world-host.open_world": "向好友開放",
"world-host.open_world_no_friends": "向外部開放",
"world-host.friend_added_you": "%s 將您新增為好友",
"world-host.need_add_back": "您需要重新新增他們才能成為好友。",
"world-host.error_in_connection": "連線到 World Host 伺服器時發生錯誤",
"world-host.went_online": "%s 上線了",
"world-host.went_online.desc": "到多人遊戲介面已加入他們",
"world-host.online_friends.title": "線上朋友",
"world-host.worldhost.ip.success": "這個世界的公開代理 IP 是 %s",
"world-host.worldhost.ip.no_server_support": "這個 World Host 伺服器不支持公開代理 IP",
"world-host.lan_opened.friends": "世界已在朋友頁籤中提供給好友進行主機遊玩。同時,它也可在區域網路連接埠 %s 上使用。",
"world-host.lan_opened.no_friends": "世界已建立到 IP %s。同時,它也可以在區域網路連接埠 %s 上使用。"
}

0 comments on commit 7431c66

Please sign in to comment.