{
    "accessories.button_add_room": "新增房間",
    "accessories.button_create_room": "確定新增",
    "accessories.button_toggle_hidden": "顯示/隱藏配件",
    "accessories.button_toggle_layout_lock": "切換佈局鎖定",
    "accessories.label_room_name": "房間名稱",
    "accessories.label_name": "名稱",
    "accessories.label_hide_this_accessory": "設為隱藏",
    "accessories.message_for_more_information": "更多資訊.",
    "accessories.message_must_use_insecure_mode": "想要使配件可以被控制,您必須以<strong>不安全</strong>模式(-I)啟動Homebridge.",
    "accessories.message_please_see": "請看",
    "accessories.layout_locked": "佈局已鎖定",
    "accessories.layout_unlocked": "佈局解鎖",
    "accessories.title_accessories": "配件",
    "accessories.title_accessory_control_disabled": "Homebridge配件控制已禁用",
    "accessories.title_create_new_room": "新增房間",
    "config.button_backup": "備份",
    "config.button_restore": "從備份恢復",
    "config.restore.button_remote_all_backups": "刪除所有備份",
    "config.restore.message_copy_to_editor": "複製到編輯器",
    "config.restore.message_no_backups": "沒有備份",
    "config.restore.title_restore_homebridge_backup": "從備份恢復 Homebridge Config",
    "config.restore.toast_backups_deleted": "已刪除所有備份",
    "config.restore.toast_failed_to_delete_backups": "無法刪除備份",
    "config.restore.toast_failed_to_load_backups": "無法讀取備份",
    "config.title_config": "Config 編輯器",
    "config.toast_click_save_to_confirm_backup_restore": "點擊“儲存”來確認要由此備份來進行還原.",
    "config.toast_config_accessory_must_be_array": "配件必須是數組[]",
    "config.toast_config_bridge_missing": "遺失橋接器",
    "config.toast_config_invalid_json": "Config 中包含無效的JSON",
    "config.toast_config_platform_must_be_array": "平台必須是數組[]",
    "config.toast_config_saved": "Config 已儲存",
    "config.toast_config_username_format_error": "橋接器的使用者名稱必須要是由6組以冒號分隔開且是十六進位制(A-F 0-9)的數值組成",
    "config.toast_failed_to_save_config": "Config 存擋失敗",
    "config.toast_title_backup_loaded": "已讀取備份",
    "config.toast_title_config_error": "Config 錯誤",
    "config.toast_title_config_syntax_error": "Config 內含錯誤語法",
    "form.button_cancel": "取消",
    "form.button_close": "關閉",
    "form.button_delete": "刪除",
    "form.button_edit": "編輯",
    "form.button_save": "儲存",
    "login.button_login": "登錄",
    "login.label_password": "密碼",
    "login.label_username": "使用者名稱",
    "login.message_invalid_username_or_password": "無效的使用者名稱和密碼",
    "login.title_login": "登錄",
    "menu.docker.label_restart_container": "重新啟動容器",
    "menu.docker.label_settings": "設定",
    "menu.docker.label_startup_script": "啟動腳本",
    "menu.docker.label_terminal": "終端",
    "menu.label_accessories": "配件",
    "menu.label_config": "Config",
    "menu.label_plugins": "Plugins",
    "menu.label_status": "狀態",
    "menu.linux.label_restart_server": "重新啟動Homebridge",
    "menu.linux.label_shutdown_server": "關閉Homebridge",
    "menu.linux.label_terminal": "終端機",
    "menu.tooltip_logout": "登出",
    "menu.tooltip_restart": "重新啟動",
    "menu.tooltip_user_accounts": "使用者帳號",
    "menu.tooltip_view_logs": "查看日誌",
    "platform.docker.restart_container.message_run_with_restart_always": "確保您使用運行Docker容器時有使用<strong>--restart=always</strong>",
    "platform.docker.restart_container.message_server_taking_long_time_to_restart": "重新啟動已超時.您可能需要手動啟動Docker容器.",
    "platform.docker.restart_container.title_restarting": "正在重新啟動Docker容器",
    "platform.docker.restart_container.toast_container_restarted": "Docker容器已重新啟動",
    "platform.docker.settings.button_restart_required": "需要重新啟動",
    "platform.docker.settings.message_env_warning": "變更這些值將覆蓋您可能使用docker run命令所設定的相應環境變量.",
    "platform.docker.settings.message_image_upgrade_required": "請將oznu/omebridge Docker映像檔升級到最新版本.",
    "platform.docker.settings.title_settings": "設定",
    "platform.docker.settings.toast_container_restart_required": "需要重新啟動容器",
    "platform.docker.settings.toast_title_settings_saved": "設定已儲存",
    "platform.docker.startup_script.message_script_help": "每次Docker容器啟動時都會執行此腳本.您可以使用它來安裝可能需要的任何plugins, 例如ffmpeg或libpcap-dev.",
    "platform.docker.startup_script.toast_restart_required": "您需要重新啟動此docker容器才能使變更生效.",
    "platform.docker.startup_script.toast_script_must_use_hashbang": "腳本必須使用 #!/bin/sh hashbang.",
    "platform.docker.startup_script.toast_title_script_error": "腳本錯誤",
    "platform.docker.startup_script.toast_title_script_saved": "啟動腳本已儲存",
    "platform.linux.restart.message_please_wait_while_server_restarts": "請稍候,此頁面將在重新啟動完成後自動重整.",
    "platform.linux.restart.message_server_taking_long_time_to_restart": "伺服器重新啟動已超時.您可能需要手動重新啟動伺服器.",
    "platform.linux.restart.title_restarting_server": "重新啟動伺服器",
    "platform.linux.restart.toast_server_restart_error": "發送重新啟動命令到伺服器時發生錯誤",
    "platform.linux.restart.toast_server_restarted": "伺服器已重新啟動",
    "platform.linux.restart.toast_server_taking_long_time_to_come_online": "伺服器重新恢復連線已超時",
    "platform.linux.shutdown.message_server_will_power_down": "伺服器很快就會關機.",
    "platform.linux.shutdown.title_shutting_down_server": "正在關閉伺服器",
    "plugins.button_install": "安裝",
    "plugins.button_settings": "設定",
    "plugins.button_uninstall": "移除",
    "plugins.button_update": "更新",
    "plugins.button_upgrade": "升級",
    "plugins.label_certified_plugin": "認證Plugin ",
    "plugins.manage.button_restart_now": "立即重新啟動Homebridge",
    "plugins.manage.label_homebridge_upgraded": "Homebridge已經完成升級",
    "plugins.manage.label_install": "安裝",
    "plugins.manage.label_installed": "已安裝",
    "plugins.manage.label_uninstall": "移除",
    "plugins.manage.label_uninstalled": "已移除",
    "plugins.manage.label_update": "更新",
    "plugins.manage.label_updated": "更新完成",
    "plugins.manage.label_upgrade": "升級",
    "plugins.manage.message_restart_required": "需要重新啟動並重整",
    "plugins.manage.message_restart_required_reason": "安裝新版本後,您需要重新啟動Homebridge並<strong>重整此頁面</strong>,以確保您使用的版本是最新的.",
    "plugins.manage.message_thanks_for_upgrading_ui": "感謝您安裝最新版本的Homebridge Config UI X.",
    "plugins.placeholder_search_plugin": "搜尋 Plugin 並且安裝......",
    "plugins.settings.title_settings": "設定",
    "plugins.settings.toast_plugin_config_saved": "Plugin Config 已儲存",
    "plugins.settings.toast_restart_required": "重新啟動 Homebridge 才能使 Config 的變更生效.",
    "plugins.status_installed": "已安裝",
    "plugins.status_not_installed": "未安裝",
    "plugins.status_update_available": "可用更新",
    "plugins.toast_failed_to_load_plugins": "Plugins 載入失敗",
    "plugins.tooltip_update_plugin_to": "Plugin 可更新至v{{latestVersion}}",
    "reset.button_reset_homebridge_now": "立即重置Homebridge",
    "reset.label_reset_homebridge": "重置Homebridge",
    "reset.message_accessory_config_will_not_be_changed": "重置並不會對您的 Config 進行任何變更.如果Homebridge是因為 Config 錯誤而無法啟動,那重置它也無法解決問題.",
    "reset.message_action_is_irreversible": "此行為是無法取消重來的.請在繼續之前仔細閱讀.",
    "reset.message_all_automations_will_be_reset": "所有自動化,重置後需要重新 Config.",
    "reset.message_need_to_remove_homebridge_accessory_from_home_app": "您需要手動從iOS裝置中 家庭App 中刪除已有的Homebridge配件.",
    "reset.message_reset_will_unpair_from_homekit": "執行重置將使 此Homebridge橋接器 與iOS裝置中 家庭App 取消配對.",
    "reset.message_your_homebridge_username_will_be_changed": "您的Homebridge橋接器的 username 和 pin 將被變更.",
    "reset.title_reset_homebridge_accessory": "重置Homebridge配件",
    "reset.title_warning": "警告",
    "reset.toast_accessory_reset": "重置Homebridge配件",
    "reset.toast_failed_to_reset": "無法重置Homebridge. 請參閱日誌.",
    "restart.label_restart_command_executed": "正在執行重新啟動命令",
    "restart.message_please_wait_while_server_restarts": "請稍候,此頁面將在重新啟動完成後自動重整.",
    "restart.message_server_is_taking_long_time_to_restart": "伺服器重新啟動已超時.您可能需要手動啟動Homebridge服務.",
    "restart.title_restart": "Homebridge正在重新啟動",
    "restart.toast_server_restart_error": "發送重新啟動命令時出錯",
    "restart.toast_server_restarted": "已重新啟動",
    "restart.toast_sever_restart_timeout": "伺服器重新啟動已超時",
    "status.cpu.label_load": "負載",
    "status.cpu.label_temp": "溫度",
    "status.cpu.title_cpu": "CPU",
    "status.homebridge.label_checking_for_updates": "正在檢查可用更新...",
    "status.homebridge.label_up_to_date": "已經是最新版本",
    "status.homebridge.label_update_available": "可更新版本{{latestVersion}}",
    "status.homebridge.label_version": "版本",
    "status.plugins_out_of_date": "插件已過時",
    "status.memory.label_free": "閒置",
    "status.memory.label_total": "記憶體總計",
    "status.memory.label_used": "已使用",
    "status.memory.title_memory": "記憶體",
    "status.message_code_scan_instructions": "用iOS裝置內建相機掃描這個條碼新增至 家庭App.",
    "status.services.label_console": "控制台",
    "status.services.label_listening_on_port": "監聽port {{port}}",
    "status.services.label_not_running": "未啟動",
    "status.services.label_running_on_port": "啟動在port {{port}}",
    "status.services.title_services": "服務",
    "status.title_server_status": "伺服器狀態",
    "status.uptime.label_days": "天",
    "status.uptime.label_hours": "小時",
    "status.uptime.label_minutes": "分鐘",
    "status.uptime.title_uptime": "系統已正常啟動時間",
    "toast.title_error": "錯誤",
    "toast.title_success": "成功",
    "toast.title_warning": "警告",
    "users.button_add_new_user": "新增新的使用者",
    "users.button_add_user": "新增使用者",
    "users.label_admin_user": "管理員",
    "users.label_confirm_password": "確認密碼",
    "users.label_full_name": "全名",
    "users.label_new_password": "新密碼",
    "users.label_password": "密碼",
    "users.label_username": "使用者名稱",
    "users.title_add_user": "新增使用者",
    "users.title_edit_user": "編輯使用者",
    "users.title_users": "使用者",
    "users.toast_added_new_user": "新的使用者已新增",
    "users.toast_failed_to_add_user": "新增使用者失敗",
    "users.toast_failed_to_delete_user": "刪除使用者失敗",
    "users.toast_failed_to_update_user": "使用者資料更新失敗",
    "users.toast_updated_user": "使用者資料已更新",
    "users.toast_user_deleted": "使用者已刪除"
}