Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
KumaNNN authored and splitbrain committed Mar 4, 2017
1 parent fe4abcc commit b82a54b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions lang/zh/intro.txt
@@ -0,0 +1,3 @@
====== SQLite 访问 ======

这个屏幕允许您直接和现有SQLite数据库交互。只需选择的数据库目录并输入您的SQL命令。
12 changes: 7 additions & 5 deletions lang/zh/lang.php
Expand Up @@ -2,11 +2,13 @@

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* @author HL <tohelong@gmail.com>
* @author kuma <kuma000@qq.com>
*/
$lang['menu'] = 'SQLite的接口';
$lang['menu'] = 'SQLite 界面';
$lang['db'] = '数据库';
$lang['index'] = '列表索引';
$lang['rename2to3'] = '更改sqlite后缀为 sqlite3';
$lang['convert2to3'] = ' Sqlite2 转 Sqlite3格式';
$lang['index'] = '列出索引';
$lang['table'] = '列出表';
$lang['rename2to3'] = '重命名 %s.sqlite 为 *.sqlite3';
$lang['convert2to3'] = '转换 %s 从 Sqlite2 格式 到 Sqlite3 格式';

0 comments on commit b82a54b

Please sign in to comment.