diff --git a/messages/ko-KR.json b/messages/ko-KR.json index ca7d4893..ecf1cea7 100644 --- a/messages/ko-KR.json +++ b/messages/ko-KR.json @@ -56,6 +56,9 @@ "sitesBannerTitle": "모든 네트워크 연결", "sitesBannerDescription": "사이트는 원격 네트워크와의 연결로 Pangolin이 어디서나 사용자에게 공공 및 개인 리소스에 대한 접근을 제공할 수 있게 해 줍니다. 연결을 설정하려면 바이너리 또는 컨테이너로 실행할 수 있는 어디서든 사이트 네트워크 커넥터(Newt)를 설치하세요.", "sitesBannerButtonText": "사이트 설치", + "approvalsBannerTitle": "Approve or Deny Device Access", + "approvalsBannerDescription": "Review and approve or deny device access requests from users. When device approvals are required, users must get admin approval before their devices can connect to your organization's resources.", + "approvalsBannerButtonText": "Learn More", "siteCreate": "사이트 생성", "siteCreateDescription2": "아래 단계를 따라 새 사이트를 생성하고 연결하십시오", "siteCreateDescription": "리소스를 연결하기 위해 새 사이트를 생성하세요.", @@ -258,7 +261,7 @@ "accessRolesAdd": "역할 추가", "accessRoleDelete": "역할 삭제", "accessApprovalsManage": "Manage Approvals", - "accessApprovalsDescription": "Manage approval requests in the organization", + "accessApprovalsDescription": "View and manage pending approvals for access to this organization", "description": "설명", "inviteTitle": "열린 초대", "inviteDescription": "다른 사용자가 조직에 참여하도록 초대장을 관리합니다.", @@ -2509,5 +2512,15 @@ "unblock": "Unblock", "deviceActions": "Device Actions", "deviceActionsDescription": "Manage device status and access", - "devicePendingApprovalBannerDescription": "This device is pending approval. It won't be able to connect to resources until approved." + "devicePendingApprovalBannerDescription": "This device is pending approval. It won't be able to connect to resources until approved.", + "connected": "Connected", + "disconnected": "Disconnected", + "approvalsEmptyStateTitle": "Device Approvals Not Enabled", + "approvalsEmptyStateDescription": "Enable device approvals for roles to require admin approval before users can connect new devices.", + "approvalsEmptyStateStep1Title": "Go to Roles", + "approvalsEmptyStateStep1Description": "Navigate to your organization's roles settings to configure device approvals.", + "approvalsEmptyStateStep2Title": "Enable Device Approvals", + "approvalsEmptyStateStep2Description": "Edit a role and enable the 'Require Device Approvals' option. Users with this role will need admin approval for new devices.", + "approvalsEmptyStatePreviewDescription": "Preview: When enabled, pending device requests will appear here for review", + "approvalsEmptyStateButtonText": "Manage Roles" }