mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-27 14:51:52 +03:00
Currently translated at 100.0% (237 of 237 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (471 of 471 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (101 of 101 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (1122 of 1122 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (792 of 792 strings) Translated using Weblate (Spanish) Currently translated at 52.5% (31 of 59 strings) Translated using Weblate (Spanish) Currently translated at 99.4% (174 of 175 strings) Translated using Weblate (Spanish) Currently translated at 23.3% (110 of 471 strings) Translated using Weblate (Spanish) Currently translated at 68.8% (31 of 45 strings) Translated using Weblate (Spanish) Currently translated at 21.8% (173 of 792 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (100 of 100 strings) Translated using Weblate (Spanish) Currently translated at 62.3% (63 of 101 strings) Translated using Weblate (Spanish) Currently translated at 40.6% (35 of 86 strings) Translated using Weblate (Spanish) Currently translated at 80.0% (32 of 40 strings) Translated using Weblate (Spanish) Currently translated at 67.6% (759 of 1122 strings) Translated using Weblate (Spanish) Currently translated at 70.3% (45 of 64 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: jjavin <javiernovoa@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-chat/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-replay/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/es/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-events Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-live Translation: Frigate NVR/views-motionSearch Translation: Frigate NVR/views-replay Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
46 lines
1.9 KiB
JSON
46 lines
1.9 KiB
JSON
{
|
|
"documentTitle": "Búsqueda por movimiento - Frigate",
|
|
"title": "Búsqueda por movimiento",
|
|
"description": "Dibuja un polígono para definir la región de interés y especifica un intervalo de tiempo para buscar cambios de movimiento dentro de esa región.",
|
|
"selectCamera": "Búsqueda por movimiento se está cargando",
|
|
"startSearch": "Iniciar búsqueda",
|
|
"searchStarted": "Búsqueda iniciada",
|
|
"searchCancelled": "Búsqueda cancelada",
|
|
"cancelSearch": "Cancelar",
|
|
"searching": "Búsqueda en progreso.",
|
|
"searchComplete": "Búsqueda completada",
|
|
"noResultsYet": "Ejecuta una búsqueda para encontrar cambios de movimiento en la región seleccionada",
|
|
"noChangesFound": "No se detectaron cambios de píxeles en la región seleccionada",
|
|
"changesFound_one": "Encontrado {{count}} cambio de movimiento",
|
|
"changesFound_many": "Encontrados {{count}} cambios de movimiento",
|
|
"changesFound_other": "Encontrados {{count}} cambios de movimiento",
|
|
"framesProcessed": "{{count}} fotogramas procesados",
|
|
"jumpToTime": "Saltar a este tiempo",
|
|
"results": "Resultados",
|
|
"showSegmentHeatmap": "Mapa de calor",
|
|
"newSearch": "Nueva búsqueda",
|
|
"clearResults": "Borrar resultados",
|
|
"clearROI": "Borrar polígono",
|
|
"polygonControls": {
|
|
"points_one": "{{count}} punto",
|
|
"points_many": "{{count}} puntos",
|
|
"points_other": "{{count}} puntos",
|
|
"undo": "Deshacer el último punto",
|
|
"reset": "Restablecer polígono"
|
|
},
|
|
"motionHeatmapLabel": "Mapa de calor de movimiento",
|
|
"dialog": {
|
|
"title": "Búsqueda de movimiento",
|
|
"cameraLabel": "Cámara",
|
|
"previewAlt": "Vista previa de la cámara {{camera}}"
|
|
},
|
|
"timeRange": {
|
|
"title": "Rango de búsqueda",
|
|
"start": "Hora de inicio",
|
|
"end": "Hora de finalización"
|
|
},
|
|
"settings": {
|
|
"title": "Ajustes de búsqueda"
|
|
}
|
|
}
|