1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-21 10:56:10 -05:00
This commit is contained in:
FLY_MC 2025-02-05 21:52:53 +08:00
parent 9344f49b42
commit 7e72ff63fa

View file

@ -65,7 +65,7 @@ copyFileId: "Copy file ID"
copyFolderId: "Copy folder ID"
copyProfileUrl: "Copy profile URL"
searchUser: "Search for a user"
searchThisUsersNotes: "Search this users notes"
searchThisUsersNotes: "Search this user's notes"
reply: "Reply"
loadMore: "Load more"
showMore: "Show more"
@ -863,7 +863,7 @@ administration: "Management"
accounts: "Accounts"
switch: "Switch"
noMaintainerInformationWarning: "Maintainer information is not configured."
noInquiryUrlWarning: "Inquiry URL isnt set"
noInquiryUrlWarning: "Inquiry URL isn't set"
noBotProtectionWarning: "Bot protection is not configured."
configure: "Configure"
postToGallery: "Create new gallery post"
@ -2791,7 +2791,7 @@ _urlPreviewSetting:
title: "URL preview settings"
enable: "Enable URL preview"
timeout: "Time out when getting preview (ms)"
timeoutDescription: "If it takes longer than this value to get the preview, the preview wont be generated."
timeoutDescription: "If it takes longer than this value to get the preview, the preview won't be generated."
maximumContentLength: "Maximum Content-Length (bytes)"
maximumContentLengthDescription: "If Content-Length is higher than this value, the preview won't be generated."
requireContentLength: "Generate the preview only if you could get Content-Length"