mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
i18n
This commit is contained in:
parent
6bceafe686
commit
688bef22f2
@ -505,6 +505,7 @@
|
||||
"all": "All Masks and Zones"
|
||||
},
|
||||
"restart_required": "Restart required (masks/zones changed)",
|
||||
"disabledInConfig": "This item is disabled in the configuration file",
|
||||
"toast": {
|
||||
"success": {
|
||||
"copyCoordinates": "Copied coordinates for {{polyName}} to clipboard."
|
||||
@ -590,7 +591,7 @@
|
||||
},
|
||||
"enabled": {
|
||||
"title": "Enabled",
|
||||
"description": "Whether this zone is active. Disabled zones are ignored at runtime."
|
||||
"description": "Whether this zone is enabled. If disabled, it cannot be enabled by MQTT. Disabled zones are ignored at runtime."
|
||||
},
|
||||
"inertia": {
|
||||
"title": "Inertia",
|
||||
@ -692,7 +693,7 @@
|
||||
"masks": {
|
||||
"enabled": {
|
||||
"title": "Enabled",
|
||||
"description": "Whether this mask is active. Disabled masks are ignored at runtime."
|
||||
"description": "Whether this mask is enabled. If disabled, it cannot be enabled by MQTT. Disabled masks are ignored at runtime."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user