todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:21 +00:00
parent 873a5d6812
commit 320142a8d7
2 changed files with 7 additions and 7 deletions

View File

@ -14,11 +14,11 @@ declare(strict_types=1);
return ['Navigation' => [
'Draft' => 'Entwurf',
'Inbox' => 'Inbox',
'Inbox' => 'Posteingang',
'Messages' => 'Mitteilungen',
'Outbox' => 'Postausgang',
'Settings' => 'Einstellungen',
'Spam' => 'Spam',
'Templates' => '',
'Templates' => 'Vorlagen',
'Trash' => 'Müll',
]];

View File

@ -17,12 +17,12 @@ return ['Messages' => [
'AverageAmount' => 'Durchschn. Höhe',
'BCC' => 'Bcc.',
'CC' => 'Cc',
'Channels' => '',
'Chat' => '',
'Channels' => 'Channels',
'Chat' => 'Chat',
'Date' => 'Datum',
'Delete' => 'Löschen',
'Draft' => 'Entwurf',
'Email' => '',
'Email' => 'Email',
'From' => 'Von',
'Inbox' => 'Inbox',
'Interval' => 'Intervall',
@ -39,8 +39,8 @@ return ['Messages' => [
'Statistics' => 'Statistiken',
'Status' => 'Status',
'Subject' => 'Gegenstand',
'Tag' => 'Schild',
'Templates' => '',
'Tag' => 'Stichwort',
'Templates' => 'Vorlagen',
'To' => 'Zu',
'Today' => 'Heute',
'Trash' => 'Müll',