This commit is contained in:
Jaybe
2025-03-05 14:02:29 +09:00
commit 247a7808d3
357 changed files with 161196 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?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.
*/
// Errors language settings
return [
'pageNotFound' => '404 - Page Not Found', // '404 - Page Not Found'
'sorryCannotFind' => '죄송합니다! 찾으시던 페이지를 찾을 수 없습니다.', // 'Sorry! Cannot seem to find the page you were looking for.'
'whoops' => 'Whoops!', // 'Whoops!'
'weHitASnag' => '문제가 발생하였습니다. 나중에 다시 시도해 주세요.', // 'We seem to have hit a snag. Please try again later...'
];