Browse Source

검사 기능 추가 3

잉여개발기 (SPDV) 6 years ago
parent
commit
76ae4c2d8b
2 changed files with 3 additions and 1 deletions
  1. 1 0
      language/en-US.json
  2. 2 1
      language/ko-KR.json

+ 1 - 0
language/en-US.json

@@ -361,6 +361,7 @@
         "msg_whatchlist_lmt": "You can add as many as",
         "enter_html" : "Please enter HTML",
         "exp_edit_conflict" : "Editing conflict occurred",
+        "same_ip_exist" : "Same IP exists",
         "_comment_3.1_" : "Error",
             "update_error" : "Auto update is not supported.",
             "inter_error" : "Internal error.",

+ 2 - 1
language/ko-KR.json

@@ -369,5 +369,6 @@
     "backup_where" : "백업 위치",
     "empty" : "빈칸",
     "email_send_error" : "이메일 전송이 실패했습니다.",
-    "get_sitemap" : "sitemap.xml 만들거나 갱신하기"
+    "get_sitemap" : "sitemap.xml 만들거나 갱신하기",
+    "same_ip_exist" : "동일한 아이피가 존재합니다."
 }