mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Translated using Weblate (Portuguese)
Currently translated at 49.0% (75 of 153 strings) Added translation using Weblate (Portuguese) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Luis Caetano <luixcaetano@gmail.com> Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/pt/ Translation: Adaptive Lighting/Adaptive Lighting
This commit is contained in:
parent
e08fc141cf
commit
276dd9e582
1 changed files with 42 additions and 0 deletions
42
custom_components/adaptive_lighting/translations/pt.json
Normal file
42
custom_components/adaptive_lighting/translations/pt.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue