updated translations
This commit is contained in:
@ -41,6 +41,18 @@ return [
|
||||
|
||||
'messages' => [
|
||||
'received' => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!',
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'receive' => [
|
||||
'draft' => 'Not sent',
|
||||
'received' => 'Received on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -7,5 +7,10 @@ return [
|
||||
|
||||
'error' => [
|
||||
'email' => 'البريد الإلكتروني مسجل مسبقاً.'
|
||||
]
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => ':customer made :amount payment to invoice number :invoice_number.',
|
||||
'button' => 'Show',
|
||||
],
|
||||
];
|
||||
|
@ -4,6 +4,7 @@ return [
|
||||
|
||||
'version' => 'إصدار',
|
||||
'powered' => 'بواسطة أكاونتينج',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => 'برنامج محاسبي مجاني',
|
||||
|
||||
];
|
||||
|
@ -38,6 +38,10 @@ return [
|
||||
'numbers' => 'الرقم|الأرقام',
|
||||
'statuses' => 'الحالة|الحالات',
|
||||
'others' => 'الأخرى|الأخريات',
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'deposits' => 'Deposit|Deposits',
|
||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
||||
|
||||
'dashboard' => 'لوحة التحكم',
|
||||
'banking' => 'الخدمات المصرفية',
|
||||
@ -81,6 +85,7 @@ return [
|
||||
'color' => 'اللون',
|
||||
'save' => 'حفظ',
|
||||
'cancel' => 'إلغاء',
|
||||
'loading' => 'Loading...',
|
||||
'from' => 'من',
|
||||
'to' => 'إلى',
|
||||
'print' => 'طباعة',
|
||||
@ -101,12 +106,27 @@ return [
|
||||
'partially' => 'جزئي',
|
||||
'partially_paid' => 'مدفوع جزئياً',
|
||||
'export' => 'تصدير',
|
||||
'finish' => 'Finish',
|
||||
'wizard' => 'Wizard',
|
||||
'skip' => 'Skip',
|
||||
'enable' => 'تفعيل',
|
||||
'disable' => 'تعطيل',
|
||||
'select_all' => 'Select All',
|
||||
'unselect_all' => 'Unselect All',
|
||||
'go_to' => 'Go to :name',
|
||||
'created_date' => 'Created Date',
|
||||
'period' => 'Period',
|
||||
'start' => 'Start',
|
||||
'end' => 'End',
|
||||
'clear' => 'Clear',
|
||||
'difference' => 'Difference',
|
||||
|
||||
'title' => [
|
||||
'new' => 'إضافة :type',
|
||||
'edit' => 'تعديل :type',
|
||||
'create' => 'Create :type',
|
||||
'send' => 'Send :type',
|
||||
'get' => 'Get :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
@ -118,4 +138,11 @@ return [
|
||||
'no_file_selected' => 'لم يتم اختيار أي ملف...',
|
||||
],
|
||||
|
||||
'date_range' => [
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'last_days' => 'Last :day Days',
|
||||
'this_month' => 'This Month',
|
||||
'last_month' => 'Last Month',
|
||||
],
|
||||
];
|
||||
|
@ -11,5 +11,6 @@ return [
|
||||
'items_stock' => '{1} :count منتج غير متوفر|[2,*] :count منتجات غير متوفرة',
|
||||
'view_all' => 'عرض الكل'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
|
||||
];
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
'mark_sent' => 'التحديد كمرسل',
|
||||
'download_pdf' => 'تحميل PDF',
|
||||
'send_mail' => 'إرسال بريد إلكتروني',
|
||||
'all_invoices' => 'Login to view all invoices',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'مسودة',
|
||||
@ -45,6 +46,18 @@ return [
|
||||
'email_sent' => 'تم إرسال الفاتورة بنجاح!',
|
||||
'marked_sent' => 'تم تحديد الفاتورة كفاتورة مرسلة بنجاح!',
|
||||
'email_required' => 'لا يوجد عنوان البريد إلكتروني لهذا العميل!',
|
||||
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'send' => [
|
||||
'draft' => 'Not sent',
|
||||
'sent' => 'Sent on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
|
@ -8,7 +8,10 @@ return [
|
||||
'sku' => 'رمز SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'تم إرسال هذه الرسالة لإبلاغك بأن :name قد نفد من المخزون.',
|
||||
'message' => [
|
||||
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
||||
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
|
||||
],
|
||||
'button' => 'عرض الآن',
|
||||
],
|
||||
|
||||
|
@ -12,7 +12,7 @@ return [
|
||||
'disabled' => 'تم تعطيل :type!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'خطأ: لم تتم إضافة الدفع! القيمة المتبقية تجاوزت المجموع.',
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'not_user_company' => 'خطأ: غير مسموح لك بإدارة هذه الشركة!',
|
||||
'customer' => 'خطأ: لم تتم إضافة المستخدم! :name يستخدم هذا البريد الإلكتروني مسبقاً.',
|
||||
'no_file' => 'خطأ: لم يتم تحديد أي ملف!',
|
||||
|
@ -16,6 +16,8 @@ return [
|
||||
'no_apps' => 'لا توجد تطبيقات فى هذه الفئة حتى الآن.',
|
||||
'developer' => 'هل أنت مطوّر؟ <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank"> هنا</a> يمكنك أن تتعلم كيفية إنشاء تطبيق وبدء البيع من اليوم!',
|
||||
|
||||
'recommended_apps' => 'Recommended Apps',
|
||||
|
||||
'about' => 'حول',
|
||||
|
||||
'added' => 'تمت الإضافة',
|
||||
@ -32,15 +34,28 @@ return [
|
||||
'installation' => 'التثبيت',
|
||||
'faq' => 'الأسئلة الشائعة',
|
||||
'changelog' => 'سجل التغييرات',
|
||||
'reviews' => 'Reviews',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'تثبيت التطبيق',
|
||||
'download' => 'جاري تحميل ملف :module.',
|
||||
'unzip' => 'جاري استخراج ملفات :module.',
|
||||
'file_copy' => 'Copying :module files.',
|
||||
'migrate' => 'Applying :module updates.',
|
||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
||||
'install' => 'جاري تثبيت ملفات :module.',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'download' => ':module can not download!',
|
||||
'upload' => 'Downloaded :module can not saved!',
|
||||
'unzip' => ':module can not unzip!',
|
||||
'file_copy' => ':module files can not copy!',
|
||||
'migrate' => ':module migrate broken!',
|
||||
'migrate core' => ':module already latest version so then yon can not update.',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'مثبت',
|
||||
],
|
||||
@ -55,4 +70,11 @@ return [
|
||||
'purchased' => 'التي تم شراؤها',
|
||||
'installed' => 'التي تم تثبيتها',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
];
|
||||
|
14
resources/lang/ar-SA/reconciliations.php
Normal file
14
resources/lang/ar-SA/reconciliations.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'reconcile' => 'Reconcile',
|
||||
'reconciled' => 'Reconciled',
|
||||
'closing_balance' => 'Closing Balance',
|
||||
'unreconciled' => 'Unreconciled',
|
||||
'list_transactions' => 'List Transactions',
|
||||
'start_date' => 'Start Date',
|
||||
'end_date' => 'End Date',
|
||||
'cleared_amount' => 'Cleared Amount',
|
||||
|
||||
];
|
@ -33,6 +33,16 @@ return [
|
||||
'digit' => 'عدد الأرقام',
|
||||
'next' => 'الرقم التالي',
|
||||
'logo' => 'الشعار',
|
||||
'custom' => 'Custom',
|
||||
'item_name' => 'Item Name',
|
||||
'item' => 'Items',
|
||||
'product' => 'Products',
|
||||
'service' => 'Services',
|
||||
'price_name' => 'Price Name',
|
||||
'price' => 'Price',
|
||||
'rate' => 'Rate',
|
||||
'quantity_name' => 'Quantity Name',
|
||||
'quantity' => 'Quantity',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'الافتراضي',
|
||||
@ -66,6 +76,8 @@ return [
|
||||
'bill_days' => 'إرسال قبل ميعاد الاستحقاق بأيام',
|
||||
'cron_command' => 'أمر التكرار',
|
||||
'schedule_time' => 'ساعة البدء',
|
||||
'send_item_reminder'=> 'Send Item Reminder',
|
||||
'item_stocks' => 'Send When Item Stock',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'الظهور',
|
||||
|
@ -102,6 +102,7 @@ return [
|
||||
'rule-name' => 'رسالة مخصصة',
|
||||
],
|
||||
'invalid_currency' => 'رمز خانة :attribute غير صحيحة.',
|
||||
'invalid_amount' => 'The amount :attribute is invalid.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user