[ci skip] Translation update
This commit is contained in:
parent
24ae379fad
commit
dd118fe013
52 changed files with 365 additions and 12 deletions
12
homeassistant/components/adax/translations/es-419.json
Normal file
12
homeassistant/components/adax/translations/es-419.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"connection_type": "Seleccione el tipo de conexi\u00f3n"
|
||||
},
|
||||
"description": "Seleccione el tipo de conexi\u00f3n. Local requiere calentadores con bluetooth"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/airthings/translations/es-419.json
Normal file
11
homeassistant/components/airthings/translations/es-419.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"secret": "Secreto"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -38,13 +38,16 @@
|
|||
"zone_details": {
|
||||
"data": {
|
||||
"zone_name": "Nombre de zona",
|
||||
"zone_rfid": "Serie RF"
|
||||
}
|
||||
"zone_rfid": "Serie RF",
|
||||
"zone_type": "Tipo de zona"
|
||||
},
|
||||
"title": "Configurar AlarmDecoder"
|
||||
},
|
||||
"zone_select": {
|
||||
"data": {
|
||||
"zone_number": "N\u00famero de zona"
|
||||
}
|
||||
},
|
||||
"title": "Configurar AlarmDecoder"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"site": {
|
||||
"data": {
|
||||
"site_name": "Nombre del sitio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,7 @@
|
|||
},
|
||||
"trigger_type": {
|
||||
"bat_low": "{entity_name} \u7535\u6c60\u7535\u91cf\u4f4e",
|
||||
"co": "{entity_name} \u5f00\u59cb\u68c0\u6d4b\u5230\u4e00\u6c27\u5316\u78b3\u6cc4\u9732",
|
||||
"co": "{entity_name} \u5f00\u59cb\u68c0\u6d4b\u5230\u4e00\u6c27\u5316\u78b3\u6cc4\u6f0f",
|
||||
"cold": "{entity_name} \u53d8\u51b7",
|
||||
"connected": "{entity_name} \u5df2\u8fde\u63a5",
|
||||
"gas": "{entity_name} \u5f00\u59cb\u68c0\u6d4b\u5230\u71c3\u6c14\u6cc4\u6f0f",
|
||||
|
@ -66,7 +66,7 @@
|
|||
"moist": "{entity_name} \u53d8\u6e7f",
|
||||
"motion": "{entity_name} \u68c0\u6d4b\u5230\u6709\u4eba",
|
||||
"moving": "{entity_name} \u5f00\u59cb\u79fb\u52a8",
|
||||
"no_co": "{entity_name} \u4e0d\u518d\u68c0\u6d4b\u5230\u4e00\u6c27\u5316\u78b3\u6cc4\u9732",
|
||||
"no_co": "{entity_name} \u4e0d\u518d\u68c0\u6d4b\u5230\u4e00\u6c27\u5316\u78b3\u6cc4\u6f0f",
|
||||
"no_gas": "{entity_name} \u4e0d\u518d\u68c0\u6d4b\u5230\u71c3\u6c14\u6cc4\u6f0f",
|
||||
"no_light": "{entity_name} \u4e0d\u518d\u68c0\u6d4b\u5230\u5149\u7ebf",
|
||||
"no_motion": "{entity_name} \u4e0d\u518d\u68c0\u6d4b\u5230\u6709\u4eba",
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"alread_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea\u05d5 \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4. \u05e8\u05e7 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d9\u05ea."
|
||||
"alread_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea\u05d5 \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4. \u05e8\u05e7 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d9\u05ea.",
|
||||
"already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea\u05d5 \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4. \u05e8\u05e7 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d9\u05ea."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"alread_configured": "M\u00e1r konfigur\u00e1lva van. Csak egy konfigur\u00e1ci\u00f3 lehets\u00e9ges.",
|
||||
"already_configured": "M\u00e1r konfigur\u00e1lva van. Csak egy konfigur\u00e1ci\u00f3 lehets\u00e9ges.",
|
||||
"not_compatible": "Nem lehet CPU-inform\u00e1ci\u00f3kat lek\u00e9rni, ez az integr\u00e1ci\u00f3 nem kompatibilis a rendszer\u00e9vel."
|
||||
},
|
||||
"step": {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"alread_configured": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.",
|
||||
"already_configured": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.",
|
||||
"not_compatible": "Nie mo\u017cna uzyska\u0107 informacji o procesorze, ta integracja nie jest zgodna z twoim systemem"
|
||||
},
|
||||
"step": {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"alread_configured": "Zaten yap\u0131land\u0131r\u0131lm\u0131\u015f. Yaln\u0131zca tek bir konfig\u00fcrasyon m\u00fcmk\u00fcnd\u00fcr.",
|
||||
"already_configured": "Zaten yap\u0131land\u0131r\u0131lm\u0131\u015f. Yaln\u0131zca tek bir konfig\u00fcrasyon m\u00fcmk\u00fcnd\u00fcr.",
|
||||
"not_compatible": "CPU bilgisi al\u0131nam\u0131yor, bu entegrasyon sisteminizle uyumlu de\u011fil"
|
||||
},
|
||||
"step": {
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"is_on": "{entity_name} \u05e4\u05d5\u05e2\u05dc"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc \u05d0\u05d5 \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_off": "{entity_name} \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_on": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"is_on": "wentylator {entity_name} jest w\u0142\u0105czony"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} zostanie w\u0142\u0105czony lub wy\u0142\u0105czony",
|
||||
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
|
||||
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"is_on": "{entity_name} a\u00e7\u0131k"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} a\u00e7\u0131ld\u0131 veya kapat\u0131ld\u0131",
|
||||
"turned_off": "{entity_name} kapat\u0131ld\u0131",
|
||||
"turned_on": "{entity_name} a\u00e7\u0131ld\u0131"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"is_on": "{entity_name} \u5df2\u5f00\u542f"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
|
||||
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
|
||||
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
|
||||
}
|
||||
|
|
20
homeassistant/components/goodwe/translations/ca.json
Normal file
20
homeassistant/components/goodwe/translations/ca.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "El dispositiu ja est\u00e0 configurat",
|
||||
"already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Ha fallat la connexi\u00f3"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Adre\u00e7a IP"
|
||||
},
|
||||
"description": "Connexi\u00f3 amb l'inversor",
|
||||
"title": "Inversor GoodWe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
homeassistant/components/goodwe/translations/de.json
Normal file
20
homeassistant/components/goodwe/translations/de.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
|
||||
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Verbindung fehlgeschlagen"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "IP-Adresse"
|
||||
},
|
||||
"description": "Mit Wechselrichter verbinden",
|
||||
"title": "GoodWe-Wechselrichter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
homeassistant/components/goodwe/translations/et.json
Normal file
20
homeassistant/components/goodwe/translations/et.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
|
||||
"already_in_progress": "Seadistamine juba k\u00e4ib"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "\u00dchendumine nurjus"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "IP aadress"
|
||||
},
|
||||
"description": "Inverteriga \u00fchenduse loomine",
|
||||
"title": "GoodWe inverter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
18
homeassistant/components/goodwe/translations/he.json
Normal file
18
homeassistant/components/goodwe/translations/he.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4",
|
||||
"already_in_progress": "\u05d6\u05e8\u05d9\u05de\u05ea \u05d4\u05ea\u05e6\u05d5\u05e8\u05d4 \u05db\u05d1\u05e8 \u05de\u05ea\u05d1\u05e6\u05e2\u05ea"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u05db\u05ea\u05d5\u05d1\u05ea IP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
homeassistant/components/goodwe/translations/hu.json
Normal file
20
homeassistant/components/goodwe/translations/hu.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
||||
"already_in_progress": "A konfigur\u00e1l\u00e1s m\u00e1r folyamatban van"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Sikertelen csatlakoz\u00e1s"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "IP c\u00edm"
|
||||
},
|
||||
"description": "Csatlakoz\u00e1s az inverterhez",
|
||||
"title": "GoodWe inverter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
homeassistant/components/goodwe/translations/pl.json
Normal file
20
homeassistant/components/goodwe/translations/pl.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||
"already_in_progress": "Konfiguracja jest ju\u017c w toku"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Adres IP"
|
||||
},
|
||||
"description": "Pod\u0142\u0105cz do falownika",
|
||||
"title": "Falownik GoodWe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
homeassistant/components/goodwe/translations/tr.json
Normal file
20
homeassistant/components/goodwe/translations/tr.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
|
||||
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Ba\u011flanma hatas\u0131"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "IP Adresi"
|
||||
},
|
||||
"description": "\u0130nvert\u00f6re ba\u011flan\u0131n",
|
||||
"title": "GoodWe invert\u00f6r"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
homeassistant/components/goodwe/translations/zh-Hant.json
Normal file
20
homeassistant/components/goodwe/translations/zh-Hant.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
||||
"already_in_progress": "\u8a2d\u5b9a\u5df2\u7d93\u9032\u884c\u4e2d"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "\u9023\u7dda\u5931\u6557"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "IP \u4f4d\u5740"
|
||||
},
|
||||
"description": "\u9023\u7dda\u81f3\u9006\u8b8a\u5668",
|
||||
"title": "GoodWe \u9006\u8b8a\u5668"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -69,7 +69,8 @@
|
|||
"data": {
|
||||
"allow_hue_groups": "Zezwalaj na grupowanie Hue",
|
||||
"allow_hue_scenes": "Zezwalaj na sceny dla Hue",
|
||||
"allow_unreachable": "Zezwalaj nieosi\u0105galnym \u017car\u00f3wkom na poprawne raportowanie ich stanu"
|
||||
"allow_unreachable": "Zezwalaj nieosi\u0105galnym \u017car\u00f3wkom na poprawne raportowanie ich stanu",
|
||||
"ignore_availability": "Ignoruj stan po\u0142\u0105czenia dla danych urz\u0105dze\u0144"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"is_on": "{entity_name} \u05e4\u05d5\u05e2\u05dc"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc \u05d0\u05d5 \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_off": "{entity_name} \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_on": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"trigger_type": {
|
||||
"target_humidity_changed": "zmieni si\u0119 wilgotno\u015b\u0107 docelowa {entity_name}",
|
||||
"toggled": "{entity_name} zostanie w\u0142\u0105czony lub wy\u0142\u0105czony",
|
||||
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
|
||||
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"trigger_type": {
|
||||
"target_humidity_changed": "{entity_name} hedef nem de\u011fi\u015fti",
|
||||
"toggled": "{entity_name} a\u00e7\u0131ld\u0131 veya kapat\u0131ld\u0131",
|
||||
"turned_off": "{entity_name} kapat\u0131ld\u0131",
|
||||
"turned_on": "{entity_name} a\u00e7\u0131ld\u0131"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"trigger_type": {
|
||||
"target_humidity_changed": "{entity_name} \u7684\u8bbe\u5b9a\u6e7f\u5ea6\u53d8\u5316",
|
||||
"toggled": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
|
||||
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
|
||||
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"is_on": "{entity_name} \u05e4\u05d5\u05e2\u05dc"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc \u05d0\u05d5 \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_off": "{entity_name} \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_on": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"is_on": "\u015bwiat\u0142o {entity_name} jest w\u0142\u0105czone"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} zostanie w\u0142\u0105czony lub wy\u0142\u0105czony",
|
||||
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
|
||||
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"is_on": "{entity_name} a\u00e7\u0131k"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} a\u00e7\u0131ld\u0131 veya kapat\u0131ld\u0131",
|
||||
"turned_off": "{entity_name} kapat\u0131ld\u0131",
|
||||
"turned_on": "{entity_name} a\u00e7\u0131ld\u0131"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"is_on": "{entity_name} \u5df2\u6253\u5f00"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
|
||||
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
|
||||
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
|
||||
}
|
||||
|
|
20
homeassistant/components/oncue/translations/he.json
Normal file
20
homeassistant/components/oncue/translations/he.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4",
|
||||
"invalid_auth": "\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9",
|
||||
"unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
|
||||
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
homeassistant/components/oncue/translations/pl.json
Normal file
20
homeassistant/components/oncue/translations/pl.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Konto jest ju\u017c skonfigurowane"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"invalid_auth": "Niepoprawne uwierzytelnienie",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Has\u0142o",
|
||||
"username": "Nazwa u\u017cytkownika"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
|
||||
"already_configured": "Hesap zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"is_on": "{entity_name} \u05e4\u05d5\u05e2\u05dc"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc \u05d0\u05d5 \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_off": "{entity_name} \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_on": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"is_on": "pilot {entity_name} jest w\u0142\u0105czony"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} zostanie w\u0142\u0105czony lub wy\u0142\u0105czony",
|
||||
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
|
||||
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"is_on": "{entity_name} a\u00e7\u0131k"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} a\u00e7\u0131ld\u0131 veya kapat\u0131ld\u0131",
|
||||
"turned_off": "{entity_name} kapat\u0131ld\u0131",
|
||||
"turned_on": "{entity_name} a\u00e7\u0131ld\u0131"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"is_on": "{entity_name} \u5df2\u6253\u5f00"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
|
||||
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
|
||||
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "\u05ea\u05e6\u05d5\u05e8\u05ea\u05d5 \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4. \u05e8\u05e7 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d9\u05ea."
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,6 +6,10 @@
|
|||
"server_unreachable": "Nem lehet kommunik\u00e1lni az RTSPtoWebRTC szerverrel. Tov\u00e1bbi inform\u00e1ci\u00f3k\u00e9rt ellen\u0151rizze a napl\u00f3kat."
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"description": "Be k\u00edv\u00e1nja konfigur\u00e1lni a Home Assistantot, hogy csatlakozzon a b\u0151v\u00edtm\u00e9ny \u00e1ltal biztos\u00edtott RTSPtoWebRTC-szerverhez: {addon}?",
|
||||
"title": "RTSPtoWebRTC Home Assistant kieg\u00e9sz\u00edt\u0151 \u00e1ltal"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"server_url": "RTSPtoWebRTC szerver URL-c\u00edme pl. https://example.com"
|
||||
|
|
25
homeassistant/components/rtsp_to_webrtc/translations/pl.json
Normal file
25
homeassistant/components/rtsp_to_webrtc/translations/pl.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
|
||||
},
|
||||
"error": {
|
||||
"invalid_url": "Musi by\u0107 prawid\u0142owym adresem URL serwera RTSPtoWebRTC, np. https://example.com",
|
||||
"server_failure": "Serwer RTSPtoWebRTC zwr\u00f3ci\u0142 b\u0142\u0105d. Sprawd\u017a logi, aby uzyska\u0107 wi\u0119cej informacji.",
|
||||
"server_unreachable": "Nie mo\u017cna nawi\u0105za\u0107 komunikacji z serwerem RTSPtoWebRTC. Sprawd\u017a logi, aby uzyska\u0107 wi\u0119cej informacji."
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"description": "Czy chcesz skonfigurowa\u0107 Home Assistanta, aby \u0142\u0105czy\u0142 si\u0119 z serwerem RTSPtoWebRTC dostarczonym przez dodatek: {addon} ?",
|
||||
"title": "RTSPtoWebRTC poprzez dodatek Home Assistant"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"server_url": "URL serwera RTSPtoWebRTC, np. https://example.com"
|
||||
},
|
||||
"description": "Integracja RTSPtoWebRTC wymaga serwera do t\u0142umaczenia strumieni RTSP na WebRTC. Wprowad\u017a adres URL serwera RTSPtoWebRTC.",
|
||||
"title": "Konfiguracja RTSPtoWebRTC"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,6 +2,24 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Zaten yap\u0131land\u0131r\u0131lm\u0131\u015f. Yaln\u0131zca tek bir konfig\u00fcrasyon m\u00fcmk\u00fcnd\u00fcr."
|
||||
},
|
||||
"error": {
|
||||
"invalid_url": "Ge\u00e7erli bir RTSPtoWebRTC sunucu URL'si olmal\u0131d\u0131r, \u00f6rne\u011fin https://example.com",
|
||||
"server_failure": "RTSPtoWebRTC sunucusu bir hata ile kar\u015f\u0131la\u015ft\u0131. Daha fazla bilgi i\u00e7in g\u00fcnl\u00fckleri kontrol edin.",
|
||||
"server_unreachable": "RTSPtoWebRTC sunucusuyla ileti\u015fim kurulam\u0131yor. Daha fazla bilgi i\u00e7in g\u00fcnl\u00fckleri kontrol edin."
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"description": "Home Assistant'\u0131 eklenti taraf\u0131ndan sa\u011flanan RTSPtoWebRTC sunucusuna ba\u011flanacak \u015fekilde yap\u0131land\u0131rmak istiyor musunuz: {addon} ?",
|
||||
"title": "Home Assistant eklentisi arac\u0131l\u0131\u011f\u0131yla RTSPtoWebRTC"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"server_url": "RTSPtoWebRTC sunucu URL'si, \u00f6rne\u011fin https://example.com"
|
||||
},
|
||||
"description": "RTSPtoWebRTC entegrasyonu, RTSP ak\u0131\u015flar\u0131n\u0131 WebRTC'ye \u00e7evirmek i\u00e7in bir sunucu gerektirir. RTSPtoWebRTC sunucusunun URL'sini girin.",
|
||||
"title": "RTSPtoWebRTC'yi yap\u0131land\u0131r\u0131n"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,6 +9,10 @@
|
|||
"server_unreachable": "\u7121\u6cd5\u8207 RTSPtoWebRTC \u4f3a\u670d\u5668\u9032\u884c\u9023\u7dda\uff0c\u8acb\u53c3\u95b1\u65e5\u8a8c\u4ee5\u7372\u5f97\u66f4\u8a73\u7d30\u8cc7\u8a0a\u3002"
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"description": "\u662f\u5426\u8981\u8a2d\u5b9a Home Assistant \u4ee5\u9023\u7dda\u81f3 RTSPtoWebRTC\u3002\u9644\u52a0\u5143\u4ef6\u70ba\uff1a{addon} \uff1f",
|
||||
"title": "\u4f7f\u7528 Home Assistant \u9644\u52a0\u5143\u4ef6 RTSPtoWebRTC"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"server_url": "RTSPtoWebRTC \u4f3a\u670d\u5668 URL\uff0c\u4f8b\u5982\uff1ahttps://example.com"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"is_on": "{entity_name} \u05e4\u05d5\u05e2\u05dc"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc \u05d0\u05d5 \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_off": "{entity_name} \u05db\u05d5\u05d1\u05d4",
|
||||
"turned_on": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"is_on": "prze\u0142\u0105cznik {entity_name} jest w\u0142\u0105czony"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} zostanie w\u0142\u0105czony lub wy\u0142\u0105czony",
|
||||
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
|
||||
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"is_on": "{entity_name} a\u00e7\u0131k"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} a\u00e7\u0131ld\u0131 veya kapat\u0131ld\u0131",
|
||||
"turned_off": "{entity_name} kapat\u0131ld\u0131",
|
||||
"turned_on": "{entity_name} a\u00e7\u0131ld\u0131"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"is_on": "{entity_name} \u5df2\u6253\u5f00"
|
||||
},
|
||||
"trigger_type": {
|
||||
"toggled": "{entity_name} \u88ab\u6253\u5f00\u6216\u5173\u95ed",
|
||||
"turned_off": "{entity_name} \u88ab\u5173\u95ed",
|
||||
"turned_on": "{entity_name} \u88ab\u6253\u5f00"
|
||||
}
|
||||
|
|
|
@ -9,11 +9,20 @@
|
|||
"unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
|
||||
"port": "\u05e4\u05ea\u05d7\u05d4",
|
||||
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u05de\u05d0\u05e8\u05d7",
|
||||
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
|
||||
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
|
||||
"port": "\u05e4\u05ea\u05d7\u05d4",
|
||||
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9",
|
||||
"verify_ssl": "\u05d0\u05d9\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d5\u05e8 SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d6\u05d4 \u05db\u05d1\u05e8 \u05de\u05d5\u05d2\u05d3\u05e8"
|
||||
"already_configured": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d6\u05d4 \u05db\u05d1\u05e8 \u05de\u05d5\u05d2\u05d3\u05e8",
|
||||
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4",
|
||||
"invalid_host": "\u05e9\u05dd \u05de\u05d0\u05e8\u05d7 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea IP \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05d9\u05dd",
|
||||
"unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4",
|
||||
"invalid_host": "\u05e9\u05dd \u05de\u05d0\u05e8\u05d7 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea IP \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05d9\u05dd"
|
||||
"invalid_host": "\u05e9\u05dd \u05de\u05d0\u05e8\u05d7 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea IP \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05d9\u05dd",
|
||||
"unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"host": "Sunucu",
|
||||
"name": "Ad"
|
||||
},
|
||||
"description": "Vallox entegrasyonunu ayarlay\u0131n. Yap\u0131land\u0131rmayla ilgili sorunlar\u0131n\u0131z varsa https://www.home-assistant.io/integrations/vallox adresine gidin.",
|
||||
"description": "Vallox entegrasyonunu ayarlay\u0131n. Yap\u0131land\u0131rmayla ilgili sorunlar\u0131n\u0131z varsa {integration_docs_url} adresine gidin.",
|
||||
"title": "Vallox"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"heating_type": "Heating type",
|
||||
"name": "Name",
|
||||
"password": "Password",
|
||||
"scan_interval": "Scan Interval (seconds)",
|
||||
"username": "Email"
|
||||
},
|
||||
"description": "Set up ViCare integration. To generate API key go to https://developer.viessmann.com",
|
||||
|
|
7
homeassistant/components/whois/translations/he.json
Normal file
7
homeassistant/components/whois/translations/he.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d6\u05d4 \u05db\u05d1\u05e8 \u05de\u05d5\u05d2\u05d3\u05e8"
|
||||
}
|
||||
}
|
||||
}
|
14
homeassistant/components/whois/translations/pl.json
Normal file
14
homeassistant/components/whois/translations/pl.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"domain": "Nazwa domeny"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue