mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-05 07:01:09 -05:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/ckb/
13 lines
460 B
PHP
13 lines
460 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "هەموو",
|
|
'columns' => "ستنوونەکان",
|
|
'hide_show_pagination' => "شاردنەوە/پێشاندانی لاپەڕەسازی",
|
|
'loading' => "بارکردن، تکایە چاوەڕوان بن...",
|
|
'page_from_to' => "پیشاندانی {0} بۆ {1} لە {2} ڕیزەکان",
|
|
'refresh' => "ڕفرێش",
|
|
'rows_per_page' => "{0} ڕیز بۆ هەر لاپەڕەیەک",
|
|
'toggle' => "دوگمە",
|
|
];
|