|
2 | 2 | /** |
3 | 3 | * Vesta language file |
4 | 4 | * 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) |
6 | 7 | * Clark Chen (clark@clark-chen.com) |
7 | 8 | * 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 |
9 | 9 | */ |
10 | 10 | $LANG['tw'] = array( |
11 | 11 | 'Packages' => '方案設定', |
|
347 | 347 | 'ftp user password' => 'FTP使用者帳號密碼', |
348 | 348 | 'ftp user' => 'FTP使用者', |
349 | 349 | 'Last 70 lines of %s.%s.log' => '最後70行的 %s.%s.記錄', |
| 350 | + 'AccessLog' => '存取記錄', |
| 351 | + 'ErrorLog' => '錯誤紀錄', |
350 | 352 | 'Download AccessLog' => '下載存取記錄', |
351 | 353 | 'Download ErrorLog' => '下載錯誤記錄', |
352 | 354 | 'Country' => '國家', |
|
556 | 558 | 'name' => '名稱', |
557 | 559 | 'Initializing' => '正在初始化', |
558 | 560 | 'UPLOAD' => '上傳', |
| 561 | + 'RIGHTS' => '權限', |
559 | 562 | 'NEW FILE' => '新增檔案', |
560 | 563 | 'NEW DIR' => '新增資料夾', |
561 | 564 | 'DELETE' => '刪除', |
|
595 | 598 | 'Add New object' => '新增', |
596 | 599 | 'Save Form' => '儲存設定', |
597 | 600 | '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' => '所有人可執行', |
598 | 611 | 'Go to USER list' => '回到使用者列表', |
599 | 612 | 'Go to WEB list' => '回到網站列表', |
600 | 613 | 'Go to DNS list' => '回到DNS列表', |
|
0 commit comments