Fix non-en languages.

This commit is contained in:
Dermot Duffy
2024-02-03 14:37:22 -08:00
parent 93a475c7f4
commit e35a44933c
4 changed files with 55 additions and 40 deletions
+28 -28
View File
@@ -18,8 +18,8 @@
"editor_label": "Cast Options",
"method": "Cast method",
"methods": {
"standard": "Standard",
"dashboard": "Dashboard"
"dashboard": "Dashboard",
"standard": "Standard"
}
},
"dependencies": {
@@ -119,16 +119,16 @@
},
"thumbnails": {
"editor_label": "Thumbnails",
"media_type": "Whether to show thumnails of events or recordings",
"media_types": {
"events": "Events",
"recordings": "Recordings"
},
"events_media_type": "Whether to show event thumbnails of clips or snapshots",
"events_media_types": {
"clips": "Clip thumbnails",
"snapshots": "Snapshot thumbnails"
},
"media_type": "Whether to show thumnails of events or recordings",
"media_types": {
"events": "Events",
"recordings": "Recordings"
},
"mode": "Thumbnails mode",
"modes": {
"above": "Thumbnails above",
@@ -243,27 +243,27 @@
"editor_label": "Live Controls",
"ptz": {
"editor_label": "PTZ",
"hide_home": "Hide home control",
"hide_pan_tilt": "Hide pan & tilt control",
"hide_zoom": "Hide zoom control",
"mode": "Mode",
"modes": {
"on": "On",
"auto": "Automatic",
"off": "Off",
"auto": "Automatic"
"on": "On"
},
"orientation": "Orientation",
"orientations": {
"vertical": "Vertical",
"horizontal": "Horizontal"
"horizontal": "Horizontal",
"vertical": "Vertical"
},
"position": "Position",
"positions": {
"top-left": "Top left",
"top-right": "Top right",
"bottom-left": "Bottom left",
"bottom-right": "Bottom right"
},
"hide_zoom": "Hide zoom control",
"hide_pan_tilt": "Hide pan & tilt control",
"hide_home": "Hide home control"
"bottom-right": "Bottom right",
"top-left": "Top left",
"top-right": "Top right"
}
}
},
"draggable": "Live cameras view can be dragged/swiped",
@@ -319,8 +319,8 @@
"camera_ui": "Camera user interface",
"cameras": "Cameras",
"clips": "Clips",
"download": "Download",
"display_mode": "Display mode",
"download": "Download",
"enabled": "Button enabled",
"expand": "Expand",
"frigate": "Frigate menu / Default view",
@@ -392,6 +392,8 @@
"on": "On"
},
"default": "Default view",
"interaction_seconds": "Seconds after user action to remain interacted with (0=never)",
"reset_after_interaction": "Reset to the default view after user interaction",
"scan": {
"actions": {
"editor_label": "Scan mode actions",
@@ -413,13 +415,11 @@
}
},
"editor_label": "Scan mode",
"filter_selected_camera": "Only trigger on selected camera",
"enabled": "Scan mode enabled",
"filter_selected_camera": "Only trigger on selected camera",
"show_trigger_status": "Show pulsing border when triggered",
"untrigger_seconds": "Seconds after inactive state change to untrigger"
},
"interaction_seconds": "Seconds after user action to remain interacted with (0=never)",
"reset_after_interaction": "Reset to the default view after user interaction",
"update_cycle_camera": "Cycle through cameras when default view updates",
"update_force": "Force card updates (ignore user interaction)",
"update_seconds": "Refresh default view every X seconds (0=never)",
@@ -438,8 +438,8 @@
}
},
"display_modes": {
"single": "Show single media viewer",
"grid": "Show media viewer for each camera in a grid"
"grid": "Show media viewer for each camera in a grid",
"single": "Show single media viewer"
},
"editor": {
"add_new_camera": "Add new camera",
@@ -533,9 +533,6 @@
"what": "What",
"where": "Where"
},
"media_viewer": {
"unseekable": "Seek time not found in media"
},
"media_filter": {
"all": "All",
"camera": "Camera",
@@ -565,6 +562,9 @@
},
"where": "Where"
},
"media_viewer": {
"unseekable": "Seek time not found in media"
},
"recording": {
"camera": "Camera",
"duration": "Duration",
@@ -588,4 +588,4 @@
},
"select_date": "Choose date"
}
}
}