|
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.bak17jan25/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.
*/
// Core language settings
return [
'copyError' => 'ファイル({0})を置換しようとしたときにエラーが発生しました。ファイルまたはディレクトリが書き込み可能であることを確認してください。', // An error was encountered while attempting to replace the file({0}). Please make sure your file directory is writable.
'enabledZlibOutputCompression' => 'zlib.output_compression が on に設定されているため、出力バッファが正常に機能しません。', // Your zlib.output_compression ini directive is turned on. This will not work well with output buffers.
'invalidFile' => '無効なファイル: {0}', // Invalid file: {0}
'invalidPhpVersion' => 'CodeIgniter を実行するには PHP {0} 以上が必要です。現在のバージョン: {1}', // 'Your PHP version must be {0} or higher to run CodeIgniter. Current version: {1}',
'missingExtension' => '{0} 拡張モジュールはロードされませんでした。', // {0} extension is not loaded.
'noHandlers' => '{0} は少なくとも1つのハンドラを指定する必要があります。', // {0} must provide at least one Handler.
];