From 560b5b48dc965957950e134ecdf8c0f563ab4380 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 19 Jan 2026 22:30:13 -0800 Subject: [PATCH] New translations en-us.json (Italian) --- messages/it-IT.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/messages/it-IT.json b/messages/it-IT.json index d20f36eb..da267844 100644 --- a/messages/it-IT.json +++ b/messages/it-IT.json @@ -56,6 +56,9 @@ "sitesBannerTitle": "Connetti Qualsiasi Rete", "sitesBannerDescription": "Un sito รจ una connessione a una rete remota che consente a Pangolin di fornire accesso alle risorse, pubbliche o private, agli utenti ovunque. Installa il connettore di rete del sito (Newt) ovunque tu possa eseguire un binario o un container per stabilire la connessione.", "sitesBannerButtonText": "Installa Sito", + "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": "Crea Sito", "siteCreateDescription2": "Segui i passaggi qui sotto per creare e collegare un nuovo sito", "siteCreateDescription": "Crea un nuovo sito per iniziare a connettere le risorse", @@ -258,7 +261,7 @@ "accessRolesAdd": "Aggiungi Ruolo", "accessRoleDelete": "Elimina Ruolo", "accessApprovalsManage": "Manage Approvals", - "accessApprovalsDescription": "Manage approval requests in the organization", + "accessApprovalsDescription": "View and manage pending approvals for access to this organization", "description": "Descrizione", "inviteTitle": "Inviti Aperti", "inviteDescription": "Gestisci gli inviti per gli altri utenti a unirsi all'organizzazione", @@ -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" }