mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Update translations
This commit is contained in:
@@ -227,13 +227,13 @@ $translations = array(
|
||||
'Table has been dropped.' => '已經刪除資料表。',
|
||||
'Databases have been dropped.' => '資料庫已刪除。',
|
||||
'Search data in tables' => '在資料庫搜尋',
|
||||
'schema' => '架構',
|
||||
'Schema' => '架構',
|
||||
'Alter schema' => '更改架構',
|
||||
'Create schema' => '建立架構',
|
||||
'Schema has been dropped.' => '已刪除架構。',
|
||||
'Schema has been created.' => '已建立架構。',
|
||||
'Schema has been altered.' => '已更改架構。',
|
||||
'schema' => '資料表結構',
|
||||
'Schema' => '資料表結構',
|
||||
'Alter schema' => '更改資料表結構',
|
||||
'Create schema' => '建立資料表結構',
|
||||
'Schema has been dropped.' => '已刪除資料表結構。',
|
||||
'Schema has been created.' => '已建立資料表結構。',
|
||||
'Schema has been altered.' => '已更改資料表結構。',
|
||||
'Sequences' => 'Sequences',
|
||||
'Create sequence' => '建立 sequence',
|
||||
'Alter sequence' => '更改 sequence',
|
||||
@@ -258,4 +258,11 @@ $translations = array(
|
||||
'Geometry' => '幾何',
|
||||
'File exists.' => '檔案已存在。',
|
||||
'Attachments' => '附件',
|
||||
'%d query(s) executed OK.' => '已順利執行 %d 個查詢。',
|
||||
'Show only errors' => '僅顯示錯誤訊息',
|
||||
'Last page' => '最後一頁',
|
||||
'Refresh' => '重新載入',
|
||||
'Invalid schema.' => '無效的資料表結構。',
|
||||
'Please use one of the extensions %s.' => '請使用下列其中一個 extension %s。',
|
||||
'now' => '現在',
|
||||
);
|
||||
|
Reference in New Issue
Block a user