From bde5354a926f5ff8584cd77c61fa5e3f0d7f5a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Mon, 28 Jul 2025 00:16:20 +0200 Subject: [PATCH] pl-fe: yarn i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/locales/en.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/pl-fe/src/locales/en.json b/packages/pl-fe/src/locales/en.json index fff1d467a..31af902b8 100644 --- a/packages/pl-fe/src/locales/en.json +++ b/packages/pl-fe/src/locales/en.json @@ -188,6 +188,9 @@ "admin.relays.new.url_placeholder": "Instance relay URL", "admin.relays.unfollow": "Unfollow", "admin.relays.url": "Instance URL:", + "admin.report.action_taken": "Status", + "admin.report.action_taken.false": "Unresolved", + "admin.report.action_taken.true": "Resolved", "admin.report.assigned_account": "Assigned moderator", "admin.report.created_at": "Reported", "admin.report.moderate": "Open account in moderation interface", @@ -195,10 +198,8 @@ "admin.report.reported_by": "Reported by", "admin.report.resolve": "Mark as resolved", "admin.report.resolve.hint": "No action will be taken against the reported account, no strike recorded, and the report will be closed.", - "admin.report.resolved": "Resolved", "admin.report.statuses": "Reported content", "admin.report.target_account": "Reported account", - "admin.report.unresolved": "Unresolved", "admin.reports.account": "Reported by:", "admin.reports.actions.view_status": "View post", "admin.reports.comment": "Comment:", @@ -1500,6 +1501,7 @@ "reply_mentions.reply": "Replying to {accounts}", "reply_mentions.reply.hoverable": "Replying to {accounts}", "reply_mentions.reply_empty": "Replying to post", + "report.assign_to_self": "Assign to self", "report.assign_to_self.success": "Assigned report to yourself.", "report.block": "Block {target}", "report.block_hint": "Do you also want to block this account?", @@ -1526,6 +1528,7 @@ "report.resolve.success": "Report marked as resolved.", "report.submit": "Submit", "report.target": "Reporting {target}", + "report.unassign": "Unassign", "report.unassign.success": "Unassigned report.", "save": "Save", "schedule.post_time": "Post date/time",