49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
||
/*********
|
||
** Sort button
|
||
*********/
|
||
"sort.by-name": "İsme",
|
||
"sort.by-price": "Satış Fiyatına",
|
||
"sort.by-type": "Kategoriye",
|
||
"sort.by-id": "ID'ye",
|
||
|
||
|
||
/*********
|
||
** Category dropdown
|
||
*********/
|
||
"filter.all": "Hepsi",
|
||
"filter.artisan-and-cooking": "Zanaat ve Yemekler",
|
||
"filter.crafting.products": "El yapımı ürünler",
|
||
"filter.crafting.resources": "El yapım malzemeleri",
|
||
"filter.decor.furniture": "Dekor: mobilyalar",
|
||
"filter.decor.other": "Dekor: diğer",
|
||
"filter.equipment-boots": "Ekipman: Ayakkabılar",
|
||
"filter.equipment-clothes": "Ekipman: Kıyafetler",
|
||
"filter.equipment-hats": "Ekipman: Şapkalar",
|
||
"filter.equipment-rings": "Ekipman: Yüzükler",
|
||
"filter.equipment-tools": "Ekipman: Aletler",
|
||
"filter.equipment-weapons": "Ekipman: Silahlar",
|
||
"filter.farm-animal-drops": "Çiftlik: hayvan ürünleri",
|
||
"filter.farm-crops": "Çiftlik: ekinler",
|
||
"filter.farm-seeds": "Çiftlik: tohumlar",
|
||
"filter.fish": "Balık",
|
||
"filter.minerals-and-artifacts": "Mineraller ve eserler",
|
||
"filter.miscellaneous": "Diğer",
|
||
|
||
|
||
/*********
|
||
** Generic Mod Config Menu UI
|
||
*********/
|
||
// TODO
|
||
"config.title.controls": "Controls",
|
||
"config.show-menu-key.name": "Show menu key",
|
||
"config.show-menu-key.desc": "The keybind which opens the menu (when no other menu is open).",
|
||
|
||
"config.title.options": "Options",
|
||
"config.apply-trash-can-upgrade.name": "Apply trash can upgrade",
|
||
"config.apply-trash-can-upgrade.desc": "When you upgrade your trash can to reclaim part of the price of trashed items, whether that upgrade applies in the item spawner menu too.",
|
||
|
||
"config.title.hide-categories": "Hide categories",
|
||
"config.hide-category.desc": "Whether to hide the '{{name}}' category in the UI. If it's hidden, items in this category will not be accessible through the spawn menu."
|
||
}
|