| 
				Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app.bak300125/Language/si/  | 
Upload File :  | 
<?php
/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <admin@codeigniter.com>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */
// Time language settings
return [
    'invalidMonth'   => 'මාස විය හැක්කේ 1 ත් 12 ත් අතරය. ලබාදී ඇත්තේ: {0}', // Months must be between 1 and 12. Given: {0}
    'invalidDay'     => 'දින විය හැක්කේ 1 ත් 31 ත් අතරය. ලබාදී ඇත්තේ: {0}', // Days must be between 1 and 31. Given: {0}
    'invalidOverDay' => 'දින විය හැක්කේ 1 ත් {0} ත් අතරය. ලබාදී ඇත්තේ: {1}', // Days must be between 1 and {0}. Given: {1}
    'invalidHours'   => 'පැය විය හැක්කේ 0 ත් 23 ත් අතරය. ලබාදී ඇත්තේ: {0}', // Hours must be between 0 and 23. Given: {0}
    'invalidMinutes' => 'මිනිත්තු විය හැක්කේ 0 ත් 59 ත් අතරය. ලබාදී ඇත්තේ: {0}', // Minutes must be between 0 and 59. Given: {0}
    'invalidSeconds' => 'තත්පර විය හැක්කේ 0 ත් 59 ත් අතරය. ලබාදී ඇත්තේ: {0}', // Seconds must be between 0 and 59. Given: {0}
    'years'          => '{0, plural, =1{# අවුරුද්දයි} other{# අවුරුදු}}', // {0, plural, =1{# year} other{# years}}
    'months'         => '{0, plural, =1{# මාසයයි} other{# මාස}}', // {0, plural, =1{# month} other{# months}}
    'weeks'          => '{0, plural, =1{# සතියයි} other{# සති}}', // {0, plural, =1{# week} other{# weeks}}
    'days'           => '{0, plural, =1{# දවසයි} other{# දවස්}}', // {0, plural, =1{# day} other{# days}}
    'hours'          => '{0, plural, =1{# පැයයි} other{# පැය}}', // {0, plural, =1{# hour} other{# hours}}
    'minutes'        => '{0, plural, =1{# මිනිත්තුවයි} other{# මිනිත්තු}}', // {0, plural, =1{# minute} other{# minutes}}
    'seconds'        => '{0, plural, =1{# තත්පරයයි} other{# තත්පර}}', // {0, plural, =1{# second} other{# seconds}}
    'ago'            => '{0} පෙර', // {0} ago
    'inFuture'       => '{0} කින්', // in {0}
    'yesterday'      => 'ඊයේ', // Yesterday
    'tomorrow'       => 'හෙට', // Tomorrow
    'now'            => 'මේ දැන්', // Just now
];