diff --git a/messages/ko-KR.json b/messages/ko-KR.json index 390e9304..171ce677 100644 --- a/messages/ko-KR.json +++ b/messages/ko-KR.json @@ -1120,6 +1120,8 @@ "actionDeleteClient": "클라이언트 삭제", "actionArchiveClient": "Archive Client", "actionUnarchiveClient": "Unarchive Client", + "actionBlockClient": "Block Client", + "actionUnblockClient": "Unblock Client", "actionUpdateClient": "클라이언트 업데이트", "actionListClients": "클라이언트 목록", "actionGetClient": "클라이언트 가져오기", @@ -2418,5 +2420,9 @@ "archiveClientQuestion": "Are you sure you want to archive this client?", "archiveClientMessage": "The client will be archived and removed from your active clients list.", "archiveClientConfirm": "Archive Client", + "blockClient": "Block Client", + "blockClientQuestion": "Are you sure you want to block this client?", + "blockClientMessage": "The device will be forced to disconnect if currently connected. You can unblock the device later.", + "blockClientConfirm": "Block Client", "active": "Active" }