Przeglądaj źródła

언어 내용 추가

Surplus_Up (2DU) 5 lat temu
rodzic
commit
51c938bf1c
2 zmienionych plików z 6 dodań i 2 usunięć
  1. 3 1
      language/en-US.json
  2. 3 1
      language/ko-KR.json

+ 3 - 1
language/en-US.json

@@ -420,5 +420,7 @@
             "watchlist_overflow_error": "You cannot add more than ten documents.",
             "copyright_disagreed" : "You have to agree copyright noticement to contribute",
             "email_send_error" : "Email transfer failed.",
-            "restart_fail_error" : "Restart failed. Please use manual restart."
+            "restart_fail_error" : "Restart failed. Please use manual restart.",
+            "same_email_error" : "There are users using the same email.",
+            "input_email_error" : "There is a problem with the input value."
 }

+ 3 - 1
language/ko-KR.json

@@ -395,5 +395,7 @@
     "2fa_password_change" : "2차 비밀번호 변경",
     "vote_acl" : "투표 ACL",
     "upload_help" : "파일 올리기 문구",
-    "upload_default" : "파일 기타란 기본값"
+    "upload_default" : "파일 기타란 기본값",
+    "same_email_error" : "동일한 이메일을 사용하는 사용자가 있습니다.",
+    "input_email_error" : "입력 값에 문제가 있습니다."
 }