forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tr.json
40 lines (36 loc) · 1.72 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
{
// default chest names
"default-name.auto-grabber": "Otomatik toplayıcı #{{number}}",
"default-name.chest": "Kutu #{{number}}",
"default-name.fridge": "Buzdolabı",
"default-name.junimo-hut": "Junimo barakası #{{number}}",
"default-name.shipping-bin": "Nakliye kutusu",
"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": "Baraka ({{owner}})",
"default-category.unowned-cabin": "Baraka (boş)",
"default-category.duplicate": "{{locationName}} #{{number}}",
// edit-chest labels
"label.location": "Konum",
"label.location.tile": "karo {{x}}, {{y}}",
"label.name": "İsim",
"label.category": "Kategori",
"label.order": "Sıra",
"label.hide-chest": "Bu kutuyu gizle",
"label.hide-chest-hidden": "Bu kutuyu gizle (bunu geri almak için kutuyu bulmanız gerekecek!)",
"label.automate-store": "(Automate) Kutuya nesne koyma",
"label.automate-store-first": "(Automate) Nesneleri ilk önce bu kutuya koy",
"label.automate-take": "(Automate) Bu kutudan nesne alma",
"label.automate-take-first": "(Automate) Bu kutudan ilk önce bir nesne alın",
// button labels
"button.edit-chest": "kutuyu düzenle",
"button.sort-inventory": "envanteri sırala",
"button.save": "kaydet",
"button.reset": "sıfırla",
// errors
"errors.disabled-from-here": "Kutulara buradan ulaşamazsınız.",
"errors.no-chests": "Henüz bir kutuya sahip değilsiniz.",
"errors.no-chests-in-location": "Bu bölgede hiçbir kutunuz yok.",
"errors.no-chests-in-range": "Menzilde hiçbir kutunuz yok."
}