mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 19:26:22 -04:00
25 lines
1.6 KiB
PHP
25 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'all_time' => 'ஆதி முதல்',
|
|
'apply' => 'உபயோகி',
|
|
'cancel' => 'ரத்துசெய்',
|
|
'custom' => 'நான் தேர்ந்தெடுக்கிறேன்',
|
|
'from' => 'இருந்து',
|
|
'last_30' => 'கடந்த 30 நாட்கள்',
|
|
'last_7' => 'கடைசி 7 நாட்கள்',
|
|
'last_financial_year' => 'கடந்த நிதியாண்டு',
|
|
'last_month' => 'கடந்த மாதம்',
|
|
'last_year' => 'கடந்த ஆண்டு',
|
|
'same_month_last_year' => 'கடந்த ஆண்டு இதே மாதம்',
|
|
'same_month_to_same_day_last_year' => 'கடந்த ஆண்டு அதே நாளில் அதே மாதம்',
|
|
'this_financial_year' => 'நடப்பு நிதியாண்டு',
|
|
'this_month' => 'நடப்பு மாதம்',
|
|
'this_year' => 'இந்த வருடம்',
|
|
'to' => 'வரை',
|
|
'today' => 'இன்று',
|
|
'today_last_year' => 'கடந்த ஆண்டு இன்று',
|
|
'weekstart' => '0',
|
|
'yesterday' => 'நேற்று',
|
|
];
|