forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfr.json
101 lines (91 loc) · 5.27 KB
/
fr.json
1
2
3
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
/**********
** Chest UI
**********/
// default chest names
"default-name.fridge": "Réfrigérateur",
"default-name.other": "{{name}} #{{number}}",
"default-name.shipping-bin.store": "ajouter des objets",
"default-name.shipping-bin.take": "récupérer des objets",
// default category names
"default-category.owned-cabin": "Cabane de {{owner}}",
"default-category.unowned-cabin": "Cabane (vide)",
"default-category.duplicate": "{{locationName}} #{{number}}",
// edit-chest labels
"label.location": "Lieu",
"label.location.tile": "case {{x}}, {{y}}",
"label.name": "Nom",
"label.category": "Catégorie",
"label.order": "Ordre",
"label.hide-chest": "Cacher ce coffre",
"label.hide-chest-hidden": "Cacher ce coffre (vous devrez trouver ce coffre pour modifier cela !)",
"label.automate-options": "Automatisation",
"label.automate-store": "Mettre les objets dans ce coffre",
"label.automate-store-first": "Mettre les objets dans ce coffre d'abord",
"label.automate-store-disabled": "Ne jamais mettre d'objet dans ce coffre",
"label.automate-take": "Obtenir les objets dans ce coffre",
"label.automate-take-first": "Obtenir les objets dans ce coffre d'abord",
"label.automate-take-disabled": "Ne jamais prendre d'objet dans ce coffre",
"label.automate-prevent-remove-stacks": "Eviter d'enlever le dernier objet d'une pile.",
// button labels
"button.edit-chest": "modifier coffre",
"button.sort-inventory": "trier inventaire",
"button.save": "enregistrer",
"button.reset": "réinitialiser",
/**********
** Errors
**********/
"errors.disabled-from-here": "Vous ne pouvez accéder aux coffres depuis ici.",
"errors.no-chests": "Vous n'avez aucun coffre.",
"errors.no-chests-in-location": "Vous n'avez aucun coffre dans cette zone.",
"errors.no-chests-in-range": "Vous n'avez aucun coffre à portée.",
/**********
** Generic Mod Config Menu UI
**********/
// general options
// TODO
"config.title.general-options": "General options",
"config.show-hover-tooltips.name": "Show hover tooltips",
"config.show-hover-tooltips.desc": "Whether to show the chest name in a tooltip when you point at a chest.",
"config.enable-shipping-bin.name": "Enable shipping bin",
"config.enable-shipping-bin.desc": "Whether to enable access to the shipping bin.",
"config.add-organize-player-items.name": "Add organize player items button",
"config.add-organize-player-items.desc": "Whether to add an 'organize' button in chest UIs for the player inventory.",
"config.range.name": "Range",
"config.range.desc": "The range at which chests are accessible through the menu.",
"config.range.unlimited": "All chests",
"config.range.currentWorldArea": "Chests within the current world area",
"config.range.currentLocation": "Chests within the current location",
"config.range.none": "None (can't access chests remotely)",
// general controls
// TODO
"config.title.general-controls": "General controls",
"config.toggle-ui-key.name": "Toggle UI",
"config.toggle-ui-key.desc": "The keys which show or hide the chest UI.",
// controls when chest UI is open
// TODO
"config.title.menu-controls": "Controls when chest UI is open",
"config.edit-chest.name": "Edit chest",
"config.edit-chest.desc": "The keys which edit the options for the current chest.",
"config.sort-items.name": "Sort items",
"config.sort-items.desc": "The keys which sort items in the current chest.",
"config.navigate-prev-chest.name": "Navigate: previous chest",
"config.navigate-prev-chest.desc": "The keys which navigate to the previous chest while the menu is open.",
"config.navigate-next-chest.name": "Navigate: next chest",
"config.navigate-next-chest.desc": "The keys which navigate to the next chest while the menu is open.",
"config.navigate-prev-category.name": "Navigate: previous category",
"config.navigate-prev-category.desc": "The keys which navigate to the previous category while the menu is open.",
"config.navigate-next-category.name": "Navigate: next category",
"config.navigate-next-category.desc": "The keys which navigate to the next category while the menu is open.",
"config.hold-to-scroll-categories.name": "Hold to scroll categories",
"config.hold-to-scroll-categories.desc": "The keys which, when held, enable scrolling the category dropdown with the mouse scroll wheel.",
"config.hold-to-scroll-chests.name": "Hold to scroll chests",
"config.hold-to-scroll-chests.desc": "The keys which, when held, enable scrolling the chests dropdown with the mouse scroll wheel.",
// disable in locations
// TODO
"config.title.disable-in-locations": "Disable in locations",
"config.disable-mines.name": "Mines and Skull Cavern",
"config.disable-mines.desc": "Whether to disable accessing chests while in the mines or Skull Cavern.",
"config.disable-custom-names.name": "Custom location names",
"config.disable-custom-names.desc": "The internal names (as shown by the Debug Mode mod) for locations from which to disable accessing chests. You can list multiple with commas."
}