mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 19:26:22 -04:00
13 lines
468 B
PHP
13 lines
468 B
PHP
<?php
|
||
|
||
return [
|
||
'all' => 'hamısı',
|
||
'columns' => 'Sütunlar',
|
||
'hide_show_pagination' => 'Gizlət/Göstər səhifənin nömrələnməsin',
|
||
'loading' => 'Lütfən gözləyin, səhifə yüklənir...',
|
||
'page_from_to' => 'Göstər {0} bundan {1} buna {2} kimi',
|
||
'refresh' => 'Yenilə',
|
||
'rows_per_page' => '{0} yazı səhifədə',
|
||
'toggle' => 'Keçid',
|
||
];
|