mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-17 21:41:43 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/tr/
13 lines
358 B
PHP
13 lines
358 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",
|
||
];
|