Skip to content

Commit

Permalink
Translated using Weblate (Spanish)
Browse files Browse the repository at this point in the history
Currently translated at 47.0% (72 of 153 strings)

Added translation using Weblate (Spanish)

Co-authored-by: Fernando Belaza <[email protected]>
Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/es/
Translation: Adaptive Lighting/Adaptive Lighting
  • Loading branch information
weblate and KilFer committed Aug 21, 2023
1 parent a4f435f commit 9f6096f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions custom_components/adaptive_lighting/translations/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"title": "Iluminación Adaptativa",
"options": {
"step": {
"init": {
"title": "Configuración de la Iluminación Adaptativa",
"data_description": {
"sunset_offset": "Define la hora de la puesta del sol con un desfase (positivo o negativo) en segundos. ⏰",
"sunrise_offset": "Define la hora de la salida del sol con un desfase (positivo o negativo) en segundos. ⏰"
}
}
}
},
"services": {
"apply": {
"fields": {
"lights": {
"description": "Luz (o listado de luces) sobre las que aplicar la configuración. 💡"
}
}
},
"change_switch_settings": {
"fields": {
"sunrise_offset": {
"description": "Define la hora de la salida del sol con un desfase (positivo o negativo) en segundos. ⏰"
},
"sunset_offset": {
"description": "Define la hora de la puesta del sol con un desfase (positivo o negativo) en segundos. ⏰"
},
"only_once": {
"description": "Adaptar las luces solo cuando se enciendan ('true`) o hacerlo siempre (`false`). 🔄"
}
}
}
}
}

0 comments on commit 9f6096f

Please sign in to comment.