mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
[ci skip] Translation update
This commit is contained in:
parent
1587603c4c
commit
8c70fb5463
@ -4,7 +4,8 @@
|
|||||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
|
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
|
||||||
"bad_config_file": "Dados incorretos do arquivo de configura\u00e7\u00e3o",
|
"bad_config_file": "Dados incorretos do arquivo de configura\u00e7\u00e3o",
|
||||||
"link_local_address": "Link de endere\u00e7os locais n\u00e3o s\u00e3o suportados",
|
"link_local_address": "Link de endere\u00e7os locais n\u00e3o s\u00e3o suportados",
|
||||||
"not_axis_device": "Dispositivo descoberto n\u00e3o \u00e9 um dispositivo Axis"
|
"not_axis_device": "Dispositivo descoberto n\u00e3o \u00e9 um dispositivo Axis",
|
||||||
|
"updated_configuration": "Configura\u00e7\u00e3o do dispositivo atualizada com novo endere\u00e7o de host"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
|
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
"already_configured": "Naprava je \u017ee konfigurirana",
|
"already_configured": "Naprava je \u017ee konfigurirana",
|
||||||
"bad_config_file": "Napa\u010dni podatki iz konfiguracijske datoteke",
|
"bad_config_file": "Napa\u010dni podatki iz konfiguracijske datoteke",
|
||||||
"link_local_address": "Lokalni naslovi povezave niso podprti",
|
"link_local_address": "Lokalni naslovi povezave niso podprti",
|
||||||
"not_axis_device": "Odkrita naprava ni naprava Axis"
|
"not_axis_device": "Odkrita naprava ni naprava Axis",
|
||||||
|
"updated_configuration": "Posodobljena konfiguracija naprave z novim naslovom gostitelja"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"already_configured": "Naprava je \u017ee konfigurirana",
|
"already_configured": "Naprava je \u017ee konfigurirana",
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
"already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
"already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
||||||
"bad_config_file": "\u8a2d\u5b9a\u6a94\u6848\u8cc7\u6599\u7121\u6548",
|
"bad_config_file": "\u8a2d\u5b9a\u6a94\u6848\u8cc7\u6599\u7121\u6548",
|
||||||
"link_local_address": "\u4e0d\u652f\u63f4\u9023\u7d50\u672c\u5730\u7aef\u4f4d\u5740",
|
"link_local_address": "\u4e0d\u652f\u63f4\u9023\u7d50\u672c\u5730\u7aef\u4f4d\u5740",
|
||||||
"not_axis_device": "\u6240\u767c\u73fe\u7684\u8a2d\u5099\u4e26\u975e Axis \u8a2d\u5099"
|
"not_axis_device": "\u6240\u767c\u73fe\u7684\u8a2d\u5099\u4e26\u975e Axis \u8a2d\u5099",
|
||||||
|
"updated_configuration": "\u4f7f\u7528\u65b0\u4e3b\u6a5f\u7aef\u4f4d\u5740\u66f4\u65b0\u88dd\u7f6e\u8a2d\u5b9a"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
"already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
||||||
|
23
homeassistant/components/brother/.translations/da.json
Normal file
23
homeassistant/components/brother/.translations/da.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"unsupported_model": "Denne printermodel underst\u00f8ttes ikke."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"connection_error": "Forbindelsesfejl.",
|
||||||
|
"snmp_error": "SNMP-server er sl\u00e5et fra, eller printeren underst\u00f8ttes ikke.",
|
||||||
|
"wrong_host": "Ugyldigt v\u00e6rtsnavn eller IP-adresse."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Printerens v\u00e6rtsnavn eller IP-adresse",
|
||||||
|
"type": "Type af printer"
|
||||||
|
},
|
||||||
|
"description": "Konfigurer Brother-printerintegration. Hvis du har problemer med konfiguration, kan du g\u00e5 til: https://www.home-assistant.io/integrations/brother",
|
||||||
|
"title": "Brother-printer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Brother-printer"
|
||||||
|
}
|
||||||
|
}
|
23
homeassistant/components/brother/.translations/en.json
Normal file
23
homeassistant/components/brother/.translations/en.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"unsupported_model": "This printer model is not supported."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"connection_error": "Connection error.",
|
||||||
|
"snmp_error": "SNMP server turned off or printer not supported.",
|
||||||
|
"wrong_host": "Invalid hostname or IP address."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Printer hostname or IP address",
|
||||||
|
"type": "Type of the printer"
|
||||||
|
},
|
||||||
|
"description": "Set up Brother printer integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/brother",
|
||||||
|
"title": "Brother Printer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Brother Printer"
|
||||||
|
}
|
||||||
|
}
|
23
homeassistant/components/brother/.translations/ko.json
Normal file
23
homeassistant/components/brother/.translations/ko.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"unsupported_model": "\uc774 \ud504\ub9b0\ud130 \ubaa8\ub378\uc740 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"connection_error": "\uc5f0\uacb0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.",
|
||||||
|
"snmp_error": "SNMP \uc11c\ubc84\uac00 \uaebc\uc838 \uc788\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \ud504\ub9b0\ud130\uc785\ub2c8\ub2e4.",
|
||||||
|
"wrong_host": "\ud638\uc2a4\ud2b8 \uc774\ub984 \ub610\ub294 IP \uc8fc\uc18c\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "\ud504\ub9b0\ud130 \ud638\uc2a4\ud2b8 \uc774\ub984 \ub610\ub294 IP \uc8fc\uc18c",
|
||||||
|
"type": "\ud504\ub9b0\ud130\uc758 \uc885\ub958"
|
||||||
|
},
|
||||||
|
"description": "\ube0c\ub77c\ub354 \ud504\ub9b0\ud130 \ud1b5\ud569 \uad6c\uc131\uc694\uc18c\ub97c \uc124\uc815\ud569\ub2c8\ub2e4. \uad6c\uc131\uc5d0 \ubb38\uc81c\uac00\uc788\ub294 \uacbd\uc6b0 https://www.home-assistant.io/integrations/brother \ub97c \ucc38\uc870\ud574\uc8fc\uc138\uc694",
|
||||||
|
"title": "\ube0c\ub77c\ub354 \ud504\ub9b0\ud130"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "\ube0c\ub77c\ub354 \ud504\ub9b0\ud130"
|
||||||
|
}
|
||||||
|
}
|
23
homeassistant/components/brother/.translations/no.json
Normal file
23
homeassistant/components/brother/.translations/no.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"unsupported_model": "Denne skrivermodellen er ikke st\u00f8ttet."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"connection_error": "Tilkoblingen mislyktes.",
|
||||||
|
"snmp_error": "SNMP verten er skrudd av eller printeren er ikke st\u00f8ttet.",
|
||||||
|
"wrong_host": "Ugyldig vertsnavn eller IP-adresse."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Vertsnavn eller IP-adresse til skriveren",
|
||||||
|
"type": "Skriver type"
|
||||||
|
},
|
||||||
|
"description": "Konfigurer Brother skriver integrasjonen. Hvis du har problemer med konfigurasjonen, bes\u00f8k dokumentasjonen her: https://www.home-assistant.io/integrations/brother",
|
||||||
|
"title": "Brother skriver"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Brother skriver"
|
||||||
|
}
|
||||||
|
}
|
23
homeassistant/components/brother/.translations/pt-BR.json
Normal file
23
homeassistant/components/brother/.translations/pt-BR.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"unsupported_model": "Este modelo de impressora n\u00e3o \u00e9 suportado."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"connection_error": "Erro de conex\u00e3o.",
|
||||||
|
"snmp_error": "Servidor SNMP desligado ou impressora n\u00e3o suportada.",
|
||||||
|
"wrong_host": "Nome de host ou endere\u00e7o IP inv\u00e1lido."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Nome do host ou endere\u00e7o IP da impressora",
|
||||||
|
"type": "Tipo de impressora"
|
||||||
|
},
|
||||||
|
"description": "Configure a integra\u00e7\u00e3o da impressora Brother. Se voc\u00ea tiver problemas com a configura\u00e7\u00e3o, acesse: https://www.home-assistant.io/integrations/brother",
|
||||||
|
"title": "Impressora Brother"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Impressora Brother"
|
||||||
|
}
|
||||||
|
}
|
@ -80,12 +80,6 @@
|
|||||||
"remote_falling": "Device in free fall",
|
"remote_falling": "Device in free fall",
|
||||||
"remote_gyro_activated": "Device shaken",
|
"remote_gyro_activated": "Device shaken",
|
||||||
"remote_moved": "Device moved with \"{subtype}\" up",
|
"remote_moved": "Device moved with \"{subtype}\" up",
|
||||||
"remote_flip_90_degrees": "Device flipped 90 degrees",
|
|
||||||
"remote_flip_180_degrees": "Device flipped 180 degrees",
|
|
||||||
"remote_moved_any_side": "Device moved with any side up",
|
|
||||||
"remote_double_tap_any_side": "Device double tapped on any side",
|
|
||||||
"remote_turned_clockwise": "Device turned clockwise",
|
|
||||||
"remote_turned_counter_clockwise": "Device turned counter clockwise",
|
|
||||||
"remote_rotate_from_side_1": "Device rotated from \"side 1\" to \"{subtype}\"",
|
"remote_rotate_from_side_1": "Device rotated from \"side 1\" to \"{subtype}\"",
|
||||||
"remote_rotate_from_side_2": "Device rotated from \"side 2\" to \"{subtype}\"",
|
"remote_rotate_from_side_2": "Device rotated from \"side 2\" to \"{subtype}\"",
|
||||||
"remote_rotate_from_side_3": "Device rotated from \"side 3\" to \"{subtype}\"",
|
"remote_rotate_from_side_3": "Device rotated from \"side 3\" to \"{subtype}\"",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"allow_clip_sensor": "\uac00\uc0c1 \uc13c\uc11c \uac00\uc838\uc624\uae30 \ud5c8\uc6a9",
|
"allow_clip_sensor": "\uac00\uc0c1 \uc13c\uc11c \uac00\uc838\uc624\uae30 \ud5c8\uc6a9",
|
||||||
"allow_deconz_groups": "deCONZ \uadf8\ub8f9 \uac00\uc838\uc624\uae30 \ud5c8\uc6a9"
|
"allow_deconz_groups": "deCONZ \uadf8\ub8f9 \uac00\uc838\uc624\uae30 \ud5c8\uc6a9"
|
||||||
},
|
},
|
||||||
"description": "Hass.io {addon} \uc560\ub4dc\uc628\uc73c\ub85c deCONZ \uac8c\uc774\ud2b8\uc6e8\uc774\uc5d0 \uc5f0\uacb0\ud558\ub3c4\ub85d Home Assistant \ub97c \uad6c\uc131 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
|
"description": "Hass.io {addon} \uc560\ub4dc\uc628\uc5d0\uc11c \uc81c\uacf5\ub41c deCONZ \uac8c\uc774\ud2b8\uc6e8\uc774\uc5d0 \uc5f0\uacb0\ud558\ub3c4\ub85d Home Assistant \ub97c \uad6c\uc131\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
|
||||||
"title": "Hass.io \uc560\ub4dc\uc628\uc758 deCONZ Zigbee \uac8c\uc774\ud2b8\uc6e8\uc774"
|
"title": "Hass.io \uc560\ub4dc\uc628\uc758 deCONZ Zigbee \uac8c\uc774\ud2b8\uc6e8\uc774"
|
||||||
},
|
},
|
||||||
"init": {
|
"init": {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"allow_clip_sensor": "Dovoli uvoz virtualnih senzorjev",
|
"allow_clip_sensor": "Dovoli uvoz virtualnih senzorjev",
|
||||||
"allow_deconz_groups": "Dovoli uvoz deCONZ skupin"
|
"allow_deconz_groups": "Dovoli uvoz deCONZ skupin"
|
||||||
},
|
},
|
||||||
"description": "\u017delite konfigurirati Home Assistant-a za povezavo z deCONZ prehodom, ki ga ponuja hass.io dodatek {addon} ?",
|
"description": "Ali \u017eelite konfigurirati Home Assistant za povezavo s prehodom deCONZ, ki ga ponuja dodatek Hass.io {addon} ?",
|
||||||
"title": "deCONZ Zigbee prehod preko dodatka Hass.io"
|
"title": "deCONZ Zigbee prehod preko dodatka Hass.io"
|
||||||
},
|
},
|
||||||
"init": {
|
"init": {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"allow_clip_sensor": "\u5141\u8a31\u532f\u5165\u865b\u64ec\u611f\u61c9\u5668",
|
"allow_clip_sensor": "\u5141\u8a31\u532f\u5165\u865b\u64ec\u611f\u61c9\u5668",
|
||||||
"allow_deconz_groups": "\u5141\u8a31\u532f\u5165 deCONZ \u7fa4\u7d44"
|
"allow_deconz_groups": "\u5141\u8a31\u532f\u5165 deCONZ \u7fa4\u7d44"
|
||||||
},
|
},
|
||||||
"description": "\u662f\u5426\u8981\u8a2d\u5b9a Home Assistant \u4ee5\u9023\u7dda\u81f3 Hass.io \u9644\u52a0\u7d44\u4ef6 {addon} \u4e4b deCONZ \u9598\u9053\u5668\uff1f",
|
"description": "\u662f\u5426\u8981\u8a2d\u5b9a Home Assistant \u4ee5\u9023\u7dda\u81f3 Hass.io \u9644\u52a0\u6574\u5408 {addon} \u4e4b deCONZ \u9598\u9053\u5668\uff1f",
|
||||||
"title": "\u900f\u904e Hass.io \u9644\u52a0\u7d44\u4ef6 deCONZ Zigbee \u9598\u9053\u5668"
|
"title": "\u900f\u904e Hass.io \u9644\u52a0\u7d44\u4ef6 deCONZ Zigbee \u9598\u9053\u5668"
|
||||||
},
|
},
|
||||||
"init": {
|
"init": {
|
||||||
|
11
homeassistant/components/elgato/.translations/pt-BR.json
Normal file
11
homeassistant/components/elgato/.translations/pt-BR.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"zeroconf_confirm": {
|
||||||
|
"description": "Deseja adicionar o Elgato Key Light n\u00famero de s\u00e9rie ` {serial_number} ` ao Home Assistant?",
|
||||||
|
"title": "Dispositivo Elgato Key Light descoberto"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Elgato Key Light"
|
||||||
|
}
|
||||||
|
}
|
9
homeassistant/components/gios/.translations/pt-BR.json
Normal file
9
homeassistant/components/gios/.translations/pt-BR.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"title": "GIO\u015a (Inspetor-Chefe Polon\u00eas de Prote\u00e7\u00e3o Ambiental)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
20
homeassistant/components/gios/.translations/sl.json
Normal file
20
homeassistant/components/gios/.translations/sl.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Ne morem se povezati s stre\u017enikom GIO\u015a.",
|
||||||
|
"invalid_sensors_data": "Neveljavni podatki senzorjev za to merilno postajo.",
|
||||||
|
"wrong_station_id": "ID merilne postaje ni pravilen."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"name": "Ime integracije",
|
||||||
|
"station_id": "ID merilne postaje"
|
||||||
|
},
|
||||||
|
"description": "Nastavite GIO\u015a (poljski glavni in\u0161pektorat za varstvo okolja) integracijo kakovosti zraka. \u010ce potrebujete pomo\u010d pri konfiguraciji si oglejte tukaj: https://www.home-assistant.io/integrations/gios",
|
||||||
|
"title": "GIO\u015a (glavni poljski in\u0161pektorat za varstvo okolja)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "GIO\u015a"
|
||||||
|
}
|
||||||
|
}
|
@ -33,6 +33,7 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
|
"name": "Ime storitve obve\u0161\u010danja (sprememba zahteva ponovni zagon)",
|
||||||
"recipient": "Prejemniki obvestil SMS",
|
"recipient": "Prejemniki obvestil SMS",
|
||||||
"track_new_devices": "Sledi novim napravam"
|
"track_new_devices": "Sledi novim napravam"
|
||||||
}
|
}
|
||||||
|
38
homeassistant/components/icloud/.translations/pt-BR.json
Normal file
38
homeassistant/components/icloud/.translations/pt-BR.json
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"username_exists": "Conta j\u00e1 configurada"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"login": "Erro de login: verifique seu e-mail e senha",
|
||||||
|
"send_verification_code": "Falha ao enviar c\u00f3digo de verifica\u00e7\u00e3o",
|
||||||
|
"username_exists": "Conta j\u00e1 configurada",
|
||||||
|
"validate_verification_code": "Falha ao verificar seu c\u00f3digo de verifica\u00e7\u00e3o, escolha um dispositivo confi\u00e1vel e inicie a verifica\u00e7\u00e3o novamente"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"trusted_device": {
|
||||||
|
"data": {
|
||||||
|
"trusted_device": "Dispositivo confi\u00e1vel"
|
||||||
|
},
|
||||||
|
"description": "Selecione seu dispositivo confi\u00e1vel",
|
||||||
|
"title": "Dispositivo confi\u00e1vel iCloud"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "Senha",
|
||||||
|
"username": "Email"
|
||||||
|
},
|
||||||
|
"description": "Insira suas credenciais",
|
||||||
|
"title": "credenciais do iCloud"
|
||||||
|
},
|
||||||
|
"verification_code": {
|
||||||
|
"data": {
|
||||||
|
"verification_code": "C\u00f3digo de verifica\u00e7\u00e3o"
|
||||||
|
},
|
||||||
|
"description": "Digite o c\u00f3digo de verifica\u00e7\u00e3o que voc\u00ea acabou de receber do iCloud",
|
||||||
|
"title": "c\u00f3digo de verifica\u00e7\u00e3o do iCloud"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Apple iCloud"
|
||||||
|
}
|
||||||
|
}
|
16
homeassistant/components/local_ip/.translations/pt-BR.json
Normal file
16
homeassistant/components/local_ip/.translations/pt-BR.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "A integra\u00e7\u00e3o j\u00e1 est\u00e1 configurada com um sensor existente com esse nome"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"name": "Nome do sensor"
|
||||||
|
},
|
||||||
|
"title": "Endere\u00e7o IP local"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Endere\u00e7o IP local"
|
||||||
|
}
|
||||||
|
}
|
16
homeassistant/components/local_ip/.translations/sl.json
Normal file
16
homeassistant/components/local_ip/.translations/sl.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Integracija je \u017ee konfigurirana z obstoje\u010dim senzorjem s tem imenom"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"name": "Ime tipala"
|
||||||
|
},
|
||||||
|
"title": "Lokalni IP naslov"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Lokalni IP naslov"
|
||||||
|
}
|
||||||
|
}
|
@ -22,7 +22,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"discovery": "\uae30\uae30 \uac80\uc0c9 \ud65c\uc131\ud654"
|
"discovery": "\uae30\uae30 \uac80\uc0c9 \ud65c\uc131\ud654"
|
||||||
},
|
},
|
||||||
"description": "Hass.io {addon} \uc560\ub4dc\uc628\uc73c\ub85c MQTT \ube0c\ub85c\ucee4\uc5d0 \uc5f0\uacb0\ud558\ub3c4\ub85d Home Assistant \ub97c \uad6c\uc131 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
|
"description": "Hass.io {addon} \uc560\ub4dc\uc628\uc5d0\uc11c \uc81c\uacf5\ub41c MQTT \ube0c\ub85c\ucee4\uc5d0 \uc5f0\uacb0\ud558\ub3c4\ub85d Home Assistant \ub97c \uad6c\uc131\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
|
||||||
"title": "Hass.io \uc560\ub4dc\uc628\uc758 MQTT \ube0c\ub85c\ucee4"
|
"title": "Hass.io \uc560\ub4dc\uc628\uc758 MQTT \ube0c\ub85c\ucee4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"discovery": "Omogo\u010di odkrivanje"
|
"discovery": "Omogo\u010di odkrivanje"
|
||||||
},
|
},
|
||||||
"description": "\u017delite konfigurirati Home Assistant-a za povezavo s posrednikom MQTT, ki ga ponuja hass.io add-on {addon} ?",
|
"description": "Ali \u017eelite konfigurirati Home Assistant za povezavo s posrednikom MQTT, ki ga ponuja dodatek Hass.io {addon} ?",
|
||||||
"title": "MQTT Broker prek dodatka Hass.io"
|
"title": "MQTT Broker prek dodatka Hass.io"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"discovery": "\u958b\u555f\u641c\u5c0b"
|
"discovery": "\u958b\u555f\u641c\u5c0b"
|
||||||
},
|
},
|
||||||
"description": "\u662f\u5426\u8981\u8a2d\u5b9a Home Assistant \u4ee5\u9023\u7dda\u81f3 Hass.io \u9644\u52a0\u7d44\u4ef6 {addon} \u4e4b MQTT broker\uff1f",
|
"description": "\u662f\u5426\u8981\u8a2d\u5b9a Home Assistant \u4ee5\u9023\u7dda\u81f3 Hass.io \u9644\u52a0\u6574\u5408 {addon} \u4e4b MQTT broker\uff1f",
|
||||||
"title": "\u4f7f\u7528 Hass.io \u9644\u52a0\u7d44\u4ef6 MQTT Broker"
|
"title": "\u4f7f\u7528 Hass.io \u9644\u52a0\u7d44\u4ef6 MQTT Broker"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Sentry er allerede konfigurert"
|
||||||
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"bad_dsn": "Ugyldig datakildenavn (DSN)",
|
"bad_dsn": "Ugyldig datakildenavn (DSN)",
|
||||||
"unknown": "Uventet feil"
|
"unknown": "Uventet feil"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
|
"description": "Fyll inn din Sentry DNS",
|
||||||
"title": "Sentry"
|
"title": "Sentry"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
16
homeassistant/components/sentry/.translations/pt-BR.json
Normal file
16
homeassistant/components/sentry/.translations/pt-BR.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "O Sentry j\u00e1 est\u00e1 configurado"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"bad_dsn": "DSN inv\u00e1lido",
|
||||||
|
"unknown": "Erro inesperado"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"description": "Digite seu DSN Sentry"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
18
homeassistant/components/sentry/.translations/sl.json
Normal file
18
homeassistant/components/sentry/.translations/sl.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Sentry je \u017ee nastavljen"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"bad_dsn": "Neveljaven DSN",
|
||||||
|
"unknown": "Nepri\u010dakovana napaka"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"description": "Vpi\u0161ite va\u0161 Sentry DSN",
|
||||||
|
"title": "Sentry"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Sentry"
|
||||||
|
}
|
||||||
|
}
|
18
homeassistant/components/sentry/.translations/zh-Hant.json
Normal file
18
homeassistant/components/sentry/.translations/zh-Hant.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Sentry \u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"bad_dsn": "DSN \u7121\u6548",
|
||||||
|
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"description": "\u8f38\u5165 Sentry DSN",
|
||||||
|
"title": "Sentry"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Sentry"
|
||||||
|
}
|
||||||
|
}
|
@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"connection_error": "Falha na liga\u00e7\u00e3o \u00e0 SOMA Connect.",
|
||||||
|
"result_error": "SOMA Connect respondeu com status de erro."
|
||||||
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
|
21
homeassistant/components/tesla/.translations/pt-BR.json
Normal file
21
homeassistant/components/tesla/.translations/pt-BR.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"connection_error": "Erro na conex\u00e3o; verifique a rede e tente novamente",
|
||||||
|
"identifier_exists": "E-mail j\u00e1 registrado",
|
||||||
|
"invalid_credentials": "Credenciais inv\u00e1lidas",
|
||||||
|
"unknown_error": "Erro desconhecido, por favor, relate informa\u00e7\u00f5es do log"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "Senha",
|
||||||
|
"username": "Endere\u00e7o de e-mail"
|
||||||
|
},
|
||||||
|
"description": "Por favor, insira suas informa\u00e7\u00f5es.",
|
||||||
|
"title": "Tesla - Configura\u00e7\u00e3o"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Tesla"
|
||||||
|
}
|
||||||
|
}
|
30
homeassistant/components/tesla/.translations/sl.json
Normal file
30
homeassistant/components/tesla/.translations/sl.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"connection_error": "Napaka pri povezovanju; preverite omre\u017eje in poskusite znova",
|
||||||
|
"identifier_exists": "E-po\u0161ta je \u017ee registrirana",
|
||||||
|
"invalid_credentials": "Neveljavne poverilnice",
|
||||||
|
"unknown_error": "Neznana napaka, sporo\u010dite podatke dnevnika"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "Geslo",
|
||||||
|
"username": "E-po\u0161tni naslov"
|
||||||
|
},
|
||||||
|
"description": "Prosimo, vnesite svoje podatke.",
|
||||||
|
"title": "Tesla - konfiguracija"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Tesla"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "Sekund med skeniranjem"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user