init
This commit is contained in:
@@ -0,0 +1,136 @@
|
||||
# --- scenes/battle/winground.tscn ---
|
||||
mod_interface_name = Interface
|
||||
mod_interface_desc = Game interface
|
||||
ui/battle/victory = Victory
|
||||
ui/battle/victory/return = Continue
|
||||
ui/battle/victory/loot_title = Loot:
|
||||
|
||||
# --- scenes/battle/deadground.tscn ---
|
||||
ui/battle/defeat = Defeat
|
||||
ui/battle/endgame/to_main_menu = Main menu
|
||||
|
||||
# --- scenes/battle/battle.tscn ---
|
||||
ui/battle/next = End turn
|
||||
|
||||
# --- scenes/menu/main_menu.tscn ---
|
||||
menu/newgame = New Game
|
||||
ui/menu/load = Load
|
||||
menu/settings = Settings
|
||||
menu/exit = Exit
|
||||
menu/tools = Tools
|
||||
|
||||
# --- Mods Menu ---
|
||||
menu/mods = Mods
|
||||
mods/title = Mods
|
||||
mods/enable = Enable
|
||||
mods/disable = Disable
|
||||
mods/enabled = Enabled
|
||||
mods/disabled = Disabled
|
||||
mods/disabled_reason = Disabled
|
||||
mods/dep_disabled_reason = Dependency "{0}" is disabled
|
||||
mods/dependency_disabled = Dependency disabled
|
||||
mods/invalid_dep_format = Invalid dependency format: "{0}"
|
||||
mods/required_mod_not_loaded = Required mod "{0}" is not loaded
|
||||
mods/version_mismatch = Version mismatch: requires {0}, found {1}
|
||||
mods/restart_required = Restart required for changes to take effect
|
||||
mods/back = Back
|
||||
mods/author = Author
|
||||
mods/version = Version
|
||||
mods/depends = Dependencies
|
||||
mods/used_by = Used by
|
||||
mods/overrides_title = Overrides
|
||||
mods/reset_order = Reset Order
|
||||
mods/reset_order_title = Reset Order
|
||||
mods/reset_order_text = Are you sure you want to reset the mod order? It will be recalculated automatically
|
||||
mods/reset_order_confirm = Yes
|
||||
mods/reset_order_cancel = Cancel
|
||||
mods/tab_device = Device
|
||||
mods/tab_network = Network
|
||||
mods/network_refresh = Refresh
|
||||
mods/network_loading = Loading catalog...
|
||||
mods/network_ready = Catalog loaded
|
||||
mods/network_empty = No mods in catalog
|
||||
mods/network_error = Failed to load catalog
|
||||
mods/network_no_urls = No catalog URLs configured
|
||||
mods/status_installed = Installed
|
||||
mods/status_update_available = Update available
|
||||
mods/status_not_installed = Not installed
|
||||
mods/status_modified = Modified locally
|
||||
mods/catalog_export = Export to Catalog
|
||||
mods/catalog_title = Export Catalog Entry
|
||||
mods/catalog_download_url = Download URL
|
||||
mods/catalog_category = Category
|
||||
mods/category_story = Story
|
||||
mods/category_characters = Characters
|
||||
mods/category_gameplay = Gameplay
|
||||
mods/category_visual = Visual
|
||||
mods/category_audio = Audio
|
||||
mods/category_ui = UI
|
||||
mods/category_locale = Locale
|
||||
mods/category_library = Library
|
||||
mods/category_overhaul = Overhaul
|
||||
mods/category_other = Other
|
||||
mods/catalog_tags = Tags (comma-separated)
|
||||
mods/catalog_changelog = Changelog
|
||||
mods/catalog_status = Status
|
||||
mods/catalog_min_game_version = Min Game Version
|
||||
mods/catalog_icon_url = Icon URL
|
||||
mods/catalog_copy = Copy JSON
|
||||
mods/catalog_export_file = Export to File
|
||||
mods/catalog_close = Close
|
||||
mods/install_button = Install
|
||||
mods/update_button = Update
|
||||
mods/overwrite_button = Overwrite
|
||||
mods/downgrade_button = Downgrade
|
||||
mods/restart_button = Restart required
|
||||
mods/installing = Installing...
|
||||
mods/install_complete = Install complete. Restart required.
|
||||
mods/install_failed = Install failed. Check log for details.
|
||||
|
||||
# --- Save/Load ---
|
||||
ui/load/title = Load
|
||||
ui/save/title = Save
|
||||
ui/save/empty = Empty
|
||||
ui/save/overwrite_title = Overwrite save
|
||||
ui/save/overwrite_text = A save already exists in this slot. Overwrite?
|
||||
ui/save/save_button = Overwrite
|
||||
ui/save/cancel_button = Cancel
|
||||
ui/save/game_day = Day {day}, {time}
|
||||
ui/save/party_size = Party: {count}
|
||||
|
||||
# --- GameMenu ---
|
||||
menu/resume = Resume
|
||||
menu/save = Save
|
||||
menu/load = Load
|
||||
menu/main_menu = Main menu
|
||||
|
||||
# --- Character Panel ---
|
||||
ui/character_panel/title = Character Actions
|
||||
ui/character_panel/reset = Reset
|
||||
ui/character_panel/close = Close
|
||||
ui/character_panel/reset_title = Reset Action Assignments
|
||||
ui/character_panel/reset_text = Are you sure you want to reset all action assignments? Character actions will return to defaults, collected actions will stay in the pool.
|
||||
ui/character_panel/reset_ok = Reset
|
||||
ui/character_panel/reset_cancel = Cancel
|
||||
|
||||
# --- Inventory ---
|
||||
ui/inventory/title = Inventory
|
||||
ui/inventory/use = Use
|
||||
ui/inventory/drop = Drop
|
||||
ui/inventory/drop_all = All
|
||||
ui/inventory/drop_confirm = Drop
|
||||
ui/inventory/drop_quantity = Drop
|
||||
ui/inventory/close = Close
|
||||
ui/inventory/no_ap = Not enough AP
|
||||
ui/inventory/select_target = Select target
|
||||
ui/inventory/cancel = Cancel
|
||||
|
||||
# --- Map ---
|
||||
ui/map/close = Close
|
||||
|
||||
# --- Quest Journal ---
|
||||
ui/journal/title = Journal
|
||||
ui/journal/active = Active
|
||||
ui/journal/completed = Completed
|
||||
ui/journal/close = Close
|
||||
ui/journal/empty = No quests
|
||||
Reference in New Issue
Block a user