mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-17 13:31:07 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/ta/
13 lines
659 B
PHP
13 lines
659 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "அனைத்தும்",
|
|
'columns' => "நெடுவரிசை",
|
|
'hide_show_pagination' => "பக்கமாக்கலை காண்பி / மறை",
|
|
'loading' => "பதிவேறுகிறது, காத்திருக்கவும்",
|
|
'page_from_to' => "{2} வரிசைகளில் {0} முதல் {1} வரை காட்டுகிறது",
|
|
'refresh' => "புதுப்பிக்கவும்",
|
|
'rows_per_page' => "ஒரு பக்கத்திற்கு {0} வரிசைகள்",
|
|
'toggle' => "நிலைமாற்று",
|
|
];
|