mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
implement localization
This commit is contained in:
parent
3022ca1f3e
commit
e1e1c8b1aa
|
|
@ -71,6 +71,14 @@ final class TagMapper extends DataMapperAbstract
|
|||
];
|
||||
*/
|
||||
|
||||
/**
|
||||
* Model to use by the mapper.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static string $model = Tag::class;
|
||||
|
||||
/**
|
||||
* Primary table.
|
||||
*
|
||||
|
|
|
|||
19
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Tag
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Create' => 'Erstellen',
|
||||
'List' => 'Liste',
|
||||
'Tag' => 'Tag',
|
||||
]];
|
||||
22
Theme/Backend/Lang/de.lang.php
Normal file
22
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Tag
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Tag' => [
|
||||
'Color' => 'Farbe',
|
||||
'Create' => 'Erstellen',
|
||||
'List' => 'Liste',
|
||||
'Tag' => 'Tag',
|
||||
'Tags' => 'Tags',
|
||||
'Title' => 'Titel',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user