소스 검색

Merge pull request #863 from gnote8-0/patch-9

가입 시 비밀번호 없으면 오류 출력 (2/4)
잉여개발기 (SPDV) 6 년 전
부모
커밋
3c379e27a9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      language/en-US.json

+ 2 - 1
language/en-US.json

@@ -364,5 +364,6 @@
             "decument_404_error" : "This document does not exist.",
             "fast_edit_error" : "You can edit another document after this period (Second(s)) : ",
             "too_many_dec_error" : "This feature is not supported because there are too many documents.",
-            "application_not_found" : "Application not found"
+            "application_not_found" : "Application not found",
+            "invalid_password_error" : "The Password is invalid."
 }