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. Dumpsters
  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
    ['dumpster_found_item'] = "You have found %sx %s.", -- First "%s" = Quantity of the item, second "%s" = Name of the item.
    ['dumpster_found_money'] = "You have found %s$ %s.", -- First "%s" = Amount of the money second "%s" = Money type.
    ['dumpster_found_weapon'] = "You have found a %s.", -- "%s" = Name of the weapon.
    ['dumpster_canceled'] = "You have canceled the search.",
    ['dumpster_already_in_use'] = "This trash container is already being searched.",
    ['dumpster_already_searched'] = "This dumpster has already been searched.",
    ['dumpster_empty'] = "There was only trash here...",

    ['already_has_weapon'] = "You alreade have a %s.", -- "%s" = Name der Waffe.

    ['command_msg'] = "This prop is named: %s", -- "%s" = Name of the nearest prop.
    ['command_error'] = "You are not near a prop.",

    ['currency_seperator'] = ".",
    ['currency'] = "$",
  -- Main

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

    ['log_items_headline'] = "📦 __Items__",
    ['log_money_headline'] = "💸 __Money__",
    ['log_weapon_headline'] = "🔫 __Weapon__",

    ['log_money_account_money'] = "Cash",
    ['log_money_account_bank'] = "Bank",
    ['log_money_account_blackmoney'] = "Blackmoney",

    ['log_lootdrop'] = "Searched a dumpster and found the following:",

    ['identifier_not_found'] = "Not found.",
  -- Discord Logs

}
Locales['de'] = {

  -- Main
    ['dumpster_found_item'] = "Du hast %sx %s gefunden.", -- Erstes "%s" = Menge des Items, zweites "%s" = Name des Items.
    ['dumpster_found_money'] = "Du hast %s$ %s gefunden.", -- "%s" = Betrag des Geldes, zweites "%s" = Typ des Geldes.
    ['dumpster_found_weapon'] = "Du hast ein/e %s gefunden.", -- "%s" = Name der Waffe.
    ['dumpster_canceled'] = "Du hast das durchsuchen abgebrochen.",
    ['dumpster_already_in_use'] = "Dieser Müllcontainer wird bereits durchsucht.",
    ['dumpster_already_searched'] = "Dieser Müllcontainer wurde bereits durchsucht.",
    ['dumpster_empty'] = "Hier war nur Müll...",

    ['already_has_weapon'] = "Du besitzt bereits ein/e %s.", -- "%s" = Name der Waffe.

    ['command_msg'] = "Dieser Prop trägt den Namen: %s", -- "%s" = Name des nächstgelegenen Props.
    ['command_error'] = "Du befindest dich nicht in der Nähe eines Props.",

    ['currency_seperator'] = ".",
    ['currency'] = "$",
  -- Main

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

    ['log_items_headline'] = "📦 __Gegenstände__",
    ['log_money_headline'] = "💸 __Geld__",
    ['log_weapon_headline'] = "🔫 __Waffe__",

    ['log_money_account_money'] = "Bargeld",
    ['log_money_account_bank'] = "Bank",
    ['log_money_account_blackmoney'] = "Schwarzgeld",

    ['log_lootdrop'] = "Hat eine Mülltonne durchsucht und folgendes gefunden:",

    ['identifier_not_found'] = "Nicht gefunden.",
  -- Discord Logs

}
PreviousConfig FilesNextChangelogs

Last updated 3 months ago

🔸
🗑️
⚙️