update lang files

This commit is contained in:
Dennis Eichhorn 2022-02-12 21:18:50 +01:00
parent 42725ba5cf
commit 8b3ec5409a
22 changed files with 452 additions and 8 deletions

View 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!',
]];

View 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!',
]];

View 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!',
]];

View File

@ -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!',
]]; ]];

View 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!',
]];

View File

@ -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' => '',
]]; ]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];

View 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!',
]];