core/homeassistant/components/mqtt/translations/lb.json

85 lines
3.5 KiB
JSON
Raw Normal View History

2018-09-24 10:01:01 +00:00
{
"config": {
"abort": {
2020-11-03 00:04:39 +00:00
"single_instance_allowed": "Scho konfigur\u00e9iert. N\u00ebmmen eng eenzeg Konfiguratioun m\u00e9iglech."
2018-09-24 10:01:01 +00:00
},
"error": {
2020-11-03 00:04:39 +00:00
"cannot_connect": "Feeler beim verbannen"
2018-09-24 10:01:01 +00:00
},
"step": {
"broker": {
"data": {
"broker": "Broker",
2018-09-26 09:19:50 +00:00
"discovery": "Entdeckung aktiv\u00e9ieren",
2018-09-24 10:01:01 +00:00
"password": "Passwuert",
"port": "Port",
"username": "Benotzernumm"
},
2020-05-29 00:04:16 +00:00
"description": "Gitt Verbindungs Informatioune vun \u00e4rem MQTT Broker an."
2018-10-02 12:33:47 +00:00
},
"hassio_confirm": {
"data": {
"discovery": "Entdeckung aktiv\u00e9ieren"
},
2021-03-16 00:04:36 +00:00
"description": "W\u00ebllt dir Home Assistant konfigur\u00e9iere fir sech mam MQTT broker ze verbannen dee vum Supervisor add-on {addon} bereet gestallt g\u00ebtt?",
"title": "MQTT Broker via Supervisor add-on"
2018-09-24 10:01:01 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-02-21 00:33:51 +00:00
},
"device_automation": {
"trigger_subtype": {
"button_1": "\u00c9ischte Kn\u00e4ppchen",
"button_2": "Zweete Kn\u00e4ppchen",
"button_3": "Dr\u00ebtte Kn\u00e4ppchen",
"button_4": "V\u00e9ierte Kn\u00e4ppchen",
"button_5": "F\u00ebnnefte Kn\u00e4ppchen",
"button_6": "Sechste Kn\u00e4ppchen",
"turn_off": "Ausschalten",
"turn_on": "Uschalten"
2020-02-27 00:31:50 +00:00
},
"trigger_type": {
"button_double_press": "\"{subtype}\" zwee mol gedr\u00e9ckt",
"button_long_press": "\"{subtype}\" permanent gedr\u00e9ckt",
"button_long_release": "\"{subtype}\" no laangem unhalen lassgelooss",
"button_quadruple_press": "\"{subtype}\" v\u00e9ier mol gedr\u00e9ckt",
"button_quintuple_press": "\"{subtype}\" f\u00ebnnef mol gedr\u00e9ckt",
"button_short_press": "\"{subtype}\" gedr\u00e9ckt",
"button_short_release": "\"{subtype}\" lassgelooss",
"button_triple_press": "\"{subtype}\" dr\u00e4imol gedr\u00e9ckt"
2020-02-21 00:33:51 +00:00
}
2020-06-25 00:08:30 +00:00
},
"options": {
"error": {
"bad_birth": "Ong\u00ebltege birth topic.",
"bad_will": "Ong\u00ebltege will topic.",
2020-10-08 00:06:03 +00:00
"cannot_connect": "Feeler beim verbannen"
2020-06-25 00:08:30 +00:00
},
"step": {
"broker": {
"data": {
"broker": "Broker",
"password": "Passwuert",
"port": "Port",
"username": "Benotzernumm"
},
"description": "G\u00ebff Verbindungs Informatioune vun dengem MQTT Broker an."
},
"options": {
"data": {
2020-08-27 00:04:55 +00:00
"birth_enable": "Gebuert Message aktiv\u00e9ieren",
2020-06-25 00:08:30 +00:00
"birth_payload": "Birth message payload",
"birth_qos": "Birth message QoS",
"birth_retain": "Birth message retain",
"birth_topic": "Birth message topic",
"discovery": "Entdeckung aktiv\u00e9ieren",
2020-11-03 00:04:39 +00:00
"will_enable": "Will Message aktiv\u00e9ieren",
2020-06-25 00:08:30 +00:00
"will_payload": "Will message payload",
"will_qos": "Will message QoS",
"will_retain": "Will message retain",
"will_topic": "Will message topic"
},
"description": "Wiel MQTT Optiounen aus."
}
}
2020-04-16 20:00:10 +00:00
}
2018-09-24 10:01:01 +00:00
}