mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-24 00:58:22 +03:00
i18n
This commit is contained in:
parent
fa49e0e7b1
commit
53f80a06a5
@ -13,7 +13,8 @@
|
|||||||
"cameraConfig": "Camera Configuration - Frigate",
|
"cameraConfig": "Camera Configuration - Frigate",
|
||||||
"frigatePlus": "Frigate+ Settings - Frigate",
|
"frigatePlus": "Frigate+ Settings - Frigate",
|
||||||
"notifications": "Notification Settings - Frigate",
|
"notifications": "Notification Settings - Frigate",
|
||||||
"maintenance": "Maintenance - Frigate"
|
"maintenance": "Maintenance - Frigate",
|
||||||
|
"profiles": "Profiles - Frigate"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"general": "General",
|
"general": "General",
|
||||||
@ -23,6 +24,7 @@
|
|||||||
"cameras": "Camera configuration",
|
"cameras": "Camera configuration",
|
||||||
"ui": "UI",
|
"ui": "UI",
|
||||||
"profileSettings": "Profile settings",
|
"profileSettings": "Profile settings",
|
||||||
|
"profiles": "Profiles",
|
||||||
"globalDetect": "Object detection",
|
"globalDetect": "Object detection",
|
||||||
"globalRecording": "Recording",
|
"globalRecording": "Recording",
|
||||||
"globalSnapshots": "Snapshots",
|
"globalSnapshots": "Snapshots",
|
||||||
@ -101,6 +103,9 @@
|
|||||||
"global": "Global",
|
"global": "Global",
|
||||||
"camera": "Camera: {{cameraName}}"
|
"camera": "Camera: {{cameraName}}"
|
||||||
},
|
},
|
||||||
|
"profile": {
|
||||||
|
"label": "Profile"
|
||||||
|
},
|
||||||
"field": {
|
"field": {
|
||||||
"label": "Field"
|
"label": "Field"
|
||||||
},
|
},
|
||||||
@ -473,6 +478,14 @@
|
|||||||
"toast": {
|
"toast": {
|
||||||
"success": "Camera {{cameraName}} saved successfully"
|
"success": "Camera {{cameraName}} saved successfully"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"profiles": {
|
||||||
|
"title": "Profile Camera Overrides",
|
||||||
|
"selectLabel": "Select profile",
|
||||||
|
"description": "Configure which cameras are enabled or disabled when a profile is activated. Cameras set to \"Inherit\" keep their base enabled state.",
|
||||||
|
"inherit": "Inherit",
|
||||||
|
"enabled": "Enabled",
|
||||||
|
"disabled": "Disabled"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cameraReview": {
|
"cameraReview": {
|
||||||
@ -1427,6 +1440,27 @@
|
|||||||
"saveAllPartial_other": "{{successCount}} of {{totalCount}} sections saved. {{failCount}} failed.",
|
"saveAllPartial_other": "{{successCount}} of {{totalCount}} sections saved. {{failCount}} failed.",
|
||||||
"saveAllFailure": "Failed to save all sections."
|
"saveAllFailure": "Failed to save all sections."
|
||||||
},
|
},
|
||||||
|
"profiles": {
|
||||||
|
"title": "Profiles",
|
||||||
|
"activeProfile": "Active Profile",
|
||||||
|
"noActiveProfile": "No active profile",
|
||||||
|
"active": "Active",
|
||||||
|
"activated": "Profile '{{profile}}' activated",
|
||||||
|
"deactivated": "Profile deactivated",
|
||||||
|
"noProfiles": "No profiles defined. Add a profile from any camera section.",
|
||||||
|
"noOverrides": "No overrides",
|
||||||
|
"baseConfig": "Base Config",
|
||||||
|
"addProfile": "Add Profile",
|
||||||
|
"newProfile": "New Profile",
|
||||||
|
"profileNamePlaceholder": "e.g., armed, away, night",
|
||||||
|
"nameInvalid": "Only lowercase letters, numbers, and underscores allowed",
|
||||||
|
"nameDuplicate": "A profile with this name already exists",
|
||||||
|
"deleteProfile": "Delete Profile",
|
||||||
|
"deleteProfileConfirm": "Delete profile \"{{profile}}\" from all cameras? This cannot be undone.",
|
||||||
|
"deleteSuccess": "Profile '{{profile}}' deleted",
|
||||||
|
"deleteSection": "Delete Section Overrides",
|
||||||
|
"deleteSectionConfirm": "Remove {{profile}}'s overrides for {{section}} on {{camera}}?"
|
||||||
|
},
|
||||||
"unsavedChanges": "You have unsaved changes",
|
"unsavedChanges": "You have unsaved changes",
|
||||||
"confirmReset": "Confirm Reset",
|
"confirmReset": "Confirm Reset",
|
||||||
"resetToDefaultDescription": "This will reset all settings in this section to their default values. This action cannot be undone.",
|
"resetToDefaultDescription": "This will reset all settings in this section to their default values. This action cannot be undone.",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user