[ci skip] Translation update
This commit is contained in:
parent
3f2c344e4f
commit
08d662c0a5
33 changed files with 313 additions and 7 deletions
|
@ -6,6 +6,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Endere\u00e7o de e-mail"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"port": "Porta"
|
||||
"password": "Palavra-passe",
|
||||
"port": "Porta",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
"already_setup": "Nom\u00e9s pots configurar un \u00fanic compte amb Almond.",
|
||||
"cannot_connect": "No es pot connectar amb el servidor d'Almond."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Selecci\u00f3 del m\u00e8tode d'autenticaci\u00f3"
|
||||
}
|
||||
},
|
||||
"title": "Almond"
|
||||
}
|
||||
}
|
|
@ -5,6 +5,11 @@
|
|||
"cannot_connect": "Kan ikke koble til Almond-serveren.",
|
||||
"missing_configuration": "Vennligst sjekk dokumentasjonen om hvordan du setter opp Almond."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Velg autentiseringsmetode"
|
||||
}
|
||||
},
|
||||
"title": "Almond"
|
||||
}
|
||||
}
|
10
homeassistant/components/almond/.translations/pt.json
Normal file
10
homeassistant/components/almond/.translations/pt.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Escolha o m\u00e9todo de autentica\u00e7\u00e3o"
|
||||
}
|
||||
},
|
||||
"title": ""
|
||||
}
|
||||
}
|
|
@ -5,6 +5,11 @@
|
|||
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 Almond.",
|
||||
"missing_configuration": "\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438 \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 Almond."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0435\u0442\u043e\u0434 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438"
|
||||
}
|
||||
},
|
||||
"title": "Almond"
|
||||
}
|
||||
}
|
|
@ -4,7 +4,15 @@
|
|||
"is_closed": "{entity_name} est\u00e1 fechada",
|
||||
"is_closing": "{entity_name} est\u00e1 a fechar",
|
||||
"is_open": "{entity_name} est\u00e1 aberta",
|
||||
"is_opening": "{entity_name} est\u00e1 a abrir"
|
||||
"is_opening": "{entity_name} est\u00e1 a abrir",
|
||||
"is_position": "A posi\u00e7\u00e3o atual de {entity_name} \u00e9",
|
||||
"is_tilt_position": "A inclina\u00e7\u00e3o actual de {entity_name} \u00e9"
|
||||
},
|
||||
"trigger_type": {
|
||||
"closed": "{entity_name} fechou",
|
||||
"closing": "{entity_name} est\u00e1 a fechar",
|
||||
"opened": "{entity_name} abriu",
|
||||
"opening": "{entity_name} est\u00e1 a abrir"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -32,7 +32,13 @@
|
|||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"left": "Esquerda"
|
||||
"left": "Esquerda",
|
||||
"side_1": "Lado 1",
|
||||
"side_2": "Lado 2",
|
||||
"side_3": "Lado 3",
|
||||
"side_4": "Lado 4",
|
||||
"side_5": "Lado 5",
|
||||
"side_6": "Lado 6"
|
||||
}
|
||||
}
|
||||
}
|
5
homeassistant/components/demo/.translations/en.json
Normal file
5
homeassistant/components/demo/.translations/en.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"config": {
|
||||
"title": "Demo"
|
||||
}
|
||||
}
|
5
homeassistant/components/demo/.translations/no.json
Normal file
5
homeassistant/components/demo/.translations/no.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"config": {
|
||||
"title": "Demo"
|
||||
}
|
||||
}
|
5
homeassistant/components/demo/.translations/pt.json
Normal file
5
homeassistant/components/demo/.translations/pt.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"config": {
|
||||
"title": "Demonstra\u00e7\u00e3o"
|
||||
}
|
||||
}
|
5
homeassistant/components/demo/.translations/ru.json
Normal file
5
homeassistant/components/demo/.translations/ru.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"config": {
|
||||
"title": "\u0414\u0435\u043c\u043e"
|
||||
}
|
||||
}
|
5
homeassistant/components/demo/.translations/zh-Hant.json
Normal file
5
homeassistant/components/demo/.translations/zh-Hant.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"config": {
|
||||
"title": "\u5c55\u793a"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condtion_type": {
|
||||
"is_home": "{entity_name} est\u00e1 em casa",
|
||||
"is_not_home": "{entity_name} n\u00e3o est\u00e1 em casa"
|
||||
}
|
||||
}
|
||||
}
|
16
homeassistant/components/fan/.translations/pt.json
Normal file
16
homeassistant/components/fan/.translations/pt.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"turn_off": "Desligar {entity_name}",
|
||||
"turn_on": "Ligar {entity_name}"
|
||||
},
|
||||
"condtion_type": {
|
||||
"is_off": "{entity_name} est\u00e1 desligada",
|
||||
"is_on": "{entity_name} est\u00e1 ligada"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turned_off": "{entity_name} desligou-se",
|
||||
"turned_on": "{entity_name} ligou-se"
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/glances/.translations/pt.json
Normal file
12
homeassistant/components/glances/.translations/pt.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,8 @@
|
|||
"pair": {
|
||||
"data": {
|
||||
"pairing_code": "C\u00f3digo de emparelhamento"
|
||||
}
|
||||
},
|
||||
"title": "Emparelhar com o acess\u00f3rio HomeKit"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
34
homeassistant/components/huawei_lte/.translations/pt.json
Normal file
34
homeassistant/components/huawei_lte/.translations/pt.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Este dispositivo j\u00e1 foi configurado",
|
||||
"already_in_progress": "Este dispositivo j\u00e1 est\u00e1 a ser configurado"
|
||||
},
|
||||
"error": {
|
||||
"incorrect_password": "Palavra-passe incorreta",
|
||||
"incorrect_username": "Nome de Utilizador incorreto",
|
||||
"incorrect_username_or_password": "Nome de utilizador ou palavra passe incorretos"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"url": "",
|
||||
"username": "Utilizador"
|
||||
},
|
||||
"title": "Configurar o Huawei LTE"
|
||||
}
|
||||
},
|
||||
"title": ""
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"recipient": "Destinat\u00e1rios de notifica\u00e7\u00e3o por SMS",
|
||||
"track_new_devices": "Seguir novos dispositivos"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/iaqualink/.translations/pt.json
Normal file
12
homeassistant/components/iaqualink/.translations/pt.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de utilizador / Endere\u00e7o de e-mail"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
15
homeassistant/components/life360/.translations/pt.json
Normal file
15
homeassistant/components/life360/.translations/pt.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_username": "Nome de utilizador incorreto"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
17
homeassistant/components/light/.translations/pt.json
Normal file
17
homeassistant/components/light/.translations/pt.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"toggle": "Alternar {entity_name}",
|
||||
"turn_off": "Desligar {entity_name}",
|
||||
"turn_on": "Ligar {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} est\u00e1 desligado",
|
||||
"is_on": "{entity_name} est\u00e1 ligado"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turned_off": "{entity_name} foi desligado",
|
||||
"turned_on": "{entity_name} foi ligado"
|
||||
}
|
||||
}
|
||||
}
|
18
homeassistant/components/linky/.translations/pt.json
Normal file
18
homeassistant/components/linky/.translations/pt.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"username_exists": "Conta j\u00e1 configurada"
|
||||
},
|
||||
"error": {
|
||||
"username_exists": "Conta j\u00e1 configurada"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
8
homeassistant/components/lock/.translations/pt.json
Normal file
8
homeassistant/components/lock/.translations/pt.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"trigger_type": {
|
||||
"locked": "{entity_name} fechada",
|
||||
"unlocked": "{entity_name} aberta"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"name_exists": "A localiza\u00e7\u00e3o j\u00e1 existe"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
12
homeassistant/components/neato/.translations/pt.json
Normal file
12
homeassistant/components/neato/.translations/pt.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
14
homeassistant/components/notion/.translations/pt.json
Normal file
14
homeassistant/components/notion/.translations/pt.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_credentials": "Nome de utilizador ou palavra passe incorretos"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,8 +1,13 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_battery_level": "N\u00edvel de bateria atual de {entity_name}",
|
||||
"is_humidity": "humidade {entity_name}",
|
||||
"is_power": "pot\u00eancia {entity_name}",
|
||||
"is_illuminance": "Luminancia atual de {entity_name}",
|
||||
"is_power": "Pot\u00eancia atual de {entity_name}",
|
||||
"is_pressure": "Press\u00e3o atual de {entity_name}",
|
||||
"is_signal_strength": "Intensidade atual do sinal de {entity_name}",
|
||||
"is_temperature": "Temperatura atual de {entity_name}",
|
||||
"is_timestamp": "momento temporal de {entity_name}",
|
||||
"is_value": "valor {entity_name}"
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Tria del m\u00e8tode d'autenticaci\u00f3"
|
||||
"title": "Selecci\u00f3 del m\u00e8tode d'autenticaci\u00f3"
|
||||
}
|
||||
},
|
||||
"title": "Somfy"
|
||||
|
|
|
@ -1,10 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"wrong_credentials": "Nome de utilizador ou palavra passe incorretos"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"port": "Porta"
|
||||
"password": "Palavra-passe",
|
||||
"port": "Porta",
|
||||
"username": "Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
10
homeassistant/components/vacuum/.translations/pt.json
Normal file
10
homeassistant/components/vacuum/.translations/pt.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"clean": "Deixar {entity_name} limpar"
|
||||
},
|
||||
"condtion_type": {
|
||||
"is_cleaning": "{entity_name} est\u00e1 a limpar"
|
||||
}
|
||||
}
|
||||
}
|
16
homeassistant/components/vesync/.translations/pt.json
Normal file
16
homeassistant/components/vesync/.translations/pt.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_login": "Nome de utilizador ou palavra passe incorretos"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Endere\u00e7o de e-mail"
|
||||
},
|
||||
"title": "Introduza o nome de utilizador e a palavra-passe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/withings/.translations/pt.json
Normal file
11
homeassistant/components/withings/.translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"profile": {
|
||||
"data": {
|
||||
"profile": "Perfil"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
22
homeassistant/components/wled/.translations/pt.json
Normal file
22
homeassistant/components/wled/.translations/pt.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"connection_error": "Falha ao ligar ao dispositivo WLED"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Falha ao ligar ao dispositivo WLED"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nome servidor ou endere\u00e7o IP"
|
||||
},
|
||||
"title": "Associar WLED"
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
"title": "Dispositivo WLED descoberto"
|
||||
}
|
||||
},
|
||||
"title": ""
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue