todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:20 +00:00
parent 2c86dce085
commit da6f7ee368
2 changed files with 12 additions and 12 deletions

View File

@ -16,14 +16,14 @@ return ['Kanban' => [
':bStatus1' => 'Aktiv',
':bStatus2' => 'Inaktiv',
':bStatus3' => 'Archiviert',
'Archive' => '',
'Back' => '',
'Dashboard' => 'Armaturenbrett',
'Date' => '',
'Description' => '',
'Kanban' => '',
'Name' => '',
'Status' => '',
'Tags' => '',
'Title' => '',
'Archive' => 'Archiv',
'Back' => 'Zurück',
'Dashboard' => 'Dashboard',
'Date' => 'Datum',
'Description' => 'Beschreibung',
'Kanban' => 'Kanban',
'Name' => 'Name',
'Status' => 'Status',
'Tags' => 'Stichworte',
'Title' => 'Titel',
]];

View File

@ -22,8 +22,8 @@ return ['Kanban' => [
'Date' => 'Date',
'Description' => '',
'Kanban' => '',
'Name' => '',
'Name' => 'Name',
'Status' => 'Status',
'Tags' => '',
'Tags' => 'Tags',
'Title' => 'Title',
]];