mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
weblate I18n (#238)
* update readme / weblate links * Translated using Weblate (Arabic) Currently translated at 96.3% (159 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/ar/ * Translated using Weblate (German) Currently translated at 99.3% (164 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/de/ * Translated using Weblate (Spanish) Currently translated at 99.3% (164 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/es/ * Translated using Weblate (French) Currently translated at 99.3% (164 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/fr/ * Translated using Weblate (Japanese) Currently translated at 100.0% (165 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/ja/ * Translated using Weblate (Korean) Currently translated at 100.0% (165 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/ko/ * Translated using Weblate (Portuguese) Currently translated at 99.3% (164 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/pt/ * Translated using Weblate (Russian) Currently translated at 99.3% (164 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/ru/ * Translated using Weblate (Ukrainian) Currently translated at 99.3% (164 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/uk/ * Translated using Weblate (Vietnamese) Currently translated at 100.0% (165 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/vi/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (165 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/zh_Hans/ * Translated using Weblate (Chinese (Traditional Han script, Hong Kong)) Currently translated at 99.3% (164 of 165 strings) Translation: Beszel/Hub web interface Translate-URL: https://hosted.weblate.org/projects/beszel/hub-web-interface/zh_Hant_HK/ --------- Co-authored-by: Anonymous <noreply@weblate.org>
This commit is contained in:
@@ -1,209 +1,207 @@
|
||||
{
|
||||
"all_systems": "所有伺服器",
|
||||
"filter": "篩選...",
|
||||
"copy": "複製",
|
||||
"add": "新增",
|
||||
"search": "搜尋",
|
||||
"system": "伺服器",
|
||||
"systems": "伺服器",
|
||||
"cancel": "取消",
|
||||
"continue": "繼續",
|
||||
"minutes_one": "{{count}} 分鐘",
|
||||
"minutes_other": "{{count}} 分鐘",
|
||||
"hours_one": "{{count}} 小時",
|
||||
"hours_other": "{{count}} 小時",
|
||||
"days_other": "{{count}} 天",
|
||||
"weeks_one": "{{count}} 週",
|
||||
"home": {
|
||||
"active_alerts": "活動警報",
|
||||
"active_des": "超過 {{value}}{{unit}} 在過去 ",
|
||||
"subtitle": "即時更新。點擊系統以查看資訊。"
|
||||
},
|
||||
"systems_table": {
|
||||
"system": "伺服器",
|
||||
"memory": "記憶體",
|
||||
"cpu": "CPU",
|
||||
"disk": "磁碟",
|
||||
"net": "網絡",
|
||||
"agent": "客戶端",
|
||||
"no_systems_found": "未找到伺服器。",
|
||||
"open_menu": "打開選單",
|
||||
"resume": "恢復",
|
||||
"pause": "暫停",
|
||||
"copy_host": "複製主機",
|
||||
"delete": "刪除",
|
||||
"delete_confirm": "您確定要刪除 {{name}} 嗎?",
|
||||
"delete_confirm_des_1": "此操作無法撤銷。這將永久從資料庫中刪除",
|
||||
"delete_confirm_des_2": "的所有記錄。"
|
||||
},
|
||||
"alerts": {
|
||||
"title": "警報",
|
||||
"subtitle_1": "查看",
|
||||
"notification_settings": "通知設定",
|
||||
"subtitle_2": "配置如何接收警報。",
|
||||
"overwrite_existing_alerts": "覆蓋現有警報",
|
||||
"info": {
|
||||
"status": "狀態",
|
||||
"status_des": "狀態在 在線/離線 之間切換時觸發。",
|
||||
"cpu_usage": "CPU 使用率",
|
||||
"cpu_usage_des": "當 CPU 使用率超過閾值時觸發。",
|
||||
"memory_usage": "記憶體使用率",
|
||||
"memory_usage_des": "當記憶體使用率超過閾值時觸發。",
|
||||
"disk_usage": "磁碟使用率",
|
||||
"disk_usage_des": "當任何磁碟的使用率超過閾值時觸發。",
|
||||
"bandwidth": "頻寬",
|
||||
"bandwidth_des": "當組合的 上行/下行 流量超過閾值時觸發。",
|
||||
"temperature": "溫度",
|
||||
"temperature_des": "當任何感應器超過閾值時觸發。"
|
||||
},
|
||||
"average_exceeds": "平均值超過",
|
||||
"for": "持續"
|
||||
},
|
||||
"settings": {
|
||||
"settings": "設定",
|
||||
"subtitle": "管理顯示和通知偏好。",
|
||||
"save_settings": "儲存設定",
|
||||
"export_configuration": "匯出配置",
|
||||
"general": {
|
||||
"title": "一般",
|
||||
"subtitle": "更改通用應用程式選項。",
|
||||
"language": {
|
||||
"title": "語言",
|
||||
"subtitle_1": "想幫助我們改進翻譯嗎?查看",
|
||||
"subtitle_2": "了解更多詳情。",
|
||||
"preferred_language": "首選語言"
|
||||
},
|
||||
"chart_options": {
|
||||
"title": "圖表選項",
|
||||
"subtitle": "調整圖表的顯示選項。",
|
||||
"default_time_period": "預設時間段",
|
||||
"default_time_period_des": "設定查看伺服器時圖表的預設時間範圍。"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"title": "通知",
|
||||
"subtitle_1": "設定如何接收警報通知。",
|
||||
"subtitle_2": "正在尋找建立警報的位置?點擊伺服器列表中的",
|
||||
"subtitle_3": "圖示。",
|
||||
"email": {
|
||||
"title": "電郵通知",
|
||||
"please": "配置",
|
||||
"configure_an_SMTP_server": "SMTP 伺服器",
|
||||
"to_ensure_alerts_are_delivered": "以確保郵件可以成功發送。",
|
||||
"to_email_s": "收件人電郵",
|
||||
"enter_email_address": "輸入電郵地址...",
|
||||
"des": "使用 Enter 鍵或逗號儲存地址。留空以禁用電郵通知。"
|
||||
},
|
||||
"webhook_push": {
|
||||
"title": "Webhook / 推送通知",
|
||||
"des_1": "Beszel 使用",
|
||||
"des_2": "與流行的通知服務整合。",
|
||||
"add_url": "新增 URL"
|
||||
}
|
||||
},
|
||||
"yaml_config": {
|
||||
"short_title": "YAML 配置",
|
||||
"title": "YAML 配置",
|
||||
"subtitle": "匯出當前系統配置。",
|
||||
"des_1": "系統使用",
|
||||
"des_2": "配置檔案儲存管理數據",
|
||||
"des_3": "每次重啟時,資料庫中的系統將更新以匹配檔案中定義的系統。",
|
||||
"alert": {
|
||||
"title": "警告 - 潛在數據丟失",
|
||||
"des_1": "未在",
|
||||
"des_2": "中定義的現有系統將被刪除。請定期備份。"
|
||||
}
|
||||
},
|
||||
"language": "語言"
|
||||
},
|
||||
"user_dm": {
|
||||
"users": "用戶",
|
||||
"logs": "日誌",
|
||||
"backups": "備份",
|
||||
"auth_providers": "身份驗證提供者",
|
||||
"log_out": "登出"
|
||||
},
|
||||
"themes": {
|
||||
"toggle_theme": "切換主題",
|
||||
"light": "淺色",
|
||||
"dark": "深色",
|
||||
"system": "系統"
|
||||
},
|
||||
"add_system": {
|
||||
"add_new_system": "新增新伺服器",
|
||||
"binary": "二進制檔案",
|
||||
"dialog_des_1": "客戶端必須在伺服器上運行才能連接。複製",
|
||||
"dialog_des_2": "到目標伺服器以安裝。",
|
||||
"name": "名稱",
|
||||
"host_ip": "主機/IP",
|
||||
"port": "端口",
|
||||
"key": "公鑰",
|
||||
"click_to_copy": "點擊複製",
|
||||
"command": "指令",
|
||||
"add_system": "新增伺服器"
|
||||
},
|
||||
"command": {
|
||||
"search": "在設定或系統中搜尋...",
|
||||
"pages_settings": "頁面 / 設定",
|
||||
"dashboard": "儀表板",
|
||||
"documentation": "文件",
|
||||
"SMTP_settings": "SMTP 設定",
|
||||
"page": "頁面",
|
||||
"admin": "管理員"
|
||||
},
|
||||
"monitor": {
|
||||
"toggle_grid": "切換佈局",
|
||||
"average": "平均值",
|
||||
"max_1_min": "1 分鐘最大",
|
||||
"total_cpu_usage": "總 CPU 使用率",
|
||||
"cpu_des": "系統範圍的 CPU 利用率",
|
||||
"docker_cpu_usage": "Docker CPU 使用率",
|
||||
"docker_cpu_des": "Docker 的平均 CPU 利用率",
|
||||
"total_memory_usage": "總記憶體使用率",
|
||||
"memory_des": "記錄時間點的精確利用率",
|
||||
"docker_memory_usage": "Docker 記憶體使用率",
|
||||
"docker_memory_des": "Docker 容器的記憶體使用率",
|
||||
"disk_space": "磁碟空間",
|
||||
"disk_des": "根分區的使用情況",
|
||||
"disk_io": "磁碟 I/O",
|
||||
"disk_io_des": "根檔案系統的吞吐量",
|
||||
"bandwidth": "頻寬",
|
||||
"bandwidth_des": "公共介面的網絡流量",
|
||||
"docker_network_io": "Docker 網絡 I/O",
|
||||
"docker_network_io_des": "Docker 容器的網絡流量",
|
||||
"swap_usage": "交換空間使用率",
|
||||
"swap_des": "系統使用的交換空間",
|
||||
"temperature": "溫度",
|
||||
"temperature_des": "系統感應器的溫度",
|
||||
"usage": "使用率",
|
||||
"disk_usage_of": "的磁碟使用率",
|
||||
"throughput_of": "的吞吐量",
|
||||
"waiting_for": "等待足夠的記錄以顯示",
|
||||
"cache_buffers": "快取/緩衝區",
|
||||
"read": "讀取",
|
||||
"write": "寫入",
|
||||
"sent": "已發送",
|
||||
"received": "已接收",
|
||||
"used": "已使用"
|
||||
},
|
||||
"auth": {
|
||||
"login": "請登入你的賬戶",
|
||||
"reset": "輸入電郵來重設密碼",
|
||||
"create": "請創建管理員賬戶",
|
||||
"create_account": "創建賬戶",
|
||||
"sign_in": "登入",
|
||||
"openid_des": "Beszel 支持 OpenID Connect 和許多 OAuth2 認證提供商。",
|
||||
"please_view_the": "請檢視",
|
||||
"for_instructions": "以獲取更多信息。",
|
||||
"forgot_password": "忘記密碼?",
|
||||
"reset_password": "重設密碼",
|
||||
"command_line_instructions": "了解命令行指令",
|
||||
"command_1": "如果您忘記了管理員賬戶的密碼,可以使用以下命令重置。",
|
||||
"command_2": "然後登入到後台,在用戶表中重置您的用戶賬戶密碼。"
|
||||
},
|
||||
"clipboard": {
|
||||
"copied": "已複製到剪貼簿",
|
||||
"title": "複製文字",
|
||||
"des": "自動複製需要安全上下文。"
|
||||
}
|
||||
"all_systems": "所有伺服器",
|
||||
"filter": "篩選...",
|
||||
"copy": "複製",
|
||||
"add": "新增",
|
||||
"search": "搜尋",
|
||||
"system": "伺服器",
|
||||
"systems": "伺服器",
|
||||
"cancel": "取消",
|
||||
"continue": "繼續",
|
||||
"minutes_other": "{{count}} 分鐘",
|
||||
"hours_other": "{{count}} 小時",
|
||||
"days_other": "{{count}} 天",
|
||||
"weeks_other": "",
|
||||
"home": {
|
||||
"active_alerts": "活動警報",
|
||||
"active_des": "超過 {{value}}{{unit}} 在過去 ",
|
||||
"subtitle": "即時更新。點擊系統以查看資訊。"
|
||||
},
|
||||
"systems_table": {
|
||||
"system": "伺服器",
|
||||
"memory": "記憶體",
|
||||
"cpu": "CPU",
|
||||
"disk": "磁碟",
|
||||
"net": "網絡",
|
||||
"agent": "客戶端",
|
||||
"no_systems_found": "未找到伺服器。",
|
||||
"open_menu": "打開選單",
|
||||
"resume": "恢復",
|
||||
"pause": "暫停",
|
||||
"copy_host": "複製主機",
|
||||
"delete": "刪除",
|
||||
"delete_confirm": "您確定要刪除 {{name}} 嗎?",
|
||||
"delete_confirm_des_1": "此操作無法撤銷。這將永久從資料庫中刪除",
|
||||
"delete_confirm_des_2": "的所有記錄。"
|
||||
},
|
||||
"alerts": {
|
||||
"title": "警報",
|
||||
"subtitle_1": "查看",
|
||||
"notification_settings": "通知設定",
|
||||
"subtitle_2": "配置如何接收警報。",
|
||||
"overwrite_existing_alerts": "覆蓋現有警報",
|
||||
"info": {
|
||||
"status": "狀態",
|
||||
"status_des": "狀態在 在線/離線 之間切換時觸發。",
|
||||
"cpu_usage": "CPU 使用率",
|
||||
"cpu_usage_des": "當 CPU 使用率超過閾值時觸發。",
|
||||
"memory_usage": "記憶體使用率",
|
||||
"memory_usage_des": "當記憶體使用率超過閾值時觸發。",
|
||||
"disk_usage": "磁碟使用率",
|
||||
"disk_usage_des": "當任何磁碟的使用率超過閾值時觸發。",
|
||||
"bandwidth": "頻寬",
|
||||
"bandwidth_des": "當組合的 上行/下行 流量超過閾值時觸發。",
|
||||
"temperature": "溫度",
|
||||
"temperature_des": "當任何感應器超過閾值時觸發。"
|
||||
},
|
||||
"average_exceeds": "平均值超過",
|
||||
"for": "持續"
|
||||
},
|
||||
"settings": {
|
||||
"settings": "設定",
|
||||
"subtitle": "管理顯示和通知偏好。",
|
||||
"save_settings": "儲存設定",
|
||||
"export_configuration": "匯出配置",
|
||||
"general": {
|
||||
"title": "一般",
|
||||
"subtitle": "更改通用應用程式選項。",
|
||||
"language": {
|
||||
"title": "語言",
|
||||
"subtitle_1": "想幫助我們改進翻譯嗎?查看",
|
||||
"subtitle_2": "了解更多詳情。",
|
||||
"preferred_language": "首選語言"
|
||||
},
|
||||
"chart_options": {
|
||||
"title": "圖表選項",
|
||||
"subtitle": "調整圖表的顯示選項。",
|
||||
"default_time_period": "預設時間段",
|
||||
"default_time_period_des": "設定查看伺服器時圖表的預設時間範圍。"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"title": "通知",
|
||||
"subtitle_1": "設定如何接收警報通知。",
|
||||
"subtitle_2": "正在尋找建立警報的位置?點擊伺服器列表中的",
|
||||
"subtitle_3": "圖示。",
|
||||
"email": {
|
||||
"title": "電郵通知",
|
||||
"please": "配置",
|
||||
"configure_an_SMTP_server": "SMTP 伺服器",
|
||||
"to_ensure_alerts_are_delivered": "以確保郵件可以成功發送。",
|
||||
"to_email_s": "收件人電郵",
|
||||
"enter_email_address": "輸入電郵地址...",
|
||||
"des": "使用 Enter 鍵或逗號儲存地址。留空以禁用電郵通知。"
|
||||
},
|
||||
"webhook_push": {
|
||||
"title": "Webhook / 推送通知",
|
||||
"des_1": "Beszel 使用",
|
||||
"des_2": "與流行的通知服務整合。",
|
||||
"add_url": "新增 URL"
|
||||
}
|
||||
},
|
||||
"yaml_config": {
|
||||
"short_title": "YAML 配置",
|
||||
"title": "YAML 配置",
|
||||
"subtitle": "匯出當前系統配置。",
|
||||
"des_1": "系統使用",
|
||||
"des_2": "配置檔案儲存管理數據",
|
||||
"des_3": "每次重啟時,資料庫中的系統將更新以匹配檔案中定義的系統。",
|
||||
"alert": {
|
||||
"title": "警告 - 潛在數據丟失",
|
||||
"des_1": "未在",
|
||||
"des_2": "中定義的現有系統將被刪除。請定期備份。"
|
||||
}
|
||||
},
|
||||
"language": "語言"
|
||||
},
|
||||
"user_dm": {
|
||||
"users": "用戶",
|
||||
"logs": "日誌",
|
||||
"backups": "備份",
|
||||
"auth_providers": "身份驗證提供者",
|
||||
"log_out": "登出"
|
||||
},
|
||||
"themes": {
|
||||
"toggle_theme": "切換主題",
|
||||
"light": "淺色",
|
||||
"dark": "深色",
|
||||
"system": "系統"
|
||||
},
|
||||
"add_system": {
|
||||
"add_new_system": "新增新伺服器",
|
||||
"binary": "二進制檔案",
|
||||
"dialog_des_1": "客戶端必須在伺服器上運行才能連接。複製",
|
||||
"dialog_des_2": "到目標伺服器以安裝。",
|
||||
"name": "名稱",
|
||||
"host_ip": "主機/IP",
|
||||
"port": "端口",
|
||||
"key": "公鑰",
|
||||
"click_to_copy": "點擊複製",
|
||||
"command": "指令",
|
||||
"add_system": "新增伺服器"
|
||||
},
|
||||
"command": {
|
||||
"search": "在設定或系統中搜尋...",
|
||||
"pages_settings": "頁面 / 設定",
|
||||
"dashboard": "儀表板",
|
||||
"documentation": "文件",
|
||||
"SMTP_settings": "SMTP 設定",
|
||||
"page": "頁面",
|
||||
"admin": "管理員"
|
||||
},
|
||||
"monitor": {
|
||||
"toggle_grid": "切換佈局",
|
||||
"average": "平均值",
|
||||
"max_1_min": "1 分鐘最大",
|
||||
"total_cpu_usage": "總 CPU 使用率",
|
||||
"cpu_des": "系統範圍的 CPU 利用率",
|
||||
"docker_cpu_usage": "Docker CPU 使用率",
|
||||
"docker_cpu_des": "Docker 的平均 CPU 利用率",
|
||||
"total_memory_usage": "總記憶體使用率",
|
||||
"memory_des": "記錄時間點的精確利用率",
|
||||
"docker_memory_usage": "Docker 記憶體使用率",
|
||||
"docker_memory_des": "Docker 容器的記憶體使用率",
|
||||
"disk_space": "磁碟空間",
|
||||
"disk_des": "根分區的使用情況",
|
||||
"disk_io": "磁碟 I/O",
|
||||
"disk_io_des": "根檔案系統的吞吐量",
|
||||
"bandwidth": "頻寬",
|
||||
"bandwidth_des": "公共介面的網絡流量",
|
||||
"docker_network_io": "Docker 網絡 I/O",
|
||||
"docker_network_io_des": "Docker 容器的網絡流量",
|
||||
"swap_usage": "交換空間使用率",
|
||||
"swap_des": "系統使用的交換空間",
|
||||
"temperature": "溫度",
|
||||
"temperature_des": "系統感應器的溫度",
|
||||
"usage": "使用率",
|
||||
"disk_usage_of": "的磁碟使用率",
|
||||
"throughput_of": "的吞吐量",
|
||||
"waiting_for": "等待足夠的記錄以顯示",
|
||||
"cache_buffers": "快取/緩衝區",
|
||||
"read": "讀取",
|
||||
"write": "寫入",
|
||||
"sent": "已發送",
|
||||
"received": "已接收",
|
||||
"used": "已使用"
|
||||
},
|
||||
"auth": {
|
||||
"login": "請登入你的賬戶",
|
||||
"reset": "輸入電郵來重設密碼",
|
||||
"create": "請創建管理員賬戶",
|
||||
"create_account": "創建賬戶",
|
||||
"sign_in": "登入",
|
||||
"openid_des": "Beszel 支持 OpenID Connect 和許多 OAuth2 認證提供商。",
|
||||
"please_view_the": "請檢視",
|
||||
"for_instructions": "以獲取更多信息。",
|
||||
"forgot_password": "忘記密碼?",
|
||||
"reset_password": "重設密碼",
|
||||
"command_line_instructions": "了解命令行指令",
|
||||
"command_1": "如果您忘記了管理員賬戶的密碼,可以使用以下命令重置。",
|
||||
"command_2": "然後登入到後台,在用戶表中重置您的用戶賬戶密碼。"
|
||||
},
|
||||
"clipboard": {
|
||||
"copied": "已複製到剪貼簿",
|
||||
"title": "複製文字",
|
||||
"des": "自動複製需要安全上下文。"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user