| 
				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/simulasikite.mata-lashes.com/app.bak/Language/ja/  | 
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.
 */
// Migration language settings
return [
    // Migration Runner
    'missingTable'  => 'マイグレーション・テーブルを設定する必要があります。', // Migrations table must be set.
    'disabled'      => 'マイグレーションは読み込まれていますが、無効化されているか、設定が間違っています。', // Migrations have been loaded but are disabled or setup incorrectly.
    'notFound'      => 'マイグレーション・ファイルが見つかりません。: ', // Migration file not found:
    'batchNotFound' => 'ターゲットバッチが見つかりません: ', // Target batch not found:
    'empty'         => 'マイグレーション・ファイルが見つかりませんでした。', // No Migration files found
    'gap'           => 'バージョン番号付近のマイグレーション・シーケンスに飛びがあります: ', // There is a gap in the migration sequence near version number:
    'classNotFound' => 'マイグレーション・クラス "%s" が見つかりませんでした。', // The migration class "%s" could not be found.
    'missingMethod' => 'マイグレーション・クラスには "%s" メソッドがありません。', // The migration class is missing an "%s" method.
    // Migration Command
    'migHelpLatest'   => "\t\tデータベースを最新の利用可能なマイグレーションに移行します。", // \t\tMigrates database to latest available migration.
    'migHelpCurrent'  => "\t\t'current' 設定のバージョンにデータベースを移行します。", // \t\tMigrates database to version set as 'current' in configuration.
    'migHelpVersion'  => "\tデータベースをバージョン {v} に移行します。", // \tMigrates database to version {v}.
    'migHelpRollback' => "\tすべてのマイグレーションをバージョン0に「ダウン」します", // \tRuns all migrations 'down' to version 0.
    'migHelpRefresh'  => "\t\tデータベースを一新するためにすべての移行をアンインストールして再実行します。", //\t\tUninstalls and re-runs all migrations to freshen database.
    'migHelpSeed'     => "\t[name] というseederを実行します。", // \tRuns the seeder named [name].
    'migCreate'       => "\t[name] という名前の新しいマイグレーションを作成します。", // \tCreates a new migration named [name]
    'nameMigration'   => 'マイグレーション・ファイルの名前', // Name the migration file
    'migNumberError'  => 'マイグレーション・ナンバーは3桁でなければならず、シーケンスに飛びがあってはなりません。', // Migration number must be three digits, and there must not be any gaps in the sequence.
    'rollBackConfirm' => '本当にロールバックしますか?', // Are you sure you want to rollback?
    'refreshConfirm'  => '本当にリフレッシュしますか?', // Are you sure you want to refresh?
    'latest'            => 'すべての新しいマイグレーションを実行しています...', // Running all new migrations...
    'generalFault'      => 'マイグレーション失敗!', // Migration failed!
    'migInvalidVersion' => '無効なバージョン番号です。', // Invalid version number provided.
    'toVersionPH'       => 'バージョン %s に移行しています...', // Migrating to version %s...
    'toVersion'         => 'currentバージョンに移行しています...', // Migrating to current version...
    'rollingBack'       => 'バッチへのマイグレーションをロールバック: ', // Rolling back migrations to batch:
    'noneFound'         => 'マイグレーションは見つかりませんでした。', // No migrations were found.
    'migSeeder'         => 'seeder名', // Seeder name
    'migMissingSeeder'  => 'seeder名が必要です。', // You must provide a seeder name.
    'nameSeeder'        => 'seederファイル名', // Name the seeder file
    'removed'           => 'ロールバック: ', // Rolling back:
    'added'             => '実行中: ', // Running:
    // Migrate Status
    'namespace' => '名前空間', // Namespace
    'filename'  => 'ファイル名', // Filename
    'version'   => 'バージョン', // Version
    'group'     => 'グループ', // Group
    'on'        => '移行先: ', // Migrated On:
    'batch'     => 'バッチ', // Batch
];