diff --git a/vendor/github.com/cortezaproject/corteza-locale/CONTRIBUTING.md b/vendor/github.com/cortezaproject/corteza-locale/CONTRIBUTING.md index 3e49b95ea..b51c136fa 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/CONTRIBUTING.md +++ b/vendor/github.com/cortezaproject/corteza-locale/CONTRIBUTING.md @@ -7,9 +7,9 @@ All contributions are welcome; from bug reports, codefixes, and new features! Corteza projects are [Apache 2.0 licensed](LICENSE) and accept contributions via GitHub pull requests. -Cover the [terminology](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/release-cycle/index.html#_terminology) for the development process and versioning. +Cover the [terminology](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/release-cycle/index.html#_terminology) for the development process and versioning. -Cover the [Git and GitHub](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/release-cycle/index.html#_github) ground rules regarding branch naming and conventions. +Cover the [Git and GitHub](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/release-cycle/index.html#_github) ground rules regarding branch naming and conventions. When you wish to start working on a code contribution, assign yourself to a GitHub issue. If there is no issue, create one beforehand. @@ -34,7 +34,7 @@ The core logic is written in GO, using [go-chi](https://pkg.go.dev/github.com/go Communication between the Corteza server and web applications is done using the REST API and web sockets. Communication between back-end services (Corteza server and Corredor) is done using gRPC. -The [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/corteza-server/index.html) covers the [development setup](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/corteza-server/structure.html), and the feature insight documents. +The [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/index.html) covers the [development setup](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/structure.html), and the feature insight documents. ### Corteza Web Applications @@ -49,14 +49,14 @@ The repositories: Communication between the Corteza server and web applications is done using the REST API and web sockets. -The [Developer Guide/Corteza Web Applications](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/web-applications/index.html) covers the [development setup](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/web-applications/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/web-applications/structure.html), and the feature insight documents. +The [Developer Guide/Corteza Web Applications](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/web-applications/index.html) covers the [development setup](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/web-applications/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/web-applications/structure.html), and the feature insight documents. ### Documentation The documentation is written in [AsciiDoc](https://asciidoc.org/) and compiled using [Antora](https://antora.org/). The source code is available on the [GitHub cortezaproject/corteza-docs repository](https://github.com/cortezaproject/corteza-docs); the generated output is available on the [documentation page](http://docs.cortezaproject.org/). -The [Developer Guide/Documentation](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/documentation/index.html) covers the [conventions](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/documentation/index.html#_conventions), [writing guidelines](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/documentation/index.html#documentation-writing-guidelines), as well as some [examples](https://docs.cortezaproject.org/corteza-docs/2021.6/developer-guide/documentation/examples/index.html) to help you get started. +The [Developer Guide/Documentation](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/documentation/index.html) covers the [conventions](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/documentation/index.html#_conventions), [writing guidelines](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/documentation/index.html#documentation-writing-guidelines), as well as some [examples](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/documentation/examples/index.html) to help you get started. ## Bug reporting diff --git a/vendor/github.com/cortezaproject/corteza-locale/README.md b/vendor/github.com/cortezaproject/corteza-locale/README.md index 8df655ba6..851e75804 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/README.md +++ b/vendor/github.com/cortezaproject/corteza-locale/README.md @@ -47,44 +47,44 @@ You can check out Corteza online by creating an account on our community instanc ## Deploying Corteza -Refer to the [DevOps guide](https://docs.cortezaproject.org/corteza-docs/2021.9/devops-guide/index.html) for a complete guide on how to get Corteza up and running. +Refer to the [DevOps guide](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/index.html) for a complete guide on how to get Corteza up and running. Additionally, we've provided some [video instructions](https://forum.cortezaproject.org/t/videos-on-how-to-set-up-corteza/91). Quick references: -* [data backup and restore](https://docs.cortezaproject.org/corteza-docs/2021.9/devops-guide/maintenance/backups.html) -* [troubleshooting](https://docs.cortezaproject.org/corteza-docs/2021.9/devops-guide/maintenance/troubleshooting.html) -* [setting up an email relay](https://docs.cortezaproject.org/corteza-docs/2021.9/devops-guide/extension-requirements/email-relay.html) -* [setting up sink routes](https://docs.cortezaproject.org/corteza-docs/2021.9/devops-guide/extension-requirements/sink-route.html) +* [data backup and restore](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/maintenance/backups.html) +* [troubleshooting](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/maintenance/troubleshooting.html) +* [setting up an email relay](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/extension-requirements/email-relay.html) +* [setting up sink routes](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/extension-requirements/sink-route.html) ## Upgrading Corteza [![Latest Version Card](https://img.shields.io/github/v/tag/cortezaproject/corteza-server?label=latest%20stable%20version)](https://img.shields.io/github/v/tag/cortezaproject/corteza-server?label=latest%20stable%20version) -Refer to the [changelog](https://docs.cortezaproject.org/corteza-docs/2021.9/changelog/index.html) and the [upgrade guide](https://docs.cortezaproject.org/corteza-docs/2021.9/upgrade-guide/index.html) to upgrade your Corteza instance. +Refer to the [changelog](https://docs.cortezaproject.org/corteza-docs/2022.3/changelog/index.html) and the [upgrade guide](https://docs.cortezaproject.org/corteza-docs/2022.3/upgrade-guide/index.html) to upgrade your Corteza instance. ## Using Corteza -Refer to the [End-User Guide](https://docs.cortezaproject.org/corteza-docs/2021.9/end-user-guide/index.html) to learn the built-in applications and features from the end-user perspective. +Refer to the [End-User Guide](https://docs.cortezaproject.org/corteza-docs/2022.3/end-user-guide/index.html) to learn the built-in applications and features from the end-user perspective. Quick references: -* [Corteza CRM](https://docs.cortezaproject.org/corteza-docs/2021.9/end-user-guide/crm/index.html) -* [Corteza Service Solution](https://docs.cortezaproject.org/corteza-docs/2021.9/end-user-guide/case-management/index.html) +* [Corteza CRM](https://docs.cortezaproject.org/corteza-docs/2022.3/end-user-guide/crm/index.html) +* [Corteza Service Solution](https://docs.cortezaproject.org/corteza-docs/2022.3/end-user-guide/case-management/index.html) ## Create with Corteza -Refer to the [Integrator Guide](https://docs.cortezaproject.org/corteza-docs/2021.9/integrator-guide/index.html) to learn how you can build on the core features to create virtually anything. +Refer to the [Integrator Guide](https://docs.cortezaproject.org/corteza-docs/2022.3/integrator-guide/index.html) to learn how you can build on the core features to create virtually anything. Quick references: -* [Corteza Compose configuration](https://docs.cortezaproject.org/corteza-docs/2021.9/integrator-guide/compose-configuration/index.html) -* automation using [workflows](https://docs.cortezaproject.org/corteza-docs/2021.9/integrator-guide/automation/workflows/index.html) and [automation scripts](https://docs.cortezaproject.org/corteza-docs/2021.9/integrator-guide/automation/automation-scripts/index.html) -* [using the REST API](https://docs.cortezaproject.org/corteza-docs/2021.9/integrator-guide/accessing-corteza/index.html), +* [Corteza Compose configuration](https://docs.cortezaproject.org/corteza-docs/2022.3/integrator-guide/compose-configuration/index.html) +* automation using [workflows](https://docs.cortezaproject.org/corteza-docs/2022.3/integrator-guide/automation/workflows/index.html) and [automation scripts](https://docs.cortezaproject.org/corteza-docs/2022.3/integrator-guide/automation/automation-scripts/index.html) +* [using the REST API](https://docs.cortezaproject.org/corteza-docs/2022.3/integrator-guide/accessing-corteza/index.html), ## Contributing -Refer to the [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2021.9/developer-guide/corteza-server/index.html) document for details regarding the [development setup](https://docs.cortezaproject.org/corteza-docs/2021.9/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2021.9/developer-guide/corteza-server/structure.html), and the feature insight documents. +Refer to the [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/index.html) document for details regarding the [development setup](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/structure.html), and the feature insight documents. Refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and code of conduct. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/inc_footer.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/inc_footer.yaml index 00dd78856..93aee3852 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/inc_footer.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/inc_footer.yaml @@ -1,2 +1,3 @@ --- version: Version {{version}} +code-link: Zugang zum Quellcode auf diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/login.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/login.yaml index 5451c0259..b71dafd75 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/login.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/login.yaml @@ -16,7 +16,7 @@ template: request-password-reset: Passwort vergessen? signup: Neuen Account anlegen external: - login-with: Mit {{idp}} anmelden + login-with: Mit {{idp}} anmelden alerts: logged-in: Sie sind nun angemeldet. local-disabled: Lokale Accounts deaktiviert diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/mfa-totp.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/mfa-totp.yaml index 1bc218c6f..24322ad9a 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/mfa-totp.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/mfa-totp.yaml @@ -16,8 +16,8 @@ template: gauth: Google Authentikator für Android oder iPhone authy: Authy form: - title: "Complete the configuration by entering code from the authenticator application:" - button: Submit + title: "Vervollständigen Sie die Konfiguration durch Eingabe des Codes aus der Authenticator-Anwendung:" + button: Absenden alerts: - text-2FA-enabled: Two factor authentication with TOTP enabled - text-2FA-disabled: Two factor authentication with TOTP disabled + text-2FA-enabled: Zwei-Faktor-Authentifizierung mit TOTP ist aktiviert + text-2FA-disabled: Zwei-Faktor-Authentifizierung mit TOTP ist deaktiviert diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/profile.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/profile.yaml index c3d8ba91d..dbd9756ed 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/profile.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/profile.yaml @@ -5,13 +5,15 @@ template: email: label: E-Mail placeholder: email@domain.tld - resend-confirmation-link: Die E-Mail ist nicht verifiziert,, den Bestätigungslink erneut sendenk. + resend-confirmation-link: Die E-Mail ist nicht verifiziert, den Bestätigungslink erneut senden. name: label: Vollständiger Name placeholder: Ihr Vollständiger Name handle: label: Alias placeholder: Kurzname, Nickname oder Alias + preferred-language: + label: Bevorzugte Sprache buttons: submit: Profil Aktualisieren alerts: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/sessions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/sessions.yaml index 561a7c45e..dcdb89d2f 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/sessions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/auth/sessions.yaml @@ -15,3 +15,6 @@ template: soon: In {{days}} Tagen delete: Diese Sitzung Löschen delete-all: Alle Sitzungen Löschen +alerts: + session-deleted: Sitzung gelöscht + delete-sessions-but-current: Alle Sitzungen außer der aktuellen gelöscht diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/compose/namespace.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/compose/namespace.yaml index 35d4b1cef..710f2051e 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/compose/namespace.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-server/compose/namespace.yaml @@ -14,4 +14,4 @@ errors: unsupportedExportFormat: unsupported export format unsupportedImportFormat: unsupported import format importMissingNamespace: the import source does not contain a namespace definition - cloneMultiple: not allowed to clone multiple namespaces at once \ No newline at end of file + cloneMultiple: not allowed to clone multiple namespaces at once diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-admin/system.settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-admin/system.settings.yaml index 2076eab37..fdbe22974 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-admin/system.settings.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-admin/system.settings.yaml @@ -1,3 +1,4 @@ +--- editor: title: System settings auth: @@ -42,22 +43,17 @@ editor: expires: description: How long will password be valid before it expires. label: Valid for - external: title: External Authentication Providers enabled: Enable external authentication - table: header: provider: Provider info: Issuer, client ID - - standard: enabled: Enabled clientKey: Client key clientSecret: Secret - oidc: add: Add an OIDC provider enabled: Enabled @@ -69,7 +65,6 @@ editor: clientSecret: Secret scope: Scope scopePlaceholder: List out supported OAuth scope values, use space delimited string - saml: enabled: Enabled title: SAML @@ -105,8 +100,6 @@ editor: ident-handle: Name of the IdP field used for filling Corteza user handle or nickname ident-identifier: Name of the IdP field used for filling and matching Corteza user email ident-name: Name of the IdP field used for filling Corteza user full name - - security: forbidden-roles: description: Roles from this list will be removed from security context when authenticates with this provider diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/notification.yaml index 927cc1c9d..0a569ee0b 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/notification.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/notification.yaml @@ -69,7 +69,7 @@ record: createFailed: Could not create record deleteFailed: Could not delete record deleteBulkFailed: Could not delete selected records - deleteBulkSuccess: Deleted selected records + deleteBulkSuccess: Successfully deleted selected records invalidOwnerVar: Can not use ${ownerID} variable in non-record pages invalidRecordVar: Can not use ${record...} variable in non-record pages listLoadFailed: Could not load record list diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml index 13f789385..6617bbb76 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml @@ -340,6 +340,7 @@ recordList: prefilterLabel: Prefilter records prefilterPlaceholder: field1 = 1 AND field2 = 232 presortFootnote: Simplified SQL condition (ORDER BY ...) syntax is supported. + presortToggleInput: Toggle input type presortHideSort: Hide sorting presortLabel: Presort records presortPlaceholder: field1 DESC, field2 ASC diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml index 61bfd2916..985948270 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml @@ -4,6 +4,7 @@ label: add: Add addNew: Add new addValue: Add new value + ascending: Ascending attachmentFileInfo: '(File size: {{0}}, uploaded {{1}})' attributes: Attributes back: Back @@ -15,6 +16,7 @@ label: close: Close create: Create delete: Delete + descending: Descending description: Description download: Download dropFiles: Click or drop files here to upload diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/page.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/page.yaml index d184e549b..e2e30a1ad 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/page.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/page.yaml @@ -44,3 +44,4 @@ reordered: Page reordered title: List of Pages view: View visible: Visible +deleteDisabled: Remove the sub-pages to delete this page diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/sidebar.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/sidebar.yaml index 6f8c59b09..4d71cd982 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/sidebar.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/sidebar.yaml @@ -6,4 +6,6 @@ noPages: No pages page: Pages pickNamespace: Select a namespace publicPages: Public pages -searchPlaceholder: Search pages... +searchPlaceholder: + admin: Search resources... + public: Search pages... diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/builder.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/builder.yaml index e48587e86..fbd66f8d4 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/builder.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/builder.yaml @@ -1,9 +1,6 @@ add: - label: Add - with-plus: '+ Add' datasource: Add datasource display-element: Add display element -ascending: Ascending available: Available block: description: Block description @@ -25,7 +22,6 @@ datasource: datasources: label: Datasources save: Save Datasources -descending: Descending description: Description display-elements: types: @@ -37,7 +33,6 @@ element: Element elements: Elements filter-expression: Filter expression general: General -grab: '.grab' joined-datasource-handling: Joined datasource handling layout: Layout layout-options: @@ -45,7 +40,6 @@ layout-options: vertical: Vertical limit: Limit no-blocks-added: No blocks added yet -none: None or: Or pick-scenario: Pick a scenario prefilter: Prefilter diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/general.yaml index 2cfc3e842..81379ff97 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/general.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/general.yaml @@ -1,7 +1,10 @@ label: - add: + Add + add: Add + ascending: Ascending back: Back delete: Delete + descending: Descending + none: None ok: Ok save: Save - urlPlaceholder: https://example.tld + urlPlaceholder: https://example.tld \ No newline at end of file diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/authorized-clients.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/authorized-clients.yaml index d8abeec1d..d67e03bde 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/authorized-clients.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/authorized-clients.yaml @@ -1,10 +1,10 @@ --- template: - title: Authorized clients + title: Clients autorisés list: - authorized-on: Authorized on + authorized-on: Autorisés sur buttons: - revoke: Revoke access - empty: No authorized clients found + revoke: Retirer l'accès + empty: Aucun client autorisé trouvé alerts: - removed: Client authorization removed + removed: Suppression de l'autorisation client diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/change-password.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/change-password.yaml index 594386c18..063ea76db 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/change-password.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/change-password.yaml @@ -1,17 +1,17 @@ --- template: - title: Change your password + title: Modifiez votre mot de passe form: email: label: E-mail placeholder: email@domain.ltd old-password: - label: Old password - placeholder: Enter your old password + label: Ancien mot de passe + placeholder: Entrez votre ancien mot de passe new-password: - label: New password - placeholder: Enter your new password + label: Nouveau mot de passe + placeholder: Entrez votre nouveau mot de passe button: - change-password: Change your password + change-password: Modifiez votre mot de passe alerts: - password-change-success: Password successfully changed. + password-change-success: Mot de passe modifié avec succès. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/create-password.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/create-password.yaml index ca7e215c1..59bebe034 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/create-password.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/create-password.yaml @@ -1,15 +1,15 @@ --- template: - title: Create your password + title: Créez votre mot de passe form: email: label: E-mail password: - label: Password - placeholder: Enter your password + label: Mot de passe + placeholder: Entrez votre mot de passe button: - create-password: Create your password + create-password: Créez votre mot de passe alerts: - invalid-expired-password-token: Invalid or expired password create token, please repeat password create request. - password-create-success: Password successfully created. - password-create-disabled: Password create disabled. + invalid-expired-password-token: Le token de création de mot de passe est invalide ou a expiré, veuillez renouveler la demande de création de mot de passe. + password-create-success: Mot de passe créé avec succès. + password-create-disabled: Création du mot de passe est désactivée. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/error-internal.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/error-internal.yaml index b8f598f96..4f95bda9f 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/error-internal.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/error-internal.yaml @@ -1,3 +1,3 @@ --- template: - title: Internal error + title: Erreur interne diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_footer.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_footer.yaml index 7b5500830..f04021655 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_footer.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_footer.yaml @@ -1,2 +1,3 @@ --- version: version {{version}} +code-link: Accéder au code source sur diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_header.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_header.yaml index 6ba56afc6..826608ff6 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_header.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_header.yaml @@ -1,3 +1,3 @@ --- -logged-in-as: You're logged-in as -logout: logout +logged-in-as: Vous êtes connecté en tant que +logout: se déconnecter diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_nav.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_nav.yaml index b061b802c..d970b5428 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_nav.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_nav.yaml @@ -1,8 +1,8 @@ --- template: - authorize-client: Finalize the authorization of + authorize-client: Finaliser l'autorisation de class: - your-profile: Your profile - security: Security - login-session: Login sessions - authorized-clients: Authorized clients + your-profile: Votre profil + security: Sécurité + login-session: Sessions de connexion + authorized-clients: Clients autorisés diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/login.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/login.yaml index 5005a0b48..e85898572 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/login.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/login.yaml @@ -1,22 +1,22 @@ --- template: - title: Log in + title: Se connecter form: email: label: E-mail placeholder: email@domain.ltd password: - label: Password - placeholder: password + label: Mot de passe + placeholder: mot de passe button: - login-and-remember: Log in and remember me - login: Log in - continue: Continue + login-and-remember: Se connecter et se souvenir de moi + login: Se connecter + continue: Continuer links: - request-password-reset: Forgot your password? - signup: Create a new account + request-password-reset: Mot de passe oublié? + signup: Créer un nouveau compte external: - login-with: Login with {{idp}} + login-with: Se connecter avec {{idp}} alerts: - logged-in: You are now logged-in. - local-disabled: Local accounts disabled + logged-in: Vous êtes maintenant connecté. + local-disabled: Comptes locaux désactivés diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/logout.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/logout.yaml index e4f435e9d..781132639 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/logout.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/logout.yaml @@ -1,4 +1,4 @@ --- template: - log-out: Logout successful. - log-in: Click here to log in. + log-out: Déconnecté avec succès. + log-in: Cliquer ici pour se connecter. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp-disable.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp-disable.yaml index a1cf85846..b566d55cc 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp-disable.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp-disable.yaml @@ -1,6 +1,6 @@ --- template: - title: Disable two-factor authentication with TOTP - instructions: Disable by entering existing code. + title: Désactiver l'authentification à 2 facteurs avec TOTP + instructions: Désactiver en entrant le code existant. button: - remove: Remove + remove: Supprimer diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp.yaml index 5587fc96d..8582874cb 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp.yaml @@ -1,23 +1,23 @@ --- template: - title: Configure two-factor authentication with TOTP + title: Configurez votre authentification à 2 facteurs avec TOTP enforced: | - TOTP multi factor authentication is enforced by Corteza administrator. - Please configure it right away. + L'authentification multi-facteurs TOTP est assurée par l'administrateur de Corteza. + Veuillez la configurer de suite. instructions: | - Corteza uses time based one time passwords (TOTP) as one of the underlying technologies for two-factor authentication. Use one of the applications listed below and type in the secret or scan the QR code. + Corteza utilise les mots de passe à usage unique dans le temps (TOTP) comme une des technologies sous-jacentes de l'authentification à 2 facteurs. Utilisez l'une des applications énumérées ci-dessous et tapez le secret ou scannez le code QR.

- This will enable additional security for your account. + Cela permettra de renforcer la sécurité de votre compte.

- You can use one of the following applications: - lastpass: LastPass Authenticator - gauth: Google Authenticator for Android or iPhone + Vous pouvez utiliser l'une des applications suivantes: + lastpass: Authentifiant LastPass + gauth: Authentifiant Google pour AndroidouiPhone authy: Authy form: - title: "Complete the configuration by entering code from the authenticator application:" - button: Submit + title: "Terminez la configuration en saisissant le code de l'application d'authentification:" + button: Envoyez alerts: - text-2FA-enabled: Two factor authentication with TOTP enabled - text-2FA-disabled: Two factor authentication with TOTP disabled + text-2FA-enabled: Authentification à 2 facteurs avec TOTP activée + text-2FA-disabled: Authentification à 2 facteurs avec TOTP désactivée diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa.yaml index a38b349be..dfb521ec8 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa.yaml @@ -1,19 +1,19 @@ --- template: - title: Multi-factor authentication + title: Authentification multi-facteurs email: - instructions: Check your inbox and enter the received code + instructions: Vérifiez votre boîte mail et entrez le code reçu code: Code - verify: Verify - resend: Resend - confirmed: Email OTP confirmed + verify: Vérifiez + resend: Renvoyez + confirmed: Email OTP confirmé totp: - instructions: Check your TOTP application and enter the code you received + instructions: Vérifiez votre application TOTP et entrez le code que vous avez reçu code: Code - confirmed: TOTP confirmed - verify: Verify + confirmed: TOTP confirmé + verify: Vérifiez alerts: email: - resent: Email OTP resent + resent: Email OTP renvoyé topt: - valid: TOTP valid + valid: TOTP valide diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/oauth2-authorize-client.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/oauth2-authorize-client.yaml index 590b05fbf..062017fdd 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/oauth2-authorize-client.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/oauth2-authorize-client.yaml @@ -1,15 +1,15 @@ --- template: - title: Authorize + title: Autoriser form: - greeting-paragraph: Hello - question-for-client: would like to perform actions on this Corteza server on your behalf. + greeting-paragraph: Bonjour + question-for-client: aimerait effectuer des actions sur ce serveur Corteza en votre nom. buttons: - allow: Allow - deny: Deny + allow: Permettre + deny: Refuser links: - mistake: If this is a mistake, please log out. + mistake: Si c'est une erreur, veuillez Se déconnecter. errors: - invalid-user: Cannot continue with unauthorized email, visit your profile and resolve the issue. + invalid-user: Impossible de continuer avec l'email non autorisé, veuillez vous rendre sur Votre profilet résoudre le problème. alerts: - denied: cannot authorize {{client}}, no permissions. + denied: impossible d'autoriser {{client}}, aucune permission. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/password-reset-requested.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/password-reset-requested.yaml index 650c3f557..e3516382f 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/password-reset-requested.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/password-reset-requested.yaml @@ -1,9 +1,9 @@ --- template: - title: Password reset requested - instructions: If the email you entered is found in our database, you'll receive a password reset link to your inbox in a few moments. - links: Create new account or log in. + title: Réinitialisation du mot de passe demandée + instructions: Si l'email saisi est trouvé dans notre base de données, vous allez recevoir un lien de réinitialisation de mot de passe dans votre boite mail d'ici quelques instants. + links: Créer un nouveau compteouSe connecter. alert: - invalid-expired-password-token: Invalid or expired password reset token, please repeat password reset request. - password-reset-success: Password successfully reset. - password-reset-disabled: Password reset disabled. + invalid-expired-password-token: Mot de passe invalide ou token de mot de passe expiré, veuillez renouveler votre demande de réinitialisation de mot de passe. + password-reset-success: Mot de passe réinitialisé avec succès. + password-reset-disabled: Réinitialisation du mot de passe désactivée. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/pending-email-confirmation.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/pending-email-confirmation.yaml index cba1e4bd0..6805051d5 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/pending-email-confirmation.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/pending-email-confirmation.yaml @@ -1,5 +1,5 @@ --- template: - title: Confirm your email - instructions: You should receive email confirmation link to your inbox in a few moments. - links: Create new account or log in. + title: Confirmez votre email + instructions: Vous devriez recevoir un email avec un lien de confirmation dans votre votre boite mail d'ici quelques instants. + links: Créer un nouveau compteouSe connecter. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/profile.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/profile.yaml index cacdb8593..4a58a7758 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/profile.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/profile.yaml @@ -1,19 +1,21 @@ --- template: - title: Your profile + title: Votre profil form: email: label: Email placeholder: email@domain.ltd - resend-confirmation-link: Email is not verified, resend confirmation link. + resend-confirmation-link: L'email n'est pas vérifié, renvoyer le lien de confirmation. name: - label: Full name - placeholder: Your full name + label: Nom complet + placeholder: Votre nom complet handle: - label: Handle - placeholder: Short name, nickname or handle + label: Identifiant + placeholder: Surnom ou identifiant + preferred-language: + label: Langue préférée buttons: - submit: Update profile + submit: Mise à jour du profil alerts: - profile-updated: Profile successfully updated. - profile-update-fail: Could not update profile due to input errors + profile-updated: Profil mis à jour avec succès. + profile-update-fail: Impossible de mettre à jour le profil en raison d'erreurs de saisie diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/request-password-reset.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/request-password-reset.yaml index 005aa454b..68a5dba71 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/request-password-reset.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/request-password-reset.yaml @@ -1,10 +1,10 @@ --- template: - title: Request password reset link + title: Demander le lien de réinitialisation de mot de passe form: email: label: E-mail placeholder: email@domain.ltd buttons: - request: Request password reset link via email - links: Create new account or log in. + request: Demander le lien de réinitialisation de mot de passe par email + links: Créer un nouveau compteouse connecter. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/reset-password.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/reset-password.yaml index 73a0bf498..7cc5515e6 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/reset-password.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/reset-password.yaml @@ -1,12 +1,12 @@ --- template: - title: Reset your password + title: Réinitialisez votre mot de passe form: email: label: E-mail placeholder: email@domain.ltd new-password: - label: New password - placeholder: Set new password + label: Nouveau mot de passe + placeholder: Entrez votre nouveau mot de passe buttons: - change-password: Change your password + change-password: Changez votre mot de passe diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/security.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/security.yaml index 3f7fc8543..3c8ac3cf7 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/security.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/security.yaml @@ -1,23 +1,23 @@ --- template: - title: Security + title: Sécurité password: - title: Password - change-link: Change your password + title: Mot de passe + change-link: Changez votre mot de passe mfa: - title: Multi-factor authentication + title: Authentification multi-facteurs totp: - title: Additional security with mobile app (time-based one-time-password) - enforced: Configured and required on login. - disabled: Currently disabled. - configure: Configure - disable: Disable + title: Sécurité supplémentaire avec application mobile (mot de passe à usage unique basé sur le temps) + enforced: Configuré et requis à la connexion. + disabled: Actuellement désactivé. + configure: Configurez + disable: Désactivez email: - title: Additional security with one-time-password over email - enforced: Enabled and required on login. - disabled: Currently disabled. - enable: Configure - disable: Disable - all-disabled: All MFA methods are currently disabled. Ask your administrator to enable them. + title: Sécurité supplémentaire grâce à un mot de passe à usage unique par email + enforced: Désactivé et requis à la connexion. + disabled: Actuellement désactivé. + enable: Configurez + disable: Désactivez + all-disabled: Toutes les méthodes MFA sont actuellement désactivées. Demandez à votre administrateur de les activer. alerts: - topt-disabled: Two factor authentication with TOTP disabled + topt-disabled: Authentification à 2 facteurs avec TOTP désactivée diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/sessions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/sessions.yaml index d456477cf..4418ca7c8 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/sessions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/sessions.yaml @@ -1,17 +1,20 @@ --- template: - title: Your session + title: Votre session list: - current: Current session - authorized-on: Authorized on - same-machine: This machine - ip-address: IP Address - same-browser: This browser - browser: Browser + current: Session actuelle + authorized-on: Autorisé sur + same-machine: Cet appareil + ip-address: Adresse IP + same-browser: Ce navigateur + browser: Navigateur expires: Expires - expired: Expired - today: Today - tomorrow: In 1 day - soon: In {{days}} days - delete: Delete this session - delete-all: Delete all sessions + expired: Expiré + today: Aujourd'hui + tomorrow: En 1 jour + soon: En {{days}} jours + delete: Supprimer cette session + delete-all: Supprimer toutes les sessions +alerts: + session-deleted: Session supprimée + delete-sessions-but-current: Toutes les sessions sauf celles en cours sont supprimées diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/signup.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/signup.yaml index b9f30d485..5950c7374 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/signup.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/signup.yaml @@ -1,24 +1,24 @@ --- template: - title: Sign up + title: S'enregistrer form: email: label: E-mail placeholder: email@domain.ltd password: - label: Password - placeholder: Password + label: Mot de passe + placeholder: Mot de passe name: - label: Full name - placeholder: Your full name + label: Nom complet + placeholder: Votre nom complet nickname: - label: Short name, nickname or handle - placeholder: Short name, nickname or handle + label: Surnom ou identifiant + placeholder: Surnom ou identifiant button: - sign-up: Submit - log-in: Already have an account? Log in + sign-up: Envoyez + log-in: Avez-vous déjà un compte? Se connecter alerts: - signup-successful: Sign-up successful. - email-confirmed-logged-in: Email address confirmed, you're now logged-in. - invalid-expired-token: Invalid or expired email confirmation token, please resend confirmation request. - signup-disabled: Signup disabled + signup-successful: Connecté avec succès. + email-confirmed-logged-in: Adresse email confirmée, vous êtes maintenant connecté. + invalid-expired-token: Token de confirmation d'email invalide ou expiré, veuillez renvoyer la demande de confirmation. + signup-disabled: Enregistrement désactivé diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/compose/namespace.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/compose/namespace.yaml index 591987756..2cb5e62c2 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/compose/namespace.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/compose/namespace.yaml @@ -14,4 +14,4 @@ errors: unsupportedExportFormat: unsupported export format unsupportedImportFormat: unsupported import format importMissingNamespace: the import source does not contain a namespace definition - cloneMultiple: not allowed to clone multiple namespaces at once \ No newline at end of file + cloneMultiple: not allowed to clone multiple namespaces at once diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-admin/system.settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-admin/system.settings.yaml index 2076eab37..fdbe22974 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-admin/system.settings.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-admin/system.settings.yaml @@ -1,3 +1,4 @@ +--- editor: title: System settings auth: @@ -42,22 +43,17 @@ editor: expires: description: How long will password be valid before it expires. label: Valid for - external: title: External Authentication Providers enabled: Enable external authentication - table: header: provider: Provider info: Issuer, client ID - - standard: enabled: Enabled clientKey: Client key clientSecret: Secret - oidc: add: Add an OIDC provider enabled: Enabled @@ -69,7 +65,6 @@ editor: clientSecret: Secret scope: Scope scopePlaceholder: List out supported OAuth scope values, use space delimited string - saml: enabled: Enabled title: SAML @@ -105,8 +100,6 @@ editor: ident-handle: Name of the IdP field used for filling Corteza user handle or nickname ident-identifier: Name of the IdP field used for filling and matching Corteza user email ident-name: Name of the IdP field used for filling Corteza user full name - - security: forbidden-roles: description: Roles from this list will be removed from security context when authenticates with this provider diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/inc_footer.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/inc_footer.yaml index 252b6653c..c927d4ba9 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/inc_footer.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/inc_footer.yaml @@ -1,2 +1,3 @@ --- version: versiune {{version}} +code-link: Access source code on diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/login.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/login.yaml index 61c41e3da..deeaacfc1 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/login.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/login.yaml @@ -16,7 +16,7 @@ template: request-password-reset: Parolă uitată? signup: Înregistrare cont nou external: - login-with: Conectare cu {{idp}} + login-with: Login with {{idp}} alerts: logged-in: Conectare realizată cu succes. local-disabled: Conturile locale sunt dezactivate diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/profile.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/profile.yaml index cacdb8593..4e7628fa7 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/profile.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/profile.yaml @@ -12,6 +12,8 @@ template: handle: label: Handle placeholder: Short name, nickname or handle + preferred-language: + label: Preferred language buttons: submit: Update profile alerts: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/sessions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/sessions.yaml index d456477cf..9d6d0aaf3 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/sessions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/auth/sessions.yaml @@ -15,3 +15,6 @@ template: soon: In {{days}} days delete: Delete this session delete-all: Delete all sessions +alerts: + session-deleted: Session deleted + delete-sessions-but-current: All but current sessions deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/compose/namespace.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/compose/namespace.yaml index 591987756..2cb5e62c2 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/compose/namespace.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-server/compose/namespace.yaml @@ -14,4 +14,4 @@ errors: unsupportedExportFormat: unsupported export format unsupportedImportFormat: unsupported import format importMissingNamespace: the import source does not contain a namespace definition - cloneMultiple: not allowed to clone multiple namespaces at once \ No newline at end of file + cloneMultiple: not allowed to clone multiple namespaces at once diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-admin/system.settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-admin/system.settings.yaml index 2076eab37..fdbe22974 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-admin/system.settings.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-admin/system.settings.yaml @@ -1,3 +1,4 @@ +--- editor: title: System settings auth: @@ -42,22 +43,17 @@ editor: expires: description: How long will password be valid before it expires. label: Valid for - external: title: External Authentication Providers enabled: Enable external authentication - table: header: provider: Provider info: Issuer, client ID - - standard: enabled: Enabled clientKey: Client key clientSecret: Secret - oidc: add: Add an OIDC provider enabled: Enabled @@ -69,7 +65,6 @@ editor: clientSecret: Secret scope: Scope scopePlaceholder: List out supported OAuth scope values, use space delimited string - saml: enabled: Enabled title: SAML @@ -105,8 +100,6 @@ editor: ident-handle: Name of the IdP field used for filling Corteza user handle or nickname ident-identifier: Name of the IdP field used for filling and matching Corteza user email ident-name: Name of the IdP field used for filling Corteza user full name - - security: forbidden-roles: description: Roles from this list will be removed from security context when authenticates with this provider diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/inc_footer.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/inc_footer.yaml index b056dd15c..bdb4982de 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/inc_footer.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/inc_footer.yaml @@ -1,2 +1,3 @@ --- version: verzija {{version}} +code-link: Access source code on diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/login.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/login.yaml index a57e2dec3..97dce8f0d 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/login.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/login.yaml @@ -16,7 +16,7 @@ template: request-password-reset: Pozabljeno geslo? signup: Ustvari račun external: - login-with: Prijavi se z {{idp}} + login-with: Login with {{idp}} alerts: logged-in: Sedaj si prijavljen. local-disabled: Local accounts disabled diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/profile.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/profile.yaml index 04229592e..fa65b1b68 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/profile.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/profile.yaml @@ -12,6 +12,8 @@ template: handle: label: Handle placeholder: Kratko ime ali vzdevek + preferred-language: + label: Preferred language buttons: submit: Posodobi profil alerts: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/sessions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/sessions.yaml index 5a617a572..8bc0d2e82 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/sessions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/auth/sessions.yaml @@ -15,3 +15,6 @@ template: soon: Čez {{days}} dni delete: Izbriši to sejo delete-all: Izbriši vse seje +alerts: + session-deleted: Session deleted + delete-sessions-but-current: All but current sessions deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/compose/namespace.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/compose/namespace.yaml index 591987756..2cb5e62c2 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/compose/namespace.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-server/compose/namespace.yaml @@ -14,4 +14,4 @@ errors: unsupportedExportFormat: unsupported export format unsupportedImportFormat: unsupported import format importMissingNamespace: the import source does not contain a namespace definition - cloneMultiple: not allowed to clone multiple namespaces at once \ No newline at end of file + cloneMultiple: not allowed to clone multiple namespaces at once diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-admin/system.settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-admin/system.settings.yaml index 2076eab37..fdbe22974 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-admin/system.settings.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-admin/system.settings.yaml @@ -1,3 +1,4 @@ +--- editor: title: System settings auth: @@ -42,22 +43,17 @@ editor: expires: description: How long will password be valid before it expires. label: Valid for - external: title: External Authentication Providers enabled: Enable external authentication - table: header: provider: Provider info: Issuer, client ID - - standard: enabled: Enabled clientKey: Client key clientSecret: Secret - oidc: add: Add an OIDC provider enabled: Enabled @@ -69,7 +65,6 @@ editor: clientSecret: Secret scope: Scope scopePlaceholder: List out supported OAuth scope values, use space delimited string - saml: enabled: Enabled title: SAML @@ -105,8 +100,6 @@ editor: ident-handle: Name of the IdP field used for filling Corteza user handle or nickname ident-identifier: Name of the IdP field used for filling and matching Corteza user email ident-name: Name of the IdP field used for filling Corteza user full name - - security: forbidden-roles: description: Roles from this list will be removed from security context when authenticates with this provider diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/inc_footer.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/inc_footer.yaml index 7b5500830..926724e02 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/inc_footer.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/inc_footer.yaml @@ -1,2 +1,3 @@ --- version: version {{version}} +code-link: Access source code on diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/login.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/login.yaml index 5005a0b48..c2297d122 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/login.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/login.yaml @@ -16,7 +16,7 @@ template: request-password-reset: Forgot your password? signup: Create a new account external: - login-with: Login with {{idp}} + login-with: Login with {{idp}} alerts: logged-in: You are now logged-in. local-disabled: Local accounts disabled diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/profile.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/profile.yaml index cacdb8593..4e7628fa7 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/profile.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/profile.yaml @@ -12,6 +12,8 @@ template: handle: label: Handle placeholder: Short name, nickname or handle + preferred-language: + label: Preferred language buttons: submit: Update profile alerts: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/sessions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/sessions.yaml index d456477cf..9d6d0aaf3 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/sessions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/auth/sessions.yaml @@ -15,3 +15,6 @@ template: soon: In {{days}} days delete: Delete this session delete-all: Delete all sessions +alerts: + session-deleted: Session deleted + delete-sessions-but-current: All but current sessions deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/compose/namespace.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/compose/namespace.yaml index 591987756..2cb5e62c2 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/compose/namespace.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-server/compose/namespace.yaml @@ -14,4 +14,4 @@ errors: unsupportedExportFormat: unsupported export format unsupportedImportFormat: unsupported import format importMissingNamespace: the import source does not contain a namespace definition - cloneMultiple: not allowed to clone multiple namespaces at once \ No newline at end of file + cloneMultiple: not allowed to clone multiple namespaces at once diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-admin/system.settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-admin/system.settings.yaml index 2076eab37..fdbe22974 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-admin/system.settings.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-admin/system.settings.yaml @@ -1,3 +1,4 @@ +--- editor: title: System settings auth: @@ -42,22 +43,17 @@ editor: expires: description: How long will password be valid before it expires. label: Valid for - external: title: External Authentication Providers enabled: Enable external authentication - table: header: provider: Provider info: Issuer, client ID - - standard: enabled: Enabled clientKey: Client key clientSecret: Secret - oidc: add: Add an OIDC provider enabled: Enabled @@ -69,7 +65,6 @@ editor: clientSecret: Secret scope: Scope scopePlaceholder: List out supported OAuth scope values, use space delimited string - saml: enabled: Enabled title: SAML @@ -105,8 +100,6 @@ editor: ident-handle: Name of the IdP field used for filling Corteza user handle or nickname ident-identifier: Name of the IdP field used for filling and matching Corteza user email ident-name: Name of the IdP field used for filling Corteza user full name - - security: forbidden-roles: description: Roles from this list will be removed from security context when authenticates with this provider diff --git a/vendor/modules.txt b/vendor/modules.txt index 19e0f57da..f938dfc5a 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -43,7 +43,7 @@ github.com/brianvoe/gofakeit/v6 github.com/brianvoe/gofakeit/v6/data # github.com/cespare/xxhash/v2 v2.1.2 github.com/cespare/xxhash/v2 -# github.com/cortezaproject/corteza-locale v0.0.0-20220124154529-d6bd87ef6de3 +# github.com/cortezaproject/corteza-locale v0.0.0-20220208175500-968c388d516c ## explicit github.com/cortezaproject/corteza-locale # github.com/crewjam/httperr v0.2.0