diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-12 10:31:40 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-12 10:31:40 +0900 |
| commit | ef90f83917c61afef607c67b16adbabea12b78a2 (patch) | |
| tree | c01736226a890be8aec9c0beb2f43b885c8e158f | |
| parent | Update about-misskey.vue (diff) | |
| download | misskey-ef90f83917c61afef607c67b16adbabea12b78a2.tar.gz misskey-ef90f83917c61afef607c67b16adbabea12b78a2.tar.bz2 misskey-ef90f83917c61afef607c67b16adbabea12b78a2.zip | |
Update index.d.ts
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index dab8eb0361..2dca73bfa6 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5700,6 +5700,10 @@ export interface Locale extends ILocale { * サーバー運営者へのお問い合わせフォームのURLや、運営者の連絡先等が記載されたWebページのURLを指定します。 */ "inquiryUrlDescription": string; + /** + * 一定期間モデレーターのアクティビティが検出されなかった場合、スパム防止のためこの設定は自動でオフになります。 + */ + "thisSettingWillAutomaticallyOffWhenModeratorsInactive": string; }; "_accountMigration": { /** |