Skip to content

Relecture de lang.json #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions en/lang.json
Original file line number Diff line number Diff line change
@@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Est-ce que Vue Jobs doit être traduit ?

Copy link
Member Author

@MachinisteWeb MachinisteWeb Sep 15, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non ;) Merci pour la remarque !

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Très bien, c'est ok pour moi alors

},
"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 (en)",
"contribute": "Vous avez vu une erreur ou vous souhaitez contribuer à la documentation ?",
"edit_on_github": "Éditez cette page sur GitHub !"
},
"examples": {
"source_code": "Source Code"
"source_code": "Code source"
}
}