{
    "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": "アクセサリを操作するにはHomebridgeを <strong>非セキュア</strong> モードで起動する必要があります",
    "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.restore.toast_backups_deleted": "バックアップは全て削除されました",
    "config.restore.toast_failed_to_delete_backups": "バックアップの削除に失敗しました",
    "config.restore.toast_failed_to_load_backups": "バックアップの読み込みに失敗しました",
    "config.title_config": "コンフィグエディタ",
    "config.toast_click_save_to_confirm_backup_restore": "[保存]をクリックしてこのバックアップを復元することを確認してください",
    "config.toast_config_accessory_must_be_array": "accessories must be an array []",
    "config.toast_config_bridge_missing": "ブリッジの設定が不足しています",
    "config.toast_config_invalid_json": "コンフィグに不正なJSONが含まれています",
    "config.toast_config_platform_must_be_array": "platforms must be an array []",
    "config.toast_config_saved": "コンフィグが保存されました",
    "config.toast_config_username_format_error": "ブリッジのユーザー名は、コロンで区切られた6組の16進文字（A-F 0-9）である必要があります。",
    "config.toast_failed_to_save_config": "コンフィグの保存に失敗しました",
    "config.toast_title_backup_loaded": "バックアップを読み込みました",
    "config.toast_title_config_error": "コンフィグエラー",
    "config.toast_title_config_syntax_error": "コンフィグシンタックスエラー",
    "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": "コンフィグ",
    "menu.label_plugins": "プラグイン",
    "menu.label_status": "状態",
    "menu.linux.label_restart_server": "サーバーを再起動",
    "menu.linux.label_shutdown_server": "サーバーを終了",
    "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 / homebridge 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コンテナが起動するたびに実行されます。これを使用して、ffmpegやlibpcap-devなど、プラグインが必要とする可能性がある追加のパッケージをインストールできます。",
    "platform.docker.startup_script.toast_restart_required": "変更を有効にするには、このdockerコンテナを再起動する必要があります。",
    "platform.docker.startup_script.toast_script_must_use_hashbang": "スクリプトにハッシュタグ[#!/bin/sh]を使用しなければなりません",
    "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": "認定済プラグイン",
    "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": "インストールするプラグインを検索しています...",
    "plugins.settings.title_settings": "設定",
    "plugins.settings.toast_plugin_config_saved": "プラグインのコンフィグが保存されました",
    "plugins.settings.toast_restart_required": "変更を適用するためにHomebridgeを再起動してください",
    "plugins.status_installed": "インストール済",
    "plugins.status_not_installed": "未インストール",
    "plugins.status_update_available": "更新が利用可能です",
    "plugins.toast_failed_to_load_plugins": "プラグインの読み込みに失敗しました",
    "plugins.tooltip_update_plugin_to": "プラグインをv{{latestVersion}}に更新",
    "reset.button_reset_homebridge_now": "今すぐHomebridgeを初期化",
    "reset.label_reset_homebridge": "homebridgeを初期化",
    "reset.message_accessory_config_will_not_be_changed": "その他の設定は変更されません。 Homebridgeが不適切なコンフィグが原因で起動していない場合、初期化しても修正されません。",
    "reset.message_action_is_irreversible": "この操作は元に戻せません。決定する前によくお読みください。",
    "reset.message_all_automations_will_be_reset": "すべてのオートメーションはリセット後に再設定する必要があります",
    "reset.message_need_to_remove_homebridge_accessory_from_home_app": "ホームアプリから既存のHomebridgeアクセサリを手動で削除する必要があります",
    "reset.message_reset_will_unpair_from_homekit": "初期化すると、このHomebridgeインスタンスがApple HomeKitの設定から解除されます。",
    "reset.message_your_homebridge_username_will_be_changed": "Homebridgeユーザー名とPINコードが変更されます",
    "reset.title_reset_homebridge_accessory": "Homebridgeアクセサリを初期化",
    "reset.title_warning": "注意",
    "reset.toast_accessory_reset": "Homebridgeアクセサリの初期化",
    "reset.toast_failed_to_reset": "ホームページの再読み込みに失敗しました。ログを確認してください。",
    "restart.label_restart_command_executed": "再起動コマンドが実行されました",
    "restart.message_please_wait_while_server_restarts": "このページはサーバーがオンラインに復帰すると自動でリダイレクトします。しばらくお待ちください。",
    "restart.message_server_is_taking_long_time_to_restart": "サーバーの再起動に時間がかかっています。手動でサーバーを再起動する必要がある可能性があります。",
    "restart.title_restart": "再起動しています",
    "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": "Appleホームアプリに追加するには、iOSデバイスのカメラでこのコードを読み取ってください。",
    "status.services.label_console": "コンソール",
    "status.services.label_listening_on_port": "ポート番号{{port}}で接続中",
    "status.services.label_not_running": "停止中",
    "status.services.label_running_on_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": "ユーザーを削除しました"
}