merge: add missing English translations (!821)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/821

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Charlotte <timo.herngreen@gmail.com>
This commit is contained in:
dakkar 2024-12-17 18:46:38 +00:00
commit accaa98869
3 changed files with 16 additions and 0 deletions

View file

@ -1457,6 +1457,8 @@ _serverSettings:
inquiryUrl: "Inquiry URL"
inquiryUrlDescription: "Specify a URL for the inquiry form to the server maintainer or a web page for the contact information."
thisSettingWillAutomaticallyOffWhenModeratorsInactive: "If no moderator activity is detected for a while, this setting will be automatically turned off to prevent spam."
openRegistration: "Open account creation"
openRegistrationWarning: "Opening up registration is risky, so we recommend turning it on only if you are able to constantly monitor your server and respond immediately if any problems arise."
_accountMigration:
moveFrom: "Migrate another account to this one"
moveFromSub: "Create alias to another account"
@ -2738,3 +2740,7 @@ _selfXssPrevention:
description1: "If you paste something here, a malicious user could hijack your account or steal your personal information."
description2: "If you do not understand exactly what you are trying to paste, %cstop working right now and close this window."
description3: "For more information, please refer to this. {link}"
_followRequest:
receive: "Received"
sent: "Sent"
acknowledgeNotesAndEnable: "Be sure you have understood the warnings before turning this on"

8
locales/index.d.ts vendored
View file

@ -9637,6 +9637,14 @@ export interface Locale extends ILocale {
* Edits
*/
"edited": string;
/**
* Posting scheduled note failed
*/
"scheduledNoteFailed": string;
/**
* Scheduled note was posted
*/
"scheduledNotePosted": string;
};
"_actions": {
/**

View file

@ -284,6 +284,8 @@ _notification:
_types:
renote: "Boosts"
edited: "Edits"
scheduledNoteFailed: "Posting scheduled note failed"
scheduledNotePosted: "Scheduled note was posted"
_actions:
renote: "Boost"
_webhookSettings: