config_translation.lua

Config.Lang = {
    Ui = {
        ["navigation_title"] = "TABLE OF CONTENT",
        ["navigation_bookmark_title"] = "Navigation",
        ["previous_page_button_label"] = "Previous Page",
        ["next_page_button_label"] = "Next Page",
        ["quest_maximize"] = "Maximize",
        ["quest_minimize"] = "Minimize",
        ["quest_hold_to_cancel"] = "Hold to cancel",
        ["quest_use_hint"] = "Set waypoint",
        ["cancelling_quests"] = "Cancelling quests",
        ["quest_information"] = "Information",
        ["quest_final_reward"] = "Final reward",
    },
    Script = {
        ["ui_is_not_loaded"] = "Please wait a second.",
        ["keybinds_open_guidebook"] = "Open guidebook",
        ["keybinds_change_quests_size"] = "Minimize/Maximize quest menu",
        ["keybinds_hold_to_cancel"] = "Hold to cancel quest",
        ["keybinds_use_hint"] = "Use quest hint",
        ["cancelled_quests"] = "Quests was cancelled."
    }
}

Last updated