mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-19 14:01:38 -04:00
Translated using Weblate (Arabic (Egypt))
Currently translated at 100.0% (36 of 36 strings) Translation: ospos/cashups Translate-URL: http://weblate.jpeelaer.net/projects/ospos/cashups/ar_EG/
This commit is contained in:
@@ -1,38 +1,37 @@
|
||||
<?php
|
||||
|
||||
$lang["cashups_amount"] = "";
|
||||
$lang["cashups_amount_number"] = "";
|
||||
$lang["cashups_amount_required"] = "";
|
||||
$lang["cashups_cannot_be_deleted"] = "";
|
||||
$lang["cashups_close_date"] = "";
|
||||
$lang["cashups_close_employee"] = "";
|
||||
$lang["cashups_closed_amount_card"] = "";
|
||||
$lang["cashups_closed_amount_cash"] = "";
|
||||
$lang["cashups_closed_amount_check"] = "";
|
||||
$lang["cashups_closed_amount_due"] = "";
|
||||
$lang["cashups_closed_amount_total"] = "";
|
||||
$lang["cashups_closed_date"] = "";
|
||||
$lang["cashups_confirm_delete"] = "";
|
||||
$lang["cashups_confirm_restore"] = "";
|
||||
$lang["cashups_date_number"] = "";
|
||||
$lang["cashups_date_required"] = "";
|
||||
$lang["cashups_description"] = "";
|
||||
$lang["cashups_error_adding_updating"] = "";
|
||||
$lang["cashups_id"] = "";
|
||||
$lang["cashups_info"] = "";
|
||||
$lang["cashups_is_deleted"] = "";
|
||||
$lang["cashups_new"] = "";
|
||||
$lang["cashups_no_cashups_to_display"] = "";
|
||||
$lang["cashups_none_selected"] = "";
|
||||
$lang["cashups_note"] = "";
|
||||
$lang["cashups_one_or_multiple"] = "";
|
||||
$lang["cashups_open_amount_cash"] = "";
|
||||
$lang["cashups_open_date"] = "";
|
||||
$lang["cashups_open_employee"] = "";
|
||||
$lang["cashups_opened_date"] = "";
|
||||
$lang["cashups_successful_adding"] = "";
|
||||
$lang["cashups_successful_deleted"] = "";
|
||||
$lang["cashups_successful_updating"] = "";
|
||||
$lang["cashups_total"] = "";
|
||||
$lang["cashups_transfer_amount_cash"] = "";
|
||||
$lang["cashups_update"] = "";
|
||||
<?php
|
||||
$lang["cashups_amount"] = "قيمة المبلغ";
|
||||
$lang["cashups_amount_number"] = "قيمة المبلغ يجب ان تتكون من ارقام";
|
||||
$lang["cashups_amount_required"] = "قيمة المبلغ هي خانة إجبارية.";
|
||||
$lang["cashups_cannot_be_deleted"] = "لا يمكن حذف الصندوق النقدي";
|
||||
$lang["cashups_close_date"] = "تاريخ تسكير الصندوق";
|
||||
$lang["cashups_close_employee"] = "تم التسكير من قبل";
|
||||
$lang["cashups_closed_amount_card"] = "بطاقات ائتمان";
|
||||
$lang["cashups_closed_amount_cash"] = "الصندوق النقدي";
|
||||
$lang["cashups_closed_amount_check"] = "شيكات";
|
||||
$lang["cashups_closed_amount_due"] = "الديون";
|
||||
$lang["cashups_closed_amount_total"] = "المجموع";
|
||||
$lang["cashups_closed_date"] = "تاريخ تسكير الصندوق";
|
||||
$lang["cashups_confirm_delete"] = "هل انت متأكد من حذف الصندوق النقدي؟";
|
||||
$lang["cashups_confirm_restore"] = "هل انت متأكد من استعادة الصندوق النقدي؟";
|
||||
$lang["cashups_date_number"] = "التاريخ يجب ان يكون مكون من ارقام";
|
||||
$lang["cashups_date_required"] = "التاريخ هي خانة اجبارية";
|
||||
$lang["cashups_description"] = "الوصف";
|
||||
$lang["cashups_error_adding_updating"] = "خطأ في تعديل او اضافة صندوق نقدي";
|
||||
$lang["cashups_id"] = "كود";
|
||||
$lang["cashups_info"] = "معلومات عن الصندوق النقدي";
|
||||
$lang["cashups_is_deleted"] = "محذوف";
|
||||
$lang["cashups_new"] = "صندوق نقدي جديد";
|
||||
$lang["cashups_no_cashups_to_display"] = "لا يوجد صناديق نقدية للاظهار";
|
||||
$lang["cashups_none_selected"] = "لم يتم اختيار اي صندوق نقدي";
|
||||
$lang["cashups_note"] = "ملاحظات";
|
||||
$lang["cashups_one_or_multiple"] = "صندوق او صناديق نقدية";
|
||||
$lang["cashups_open_amount_cash"] = "بداية صندوق نقدي";
|
||||
$lang["cashups_open_date"] = "تاريخ بداية الصندوق النقدي";
|
||||
$lang["cashups_open_employee"] = "تمت بداية الصندوق النقدي من قبل";
|
||||
$lang["cashups_opened_date"] = "تاريخ بداية الصندوق النقدي";
|
||||
$lang["cashups_successful_adding"] = "تمت إضافة الصندوق النقدي بنجاح";
|
||||
$lang["cashups_successful_deleted"] = "تم حذف الصندوق النقدي بنجاح";
|
||||
$lang["cashups_successful_updating"] = "تم تعديل الصندوق النقدي بنجاح";
|
||||
$lang["cashups_total"] = "المجموع";
|
||||
$lang["cashups_transfer_amount_cash"] = "حركة الصندوق";
|
||||
$lang["cashups_update"] = "تعديل/تحديث الصندوق النقدي";
|
||||
|
||||
Reference in New Issue
Block a user