mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
496 B
PHP
12 lines
496 B
PHP
<?php
|
||
return [
|
||
'tables_all' => 'همه',
|
||
'tables_columns' => 'ستون ها',
|
||
'tables_hide_show_pagination' => 'پنهان کردن / نمایش صفحه بندی',
|
||
'tables_loading' => '...در حال بارگزاری، لطفا منتظر بمانید',
|
||
'tables_page_from_to' => 'نمایش {0} تا {1} از {2} ردیف',
|
||
'tables_refresh' => 'تازه کردن',
|
||
'tables_rows_per_page' => 'صفر ردیف در هر صفحه',
|
||
'tables_toggle' => 'تغییر وضعیت',
|
||
];
|