-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillaume Chau
committed
Mar 15, 2018
1 parent
969e326
commit 1441c02
Showing
11 changed files
with
288 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,221 @@ | ||
{ | ||
"components": { | ||
"folder-explorer": { | ||
"toolbar": { | ||
"tooltips": { | ||
"parent-folder": "Ouvrir le dossier parent", | ||
"edit-path": "Modifier le chemin", | ||
"favorite": "Ajouter/Retirer des favoris", | ||
"favorite-folders": "Dossiers favoris", | ||
"refresh": "Rafraichir" | ||
}, | ||
"placeholder": "Entrer le chemin complet d'un dossier", | ||
"empty": "Aucun dossier favoris." | ||
} | ||
}, | ||
"list-item-info": { | ||
"more-info": "Plus d'infos" | ||
}, | ||
"logger-view": { | ||
"title": "Journal", | ||
"empty": "Aucune entrée du journal", | ||
"buttons": { | ||
"clear": "Nettoyer le journal", | ||
"scroll": "Défiler en bas", | ||
"close": "Fermer" | ||
} | ||
}, | ||
"progress-screen": { | ||
"close": "Fermer" | ||
}, | ||
"project-nav": { | ||
"tooltips": { | ||
"plugins": "Plugins", | ||
"configuration": "Configuration", | ||
"tasks": "Tâches" | ||
} | ||
}, | ||
"project-select-list": { | ||
"empty": "Aucun projet" | ||
}, | ||
"project-select-list-item": { | ||
"tooltips": { | ||
"favorite": "Ajouter/Retirer des favoris", | ||
"delete": "Supprimer" | ||
} | ||
}, | ||
"project-plugin-item": { | ||
"version": "version", | ||
"latest": "dernière version", | ||
"official": "Officiel", | ||
"installed": "Installé" | ||
}, | ||
"prompts-list": { | ||
"empty": "Pas de configuration" | ||
}, | ||
"status-bar": { | ||
"project": { | ||
"tooltip": "Project actuel<br><i>Cliquer pour afficher le Gestionnaire de Projets</i>", | ||
"empty": "Aucun projet ouvert" | ||
}, | ||
"path": { | ||
"tooltip": "Dossier de travail actuel" | ||
}, | ||
"log": { | ||
"tooltip": "Journal<br><i>Cliquer pour Afficher/Masquer le Journal Vue CLI</i>", | ||
"empty": "Aucun entrée dans le journal" | ||
} | ||
} | ||
}, | ||
"mixins": { | ||
"progress": { | ||
"creating": "Création du projet...", | ||
"git-init": "Initialisation du dépôt git...", | ||
"plugins-install": "Installation des plugins Vue CLI. Ceci peut prendre un certain temps...", | ||
"invoking-generators": "Invocation des générateurs...", | ||
"deps-install": "Installation des dépendances additionnelles...", | ||
"completion-hooks": "Lancement des hooks de fin...", | ||
"fetch-remote-preset": "Téléchargement du preset distant...", | ||
"done": "Projet créé avec succès", | ||
"plugin-install": "Installation de {arg0}...", | ||
"plugin-uninstall": "Désinstallation de {arg0}...", | ||
"plugin-invoke": "Invocation de {arg0}..." | ||
} | ||
}, | ||
"views": { | ||
"project-select": { | ||
"title": "Gestion des Projets Vue", | ||
"tabs": { | ||
"projects": "Projets", | ||
"create": "Créer", | ||
"import": "Importer" | ||
}, | ||
"buttons": { | ||
"create": "Créer un nouveau projet ici", | ||
"import": "Importer ce dossier" | ||
} | ||
}, | ||
"project-create": { | ||
"title": "Créer un nouveau projet", | ||
"tabs": { | ||
"details": { | ||
"title": "Détails", | ||
"form": { | ||
"folder": { | ||
"label": "Dossier du projet", | ||
"placeholder": "mon-app", | ||
"tooltip": "Modifier le dossier cible", | ||
"action": "Sélectionner ce dossier" | ||
}, | ||
"manager": { | ||
"label": "Gestionnaire de paquets", | ||
"default": "Par défaut" | ||
}, | ||
"options": { | ||
"label": "Options additionnelles", | ||
"description": "Ecraser le dossier s'il existe" | ||
} | ||
}, | ||
"buttons": { | ||
"cancel": "Annuler", | ||
"next": "Suivant" | ||
}, | ||
"modal": { | ||
"title": "Annuler et réintialiser la création de projet", | ||
"body": "Êtes-vous sûr de vouloir réinitialiser la création de projet?", | ||
"buttons": { | ||
"back": "Revenir en arrière", | ||
"clear": "Supprimer le projet" | ||
} | ||
} | ||
}, | ||
"presets": { | ||
"title": "Presets", | ||
"description": "Un preset est un ensemble de plugins et de configurations prédéfins. Après avoir sélectionné des fonctionnalités, vous pouves sauvegarder la sélection actuelle dans un nouveau preset que vous pourrez réutiliser pour de futurs projets, sans avoir à tout reconfigurer à nouveau.", | ||
"select": "Sélectionner un preset", | ||
"buttons": { | ||
"previous": "Précédent", | ||
"next": "Suivant", | ||
"create": "Créer le projet" | ||
}, | ||
"modal": { | ||
"title": "Configurer le preset distant", | ||
"body": "Bientôt disponible..." | ||
} | ||
}, | ||
"features": { | ||
"title": "Fonctionnalités", | ||
"description": "Vous pourrez ajouter des fonctionnalités après la création du projet en installant des plugins.", | ||
"enable": "Activer des fonctionnalités", | ||
"buttons": { | ||
"previous": "Précédent", | ||
"next": "Suivant", | ||
"create": "Créer le projet" | ||
} | ||
}, | ||
"configuration": { | ||
"title": "Configuration", | ||
"buttons": { | ||
"previous": "Précédent", | ||
"create": "Créer le projet" | ||
}, | ||
"modal": { | ||
"title": "Sauvegarder dans un nouveau preset", | ||
"body": { | ||
"title": "Nom du preset", | ||
"subtitle": "Sauvegarder les fonctionnalités et configurations dans un nouveau preset" | ||
}, | ||
"buttons": { | ||
"cancel": "Annuler", | ||
"continue": "Continuer sans sauvegarder", | ||
"create": "Créer un nouveau preset" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"project-plugins": { | ||
"title": "Plugins du projet", | ||
"button": "Ajouter un plugin", | ||
"heading": "Plugins installés" | ||
}, | ||
"project-plugins-add": { | ||
"title": "Ajouter un plugin", | ||
"plugin": "un plugin", | ||
"tabs": { | ||
"search": { | ||
"label": "Recherche", | ||
"search-input": "Rechercher un plugin", | ||
"not-found": "Aucun résultat trouvé", | ||
"buttons": { | ||
"cancel": "Annuler", | ||
"install": "Installer {target}" | ||
} | ||
}, | ||
"configuration": { | ||
"label": "Configuration", | ||
"heading": "Installation de {target}", | ||
"buttons": { | ||
"cancel": "Annuler", | ||
"finish": "Terminer l'installation" | ||
} | ||
} | ||
}, | ||
"modal": { | ||
"title": "Désinstaller {target}?", | ||
"body": "Voulez-vous désinstaller le plugin {target}?", | ||
"buttons": { | ||
"back": "Revenir en arrière", | ||
"cancel": "Annuler sans désinstaller", | ||
"uninstall": "Désinstaller" | ||
} | ||
} | ||
}, | ||
"project-configuration": { | ||
"title": "Configuration du projet" | ||
}, | ||
"project-tasks": { | ||
"title": "Tâches du projet" | ||
} | ||
} | ||
} |
Oops, something went wrong.