forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fr.json
40 lines (36 loc) · 1.86 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
{
// default chest names
"default-name.auto-grabber": "Récolteur-automatique #{{number}}",
"default-name.chest": "Coffre #{{number}}",
"default-name.fridge": "Réfrigérateur",
"default-name.junimo-hut": "Hutte Junimo #{{number}}",
"default-name.shipping-bin": "Bac d'expédition",
"default-name.shipping-bin.store": "Shipping bin (ship items)", // TODO
"default-name.shipping-bin.take": "Shipping bin (retrieve items)", // TODO
// 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-store": "(Automatisation) Mettre les objets dans ce coffre",
"label.automate-store-first": "(Automatisation) Mettre les objets dans ce coffre d'abord",
"label.automate-take": "(Automatisation) Obtenir les objets dans ce coffre",
"label.automate-take-first": "(Automatisation) Obtenir les objets dans ce coffre d'abord",
// 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."
}