messages.js 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. export default {
  2. "zh-CN": {
  3. index: {
  4. homepage: '主页',
  5. switchLanguage: '切换语言',
  6. address: '地址管理',
  7. addAndEdit: "新增/修改地址",
  8. account: '账号与安全',
  9. password:'修改密码/手机号',
  10. switch:'切换语言',
  11. user:"用户协议",
  12. privacy:"隐私政策",
  13. platform:"平台规则",
  14. merchant:"商户入驻申请协议",
  15. layout:"退出登录",
  16. setup:"账号设置",
  17. information:"个人信息",
  18. headerImg:"头像",
  19. nickname:"昵称",
  20. prompt:"限4-24个字符(1汉字=2字符,1英文活数字=1字符)",
  21. editNextname:'编辑昵称',
  22. inland:"中国内地",
  23. international:"国际",
  24. initial:"默认地址",
  25. edit:"编辑",
  26. delete:"删除",
  27. wx:"微信导入",
  28. add:"新增地址",
  29. contacts:"联系人信息",
  30. wxAddress:"微信地址薄",
  31. newAddress:"新建地址",
  32. name:"姓名",
  33. phone:"手机号",
  34. city:"省市区",
  35. detailed:"详细地址",
  36. goods:"请填写收货人信息",
  37. pleasePhoneNumber:"请填写收货人手机号",
  38. township:"省市区县、乡镇等",
  39. sect:"请输入详细地址精确到门牌号",
  40. company:"公司名称(选填)",
  41. preserve:"保存",
  42. empty:"清空",
  43. country:"国家",
  44. postalCode:"邮编",
  45. email:"电子邮箱",
  46. }
  47. },
  48. "en-US": {
  49. index: {
  50. homepage: 'homepage',
  51. switchLanguage: "Switch Language",
  52. address: "Address Management",
  53. addAndEdit: "add/modify Address",
  54. account: 'Account and Security',
  55. password:'Change password/Phone Number',
  56. switch:'Switch Language',
  57. user:"User Agreement",
  58. privacy:"Privacy Policy",
  59. platform:"Platform rules",
  60. merchant:"Merchant Entry Application Agreement",
  61. layout:"Log out and log in",
  62. setup:"Account Settings",
  63. information:"Personal Information",
  64. headerImg:"Avatar",
  65. nickname:"Nickname",
  66. prompt:"Limited to 4-24 characters (1 Chinese character=2 characters, 1 English live number=1 character)",
  67. editNextname:'Edit Nickname',
  68. inland:"Mainland China",
  69. international:"International",
  70. initial:"Default Address",
  71. edit:'Edit',
  72. delete:"Delete",
  73. wx:"WeChat import",
  74. add:"Add Address",
  75. contacts:"Contact Information ",
  76. wxAddress:"WeChat Address Book",
  77. newAddress:"New Address",
  78. name:"Name",
  79. phone:"Mobile phone number",
  80. city:"Provinces, cities, and districts",
  81. detailed:"Detailed address",
  82. goods:"Please fill in the recipient information",
  83. pleasePhoneNumber:"Please fill in the recipient's mobile phone number",
  84. township:"Provinces, cities, counties, townships, etc",
  85. sect:"Please enter a detailed address accurate to the house number",
  86. company:"Company name (optional)",
  87. preserve:"Preserve",
  88. empty:"Empty",
  89. country:"Country",
  90. postalCode:"Postal code",
  91. email:"E-mail",
  92. }
  93. }
  94. }