aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-06-10 00:17:36 +0000
committerNextcloud bot <bot@nextcloud.com>2023-06-10 00:17:36 +0000
commit689936020d4a0d7dc62b4504bf6b1b19a5ffd399 (patch)
treefdc36395040f5c1bd1af0c0fc492ec9aefc280d9 /apps/oauth2
parent3ef5090084a4159b2a2c20897b2a5e8afe797dae (diff)
downloadnextcloud-server-689936020d4a0d7dc62b4504bf6b1b19a5ffd399.tar.gz
nextcloud-server-689936020d4a0d7dc62b4504bf6b1b19a5ffd399.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/fr.js8
-rw-r--r--apps/oauth2/l10n/fr.json8
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js
index d2ddb02a9cf..67cf2e73fbc 100644
--- a/apps/oauth2/l10n/fr.js
+++ b/apps/oauth2/l10n/fr.js
@@ -1,11 +1,11 @@
OC.L10N.register(
"oauth2",
{
- "Your client is not authorized to connect. Please inform the administrator of your client." : "Votre client n'est pas autoriser à se connecter. Veuillez informer l'administrateur de votre client.",
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "Votre client n'est pas autorisé à se connecter. Veuillez en informer l'administrateur.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Votre adresse de redirection doit être une URL complète, par exemple: https://example.com/chemin",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.",
- "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer le processus d'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer le processus d'authentification intégré afin d'autoriser une authentification compatible OAuth2 depuis d'autres applications web.",
"OAuth 2.0 clients" : "Clients OAuth 2.0",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.",
"Add client" : "Ajouter un client",
@@ -13,8 +13,8 @@ OC.L10N.register(
"Redirection URI" : "URI de redirection",
"Add" : "Ajouter",
"Client Identifier" : "Identifiant du client",
- "Secret" : "Secret",
- "Show client secret" : "Afficher client secret",
+ "Secret" : "Code secret",
+ "Show client secret" : "Afficher le code secret du client",
"Delete" : "Supprimer"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json
index 38af84dd1c4..3b4691d960d 100644
--- a/apps/oauth2/l10n/fr.json
+++ b/apps/oauth2/l10n/fr.json
@@ -1,9 +1,9 @@
{ "translations": {
- "Your client is not authorized to connect. Please inform the administrator of your client." : "Votre client n'est pas autoriser à se connecter. Veuillez informer l'administrateur de votre client.",
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "Votre client n'est pas autorisé à se connecter. Veuillez en informer l'administrateur.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Votre adresse de redirection doit être une URL complète, par exemple: https://example.com/chemin",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.",
- "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer le processus d'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer le processus d'authentification intégré afin d'autoriser une authentification compatible OAuth2 depuis d'autres applications web.",
"OAuth 2.0 clients" : "Clients OAuth 2.0",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.",
"Add client" : "Ajouter un client",
@@ -11,8 +11,8 @@
"Redirection URI" : "URI de redirection",
"Add" : "Ajouter",
"Client Identifier" : "Identifiant du client",
- "Secret" : "Secret",
- "Show client secret" : "Afficher client secret",
+ "Secret" : "Code secret",
+ "Show client secret" : "Afficher le code secret du client",
"Delete" : "Supprimer"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file