config_translation.lua

Config.Lang = {
    Ui = {
        ["server_name"] = "DEVHUB",
        ["header_title"] = "MAIN",
        ["header_subtext"] = "Menu",
        ["close_menu"] = "TO CLOSE MENU",

        ["resume_game_title"] = "RESUME GAME",
        ["resume_game_subtext"] = "Back in gta",
        ["resume_game_description"] = "You can get back into reality",
        ["resume_game_background"] = "BACK IN GAME",

        ["keybinds_title"] = "KEYBINDS",
        ["keybinds_subtext"] = "Binds",
        ["keybinds_description"] = "Updates on our server",
        ["keybinds_background"] = "KEYBINDS",

        ["changelog_title"] = "CHANGELOG",
        ["changelog_subtext"] = "Latest updates",
        ["changelog_description"] = "Updates on our server",
        ["changelog_background"] = "CHANGELOG",

        ["rules_title"] = "RULES",
        ["rules_subtext"] = "Server",
        ["rules_description"] = "Check out our server rules",
        ["rules_background"] = "RULES",

        ["news_title"] = "NEWS",
        ["news_subtext"] = "Announcements",
        ["news_description"] = "Check out our server rules",

        ["map_title"] = "OPEN GTA MAP",
        ["map_subtext"] = "Los Santos",
        ["map_description"] = "You can check the whole GTA V Map here",
        ["map_background"] = "OPEN GTA MAP",

        ["tasks_title"] = "TASKS",
        ["tasks_subtext"] = "Missions",
        ["tasks_description"] = "Complete your tasks and win reward",
        ["task_text"] = "Task #%s",
        ["task_completed"] = "COMPLETED",
        ["task_uncompleted"] = "IN PROGRESS",
        ["task_reward"] = "Reward: ",

        ["player_info_title"] = "PLAYER INFORMATION",
        ["player_info_subtext"] = "Your Character",
        ["player_info_description"] = "You can check all information about your character here",
        ["player_info_background"] = "PLAYER INFO",
        ["player_info_your_character"] = "Your Character",
        ["player_info_name"] = "Name",
        ["player_info_id"] = "ID",
        ["player_info_uid"] = "UID",
        ["player_info_job"] = "Job",

        ["settings_title"] = "SETTINGS",
        ["settings_subtext"] = "Gta Settings",
        ["settings_description"] = "Setup your settings",
        ["settings_background"] = "SETTINGS",

        ["leave_title"] = "QUIT SERVER",
        ["leave_subtext"] = "Leave",
        ["leave_background"] = "LEAVE SERVER",

        ["are_you_sure"] = "Are you sure?",

        ["days"] = "d",
        ["hours"] = "h",
        ["less_then_hour"] = "less then hour",
        ["tasks_reset_in"] = "Reset in",
        ['no_action_connected'] = "No action connected to this keybind.",
    },
    Script = {
        ["ui_is_not_loaded"] = "Loading data... Try again.",
        ["key_mapping_description"] = "Open pause menu",
        ["leave_message"] = "See you soon!",
        ["quest_completed"] = "You have successfully completed the task. The reward has been given.",
    }
}

Last updated