From 276dd9e5826f053a43d5bf6650de7be0f327d73e Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Wed, 4 Oct 2023 20:10:12 +0200 Subject: [PATCH] Translated using Weblate (Portuguese) Currently translated at 49.0% (75 of 153 strings) Added translation using Weblate (Portuguese) Co-authored-by: Hosted Weblate Co-authored-by: Luis Caetano Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/pt/ Translation: Adaptive Lighting/Adaptive Lighting --- .../adaptive_lighting/translations/pt.json | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 custom_components/adaptive_lighting/translations/pt.json diff --git a/custom_components/adaptive_lighting/translations/pt.json b/custom_components/adaptive_lighting/translations/pt.json new file mode 100644 index 00000000..f3230f6a --- /dev/null +++ b/custom_components/adaptive_lighting/translations/pt.json @@ -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" + } + } + } +}