mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-08 20:16:50 +02:00
New translations en-us.json (Italian)
This commit is contained in:
+21
-3
@@ -898,6 +898,7 @@
|
|||||||
"idpDisplayName": "Un nome visualizzato per questo provider di identità",
|
"idpDisplayName": "Un nome visualizzato per questo provider di identità",
|
||||||
"idpAutoProvisionUsers": "Provisioning Automatico Utenti",
|
"idpAutoProvisionUsers": "Provisioning Automatico Utenti",
|
||||||
"idpAutoProvisionUsersDescription": "Quando abilitato, gli utenti verranno creati automaticamente nel sistema al primo accesso con la possibilità di mappare gli utenti a ruoli e organizzazioni.",
|
"idpAutoProvisionUsersDescription": "Quando abilitato, gli utenti verranno creati automaticamente nel sistema al primo accesso con la possibilità di mappare gli utenti a ruoli e organizzazioni.",
|
||||||
|
"idpAutoProvisionConfigureAfterCreate": "You can configure auto provision settings once the identity provider is created.",
|
||||||
"licenseBadge": "EE",
|
"licenseBadge": "EE",
|
||||||
"idpType": "Tipo di Provider",
|
"idpType": "Tipo di Provider",
|
||||||
"idpTypeDescription": "Seleziona il tipo di provider di identità che desideri configurare",
|
"idpTypeDescription": "Seleziona il tipo di provider di identità che desideri configurare",
|
||||||
@@ -949,7 +950,7 @@
|
|||||||
"defaultMappingsRole": "Mappatura Ruolo Predefinito",
|
"defaultMappingsRole": "Mappatura Ruolo Predefinito",
|
||||||
"defaultMappingsRoleDescription": "JMESPath per estrarre informazioni sul ruolo dal token ID. Il risultato di questa espressione deve restituire il nome del ruolo come definito nell'organizzazione come stringa.",
|
"defaultMappingsRoleDescription": "JMESPath per estrarre informazioni sul ruolo dal token ID. Il risultato di questa espressione deve restituire il nome del ruolo come definito nell'organizzazione come stringa.",
|
||||||
"defaultMappingsOrg": "Mappatura Organizzazione Predefinita",
|
"defaultMappingsOrg": "Mappatura Organizzazione Predefinita",
|
||||||
"defaultMappingsOrgDescription": "JMESPath per estrarre informazioni sull'organizzazione dal token ID. Questa espressione deve restituire l'ID dell'organizzazione o true affinché l'utente possa accedere all'organizzazione.",
|
"defaultMappingsOrgDescription": "When set, this expression must return the organization ID or true for the user to access that organization. When unset, defining a role mapping is enough: the user is allowed in as long as a valid role mapping can be resolved for them within the organization.",
|
||||||
"defaultMappingsSubmit": "Salva Mappature Predefinite",
|
"defaultMappingsSubmit": "Salva Mappature Predefinite",
|
||||||
"orgPoliciesEdit": "Modifica Politica Organizzazione",
|
"orgPoliciesEdit": "Modifica Politica Organizzazione",
|
||||||
"org": "Organizzazione",
|
"org": "Organizzazione",
|
||||||
@@ -2026,7 +2027,7 @@
|
|||||||
},
|
},
|
||||||
"internationaldomaindetected": "Dominio Internazionale Rilevato",
|
"internationaldomaindetected": "Dominio Internazionale Rilevato",
|
||||||
"willbestoredas": "Verrà conservato come:",
|
"willbestoredas": "Verrà conservato come:",
|
||||||
"roleMappingDescription": "Determinare come i ruoli sono assegnati agli utenti quando accedono quando è abilitata la fornitura automatica.",
|
"roleMappingDescription": "Determine how roles are assigned to users when they sign in with this identity provider.",
|
||||||
"selectRole": "Seleziona un ruolo",
|
"selectRole": "Seleziona un ruolo",
|
||||||
"roleMappingExpression": "Espressione",
|
"roleMappingExpression": "Espressione",
|
||||||
"selectRolePlaceholder": "Scegli un ruolo",
|
"selectRolePlaceholder": "Scegli un ruolo",
|
||||||
@@ -2899,5 +2900,22 @@
|
|||||||
"httpDestUpdatedSuccess": "Destinazione aggiornata con successo",
|
"httpDestUpdatedSuccess": "Destinazione aggiornata con successo",
|
||||||
"httpDestCreatedSuccess": "Destinazione creata con successo",
|
"httpDestCreatedSuccess": "Destinazione creata con successo",
|
||||||
"httpDestUpdateFailed": "Impossibile aggiornare la destinazione",
|
"httpDestUpdateFailed": "Impossibile aggiornare la destinazione",
|
||||||
"httpDestCreateFailed": "Impossibile creare la destinazione"
|
"httpDestCreateFailed": "Impossibile creare la destinazione",
|
||||||
|
"idpAddActionCreateNew": "Create new identity provider",
|
||||||
|
"idpAddActionImportFromOrg": "Import from another organization",
|
||||||
|
"idpImportDialogTitle": "Import Identity Provider",
|
||||||
|
"idpImportDialogDescription": "Choose an identity provider from an organization where you are an admin. It will be linked to this organization.",
|
||||||
|
"idpImportSearchPlaceholder": "Search by organization or provider name...",
|
||||||
|
"idpImportEmpty": "No identity providers found.",
|
||||||
|
"idpImportedDescription": "Identity provider imported successfully.",
|
||||||
|
"idpDeleteGlobalQuestion": "Are you sure you want to permanently delete this identity provider?",
|
||||||
|
"idpDeleteGlobalDescription": "This will permanently delete the identity provider from all organizations it is associated with.",
|
||||||
|
"idpUnassociateTitle": "Unassociate Identity Provider",
|
||||||
|
"idpUnassociateQuestion": "Are you sure you want to unassociate this identity provider from this organization?",
|
||||||
|
"idpUnassociateDescription": "All users associated with this identity provider will be removed from this organization, but the identity provider will still continue to exist for other associated organizations.",
|
||||||
|
"idpUnassociateConfirm": "Confirm Unassociate Identity Provider",
|
||||||
|
"idpUnassociateWarning": "This cannot be undone for this organization.",
|
||||||
|
"idpUnassociatedDescription": "Identity provider unassociated from this organization successfully",
|
||||||
|
"idpUnassociateMenu": "Unassociate",
|
||||||
|
"idpDeleteAllOrgsMenu": "Delete"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user