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' => 'Робота',
|
|
]];
|