summaryrefslogtreecommitdiffstats
path: root/i18n/fr.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-12-11 01:49:38 -0300
committerGitHub <noreply@github.com>2016-12-11 01:49:38 -0300
commit40afc39684890d9560f3ff34a9435c003dbba999 (patch)
tree61ab9b986eaa8a0e11c280080cc44f14b6e4e929 /i18n/fr.json
parentddacfa58ba25002a7c3c35a1fe89898bb6e78c0a (diff)
downloadchat-40afc39684890d9560f3ff34a9435c003dbba999.tar.gz
chat-40afc39684890d9560f3ff34a9435c003dbba999.tar.bz2
chat-40afc39684890d9560f3ff34a9435c003dbba999.zip
translations PR 20161208 (#4740)
Diffstat (limited to 'i18n/fr.json')
-rw-r--r--i18n/fr.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/i18n/fr.json b/i18n/fr.json
index b51a47a53..6a555c9a3 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -684,6 +684,10 @@
"translation": "Session invalide token=%v, err=%v"
},
{
+ "id": "api.context.invalidate_all_caches",
+ "translation": "Purging all caches"
+ },
+ {
"id": "api.context.last_activity_at.error",
"translation": "Impossible de mettre à jour le LastActivityAt de user_id=%v et session_id=%v, err=%v"
},
@@ -794,6 +798,10 @@
"translation": "Impossible de créer l'émoticône. L'image doit faire moins de 64Kio."
},
{
+ "id": "api.emoji.delete.delete_reactions.app_error",
+ "translation": "Unable to delete reactions when deleting emoji with emoji name %v"
+ },
+ {
"id": "api.emoji.delete.permissions.app_error",
"translation": "Droits insuffisants pour supprimer des émoticônes."
},
@@ -1504,6 +1512,22 @@
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
},
{
+ "id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
+ "translation": "Failed to delete reaction when channel id in URL doesn't match post id in URL"
+ },
+ {
+ "id": "api.reaction.list_reactions.mismatched_channel_id.app_error",
+ "translation": "Failed to get reactions when channel id in URL doesn't match post id in URL"
+ },
+ {
+ "id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
+ "translation": "Failed to save reaction when channel id in URL doesn't match post id in URL"
+ },
+ {
+ "id": "api.reaction.send_reaction_event.post.app_error",
+ "translation": "Failed to get post when sending websocket event for reaction"
+ },
+ {
"id": "api.saml.save_certificate.app_error",
"translation": "Le certificat ne s'est pas enregistré correctement."
},
@@ -3708,6 +3732,22 @@
"translation": "La valeur est trop longue"
},
{
+ "id": "model.reaction.is_valid.create_at.app_error",
+ "translation": "La date de création doit être une date valide"
+ },
+ {
+ "id": "model.reaction.is_valid.emoji_name.app_error",
+ "translation": "Id d'émoticône invalide"
+ },
+ {
+ "id": "model.reaction.is_valid.post_id.app_error",
+ "translation": "Id racine invalide"
+ },
+ {
+ "id": "model.reaction.is_valid.user_id.app_error",
+ "translation": "Id utilisateur invalide"
+ },
+ {
"id": "model.team.is_valid.characters.app_error",
"translation": "Le nom doit être composé d'au moins 2 caractères alphanumériques minuscules"
},
@@ -3720,6 +3760,10 @@
"translation": "La date de création doit être une date valide"
},
{
+ "id": "model.team.is_valid.description.app_error",
+ "translation": "Description invalide"
+ },
+ {
"id": "model.team.is_valid.domains.app_error",
"translation": "Domaines autorisés invalides"
},
@@ -4576,6 +4620,46 @@
"translation": "Nous n'avons pas pu mettre à jour les préférences"
},
{
+ "id": "store.sql_reaction.delete.begin.app_error",
+ "translation": "Unable to open transaction while deleting reaction"
+ },
+ {
+ "id": "store.sql_reaction.delete.commit.app_error",
+ "translation": "Unable to commit transaction while deleting reaction"
+ },
+ {
+ "id": "store.sql_reaction.delete.save.app_error",
+ "translation": "Unable to delete reaction"
+ },
+ {
+ "id": "store.sql_reaction.delete_all_with_emoj_name.delete_reactions.app_error",
+ "translation": "Unable to delete reactions with the given emoji name"
+ },
+ {
+ "id": "store.sql_reaction.delete_all_with_emoj_name.get_reactions.app_error",
+ "translation": "Unable to get reactions with the given emoji name"
+ },
+ {
+ "id": "store.sql_reaction.delete_all_with_emoji_name.update_post.warn",
+ "translation": "Unable to update Post.HasReactions while removing reactions post_id=%v, error=%v"
+ },
+ {
+ "id": "store.sql_reaction.get_for_post.app_error",
+ "translation": "Unable to get reactions for post"
+ },
+ {
+ "id": "store.sql_reaction.save.begin.app_error",
+ "translation": "Unable to open transaction while saving reaction"
+ },
+ {
+ "id": "store.sql_reaction.save.commit.app_error",
+ "translation": "Unable to commit transaction while saving reaction"
+ },
+ {
+ "id": "store.sql_reaction.save.save.app_error",
+ "translation": "Unable to save reaction"
+ },
+ {
"id": "store.sql_session.analytics_session_count.app_error",
"translation": "Nous n'avons pas pu compter les sessions"
},