From 623934c980340b02b2342b85056b9103b19da0b5 Mon Sep 17 00:00:00 2001 From: Edward <116778808@qq.com> Date: Sun, 20 Aug 2023 12:45:23 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (49 of 49 strings) Translation: jfa-go/Common Strings Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/zh_Hans/ --- lang/common/zh-hans.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/lang/common/zh-hans.json b/lang/common/zh-hans.json index faab5b4..eccc974 100644 --- a/lang/common/zh-hans.json +++ b/lang/common/zh-hans.json @@ -36,7 +36,11 @@ "add": "添加", "edit": "编辑", "delete": "删除", - "inviteRemainingUses": "剩余使用次数" + "inviteRemainingUses": "剩余使用次数", + "contactMethods": "联系方式", + "accountStatus": "帐户状态", + "notSet": "未设置", + "myAccount": "我的帐户" }, "notifications": { "errorLoginBlank": "用户名/密码留空。", @@ -45,5 +49,18 @@ "error401Unauthorized": "无授权。尝试刷新页面。", "errorSaveSettings": "无法保存设置。" }, - "quantityStrings": {} -} \ No newline at end of file + "quantityStrings": { + "day": { + "plural": "{n} 天", + "singular": "{n} 天" + }, + "month": { + "singular": "{n} 月", + "plural": "{n} 月" + }, + "year": { + "singular": "{n} 年", + "plural": "{n} 年" + } + } +}