summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-24 10:46:09 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-09-24 10:46:09 +0900
commited983a5baf581b28b063edfa25e0d80349e9318e (patch)
tree4d78cc23cfac3ef19a5893711fccc0811a3b2589 /locales
parentimprove moderation log (diff)
downloadsharkey-ed983a5baf581b28b063edfa25e0d80349e9318e.tar.gz
sharkey-ed983a5baf581b28b063edfa25e0d80349e9318e.tar.bz2
sharkey-ed983a5baf581b28b063edfa25e0d80349e9318e.zip
improve moderation log
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts4
-rw-r--r--locales/ja-JP.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 1e5396ad63..c2f50dd54a 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -2262,6 +2262,10 @@ export interface Locale {
"deleteNote": string;
"createGlobalAnnouncement": string;
"createUserAnnouncement": string;
+ "updateGlobalAnnouncement": string;
+ "updateUserAnnouncement": string;
+ "deleteGlobalAnnouncement": string;
+ "deleteUserAnnouncement": string;
"resetPassword": string;
"suspendRemoteInstance": string;
"unsuspendRemoteInstance": string;
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 47bbb0aa55..43a3394264 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -2175,6 +2175,10 @@ _moderationLogTypes:
deleteNote: "ノートを削除"
createGlobalAnnouncement: "全体のお知らせを作成"
createUserAnnouncement: "ユーザーへお知らせを作成"
+ updateGlobalAnnouncement: "全体のお知らせを更新"
+ updateUserAnnouncement: "ユーザーのお知らせを更新"
+ deleteGlobalAnnouncement: "全体のお知らせを削除"
+ deleteUserAnnouncement: "ユーザーのお知らせを削除"
resetPassword: "パスワードをリセット"
suspendRemoteInstance: "リモートサーバーを停止"
unsuspendRemoteInstance: "リモートサーバーを再開"