Skip to content

Commit b0229a1

Browse files
hwiVeloperchriskacerguis
authored andcommitted
Korean language support (chriskacerguis#812)
* Added Korean language translation * Create default index.html
1 parent 4443857 commit b0229a1

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
/*
3+
* Korean language
4+
*/
5+
$lang['text_rest_invalid_api_key'] = '유효하지 않은 API 키 : %s'; // %s is the REST API key
6+
$lang['text_rest_invalid_credentials'] = '잘못된 자격 증명';
7+
$lang['text_rest_ip_denied'] = '허용되지 않은 IP';
8+
$lang['text_rest_ip_unauthorized'] = '권한이 없는 IP';
9+
$lang['text_rest_unauthorized'] = '권한이 없음';
10+
$lang['text_rest_ajax_only'] = 'Ajax 요청만 허용됩니다.';
11+
$lang['text_rest_api_key_unauthorized'] = '해당 API 키는 요청된 컨트롤러에 접근되지 않습니다.';
12+
$lang['text_rest_api_key_permissions'] = '해당 API 키는 권한이 없습니다.';
13+
$lang['text_rest_api_key_time_limit'] = '해당 API 키는 메서드의 시간 제한에 도달했습니다.';
14+
$lang['text_rest_ip_address_time_limit'] = '해당 IP 주소는 메서드의 시간 제한에 도달했습니다.';
15+
$lang['text_rest_unknown_method'] = '알 수 없는 메서드입니다.';
16+
$lang['text_rest_unsupported'] = '지원하지 않는 프로토콜입니다.';

0 commit comments

Comments
 (0)