updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'تعداد',
'price' => 'قيمت',
'sub_total' => 'جمع کل',
'discount' => 'Discount',
'discount' => 'تخفیف',
'tax_total' => 'مجموع مالیات',
'total' => 'مجموع',
'item_name' => 'نام آیتم | نام آیتم ها',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'show_discount' => 'تخفیف: discount%',
'add_discount' => 'اضافه کردن تخفیف',
'discount_desc' => 'از جمع کل',
'payment_due' => 'سررسید پرداخت',
'amount_due' => 'مقدار سررسید',
@ -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',
],
],
],
];