|
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.
*/
// CLI language settings
return [
'commandNotFound' => '"{0}" විධානය හමු නොවීය.', // Command "{0}" not found.
'altCommandSingular' => 'ඔබ මෙය අදහස් කළේද?', // Did you mean this?
'altCommandPlural' => 'ඔබ අදහස් කළේ මෙයින් එකක්ද?', // Did you mean one of these?
'helpUsage' => 'භාවිතය:', // Usage:
'helpDescription' => 'විස්තරය:', // Description:
'helpOptions' => 'විකල්ප:', // Options:
'helpArguments' => 'තර්ක:', // Arguments:
'invalidColor' => 'අවලංගු {0} වර්ණය: {1}.', // Invalid {0} color: {1}.
// Generators
'generateClassName' => 'Class එකේ නම', // Name of class
'generateParentClass' => 'Extend කිරීම සඳහා parent class හි නම', // Name of parent class to extend from
'generateFileExists' => '{0} දැනටමත් පවතී.', // {0} already exists.
'generateFileSuccess' => 'සාදන ලද ගොනුව: ', // Created file:
'generateFileError' => 'ගොනුව සෑදීමේ ඇතිවූ දෝෂයකි: ', // Error in creating file:
'namespaceNotDefined' => 'නේම්ස්පේස් "{0}" අර්ථ දක්වා නැත.', // Namespace "{0}" is not defined.
];