This commit is contained in:
fly_mc 2024-10-29 23:22:24 +08:00
parent 6384876513
commit 960abbbb6a
2 changed files with 8 additions and 0 deletions

View file

@ -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}"

View file

@ -85,6 +85,7 @@ export function build() {
default:
return merge(
locales['en-US'],
locales['ja-JP'],
locales[`${lang}-${primaries[lang]}`] ?? {},
v
);