Skip to content

Commit

Permalink
Update Spanish translation with new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed Dec 21, 2023
1 parent 14bc2aa commit 01759b7
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion src/localize/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"old_configuration_migration_link": "Guía de migrado."
},
"map_mode": {
"invalid": "Plantilla no válida!",
"invalid": "¡Plantilla no válida!",
"vacuum_goto": "Marcar e ir",
"vacuum_goto_predefined": "Puntos",
"vacuum_clean_segment": "Habitaciones",
Expand Down Expand Up @@ -185,11 +185,37 @@
"cleaned_area": {
"label": "Área limpiada"
},
"total_cleaned_area": {
"label": "Área total limpiada"
},
"cleaning_time": {
"label": "Tiempo de limpieza"
},
"total_cleaning_time": {
"label": "Tiempo de limpieza total"
},
"mop_left": {
"label": "Mopa"
},
"bin_full": {
"label": "Contenedor lleno",
"value": {
"true": "Si",
"false": "No"
}
},
"bin_present": {
"label": "Contenedor presente",
"value": {
"true": "Si",
"false": "No"
}
},
"water_volume": {
"label": "Volúmen de agua"
},
"mop_pad_humidity": {
"label": "Mopa"
}
},
"icon": {
Expand Down Expand Up @@ -225,6 +251,18 @@
"vacuum_platform": "Plataforma de la aspiradora (requerido)",
"map_locked": "Bloquear mapa (opcional)",
"two_finger_pan": "Mover con dos dedos (opcional)"
"platforms_documentation": "Plataforma de documentación elegida ({0})",
"selection": "Selección:",
"copy": "Copiar",
"copied": "¡Copiado!",
"set_static_config": "Generar configuración estática",
"config_set": "¡Configuración establecida!\nAbre el editor de configuración para ajustarla.",
"config_set_failed": "Error al actualizar la configuración.",
"generate_rooms_config": "Generar la configuración de habitaciones",
"copy_service_call": "Copiar la llamada al servicio"
},
"alerts": {
"set_static_config": "Sólo se debe utilizar esta función si desea ajustar la configuración generada automáticamente..\n¿Continuar?"
}
}
}

0 comments on commit 01759b7

Please sign in to comment.