German Translation
Adds German Translation.
This commit is contained in:
42
resources/lang/de-DE/modules.php
Normal file
42
resources/lang/de-DE/modules.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'api_token' => 'Token',
|
||||
'enter_api_token' => 'Geben Sie Ihren API-Schlüssel ein',
|
||||
'top_paid' => 'Top bezahlt',
|
||||
'new' => 'Neu',
|
||||
'top_free' => 'Top kostenlos',
|
||||
'free' => 'Kostenlos',
|
||||
'install' => 'Installieren',
|
||||
'buy_now' => 'Jetzt kaufen',
|
||||
'faq' => 'Häufige Fragen / FAQ',
|
||||
'changelog' => 'Changelog',
|
||||
'installed' => 'Changelog',
|
||||
'uninstalled' => 'Changelog',
|
||||
|
||||
'enabled' => ':module Modul aktiviert',
|
||||
'disabled' => ':module Modul deaktiviert',
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Modulinstallation',
|
||||
'start' => ':module wird installiert.',
|
||||
'download' => 'Lade :module Dateien herunter.',
|
||||
'unzip' => 'Extrahiere :module Dateien.',
|
||||
'install' => 'Lade :module Dateien hoch.',
|
||||
],
|
||||
|
||||
'history' => [
|
||||
'installed' => ':module installiert',
|
||||
'uninstalled' => ':module deinstallieren',
|
||||
'updated' => ':module aktualisiert',
|
||||
'enabled' => ':module aktiviert',
|
||||
'disabled' => ':module deaktiviert',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Deinstallieren',
|
||||
'disable' => 'Deaktivieren',
|
||||
'enable' => 'Aktivieren',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user