From 68ddd3dd77337239689483789742edd4a40161ef Mon Sep 17 00:00:00 2001 From: Leah Date: Sat, 22 Feb 2025 15:55:37 +0100 Subject: [PATCH] fixed translations --- locales/en-US.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 5465a3aad..a2040530c 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -109,11 +109,14 @@ enterEmoji: "Enter an emoji" renote: "Renote" unrenote: "Remove renote" renoted: "Renoted." +renotedToX: "Renoted to {name}" cantRenote: "This post can't be renoted." cantReRenote: "A renote can't be renoted." quote: "Quote" inChannelRenote: "Channel-only Renote" inChannelQuote: "Channel-only Quote" +renoteToChannel: "Renote to channel" +renoteToOtherChannel: "Renote to another channel" pinnedNote: "Pinned note" pinned: "Pin to profile" you: "You" @@ -1163,6 +1166,7 @@ goToMisskey: "To Misskey" additionalEmojiDictionary: "Additional emoji dictionaries" installed: "Installed" branding: "Branding" +dialogCloseDuration: "Waiting time before closing the dialog" enableServerMachineStats: "Publish server hardware stats" enableIdenticonGeneration: "Enable user identicon generation" turnOffToImprovePerformance: "Turning this off can increase performance." @@ -1253,6 +1257,8 @@ wellKnownWebsitesDescription: "Separate with spaces for AND, new lines for OR. S warningRedirectingExternalWebsiteTitle: "You are leaving our site!" warningRedirectingExternalWebsiteDescription: "You are about to jump to another site.\nPlease make sure this link is reliable before proceeding.\n\n{url}" warningRedirectingExternalWebsiteTrustThisSite: "I trust this site" +urlPreviewDenyList: "Urls to blur the domain preview" +urlPreviewDenyListDescription: "Separating by a space is an AND specification, and separating by a newline is an OR specification. Enclosing with a slash makes it a regular expression. If a match is found, the thumbnail will be blurred." code: "Code" reloadRequiredToApplySettings: "Reloading is required to apply the settings." remainingN: "Remaining: {n}" @@ -2192,6 +2198,8 @@ _permissions: "read:flash-likes": "View list of liked Plays" "write:flash-likes": "Edit list of liked Plays" "read:admin:abuse-user-reports": "View user reports" + "read:admin:abuse-report-resolvers": "View abuse report resolvers" + "write:admin:abuse-report-resolvers": "Edit abuse report resolvers" "write:admin:delete-account": "Delete user account" "write:admin:delete-all-files-of-a-user": "Delete all files of a user" "read:admin:index-stats": "View database index stats" @@ -2602,6 +2610,23 @@ _webhookSettings: reportCreated: "When abuse report is created" reportResolved: "When abuse report is resolved" reportAutoResolved: "When abuse report is automatically resolved" +_abuse: + _resolver: + 1hour: "One hour" + 12hours: "Half a day" + 1day: "One day" + 1week: "One week" + 1month: "One month" + 3months: "Three months" + 6months: "Six months" + 1year: "One year" + indefinitely: "Forever" + expiresAt: "Expires at" + targetUserPattern: "Target user pattern" + reporterPattern: "Reporter pattern" + reportContentPattern: "Report content pattern" + list: "list" + resolver: "resolver" _moderationLogTypes: createRole: "Role created" deleteRole: "Role deleted"