diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-25 16:03:43 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-25 16:03:43 +0900 |
| commit | bd19d75c9c49d601cbf29e2fdcd67f3864b74175 (patch) | |
| tree | f3f7f656de1c4241274d3506e91b52bf67f3e276 /locales | |
| parent | [skip ci] New Crowdin updates (#11891) (diff) | |
| download | sharkey-bd19d75c9c49d601cbf29e2fdcd67f3864b74175.tar.gz sharkey-bd19d75c9c49d601cbf29e2fdcd67f3864b74175.tar.bz2 sharkey-bd19d75c9c49d601cbf29e2fdcd67f3864b74175.zip | |
enhance: improve moderation log
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 1 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 5e24ecffa5..4d8123eb5d 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2276,6 +2276,7 @@ export interface Locale { "unsuspendRemoteInstance": string; "markSensitiveDriveFile": string; "unmarkSensitiveDriveFile": string; + "resolveAbuseReport": string; }; } declare const locales: { diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 1af73c6201..647f5fb5f0 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2189,3 +2189,4 @@ _moderationLogTypes: unsuspendRemoteInstance: "リモートサーバーを再開" markSensitiveDriveFile: "ファイルをセンシティブ付与" unmarkSensitiveDriveFile: "ファイルをセンシティブ解除" + resolveAbuseReport: "通報を解決" |