mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-17 05:19:43 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/fa/
13 lines
451 B
PHP
13 lines
451 B
PHP
<?php
|
||
|
||
return [
|
||
'all' => "همه",
|
||
'columns' => "ستون ها",
|
||
'hide_show_pagination' => "پنهان کردن / نمایش صفحه بندی",
|
||
'loading' => "در حال بارگزاری، لطفا منتظر بمانید",
|
||
'page_from_to' => "نمایش {0} تا {1} از {2} ردیف",
|
||
'refresh' => "تازه کردن",
|
||
'rows_per_page' => "صفر ردیف در هر صفحه",
|
||
'toggle' => "تغییر وضعیت",
|
||
];
|