diff --git a/public/_lang/en.json b/public/_lang/en.json index 1acb08636..b6c4fccc1 100644 --- a/public/_lang/en.json +++ b/public/_lang/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" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/en.json b/resources/assets/js/i18n/en.json index 1acb08636..b6c4fccc1 100644 --- a/resources/assets/js/i18n/en.json +++ b/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" } } \ No newline at end of file