From 904f5c4346bc98d15270152d4291d325160a9380 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sun, 30 Aug 2020 00:03:17 +0000 Subject: [PATCH] [ci skip] Translation update --- .../accuweather/translations/cs.json | 12 ++++++ .../binary_sensor/translations/cs.json | 40 ++++++++++++++++--- .../components/demo/translations/cs.json | 11 +++++ .../components/insteon/translations/cs.json | 11 +++++ .../components/kodi/translations/cs.json | 16 ++++++++ .../components/local_ip/translations/cs.json | 11 +++++ .../components/nut/translations/cs.json | 7 ++++ .../components/nzbget/translations/en.json | 36 +++++++++++++++++ .../components/onvif/translations/cs.json | 1 + .../components/risco/translations/no.json | 4 +- .../season/translations/sensor.cs.json | 6 +++ .../components/sensor/translations/cs.json | 6 ++- .../components/sentry/translations/cs.json | 11 +++++ .../components/shelly/translations/cs.json | 18 +++++++++ .../components/tag/translations/cs.json | 3 ++ .../components/unifi/translations/cs.json | 31 +++++++++++--- .../components/wilight/translations/cs.json | 15 +++++++ 17 files changed, 223 insertions(+), 16 deletions(-) create mode 100644 homeassistant/components/accuweather/translations/cs.json create mode 100644 homeassistant/components/demo/translations/cs.json create mode 100644 homeassistant/components/insteon/translations/cs.json create mode 100644 homeassistant/components/kodi/translations/cs.json create mode 100644 homeassistant/components/local_ip/translations/cs.json create mode 100644 homeassistant/components/nzbget/translations/en.json create mode 100644 homeassistant/components/sentry/translations/cs.json create mode 100644 homeassistant/components/shelly/translations/cs.json create mode 100644 homeassistant/components/tag/translations/cs.json create mode 100644 homeassistant/components/wilight/translations/cs.json diff --git a/homeassistant/components/accuweather/translations/cs.json b/homeassistant/components/accuweather/translations/cs.json new file mode 100644 index 00000000000..80383c42462 --- /dev/null +++ b/homeassistant/components/accuweather/translations/cs.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/binary_sensor/translations/cs.json b/homeassistant/components/binary_sensor/translations/cs.json index a656a7274ba..ae0745d3a49 100644 --- a/homeassistant/components/binary_sensor/translations/cs.json +++ b/homeassistant/components/binary_sensor/translations/cs.json @@ -1,8 +1,29 @@ { "device_automation": { "condition_type": { + "is_bat_low": "Baterie {entity_name} je skoro vybit\u00e1", + "is_cold": "{entity_name} je studen\u00fd", + "is_connected": "{entity_name} je p\u0159ipojen", + "is_gas": "{entity_name} detekuje plyn", + "is_hot": "{entity_name} je hork\u00fd", + "is_light": "{entity_name} detekuje sv\u011btlo", "is_locked": "{entity_name} je zam\u010deno", + "is_moist": "{entity_name} je vlhk\u00fd", + "is_motion": "{entity_name} detekuje pohyb", + "is_moving": "{entity_name} se pohybuje", + "is_no_gas": "{entity_name} nedetekuje plyn", + "is_no_light": "{entity_name} nedetekuje sv\u011btlo", + "is_no_motion": "{entity_name} nedetekuje pohyb", + "is_no_problem": "{entity_name} nehl\u00e1s\u00ed probl\u00e9m", + "is_no_smoke": "{entity_name} nedetekuje kou\u0159", + "is_no_sound": "{entity_name} nedetekuje zvuk", + "is_no_vibration": "{entity_name} nedetekuje vibrace", "is_not_bat_low": "{entity_name} baterie v norm\u00e1lu", + "is_not_cold": "{entity_name} nen\u00ed studen\u00fd", + "is_not_connected": "{entity_name} je odpojen", + "is_not_hot": "{entity_name} nen\u00ed hork\u00fd", + "is_not_locked": "{entity_name} je odem\u010den", + "is_not_moist": "{entity_name} je such\u00fd", "is_not_moving": "{entity_name} se nepohybuje", "is_not_occupied": "{entity_name} nen\u00ed obsazeno", "is_not_open": "{entity_name} je zav\u0159eno", @@ -27,8 +48,13 @@ "bat_low": "{entity_name} vybit\u00e1 baterie", "cold": "{entity_name} vychladlo", "connected": "{entity_name} p\u0159ipojeno", + "gas": "{entity_name} za\u010dalo detekovat plyn", + "hot": "{entity_name} se zah\u0159\u00e1l", + "light": "{entity_name} za\u010dalo detekovat sv\u011btlo", "locked": "{entity_name} zam\u010deno", "moist": "{entity_name} se navlh\u010dil", + "motion": "{entity_name} za\u010dalo detekovat pohyb", + "moving": "{entity_name} se za\u010dal pohybovat", "no_gas": "{entity_name} p\u0159estalo detekovat plyn", "no_light": "{entity_name} p\u0159estalo detekovat sv\u011btlo", "no_motion": "{entity_name} p\u0159estalo detekovat pohyb", @@ -37,7 +63,9 @@ "no_sound": "{entity_name} p\u0159estalo detekovat zvuk", "no_vibration": "{entity_name} p\u0159estalo detekovat vibrace", "not_bat_low": "{entity_name} baterie v norm\u00e1lu", + "not_cold": "{entity_name} p\u0159estal b\u00fdt studen\u00fd", "not_connected": "{entity_name} odpojeno", + "not_hot": "{entity_name} p\u0159estal b\u00fdt hork\u00fd", "not_locked": "{entity_name} odem\u010deno", "not_moist": "{entity_name} vyschlo", "not_moving": "{entity_name} se p\u0159estalo pohybovat", @@ -52,13 +80,13 @@ "plugged_in": "{entity_name} p\u0159ipojeno", "powered": "{entity_name} nap\u00e1jeno", "present": "{entity_name} p\u0159\u00edtomno", - "problem": "{entity_name} detekuje probl\u00e9m", - "smoke": "{entity_name} detekuje kou\u0159", - "sound": "{entity_name} detekuje zvuk", + "problem": "{entity_name} za\u010dalo detekovat probl\u00e9m", + "smoke": "{entity_name} za\u010dalo detekovat kou\u0159", + "sound": "{entity_name} za\u010dalo detekovat zvuk", "turned_off": "{entity_name} vypnuto", "turned_on": "{entity_name} zapnuto", "unsafe": "{entity_name} hl\u00e1s\u00ed ohro\u017een\u00ed", - "vibration": "{entity_name} detekuje vibrace" + "vibration": "{entity_name} za\u010dalo detekovat vibrace" } }, "state": { @@ -72,7 +100,7 @@ }, "cold": { "off": "Norm\u00e1ln\u00ed", - "on": "Chladn\u00e9" + "on": "Studen\u00e9" }, "connectivity": { "off": "Odpojeno", @@ -103,7 +131,7 @@ "on": "Vlhko" }, "motion": { - "off": "Bez pohybu", + "off": "\u017d\u00e1dn\u00fd pohyb", "on": "Zaznamen\u00e1n pohyb" }, "occupancy": { diff --git a/homeassistant/components/demo/translations/cs.json b/homeassistant/components/demo/translations/cs.json new file mode 100644 index 00000000000..5fe8151103e --- /dev/null +++ b/homeassistant/components/demo/translations/cs.json @@ -0,0 +1,11 @@ +{ + "options": { + "step": { + "options_1": { + "data": { + "int": "\u010c\u00edseln\u00fd vstup" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/insteon/translations/cs.json b/homeassistant/components/insteon/translations/cs.json new file mode 100644 index 00000000000..354a7eb70b8 --- /dev/null +++ b/homeassistant/components/insteon/translations/cs.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "hub2": { + "data": { + "password": "Heslo" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/kodi/translations/cs.json b/homeassistant/components/kodi/translations/cs.json new file mode 100644 index 00000000000..3857095fce2 --- /dev/null +++ b/homeassistant/components/kodi/translations/cs.json @@ -0,0 +1,16 @@ +{ + "config": { + "step": { + "host": { + "data": { + "ssl": "P\u0159ipojen\u00ed p\u0159es SSL" + } + }, + "user": { + "data": { + "ssl": "P\u0159ipojen\u00ed p\u0159es SSL" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/local_ip/translations/cs.json b/homeassistant/components/local_ip/translations/cs.json new file mode 100644 index 00000000000..8130726dad9 --- /dev/null +++ b/homeassistant/components/local_ip/translations/cs.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "name": "N\u00e1zev senzoru" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nut/translations/cs.json b/homeassistant/components/nut/translations/cs.json index 23ddc89a94d..5940a9c60ad 100644 --- a/homeassistant/components/nut/translations/cs.json +++ b/homeassistant/components/nut/translations/cs.json @@ -10,5 +10,12 @@ } } } + }, + "options": { + "step": { + "init": { + "description": "Zvolte zdroje senzoru." + } + } } } \ No newline at end of file diff --git a/homeassistant/components/nzbget/translations/en.json b/homeassistant/components/nzbget/translations/en.json new file mode 100644 index 00000000000..c410d4e4874 --- /dev/null +++ b/homeassistant/components/nzbget/translations/en.json @@ -0,0 +1,36 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Already configured. Only a single configuration possible.", + "unknown": "Unexpected error" + }, + "error": { + "cannot_connect": "Failed to connect", + "invalid_auth": "Invalid authentication" + }, + "flow_title": "NZBGet: {name}", + "step": { + "user": { + "data": { + "host": "Host", + "name": "Name", + "password": "Password", + "port": "Port", + "ssl": "NZBGet uses a SSL certificate", + "username": "Username", + "verify_ssl": "NZBGet uses a proper certificate" + }, + "title": "Connect to NZBGet" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Update frequency (seconds)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/onvif/translations/cs.json b/homeassistant/components/onvif/translations/cs.json index dad373fb5e3..66d5e1f0093 100644 --- a/homeassistant/components/onvif/translations/cs.json +++ b/homeassistant/components/onvif/translations/cs.json @@ -33,6 +33,7 @@ "manual_input": { "data": { "host": "Adresa za\u0159\u00edzen\u00ed", + "name": "N\u00e1zev", "port": "Port" }, "title": "Konfigurovat za\u0159\u00edzen\u00ed ONVIF" diff --git a/homeassistant/components/risco/translations/no.json b/homeassistant/components/risco/translations/no.json index 48f966bd37c..bf438991b02 100644 --- a/homeassistant/components/risco/translations/no.json +++ b/homeassistant/components/risco/translations/no.json @@ -28,7 +28,7 @@ "armed_night": "Sikret Natt" }, "description": "Velg hvilken tilstand du vil stille Risco-alarmen til n\u00e5r du aktiverer Home Assistant-alarmen", - "title": "Kart Hjem Assistant oppgir til Risco stater" + "title": "Koble Home Assistant statuser til Risco statuser" }, "init": { "data": { @@ -48,7 +48,7 @@ "partial_arm": "Delvis Sikret (OPPHOLD)" }, "description": "Velg hvilken tilstand Home Assistant-alarmen skal rapportere for hver delstat som er rapportert av Risco", - "title": "Kart Risco oppgir til Home Assistant stater" + "title": "Koble Risco statuser til Home Assistant statuser" } } } diff --git a/homeassistant/components/season/translations/sensor.cs.json b/homeassistant/components/season/translations/sensor.cs.json index a13e4c1b3c3..31a4b2ef5a9 100644 --- a/homeassistant/components/season/translations/sensor.cs.json +++ b/homeassistant/components/season/translations/sensor.cs.json @@ -1,5 +1,11 @@ { "state": { + "season__season": { + "autumn": "Podzim", + "spring": "Jaro", + "summer": "L\u00e9to", + "winter": "Zima" + }, "season__season__": { "autumn": "Podzim", "spring": "Jaro", diff --git a/homeassistant/components/sensor/translations/cs.json b/homeassistant/components/sensor/translations/cs.json index 53a2da0872b..add81cbe07e 100644 --- a/homeassistant/components/sensor/translations/cs.json +++ b/homeassistant/components/sensor/translations/cs.json @@ -9,7 +9,8 @@ "is_signal_strength": "Aktu\u00e1ln\u00ed s\u00edla sign\u00e1lu {entity_name}", "is_temperature": "Aktu\u00e1ln\u00ed teplota {entity_name}", "is_timestamp": "Aktu\u00e1ln\u00ed \u010dasov\u00e9 raz\u00edtko {entity_name}", - "is_value": "Aktu\u00e1ln\u00ed hodnota {entity_name}" + "is_value": "Aktu\u00e1ln\u00ed hodnota {entity_name}", + "is_voltage": "Aktu\u00e1ln\u00ed nap\u011bt\u00ed {entity_name}" }, "trigger_type": { "battery_level": "\u00farove\u0148 baterie {entity_name} se zm\u011bn\u00ed", @@ -20,7 +21,8 @@ "signal_strength": "s\u00edla sign\u00e1lu {entity_name} se zm\u011bn\u00ed", "temperature": "teplota {entity_name} se zm\u011bn\u00ed", "timestamp": "\u010dasov\u00e9 raz\u00edtko {entity_name} se zm\u011bn\u00ed", - "value": "hodnota {entity_name} se zm\u011bn\u00ed" + "value": "hodnota {entity_name} se zm\u011bn\u00ed", + "voltage": "P\u0159i zm\u011bn\u011b nap\u011bt\u00ed {entity_name}" } }, "state": { diff --git a/homeassistant/components/sentry/translations/cs.json b/homeassistant/components/sentry/translations/cs.json new file mode 100644 index 00000000000..81105c211fd --- /dev/null +++ b/homeassistant/components/sentry/translations/cs.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "dsn": "DSN" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/shelly/translations/cs.json b/homeassistant/components/shelly/translations/cs.json new file mode 100644 index 00000000000..13ad3d8edbd --- /dev/null +++ b/homeassistant/components/shelly/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "auth_not_supported": "Za\u0159\u00edzen\u00ed Shelly vy\u017eaduj\u00edc\u00ed autentizaci nejsou aktu\u00e1ln\u011b podporov\u00e1na.", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "flow_title": "Shelly: {name}", + "step": { + "confirm_discovery": { + "description": "Chcete nastavit {model} na adrese {host}?" + } + } + }, + "title": "Shelly" +} \ No newline at end of file diff --git a/homeassistant/components/tag/translations/cs.json b/homeassistant/components/tag/translations/cs.json new file mode 100644 index 00000000000..55ef9373f14 --- /dev/null +++ b/homeassistant/components/tag/translations/cs.json @@ -0,0 +1,3 @@ +{ + "title": "Zna\u010dka" +} \ No newline at end of file diff --git a/homeassistant/components/unifi/translations/cs.json b/homeassistant/components/unifi/translations/cs.json index fdbfbc343de..a2adfcce308 100644 --- a/homeassistant/components/unifi/translations/cs.json +++ b/homeassistant/components/unifi/translations/cs.json @@ -1,11 +1,12 @@ { "config": { "abort": { - "already_configured": "\u0158adi\u010d je ji\u017e nakonfigurov\u00e1n" + "already_configured": "Ovlada\u010d je ji\u017e nakonfigurov\u00e1n" }, "error": { "faulty_credentials": "Chybn\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje", - "service_unavailable": "Slu\u017eba nen\u00ed dostupn\u00e1" + "service_unavailable": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown_client_mac": "Na t\u00e9to MAC adrese nen\u00ed dostupn\u00fd \u017e\u00e1dn\u00fd klient" }, "step": { "user": { @@ -15,14 +16,30 @@ "port": "Port", "site": "ID s\u00edt\u011b", "username": "U\u017eivatelsk\u00e9 jm\u00e9no", - "verify_ssl": "\u0158adi\u010d pou\u017e\u00edv\u00e1 spr\u00e1vn\u00fd certifik\u00e1t" + "verify_ssl": "Ovlada\u010d pou\u017e\u00edv\u00e1 spr\u00e1vn\u00fd certifik\u00e1t" }, - "title": "Nastaven\u00ed UniFi \u0159adi\u010de" + "title": "Nastaven\u00ed UniFi ovlada\u010de" } } }, "options": { "step": { + "client_control": { + "data": { + "poe_clients": "Povolit u klient\u016f ovl\u00e1d\u00e1n\u00ed POE" + }, + "title": "Mo\u017enosti UniFi 2/3" + }, + "device_tracker": { + "data": { + "ssid_filter": "Vyberte SSID, ve kter\u00e9m budou sledov\u00e1ni bezdr\u00e1tov\u011b p\u0159ipojen\u00ed klienti", + "track_clients": "Sledovat p\u0159ipojen\u00e9 klienty", + "track_devices": "Sledovat p\u0159ipojen\u00e1 za\u0159\u00edzen\u00ed (Ubiquiti za\u0159\u00edzen\u00ed)", + "track_wired_clients": "V\u010detn\u011b klient\u016f p\u0159ipojen\u00fdch kabelem" + }, + "description": "Konfigurace sledov\u00e1n\u00ed za\u0159\u00edzen\u00ed", + "title": "Mo\u017enosti UniFi 1/3" + }, "simple_options": { "data": { "track_clients": "Sledov\u00e1n\u00ed p\u0159ipojen\u00fdch za\u0159\u00edzen\u00ed", @@ -32,8 +49,10 @@ }, "statistics_sensors": { "data": { - "allow_bandwidth_sensors": "Vytvo\u0159it senzory vyu\u017eit\u00ed \u0161\u00ed\u0159ky p\u00e1sma pro s\u00ed\u0165ov\u00e9 klienty" - } + "allow_bandwidth_sensors": "Vytvo\u0159it senzory vyu\u017eit\u00ed \u0161\u00ed\u0159ky p\u00e1sma pro p\u0159ipojen\u00e9 klienty" + }, + "description": "Konfigurovat statistick\u00e9 senzory", + "title": "Mo\u017enosti UniFi 3/3" } } } diff --git a/homeassistant/components/wilight/translations/cs.json b/homeassistant/components/wilight/translations/cs.json new file mode 100644 index 00000000000..0dcaaf15e5d --- /dev/null +++ b/homeassistant/components/wilight/translations/cs.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "not_supported_device": "Toto za\u0159\u00edzen\u00ed WiLight nen\u00ed moment\u00e1ln\u011b podporov\u00e1no.", + "not_wilight_device": "Toto za\u0159\u00edzen\u00ed nen\u00ed WiLight" + }, + "flow_title": "WiLight: {name}", + "step": { + "confirm": { + "description": "Chcete nastavit WiLight {name} ? \n\n Podporuje: {components}", + "title": "WiLight" + } + } + } +} \ No newline at end of file