oms-Accounting/Theme/Backend/Lang/ar.lang.php

52 lines
1.8 KiB
PHP
Executable File

<?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 ['Accounting' => [
'Account' => 'حساب',
'Accounts' => 'حسابات',
'BatchPostings' => 'التعيينات دفعة',
'Charts' => 'الرسوم البيانية',
'Code' => 'رمز',
'ContraAccount' => 'حساب كونترا',
'CostCenter' => 'مركز تقييم الكلفة، مركز التسعير، مركز التثمين',
'CostCenters' => 'مراكز التكلفة',
'CostObject' => 'التكلفة',
'CostObjects' => 'كائنات التكلفة',
'Created' => 'مخلوق',
'Creator' => 'المنشئ',
'Credit' => 'تنسب إليه',
'Debit' => 'مدين',
'Due' => 'حق',
'Entries' => 'مقالات',
'EntryDate' => 'موعد الدخول',
'Evaluation' => 'تقييم',
'ExternalVoucher' => 'قسيمة الخارجية',
'GL' => 'GL',
'Incoming' => 'الوارد',
'Journal' => 'مجلة',
'List' => 'قائمة',
'Name' => 'اسم',
'Outgoing' => 'منفتح',
'Parent' => 'الأبوين',
'Receipt' => 'إيصال',
'ReceiptDate' => 'تاريخ استلام',
'Search' => 'بحث',
'Stack' => 'كومة',
'TAccount' => 'T-حساب',
'Text' => 'نص',
'To' => 'إلى',
'Total' => 'مجموع',
'Type' => 'اكتب',
]];