Files
einundzwanzig-verein/lang/vendor/livewire-powergrid/fa/datatable.php
2024-09-29 18:21:09 +02:00

76 lines
2.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'buttons' => [
'filter' => 'فیلتر',
'clear_all_filters' => 'حذف همه',
],
'labels' => [
'action' => 'اقدام ها',
'results_per_page' => 'آیتم در صفحه',
'clear_filter' => 'بدون فیلتر',
'no_data' => 'هیچ رکوردی یافت نشد',
'all' => 'همه',
'selected' => 'انتخاب شد',
'filtered' => 'پالوده',
],
'placeholders' => [
'search' => 'جستجو...',
'select' => 'انتخاب یک بازه زمانی',
],
'pagination' => [
'showing' => 'نمایش',
'to' => 'تا',
'of' => 'از',
'results' => 'نتایج',
'all' => 'همه',
],
'multi_select' => [
'select' => 'انتخاب',
'all' => 'همه',
],
'select' => [
'select' => 'انتخاب',
'all' => 'همه',
],
'boolean_filter' => [
'all' => 'همه',
],
'input_text_options' => [
'is' => 'برابرباشد',
'is_not' => 'برابرنباشد',
'contains' => 'شامل',
'contains_not' => 'شامل نباشد',
'starts_with' => 'شروع شود با',
'ends_with' => 'خاتمه یابد با',
'is_null' => 'is_null',
'is_not_null' => 'is_not_null',
'is_blank' => 'is_blank',
'is_not_blank' => 'is_not_blank',
'is_empty' => 'is_empty',
'is_not_empty' => 'is_not_empty',
],
'export' => [
'exporting' => 'لطفا صبر کنید!',
'completed' => 'صادرات به پایان رسید! فایل های شما آماده بارگیری هستند',
],
'soft_deletes' => [
'message_with_trashed' => 'نمایش همه سطرها همراه با حذف شده ها.',
'message_only_trashed' => 'نمایش حذف شده ها.',
'without_trashed' => 'بدون حذف شده ها',
'with_trashed' => 'همراه حذف شده ها',
'only_trashed' => 'فقط حذف شده ها',
],
'multi_sort' => [
'message' => 'سطح چند مدله فعال شد',
],
'buttons_macros' => [
'confirm' => [
'message' => 'آیا از انجام این اقدام اطمینان دارید؟',
],
'confirm_prompt' => [
'message' => "آیا از انجام این کار اطمینان دارید؟\n\n برای تایید :confirmValue را وارد کنید.",
],
],
];