mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
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/
This commit is contained in:
parent
720ff1f7a6
commit
623934c980
@ -36,7 +36,11 @@
|
||||
"add": "添加",
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"inviteRemainingUses": "剩余使用次数"
|
||||
"inviteRemainingUses": "剩余使用次数",
|
||||
"contactMethods": "联系方式",
|
||||
"accountStatus": "帐户状态",
|
||||
"notSet": "未设置",
|
||||
"myAccount": "我的帐户"
|
||||
},
|
||||
"notifications": {
|
||||
"errorLoginBlank": "用户名/密码留空。",
|
||||
@ -45,5 +49,18 @@
|
||||
"error401Unauthorized": "无授权。尝试刷新页面。",
|
||||
"errorSaveSettings": "无法保存设置。"
|
||||
},
|
||||
"quantityStrings": {}
|
||||
"quantityStrings": {
|
||||
"day": {
|
||||
"plural": "{n} 天",
|
||||
"singular": "{n} 天"
|
||||
},
|
||||
"month": {
|
||||
"singular": "{n} 月",
|
||||
"plural": "{n} 月"
|
||||
},
|
||||
"year": {
|
||||
"singular": "{n} 年",
|
||||
"plural": "{n} 年"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user