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. BASIC SERIES
  2. Numberchange
  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'] = "NUMBERCHANGE",
    ['ui_description'] = "Here, you can assign a number to your new SIM card. <br> This process is free of charge.", -- Auf die jeweilige Funktion anpassen. (Wenn per NPC = Bestenfalls Kosten angeben.)

    ['ui_input_description'] = "Enter your new number here.",
    ['ui_input_placeholder'] = "123-456-789",

    ['ui_change_button'] = "CHANGE NUMBER",
    ['ui_cancel_button'] = "CANCEL",
  -- UI

  -- Main
    ['new_number'] = "Your new number is: %s", -- "%s" = new number.

    ['no_money'] = "You don't have enough money.",
    ['number_already_exists'] = "This number already exists.",
    ['not_allowed'] = "This number has been blocked.",
    ['input_to_short'] = "Your number needs at least %s characters.", -- "%s" = minimum length.

    ['player_dropped'] = "To apply your new number, a reconnect is required. Please reconnect to the server.",
  -- Main

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

    ['log_action'] = "Changed his number from **[%s]** to **[%s]**.", -- First "%s" = old number, second "%s" = new number.
  -- Discord Logs
  }
Locales['de'] = {
  -- UI
    ['ui_title'] = "NUMBERCHANGE",
    ['ui_description'] = "Hier kannst du deiner neuen Simkarte eine Nummer zuweisen. <br> Dieser Vorgang ist kostenlos.", -- Auf die jeweilige Funktion anpassen. (Wenn per NPC = Bestenfalls Kosten angeben.)

    ['ui_input_description'] = "Trage hier deine neue Nummer ein.",
    ['ui_input_placeholder'] = "123-456-789",

    ['ui_change_button'] = "NUMMER ÄNDERN",
    ['ui_cancel_button'] = "ABBRECHEN",
  -- UI

  -- Main
    ['new_number'] = "Deine neue Nummer lautet: %s", -- "%s" = neue Nummer.

    ['no_money'] = "Du hast zu wenig Geld.",
    ['number_already_exists'] = "Diese Nummer existiert bereits.",
    ['not_allowed'] = "Diese Nummer wurde blockiert.",
    ['input_to_short'] = "Deine Nummer benötigt mind. %s Zeichen.", -- "%s" = Minimumlänge.

    ['player_dropped'] = "Damit deine neue Nummer übernommen wird, ist ein reconnect nötig. Bitte verbinde dich erneut mit dem Server.",
  -- Main

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

    ['log_action'] = "Hat seine Nummer von **[%s]** zu **[%s]** geändert.", -- Erstes "%s" = alte Nummer, zweites "%s" = neue Nummer.
  -- Discord Logs
  }
PreviousConfig FilesNextChangelogs

Last updated 3 months ago

🔸
📲
⚙️