You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wkcrm/application/lang/zh-cn.php

21 lines
635 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'ACTIONLOG' => '%s%s在%s%s了id为%d的%s',
'FIELD' => '字段',
'CUSTOMER' => '客户',
'EXAMINE' => '审批',
'SAVE' => '创建',
'FIELDSAVE' => '创建',
'UPDATE' => '修改',
'DELETE' => '删除',
'CHECK' => '审核',
'SAVE SUCCESS' => '创建成功',
'SAVE FAILED' => '创建失败',
'UPDATE SUCCESS' => '修改成功',
'UPDATE FAILED' => '修改失败',
'DELETE SUCCESS' => '删除成功',
'DELETE FAILED' => '删除失败',
'HAVE NOT PRIVILEGES' => '您没有权限!',
'RECORD_NOT_EXIST_OR_HAVE_BEEN_DELETED'=>'%s不存在或已被删除',
];