2du 4 лет назад
Родитель
Сommit
4049994519
2 измененных файлов с 12 добавлено и 2 удалено
  1. 6 1
      lang/en-US.json
  2. 6 1
      lang/ko-KR.json

+ 6 - 1
lang/en-US.json

@@ -105,6 +105,7 @@
         "empty" : "Empty",
         "domain" : "Domain",
         "result" : "Result",
+        "incomplete" : "Incomplete",
         "_comment_1.1_" : "Time",
             "second" : "Second(s)",
             "hour" : "Hour(s)",
@@ -298,8 +299,11 @@
                 "edit_help" : "Editing textarea phrase",
                 "upload_help" : "File upload phrase",
                 "upload_default" : "File upload other Default",
+                "topic_text" : "Discussion textarea phrase",
             "_comment_2.2.4_" : "Ext_API",
                 "recaptcha" : "reCAPTCHA",
+                "hcaptcha" : "hCAPTCHA",
+                "captcha" : "CAPTCHA",
                 
                 "email_setting" : "Email settings",
                 "_comment_2.2.4.1_" : "SMTP",
@@ -339,7 +343,8 @@
             "_comment_2.3.3_" : "Record",
                 "edit_record" : "Edit record",
                 "discussion_record" : "Discussion record",
-        "_comment_2.4_" : "Topic tool",
+        "_comment_2.4_" : "Topic",
+            "make_new_topic" : "Make new discussion",
             "topic_tool" : "Discussion management tools",
             "topic_state" : "Discussion status",
             "topic_delete" : "Delete this thread",

+ 6 - 1
lang/ko-KR.json

@@ -414,5 +414,10 @@
     "password_instead_key": "대체 인증키",
     "key_change": "키 변경",
     "key_delete": "키 삭제",
-    "email_delete": "이메일 삭제"
+    "email_delete": "이메일 삭제",
+    "incomplete": "미완성",
+    "topic_text": "토론 기본 문구",
+    "hcaptcha": "hCAPTCHA",
+    "captcha": "CAPTCHA",
+    "make_new_topic": "새 토론 생성"
 }