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
    -- HEADER TOP LEFT
      ['title'] = "FREE FOR ALL",
      ['subtitle'] = "SYSTEM",
      ['exit'] = "CLOSE MENU",
    -- HEADER TOP LEFT

    -- NAVIGATION BAR
      ['screen_1'] = "Overview",
      ['screen_2'] = "Custom Lobbys",
      ['screen_3'] = "Leaderboard",
    -- NAVIGATION BAR

    -- STATISTIÜBERSICHT IN LOBBY.
      ['lobby_statistic_kills'] = "Kills",
      ['lobby_statistic_deaths'] = "Deaths",
      ['lobby_statistic_kd'] = "K/D",
    -- STATISTIÜBERSICHT IN LOBBY.

    -- CUSTOM LOBBY.
      ['custom_current_lobbys'] = "Active Lobbys:",
      ['custom_create_lobby'] = "Create Lobby:",
      ['custom_lobby_name'] = "Lobby Name:",
      ['custom_lobby_max_players'] = "Max. Players:",
      ['custom_lobby_password'] = "Lobby Password:",
      ['custom_lobby_open'] = "Public",
      ['custom_lobby_locked'] = "Private",
      ['custom_lobby_health'] = "Lobby Health:",
      ['custom_lobby_weapons'] = "Lobby Weapons:",
      ['custom_lobby_shield'] = "Lobby Shield:",
      ['custom_lobby_create_button'] = "CREATE LOBBY",
      ['custom_lobby_reset_button'] = "RESET",
    -- CUSTOM LOBBY.

    -- LEADERBOARD.
      ['leaderboard_place_1'] = "#1",
      ['leaderboard_place_2'] = "#2",
      ['leaderboard_place_3'] = "#3",

      ['leaderboard_place'] = "Nr:",
      ['leaderboard_player'] = "Name:",
      ['leaderboard_kills'] = "Kills:",
      ['leaderboard_deaths'] = "Deaths:",
      ['leaderboard_kd'] = "K/D:",
      ['leaderboard_headshotrate'] = "HS Rate:",
    -- LEADERBOARD.

    -- DEATHCAM.
      ['killed_by'] = "Killed by",
    -- DEATHCAM.

    ['lobby_join_button'] = "JOIN THE GAME",
  -- UI

  -- Main
    ['joined_ffa'] = "You have joined the lobby %s.", -- "%s" = Name der lobby.
    ['leaved_ffa'] = "You have leaved the lobby %s.", -- "%s" = Name der lobby.
    ['not_in_ffa'] = "You are not in any active FFA lobby.",
    ['already_in_lobby'] = "You are already in a lobby.",
    ['already_created_custom_lobby'] = "You already have an active lobby named [%s].", -- "%s" = Name der bereits erstellen Lobby.

    ['kill_msg'] = "You have killed %s.", -- "%s" = Name of the victim.
    ['death_msg'] = "You were killed by %s.", -- "%s" = Name of the killer.

    ['quitffa_cooldown'] = "Please wait a moment.",
    ['lobby_full'] = "This lobby is already full.",

    ['reset_kd_for_target'] = "You have reset the FFA statistics for [%s].", -- "%s" = Name of the affected player..
    ['reset_kd'] = "Your FFA statistics have been reset.",
    ['resetted_leaderboard'] = "You have reset the entire FFA leaderboard.",

    ['dimension_fixed_for_target'] = "You have reset the dimension for [%s].", -- "%s" = Name of the affected player..
    ['dimension_fixed'] = "Your dimension has been reset.",
    ['no_player_found'] = "No player was found with the ID [%s].", -- "%s" = Entered ID.
  -- Main
}

Last updated