diff --git a/homeassistant/components/enocean/translations/pt.json b/homeassistant/components/enocean/translations/pt.json new file mode 100644 index 00000000000..a004e5cae8b --- /dev/null +++ b/homeassistant/components/enocean/translations/pt.json @@ -0,0 +1,6 @@ +{ + "config": { + "flow_title": "Configura\u00e7\u00e3o ENOcean" + }, + "title": "EnOcean" +} \ No newline at end of file diff --git a/homeassistant/components/firmata/translations/ca.json b/homeassistant/components/firmata/translations/ca.json new file mode 100644 index 00000000000..29a04d50b3e --- /dev/null +++ b/homeassistant/components/firmata/translations/ca.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "cannot_connect": "No s'ha pogut connectar a la placa Frimata durant la configuraci\u00f3" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/firmata/translations/en.json b/homeassistant/components/firmata/translations/en.json index 68d7ae8c041..39ea716d975 100644 --- a/homeassistant/components/firmata/translations/en.json +++ b/homeassistant/components/firmata/translations/en.json @@ -2,7 +2,6 @@ "config": { "abort": { "cannot_connect": "Cannot connect to Firmata board during setup" - }, - "step": {} + } } -} +} \ No newline at end of file diff --git a/homeassistant/components/firmata/translations/pt.json b/homeassistant/components/firmata/translations/pt.json new file mode 100644 index 00000000000..785f8887678 --- /dev/null +++ b/homeassistant/components/firmata/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "abort": { + "cannot_connect": "N\u0101o foi poss\u00edvel conectar ao board do Firmata durante a configura\u00e7\u00e3o" + }, + "step": { + "one": "Um", + "other": "Outro" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/firmata/translations/ru.json b/homeassistant/components/firmata/translations/ru.json new file mode 100644 index 00000000000..64737774a2d --- /dev/null +++ b/homeassistant/components/firmata/translations/ru.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u043f\u043b\u0430\u0442\u0435 Firmata \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/firmata/translations/zh-Hant.json b/homeassistant/components/firmata/translations/zh-Hant.json new file mode 100644 index 00000000000..d86ad56653c --- /dev/null +++ b/homeassistant/components/firmata/translations/zh-Hant.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "cannot_connect": "\u65bc\u8a2d\u5b9a\u671f\u9593\uff0c\u7121\u6cd5\u9023\u7dda\u81f3 Firmata \u677f" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/humidifier/translations/ca.json b/homeassistant/components/humidifier/translations/ca.json index 353e590d59b..08224cf387f 100644 --- a/homeassistant/components/humidifier/translations/ca.json +++ b/homeassistant/components/humidifier/translations/ca.json @@ -6,6 +6,11 @@ "toggle": "Commuta {entity_name}", "turn_off": "Apaga {entity_name}", "turn_on": "Enc\u00e9n {entity_name}" + }, + "condition_type": { + "is_mode": "{entity_name} est\u00e0 configurat/ada en un mode espec\u00edfic", + "is_off": "{entity_name} est\u00e0 apagat/ada", + "is_on": "{entity_name} est\u00e0 enc\u00e8s/a" } }, "state": { diff --git a/homeassistant/components/humidifier/translations/en.json b/homeassistant/components/humidifier/translations/en.json index 5a5f803b2a3..8cf8f57c3e9 100644 --- a/homeassistant/components/humidifier/translations/en.json +++ b/homeassistant/components/humidifier/translations/en.json @@ -6,6 +6,11 @@ "toggle": "Toggle {entity_name}", "turn_off": "Turn off {entity_name}", "turn_on": "Turn on {entity_name}" + }, + "condition_type": { + "is_mode": "{entity_name} is set to a specific mode", + "is_off": "{entity_name} is off", + "is_on": "{entity_name} is on" } }, "state": { diff --git a/homeassistant/components/netatmo/translations/pt.json b/homeassistant/components/netatmo/translations/pt.json index 8c857ebebbe..634d4810ca0 100644 --- a/homeassistant/components/netatmo/translations/pt.json +++ b/homeassistant/components/netatmo/translations/pt.json @@ -6,10 +6,26 @@ }, "options": { "step": { + "public_weather": { + "data": { + "area_name": "Nome da \u00e1rea", + "lat_ne": "Latitude nordeste", + "lat_sw": "Latitude sudoeste", + "lon_ne": "Longitude nordeste", + "lon_sw": "Longitude sudoeste", + "mode": "C\u00e1lculo", + "show_on_map": "Mostrar no mapa" + }, + "description": "Configurar um sensor de clima profundo para uma \u00e1rea.", + "title": "Sensor de clima Netatmo p\u00fablico" + }, "public_weather_areas": { "data": { - "new_area": "Nome da \u00e1rea" - } + "new_area": "Nome da \u00e1rea", + "weather_areas": "\u00c1reas de clima" + }, + "description": "Configurar sensores de clima p\u00fablicos.", + "title": "Sensor de clima Netatmo p\u00fablico" } } } diff --git a/homeassistant/components/rfxtrx/translations/pt.json b/homeassistant/components/rfxtrx/translations/pt.json new file mode 100644 index 00000000000..350ef57c286 --- /dev/null +++ b/homeassistant/components/rfxtrx/translations/pt.json @@ -0,0 +1,4 @@ +{ + "one": "Um", + "other": "Outro" +} \ No newline at end of file diff --git a/homeassistant/components/syncthru/translations/pt.json b/homeassistant/components/syncthru/translations/pt.json new file mode 100644 index 00000000000..03ddb9523ec --- /dev/null +++ b/homeassistant/components/syncthru/translations/pt.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "unknown_state": "Estado da impressora desconhecido, verifique a conectividade de URL e de rede" + }, + "step": { + "confirm": { + "data": { + "name": "Nome" + } + }, + "user": { + "data": { + "name": "Nome" + } + } + } + } +} \ No newline at end of file