mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Merge branch 'next' into next-push
This commit is contained in:
commit
b986f826ba
41 changed files with 1860 additions and 931 deletions
|
|
@ -235,6 +235,7 @@ $lang->msg_invalid_document = 'Invalid Article Number';
|
|||
$lang->msg_invalid_request = 'Invalid Request';
|
||||
$lang->msg_invalid_password = 'The password you entered is incorrect.';
|
||||
$lang->msg_security_violation = 'Security Violation';
|
||||
$lang->msg_method_not_allowed = 'This HTTP method is not allowed for this action.';
|
||||
$lang->msg_feature_disabled = 'This feature is disabled.';
|
||||
$lang->msg_error_occured = 'An error has occured.';
|
||||
$lang->msg_not_founded = 'Cannot find the target.';
|
||||
|
|
|
|||
|
|
@ -237,6 +237,7 @@ $lang->msg_invalid_document = '잘못된 문서번호입니다.';
|
|||
$lang->msg_invalid_request = '잘못된 요청입니다.';
|
||||
$lang->msg_invalid_password = '비밀번호가 올바르지 않습니다.';
|
||||
$lang->msg_security_violation = '보안정책상 허용되지 않습니다.';
|
||||
$lang->msg_method_not_allowed = '이 요청에 사용할 수 없는 HTTP 메소드입니다.';
|
||||
$lang->msg_feature_disabled = '사용할 수 없는 기능입니다.';
|
||||
$lang->msg_error_occured = '오류가 발생했습니다.';
|
||||
$lang->msg_not_founded = '대상을 찾을 수 없습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue