Browse Source

Add default translations for issue links and statuses

NeunEinser 4 năm trước cách đây
mục cha
commit
20130de7a7
1 tập tin đã thay đổi với 20 bổ sung1 xóa
  1. 20 1
      i18n/en.json

+ 20 - 1
i18n/en.json

@@ -395,7 +395,26 @@
         "link": "https://minecraft.gamepedia.com/",
         "link": "https://minecraft.gamepedia.com/",
         "more": "And $1 more.",
         "more": "And $1 more.",
         "private": "**Private Issue**",
         "private": "**Private Issue**",
-        "total": "$1 {{PLURAL:$2|issue|issues}} fixed"
+        "total": "$1 {{PLURAL:$2|issue|issues}} fixed",
+        "issueLink": {
+            "duplicates": "duplicates $1"
+            "relates_to": "relates to $1"
+            "blocks": "blocks $1"
+            "is_blocked_by": "is blocked by $1"
+            "testing_discovered": "testing discovered $1"
+            "discovered_while_testing": "discovered while testing $1"
+            "clones": "clones $1"
+            "is_cloned_by": "is cloned by $1"
+            "is_duplicated_by": "is duplicated by $1"
+        },
+        "status": {
+            "open": "Open",
+            "in_progress": "In Progress",
+            "resolved": "Resolved",
+            "reopned": "Reopened",
+            "closed": "closed",
+            "postponed": "postponed"
+        }
     },
     },
     "overview": {
     "overview": {
         "articles": "Articles:",
         "articles": "Articles:",