Skip to content

Commit

Permalink
Updating translations;
Browse files Browse the repository at this point in the history
major bump
  • Loading branch information
reZach committed Jun 2, 2021
1 parent 11ee42c commit 04b9888
Show file tree
Hide file tree
Showing 4 changed files with 3,592 additions and 4,327 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Contributing guidelines
Please do the following steps before submitting a PR, doing this will help progress your fix into the template.

1. Have you ran `npm run dev` to see if the template works? Have you checked all of the pages to make sure they are still functional?
2. Have you ran `npm run prod` to see if the template works in production? Have you checked all of the pages to make sure they are still functional?
3. Have you ran `npm run dist-[windows|mac|linux|all]` to make sure the app is packaged correctly and works if you install it?
1. Have you ran `npm run test` to ensure the unit tests are working?
2. Have you ran `npm run dev` to see if the template works? Have you checked all of the pages to make sure they are still functional?
3. Have you ran `npm run prod` to see if the template works in production? Have you checked all of the pages to make sure they are still functional?
4. Have you ran `npm run dist-[windows|mac|linux|all]` to make sure the app is packaged correctly and works if you install it?
20 changes: 10 additions & 10 deletions app/localization/locales/fr/translation.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"Hello": "Bonjour",
"File": "Fichier",
"Exit": "Sortie",
"Exit": "Quitter",
"Edit": "Éditer",
"Undo": "Annuler",
"Redo": "Refaire",
"Redo": "Rétablir",
"Cut": "Couper",
"Copy": "Copie",
"Paste": "Pâte",
"Copy": "Copier",
"Paste": "Coller",
"Delete": "Effacer",
"Select All": "Tout sélectionner",
"View": "Vue",
"Reload": "Recharger",
"Force Reload": "Forcer le rechargement",
"Toggle Developer Tools": "Toggle Outils de développement",
"Force Reload": "Rechargement forcé",
"Toggle Developer Tools": "Outils de développement",
"Reset Zoom": "Réinitialiser le zoom",
"Zoom In": "Agrandir",
"Zoom Out": "Dézoomer",
"Zoom Out": "Réduire",
"Toggle Fullscreen": "Basculer en plein écran",
"Language": "Langue",
"Window": "Fenêtre",
"Minimize": "Minimiser",
"Zoom": "Zoom",
"Close": "Proche",
"Help": "Aidez-moi",
"Learn More": "Apprendre encore plus"
"Close": "Fermer",
"Help": "Aide",
"Learn More": "En apprendre plus"
}
Loading

0 comments on commit 04b9888

Please sign in to comment.