Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-08-18 06:05:04 +0300
committerNextcloud bot <bot@nextcloud.com>2021-08-18 06:05:04 +0300
commit1264fbfbe531c0731e8c4c2d47ed9092f636b01b (patch)
treeac4407d71a741c6f343374a8d9795ab4110561e4 /l10n
parent7d0e6276944eac2fa8527c815e491cbdb24edda4 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/fr.js3
-rw-r--r--l10n/fr.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 80f1337..80923c4 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -24,6 +24,9 @@ OC.L10N.register(
"Check password against the list of breached passwords from haveibeenpwned.com" : "Vérifier le mot de passe par rapport à la liste des mots de passe violés sur haveibeenpwned.com",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Cette vérification crée un hachage du mot de passe et envoie les 5 premiers caractères de ce hachage à l'API haveibeenpwned.com pour récupérer une liste de tous les hachages qui commencent par ceux-là. Ensuite, il vérifie sur l'instance Nextcloud si le mot de passe est dans le jeu de résultats.",
"Unknown error" : "Erreur inconnue",
+ "Minimal length has to be a non negative number" : "La longueur minimale doit être un nombre positif",
+ "History size has to be a non negative number" : "La taille de l'historique doit être un nombre positif",
+ "Expiration days have to be a non negative number" : "La date d'expiration doit être un nombre positif",
"Maximum login attempts have to be a non negative number" : "Le nombre de tentatives de connexion doit être un nombre positif",
"Password needs to be at least %s characters long" : "Le mot de passe doit comporter au moins %s caractères",
"Minimal length" : "Taille minimale",
diff --git a/l10n/fr.json b/l10n/fr.json
index db19dae..56e9892 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -22,6 +22,9 @@
"Check password against the list of breached passwords from haveibeenpwned.com" : "Vérifier le mot de passe par rapport à la liste des mots de passe violés sur haveibeenpwned.com",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Cette vérification crée un hachage du mot de passe et envoie les 5 premiers caractères de ce hachage à l'API haveibeenpwned.com pour récupérer une liste de tous les hachages qui commencent par ceux-là. Ensuite, il vérifie sur l'instance Nextcloud si le mot de passe est dans le jeu de résultats.",
"Unknown error" : "Erreur inconnue",
+ "Minimal length has to be a non negative number" : "La longueur minimale doit être un nombre positif",
+ "History size has to be a non negative number" : "La taille de l'historique doit être un nombre positif",
+ "Expiration days have to be a non negative number" : "La date d'expiration doit être un nombre positif",
"Maximum login attempts have to be a non negative number" : "Le nombre de tentatives de connexion doit être un nombre positif",
"Password needs to be at least %s characters long" : "Le mot de passe doit comporter au moins %s caractères",
"Minimal length" : "Taille minimale",