jfa-go/lang/email/zh-hans.json

78 lines
3.1 KiB
JSON
Raw Normal View History

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