* Add german localization for Notifications and Updater extensions (thanks to Daniel Schlapa @Dtrieb) (GH-92 GH-93)

This commit is contained in:
maxpozdeev 2024-08-11 12:36:53 +03:00
parent 22f3dab70d
commit cd38503951
2 changed files with 46 additions and 0 deletions

View file

@ -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"
}

View file

@ -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"
}