mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 15:18:40 +00:00
51 lines
1.6 KiB
PHP
Executable File
51 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* 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 ['HumanResourceManagement' => [
|
|
'Account' => 'Rachunek',
|
|
'Active' => 'Aktywny',
|
|
'Address' => '#VALUE!',
|
|
'Birthday' => 'Urodziny',
|
|
'Clocking' => 'Clowering.',
|
|
'Contracts' => 'Kontrakty',
|
|
'CreateFromAccount' => 'Utwórz z konta',
|
|
'Department' => 'dział',
|
|
'Departments' => 'Wydziały',
|
|
'Documents' => 'Dokumenty',
|
|
'Education' => 'Edukacja',
|
|
'Email' => 'E-mail',
|
|
'Employee' => 'Pracownik',
|
|
'Employees' => 'Pracowników',
|
|
'End' => 'Kończyć się',
|
|
'Evaluations' => 'Oceny',
|
|
'General' => 'Ogólny',
|
|
'History' => 'Historia',
|
|
'Inactive' => 'Nieaktywny',
|
|
'Name' => 'Nazwa',
|
|
'Parent' => 'Rodzic',
|
|
'Personnel' => 'Personel',
|
|
'Phone' => 'Telefon',
|
|
'Position' => 'Pozycja',
|
|
'ProfileImage' => 'Zdjęcie profilowe',
|
|
'Remarks' => 'Uwagi',
|
|
'Shifts' => 'Zmiany',
|
|
'Staff' => 'Personel',
|
|
'Start' => 'Początek',
|
|
'Status' => 'Status',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => 'Jednostka',
|
|
'Vacation' => 'Wakacje',
|
|
'Work' => 'Praca',
|
|
]];
|