1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00

[ci skip] Translation update

This commit is contained in:
GitHub Action 2022-02-10 00:15:56 +00:00
parent d7fcda01b8
commit 7d70b0a16b
49 changed files with 347 additions and 46 deletions

View File

@ -13,7 +13,7 @@
"host": "Host",
"port": "Porta"
},
"title": "Connettersi al dispositivo"
"title": "Connettiti al dispositivo"
}
}
}

View File

@ -11,6 +11,11 @@
"link": {
"description": "\u89e3\u9501\u60a8\u7684 deCONZ \u7f51\u5173\u4ee5\u6ce8\u518c\u5230 Home Assistant\u3002 \n\n 1. \u524d\u5f80 deCONZ \u7cfb\u7edf\u8bbe\u7f6e\n 2. \u70b9\u51fb\u201c\u89e3\u9501\u7f51\u5173\u201d\u6309\u94ae",
"title": "\u8fde\u63a5 deCONZ"
},
"manual_input": {
"data": {
"port": "\u7aef\u53e3"
}
}
}
},

View File

@ -6,7 +6,9 @@
"step": {
"user": {
"data": {
"hostname": "\u8bf7\u952e\u5165\u60a8\u60f3\u8981\u6267\u884c DNS \u67e5\u8be2\u7684\u57df\u540d\u6216\u4e3b\u673a\u540d"
"hostname": "\u8bf7\u952e\u5165\u60a8\u60f3\u8981\u6267\u884c DNS \u67e5\u8be2\u7684\u57df\u540d\u6216\u4e3b\u673a\u540d",
"resolver": "IPv4 DNS \u89e3\u6790\u670d\u52a1\u5668",
"resolver_ipv6": "IPv6 DNS \u89e3\u6790\u670d\u52a1\u5668"
}
}
}

View File

@ -19,7 +19,7 @@
"password": "Password",
"username": "Nome utente"
},
"title": "Connetti a DoorBird"
"title": "Connettiti a DoorBird"
}
}
},

View File

@ -0,0 +1,29 @@
{
"config": {
"abort": {
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435"
},
"flow_title": "{mac_address} ({host})",
"step": {
"discovered_connection": {
"data": {
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
"protocol": "\u041f\u0440\u043e\u0442\u043e\u043a\u043e\u043b",
"username": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435"
}
},
"manual_connection": {
"data": {
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
"protocol": "\u041f\u0440\u043e\u0442\u043e\u043a\u043e\u043b",
"username": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435"
}
},
"user": {
"data": {
"device": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e"
}
}
}
}
}

View File

@ -2,25 +2,51 @@
"config": {
"abort": {
"address_already_configured": "Un ElkM1 con questo indirizzo \u00e8 gi\u00e0 configurato",
"already_configured": "Un ElkM1 con questo prefisso \u00e8 gi\u00e0 configurato"
"already_configured": "Un ElkM1 con questo prefisso \u00e8 gi\u00e0 configurato",
"already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso",
"cannot_connect": "Impossibile connettersi"
},
"error": {
"cannot_connect": "Impossibile connettersi",
"invalid_auth": "Autenticazione non valida",
"unknown": "Errore imprevisto"
},
"flow_title": "{mac_address} ({host})",
"step": {
"discovered_connection": {
"data": {
"password": "Password",
"protocol": "Protocollo",
"temperature_unit": "L'unit\u00e0 di temperatura utilizzata da ElkM1.",
"username": "Nome utente"
},
"description": "Connetti al sistema rilevato: {mac_address} ({host})",
"title": "Connettiti al controllo Elk-M1"
},
"manual_connection": {
"data": {
"address": "L'indirizzo IP o il dominio o la porta seriale in caso di connessione tramite seriale.",
"password": "Password",
"prefix": "Un prefisso univoco (lascia vuoto se hai solo un ElkM1).",
"protocol": "Protocollo",
"temperature_unit": "L'unit\u00e0 di temperatura utilizzata da ElkM1.",
"username": "Nome utente"
},
"description": "La stringa dell'indirizzo deve essere nel formato 'indirizzo[:porta]' per 'sicuro' e 'non-sicuro'. Esempio: '192.168.1.1'. La porta \u00e8 facoltativa e per impostazione predefinita \u00e8 2101 per 'non-sicuro' e 2601 per 'sicuro'. Per il protocollo seriale, l'indirizzo deve essere nel formato 'tty[:baud]'. Esempio: '/dev/ttyS1'. Il baud \u00e8 opzionale e il valore predefinito \u00e8 115200.",
"title": "Connettiti al controllo Elk-M1"
},
"user": {
"data": {
"address": "L'indirizzo IP o il dominio o la porta seriale se ci si connette tramite seriale.",
"device": "Dispositivo",
"password": "Password",
"prefix": "Un prefisso univoco (lascia vuoto se disponi di un solo ElkM1).",
"protocol": "Protocollo",
"temperature_unit": "L'unit\u00e0 di temperatura utilizzata da ElkM1.",
"username": "Nome utente"
},
"description": "La stringa di indirizzi deve essere nella forma 'indirizzo[:porta]' per 'sicuro' e 'non sicuro'. Esempio: '192.168.1.1.1'. La porta \u00e8 facoltativa e il valore predefinito \u00e8 2101 per 'non sicuro' e 2601 per 'sicuro'. Per il protocollo seriale, l'indirizzo deve essere nella forma 'tty[:baud]'. Esempio: '/dev/ttyS1'. Il baud \u00e8 opzionale e il valore predefinito \u00e8 115200.",
"title": "Collegamento al controllo Elk-M1"
"description": "Scegli un sistema rilevato o \"Inserimento manuale\" se non sono stati rilevati dispositivi.",
"title": "Connettiti al controllo Elk-M1"
}
}
}

