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'] = "-",
}
}
Last updated