From f74706fa9ac6ea8837a1269cf74f8040392bdc18 Mon Sep 17 00:00:00 2001 From: Timothy Lee Date: Mon, 29 Dec 2025 15:59:31 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 2.7% (5 of 182 strings) Translation: Materialious/Materialious Translate-URL: https://toolate.othing.xyz/projects/materialious/materialious/zh_Hant/ --- materialious/src/lib/i18n/locales/zh_Hant.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/zh_Hant.json b/materialious/src/lib/i18n/locales/zh_Hant.json index 37027b6a..efb1774d 100644 --- a/materialious/src/lib/i18n/locales/zh_Hant.json +++ b/materialious/src/lib/i18n/locales/zh_Hant.json @@ -1,4 +1,13 @@ { "enabled": "啟用", - "disabled": "停用" + "disabled": "停用", + "player": { + "controls": { + "language": "語言" + } + }, + "layout": { + "interface": "介面", + "syncPartyWarning": "被邀請的使用者將會看到您的IP位址。" + } }