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' => 'アカウント',
|
|
'Active' => 'アクティブ',
|
|
'Address' => '#VALUE!',
|
|
'Birthday' => '誕生日',
|
|
'Clocking' => 'クオリット',
|
|
'Contracts' => '契約',
|
|
'CreateFromAccount' => 'アカウントから作成します',
|
|
'Department' => 'デパートメント',
|
|
'Departments' => '部門',
|
|
'Documents' => '文書',
|
|
'Education' => '教育',
|
|
'Email' => 'Eメール',
|
|
'Employee' => '従業員',
|
|
'Employees' => '従業員',
|
|
'End' => '終わり',
|
|
'Evaluations' => '評価',
|
|
'General' => '全般的',
|
|
'History' => '歴史',
|
|
'Inactive' => '非活性',
|
|
'Name' => '名前',
|
|
'Parent' => '親',
|
|
'Personnel' => '人員',
|
|
'Phone' => '電話',
|
|
'Position' => 'ポジション',
|
|
'ProfileImage' => 'プロフィール画像',
|
|
'Remarks' => '備考',
|
|
'Shifts' => 'シフト',
|
|
'Staff' => 'スタッフ',
|
|
'Start' => '始める',
|
|
'Status' => '状態',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => '単位',
|
|
'Vacation' => '休暇',
|
|
'Work' => '仕事',
|
|
]];
|