mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
[ci skip] Translation update
This commit is contained in:
parent
0c9be633f5
commit
bdcdf52225
@ -134,6 +134,10 @@
|
||||
"off": "L\u00e4dt nicht",
|
||||
"on": "L\u00e4dt"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "Normal",
|
||||
"on": "Erkannt"
|
||||
},
|
||||
"co": {
|
||||
"off": "Normal",
|
||||
"on": "Erkannt"
|
||||
|
@ -134,6 +134,10 @@
|
||||
"off": "Ei lae",
|
||||
"on": "Laeb"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "Korras",
|
||||
"on": "Tuvastatud"
|
||||
},
|
||||
"co": {
|
||||
"off": "Puudub",
|
||||
"on": "Tuvastatud"
|
||||
|
@ -134,6 +134,10 @@
|
||||
"off": "Nem t\u00f6lt\u0151dik",
|
||||
"on": "T\u00f6lt\u0151dik"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "Norm\u00e1l",
|
||||
"on": "\u00c9szlelve"
|
||||
},
|
||||
"co": {
|
||||
"off": "Tiszta",
|
||||
"on": "\u00c9rz\u00e9kelve"
|
||||
|
@ -134,6 +134,10 @@
|
||||
"off": "\u5145\u96fb\u3057\u3066\u3044\u306a\u3044",
|
||||
"on": "\u5145\u96fb"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "\u30af\u30ea\u30a2",
|
||||
"on": "\u691c\u51fa"
|
||||
},
|
||||
"co": {
|
||||
"off": "\u30af\u30ea\u30a2",
|
||||
"on": "\u691c\u51fa\u3055\u308c\u307e\u3057\u305f"
|
||||
|
@ -134,6 +134,10 @@
|
||||
"off": "Lader ikke",
|
||||
"on": "Lader"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "Klart",
|
||||
"on": "Oppdaget"
|
||||
},
|
||||
"co": {
|
||||
"off": "Klart",
|
||||
"on": "Oppdaget"
|
||||
|
@ -134,6 +134,10 @@
|
||||
"off": "roz\u0142adowywanie",
|
||||
"on": "\u0142adowanie"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "brak",
|
||||
"on": "wykryto"
|
||||
},
|
||||
"co": {
|
||||
"off": "brak",
|
||||
"on": "wykryto"
|
||||
|
@ -134,6 +134,10 @@
|
||||
"off": "\u041d\u0435 \u0437\u0430\u0440\u044f\u0436\u0430\u0435\u0442\u0441\u044f",
|
||||
"on": "\u0417\u0430\u0440\u044f\u0436\u0430\u0435\u0442\u0441\u044f"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "\u041d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d",
|
||||
"on": "\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d"
|
||||
},
|
||||
"co": {
|
||||
"off": "\u041d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d",
|
||||
"on": "\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d"
|
||||
|
@ -134,6 +134,10 @@
|
||||
"off": "\u672a\u5728\u5145\u96fb",
|
||||
"on": "\u5145\u96fb\u4e2d"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "\u672a\u89f8\u767c",
|
||||
"on": "\u5df2\u89f8\u767c"
|
||||
},
|
||||
"co": {
|
||||
"off": "\u672a\u5075\u6e2c",
|
||||
"on": "\u5075\u6e2c"
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"title": "Diagnostiques"
|
||||
"title": "Diagnostics"
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/ca.json
Normal file
24
homeassistant/components/dlna_dms/translations/ca.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "El dispositiu ja est\u00e0 configurat",
|
||||
"already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs",
|
||||
"bad_ssdp": "Falta un valor necessari a les dades SSDP",
|
||||
"no_devices_found": "No s'han trobat dispositius a la xarxa",
|
||||
"not_dms": "El dispositiu no \u00e9s un servidor multim\u00e8dia compatible"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Vols comen\u00e7ar la configuraci\u00f3?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Amfitri\u00f3"
|
||||
},
|
||||
"description": "Tria un dispositiu a configurar",
|
||||
"title": "Dispositius DLNA DMA descoberts"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/de.json
Normal file
24
homeassistant/components/dlna_dms/translations/de.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
|
||||
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
|
||||
"bad_ssdp": "In den SSDP-Daten fehlt ein erforderlicher Wert",
|
||||
"no_devices_found": "Keine Ger\u00e4te im Netzwerk gefunden",
|
||||
"not_dms": "Das Ger\u00e4t ist kein unterst\u00fctzter Medienserver"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "M\u00f6chtest Du mit der Einrichtung beginnen?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host"
|
||||
},
|
||||
"description": "W\u00e4hle ein zu konfigurierendes Ger\u00e4t aus",
|
||||
"title": "Erkannte DLNA DMA-Ger\u00e4te"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/el.json
Normal file
24
homeassistant/components/dlna_dms/translations/el.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af",
|
||||
"already_in_progress": "\u0397 \u03c1\u03bf\u03ae \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2 \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03ae\u03b4\u03b7 \u03c3\u03b5 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7",
|
||||
"bad_ssdp": "\u0391\u03c0\u03cc \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 SSDP \u03bb\u03b5\u03af\u03c0\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03c4\u03b9\u03bc\u03ae",
|
||||
"no_devices_found": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 \u03c3\u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf",
|
||||
"not_dms": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7;"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2"
|
||||
},
|
||||
"description": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03b3\u03b9\u03b1 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7",
|
||||
"title": "\u0391\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c6\u03b8\u03b7\u03ba\u03b1\u03bd \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 DLNA DMA"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/et.json
Normal file
24
homeassistant/components/dlna_dms/translations/et.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
|
||||
"already_in_progress": "Seadistamine juba k\u00e4ib",
|
||||
"bad_ssdp": "SSDP andmetes puudub n\u00f5utav v\u00e4\u00e4rtus",
|
||||
"no_devices_found": "V\u00f5rgust ei leitud \u00fchtegi seadet",
|
||||
"not_dms": "Seade ei ole toetatud meediaserver"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Kas soovid alustada seadistamist?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host"
|
||||
},
|
||||
"description": "Vali h\u00e4\u00e4lestatav seade",
|
||||
"title": "Avastatud DLNA DMA-seadmed"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/hu.json
Normal file
24
homeassistant/components/dlna_dms/translations/hu.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
||||
"already_in_progress": "A konfigur\u00e1l\u00e1s m\u00e1r folyamatban van",
|
||||
"bad_ssdp": "Az SSDP-adatok hi\u00e1nyosak",
|
||||
"no_devices_found": "Nem tal\u00e1lhat\u00f3 eszk\u00f6z a h\u00e1l\u00f3zaton",
|
||||
"not_dms": "A m\u00e9diaszerver eszk\u00f6z nem t\u00e1mogatott"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "El szeretn\u00e9 kezdeni a be\u00e1ll\u00edt\u00e1st?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "C\u00edm"
|
||||
},
|
||||
"description": "V\u00e1lasszon egy konfigur\u00e1land\u00f3 eszk\u00f6zt",
|
||||
"title": "Felfedezett DLNA DMA eszk\u00f6z\u00f6k"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/ja.json
Normal file
24
homeassistant/components/dlna_dms/translations/ja.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
|
||||
"already_in_progress": "\u69cb\u6210\u30d5\u30ed\u30fc\u306f\u3059\u3067\u306b\u9032\u884c\u4e2d\u3067\u3059",
|
||||
"bad_ssdp": "SSDP\u30c7\u30fc\u30bf\u306b\u5fc5\u8981\u306a\u5024\u304c\u3042\u308a\u307e\u305b\u3093",
|
||||
"no_devices_found": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u4e0a\u306b\u30c7\u30d0\u30a4\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093",
|
||||
"not_dms": "\u30c7\u30d0\u30a4\u30b9\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30e1\u30c7\u30a3\u30a2\u30b5\u30fc\u30d0\u30fc\u3067\u306f\u3042\u308a\u307e\u305b\u3093"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3092\u958b\u59cb\u3057\u307e\u3059\u304b\uff1f"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u30db\u30b9\u30c8"
|
||||
},
|
||||
"description": "\u8a2d\u5b9a\u3059\u308b\u30c7\u30d0\u30a4\u30b9\u3092\u9078\u629e",
|
||||
"title": "\u691c\u51fa\u3055\u308c\u305fDLNA DMA\u30c7\u30d0\u30a4\u30b9"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/no.json
Normal file
24
homeassistant/components/dlna_dms/translations/no.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten er allerede konfigurert",
|
||||
"already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede",
|
||||
"bad_ssdp": "SSDP-data mangler en n\u00f8dvendig verdi",
|
||||
"no_devices_found": "Ingen enheter funnet p\u00e5 nettverket",
|
||||
"not_dms": "Enheten er ikke en st\u00f8ttet medieserver"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Vil du starte oppsettet?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Vert"
|
||||
},
|
||||
"description": "Velg en enhet \u00e5 konfigurere",
|
||||
"title": "Oppdaget DLNA DMA-enheter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/pl.json
Normal file
24
homeassistant/components/dlna_dms/translations/pl.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||
"already_in_progress": "Konfiguracja jest ju\u017c w toku",
|
||||
"bad_ssdp": "W danych SSDP brakuje wymaganej warto\u015bci",
|
||||
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci",
|
||||
"not_dms": "Urz\u0105dzenie nie jest obs\u0142ugiwanym serwerem multimedi\u00f3w"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Czy chcesz rozpocz\u0105\u0107 konfiguracj\u0119?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nazwa hosta lub adres IP"
|
||||
},
|
||||
"description": "Wybierz urz\u0105dzenie do skonfigurowania",
|
||||
"title": "Wykryto urz\u0105dzenia DLNA DMA"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/ru.json
Normal file
24
homeassistant/components/dlna_dms/translations/ru.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant.",
|
||||
"already_in_progress": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.",
|
||||
"bad_ssdp": "\u0412 \u0434\u0430\u043d\u043d\u044b\u0445 SSDP \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435.",
|
||||
"no_devices_found": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0441\u0435\u0442\u0438.",
|
||||
"not_dms": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 Media Server."
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u0425\u043e\u0441\u0442"
|
||||
},
|
||||
"description": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0434\u043b\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.",
|
||||
"title": "\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 DLNA DMA"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/dlna_dms/translations/zh-Hant.json
Normal file
24
homeassistant/components/dlna_dms/translations/zh-Hant.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
||||
"already_in_progress": "\u8a2d\u5b9a\u5df2\u7d93\u9032\u884c\u4e2d",
|
||||
"bad_ssdp": "\u6240\u7f3a\u5c11\u7684 SSDP \u8cc7\u6599\u70ba\u5fc5\u9808\u6578\u503c",
|
||||
"no_devices_found": "\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u88dd\u7f6e",
|
||||
"not_dms": "\u88dd\u7f6e\u4e26\u975e\u652f\u63f4\u5a92\u9ad4\u4f3a\u670d\u5668"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "\u662f\u5426\u8981\u958b\u59cb\u8a2d\u5b9a\uff1f"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u4e3b\u6a5f\u7aef"
|
||||
},
|
||||
"description": "\u9078\u64c7\u88dd\u7f6e\u4ee5\u8a2d\u5b9a",
|
||||
"title": "\u5df2\u63a2\u7d22\u5230\u7684 DLNA DMA \u88dd\u7f6e"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -12,5 +12,14 @@
|
||||
"description": "Voulez-vous configurer la Station spatiale internationale?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"show_on_map": "Montrer sur la carte"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -4,7 +4,11 @@
|
||||
"first_quarter": "\u03a0\u03c1\u03ce\u03c4\u03bf \u03c4\u03ad\u03c4\u03b1\u03c1\u03c4\u03bf",
|
||||
"full_moon": "\u03a0\u03b1\u03bd\u03c3\u03ad\u03bb\u03b7\u03bd\u03bf\u03c2",
|
||||
"last_quarter": "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf \u03c4\u03ad\u03c4\u03b1\u03c1\u03c4\u03bf",
|
||||
"new_moon": "\u039d\u03ad\u03b1 \u03a3\u03b5\u03bb\u03ae\u03bd\u03b7"
|
||||
"new_moon": "\u039d\u03ad\u03b1 \u03a3\u03b5\u03bb\u03ae\u03bd\u03b7",
|
||||
"waning_crescent": "\u03a6\u03b8\u03af\u03bd\u03c9\u03bd \u039c\u03b7\u03bd\u03af\u03c3\u03ba\u03bf\u03c2",
|
||||
"waning_gibbous": "\u03a6\u03b8\u03af\u03bd\u03c9\u03bd \u0391\u03bc\u03c6\u03af\u03ba\u03c5\u03c1\u03c4\u03bf\u03c2",
|
||||
"waxing_crescent": "\u0391\u03cd\u03be\u03c9\u03bd \u039c\u03b7\u03bd\u03af\u03c3\u03ba\u03bf\u03c2",
|
||||
"waxing_gibbous": "\u0391\u03cd\u03be\u03c9\u03bd \u0391\u03bc\u03c6\u03af\u03ba\u03c5\u03c1\u03c4\u03bf\u03c2"
|
||||
}
|
||||
}
|
||||
}
|
@ -69,8 +69,14 @@
|
||||
"options": {
|
||||
"data": {
|
||||
"birth_enable": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 birth",
|
||||
"birth_payload": "\u03a9\u03c6\u03ad\u03bb\u03b9\u03bc\u03bf \u03c6\u03bf\u03c1\u03c4\u03af\u03bf \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 birth",
|
||||
"birth_qos": "QoS \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 birth",
|
||||
"birth_retain": "\u0394\u03b9\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 birth",
|
||||
"birth_topic": "\u0398\u03ad\u03bc\u03b1 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 birth",
|
||||
"discovery": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03b1\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2",
|
||||
"will_enable": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 will",
|
||||
"will_payload": "\u03a9\u03c6\u03ad\u03bb\u03b9\u03bc\u03bf \u03c6\u03bf\u03c1\u03c4\u03af\u03bf \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 will",
|
||||
"will_qos": "QoS \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 will",
|
||||
"will_retain": "\u0394\u03b9\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 will",
|
||||
"will_topic": "\u0398\u03ad\u03bc\u03b1 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 will"
|
||||
},
|
||||
|
23
homeassistant/components/pure_energie/translations/de.json
Normal file
23
homeassistant/components/pure_energie/translations/de.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
|
||||
"cannot_connect": "Verbindung fehlgeschlagen"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung fehlgeschlagen"
|
||||
},
|
||||
"flow_title": "{model} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host"
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
"description": "M\u00f6chtest du Pure Energie Meter (` {model} `) zu Home Assistant hinzuf\u00fcgen?",
|
||||
"title": "Pure Energie Meter-Ger\u00e4t entdeckt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/radio_browser/translations/de.json
Normal file
12
homeassistant/components/radio_browser/translations/de.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "M\u00f6chtest du den Radio-Browser zu Home Assistant hinzuf\u00fcgen?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/radio_browser/translations/hu.json
Normal file
12
homeassistant/components/radio_browser/translations/hu.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "M\u00e1r konfigur\u00e1lva van. Csak egy konfigur\u00e1ci\u00f3 lehets\u00e9ges."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Szeretn\u00e9 hozz\u00e1adni Home Assistanthoz: Radio Browser?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/radio_browser/translations/ja.json
Normal file
12
homeassistant/components/radio_browser/translations/ja.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5358\u4e00\u306e\u8a2d\u5b9a\u3057\u304b\u3067\u304d\u307e\u305b\u3093\u3002"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Home Assistant\u306b\u3001Radio Browser\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/radio_browser/translations/no.json
Normal file
12
homeassistant/components/radio_browser/translations/no.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Vil du legge til Radio Browser til Home Assistant?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/radio_browser/translations/pl.json
Normal file
12
homeassistant/components/radio_browser/translations/pl.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Czy chcesz doda\u0107 radia internetowe do Home Assistanta?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210\u3001\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u88dd\u7f6e\u3002"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "\u662f\u5426\u8981\u5ee3\u64ad\u700f\u89bd\u5668\u65b0\u589e\u81f3 Home Assistant\uff1f"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
|
||||
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung fehlgeschlagen",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
},
|
||||
"description": "Die Sense-Integration muss dein Konto {email} erneut authentifizieren.",
|
||||
"title": "Integration erneut authentifizieren"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-Mail",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "Zeit\u00fcberschreitung"
|
||||
},
|
||||
"title": "Stelle eine Verbindung zu deinem Sense Energy Monitor her"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "Verifizierungs-Code"
|
||||
},
|
||||
"title": "Sense Multi-Faktor-Authentifizierung"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af"
|
||||
"already_configured": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af",
|
||||
"reauth_successful": "\u039f \u03b5\u03ba \u03bd\u03ad\u03bf\u03c5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03ae\u03c4\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "\u0391\u03c0\u03c1\u03cc\u03c3\u03bc\u03b5\u03bd\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2"
|
||||
},
|
||||
"description": "\u0397 \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 Sense \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bb\u03ad\u03b3\u03be\u03b5\u03b9 \u03b5\u03ba \u03bd\u03ad\u03bf\u03c5 \u03c4\u03b7\u03bd \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2 {email} .",
|
||||
"title": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03cc\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "Email",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "\u03a7\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03cc\u03c1\u03b9\u03bf"
|
||||
},
|
||||
"title": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf Sense Energy Monitor"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03b5\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7\u03c2"
|
||||
},
|
||||
"title": "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd Sense"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud"
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
|
||||
"reauth_successful": "Taastuvastamine \u00f5nnestus"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u00dchendamine nurjus",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "Tundmatu viga"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "Salas\u00f5na"
|
||||
},
|
||||
"description": "Sense'i sidumine peab konto {email} uuesti autentima.",
|
||||
"title": "Taastuvasta sidumine"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-post",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "Ajal\u00f5pp"
|
||||
},
|
||||
"title": "\u00dchendu oma Sense Energy Monitor'iga"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "Kinnituskood"
|
||||
},
|
||||
"title": "Sense mitmeastmeline autentimine"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
||||
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "Jelsz\u00f3"
|
||||
},
|
||||
"description": "A Sense integr\u00e1ci\u00f3nak \u00fajra kell hiteles\u00edtenie fi\u00f3kj\u00e1t {email} .",
|
||||
"title": "Integr\u00e1ci\u00f3 \u00fajrahiteles\u00edt\u00e9se"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-mail",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "Id\u0151t\u00fall\u00e9p\u00e9s"
|
||||
},
|
||||
"title": "Csatlakoztassa a Sense Energy Monitort"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "Ellen\u0151rz\u0151 k\u00f3d"
|
||||
},
|
||||
"title": "Sense t\u00f6bbfaktoros hiteles\u00edt\u00e9s"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059"
|
||||
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
|
||||
"reauth_successful": "\u518d\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "\u30d1\u30b9\u30ef\u30fc\u30c9"
|
||||
},
|
||||
"description": "Sense\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u3067\u306f\u3001\u30a2\u30ab\u30a6\u30f3\u30c8 {email} \u3092\u518d\u8a8d\u8a3c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",
|
||||
"title": "\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u518d\u8a8d\u8a3c"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E\u30e1\u30fc\u30eb",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8"
|
||||
},
|
||||
"title": "Sense Energy Monitor\u306b\u63a5\u7d9a\u3059\u308b"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "\u8a8d\u8a3c\u30b3\u30fc\u30c9"
|
||||
},
|
||||
"title": "Sense\u591a\u8981\u7d20\u8a8d\u8a3c"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten er allerede konfigurert"
|
||||
"already_configured": "Enheten er allerede konfigurert",
|
||||
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Tilkobling mislyktes",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "Uventet feil"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "Passord"
|
||||
},
|
||||
"description": "Sense-integrasjonen m\u00e5 autentisere kontoen din {email} p\u00e5 nytt.",
|
||||
"title": "Godkjenne integrering p\u00e5 nytt"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-post",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "Tidsavbrudd"
|
||||
},
|
||||
"title": "Koble til din Sense Energy Monitor"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "Bekreftelseskode"
|
||||
},
|
||||
"title": "Sense multi-faktor autentisering"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "Has\u0142o"
|
||||
},
|
||||
"description": "Integracja Sense wymaga ponownego uwierzytelnienia Twojego konta {email}.",
|
||||
"title": "Ponownie uwierzytelnij integracj\u0119"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "Adres e-mail",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "Limit czasu"
|
||||
},
|
||||
"title": "Po\u0142\u0105czenie z monitorem energii Sense"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "Kod weryfikacyjny"
|
||||
},
|
||||
"title": "Uwierzytelnianie wielosk\u0142adnikowe Sense"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant."
|
||||
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant.",
|
||||
"reauth_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "\u041f\u0430\u0440\u043e\u043b\u044c"
|
||||
},
|
||||
"description": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Sense {email}.",
|
||||
"title": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "\u0422\u0430\u0439\u043c-\u0430\u0443\u0442"
|
||||
},
|
||||
"title": "Sense Energy Monitor"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "\u041a\u043e\u0434 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f"
|
||||
},
|
||||
"title": "\u041c\u043d\u043e\u0433\u043e\u0444\u0430\u043a\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f Sense"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
|
||||
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
||||
"reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u9023\u7dda\u5931\u6557",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "\u5bc6\u78bc"
|
||||
},
|
||||
"description": "Sense \u6574\u5408\u9700\u8981\u91cd\u65b0\u8a8d\u8b49\u60a8\u7684\u5e33\u865f {email}\u3002",
|
||||
"title": "\u91cd\u65b0\u8a8d\u8b49\u6574\u5408"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "\u96fb\u5b50\u90f5\u4ef6",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "\u903e\u6642"
|
||||
},
|
||||
"title": "\u9023\u7dda\u81f3 Sense \u80fd\u6e90\u76e3\u63a7"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "\u9a57\u8b49\u78bc"
|
||||
},
|
||||
"title": "Sense \u591a\u6b65\u9a5f\u9a57\u8b49"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "La integraci\u00f3 de Sonarr ha de tornar a autenticar-se manualment amb l'API de Sonarr allotjada a: {host}",
|
||||
"description": "La integraci\u00f3 de Sonarr ha de tornar a autenticar-se manualment amb l'API de Sonarr allotjada a: {url}",
|
||||
"title": "Reautenticaci\u00f3 de la integraci\u00f3"
|
||||
},
|
||||
"user": {
|
||||
@ -22,6 +22,7 @@
|
||||
"host": "Amfitri\u00f3",
|
||||
"port": "Port",
|
||||
"ssl": "Utilitza un certificat SSL",
|
||||
"url": "URL",
|
||||
"verify_ssl": "Verifica el certificat SSL"
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "Die Sonarr-Integration muss manuell mit der Sonarr-API, die unter {host} gehostet wird, neu authentifiziert werden",
|
||||
"description": "Die Sonarr-Integration muss manuell erneut mit der Sonarr-API authentifiziert werden, die unter folgender Adresse gehostet wird: {url}",
|
||||
"title": "Integration erneut authentifizieren"
|
||||
},
|
||||
"user": {
|
||||
@ -22,6 +22,7 @@
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"ssl": "Verwendet ein SSL-Zertifikat",
|
||||
"url": "URL",
|
||||
"verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen"
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,7 @@
|
||||
"host": "\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2",
|
||||
"port": "\u0398\u03cd\u03c1\u03b1",
|
||||
"ssl": "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03ad\u03bd\u03b1 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03cc SSL",
|
||||
"url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL",
|
||||
"verify_ssl": "\u0395\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03cc SSL"
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "The Sonarr integration needs to be manually re-authenticated with the Sonarr API hosted at: {host}",
|
||||
"description": "The Sonarr integration needs to be manually re-authenticated with the Sonarr API hosted at: {url}",
|
||||
"title": "Reauthenticate Integration"
|
||||
},
|
||||
"user": {
|
||||
@ -22,6 +22,7 @@
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"ssl": "Uses an SSL certificate",
|
||||
"url": "URL",
|
||||
"verify_ssl": "Verify SSL certificate"
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "A integra\u00e7\u00e3o do Sonarr precisa ser autenticada manualmente novamente com a API do Sonarr hospedada em: {host}",
|
||||
"description": "A integra\u00e7\u00e3o do Sonarr precisa ser autenticada manualmente novamente com a API do Sonarr hospedada em: {url}",
|
||||
"title": "Reautenticar Integra\u00e7\u00e3o"
|
||||
},
|
||||
"user": {
|
||||
@ -22,6 +22,7 @@
|
||||
"host": "Nome do host",
|
||||
"port": "Porta",
|
||||
"ssl": "Usar um certificado SSL",
|
||||
"url": "URL",
|
||||
"verify_ssl": "Verifique o certificado SSL"
|
||||
}
|
||||
}
|
||||
|
@ -39,11 +39,13 @@
|
||||
"kalibration_heizbetrieb": "\u0392\u03b1\u03b8\u03bc\u03bf\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03b8\u03ad\u03c1\u03bc\u03b1\u03bd\u03c3\u03b7\u03c2",
|
||||
"kalibration_kombibetrieb": "\u0392\u03b1\u03b8\u03bc\u03bf\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 Combi",
|
||||
"kalibration_warmwasserbetrieb": "\u0392\u03b1\u03b8\u03bc\u03bf\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 DHW",
|
||||
"kaskadenbetrieb": "\u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03c1\u03ac\u03ba\u03c4\u03b7",
|
||||
"kombibetrieb": "\u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 Combi",
|
||||
"kombigerat": "\u039c\u03c0\u03cc\u03b9\u03bb\u03b5\u03c1 Combi",
|
||||
"kombigerat_mit_solareinbindung": "\u039c\u03c0\u03cc\u03b9\u03bb\u03b5\u03c1 Combi \u03bc\u03b5 \u03b7\u03bb\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7",
|
||||
"mindest_kombizeit": "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03c3\u03c5\u03bd\u03b4\u03c5\u03b1\u03c3\u03bc\u03bf\u03cd",
|
||||
"nachlauf_heizkreispumpe": "\u0391\u03bd\u03c4\u03bb\u03af\u03b1 \u03ba\u03c5\u03ba\u03bb\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b8\u03ad\u03c1\u03bc\u03b1\u03bd\u03c3\u03b7\u03c2 \u03c3\u03b5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1",
|
||||
"nachspulen": "\u039c\u03b5\u03c4\u03ac \u03c4\u03bf \u03be\u03ad\u03c0\u03bb\u03c5\u03bc\u03b1",
|
||||
"nur_heizgerat": "\u039c\u03cc\u03bd\u03bf \u03bb\u03ad\u03b2\u03b7\u03c4\u03b1\u03c2",
|
||||
"parallelbetrieb": "\u03a0\u03b1\u03c1\u03ac\u03bb\u03bb\u03b7\u03bb\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1",
|
||||
"partymodus": "\u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03ac\u03c1\u03c4\u03b9",
|
||||
@ -67,6 +69,7 @@
|
||||
"standby": "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2",
|
||||
"start": "\u0388\u03bd\u03b1\u03c1\u03be\u03b7",
|
||||
"storung": "\u0392\u03bb\u03ac\u03b2\u03b7",
|
||||
"taktsperre": "\u0391\u03bd\u03c4\u03b9-\u03ba\u03cd\u03ba\u03bb\u03bf\u03c2",
|
||||
"telefonfernschalter": "\u03a4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03b9\u03ba\u03cc\u03c2 \u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03b4\u03b9\u03b1\u03ba\u03cc\u03c0\u03c4\u03b7\u03c2",
|
||||
"test": "\u0394\u03bf\u03ba\u03b9\u03bc\u03ae",
|
||||
"tpw": "TPW",
|
||||
|
Loading…
x
Reference in New Issue
Block a user