diff --git a/src/localize/languages/en.json b/src/localize/languages/en.json index 2f3fdf84..241f4e4c 100644 --- a/src/localize/languages/en.json +++ b/src/localize/languages/en.json @@ -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" } -} +} \ No newline at end of file diff --git a/src/localize/languages/it.json b/src/localize/languages/it.json index 570d1dc4..0a9b8e08 100644 --- a/src/localize/languages/it.json +++ b/src/localize/languages/it.json @@ -119,11 +119,16 @@ }, "thumbnails": { "editor_label": "Miniature", - "media": "Se mostrare miniature di clip o istantanee", - "medias": { + "events_media_type": "Se mostrare miniature di clip o istantanee", + "events_media_types": { "clips": "Miniature di clip", "snapshots": "Miniature istantanee" }, + "media_type": "", + "media_types": { + "events": "", + "recordings": "" + }, "mode": "Modalità miniatura", "modes": { "above": "Miniature sopra", @@ -191,8 +196,8 @@ }, "timeline": { "clustering_threshold": "Il conteggio degli eventi in cui sono raggruppati (0 = nessun clustering)", - "media": "I media vengono visualizzati la sequenza temporale", - "medias": { + "events_media_type": "I media vengono visualizzati la sequenza temporale", + "events_media_types": { "all": "Tutti i tipi di media", "clips": "Clip", "snapshots": "Istantanee" diff --git a/src/localize/languages/pt-BR.json b/src/localize/languages/pt-BR.json index 2909b41b..7b91adc2 100644 --- a/src/localize/languages/pt-BR.json +++ b/src/localize/languages/pt-BR.json @@ -119,11 +119,16 @@ }, "thumbnails": { "editor_label": "Miniaturas", - "media": "Se deve mostrar miniaturas de clipes ou snapshots", - "medias": { + "events_media_type": "Se deve mostrar miniaturas de clipes ou snapshots", + "events_media_types": { "clips": "Miniaturas de clipes", "snapshots": "Miniaturas de Snapshots" }, + "media_type": "", + "media_types": { + "events": "", + "recordings": "" + }, "mode": "Modo de miniaturas", "modes": { "above": "Miniaturas acima da mídia", @@ -191,8 +196,8 @@ }, "timeline": { "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", - "medias": { + "events_media_type": "A mídia que a linha do tempo exibe", + "events_media_types": { "all": "Todos os tipos de mídia", "clips": "Clipes", "snapshots": "Instantâneos" diff --git a/src/localize/languages/pt-PT.json b/src/localize/languages/pt-PT.json index e224ccf0..c342ed09 100644 --- a/src/localize/languages/pt-PT.json +++ b/src/localize/languages/pt-PT.json @@ -119,11 +119,16 @@ }, "thumbnails": { "editor_label": "Editor de titulos", - "media": "Mostrar miniaturas de clipes ou snapshots", - "medias": { + "events_media_type": "Mostrar miniaturas de clipes ou snapshots", + "events_media_types": { "clips": "Miniaturas de clipes", "snapshots": "Miniaturas de Snapshots" }, + "media_type": "", + "media_types": { + "events": "", + "recordings": "" + }, "mode": "Modos", "modes": { "above": "Miniaturas acima da mídia", @@ -191,8 +196,8 @@ }, "timeline": { "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", - "medias": { + "events_media_type": "A mídia que a linha do tempo exibe", + "events_media_types": { "all": "Todos os tipos de mídia", "clips": "Clipes", "snapshots": "Instantâneos"