51 lines
2.0 KiB
PHP
51 lines
2.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Common Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used during common CRUD operations.
|
|
|
|
|
*/
|
|
|
|
'add' => 'اضافه کړئ',
|
|
'edit' => 'سمول',
|
|
'save' => 'خوندي کړئ',
|
|
'update' => 'تازه کړئ',
|
|
'action' => 'عمل',
|
|
'actions' => 'کړنې',
|
|
'view' => 'وګوره',
|
|
'delete' => 'پاک کړئ',
|
|
'close' => 'وتړئ',
|
|
'something_went_wrong' => 'یو څه خراب شو، لطفا وروسته بیا هڅه وکړئ',
|
|
'required' => 'دغه سیمی ته اړتیا ده',
|
|
'please_select' => 'لطفا غوره کړئ',
|
|
'cancel' => 'لغوه کړئ',
|
|
'date' => 'نیټه',
|
|
'filter_by_date' => 'د نیټې فلټر',
|
|
'location' => 'ځای',
|
|
'go_back' => 'بيرته لاړ شه',
|
|
'due_tooltip' => '-ve value = Amount to pay <br> +ve value = Amount to receive',
|
|
'purchase_due_tooltip' => '-ve value = Amount to receive <br> +ve value = Amount to pay',
|
|
'yes' => 'هو',
|
|
'no' => 'نه',
|
|
'all' => 'ټول',
|
|
'settings' => 'ترتیبونه',
|
|
'business_location_settings' => 'د سوداګرۍ د ځای ترتیبونه',
|
|
'print' => 'چاپ',
|
|
'submit' => 'سپارل',
|
|
'purchase_sell_mismatch_exception' => 'ERROR: NOT ALLOWED: Mismatch between sold and purchase quantity. Product: :product',
|
|
'purchase_stock_adjustment_mismatch_exception' => 'ERROR: NOT ALLOWED: Mismatch between stock adjustment and purchase quantity. Product: :product',
|
|
'transaction_edit_not_allowed' => 'د راکړې ورکړې سمون اجازه نه ورکوي پسله :days days.',
|
|
'name' => 'نوم',
|
|
'price' => 'بیه',
|
|
'activate' => 'فعال کړئ',
|
|
'deactivate' => 'غیر فعاله کړئ',
|
|
'print_detailed' => 'تفصيلي چاپ',
|
|
'print_mini' => 'ميني چاپ',
|
|
'opening' => 'پرانيسته',
|
|
];
|