mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -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
747 B
PHP
13 lines
747 B
PHP
<?php
|
|
|
|
return [
|
|
"all" => "அனைத்தும்",
|
|
"columns" => "நெடுவரிசை",
|
|
"hide_show_pagination" => "பக்கமாக்கலை காண்பி / மறை",
|
|
"loading" => "பதிவேறுகிறது, காத்திருக்கவும்...",
|
|
"page_from_to" => "{2} வரிசைகளில் {0} முதல் {1} வரை காட்டுகிறது",
|
|
"refresh" => "புதுப்பிக்கவும்",
|
|
"rows_per_page" => "ஒரு பக்கத்திற்கு {0} வரிசைகள்",
|
|
"toggle" => "நிலைமாற்று",
|
|
];
|