mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Merge pull request #2274 from 5idereal/patch-1
update zh-tw translation
This commit is contained in:
commit
705124d4ac
|
@ -9,11 +9,24 @@ export default {
|
|||
upsideDownModeDescription: "反轉顯示狀態。若服務可以連線,將顯示離線。",
|
||||
maxRedirectDescription: "最大重新導向跟隨次數。設為 0 將停用重新導向。",
|
||||
acceptedStatusCodesDescription: "選擇視為成功回應的狀態碼。",
|
||||
Maintenance: "維護",
|
||||
statusMaintenance: "維護",
|
||||
"Schedule maintenance": "排程維護",
|
||||
"Affected Monitors": "受影響的監測器",
|
||||
"Pick Affected Monitors...": "挑選受影響的監測器...",
|
||||
"Start of maintenance": "維護起始",
|
||||
"All Status Pages": "所有狀態頁",
|
||||
"Select status pages...": "選擇狀態頁...",
|
||||
recurringIntervalMessage: "每日執行 | 每 {0} 天執行",
|
||||
affectedMonitorsDescription: "選擇受目前維護影響的監測器",
|
||||
affectedStatusPages: "在已選取的狀態頁中顯示此維護訊息",
|
||||
atLeastOneMonitor: "至少選擇一個受影響的監測器",
|
||||
passwordNotMatchMsg: "密碼不相符。",
|
||||
notificationDescription: "必須將通知指派給監測器才能運作。",
|
||||
keywordDescription: "HTML 或 JSON 回應的搜尋關鍵字。區分大小寫。",
|
||||
pauseDashboardHome: "暫停",
|
||||
deleteMonitorMsg: "您確定要刪除此監測器嗎?",
|
||||
deleteMaintenanceMsg: "您確定要刪除此維護嗎?",
|
||||
deleteNotificationMsg: "您確定要為所有監測器刪除此通知嗎?",
|
||||
dnsPortDescription: "DNS 伺服器連接埠。預設為 53。您可以隨時變更連接埠。",
|
||||
resolverserverDescription: "Cloudflare 為預設伺服器。您可以隨時更換解析伺服器。",
|
||||
|
@ -305,7 +318,7 @@ export default {
|
|||
Method: "方法",
|
||||
Body: "主體",
|
||||
Headers: "標頭",
|
||||
PushUrl: "Push URL",
|
||||
PushUrl: "Push 網址",
|
||||
HeadersInvalidFormat: "要求標頭不是有效的 JSON:",
|
||||
BodyInvalidFormat: "請求主體不是有效的 JSON:",
|
||||
"Monitor History": "監測器歷史紀錄",
|
||||
|
@ -582,4 +595,40 @@ export default {
|
|||
goAlert: "GoAlert",
|
||||
backupOutdatedWarning: "過時:由於新功能的增加,且未妥善維護,故此備份功能無法產生或復原完整備份。",
|
||||
backupRecommend: "請直接備份磁碟區或 ./data/ 資料夾。",
|
||||
"Optional": "選填",
|
||||
squadcast: "Squadcast",
|
||||
SendKey: "SendKey",
|
||||
"SMSManager API Docs": "SMSManager API 文件 ",
|
||||
"Gateway Type": "閘道類型",
|
||||
SMSManager: "SMSManager",
|
||||
"You can divide numbers with": "若要除數,您可以使用",
|
||||
"or": "或是",
|
||||
recurringInterval: "間隔",
|
||||
"Recurring": "週期性",
|
||||
strategyManual: "手動切換使用中/非使用中",
|
||||
warningTimezone: "正在使用伺服器的時區",
|
||||
weekdayShortMon: "一",
|
||||
weekdayShortTue: "二",
|
||||
weekdayShortWed: "三",
|
||||
weekdayShortThu: "四",
|
||||
weekdayShortFri: "五",
|
||||
weekdayShortSat: "六",
|
||||
weekdayShortSun: "日",
|
||||
dayOfWeek: "每周特定一天",
|
||||
dayOfMonth: "每月特定一天",
|
||||
lastDay: "最後一天",
|
||||
lastDay1: "每月的最後一天",
|
||||
lastDay2: "每月的倒數第二天",
|
||||
lastDay3: "每月的倒數第三天",
|
||||
lastDay4: "每月的倒數第四天",
|
||||
"No Maintenance": "無維護",
|
||||
pauseMaintenanceMsg: "您確定要暫停嗎?",
|
||||
"maintenanceStatus-under-maintenance": "維護中",
|
||||
"maintenanceStatus-inactive": "非使用中",
|
||||
"maintenanceStatus-scheduled": "已排程",
|
||||
"maintenanceStatus-ended": "已結束",
|
||||
"maintenanceStatus-unknown": "未知",
|
||||
"Display Timezone": "顯示時區",
|
||||
"Server Timezone": "伺服器時區",
|
||||
statusPageMaintenanceEndDate: "結束",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue