Scripts/resources/[standalone]/menuv/languages/fr.json

22 lines
696 B
JSON
Raw Permalink Normal View History

2024-12-29 20:02:43 +00:00
{
"language": "fr",
"translators": [
{
"name": "Korioz",
"emails": ["pro.korioz@protonmail.com"],
"github": "https://github.com/Korioz"
}
],
"translations": {
"keyboard": "Clavier",
"controller": "Manette",
"keybind_key_up": "Haut dans un menu",
"keybind_key_down": "Bas dans un menu",
"keybind_key_left": "Gauche dans un menu",
"keybind_key_right": "Droite dans un menu",
"keybind_key_enter": "Confirmer dans un menu",
"keybind_key_close": "Fermer un menu",
"keybind_key_close_all": "Fermer tout les menus",
"open_menu": "Ouvrir menu '%s'"
}
}