diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-10-21 20:14:41 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-10-21 20:14:41 +0000 |
| commit | 24ecef80e7e17c4066c7ef235163be41eafcd36e (patch) | |
| tree | cd2cd3c06f4734ea3817fa300b50cdd997d0768e | |
| parent | merge: re-add "copy link (origin)" that was dropped accidentally (!704) (diff) | |
| parent | Update index.d.ts (diff) | |
| download | sharkey-24ecef80e7e17c4066c7ef235163be41eafcd36e.tar.gz sharkey-24ecef80e7e17c4066c7ef235163be41eafcd36e.tar.bz2 sharkey-24ecef80e7e17c4066c7ef235163be41eafcd36e.zip | |
merge: Re-add missing JP i18n string for allowClickingNotifications (!702)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/702
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
| -rw-r--r-- | locales/index.d.ts | 68 | ||||
| -rw-r--r-- | sharkey-locales/ja-JP.yml | 1 |
2 files changed, 49 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 diff --git a/sharkey-locales/ja-JP.yml b/sharkey-locales/ja-JP.yml index ee7b5969f8..0977a2e564 100644 --- a/sharkey-locales/ja-JP.yml +++ b/sharkey-locales/ja-JP.yml @@ -135,6 +135,7 @@ repositoryUrlDescription: "ソースコードが公開されているリポジ donation: "寄付する" donationUrl: "寄付URL" showBelowAvatar: "アイコンの後ろに表示" +allowClickingNotifications: "ポップアップ通知のクリックを許可する" seasonalScreenEffect: "季節に応じた画面の演出" noDescription: "説明文はありません" sensitiveMediaRevealConfirm: "センシティブなメディアです。表示しますか?" |