mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
12 lines
425 B
PHP
12 lines
425 B
PHP
<?php
|
||
return [
|
||
"tables_all" => "hamısı",
|
||
"tables_columns" => "Sütunlar",
|
||
"tables_hide_show_pagination" => "Gizlət/Göstər səhifənin nömrələnməsin",
|
||
"tables_loading" => "Lütfən gözləyin, səhifə yüklənir...",
|
||
"tables_page_from_to" => "Göstər {0} bundan {1} buna {2} kimi",
|
||
"tables_refresh" => "Yenilə",
|
||
"tables_rows_per_page" => "{0} yazı səhifədə",
|
||
"tables_toggle" => "Keçid",
|
||
];
|