Translation update

pull/43868/head
Franck Nijhof 2020-12-02 20:51:05 +01:00
parent a4b1990487
commit f2a371257d
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
35 changed files with 356 additions and 68 deletions

View File

@ -20,7 +20,8 @@
"data": {
"password": "Passwuert",
"username": "E-Mail"
}
},
"title": "F\u00ebll deng Abode Login Informatiounen aus"
},
"user": {
"data": {

View File

@ -31,5 +31,11 @@
"title": "AccuWeather Options"
}
}
},
"system_health": {
"info": {
"can_reach_server": "Reach AccuWeather server",
"remaining_requests": "Remaining allowed requests"
}
}
}

View File

@ -31,5 +31,11 @@
"title": "AccuWeatheri valikud"
}
}
},
"system_health": {
"info": {
"can_reach_server": "\u00dchendu Accuweatheri serveriga",
"remaining_requests": "Lubatud taotlusi on j\u00e4\u00e4nud"
}
}
}

View File

@ -19,5 +19,10 @@
"title": "Airly"
}
}
},
"system_health": {
"info": {
"can_reach_server": "Reach Airly server"
}
}
}

View File

@ -19,5 +19,10 @@
"title": ""
}
}
},
"system_health": {
"info": {
"can_reach_server": "\u00dchendu Airly serveriga"
}
}
}

View File

