mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 09:56:36 +00:00
Update translations
This commit is contained in:
parent
df384dc23e
commit
f24a26c686
@ -236,6 +236,22 @@
|
|||||||
"initializing": "Inicializace ({query_stage})",
|
"initializing": "Inicializace ({query_stage})",
|
||||||
"dead": "Nereaguje ({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": {
|
"state_badge": {
|
||||||
@ -525,6 +541,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Zavřít"
|
"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": {
|
"components": {
|
||||||
|
@ -553,26 +553,26 @@
|
|||||||
"air_pressure": "Luchtdruk",
|
"air_pressure": "Luchtdruk",
|
||||||
"humidity": "Vochtigheid",
|
"humidity": "Vochtigheid",
|
||||||
"temperature": "Temperatuur",
|
"temperature": "Temperatuur",
|
||||||
"visibility": "Zichtbaarheid",
|
"visibility": "Zicht",
|
||||||
"wind_speed": "Windsnelheid"
|
"wind_speed": "Windsnelheid"
|
||||||
},
|
},
|
||||||
"cardinal_direction": {
|
"cardinal_direction": {
|
||||||
"e": "E",
|
"e": "O",
|
||||||
"ene": "ENE",
|
"ene": "ONO",
|
||||||
"ese": "ESE",
|
"ese": "OZO",
|
||||||
"n": "N",
|
"n": "N",
|
||||||
"ne": "NE",
|
"ne": "NO",
|
||||||
"nne": "NNE",
|
"nne": "NNO",
|
||||||
"nw": "NW",
|
"nw": "NW",
|
||||||
"nnw": "NNW",
|
"nnw": "NNW",
|
||||||
"s": "S",
|
"s": "Z",
|
||||||
"se": "SE",
|
"se": "ZO",
|
||||||
"sse": "SSE",
|
"sse": "ZZO",
|
||||||
"ssw": "SSW",
|
"ssw": "ZZW",
|
||||||
"sw": "SW",
|
"sw": "ZW",
|
||||||
"w": "W",
|
"w": "W",
|
||||||
"wnw": "WNW",
|
"wnw": "WNW",
|
||||||
"wsw": "WSW"
|
"wsw": "WZW"
|
||||||
},
|
},
|
||||||
"forecast": "Weersvoorspelling"
|
"forecast": "Weersvoorspelling"
|
||||||
}
|
}
|
||||||
|
@ -138,10 +138,10 @@
|
|||||||
"dry": "Seco",
|
"dry": "Seco",
|
||||||
"fan_only": "Apenas ventilador",
|
"fan_only": "Apenas ventilador",
|
||||||
"eco": "",
|
"eco": "",
|
||||||
"electric": "",
|
"electric": "Elétrico",
|
||||||
"performance": "Desempenho",
|
"performance": "Desempenho",
|
||||||
"high_demand": "Alta demanda",
|
"high_demand": "Alta demanda",
|
||||||
"heat_pump": "",
|
"heat_pump": "Bomba de calor",
|
||||||
"gas": "Gás"
|
"gas": "Gás"
|
||||||
},
|
},
|
||||||
"configurator": {
|
"configurator": {
|
||||||
@ -233,9 +233,25 @@
|
|||||||
"ready": "Pronto"
|
"ready": "Pronto"
|
||||||
},
|
},
|
||||||
"query_stage": {
|
"query_stage": {
|
||||||
"initializing": "Iniciando ({query_stage})",
|
"initializing": "",
|
||||||
"dead": ""
|
"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": {
|
"state_badge": {
|
||||||
@ -330,7 +346,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"customize": {
|
"customize": {
|
||||||
"caption": "Costumização",
|
"caption": "Customização",
|
||||||
"description": "Personalizar suas entidades"
|
"description": "Personalizar suas entidades"
|
||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
@ -356,7 +372,7 @@
|
|||||||
"duplicate": "Duplicar",
|
"duplicate": "Duplicar",
|
||||||
"delete": "Apagar",
|
"delete": "Apagar",
|
||||||
"delete_confirm": "Tem certeza que deseja excluir?",
|
"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_select": "Tipo de gatilho",
|
||||||
"type": {
|
"type": {
|
||||||
"event": {
|
"event": {
|
||||||
@ -370,13 +386,13 @@
|
|||||||
"to": "Para"
|
"to": "Para"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"label": "Home Assistant",
|
"label": "",
|
||||||
"event": "Evento:",
|
"event": "Evento:",
|
||||||
"start": "Iniciar",
|
"start": "Iniciar",
|
||||||
"shutdown": "Desligar"
|
"shutdown": "Desligar"
|
||||||
},
|
},
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
"label": "MQTT",
|
"label": "",
|
||||||
"topic": "Tópico",
|
"topic": "Tópico",
|
||||||
"payload": "Valor (opcional)"
|
"payload": "Valor (opcional)"
|
||||||
},
|
},
|
||||||
@ -413,12 +429,12 @@
|
|||||||
},
|
},
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"header": "Condições",
|
"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",
|
"add": "Adicionar condição",
|
||||||
"duplicate": "Duplicar",
|
"duplicate": "Duplicar",
|
||||||
"delete": "Apagar",
|
"delete": "Apagar",
|
||||||
"delete_confirm": "Tem certeza que quer 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_select": "Tipo de Condição",
|
||||||
"type": {
|
"type": {
|
||||||
"state": {
|
"state": {
|
||||||
@ -462,8 +478,8 @@
|
|||||||
"add": "Adicionar ação",
|
"add": "Adicionar ação",
|
||||||
"duplicate": "Duplicar",
|
"duplicate": "Duplicar",
|
||||||
"delete": "Apagar",
|
"delete": "Apagar",
|
||||||
"delete_confirm": "Está certo que deseja apagar?",
|
"delete_confirm": "Tem certeza que deseja apagar?",
|
||||||
"unsupported_action": "Ação não suportada: {ação}",
|
"unsupported_action": "Ação não suportada: {action}",
|
||||||
"type_select": "Tipo de acão",
|
"type_select": "Tipo de acão",
|
||||||
"type": {
|
"type": {
|
||||||
"service": {
|
"service": {
|
||||||
@ -525,6 +541,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Dispensar"
|
"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": {
|
"components": {
|
||||||
@ -577,7 +627,7 @@
|
|||||||
},
|
},
|
||||||
"attribute": {
|
"attribute": {
|
||||||
"weather": {
|
"weather": {
|
||||||
"humidity": "Humidade",
|
"humidity": "Umidade",
|
||||||
"visibility": "Visibilidade",
|
"visibility": "Visibilidade",
|
||||||
"wind_speed": "Velocidade do vento"
|
"wind_speed": "Velocidade do vento"
|
||||||
}
|
}
|
||||||
|
@ -340,7 +340,7 @@
|
|||||||
},
|
},
|
||||||
"themes": {
|
"themes": {
|
||||||
"header": "Установка темы",
|
"header": "Установка темы",
|
||||||
"introduction": "Выберите «Backend-selected», чтобы использовать любую тему, которую выбирает сервер системы, или выберите тему для этого устройства",
|
"introduction": "Выберите «Backend-selected» чтобы использовать тему, которую сервер системы выбирает автоматически, или выберите тему для этого устройства",
|
||||||
"theme": "Тема"
|
"theme": "Тема"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -236,6 +236,13 @@
|
|||||||
"initializing": "Inicializácia ({query_stage})",
|
"initializing": "Inicializácia ({query_stage})",
|
||||||
"dead": "Nereaguje ({query_stage})"
|
"dead": "Nereaguje ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"fog": "Hmla",
|
||||||
|
"rainy": "Daždivo",
|
||||||
|
"sunny": "slnečno",
|
||||||
|
"windy": "Veterno",
|
||||||
|
"windy_variant": "Veterno"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -525,6 +532,22 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Zrušiť"
|
"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": {
|
"components": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user