Kaynağa Gözat

Merge pull request #462 from Seriumium/patch-1

(권장, 필수 아님) 영문 2차 추가 및 일부 수정.
Surplus_Up (2DU) 8 yıl önce
ebeveyn
işleme
773b7ae511
3 değiştirilmiş dosya ile 51 ekleme ve 9 silme
  1. 1 1
      app.py
  2. 42 0
      language/en-UK.json
  3. 8 8
      language/en-US.json

+ 1 - 1
app.py

@@ -159,7 +159,7 @@ rep_data = curs.fetchall()
 if not rep_data:
     while 1:
         print('Language [ko-KR] : ', end = '')
-        support_language = ['ko-KR', 'en-US']
+        support_language = ['ko-KR', 'en-US', 'en-UK']
         
         rep_language = str(input())
         if rep_language in support_language:

+ 42 - 0
language/en-UK.json

@@ -0,0 +1,42 @@
+{
+    "edit" : "Edit",
+    "history" : "History",
+    "delete" : "Delete",
+    "bulk_delete" : "Bulk delete",
+    "edit_filter" : "Edit filtering",
+    "move" : "Move",
+    "hide" : "Hide",
+    "list" : "List",
+    "revert" : "Undo",
+    "version" : "Version",
+    "document" : "Documents",
+    "all" : "Everything",
+    "ban" : "Ban",
+    "release" : "Pardon",
+    "save" : "Save",
+    "other" : "Others",
+    "tool" : "Tools",
+    "plus" : "Add",
+    "user" : "User",
+    "alarm" : "Alarm",
+    "watchlist" : "Watching list",
+    "my_info" : "About me",
+    "recent" : "Recently",
+    "recent_changes" : "Recently editted",
+    "discussion" : "Discussions",
+    "login" : "Sign in",
+    "logout" : "Sign out",
+    "register" : "Sign up",
+    "no_alarm" : "There is no available alarm",
+    "able" : "Able to",
+    "year" : "Year",
+    "month" : "Month",
+    "day" : "Day",
+    "normal" : "Common",
+    "subscriber" : "Member",
+    "admin" : "Administrator",
+    "owner" : "Owner",
+    "admin_group" : "Moderation group",
+    "user_css_warring" : "User's CSS will deleted if you close the browser or when you are editting as guest",
+    "http_warring" : "Warning : If you are not on HTTPS connection, your information can be leaked. We won't response to that."
+}

+ 8 - 8
language/en-US.json

@@ -24,19 +24,19 @@
     "recent" : "Recently",
     "recent_changes" : "Recently editted",
     "discussion" : "Discussions",
-    "login" : "Sign in",
-    "logout" : "Sign out",
-    "register" : "Sign up",
-    "no_alarm" : "There is no available alarm",
+    "login" : "Login",
+    "logout" : "Logout",
+    "register" : "Register",
+    "no_alarm" : "There is no alram available",
     "able" : "Able to",
     "year" : "Year",
     "month" : "Month",
     "day" : "Day",
-    "normal" : "Common",
-    "subscriber" : "Member",
-    "admin" : "Administrator",
+    "normal" : "Normal",
+    "subscriber" : "User",
+    "admin" : "Admin",
     "owner" : "Owner",
-    "admin_group" : "Moderation group",
+    "admin_group" : "MOD group",
     "user_css_warring" : "User's CSS will deleted if you close the browser or when you are editting as guest",
     "http_warring" : "Warning : If you are not on HTTPS connection, your information can be leaked. We won't response to that."
 }