@ -1,64 +1,64 @@
{
"title": "Apple TV",
"config": {
"flow_title": "Apple TV: {name}",
"step": {
"user": {
"title": "Setup a new Apple TV",
"description": "Start by entering the device name (e.g. Kitchen or Bedroom) or IP address of the Apple TV you want to add. If any devices were automatically found on your network, they are shown below.\n\nIf you cannot see your device or experience any issues, try specifying the device IP address.\n\n{devices}",
"data": {
"device_input": "Device"
"config": {
"abort": {
"already_configured_device": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"backoff": "Device does not accept pairing reqests at this time (you might have entered an invalid PIN code too many times), try again later.",
"device_did_not_pair": "No attempt to finish pairing process was made from the device.",
"invalid_config": "The configuration for this device is incomplete. Please try adding it again.",
"no_devices_found": "No devices found on the network",
"unknown": "Unexpected error"
},
"error": {
"already_configured": "Device is already configured",
"invalid_auth": "Invalid authentication",
"no_devices_found": "No devices found on the network",
"no_usable_service": "A device was found but could not identify any way to establish a connection to it. If you keep seeing this message, try specifying its IP address or restarting your Apple TV.",
"unknown": "Unexpected error"
},
"flow_title": "Apple TV: {name}",
"step": {
"confirm": {
"description": "You are about to add the Apple TV named `{name}` to Home Assistant.\n\n**To complete the process, you may have to enter multiple PIN codes.**\n\nPlease note that you will *not* be able to power off your Apple TV with this integration. Only the media player in Home Assistant will turn off!",
"title": "Confirm adding Apple TV"
},
"pair_no_pin": {
"description": "Pairing is required for the `{protocol}` service. Please enter PIN {pin} on your Apple TV to continue.",
"title": "Pairing"
},
"pair_with_pin": {
"data": {
"pin": "PIN Code"
},
"description": "Pairing is required for the `{protocol}` protocol. Please enter the PIN code displayed on screen. Leading zeros shall be omitted, i.e. enter 123 if the displayed code is 0123.",
"title": "Pairing"
},
"reconfigure": {
"description": "This Apple TV is experiencing some connection difficulties and must be reconfigured.",
"title": "Device reconfiguration"
},
"service_problem": {
"description": "A problem occurred while pairing protocol `{protocol}`. It will be ignored.",
"title": "Failed to add service"
},
"user": {
"data": {
"device_input": "Device"
},
"description": "Start by entering the device name (e.g. Kitchen or Bedroom) or IP address of the Apple TV you want to add. If any devices were automatically found on your network, they are shown below.\n\nIf you cannot see your device or experience any issues, try specifying the device IP address.\n\n{devices}",
"title": "Setup a new Apple TV"
}
}
},
"reconfigure": {
"title": "Device reconfiguration",
"description": "This Apple TV is experiencing some connection difficulties and must be reconfigured."
},
"pair_with_pin": {
"title": "Pairing",
"description": "Pairing is required for the `{protocol}` protocol. Please enter the PIN code displayed on screen. Leading zeros shall be omitted, i.e. enter 123 if the displayed code is 0123.",
"data": {
"pin": "PIN Code"
}
},
"pair_no_pin": {
"title": "Pairing",
"description": "Pairing is required for the `{protocol}` service. Please enter PIN {pin} on your Apple TV to continue."
},
"service_problem": {
"title": "Failed to add service",
"description": "A problem occurred while pairing protocol `{protocol}`. It will be ignored."
},
"confirm": {
"title": "Confirm adding Apple TV",
"description": "You are about to add the Apple TV named `{name}` to Home Assistant.\n\n**To complete the process, you may have to enter multiple PIN codes.**\n\nPlease note that you will *not* be able to power off your Apple TV with this integration. Only the media player in Home Assistant will turn off!"
}
},
"error": {
"no_devices_found": "No devices found on the network",
"already_configured": "Device is already configured",
"no_usable_service": "A device was found but could not identify any way to establish a connection to it. If you keep seeing this message, try specifying its IP address or restarting your Apple TV.",
"unknown": "Unexpected error",
"invalid_auth": "Invalid authentication"
},
"abort": {
"no_devices_found": "No devices found on the network",
"already_configured_device": "Device is already configured",
"device_did_not_pair": "No attempt to finish pairing process was made from the device.",
"backoff": "Device does not accept pairing reqests at this time (you might have entered an invalid PIN code too many times), try again later.",
"invalid_config": "The configuration for this device is incomplete. Please try adding it again.",
"already_in_progress": "Configuration flow is already in progress",
"unknown": "Unexpected error"
}
},
"options": {
"step": {
"init": {
"description": "Configure general device settings",
"data": {
"start_off": "Do not turn device on when starting Home Assistant"
"options": {
"step": {
"init": {
"data": {
"start_off": "Do not turn device on when starting Home Assistant"
},
"description": "Configure general device settings"
}
}
}
}
}
}
},
"title": "Apple TV"
}

View File

@ -0,0 +1,64 @@
{
"config": {
"abort": {
"already_configured_device": "Seade on juba h\u00e4\u00e4lestatud",
"already_in_progress": "Seadistamine on juba k\u00e4imas",
"backoff": "Seade ei aktsepteeri praegu sidumisn\u00f5udeid (v\u00f5ib-olla oled liiga palju kordi vale PIN-koodi sisestanud), proovi hiljem uuesti.",
"device_did_not_pair": "Seade ei \u00fcritatud sidumisprotsessi l\u00f5pule viia.",
"invalid_config": "Selle seadme s\u00e4tted on puudulikud. Proovi see uuesti lisada.",
"no_devices_found": "V\u00f5rgust ei leitud \u00fchtegi seadet",
"unknown": "Ootamatu t\u00f5rge"
},
"error": {
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
"invalid_auth": "Vigane autentimine",
"no_devices_found": "V\u00f5rgust ei leitud \u00fchtegi seadet",
"no_usable_service": "Leiti seade kuid ei suudetud tuvastada moodust \u00fchenduse loomiseks. Kui n\u00e4ed seda teadet pidevalt, proovi m\u00e4\u00e4rata seadme IP-aadress v\u00f5i taask\u00e4ivita Apple TV.",
"unknown": "Ootamatu t\u00f5rge"
},
"flow_title": "Apple TV: {name}",
"step": {
"confirm": {
"description": "Oled Home Assistantile lisamas Apple TV-d nimega {name}.\n\n**Protsessi l\u00f5puleviimiseks pead v\u00f5ib-olla sisestama mitu PIN-koodi.**\n\nPane t\u00e4hele, et selle sidumisega * ei saa * v\u00e4lja l\u00fclitada oma Apple TV-d. Ainult Home Assistant-i meediam\u00e4ngija l\u00fclitub v\u00e4lja!",
"title": "Kinnita Apple TV lisamine"
},
"pair_no_pin": {
"description": "Teenuse {protocol} sidumine on vajalik. J\u00e4tkamiseks sisesta oma Apple TV-s PIN-kood {pin} .",
"title": "Sidumine"
},
"pair_with_pin": {
"data": {
"pin": "PIN kood"
},
"description": "Vajalik on protokolli {protocol} sidumine. Sisesta ekraanil kuvatav PIN-kood. Alguse nullid j\u00e4etakse v\u00e4lja, st. sisesta 123, kui kuvatav kood on 0123.",
"title": "Sidumine"
},
"reconfigure": {
"description": "Sellel Apple TV-l on \u00fchendusprobleemid ja see tuleb uuesti seadistada.",
"title": "Seadme \u00fcmberseadistamine"
},
"service_problem": {
"description": "Protokolli {protocol} sidumisel ilmnes probleem. Seda ignoreeritakse.",
"title": "Teenuse lisamine eba\u00f5nnestus."
},
"user": {
"data": {
"device_input": "Seade"
},
"description": "Alustuseks sisesta lisatava Apple TV seadme nimi (nt K\u00f6\u00f6k v\u00f5i Magamistuba) v\u00f5i IP-aadress. Kui m\u00f5ni seade leiti teie v\u00f5rgust automaatselt kuvatakse see allpool. \n\n Kui ei n\u00e4e oma seadet v\u00f5i on probleeme, proovi m\u00e4\u00e4rata seadme IP-aadress. \n\n {devices}",
"title": "Seadista uus Apple TV sidumine"
}
}
},
"options": {
"step": {
"init": {
"data": {
"start_off": "\u00c4ra l\u00fclita seadet Home Assistanti k\u00e4ivitamisel sisse"
},
"description": "Seadme \u00fclds\u00e4tete seadistamine"
}
}
},
"title": ""
}

View File

@ -21,5 +21,6 @@
}
}
}
}
},
"title": "NOAA Aurora Sensor"
}

