Skip to content

Commit 5809223

Browse files
Merge pull request hestiacp#710 from ttcttctw/patch-3
Update tw.php for 0.9.8-16
2 parents 82c1c09 + cf4ce7d commit 5809223

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

web/inc/i18n/tw.php

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
/**
33
* Vesta language file
44
* This language file is translate by
5-
* Clark’s Computer Knowledge Journal (http://www.clark-chen.com)
5+
* Clark's Computer Knowledge Journal (https://www.clark-chen.com)
6+
* Clark's Hosting Service (https://host.clark-chen.com)
67
* Clark Chen (clark@clark-chen.com)
78
* Github - https://github.com/ttcttctw/Vesta-Control-Panel-Traditional-Chinese-Translation/blob/master/tw.php
8-
* VestaCP Forum - https://forum.vestacp.com/viewtopic.php?f=16&t=8480
99
*/
1010
$LANG['tw'] = array(
1111
'Packages' => '方案設定',
@@ -346,7 +346,9 @@
346346
'stats password' => '統計密碼',
347347
'ftp user password' => 'FTP使用者帳號密碼',
348348
'ftp user' => 'FTP使用者',
349-
'Last 70 lines of %s.%s.log' => '最後70行的 %s.%s.記錄',
349+
'Last 70 lines of %s.%s.log' => '%s.%s.log 的最後70行',
350+
'AccessLog' => '存取記錄',
351+
'ErrorLog' => '錯誤紀錄',
350352
'Download AccessLog' => '下載存取記錄',
351353
'Download ErrorLog' => '下載錯誤記錄',
352354
'Country' => '國家',
@@ -556,6 +558,7 @@
556558
'name' => '名稱',
557559
'Initializing' => '正在初始化',
558560
'UPLOAD' => '上傳',
561+
'RIGHTS' => '權限',
559562
'NEW FILE' => '新增檔案',
560563
'NEW DIR' => '新增資料夾',
561564
'DELETE' => '刪除',
@@ -595,6 +598,16 @@
595598
'Add New object' => '新增',
596599
'Save Form' => '儲存設定',
597600
'Cancel saving form' => '不要儲存設定',
601+
'Change Rights' => '修改權限',
602+
'read by owner' => '擁有者可讀',
603+
'write by owner' => '擁有者可寫',
604+
'execute/search by owner' => '擁有者可執行',
605+
'read by group' => '群組可讀',
606+
'write by group' => '群組可寫',
607+
'execute/search by group' => '群組可執行',
608+
'read by others' => '所有人可讀',
609+
'write by others' => '所有人可寫',
610+
'execute/search by others' => '所有人可執行',
598611
'Go to USER list' => '回到使用者列表',
599612
'Go to WEB list' => '回到網站列表',
600613
'Go to DNS list' => '回到DNS列表',
@@ -606,7 +619,9 @@
606619
'Display/Close shortcuts' => '顯示/關閉 快捷鍵列表',
607620
'Move backward through top menu' => '在頂置選單中向左移動',
608621
'Move forward through top menu' => '在頂置選單中向右移動',
609-
'Enter focused element' => '進去選擇的選項',
622+
'Enter focused element' => '進入選擇的選項',
623+
'Move up through elements list' => '往上查看列表',
624+
'Move down through elements list' => '往下查看列表',
610625
'Upload' => '上傳',
611626
'New File' => '新增檔案',
612627
'New Folder' => '新增資料夾',

0 commit comments

Comments
 (0)