View File

@ -1,5 +1,11 @@
{
"config": {
"abort": {
"already_configured": "\u0423\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0430"
},
"error": {
"unknown_error": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430"
},
"step": {
"user": {
"data": {

View File

@ -1,11 +1,13 @@
{
"config": {
"abort": {
"already_configured": "Aquest servidor FiveM ja est\u00e0 configurat"
"already_configured": "El servei ja est\u00e0 configurat"
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3. Comprova l'amfitri\u00f3 i el port i torna-ho a provar. Assegurat que est\u00e0s utilitzant la versi\u00f3 del servidor FiveM m\u00e9s recent.",
"invalid_gamename": "L'API del joc al qual est\u00e0s intentant connectar-te no \u00e9s d'un joc FiveM."
"invalid_game_name": "L'API del joc al qual est\u00e0s intentant connectar-te no \u00e9s d'un joc FiveM.",
"invalid_gamename": "L'API del joc al qual est\u00e0s intentant connectar-te no \u00e9s d'un joc FiveM.",
"unknown_error": "Error inesperat"
},
"step": {
"user": {

View File

@ -1,11 +1,13 @@
{
"config": {
"abort": {
"already_configured": "FiveM server on juba seadistatud"
"already_configured": "Teenus on juba seadistatud"
},
"error": {
"cannot_connect": "\u00dchendamine eba\u00f5nnestus. Kontrolli hosti ja porti ning proovi uuesti. Veendu, et kasutad uusimat FiveM-i serverit.",
"invalid_gamename": "M\u00e4ngu API, millega proovid \u00fchendust luua, ei ole FiveM-m\u00e4ng."
"invalid_game_name": "M\u00e4ngu API, millega proovid \u00fchendust luua, ei ole FiveM-m\u00e4ng.",
"invalid_gamename": "M\u00e4ngu API, millega proovid \u00fchendust luua, ei ole FiveM-m\u00e4ng.",
"unknown_error": "Ootamatu t\u00f5rge"
},
"step": {
"user": {

View File

@ -0,0 +1,22 @@
{
"config": {
"abort": {
"already_configured": "Il servizio \u00e8 gi\u00e0 configurato"
},
"error": {
"cannot_connect": "Connessione non riuscita. Controlla l'host e la porta e riprova. Assicurati inoltre di eseguire il server FiveM pi\u00f9 recente.",
"invalid_game_name": "L'API del gioco a cui stai tentando di connetterti non \u00e8 un gioco FiveM.",
"invalid_gamename": "L'API del gioco a cui stai tentando di connetterti non \u00e8 un gioco FiveM.",
"unknown_error": "Errore imprevisto"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nome",
"port": "Porta"
}
}
}
}
}

View File

@ -0,0 +1,19 @@
{
"config": {
"abort": {
"already_configured": "\u042d\u0442\u0430 \u0441\u043b\u0443\u0436\u0431\u0430 \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant."
},
"error": {
"unknown_error": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
},
"step": {
"user": {
"data": {
"host": "\u0425\u043e\u0441\u0442",
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
"port": "\u041f\u043e\u0440\u0442"
}
}
}
}
}

View File

@ -0,0 +1,7 @@
{
"config": {
"error": {
"unknown_error": "\u041d\u0435\u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430"
}
}
}

View File

@ -1,11 +1,13 @@
{
"config": {
"abort": {
"already_configured": "FiveM \u4f3a\u670d\u5668\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
"already_configured": "\u670d\u52d9\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
},
"error": {
"cannot_connect": "\u4f3a\u670d\u5668\u9023\u7dda\u5931\u6557\u3002\u8acb\u6aa2\u67e5\u4e3b\u6a5f\u7aef\u8207\u901a\u8a0a\u57e0\u5f8c\u518d\u8a66\u4e00\u6b21\u3002\u53e6\u8acb\u78ba\u8a8d\u57f7\u884c\u6700\u65b0\u7248 FiveM \u4f3a\u670d\u5668\u3002",
"invalid_gamename": "\u5617\u8a66\u9023\u7dda\u7684\u904a\u6232 API \u4e26\u975e FiveM \u904a\u6232\u3002"
"invalid_game_name": "\u5617\u8a66\u9023\u7dda\u7684\u904a\u6232 API \u4e26\u975e FiveM \u904a\u6232\u3002",
"invalid_gamename": "\u5617\u8a66\u9023\u7dda\u7684\u904a\u6232 API \u4e26\u975e FiveM \u904a\u6232\u3002",
"unknown_error": "\u672a\u9810\u671f\u932f\u8aa4"
},
"step": {
"user": {

View File

@ -1,8 +1,24 @@
{
"options": {
"step": {
"accessory": {
"data": {
"entities": "\u041e\u0431\u0435\u043a\u0442"
}
},
"exclude": {
"data": {
"entities": "\u041e\u0431\u0435\u043a\u0442\u0438"
}
},
"include": {
"data": {
"entities": "\u041e\u0431\u0435\u043a\u0442\u0438"
}
},
"include_exclude": {
"data": {
"entities": "\u041e\u0431\u0435\u043a\u0442\u0438",
"mode": "\u0420\u0435\u0436\u0438\u043c"
}
},

View File

@ -41,17 +41,33 @@
"description": "\u67e5\u627e\u6240\u6709\u652f\u6301\u539f\u751f H.264 \u63a8\u6d41\u7684\u6444\u50cf\u673a\u3002\u5982\u679c\u6444\u50cf\u673a\u8f93\u51fa\u7684\u4e0d\u662f H.264 \u6d41\uff0c\u7cfb\u7edf\u4f1a\u5c06\u89c6\u9891\u8f6c\u7801\u4e3a H.264 \u4ee5\u4f9b HomeKit \u4f7f\u7528\u3002\u8f6c\u7801\u9700\u8981\u9ad8\u6027\u80fd\u7684 CPU\uff0c\u56e0\u6b64\u5728\u5f00\u53d1\u677f\u8ba1\u7b97\u673a\u4e0a\u5f88\u96be\u5b8c\u6210\u3002",
"title": "\u6444\u50cf\u673a\u914d\u7f6e"
},
"exclude": {
"data": {
"entities": "\u5b9e\u4f53"
},
"description": "\u9664\u6392\u9664\u6307\u5b9a\u7684\u5b9e\u4f53\u548c\u5206\u7c7b\uff0c\u6240\u6709\u5728 \u201c{domains}\u201d \u4e0b\u7684\u5b9e\u4f53\u548c\u5206\u7c7b\u5c06\u88ab\u7eb3\u5165",
"title": "\u9009\u62e9\u8981\u6392\u9664\u7684\u5b9e\u4f53"
},
"include": {
"data": {
"entities": "\u5b9e\u4f53"
},
"description": "\u9664\u975e\u5df2\u9009\u62e9\u4e86\u6307\u5b9a\u7684\u5b9e\u4f53\uff0c\u5426\u5219\u6240\u6709\u5728 \u201c{domains}\u201d \u4e0b\u7684\u5b9e\u4f53\u5c06\u88ab\u7eb3\u5165",
"title": "\u9009\u62e9\u8981\u5305\u542b\u7684\u5b9e\u4f53"
},
"include_exclude": {
"data": {
"entities": "\u5b9e\u4f53",
"mode": "\u6a21\u5f0f"
},
"description": "\u9009\u62e9\u8981\u5f00\u653e\u7684\u5b9e\u4f53\u3002\u5728\u9644\u4ef6\u6a21\u5f0f\u4e2d\uff0c\u53ea\u80fd\u5f00\u653e\u4e00\u4e2a\u5b9e\u4f53\u3002\u5728\u6865\u63a5\u5305\u542b\u6a21\u5f0f\u4e2d\uff0c\u5982\u679c\u4e0d\u9009\u62e9\u5305\u542b\u7684\u5b9e\u4f53\uff0c\u57df\u4e2d\u6240\u6709\u5b9e\u4f53\u90fd\u4f1a\u5f00\u653e\u3002\u5728\u6865\u63a5\u6392\u9664\u6a21\u5f0f\u4e2d\uff0c\u5982\u679c\u4e0d\u9009\u62e9\u6392\u9664\u7684\u5b9e\u4f53\uff0c\u57df\u4e2d\u6240\u6709\u5b9e\u4f53\u4e5f\u90fd\u4f1a\u5f00\u653e\u3002",
"description": "\u9009\u62e9\u8981\u5f00\u653e\u7684\u5b9e\u4f53\u3002\n\u5728\u9644\u4ef6\u6a21\u5f0f\u4e2d\uff0c\u53ea\u80fd\u5f00\u653e\u4e00\u4e2a\u5b9e\u4f53\u3002\u5728\u6865\u63a5\u5305\u542b\u6a21\u5f0f\u4e2d\uff0c\u5982\u679c\u4e0d\u9009\u62e9\u5305\u542b\u7684\u5b9e\u4f53\uff0c\u57df\u4e2d\u6240\u6709\u5b9e\u4f53\u90fd\u4f1a\u5f00\u653e\u3002\u5728\u6865\u63a5\u6392\u9664\u6a21\u5f0f\u4e2d\uff0c\u5982\u679c\u4e0d\u9009\u62e9\u6392\u9664\u7684\u5b9e\u4f53\uff0c\u57df\u4e2d\u6240\u6709\u5b9e\u4f53\u4e5f\u90fd\u4f1a\u5f00\u653e\u3002\n\u4e3a\u83b7\u5f97\u6700\u4f73\u4f53\u9a8c\uff0c\u5c06\u4f1a\u4e3a\u6bcf\u4e2a\u7535\u89c6\u5a92\u4f53\u64ad\u653e\u5668\u3001\u57fa\u4e8e\u6d3b\u52a8\u7684\u9065\u63a7\u5668\u3001\u9501\u548c\u6444\u50cf\u5934\u521b\u5efa\u4e00\u4e2a\u5355\u72ec\u7684 HomeKit \u914d\u4ef6\u3002",
"title": "\u9009\u62e9\u8981\u5305\u542b\u7684\u5b9e\u4f53"
},
"init": {
"data": {
"domains": "\u8981\u5305\u542b\u7684\u57df\u540d",
"include_domains": "\u8981\u5305\u542b\u7684\u57df",
"include_exclude_mode": "\u5305\u542b\u6a21\u5f0f",
"mode": "HomeKit \u6a21\u5f0f"
},
"description": "HomeKit \u53ef\u4ee5\u88ab\u914d\u7f6e\u4e3a\u5bf9\u5916\u5c55\u793a\u4e00\u4e2a\u6865\u63a5\u5668\u6216\u5355\u4e2a\u914d\u4ef6\u3002\u5728\u914d\u4ef6\u6a21\u5f0f\u4e2d\uff0c\u53ea\u80fd\u4f7f\u7528\u4e00\u4e2a\u5b9e\u4f53\u3002\u8bbe\u5907\u7c7b\u578b\u4e3a\u201c\u7535\u89c6\u201d\u7684\u5a92\u4f53\u64ad\u653e\u5668\u5fc5\u987b\u4f7f\u7528\u914d\u4ef6\u6a21\u5f0f\u624d\u80fd\u6b63\u5e38\u5de5\u4f5c\u3002\u201c\u8981\u5305\u542b\u7684\u57df\u201d\u4e2d\u7684\u5b9e\u4f53\u5c06\u5411 HomeKit \u5f00\u653e\u3002\u5728\u4e0b\u4e00\u9875\u53ef\u4ee5\u9009\u62e9\u8981\u5305\u542b\u6216\u6392\u9664\u5176\u4e2d\u7684\u54ea\u4e9b\u5b9e\u4f53\u3002",

View File

@ -5,7 +5,7 @@
"already_configured": "\u914d\u4ef6\u5df2\u901a\u8fc7\u6b64\u63a7\u5236\u5668\u914d\u7f6e\u5b8c\u6210\u3002",
"already_in_progress": "\u6b64\u8bbe\u5907\u7684\u914d\u7f6e\u6d41\u7a0b\u5df2\u5728\u8fdb\u884c\u4e2d\u3002",
"already_paired": "\u6b64\u914d\u4ef6\u5df2\u4e0e\u53e6\u4e00\u53f0\u8bbe\u5907\u914d\u5bf9\u3002\u8bf7\u91cd\u7f6e\u914d\u4ef6\uff0c\u7136\u540e\u91cd\u8bd5\u3002",
"ignored_model": "HomeKit \u5bf9\u6b64\u8bbe\u5907\u7684\u652f\u6301\u5df2\u88ab\u963b\u6b62\uff0c\u56e0\u4e3a\u6709\u529f\u80fd\u66f4\u5b8c\u6574\u7684\u539f\u751f\u96c6\u6210\u53ef\u4ee5\u4f7f\u7528\u3002",
"ignored_model": "HomeKit \u5bf9\u6b64\u8bbe\u5907\u7684\u652f\u6301\u5df2\u88ab\u963b\u6b62\uff0c\u56e0\u4e3a\u6709\u529f\u80fd\u66f4\u5b8c\u6574\u7684\u539f\u751f\u96c6\u6210\u53ef\u4ee5\u66ff\u4ee3\u4f7f\u7528\u3002",
"invalid_config_entry": "\u6b64\u8bbe\u5907\u5df2\u51c6\u5907\u597d\u914d\u5bf9\uff0c\u4f46\u662f Home Assistant \u4e2d\u5b58\u5728\u4e0e\u4e4b\u51b2\u7a81\u7684\u914d\u7f6e\uff0c\u5fc5\u987b\u5148\u5c06\u5176\u5220\u9664\u3002",
"invalid_properties": "\u8bbe\u5907\u901a\u544a\u7684\u5c5e\u6027\u65e0\u6548\u3002",
"no_devices": "\u6ca1\u6709\u627e\u5230\u672a\u914d\u5bf9\u7684\u8bbe\u5907"
@ -33,7 +33,7 @@
"allow_insecure_setup_codes": "\u5141\u8bb8\u4f7f\u7528\u4e0d\u5b89\u5168\u7684\u8bbe\u7f6e\u4ee3\u7801\u914d\u5bf9\u3002",
"pairing_code": "\u914d\u5bf9\u4ee3\u7801"
},
"description": "HomeKit \u63a7\u5236\u5668\u4f7f\u7528\u5b89\u5168\u7684\u52a0\u5bc6\u8fde\u63a5\u901a\u8fc7\u5c40\u57df\u7f51\u4e0e\u914d\u4ef6\u76f4\u63a5\u901a\u4fe1\uff0c\u65e0\u9700\u4f7f\u7528 iCloud \u6216\u5176\u4ed6\u8f6c\u63a5\u5668\u3002\u8bf7\u8f93\u5165\u201c{name}\u201d\u7684 HomeKit \u914d\u5bf9\u4ee3\u7801\u4ee5\u4f7f\u7528\u6b64\u914d\u4ef6\u3002\u6b64\u4ee3\u7801\u4e3a 8 \u4f4d\u6570\u5b57\uff0c\u901a\u5e38\u4f4d\u4e8e\u8bbe\u5907\u672c\u4f53\u6216\u5305\u88c5\u76d2\u4e0a\u3002",
"description": "HomeKit \u63a7\u5236\u5668\u4f7f\u7528\u5b89\u5168\u52a0\u5bc6\u8fde\u63a5\uff0c\u901a\u8fc7\u5c40\u57df\u7f51\u4e0e\u914d\u4ef6\u76f4\u63a5\u901a\u4fe1\uff0c\u65e0\u9700\u4f7f\u7528 iCloud \u6216\u5176\u4ed6\u8f6c\u63a5\u5668\u3002\n\u8bf7\u8f93\u5165\u201c{name}\u201d\u7684 HomeKit \u914d\u5bf9\u4ee3\u7801\u4ee5\u4f7f\u7528\u6b64\u914d\u4ef6\u3002\u6b64\u4ee3\u7801\u4e3a 8 \u4f4d\u6570\u5b57\uff0c\u4ee3\u7801\u901a\u5e38\u53ef\u5728\u8bbe\u5907\u672c\u4f53\u6216\u5305\u88c5\u76d2\u4e0a\u627e\u5230\u3002",
"title": "\u4e0e HomeKit \u914d\u4ef6\u914d\u5bf9"
},
"protocol_error": {

View File

@ -11,13 +11,13 @@
"step": {
"link": {
"description": "Vuoi impostare {name} ({host})?",
"title": "Connettersi all'Hub PowerView"
"title": "Connettiti all'Hub PowerView"
},
"user": {
"data": {
"host": "Indirizzo IP"
},
"title": "Collegamento al PowerView Hub"
"title": "Connettiti al PowerView Hub"
}
}
}

View File

@ -14,7 +14,7 @@
"username": "Nome utente"
},
"description": "Inserisci il nome utente e la password del tuo account iAqualink.",
"title": "Collegati a iAqualink"
"title": "Connettiti a iAqualink"
}
}
}

View File

@ -14,7 +14,7 @@
"api_token": "Token API"
},
"description": "Avrete bisogno del Token API da https://home.juice.net/Manage.",
"title": "Connettersi a JuiceNet"
"title": "Connettiti a JuiceNet"
}
}
}

View File

@ -15,7 +15,7 @@
"username": "Email"
},
"description": "Connettiti utilizzando il tuo account MELCloud.",
"title": "Connettersi a MELCloud"
"title": "Connettiti a MELCloud"
}
}
}

View File

@ -22,7 +22,7 @@
"password": "Password",
"username": "Nome utente"
},
"title": "Connettersi al gateway MyQ"
"title": "Connettiti al gateway MyQ"
}
}
}

