diff --git a/src/i18n/locales/ko.ts b/src/i18n/locales/ko.ts index e1f60e2..3ae4ac3 100644 --- a/src/i18n/locales/ko.ts +++ b/src/i18n/locales/ko.ts @@ -101,6 +101,7 @@ export const ko: TranslationSchema = { }, responses: { + channelLocked: '채널이 잠겼습니다! 초대된 멤버만 참여할 수 있습니다.', channelUnlocked: '채널 잠금이 해제되었습니다! 누구나 참여할 수 있습니다.', channelRenamed: '채널 이름이 **{{name}}**(으)로 변경되었습니다!', limitSet: '인원 제한이 **{{limit}}**명으로 설정되었습니다!',