1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-26 03:17:47 +02:00
jfa-go/lang/common/zh-hans.json
Harvey Tindall d3c5feaf1b
userpage: use form langfile, move login strings to common
login-related stuff was moved into common using the langmover script, so
that the user page doesn't have to use the admin language files.
2023-06-17 12:48:28 +01:00

37 lines
1.1 KiB
JSON

{
"meta": {
"name": "简体中文(CN)"
},
"strings": {
"username": "用户名",
"password": "密码",
"emailAddress": "电子邮箱",
"name": "名称",
"submit": "提交",
"send": "发送",
"success": "成功",
"continue": "继续",
"error": "错误",
"copy": "复制",
"copied": "已复制",
"time24h": "24小时制",
"time12h": "12小时制",
"linkTelegram": "关联Telegram",
"contactEmail": "通过邮件联系",
"contactTelegram": "通过Telegram联系",
"linkDiscord": "关联Discord",
"linkMatrix": "关联Matrix",
"contactDiscord": "通过Discord联系",
"theme": "主题",
"refresh": "刷新",
"required": "必需的",
"login": "登录",
"logout": "登出"
},
"notifications": {
"errorLoginBlank": "用户名/密码留空。",
"errorConnection": "无法连接到 jfa-go。",
"errorUnknown": "未知错误。",
"error401Unauthorized": "无授权。尝试刷新页面。"
}
}