forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fr.json
72 lines (60 loc) · 2.39 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
{
// accessible
"accessible.name": "Accessibilité",
"accessible.clear": "Libre",
"accessible.occupied": "Occupée",
"accessible.impassable": "Infranchissable",
"accessible.warp": "Passage",
// buildable
"buildable.name": "Construction",
"buildable.buildable": "Constructible",
"buildable.occupied": "Occupée",
"buildable.not-buildable": "Non constructible",
// coverage: bee houses
"bee-houses.name": "Couverture : Ruche",
"bee-houses.range": "Portée des fleurs",
// coverage: Junimo huts
"junimo-huts.name": "Couverture : Hutte Junimo",
"junimo-huts.can-harvest": "Récoltable",
"junimo-huts.cannot-harvest": "Non récoltable",
// coverage: scarecrows
"scarecrows.name": "Couverture : Épouvantail",
"scarecrows.protected": "Protégée",
"scarecrows.exposed": "Exposée",
// coverage: sprinklers
"sprinklers.name": "Couverture : Arroseur",
"sprinklers.covered": "Couverte",
"sprinklers.dry-crops": "Non couverte",
// crops: harvest
"crop-harvest.name": "Culture : Récoltes",
"crop-harvest.ready": "Prête",
"crop-harvest.not-ready": "Pas prête",
"crop-harvest.not-enough-time-or-dead": "Not Enough Time (or Dead)", // TODO
// crops: watered
"crop-water.name": "Culture : Arrosage",
"crop-water.watered": "Culture arrosée",
"crop-water.dry": "Culture sèche",
// crops: water for paddy crops
"crop-paddy-water.name": "Culture: Irrigation des rizières",
"crop-paddy-water.in-range": "Terrain irrigué",
"crop-paddy-water.not-in-range": "Terrain sec",
// crops: fertilized
"crop-fertilizer.name": "Culture : Engrais",
"crop-fertilizer.fertilizer": "Engrais",
"crop-fertilizer.retaining-soil": "Sol de rétention",
"crop-fertilizer.speed-gro": "Croissance rapide",
"crop-fertilizer.multiple": "Multiple Fertilizer Types", // TODO
// machine processing
"machines.name": "Traitement des Machines",
"machines.empty": "Vide",
"machines.processing": "En cours",
"machines.finished": "Terminée",
// tile grid
"grid.name": "Grille de cases",
// tillable
"tillable.name": "Labourable",
"tillable.tillable": "Labourable",
"tillable.tilled": "Labourée",
"tillable.occupied": "Occupée",
"tillable.not-tillable": "Non Labourable"
}