From 1811933025d814be4436de03290bc303ab48faaf Mon Sep 17 00:00:00 2001 From: CenTdemeern1 Date: Mon, 21 Oct 2024 14:19:27 +0200 Subject: [PATCH 1/2] Re-add missing JP i18n string for allowClickingNotifications --- sharkey-locales/ja-JP.yml | 1 + 1 file changed, 1 insertion(+) 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: "センシティブなメディアです。表示しますか?" From 577e66e2ceb54ef14f96df18aa0dd815d24c08af Mon Sep 17 00:00:00 2001 From: CenTdemeern1 Date: Mon, 21 Oct 2024 14:26:17 +0200 Subject: [PATCH 2/2] Update index.d.ts --- locales/index.d.ts | 68 ++++++++++++++++++++++++++++++++-------------- 1 file 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 @@ -502,10 +502,6 @@ export interface Locale extends ILocale { * ピン留めされたノート */ "pinnedNote": string; - /** - * Pinned - */ - "pinnedOnly": string; /** * ピン留め */ @@ -1050,10 +1046,6 @@ export interface Locale extends ILocale { * 連合中 */ "federating": string; - /** - * Blocking you - */ - "blockingYou": string; /** * ブロック中 */ @@ -4375,6 +4367,10 @@ export interface Locale extends ILocale { * リモートサーバーのチャートを生成 */ "enableChartsForFederatedInstances": string; + /** + * リモートサーバーの情報を取得 + */ + "enableStatsForFederatedInstances": string; /** * ノートのアクションにクリップを追加 */ @@ -4943,10 +4939,6 @@ export interface Locale extends ILocale { * 通知をグルーピングして表示する */ "useGroupedNotifications": string; - /** - * ポップアップ通知のクリックを許可する - */ - "allowClickingNotifications": string; /** * メールアドレスの確認中に問題が発生しました。リンクの有効期限が切れている可能性があります。 */ @@ -5115,10 +5107,6 @@ export interface Locale extends ILocale { * This media might be sensitive. Are you sure you want to reveal it? */ "sensitiveMediaRevealConfirm": string; - /** - * 外部URLを開く際に警告を表示する - */ - "warnExternalUrl": string; /** * 作成したリスト */ @@ -5183,6 +5171,26 @@ export interface Locale extends ILocale { * 対象 */ "target": string; + /** + * CAPTCHAのテストを目的とした機能です。本番環境で使用しないでください。 + */ + "testCaptchaWarning": string; + /** + * 禁止ワード(ユーザーの名前) + */ + "prohibitedWordsForNameOfUser": string; + /** + * このリストに含まれる文字列がユーザーの名前に含まれる場合、ユーザーの名前の変更を拒否します。モデレーター権限を持つユーザーはこの制限の影響を受けません。 + */ + "prohibitedWordsForNameOfUserDescription": string; + /** + * 変更しようとした名前に禁止された文字列が含まれています + */ + "yourNameContainsProhibitedWords": string; + /** + * 名前に禁止されている文字列が含まれています。この名前を使用したい場合は、サーバー管理者にお問い合わせください。 + */ + "yourNameContainsProhibitedWordsDescription": string; "_abuseUserReport": { /** * 転送 @@ -5721,6 +5729,10 @@ export interface Locale extends ILocale { * Specify the URL of a web page that contains a contact form or the instance operators' contact information. */ "inquiryUrlDescription": string; + /** + * 一定期間モデレーターのアクティビティが検出されなかった場合、スパム防止のためこの設定は自動でオフになります。 + */ + "thisSettingWillAutomaticallyOffWhenModeratorsInactive": string; /** * Logo URL */ @@ -7773,10 +7785,6 @@ export interface Locale extends ILocale { * 入力ボックスの縁取り */ "inputBorder": string; - /** - * リスト項目の背景 (ホバー) - */ - "listItemHoverBg": 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