mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 15:18:40 +00:00
51 lines
1.9 KiB
PHP
Executable File
51 lines
1.9 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' => 'Счет',
|
|
'Active' => 'Активный',
|
|
'Address' => '#VALUE!',
|
|
'Birthday' => 'День рождения',
|
|
'Clocking' => 'Сияние',
|
|
'Contracts' => 'Контракты',
|
|
'CreateFromAccount' => 'Создать из аккаунта',
|
|
'Department' => 'отделение',
|
|
'Departments' => 'Отделы',
|
|
'Documents' => 'Документы',
|
|
'Education' => 'Образование',
|
|
'Email' => 'Электронное письмо',
|
|
'Employee' => 'Наемный рабочий',
|
|
'Employees' => 'Сотрудники',
|
|
'End' => 'Конец',
|
|
'Evaluations' => 'Оценки',
|
|
'General' => 'Общий',
|
|
'History' => 'История',
|
|
'Inactive' => 'Неактивный',
|
|
'Name' => 'Имя',
|
|
'Parent' => 'Родитель',
|
|
'Personnel' => 'Персонал',
|
|
'Phone' => 'Телефон',
|
|
'Position' => 'Должность',
|
|
'ProfileImage' => 'Изображение профиля',
|
|
'Remarks' => 'Замечания',
|
|
'Shifts' => 'Сдвиги',
|
|
'Staff' => 'Штат сотрудников',
|
|
'Start' => 'Начинать',
|
|
'Status' => 'Статус',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => 'Единица измерения',
|
|
'Vacation' => 'Отпуск',
|
|
'Work' => 'Работа',
|
|
]];
|