add Korean translation

This commit is contained in:
amond
2015-06-17 01:35:19 +09:00
parent 7cd7e595f2
commit a4cd730665
9 changed files with 665 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Cachet HQ <support@cachethq.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'not-found' => [
'code' => '404',
'title' => '해당 페이지가 없습니다!',
'message' => '죄송합니다, 찾으시는 페이지가 없습니다. URL 을 확인하고 다시 시도해주세요.',
'link' => '홈페이지로 돌아가기',
],
'unauthorized' => [
'code' => '401',
'title' => '허용되지 않음',
'message' => '죄송합니다. 이 페이지를 보려면 관리자 권한이 필요합니다.',
'link' => '홈페이지로 돌아가기',
],
];