Files
snipe-it/resources/lang/si-LK/datepicker.php
T
2025-10-06 10:39:04 +01:00

79 lines
2.4 KiB
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'today' => 'අද',
'clear' => 'Clear',
'days' => [
'sunday' => 'ඉරිදා',
'monday' => 'සඳුදා',
'tuesday' => 'අඟහරුවාදා',
'wednesday' => 'බදාදා',
'thursday' => 'බ්‍රහස්පතින්දා',
'friday' => 'සිකුරාදා',
'saturday' => 'සෙනසුරාදා',
],
'short_days' => [
'sunday' => 'ඉරි',
'monday' => 'සඳු',
'tuesday' => 'අඟ',
'wednesday' => 'බදා',
'thursday' => 'බ්‍රහ',
'friday' => 'සිකු',
'saturday' => 'සෙන',
],
'min_days' => [
'sunday' => 'ඉ',
'monday' => 'ස',
'tuesday' => 'අ',
'wednesday' => 'බ',
'thursday' => 'බ්‍ර',
'friday' => 'සි',
'saturday' => 'සෙ',
],
'months' => [
'january' => 'ජනවාරි',
'february' => 'පෙබරවාරි',
'march' => 'මාර්තු',
'april' => 'අප්‍රේල්',
'may' => 'මැයි',
'june' => 'ජූනි',
'july' => 'ජූලි',
'august' => 'අගෝස්තු',
'september' => 'සැප්තැම්බර්',
'october' => 'ඔක්තෝබර්',
'november' => 'නොවැම්බර්',
'december' => 'දෙසැම්බර්',
],
'months_short' => [
'january' => 'ජන',
'february' => 'පෙබ',
'march' => 'මාර්තු',
'april' => 'අප්‍රේල්',
'may' => 'මැයි',
'june' => 'ජූනි',
'july' => 'ජූලි',
'august' => 'අගෝ',
'september' => 'සැප්',
'october' => 'ඔක්',
'november' => 'නොවැ',
'december' => 'දෙසැ',
],
);