mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-17 21:41:43 -04:00
Currently translated at 87.5% (7 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/az/
13 lines
380 B
PHP
13 lines
380 B
PHP
<?php
|
||
|
||
return [
|
||
'all' => "hamısı",
|
||
'columns' => "Sütunlar",
|
||
'hide_show_pagination' => "Gizlət/Göstər səhifənin nömrələnməsin",
|
||
'loading' => "Lütfən gözləyin, səhifə yüklənir",
|
||
'page_from_to' => "Göstər {0} bundan {1} buna {2} kimi",
|
||
'refresh' => "Yenilə",
|
||
'rows_per_page' => "{0} yazı səhifədə",
|
||
'toggle' => "Keçid",
|
||
];
|