From afcee7bb5cb3a53c454572aca0e0861114d1f21b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 26 Oct 2023 23:47:04 +0200 Subject: [PATCH] finishing translations --- config_panel.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 750bbd1..8868e76 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -451,7 +451,7 @@ ask.fr = "URI du fournisseur OIDC" bind = "oidc-issuer:__FINALPATH__/config.yaml" default = "" help.en = "This is where GtS will redirect users to for login. Typically this will look like a standard web URL. Examples: \"https://auth.example.org\", \"https://example.org/auth\"" -help.fr = "" +help.fr = "C'est l'endroit où GtS redirigera les utilisateurs pour qu'ils se connectent. En règle générale, il s'agit d'une URL web standard. Exemples : \"https://auth.example.org\", \"https://example.org/auth\"" type = "string" [main.oidc.oidc_client_id] @@ -460,7 +460,7 @@ ask.fr = "Client ID du fournisseur OIDC" bind = "oidc-client-id:__FINALPATH__/config.yaml" default = "" help.en = "The ID for this client as registered with the OIDC provider." -help.fr = "" +help.fr = "L'identifiant pour ce client tel qu'enregistré auprès du fournisseur OIDC" type = "string" [main.oidc.oidc_client_secret] @@ -469,7 +469,7 @@ ask.fr = "Client secret (mot de passe) du fournisseur OIDC" bind = "oidc-client-secret:__FINALPATH__/config.yaml" default = "" help.en = "The secret for this client as registered with the OIDC provider." -help.fr = "" +help.fr = "Le secret pour ce client tel qu'enregistré auprès du fournisseur OIDC" type = "string" [main.oidc.oidc_link_existing]