mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-08 04:48:41 +00:00
add/improve locale
This commit is contained in:
parent
67165b4cf7
commit
efd5467d3d
20
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.de.lang.php
Normal 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',
|
||||
]];
|
||||
39
Theme/Backend/Lang/de.lang.php
Normal file
39
Theme/Backend/Lang/de.lang.php
Normal 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',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user