summaryrefslogtreecommitdiffstats
path: root/i18n/fr.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-05-24 08:25:52 -0400
committerGitHub <noreply@github.com>2018-05-24 08:25:52 -0400
commit47f3c064db885c2cb2e75c195ea24e2ef687891d (patch)
tree5c65e6dc13585df4dade9ceaba42481d3641a561 /i18n/fr.json
parent847c181ec9b73e51daf39efc5c597eff2e7cdb31 (diff)
downloadchat-47f3c064db885c2cb2e75c195ea24e2ef687891d.tar.gz
chat-47f3c064db885c2cb2e75c195ea24e2ef687891d.tar.bz2
chat-47f3c064db885c2cb2e75c195ea24e2ef687891d.zip
translations PR 20180522 (#8837)
* translations PR 20180522 * Fix italian translation
Diffstat (limited to 'i18n/fr.json')
-rw-r--r--i18n/fr.json36
1 files changed, 32 insertions, 4 deletions
diff --git a/i18n/fr.json b/i18n/fr.json
index c408bc60d..7fca34fd0 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -823,6 +823,10 @@
"translation": "Vous n'avez pas les permissions nécessaires pour ajouter {{.User}} dans {{.Channel}}."
},
{
+ "id": "api.command_invite.private_channel.app_error",
+ "translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
+ },
+ {
"id": "api.command_invite.success",
"translation": "{{.User}} a été ajouté dans {{.Channel}}."
},
@@ -3779,6 +3783,14 @@
"translation": "Vous avez un nouveau message personnel de {{.SenderName}}"
},
{
+ "id": "app.notification.body.intro.group_message.full",
+ "translation": "Vous avez un nouveau message personnel."
+ },
+ {
+ "id": "app.notification.body.intro.group_message.generic",
+ "translation": "Vous avez un nouveau message personnel de {{.SenderName}}"
+ },
+ {
"id": "app.notification.body.intro.notification.full",
"translation": "Vous avez une nouvelle notification."
},
@@ -3795,6 +3807,14 @@
"translation": "{{.Day}}/{{.Month}}, {{.Hour}}:{{.Minute}} {{.Timezone}}"
},
{
+ "id": "app.notification.body.text.group_message.full",
+ "translation": "CANAL : {{.ChannelName}}<br>{{.SenderName}} - {{.Day}}/{{.Month}}, {{.Hour}}:{{.Minute}} {{.TimeZone}}"
+ },
+ {
+ "id": "app.notification.body.text.group_message.generic",
+ "translation": "{{.Day}}/{{.Month}}, {{.Hour}}:{{.Minute}} {{.Timezone}}"
+ },
+ {
"id": "app.notification.body.text.notification.full",
"translation": "CANAL : {{.ChannelName}}<br>{{.SenderName}} - {{.Day}}/{{.Month}}, {{.Hour}}:{{.Minute}} {{.TimeZone}}"
},
@@ -3807,6 +3827,14 @@
"translation": "[{{.SiteName}}] Nouveau message personnel de {{.SenderDisplayName}} du {{.Day}}/{{.Month}}/{{.Year}}"
},
{
+ "id": "app.notification.subject.group_message.full",
+ "translation": "[{{.SiteName}}] Notification dans {{.TeamName}} le {{.Day}}/{{.Month}}/{{.Year}}"
+ },
+ {
+ "id": "app.notification.subject.group_message.generic",
+ "translation": "[{{.SiteName}}] New Notification for {{.Day}} {{.Month}}, {{.Year}}"
+ },
+ {
"id": "app.notification.subject.notification.full",
"translation": "[{{.SiteName}}] Notification dans {{.TeamName}} le {{.Day}}/{{.Month}}/{{.Year}}"
},
@@ -5023,6 +5051,10 @@
"translation": "Le champ AD/LDAP \"Last Name Attribute\" est obligatoire."
},
{
+ "id": "model.config.is_valid.ldap_login_id",
+ "translation": "Le champ AD/LDAP \"ID Attribute\" est obligatoire."
+ },
+ {
"id": "model.config.is_valid.ldap_max_page_size.app_error",
"translation": "Valeur de la taille maximale de page invalide."
},
@@ -5923,10 +5955,6 @@
"translation": "Impossible de supprimer le canal"
},
{
- "id": "store.sql_channel.extra_updated.app_error",
- "translation": "Problème de mise à jour de la date de dernière mise à jour des membres"
- },
- {
"id": "store.sql_channel.get.existing.app_error",
"translation": "Impossible de trouver le canal existant"
},