diff --git a/homeassistant/components/cloudflare/translations/no.json b/homeassistant/components/cloudflare/translations/no.json index e77ca7d8d24..33e4ca61f78 100644 --- a/homeassistant/components/cloudflare/translations/no.json +++ b/homeassistant/components/cloudflare/translations/no.json @@ -21,7 +21,7 @@ "data": { "api_token": "API-token" }, - "description": "Denne integreringen krever et API-token som er opprettet med Zone:Zone:Read og Zone:DNS:Edit-tillatelser for alle soner i kontoen din.", + "description": "Denne integreringen krever et API-token som er opprettet med Zone:Zone:Read og Zone:DNS:Edit-tillatelser for alle soner i kontoen din", "title": "Koble til Cloudflare" }, "zone": { diff --git a/homeassistant/components/coolmaster/translations/pl.json b/homeassistant/components/coolmaster/translations/pl.json index b8752f3630e..2bbf4ce957e 100644 --- a/homeassistant/components/coolmaster/translations/pl.json +++ b/homeassistant/components/coolmaster/translations/pl.json @@ -16,7 +16,7 @@ "host": "Nazwa hosta lub adres IP", "off": "Mo\u017ce by\u0107 wy\u0142\u0105czone" }, - "title": "Skonfiguruj szczeg\u00f3\u0142y po\u0142\u0105czenia CoolMasterNet." + "title": "Konfiguracja po\u0142\u0105czenia CoolMasterNet." } } } diff --git a/homeassistant/components/forked_daapd/translations/et.json b/homeassistant/components/forked_daapd/translations/et.json index 3e3952e4f67..509287d3753 100644 --- a/homeassistant/components/forked_daapd/translations/et.json +++ b/homeassistant/components/forked_daapd/translations/et.json @@ -4,6 +4,7 @@ "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, "error": { + "forbidden": "Ei saa \u00fchendust. Kontrolli oma forked-daapd sidumise v\u00f5rgu\u00f5igusi.", "unknown_error": "Tundmatu viga", "wrong_password": "Vale salas\u00f5na." }, diff --git a/homeassistant/components/forked_daapd/translations/no.json b/homeassistant/components/forked_daapd/translations/no.json index 4f217921d7e..da260c9a019 100644 --- a/homeassistant/components/forked_daapd/translations/no.json +++ b/homeassistant/components/forked_daapd/translations/no.json @@ -5,7 +5,7 @@ "not_forked_daapd": "Enheten er ikke en forked-daapd-server." }, "error": { - "forbidden": "Kan ikke koble til. Vennligst sjekk dine forked-daapd nettverkstillatelser.", + "forbidden": "Kan ikke koble til, vennligst sjekk dine forked-daapd nettverkstillatelser", "unknown_error": "Uventet feil", "websocket_not_enabled": "websocket for forked-daapd server ikke aktivert.", "wrong_host_or_port": "Kan ikke koble til. Vennligst sjekk vert og port.", diff --git a/homeassistant/components/islamic_prayer_times/translations/pl.json b/homeassistant/components/islamic_prayer_times/translations/pl.json index b103200743a..9e4c0bbb45a 100644 --- a/homeassistant/components/islamic_prayer_times/translations/pl.json +++ b/homeassistant/components/islamic_prayer_times/translations/pl.json @@ -7,7 +7,7 @@ "step": { "user": { "description": "Czy chcesz rozpocz\u0105\u0107 konfiguracj\u0119?", - "title": "Skonfiguruj Islamskie czasy modlitwy" + "title": "Konfiguracja Islamskich czas\u00f3w modlitwy" } } }, diff --git a/homeassistant/components/onewire/translations/ca.json b/homeassistant/components/onewire/translations/ca.json new file mode 100644 index 00000000000..73c6cb0991e --- /dev/null +++ b/homeassistant/components/onewire/translations/ca.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "El dispositiu ja est\u00e0 configurat" + }, + "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", + "invalid_path": "No s'ha trobat el directori." + }, + "step": { + "owserver": { + "data": { + "host": "Amfitri\u00f3", + "port": "Port" + }, + "title": "Defineix els detalls d'owserver" + }, + "user": { + "data": { + "type": "Tipus de connexi\u00f3" + }, + "title": "Configuraci\u00f3 d'1-Wire" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/onewire/translations/cs.json b/homeassistant/components/onewire/translations/cs.json new file mode 100644 index 00000000000..d6eb4f46ce4 --- /dev/null +++ b/homeassistant/components/onewire/translations/cs.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "step": { + "owserver": { + "data": { + "host": "Hostitel", + "port": "Port" + }, + "title": "Nastaven\u00ed owserver" + }, + "user": { + "data": { + "type": "Typ p\u0159ipojen\u00ed" + }, + "title": "Nastaven\u00ed 1-Wire" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/onewire/translations/en.json b/homeassistant/components/onewire/translations/en.json index ec71701bf98..ff4d1cb53b9 100644 --- a/homeassistant/components/onewire/translations/en.json +++ b/homeassistant/components/onewire/translations/en.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "Service is already configured" - }, + "already_configured": "Device is already configured" + }, "error": { - "cannot_connect": "Unable to connect.", + "cannot_connect": "Failed to connect", "invalid_path": "Directory not found." }, "step": { diff --git a/homeassistant/components/onewire/translations/et.json b/homeassistant/components/onewire/translations/et.json new file mode 100644 index 00000000000..175c26cebb5 --- /dev/null +++ b/homeassistant/components/onewire/translations/et.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "cannot_connect": "\u00dchendus nurjus", + "invalid_path": "Kausta ei leitud." + }, + "step": { + "owserver": { + "data": { + "host": "", + "port": "" + }, + "title": "M\u00e4\u00e4ra owserver-i \u00fcksikasjad" + }, + "user": { + "data": { + "type": "\u00dchenduse t\u00fc\u00fcp" + }, + "title": "Seadista 1-wire sidumine" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/onewire/translations/no.json b/homeassistant/components/onewire/translations/no.json new file mode 100644 index 00000000000..b126349fb81 --- /dev/null +++ b/homeassistant/components/onewire/translations/no.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes", + "invalid_path": "Finner ikke mappen" + }, + "step": { + "owserver": { + "data": { + "host": "Vert", + "port": "Port" + }, + "title": "Angi detaljer om owserver" + }, + "user": { + "data": { + "type": "Tilkoblingstype" + }, + "title": "Sett opp 1-Wire" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/onewire/translations/pl.json b/homeassistant/components/onewire/translations/pl.json new file mode 100644 index 00000000000..e121eeea291 --- /dev/null +++ b/homeassistant/components/onewire/translations/pl.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" + }, + "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", + "invalid_path": "Nie znaleziono katalogu" + }, + "step": { + "owserver": { + "data": { + "host": "Nazwa hosta lub adres IP", + "port": "Port" + }, + "title": "Ustawienia owserver" + }, + "user": { + "data": { + "type": "Rodzaj po\u0142\u0105czenia" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/onewire/translations/ru.json b/homeassistant/components/onewire/translations/ru.json new file mode 100644 index 00000000000..4459607604b --- /dev/null +++ b/homeassistant/components/onewire/translations/ru.json @@ -0,0 +1,26 @@ +{ + "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." + }, + "error": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", + "invalid_path": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d." + }, + "step": { + "owserver": { + "data": { + "host": "\u0425\u043e\u0441\u0442", + "port": "\u041f\u043e\u0440\u0442" + }, + "title": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a owserver" + }, + "user": { + "data": { + "type": "\u0422\u0438\u043f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f" + }, + "title": "1-Wire" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/onewire/translations/zh-Hant.json b/homeassistant/components/onewire/translations/zh-Hant.json new file mode 100644 index 00000000000..acafb6eee4b --- /dev/null +++ b/homeassistant/components/onewire/translations/zh-Hant.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210" + }, + "error": { + "cannot_connect": "\u9023\u7dda\u5931\u6557", + "invalid_path": "\u672a\u627e\u5230\u8a2d\u5099\u3002" + }, + "step": { + "owserver": { + "data": { + "host": "\u4e3b\u6a5f\u7aef", + "port": "\u901a\u8a0a\u57e0" + }, + "title": "\u8a2d\u5b9a owserver \u8a73\u7d30\u8cc7\u6599" + }, + "user": { + "data": { + "type": "\u9023\u7dda\u985e\u578b" + }, + "title": "\u8a2d\u5b9a 1-Wire" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/panasonic_viera/translations/pl.json b/homeassistant/components/panasonic_viera/translations/pl.json index 7d507ac6cda..c8b5dbb8048 100644 --- a/homeassistant/components/panasonic_viera/translations/pl.json +++ b/homeassistant/components/panasonic_viera/translations/pl.json @@ -25,7 +25,7 @@ "name": "Nazwa" }, "description": "Wprowad\u017a adres IP telewizora Panasonic Viera", - "title": "Skonfiguruj telewizor" + "title": "Konfiguracja telewizora" } } }, diff --git a/homeassistant/components/vera/translations/pl.json b/homeassistant/components/vera/translations/pl.json index 8ecfe65109c..d09184e80c3 100644 --- a/homeassistant/components/vera/translations/pl.json +++ b/homeassistant/components/vera/translations/pl.json @@ -12,7 +12,7 @@ "vera_controller_url": "Adres URL kontrolera" }, "description": "Podaj adres URL kontrolera Vera. Powinien on wygl\u0105da\u0107 tak: http://192.168.1.161:3480.", - "title": "Skonfiguruj kontroler Vera" + "title": "Konfiguracja kontrolera Vera" } } },