fix(i18n): restore missing channelLocked translation key in ko.ts
This commit is contained in:
parent
bbc4bed551
commit
1e31f83ff3
|
|
@ -101,6 +101,7 @@ export const ko: TranslationSchema = {
|
|||
},
|
||||
|
||||
responses: {
|
||||
channelLocked: '채널이 잠겼습니다! 초대된 멤버만 참여할 수 있습니다.',
|
||||
channelUnlocked: '채널 잠금이 해제되었습니다! 누구나 참여할 수 있습니다.',
|
||||
channelRenamed: '채널 이름이 **{{name}}**(으)로 변경되었습니다!',
|
||||
limitSet: '인원 제한이 **{{limit}}**명으로 설정되었습니다!',
|
||||
|
|
|
|||
Loading…
Reference in New Issue