View File

@ -12,7 +12,9 @@
"data": {
"host": "Host",
"passkey": "Passkey Zeechefolleg",
"port": "Port"
"password": "Passwuert",
"port": "Port",
"username": "Benotzernumm"
},
"description": "BSB-Lan Apparat ariichten fir d'Integratioun mam Home Assistant.",
"title": "Mam BSB-Lan Apparat verbannen"

View File

@ -12,7 +12,9 @@
"data": {
"host": "Nazwa hosta lub adres IP",
"passkey": "Ci\u0105g klucza dost\u0119pu",
"port": "Port"
"password": "Has\u0142o",
"port": "Port",
"username": "Nazwa u\u017cytkownika"
},
"description": "Konfiguracja urz\u0105dzenia BSB-LAN w celu integracji z Home Assistantem.",
"title": "Po\u0142\u0105czenie z urz\u0105dzeniem BSB-Lan"

View File

@ -11,16 +11,24 @@
},
"flow_title": "Cloudflare: {name}",
"step": {
"records": {
"data": {
"records": "Enregistrement"
},
"title": "Wiel d'Enregistrments aus fir ze ver\u00e4nneren"
},
"user": {
"data": {
"api_token": "API Jeton"
},
"description": "D\u00ebs Integratioun ben\u00e9idget een API Jeton dee mat Zone:Zone:Read a Zone:DNS:Edit Rechter fir all Zone an dengem Kont erstallt gouf.",
"title": "Mat Cloudflare verbannen"
},
"zone": {
"data": {
"zone": "Zon"
}
},
"title": "Wiel d'Zone aus d\u00e9i aktualis\u00e9iert soll ginn."
}
}
}

View File

@ -66,6 +66,7 @@
"remote_button_quadruple_press": "\"{subtype}\" Kn\u00e4ppche v\u00e9ier mol gedr\u00e9ckt",
"remote_button_quintuple_press": "\"{subtype}\" Kn\u00e4ppche f\u00ebnnef mol gedr\u00e9ckt",
"remote_button_rotated": "Kn\u00e4ppche gedr\u00e9int \"{subtype}\"",
"remote_button_rotated_fast": "Kn\u00e4ppche schnell gedr\u00e9int \"{subtype}\"",
"remote_button_rotation_stopped": "Kn\u00e4ppchen Rotatioun \"{subtype}\" gestoppt",
"remote_button_short_press": "\"{subtype}\" Kn\u00e4ppche gedr\u00e9ckt",
"remote_button_short_release": "\"{subtype}\" Kn\u00e4ppche lassgelooss",

