From e82f4cea5186a417c88878a8d3ce20d6cd022c9f Mon Sep 17 00:00:00 2001 From: Bruno Lesieur Date: Fri, 15 Sep 2017 09:05:28 +0200 Subject: [PATCH 1/3] Mise en fr du fichier lang.json Signed-off-by: Bruno Lesieur --- en/lang.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/en/lang.json b/en/lang.json index 073a4ef4f..e6b8f5107 100644 --- a/en/lang.json +++ b/en/lang.json @@ -1,51 +1,51 @@ { - "iso": "en", + "iso": "fr", "docVersion": "1.0.0-rc10", "links": { "api": "API", "blog": "Blog", "chat": "Chat", "documentation": "Documentation", - "download": "Download", - "examples": "Examples", - "ecosystem": "Ecosystem", + "download": "Téléchargement", + "examples": "Exemples", + "ecosystem": "Écosystème", "faq": "FAQ", - "get_started": "get started", + "get_started": "Commencer", "github": "GitHub", "guide": "Guide", - "homepage": "Home page", - "live_demo": "Live Demo", - "live_edit": "Live Edit", + "homepage": "Accueil", + "live_demo": "Voir en ligne", + "live_edit": "Éditer en ligne", "twitter": "Twitter", "vuejs": "Vue.js", "vue_jobs": "Vue Jobs" }, "text": { - "an_error_occured": "An error occurred", - "api_page_not_found": "API page not found", - "example_file": "Example Files", - "please_wait": "Please wait...", - "please_define_title": "Please define a title in the front matter", - "please_define_description": "Please define a description in the front matter", - "search": "Search", + "an_error_occured": "Une erreur s'est produite", + "api_page_not_found": "La page API est introuvable", + "example_file": "Fichiers d'exemples", + "please_wait": "Patientez...", + "please_define_title": "Merci de définir un titre", + "please_define_description": "Merci de définir une description", + "search": "Rechercher", "version": "Version" }, "homepage": { - "title": "Universal Vue.js Applications", + "title": "Applications Vue.js universelles", "meta": { - "title": "Nuxt.js - Universal Vue.js Applications", - "description": "Nuxt.js is a minimal framework for creating Vue.js applications with server side rendering, code-splitting, hot-reloading, static generation and more!" + "title": "Nuxt.js - Applications Vue.js universelles", + "description": "Nuxt.js est un framework minimal pour créer des applications Vue.js avec du rendu côté serveur, de la scission de code, du rechargement à chaud, de la génération de sites statiques et plus encore !" } }, "footer": { - "authors": "Made by Chopin Brothers" + "authors": "Réalisé par les frères Chopin" }, "guide": { - "release_notes": "Release Notes", - "contribute": "Caught a mistake or want to contribute to the documentation?", - "edit_on_github": "Edit this page on GitHub!" + "release_notes": "Notes de versions", + "contribute": "Vous avez vu une erreur ou vous souhaitez contribuer à la documentation ?", + "edit_on_github": "Editez cette page sur GitHub !" }, "examples": { - "source_code": "Source Code" + "source_code": "Code source" } } From eb78a93b9e68451ae37f5f7899b208753e30d4dd Mon Sep 17 00:00:00 2001 From: Bruno Lesieur Date: Fri, 15 Sep 2017 11:18:09 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Accens=20sur=20=C2=AB=20=C3=89ditez=20?= =?UTF-8?q?=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bruno Lesieur --- en/lang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/lang.json b/en/lang.json index e6b8f5107..c4ec6eb21 100644 --- a/en/lang.json +++ b/en/lang.json @@ -43,7 +43,7 @@ "guide": { "release_notes": "Notes de versions", "contribute": "Vous avez vu une erreur ou vous souhaitez contribuer à la documentation ?", - "edit_on_github": "Editez cette page sur GitHub !" + "edit_on_github": "Éditez cette page sur GitHub !" }, "examples": { "source_code": "Code source" From 1bced7aeeb771fa9f3cc4f5abd629cef2245b273 Mon Sep 17 00:00:00 2001 From: Bruno Lesieur Date: Fri, 15 Sep 2017 11:27:35 +0200 Subject: [PATCH 3/3] Les notes de versions ne sont pas traduites Signed-off-by: Bruno Lesieur --- en/lang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/lang.json b/en/lang.json index c4ec6eb21..8c7b20f2c 100644 --- a/en/lang.json +++ b/en/lang.json @@ -41,7 +41,7 @@ "authors": "Réalisé par les frères Chopin" }, "guide": { - "release_notes": "Notes de versions", + "release_notes": "Notes de versions (en)", "contribute": "Vous avez vu une erreur ou vous souhaitez contribuer à la documentation ?", "edit_on_github": "Éditez cette page sur GitHub !" },