Translated using Weblate (Spanish)

Currently translated at 100.0% (48 of 48 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (65 of 65 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (110 of 110 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (48 of 48 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (43 of 43 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (176 of 176 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (23 of 23 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (103 of 103 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (331 of 331 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (176 of 176 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (328 of 328 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (328 of 328 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (97 of 97 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (95 of 95 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (110 of 110 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (48 of 48 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (48 of 48 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (328 of 328 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Sotski Eugene <jekakmail@gmail.com>
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-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-events/es/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/es/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/es/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/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-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-search
Translation: Frigate NVR/views-settings
Translation: Frigate NVR/views-system
This commit is contained in:
Hosted Weblate
2025-04-28 16:35:25 -06:00
committed by Nicolas Mowen
co-authored by Sotski Eugene jjavin
parent bd55823d10
commit 236406e1ee
10 changed files with 105 additions and 30 deletions
+12 -4
View File
@@ -35,13 +35,15 @@
"deleteFaceAttempts": "Eliminar intentos de rostro",
"addFace": "Agregar rostro",
"uploadImage": "Subir imagen",
"reprocessFace": "Reprocesar rostro"
"reprocessFace": "Reprocesar rostro",
"renameFace": "Renombrar Rostro",
"deleteFace": "Eliminar Rostro"
},
"imageEntry": {
"validation": {
"selectImage": "Por favor, selecciona un archivo de imagen."
},
"dropActive": "Suelta la imagen aquí...",
"dropActive": "Suelta la imagen aquí",
"dropInstructions": "Arrastra y suelta una imagen aquí, o haz clic para seleccionar",
"maxSize": "Tamaño máximo: {{size}}MB"
},
@@ -56,7 +58,8 @@
"deletedFace_one": "{{count}} rostro eliminado con éxito",
"deletedFace_many": "{{count}} rostros eliminados con éxito",
"deletedFace_other": "{{count}} rostros eliminados con éxito",
"uploadedImage": "Imagen subida con éxito."
"uploadedImage": "Imagen subida con éxito.",
"renamedFace": "Rostro renombrado con éxito a {{name}}"
},
"error": {
"uploadingImageFailed": "No se pudo subir la imagen: {{errorMessage}}",
@@ -64,7 +67,8 @@
"deleteFaceFailed": "No se pudo eliminar: {{errorMessage}}",
"deleteNameFailed": "No se pudo eliminar el nombre: {{errorMessage}}",
"trainFailed": "No se pudo entrenar: {{errorMessage}}",
"updateFaceScoreFailed": "No se pudo actualizar la puntuación del rostro: {{errorMessage}}"
"updateFaceScoreFailed": "No se pudo actualizar la puntuación del rostro: {{errorMessage}}",
"renameFaceFailed": "No se pudo renombrar el rostro: {{errorMessage}}"
}
},
"readTheDocs": "Leer la documentación",
@@ -74,5 +78,9 @@
"faceName": "Introducir Nombre de Rostro",
"uploadFace": "Subir Imagen de Rostro",
"nextSteps": "Próximos Pasos"
},
"renameFace": {
"title": "Renombrar Rostro",
"desc": "Introduce un nuevo nombre para {{name}}"
}
}