View File

@ -3,6 +3,10 @@
"condition_type": {
"is_home": "{entity_name} \u5728\u5bb6",
"is_not_home": "{entity_name} \u4e0d\u5728\u5bb6"
},
"trigger_type": {
"enters": "{entity_name} \u8fdb\u5165\u533a\u57df",
"leaves": "{entity_name} \u79bb\u5f00\u533a\u57df"
}
},
"state": {

View File

@ -15,6 +15,7 @@
"server": "Server",
"username": "Benotzernumm"
},
"description": "F\u00ebll deng Desxcom Share Umeldungs Informatiounen aus",
"title": "Dexcom Integration ariichten"
}
}

View File

@ -3,5 +3,15 @@
"abort": {
"already_configured": "Apparat ass scho konfigur\u00e9iert"
}
},
"options": {
"step": {
"init": {
"data": {
"time_between_update": "Minimum Z\u00e4it zw\u00ebschen Entit\u00e9it's Aktualis\u00e9ierungen [s]"
},
"title": "DSMR Optiounen"
}
}
}
}

View File

@ -1,6 +1,7 @@
{
"system_health": {
"info": {
"board": "Board",
"disk_total": "Disk Toal",
"disk_used": "Disk benotzt",
"docker_version": "Docker Versioun",

View File

@ -0,0 +1,52 @@
{
"config": {
"abort": {
"already_configured": "Service ass scho konfigur\u00e9iert",
"already_in_progress": "Konfiguratioun's Oflaf ass schon am gaang",
"auth_new_token_not_granted_error": "Nei erstallte Jeton ass net an der Hyperion UI accord\u00e9iert",
"auth_new_token_not_work_error": "Feeler bei der Authentifikatioun mam nei erstallte Jeton",
"auth_required_error": "Feeler beim best\u00ebmmen ob Autorisatioun erfuerderlech ass",
"cannot_connect": "Feeler beim verbannen",
"no_id": "D\u00ebs Hyperion Ambilight Instanz huet seng ID net gemellt."
},
"error": {
"cannot_connect": "Feeler beim verbannen",
"invalid_access_token": "Ong\u00ebltegen Acc\u00e8s Jeton"
},
"step": {
"auth": {
"data": {
"create_token": "Neie Jeton automatesch erstellen",
"token": "oder scho bestehenden Jeton uginn"
},
"description": "Autorisatioun mat dengem Hyperion Ambilight Server konfigur\u00e9ieren"
},
"confirm": {
"description": "Soll d\u00ebsen Hyperion Ambilight am Home Assistant dob\u00e4i gesaat ginn?\n\n**Host:** {host}\n**Port:** {port}\n**ID**: {id}",
"title": "Dob\u00e4isetzen vum Hyperion Ambilight Service best\u00e4tegen"
},
"create_token": {
"description": "Klick **Ofsch\u00e9cken** fir een neien Authentifikatioun's Jeton unzefroen. Du g\u00ebss dann an Hyperion UI weidergeleet fir d'Ufro z'accord\u00e9ieren. Iwwerpr\u00e9if dass d\u00e9i ugewisen id \"{auth_id}\" ass.",
"title": "Neien Authentifikatioun's Jeton automatesch erstellen"
},
"create_token_external": {
"title": "Neie Jeton an der Hyperion UI accord\u00e9ieren"
},
"user": {
"data": {
"host": "Host",
"port": "Port"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"priority": "Hyperion Priorit\u00e9it fir Faarwen an Effekter"
}
}
}
}
}

View File

@ -0,0 +1,52 @@
{
"config": {
"abort": {
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana",
"already_in_progress": "Konfiguracja jest ju\u017c w toku",
"auth_new_token_not_granted_error": "Nowo utworzony token nie zosta\u0142 zatwierdzony w interfejsie u\u017cytkownika Hyperion",
"auth_new_token_not_work_error": "Nie uda\u0142o si\u0119 uwierzytelni\u0107 przy u\u017cyciu nowo utworzonego tokena",
"auth_required_error": "Nie uda\u0142o si\u0119 okre\u015bli\u0107, czy wymagana jest autoryzacja",
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"no_id": "Instancja Hyperion Ambilight nie zg\u0142osi\u0142a swojego identyfikatora"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_access_token": "Niepoprawny token dost\u0119pu"
},
"step": {
"auth": {
"data": {
"create_token": "Automatycznie utw\u00f3rz nowy token",
"token": "Lub podaj istniej\u0105cy token"
},
"description": "Skonfiguruj autoryzacj\u0119 do serwera Hyperion Ambilight"
},
"confirm": {
"description": "Czy chcesz doda\u0107 ten Hyperion Ambilight do Home Assistanta? \n\n **Host:** {host}\n **Port:** {port}\n **ID**: {id}",
"title": "Potwierdzanie dodania us\u0142ugi Hyperion Ambilight"
},
"create_token": {
"description": "Naci\u015bnij **Prze\u015blij** poni\u017cej, aby za\u017c\u0105da\u0107 nowego tokena uwierzytelniania. Nast\u0105pi przekierowanie do interfejsu u\u017cytkownika Hyperion, aby zatwierdzi\u0107 \u017c\u0105danie. Sprawd\u017a, czy wy\u015bwietlany identyfikator to \u201e {auth_id} \u201d",
"title": "Automatyczne tworzenie nowego tokena uwierzytelniaj\u0105cego"
},
"create_token_external": {
"title": "Akceptowanie nowego tokena w interfejsie u\u017cytkownika Hyperion"
},
"user": {
"data": {
"host": "Nazwa hosta lub adres IP",
"port": "Port"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"priority": "Hyperion ma pierwsze\u0144stwo w u\u017cyciu dla kolor\u00f3w i efekt\u00f3w"
}
}
}
}
}

View File

@ -15,5 +15,10 @@
"title": "Lokalizacja"
}
}
},
"system_health": {
"info": {
"api_endpoint_reachable": "Dost\u0119pno\u015b\u0107 punktu ko\u0144cowego API IPMA"
}
}
}

