You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
pocketcommunityweb/src/assets/i18n/zh-CN.json

49 lines
1.3 KiB

{
"APP_TITLE": "口袋社区后台管理",
"language": "语言",
"chinese": "中文",
"english": "英文",
"login": {
"manager_name": "管理员",
"password": "密码"
},
"register": {
"confirm_pwd": "确认密码",
"mobile": "手机",
"email": "邮箱",
"email_type": "邮箱类型"
},
"reset_pwd": {
"code": "验证码"
},
"forum": {
"name": "论坛管理",
"notice": "公告栏",
"check": "待审核帖子",
"sender": "公告管理员",
"time": "公告时间",
"active_date": "活动起止时间:{{startDate}}到{{endDate}}",
"active_score": "参与活动奖励信用分:{{score}}",
"approve": "审核通过",
"reject": "审核不通过",
"complaint_time": "投诉时间:{{time}}"
},
"tip":{
"input": "请输入{{value}}",
"HELLO": "欢迎管理员{{value}}登陆",
"notnull": "{{value}}不能为空",
"password_null": "确认密码不能为空",
"password_diff": "密码和确认密码不一致",
"mobile_null": "手机号不能为空",
"mobile_error": "手机号不合法",
"select": "请选择{{value}}"
},
"button": {
"login": "登陆",
"register": "注册",
"forget_pwd": "忘记密码?",
"backLogin": "返回登陆",
"send_code": "发送验证码",
"reset_pwd": "重置密码"
}
}