diff --git a/translations/cs.json b/translations/cs.json index 350a1e9d2f..1ce72ae278 100644 --- a/translations/cs.json +++ b/translations/cs.json @@ -236,6 +236,22 @@ "initializing": "Inicializace ({query_stage})", "dead": "Nereaguje ({query_stage})" } + }, + "weather": { + "clear_night": "Jasná noc", + "cloudy": "Zataženo", + "fog": "Mlha", + "hail": "Krupobití", + "lightning": "Bouře", + "lightning_rainy": "Bouře a déšť", + "partlycloudy": "Polojasno", + "pouring": "Liják", + "rainy": "Déšť", + "snowy": "Sníh", + "snowy_rainy": "Déšť se sněhem", + "sunny": "Slunečno", + "windy": "Větrno", + "windy_variant": "Větrno" } }, "state_badge": { @@ -525,6 +541,40 @@ }, "persistent_notification": { "dismiss": "Zavřít" + }, + "scene": { + "activate": "Aktivovat" + }, + "script": { + "execute": "Vykonat" + }, + "weather": { + "attributes": { + "air_pressure": "Tlak vzduchu", + "humidity": "Vlhkost vzduchu", + "temperature": "Teplota", + "visibility": "Viditelnost", + "wind_speed": "Rychlost větru" + }, + "cardinal_direction": { + "e": "V", + "ene": "VSV", + "ese": "VJV", + "n": "S", + "ne": "SV", + "nne": "SSV", + "nw": "SZ", + "nnw": "SSZ", + "s": "J", + "se": "JV", + "sse": "JJV", + "ssw": "JJZ", + "sw": "JZ", + "w": "Z", + "wnw": "ZSZ", + "wsw": "ZJZ" + }, + "forecast": "Předpověď" } }, "components": { diff --git a/translations/nl.json b/translations/nl.json index 53e7a26547..5a481e15c7 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -553,26 +553,26 @@ "air_pressure": "Luchtdruk", "humidity": "Vochtigheid", "temperature": "Temperatuur", - "visibility": "Zichtbaarheid", + "visibility": "Zicht", "wind_speed": "Windsnelheid" }, "cardinal_direction": { - "e": "E", - "ene": "ENE", - "ese": "ESE", + "e": "O", + "ene": "ONO", + "ese": "OZO", "n": "N", - "ne": "NE", - "nne": "NNE", + "ne": "NO", + "nne": "NNO", "nw": "NW", "nnw": "NNW", - "s": "S", - "se": "SE", - "sse": "SSE", - "ssw": "SSW", - "sw": "SW", + "s": "Z", + "se": "ZO", + "sse": "ZZO", + "ssw": "ZZW", + "sw": "ZW", "w": "W", "wnw": "WNW", - "wsw": "WSW" + "wsw": "WZW" }, "forecast": "Weersvoorspelling" } diff --git a/translations/pt-BR.json b/translations/pt-BR.json index 9a9fee684c..af253d60ec 100644 --- a/translations/pt-BR.json +++ b/translations/pt-BR.json @@ -138,10 +138,10 @@ "dry": "Seco", "fan_only": "Apenas ventilador", "eco": "", - "electric": "", + "electric": "Elétrico", "performance": "Desempenho", "high_demand": "Alta demanda", - "heat_pump": "", + "heat_pump": "Bomba de calor", "gas": "Gás" }, "configurator": { @@ -233,9 +233,25 @@ "ready": "Pronto" }, "query_stage": { - "initializing": "Iniciando ({query_stage})", + "initializing": "", "dead": "" } + }, + "weather": { + "clear_night": "Noite clara", + "cloudy": "Nublado", + "fog": "Nevoeiro", + "hail": "Granizo", + "lightning": "Raios", + "lightning_rainy": "Raios, chuvoso", + "partlycloudy": "Parcialmente nublado", + "pouring": "Torrencial", + "rainy": "Chuvoso", + "snowy": "Neve", + "snowy_rainy": "Neve, chuva", + "sunny": "Ensolarado", + "windy": "Ventoso", + "windy_variant": "Ventoso" } }, "state_badge": { @@ -330,7 +346,7 @@ } }, "customize": { - "caption": "Costumização", + "caption": "Customização", "description": "Personalizar suas entidades" }, "automation": { @@ -356,7 +372,7 @@ "duplicate": "Duplicar", "delete": "Apagar", "delete_confirm": "Tem certeza que deseja excluir?", - "unsupported_platform": "Plataforma não suportada: {plataforma}", + "unsupported_platform": "Plataforma não suportada: {platform}", "type_select": "Tipo de gatilho", "type": { "event": { @@ -370,13 +386,13 @@ "to": "Para" }, "homeassistant": { - "label": "Home Assistant", + "label": "", "event": "Evento:", "start": "Iniciar", "shutdown": "Desligar" }, "mqtt": { - "label": "MQTT", + "label": "", "topic": "Tópico", "payload": "Valor (opcional)" }, @@ -413,12 +429,12 @@ }, "conditions": { "header": "Condições", - "introduction": "As condições são uma parte opcional de uma regra de automação e podem ser usadas para impedir que uma ação aconteça quando acionada. As condições são muito semelhantes aos gatilhos, mas são muito diferentes. Um gatilho examinará os eventos que estão ocorrendo no sistema, enquanto uma condição examina apenas a aparência do sistema no momento. Um disparador pode observar que um interruptor está sendo ligado. Uma condição só pode ver se um switch está atualmente ativado ou desativado. \n\n [Saiba mais sobre as condições.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)", + "introduction": "As condições são uma parte opcional de uma regra de automação e podem ser usadas para impedir que uma ação aconteça quando acionada. As condições são muito semelhantes aos gatilhos, mas são muito diferentes. Um gatilho examinará os eventos que estão ocorrendo no sistema, enquanto uma condição examina apenas a aparência do sistema no momento. Um disparador pode observar que um interruptor está sendo ligado. Uma condição só pode ver se um switch está atualmente ativado ou desativado.\n\n [Saiba mais sobre as condições.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)", "add": "Adicionar condição", "duplicate": "Duplicar", "delete": "Apagar", "delete_confirm": "Tem certeza que quer apagar?", - "unsupported_condition": "Condição não suportada: {condição}", + "unsupported_condition": "Condição não suportada: {condition}", "type_select": "Tipo de Condição", "type": { "state": { @@ -462,8 +478,8 @@ "add": "Adicionar ação", "duplicate": "Duplicar", "delete": "Apagar", - "delete_confirm": "Está certo que deseja apagar?", - "unsupported_action": "Ação não suportada: {ação}", + "delete_confirm": "Tem certeza que deseja apagar?", + "unsupported_action": "Ação não suportada: {action}", "type_select": "Tipo de acão", "type": { "service": { @@ -525,6 +541,40 @@ }, "persistent_notification": { "dismiss": "Dispensar" + }, + "scene": { + "activate": "Ativar" + }, + "script": { + "execute": "Executar" + }, + "weather": { + "attributes": { + "air_pressure": "Pressão do ar", + "humidity": "Umidade", + "temperature": "Temperatura", + "visibility": "Visibilidade", + "wind_speed": "Velocidade do vento" + }, + "cardinal_direction": { + "e": "E", + "ene": "ENE", + "ese": "ESE", + "n": "N", + "ne": "NE", + "nne": "NNE", + "nw": "NO", + "nnw": "NNO", + "s": "S", + "se": "SE", + "sse": "SSE", + "ssw": "SSO", + "sw": "SO", + "w": "O", + "wnw": "ONO", + "wsw": "OSO" + }, + "forecast": "Previsão" } }, "components": { @@ -577,7 +627,7 @@ }, "attribute": { "weather": { - "humidity": "Humidade", + "humidity": "Umidade", "visibility": "Visibilidade", "wind_speed": "Velocidade do vento" } diff --git a/translations/ru.json b/translations/ru.json index 2f1812f6b9..8cf5315d2b 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -340,7 +340,7 @@ }, "themes": { "header": "Установка темы", - "introduction": "Выберите «Backend-selected», чтобы использовать любую тему, которую выбирает сервер системы, или выберите тему для этого устройства", + "introduction": "Выберите «Backend-selected» чтобы использовать тему, которую сервер системы выбирает автоматически, или выберите тему для этого устройства", "theme": "Тема" } } diff --git a/translations/sk.json b/translations/sk.json index 4bdbe4126f..219a672129 100644 --- a/translations/sk.json +++ b/translations/sk.json @@ -236,6 +236,13 @@ "initializing": "Inicializácia ({query_stage})", "dead": "Nereaguje ({query_stage})" } + }, + "weather": { + "fog": "Hmla", + "rainy": "Daždivo", + "sunny": "slnečno", + "windy": "Veterno", + "windy_variant": "Veterno" } }, "state_badge": { @@ -525,6 +532,22 @@ }, "persistent_notification": { "dismiss": "Zrušiť" + }, + "weather": { + "attributes": { + "air_pressure": "Tlak vzduchu", + "humidity": "Vlhkosť", + "temperature": "Teplota", + "visibility": "Viditeľnosť", + "wind_speed": "Rýchlosť vetra" + }, + "cardinal_direction": { + "e": "V", + "n": "S", + "s": "J", + "w": "Z" + }, + "forecast": "Predpoveď" } }, "components": {