View File

@ -44,7 +44,7 @@
"device_automation": {
"trigger_type": {
"camera_motion": "\u0412\u0438\u044f\u0432\u043b\u0435\u043d\u043e \u0440\u0443\u0445",
"camera_person": "\u0412\u0438\u044f\u0432\u043b\u0435\u043d\u043e \u043f\u0440\u0438\u0441\u0443\u0442\u043d\u0456\u0441\u0442\u044c \u043b\u044e\u0434\u0438\u043d\u0438",
"camera_person": "\u0412\u0438\u044f\u0432\u043b\u0435\u043d\u043e \u043b\u044e\u0434\u0438\u043d\u0443",
"camera_sound": "\u0412\u0438\u044f\u0432\u043b\u0435\u043d\u043e \u0437\u0432\u0443\u043a",
"doorbell_chime": "\u041d\u0430\u0442\u0438\u0441\u043d\u0443\u0442\u0430 \u043a\u043d\u043e\u043f\u043a\u0430 \u0434\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0434\u0437\u0432\u0456\u043d\u043a\u0430"
}

View File

@ -15,7 +15,7 @@
"ssl": "Utilizza un certificato SSL",
"username": "Nome utente (Facoltativo)"
},
"description": "Host predefinito: {host}\nPorta predefinita: {port}\nNome utente predefinito: {username}",
"description": "Host predefinito: {host}\nNome utente predefinito: {username}",
"title": "Netgear"
}
}

