[ci skip] Translation update
This commit is contained in:
parent
0bfc386be3
commit
623a9c99fe
29 changed files with 338 additions and 55 deletions
|
@ -50,7 +50,7 @@
|
|||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"bad_birth": "Topic missatge de naixement inv\u00e0lid.",
|
||||
"bad_birth": "Topic del missatge de naixement inv\u00e0lid.",
|
||||
"bad_will": "Topic missatge d'\u00faltima voluntat inv\u00e0lid.",
|
||||
"cannot_connect": "Ha fallat la connexi\u00f3"
|
||||
},
|
||||
|
@ -62,23 +62,25 @@
|
|||
"port": "Port",
|
||||
"username": "Nom d'usuari"
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 de connexi\u00f3 del teu broker MQTT."
|
||||
"description": "Introdueix la informaci\u00f3 de connexi\u00f3 del teu broker MQTT.",
|
||||
"title": "Opcions del broker"
|
||||
},
|
||||
"options": {
|
||||
"data": {
|
||||
"birth_enable": "Activa el missatge de naixement",
|
||||
"birth_payload": "Dades (payload) missatge de naixement",
|
||||
"birth_qos": "QoS missatge de naixement",
|
||||
"birth_retain": "Retenci\u00f3 missatge de naixement",
|
||||
"birth_topic": "Topic missatge de naixement",
|
||||
"birth_payload": "Dades (payload) del missatge de naixement",
|
||||
"birth_qos": "QoS del missatge de naixement",
|
||||
"birth_retain": "Retenci\u00f3 del missatge de naixement",
|
||||
"birth_topic": "Topic del missatge de naixement",
|
||||
"discovery": "Activar descobriment",
|
||||
"will_enable": "Activa el missatge d'\u00faltima voluntat",
|
||||
"will_payload": "Dades (payload) missatge d'\u00faltima voluntat",
|
||||
"will_qos": "QoS missatge d'\u00faltima voluntat",
|
||||
"will_retain": "Retenci\u00f3 missatge d'\u00faltima voluntat",
|
||||
"will_topic": "Topic missatge d'\u00faltima voluntat"
|
||||
"will_payload": "Dades (payload) del missatge d'\u00faltima voluntat",
|
||||
"will_qos": "QoS del missatge d'\u00faltima voluntat",
|
||||
"will_retain": "Retenci\u00f3 del missatge d'\u00faltima voluntat",
|
||||
"will_topic": "Topic del missatge d'\u00faltima voluntat"
|
||||
},
|
||||
"description": "Selecciona les opcions MQTT."
|
||||
"description": "Descobriment - Si est\u00e0 activat (recomanat), Home Assistant descobrir\u00e0 autom\u00e0ticament dispositius i entitats que publiquin la seva configuraci\u00f3 al broker MQTT. Si est\u00e0 desactivat, les configuracions s'han de fer manualment.\nMissatge de naixement - S'enviar\u00e0 cada vegada que Home Assistant \u00e9s connecti al broker MQTT.\nMissatge d'\u00faltima voluntat - S'enviar\u00e0 cada vegada que Home Assistant perdi la connexi\u00f3 amb el broker, tant si \u00e9s una desconnexi\u00f3 neta (per exemple si s'apaga Home Assistant) com si \u00e9s una desconnexi\u00f3 dolenta (per exemple si Home Assistant falla o perd la connexi\u00f3 a Internet).",
|
||||
"title": "Opcions d'MQTT"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"port": "Port",
|
||||
"username": "Username"
|
||||
},
|
||||
"description": "Please enter the connection information of your MQTT broker and select if MQTT discovery should be enabled (recommended). If discovery is enabled, Home Assistant will automatically discover devices and entities which publish their configuration on the MQTT broker. If discovery is disabled, all configuration must be done manually."
|
||||
"description": "Please enter the connection information of your MQTT broker."
|
||||
},
|
||||
"hassio_confirm": {
|
||||
"data": {
|
||||
|
@ -79,9 +79,9 @@
|
|||
"will_retain": "Will message retain",
|
||||
"will_topic": "Will message topic"
|
||||
},
|
||||
"description": "### Discovery \n If discovery is enabled (recommended), Home Assistant will automatically discover devices and entities which publish their configuration on the MQTT broker. If discovery is disabled, all configuration must be done manually. \n ### Birth message\n The birth message will be sent each time Home Assistant (re)connects to the MQTT broker. \n ### Will message \n The will message will be sent each time Home Assistant loses its connection to the broker, both in case of a clean (e.g. Home Assistant shutting down) and in case of an unclean (e.g. Home Assistant crashing or losing its network connection) disconnect.",
|
||||
"description": "Discovery - If discovery is enabled (recommended), Home Assistant will automatically discover devices and entities which publish their configuration on the MQTT broker. If discovery is disabled, all configuration must be done manually.\nBirth message - The birth message will be sent each time Home Assistant (re)connects to the MQTT broker.\nWill message - The will message will be sent each time Home Assistant loses its connection to the broker, both in case of a clean (e.g. Home Assistant shutting down) and in case of an unclean (e.g. Home Assistant crashing or losing its network connection) disconnect.",
|
||||
"title": "MQTT options"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -62,7 +62,8 @@
|
|||
"port": "Puerto",
|
||||
"username": "Usuario"
|
||||
},
|
||||
"description": "Por favor, introduce la informaci\u00f3n de tu agente MQTT."
|
||||
"description": "Por favor, introduce la informaci\u00f3n de tu agente MQTT.",
|
||||
"title": "Opciones para el Broker"
|
||||
},
|
||||
"options": {
|
||||
"data": {
|
||||
|
@ -78,7 +79,8 @@
|
|||
"will_retain": "Retendr\u00e1 el mensaje",
|
||||
"will_topic": "Enviar\u00e1 un mensaje al tema"
|
||||
},
|
||||
"description": "Por favor, selecciona las opciones para MQTT."
|
||||
"description": "Por favor, selecciona las opciones para MQTT.",
|
||||
"title": "Opciones para MQTT"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,7 +62,8 @@
|
|||
"port": "Port",
|
||||
"username": "Kasutajanimi"
|
||||
},
|
||||
"description": "Sisesta oma MQTT vahendaja \u00fchenduse teave."
|
||||
"description": "Sisesta oma MQTT vahendaja \u00fchenduse teave.",
|
||||
"title": "MQTT maakleri valikud"
|
||||
},
|
||||
"options": {
|
||||
"data": {
|
||||
|
@ -78,7 +79,8 @@
|
|||
"will_retain": "L\u00f5petamisteate j\u00e4\u00e4dvustamine",
|
||||
"will_topic": "L\u00f5petamisteade"
|
||||
},
|
||||
"description": "Vali MQTT s\u00e4tted."
|
||||
"description": "Avastamine - kui avastamine on lubatud (soovitatav) avastab Home Assistant automaatselt seadmed ja \u00fcksused, kes avaldavad oma konfiguratsiooni MQTT maakleris. Kui avastamine on keelatud, tuleb kogu seadistamine teha k\u00e4sitsi.\n S\u00fcnnis\u00f5num - s\u00fcnnis\u00f5num saadetakse iga kord kui Home Assistant (uuesti) MQTT maakleriga \u00fchendust v\u00f5tab.\n Tahte s\u00f5num - tahte s\u00f5num saadetakse iga kord kui Home Assistant kaotab \u00fchenduse maakleriga, nii korralisel (nt Home Assistant sulgub) kui ka erakorralisel (nt Home Assistant krahhi v\u00f5i v\u00f5rgu\u00fchenduse kaotamisel) \u00fchenduse kadumisel.",
|
||||
"title": "MQTT valikud"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,7 +62,8 @@
|
|||
"port": "Porta",
|
||||
"username": "Nome utente"
|
||||
},
|
||||
"description": "Inserisci le informazioni di connessione del tuo broker MQTT."
|
||||
"description": "Inserisci le informazioni di connessione del tuo broker MQTT.",
|
||||
"title": "Opzioni del broker"
|
||||
},
|
||||
"options": {
|
||||
"data": {
|
||||
|
@ -72,13 +73,14 @@
|
|||
"birth_retain": "Persistenza del messaggio birth",
|
||||
"birth_topic": "Argomento del messaggio birth",
|
||||
"discovery": "Attiva l'individuazione",
|
||||
"will_enable": "Abilita messaggio di ultima volont\u00e0 e testamento",
|
||||
"will_payload": "Payload del messaggio will",
|
||||
"will_qos": "QoS del messaggio will",
|
||||
"will_retain": "Persistenza del messaggio will",
|
||||
"will_topic": "Argomento del messaggio will"
|
||||
"will_enable": "Abilita il messaggio testamento",
|
||||
"will_payload": "Payload del messaggio testamento",
|
||||
"will_qos": "QoS del messaggio testamento",
|
||||
"will_retain": "Persistenza del messaggio testamento",
|
||||
"will_topic": "Argomento del messaggio testamento"
|
||||
},
|
||||
"description": "Selezionare le opzioni MQTT."
|
||||
"description": "Rilevamento: se il rilevamento \u00e8 abilitato (consigliato), Home Assistant rilever\u00e0 automaticamente i dispositivi e le entit\u00e0 che pubblicano la loro configurazione sul broker MQTT. Se il rilevamento \u00e8 disabilitato, tutta la configurazione deve essere eseguita manualmente.\nMessaggio di nascita: il messaggio di nascita verr\u00e0 inviato ogni volta che Home Assistant si (ri)collega al broker MQTT.\nMessaggio testamento: Il messaggio testamento verr\u00e0 inviato ogni volta che Home Assistant perde la connessione al broker, sia in caso di buona (es. arresto di Home Assistant) sia in caso di cattiva (es. Home Assistant in crash o perdita della connessione di rete) disconnessione.",
|
||||
"title": "Opzioni MQTT"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,7 +62,8 @@
|
|||
"port": "Poort",
|
||||
"username": "Gebruikersnaam"
|
||||
},
|
||||
"description": "Voer de verbindingsgegevens van uw MQTT-broker in."
|
||||
"description": "Voer de verbindingsgegevens van uw MQTT-broker in.",
|
||||
"title": "Broker opties"
|
||||
},
|
||||
"options": {
|
||||
"data": {
|
||||
|
@ -78,7 +79,8 @@
|
|||
"will_retain": "Will message behouden",
|
||||
"will_topic": "Will message topic"
|
||||
},
|
||||
"description": "Selecteer MQTT-opties."
|
||||
"description": "Selecteer MQTT-opties.",
|
||||
"title": "MQTT-opties"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,7 +62,8 @@
|
|||
"port": "\u041f\u043e\u0440\u0442",
|
||||
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f"
|
||||
},
|
||||
"description": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u043a \u0412\u0430\u0448\u0435\u043c\u0443 \u0431\u0440\u043e\u043a\u0435\u0440\u0443 MQTT."
|
||||
"description": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u043a \u0412\u0430\u0448\u0435\u043c\u0443 \u0431\u0440\u043e\u043a\u0435\u0440\u0443 MQTT.",
|
||||
"title": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0411\u0440\u043e\u043a\u0435\u0440\u0430"
|
||||
},
|
||||
"options": {
|
||||
"data": {
|
||||
|
@ -72,13 +73,14 @@
|
|||
"birth_retain": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0442\u043e\u043f\u0438\u043a \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438",
|
||||
"birth_topic": "\u0422\u043e\u043f\u0438\u043a \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 (LWT)",
|
||||
"discovery": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435",
|
||||
"will_enable": "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0442\u043e\u043f\u0438\u043a \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438",
|
||||
"will_enable": "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0442\u043e\u043f\u0438\u043a \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438",
|
||||
"will_payload": "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u043e\u043f\u0438\u043a\u0430 \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438",
|
||||
"will_qos": "QoS \u0442\u043e\u043f\u0438\u043a\u0430 \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438",
|
||||
"will_retain": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0442\u043e\u043f\u0438\u043a \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438",
|
||||
"will_topic": "\u0422\u043e\u043f\u0438\u043a \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 (LWT)"
|
||||
},
|
||||
"description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 MQTT."
|
||||
"description": "\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u2014 \u0435\u0441\u043b\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e (\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f), Home Assistant \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u0443\u044e\u0442 \u0441\u0432\u043e\u044e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u043d\u0430 \u0431\u0440\u043e\u043a\u0435\u0440\u0435 MQTT. \u0415\u0441\u043b\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e, \u0432\u0441\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c\u0441\u044f \u0432\u0440\u0443\u0447\u043d\u0443\u044e.\n\u0422\u043e\u043f\u0438\u043a \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u2014 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u043a\u0430\u0436\u0434\u044b\u0439 \u0440\u0430\u0437, \u043a\u043e\u0433\u0434\u0430 Home Assistant \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u043a \u0431\u0440\u043e\u043a\u0435\u0440\u0443 MQTT.\n\u0422\u043e\u043f\u0438\u043a \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u2014 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u043a\u0430\u043a \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u043f\u0440\u0435\u0434\u0443\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043e\u0442 \u0431\u0440\u043e\u043a\u0435\u0440\u0430 (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u0440\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 Home Assistant), \u0442\u0430\u043a \u0438 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u043d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u0440\u0438 \u0441\u0431\u043e\u0435 Home Assistant \u0438\u043b\u0438 \u043f\u043e\u0442\u0435\u0440\u0435 \u0441\u0435\u0442\u0435\u0432\u043e\u0433\u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f).",
|
||||
"title": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b MQTT"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue