diff options
| author | CenTdemeern1 <timo.herngreen@gmail.com> | 2024-10-21 14:26:17 +0200 |
|---|---|---|
| committer | CenTdemeern1 <timo.herngreen@gmail.com> | 2024-10-21 14:26:17 +0200 |
| commit | 577e66e2ceb54ef14f96df18aa0dd815d24c08af (patch) | |
| tree | 647b1f98f6582272b9b14001ec96db39a88c00c6 | |
| parent | Re-add missing JP i18n string for allowClickingNotifications (diff) | |
| download | sharkey-577e66e2ceb54ef14f96df18aa0dd815d24c08af.tar.gz sharkey-577e66e2ceb54ef14f96df18aa0dd815d24c08af.tar.bz2 sharkey-577e66e2ceb54ef14f96df18aa0dd815d24c08af.zip | |
Update index.d.ts
| -rw-r--r-- | locales/index.d.ts | 68 |
1 files changed, 48 insertions, 20 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 89a929d054..37c6d2541c 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -503,10 +503,6 @@ export interface Locale extends ILocale { */ "pinnedNote": string; /** - * Pinned - */ - "pinnedOnly": string; - /** * ピン留め */ "pinned": string; @@ -1051,10 +1047,6 @@ export interface Locale extends ILocale { */ "federating": string; /** - * Blocking you - */ - "blockingYou": string; - /** * ブロック中 */ "blocked": string; @@ -4376,6 +4368,10 @@ export interface Locale extends ILocale { */ "enableChartsForFederatedInstances": string; /** + * リモートサーバーの情報を取得 + */ + "enableStatsForFederatedInstances": string; + /** * ノートのアクションにクリップを追加 */ "showClipButtonInNoteFooter": string; @@ -4944,10 +4940,6 @@ export interface Locale extends ILocale { */ "useGroupedNotifications": string; /** - * ポップアップ通知のクリックを許可する - */ - "allowClickingNotifications": string; - /** * メールアドレスの確認中に問題が発生しました。リンクの有効期限が切れている可能性があります。 */ "signupPendingError": string; @@ -5116,10 +5108,6 @@ export interface Locale extends ILocale { */ "sensitiveMediaRevealConfirm": string; /** - * 外部URLを開く際に警告を表示する - */ - "warnExternalUrl": string; - /** * 作成したリスト */ "createdLists": string; @@ -5183,6 +5171,26 @@ export interface Locale extends ILocale { * 対象 */ "target": string; + /** + * CAPTCHAのテストを目的とした機能です。<strong>本番環境で使用しないでください。</strong> + */ + "testCaptchaWarning": string; + /** + * 禁止ワード(ユーザーの名前) + */ + "prohibitedWordsForNameOfUser": string; + /** + * このリストに含まれる文字列がユーザーの名前に含まれる場合、ユーザーの名前の変更を拒否します。モデレーター権限を持つユーザーはこの制限の影響を受けません。 + */ + "prohibitedWordsForNameOfUserDescription": string; + /** + * 変更しようとした名前に禁止された文字列が含まれています + */ + "yourNameContainsProhibitedWords": string; + /** + * 名前に禁止されている文字列が含まれています。この名前を使用したい場合は、サーバー管理者にお問い合わせください。 + */ + "yourNameContainsProhibitedWordsDescription": string; "_abuseUserReport": { /** * 転送 @@ -5722,6 +5730,10 @@ export interface Locale extends ILocale { */ "inquiryUrlDescription": string; /** + * 一定期間モデレーターのアクティビティが検出されなかった場合、スパム防止のためこの設定は自動でオフになります。 + */ + "thisSettingWillAutomaticallyOffWhenModeratorsInactive": string; + /** * Logo URL */ "sidebarLogoUrl": string; @@ -7774,10 +7786,6 @@ export interface Locale extends ILocale { */ "inputBorder": string; /** - * リスト項目の背景 (ホバー) - */ - "listItemHoverBg": string; - /** * ドライブフォルダーの背景 */ "driveFolderBg": string; @@ -9745,6 +9753,14 @@ export interface Locale extends ILocale { * ユーザーが作成されたとき */ "userCreated": string; + /** + * モデレーターが一定期間非アクティブになったとき + */ + "inactiveModeratorsWarning": string; + /** + * モデレーターが一定期間非アクティブだったため、システムにより招待制へと変更されたとき + */ + "inactiveModeratorsInvitationOnlyChanged": string; }; /** * Webhookを削除しますか? @@ -10936,6 +10952,18 @@ export interface Locale extends ILocale { * Show non-public */ "showNonPublicNotes": string; + /** + * Allow clicking on pop-up notifications + */ + "allowClickingNotifications": string; + /** + * Pinned + */ + "pinnedOnly": string; + /** + * Blocking you + */ + "blockingYou": string; "_mfm": { /** * This is not a widespread feature, it may not display properly on most other fedi software, including other Misskey forks |