[ci skip] Translation update
This commit is contained in:
parent
4779916ac4
commit
c74f187b1f
19 changed files with 180 additions and 21 deletions
7
homeassistant/components/dsmr/translations/pl.json
Normal file
7
homeassistant/components/dsmr/translations/pl.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -15,7 +15,7 @@
|
||||||
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
||||||
},
|
},
|
||||||
"description": "\u8acb\u65bc\u4e0b\u65b9\u63d0\u4f9b\u6240\u9700\u8cc7\u8a0a\u3002",
|
"description": "\u8acb\u65bc\u4e0b\u65b9\u63d0\u4f9b\u6240\u9700\u8cc7\u8a0a\u3002",
|
||||||
"title": "\u8a2d\u5b9a GogoGate2"
|
"title": "\u8a2d\u5b9a GogoGate2 \u6216 iSmartGate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
"unknown": "Une erreur inconnue s'est produite."
|
"unknown": "Une erreur inconnue s'est produite."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
"invalid_pin": "Code PIN invalide, veuillez r\u00e9essayer.",
|
||||||
"invalid_sgtin_or_pin": "Code PIN invalide, veuillez r\u00e9essayer.",
|
"invalid_sgtin_or_pin": "Code PIN invalide, veuillez r\u00e9essayer.",
|
||||||
"press_the_button": "Veuillez appuyer sur le bouton bleu.",
|
"press_the_button": "Veuillez appuyer sur le bouton bleu.",
|
||||||
"register_failed": "\u00c9chec d'enregistrement. Veuillez r\u00e9essayer.",
|
"register_failed": "\u00c9chec d'enregistrement. Veuillez r\u00e9essayer.",
|
||||||
|
|
|
@ -67,12 +67,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
"abort": {
|
||||||
|
"cannot_connect": "Impossible de se connecter au modem Insteon"
|
||||||
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "\u00c9chec de connexion",
|
"cannot_connect": "\u00c9chec de connexion",
|
||||||
"select_single": "S\u00e9lectionnez une option"
|
"select_single": "S\u00e9lectionnez une option"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"add_override": {
|
"add_override": {
|
||||||
|
"data": {
|
||||||
|
"cat": "Cat\u00e9gorie d'appareil (c.-\u00e0-d. 0x10)"
|
||||||
|
},
|
||||||
"title": "Insteon"
|
"title": "Insteon"
|
||||||
},
|
},
|
||||||
"add_x10": {
|
"add_x10": {
|
||||||
|
|
|
@ -1,15 +1,24 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia."
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.",
|
||||||
|
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia."
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia."
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"hubv1": {
|
||||||
|
"data": {
|
||||||
|
"host": "Adres IP",
|
||||||
|
"port": "Port"
|
||||||
|
}
|
||||||
|
},
|
||||||
"hubv2": {
|
"hubv2": {
|
||||||
"data": {
|
"data": {
|
||||||
"host": "Adres IP",
|
"host": "Adres IP",
|
||||||
|
"password": "Has\u0142o",
|
||||||
|
"port": "Port",
|
||||||
"username": "Nazwa u\u017cytkownika"
|
"username": "Nazwa u\u017cytkownika"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,40 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia."
|
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane.",
|
||||||
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.",
|
||||||
|
"invalid_auth": "Niepoprawne uwierzytelnienie.",
|
||||||
|
"unknown": "Nieoczekiwany b\u0142\u0105d."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.",
|
||||||
|
"invalid_auth": "Niepoprawne uwierzytelnienie.",
|
||||||
|
"unknown": "Nieoczekiwany b\u0142\u0105d."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"credentials": {
|
||||||
|
"data": {
|
||||||
|
"password": "Has\u0142o",
|
||||||
|
"username": "Nazwa u\u017cytkownika"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"host": {
|
||||||
|
"data": {
|
||||||
|
"host": "Nazwa hosta lub adres IP",
|
||||||
|
"port": "Port"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Nazwa hosta lub adres IP",
|
||||||
|
"port": "Port"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ws_port": {
|
||||||
|
"data": {
|
||||||
|
"ws_port": "Port"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -2,6 +2,13 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
|
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"url": "URL"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -7,7 +7,11 @@
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Nazwa"
|
"host": "Nazwa hosta lub adres IP",
|
||||||
|
"name": "Nazwa",
|
||||||
|
"password": "Has\u0142o",
|
||||||
|
"port": "Port",
|
||||||
|
"username": "Nazwa u\u017cytkownika"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
29
homeassistant/components/openweathermap/translations/fr.json
Normal file
29
homeassistant/components/openweathermap/translations/fr.json
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"auth": "La cl\u00e9 API n'est pas correcte."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"language": "Langue",
|
||||||
|
"latitude": "Latitude",
|
||||||
|
"longitude": "Longitude",
|
||||||
|
"mode": "Mode",
|
||||||
|
"name": "Nom de l'int\u00e9gration"
|
||||||
|
},
|
||||||
|
"title": "OpenWeatherMap"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"language": "Langue",
|
||||||
|
"mode": "Mode"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -19,5 +19,15 @@
|
||||||
"title": "Connect to the Smile"
|
"title": "Connect to the Smile"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "Scan Interval (seconds)"
|
||||||
|
},
|
||||||
|
"description": "Adjust Plugwise Options"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
15
homeassistant/components/progettihwsw/translations/pl.json
Normal file
15
homeassistant/components/progettihwsw/translations/pl.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Nazwa hosta lub adres IP",
|
||||||
|
"port": "Port"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
20
homeassistant/components/risco/translations/pl.json
Normal file
20
homeassistant/components/risco/translations/pl.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Urz\u0105dzenie 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,8 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Sentry jest ju\u017c skonfigurowane."
|
"already_configured": "Sentry jest ju\u017c skonfigurowane.",
|
||||||
|
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"bad_dsn": "Nieprawid\u0142owy DSN",
|
"bad_dsn": "Nieprawid\u0142owy DSN",
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.",
|
||||||
|
"reauth_successful": "Token dost\u0119pu zosta\u0142 pomy\u015blnie zaktualizowany",
|
||||||
|
"unknown": "Nieoczekiwany b\u0142\u0105d."
|
||||||
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"invalid_auth": "Niepoprawne uwierzytelnienie."
|
"invalid_auth": "Niepoprawne uwierzytelnienie."
|
||||||
},
|
},
|
||||||
|
@ -9,6 +14,12 @@
|
||||||
"password": "Has\u0142o",
|
"password": "Has\u0142o",
|
||||||
"username": "Nazwa u\u017cytkownika"
|
"username": "Nazwa u\u017cytkownika"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "Has\u0142o",
|
||||||
|
"username": "Nazwa u\u017cytkownika"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,11 @@
|
||||||
"missing_configuration": "Le composant n'est pas configur\u00e9. Veuillez suivre la documentation."
|
"missing_configuration": "Le composant n'est pas configur\u00e9. Veuillez suivre la documentation."
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"environment": {
|
||||||
|
"data": {
|
||||||
|
"environment": "Environnement"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pick_implementation": {
|
"pick_implementation": {
|
||||||
"title": "Choisissez la m\u00e9thode d'authentification"
|
"title": "Choisissez la m\u00e9thode d'authentification"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"clear-night": "pogodnie, noc",
|
"clear-night": "Pogodna noc",
|
||||||
"cloudy": "pochmurno",
|
"cloudy": "Pochmurno",
|
||||||
"exceptional": "wyj\u0105tkowy",
|
"exceptional": "wyj\u0105tkowy",
|
||||||
"fog": "mg\u0142a",
|
"fog": "Mg\u0142a",
|
||||||
"hail": "grad",
|
"hail": "Grad",
|
||||||
"lightning": "b\u0142yskawice",
|
"lightning": "B\u0142yskawice",
|
||||||
"lightning-rainy": "burza",
|
"lightning-rainy": "Burza",
|
||||||
"partlycloudy": "cz\u0119\u015bciowe zachmurzenie",
|
"partlycloudy": "Cz\u0119\u015bciowe zachmurzenie",
|
||||||
"pouring": "Ulewa",
|
"pouring": "Ulewa",
|
||||||
"rainy": "Deszczowo",
|
"rainy": "Deszczowo",
|
||||||
"snowy": "\u015anie\u017cnie",
|
"snowy": "\u015anie\u017cnie",
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane.",
|
||||||
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci"
|
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z urz\u0105dzeniem"
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia."
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"pick_device": {
|
"pick_device": {
|
||||||
|
@ -15,10 +15,10 @@
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"host": "Host",
|
"host": "Nazwa hosta lub adres IP",
|
||||||
"ip_address": "Adres IP"
|
"ip_address": "Adres IP"
|
||||||
},
|
},
|
||||||
"description": "Je\u015bli nie podasz hosta, to wykrywanie zostanie u\u017cyte do odnalezienia urz\u0105dze\u0144."
|
"description": "Je\u015bli nie podasz IP lub nazwy hosta, wykrywanie zostanie u\u017cyte do odnalezienia urz\u0105dze\u0144."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -26,11 +26,11 @@
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
"model": "Model (Opcjonalne)",
|
"model": "Model (opcjonalne)",
|
||||||
"nightlight_switch": "U\u017cyj prze\u0142\u0105cznika Nocnego wiat\u0142a",
|
"nightlight_switch": "U\u017cyj prze\u0142\u0105cznika Nocnego \u015bwiat\u0142a",
|
||||||
"save_on_change": "Zachowaj status po zmianie",
|
"save_on_change": "Zachowaj status po zmianie",
|
||||||
"transition": "Czas przej\u015bcia (ms)",
|
"transition": "Czas przej\u015bcia (ms)",
|
||||||
"use_music_mode": "Aktywuj tryb muzyczny"
|
"use_music_mode": "W\u0142\u0105cz tryb muzyczny"
|
||||||
},
|
},
|
||||||
"description": "Je\u015bli nie podasz modelu urz\u0105dzenia, zostanie on automatycznie wykryty."
|
"description": "Je\u015bli nie podasz modelu urz\u0105dzenia, zostanie on automatycznie wykryty."
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
"device_dropped": "Appareil tomb\u00e9",
|
"device_dropped": "Appareil tomb\u00e9",
|
||||||
"device_flipped": "Appareil retourn\u00e9 \"{subtype}\"",
|
"device_flipped": "Appareil retourn\u00e9 \"{subtype}\"",
|
||||||
"device_knocked": "Appareil frapp\u00e9 \"{subtype}\"",
|
"device_knocked": "Appareil frapp\u00e9 \"{subtype}\"",
|
||||||
|
"device_offline": "Appareil hors ligne",
|
||||||
"device_rotated": "Appareil tourn\u00e9 \"{subtype}\"",
|
"device_rotated": "Appareil tourn\u00e9 \"{subtype}\"",
|
||||||
"device_shaken": "Appareil secou\u00e9",
|
"device_shaken": "Appareil secou\u00e9",
|
||||||
"device_slid": "Appareil gliss\u00e9 \"{subtype}\"",
|
"device_slid": "Appareil gliss\u00e9 \"{subtype}\"",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"dead": "martwy",
|
"dead": "martwy",
|
||||||
"initializing": "Inicjowanie",
|
"initializing": "Inicjowanie",
|
||||||
"ready": "Gotowe",
|
"ready": "Gotowe",
|
||||||
"sleeping": "u\u015bpiony"
|
"sleeping": "U\u015bpiony"
|
||||||
},
|
},
|
||||||
"query_stage": {
|
"query_stage": {
|
||||||
"dead": "martwy",
|
"dead": "martwy",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue