|
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/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.
*/
// Database language settings
return [
'invalidEvent' => '{0} സാധുവായ ഒരു മോഡൽ ഇവന്റ് കോൾബാക്ക് അല്.',
'invalidArgument' => 'നിങ്ങൾ സാധുവായ {0} നൽകണം.',
'invalidAllowedFields' => 'മോഡലിനായി അനുവദനീയമായ ഫീൽഡുകൾ വ്യക്തമാക്കണം: {0}',
'emptyDataset' => '{0} ലേക്ക് ഡാറ്റയൊന്നുമില്.',
'failGetFieldData' => 'ഡാറ്റാബേസിൽ നിന്ന് ഫീൽഡ് ഡാറ്റ നേടുന്നതിൽ പരാജയപ്പെട്ടു.',
'failGetIndexData' => 'ഡാറ്റാബേസിൽ നിന്ന് സൂചിക ഡാറ്റ നേടുന്നതിൽ പരാജയപ്പെട്ടു.',
'failGetForeignKeyData' => 'ഡാറ്റാബേസിൽ നിന്ന് വിദേശ കീ ഡാറ്റ നേടുന്നതിൽ പരാജയപ്പെട്ടു.',
'parseStringFail' => 'കീ സ്ട്രിംഗ് പാഴ്സുചെയ്യുന്നത് പരാജയപ്പെട്ടു.',
'featureUnavailable' => 'നിങ്ങൾ ഉപയോഗിക്കുന്ന ഡാറ്റാബേസിനായി ഈ സവിശേഷത ലഭ്യമല്ല.',
'tableNotFound' => 'നിലവിലെ ഡാറ്റാബേസിൽ `{0}` പട്ടിക കണ്ടെത്തിയില്ല.',
'noPrimaryKey' => '`{0}` മോഡൽ ക്ലാസ് ഒരു പ്രാഥമിക കീ വ്യക്തമാക്കുന്നില്ല.',
'noDateFormat' => '`{0}` മോഡൽ ക്ലാസിന് സാധുവായ തീയതി ഫോർമാറ്റ് ഇല്ല.',
'fieldNotExists' => 'ഫീൽഡ് `{0}` കണ്ടെത്തിയില്ല.',
'forEmptyInputGiven' => '`{0}` ഫീൽഡിനായി ശൂന്യമായ പ്രസ്താവന നൽകിയിരിക്കുന്നു',
'forFindColumnHaveMultipleColumns' => 'നിരയുടെ പേരിൽ ഒരൊറ്റ നിര മാത്രമേ അനുവദിക്കൂ.',
];