Updated Traditional Chinese Translation (#13116)

* Update auth.php

* Create port.php

* Update sensors.php

* Create smokeping.php

* Update zh-TW.json

* Update settings.php

* remove trailing whitespace

* remove trailing whitespace

Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
Jason Cheng
2021-08-09 05:59:29 +08:00
committed by GitHub
parent 3f9d16a096
commit d6039399fa
6 changed files with 55 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
{
"Server Name": "伺服器名稱",
"Power Status": "電源狀態",
"Services Templates": "服務範本",
"New Service Template": "新增服務範本",
"Apply Service Templates": "套用服務範本",

View File

@@ -13,6 +13,7 @@ return [
|
*/
'title' => '認證',
'failed' => '這些憑證與我們的記錄不符。',
'throttle' => '嘗試登入次數過多。請稍候 :seconds 秒再試。',

View File

@@ -0,0 +1,8 @@
<?php
return [
'groups' => [
'updated' => ':port: 群組已更新',
'none' => ':port 沒有更新要求',
],
];

View File

@@ -95,6 +95,12 @@ return [
'unit' => '%',
'unit_long' => '百分比',
],
'loss' => [
'short' => '百分比',
'long' => '遺失百分比',
'unit' => '%',
'unit_long' => '百分比',
],
'power' => [
'short' => '電力',
'long' => '電力',
@@ -137,6 +143,12 @@ return [
'unit' => 'dBm',
'unit_long' => '毫瓦分貝',
],
'tv_signal' => [
'short' => '訊號',
'long' => 'TV 訊號',
'unit' => 'dBmV',
'unit_long' => '毫伏分貝',
],
'snr' => [
'short' => 'SNR',
'long' => '訊號雜訊比',
@@ -166,4 +178,10 @@ return [
'unit' => 'l/m',
'unit_long' => '升每分鐘',
],
'percent' => [
'short' => '百分比',
'long' => '百分比',
'unit' => '%',
'unit_long' => '百分比',
],
];

View File

@@ -40,6 +40,7 @@ return [
'location' => '位置資訊設定',
'graylog' => 'Graylog 整合',
'oxidized' => 'Oxidized 整合',
'mac_oui' => 'Mac OUI 查詢整合',
'peeringdb' => 'PeeringDB 整合',
'nfsen' => 'NfSen 整合',
'unix-agent' => 'Unix-Agent 整合',
@@ -57,6 +58,7 @@ return [
'rrdtool' => 'RRDTool 設定',
'snmp' => 'SNMP',
'poller_modules' => '輪詢器模組',
'interface_types' => 'RFC 7224 介面類型',
],
'system' => [
'cleanup' => '清理',
@@ -595,6 +597,12 @@ return [
'description' => '登入訊息',
'help' => '顯示於登入頁面',
],
'mac_oui' => [
'enabled' => [
'description' => '啟用 MAC OUI 查詢',
'help' => 'Enable mac-address vendor (OUI) lookup (data is downloaded by daily.sh)',
],
],
'mono_font' => [
'description' => 'Monospaced 字型',
],
@@ -700,6 +708,10 @@ return [
],
],
],
'bad_iftype' => [
'description' => '捨棄介面',
'help' => '應該被忽略的網路介面類型',
],
'ping' => [
'description' => 'ping 路徑',
],
@@ -881,6 +893,14 @@ return [
'traceroute6' => [
'description' => 'traceroute6 路徑',
],
'twofactor' => [
'description' => '雙因素驗證',
'help' => '允許使用者啟用基於時間 (TOTP) 或基於雜湊訊息驗證 (HOTP) 的一次性密碼 (OTP)',
],
'twofactor_lock' => [
'description' => '雙因素驗證碼有效時間 (秒)',
'help' => 'Lock-out time to wait in seconds before allowing further attempts if Two-Factor authentication is failed 3 times consecutively - will prompt user to wait this long. Set to 0 to disable resulting in a permanent account lock-out and a message to user to contact administrator',
],
'unix-agent' => [
'connection-timeout' => [
'description' => 'Unix-agent 連線逾時',

View File

@@ -0,0 +1,6 @@
<?php
return [
'in' => '傳入',
'out' => '傳出',
];