fr_FR.json 3.93 KB
Newer Older
1
2
3
{
    "VTMENU_LANGUAGE_NAME": "French (Français)",
    
longpanda's avatar
longpanda committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
    "VTMENU_STR_HOTKEY_LIST": "L:Langue  F1:Aider  F2:Parcourir  F3:AffichageListe  F4:Localboot  F5:Outils  F6:Menu étendu",
    "VTMENU_STR_HOTKEY_TREE": "L:Langue  F1:Aider  F2:Parcourir  F3:AffichageListe  F4:Localboot  F5:Outils  F6:Menu étendu",
    "VTMENU_RETURN_PREVIOUS": "Retour au menu précédent [Esc]",
    
    "VTMENU_MENU_LANG": "Sélection de la langue des menus",
    
    "VTMENU_LB_SBOOT_WINDOWS": "Rechercher et démarrer Windows",
    "VTMENU_LB_SBOOT_G4D": "Rechercher et démarrer Grub4dos",
    "VTMENU_LB_SBOOT_HDD1": "Démarrez le 1er disque local",
    "VTMENU_LB_SBOOT_HDD2": "Démarrez le 2ème disque local",
    "VTMENU_LB_SBOOT_HDD3": "Démarrez le 3ème disque local",
    "VTMENU_LB_SBOOT_X64EFI": "Rechercher et démarrer BOOTX64.EFI",
    "VTMENU_LB_SBOOT_IA32EFI": "Rechercher et démarrer BOOTIA32.EFI",
    "VTMENU_LB_SBOOT_AA64EFI": "Rechercher et démarrer BOOTAA64.EFI",
    "VTMENU_LB_SBOOT_XORBOOT": "Rechercher et démarrer xorboot",
    
    "VTMENU_FILE_CHKSUM": "Somme de contrôle du fichier",
    "VTMENU_CHKSUM_MD5_CALC": "Calculer MD5",
    "VTMENU_CHKSUM_SHA1_CALC": "Calculer SHA1",
    "VTMENU_CHKSUM_SHA256_CALC": "Calculer SHA256",
    "VTMENU_CHKSUM_SHA512_CALC": "Calculer SHA512",
    "VTMENU_CHKSUM_MD5_CALC_CHK": "Calculer et vérifier MD5",
    "VTMENU_CHKSUM_SHA1_CALC_CHK": "Calculer et vérifier SHA1",
    "VTMENU_CHKSUM_SHA256_CALC_CHK": "Calculer et vérifier SHA256",
    "VTMENU_CHKSUM_SHA512_CALC_CHK": "Calculer et vérifier SHA512",
    
    "VTMENU_POWER": "Source d'alimentation",
    "VTMENU_POWER_REBOOT": "Redémarrer",
    "VTMENU_POWER_HALT": "Éteindre",
    "VTMENU_POWER_BOOT_EFIFW": "Redémarrez avec la configuration EFI",
    
    "VTMENU_KEYBRD_LAYOUT": "Dispositions de clavier",
    "VTMENU_HWINFO": "Informations sur le matériel",
    
    "VTMENU_RESOLUTION_CFG": "Configuration de la résolution",
    "VTMENU_SCREEN_MODE": "Mode d'affichage",
    "VTMENU_SCREEN_TEXT_MODE": "Mode texte",
    "VTMENU_SCREEN_GUI_MODE": "Mode graphique",
    
    "VTMENU_THEME_SELECT": "Sélection de thème",
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
    
    "VTMENU_UTIL_SHOW_EFI_DRV": "Show EFI Drivers",
    "VTMENU_UTIL_FIX_BLINIT_FAIL": "Fixup Windows BlinitializeLibrary Failure",
    
    "VTMENU_JSON_CHK_JSON": "Check plugin json configuration (ventoy.json)",
    "VTMENU_JSON_CHK_CONTROL": "Check global control plugin configuration",
    "VTMENU_JSON_CHK_THEME": "Check theme plugin configuration",
    "VTMENU_JSON_CHK_AUTOINS": "Check auto install plugin configuration",
    "VTMENU_JSON_CHK_PERSIST": "Check persistence plugin configuration",
    "VTMENU_JSON_CHK_MENU_ALIAS": "Check menu alias plugin configuration",
    "VTMENU_JSON_CHK_MENU_TIP": "Check menu tip plugin configuration",
    "VTMENU_JSON_CHK_MENU_CLASS": "Check menu class plugin configuration",
    "VTMENU_JSON_CHK_INJECTION": "Check injection plugin configuration",
    "VTMENU_JSON_CHK_AUTO_MEMDISK": "Check auto memdisk plugin configuration",
    "VTMENU_JSON_CHK_IMG_LIST": "Check image list plugin configuration",
    "VTMENU_JSON_CHK_IMG_BLIST": "Check image blacklist plugin configuration",
    "VTMENU_JSON_CHK_CONF_REPLACE": "Check boot conf replace plugin configuration",
    "VTMENU_JSON_CHK_DUD": "Check dud plugin configuration",
    "VTMENU_JSON_CHK_PASSWORD": "Check password plugin configuration",
    
longpanda's avatar
longpanda committed
64
65
66
67
    "VTMENU_NORMAL_MODE": "Démarrez en mode normal",
    "VTMENU_WIMBOOT_MODE": "Démarrez en mode wimboot",
    "VTMENU_GRUB2_MODE": "Démarrez en mode grub2",
    "VTMENU_MEMDISK_MODE": "Démarrez en mode memdisk",
68
    
longpanda's avatar
longpanda committed
69
70
    "VTMENU_RET_TO_LISTVIEW": "Revenir à ListView",
    "VTMENU_RET_TO_TREEVIEW": "Revenir à TreeView",
71
72
73
74
75
76
77
    
    "VTMENU_NO_AUTOINS_SCRIPT": "Boot without auto installation template",
    "VTMENU_AUTOINS_USE": "Boot with",
    
    "VTMENU_NO_PERSIST": "Boot without persistence",
    "VTMENU_PERSIST_USE": "Boot with",
    
longpanda's avatar
longpanda committed
78
    "VTMENU_BROWER_RETURN": "Revenir",
79
80
81
    
    "MENU_STR_XXX": ""
}