mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-13 14:18:40 +00:00
52 lines
1.7 KiB
PHP
52 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Accounting' => [
|
|
'Account' => 'الحساب',
|
|
'Accounts' => 'حسابات',
|
|
'BatchPostings' => 'نشر الدفعة',
|
|
'Charts' => 'الرسوم البيانية',
|
|
'Code' => 'رمز',
|
|
'ContraAccount' => 'حساب كونترا',
|
|
'CostCenter' => 'مركز تقييم الكلفة، مركز التسعير، مركز التثمين',
|
|
'CostCenters' => 'مراكز التكلفة',
|
|
'CostObject' => 'التكلفة',
|
|
'CostObjects' => 'أشياء التكلفة',
|
|
'Created' => 'خلقت',
|
|
'Creator' => 'المنشئ',
|
|
'Credit' => 'ائتمان',
|
|
'Debit' => 'مدين',
|
|
'Due' => 'بسبب',
|
|
'Entries' => 'مداخل',
|
|
'EntryDate' => 'موعد الدخول',
|
|
'Evaluation' => 'تقييم',
|
|
'ExternalVoucher' => 'قسيمة خارجية',
|
|
'GL' => 'غلياد',
|
|
'Incoming' => 'واردة',
|
|
'Journal' => 'مجلة',
|
|
'List' => 'قائمة',
|
|
'Name' => 'اسم',
|
|
'Outgoing' => 'منفتح',
|
|
'Parent' => 'الأبوين',
|
|
'Receipt' => 'إيصال',
|
|
'ReceiptDate' => 'تاريخ استلام',
|
|
'Search' => 'بحث',
|
|
'Stack' => 'كومة',
|
|
'TAccount' => 'T- حساب',
|
|
'Text' => 'نص',
|
|
'To' => 'ل',
|
|
'Total' => 'مجموع',
|
|
'Type' => 'نوع',
|
|
]];
|