Skip to content
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

Create French translation for GenericModConfigMenu #416

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
32 changes: 32 additions & 0 deletions GenericModConfigMenu/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
/*********
** Generic config UI
*********/
// button text at the bottom of the in-game options menu
"button.mod-options": "Options du Mod",

// mod list UI
"list.editable-heading": "Configurer les Mods",
"list.not-editable-heading": "Modifiable depuis l'écran titre :",
"list.keybindings": "Raccourcis clavier",

// mod config pages
"config.buttons.cancel": "Annuler",
"config.buttons.reset-to-default": "Défaut",
"config.buttons.save": "Enregistrer",
"config.buttons.save-and-close": "Enregistrer & Fermer",

"config.rebind-key.title": "Nouveau raccourci : {{optionName}}",
"config.rebind-key.simple-instructions": "Appuyez sur une touche pour changer le raccourci",
"config.rebind-key.combo-instructions": "Appuyez sur une combinaison de touches pour changer le raccourci",
"config.rebind-key.no-key": "(Aucun)",


/*********
** Config options for Generic Mod Config Menu itself
*********/
"options.open-menu-key.name": "Touche Ouvrir le menu",
"options.open-menu-key.desc": "Un raccourci qui ouvre le menu.",
"options.scroll-speed.name": "Vitesse de défilement",
"options.scroll-speed.desc": "Le nombre de lignes à décaler lors du défilement d’un menu de configuration."
}