-
Notifications
You must be signed in to change notification settings - Fork 4
/
profiler_lang.php
24 lines (23 loc) · 1.15 KB
/
profiler_lang.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
$lang['profiler_database'] = '数据库';
$lang['profiler_controller_info'] = '类/方法';
$lang['profiler_benchmarks'] = '评测';
$lang['profiler_queries'] = '查询';
$lang['profiler_get_data'] = 'GET数据';
$lang['profiler_post_data'] = 'POST数据';
$lang['profiler_uri_string'] = 'URI 字符串';
$lang['profiler_memory_usage'] = '内存使用';
$lang['profiler_config'] = '配置变量';
$lang['profiler_headers'] = 'HTTP头';
$lang['profiler_no_db'] = '当前没有数据库驱动被加载';
$lang['profiler_no_queries'] = '没有查询被执行';
$lang['profiler_no_post'] = '没有POST数据存在';
$lang['profiler_no_get'] = '没有GET数据存在';
$lang['profiler_no_uri'] = '没有URI数据存在';
$lang['profiler_no_memory'] = '无法获得内存使用情况';
$lang['profiler_no_profiles'] = '没有配置文件数据 - 全部配置项目被禁用.';
//2.1.0
$lang['profiler_section_hide'] = '隐藏';
$lang['profiler_section_show'] = '显示';
/* End of file profiler_lang.php */
/* Location: ./system/language/zh-CN/profiler_lang.php */