Преглед изворни кода

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."
 }