<?php
/**
* This file is part of Aksara CMS, both framework and publishing
* platform.
*
* @author Aby Dahana <abydahana@gmail.com>
* @copyright (c) Aksara Laboratory <https://aksaracms.com>
* @license MIT License
*
* This source file is subject to the MIT license that is bundled
* with this source code in the LICENSE.txt file.
*
* When the signs come, those who don't believe at "that time"
* will have only two choices, commit suicide or become brutal.
*/
declare(strict_types=1);
/**
* 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 [
'altCommandPlural' => 'Có ph?i b?n mu?n th?c hi?n m?t trong nh?ng l?nh này?',
'altCommandSingular' => 'Có ph?i b?n mu?n th?c hi?n l?nh này?',
'commandNotFound' => 'Không t́m th?y l?nh "{0}".',
'generator' => [
'cancelOperation' => '?ă h?y thao tác.',
'className' => [
'cell' => 'Tên l?p Cell',
'command' => 'Tên l?p Command',
'config' => 'Tên l?p Config',
'controller' => 'Tên l?p Controller',
'default' => 'Tên l?p m?c ??nh',
'entity' => 'Tên l?p Entity',
'filter' => 'Tên l?p Filter',
'migration' => 'Tên l?p Migration',
'model' => 'Tên l?p Model',
'seeder' => 'Tên l?p Seeder',
'test' => 'Tên l?p Test',
'validation' => 'Tên l?p Validation',
],
'commandType' => 'Lo?i l?nh',
'databaseGroup' => 'Nhóm c? s? d? li?u',
'fileCreate' => '?ă t?o t?p: {0}',
'fileError' => 'L?i khi t?o t?p: {0}',
'fileExist' => 'T?p ?ă t?n t?i: {0}',
'fileOverwrite' => 'T?p ?ă b? ghi ?è: {0}',
'parentClass' => 'L?p cha',
'returnType' => 'Ki?u tr? v?',
'tableName' => 'Tên b?ng',
'usingCINamespace' => 'C?nh báo: Khi s? d?ng namespace "CodeIgniter", t?p s? ???c t?o trong th? m?c h? th?ng.',
'viewName' => [
'cell' => 'Tên giao di?n Cell',
],
],
'helpArguments' => 'Tham s?:',
'helpDescription' => 'Mô t?:',
'helpOptions' => 'Tùy ch?n:',
'helpUsage' => 'Cách s? d?ng:',
'invalidColor' => 'Màu {0} không h?p l?: {1}.',
'namespaceNotDefined' => 'Namespace "{0}" ch?a ???c ??nh ngh?a.',
];
|