mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 11:31:28 +08:00

Currently translated at 99.1% (117 of 118 strings) Translated using Weblate (Spanish) Currently translated at 98.7% (82 of 83 strings) Translated using Weblate (Spanish) Currently translated at 97.5% (119 of 122 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (72 of 72 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Spanish) Currently translated at 82.2% (380 of 462 strings) Translated using Weblate (Spanish) Currently translated at 99.4% (191 of 192 strings) Translated using Weblate (Spanish) Currently translated at 98.7% (82 of 83 strings) Translated using Weblate (Spanish) Currently translated at 97.4% (115 of 118 strings) Translated using Weblate (Spanish) Currently translated at 96.3% (80 of 83 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (26 of 26 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (10 of 10 strings) Translated using Weblate (Spanish) Currently translated at 97.2% (70 of 72 strings) Co-authored-by: Carlos Sanchez <carlosesh@outlook.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: glafe <tazefr@gmail.com> Co-authored-by: Álex Díaz <adiaz@okode.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/es/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/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/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-live Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
134 lines
4.6 KiB
JSON
134 lines
4.6 KiB
JSON
{
|
|
"restart": {
|
|
"restarting": {
|
|
"title": "Frigate se está reiniciando",
|
|
"button": "Forzar recarga ahora",
|
|
"content": "Esta página se recargará en {{countdown}} segundos."
|
|
},
|
|
"title": "¿Estás seguro de que quieres reiniciar Frigate?",
|
|
"button": "Reiniciar"
|
|
},
|
|
"explore": {
|
|
"plus": {
|
|
"submitToPlus": {
|
|
"label": "Enviar a Frigate+",
|
|
"desc": "Los objetos en ubicaciones que deseas evitar no son falsos positivos. Enviarlos como falsos positivos confundirá al modelo."
|
|
},
|
|
"review": {
|
|
"false": {
|
|
"label": "No confirmar esta etiqueta para Frigate Plus",
|
|
"false_one": "Esto no es un {{label}}",
|
|
"false_many": "Esto no es un {{label}}",
|
|
"false_other": "Esto no es un {{label}}"
|
|
},
|
|
"true": {
|
|
"true_one": "Esto es un {{label}}",
|
|
"true_many": "Esto es un {{label}}",
|
|
"true_other": "Esto es un {{label}}",
|
|
"label": "Confirmar esta etiqueta para Frigate+"
|
|
},
|
|
"state": {
|
|
"submitted": "Enviado"
|
|
},
|
|
"question": {
|
|
"label": "Confirmar esta etiqueta para Frigate Plus",
|
|
"ask_a": "¿Es este objeto un <code>{{label}}</code>?",
|
|
"ask_an": "¿Es este objeto un <code>{{label}}</code>?",
|
|
"ask_full": "¿Es este objeto un <code>{{untranslatedLabel}}</code> ({{translatedLabel}})?"
|
|
}
|
|
}
|
|
},
|
|
"video": {
|
|
"viewInHistory": "Ver en el historial"
|
|
}
|
|
},
|
|
"export": {
|
|
"time": {
|
|
"fromTimeline": "Seleccionar desde la línea de tiempo",
|
|
"lastHour_one": "Última hora",
|
|
"lastHour_many": "Últimas {{count}} horas",
|
|
"lastHour_other": "Últimas {{count}} horas",
|
|
"custom": "Personalizado",
|
|
"start": {
|
|
"title": "Hora de inicio",
|
|
"label": "Seleccionar hora de inicio"
|
|
},
|
|
"end": {
|
|
"title": "Hora de finalización",
|
|
"label": "Seleccionar hora de finalización"
|
|
}
|
|
},
|
|
"name": {
|
|
"placeholder": "Nombrar la exportación"
|
|
},
|
|
"select": "Seleccionar",
|
|
"export": "Exportar",
|
|
"toast": {
|
|
"error": {
|
|
"failed": "No se pudo iniciar la exportación: {{error}}",
|
|
"noVaildTimeSelected": "No se seleccionó un rango de tiempo válido.",
|
|
"endTimeMustAfterStartTime": "La hora de finalización debe ser posterior a la hora de inicio."
|
|
},
|
|
"success": "Exportación iniciada con éxito. Ver el archivo en la carpeta /exports."
|
|
},
|
|
"fromTimeline": {
|
|
"saveExport": "Guardar exportación",
|
|
"previewExport": "Vista previa de la exportación"
|
|
},
|
|
"selectOrExport": "Seleccionar o exportar"
|
|
},
|
|
"streaming": {
|
|
"restreaming": {
|
|
"disabled": "La retransmisión no está habilitada para esta cámara.",
|
|
"desc": {
|
|
"title": "Configura go2rtc para opciones adicionales de vista en vivo y audio para esta cámara.",
|
|
"readTheDocumentation": "Leer la documentación"
|
|
}
|
|
},
|
|
"debugView": "Vista de depuración",
|
|
"label": "Transmisión",
|
|
"showStats": {
|
|
"label": "Mostrar estadísticas de transmisión",
|
|
"desc": "Habilita esta opción para mostrar las estadísticas de transmisión como una superposición en la imagen de la cámara."
|
|
}
|
|
},
|
|
"search": {
|
|
"saveSearch": {
|
|
"label": "Guardar búsqueda",
|
|
"desc": "Proporciona un nombre para esta búsqueda guardada.",
|
|
"overwrite": "{{searchName}} ya existe. Guardar sobrescribirá el valor existente.",
|
|
"success": "La búsqueda ({{searchName}}) ha sido guardada.",
|
|
"button": {
|
|
"save": {
|
|
"label": "Guardar esta búsqueda"
|
|
}
|
|
},
|
|
"placeholder": "Introduce un nombre para tu búsqueda"
|
|
}
|
|
},
|
|
"recording": {
|
|
"confirmDelete": {
|
|
"title": "Confirmar eliminación",
|
|
"desc": {
|
|
"selected": "¿Estás seguro de que quieres eliminar todo el video grabado asociado con este elemento de revisión?<br /><br />Mantén presionada la tecla <em>Shift</em> para omitir este diálogo en el futuro."
|
|
},
|
|
"toast": {
|
|
"success": "El metraje de video asociado con los elementos de revisión seleccionados se ha eliminado con éxito.",
|
|
"error": "No se pudo eliminar: {{error}}"
|
|
}
|
|
},
|
|
"button": {
|
|
"export": "Exportar",
|
|
"markAsReviewed": "Marcar como revisado",
|
|
"deleteNow": "Eliminar ahora"
|
|
}
|
|
},
|
|
"imagePicker": {
|
|
"selectImage": "Seleccione la miniatura de un objeto rastreado",
|
|
"search": {
|
|
"placeholder": "Búsqueda por etiqueta o sub-etiqueta..."
|
|
},
|
|
"noImages": "No se encontraron miniaturas para esta cámara"
|
|
}
|
|
}
|