add/improve locale

This commit is contained in:
Dennis Eichhorn 2020-04-05 19:31:56 +02:00
parent 67165b4cf7
commit efd5467d3d
2 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?php
/**
* Orange Management
*
* PHP Version 7.4
*
* @package Modules\News
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Archive' => 'Archiv',
'Create' => 'Erstellen',
'Draft' => 'Entwurf',
'News' => 'News',
]];

View File

@ -0,0 +1,39 @@
<?php
/**
* Orange Management
*
* PHP Version 7.4
*
* @package Modules\News
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['News' => [
'Accounts/Groups' => 'Benutyer/Gruppen',
'Additional' => 'Zusätzlich',
'Archive' => 'Archiv',
'Author' => 'Autor',
'Date' => 'Datum',
'Draft' => 'Entwurf',
'Featured' => 'Featured',
'Groups' => 'Gruppen',
'Headline' => 'Headline',
'Headlines' => 'Headlines',
'Link' => 'Link',
'News' => 'News',
'Plain' => 'Plain',
'Preview' => 'Vorschau',
'Publish' => 'Veröffentlichen',
'Settings' => 'Einstellung',
'Status' => 'Status',
'Title' => 'Titel',
'Type' => 'Typ',
'TYPE0' => 'Artikel',
'TYPE1' => 'Link',
'TYPE2' => 'Headline',
'Visible' => 'Sichtbar',
]];