fixed translations
All checks were successful
Test (production install and build) / production (22.x) (pull_request) Successful in 54s
All checks were successful
Test (production install and build) / production (22.x) (pull_request) Successful in 54s
This commit is contained in:
parent
e90e9e016f
commit
68ddd3dd77
1 changed files with 25 additions and 0 deletions
|
@ -109,11 +109,14 @@ enterEmoji: "Enter an emoji"
|
||||||
renote: "Renote"
|
renote: "Renote"
|
||||||
unrenote: "Remove renote"
|
unrenote: "Remove renote"
|
||||||
renoted: "Renoted."
|
renoted: "Renoted."
|
||||||
|
renotedToX: "Renoted to {name}"
|
||||||
cantRenote: "This post can't be renoted."
|
cantRenote: "This post can't be renoted."
|
||||||
cantReRenote: "A renote can't be renoted."
|
cantReRenote: "A renote can't be renoted."
|
||||||
quote: "Quote"
|
quote: "Quote"
|
||||||
inChannelRenote: "Channel-only Renote"
|
inChannelRenote: "Channel-only Renote"
|
||||||
inChannelQuote: "Channel-only Quote"
|
inChannelQuote: "Channel-only Quote"
|
||||||
|
renoteToChannel: "Renote to channel"
|
||||||
|
renoteToOtherChannel: "Renote to another channel"
|
||||||
pinnedNote: "Pinned note"
|
pinnedNote: "Pinned note"
|
||||||
pinned: "Pin to profile"
|
pinned: "Pin to profile"
|
||||||
you: "You"
|
you: "You"
|
||||||
|
@ -1163,6 +1166,7 @@ goToMisskey: "To Misskey"
|
||||||
additionalEmojiDictionary: "Additional emoji dictionaries"
|
additionalEmojiDictionary: "Additional emoji dictionaries"
|
||||||
installed: "Installed"
|
installed: "Installed"
|
||||||
branding: "Branding"
|
branding: "Branding"
|
||||||
|
dialogCloseDuration: "Waiting time before closing the dialog"
|
||||||
enableServerMachineStats: "Publish server hardware stats"
|
enableServerMachineStats: "Publish server hardware stats"
|
||||||
enableIdenticonGeneration: "Enable user identicon generation"
|
enableIdenticonGeneration: "Enable user identicon generation"
|
||||||
turnOffToImprovePerformance: "Turning this off can increase performance."
|
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!"
|
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}"
|
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"
|
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"
|
code: "Code"
|
||||||
reloadRequiredToApplySettings: "Reloading is required to apply the settings."
|
reloadRequiredToApplySettings: "Reloading is required to apply the settings."
|
||||||
remainingN: "Remaining: {n}"
|
remainingN: "Remaining: {n}"
|
||||||
|
@ -2192,6 +2198,8 @@ _permissions:
|
||||||
"read:flash-likes": "View list of liked Plays"
|
"read:flash-likes": "View list of liked Plays"
|
||||||
"write:flash-likes": "Edit list of liked Plays"
|
"write:flash-likes": "Edit list of liked Plays"
|
||||||
"read:admin:abuse-user-reports": "View user reports"
|
"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-account": "Delete user account"
|
||||||
"write:admin:delete-all-files-of-a-user": "Delete all files of a user"
|
"write:admin:delete-all-files-of-a-user": "Delete all files of a user"
|
||||||
"read:admin:index-stats": "View database index stats"
|
"read:admin:index-stats": "View database index stats"
|
||||||
|
@ -2602,6 +2610,23 @@ _webhookSettings:
|
||||||
reportCreated: "When abuse report is created"
|
reportCreated: "When abuse report is created"
|
||||||
reportResolved: "When abuse report is resolved"
|
reportResolved: "When abuse report is resolved"
|
||||||
reportAutoResolved: "When abuse report is automatically 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:
|
_moderationLogTypes:
|
||||||
createRole: "Role created"
|
createRole: "Role created"
|
||||||
deleteRole: "Role deleted"
|
deleteRole: "Role deleted"
|
||||||
|
|
Loading…
Reference in a new issue