mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
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.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
||
"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": "你可以上传PNG,JPG或GIF格式的图像,文件小于256kb。",
|
||
|
||
"settings": "设置",
|
||
"show_email": "显示我的邮箱",
|
||
|
||
"has_no_follower": "该用户还没有被任何人关注。",
|
||
"follows_no_one": "该用户还没有关注过任何人。",
|
||
|
||
"email_hidden": "邮箱被隐藏",
|
||
"hidden": "隐藏"
|
||
}
|