oms-HumanResourceManagement/Theme/Backend/Lang/ja.lang.php

49 lines
1.6 KiB
PHP

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['HumanResourceManagement' => [
'Account' => 'アカウント',
'Active' => 'アクティブ',
'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' => '状態',
'Unit' => '単位',
'Vacation' => '休暇',
'Work' => '作業',
]];