zh-cn.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. return [
  3. 'Yes' => '是',
  4. 'No' => '否',
  5. 'add' => '新增',
  6. 'delete' => '删除',
  7. 'edit' => '编辑',
  8. 'condition' => '条件',
  9. 'search' => '搜索',
  10. 'operation' => '操作',
  11. 'select' => '查看',
  12. 'Reset' => '重置',
  13. 'Confirm' => '确定',
  14. 'Submit' => '提交',
  15. 'Succeed' => '成功',
  16. 'Warn' => '提醒',
  17. 'Update' => '更新',
  18. 'Base' => '基础',
  19. 'Info' => '信息',
  20. 'Rest' => '其他',
  21. 'Sort' => '排序',
  22. 'Rule' => '角色',
  23. 'Type' => '类型',
  24. 'The account password is incorrect' => '账号密码不正确',
  25. "Background permission is not set" => "后台未设置权限",
  26. "The role group does not exist" => "角色组不存在",
  27. "The user name must exist" => "用户名必须存在",
  28. "The length of the user name is invalid" => "用户名长度不符合条件",
  29. "Failed to obtain token" => "获取token失败",
  30. "Store information does not exist" => "门店信息不存在",
  31. "The customer name_en does not comply with the rule" => "客户英文名称不符合规则",
  32. "The customer name_zh does not comply with the rule" => "客户中文名称不符合规则",
  33. 'The mobile does not comply with the rule' => "客户手机不符合规则",
  34. 'The address does not comply with the rule' => "客户地址不符合规则",
  35. 'The email does not comply with the rule' => "客户邮箱不符合规则",
  36. 'The sex does not comply with the rule' => "客户性别不符合规则",
  37. 'The linkman does not comply with the rule' => "客户联系人不符合规则",
  38. 'The zue_coin does not comply with the rule' => "御龙币不符合规则",
  39. 'The sun_calendar does not comply with the rule' => "阳历不符合规则",
  40. 'The lunar_calendar does not comply with the rule' => "阴历不符合规则",
  41. "Please enter the Zue Coin expiration time" => "请填写御龙币失效时间",
  42. "The role Product does not exist" => "商品不存在",
  43. "The store does not exist" => "门店不存在",
  44. "The Adviser|Teacher does not exist" => "顾问或者老师不存在!",
  45. "Stores do not exist" => "门店不存在",
  46. "inventory shortage" => "库存不足",
  47. "No customer found" => "未找到客户",
  48. ];