View File

@ -0,0 +1,31 @@
{
"config": {
"abort": {
"already_configured": "\u8bbe\u5907\u5df2\u88ab\u914d\u7f6e"
},
"error": {
"config": "\u8fde\u63a5\u9519\u8bef\uff1a\u8bf7\u68c0\u67e5\u60a8\u7684\u914d\u7f6e\u662f\u5426\u6b63\u786e"
},
"step": {
"user": {
"data": {
"host": "\u4e3b\u673a\u5730\u5740 (\u53ef\u9009)",
"password": "\u5bc6\u7801",
"port": "\u7aef\u53e3 (\u53ef\u9009)",
"ssl": "\u4f7f\u7528 SSL \u51ed\u8bc1\u767b\u5f55",
"username": "\u7528\u6237\u540d (\u53ef\u9009)"
},
"description": "\u9ed8\u8ba4\u914d\u7f6e\uff1a\n\u9ed8\u8ba4\u4e3b\u673a\u5730\u5740: {host}\n\u9ed8\u8ba4\u7528\u6237\u540d: {username}",
"title": "\u7f51\u4ef6\u8def\u7531\u5668"
}
}
},
"options": {
"step": {
"init": {
"description": "\u6307\u5b9a\u53ef\u9009\u8bbe\u7f6e",
"title": "\u7f51\u4ef6\u8def\u7531\u5668"
}
}
}
}

