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

@ -280,5 +280,5 @@ $translations = array(
'Type has been dropped.' => 'Type er slettet.', 'Type has been dropped.' => 'Type er slettet.',
'Type has been created.' => 'Type er opprettet.', 'Type has been created.' => 'Type er opprettet.',
'Alter type' => 'Endre type', 'Alter type' => 'Endre type',
'Saving' => 'Lagrer' 'Saving' => 'Lagrer',
); );

View file

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