Translated using Weblate (Japanese)

Currently translated at 100.0% (654 of 654 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (136 of 136 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (56 of 56 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (217 of 217 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: 塩野拓夢 <salt.field1210@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ja/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/ja/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/ja/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/ja/
Translation: Frigate NVR/common
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/views-settings
Translation: Frigate NVR/views-system
This commit is contained in:
Hosted Weblate 2026-02-21 15:01:27 +01:00 committed by Blake Blackshear
parent ad076aefff
commit 252f1a6eb9
4 changed files with 14 additions and 6 deletions

View File

@ -97,7 +97,8 @@
"show": "{{item}} を表示", "show": "{{item}} を表示",
"ID": "ID", "ID": "ID",
"none": "なし", "none": "なし",
"all": "すべて" "all": "すべて",
"other": "その他"
}, },
"button": { "button": {
"apply": "適用", "apply": "適用",

View File

@ -6,7 +6,8 @@
"content": "このページは {{countdown}} 秒後に再読み込みされます。", "content": "このページは {{countdown}} 秒後に再読み込みされます。",
"button": "今すぐ強制再読み込み" "button": "今すぐ強制再読み込み"
}, },
"button": "再起動" "button": "再起動",
"description": "再起動の間、Frigateが一時的に停止します。"
}, },
"explore": { "explore": {
"plus": { "plus": {

View File

@ -288,6 +288,11 @@
}, },
"error": { "error": {
"mustBeFinished": "保存する前に多角形の作図を完了してください。" "mustBeFinished": "保存する前に多角形の作図を完了してください。"
},
"type": {
"zone": "ゾーン",
"motion_mask": "モーションマスク",
"object_mask": "オブジェクトマスク"
} }
} }
}, },
@ -532,7 +537,7 @@
"hide": "パスワードを非表示", "hide": "パスワードを非表示",
"requirements": { "requirements": {
"title": "パスワード要件:", "title": "パスワード要件:",
"length": "8 文字以上", "length": "12文字以上",
"uppercase": "大文字を 1 文字以上含める", "uppercase": "大文字を 1 文字以上含める",
"digit": "数字を 1 文字以上含める", "digit": "数字を 1 文字以上含める",
"special": "少なくとも 1 つの特殊文字(!@#$%^&*(),.?”:{}|<>)が必要です" "special": "少なくとも 1 つの特殊文字(!@#$%^&*(),.?”:{}|<>)が必要です"
@ -1185,11 +1190,11 @@
"title": "カメラレビュー設定", "title": "カメラレビュー設定",
"object_descriptions": { "object_descriptions": {
"title": "生成AIによるオブジェクト説明", "title": "生成AIによるオブジェクト説明",
"desc": "このカメラに対する生成AIのオブジェクト説明を一時的に有効無効にします。無効にすると、このカメラの追跡オブジェクトについてAI生成の説明は要求されません。" "desc": "Frigateが再起動するまで、このカメラの生成AIによる物体説明を一時的に有効/無効にします。無効にすると、このカメラで追跡された物体に対してAI生成の説明は生成されません。"
}, },
"review_descriptions": { "review_descriptions": {
"title": "生成AIによるレビュー説明", "title": "生成AIによるレビュー説明",
"desc": "このカメラに対する生成AIのレビュー説明を一時的に有効無効にします。無効にすると、このカメラのレビュー項目についてAI生成の説明は要求されません。" "desc": "Frigateが再起動するまで、このカメラの生成AIによるレビュー説明を一時的に有効/無効にします。無効にすると、このカメラのレビュー項目に対してAI生成の説明は生成されません。"
}, },
"review": { "review": {
"title": "レビュー", "title": "レビュー",

View File

@ -91,7 +91,8 @@
"recording": "録画", "recording": "録画",
"review_segment": "レビューセグメント", "review_segment": "レビューセグメント",
"audio_detector": "音声検知", "audio_detector": "音声検知",
"go2rtc": "go2rtc" "go2rtc": "go2rtc",
"embeddings": "ベクトル埋め込み"
} }
} }
}, },