View File

@ -28,7 +28,7 @@
"port": "Porta",
"username": "Nome utente"
},
"title": "Connessione al server NUT"
"title": "Connettiti al server NUT"
}
}
},

View File

@ -12,6 +12,7 @@
"too_many_requests": "Troppe richieste, riprova pi\u00f9 tardi.",
"unknown": "Errore imprevisto"
},
"flow_title": "Gateway: {gateway_id}",
"step": {
"user": {
"data": {

View File

@ -8,6 +8,9 @@
"temperature": "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430",
"ups": "UPS",
"user": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b"
},
"overkiz__sensor_defect": {
"low_battery": "\u0418\u0437\u0442\u043e\u0449\u0435\u043d\u0430 \u0431\u0430\u0442\u0435\u0440\u0438\u044f"
}
}
}

View File

@ -5,5 +5,5 @@
"not_home": "\u041d\u0435 \u0432\u0434\u043e\u043c\u0430"
}
},
"title": "\u041b\u044e\u0434\u0438\u043d\u0430"
"title": "\u041e\u0441\u043e\u0431\u0430"
}

View File

@ -1,6 +1,12 @@
{
"config": {
"abort": {
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435"
},
"step": {
"confirm_discovery": {
"description": "\u0418\u0441\u043a\u0430\u0442\u0435 \u043b\u0438 \u0434\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u0435 {name} ({ip_address})?"
},
"reauth_confim": {
"data": {
"password": "\u041f\u0430\u0440\u043e\u043b\u0430"

View File

@ -15,7 +15,7 @@
"step": {
"confirm_discovery": {
"description": "Vuoi configurare {name} ({ip_address})?",
"title": "Connessione al powerwall"
"title": "Connettiti al powerwall"
},
"reauth_confim": {
"data": {
@ -30,7 +30,7 @@
"password": "Password"
},
"description": "La password di solito \u00e8 costituita dagli ultimi 5 caratteri del numero di serie per il Backup Gateway e pu\u00f2 essere trovata nell'applicazione Tesla o dagli ultimi 5 caratteri della password trovata all'interno della porta per il Backup Gateway 2.",
"title": "Connessione al powerwall"
"title": "Connettiti al powerwall"
}
}
}

View File

@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "\u0426\u0435\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439 \u0432\u0436\u0435 \u0434\u043e\u0434\u0430\u043d\u043e \u0432 Home Assistant."
"already_configured": "\u0426\u0435\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439 \u0432\u0436\u0435 \u0434\u043e\u0434\u0430\u043d\u043e \u0432 Home Assistant.",
"cannot_connect": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f"
},
"error": {
"cannot_connect": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f",
@ -9,6 +10,11 @@
"wrong_version": "\u0412\u0430\u0448 Powerwall \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454 \u0432\u0435\u0440\u0441\u0456\u044e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043d\u043e\u0433\u043e \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0435\u043d\u043d\u044f, \u044f\u043a\u0430 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0440\u043e\u0437\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u043f\u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0430\u0431\u043e \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u043f\u0440\u043e \u0446\u044e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443, \u0449\u043e\u0431 \u0457\u0457 \u043c\u043e\u0436\u043d\u0430 \u0431\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0438\u0442\u0438."
},
"step": {
"reauth_confim": {
"data": {
"password": "\u041f\u0430\u0440\u043e\u043b\u044c"
}
},
"user": {
"data": {
"ip_address": "IP-\u0430\u0434\u0440\u0435\u0441\u0430"

View File

@ -12,7 +12,7 @@
},
"step": {
"hassio_confirm": {
"description": "Si desidera configurare Home Assistant per la connessione al server RTSPtoWebRTC fornito dal componente aggiuntivo: {addon}?",
"description": "Vuoi configurare Home Assistant per la connessione al server RTSPtoWebRTC fornito dal componente aggiuntivo: {addon}?",
"title": "RTSPtoWebRTC tramite il componente aggiuntivo di Home Assistant"
},
"user": {

View File

@ -13,7 +13,7 @@
"data": {
"device": "Dispositivo"
},
"title": "Connettersi al modem"
"title": "Connettiti al modem"
}
}
}

View File

@ -5,7 +5,7 @@
},
"error": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"could_not_connect": "Impossibile connettersi all'API Solaredge",
"could_not_connect": "Impossibile connettersi all'API solaredge",
"invalid_api_key": "Chiave API non valida",
"site_not_active": "Il sito non \u00e8 attivo"
},

View File

@ -34,6 +34,18 @@
"60": "60\u00b0",
"90": "90\u00b0"
},
"tuya__humidifier_level": {
"level_1": "\u041d\u0438\u0432\u043e 1",
"level_10": "\u041d\u0438\u0432\u043e 10",
"level_2": "\u041d\u0438\u0432\u043e 2",
"level_3": "\u041d\u0438\u0432\u043e 3",
"level_4": "\u041d\u0438\u0432\u043e 4",
"level_5": "\u041d\u0438\u0432\u043e 5",
"level_6": "\u041d\u0438\u0432\u043e 6",
"level_7": "\u041d\u0438\u0432\u043e 7",
"level_8": "\u041d\u0438\u0432\u043e 8",
"level_9": "\u041d\u0438\u0432\u043e 9"
},
"tuya__humidifier_spray_mode": {
"auto": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e"
},

View File

@ -1,5 +1,11 @@
{
"state": {
"tuya__air_quality": {
"good": "Buona",
"great": "Grande",
"mild": "Lieve",
"severe": "Forte"
},
"tuya__status": {
"boiling_temp": "Temperatura di ebollizione",
"cooling": "Raffreddamento",

View File

@ -1,7 +1,21 @@
{
"config": {
"error": {
"protect_version": "\u6240\u9700\u7684\u6700\u4f4e\u7248\u672c\u4e3a v1.20.0\u3002\u8bf7\u5347\u7ea7 UniFi Protect\uff0c\u7136\u540e\u91cd\u8bd5\u3002"
"protect_version": "\u8981\u6c42\u8f6f\u4ef6\u6700\u4f4e\u7248\u672c\u4e3a v1.20.0\u3002\u8bf7\u5347\u7ea7 UniFi Protect \u540e\u91cd\u8bd5\u3002"
},
"step": {
"discovery_confirm": {
"title": "UniFi Protect \u53d1\u73b0\u670d\u52a1"
},
"reauth_confirm": {
"data": {
"host": "UniFi Protect \u670d\u52a1\u5668\u4e3b\u673a\u5730\u5740"
},
"title": "UniFi Protect \u91cd\u9a8c\u8bc1"
},
"user": {
"title": "UniFi Protect \u914d\u7f6e"
}
}
},
"options": {

View File

@ -16,7 +16,7 @@
"protocol": "Protocollo"
},
"description": "Collega un Modulo Interfaccia Powerline del Bus Universale Powerline (UPB PIM). La stringa dell'indirizzo deve essere nel formato 'indirizzo[:porta]' per 'tcp'. La porta \u00e8 facoltativa e il valore predefinito \u00e8 2101. Esempio: '192.168.1.42'. Per il protocollo seriale, l'indirizzo deve essere nella forma 'tty[:baud]'. Baud \u00e8 opzionale e il valore predefinito \u00e8 4800. Esempio: '/dev/ttyS1'.",
"title": "Collegamento a UPB PIM"
"title": "Connettiti a UPB PIM"
}
}
}

View File

@ -16,7 +16,7 @@
"ssl": "Utilizza un certificato SSL",
"username": "Nome utente"
},
"title": "Collegati al termostato Venstar"
"title": "Connettiti al termostato Venstar"
}
}
}

