forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtr.json
72 lines (60 loc) · 2.31 KB
/
tr.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": "Erişilebilir",
"accessible.clear": "Temizle",
"accessible.occupied": "Dolu",
"accessible.impassable": "Geçilmez",
"accessible.warp": "Çözgü",
// buildable
"buildable.name": "Inşa Edilebilir",
"buildable.buildable": "Burada Yapılabilir",
"buildable.occupied": "İşgal Altında",
"buildable.not-buildable": "Burada Yapılamaz",
// coverage: bee houses
"bee-houses.name": "Kapsam: Arı Evleri",
"bee-houses.range": "Çiçek Aralığı",
// coverage: Junimo huts
"junimo-huts.name": "Kapsam: Junimo Huts",
"junimo-huts.can-harvest": "Hasat Edebilir",
"junimo-huts.cannot-harvest": "Hasat Edilemez",
// coverage: scarecrows
"scarecrows.name": "Kapsam: Korkuluklar",
"scarecrows.protected": "Korumalı",
"scarecrows.exposed": "Maruz",
// coverage: sprinklers
"sprinklers.name": "Kapsam: Sprinkler",
"sprinklers.covered": "Kaplı",
"sprinklers.dry-crops": "Kuru Mahsuller",
// crops: harvest
"crop-harvest.name": "Mahsuller: Hasat için Hazır",
"crop-harvest.ready": "Hazır",
"crop-harvest.not-ready": "Hazır Değil",
"crop-harvest.not-enough-time-or-dead": "Yeterli zaman yok (yada Ölü)",
// crops: watered
"crop-water.name": "Mahsuller: Sulanan",
"crop-water.watered": "Sulanan Mahsul",
"crop-water.dry": "Kuru Mahsul",
// crops: water for paddy crops
"crop-paddy-water.name": "Mahsuller: Çeltik Bitkileri için Su",
"crop-paddy-water.in-range": "Suya Yakın",
"crop-paddy-water.not-in-range": "Kuru Arazi",
// crops: fertilized
"crop-fertilizer.name": "Mahsuller: Döllenmiş",
"crop-fertilizer.fertilizer": "Gübre",
"crop-fertilizer.retaining-soil": "Tutucu Toprak",
"crop-fertilizer.speed-gro": "Hızlı-Ek",
"crop-fertilizer.multiple": "Birden Fazla Gübre Çeşidi",
// machine processing
"machines.name": "Makine İşleme",
"machines.empty": "Boş",
"machines.processing": "İşleniyor",
"machines.finished": "Bitti",
// tile grid
"grid.name": "Döşeme Izgarası",
// tillable
"tillable.name": "Sürülebilir",
"tillable.tillable": "Sürülebilir",
"tillable.tilled": "Sürülmüş",
"tillable.occupied": "Dolu",
"tillable.not-tillable": "Sürülebilir Değil"
}