stardew-valley-mods/GenericModConfigMenu/i18n/tr.json
2025-07-03 20:02:00 +08:00

35 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
/*********
** Generic config UI
*********/
// button text at the bottom of the in-game options menu
"button.mod-options": "Mod Seçenekleri",
// mod list UI
"list.editable-heading": "Modları Yapılandır",
"list.not-editable-heading": "Başlık ekranından düzenlenebilir:",
"list.keybinds": "Tuş Atamaları",
// mod config pages
"config.buttons.cancel": "İptal",
"config.buttons.reset-to-default": "Varsayılan",
"config.buttons.save": "Kaydet",
"config.buttons.save-and-close": "Kaydet ve Kapat",
// keybind overlay
"config.rebind-key.title": "Yeniden bağlama tuşu: {{optionName}}",
"config.rebind-key.simple-instructions": "Yeniden bağlamak için bir tuşa basın.",
"config.rebind-key.combo-instructions": "Yeniden bağlamak için bir tuş kombinasyonuna basın.",
"config.rebind-key.no-key": "(Yok)",
"config.rebind-key.keybind-list": "Tuş Atamaları:",
/*********
** Config options for Generic Mod Config Menu itself
*********/
"options.open-menu-key.name": "Menü tuşunu aç",
"options.open-menu-key.desc": "Menüyü açan bir tuş ataması.",
"options.scroll-speed.name": "Kaydırma hızı",
"options.scroll-speed.desc": "Yapılandırma menüsünü kaydırırken kaydırılacak alan satırlarının sayısı."
}