1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-28 20:37:46 +02:00

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.0% (50 of 51 strings)

Translation: jfa-go/Emails
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/emails/zh_Hans/
This commit is contained in:
XCQi 2021-08-20 18:04:35 +00:00 committed by Weblate
parent f6834ee63d
commit a0871e7c47

View File

@ -1,77 +1,77 @@
{ {
"meta": { "meta": {
"name": "" "name": "简体中文(CN)"
}, },
"strings": { "strings": {
"ifItWasNotYou": "", "ifItWasNotYou": "如果这不是您,请忽略本邮件。",
"helloUser": "", "helloUser": "你好{username}",
"reason": "" "reason": "原因"
}, },
"userCreated": { "userCreated": {
"name": "", "name": "创建用户",
"title": "", "title": "注意:用户已创建",
"aUserWasCreated": "", "aUserWasCreated": "使用代码{code}创建了一个用户。",
"time": "", "time": "时间",
"notificationNotice": "" "notificationNotice": "注意:通知邮件可以在管理仪表板上进行切换。"
}, },
"inviteExpiry": { "inviteExpiry": {
"name": "", "name": "邀请到期",
"title": "", "title": "注意:邀请已过期",
"inviteExpired": "", "inviteExpired": "邀请已过期。",
"expiredAt": "", "expiredAt": "代码 {code} 已于 {time} 过期。",
"notificationNotice": "" "notificationNotice": "注意:通知邮件可以在管理仪表板上进行切换。"
}, },
"passwordReset": { "passwordReset": {
"name": "", "name": "重设密码",
"title": "", "title": "要求重设密码 - Jellyfin",
"someoneHasRequestedReset": "", "someoneHasRequestedReset": "最近在Jellyfin上有一个重设密码的请求。",
"ifItWasYou": "", "ifItWasYou": "如果这是您请在提示中输入下面的PIN。",
"ifItWasYouLink": "", "ifItWasYouLink": "如果这是您,请单击下面的链接。",
"codeExpiry": "", "codeExpiry": "该代码将在UTC时间{日期} {时间}到期,也就是{expires In Minutes}。",
"pin": "" "pin": "PIN"
}, },
"userDeleted": { "userDeleted": {
"name": "", "name": "删除用户",
"title": "", "title": "您的账户已被删除 - Jellyfin",
"yourAccountWasDeleted": "" "yourAccountWasDeleted": "您的 Jellyfin 帐户已被删除。"
}, },
"userDisabled": { "userDisabled": {
"name": "", "name": "用户禁用",
"title": "", "title": "您的帐户已被禁用 - Jellyfin",
"yourAccountWasDisabled": "" "yourAccountWasDisabled": "您的帐户已被禁用。"
}, },
"userEnabled": { "userEnabled": {
"name": "", "name": "用户已启用",
"title": "", "title": "您的帐户已重新启用 - Jellyfin",
"yourAccountWasEnabled": "" "yourAccountWasEnabled": "您的帐户已重新启用。"
}, },
"inviteEmail": { "inviteEmail": {
"name": "", "name": "邀请邮件",
"title": "", "title": "邀请 - Jellyfin",
"hello": "", "hello": "您好",
"youHaveBeenInvited": "", "youHaveBeenInvited": "您已受邀注册 Jellyfin。",
"toJoin": "", "toJoin": "若要加入,请点击以下链接。",
"inviteExpiry": "", "inviteExpiry": "此邀请将于 {date} 的 {time} 到期,即 {expires In Minutes},因此请迅速行动。",
"linkButton": "" "linkButton": "设置您的帐户"
}, },
"welcomeEmail": { "welcomeEmail": {
"name": "", "name": "欢迎",
"title": "", "title": "欢迎使用Jellyfin",
"welcome": "", "welcome": "欢迎使用Jellyfin",
"youCanLoginWith": "", "youCanLoginWith": "您可以使用以下信息登录",
"yourAccountWillExpire": "", "yourAccountWillExpire": "您的帐户将于 {date}到期。",
"jellyfinURL": "" "jellyfinURL": "链接"
}, },
"emailConfirmation": { "emailConfirmation": {
"name": "", "name": "确认邮件",
"title": "", "title": "确认您的电子邮件 - Jellyfin",
"clickBelow": "", "clickBelow": "单击下面的链接以确认您的电子邮件地址并开始使用 Jellyfin。",
"confirmEmail": "" "confirmEmail": "确认电子邮件"
}, },
"userExpired": { "userExpired": {
"name": "", "name": "用户到期",
"title": "", "title": "您的帐户已过期 - Jellyfin",
"yourAccountHasExpired": "", "yourAccountHasExpired": "您的帐户已过期。",
"contactTheAdmin": "" "contactTheAdmin": "请联系管理员了解更多信息。"
} }
} }