mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-24 07:18:41 +00:00
todos fixed
This commit is contained in:
parent
ff3b15caff
commit
e643fbcc70
|
|
@ -504,7 +504,7 @@ final class ApiController extends Controller
|
|||
->execute();
|
||||
|
||||
$type = $request->getDataString('type');
|
||||
$mimes = $type === null ? $request->header->get('content-type') : [$type];
|
||||
$mimes = $type === null ? $request->header->get('Content-Type') : [$type];
|
||||
|
||||
foreach ($mimes as $mime) {
|
||||
if ($mime === MimeType::M_TEXT) {
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@ declare(strict_types=1);
|
|||
return ['Navigation' => [
|
||||
'Create' => 'Erstellen',
|
||||
'Editor' => 'Editor',
|
||||
'List' => 'Aufführen',
|
||||
'List' => 'Liste',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
|||
return ['Editor' => [
|
||||
'Add' => 'Hinzufügen',
|
||||
'Created' => 'Erstellt',
|
||||
'Creator' => 'Schöpfer',
|
||||
'Creator' => 'Ersteller',
|
||||
'Documents' => 'Unterlagen',
|
||||
'Editor' => 'Editor',
|
||||
'GroupUser' => 'Gruppe / Benutzer',
|
||||
|
|
@ -27,8 +27,8 @@ return ['Editor' => [
|
|||
'Permission' => 'Erlaubnis',
|
||||
'Preview' => 'Vorschau',
|
||||
'Save' => 'Speichern',
|
||||
'Start' => 'Anfang',
|
||||
'Start' => 'Start',
|
||||
'Text' => 'Text',
|
||||
'Title' => 'Titel',
|
||||
'Type' => '',
|
||||
'Type' => 'Typ',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user