New translations identityprovidersaddeditmodalcomponent.json (Spanish)

This commit is contained in:
João Vitória Silva
2025-12-04 14:45:26 +00:00
parent 276e3c43d2
commit f943c6e434

View File

@@ -1,21 +1,21 @@
{
"addTitle": "Add Identity Provider",
"editTitle": "Edit Identity Provider",
"addTitle": "Add identity provider",
"editTitle": "Edit identity provider",
"templateLabel": "Template",
"templateCustom": "Custom (Manual Configuration)",
"nameLabel": "Provider Name",
"templateCustom": "Custom (manual configuration)",
"nameLabel": "Provider name",
"namePlaceholder": "Enter provider name (e.g., My SSO Provider)",
"slugLabel": "Slug",
"slugPlaceholder": "provider-slug",
"slugHelp": "Lowercase alphanumeric characters and hyphens only. Used in callback URL.",
"slugInvalid": "Slug must contain only lowercase letters, numbers, and hyphens.",
"providerTypeLabel": "Provider Type",
"providerTypeLabel": "Provider type",
"issuerUrlLabel": "Issuer URL",
"issuerUrlPlaceholder": "https://auth.example.com",
"issuerUrlHelp": "For OIDC providers, this is used for auto-discovery. For OAuth2, configure endpoints manually.",
"clientIdLabel": "Client ID",
"clientIdPlaceholder": "Enter OAuth client ID",
"clientSecretLabel": "Client Secret",
"clientSecretLabel": "Client secret",
"clientSecretPlaceholder": "Enter OAuth client secret",
"clientSecretPlaceholderEdit": "Leave blank to keep existing secret",
"clientSecretHelpEdit": "Only enter a new secret if you want to update it.",
@@ -30,18 +30,15 @@
"customIconUrlHelp": "URL to a custom icon for the SSO button and list.",
"iconPlaceholder": "authelia, authentik, casdoor, keycloak, or URL",
"iconHelp": "Icon name for SSO button. Supported values are authelia, authentik, casdoor or keycloak. For custom icons, provide the icon URL.",
"buttonTextLabel": "Button Text",
"buttonTextPlaceholder": "Sign in with Provider",
"buttonColorLabel": "Button Color",
"optionsSection": "Options",
"enabledLabel": "Enabled",
"autoCreateUsersLabel": "Auto-create users",
"autoCreateUsersHelp": "Automatically create user accounts when users sign in via SSO for the first time.",
"syncUserInfoLabel": "Sync user information",
"syncUserInfoHelp": "Update user profile information from the identity provider on each sign-in.",
"configurationNotes": "Configuration Notes:",
"addButton": "Add Provider",
"saveButton": "Save Changes",
"configurationNotes": "Configuration notes:",
"addButton": "Add provider",
"saveButton": "Save changes",
"creatingProvider": "Creating identity provider...",
"updatingProvider": "Updating identity provider...",
"providerCreated": "Identity provider created successfully",