mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
[ci skip] Translation update
This commit is contained in:
parent
54361342ba
commit
bb6a617a6f
9
homeassistant/components/almond/.translations/pl.json
Normal file
9
homeassistant/components/almond/.translations/pl.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_setup": "Mo\u017cesz skonfigurowa\u0107 tylko jedno konto Almond.",
|
||||
"cannot_connect": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z serwerem Almond."
|
||||
},
|
||||
"title": "Almond"
|
||||
}
|
||||
}
|
@ -2,11 +2,17 @@
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_closed": "{entity_name} est\u00e0 tancat/da",
|
||||
"is_closing": "{entity_name} est\u00e0 tancan't-se",
|
||||
"is_closing": "{entity_name} est\u00e0 tancant-se",
|
||||
"is_open": "{entity_name} est\u00e0 obert/a",
|
||||
"is_opening": "{entity_name} s'est\u00e0 obrint",
|
||||
"is_position": "La posici\u00f3 de {entity_name} \u00e9s",
|
||||
"is_tilt_position": "La posici\u00f3 d'inclinaci\u00f3 de {entity_name} \u00e9s"
|
||||
},
|
||||
"trigger_type": {
|
||||
"closed": "{entity_name} tancat/da",
|
||||
"closing": "{entity_name} tancant-se",
|
||||
"opened": "{entity_name} s'ha obert",
|
||||
"opening": "{entity_name} obrint-se"
|
||||
}
|
||||
}
|
||||
}
|
@ -7,6 +7,14 @@
|
||||
"is_opening": "{entity_name} si\u0119 otwiera",
|
||||
"is_position": "pozycja pokrywy {entity_name} to",
|
||||
"is_tilt_position": "pochylenie pokrywy {entity_name} to"
|
||||
},
|
||||
"trigger_type": {
|
||||
"closed": "nast\u0105pi zamkni\u0119cie {entity_name}",
|
||||
"closing": "{entity_name} si\u0119 zamyka",
|
||||
"opened": "nast\u0105pi otwarcie {entity_name}",
|
||||
"opening": "{entity_name} si\u0119 otwiera",
|
||||
"position": "zmieni si\u0119 pozycja pokrywy {entity_name}",
|
||||
"tilt_position": "zmieni si\u0119 pochylenie pokrywy {entity_name}"
|
||||
}
|
||||
}
|
||||
}
|
@ -6,7 +6,14 @@
|
||||
"is_open": "{entity_name} \u0432 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u043c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438",
|
||||
"is_opening": "{entity_name} \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f",
|
||||
"is_position": "{entity_name} \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0438",
|
||||
"is_tilt_position": "{entity_name} \u0438\u043c\u0435\u0435\u0442 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043d\u0430\u043a\u043b\u043e\u043d\u0430"
|
||||
"is_tilt_position": "{entity_name} \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043d\u0430\u043a\u043b\u043e\u043d\u0430"
|
||||
},
|
||||
"trigger_type": {
|
||||
"closed": "{entity_name} \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f",
|
||||
"closing": "{entity_name} \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f",
|
||||
"opening": "{entity_name} \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f",
|
||||
"position": "{entity_name} \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435",
|
||||
"tilt_position": "{entity_name} \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u043d\u0430\u043a\u043b\u043e\u043d"
|
||||
}
|
||||
}
|
||||
}
|
@ -7,6 +7,14 @@
|
||||
"is_opening": "{entity_name} \u6b63\u5728\u958b\u555f",
|
||||
"is_position": "{entity_name} \u4f4d\u7f6e\u70ba",
|
||||
"is_tilt_position": "{entity_name} \u6a19\u984c\u4f4d\u7f6e\u70ba"
|
||||
},
|
||||
"trigger_type": {
|
||||
"closed": "{entity_name} \u5df2\u95dc\u9589",
|
||||
"closing": "{entity_name} \u6b63\u5728\u95dc\u9589",
|
||||
"opened": "{entity_name} \u5df2\u958b\u555f",
|
||||
"opening": "{entity_name} \u6b63\u5728\u958b\u555f",
|
||||
"position": "{entity_name} \u4f4d\u7f6e\u8b8a\u66f4",
|
||||
"tilt_position": "{entity_name} \u6a19\u984c\u4f4d\u7f6e\u8b8a\u66f4"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"condtion_type": {
|
||||
"is_home": "{entity_name} \u00e8 a casa",
|
||||
"is_not_home": "{entity_name} non \u00e8 a casa"
|
||||
}
|
||||
}
|
||||
}
|
32
homeassistant/components/huawei_lte/.translations/it.json
Normal file
32
homeassistant/components/huawei_lte/.translations/it.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Questo dispositivo \u00e8 gi\u00e0 configurato"
|
||||
},
|
||||
"error": {
|
||||
"connection_failed": "Connessione fallita",
|
||||
"incorrect_password": "Password errata",
|
||||
"incorrect_username": "Nome utente errato",
|
||||
"incorrect_username_or_password": "Nome utente o password errati",
|
||||
"invalid_url": "URL non valido"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Password",
|
||||
"url": "URL",
|
||||
"username": "Nome utente"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"track_new_devices": "Traccia nuovi dispositivi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} \u00e8 spento",
|
||||
"is_on": "{entity_name} \u00e8 acceso",
|
||||
"is_paused": "{entity_name} \u00e8 in pausa"
|
||||
}
|
||||
}
|
||||
}
|
@ -10,7 +10,7 @@
|
||||
"init": {
|
||||
"data": {
|
||||
"device": "\u015acie\u017cka lub adres URL",
|
||||
"floor_temperature": "Temperatura pod\u0142ogi",
|
||||
"floor_temperature": "Zaokr\u0105glanie warto\u015bci w d\u00f3\u0142",
|
||||
"id": "Identyfikator",
|
||||
"name": "Nazwa",
|
||||
"precision": "Precyzja temperatury"
|
||||
@ -24,7 +24,7 @@
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"floor_temperature": "Temperatura pod\u0142ogi",
|
||||
"floor_temperature": "Zaokr\u0105glanie warto\u015bci w d\u00f3\u0142",
|
||||
"precision": "Precyzja"
|
||||
},
|
||||
"description": "Opcje dla bramki OpenTherm"
|
||||
|
@ -1,26 +1,26 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_battery_level": "{entity_name} poziom na\u0142adowania baterii",
|
||||
"is_humidity": "{entity_name} wilgotno\u015b\u0107",
|
||||
"is_illuminance": "nat\u0119\u017cenie o\u015bwietlenia {entity_name}",
|
||||
"is_power": "moc {entity_name}",
|
||||
"is_pressure": "ci\u015bnienie {entity_name}",
|
||||
"is_signal_strength": "si\u0142a sygna\u0142u {entity_name}",
|
||||
"is_temperature": "temperatura {entity_name}",
|
||||
"is_timestamp": "znacznik czasu {entity_name}",
|
||||
"is_value": "warto\u015b\u0107 {entity_name}"
|
||||
"is_battery_level": "obecny poziom na\u0142adowania baterii {entity_name}",
|
||||
"is_humidity": "obecna wilgotno\u015b\u0107 {entity_name}",
|
||||
"is_illuminance": "obecne nat\u0119\u017cenie o\u015bwietlenia {entity_name}",
|
||||
"is_power": "obecna moc {entity_name}",
|
||||
"is_pressure": "obecne ci\u015bnienie {entity_name}",
|
||||
"is_signal_strength": "obecna si\u0142a sygna\u0142u {entity_name}",
|
||||
"is_temperature": "obecna temperatura {entity_name}",
|
||||
"is_timestamp": "obecny znacznik czasu {entity_name}",
|
||||
"is_value": "obecna warto\u015b\u0107 {entity_name}"
|
||||
},
|
||||
"trigger_type": {
|
||||
"battery_level": "poziom baterii {entity_name}",
|
||||
"humidity": "wilgotno\u015b\u0107 {entity_name}",
|
||||
"illuminance": "nat\u0119\u017cenie o\u015bwietlenia {entity_name}",
|
||||
"power": "moc {entity_name}",
|
||||
"pressure": "ci\u015bnienie {entity_name}",
|
||||
"signal_strength": "si\u0142a sygna\u0142u {entity_name}",
|
||||
"temperature": "temperatura {entity_name}",
|
||||
"timestamp": "znacznik czasu {entity_name}",
|
||||
"value": "warto\u015b\u0107 {entity_name}"
|
||||
"battery_level": "zmieni si\u0119 poziom baterii {entity_name}",
|
||||
"humidity": "zmieni si\u0119 wilgotno\u015b\u0107 {entity_name}",
|
||||
"illuminance": "zmieni si\u0119 nat\u0119\u017cenie o\u015bwietlenia {entity_name}",
|
||||
"power": "zmieni si\u0119 moc {entity_name}",
|
||||
"pressure": "zmieni si\u0119 ci\u015bnienie {entity_name}",
|
||||
"signal_strength": "zmieni si\u0119 si\u0142a sygna\u0142u {entity_name}",
|
||||
"temperature": "zmieni si\u0119 temperatura {entity_name}",
|
||||
"timestamp": "zmieni si\u0119 znacznik czasu {entity_name}",
|
||||
"value": "zmieni si\u0119 warto\u015b\u0107 {entity_name}"
|
||||
}
|
||||
}
|
||||
}
|
@ -7,6 +7,12 @@
|
||||
"default": "Autenticazione completata con Withings per il profilo selezionato."
|
||||
},
|
||||
"step": {
|
||||
"profile": {
|
||||
"data": {
|
||||
"profile": "Profilo"
|
||||
},
|
||||
"title": "Profilo utente."
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"profile": "Profilo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user