oms-Media/Theme/Backend/Lang/de.lang.php
2024-03-20 07:21:23 +00:00

55 lines
1.7 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Media' => [
'Account' => 'Konto',
'Add' => 'Hinzufügen',
'AddToCollection' => 'Zum Ordner hinzufügen',
'Author' => 'Autor',
'Back' => 'Zurück',
'Changed' => 'Geändert',
'Changedby' => 'Geändert durch',
'Content' => 'Inhalt',
'CreateCollection' => 'Sammlung erstellen',
'CreateFile' => 'Erstelle Datei',
'Created' => 'Erstellt',
'Creator' => 'Ersteller',
'Data' => 'Daten',
'Download' => 'Download',
'Description' => 'Beschreibung',
'Edit' => 'Bearbeiten',
'Editability' => 'Beweis',
'Extension' => 'Verlängerung',
'FilePath' => 'Dateipfad',
'Files' => 'Dateien',
'GroupUser' => 'Gruppennutzer.',
'Media' => 'Medien',
'Name' => 'Name',
'Password' => 'Passwort',
'Path' => 'Pfad',
'PathSettings' => 'Pfadeinstellungen',
'Permission' => 'Erlaubnis',
'Preview' => 'Vorschau',
'RandomPath' => 'Zufälliger Pfad',
'Select' => 'Wählen',
'Settings' => 'Einstellungen',
'Size' => 'Größe',
'Tag' => 'Stichwort',
'Tags' => 'Stichworte',
'Type' => 'Typ',
'Upload' => 'Hochladen',
'VirtualPath' => 'Virtueller Pfad',
'Visibility' => 'Sichtweite',
]];