From a93e19559def5a44d8557f8dcd2fc73f437a6fce Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 26 Aug 2020 11:20:34 -0400 Subject: [PATCH] fix: #8411 missing language sources for ip-blacklist/post-queue --- public/language/en-GB/ip-blacklist.json | 19 +++++++++++++++++++ public/language/en-GB/post-queue.json | 12 ++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 public/language/en-GB/ip-blacklist.json create mode 100644 public/language/en-GB/post-queue.json diff --git a/public/language/en-GB/ip-blacklist.json b/public/language/en-GB/ip-blacklist.json new file mode 100644 index 000000000000..588fbd62b6cb --- /dev/null +++ b/public/language/en-GB/ip-blacklist.json @@ -0,0 +1,19 @@ +{ + "lead": "Configure your IP blacklist here.", + "description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.", + "active-rules": "Active Rules", + "validate": "Validate Blacklist", + "apply": "Apply Blacklist", + "hints": "Syntax Hints", + "hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. 192.168.100.0/22).", + "hint-2": "You can add in comments by starting lines with the # symbol.", + + "validate.x-valid": "%1 out of %2 rule(s) valid.", + "validate.x-invalid": "The following %1 rules are invalid:", + + "alerts.applied-success": "Blacklist Applied", + + "analytics.blacklist-hourly": "Figure 1 – Blacklist hits per hour", + "analytics.blacklist-daily": "Figure 2 – Blacklist hits per day", + "ip-banned": "IP banned" +} \ No newline at end of file diff --git a/public/language/en-GB/post-queue.json b/public/language/en-GB/post-queue.json new file mode 100644 index 000000000000..b5f73c5613f4 --- /dev/null +++ b/public/language/en-GB/post-queue.json @@ -0,0 +1,12 @@ + +{ + "post-queue": "Post Queue", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", + "user": "User", + "category": "Category", + "title": "Title", + "content": "Content", + "posted": "Posted", + "reply-to": "Reply to \"%1\"", + "content-editable": "You can click on individual content to edit before posting." +} \ No newline at end of file