New translations settingssecurityzonecomponent.json (Chinese Traditional)

This commit is contained in:
João Vitória Silva
2025-12-04 12:06:51 +00:00
parent 681f8446a1
commit 70a5f0c841

View File

@@ -27,5 +27,24 @@
"userChangePasswordSuccessMessage": "Password changed successfully",
"userChangePasswordErrorMessage": "Error changing password",
"successDeleteSession": "Session deleted successfully",
"errorDeleteSession": "Error deleting session"
"errorDeleteSession": "Error deleting session",
"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"
}