[ci skip] Translation update
parent
bb8f139716
commit
868f88a4e0
|
@ -86,7 +86,7 @@
|
|||
"smoke": "{entity_name} commenc\u00e9 \u00e0 d\u00e9tecter la fum\u00e9e",
|
||||
"sound": "{entity_name} commenc\u00e9 \u00e0 d\u00e9tecter le son",
|
||||
"turned_off": "{entity_name} est d\u00e9sactiv\u00e9",
|
||||
"turned_on": "{entity_name} activ\u00e9",
|
||||
"turned_on": "{entity_name} est activ\u00e9",
|
||||
"unsafe": "{entity_name} est devenu dangereux",
|
||||
"vibration": "{entity_name} a commenc\u00e9 \u00e0 d\u00e9tecter les vibrations"
|
||||
}
|
||||
|
|
|
@ -4,10 +4,12 @@
|
|||
"host_port_exists": "Ta kombinacja hosta i portu jest ju\u017c skonfigurowana"
|
||||
},
|
||||
"error": {
|
||||
"certificate_error": "Nie mo\u017cna zweryfikowa\u0107 certyfikatu",
|
||||
"certificate_fetch_failed": "Nie mo\u017cna pobra\u0107 certyfikatu z tej kombinacji hosta i portu",
|
||||
"connection_timeout": "Przekroczono limit czasu po\u0142\u0105czenia z tym hostem",
|
||||
"host_port_exists": "Ta kombinacja hosta i portu jest ju\u017c skonfigurowana",
|
||||
"resolve_failed": "Tego hosta nie mo\u017cna rozwi\u0105za\u0107"
|
||||
"resolve_failed": "Tego hosta nie mo\u017cna rozwi\u0105za\u0107",
|
||||
"wrong_host": "Certyfikat nie pasuje do nazwy hosta"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
|
@ -7,9 +7,15 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"cool": "Suporta mode refredar",
|
||||
"dry": "Suporta mode assecar",
|
||||
"fan_only": "Suporta nom\u00e9s mode ventiladoci\u00f3",
|
||||
"heat": "Suporta mode escalfar",
|
||||
"heat_cool": "Suporta mode escalfar/refredar autom\u00e0tic",
|
||||
"host": "Amfitri\u00f3",
|
||||
"off": "Es pot apagar"
|
||||
}
|
||||
},
|
||||
"title": "Configuraci\u00f3 de la connexi\u00f3 amb CoolMasterNet."
|
||||
}
|
||||
},
|
||||
"title": "CoolMasterNet"
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"connection_error": "Nie mo\u017cna po\u0142\u0105czy\u0107 z CoolMasterNet. Sprawd\u017a adres hosta.",
|
||||
"no_units": "Nie mo\u017cna znale\u017a\u0107 urz\u0105dze\u0144 HVAC na ho\u015bcie CoolMasterNet."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"cool": "Obs\u0142uga trybu ch\u0142odzenia",
|
||||
"dry": "Obs\u0142uga trybu osuszania",
|
||||
"fan_only": "Obs\u0142uga trybu \"tylko wentylator\"",
|
||||
"heat": "Obs\u0142uga tryb grzania"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,9 @@
|
|||
"is_closed": "{entity_name} est\u00e0 tancat/da",
|
||||
"is_closing": "{entity_name} est\u00e0 tancan't-se",
|
||||
"is_open": "{entity_name} est\u00e0 obert/a",
|
||||
"is_opening": "{entity_name} s'est\u00e0 obrint"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,9 @@
|
|||
"is_closed": "{entity_name} \u0432 \u0437\u0430\u043a\u0440\u044b\u0442\u043e\u043c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438",
|
||||
"is_closing": "{entity_name} \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f",
|
||||
"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_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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,9 @@
|
|||
"is_closed": "{entity_name} \u5df2\u95dc\u9589",
|
||||
"is_closing": "{entity_name} \u6b63\u5728\u95dc\u9589",
|
||||
"is_open": "{entity_name} \u5df2\u958b\u555f",
|
||||
"is_opening": "{entity_name} \u6b63\u5728\u958b\u555f"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -65,6 +65,7 @@
|
|||
"remote_button_quadruple_press": "Bot\u00f3 \"{subtype}\" clicat quatre vegades consecutives",
|
||||
"remote_button_quintuple_press": "Bot\u00f3 \"{subtype}\" clicat cinc vegades consecutives",
|
||||
"remote_button_rotated": "Bot\u00f3 \"{subtype}\" girat",
|
||||
"remote_button_rotation_stopped": "La rotaci\u00f3 del bot\u00f3 \"{subtype}\" s'ha aturat",
|
||||
"remote_button_short_press": "Bot\u00f3 \"{subtype}\" premut",
|
||||
"remote_button_short_release": "Bot\u00f3 \"{subtype}\" alliberat",
|
||||
"remote_button_triple_press": "Bot\u00f3 \"{subtype}\" clicat tres vegades consecutives",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condtion_type": {
|
||||
"is_home": "{entity_name} \u5728\u5bb6",
|
||||
"is_not_home": "{entity_name} \u4e0d\u5728\u5bb6"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,8 +15,22 @@
|
|||
"password": "Has\u0142o",
|
||||
"port": "Port",
|
||||
"ssl": "U\u017cyj SSL/TLS, aby po\u0142\u0105czy\u0107 si\u0119 z systemem Glances",
|
||||
"username": "Nazwa u\u017cytkownika"
|
||||
}
|
||||
"username": "Nazwa u\u017cytkownika",
|
||||
"verify_ssl": "Sprawd\u017a certyfikacj\u0119 systemu",
|
||||
"version": "Glances wersja API (2 lub 3)"
|
||||
},
|
||||
"title": "Konfiguracja Glances"
|
||||
}
|
||||
},
|
||||
"title": "Glances"
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"scan_interval": "Cz\u0119stotliwo\u015b\u0107 aktualizacji"
|
||||
},
|
||||
"description": "Konfiguracja opcji dla Glances"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u6b64\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
|
||||
},
|
||||
"error": {
|
||||
"connection_failed": "\u9023\u7dda\u5931\u6557",
|
||||
"incorrect_password": "\u5bc6\u78bc\u932f\u8aa4",
|
||||
"incorrect_username": "\u4f7f\u7528\u8005\u540d\u7a31\u932f\u8aa4",
|
||||
"incorrect_username_or_password": "\u4f7f\u7528\u8005\u540d\u7a31\u6216\u5bc6\u78bc\u932f\u8aa4",
|
||||
"invalid_url": "\u7db2\u5740\u7121\u6548",
|
||||
"login_attempts_exceeded": "\u5df2\u9054\u5617\u8a66\u767b\u5165\u6700\u5927\u6b21\u6578\uff0c\u8acb\u7a0d\u5f8c\u518d\u8a66",
|
||||
"response_error": "\u4f86\u81ea\u8a2d\u5099\u672a\u77e5\u932f\u8aa4",
|
||||
"unknown_connection_error": "\u9023\u7dda\u81f3\u8a2d\u5099\u672a\u77e5\u932f\u8aa4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "\u5bc6\u78bc",
|
||||
"url": "\u7db2\u5740",
|
||||
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
||||
},
|
||||
"description": "\u8f38\u5165\u8a2d\u5099\u5b58\u53d6\u8a73\u7d30\u8cc7\u6599\u3002\u6307\u5b9a\u4f7f\u7528\u8005\u540d\u7a31\u8207\u5bc6\u78bc\u70ba\u9078\u9805\u8f38\u5165\uff0c\u4f46\u958b\u555f\u5c07\u652f\u63f4\u66f4\u591a\u6574\u5408\u529f\u80fd\u3002\u6b64\u5916\uff0c\u4f7f\u7528\u6388\u6b0a\u9023\u7dda\uff0c\u53ef\u80fd\u5c0e\u81f4\u6574\u5408\u555f\u7528\u5f8c\uff0c\u7531\u5916\u90e8\u9023\u7dda\u81f3 Home Assistant \u8a2d\u5099 Web \u4ecb\u9762\u51fa\u73fe\u67d0\u4e9b\u554f\u984c\uff0c\u53cd\u4e4b\u4ea6\u7136\u3002",
|
||||
"title": "\u8a2d\u5b9a Huawei LTE"
|
||||
}
|
||||
},
|
||||
"title": "Huawei LTE"
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"recipient": "\u7c21\u8a0a\u901a\u77e5\u6536\u4ef6\u8005",
|
||||
"track_new_devices": "\u8ffd\u8e64\u65b0\u8a2d\u5099"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_idle": "{entity_name} \u9592\u7f6e",
|
||||
"is_off": "{entity_name} \u95dc\u9589",
|
||||
"is_on": "{entity_name} \u958b\u555f",
|
||||
"is_paused": "{entity_name} \u5df2\u66ab\u505c",
|
||||
"is_playing": "{entity_name} \u6b63\u5728\u64ad\u653e"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
"is_signal_strength": "{entity_name} force du signal",
|
||||
"is_temperature": "La temp\u00e9rature de {entity_name}",
|
||||
"is_timestamp": "{entity_name} horodatage",
|
||||
"is_value": "{entity_name} valeur"
|
||||
"is_value": "La valeur actuelle de {entity_name} "
|
||||
},
|
||||
"trigger_type": {
|
||||
"battery_level": "Le niveau de la batterie de {entity_name}",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"signal_strength": "{entity_name} force du signal",
|
||||
"temperature": "La temp\u00e9rature de {entity_name}",
|
||||
"timestamp": "{entity_name} horodatage",
|
||||
"value": "{entity_name} valeur"
|
||||
"value": "Changements de valeur de {entity_name} "
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia, sprawd\u017a adres hosta"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nazwa hosta lub adres IP urz\u0105dzenia Solar-Log",
|
||||
"name": "Prefiks dla sensor\u00f3w Solar-Log"
|
||||
},
|
||||
"title": "Zdefiniuj po\u0142\u0105czenie z Solar-Log"
|
||||
}
|
||||
},
|
||||
"title": "Solar-Log"
|
||||
}
|
||||
}
|
|
@ -8,6 +8,11 @@
|
|||
"create_entry": {
|
||||
"default": "Autenticaci\u00f3 exitosa amb Somfy."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Tria del m\u00e8tode d'autenticaci\u00f3"
|
||||
}
|
||||
},
|
||||
"title": "Somfy"
|
||||
}
|
||||
}
|
|
@ -8,6 +8,11 @@
|
|||
"create_entry": {
|
||||
"default": "Authentifi\u00e9 avec succ\u00e8s avec Somfy."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Choisir la m\u00e9thode d'authentification"
|
||||
}
|
||||
},
|
||||
"title": "Somfy"
|
||||
}
|
||||
}
|
|
@ -8,6 +8,11 @@
|
|||
"create_entry": {
|
||||
"default": "\u0410\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u043f\u0440\u043e\u0439\u0434\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0435\u0442\u043e\u0434 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438"
|
||||
}
|
||||
},
|
||||
"title": "Somfy"
|
||||
}
|
||||
}
|
|
@ -8,6 +8,11 @@
|
|||
"create_entry": {
|
||||
"default": "\u5df2\u6210\u529f\u8a8d\u8b49 Somfy \u8a2d\u5099\u3002"
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "\u9078\u64c7\u9a57\u8b49\u6a21\u5f0f"
|
||||
}
|
||||
},
|
||||
"title": "Somfy"
|
||||
}
|
||||
}
|
|
@ -7,6 +7,13 @@
|
|||
"default": "\u5df2\u6210\u529f\u4f7f\u7528\u6240\u9078\u8a2d\u5b9a\u8a8d\u8b49 Withings \u8a2d\u5099\u3002"
|
||||
},
|
||||
"step": {
|
||||
"profile": {
|
||||
"data": {
|
||||
"profile": "\u500b\u4eba\u8a2d\u5b9a"
|
||||
},
|
||||
"description": "\u65bc Withings \u7db2\u7ad9\u6240\u9078\u64c7\u7684\u500b\u4eba\u8a2d\u5b9a\u70ba\u4f55\uff1f\u5047\u5982\u500b\u4eba\u8a2d\u5b9a\u4e0d\u7b26\u5408\u7684\u8a71\uff0c\u8cc7\u6599\u5c07\u6703\u6a19\u793a\u932f\u8aa4\u3002",
|
||||
"title": "\u500b\u4eba\u8a2d\u5b9a\u3002"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"profile": "\u500b\u4eba\u8a2d\u5b9a"
|
||||
|
|
Loading…
Reference in New Issue