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_ressources_text'] = "Resources:",
['ui_craft_button_text'] = "CRAFT",
-- [UI]
-- Main
['crafting_successful'] = "You have crafted %sx %s.", -- First "%s" = Quantity of the crafted item, second "%s" = Name of the crafted item.
['not_the_correct_ressources'] = "You do not have the required resources for this item.",
['already_has_weapon'] = "You already have a %s.", -- "%s" = Name of the weapon.
['canceled_crafting'] = "You have aborted the process.",
['leaved_radius'] = "You have moved too far away from the crafting station.",
['no_space_in_inventory'] = "You have insufficient space in your inventory.",
['not_whitelisted_or_blacklisted'] = "Get out of here, this is not for you!",
-- Main
-- Discord Logs
['log_player_headline'] = "π€ __Player__",
['log_identifiers_headline'] = "π __Identifiers__",
['log_action_headline'] = "π __Action__",
['log_crafting'] = "Crafted **%sx %s** at the craftingstation **[%s]**.", -- First "%s" = Quantity of the crafted item, second "%s" = Name of the crafted item, third "%s" = Name of the current craftingstation.
['identifier_not_found'] = "Not found.",
['footer_emoji'] = "π
", -- Footer icon.
-- Discord Logs
}
Locales['de'] = {
-- [UI]
['ui_ressources_text'] = "Ressourcen:",
['ui_craft_button_text'] = "CRAFT",
-- [UI]
-- Main
['crafting_successful'] = "Du hast %sx %s hergestellt.", -- Erstes "%s" = Anzahl des hergestellten Items, zweites "%s" = Name des hergestellten Items.
['not_the_correct_ressources'] = "Du besitzt nicht die benΓΆtigten Ressourcen fΓΌr dieses Item.",
['already_has_weapon'] = "Du hast bereits eine %s.", -- "%s" = Name der Waffe.
['canceled_crafting'] = "Du hast den Vorgang abgebrochen.",
['leaved_radius'] = "Du hast dich zu weit von der Craftingstation entfernt.",
['no_space_in_inventory'] = "Du hast zu wenig Platz im Inventar.",
['not_whitelisted_or_blacklisted'] = "Hau ab hier, das ist nichts fΓΌr dich!",
-- Main
-- Discord Logs
['log_player_headline'] = "π€ __Spieler__",
['log_identifiers_headline'] = "π __Kontakt__",
['log_action_headline'] = "π __Aktion__",
['log_crafting'] = "Hat **%sx %s** an der Craftingstation **[%s]** hergestellt.", -- Erstes "%s" = Anzahl des hergestellten Items, zweites "%s" = Name des hergestellten Items, drittes "%s" = Name der aktuellen Craftingstation.
['identifier_not_found'] = "Nicht gefunden.",
['footer_emoji'] = "π
", -- Footer icon.
-- Discord Logs
}
Last updated