mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 23:05:43 +03:00
15 lines
412 B
JSON
15 lines
412 B
JSON
|
|
{
|
||
|
|
"documentTitle": "分類モデル",
|
||
|
|
"button": {
|
||
|
|
"deleteImages": "画像を削除"
|
||
|
|
},
|
||
|
|
"toast": {
|
||
|
|
"success": {
|
||
|
|
"deletedImage": "削除された画像",
|
||
|
|
"categorizedImage": "画像の分類に成功しました",
|
||
|
|
"trainedModel": "モデルを正常に学習させました。",
|
||
|
|
"trainingModel": "モデルのトレーニングを正常に開始しました。"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|