mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 19:17:51 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
13 lines
468 B
PHP
13 lines
468 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",
|
||
];
|