View File

@ -1,7 +1,22 @@
{
"config": {
"abort": {
"already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e"
},
"error": {
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",
"unknown": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430"
},
"flow_title": "{name} ({host})",
"step": {
"discovery_confirm": {
"description": "\u0418\u0441\u043a\u0430\u0442\u0435 \u043b\u0438 \u0434\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u0435 {name} ({host})?"
},
"pick_device": {
"data": {
"device": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e"
}
},
"user": {
"data": {
"host": "\u0425\u043e\u0441\u0442",

View File

@ -5,8 +5,9 @@
"no_devices_found": "No s'han trobat dispositius a la xarxa"
},
"error": {
"bulb_time_out": "No s'ha pogut connectar amb la bombeta. Pot ser que la bombeta estigui desconnectada o s'hagi introdu\u00eft una IP/amfitri\u00f3 incorrecta. Enc\u00e9n el llum i torna-ho a provar.",
"bulb_time_out": "No s'ha pogut connectar amb la bombeta. Pot ser que la bombeta estigui desconnectada o s'hagi introdu\u00eft una IP incorrecta. Enc\u00e9n el llum i torna-ho a provar.",
"cannot_connect": "Ha fallat la connexi\u00f3",
"no_ip": "Adre\u00e7a IP no v\u00e0lida.",
"no_wiz_light": "La bombeta no es pot connectar mitjan\u00e7ant la integraci\u00f3 Plataforma WiZ.",
"unknown": "Error inesperat"
},
@ -25,10 +26,10 @@
},
"user": {
"data": {
"host": "Amfitri\u00f3",
"host": "Adre\u00e7a IP",
"name": "Nom"
},
"description": "Si deixes l'amfitri\u00f3 buit, s'utilitzar\u00e0 el descobriment per cercar dispositius."
"description": "Si deixes l'adre\u00e7a IP buida, s'utilitzar\u00e0 el descobriment per cercar dispositius."
}
}
}

View File

@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
"already_configured": "Device is already configured",
"no_devices_found": "No devices found on the network"
},
"error": {
"bulb_time_out": "Can not connect to the bulb. Maybe the bulb is offline or a wrong IP was entered. Please turn on the light and try again!",
@ -12,6 +13,9 @@
},
"flow_title": "{name} ({host})",
"step": {
"confirm": {
"description": "Do you want to start set up?"
},
"discovery_confirm": {
"description": "Do you want to setup {name} ({host})?"
},
@ -22,7 +26,8 @@
},
"user": {
"data": {
"host": "IP Address"
"host": "IP Address",
"name": "Name"
},
"description": "If you leave the IP Address empty, discovery will be used to find devices."
}

