Scripts/resources/[standalone]/menuv/languages/fr.json
2024-12-29 21:02:43 +01:00

22 lines
696 B
JSON

{
"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'"
}
}