diff --git a/locales/en-US.yml b/locales/en-US.yml index 0ce6f134a..9a00f027e 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1852,6 +1852,7 @@ _role: gtlAvailable: "Can view the global timeline" ltlAvailable: "Can view the local timeline" canPublicNote: "Can send public notes" + canEditNote: "Can edit notes" mentionMax: "Maximum number of mentions in a note" canInvite: "Can create instance invite codes" inviteLimit: "Invite limit" @@ -2820,3 +2821,9 @@ _embedCodeGen: generateCode: "Generate embed code" codeGenerated: "The code has been generated" codeGeneratedDescription: "Paste the generated code into your website to embed the content." +_selfXssPrevention: + warning: "WARNING" + title: "Any request to 'paste something into this screen' is a scam." + description1: "Pasting content here could allow malicious users to hijack your account or steal your personal information." + description2: "If you don't fully understand what you're about to paste, %cplease stop immediately and close this window." + description3: "For more information, please check here: {link}" diff --git a/locales/index.js b/locales/index.js index a920ecabf..a3fdd3802 100644 --- a/locales/index.js +++ b/locales/index.js @@ -85,6 +85,7 @@ export function build() { default: return merge( locales['en-US'], + locales['ja-JP'], locales[`${lang}-${primaries[lang]}`] ?? {}, v );