mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 03:39:06 -04:00
13 lines
446 B
PHP
13 lines
446 B
PHP
<?php
|
||
|
||
return [
|
||
'all' => 'tüm',
|
||
'columns' => 'Sütun',
|
||
'hide_show_pagination' => 'Sayfalandırmayı Gizle/Göster',
|
||
'loading' => 'Yükleniyor, lütfen bekleyin...',
|
||
'page_from_to' => '{2} kayıttan {0} - {1} görüntüleniyor',
|
||
'refresh' => 'Yenile',
|
||
'rows_per_page' => 'Sayfa başına {0} satır',
|
||
'toggle' => 'Değiştir',
|
||
];
|