mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
fix i18n keys
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
"internalID": "The Internal ID Frigate uses in the configuration and database"
|
||||
},
|
||||
"button": {
|
||||
"add": "Add",
|
||||
"apply": "Apply",
|
||||
"reset": "Reset",
|
||||
"undo": "Undo",
|
||||
|
||||
@@ -1,28 +1,68 @@
|
||||
{
|
||||
"audio": {
|
||||
"detection": "Detection",
|
||||
"sensitivity": "Sensitivity"
|
||||
"global": {
|
||||
"detection": "Detection",
|
||||
"sensitivity": "Sensitivity"
|
||||
},
|
||||
"cameras": {
|
||||
"detection": "Detection",
|
||||
"sensitivity": "Sensitivity"
|
||||
}
|
||||
},
|
||||
"timestamp_style": {
|
||||
"appearance": "Appearance"
|
||||
"global": {
|
||||
"appearance": "Appearance"
|
||||
},
|
||||
"cameras": {
|
||||
"appearance": "Appearance"
|
||||
}
|
||||
},
|
||||
"motion": {
|
||||
"sensitivity": "Sensitivity",
|
||||
"algorithm": "Algorithm"
|
||||
"global": {
|
||||
"sensitivity": "Sensitivity",
|
||||
"algorithm": "Algorithm"
|
||||
},
|
||||
"cameras": {
|
||||
"sensitivity": "Sensitivity",
|
||||
"algorithm": "Algorithm"
|
||||
}
|
||||
},
|
||||
"snapshots": {
|
||||
"display": "Display"
|
||||
"global": {
|
||||
"display": "Display"
|
||||
},
|
||||
"cameras": {
|
||||
"display": "Display"
|
||||
}
|
||||
},
|
||||
"detect": {
|
||||
"resolution": "Resolution",
|
||||
"tracking": "Tracking"
|
||||
"global": {
|
||||
"resolution": "Resolution",
|
||||
"tracking": "Tracking!!!"
|
||||
},
|
||||
"cameras": {
|
||||
"resolution": "Resolution",
|
||||
"tracking": "Tracking!!!"
|
||||
}
|
||||
},
|
||||
"objects": {
|
||||
"tracking": "Tracking",
|
||||
"filtering": "Filtering"
|
||||
"global": {
|
||||
"tracking": "Tracking",
|
||||
"filtering": "Filtering"
|
||||
},
|
||||
"cameras": {
|
||||
"tracking": "Tracking",
|
||||
"filtering": "Filtering"
|
||||
}
|
||||
},
|
||||
"record": {
|
||||
"retention": "Retention",
|
||||
"events": "Events"
|
||||
"global": {
|
||||
"retention": "Retention",
|
||||
"events": "Events"
|
||||
},
|
||||
"cameras": {
|
||||
"retention": "Retention",
|
||||
"events": "Events"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1244,8 +1244,12 @@
|
||||
"objects": {
|
||||
"title": "Object Settings"
|
||||
},
|
||||
"audioLabels": {
|
||||
"summary": "{{count}} audio labels selected",
|
||||
"empty": "No audio labels available"
|
||||
},
|
||||
"objectLabels": {
|
||||
"summary": "{{count}} selected",
|
||||
"summary": "{{count}} object types selected",
|
||||
"empty": "No object labels available"
|
||||
},
|
||||
"filters": {
|
||||
|
||||
Reference in New Issue
Block a user