diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-08-17 09:57:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-17 09:57:28 +0900 |
| commit | ef950a345bfd520a20336b55f2e7e095a4b9ebf0 (patch) | |
| tree | 496c9d25258457b976c943d6e4856492ef9227ff /locales | |
| parent | update misskey-dev/eslint-plugin (diff) | |
| download | misskey-ef950a345bfd520a20336b55f2e7e095a4b9ebf0.tar.gz misskey-ef950a345bfd520a20336b55f2e7e095a4b9ebf0.tar.bz2 misskey-ef950a345bfd520a20336b55f2e7e095a4b9ebf0.zip | |
suspend周りの改修 (#14409)
* enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように
* Update CHANGELOG.md
* wip
* Update gen-spec.ts
* Update packages/backend/src/server/api/endpoints/admin/suspend-user.ts
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
* owa-
* revert misskey-js related changes (#14414)
---------
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 9252b5ae10..2ab5f5797e 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -9683,6 +9683,10 @@ export interface Locale extends ILocale { * 通報の通知先を削除 */ "deleteAbuseReportNotificationRecipient": string; + /** + * アカウントを削除 + */ + "deleteAccount": string; }; "_fileViewer": { /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index c655e4678d..fac5b1e533 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2568,6 +2568,7 @@ _moderationLogTypes: createAbuseReportNotificationRecipient: "通報の通知先を作成" updateAbuseReportNotificationRecipient: "通報の通知先を更新" deleteAbuseReportNotificationRecipient: "通報の通知先を削除" + deleteAccount: "アカウントを削除" _fileViewer: title: "ファイルの詳細" |