mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
chore: add locales
This commit is contained in:
parent
5b56da577c
commit
41b0a6524d
2 changed files with 6 additions and 3 deletions
6
locales/index.d.ts
vendored
6
locales/index.d.ts
vendored
|
@ -5734,7 +5734,7 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"inquiryUrlDescription": string;
|
||||
/**
|
||||
* 一定期間モデレーターのアクティビティが検出されなかった場合、スパム防止のためこの設定は自動でオフになります。
|
||||
* If no moderator activity is detected for a period of time, this setting is automatically turned off to prevent spam.
|
||||
*/
|
||||
"thisSettingWillAutomaticallyOffWhenModeratorsInactive": string;
|
||||
/**
|
||||
|
@ -9762,11 +9762,11 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"userCreated": string;
|
||||
/**
|
||||
* モデレーターが一定期間非アクティブになったとき
|
||||
* When a moderator is inactive for a period of time
|
||||
*/
|
||||
"inactiveModeratorsWarning": string;
|
||||
/**
|
||||
* モデレーターが一定期間非アクティブだったため、システムにより招待制へと変更されたとき
|
||||
* When a moderator has been inactive for a period of time and is changed to invitation only by the system
|
||||
*/
|
||||
"inactiveModeratorsInvitationOnlyChanged": string;
|
||||
};
|
||||
|
|
|
@ -188,6 +188,7 @@ _serverSettings:
|
|||
sidebarLogoUsageExample: "E.g. In the sidebar, to visitors and in the \"About\" page."
|
||||
inquiryUrl: "Contact URL"
|
||||
inquiryUrlDescription: "Specify the URL of a web page that contains a contact form or the instance operators' contact information."
|
||||
thisSettingWillAutomaticallyOffWhenModeratorsInactive: "If no moderator activity is detected for a period of time, this setting is automatically turned off to prevent spam."
|
||||
_accountMigration:
|
||||
moveAccountDescription: "This will migrate your account to a different one.\n ・Followers from this account will automatically be migrated to the new account\n ・This account will unfollow all users it is currently following\n ・You will be unable to create new notes etc. on this account\n\nWhile migration of followers is automatic, you must manually prepare some steps to migrate the list of users you are following. To do so, carry out a follows export that you will later import on the new account in the settings menu. The same procedure applies to your lists as well as your muted and blocked users.\n\n(This explanation applies to Sharkey v13.12.0 and later. Other ActivityPub software, such as Mastodon, might function differently.)"
|
||||
_achievements:
|
||||
|
@ -274,6 +275,8 @@ _webhookSettings:
|
|||
renote: "When boosted"
|
||||
_systemEvents:
|
||||
abuseReportResolved: "When resolved abuse reports"
|
||||
inactiveModeratorsWarning: "When a moderator is inactive for a period of time"
|
||||
inactiveModeratorsInvitationOnlyChanged: "When a moderator has been inactive for a period of time and is changed to invitation only by the system"
|
||||
_abuseReport:
|
||||
_notificationRecipient:
|
||||
_recipientType:
|
||||
|
|
Loading…
Reference in a new issue