1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 03:53:59 +02:00

Fix zh-tw translation (bug #375)

This commit is contained in:
Jakub Vrana
2014-01-25 11:18:56 -08:00
parent 7e9725782d
commit 81037ca4fb
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ $translations = array(
'Table has been altered.' => '資料表已修改。',
'Table has been created.' => '資料表已修改。',
'Alter table' => '修改資料表',
'Create table' => '建立資料表',
'Create table' => '建立資料表',
'Table name' => '資料表名稱',
'engine' => '引擎',
'collation' => '校對',
@@ -30,7 +30,7 @@ $translations = array(
'Alter database' => '修改資料庫',
'Create database' => '建立資料庫',
'SQL command' => 'SQL命令',
'Dump' => '匯入/匯出',
'Dump' => '匯出',
'Logout' => '登出',
'database' => '資料庫',
'Use' => '使用',