Advertisement
Bolodefchoco_LUAXML

#Grounds translations

Feb 8th, 2017
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.97 KB | None | 0 0
  1. system.translation.en = {
  2.     welcome = "Welcome to #%s! Can you be the fastest mouse using the ground effects? Try it!\n<PS>Press H for more info!",
  3.     developer = "Developed by %s",
  4.     bought = "You just spent %s coins for the ground %s!",
  5.     cantbuy = "You haven't coins enough in order to buy this upgrade! :(",
  6.     profile = "Leaderboard : %s\n\n<N>Rounds : %s\n<N>Podiums : %s\n\n<N>Deaths : %s\n\n<N>Shop Coins : %s",
  7.     gotcoin = "You just got %s coins! :D",
  8.     powersenabled = "The ground powers were enabled! Good luck!",
  9.     language = "Current language : <J>%s",
  10.     zombie = "Now you are a zombie!",
  11.     countstats = {
  12.         mice = "At least 5 mice are needed to stats count",
  13.         tribe = "Stats do not count in tribe houses"
  14.     },
  15.     grounds = {
  16.         [0] = {"Wood","?","?"},
  17.         [1] = {"Ice","Increases your speed by pressing spacebar","Increases the speed in <BL>%s%%</BL>"},
  18.         [2] = {"Trampoline","?","?"},
  19.         [3] = {"Lava","Teleports you to the last Z indexed ground","?"},
  20.         [4] = {"Chocolate","?","?"},
  21.         [5] = {"Earth","?","?"},
  22.         [6] = {"Grass","?","?"},
  23.         [7] = {"Sand","Creates a sand storm","Decreases the storm in <BL>%s%%</BL>"},
  24.         [8] = {"Cloud","Enables you to fly by pressing spacebar","Increases the fly in <BL>%s%%</BL>"},
  25.         [9] = {"Water","Drowns you","Drowns you <BL>%s%%</BL> slower"},
  26.         [10] = {"Stone","Creates a block of stone by pressing spacebar","Increases the block size in <BL>%s%%</BL>"},
  27.         [11] = {"Snow","Shoots snowballs by pressing spacebar","Increases the snowball speed in <BL>%s%%</BL>"},
  28.         [12] = {"Rectangle","Each color has its own function","?",{
  29.             ["C90909"] = "Kills you",
  30.             ["18C92B"] = "Revives all the enemies",
  31.         }},
  32.         [13] = {"Circle","Each color has its own function","?"},
  33.         [14] = {"Invisible","?","?"},
  34.         [15] = {"Spiderweb","Teleports you to the spawn point","?"},
  35.        
  36.     },
  37.     commands = {
  38.         shop = "shop",
  39.         profile = "profile",
  40.         help = "help",
  41.         langue = "langue",
  42.         leaderboard = "leaderboard",
  43.     },
  44.     menu = {
  45.         [1] = {"%s","\tYour aim in this minigame is to collect the cheese the faster you can, using the effects each ground offers."},
  46.         [2] = {"Ground effects","Click in the ground's name to read more.\n\n%s"},
  47.         [3] = {"Commands",{
  48.             [1] = {"\t<J>ยป User</J>\n",{
  49.                 [1] = "<VP>!%s</VP> <PS>playerName</PS> <R>or</R> <VP>Key P</VP> - Opens the profile!",
  50.                 [2] = "<VP>!%s</VP> <R>or</R> <VP>Key O</VP> - Opens the shop!",
  51.                 [3] = "<VP>!%s</VP> - Changes the language!",
  52.             }},
  53.             [2] = {"\n\t<J>ยป Others</J>\n",{
  54.                 [1] = "<VP>!%s</VP> <R>or</R> <VP>Key H</VP> - Opens the help menu!",
  55.                 [2] = "<VP>!%s</VP> - Opens the leaderboard!"
  56.             }},
  57.         }},
  58.         [4] = {"Maps","<J>Maps : %s\n\n\tAccess %s and send your map. Do not forget to read all the rules before!"},
  59.         [5] = {"Thanks for","<R>%s <G>- <N>Developer\n%s <G>- <N>Translators\n%s <G>- <N>Map evaluators"},
  60.     },
  61.     shop = {
  62.         coin = "Coins",
  63.         power = "Ground power",
  64.         upgrade = "Upgrade",
  65.         price = "Upgrade price",
  66.         close = "Close",
  67.     },
  68.     max = "maximum",
  69.     topic = "843849",
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement