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
+27 -27
View File
@@ -18,8 +18,8 @@
"editor_label": "Cast Options", "editor_label": "Cast Options",
"method": "Cast method", "method": "Cast method",
"methods": { "methods": {
"standard": "Standard", "dashboard": "Dashboard",
"dashboard": "Dashboard" "standard": "Standard"
} }
}, },
"dependencies": { "dependencies": {
@@ -119,16 +119,16 @@
}, },
"thumbnails": { "thumbnails": {
"editor_label": "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_type": "Whether to show event thumbnails of clips or snapshots",
"events_media_types": { "events_media_types": {
"clips": "Clip thumbnails", "clips": "Clip thumbnails",
"snapshots": "Snapshot thumbnails" "snapshots": "Snapshot thumbnails"
}, },
"media_type": "Whether to show thumnails of events or recordings",
"media_types": {
"events": "Events",
"recordings": "Recordings"
},
"mode": "Thumbnails mode", "mode": "Thumbnails mode",
"modes": { "modes": {
"above": "Thumbnails above", "above": "Thumbnails above",
@@ -243,27 +243,27 @@
"editor_label": "Live Controls", "editor_label": "Live Controls",
"ptz": { "ptz": {
"editor_label": "PTZ", "editor_label": "PTZ",
"hide_home": "Hide home control",
"hide_pan_tilt": "Hide pan & tilt control",
"hide_zoom": "Hide zoom control",
"mode": "Mode", "mode": "Mode",
"modes": { "modes": {
"on": "On", "auto": "Automatic",
"off": "Off", "off": "Off",
"auto": "Automatic" "on": "On"
}, },
"orientation": "Orientation", "orientation": "Orientation",
"orientations": { "orientations": {
"vertical": "Vertical", "horizontal": "Horizontal",
"horizontal": "Horizontal" "vertical": "Vertical"
}, },
"position": "Position", "position": "Position",
"positions": { "positions": {
"top-left": "Top left",
"top-right": "Top right",
"bottom-left": "Bottom left", "bottom-left": "Bottom left",
"bottom-right": "Bottom right" "bottom-right": "Bottom right",
}, "top-left": "Top left",
"hide_zoom": "Hide zoom control", "top-right": "Top right"
"hide_pan_tilt": "Hide pan & tilt control", }
"hide_home": "Hide home control"
} }
}, },
"draggable": "Live cameras view can be dragged/swiped", "draggable": "Live cameras view can be dragged/swiped",
@@ -319,8 +319,8 @@
"camera_ui": "Camera user interface", "camera_ui": "Camera user interface",
"cameras": "Cameras", "cameras": "Cameras",
"clips": "Clips", "clips": "Clips",
"download": "Download",
"display_mode": "Display mode", "display_mode": "Display mode",
"download": "Download",
"enabled": "Button enabled", "enabled": "Button enabled",
"expand": "Expand", "expand": "Expand",
"frigate": "Frigate menu / Default view", "frigate": "Frigate menu / Default view",
@@ -392,6 +392,8 @@
"on": "On" "on": "On"
}, },
"default": "Default view", "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": { "scan": {
"actions": { "actions": {
"editor_label": "Scan mode actions", "editor_label": "Scan mode actions",
@@ -413,13 +415,11 @@
} }
}, },
"editor_label": "Scan mode", "editor_label": "Scan mode",
"filter_selected_camera": "Only trigger on selected camera",
"enabled": "Scan mode enabled", "enabled": "Scan mode enabled",
"filter_selected_camera": "Only trigger on selected camera",
"show_trigger_status": "Show pulsing border when triggered", "show_trigger_status": "Show pulsing border when triggered",
"untrigger_seconds": "Seconds after inactive state change to untrigger" "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_cycle_camera": "Cycle through cameras when default view updates",
"update_force": "Force card updates (ignore user interaction)", "update_force": "Force card updates (ignore user interaction)",
"update_seconds": "Refresh default view every X seconds (0=never)", "update_seconds": "Refresh default view every X seconds (0=never)",
@@ -438,8 +438,8 @@
} }
}, },
"display_modes": { "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": { "editor": {
"add_new_camera": "Add new camera", "add_new_camera": "Add new camera",
@@ -533,9 +533,6 @@
"what": "What", "what": "What",
"where": "Where" "where": "Where"
}, },
"media_viewer": {
"unseekable": "Seek time not found in media"
},
"media_filter": { "media_filter": {
"all": "All", "all": "All",
"camera": "Camera", "camera": "Camera",
@@ -565,6 +562,9 @@
}, },
"where": "Where" "where": "Where"
}, },
"media_viewer": {
"unseekable": "Seek time not found in media"
},
"recording": { "recording": {
"camera": "Camera", "camera": "Camera",
"duration": "Duration", "duration": "Duration",
+9 -4
View File
@@ -119,11 +119,16 @@
}, },
"thumbnails": { "thumbnails": {
"editor_label": "Miniature", "editor_label": "Miniature",
"media": "Se mostrare miniature di clip o istantanee", "events_media_type": "Se mostrare miniature di clip o istantanee",
"medias": { "events_media_types": {
"clips": "Miniature di clip", "clips": "Miniature di clip",
"snapshots": "Miniature istantanee" "snapshots": "Miniature istantanee"
}, },
"media_type": "",
"media_types": {
"events": "",
"recordings": ""
},
"mode": "Modalità miniatura", "mode": "Modalità miniatura",
"modes": { "modes": {
"above": "Miniature sopra", "above": "Miniature sopra",
@@ -191,8 +196,8 @@
}, },
"timeline": { "timeline": {
"clustering_threshold": "Il conteggio degli eventi in cui sono raggruppati (0 = nessun clustering)", "clustering_threshold": "Il conteggio degli eventi in cui sono raggruppati (0 = nessun clustering)",
"media": "I media vengono visualizzati la sequenza temporale", "events_media_type": "I media vengono visualizzati la sequenza temporale",
"medias": { "events_media_types": {
"all": "Tutti i tipi di media", "all": "Tutti i tipi di media",
"clips": "Clip", "clips": "Clip",
"snapshots": "Istantanee" "snapshots": "Istantanee"
+9 -4
View File
@@ -119,11 +119,16 @@
}, },
"thumbnails": { "thumbnails": {
"editor_label": "Miniaturas", "editor_label": "Miniaturas",
"media": "Se deve mostrar miniaturas de clipes ou snapshots", "events_media_type": "Se deve mostrar miniaturas de clipes ou snapshots",
"medias": { "events_media_types": {
"clips": "Miniaturas de clipes", "clips": "Miniaturas de clipes",
"snapshots": "Miniaturas de Snapshots" "snapshots": "Miniaturas de Snapshots"
}, },
"media_type": "",
"media_types": {
"events": "",
"recordings": ""
},
"mode": "Modo de miniaturas", "mode": "Modo de miniaturas",
"modes": { "modes": {
"above": "Miniaturas acima da mídia", "above": "Miniaturas acima da mídia",
@@ -191,8 +196,8 @@
}, },
"timeline": { "timeline": {
"clustering_threshold": "A contagem de eventos nos quais eles são agrupados (0 = sem agrupamento)", "clustering_threshold": "A contagem de eventos nos quais eles são agrupados (0 = sem agrupamento)",
"media": "A mídia que a linha do tempo exibe", "events_media_type": "A mídia que a linha do tempo exibe",
"medias": { "events_media_types": {
"all": "Todos os tipos de mídia", "all": "Todos os tipos de mídia",
"clips": "Clipes", "clips": "Clipes",
"snapshots": "Instantâneos" "snapshots": "Instantâneos"
+9 -4
View File
@@ -119,11 +119,16 @@
}, },
"thumbnails": { "thumbnails": {
"editor_label": "Editor de titulos", "editor_label": "Editor de titulos",
"media": "Mostrar miniaturas de clipes ou snapshots", "events_media_type": "Mostrar miniaturas de clipes ou snapshots",
"medias": { "events_media_types": {
"clips": "Miniaturas de clipes", "clips": "Miniaturas de clipes",
"snapshots": "Miniaturas de Snapshots" "snapshots": "Miniaturas de Snapshots"
}, },
"media_type": "",
"media_types": {
"events": "",
"recordings": ""
},
"mode": "Modos", "mode": "Modos",
"modes": { "modes": {
"above": "Miniaturas acima da mídia", "above": "Miniaturas acima da mídia",
@@ -191,8 +196,8 @@
}, },
"timeline": { "timeline": {
"clustering_threshold": "A contagem de eventos nos quais eles são agrupados (0 = sem agrupamento)", "clustering_threshold": "A contagem de eventos nos quais eles são agrupados (0 = sem agrupamento)",
"media": "A mídia que a linha do tempo exibe", "events_media_type": "A mídia que a linha do tempo exibe",
"medias": { "events_media_types": {
"all": "Todos os tipos de mídia", "all": "Todos os tipos de mídia",
"clips": "Clipes", "clips": "Clipes",
"snapshots": "Instantâneos" "snapshots": "Instantâneos"