Locales

Information

Since this script is an older version, we still use a local notification system without customizable placeholders, unlike our newer scripts. Here, placeholders are used in the predefined order, with %s shown next to each line if applicable.

All translation files can be found under /configs/locales.


Included translation files:

Locales['en'] = {
  -- UI
    ['ui_title'] = "JOBCENTER",
    ['ui_subtitle'] = "LOS SANTOS",
    ['ui_description'] = "Here, you can choose a profession that suits you. <br> Feel free to test several professions to find the one that fits you best.",
  -- UI

  -- Main
    ['success'] = "You have successfully changed your job.",
    ['waypoint'] = "Proceed to the marked position.",
    ['error'] = "This job doesn't exist!",
    ['already_has_this_job'] = "You already have this job.",
  -- Main

  -- Discord Logs
    ['log_player_headline'] = "πŸ‘€ __Player__",
    ['log_identifiers_headline'] = "πŸ”— __Identifiers__",
    ['log_action_headline'] = "πŸ“Œ __Action__",

    ['log_action'] = "Has switched from job **%s** to job **%s**.", -- First "%s" = old job, second "%s" = new job.

    ['footer_emoji'] = "πŸ“…", -- Footer icon.
  -- Discord Logs
  }

Last updated