mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 17:43:59 +03:00
Add missing i18n keys (#17861)
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
"desc": "Frigate can recognize license plates on vehicles and automatically add the detected characters to the recognized_license_plate field or a known name as a sub_label to objects that are of type car. A common use case may be to read the license plates of cars pulling into a driveway or cars passing by on a street.",
|
||||
"readTheDocumentation": "Read the Documentation"
|
||||
},
|
||||
"restart_required": "Restart required (Classification settings changed)",
|
||||
"toast": {
|
||||
"success": "Classification settings have been saved. Restart Frigate to apply your changes.",
|
||||
"error": "Failed to save config changes: {{errorMessage}}"
|
||||
@@ -178,6 +179,7 @@
|
||||
"filter": {
|
||||
"all": "All Masks and Zones"
|
||||
},
|
||||
"restart_required": "Restart required (masks/zones changed)",
|
||||
"toast": {
|
||||
"success": {
|
||||
"copyCoordinates": "Copied coordinates for {{polyName}} to clipboard."
|
||||
@@ -583,6 +585,7 @@
|
||||
"loadingAvailableModels": "Loading available models...",
|
||||
"modelSelect": "Your available models on Frigate+ can be selected here. Note that only models compatible with your current detector configuration can be selected."
|
||||
},
|
||||
"restart_required": "Restart required (Frigate+ model changed)",
|
||||
"toast": {
|
||||
"success": "Frigate+ settings have been saved. Restart Frigate to apply changes.",
|
||||
"error": "Failed to save config changes: {{errorMessage}}"
|
||||
|
||||
Reference in New Issue
Block a user