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' => 'الحساب', 'Account' => 'الحساب',
'All' => 'الجميع', 'All' => 'الجميع',
'Assigned' => '', 'Assigned' => '',
'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ", 'AverageAmount' => 'متوسط ​​المبلغ',
'AverageProcessTime' => 'avg. وقت المعالجة', 'AverageProcessTime' => 'avg. وقت المعالجة',
'Closed' => '', 'Closed' => '',
'Completion' => '', 'Completion' => '',

View File

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