Files
frigate/web/public/locales/es/views/search.json
T
Hosted WeblateandJosh Hawkins c639e58dad Update translation files
Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/
Translation: Frigate NVR/Config - Cameras
Translation: Frigate NVR/Config - Global
Translation: Frigate NVR/audio
Translation: Frigate NVR/common
Translation: Frigate NVR/components-camera
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-filter
Translation: Frigate NVR/components-player
Translation: Frigate NVR/objects
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-live
Translation: Frigate NVR/views-motionSearch
Translation: Frigate NVR/views-search
Translation: Frigate NVR/views-settings
Translation: Frigate NVR/views-system
2026-09-12 16:32:31 -05:00

74 lines
2.9 KiB
JSON

{
"search": "Búsqueda",
"savedSearches": "Búsquedas Guardadas",
"searchFor": "Búsqueda de {{inputValue}}",
"button": {
"save": "Guardar búsqueda",
"delete": "Eliminar búsqueda guardada",
"clear": "Borrar búsqueda",
"filterInformation": "Información de filtro",
"filterActive": "Filtros activos"
},
"trackedObjectId": "ID de Objeto Rastreado",
"filter": {
"label": {
"cameras": "Cámaras",
"labels": "Etiquetas",
"zones": "Zonas",
"sub_labels": "Subetiquetas",
"search_type": "Tipo de Búsqueda",
"time_range": "Rango de Tiempo",
"before": "Antes",
"after": "Después",
"min_score": "Puntuación Mínima",
"max_score": "Puntuación Máxima",
"min_speed": "Velocidad Mínima",
"max_speed": "Velocidad Máxima",
"recognized_license_plate": "Matrícula Reconocida",
"has_clip": "Tiene Clip",
"has_snapshot": "Tiene Instantánea",
"attributes": "Atributos"
},
"searchType": {
"thumbnail": "Miniatura",
"description": "Descripción"
},
"toast": {
"error": {
"maxSpeedMustBeGreaterOrEqualMinSpeed": "La 'velocidad máxima' debe ser mayor o igual que la 'velocidad mínima'.",
"maxScoreMustBeGreaterOrEqualMinScore": "La 'puntuación máxima' debe ser mayor o igual que la 'puntuación mínima'.",
"beforeDateBeLaterAfter": "La fecha 'antes' debe ser posterior a la fecha 'después'.",
"minScoreMustBeLessOrEqualMaxScore": "La 'puntuación mínima' debe ser menor o igual que la 'puntuación máxima'.",
"minSpeedMustBeLessOrEqualMaxSpeed": "La 'velocidad mínima' debe ser menor o igual que la 'velocidad máxima'.",
"afterDatebeEarlierBefore": "La fecha 'después' debe ser anterior a la fecha 'antes'."
}
},
"tips": {
"title": "Cómo usar filtros de texto",
"desc": {
"text": "Los filtros te ayudan a reducir los resultados de tu búsqueda. Aquí te explicamos cómo usarlos en el campo de entrada:",
"step4": "Los filtros de fecha (antes: y después:) usan el formato {{DateFormat}}.",
"step6": "Elimina filtros haciendo clic en la 'x' junto a ellos.",
"exampleLabel": "Ejemplo:",
"step1": "Escribe un nombre de clave de filtro seguido de dos puntos (por ejemplo, \"cámaras:\").",
"step2": "Selecciona un valor de las sugerencias o escribe el tuyo propio.",
"step3": "Usa múltiples filtros añadiéndolos uno tras otro con un espacio entre ellos.",
"step5": "El filtro de rango de tiempo usa el formato {{exampleTime}}."
}
},
"header": {
"currentFilterType": "Valores de Filtro",
"noFilters": "Filtros",
"activeFilters": "Filtros Activos"
}
},
"similaritySearch": {
"title": "Búsqueda por Similitud",
"active": "Búsqueda por similitud activa",
"clear": "Borrar búsqueda por similitud"
},
"placeholder": {
"search": "Buscar…"
}
}