mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
12 lines
336 B
PHP
12 lines
336 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",
|
||
];
|