From 4dec7a41110a30a7df77257c0dfbd6fbf57033d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 7 Apr 2024 12:06:42 +0200 Subject: [PATCH] yarn i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/locales/en.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index b28752dca..6d661b2f2 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -135,6 +135,14 @@ "admin.edit_domain.fields.public_label": "Public", "admin.edit_domain.save": "Save", "admin.edit_domain.updated": "Domain edited", + "admin.edit_rule.created": "Rule created", + "admin.edit_rule.deleted": "Rule deleted", + "admin.edit_rule.fields.priority_label": "Rule priority", + "admin.edit_rule.fields.priority_placeholder": "Instance rule display priority", + "admin.edit_rule.fields.text_label": "Rule text", + "admin.edit_rule.fields.text_placeholder": "Instance rule text", + "admin.edit_rule.save": "Save", + "admin.edit_rule.updated": "Rule edited", "admin.latest_accounts_panel.more": "Click to see {count, plural, one {# account} other {# accounts}}", "admin.latest_accounts_panel.title": "Latest Accounts", "admin.moderation_log.empty_message": "You have not performed any moderation actions yet. When you do, a history will be shown here.", @@ -151,6 +159,10 @@ "admin.reports.empty_message": "There are no open reports. If a user gets reported, they will show up here.", "admin.reports.report_closed_message": "Report on @{name} was closed", "admin.reports.report_title": "Report on {acct}", + "admin.rule.priority": "Priority:", + "admin.rules.action": "Create rule", + "admin.rules.delete": "Delete", + "admin.rules.edit": "Edit", "admin.software.backend": "Backend", "admin.software.frontend": "Frontend", "admin.statuses.actions.delete_status": "Delete post", @@ -319,14 +331,17 @@ "column.admin.awaiting_approval": "Awaiting Approval", "column.admin.create_announcement": "Create announcement", "column.admin.create_domain": "Create domaian", + "column.admin.create_rule": "Create rule", "column.admin.dashboard": "Dashboard", "column.admin.domains": "Domains", "column.admin.edit_announcement": "Edit announcement", "column.admin.edit_domain": "Edit domain", + "column.admin.edit_rule": "Edit rule", "column.admin.moderation_log": "Moderation Log", "column.admin.relays": "Instance relays", "column.admin.reports": "Reports", "column.admin.reports.menu.moderation_log": "Moderation Log", + "column.admin.rules": "Instance rules", "column.admin.users": "Users", "column.aliases": "Account aliases", "column.aliases.create_error": "Error creating alias", @@ -493,6 +508,9 @@ "confirmations.admin.delete_domain.heading": "Delete domain", "confirmations.admin.delete_domain.message": "Are you sure you want to delete the domain?", "confirmations.admin.delete_local_user.checkbox": "I understand that I am about to delete a local user.", + "confirmations.admin.delete_rule.confirm": "Delete", + "confirmations.admin.delete_rule.heading": "Delete rule", + "confirmations.admin.delete_rule.message": "Are you sure you want to delete the rule?", "confirmations.admin.delete_status.confirm": "Delete post", "confirmations.admin.delete_status.heading": "Delete post", "confirmations.admin.delete_status.message": "You are about to delete a post by @{acct}. This action cannot be undone.", @@ -690,6 +708,7 @@ "empty_column.admin.announcements": "There are no announcements yet.", "empty_column.admin.domains": "There are no domains yet.", "empty_column.admin.relays": "There are no relays followed yet.", + "empty_column.admin.rules": "There are no instance rules yet.", "empty_column.aliases": "You haven't created any account alias yet.", "empty_column.aliases.suggestions": "There are no account suggestions available for the provided term.", "empty_column.blocks": "You haven't blocked any users yet.",