mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-06-16 18:09:24 +08:00
29 lines
1.8 KiB
PHP
29 lines
1.8 KiB
PHP
<?php
|
||
|
||
// +----------------------------------------------------------------------
|
||
// | Library for ThinkAdmin
|
||
// +----------------------------------------------------------------------
|
||
// | 版权所有 2014~2020 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
|
||
// +----------------------------------------------------------------------
|
||
// | 官方网站: https://gitee.com/zoujingli/ThinkLibrary
|
||
// +----------------------------------------------------------------------
|
||
// | 开源协议 ( https://mit-license.org )
|
||
// +----------------------------------------------------------------------
|
||
// | gitee 仓库地址 :https://gitee.com/zoujingli/ThinkLibrary
|
||
// | github 仓库地址 :https://github.com/zoujingli/ThinkLibrary
|
||
// +----------------------------------------------------------------------
|
||
|
||
return [
|
||
'think_library_not_auth' => 'Sorry, no permission to access the operation.',
|
||
'think_library_not_login' => 'Sorry, requiring login to obtain view permission.',
|
||
'think_library_delete_success' => 'Data deletion completed.',
|
||
'think_library_delete_error' => 'Sorry, data deletion failed, please try again later.',
|
||
'think_library_form_success' => 'Data saving completed.',
|
||
'think_library_form_error' => 'Sorry, data saving failed, please try again later.',
|
||
'think_library_save_success' => 'Data update completed.',
|
||
'think_library_save_error' => 'Sorry, Data update failed, please try again later.',
|
||
'think_library_sort_success' => 'Modification of list sort completed.',
|
||
'think_library_sort_error' => 'Sorry, modification of list sort failed, please try again later.',
|
||
'think_library_page_html' => 'Total %s records, display %s per page, total %s page current display %s page.',
|
||
'think_library_csrf_error' => 'Form token validation failed, please refresh and try again later.',
|
||
]; |