1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

finishing translations

This commit is contained in:
OniriCorpe 2023-10-26 23:47:04 +02:00
parent 6d4183454f
commit afcee7bb5c

View file

@ -451,7 +451,7 @@ ask.fr = "URI du fournisseur OIDC"
bind = "oidc-issuer:__FINALPATH__/config.yaml" bind = "oidc-issuer:__FINALPATH__/config.yaml"
default = "" 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.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" type = "string"
[main.oidc.oidc_client_id] [main.oidc.oidc_client_id]
@ -460,7 +460,7 @@ ask.fr = "Client ID du fournisseur OIDC"
bind = "oidc-client-id:__FINALPATH__/config.yaml" bind = "oidc-client-id:__FINALPATH__/config.yaml"
default = "" default = ""
help.en = "The ID for this client as registered with the OIDC provider." 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" type = "string"
[main.oidc.oidc_client_secret] [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" bind = "oidc-client-secret:__FINALPATH__/config.yaml"
default = "" default = ""
help.en = "The secret for this client as registered with the OIDC provider." 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" type = "string"
[main.oidc.oidc_link_existing] [main.oidc.oidc_link_existing]