View File

@ -5,8 +5,9 @@
"no_devices_found": "V\u00f5rgust seadmeid ei leitud"
},
"error": {
"bulb_time_out": "Ei saa \u00fchendust pirniga. Pirn v\u00f5ib-olla v\u00f5rgu\u00fchenduseta v\u00f5i on sisestatud vale IP/host. L\u00fclita lamp sisse ja proovi uuesti!",
"bulb_time_out": "Ei saa \u00fchendust pirniga. Pirn v\u00f5ib-olla v\u00f5rgu\u00fchenduseta v\u00f5i on sisestatud vale IP aadress. L\u00fclita lamp sisse ja proovi uuesti!",
"cannot_connect": "\u00dchendamine nurjus",
"no_ip": "Sobimatu IP-aadress",
"no_wiz_light": "Pirni ei saa \u00fchendada WiZ Platvormi sidumise kaudu.",
"unknown": "Ootamatu t\u00f5rge"
},
@ -25,10 +26,10 @@
},
"user": {
"data": {
"host": "Host",
"host": "IP aadress",
"name": "Nimi"
},
"description": "Kui j\u00e4tad hosti t\u00fchjaks kasutatakse seadmete leidmiseks avastamist."
"description": "Kui j\u00e4tad IP aadressi t\u00fchjaks kasutatakse seadmete leidmiseks avastamist."
}
}
}

