浏览代码

Update i18n strings

Daniel Supernault 3 年之前
父节点
当前提交
f5402de74d
共有 2 个文件被更改,包括 12 次插入0 次删除
  1. 二进制
      public/_lang/en.json
  2. 12 0
      resources/assets/js/i18n/en.json

二进制
public/_lang/en.json


+ 12 - 0
resources/assets/js/i18n/en.json

@@ -19,6 +19,10 @@
         "other": "Other",
         "readMore": "Read more",
         "success": "Success",
+        "proceed": "Proceed",
+        "next": "Next",
+        "close": "Close",
+        "clickHere": "click here",
         "sensitive": "Sensitive",
         "sensitiveContent": "Sensitive Content",
         "sensitiveContentWarning": "This post may contain sensitive content"
@@ -146,5 +150,13 @@
     },
     "hashtags": {
         "emptyFeed": "We can't seem to find any posts for this hashtag"
+    },
+    "report": {
+        "report": "Report",
+        "selectReason": "Select a reason",
+        "reported": "Reported",
+        "sendingReport": "Sending report",
+        "thanksMsg": "Thanks for the report, people like you help keep our community safe!",
+        "contactAdminMsg": "If you'd like to contact an administrator about this post or report"
     }
 }