Files
frigate/web/public/locales/ja/components/player.json
T

54 lines
1.9 KiB
JSON
Raw Normal View History

{
"noPreviewFound": "プレビューが見つかりません",
2025-10-01 16:53:39 +02:00
"noRecordingsFoundForThisTime": "この時間の録画は見つかりません",
"noPreviewFoundFor": "{{cameraName}} のプレビューが見つかりません",
"streamOffline": {
"title": "ストリームオフライン",
"desc": "{{cameraName}} の <code>detect</code> ストリームでフレームが受信されていません。エラーログを確認してください"
},
"submitFrigatePlus": {
"title": "このフレームを Frigate+ に送信しますか?",
2026-04-30 20:00:34 +02:00
"submit": "送信",
"previewError": "スナップショットのプレビューを読み込めませんでした。現在、この録画は利用できない可能性があります。"
2025-10-01 16:53:39 +02:00
},
"livePlayerRequiredIOSVersion": "このライブストリームタイプには iOS 17.1 以上が必要です。",
"cameraDisabled": "カメラは無効です",
"stats": {
"streamType": {
"title": "ストリームタイプ:",
"short": "タイプ"
},
"bandwidth": {
"title": "帯域:",
2026-06-07 05:19:07 +02:00
"short": "帯域幅"
2025-10-01 16:53:39 +02:00
},
"latency": {
"title": "遅延:",
"value": "{{seconds}} 秒",
"short": {
"title": "遅延",
"value": "{{seconds}} 秒"
}
},
"totalFrames": "総フレーム:",
"droppedFrames": {
"title": "ドロップしたフレーム:",
"short": {
"title": "ドロップ",
"value": "{{droppedFrames}} フレーム"
}
},
"decodedFrames": "デコードしたフレーム:",
"droppedFrameRate": "ドロップしたフレームレート:"
},
"toast": {
"success": {
"submittedFrigatePlus": "フレームを Frigate+ に送信しました"
},
"error": {
"submitFrigatePlusFailed": "フレームの Frigate+ への送信に失敗しました"
}
2026-06-07 05:19:07 +02:00
},
"cameraOff": "カメラはオフです"
}