|
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.bak.15/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.
*/
// Publisher language settings
return [
'collision' => '{1} を {2} にコピーする際に、Publisher が予期しない {0} が発生しました。', // 'Publisher encountered an unexpected {0} while copying {1} to {2}.'
'destinationNotAllowed' => '送信先が Publisher のディレクトリ許可リストにありません: {0}', // 'Destination is not on the allowed list of Publisher directories: {0}'
'fileNotAllowed' => '{0} は {1} に対する次の制限で失敗しました: {2}', // '{0} fails the following restriction for {1}: {2}'
// Publish Command
'publishMissing' => 'すべての名前空間において、{0} の中に Publisher クラスは検出されませんでした。', // 'No Publisher classes detected in {0} across all namespaces.'
'publishSuccess' => '{0} は {2} に {1} ファイルを公開しました。', // '{0} published {1} file(s) to {2}.'
'publishFailure' => '{0} が {1} への公開に失敗しました!', // '{0} failed to publish to {1}!'
];