From cd38503951da2bcc1ddee43ed37d16e9db045fa2 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Sun, 11 Aug 2024 12:36:53 +0300 Subject: [PATCH] * Add german localization for Notifications and Updater extensions (thanks to Daniel Schlapa @Dtrieb) (GH-92 GH-93) --- src/ext/notifications/lang/de.json | 30 ++++++++++++++++++++++++++++++ src/ext/updater/lang/de.json | 16 ++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/ext/notifications/lang/de.json create mode 100644 src/ext/updater/lang/de.json diff --git a/src/ext/notifications/lang/de.json b/src/ext/notifications/lang/de.json new file mode 100644 index 0000000..879c315 --- /dev/null +++ b/src/ext/notifications/lang/de.json @@ -0,0 +1,30 @@ +{ + "ext.notifications.name": "Benachrichtigungen", + "notifications.urlconfigwarning": "Aktivieren Sie die PHP-Direktive 'allow_url_fopen', um Telegram-Benachrichtigungen zu verwenden.", + "notifications.check": "Check", + "notifications.bot_not_configured": "Bot ist nicht konfiguriert", + "notifications.g_email": "E-Mail", + "notifications.h_email": "E-Mail:", + "notifications.d_email": "Mehrere Adressen mit Komma trennen.", + "notifications.h_mailfrom": "Mail von:", + "notifications.d_mailfrom": "Diese E-Mail als Absenderadresse verwenden.", + "notifications.g_telegram": "Telegram", + "notifications.h_token": "Bot-Token:", + "notifications.d_token": "Telegram Bot API-Token von @BotFather", + "notifications.h_active_chats": "Aktive Chats:", + "notifications.d_active_chats": "Anzahl der Chats, bei denen der Bot Benachrichtigungen sendet.", + "notifications.deactivate_all": "Alle deaktivieren", + "notifications.h_new_chat": "Neuer Chat:", + "notifications.d_new_chat": "Starte eine neue Unterhaltung mit dem Bot, sende diesen Code an den Chat und klicke hier auf "Überprüfen".", + "notifications.saved": "Gesichert", + "notifications.invalid_email": "Ungültige E-Mail Adresse", + "notifications.no_bot_info": "Kann keine Bot-Informationen erhalten, Token scheint ungültig zu sein", + "notifications.all_chats_deactivated": "Alle Chats deaktiviert", + "notifications.no_new_chats": "Keine neuen Chats": "Keine neuen Chats", + "notifications.already_active": "Bereits aktiv", + "notifications.please_send": "Bitte senden Sie einen Code zur Aktivierung", + "notifications.code_not_set": "Code ist nicht gesetzt", + "notifications.code_expired": "Der Code ist abgelaufen", + "notifications.code_wrong": "Falscher Code", + "notifications.activated": "Aktiviert" +} diff --git a/src/ext/updater/lang/de.json b/src/ext/updater/lang/de.json new file mode 100644 index 0000000..dbe78ef --- /dev/null +++ b/src/ext/updater/lang/de.json @@ -0,0 +1,16 @@ +{ + "ext.updater.name": "Updates", + "updater.urlconfigwarning": "Aktivieren Sie die PHP-Anweisung 'allow_url_fopen', um Updates herunterladen zu können.", + "updater.tarwarning": "Update nicht möglich, 'tar' Erweiterung nicht gefunden.", + "updater.h_check_updates": "Checke Updates", + "updater.check": "Check", + "updater.no_updates": "Keine Updates", + "updater.last_version": "Letzte verfügbare Version: %s", + "updater.current_version": "Aktuelle Version", + "updater.last_checked": "Letzter Check", + "updater.new_version_available": "Neue Version verfügbar", + "updater.update": "Update", + "updater.updated": "Update komplett", + "updater.download_error": "Download fehlgeschlagen", + "updater.update_error": "Updatefehler" +}