mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 15:18:40 +00:00
51 lines
1.7 KiB
PHP
Executable File
51 lines
1.7 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' => 'عمل',
|
|
]];
|