fix(i18n): restore missing channelLocked translation key in ko.ts

This commit is contained in:
이정수 2026-04-10 09:40:26 +09:00
parent bbc4bed551
commit 1e31f83ff3
1 changed files with 1 additions and 0 deletions

View File

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