mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 23:24:16 -04:00
12 lines
392 B
PHP
12 lines
392 B
PHP
<?php
|
||
return [
|
||
"tables_all" => "tüm",
|
||
"tables_columns" => "Sütun",
|
||
"tables_hide_show_pagination" => "Sayfalandırmayı Gizle/Göster",
|
||
"tables_loading" => "Yükleniyor, lütfen bekleyin...",
|
||
"tables_page_from_to" => "{2} kayıttan {0} - {1} görüntüleniyor",
|
||
"tables_refresh" => "Yenile",
|
||
"tables_rows_per_page" => "Sayfa başına {0} satır",
|
||
"tables_toggle" => "Değiştir",
|
||
];
|