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. Promotion
  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'] = {
  -- Main
    ['success'] = "You have successfully used the promo command [/%s].", -- "%s" = Command.
    ['reward_money'] = "You received %s$!", -- "%s" = Amount of money.
    ['reward_item'] = "You received %s!", -- "%s" = Quantity + Item name.
    ['reward_car'] = "You received a new vehicle! <br> (%s)", -- "%s" = Vehicle + License plate.

    ['command_reset_uses'] = "The promo command [/%s] with [%s] uses has been reset to [0] uses.", -- First "%s" = Command, second "%s" = Uses of the command.
    ['command_view_uses'] = "The promo command [/%s] has been used [%sx] times so far.", -- First "%s" = Command, second "%s" = Uses of the command.
    ['command_invalid'] = "The promo command [/%s] does not exist.", -- "%s" = Command.

    ['command_expired'] = "This command has already expired.",
    ['command_already_used'] = "You have already used this command.",
    ['command_use_limit_reached'] = "The usage limit for this command has been reached.",
    ['command_no_input'] = "Your input was incorrect. <br> Try [/%s COMMANDNAME]", -- "%s" = Affected command.
  -- Main

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

    ['log_action_command'] = "Used the promo command **/%s** and received the following:", -- "%s" = Command.
    ['log_action_reset'] = "Resetted the promo command **/%s** with **%s** uses to **0** uses.", -- Erstes "%s" = Command, zweites "%s" = Wie oft der Command benutzt wurde.

    ['log_money_headline'] = "💸 __Money__",
    ['log_money_account_money'] = "Cash",
    ['log_money_account_bank'] = "Bank",
    ['log_money_account_blackmoney'] = "Black Money",
    
    ['log_items_headline'] = "📦 __Items__",
    ['log_vehicle_headline'] = "🚗 __Vehicle__",

    ['log_empty'] = "-",
  -- Discord Logs
}
Locales['de'] = {
  -- Main
    ['success'] = "Du hast den Promo-Command [/%s] erfolgreich benutzt.", -- "%s" = Command.
    ['reward_money'] = "Du hast %s$ erhalten!", -- "%s" = Anzahl des Geldes.
    ['reward_item'] = "Du hast %s erhalten!", -- "%s" = Itemmenge + Itemname.
    ['reward_car'] = "Du hast ein neues Fahrzeug erhalten! <br> (%s)", -- "%s" = Fahrzeug + Kennzeichen.

    ['command_reset_uses'] = "Der Promo-Command [/%s] mit [%s] Benutzungen wurde auf [0] Benutzungen zurückgesetzt.", -- Erstes "%s" = Command, zweites "%s" = Benutzungen des Commands.
    ['command_view_uses'] = "Der Promo-Command [/%s] wurde bis jetzt [%sx] genutzt.", -- Erstes "%s" = Command, zweites "%s" = Benutzungen des Commands.
    ['command_invalid'] = "Der Promo-Command [/%s] existiert nicht.", -- "%s" = Command.

    ['command_expired'] = "Dieser Command ist bereits abgelaufen.",
    ['command_already_used'] = "Du hast diesen Command bereits benutzt.",
    ['command_use_limit_reached'] = "Das Nutzungslimit für diesen Command wurde erreicht.",
    ['command_no_input'] = "Deine Eingabe war falsch. <br> Versuche [/%s COMMANDNAME]", -- "%s" = Betroffener Command.
  -- Main

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

    ['log_action_command'] = "Hat den Promo-Command **/%s** verwendet und folgendes erhalten:", -- "%s" = Command.
    ['log_action_reset'] = "Hat den Promo-Command **/%s** mit **%s** Benutzungen auf **0** Benutzungen zurückgesetzt.", -- Erstes "%s" = Command, zweites "%s" = Wie oft der Command benutzt wurde.

    ['log_money_headline'] = "💸 __Geld__",
    ['log_money_account_money'] = "Bargeld",
    ['log_money_account_bank'] = "Bank",
    ['log_money_account_blackmoney'] = "Schwarzgeld",
    
    ['log_items_headline'] = "📦 __Gegenstände__",
    ['log_vehicle_headline'] = "🚗 __Fahrzeug__",

    ['log_empty'] = "-",
  -- Discord Logs
}
PreviousConfig FilesNextChangelogs

Last updated 3 months ago

🔸
📢
⚙️