mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-06 08:11:12 -05:00
12 lines
485 B
PHP
12 lines
485 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" => "تغییر وضعیت",
|
||
];
|