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/en-US.json

106 lines
3.1 KiB

{
"APP_TITLE": "PocketCommunityAdmin",
"language": "language",
"chinese": "chinese",
"english": "english",
"login": {
"manager_name": "manager name",
"password": "password"
},
"register": {
"confirm_pwd": "confrim password",
"mobile": "mobile",
"email": "email",
"emailType": "email type"
},
"reset_pwd": {
"code": "verification code",
"new_pwd": "password",
"confirm_pwd": "confirm password"
},
"forum": {
"name": "forum",
"notice": "notice",
"check": "check",
"sender": "sender",
"time": "time",
"active_date": "Active Date:From {{startDate}} To {{endDate}}",
"active_score": "Active Score:{{score}}",
"approve": "approve",
"reject": "reject",
"complaint": "time:{{time}}",
"plaintiff": "plaintiff",
"defendant": "defendant",
"load_posts": "Loading posts",
"notice_title": "notice title",
"notice_content": "notice content"
},
"tip":{
"input": "please input {{value}}",
"HELLO": "Hello <span style='color:red'>{{value}}</span> welcome to you",
"notnull": "The {{value}} cannot be empty",
"password_diff": "The passwords do not match",
"mobile_error": "The phone number is illegal",
"select": "please choose an {{value}}"
},
"button": {
"login": "login",
"register": "register",
"forget_pwd": "forget password?",
"backLogin": "back",
"send_code": "send verification code",
"reset_pwd": "reset password",
"logout": "logout",
"next": "next",
"prev": "prev",
"next_page": "Next",
"prev_page": "Previous",
"check_code": "check_code",
"notice": "submit",
"back": "back"
},
"server": {
"login": {
"manager": "管理员不能为空!",
"password": "密码不能为空!",
"fail": "账号或密码错误!",
"ok": "登陆成功"
},
"register": {
"manager": "管理员不能为空",
"password": "密码不能为空",
"confirmPassword": "确认密码不能为空",
"passwordNotMatch": "两次密码输入不一致",
"mobie": "手机号不能为空",
"email": "邮箱不能为空",
"username": "用户已存在",
"ok": "注册成功"
},
"logout": {
"ok": "注销成功",
"fail": "注销失败"
},
"resetpwd": {
"check_ok": "校验成功",
"check_fail": "账号或邮箱错误",
"send_code_ok": "验证码发送成功,请查收验证码",
"send_code_fail": "验证码发送失败,请重试或联系管理员",
"valid_code_ok": "校验成功",
"valid_code_fail": "验证码不正确,请重新输入",
"resetpwd_ok": "重置密码成功",
"resetpwd_fail": "重置密码失败"
},
"forum": {
"notice": {
"load_notices": "Loading advertising information",
"ok": "获取公告信息成功",
"fail": "获取公告信息失败",
"zero": "没有任何公告信息",
"delete": "删除公告信息",
"confirm_delete": "确认删除当前公告信息吗?",
"delete_ok": "删除成功",
"delete_fail": "删除失败"
}
}
}
}