New translations identityprovidersaddeditmodalcomponent.json (Catalan)

This commit is contained in:
João Vitória Silva
2025-12-04 12:33:15 +00:00
parent deee452533
commit 0a28be5e81

View File

@@ -1 +1,53 @@
{}
{
"addTitle": "Add Identity Provider",
"editTitle": "Edit Identity Provider",
"templateLabel": "Template",
"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",
"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",
"clientSecretPlaceholder": "Enter OAuth client secret",
"clientSecretPlaceholderEdit": "Leave blank to keep existing secret",
"clientSecretHelpEdit": "Only enter a new secret if you want to update it.",
"scopesLabel": "Scopes",
"scopesPlaceholder": "openid profile email",
"scopesHelp": "Space-separated list of OAuth scopes to request.",
"appearanceSection": "Appearance",
"iconLabel": "Icon",
"iconCustom": "Custom",
"customIconUrlLabel": "Custom icon URL",
"customIconUrlPlaceholder": "https://example.com/my-icon.png",
"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",
"creatingProvider": "Creating identity provider...",
"updatingProvider": "Updating identity provider...",
"providerCreated": "Identity provider created successfully",
"providerUpdated": "Identity provider updated successfully",
"errorCreating": "Error creating identity provider",
"errorUpdating": "Error updating identity provider",
"errorSlugExists": "A provider with this slug already exists",
"errorForbidden": "You don't have permission to perform this action"
}