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

50 lines
1.3 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 ['Messages' => [
'All' => 'Alle',
'AverageAmount' => 'Durchschn. Höhe',
'BCC' => 'Bcc.',
'CC' => 'Cc',
'Channels' => 'Channels',
'Chat' => 'Chat',
'Date' => 'Datum',
'Delete' => 'Löschen',
'Draft' => 'Entwurf',
'Email' => 'Email',
'From' => 'Von',
'Inbox' => 'Inbox',
'Interval' => 'Intervall',
'Mailboxes' => 'Postfächer',
'Messages' => 'Mitteilungen',
'Month' => 'Monat',
'New' => 'Neu',
'Outbox' => 'Postausgang',
'Received' => 'Erhalten',
'Save' => 'Speichern',
'Select' => 'Wählen',
'Sent' => 'Gesendet',
'Spam' => 'Spam',
'Statistics' => 'Statistiken',
'Status' => 'Status',
'Subject' => 'Gegenstand',
'Tag' => 'Stichwort',
'Templates' => 'Vorlagen',
'To' => 'Zu',
'Today' => 'Heute',
'Trash' => 'Müll',
'Week' => 'Woche',
'Year' => 'Jahr',
]];