12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- export default {
- "zh-CN": {
- index: {
- homepage: '主页',
- switchLanguage: '切换语言',
- address: '地址管理',
- addAndEdit: "新增/修改地址",
- account: '账号与安全',
- password:'修改密码/手机号',
- switch:'切换语言',
- user:"用户协议",
- privacy:"隐私政策",
- platform:"平台规则",
- merchant:"商户入驻申请协议",
- layout:"退出登录",
- setup:"账号设置",
- information:"个人信息",
- headerImg:"头像",
- nickname:"昵称",
- prompt:"限4-24个字符(1汉字=2字符,1英文活数字=1字符)",
- editNextname:'编辑昵称',
- inland:"中国内地",
- international:"国际",
- initial:"默认地址",
- edit:"编辑",
- delete:"删除",
- wx:"微信导入",
- add:"新增地址",
- contacts:"联系人信息",
- wxAddress:"微信地址薄",
- newAddress:"新建地址",
- name:"姓名",
- phone:"手机号",
- city:"省市区",
- detailed:"详细地址",
- goods:"请填写收货人信息",
- pleasePhoneNumber:"请填写收货人手机号",
- township:"省市区县、乡镇等",
- sect:"请输入详细地址精确到门牌号",
- company:"公司名称(选填)",
- preserve:"保存",
- empty:"清空",
- country:"国家",
- postalCode:"邮编",
- email:"电子邮箱",
- }
- },
- "en-US": {
- index: {
- homepage: 'homepage',
- switchLanguage: "Switch Language",
- address: "Address Management",
- addAndEdit: "add/modify Address",
- account: 'Account and Security',
- password:'Change password/Phone Number',
- switch:'Switch Language',
- user:"User Agreement",
- privacy:"Privacy Policy",
- platform:"Platform rules",
- merchant:"Merchant Entry Application Agreement",
- layout:"Log out and log in",
- setup:"Account Settings",
- information:"Personal Information",
- headerImg:"Avatar",
- nickname:"Nickname",
- prompt:"Limited to 4-24 characters (1 Chinese character=2 characters, 1 English live number=1 character)",
- editNextname:'Edit Nickname',
- inland:"Mainland China",
- international:"International",
- initial:"Default Address",
- edit:'Edit',
- delete:"Delete",
- wx:"WeChat import",
- add:"Add Address",
- contacts:"Contact Information ",
- wxAddress:"WeChat Address Book",
- newAddress:"New Address",
- name:"Name",
- phone:"Mobile phone number",
- city:"Provinces, cities, and districts",
- detailed:"Detailed address",
- goods:"Please fill in the recipient information",
- pleasePhoneNumber:"Please fill in the recipient's mobile phone number",
- township:"Provinces, cities, counties, townships, etc",
- sect:"Please enter a detailed address accurate to the house number",
- company:"Company name (optional)",
- preserve:"Preserve",
- empty:"Empty",
- country:"Country",
- postalCode:"Postal code",
- email:"E-mail",
- }
- }
- }
|