diff --git a/resources/lang/zh-TW.json b/resources/lang/zh-TW.json index ffb18e8513..96c98f55a3 100644 --- a/resources/lang/zh-TW.json +++ b/resources/lang/zh-TW.json @@ -1,4 +1,6 @@ { + "Server Name": "伺服器名稱", + "Power Status": "電源狀態", "Services Templates": "服務範本", "New Service Template": "新增服務範本", "Apply Service Templates": "套用服務範本", diff --git a/resources/lang/zh-TW/auth.php b/resources/lang/zh-TW/auth.php index 0b539f7348..e72d72846f 100644 --- a/resources/lang/zh-TW/auth.php +++ b/resources/lang/zh-TW/auth.php @@ -13,6 +13,7 @@ return [ | */ + 'title' => '認證', 'failed' => '這些憑證與我們的記錄不符。', 'throttle' => '嘗試登入次數過多。請稍候 :seconds 秒再試。', diff --git a/resources/lang/zh-TW/port.php b/resources/lang/zh-TW/port.php new file mode 100644 index 0000000000..60d431118b --- /dev/null +++ b/resources/lang/zh-TW/port.php @@ -0,0 +1,8 @@ + [ + 'updated' => ':port: 群組已更新', + 'none' => ':port 沒有更新要求', + ], +]; diff --git a/resources/lang/zh-TW/sensors.php b/resources/lang/zh-TW/sensors.php index a20b50d8b3..a6018b8316 100644 --- a/resources/lang/zh-TW/sensors.php +++ b/resources/lang/zh-TW/sensors.php @@ -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' => '百分比', + ], ]; diff --git a/resources/lang/zh-TW/settings.php b/resources/lang/zh-TW/settings.php index cfa364146a..c585550787 100644 --- a/resources/lang/zh-TW/settings.php +++ b/resources/lang/zh-TW/settings.php @@ -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 連線逾時', diff --git a/resources/lang/zh-TW/smokeping.php b/resources/lang/zh-TW/smokeping.php new file mode 100644 index 0000000000..2e55f77edd --- /dev/null +++ b/resources/lang/zh-TW/smokeping.php @@ -0,0 +1,6 @@ + '傳入', + 'out' => '傳出', +];