Files
opensourcepos/app/Language/ta/Bootstrap_tables.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

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" => "நிலைமாற்று",
];