diff --git a/web/public/locales/ja/config/cameras.json b/web/public/locales/ja/config/cameras.json index 0967ef424..8c5cb3254 100644 --- a/web/public/locales/ja/config/cameras.json +++ b/web/public/locales/ja/config/cameras.json @@ -1 +1,22 @@ -{} +{ + "label": "カメラ設定", + "name": { + "label": "カメラ名" + }, + "enabled": { + "label": "有効", + "description": "有効" + }, + "audio": { + "label": "音声イベント", + "enabled": { + "label": "音声検知を有効化" + }, + "min_volume": { + "label": "最小ボリューム" + }, + "filters": { + "label": "音声フィルタ" + } + } +} diff --git a/web/public/locales/ja/config/global.json b/web/public/locales/ja/config/global.json index 0967ef424..2073a59d8 100644 --- a/web/public/locales/ja/config/global.json +++ b/web/public/locales/ja/config/global.json @@ -1 +1,41 @@ -{} +{ + "safe_mode": { + "label": "セーフモード", + "description": "有効にすると、トラブルシューティングのため機能を制限したセーフモードでFrigateを起動します。" + }, + "environment_vars": { + "label": "環境変数" + }, + "audio": { + "label": "音声イベント", + "enabled": { + "label": "音声検知を有効化" + }, + "min_volume": { + "label": "最小ボリューム" + }, + "filters": { + "label": "音声フィルタ" + } + }, + "logger": { + "default": { + "label": "ログレベル" + }, + "logs": { + "label": "プロセス毎のログレベル" + } + }, + "auth": { + "label": "認証", + "enabled": { + "label": "認証を有効化" + }, + "reset_admin_password": { + "label": "adminパスワードをリセット" + } + }, + "version": { + "label": "現在の設定バージョン" + } +} diff --git a/web/public/locales/ja/config/groups.json b/web/public/locales/ja/config/groups.json index 0967ef424..7d0053948 100644 --- a/web/public/locales/ja/config/groups.json +++ b/web/public/locales/ja/config/groups.json @@ -1 +1,48 @@ -{} +{ + "audio": { + "global": { + "sensitivity": "グローバル感度", + "detection": "グローバル検出" + }, + "cameras": { + "detection": "検知", + "sensitivity": "感度" + } + }, + "timestamp_style": { + "cameras": { + "appearance": "外観" + } + }, + "motion": { + "cameras": { + "sensitivity": "感度", + "algorithm": "アルゴリズム" + } + }, + "detect": { + "global": { + "resolution": "グローバル解像度", + "tracking": "グローバルトラッキング" + }, + "cameras": { + "resolution": "解像度", + "tracking": "トラッキング" + } + }, + "objects": { + "global": { + "tracking": "グローバルトラッキング", + "filtering": "グローバルフィルタ" + }, + "cameras": { + "tracking": "トラッキング", + "filtering": "フィルタ" + } + }, + "record": { + "global": { + "events": "グローバルイベント" + } + } +} diff --git a/web/public/locales/ja/config/validation.json b/web/public/locales/ja/config/validation.json index 0967ef424..5b67869a7 100644 --- a/web/public/locales/ja/config/validation.json +++ b/web/public/locales/ja/config/validation.json @@ -1 +1,6 @@ -{} +{ + "pattern": "無効なフォーマット", + "required": "この項目は必須です", + "type": "無効な値タイプ", + "format": "無効なフォーマット" +} diff --git a/web/public/locales/ja/views/classificationModel.json b/web/public/locales/ja/views/classificationModel.json index e16f1fce5..180135390 100644 --- a/web/public/locales/ja/views/classificationModel.json +++ b/web/public/locales/ja/views/classificationModel.json @@ -12,11 +12,11 @@ }, "toast": { "success": { - "deletedImage": "削除された画像", + "deletedImage_other": "削除された画像", "categorizedImage": "画像の分類に成功しました", "trainedModel": "モデルを正常に学習させました。", "trainingModel": "モデルのトレーニングを正常に開始しました。", - "deletedCategory": "クラスを削除しました", + "deletedCategory_other": "クラスを削除しました", "deletedModel_other": "{{count}} 件のモデルを削除しました", "updatedModel": "モデル設定を更新しました", "renamedCategory": "クラス名を {{name}} に変更しました" diff --git a/web/public/locales/ja/views/exports.json b/web/public/locales/ja/views/exports.json index 3e8ce14d4..b32c8c62f 100644 --- a/web/public/locales/ja/views/exports.json +++ b/web/public/locales/ja/views/exports.json @@ -1,5 +1,5 @@ { - "documentTitle": "書き出し - Frigate", + "documentTitle": "エクスポート - Frigate", "noExports": "書き出しは見つかりません", "search": "検索", "deleteExport": "書き出しを削除", diff --git a/web/public/locales/ja/views/recording.json b/web/public/locales/ja/views/recording.json index 7d76d191f..e505c1302 100644 --- a/web/public/locales/ja/views/recording.json +++ b/web/public/locales/ja/views/recording.json @@ -1,7 +1,7 @@ { "filter": "フィルター", "calendar": "カレンダー", - "export": "書き出し", + "export": "エクスポート", "filters": "フィルター", "toast": { "error": { diff --git a/web/public/locales/ja/views/settings.json b/web/public/locales/ja/views/settings.json index 1e9f5cc52..324fec964 100644 --- a/web/public/locales/ja/views/settings.json +++ b/web/public/locales/ja/views/settings.json @@ -11,7 +11,9 @@ "frigatePlus": "Frigate+ 設定 - Frigate", "notifications": "通知設定 - Frigate", "cameraManagement": "カメラ設定 - Frigate", - "cameraReview": "カメラレビュー設定 - Frigate" + "cameraReview": "カメラレビュー設定 - Frigate", + "maintenance": "メンテナンス - Frigate", + "profiles": "プロファイル - Frigate" }, "menu": { "ui": "UI", @@ -26,7 +28,10 @@ "frigateplus": "Frigate+", "cameraManagement": "管理", "cameraReview": "レビュー", - "roles": "区分" + "roles": "区分", + "general": "一般", + "globalConfig": "グローバル設定", + "system": "システム" }, "dialog": { "unsavedChanges": { diff --git a/web/public/locales/ja/views/system.json b/web/public/locales/ja/views/system.json index b0694039d..d3f8f88a7 100644 --- a/web/public/locales/ja/views/system.json +++ b/web/public/locales/ja/views/system.json @@ -1,6 +1,6 @@ { "documentTitle": { - "cameras": "カメラ統計 - Frigate", + "cameras": "カメラ統計情報 - Frigate", "general": "一般統計 - Frigate", "storage": "ストレージ統計 - Frigate", "enrichments": "高度解析統計 - Frigate", @@ -33,6 +33,17 @@ "fetchingLogsFailed": "ログの取得エラー: {{errorMessage}}", "whileStreamingLogs": "ログのストリーミング中にエラー: {{errorMessage}}" } + }, + "websocket": { + "label": "メッセージ", + "pause": "一時停止", + "resume": "再開", + "clear": "クリア", + "filter": { + "events": "イベント", + "classification": "分類", + "face_recognition": "顔認識" + } } }, "general": {