Update zh-tw.inc.php (#299)

Fix some typo and add white spaces for readability
This commit is contained in:
Winnie Lin 2018-11-01 14:03:53 +08:00 committed by Jakub Vrána
parent 0ad6a1e578
commit ea6370ef77

View file

@ -9,13 +9,13 @@ $translations = array(
'Select database' => '選擇資料庫',
'Invalid database.' => '無效的資料庫。',
'Table has been altered.' => '資料表已修改。',
'Table has been created.' => '資料表已修改。',
'Table has been created.' => '資料表已建立。',
'Alter table' => '修改資料表',
'Create table' => '建立資料表',
'Table name' => '資料表名稱',
'engine' => '引擎',
'collation' => '校對',
'Column name' => '列名',
'Column name' => '欄位名稱',
'Type' => '類型',
'Length' => '長度',
'Auto Increment' => '自動遞增',
@ -53,11 +53,11 @@ $translations = array(
'Sort' => '排序',
'descending' => '降冪 (遞減)',
'Limit' => '限定',
'No rows.' => '沒有行。',
'No rows.' => '沒有資料行。',
'Action' => '動作',
'edit' => '編輯',
'Page' => '頁',
'Query executed OK, %d row(s) affected.' => '執行查詢OK%d行受影響',
'Query executed OK, %d row(s) affected.' => '執行查詢 OK%d 行受影響',
'Error in query' => '查詢發生錯誤',
'Execute' => '執行',
'Table' => '資料表',
@ -85,16 +85,16 @@ $translations = array(
'Foreign key has been created.' => '已建立外來鍵。',
'Foreign key' => '外來鍵',
'Target table' => '目標資料表',
'Change' => '修改',
'Change' => '變更',
'Source' => '來源',
'Target' => '目標',
'Add column' => '新增資料列',
'Add column' => '新增欄位',
'Alter' => '修改',
'Add foreign key' => '新增外來鍵',
'ON DELETE' => 'ON DELETE',
'ON UPDATE' => 'ON UPDATE',
'Index Type' => '索引類型',
'Column (length)' => '(長度)',
'Column (length)' => '欄位(長度)',
'View has been dropped.' => '已刪除檢視表。',
'View has been altered.' => '已修改檢視表。',
'View has been created.' => '已建立檢視表。',
@ -105,14 +105,14 @@ $translations = array(
'%d process(es) have been killed.' => '%d 個 Process(es) 被終止',
'Kill' => '終止',
'Parameter name' => '參數名稱',
'Database schema' => '資料庫構',
'Database schema' => '資料庫構',
'Create procedure' => '建立預存程序',
'Create function' => '建立函',
'Create function' => '建立函',
'Routine has been dropped.' => '已刪除程序。',
'Routine has been altered.' => '已修改子程序。',
'Routine has been created.' => '已建立子程序。',
'Alter function' => '修改函',
'Alter procedure' => '修改過程',
'Alter function' => '修改函',
'Alter procedure' => '修改預存程序',
'Return type' => '回傳類型',
'Add trigger' => '建立觸發器',
'Trigger has been dropped.' => '已刪除觸發器。',
@ -132,7 +132,7 @@ $translations = array(
'User has been altered.' => '已修改使用者。',
'User has been created.' => '已建立使用者。',
'Hashed' => 'Hashed',
'Column' => '',
'Column' => '欄位',
'Routine' => '程序',
'Grant' => '授權',
'Revoke' => '廢除',
@ -147,7 +147,7 @@ $translations = array(
'open' => '打開',
'save' => '儲存',
'Format' => '格式',
'Functions' => '函',
'Functions' => '函',
'Aggregation' => '集合',
'Event has been dropped.' => '已刪除事件。',
'Event has been altered.' => '已修改事件。',