View File

@ -8,6 +8,7 @@
"data": {
"name": "Numm vum Sensor"
},
"description": "Soll den Ariichtungs Prozess gestart ginn?",
"title": "Lokal IP Adresse"
}
}

View File

@ -8,7 +8,7 @@
},
"error": {
"authorize_url_timeout": "Tuvastamise URL'i loomise ajal\u00f5pp.",
"follow_link": "Palun j\u00e4rgige linki ja tuvasta enne Submit vajutamist.",
"follow_link": "Palun j\u00e4rgi linki ja tuvasta enne Esita nupu vajutamist.",
"invalid_auth": "Tuvastamine eba\u00f5nnestus"
},
"step": {

View File

@ -8,5 +8,10 @@
"description": "Chcete nastavit komponentu Mobiln\u00ed aplikace?"
}
}
},
"device_automation": {
"action_type": {
"notify": "Odeslat ozn\u00e1men\u00ed"
}
}
}

View File

@ -8,5 +8,10 @@
"description": "\u00bfQuieres configurar el componente de la aplicaci\u00f3n para el m\u00f3vil?"
}
}
},
"device_automation": {
"action_type": {
"notify": "Enviar una notificaci\u00f3n"
}
}
}

View File

@ -8,5 +8,10 @@
"description": "Kas soovid seadistada mobiilirakenduse sidumist?"
}
}
},
"device_automation": {
"action_type": {
"notify": "Saada teavitus"
}
}
}

View File

@ -8,5 +8,10 @@
"description": "Soll d'Mobil App konfigur\u00e9iert ginn?"
}
}
},
"device_automation": {
"action_type": {
"notify": "Eng Notifikatioun sch\u00e9cken"
}
}
}

View File

