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. SEASON SERIES
  2. XMAS Calendar
  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'] = {
        ['title'] = "ADVENT CALENDAR",
        ['subtitle'] = "2024 EDITION",
        ['description'] = "Ready for the Christmas magic? Open a new door each day and discover the festive surprise behind it. Enjoy the discoveries and have a merry Christmas season!",

        ['days_completed'] = "Days completed!",

        ['locked'] = "SOON",
        ['unlocked'] = "AVAILABLE",
        ['claim'] = "CLAIM",
        ['claimed'] = "CLAIMED",
        ['missed'] = "MISSED",

        ['close'] = "EXIT CALENDAR",
    },

    ['happy_christmas'] = "Merry Christmas!",
    ['gift_claimed'] = "Your gift included the following:",
    ['not_whitelisted'] = "You are not authorized to use the advent calendar!",

    ['calendar_reset'] = "The Advent calendar has just been completely reset!",
    ['calendar_reset_error'] = "No entries were found for the Advent calendar!",

    ['seperator'] = ".",
    ['currency'] = "$",

    ['Logs'] = {
        ['user'] = "👤 __Opened by__",
        ['time'] = "🕛 __Time__",

        ['money'] = "💸 __Money__",
        ['items'] = "📦 __Items__",
        ['vehicle'] = "🚗 __Car__",
        ['weapon'] = "🔫 __Weapon__",

        ['empty'] = "-",
    }
}
Locales['de'] = {
    ['UI'] = {
        ['title'] = "ADVENTSKALENDER",
        ['subtitle'] = "2024 EDITION",
        ['description'] = "Bereit für den Weihnachtszauber? Öffne jeden Tag ein neues Türchen und entdecke die festliche Überraschung dahinter. Viel Freude beim Entdecken und eine fröhliche Weihnachtszeit!",

        ['days_completed'] = "Tage geschafft!",

        ['locked'] = "BALD",
        ['unlocked'] = "VERFÜGBAR",
        ['claim'] = "ABHOLEN",
        ['claimed'] = "ABGEHOLT",
        ['missed'] = "VERPASST",

        ['close'] = "VERLASSEN",
    },

    ['happy_christmas'] = "Frohe Weihnachten!",
    ['gift_claimed'] = "Dein Geschenk beeinhaltete folgendes:",
    ['not_whitelisted'] = "Du bist nicht berechtigt den Adventskalendar zu nutzen!",

    ['calendar_reset'] = "Der Adventskalendar wurde soeben vollständig zurückgesetzt!",
    ['calendar_reset_error'] = "Es wurden keine Einträge für den Adventskalender gefunden!",

    ['seperator'] = ".",
    ['currency'] = "$",

    ['Logs'] = {
        ['user'] = "👤 __Entpacker__",
        ['time'] = "🕛 __Uhrzeit__",

        ['money'] = "💸 __Geld__",
        ['items'] = "📦 __Items__",
        ['vehicle'] = "🚗 __Fahrzeug__",
        ['weapon'] = "🔫 __Weapon__",

        ['empty'] = "-",
    }

}
PreviousConfig FilesNextChangelogs

Last updated 3 months ago

🔸
🎄
⚙️