mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
New translations identityprovidersaddeditmodalcomponent.json (Spanish)
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"addTitle": "Add Identity Provider",
|
"addTitle": "Add identity provider",
|
||||||
"editTitle": "Edit Identity Provider",
|
"editTitle": "Edit identity provider",
|
||||||
"templateLabel": "Template",
|
"templateLabel": "Template",
|
||||||
"templateCustom": "Custom (Manual Configuration)",
|
"templateCustom": "Custom (manual configuration)",
|
||||||
"nameLabel": "Provider Name",
|
"nameLabel": "Provider name",
|
||||||
"namePlaceholder": "Enter provider name (e.g., My SSO Provider)",
|
"namePlaceholder": "Enter provider name (e.g., My SSO Provider)",
|
||||||
"slugLabel": "Slug",
|
"slugLabel": "Slug",
|
||||||
"slugPlaceholder": "provider-slug",
|
"slugPlaceholder": "provider-slug",
|
||||||
"slugHelp": "Lowercase alphanumeric characters and hyphens only. Used in callback URL.",
|
"slugHelp": "Lowercase alphanumeric characters and hyphens only. Used in callback URL.",
|
||||||
"slugInvalid": "Slug must contain only lowercase letters, numbers, and hyphens.",
|
"slugInvalid": "Slug must contain only lowercase letters, numbers, and hyphens.",
|
||||||
"providerTypeLabel": "Provider Type",
|
"providerTypeLabel": "Provider type",
|
||||||
"issuerUrlLabel": "Issuer URL",
|
"issuerUrlLabel": "Issuer URL",
|
||||||
"issuerUrlPlaceholder": "https://auth.example.com",
|
"issuerUrlPlaceholder": "https://auth.example.com",
|
||||||
"issuerUrlHelp": "For OIDC providers, this is used for auto-discovery. For OAuth2, configure endpoints manually.",
|
"issuerUrlHelp": "For OIDC providers, this is used for auto-discovery. For OAuth2, configure endpoints manually.",
|
||||||
"clientIdLabel": "Client ID",
|
"clientIdLabel": "Client ID",
|
||||||
"clientIdPlaceholder": "Enter OAuth client ID",
|
"clientIdPlaceholder": "Enter OAuth client ID",
|
||||||
"clientSecretLabel": "Client Secret",
|
"clientSecretLabel": "Client secret",
|
||||||
"clientSecretPlaceholder": "Enter OAuth client secret",
|
"clientSecretPlaceholder": "Enter OAuth client secret",
|
||||||
"clientSecretPlaceholderEdit": "Leave blank to keep existing secret",
|
"clientSecretPlaceholderEdit": "Leave blank to keep existing secret",
|
||||||
"clientSecretHelpEdit": "Only enter a new secret if you want to update it.",
|
"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.",
|
"customIconUrlHelp": "URL to a custom icon for the SSO button and list.",
|
||||||
"iconPlaceholder": "authelia, authentik, casdoor, keycloak, or URL",
|
"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.",
|
"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",
|
"optionsSection": "Options",
|
||||||
"enabledLabel": "Enabled",
|
"enabledLabel": "Enabled",
|
||||||
"autoCreateUsersLabel": "Auto-create users",
|
"autoCreateUsersLabel": "Auto-create users",
|
||||||
"autoCreateUsersHelp": "Automatically create user accounts when users sign in via SSO for the first time.",
|
"autoCreateUsersHelp": "Automatically create user accounts when users sign in via SSO for the first time.",
|
||||||
"syncUserInfoLabel": "Sync user information",
|
"syncUserInfoLabel": "Sync user information",
|
||||||
"syncUserInfoHelp": "Update user profile information from the identity provider on each sign-in.",
|
"syncUserInfoHelp": "Update user profile information from the identity provider on each sign-in.",
|
||||||
"configurationNotes": "Configuration Notes:",
|
"configurationNotes": "Configuration notes:",
|
||||||
"addButton": "Add Provider",
|
"addButton": "Add provider",
|
||||||
"saveButton": "Save Changes",
|
"saveButton": "Save changes",
|
||||||
"creatingProvider": "Creating identity provider...",
|
"creatingProvider": "Creating identity provider...",
|
||||||
"updatingProvider": "Updating identity provider...",
|
"updatingProvider": "Updating identity provider...",
|
||||||
"providerCreated": "Identity provider created successfully",
|
"providerCreated": "Identity provider created successfully",
|
||||||
|
|||||||
Reference in New Issue
Block a user