mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
- Changes for following best practice for CI4 localization - Norwegian and Urdu languages now working again - Sort languages by alphabet in config
12 lines
358 B
PHP
12 lines
358 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",
|
||
];
|