mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-26 06:48:39 +00:00
32 lines
735 B
PHP
Executable File
32 lines
735 B
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Organization' => [
|
|
'Active' => 'Aktiivinen',
|
|
'Department' => 'Osasto',
|
|
'Departments' => 'Osasto',
|
|
'Description' => 'Kuvaus',
|
|
'Inactive' => 'Epäaktiivinen',
|
|
'Logo' => 'Logo',
|
|
'Name' => 'Nimi',
|
|
'Parent' => 'Vanhempi',
|
|
'Position' => 'Asento',
|
|
'Positions' => 'Asemat',
|
|
'Search' => 'Hae',
|
|
'Status' => 'Tila',
|
|
'Unit' => 'Yksikkö',
|
|
'UnitLogo' => 'Yksikkölogo',
|
|
'Units' => 'Yksiköt',
|
|
]];
|