View File

@ -7,6 +7,7 @@
"error": {
"bulb_time_out": "Tidak dapat terhubung ke bohlam. Mungkin bohlam offline atau IP/host yang salah dimasukkan. Nyalakan lampu dan coba lagi!",
"cannot_connect": "Gagal terhubung",
"no_ip": "Bukan alamat IP yang valid.",
"no_wiz_light": "Bohlam tidak dapat dihubungkan melalui integrasi Platform WiZ.",
"unknown": "Kesalahan yang tidak diharapkan"
},

View File

@ -1,7 +1,21 @@
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"no_devices_found": "Nessun dispositivo trovato sulla rete"
},
"error": {
"bulb_time_out": "Impossibile connettersi alla lampadina. Forse la lampadina non \u00e8 in linea o \u00e8 stato inserito un IP errato. AccendI la luce e riprova!",
"cannot_connect": "Impossibile connettersi",
"no_ip": "Non \u00e8 un indirizzo IP valido.",
"no_wiz_light": "La lampadina non pu\u00f2 essere collegata tramite l'integrazione della piattaforma WiZ.",
"unknown": "Errore imprevisto"
},
"flow_title": "{name} ({host})",
"step": {
"confirm": {
"description": "Vuoi iniziare la configurazione?"
},
"discovery_confirm": {
"description": "Vuoi configurare {name} ({host})?"
},
@ -9,6 +23,13 @@
"data": {
"device": "Dispositivo"
}
},
"user": {
"data": {
"host": "Indirizzo IP",
"name": "Nome"
},
"description": "Se lasci vuoto l'indirizzo IP, il rilevamento sar\u00e0 utilizzato per trovare i dispositivi."
}
}
}

View File

@ -5,8 +5,9 @@
"no_devices_found": "Nenhum dispositivo encontrado na rede"
},
"error": {
"bulb_time_out": "N\u00e3o \u00e9 poss\u00edvel conectar \u00e0 l\u00e2mpada. Talvez a l\u00e2mpada esteja offline ou um IP/host errado foi inserido. Por favor, acenda a luz e tente novamente!",
"bulb_time_out": "N\u00e3o foi poss\u00edvel se conectar \u00e0 l\u00e2mpada. Talvez a l\u00e2mpada esteja offline ou um IP errado foi inserido. Por favor, acenda a luz e tente novamente!",
"cannot_connect": "Falha ao conectar",
"no_ip": "N\u00e3o \u00e9 um endere\u00e7o IP v\u00e1lido.",
"no_wiz_light": "A l\u00e2mpada n\u00e3o pode ser conectada via integra\u00e7\u00e3o com a plataforma WiZ.",
"unknown": "Erro inesperado"
},
@ -25,10 +26,10 @@
},
"user": {
"data": {
"host": "Nome do host",
"host": "Endere\u00e7o IP",
"name": "Nome"
},
"description": "Se voc\u00ea deixar o host vazio, a descoberta ser\u00e1 usada para localizar dispositivos."
"description": "Se voc\u00ea deixar o endere\u00e7o IP vazio, a descoberta ser\u00e1 usada para localizar dispositivos."
}
}
}

View File

@ -52,7 +52,7 @@
"token": "Token API"
},
"description": "\u00c8 necessario il Token API di 32 caratteri, vedi https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/#retrieving-the-access-token per le istruzioni. Nota che questo Token API \u00e8 diverso dalla chiave usata dall'integrazione di Xiaomi Aqara.",
"title": "Connessione a un Xiaomi Gateway "
"title": "Connettiti a un Xiaomi Gateway "
},
"manual": {
"data": {

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e"
},
"step": {
"user": {
"data": {

View File

@ -0,0 +1,20 @@
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"no_valid_uuid_set": "Nessun UUID valido impostato"
},
"error": {
"no_valid_uuid_set": "Nessun UUID valido impostato"
},
"step": {
"user": {
"data": {
"token": "Token",
"url": "URL"
},
"description": "Digita l'indirizzo IP del server Z-Way e il token di accesso Z-Way. L'indirizzo IP pu\u00f2 essere preceduto da wss:// se si deve utilizzare HTTPS invece di HTTP. Per ottenere il token, vai all'interfaccia utente di Z-Way > Menu > Impostazioni > Utente > Token API. Si consiglia di creare un nuovo utente per Home Assistant e concedere l'accesso ai dispositivi che devi controllare da Home Assistant. \u00c8 anche possibile utilizzare l'accesso remoto tramite find.z-wave.me per connettere uno Z-Way remoto. Inserisci wss://find.z-wave.me nel campo IP e copia il token con ambito globale (accedi a Z-Way tramite find.z-wave.me per questo)."
}
}
}
}