iobroker.agent-dvr 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +51 -0
- package/README.md +51 -0
- package/admin/custom/go2rtcMapping.js +169 -0
- package/admin/i18n/de.json +97 -1
- package/admin/i18n/en.json +97 -1
- package/admin/i18n/es.json +97 -1
- package/admin/i18n/fr.json +97 -1
- package/admin/i18n/it.json +97 -1
- package/admin/i18n/nl.json +97 -1
- package/admin/i18n/pl.json +97 -1
- package/admin/i18n/pt.json +97 -1
- package/admin/i18n/ru.json +97 -1
- package/admin/i18n/uk.json +97 -1
- package/admin/i18n/zh-cn.json +97 -1
- package/admin/jsonConfig.json +643 -35
- package/build/main.js +194 -12
- package/build/main.js.map +2 -2
- package/io-package.json +77 -7
- package/lib/web.js +296 -0
- package/package.json +2 -1
- package/www/index.html +1262 -0
package/admin/i18n/fr.json
CHANGED
|
@@ -37,5 +37,101 @@
|
|
|
37
37
|
"cfgEventTagsDynamic": "Détecter automatiquement les tags d'événements depuis les enregistrements",
|
|
38
38
|
"cfgEventTagsIgnore": "Tags d'événements à ignorer (séparés par des virgules)",
|
|
39
39
|
"cfgEventTags": "Tags d'événements fixes à toujours créer (séparés par des virgules)",
|
|
40
|
-
"cfgEnableSnapshotB64": "
|
|
40
|
+
"cfgEnableSnapshotB64": "Instantané en Base64",
|
|
41
|
+
"hdrControls": "Control Buttons",
|
|
42
|
+
"hdrEvents": "Events & Push",
|
|
43
|
+
"hdrDisplay": "Display",
|
|
44
|
+
"hdrDebug": "Debug",
|
|
45
|
+
"hdrWidgetGeneral": "Gallery Widget",
|
|
46
|
+
"hdrWidgetLayout": "Layout",
|
|
47
|
+
"hdrWidgetTags": "Tags",
|
|
48
|
+
"hdrWidgetPlayer": "Livestream & Player",
|
|
49
|
+
"cfgEnableSystemControls_tt": "Arm/Disarm/Restart buttons, profile selector and all system-wide control commands",
|
|
50
|
+
"cfgEnablePtz_tt": "Hold switches for PTZ (left/right/up/down/zoom) per camera",
|
|
51
|
+
"cfgEnableUrls_tt": "URL states for snapshot, MJPEG and MP4 stream per camera",
|
|
52
|
+
"cfgEnableSnapshotB64_tt": "Save camera image as Base64 on every poll (photo.jpg, full resolution). Refresh button always present.",
|
|
53
|
+
"cfgEnableEventDps_tt": "Mirror metadata of the last recording (filename, date, duration, tags)",
|
|
54
|
+
"cfgEnablePush_tt": "Push trigger state is updated immediately when AgentDVR reports a new recording",
|
|
55
|
+
"cfgEnableOverview_tt": "État HTML avec toutes les caméras en grille (pour visualisations, tableaux de bord, etc.)",
|
|
56
|
+
"cfgStoreRawJson_tt": "Write full getObjects response to system.raw_getObjects (useful for debugging)",
|
|
57
|
+
"cfgEnableWidget_tt": "Galerie HTML avec les derniers enregistrements par caméra (pour visualisations, tableaux de bord, etc.)",
|
|
58
|
+
"cfgWidgetMode_tt": "Pure HTML/CSS compatible everywhere. Full JS with search field and tag filter (requires script execution).",
|
|
59
|
+
"cfgWidgetAnzahl_tt": "Maximum number of recordings in the gallery per camera",
|
|
60
|
+
"cfgWidgetMinCol_tt": "Minimum column width of the gallery grid in pixels",
|
|
61
|
+
"cfgWidgetMaxModalWidth_tt": "Maximum width of the video player in the modal dialog in pixels",
|
|
62
|
+
"cfgWidgetShowTags_tt": "Show event tags as colored badge labels on gallery tiles",
|
|
63
|
+
"cfgWidgetTagPosition_tt": "Corner of the image where the tag badge appears",
|
|
64
|
+
"cfgWidgetLiveAspect_tt": "Aspect ratio of the livestream tile e.g. 16/9. Leave empty for automatic.",
|
|
65
|
+
"cfgWidgetPlayerUrl_tt": "URL of an external video player. Leave empty for built-in player.",
|
|
66
|
+
"hdrWidgetFilter": "Filter & Sort",
|
|
67
|
+
"cfgWidgetSortNewest": "Newest first",
|
|
68
|
+
"cfgWidgetSortNewest_tt": "Sort recordings by date, newest first",
|
|
69
|
+
"cfgWidgetShowSearch": "Show search field (JS mode only)",
|
|
70
|
+
"cfgWidgetShowSearch_tt": "Show text search over date, tag and filename in JS mode",
|
|
71
|
+
"cfgWidgetCompact": "Compact layout",
|
|
72
|
+
"cfgWidgetCompact_tt": "Smaller spacing and font – more entries at a glance (works in both modes)",
|
|
73
|
+
"cfgWidgetDefaultTag": "Default tag filter (empty = all)",
|
|
74
|
+
"cfgWidgetDefaultTag_tt": "This tag is pre-selected on first load (JS mode only)",
|
|
75
|
+
"cfgWidgetThumbSize": "Thumbnail size",
|
|
76
|
+
"cfgWidgetThumbSize_tt": "Width of preview images in the gallery (overrides min. column width)",
|
|
77
|
+
"cfgWidgetThumbSmall": "Small (120 px)",
|
|
78
|
+
"cfgWidgetThumbMedium": "Medium (180 px)",
|
|
79
|
+
"cfgWidgetThumbLarge": "Large (240 px)",
|
|
80
|
+
"tabDashboard": "Live Dashboard",
|
|
81
|
+
"hdrDashView": "View",
|
|
82
|
+
"cfgDashDefaultView": "Default view on open",
|
|
83
|
+
"cfgDashDefaultView_tt": "Which tab is active when the dashboard opens",
|
|
84
|
+
"cfgDashViewLive": "Live view",
|
|
85
|
+
"cfgDashViewRec": "Recordings",
|
|
86
|
+
"cfgDashShowOffline": "Show offline cameras",
|
|
87
|
+
"cfgDashShowOffline_tt": "Include cameras that are currently offline in the live grid",
|
|
88
|
+
"hdrDashGrid": "Camera grid",
|
|
89
|
+
"cfgDashGridCols": "Column count (0 = automatic)",
|
|
90
|
+
"cfgDashGridCols_tt": "Force a fixed number of camera columns. 0 = optimal count is calculated automatically.",
|
|
91
|
+
"hdrDashStream": "Stream & Refresh",
|
|
92
|
+
"cfgDashRefreshSec": "Reload camera list every (seconds)",
|
|
93
|
+
"cfgDashRefreshSec_tt": "How often the camera list is reloaded from the server (0 = no automatic reload)",
|
|
94
|
+
"cfgDashStreamReconnect": "Auto-reconnect stream on error",
|
|
95
|
+
"cfgDashStreamReconnect_tt": "Automatically restart the MJPEG stream after a connection drop",
|
|
96
|
+
"hdrWidgetTheme": "Colors & Design",
|
|
97
|
+
"cfgWidgetColorCardBg": "Tile background",
|
|
98
|
+
"cfgWidgetColorCardBg_tt": "Background color of thumbnail tiles – rgba(r,g,b,a) or #hex",
|
|
99
|
+
"cfgWidgetColorTagBg": "Tag badge background",
|
|
100
|
+
"cfgWidgetColorTagBg_tt": "Background color of the tag badge",
|
|
101
|
+
"cfgWidgetColorTagText": "Tag badge text color",
|
|
102
|
+
"cfgWidgetColorTagText_tt": "Text color of the tag badge",
|
|
103
|
+
"cfgWidgetColorAccent": "Accent color",
|
|
104
|
+
"cfgWidgetColorAccent_tt": "Accent color for links and buttons in the widget",
|
|
105
|
+
"cfgWidgetColorModalBg": "Modal background",
|
|
106
|
+
"cfgWidgetColorModalBg_tt": "Background color of the video player dialog",
|
|
107
|
+
"cfgWidgetBorderRadius": "Border radius (px)",
|
|
108
|
+
"cfgWidgetBorderRadius_tt": "Corner radius of thumbnail tiles in pixels (0 = square)",
|
|
109
|
+
"hdrDashTheme": "Colors & Design",
|
|
110
|
+
"cfgDashColorBg": "Background",
|
|
111
|
+
"cfgDashColorBg_tt": "Main background color of the dashboard",
|
|
112
|
+
"cfgDashColorSurface": "Surface / Cards",
|
|
113
|
+
"cfgDashColorSurface_tt": "Background color of tiles and cards",
|
|
114
|
+
"cfgDashColorAccent": "Accent color",
|
|
115
|
+
"cfgDashColorAccent_tt": "Main accent color (buttons, active elements, borders)",
|
|
116
|
+
"cfgDashColorText": "Text color",
|
|
117
|
+
"cfgDashColorText_tt": "Primary text color",
|
|
118
|
+
"cfgDashColorBorder": "Border color",
|
|
119
|
+
"cfgDashColorBorder_tt": "Color of dividers and borders",
|
|
120
|
+
"cfgDashColorOnline": "Online color",
|
|
121
|
+
"cfgDashColorOnline_tt": "Color of the online status indicator",
|
|
122
|
+
"cfgDashColorOffline": "Offline color",
|
|
123
|
+
"cfgDashColorOffline_tt": "Color of the offline status indicator",
|
|
124
|
+
"cfgDashTagPosition": "Tag badge position",
|
|
125
|
+
"cfgDashTagPosition_tt": "Corner of the recording tile where the tag badge appears",
|
|
126
|
+
"cfgDashBtnsVisible": "Boutons toujours visibles",
|
|
127
|
+
"cfgDashBtnsVisible_tt": "Toujours afficher les boutons d'enregistrement et PTZ (sinon visible au survol seulement)",
|
|
128
|
+
"hdrGo2rtc": "Flux WebRTC go2rtc",
|
|
129
|
+
"cfgGo2rtcEnabled": "Activer go2rtc",
|
|
130
|
+
"cfgGo2rtcEnabled_tt": "Utiliser les flux WebRTC de go2rtc au lieu de MJPEG",
|
|
131
|
+
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
|
+
"cfgGo2rtcUrl_tt": "URL de base du serveur go2rtc, par ex. http://192.168.1.1:1984",
|
|
133
|
+
"cfgGo2rtcMapping": "Mappage des flux",
|
|
134
|
+
"cfgGo2rtcMapping_tt": "Associe chaque caméra AgentDVR à un flux go2rtc. Ajoutez une ligne par caméra. Les caméras sans entrée utilisent MJPEG.",
|
|
135
|
+
"cfgGo2rtcCamKey": "Clé caméra AgentDVR (ex. cam_8_Reolink)",
|
|
136
|
+
"cfgGo2rtcStream": "Nom du flux go2rtc (ex. Reolink)"
|
|
41
137
|
}
|
package/admin/i18n/it.json
CHANGED
|
@@ -37,5 +37,101 @@
|
|
|
37
37
|
"cfgEventTagsDynamic": "Rilevamento automatico dei tag degli eventi dalle registrazioni",
|
|
38
38
|
"cfgEventTagsIgnore": "Tag degli eventi da ignorare (separati da virgola)",
|
|
39
39
|
"cfgEventTags": "Tag degli eventi fissi da creare sempre (separati da virgola)",
|
|
40
|
-
"cfgEnableSnapshotB64": "Snapshot come Base64
|
|
40
|
+
"cfgEnableSnapshotB64": "Snapshot come Base64",
|
|
41
|
+
"hdrControls": "Control Buttons",
|
|
42
|
+
"hdrEvents": "Events & Push",
|
|
43
|
+
"hdrDisplay": "Display",
|
|
44
|
+
"hdrDebug": "Debug",
|
|
45
|
+
"hdrWidgetGeneral": "Gallery Widget",
|
|
46
|
+
"hdrWidgetLayout": "Layout",
|
|
47
|
+
"hdrWidgetTags": "Tags",
|
|
48
|
+
"hdrWidgetPlayer": "Livestream & Player",
|
|
49
|
+
"cfgEnableSystemControls_tt": "Arm/Disarm/Restart buttons, profile selector and all system-wide control commands",
|
|
50
|
+
"cfgEnablePtz_tt": "Hold switches for PTZ (left/right/up/down/zoom) per camera",
|
|
51
|
+
"cfgEnableUrls_tt": "URL states for snapshot, MJPEG and MP4 stream per camera",
|
|
52
|
+
"cfgEnableSnapshotB64_tt": "Save camera image as Base64 on every poll (photo.jpg, full resolution). Refresh button always present.",
|
|
53
|
+
"cfgEnableEventDps_tt": "Mirror metadata of the last recording (filename, date, duration, tags)",
|
|
54
|
+
"cfgEnablePush_tt": "Push trigger state is updated immediately when AgentDVR reports a new recording",
|
|
55
|
+
"cfgEnableOverview_tt": "Stato HTML con tutte le telecamere come griglia (per visualizzazioni, dashboard, ecc.)",
|
|
56
|
+
"cfgStoreRawJson_tt": "Write full getObjects response to system.raw_getObjects (useful for debugging)",
|
|
57
|
+
"cfgEnableWidget_tt": "Galleria HTML con le ultime registrazioni per telecamera (per visualizzazioni, dashboard, ecc.)",
|
|
58
|
+
"cfgWidgetMode_tt": "Pure HTML/CSS compatible everywhere. Full JS with search field and tag filter (requires script execution).",
|
|
59
|
+
"cfgWidgetAnzahl_tt": "Maximum number of recordings in the gallery per camera",
|
|
60
|
+
"cfgWidgetMinCol_tt": "Minimum column width of the gallery grid in pixels",
|
|
61
|
+
"cfgWidgetMaxModalWidth_tt": "Maximum width of the video player in the modal dialog in pixels",
|
|
62
|
+
"cfgWidgetShowTags_tt": "Show event tags as colored badge labels on gallery tiles",
|
|
63
|
+
"cfgWidgetTagPosition_tt": "Corner of the image where the tag badge appears",
|
|
64
|
+
"cfgWidgetLiveAspect_tt": "Aspect ratio of the livestream tile e.g. 16/9. Leave empty for automatic.",
|
|
65
|
+
"cfgWidgetPlayerUrl_tt": "URL of an external video player. Leave empty for built-in player.",
|
|
66
|
+
"hdrWidgetFilter": "Filter & Sort",
|
|
67
|
+
"cfgWidgetSortNewest": "Newest first",
|
|
68
|
+
"cfgWidgetSortNewest_tt": "Sort recordings by date, newest first",
|
|
69
|
+
"cfgWidgetShowSearch": "Show search field (JS mode only)",
|
|
70
|
+
"cfgWidgetShowSearch_tt": "Show text search over date, tag and filename in JS mode",
|
|
71
|
+
"cfgWidgetCompact": "Compact layout",
|
|
72
|
+
"cfgWidgetCompact_tt": "Smaller spacing and font – more entries at a glance (works in both modes)",
|
|
73
|
+
"cfgWidgetDefaultTag": "Default tag filter (empty = all)",
|
|
74
|
+
"cfgWidgetDefaultTag_tt": "This tag is pre-selected on first load (JS mode only)",
|
|
75
|
+
"cfgWidgetThumbSize": "Thumbnail size",
|
|
76
|
+
"cfgWidgetThumbSize_tt": "Width of preview images in the gallery (overrides min. column width)",
|
|
77
|
+
"cfgWidgetThumbSmall": "Small (120 px)",
|
|
78
|
+
"cfgWidgetThumbMedium": "Medium (180 px)",
|
|
79
|
+
"cfgWidgetThumbLarge": "Large (240 px)",
|
|
80
|
+
"tabDashboard": "Live Dashboard",
|
|
81
|
+
"hdrDashView": "View",
|
|
82
|
+
"cfgDashDefaultView": "Default view on open",
|
|
83
|
+
"cfgDashDefaultView_tt": "Which tab is active when the dashboard opens",
|
|
84
|
+
"cfgDashViewLive": "Live view",
|
|
85
|
+
"cfgDashViewRec": "Recordings",
|
|
86
|
+
"cfgDashShowOffline": "Show offline cameras",
|
|
87
|
+
"cfgDashShowOffline_tt": "Include cameras that are currently offline in the live grid",
|
|
88
|
+
"hdrDashGrid": "Camera grid",
|
|
89
|
+
"cfgDashGridCols": "Column count (0 = automatic)",
|
|
90
|
+
"cfgDashGridCols_tt": "Force a fixed number of camera columns. 0 = optimal count is calculated automatically.",
|
|
91
|
+
"hdrDashStream": "Stream & Refresh",
|
|
92
|
+
"cfgDashRefreshSec": "Reload camera list every (seconds)",
|
|
93
|
+
"cfgDashRefreshSec_tt": "How often the camera list is reloaded from the server (0 = no automatic reload)",
|
|
94
|
+
"cfgDashStreamReconnect": "Auto-reconnect stream on error",
|
|
95
|
+
"cfgDashStreamReconnect_tt": "Automatically restart the MJPEG stream after a connection drop",
|
|
96
|
+
"hdrWidgetTheme": "Colors & Design",
|
|
97
|
+
"cfgWidgetColorCardBg": "Tile background",
|
|
98
|
+
"cfgWidgetColorCardBg_tt": "Background color of thumbnail tiles – rgba(r,g,b,a) or #hex",
|
|
99
|
+
"cfgWidgetColorTagBg": "Tag badge background",
|
|
100
|
+
"cfgWidgetColorTagBg_tt": "Background color of the tag badge",
|
|
101
|
+
"cfgWidgetColorTagText": "Tag badge text color",
|
|
102
|
+
"cfgWidgetColorTagText_tt": "Text color of the tag badge",
|
|
103
|
+
"cfgWidgetColorAccent": "Accent color",
|
|
104
|
+
"cfgWidgetColorAccent_tt": "Accent color for links and buttons in the widget",
|
|
105
|
+
"cfgWidgetColorModalBg": "Modal background",
|
|
106
|
+
"cfgWidgetColorModalBg_tt": "Background color of the video player dialog",
|
|
107
|
+
"cfgWidgetBorderRadius": "Border radius (px)",
|
|
108
|
+
"cfgWidgetBorderRadius_tt": "Corner radius of thumbnail tiles in pixels (0 = square)",
|
|
109
|
+
"hdrDashTheme": "Colors & Design",
|
|
110
|
+
"cfgDashColorBg": "Background",
|
|
111
|
+
"cfgDashColorBg_tt": "Main background color of the dashboard",
|
|
112
|
+
"cfgDashColorSurface": "Surface / Cards",
|
|
113
|
+
"cfgDashColorSurface_tt": "Background color of tiles and cards",
|
|
114
|
+
"cfgDashColorAccent": "Accent color",
|
|
115
|
+
"cfgDashColorAccent_tt": "Main accent color (buttons, active elements, borders)",
|
|
116
|
+
"cfgDashColorText": "Text color",
|
|
117
|
+
"cfgDashColorText_tt": "Primary text color",
|
|
118
|
+
"cfgDashColorBorder": "Border color",
|
|
119
|
+
"cfgDashColorBorder_tt": "Color of dividers and borders",
|
|
120
|
+
"cfgDashColorOnline": "Online color",
|
|
121
|
+
"cfgDashColorOnline_tt": "Color of the online status indicator",
|
|
122
|
+
"cfgDashColorOffline": "Offline color",
|
|
123
|
+
"cfgDashColorOffline_tt": "Color of the offline status indicator",
|
|
124
|
+
"cfgDashTagPosition": "Tag badge position",
|
|
125
|
+
"cfgDashTagPosition_tt": "Corner of the recording tile where the tag badge appears",
|
|
126
|
+
"cfgDashBtnsVisible": "Pulsanti sempre visibili",
|
|
127
|
+
"cfgDashBtnsVisible_tt": "Mostra sempre i pulsanti di registrazione e PTZ (altrimenti solo al passaggio del mouse)",
|
|
128
|
+
"hdrGo2rtc": "Stream WebRTC go2rtc",
|
|
129
|
+
"cfgGo2rtcEnabled": "Attiva go2rtc",
|
|
130
|
+
"cfgGo2rtcEnabled_tt": "Usa stream WebRTC da go2rtc invece di MJPEG",
|
|
131
|
+
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
|
+
"cfgGo2rtcUrl_tt": "URL base del server go2rtc, es. http://192.168.1.1:1984",
|
|
133
|
+
"cfgGo2rtcMapping": "Mappatura stream",
|
|
134
|
+
"cfgGo2rtcMapping_tt": "Associa ogni telecamera AgentDVR a uno stream go2rtc. Aggiungi una riga per telecamera. Le telecamere senza voce usano MJPEG.",
|
|
135
|
+
"cfgGo2rtcCamKey": "Chiave telecamera AgentDVR (es. cam_8_Reolink)",
|
|
136
|
+
"cfgGo2rtcStream": "Nome stream go2rtc (es. Reolink)"
|
|
41
137
|
}
|
package/admin/i18n/nl.json
CHANGED
|
@@ -37,5 +37,101 @@
|
|
|
37
37
|
"cfgEventTagsDynamic": "Gebeurtenistags automatisch detecteren uit opnames",
|
|
38
38
|
"cfgEventTagsIgnore": "Te negeren gebeurtenistags (kommagescheiden)",
|
|
39
39
|
"cfgEventTags": "Vaste gebeurtenistags die altijd worden aangemaakt (kommagescheiden)",
|
|
40
|
-
"cfgEnableSnapshotB64": "Snapshot als Base64
|
|
40
|
+
"cfgEnableSnapshotB64": "Snapshot als Base64",
|
|
41
|
+
"hdrControls": "Control Buttons",
|
|
42
|
+
"hdrEvents": "Events & Push",
|
|
43
|
+
"hdrDisplay": "Display",
|
|
44
|
+
"hdrDebug": "Debug",
|
|
45
|
+
"hdrWidgetGeneral": "Gallery Widget",
|
|
46
|
+
"hdrWidgetLayout": "Layout",
|
|
47
|
+
"hdrWidgetTags": "Tags",
|
|
48
|
+
"hdrWidgetPlayer": "Livestream & Player",
|
|
49
|
+
"cfgEnableSystemControls_tt": "Arm/Disarm/Restart buttons, profile selector and all system-wide control commands",
|
|
50
|
+
"cfgEnablePtz_tt": "Hold switches for PTZ (left/right/up/down/zoom) per camera",
|
|
51
|
+
"cfgEnableUrls_tt": "URL states for snapshot, MJPEG and MP4 stream per camera",
|
|
52
|
+
"cfgEnableSnapshotB64_tt": "Save camera image as Base64 on every poll (photo.jpg, full resolution). Refresh button always present.",
|
|
53
|
+
"cfgEnableEventDps_tt": "Mirror metadata of the last recording (filename, date, duration, tags)",
|
|
54
|
+
"cfgEnablePush_tt": "Push trigger state is updated immediately when AgentDVR reports a new recording",
|
|
55
|
+
"cfgEnableOverview_tt": "HTML-status met alle camera's als tegelraster (voor visualisaties, dashboards, enz.)",
|
|
56
|
+
"cfgStoreRawJson_tt": "Write full getObjects response to system.raw_getObjects (useful for debugging)",
|
|
57
|
+
"cfgEnableWidget_tt": "HTML-galerij met de laatste opnames per camera (voor visualisaties, dashboards, enz.)",
|
|
58
|
+
"cfgWidgetMode_tt": "Pure HTML/CSS compatible everywhere. Full JS with search field and tag filter (requires script execution).",
|
|
59
|
+
"cfgWidgetAnzahl_tt": "Maximum number of recordings in the gallery per camera",
|
|
60
|
+
"cfgWidgetMinCol_tt": "Minimum column width of the gallery grid in pixels",
|
|
61
|
+
"cfgWidgetMaxModalWidth_tt": "Maximum width of the video player in the modal dialog in pixels",
|
|
62
|
+
"cfgWidgetShowTags_tt": "Show event tags as colored badge labels on gallery tiles",
|
|
63
|
+
"cfgWidgetTagPosition_tt": "Corner of the image where the tag badge appears",
|
|
64
|
+
"cfgWidgetLiveAspect_tt": "Aspect ratio of the livestream tile e.g. 16/9. Leave empty for automatic.",
|
|
65
|
+
"cfgWidgetPlayerUrl_tt": "URL of an external video player. Leave empty for built-in player.",
|
|
66
|
+
"hdrWidgetFilter": "Filter & Sort",
|
|
67
|
+
"cfgWidgetSortNewest": "Newest first",
|
|
68
|
+
"cfgWidgetSortNewest_tt": "Sort recordings by date, newest first",
|
|
69
|
+
"cfgWidgetShowSearch": "Show search field (JS mode only)",
|
|
70
|
+
"cfgWidgetShowSearch_tt": "Show text search over date, tag and filename in JS mode",
|
|
71
|
+
"cfgWidgetCompact": "Compact layout",
|
|
72
|
+
"cfgWidgetCompact_tt": "Smaller spacing and font – more entries at a glance (works in both modes)",
|
|
73
|
+
"cfgWidgetDefaultTag": "Default tag filter (empty = all)",
|
|
74
|
+
"cfgWidgetDefaultTag_tt": "This tag is pre-selected on first load (JS mode only)",
|
|
75
|
+
"cfgWidgetThumbSize": "Thumbnail size",
|
|
76
|
+
"cfgWidgetThumbSize_tt": "Width of preview images in the gallery (overrides min. column width)",
|
|
77
|
+
"cfgWidgetThumbSmall": "Small (120 px)",
|
|
78
|
+
"cfgWidgetThumbMedium": "Medium (180 px)",
|
|
79
|
+
"cfgWidgetThumbLarge": "Large (240 px)",
|
|
80
|
+
"tabDashboard": "Live Dashboard",
|
|
81
|
+
"hdrDashView": "View",
|
|
82
|
+
"cfgDashDefaultView": "Default view on open",
|
|
83
|
+
"cfgDashDefaultView_tt": "Which tab is active when the dashboard opens",
|
|
84
|
+
"cfgDashViewLive": "Live view",
|
|
85
|
+
"cfgDashViewRec": "Recordings",
|
|
86
|
+
"cfgDashShowOffline": "Show offline cameras",
|
|
87
|
+
"cfgDashShowOffline_tt": "Include cameras that are currently offline in the live grid",
|
|
88
|
+
"hdrDashGrid": "Camera grid",
|
|
89
|
+
"cfgDashGridCols": "Column count (0 = automatic)",
|
|
90
|
+
"cfgDashGridCols_tt": "Force a fixed number of camera columns. 0 = optimal count is calculated automatically.",
|
|
91
|
+
"hdrDashStream": "Stream & Refresh",
|
|
92
|
+
"cfgDashRefreshSec": "Reload camera list every (seconds)",
|
|
93
|
+
"cfgDashRefreshSec_tt": "How often the camera list is reloaded from the server (0 = no automatic reload)",
|
|
94
|
+
"cfgDashStreamReconnect": "Auto-reconnect stream on error",
|
|
95
|
+
"cfgDashStreamReconnect_tt": "Automatically restart the MJPEG stream after a connection drop",
|
|
96
|
+
"hdrWidgetTheme": "Colors & Design",
|
|
97
|
+
"cfgWidgetColorCardBg": "Tile background",
|
|
98
|
+
"cfgWidgetColorCardBg_tt": "Background color of thumbnail tiles – rgba(r,g,b,a) or #hex",
|
|
99
|
+
"cfgWidgetColorTagBg": "Tag badge background",
|
|
100
|
+
"cfgWidgetColorTagBg_tt": "Background color of the tag badge",
|
|
101
|
+
"cfgWidgetColorTagText": "Tag badge text color",
|
|
102
|
+
"cfgWidgetColorTagText_tt": "Text color of the tag badge",
|
|
103
|
+
"cfgWidgetColorAccent": "Accent color",
|
|
104
|
+
"cfgWidgetColorAccent_tt": "Accent color for links and buttons in the widget",
|
|
105
|
+
"cfgWidgetColorModalBg": "Modal background",
|
|
106
|
+
"cfgWidgetColorModalBg_tt": "Background color of the video player dialog",
|
|
107
|
+
"cfgWidgetBorderRadius": "Border radius (px)",
|
|
108
|
+
"cfgWidgetBorderRadius_tt": "Corner radius of thumbnail tiles in pixels (0 = square)",
|
|
109
|
+
"hdrDashTheme": "Colors & Design",
|
|
110
|
+
"cfgDashColorBg": "Background",
|
|
111
|
+
"cfgDashColorBg_tt": "Main background color of the dashboard",
|
|
112
|
+
"cfgDashColorSurface": "Surface / Cards",
|
|
113
|
+
"cfgDashColorSurface_tt": "Background color of tiles and cards",
|
|
114
|
+
"cfgDashColorAccent": "Accent color",
|
|
115
|
+
"cfgDashColorAccent_tt": "Main accent color (buttons, active elements, borders)",
|
|
116
|
+
"cfgDashColorText": "Text color",
|
|
117
|
+
"cfgDashColorText_tt": "Primary text color",
|
|
118
|
+
"cfgDashColorBorder": "Border color",
|
|
119
|
+
"cfgDashColorBorder_tt": "Color of dividers and borders",
|
|
120
|
+
"cfgDashColorOnline": "Online color",
|
|
121
|
+
"cfgDashColorOnline_tt": "Color of the online status indicator",
|
|
122
|
+
"cfgDashColorOffline": "Offline color",
|
|
123
|
+
"cfgDashColorOffline_tt": "Color of the offline status indicator",
|
|
124
|
+
"cfgDashTagPosition": "Tag badge position",
|
|
125
|
+
"cfgDashTagPosition_tt": "Corner of the recording tile where the tag badge appears",
|
|
126
|
+
"cfgDashBtnsVisible": "Knoppen altijd zichtbaar",
|
|
127
|
+
"cfgDashBtnsVisible_tt": "Opname- en PTZ-knoppen altijd tonen (anders alleen bij hover)",
|
|
128
|
+
"hdrGo2rtc": "go2rtc WebRTC-streams",
|
|
129
|
+
"cfgGo2rtcEnabled": "go2rtc inschakelen",
|
|
130
|
+
"cfgGo2rtcEnabled_tt": "WebRTC-streams van go2rtc gebruiken in plaats van MJPEG",
|
|
131
|
+
"cfgGo2rtcUrl": "go2rtc URL",
|
|
132
|
+
"cfgGo2rtcUrl_tt": "Basis-URL van de go2rtc-server, bijv. http://192.168.1.1:1984",
|
|
133
|
+
"cfgGo2rtcMapping": "Stream-koppeling",
|
|
134
|
+
"cfgGo2rtcMapping_tt": "Koppelt elke AgentDVR-camera aan een go2rtc-stream. Voeg één rij per camera toe. Camera's zonder invoer gebruiken MJPEG.",
|
|
135
|
+
"cfgGo2rtcCamKey": "AgentDVR camerasleutel (bijv. cam_8_Reolink)",
|
|
136
|
+
"cfgGo2rtcStream": "go2rtc streamnaam (bijv. Reolink)"
|
|
41
137
|
}
|
package/admin/i18n/pl.json
CHANGED
|
@@ -37,5 +37,101 @@
|
|
|
37
37
|
"cfgEventTagsDynamic": "Automatyczne wykrywanie tagów zdarzeń z nagrań",
|
|
38
38
|
"cfgEventTagsIgnore": "Tagi zdarzeń do zignorowania (oddzielone przecinkami)",
|
|
39
39
|
"cfgEventTags": "Stałe tagi zdarzeń do zawsze tworzenia (oddzielone przecinkami)",
|
|
40
|
-
"cfgEnableSnapshotB64": "
|
|
40
|
+
"cfgEnableSnapshotB64": "Migawka jako Base64",
|
|
41
|
+
"hdrControls": "Control Buttons",
|
|
42
|
+
"hdrEvents": "Events & Push",
|
|
43
|
+
"hdrDisplay": "Display",
|
|
44
|
+
"hdrDebug": "Debug",
|
|
45
|
+
"hdrWidgetGeneral": "Gallery Widget",
|
|
46
|
+
"hdrWidgetLayout": "Layout",
|
|
47
|
+
"hdrWidgetTags": "Tags",
|
|
48
|
+
"hdrWidgetPlayer": "Livestream & Player",
|
|
49
|
+
"cfgEnableSystemControls_tt": "Arm/Disarm/Restart buttons, profile selector and all system-wide control commands",
|
|
50
|
+
"cfgEnablePtz_tt": "Hold switches for PTZ (left/right/up/down/zoom) per camera",
|
|
51
|
+
"cfgEnableUrls_tt": "URL states for snapshot, MJPEG and MP4 stream per camera",
|
|
52
|
+
"cfgEnableSnapshotB64_tt": "Save camera image as Base64 on every poll (photo.jpg, full resolution). Refresh button always present.",
|
|
53
|
+
"cfgEnableEventDps_tt": "Mirror metadata of the last recording (filename, date, duration, tags)",
|
|
54
|
+
"cfgEnablePush_tt": "Push trigger state is updated immediately when AgentDVR reports a new recording",
|
|
55
|
+
"cfgEnableOverview_tt": "Stan HTML ze wszystkimi kamerami jako siatka kafelków (do wizualizacji, pulpitów itp.)",
|
|
56
|
+
"cfgStoreRawJson_tt": "Write full getObjects response to system.raw_getObjects (useful for debugging)",
|
|
57
|
+
"cfgEnableWidget_tt": "Galeria HTML z ostatnimi nagraniami na kamerę (do wizualizacji, pulpitów itp.)",
|
|
58
|
+
"cfgWidgetMode_tt": "Pure HTML/CSS compatible everywhere. Full JS with search field and tag filter (requires script execution).",
|
|
59
|
+
"cfgWidgetAnzahl_tt": "Maximum number of recordings in the gallery per camera",
|
|
60
|
+
"cfgWidgetMinCol_tt": "Minimum column width of the gallery grid in pixels",
|
|
61
|
+
"cfgWidgetMaxModalWidth_tt": "Maximum width of the video player in the modal dialog in pixels",
|
|
62
|
+
"cfgWidgetShowTags_tt": "Show event tags as colored badge labels on gallery tiles",
|
|
63
|
+
"cfgWidgetTagPosition_tt": "Corner of the image where the tag badge appears",
|
|
64
|
+
"cfgWidgetLiveAspect_tt": "Aspect ratio of the livestream tile e.g. 16/9. Leave empty for automatic.",
|
|
65
|
+
"cfgWidgetPlayerUrl_tt": "URL of an external video player. Leave empty for built-in player.",
|
|
66
|
+
"hdrWidgetFilter": "Filter & Sort",
|
|
67
|
+
"cfgWidgetSortNewest": "Newest first",
|
|
68
|
+
"cfgWidgetSortNewest_tt": "Sort recordings by date, newest first",
|
|
69
|
+
"cfgWidgetShowSearch": "Show search field (JS mode only)",
|
|
70
|
+
"cfgWidgetShowSearch_tt": "Show text search over date, tag and filename in JS mode",
|
|
71
|
+
"cfgWidgetCompact": "Compact layout",
|
|
72
|
+
"cfgWidgetCompact_tt": "Smaller spacing and font – more entries at a glance (works in both modes)",
|
|
73
|
+
"cfgWidgetDefaultTag": "Default tag filter (empty = all)",
|
|
74
|
+
"cfgWidgetDefaultTag_tt": "This tag is pre-selected on first load (JS mode only)",
|
|
75
|
+
"cfgWidgetThumbSize": "Thumbnail size",
|
|
76
|
+
"cfgWidgetThumbSize_tt": "Width of preview images in the gallery (overrides min. column width)",
|
|
77
|
+
"cfgWidgetThumbSmall": "Small (120 px)",
|
|
78
|
+
"cfgWidgetThumbMedium": "Medium (180 px)",
|
|
79
|
+
"cfgWidgetThumbLarge": "Large (240 px)",
|
|
80
|
+
"tabDashboard": "Live Dashboard",
|
|
81
|
+
"hdrDashView": "View",
|
|
82
|
+
"cfgDashDefaultView": "Default view on open",
|
|
83
|
+
"cfgDashDefaultView_tt": "Which tab is active when the dashboard opens",
|
|
84
|
+
"cfgDashViewLive": "Live view",
|
|
85
|
+
"cfgDashViewRec": "Recordings",
|
|
86
|
+
"cfgDashShowOffline": "Show offline cameras",
|
|
87
|
+
"cfgDashShowOffline_tt": "Include cameras that are currently offline in the live grid",
|
|
88
|
+
"hdrDashGrid": "Camera grid",
|
|
89
|
+
"cfgDashGridCols": "Column count (0 = automatic)",
|
|
90
|
+
"cfgDashGridCols_tt": "Force a fixed number of camera columns. 0 = optimal count is calculated automatically.",
|
|
91
|
+
"hdrDashStream": "Stream & Refresh",
|
|
92
|
+
"cfgDashRefreshSec": "Reload camera list every (seconds)",
|
|
93
|
+
"cfgDashRefreshSec_tt": "How often the camera list is reloaded from the server (0 = no automatic reload)",
|
|
94
|
+
"cfgDashStreamReconnect": "Auto-reconnect stream on error",
|
|
95
|
+
"cfgDashStreamReconnect_tt": "Automatically restart the MJPEG stream after a connection drop",
|
|
96
|
+
"hdrWidgetTheme": "Colors & Design",
|
|
97
|
+
"cfgWidgetColorCardBg": "Tile background",
|
|
98
|
+
"cfgWidgetColorCardBg_tt": "Background color of thumbnail tiles – rgba(r,g,b,a) or #hex",
|
|
99
|
+
"cfgWidgetColorTagBg": "Tag badge background",
|
|
100
|
+
"cfgWidgetColorTagBg_tt": "Background color of the tag badge",
|
|
101
|
+
"cfgWidgetColorTagText": "Tag badge text color",
|
|
102
|
+
"cfgWidgetColorTagText_tt": "Text color of the tag badge",
|
|
103
|
+
"cfgWidgetColorAccent": "Accent color",
|
|
104
|
+
"cfgWidgetColorAccent_tt": "Accent color for links and buttons in the widget",
|
|
105
|
+
"cfgWidgetColorModalBg": "Modal background",
|
|
106
|
+
"cfgWidgetColorModalBg_tt": "Background color of the video player dialog",
|
|
107
|
+
"cfgWidgetBorderRadius": "Border radius (px)",
|
|
108
|
+
"cfgWidgetBorderRadius_tt": "Corner radius of thumbnail tiles in pixels (0 = square)",
|
|
109
|
+
"hdrDashTheme": "Colors & Design",
|
|
110
|
+
"cfgDashColorBg": "Background",
|
|
111
|
+
"cfgDashColorBg_tt": "Main background color of the dashboard",
|
|
112
|
+
"cfgDashColorSurface": "Surface / Cards",
|
|
113
|
+
"cfgDashColorSurface_tt": "Background color of tiles and cards",
|
|
114
|
+
"cfgDashColorAccent": "Accent color",
|
|
115
|
+
"cfgDashColorAccent_tt": "Main accent color (buttons, active elements, borders)",
|
|
116
|
+
"cfgDashColorText": "Text color",
|
|
117
|
+
"cfgDashColorText_tt": "Primary text color",
|
|
118
|
+
"cfgDashColorBorder": "Border color",
|
|
119
|
+
"cfgDashColorBorder_tt": "Color of dividers and borders",
|
|
120
|
+
"cfgDashColorOnline": "Online color",
|
|
121
|
+
"cfgDashColorOnline_tt": "Color of the online status indicator",
|
|
122
|
+
"cfgDashColorOffline": "Offline color",
|
|
123
|
+
"cfgDashColorOffline_tt": "Color of the offline status indicator",
|
|
124
|
+
"cfgDashTagPosition": "Tag badge position",
|
|
125
|
+
"cfgDashTagPosition_tt": "Corner of the recording tile where the tag badge appears",
|
|
126
|
+
"cfgDashBtnsVisible": "Przyciski zawsze widoczne",
|
|
127
|
+
"cfgDashBtnsVisible_tt": "Zawsze pokazuj przyciski nagrywania i PTZ (w przeciwnym razie tylko po najechaniu)",
|
|
128
|
+
"hdrGo2rtc": "Strumienie WebRTC go2rtc",
|
|
129
|
+
"cfgGo2rtcEnabled": "Włącz go2rtc",
|
|
130
|
+
"cfgGo2rtcEnabled_tt": "Używaj strumieni WebRTC z go2rtc zamiast MJPEG",
|
|
131
|
+
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
|
+
"cfgGo2rtcUrl_tt": "Bazowy URL serwera go2rtc, np. http://192.168.1.1:1984",
|
|
133
|
+
"cfgGo2rtcMapping": "Mapowanie strumieni",
|
|
134
|
+
"cfgGo2rtcMapping_tt": "Przypisuje każdą kamerę AgentDVR do strumienia go2rtc. Dodaj jeden wiersz na kamerę. Kamery bez wpisu używają MJPEG.",
|
|
135
|
+
"cfgGo2rtcCamKey": "Klucz kamery AgentDVR (np. cam_8_Reolink)",
|
|
136
|
+
"cfgGo2rtcStream": "Nazwa strumienia go2rtc (np. Reolink)"
|
|
41
137
|
}
|
package/admin/i18n/pt.json
CHANGED
|
@@ -37,5 +37,101 @@
|
|
|
37
37
|
"cfgEventTagsDynamic": "Detetar automaticamente tags de eventos das gravações",
|
|
38
38
|
"cfgEventTagsIgnore": "Tags de eventos a ignorar (separadas por vírgulas)",
|
|
39
39
|
"cfgEventTags": "Tags de eventos fixas a criar sempre (separadas por vírgulas)",
|
|
40
|
-
"cfgEnableSnapshotB64": "Snapshot como Base64
|
|
40
|
+
"cfgEnableSnapshotB64": "Snapshot como Base64",
|
|
41
|
+
"hdrControls": "Control Buttons",
|
|
42
|
+
"hdrEvents": "Events & Push",
|
|
43
|
+
"hdrDisplay": "Display",
|
|
44
|
+
"hdrDebug": "Debug",
|
|
45
|
+
"hdrWidgetGeneral": "Gallery Widget",
|
|
46
|
+
"hdrWidgetLayout": "Layout",
|
|
47
|
+
"hdrWidgetTags": "Tags",
|
|
48
|
+
"hdrWidgetPlayer": "Livestream & Player",
|
|
49
|
+
"cfgEnableSystemControls_tt": "Arm/Disarm/Restart buttons, profile selector and all system-wide control commands",
|
|
50
|
+
"cfgEnablePtz_tt": "Hold switches for PTZ (left/right/up/down/zoom) per camera",
|
|
51
|
+
"cfgEnableUrls_tt": "URL states for snapshot, MJPEG and MP4 stream per camera",
|
|
52
|
+
"cfgEnableSnapshotB64_tt": "Save camera image as Base64 on every poll (photo.jpg, full resolution). Refresh button always present.",
|
|
53
|
+
"cfgEnableEventDps_tt": "Mirror metadata of the last recording (filename, date, duration, tags)",
|
|
54
|
+
"cfgEnablePush_tt": "Push trigger state is updated immediately when AgentDVR reports a new recording",
|
|
55
|
+
"cfgEnableOverview_tt": "Estado HTML com todas as câmeras em grade (para visualizações, painéis, etc.)",
|
|
56
|
+
"cfgStoreRawJson_tt": "Write full getObjects response to system.raw_getObjects (useful for debugging)",
|
|
57
|
+
"cfgEnableWidget_tt": "Galeria HTML com as últimas gravações por câmera (para visualizações, painéis, etc.)",
|
|
58
|
+
"cfgWidgetMode_tt": "Pure HTML/CSS compatible everywhere. Full JS with search field and tag filter (requires script execution).",
|
|
59
|
+
"cfgWidgetAnzahl_tt": "Maximum number of recordings in the gallery per camera",
|
|
60
|
+
"cfgWidgetMinCol_tt": "Minimum column width of the gallery grid in pixels",
|
|
61
|
+
"cfgWidgetMaxModalWidth_tt": "Maximum width of the video player in the modal dialog in pixels",
|
|
62
|
+
"cfgWidgetShowTags_tt": "Show event tags as colored badge labels on gallery tiles",
|
|
63
|
+
"cfgWidgetTagPosition_tt": "Corner of the image where the tag badge appears",
|
|
64
|
+
"cfgWidgetLiveAspect_tt": "Aspect ratio of the livestream tile e.g. 16/9. Leave empty for automatic.",
|
|
65
|
+
"cfgWidgetPlayerUrl_tt": "URL of an external video player. Leave empty for built-in player.",
|
|
66
|
+
"hdrWidgetFilter": "Filter & Sort",
|
|
67
|
+
"cfgWidgetSortNewest": "Newest first",
|
|
68
|
+
"cfgWidgetSortNewest_tt": "Sort recordings by date, newest first",
|
|
69
|
+
"cfgWidgetShowSearch": "Show search field (JS mode only)",
|
|
70
|
+
"cfgWidgetShowSearch_tt": "Show text search over date, tag and filename in JS mode",
|
|
71
|
+
"cfgWidgetCompact": "Compact layout",
|
|
72
|
+
"cfgWidgetCompact_tt": "Smaller spacing and font – more entries at a glance (works in both modes)",
|
|
73
|
+
"cfgWidgetDefaultTag": "Default tag filter (empty = all)",
|
|
74
|
+
"cfgWidgetDefaultTag_tt": "This tag is pre-selected on first load (JS mode only)",
|
|
75
|
+
"cfgWidgetThumbSize": "Thumbnail size",
|
|
76
|
+
"cfgWidgetThumbSize_tt": "Width of preview images in the gallery (overrides min. column width)",
|
|
77
|
+
"cfgWidgetThumbSmall": "Small (120 px)",
|
|
78
|
+
"cfgWidgetThumbMedium": "Medium (180 px)",
|
|
79
|
+
"cfgWidgetThumbLarge": "Large (240 px)",
|
|
80
|
+
"tabDashboard": "Live Dashboard",
|
|
81
|
+
"hdrDashView": "View",
|
|
82
|
+
"cfgDashDefaultView": "Default view on open",
|
|
83
|
+
"cfgDashDefaultView_tt": "Which tab is active when the dashboard opens",
|
|
84
|
+
"cfgDashViewLive": "Live view",
|
|
85
|
+
"cfgDashViewRec": "Recordings",
|
|
86
|
+
"cfgDashShowOffline": "Show offline cameras",
|
|
87
|
+
"cfgDashShowOffline_tt": "Include cameras that are currently offline in the live grid",
|
|
88
|
+
"hdrDashGrid": "Camera grid",
|
|
89
|
+
"cfgDashGridCols": "Column count (0 = automatic)",
|
|
90
|
+
"cfgDashGridCols_tt": "Force a fixed number of camera columns. 0 = optimal count is calculated automatically.",
|
|
91
|
+
"hdrDashStream": "Stream & Refresh",
|
|
92
|
+
"cfgDashRefreshSec": "Reload camera list every (seconds)",
|
|
93
|
+
"cfgDashRefreshSec_tt": "How often the camera list is reloaded from the server (0 = no automatic reload)",
|
|
94
|
+
"cfgDashStreamReconnect": "Auto-reconnect stream on error",
|
|
95
|
+
"cfgDashStreamReconnect_tt": "Automatically restart the MJPEG stream after a connection drop",
|
|
96
|
+
"hdrWidgetTheme": "Colors & Design",
|
|
97
|
+
"cfgWidgetColorCardBg": "Tile background",
|
|
98
|
+
"cfgWidgetColorCardBg_tt": "Background color of thumbnail tiles – rgba(r,g,b,a) or #hex",
|
|
99
|
+
"cfgWidgetColorTagBg": "Tag badge background",
|
|
100
|
+
"cfgWidgetColorTagBg_tt": "Background color of the tag badge",
|
|
101
|
+
"cfgWidgetColorTagText": "Tag badge text color",
|
|
102
|
+
"cfgWidgetColorTagText_tt": "Text color of the tag badge",
|
|
103
|
+
"cfgWidgetColorAccent": "Accent color",
|
|
104
|
+
"cfgWidgetColorAccent_tt": "Accent color for links and buttons in the widget",
|
|
105
|
+
"cfgWidgetColorModalBg": "Modal background",
|
|
106
|
+
"cfgWidgetColorModalBg_tt": "Background color of the video player dialog",
|
|
107
|
+
"cfgWidgetBorderRadius": "Border radius (px)",
|
|
108
|
+
"cfgWidgetBorderRadius_tt": "Corner radius of thumbnail tiles in pixels (0 = square)",
|
|
109
|
+
"hdrDashTheme": "Colors & Design",
|
|
110
|
+
"cfgDashColorBg": "Background",
|
|
111
|
+
"cfgDashColorBg_tt": "Main background color of the dashboard",
|
|
112
|
+
"cfgDashColorSurface": "Surface / Cards",
|
|
113
|
+
"cfgDashColorSurface_tt": "Background color of tiles and cards",
|
|
114
|
+
"cfgDashColorAccent": "Accent color",
|
|
115
|
+
"cfgDashColorAccent_tt": "Main accent color (buttons, active elements, borders)",
|
|
116
|
+
"cfgDashColorText": "Text color",
|
|
117
|
+
"cfgDashColorText_tt": "Primary text color",
|
|
118
|
+
"cfgDashColorBorder": "Border color",
|
|
119
|
+
"cfgDashColorBorder_tt": "Color of dividers and borders",
|
|
120
|
+
"cfgDashColorOnline": "Online color",
|
|
121
|
+
"cfgDashColorOnline_tt": "Color of the online status indicator",
|
|
122
|
+
"cfgDashColorOffline": "Offline color",
|
|
123
|
+
"cfgDashColorOffline_tt": "Color of the offline status indicator",
|
|
124
|
+
"cfgDashTagPosition": "Tag badge position",
|
|
125
|
+
"cfgDashTagPosition_tt": "Corner of the recording tile where the tag badge appears",
|
|
126
|
+
"cfgDashBtnsVisible": "Botões sempre visíveis",
|
|
127
|
+
"cfgDashBtnsVisible_tt": "Mostrar sempre os botões de gravação e PTZ (caso contrário, só ao passar o rato)",
|
|
128
|
+
"hdrGo2rtc": "Streams WebRTC go2rtc",
|
|
129
|
+
"cfgGo2rtcEnabled": "Ativar go2rtc",
|
|
130
|
+
"cfgGo2rtcEnabled_tt": "Usar streams WebRTC do go2rtc em vez de MJPEG",
|
|
131
|
+
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
|
+
"cfgGo2rtcUrl_tt": "URL base do servidor go2rtc, ex. http://192.168.1.1:1984",
|
|
133
|
+
"cfgGo2rtcMapping": "Mapeamento de streams",
|
|
134
|
+
"cfgGo2rtcMapping_tt": "Mapeia cada câmera AgentDVR para um stream go2rtc. Adicione uma linha por câmera. Câmeras sem entrada usam MJPEG.",
|
|
135
|
+
"cfgGo2rtcCamKey": "Chave de câmera AgentDVR (ex. cam_8_Reolink)",
|
|
136
|
+
"cfgGo2rtcStream": "Nome do stream go2rtc (ex. Reolink)"
|
|
41
137
|
}
|