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
    ['success'] = "You have successfully used the promo command [/%s].", -- "%s" = Command.
    ['reward_money'] = "You received %s$!", -- "%s" = Amount of money.
    ['reward_item'] = "You received %s!", -- "%s" = Quantity + Item name.
    ['reward_car'] = "You received a new vehicle! <br> (%s)", -- "%s" = Vehicle + License plate.

    ['command_reset_uses'] = "The promo command [/%s] with [%s] uses has been reset to [0] uses.", -- First "%s" = Command, second "%s" = Uses of the command.
    ['command_view_uses'] = "The promo command [/%s] has been used [%sx] times so far.", -- First "%s" = Command, second "%s" = Uses of the command.
    ['command_invalid'] = "The promo command [/%s] does not exist.", -- "%s" = Command.

    ['command_expired'] = "This command has already expired.",
    ['command_already_used'] = "You have already used this command.",
    ['command_use_limit_reached'] = "The usage limit for this command has been reached.",
    ['command_no_input'] = "Your input was incorrect. <br> Try [/%s COMMANDNAME]", -- "%s" = Affected command.
  -- Main

  -- Discord Logs
    ['log_player_headline'] = "๐Ÿ‘ค __Player__",
    ['log_identifiers_headline'] = "๐Ÿ”— __Identifiers__",
    ['log_action_headline'] = "๐Ÿ“Œ __Action__",

    ['log_action_command'] = "Used the promo command **/%s** and received the following:", -- "%s" = Command.
    ['log_action_reset'] = "Resetted the promo command **/%s** with **%s** uses to **0** uses.", -- Erstes "%s" = Command, zweites "%s" = Wie oft der Command benutzt wurde.

    ['log_money_headline'] = "๐Ÿ’ธ __Money__",
    ['log_money_account_money'] = "Cash",
    ['log_money_account_bank'] = "Bank",
    ['log_money_account_blackmoney'] = "Black Money",
    
    ['log_items_headline'] = "๐Ÿ“ฆ __Items__",
    ['log_vehicle_headline'] = "๐Ÿš— __Vehicle__",

    ['log_empty'] = "-",
  -- Discord Logs
}

Last updated