Skip to content

Translation update (zh) #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions lang/zh/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,28 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author danny <danny@pie.com.tw>
* @author zhouzheng <zztime@sina.com>
* @author HL <tohelong@gmail.com>
* @author kuma <kuma000@qq.com>
*/
$lang['menu'] = 'SQLite 界面';
$lang['db'] = '数据库';
$lang['dbversion'] = '顯示資料庫版本';
$lang['index'] = '列出索引';
$lang['table'] = '列出表';
$lang['rename2to3'] = '重命名 %s.sqlite 为 *.sqlite3';
$lang['convert2to3'] = '转换 %s 从 Sqlite2 格式 到 Sqlite3 格式';
$lang['btn_execute'] = '執行查詢';
$lang['export'] = '导出数据库';
$lang['download'] = '下載資料庫檔案';
$lang['import'] = '导入数据库';
$lang['import_no_file'] = '选择文件';
$lang['import_success'] = '已成功导入数据库';
$lang['none'] = '沒有找到任何東西';
$lang['query_name'] = '查詢名稱';
$lang['save_query'] = '儲存查詢';
$lang['delete_query'] = '刪除';
$lang['saved_queries'] = '儲存多個查詢';
$lang['validation query_required'] = '需要SQL命令';
$lang['validation query_name_required'] = '需要查詢名稱';
$lang['success query_saved'] = '查詢已被儲存';
$lang['success query_deleted'] = '查詢已被刪除';