mirror of
https://github.com/Karaka-Management/oms-Home.git
synced 2026-02-15 12:28:40 +00:00
update lang files
This commit is contained in:
parent
42725ba5cf
commit
8b3ec5409a
22
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'مسكن',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'تسجيل خروج',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Domov',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Odhlásit se',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Hjem',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Log ud',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Home
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,10 +13,10 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Home' => 'Home',
|
'Home' => 'Heim',
|
||||||
'Imprint' => 'Impressum',
|
'Imprint' => '#VALUE!',
|
||||||
'Legal' => 'Rechtliches',
|
'Legal' => '#VALUE!',
|
||||||
'Logout' => 'Logout',
|
'Logout' => 'Ausloggen',
|
||||||
'PrivacyPolicy' => 'Datenschutzerklaerung',
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
'Terms' => 'AGBs',
|
'Terms' => '#VALUE!',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
22
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Σπίτι',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Αποσύνδεση',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Home
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -14,5 +14,9 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Imprint' => '',
|
||||||
|
'Legal' => '',
|
||||||
'Logout' => 'Logout',
|
'Logout' => 'Logout',
|
||||||
|
'PrivacyPolicy' => '',
|
||||||
|
'Terms' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
22
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Casa',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Cerrar sesión',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Koti',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Kirjautua ulos',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Accueil',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Se déconnecter',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'itthon',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Kijelentkezés',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Casa',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Disconnettersi',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => '家',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'ログアウト',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => '집',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => '로그 아웃',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Hjem',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Logg ut',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Dom',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Wyloguj',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Casa',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Sair',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Домой',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Выйти',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Hem',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Logga ut',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'บ้าน',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'ออกจากระบบ',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Ev',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Çıkış Yap',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => 'Додому',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => 'Вийти',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
22
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
22
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'Home' => '家',
|
||||||
|
'Imprint' => '#VALUE!',
|
||||||
|
'Legal' => '#VALUE!',
|
||||||
|
'Logout' => '登出',
|
||||||
|
'PrivacyPolicy' => '#VALUE!',
|
||||||
|
'Terms' => '#VALUE!',
|
||||||
|
]];
|
||||||
Loading…
Reference in New Issue
Block a user