mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
sync
This commit is contained in:
parent
9c1ad4f8c6
commit
d39a4770e0
1 changed files with 50 additions and 6 deletions
|
@ -2,6 +2,8 @@ export default {
|
||||||
languageName: "繁體中文 (台灣)",
|
languageName: "繁體中文 (台灣)",
|
||||||
checkEverySecond: "每 {0} 秒檢查一次",
|
checkEverySecond: "每 {0} 秒檢查一次",
|
||||||
retryCheckEverySecond: "每 {0} 秒重試一次",
|
retryCheckEverySecond: "每 {0} 秒重試一次",
|
||||||
|
resendEveryXTimes: "Resend every {0} times",
|
||||||
|
resendDisabled: "Resend disabled",
|
||||||
retriesDescription: "在服務被標記為離線並傳送通知前的最大重試次數",
|
retriesDescription: "在服務被標記為離線並傳送通知前的最大重試次數",
|
||||||
ignoreTLSError: "忽略 HTTPS 網站的 TLS/SSL 錯誤",
|
ignoreTLSError: "忽略 HTTPS 網站的 TLS/SSL 錯誤",
|
||||||
upsideDownModeDescription: "反轉顯示狀態。若服務可以連線,將顯示離線。",
|
upsideDownModeDescription: "反轉顯示狀態。若服務可以連線,將顯示離線。",
|
||||||
|
@ -72,6 +74,7 @@ export default {
|
||||||
"Heartbeat Interval": "心跳間隔",
|
"Heartbeat Interval": "心跳間隔",
|
||||||
Retries: "重試次數",
|
Retries: "重試次數",
|
||||||
"Heartbeat Retry Interval": "心跳重試間隔",
|
"Heartbeat Retry Interval": "心跳重試間隔",
|
||||||
|
"Resend Notification if Down X times consequently": "若 X 次心跳皆離線,重新傳送通知",
|
||||||
Advanced: "進階",
|
Advanced: "進階",
|
||||||
"Upside Down Mode": "顛倒模式",
|
"Upside Down Mode": "顛倒模式",
|
||||||
"Max. Redirects": "最大重新導向次數",
|
"Max. Redirects": "最大重新導向次數",
|
||||||
|
@ -455,6 +458,8 @@ export default {
|
||||||
"Message:": "訊息:",
|
"Message:": "訊息:",
|
||||||
"Don't know how to get the token? Please read the guide:": "不知道如何取得權杖嗎?請閱讀指南:",
|
"Don't know how to get the token? Please read the guide:": "不知道如何取得權杖嗎?請閱讀指南:",
|
||||||
"The current connection may be lost if you are currently connecting via Cloudflare Tunnel. Are you sure want to stop it? Type your current password to confirm it.": "如果您目前正透過 Cloudflare Tunnel 連線,可能會導致連線中斷。您確定要停止嗎?請輸入密碼以確認。",
|
"The current connection may be lost if you are currently connecting via Cloudflare Tunnel. Are you sure want to stop it? Type your current password to confirm it.": "如果您目前正透過 Cloudflare Tunnel 連線,可能會導致連線中斷。您確定要停止嗎?請輸入密碼以確認。",
|
||||||
|
"HTTP Headers": "HTTP 標頭",
|
||||||
|
"Trust Proxy": "信任的 Proxy",
|
||||||
"Other Software": "其他軟體",
|
"Other Software": "其他軟體",
|
||||||
"For example: nginx, Apache and Traefik.": "例如 nginx、Apache 和 Traefik。",
|
"For example: nginx, Apache and Traefik.": "例如 nginx、Apache 和 Traefik。",
|
||||||
"Please read": "請閱覽",
|
"Please read": "請閱覽",
|
||||||
|
@ -467,6 +472,7 @@ export default {
|
||||||
"Domain Name Expiry Notification": "網域名稱到期通知",
|
"Domain Name Expiry Notification": "網域名稱到期通知",
|
||||||
Proxy: "Proxy",
|
Proxy: "Proxy",
|
||||||
"Date Created": "建立日期",
|
"Date Created": "建立日期",
|
||||||
|
HomeAssistant: "Home Assistant",
|
||||||
onebotHttpAddress: "OneBot HTTP 位址",
|
onebotHttpAddress: "OneBot HTTP 位址",
|
||||||
onebotMessageType: "OneBot 訊息類型",
|
onebotMessageType: "OneBot 訊息類型",
|
||||||
onebotGroupMessage: "群組",
|
onebotGroupMessage: "群組",
|
||||||
|
@ -479,6 +485,12 @@ export default {
|
||||||
"Domain Names": "網域名稱",
|
"Domain Names": "網域名稱",
|
||||||
signedInDisp: "以 {0} 身分登入",
|
signedInDisp: "以 {0} 身分登入",
|
||||||
signedInDispDisabled: "驗證已停用。",
|
signedInDispDisabled: "驗證已停用。",
|
||||||
|
RadiusSecret: "Radius Secret",
|
||||||
|
RadiusSecretDescription: "Shared Secret between client and server",
|
||||||
|
RadiusCalledStationId: "Called Station Id",
|
||||||
|
RadiusCalledStationIdDescription: "Identifier of the called device",
|
||||||
|
RadiusCallingStationId: "Calling Station Id",
|
||||||
|
RadiusCallingStationIdDescription: "Identifier of the calling device",
|
||||||
"Certificate Expiry Notification": "憑證到期通知",
|
"Certificate Expiry Notification": "憑證到期通知",
|
||||||
"API Username": "API 使用者名稱",
|
"API Username": "API 使用者名稱",
|
||||||
"API Key": "API 金鑰",
|
"API Key": "API 金鑰",
|
||||||
|
@ -504,9 +516,9 @@ export default {
|
||||||
"pushoversounds intermission": "中場休息",
|
"pushoversounds intermission": "中場休息",
|
||||||
"pushoversounds magic": "魔法",
|
"pushoversounds magic": "魔法",
|
||||||
"pushoversounds mechanical": "機械",
|
"pushoversounds mechanical": "機械",
|
||||||
"pushoversounds pianobar": "Piano Bar",
|
"pushoversounds pianobar": "鋼琴酒吧",
|
||||||
"pushoversounds siren": "Siren",
|
"pushoversounds siren": "警鈴",
|
||||||
"pushoversounds spacealarm": "Space Alarm",
|
"pushoversounds spacealarm": "太空鬧鐘",
|
||||||
"pushoversounds tugboat": "汽笛",
|
"pushoversounds tugboat": "汽笛",
|
||||||
"pushoversounds alien": "外星鬧鐘 (長)",
|
"pushoversounds alien": "外星鬧鐘 (長)",
|
||||||
"pushoversounds climb": "爬升 (長)",
|
"pushoversounds climb": "爬升 (長)",
|
||||||
|
@ -531,11 +543,43 @@ export default {
|
||||||
"Coming Soon": "即將推出",
|
"Coming Soon": "即將推出",
|
||||||
wayToGetClickSendSMSToken: "您可以從 {0} 取得 API 使用者名稱和金鑰。",
|
wayToGetClickSendSMSToken: "您可以從 {0} 取得 API 使用者名稱和金鑰。",
|
||||||
"Connection String": "連線字串",
|
"Connection String": "連線字串",
|
||||||
"Query": "查詢",
|
Query: "查詢",
|
||||||
settingsCertificateExpiry: "TLS 憑證到期",
|
settingsCertificateExpiry: "TLS 憑證到期",
|
||||||
certificationExpiryDescription: "TLS 將於 X 天後到期時觸發 HTTPS 監測器通知:",
|
certificationExpiryDescription: "TLS 將於 X 天後到期時觸發 HTTPS 監測器通知:",
|
||||||
|
"Setup Docker Host": "設定 Docker 主機",
|
||||||
|
"Connection Type": "連線類型",
|
||||||
|
"Docker Daemon": "Docker 精靈",
|
||||||
|
deleteDockerHostMsg: "您確定要為所有監測器刪除此 Docker 主機嗎?",
|
||||||
|
socket: "通訊端",
|
||||||
|
tcp: "TCP / HTTP",
|
||||||
|
"Docker Container": "Docker 容器",
|
||||||
|
"Container Name / ID": "容器名稱 / ID",
|
||||||
|
"Docker Host": "Docker 主機",
|
||||||
|
"Docker Hosts": "Docker 主機",
|
||||||
"ntfy Topic": "ntfy 主題",
|
"ntfy Topic": "ntfy 主題",
|
||||||
"Domain": "網域",
|
Domain: "網域",
|
||||||
"Workstation": "工作站",
|
Workstation: "工作站",
|
||||||
disableCloudflaredNoAuthMsg: "您處於無驗證模式。無須輸入密碼。",
|
disableCloudflaredNoAuthMsg: "您處於無驗證模式。無須輸入密碼。",
|
||||||
|
trustProxyDescription: "Trust 'X-Forwarded-*' headers. If you want to get the correct client IP and your Uptime Kuma is behind such as Nginx or Apache, you should enable this. 如果您的 Uptime Kuma 架設於 Nginx 或 Apache ",
|
||||||
|
wayToGetLineNotifyToken: "您可以從 {0} 取得存取權杖",
|
||||||
|
Examples: "範例",
|
||||||
|
"Home Assistant URL": "Home Assistant 網址",
|
||||||
|
"Long-Lived Access Token": "長期有效存取權杖",
|
||||||
|
"Long-Lived Access Token can be created by clicking on your profile name (bottom left) and scrolling to the bottom then click Create Token. ": "若要建立長期有效存取權杖,請點擊您的個人檔案名稱 (左下角),捲動至最下方,然後點擊建立權杖。",
|
||||||
|
"Notification Service": "通知服務",
|
||||||
|
"default: notify all devices": "預設:通知所有服務",
|
||||||
|
"A list of Notification Services can be found in Home Assistant under \"Developer Tools > Services\" search for \"notification\" to find your device/phone name.": "A list of Notification Services can be found in Home Assistant under \"Developer Tools > Services\" search for \"notification\" to find your device/phone name.",
|
||||||
|
"Automations can optionally be triggered in Home Assistant:": " 自動化程序可以 can optionally be triggered in Home Assistant:",
|
||||||
|
"Trigger type:": "觸發器類型:",
|
||||||
|
"Event type:": "事件類型:",
|
||||||
|
"Event data:": "事件資料:",
|
||||||
|
"Then choose an action, for example switch the scene to where an RGB light is red.": "Then choose an action, for example switch the scene to where an RGB light is red.",
|
||||||
|
"Frontend Version": "前端版本",
|
||||||
|
"Frontend Version do not match backend version!": "前端版本與後端版本不符!",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
goAlertInfo: "GoAlert 是用於待命排程、升級自動化,以及通知 (如簡訊或語音通話) 的開源應用程式。自動在正確的時間、用洽當的方法、聯絡合適的人! {0}",
|
||||||
|
goAlertIntegrationKeyInfo: "Get generic API integration key for the service in this format \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\" usually the value of token parameter of copied URL.",
|
||||||
|
goAlert: "GoAlert",
|
||||||
|
backupOutdatedWarning: "Deprecated: Since a lot of features added and this backup feature is a bit unmaintained, it cannot generate or restore a complete backup. 由於新功能的增加,且此備份功能,故",
|
||||||
|
backupRecommend: "Please backup the volume or the data folder (./data/) directly instead. 請直接備份或 ./data/ 資料夾",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue