todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:21 +00:00
parent 2bca206a2d
commit fb585363fd
2 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ return ['Support' => [
'Account' => 'الحساب',
'All' => 'الجميع',
'Assigned' => '',
'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ",
'AverageAmount' => 'متوسط ​​المبلغ',
'AverageProcessTime' => 'avg. وقت المعالجة',
'Closed' => '',
'Completion' => '',

View File

@ -15,19 +15,19 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Konto',
'All' => 'Alle',
'Assigned' => '',
'Assigned' => 'Zugewiesen',
'AverageAmount' => 'Durschnittliche Menge',
'AverageProcessTime' => 'Durchschn. Prozess Zeit',
'Closed' => '',
'Completion' => '',
'Closed' => 'Geschlossen',
'Completion' => 'Abgeschlossen',
'Created' => 'Erstellt',
'Creator' => 'Schöpfer',
'Creator' => 'Ersteller',
'Day' => 'Tag',
'Department' => 'Abteilung',
'Description' => 'Beschreibung',
'Due' => 'Fällig',
'Files' => 'Dateien',
'For' => '',
'For' => 'Für',
'Forwarded' => 'Weitergeleitet',
'From' => 'Von',
'Group' => 'Gruppe',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Heute',
'Topic' => 'Thema',
'Type' => 'Typ',
'Unassigned' => '',
'Unsolved' => '',
'Unassigned' => 'Unzugewiesen',
'Unsolved' => 'Ungelöst',
'Upload' => 'Hochladen',
'Week' => 'Woche',
'Year' => 'Jahr',