From 57c65a46897470ffa9bf820ce73e10934a0c1013 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 8 Aug 2024 08:40:23 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 98.4% (646 of 656 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/ --- assets/l10n/intl_zh_Hant.arb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/assets/l10n/intl_zh_Hant.arb b/assets/l10n/intl_zh_Hant.arb index 164003394..9570c7214 100644 --- a/assets/l10n/intl_zh_Hant.arb +++ b/assets/l10n/intl_zh_Hant.arb @@ -2736,5 +2736,32 @@ "appname": {}, "unread": {} } + }, + "adminLevel": "{level} - 管理員", + "@adminLevel": { + "type": "text", + "placeholders": { + "level": {} + } + }, + "userLevel": "{level} - 用戶", + "@userLevel": { + "type": "text", + "placeholders": { + "level": {} + } + }, + "moderatorLevel": "{level} - 管理員", + "@moderatorLevel": { + "type": "text", + "placeholders": { + "level": {} + } + }, + "invitedBy": "📩 由 {user} 邀請", + "@invitedBy": { + "placeholders": { + "user": {} + } } }