Files
NodeBB/public/language/zh_cn/user.json
Dr.Z 43cc975ff7 Add Simplized Chinese.
Just modified the .json in language folder and some .tpl in the
templates folder(except the admin folder). Noted there are a lot of
front-end related code in the .js files, I’ll move on to them.
2014-01-19 01:04:12 +08:00

42 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"banned": "封禁",
"offline": "下线",
"username": "用户名",
"email": "Email",
"fullname": "姓名",
"website": "网站",
"location": "地址",
"age": "年龄",
"joined": "加入时间",
"lastonline": "最后在线",
"profile_views": "资料被查看",
"reputation": "声望",
"posts": "发帖数",
"followers": "被关注",
"following": "关注",
"signature": "签名",
"gravatar": "Gravatar头像",
"birthday": "生日",
"change_picture": "改变头像",
"edit": "编辑",
"uploaded_picture": "已有头像",
"upload_new_picture": "上传新头像",
"change_password": "更改密码",
"confirm_password": "确认密码",
"password": "密码",
"upload_picture": "上传头像",
"upload_a_picture": "上传一张照片",
"image_spec": "你可以上传PNGJPG或GIF格式的图像文件小于256kb。",
"settings": "设置",
"show_email": "显示我的邮箱",
"has_no_follower": "该用户还没有被任何人关注。",
"follows_no_one": "该用户还没有关注过任何人。",
"email_hidden": "邮箱被隐藏",
"hidden": "隐藏"
}