summaryrefslogtreecommitdiffstats
path: root/i18n/fr.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-03-28 10:08:07 +0300
committerGitHub <noreply@github.com>2018-03-28 10:08:07 +0300
commitad8bf48c4e6842551ba95a5e2424c14c50aa8752 (patch)
tree980e47ee20de45e9b63c571f12b9732b8b4cc2c7 /i18n/fr.json
parent257f74873297a6c6b4d14f2d21ffc3adad620c4c (diff)
downloadchat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.tar.gz
chat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.tar.bz2
chat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.zip
translations PR 20180326 (#8514)
Diffstat (limited to 'i18n/fr.json')
-rw-r--r--i18n/fr.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/i18n/fr.json b/i18n/fr.json
index dea342bd4..49430769b 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -1955,6 +1955,14 @@
"translation": "Le serveur démarre..."
},
{
+ "id": "api.server.start_server.forward80to443.disabled_while_using_lets_encrypt",
+ "translation": "Must enable Forward80To443 when using LetsEncrypt"
+ },
+ {
+ "id": "api.server.start_server.forward80to443.enabled_but_listening_on_wrong_port",
+ "translation": "Cannot forward port 80 to port 443 while listening on port %s: disable Forward80To443 if using a proxy server"
+ },
+ {
"id": "api.server.start_server.listening.info",
"translation": "Le serveur écoute sur le port %v"
},
@@ -3771,6 +3779,18 @@
"translation": "Cette équipe a atteint la limite du nombre maximum de comptes autorisés. Contactez votre administrateur système pour augmenter cette limite."
},
{
+ "id": "app.timezones.failed_deserialize.app_error",
+ "translation": "Failed to deserialize Timezone config file={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "app.timezones.load_config.app_error",
+ "translation": "Timezone config file does not exists file={{.Filename}}"
+ },
+ {
+ "id": "app.timezones.read_config.app_error",
+ "translation": "Failed to read Timezone config file={{.Filename}}, err={{.Error}}"
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Les jetons d'accès personnel sont désactivés sur ce serveur. Veuillez contacter votre administrateur système pour plus d'informations."
},
@@ -6427,6 +6447,18 @@
"translation": "Impossible de sélectionner les messages à supprimer pour l'utilisateur (trop nombreux), veuillez relancer"
},
{
+ "id": "store.sql_post.query_max_post_size.error",
+ "translation": "We couldn't determine the maximum supported post size"
+ },
+ {
+ "id": "store.sql_post.query_max_post_size.max_post_size_bytes",
+ "translation": "Post.Message supports at most %d bytes"
+ },
+ {
+ "id": "store.sql_post.query_max_post_size.unrecognized_driver",
+ "translation": "No implementation found to determine the maximum supported post size"
+ },
+ {
"id": "store.sql_post.save.app_error",
"translation": "Impossible d'enregistrer le message"
},