diff --git a/frontend/app/src/i18n/ca/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json b/frontend/app/src/i18n/ca/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json index 916501d31..d09f56027 100644 --- a/frontend/app/src/i18n/ca/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json +++ b/frontend/app/src/i18n/ca/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json @@ -1,38 +1,38 @@ { - "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)", + "addTitle": "Afegir proveidor d'identitats", + "editTitle": "Edita proveidor d'identitats", + "templateLabel": "Plantilles", + "templateCustom": "Personalitzat (config. manual)", + "nameLabel": "Nom del proveïdor", + "namePlaceholder": "Entra nom del proveidor", "slugLabel": "Slug", "slugPlaceholder": "provider-slug", - "slugHelp": "Lowercase alphanumeric characters and hyphens only. Used in callback URL.", + "slugHelp": "Caràcters alfanumèrics en minúscula. Used in callback URL.", "slugInvalid": "Slug must contain only lowercase letters, numbers, and hyphens.", - "providerTypeLabel": "Provider type", + "providerTypeLabel": "Tipus de proveïdor", "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", + "clientSecretPlaceholder": "Enter OAuth client ID", "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", + "appearanceSection": "Aparença", + "iconLabel": "Icona", + "iconCustom": "Personalitzat", "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.", - "optionsSection": "Options", - "enabledLabel": "Enabled", - "autoCreateUsersLabel": "Auto-create users", + "optionsSection": "Opcions", + "enabledLabel": "Habilitat", + "autoCreateUsersLabel": "Crea usuaris/es automàticament", "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.",