summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-25 16:03:43 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-09-25 16:03:43 +0900
commitbd19d75c9c49d601cbf29e2fdcd67f3864b74175 (patch)
treef3f7f656de1c4241274d3506e91b52bf67f3e276 /locales
parent[skip ci] New Crowdin updates (#11891) (diff)
downloadsharkey-bd19d75c9c49d601cbf29e2fdcd67f3864b74175.tar.gz
sharkey-bd19d75c9c49d601cbf29e2fdcd67f3864b74175.tar.bz2
sharkey-bd19d75c9c49d601cbf29e2fdcd67f3864b74175.zip
enhance: improve moderation log
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts1
-rw-r--r--locales/ja-JP.yml1
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: "通報を解決"