更新 'lib/assets/javascripts/locale/zh-cn.json'

This commit is contained in:
zhongjin 2024-04-07 17:13:30 +08:00
parent f1785504a5
commit 7b9df3217e

View File

@ -92,13 +92,13 @@
"profile": { "profile": {
"views": { "views": {
"content": { "content": {
"title": "Your profile information" "title": "帐号信息"
}, },
"form": { "form": {
"first_name": "First name", "first_name": "姓名",
"last_name": "Last name", "last_name": "Last name",
"email": "Email", "email": "电子邮件",
"company_name": "Company Name", "company_name": "公司",
"role": "Your Role", "role": "Your Role",
"industry": "Industry", "industry": "Industry",
"company_employees": "Number of employees", "company_employees": "Number of employees",
@ -112,9 +112,9 @@
"write_access": "Write access for editing and building datasets and maps", "write_access": "Write access for editing and building datasets and maps",
"name": "Name", "name": "Name",
"info_public_name": "Other users would reach you by your public name", "info_public_name": "Other users would reach you by your public name",
"website": "Website", "website": "网站",
"location": "Location", "location": "位置",
"description": "Your description", "description": "备注",
"twitter": "Twitter username", "twitter": "Twitter username",
"disqus": "Disqus shortname", "disqus": "Disqus shortname",
"disqus_placeholder": "If empty, it will not appear", "disqus_placeholder": "If empty, it will not appear",
@ -123,9 +123,9 @@
"available_for_hire": "Available for hire", "available_for_hire": "Available for hire",
"show_banner": "Show a banner in your public profile linked to your email", "show_banner": "Show a banner in your public profile linked to your email",
"your_url": "Your URL", "your_url": "Your URL",
"save": "Save changes", "save": "保存",
"errors": { "errors": {
"email_not_valid": "Email not valid" "email_not_valid": "电子邮件地址无效"
} }
} }
} }