File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
application/language/korean Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 ' ] = '지원하지 않는 프로토콜입니다. ' ;
You can’t perform that action at this time.
0 commit comments