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