We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5c63f commit dbb59caCopy full SHA for dbb59ca
1 file changed
web/inc/i18n/tw.php
@@ -346,7 +346,7 @@
346
'stats password' => '統計密碼',
347
'ftp user password' => 'FTP使用者帳號密碼',
348
'ftp user' => 'FTP使用者',
349
- 'Last 70 lines of %s.%s.log' => '最後70行的 %s.%s.記錄',
+ 'Last 70 lines of %s.%s.log' => ' %s.%s.log 的最後70行',
350
'AccessLog' => '存取記錄',
351
'ErrorLog' => '錯誤紀錄',
352
'Download AccessLog' => '下載存取記錄',
@@ -619,7 +619,9 @@
619
'Display/Close shortcuts' => '顯示/關閉 快捷鍵列表',
620
'Move backward through top menu' => '在頂置選單中向左移動',
621
'Move forward through top menu' => '在頂置選單中向右移動',
622
- 'Enter focused element' => '進去選擇的選項',
+ 'Enter focused element' => '進入選擇的選項',
623
+ 'Move up through elements list' => '往上查看列表',
624
+ 'Move down through elements list' => '往下查看列表',
625
'Upload' => '上傳',
626
'New File' => '新增檔案',
627
'New Folder' => '新增資料夾',
0 commit comments