PHP Classes

File: aksara/Language/vi/Migrations.php

Recommend this page to a friend!
  Packages of Aby Dahana   Aksara   aksara/Language/vi/Migrations.php   Download  
File: aksara/Language/vi/Migrations.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change:
Date: 1 month ago
Size: 3,553 bytes
 

Contents

Class file image Download
<?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.
 */

// Migration language settings
return [
   
// Migration Runner
   
'missingTable' => 'B?ng di trú ph?i ???c thi?t l?p.',
   
'disabled' => 'Di trú ?ă ???c t?i, nh?ng b? vô hi?u hóa ho?c ???c c?u h́nh sai.',
   
'notFound' => 'T?p di trú không ???c t́m th?y: ',
   
'batchNotFound' => 'S? batch m?c tiêu không ???c t́m th?y: ',
   
'empty' => 'Không t́m th?y t?p di trú nào',
   
'gap' => 'Có m?t kho?ng tr?ng trong chu?i di trú g?n s? phiên b?n: ',
   
'classNotFound' => 'L?p di trú "%s" không th? ???c t́m th?y.',
   
'missingMethod' => 'L?p di trú thi?u m?t ph??ng th?c "%s".',

   
// Migration Command
   
'migHelpLatest' => "\t\tDi chuy?n c? s? d? li?u ??n di trú m?i nh?t có s?n.",
   
'migHelpCurrent' => "\t\tDi chuy?n c? s? d? li?u ??n phiên b?n ???c thi?t l?p là hi?n t?i ('current') trong c?u h́nh.",
   
'migHelpVersion' => "\tDi chuy?n c? s? d? li?u ??n phiên b?n {v}.",
   
'migHelpRollback' => "\tTh?c hi?n t?t c? các di trú 'xu?ng' ??n phiên b?n 0.",
   
'migHelpRefresh' => "\t\tG? cài ??t và th?c hi?n l?i t?t c? các di trú ?? làm m?i c? s? d? li?u.",
   
'migHelpSeed' => "\tX? lư d? li?u ví d? v?i tên [name].",
   
'migCreate' => "\tT?o m?t di trú m?i v?i tên [name]",
   
'nameMigration' => '??t tên t?p di trú',
   
'migNumberError' => 'S? di trú ph?i có ba ch? s? và không ???c có kho?ng tr?ng trong chu?i.',
   
'rollBackConfirm' => 'Có th?c s? mu?n th?c hi?n rollback c? s? d? li?u không?',
   
'refreshConfirm' => 'Có th?c s? mu?n làm m?i c? s? d? li?u không?',

   
'latest' => 'Th?c hi?n di trú m?i...',
   
'generalFault' => 'Di trú không thành công!',
   
'migrated' => 'Di trú ?ă hoàn thành.',
   
'migInvalidVersion' => 'S? phiên b?n không h?p l? ?ă ???c ch? ??nh.',
   
'toVersionPH' => 'Di chuy?n ??n phiên b?n %s...',
   
'toVersion' => 'Di chuy?n ??n phiên b?n hi?n t?i...',
   
'rollingBack' => 'Rollback t?t c? các di trú ??n s? batch: ',
   
'noneFound' => 'Không t́m th?y di trú nào.',
   
'migSeeder' => 'Tên d? li?u ví d?',
   
'migMissingSeeder' => 'C?n ph?i ch? ??nh m?t tên d? li?u ví d?.',
   
'nameSeeder' => '??t tên t?p d? li?u ví d?',
   
'removed' => 'Quay l?i: ',
   
'added' => 'Th?c hi?n: ',

   
// Migrate Status
   
'namespace' => 'Không gian tên',
   
'filename' => 'Tên t?p',
   
'version' => 'Phiên b?n',
   
'group' => 'Nhóm',
   
'on' => 'Di trú vào lúc: ',
   
'batch' => 'Batch',
];