mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 05:55:27 +03:00
Translated using Weblate (Japanese)
Currently translated at 100.0% (45 of 45 strings) Added translation using Weblate (Japanese) Added translation using Weblate (Japanese) Added translation using Weblate (Japanese) Translated using Weblate (Japanese) Currently translated at 81.1% (82 of 101 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: alpha <etc@alpha-line.org> Co-authored-by: 塩野拓夢 <salt.field1210@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/ja/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-replay/ja/ Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-replay
This commit is contained in:
parent
7c344a3e89
commit
3471e2482a
@ -94,6 +94,9 @@
|
||||
"tabs": {
|
||||
"export": "シングルカメラ",
|
||||
"multiCamera": "マルチカメラ"
|
||||
},
|
||||
"multi": {
|
||||
"title_other": "{{count}} 件のレビューをエクスポート"
|
||||
}
|
||||
},
|
||||
"streaming": {
|
||||
|
||||
1
web/public/locales/ja/views/chat.json
Normal file
1
web/public/locales/ja/views/chat.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
1
web/public/locales/ja/views/motionSearch.json
Normal file
1
web/public/locales/ja/views/motionSearch.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
59
web/public/locales/ja/views/replay.json
Normal file
59
web/public/locales/ja/views/replay.json
Normal file
@ -0,0 +1,59 @@
|
||||
{
|
||||
"title": "デバッグリプレイ",
|
||||
"description": "デバッグ用にカメラの録画をリプレイします。オブジェクトリストには検出されたオブジェクトの遅延サマリーが表示され、「メッセージ」タブにはリプレイ映像からのFrigate内部メッセージのストリームが表示されます。",
|
||||
"websocket_messages": "メッセージ",
|
||||
"dialog": {
|
||||
"title": "デバッグリプレイを開始",
|
||||
"description": "オブジェクトの検出やトラッキングの問題をデバッグするために、過去の映像をループ再生する一時的なリプレイカメラを作成します。このリプレイカメラは、ソースカメラ(元カメラ)と同じ検出設定を引き継ぎます。開始する時間範囲を選択してください。",
|
||||
"camera": "ソースカメラ",
|
||||
"timeRange": "時間範囲",
|
||||
"preset": {
|
||||
"1m": "直近1分間",
|
||||
"5m": "直近5分間",
|
||||
"timeline": "タイムラインから選択",
|
||||
"custom": "カスタム"
|
||||
},
|
||||
"startButton": "リプレイ開始",
|
||||
"selectFromTimeline": "選択",
|
||||
"starting": "リプレイを開始しています...",
|
||||
"startLabel": "開始",
|
||||
"endLabel": "終了",
|
||||
"toast": {
|
||||
"error": "デバッグリプレイの開始に失敗しました: {{error}}",
|
||||
"alreadyActive": "リプレイセッションはすでに実行中です",
|
||||
"stopError": "デバッグリプレイの停止に失敗しました: {{error}}",
|
||||
"goToReplay": "リプレイへ移動"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"noSession": "アクティブなデバッグリプレイセッションはありません",
|
||||
"noSessionDesc": "履歴ビューからデバッグリプレイを開始するには、ツールバーの「アクション」ボタンをクリックし、「デバッグリプレイ」を選択してください。",
|
||||
"goToRecordings": "履歴画面へ",
|
||||
"preparingClip": "クリップを準備しています…",
|
||||
"preparingClipDesc": "Frigateは選択された時間範囲の録画を結合しています。指定した期間が長い場合、処理に1分ほどかかる場合があります。",
|
||||
"startingCamera": "デバッグリプレイを開始しています…",
|
||||
"startError": {
|
||||
"title": "デバッグリプレイの開始に失敗しました",
|
||||
"back": "履歴へ戻る"
|
||||
},
|
||||
"sourceCamera": "ソースカメラ",
|
||||
"replayCamera": "リプレイカメラ",
|
||||
"initializingReplay": "デバッグリプレイを初期化しています...",
|
||||
"stoppingReplay": "デバッグリプレイを停止しています...",
|
||||
"stopReplay": "リプレイを停止",
|
||||
"confirmStop": {
|
||||
"title": "デバッグリプレイを停止しますか?",
|
||||
"description": "セッションを停止し、すべての一時データを削除します。よろしいですか?",
|
||||
"confirm": "リプレイ停止",
|
||||
"cancel": "キャンセル"
|
||||
},
|
||||
"activity": "アクティビティ",
|
||||
"objects": "オブジェクトリスト",
|
||||
"audioDetections": "オーディオ検出",
|
||||
"noActivity": "アクティビティは検出されませんでした",
|
||||
"activeTracking": "アクティブトラッキング",
|
||||
"noActiveTracking": "アクティブトラッキングなし",
|
||||
"configuration": "設定",
|
||||
"configurationDesc": "デバッグリプレイカメラのモーション検知およびオブジェクトトラッキング設定を微調整します。ここで行った変更はFrigateの設定ファイルには保存されません。"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user