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. Namechange
  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'] = "NAMECHANGE",
    ['ui_subtitle'] = "LOS SANTOS",
    ['ui_description'] = "Here, you can change your first- and/or lastname. <br> Please ensure your details are accurate.",

    ['ui_firstname_header'] = "Firstname",
    ['ui_firstname_description'] = "Here, you can enter your new firstname. <br> ",
    ['ui_firstname_input_header'] = "Your firstname",
    ['ui_firstname_input_placeholder'] = "your new firstname...",

    ['ui_lastname_header'] = "Lastname",
    ['ui_lastname_description'] = "Here, you can enter your new lastname. <br> ",
    ['ui_lastname_input_header'] = "Your lastname",
    ['ui_lastname_input_placeholder'] = "your new lastname...",

    ['ui_currency'] = "$",
    ['ui_submit_button'] = "CHANGE NAME",
  -- UI

  -- Main
    ['success'] = "Your new name is: %s", -- "%s" = New name.
    ['no_money'] = "You don't have enough money.",

    ['firstname_to_short'] = "Your firstname must be at least %s letters long!", -- "%s" = Minimum length of the firstname.
    ['firstname_blacklisted'] = "This firstname is not allowed!",

    ['lastname_to_short'] = "Your lastname must be at least %s letters long!", -- "%s" = Minimum length of the lastname.
    ['lastname_blacklisted'] = "This lastname is not allowed!",
  -- Main

  -- Discord Logs
    ['log_player_headline'] = "👤 __Player__",
    ['log_identifiers_headline'] = "🔗 __Identifiers__",
    ['log_action_headline'] = "📌 __Action__",

    ['log_action'] = "Changed his/her name to **%s**.", -- "%s" = New name.
    ['identifier_not_found'] = "Not found.",
  -- Discord Logs
  }
Locales['de'] = {
  -- UI
    ['ui_title'] = "NAMECHANGE",
    ['ui_subtitle'] = "LOS SANTOS",
    ['ui_description'] = "Hier kannst du deinen Vor- und/oder Nachnamen ändern. <br> Bitte achte darauf das deine Angaben wirklich richtig sind.",

    ['ui_firstname_header'] = "Vorname",
    ['ui_firstname_description'] = "Hier kannst du deinen neuen Vornamen eingeben. <br> Bitte achte darauf das dieser richtig ist.",
    ['ui_firstname_input_header'] = "Dein Vorname",
    ['ui_firstname_input_placeholder'] = "Dein neuer Vorname...",

    ['ui_lastname_header'] = "Nachname",
    ['ui_lastname_description'] = "Hier kannst du deinen neuen Nachnamen eingeben. <br> Bitte achte darauf das dieser richtig ist.",
    ['ui_lastname_input_header'] = "Dein Nachname",
    ['ui_lastname_input_placeholder'] = "Dein neuer Nachname...",

    ['ui_currency'] = "$",
    ['ui_submit_button'] = "NAMEN ÄNDERN",
  -- UI

  -- Main
    ['success'] = "Dein neuer Name lautet: %s", -- "%s" = Neuer Name.
    ['no_money'] = "Du hast zu wenig Geld.",

    ['firstname_to_short'] = "Dein Vorname muss mindestens 3 Buchstaben lang sein!", -- "%s" = Mindestlänge des Vornamens.
    ['firstname_blacklisted'] = "Dieser Vorname ist nicht erlaubt!",

    ['lastname_to_short'] = "Dein Nachname muss mindestens 3 Buchstaben lang sein!", -- "%s" = Mindestlänge des Nachnamens.
    ['lastname_blacklisted'] = "Dieser Nachname ist nicht erlaubt!",
  -- Main

  -- Discord Logs
    ['log_player_headline'] = "👤 __Spieler__",
    ['log_identifiers_headline'] = "🔗 __Kontakt__",
    ['log_action_headline'] = "📌 __Aktion__",

    ['log_action'] = "Hat seinen/ihren Namen zu **%s** geändert.", -- "%s" = Neuer Name.
    ['identifier_not_found'] = "Nicht gefunden.",
  -- Discord Logs
  }
PreviousConfig FilesNextChangelogs

Last updated 3 months ago

🔸
✏️
⚙️