@ -8,5 +8,10 @@
"description": "Vil du sette opp mobilapp-komponenten?"
}
}
},
"device_automation": {
"action_type": {
"notify": "Send et varsel"
}
}
}

View File

@ -8,5 +8,10 @@
"description": "Czy chcesz rozpocz\u0105\u0107 konfiguracj\u0119?"
}
}
},
"device_automation": {
"action_type": {
"notify": "wy\u015blij powiadomienie"
}
}
}

View File

@ -8,5 +8,10 @@
"description": "\u662f\u5426\u8981\u8a2d\u5b9a\u624b\u6a5f App \u5143\u4ef6\uff1f"
}
}
},
"device_automation": {
"action_type": {
"notify": "\u50b3\u9001\u901a\u77e5"
}
}
}

View File

@ -10,7 +10,8 @@
"data": {
"api_key": "API Schl\u00ebssel",
"host": "IP Adresse"
}
},
"title": "Steierbar Jalousien"
}
}
}

View File

@ -36,5 +36,10 @@
"title": "Vyberte metodu ov\u011b\u0159en\u00ed"
}
}
},
"device_automation": {
"trigger_type": {
"camera_motion": "Detekov\u00e1n pohyb"
}
}
}

View File

@ -36,5 +36,13 @@
"title": "Wybierz metod\u0119 uwierzytelniania"
}
}
},
"device_automation": {
"trigger_type": {
"camera_motion": "nast\u0105pi wykrycie ruchu",
"camera_person": "nast\u0105pi wykrycie osoby",
"camera_sound": "nast\u0105pi wykrycie d\u017awi\u0119ku",
"doorbell_chime": "dzwonek zostanie wci\u015bni\u0119ty"
}
}
}

View File

@ -4,6 +4,8 @@
"addon_info_failed": "OpenZWave'i lisandmooduli teabe hankimine nurjus.",
"addon_install_failed": "OpenZWave'i lisandmooduli paigaldamine nurjus.",
"addon_set_config_failed": "OpenZWave'i konfiguratsiooni seadistamine eba\u00f5nnestus.",
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
"already_in_progress": "Seadistamine on juba k\u00e4imas",
"mqtt_required": "MQTT sidumine pole seadistatud",
"single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine."
},
@ -14,6 +16,9 @@
"install_addon": "Palun oota kuni OpenZWave lisandmooduli paigaldus l\u00f5peb. See v\u00f5ib v\u00f5tta mitu minutit."
},
"step": {
"hassio_confirm": {
"title": "Seadista OpenZWave'i sidumine OpenZWave lisandmooduli abil"
},
"install_addon": {
"title": "OpenZWave lisandmooduli paigaldamine on alanud"
},

View File

@ -10,7 +10,13 @@
"error": {
"addon_start_failed": "Nie uda\u0142o si\u0119 uruchomi\u0107 dodatku OpenZWave. Sprawd\u017a konfiguracj\u0119."
},
"progress": {
"install_addon": "Poczekaj, a\u017c zako\u0144czy si\u0119 instalacja dodatku OpenZWave. Mo\u017ce to potrwa\u0107 kilka minut."
},
"step": {
"install_addon": {
"title": "Rozpocz\u0119\u0142a si\u0119 instalacja dodatku OpenZWave"
},
"on_supervisor": {
"data": {
"use_addon": "U\u017cyj dodatku OpenZWave Supervisor"

View File

@ -5,5 +5,5 @@
"not_home": "\u79bb\u5f00"
}
},
"title": "\u4e2a\u4eba"
"title": "\u4eba\u5458"
}

View File

@ -2,6 +2,7 @@
"config": {
"abort": {
"already_configured_device": "Apparat ass scho konfigur\u00e9iert",
"cannot_connect": "Feeler beim verbannen",
"updated_entry": "D\u00ebs Entr\u00e9e ass scho konfigur\u00e9iert mee d\u00e9i defin\u00e9ierten Numm an/oder Optiounen an der Konfiguratioun st\u00ebmmen net mat deene virdrun import\u00e9ierten Optiounen iwwereneen, esou gouf d'Entr\u00e9e deementspriechend aktualis\u00e9iert."
},
"error": {