diff --git a/ko.json b/ko.json index 7d1d3ca..b1d6196 100644 --- a/ko.json +++ b/ko.json @@ -641,6 +641,7 @@ "Contacts.IgnoreRequest": "친구요청 무시", "Contacts.Invite": "초대", "Contacts.RevokeInvite": "초대 취소", + "Contacts.RequestInvite": "참여 요청", "Contacts.BanFromAllSessions": "내가 시작한 세션에서 차단", "Contacts.UnbanFromAllSessions": "내가 시작한 세션의 차단해제", "Contacts.BanFromCurrentWorld": "현재 세션에서 차단", @@ -670,6 +671,19 @@ "Contacts.Bot": "봇 계정", "Contacts.Migrated": "연락처를 이전하지 않았습니다.", "Contacts.IncompatibleSession" : "비호환 세션에 있음", + "Contacts.AskToJoin" : "참여요청 보내기", + + "Contacts.InviteRequest.UserWantsToJoin" : "{username}이(가) 참여하길 원하고 있습니다.", + "Contacts.InviteRequest.UserWantsToInviteAnother" : "\"{requestingUser}\"이(가) \"{userToInvite}\"을(를) \"{sessionName}\" 세션에 초대하길 원합니다.", + "Contacts.InviteRequest.GrantInvite" : "초대 허가(단발성)", + "Contacts.InviteRequest.AddAsContact" : "연락처에 \"{username}\"을(를) 추가", + "Contacts.InviteRequest.AddAsContactOfHeadless" : "헤드리스 연락처에 \"{username}\"을(를) 추가", + "Contacts.InviteRequest.AddHostAsContact" : "호스트 \"{username}\"을(를) 연락처에 추가", + "Contacts.InviteRequest.HostIsUnregistered" : "연락처에 없는 호스트 입니다.", + "Contacts.InviteRequest.ForwardToHost" : "호스트에게 전달: {username}", + "Contacts.InviteRequest.SentRequest" : "초대 요청", + "Contacts.InviteRequest.ForwardedRequest" : "\"{username}\"이(가) \"{sessionName}\" 세션으로의 초대 요청을 전달하였습니다.", + "Contacts.InviteRequest.GrantedRequest" : "\"{sessionName}\" 세션에 \"{username}\"의 초대가 허용되었습니다.", "Notifications.IsSociable" : "대화 가능 상태가 되었습니다! 상대방과 대화 또는 초대해 보세요!", "Notifications.IsOnline": "온라인 상태가 되었습니다.", @@ -679,6 +693,8 @@ "Notifications.ReceivedItem": "아이템을 수신받음:", "Notifications.VoiceMessage": "음성 메시지를 보냈습니다.", "Notifications.SessionStarted": "세션이 시작되었습니다.", + "Notifications.ReceivedInviteRequestDirect": "참여 요청", + "Notifications.ReceivedInviteRequestForwarded": "초대 요청:", "Notifications.UserJoined": "사용자가 참여 하였습니다.", "Notifications.UserLeft": "사용자가 퇴장 하였습니다.", "Notifications.PermissionChanged": "역할을 {new}(으)로 변경했습니다.", @@ -1719,6 +1735,8 @@ "Settings.NotificationSettings.Message.Description" : "활성화 시, 연락처에서 메시지를 받을때 알림을 받습니다.", "Settings.NotificationSettings.Invite" : "세션에 초대 되었을 때", "Settings.NotificationSettings.Invite.Description" : "활성화 시, 세션에 초대될때 알림을 받습니다.", + "Settings.NotificationSettings.InviteRequest": "참여 요청", + "Settings.NotificationSettings.InviteRequest.Description": "응답 할 수 있는 참여 요청을 받았을 때 알림을 받을지 설정합니다.", "Settings.NotificationSettings.ContactRequest" : "친구 요청을 받을 때", "Settings.NotificationSettings.ContactRequest.Description" : "활성화 시, 누군가에게 친구 요청을 받을때 알림을 받습니다.", "Settings.NotificationSettings.ContactSessionStarted" : "친구가 세션을 시작할 때",