| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?php
- return [
- 'Yes' => '是',
- 'No' => '否',
- 'add' => '新增',
- 'delete' => '删除',
- 'edit' => '编辑',
- 'condition' => '条件',
- 'search' => '搜索',
- 'operation' => '操作',
- 'select' => '查看',
- 'Reset' => '重置',
- 'Confirm' => '确定',
- 'Submit' => '提交',
- 'Succeed' => '成功',
- 'Warn' => '提醒',
- 'Update' => '更新',
- 'Base' => '基础',
- 'Info' => '信息',
- 'Rest' => '其他',
- 'Sort' => '排序',
- 'Rule' => '角色',
- 'Type' => '类型',
- 'The account password is incorrect' => '账号密码不正确',
- "Background permission is not set" => "后台未设置权限",
- "The role group does not exist" => "角色组不存在",
- "The user name must exist" => "用户名必须存在",
- "The length of the user name is invalid" => "用户名长度不符合条件",
- "Failed to obtain token" => "获取token失败",
- "Store information does not exist" => "门店信息不存在",
- "The customer name_en does not comply with the rule" => "客户英文名称不符合规则",
- "The customer name_zh does not comply with the rule" => "客户中文名称不符合规则",
- 'The mobile does not comply with the rule' => "客户手机不符合规则",
- 'The address does not comply with the rule' => "客户地址不符合规则",
- 'The email does not comply with the rule' => "客户邮箱不符合规则",
- 'The sex does not comply with the rule' => "客户性别不符合规则",
- 'The linkman does not comply with the rule' => "客户联系人不符合规则",
- 'The zue_coin does not comply with the rule' => "御龙币不符合规则",
- 'The sun_calendar does not comply with the rule' => "阳历不符合规则",
- 'The lunar_calendar does not comply with the rule' => "阴历不符合规则",
- "Please enter the Zue Coin expiration time" => "请填写御龙币失效时间",
- "The role Product does not exist" => "商品不存在",
- "The store does not exist" => "门店不存在",
- "The Adviser|Teacher does not exist" => "顾问或者老师不存在!",
- "Stores do not exist" => "门店不存在",
- ];
|