New translations settingssecurityzonecomponent.json (Italian)

This commit is contained in:
João Vitória Silva
2025-12-04 12:04:59 +00:00
parent 762712d2e9
commit 92dd090d77

View File

@@ -27,5 +27,24 @@
"userChangePasswordSuccessMessage": "Password cambiata con successo",
"userChangePasswordErrorMessage": "Errore nel cambio password",
"successDeleteSession": "Sessione eliminata con successo",
"errorDeleteSession": "Errore nell'eliminazione della sessione"
"errorDeleteSession": "Errore nell'eliminazione della sessione",
"subtitleLinkedAccounts": "Linked accounts",
"linkedAccountsDescription": "Manage external authentication providers (SSO) linked to your account. You can sign in using any of these providers.",
"linkedAccountsLastLogin": "Last login",
"linkedAccountsLinkedAt": "Linked",
"linkedAccountsNeverUsed": "Never used",
"unlinkAccountButton": "Unlink",
"availableProvidersLabel": "Available providers",
"unlinkModalTitle": "Unlink Account",
"unlinkModalConfirmation": "Are you sure you want to unlink your {providerName} account? You will no longer be able to sign in using this provider.",
"unlinkModalLastMethodWarning": "Warning: This is your only authentication method. Please set a password before unlinking.",
"unlinkAccountSuccess": "Account unlinked successfully",
"unlinkAccountError": "Error unlinking account",
"unlinkAccountLastMethodError": "Cannot unlink last authentication method. Please set a password first.",
"linkAccountSuccess": "{providerName} account linked successfully",
"linkAccountError": "Error linking account",
"linkAccountAlreadyLinked": "This {providerName} account is already linked",
"linkAccountInUse": "This {providerName} account is already linked to another user",
"errorLoadingLinkedAccounts": "Error loading linked accounts",
"refreshButton": "Refresh"
}