From 0a28be5e811614abfb274abb7d42b73d3e03c610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Thu, 4 Dec 2025 12:33:15 +0000 Subject: [PATCH] New translations identityprovidersaddeditmodalcomponent.json (Catalan) --- ...dentityProvidersAddEditModalComponent.json | 54 ++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) 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 0967ef424..49be63d00 100644 --- a/frontend/app/src/i18n/ca/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json +++ b/frontend/app/src/i18n/ca/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json @@ -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" +} \ No newline at end of file