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'] = "MONEYWASH",
['ui_subtitle'] = "LOS SANTOS",
['ui_description'] = "Here, you can launder your dirty black money. <br> Be cautious, the cops are familiar with this area!",
['ui_blackmoney_title'] = "Blackmoney",
['ui_blackmoney_description'] = "Here, you can see how much black money you have. <br> Be careful and better wash it quickly.",
['ui_blackmoney_box_title'] = "Your blackmoney",
['ui_wash_title'] = "Wash",
['ui_wash_description'] = "Here, you have the opportunity to launder your money. <br> The current fee is",
['ui_wash_min_percentage'] = "5",
['ui_wash_max_percentage'] = " - 10",
['ui_wash_button'] = "WASH",
['ui_quickactions_title'] = "Quickactions",
['ui_quickactions_description'] = "Here, you have the option to <br> launder different amounts of money with just one click. <br> Particularly useful when time is of the essence.",
['ui_quickactions_button'] = "Select",
['ui_currency'] = "$",
['salary_seperator'] = ".",
-- UI
-- Main
['success'] = "Your money has been laundered, you receive: %s$", -- %s = Amount of the money.
['leaved_zone'] = "You have moved too far away from the money laundering area.",
['not_enough_money'] = "You don't have that much black money.",
['no_cops'] = "There are not enough police officers on duty.",
['blacklisted'] = "I think you've got lost.",
['already_washing'] = "You're already laundering money!",
-- Main
-- Dispatch
['dispatch_picture'] = "CHAR_BLANK_ENTRY", -- Dispatch image. (https://wiki.rage.mp/index.php?title=Notification_Pictures)
['dispatch_sender'] = "~m~Anonymous sender~s~", -- Dispatch sender.
['dispatch_title'] = "~r~~h~MONEYWASH~h~~s~", -- Dispatch title.
['dispatch_description'] = "In the vicinity of the marker, suspected ~w~~h~money laundering~h~ has just been observed!", -- Dispatch description.
-- Dispatch
-- Discord Logs
['log_player_headline'] = "👤 __Player__",
['log_identifiers_headline'] = "🔗 __Identifiers__",
['log_action_headline'] = "📌 __Action__",
['log_action'] = "Washed **%s$** of dirty money and received **%s$** of clean money.", -- Erstes "%s" = Schwarzgeld, zweites "%s" = Grüngeld.
['log_card'] = "```Washed with blackmoneycard!```",
-- Discord Logs
}
Locales['de'] = {
-- UI
['ui_title'] = "GELDWÄSCHE",
['ui_subtitle'] = "LOS SANTOS",
['ui_description'] = "Hier kannst du dein dreckiges Schwarzgeld waschen. <br> Sei auf der Hut, die Cops kennen dieses Revier!",
['ui_blackmoney_title'] = "Schwarzgeld",
['ui_blackmoney_description'] = "Hier siehst du wie viel Schwarzgeld du dabei hast. <br> Pass auf und wasch es lieber schnell.",
['ui_blackmoney_box_title'] = "Dein Schwarzgeld",
['ui_wash_title'] = "Waschen",
['ui_wash_description'] = "Hier hast du die Möglichkeit, dein Geld zu waschen. <br> Die aktuelle Gebühr beträgt",
['ui_wash_min_percentage'] = "5",
['ui_wash_max_percentage'] = " - 10",
['ui_wash_button'] = "WASCHEN",
['ui_quickactions_title'] = "Schnellaktionen",
['ui_quickactions_description'] = "Hier hast du die Option, <br> mit nur einem Klick unterschiedliche Geldbeträge zu waschen. <br> Besonders praktisch, wenn es schnell gehen muss.",
['ui_quickactions_button'] = "Wählen",
['ui_currency'] = "$",
['salary_seperator'] = ".",
-- UI
-- Main
['success'] = "Dein Geld wurde gewaschen, du erhältst: %s$", -- %s = Betrag des Geldes.
['leaved_zone'] = "Du hast dich zu weit von der Geldwäsche entfernt.",
['not_enough_money'] = "So viel Schwarzgeld hast du nicht.",
['no_cops'] = "Es sind nicht genügend Polizisten im Dienst.",
['blacklisted'] = "Ich glaube du hast dich verlaufen.",
['already_washing'] = "Du wäschst bereits Geld!",
-- Main
-- Dispatch
['dispatch_picture'] = "CHAR_BLANK_ENTRY", -- Dispatch Bild. (https://wiki.rage.mp/index.php?title=Notification_Pictures)
['dispatch_sender'] = "~m~Anonymer Absender~s~", -- Dispatch Absender.
['dispatch_title'] = "~r~~h~GELDWÄSCHE~h~~s~", -- Dispatch Titel.
['dispatch_description'] = "In der Nähe der Markierung wurde soeben eine mutmaßliche ~w~~h~Geldwäsche~h~ beobachtet!", -- Dispatch Beschreibung.
-- Dispatch
-- Discord Logs
['log_player_headline'] = "👤 __Spieler__",
['log_identifiers_headline'] = "🔗 __Kontakt__",
['log_action_headline'] = "📌 __Aktion__",
['log_action'] = "Hat **%s$** Schwarzgeld gewaschen und **%s$** Grüngeld erhalten.", -- Erstes "%s" = Schwarzgeld, zweites "%s" = Grüngeld.
['log_card'] = "```Mit Schwarzgeldkarte gewaschen!```",
-- Discord Logs
}
Last updated