|
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/public_html/kite.mata-lashes.com/app/Language/ml/ |
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}',
'invalidDay' => 'ദിവസങ്ങൾ 1 നും 31 നും ഇടയിലായിരിക്കണം. നൽകിയിരിക്കുന്നത്: {0}',
'invalidOverDay' => 'ദിവസങ്ങൾ 1 നും {0 between നും ഇടയിലായിരിക്കണം. നൽകിയിരിക്കുന്നത്: {1}',
'invalidHours' => 'സമയം 0 നും 23 നും ഇടയിലായിരിക്കണം. നൽകിയിരിക്കുന്നത്: {0}',
'invalidMinutes' => 'മിനിറ്റ് 0 നും 59 നും ഇടയിലായിരിക്കണം. നൽകിയിരിക്കുന്നത്: {0}',
'invalidSeconds' => 'സെക്കൻഡ് 0 നും 59 നും ഇടയിലായിരിക്കണം. നൽകിയിരിക്കുന്നത്: {0}',
'ago' => '{0} മുമ്പ്',
'yesterday' => 'ഇന്നലെ',
'tomorrow' => 'നാളെ',
'now' => 'ഇപ്പോൾ',
];