mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-08 12:28:41 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
6a8b40f503
commit
8222951aab
29
Theme/Backend/Lang/de.lang.php
Normal file
29
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => '',
|
||||
'Department' => '',
|
||||
'Departments' => '',
|
||||
'Description' => '',
|
||||
'Inactive' => '',
|
||||
'Logo' => '',
|
||||
'Name' => '',
|
||||
'Parent' => '',
|
||||
'Position' => '',
|
||||
'Positions' => '',
|
||||
'Status' => '',
|
||||
'Unit' => '',
|
||||
'UnitLogo' => '',
|
||||
'Units' => '',
|
||||
]];
|
||||
25
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
25
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Organization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,18 +12,18 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Active',
|
||||
'Department' => 'Department',
|
||||
'Active' => 'Active',
|
||||
'Department' => 'Department',
|
||||
'Departments' => 'Departments',
|
||||
'Description' => 'Description',
|
||||
'Inactive' => 'Inactive',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Name',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Positions',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unit',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'Units',
|
||||
'Inactive' => 'Inactive',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Name',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Positions',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unit',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'Units',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user