New Crowdin updates (#12907)

* New translations miele.properties (German)

* New translations remoteopenhab.properties (German)

* New translations mqtt.properties (German)

* New translations metrics.properties (German)

* New translations boschindego.properties (German)

* New translations gpstracker.properties (German)

* New translations onkyo.properties (German)

* New translations tado.properties (German)

* New translations telegram.properties (German)

* New translations jruby.properties (German)

* New translations bluetooth.properties (German)

* New translations bluetooth.properties (German)

* New translations bluetooth.properties (German)

* New translations bluetooth.properties (German)

* New translations bluetooth.properties (German)

* New translations bluetooth.properties (German)

* New translations bluetooth.properties (German)

* New translations bluetooth.properties (German)

* New translations bluetooth.properties (German)

* New translations imperihome.properties (German)
This commit is contained in:
openhab-bot
2022-06-09 08:08:51 +02:00
committed by GitHub
parent 045de1b589
commit 6aea2a9444
20 changed files with 1086 additions and 32 deletions

View File

@@ -0,0 +1,56 @@
# binding
binding.telegram.name = Telegram Binding
binding.telegram.description = Dies ist die Bindung für Telegramm, mit der Nachrichten gesendet und empfangen werden können.
# thing types
thing-type.telegram.telegramBot.label = Telegram-Bot
thing-type.telegram.telegramBot.description = Thing, um die letzte an einen Telegram-Bot gesendete Nachricht zu erhalten.
# thing types config
thing-type.config.telegram.telegramBot.botToken.label = Bot-Token
thing-type.config.telegram.telegramBot.botToken.description = Gib den Bot-Token ein, den du vom "BotFather" erhalten hast.
thing-type.config.telegram.telegramBot.chatIds.label = Chat-Id(s)
thing-type.config.telegram.telegramBot.chatIds.description = Ein oder mehrere Chat-Id(en). Zugriffsmodifikatoren ("<" nur für eingehende, ">" nur für ausgehend) können als Präfix verwendet werden (optional).
thing-type.config.telegram.telegramBot.longPollingTime.label = Lange Abfragezeit
thing-type.config.telegram.telegramBot.longPollingTime.description = Geben Sie die lange Wahlzeit in Sekunden ein.
thing-type.config.telegram.telegramBot.parseMode.label = Parser-Modus
thing-type.config.telegram.telegramBot.parseMode.description = Unterstützung für formatierte Nachrichten, Werte\: Markdown oder HTML. Standard\: Es wird keine Formatierung verwendet.
thing-type.config.telegram.telegramBot.parseMode.option. = Keine Formatierung
thing-type.config.telegram.telegramBot.parseMode.option.HTML = HTML
thing-type.config.telegram.telegramBot.parseMode.option.Markdown = Markdown
thing-type.config.telegram.telegramBot.proxyHost.label = Proxy-Server
thing-type.config.telegram.telegramBot.proxyHost.description = Geben Sie Ihren Proxy-Host ein. Er wird nur für das Einbinden von Telegrammen verwendet und betrifft nicht das gesamte System.
thing-type.config.telegram.telegramBot.proxyPort.label = Proxy-Port
thing-type.config.telegram.telegramBot.proxyPort.description = Geben Sie Ihren Proxy-Port ein.
thing-type.config.telegram.telegramBot.proxyType.label = Proxy-Typ
thing-type.config.telegram.telegramBot.proxyType.description = Geben Sie Ihren Proxy-Typ ein. Standard\: SOCKS5
thing-type.config.telegram.telegramBot.proxyType.option.SOCKS5 = SOCKS5
thing-type.config.telegram.telegramBot.proxyType.option.HTTP = HTTP
# channel types
channel-type.telegram.callbackEvent.label = Query-Callback empfangen
channel-type.telegram.callbackEvent.description = Callback Query Antwort kodiert als JSON.<br /> Event Payload könnte Folgendes beinhalten, aber `null` Werte werden nicht vorhanden sein\: <ul> <li>Long `message_id` - eindeutige Nachrichtennummer der ursprünglichen Abfrage-Nachricht</li> <li>String `from` - Vor- und/oder Nachname des Absenders</li> <li>Lange `chat_id` - Einzigartige Chat-ID</li> <li>String `callback_id` - Einzigartige Callback-ID, um die Bestätigung der Quittung an</li> <li><li> String `reply_id` - reiner Textname der ursprünglichen Abfrage</li> <li>String `text` - Ausgewählter Antworttext aus den Optionen in der ursprünglichen Abfrage</li> </ul> </ul>
channel-type.telegram.callbackRawEvent.label = Empfangen Callback-Abfrage im Ursprungsformat
channel-type.telegram.callbackRawEvent.description = Raw Callback Query Antwort aus der Telegram Bibliothek kodiert als JSON.
channel-type.telegram.chatId.label = Chat-ID
channel-type.telegram.chatId.description = Enthält die ID des Chats, von dem aus die Nachricht empfangen wurde.
channel-type.telegram.lastMessageDate.label = Datum der letzten Nachricht
channel-type.telegram.lastMessageDate.description = Enthält das neueste Datum als Datum
channel-type.telegram.lastMessageName.label = Absender der letzten Nachricht
channel-type.telegram.lastMessageName.description = Enthält den neuesten Absendernamen als Zeichenkette
channel-type.telegram.lastMessageText.label = Text der letzten Nachricht
channel-type.telegram.lastMessageText.description = Enthält den neuesten Text als String
channel-type.telegram.lastMessageURL.label = URL der letzten Nachricht
channel-type.telegram.lastMessageURL.description = Enthält die URL der letzten Nachricht
channel-type.telegram.lastMessageUsername.label = Benutzername der letzten Nachricht
channel-type.telegram.lastMessageUsername.description = Enthält den Benutzernamen der letzten Absender als Zeichenkette
channel-type.telegram.messageEvent.label = Nachricht empfangen
channel-type.telegram.messageEvent.description = JSON-kodierte. Nachricht <br/> Eventdaten können folgende Inhalt Inhalte beinhalten, aber "null"-Werte sind nicht enthalten\:<ul><li>Long `message_id` - Eindeutige Nachrichten-ID dieses Chats</li><li>String `from` - Vor- und/oder Nachname des Absenders</li><li>Long `chat_id` - Eindeutige Chat-ID</li><li>String `text` - Nachrichtentext</li><li>String `animation_url` - URL für Download der Anomation</li><li>String `audio_url` - URL für den Audio-Download</li><li>String `document_url` - URL für den Download des Dokuments</li><li>Array `photo_url` - URL-Array zum Download von Fotos</li><li>String `sticker_url` - UR zum Download vom Sticker</li><li>String `video_url` - URL zum Download des Videos</li><li>String `video_note_url` - URL zum Download der Videkommentare</li><li>String `voice_url` - URL zum Download der Sprachnachricht</li></ul>
channel-type.telegram.messageRawEvent.label = Rohtext der Nachricht
channel-type.telegram.messageRawEvent.description = Nachrichtentext aus Telegram-Bibliothek im JSON-Format.
channel-type.telegram.replyId.label = Antwort-Id
channel-type.telegram.replyId.description = Enthält die Id der Antwort, die an sendTelegram() als replyID übergeben wurde. Diese Id kann verwendet werden, um eine eindeutige Zuweisung der Antwort des Benutzers auf die Nachricht zu erhalten, die vom Bot gesendet wurde.