diff --git a/assets/l10n/intl_ko.arb b/assets/l10n/intl_ko.arb index 0967ef424..1b9f6b58e 100644 --- a/assets/l10n/intl_ko.arb +++ b/assets/l10n/intl_ko.arb @@ -1 +1,69 @@ -{} +{ + "commandHintInvite": "주어진 유저 이 룸에 초대하기", + "@commandHintInvite": { + "type": "text", + "description": "Usage hint for the command /invite" + }, + "commandHintUnBan": "주어진 유저 이 룸에서 밴 해제하기", + "@commandHintUnBan": { + "type": "text", + "description": "Usage hint for the command /unban" + }, + "commandHintBan": "이 룸에서 주어진 유저 밴하기", + "@commandHintBan": { + "type": "text", + "description": "Usage hint for the command /ban" + }, + "commandHintLeave": "이 룸 나가기", + "@commandHintLeave": { + "type": "text", + "description": "Usage hint for the command /leave" + }, + "commandHintHtml": "HTML 형식의 문자 보내기", + "@commandHintHtml": { + "type": "text", + "description": "Usage hint for the command /html" + }, + "commandHintPlain": "형식이 지정되지 않은 문자 보내기", + "@commandHintPlain": { + "type": "text", + "description": "Usage hint for the command /plain" + }, + "commandHintMe": "자신을 소개하세요", + "@commandHintMe": { + "type": "text", + "description": "Usage hint for the command /me" + }, + "commandHintSend": "문자 보내기", + "@commandHintSend": { + "type": "text", + "description": "Usage hint for the command /send" + }, + "chats": "채팅", + "@chats": { + "type": "text", + "placeholders": {} + }, + "allChats": "모든 채팅", + "@allChats": { + "type": "text", + "placeholders": {} + }, + "cantOpenUri": "URI {uri}를 열 수 없습니다", + "@cantOpenUri": { + "type": "text", + "placeholders": { + "uri": {} + } + }, + "accept": "수락", + "@accept": { + "type": "text", + "placeholders": {} + }, + "about": "소개", + "@about": { + "type": "text", + "placeholders": {} + } +}