From 37bdae6e893451efac0407895db88f22b08d6633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:53:03 +0900 Subject: [PATCH] i18n: MisskeyIO#615 (MisskeyIO#619) --- locales/en-US.yml | 3 +++ locales/ko-KR.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index ec90c0ad9..ed2221fc5 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -2435,6 +2435,9 @@ _webhookSettings: renote: "When renoted" reaction: "When receiving a reaction" mention: "When being mentioned" + reportCreated: "When abuse report is created" + reportResolved: "When abuse report is resolved" + reportAutoResolved: "When abuse report is automatically resolved" _moderationLogTypes: createRole: "Role created" deleteRole: "Role deleted" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index f56ecdadd..8372df7d5 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -2411,6 +2411,9 @@ _webhookSettings: renote: "누군가 내 글을 리노트했을 때" reaction: "누군가 내 노트에 리액션했을 때" mention: "누군가 나를 멘션했을 때" + reportCreated: "신고가 생성되었을 때" + reportResolved: "신고가 해결되었을 때" + reportAutoResolved: "신고가 자동으로 해결되었을 때" _moderationLogTypes: createRole: "역할 생성" deleteRole: "역할 삭제"