mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 08:18:41 +00:00
52 lines
1.6 KiB
PHP
52 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Media' => [
|
|
'Account' => 'Konto',
|
|
'Add' => 'Hinzufügen',
|
|
'AddToCollection' => 'Zur Sammlung hinzufügen',
|
|
'Author' => 'Autor',
|
|
'Back' => 'Zurück',
|
|
'Changed' => 'Geändert',
|
|
'Changedby' => 'Verändert von',
|
|
'CreateCollection' => 'Sammlung erstellen',
|
|
'CreateFile' => 'Erstelle Datei',
|
|
'Created' => 'Erstellt',
|
|
'Creator' => 'Schöpfer',
|
|
'Data' => 'Daten',
|
|
'Description' => 'Beschreibung',
|
|
'Edit' => 'Bearbeiten',
|
|
'Editability' => 'Beweis',
|
|
'Extension' => 'Verlängerung',
|
|
'FilePath' => 'Dateipfad',
|
|
'Files' => 'Dateien',
|
|
'GroupUser' => 'Gruppennutzer.',
|
|
'Media' => 'Medien',
|
|
'Name' => 'Name',
|
|
'Path' => 'Weg',
|
|
'PathSettings' => 'Pfadeinstellungen',
|
|
'Permission' => 'Erlaubnis',
|
|
'Preview' => 'Vorschau',
|
|
'RandomPath' => 'Zufälliger Pfad',
|
|
'Select' => 'Wählen',
|
|
'Settings' => 'Einstellungen',
|
|
'Size' => 'Größe',
|
|
'Tag' => '#VALUE!',
|
|
'Tags' => '#VALUE!',
|
|
'Type' => 'Typ',
|
|
'Upload' => 'Hochladen',
|
|
'VirtualPath' => 'Virtueller Pfad',
|
|
'Visibility' => 'Sichtweite',
|
|
]];
|