Unique Studio Documentation
Explore Our Store!Join our Discord!
  • πŸ”ΈIntroduction
    • πŸ‘‹Welcome
  • πŸ”ΈSEASON SERIES
    • πŸŽ„XMAS Calendar
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
  • πŸ”ΈBASIC SERIES
    • βŒ›Loadingscreen
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
      • πŸ“¬Changelogs
    • πŸ’ŽHUD
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
        • Replacements
      • πŸ“¬Changelogs
    • πŸ₯Revivestations
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ—‘οΈDumpsters
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • ✈️Lootdrops
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ”«FFA
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Exports
        • Locales
      • πŸ“¬Changelogs
    • ☠️Deathscreen
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ“’Promotion
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ›¬Immigration
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ“²Numberchange
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
  • πŸ”ΈX SERIES
    • πŸ› οΈCraftingstations
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • ✏️Namechange
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸͺͺIdentity
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ“’Lifeinvader
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ’²Moneywash
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ‘¨β€πŸŒΎFarmerjob
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ‘·Jobcenter
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Locales
      • πŸ“¬Changelogs
    • πŸ‘‰Helpnotify
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Exports
      • πŸ“¬Changelogs
    • βš™οΈProgressbar
      • πŸ› οΈInstallation
      • βš™οΈConfiguration
        • Config Files
        • Exports / Trigger
      • πŸ“¬Changelogs
Powered by GitBook
On this page
  • Information
  • Included translation files:
  1. X SERIES
  2. Jobcenter
  3. Configuration

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
  }
Locales['de'] = {
  -- UI
    ['ui_title'] = "JOBCENTER",
    ['ui_subtitle'] = "LOS SANTOS",
    ['ui_description'] = "Hier kannst du dir einen Beruf aussuchen der dir zusagt. <br> Teste gerne mehrere Berufe aus um den passenden fΓΌr dich zu finden.",
  -- UI

  -- Main
    ['success'] = "Du hast deinen Job erfolgreich gewechselt.",
    ['waypoint'] = "Begebe dich zur markierten Position.",
    ['error'] = "Dieser Job existiert nicht!",
    ['already_has_this_job'] = "Du hast diesen Job bereits.",
  -- Main

  -- Discord Logs
    ['log_player_headline'] = "πŸ‘€ __Spieler__",
    ['log_identifiers_headline'] = "πŸ”— __Kontakt__",
    ['log_action_headline'] = "πŸ“Œ __Aktion__",

    ['log_action'] = "Ist vom Job **%s** zum Job **%s** gewechselt.", -- Erstes "%s" = alter Job, zweites "%s" = neuer Job.

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

Last updated 3 months ago

πŸ”Έ
πŸ‘·
βš™οΈ