Update corteza-locale dep
This commit is contained in:
parent
d8aa1936e0
commit
4e1dbb32c2
10
vendor/github.com/cortezaproject/corteza-locale/CONTRIBUTING.md
generated
vendored
10
vendor/github.com/cortezaproject/corteza-locale/CONTRIBUTING.md
generated
vendored
@ -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
|
||||
|
||||
|
||||
28
vendor/github.com/cortezaproject/corteza-locale/README.md
generated
vendored
28
vendor/github.com/cortezaproject/corteza-locale/README.md
generated
vendored
@ -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
|
||||
|
||||
[](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.
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
---
|
||||
version: Version {{version}}
|
||||
code-link: Zugang zum Quellcode auf
|
||||
|
||||
@ -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
|
||||
|
||||
@ -16,8 +16,8 @@ template:
|
||||
gauth: Google Authentikator für <a target="_blank" href="{{ android }}">Android</a> oder <a target="_blank" href="{{ iphone }}">iPhone</a>
|
||||
authy: <a target="_blank" href="{{ link }}">Authy</a>
|
||||
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
|
||||
|
||||
@ -5,13 +5,15 @@ template:
|
||||
email:
|
||||
label: E-Mail
|
||||
placeholder: email@domain.tld
|
||||
resend-confirmation-link: Die E-Mail ist nicht verifiziert,, <a href="{{link}}?resend">den Bestätigungslink erneut sendenk.</a>
|
||||
resend-confirmation-link: Die E-Mail ist nicht verifiziert, <a href="{{link}}?resend">den Bestätigungslink erneut senden.</a>
|
||||
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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
cloneMultiple: not allowed to clone multiple namespaces at once
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -44,3 +44,4 @@ reordered: Page reordered
|
||||
title: List of Pages
|
||||
view: View
|
||||
visible: Visible
|
||||
deleteDisabled: Remove the sub-pages to delete this page
|
||||
|
||||
@ -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...
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
---
|
||||
template:
|
||||
title: Internal error
|
||||
title: Erreur interne
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
---
|
||||
version: version {{version}}
|
||||
code-link: Accéder au code source sur
|
||||
|
||||
@ -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
|
||||
|
||||
10
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_nav.yaml
generated
vendored
10
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/inc_nav.yaml
generated
vendored
@ -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
|
||||
|
||||
22
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/login.yaml
generated
vendored
22
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/login.yaml
generated
vendored
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
---
|
||||
template:
|
||||
log-out: Logout successful.
|
||||
log-in: Click here to <a href="{{link}}">log in</a>.
|
||||
log-out: Déconnecté avec succès.
|
||||
log-in: Cliquer ici pour <a href="{{link}}">se connecter</a>.
|
||||
|
||||
@ -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
|
||||
|
||||
24
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp.yaml
generated
vendored
24
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa-totp.yaml
generated
vendored
@ -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.
|
||||
<br />
|
||||
<br />
|
||||
This will enable additional security for your account.
|
||||
Cela permettra de renforcer la sécurité de votre compte.
|
||||
<br />
|
||||
<br />
|
||||
You can use one of the following applications:
|
||||
lastpass: <a target="_blank" href="{{ link }}">LastPass Authenticator</a>
|
||||
gauth: Google Authenticator for <a target="_blank" href="{{ android }}">Android</a> or <a target="_blank" href="{{ iphone }}">iPhone</a>
|
||||
Vous pouvez utiliser l'une des applications suivantes:
|
||||
lastpass: <a target="_blank" href="{{ link }}">Authentifiant LastPass</a>
|
||||
gauth: Authentifiant Google pour <a target="_blank" href="{{ android }}">Android</a>ou<a target="_blank" href="{{ iphone }}">iPhone</a>
|
||||
authy: <a target="_blank" href="{{ link }}">Authy</a>
|
||||
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
|
||||
|
||||
20
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa.yaml
generated
vendored
20
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/mfa.yaml
generated
vendored
@ -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
|
||||
|
||||
@ -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 <a href="{{link}}">log out</a>.
|
||||
mistake: Si c'est une erreur, veuillez <a href="{{link}}">Se déconnecter</a>.
|
||||
errors:
|
||||
invalid-user: Cannot continue with unauthorized email, visit <a href="{{link}}">your profile</a> and resolve the issue.
|
||||
invalid-user: Impossible de continuer avec l'email non autorisé, veuillez vous rendre sur <a href="{{link}}">Votre profil</a>et résoudre le problème.
|
||||
alerts:
|
||||
denied: cannot authorize {{client}}, no permissions.
|
||||
denied: impossible d'autoriser {{client}}, aucune permission.
|
||||
|
||||
@ -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: <a href="{{signup}}">Create new account</a> or <a href="{{login}}">log in</a>.
|
||||
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: <a href="{{signup}}">Créer un nouveau compte</a>ou<a href="{{login}}">Se connecter</a>.
|
||||
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.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
template:
|
||||
title: Confirm your email
|
||||
instructions: You should receive email confirmation link to your inbox in a few moments.
|
||||
links: <a href="{{signup}}">Create new account</a> or <a href="{{login}}">log in</a>.
|
||||
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: <a href="{{signup}}">Créer un nouveau compte</a>ou<a href="{{login}}">Se connecter</a>.
|
||||
|
||||
20
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/profile.yaml
generated
vendored
20
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/profile.yaml
generated
vendored
@ -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, <a href="{{link}}?resend">resend confirmation link.</a>
|
||||
resend-confirmation-link: L'email n'est pas vérifié, <a href="{{link}}?resend"> renvoyer le lien de confirmation.</a>
|
||||
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
|
||||
|
||||
@ -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: <a href="{{signup}}">Create new account</a> or <a href="{{login}}">log in</a>.
|
||||
request: Demander le lien de réinitialisation de mot de passe par email
|
||||
links: <a href="{{signup}}">Créer un nouveau compte</a>ou<a href="{{login}}">se connecter</a>.
|
||||
|
||||
@ -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
|
||||
|
||||
32
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/security.yaml
generated
vendored
32
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/security.yaml
generated
vendored
@ -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
|
||||
|
||||
29
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/sessions.yaml
generated
vendored
29
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/sessions.yaml
generated
vendored
@ -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
|
||||
|
||||
26
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/signup.yaml
generated
vendored
26
vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-server/auth/signup.yaml
generated
vendored
@ -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? <a href="{{link}}">Log in</a>
|
||||
sign-up: Envoyez
|
||||
log-in: Avez-vous déjà un compte? <a href="{{link}}">Se connecter</a>
|
||||
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é
|
||||
|
||||
@ -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
|
||||
cloneMultiple: not allowed to clone multiple namespaces at once
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
---
|
||||
version: versiune {{version}}
|
||||
code-link: Access source code on
|
||||
|
||||
@ -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
|
||||
|
||||
@ -12,6 +12,8 @@ template:
|
||||
handle:
|
||||
label: Handle
|
||||
placeholder: Short name, nickname or handle
|
||||
preferred-language:
|
||||
label: Preferred language
|
||||
buttons:
|
||||
submit: Update profile
|
||||
alerts:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
cloneMultiple: not allowed to clone multiple namespaces at once
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
---
|
||||
version: verzija {{version}}
|
||||
code-link: Access source code on
|
||||
|
||||
@ -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
|
||||
|
||||
@ -12,6 +12,8 @@ template:
|
||||
handle:
|
||||
label: Handle
|
||||
placeholder: Kratko ime ali vzdevek
|
||||
preferred-language:
|
||||
label: Preferred language
|
||||
buttons:
|
||||
submit: Posodobi profil
|
||||
alerts:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
cloneMultiple: not allowed to clone multiple namespaces at once
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
---
|
||||
version: version {{version}}
|
||||
code-link: Access source code on
|
||||
|
||||
@ -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
|
||||
|
||||
@ -12,6 +12,8 @@ template:
|
||||
handle:
|
||||
label: Handle
|
||||
placeholder: Short name, nickname or handle
|
||||
preferred-language:
|
||||
label: Preferred language
|
||||
buttons:
|
||||
submit: Update profile
|
||||
alerts:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
cloneMultiple: not allowed to clone multiple namespaces at once
|
||||
|
||||
@ -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
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user