Skip to content

Commit

Permalink
Translated using Weblate (Portuguese)
Browse files Browse the repository at this point in the history
Currently translated at 49.0% (75 of 153 strings)

Added translation using Weblate (Portuguese)

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: Luis Caetano <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/pt/
Translation: Adaptive Lighting/Adaptive Lighting
  • Loading branch information
weblate and luixcaetano committed Oct 3, 2023
1 parent 6e59e39 commit 67f3b2e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions custom_components/adaptive_lighting/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"title": "Iluminação Adaptativa",
"services": {
"change_switch_settings": {
"fields": {
"sunrise_offset": {
"description": "Ajustar a hora do nascer do sol com um offset positivo ou negativo em segundos. ⏰"
},
"only_once": {
"description": "Adaptar as luzes apenas quando estão ligadas (`true`) ou continuar a adaptá-las (`false`)."
},
"sunset_offset": {
"description": "Ajustar a hora do pôr do sol com um offset positivo ou negativo em segundos. ⏰"
}
}
},
"apply": {
"description": "Aplica as definições atuais da Iluminação Adaptativa às luzes.",
"fields": {
"lights": {
"description": "Uma luz (ou lista de luzes) para a qual serão aplicadas as definições.💡"
}
}
}
},
"config": {
"abort": {
"already_configured": "Este dispositivo já está configurado"
}
},
"options": {
"step": {
"init": {
"data_description": {
"sunrise_offset": "Ajustar a hora do nascer do sol com um offset positivo ou negativo em segundos. ⏰",
"sunset_offset": "Ajustar a hora do pôr do sol com um offset positivo ou negativo em segundos. ⏰"
},
"title": "Opções da Iluminação Adaptativa"
}
}
}
}

0 comments on commit 67f3b2e

Please sign in to comment.