Advertisement
Guest User

minigamepreklad

a guest
Feb 26th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 12.84 KB | None | 0 0
  1. lang:
  2.   info: Minigames default language (Australian English)
  3. player:
  4.   join:
  5.     consMsg: '%s joined %s'
  6.     plyMsg: '%s has joined %s'
  7.     plyInfo: You have started a %s Minigame, type /minigame quit to exit.
  8.     objective: 'Objective: %s'
  9.   spectate:
  10.     join:
  11.       plyMsg: You have started spectating %s.
  12.       plyHelp: Type %s to leave spectator mode.
  13.       minigameMsg: '%s is now spectating %s'
  14.     quit:
  15.       plyMsg: You stopped spectating %s
  16.       minigameMsg: '%s is no longer spectating %s'
  17.   bet:
  18.     plyMsg: You have placed your bet, good luck!
  19.     plyNoBet: You can not bet nothing!
  20.     incorrectAmount: You haven't placed the correct bet amount for this round!
  21.     incorrectAmountInfo: You must bet %s
  22.     incorrectItem: You haven't bet the correct item for this round!
  23.     incorrectItemInfo: You must bet %s %s
  24.     notEnoughMoney: You haven't got enough money!
  25.     notEnoughMoneyInfo: You must have %s
  26.     winMoney: You won %s
  27.   checkpoint:
  28.     revert: You have been reverted to your checkpoint.
  29.     deathRevert: Bad luck! Returning to checkpoint.
  30.   quit:
  31.     consMsg: '%s quit %s'
  32.     plyMsg: '%s has left %s'
  33.     plyBeatenMsg: You have been beaten, bad luck!
  34.     plyOutOfLives: Bad luck! Leaving the Minigame.
  35.   end:
  36.     plyMsg: You've won the %s Minigame! Congratulations!
  37.     broadcastMsg: '%s won %s'
  38.     broadcastScore: 'Score: %s'
  39.     broadcastNobodyWon: Nobody was able to win %s.
  40.     consMsg: '%s completed %s'
  41.     team:
  42.       win: '%s won %s'
  43.       tie: '%s tied against %s in %s'
  44.       tieCount: '%s teams were tied in %s'
  45.       score: 'Score: %s'
  46.   team:
  47.     autobalance:
  48.       plyMsg: You have been auto-balanced to %s
  49.       minigameMsg: '%s has been auto-balanced to %s'
  50.     assign:
  51.       joinTeam: You have joined %s
  52.       joinAnnounce: '%s has joined %s'
  53.     full: Sorry, this team is full!
  54.   ctf:
  55.     capture: '%s captured a flag for %s'
  56.     captureFinal: '%s captured the final flag for %s'
  57.     captureNeutral: '%s captured a flag'
  58.     captureNeutralFinal: '%s captured the final flag'
  59.     returned: '%s returned %s''s flag'
  60.     stoleNeutral: '%s stole the Neutral flag'
  61.     returnFail: You must not be carrying a flag to return your flag!
  62.     dropped: '%s dropped %s''s flag'
  63.     droppedNeutral: '%s dropped the Neutral flag'
  64.   juggernaut:
  65.     plyMsg: You became the Juggernaut!
  66.     gameMsg: '%s became the Juggernaut!'
  67.   kills:
  68.     finalKill: '%s took the final kill from %s'
  69.   loadout:
  70.     nextSpawn: The loadout will be equipped the next time you spawn
  71.     nextSpawnName: The %s loadout will be equipped next time you respawn.
  72.     equipped: You have been equipped with the %s loadout.
  73.     noLoadout: There is no loadout by the name %s!
  74. minigame:
  75.   full: Sorry, this Minigame is full.
  76.   started: The game has already started. Please try again later.
  77.   scoreToWin: 'Score to win: %s'
  78.   livesLeft: 'Lives left: %s'
  79.   timeLeft: '%s left.'
  80.   waitingForPlayers: Waiting for %s more players.
  81.   skipWaitTime: Minigame is full, skipping player wait time.
  82.   lateJoin: You will join in %s seconds...
  83.   lateJoinWait: Please wait %s seconds and try again.
  84.   gameOverQuit: You will automatically be quit in %s seconds...
  85.   error:
  86.     noGametype: That gametype does not exist!
  87.     noStart: This Minigame has no start position!
  88.     noQuit: This Minigame has no quit position!
  89.     noEnd: This Minigame has no end position!
  90.     noLobby: This Minigame has no lobby position!
  91.     incorrectStart: Starting positions are incorrectly configured!
  92.     notEnabled: This Minigame is currently not enabled.
  93.     noMinigame: This Minigame does not exist!
  94.     noMinigameName: There is no Minigame by the name '%s'
  95.     noPermission: 'You do not have permission: %s'
  96.     noTeleport: Failed to teleport. This could be related to world permissions.
  97.     noGamemode: You cannot change gamemode while playing a Minigame!
  98.     noFly: You cannot fly while playing a Minigame!
  99.     noRevert: You cannot revert while playing %s
  100.     noCommand: You cannot use that command while playing a Minigame!
  101.     noInfection: Infection must be run on a teams Minigame with a red and blue team!
  102.     noVault: This server does not have Vault! Money cannot be used!
  103.     regenerating: This Minigame is currently being reset, please wait...
  104.     invalidMechanic: This Minigame Type cannot use the selected Mechanic!
  105.     mechanicStartFail: The Game Mechanic has failed to initiate!
  106.     noSpectatePos: There has been no spectator position assigned to this Minigame!
  107.   flag:
  108.     returnedTeam: '%s flag has been returned home.'
  109.     returnedNeutral: The Neutral flag has been returned home.
  110.   timer:
  111.     expired: Game over! The timer has expired.
  112.   info:
  113.     description: '------------------Minigame Info------------------'
  114.     status:
  115.       title: 'Status:'
  116.       empty: Empty
  117.       waitingForPlayers: Waiting for Players
  118.       started: Started
  119.     lateJoin:
  120.       msg: 'Late Join:'
  121.       enabled: enabled
  122.       disabled: disabled
  123.     score: 'Score:'
  124.     playerCount: 'Player Count:'
  125.     players:
  126.       msg: 'Players:'
  127.       none: None
  128.   treasurehunt:
  129.     consSpawn: '%s treasure chest spawned at: %s'
  130.     plySpawn: A treasure chest has appeared within %sm of %s!
  131.     plyDespawn: Times up! The %s treasure was not found and has been removed from the world.
  132.     plyDespawnCoords: 'Coordinates: X:%s, Y:%s, Z:%s'
  133.     plyFound: '%s found the %s treasure!'
  134.     plyRemoved: The %s treasure has been removed from the world.
  135.     hint1:
  136.       north: North
  137.       east: East
  138.       south: South
  139.       west: West
  140.       hint: The %s treasure lies to the %s of %s.
  141.     hint2: The %s treasure rests upon %s.
  142.     hint3:
  143.       above: above
  144.       below: below
  145.       hint: The %s treasure is %sm %s sea level.
  146.     hint4: The %s treasure resides in the %s biome.
  147.     playerSpecificHint:
  148.       distance1: Oh my, you're so close! I can smell its riches!
  149.       distance2: You're so close that you could probably see it!
  150.       distance3: You are really close now!
  151.       distance4: You are close, but no cigar!
  152.       distance5: You are still a fair way off
  153.       distance6: You are not even close to finding the treasure!
  154.       timeLeft: 'Time Left: %s minutes'
  155.       noUse: You currently cannot get a hint for the %s treasure hunt!
  156.       nextUse: 'Next Use: %s'
  157.       treasureTimeLeft: 'Treasure Time Left: %s'
  158.       globalHints: 'Global Hints:'
  159.       noHint: Sorry, there are no public hints to be displayed right now
  160.       wrongWorld:
  161.         overworld: Overworld
  162.         msg: You must be in the %s to get a hint for the %s treasure hunt!
  163.   update:
  164.     msg: 'A new %s of Minigames, version %s for %s and above, is available for download.
  165.       To update, go to:'
  166. sign:
  167.   emptyHand: Your hand must be empty to use this sign.
  168.   emptyInv: Your inventory must be empty to use this sign.
  169.   onGround: You must be standing on the ground to use this sign.
  170.   bet:
  171.     createPermission: You do not have permission to create a Minigame bet sign!
  172.     usePermission: You do not have permission to use a Minigame bet sign!
  173.     noBet: You cannot bet nothing!
  174.   checkpoint:
  175.     createPermission: You do not have permission to create a Minigame checkpoint sign!
  176.     usePermission: You do not have permission to use a Minigame checkpoint sign!
  177.     set: Checkpoint set!
  178.     fail: You cannot set a checkpoint here!
  179.   finish:
  180.     createPermission: You do not have permission to create a Minigame Finish sign!
  181.     requireFlags: 'You still require the following flags:'
  182.   flag:
  183.     createPermission: You do not have permission to create a Minigame flag sign!
  184.     invalidSyntax: 'Invalid sign syntax! Acceptable arguments for capture signs are:'
  185.     taken: '%s flag taken!'
  186.   join:
  187.     createPermission: You do not have permission to create a Minigame join sign!
  188.     usePermission: You do not have permission to use a Minigame join sign!
  189.     invalidMoney: Invalid money amount!
  190.     notEnoughMoney: You don't have enough money to join this Minigame.
  191.   loadout:
  192.     createPermission: You do not have permission to create a Minigames loadout sign!
  193.     usePermission: You do not have permission to use a Minigames loadout sign!
  194.     equipped: You have been equipped with the %s loadout.
  195.     nextRespawn: This loadout will be equipped the next time you respawn.
  196.     noPermission: You don't have permission to use the %s loadout.
  197.     noLoadout: This loadout does not exist!
  198.   quit:
  199.     createPermission: You do not have permission to create a Minigames quit sign.
  200.   reward:
  201.     createPermission: You do not have permission to create a Minigames reward sign!
  202.     usePermission: You do not have permission to use a Minigames reward sign!
  203.     noName: You need to define a name for the reward on line 3!
  204.     preRewarded: Added %s %s to your Minigame completion rewards.
  205.   spectate:
  206.     createPermission: You do not have permission to create a Minigame specate sign!
  207.     usePermission: You do not have permission to use a Minigame spectate sign!
  208.   team:
  209.     createPermission: You do not have permission to create a Minigame team sign!
  210.     usePermission: You do not have permission to use a Minigame team sign!
  211.     invalidFormat: Line 3 must be %s!
  212.     noUnbalance: You cannot unbalance the teams!
  213.     autoAssign: You will be automatically assigned a team
  214.     autoAssignAnnounce: '%s will automatically be assigned a team'
  215.   teleport:
  216.     createPermission: You do not have permission to create a Minigame teleport sign!
  217.     usePermission: You do not have permission to use a Minigames teleport sign!
  218.     invalid: Invalid teleport sign!
  219.   score:
  220.     createPermission: You don't have permission to create a Minigame score sign!
  221.     usePermission: You don't have permission to use a Minigame score sign!
  222.     alreadyUsed: You have already used this score sign!
  223.     alreadyUsedTeam: Your team has already used this score sign!
  224.     addScore: 'Added %s to your score. New Score: %s'
  225.     addScoreTeam: 'Added %s to your teams score. New Score: %s'
  226. reward:
  227.   money: You have been awarded with %s
  228.   item: You have been awarded with %s %s
  229. time:
  230.   weeks: '%s weeks'
  231.   days: '%s days'
  232.   hours: '%s hours'
  233.   minutes: '%s minutes'
  234.   seconds: '%s seconds'
  235.   and: and
  236.   startup:
  237.     time: '%s sekund.'
  238.     waitingForPlayers: 'Waiting for players:'
  239.     minigameStarts: 'Minigame starts in:'
  240.     timerPaused: Start timer paused.
  241.     timerPausedReason: 'Start timer paused: %s'
  242.     timerResumed: Start timer resumed.
  243.     go: Go!
  244. command:
  245.   join:
  246.     description: 'Forces you to join a Minigame. Warning: This bypasses betting.'
  247.     noPermission: You do not have permission to use the command to join a Minigame.
  248.     joining: Joining %s
  249.     alreadyPlaying: You are already playing a minigame! Quit this one before joining another.
  250.     noMinigamePermission: You require the permission %s to join this Minigame.
  251.   quit:
  252.     description: Quits the player that issues the command or if a player name is inserted, the named player.
  253.     noPermission: You do not have permission to use this command to quit a Minigame!
  254.     notPlaying: You are not playing a Minigame!
  255.     quitAll: You have quit all players playing Minigames
  256.     quitAllMinigame: You have quit all players from %s
  257.     invalidPlayer: No player found by the name '%s'
  258.     quitOther: You forced %s to quit the Minigame
  259.     noPermissionOther: You don't have permission to quit another player!
  260.   revert:
  261.     description: Reverts the player that issues the command to their last checkpoint or to the start position if none is set.
  262.     noPermission: You do not have permission to revert to your checkpoint!
  263.     noGlobal: You currently don't have any global checkpoints!
  264.   help:
  265.     description: The general help command.
  266.     noPermission: You do not have permission to use the help command!
  267.     info:
  268.       header: 'List of Minigame Commands:'
  269.       mgm: 'The base command for all of Minigames (alias: /mgm)'
  270.       join: Joins a Minigame
  271.       quit: Quits the Minigame you're currently playing
  272.       quitOther: Optionally, adding a players name at the end will quit that player, adding 'ALL' will quit all players
  273.       revert: 'Reverts to your last checkpoint in a Minigame (alias: /mgm r)'
  274.       end: Force end you or another players Minigame.
  275.       delete: Deletes a Minigame permanently
  276.       hint: Gives you a hint for a treasure hunt minigame
  277.       timer: Toggles a Minigames countdown timer (Pauses and Unpauses)
  278.       list: Gives you a list of all Minigames
  279.       reload: Reloads all Minigame files. NOT RECOMMENDED! Please use a complete server reload instead!
  280.       set: Modifies a Minigame, type "/minigame set" to view a list of parameters
  281.   loadout:
  282.     description: |-
  283.       Opens the loadout selection menu, loadouts will only equip on respawn or when the game starts.
  284.        Alternatively, if the name of the loadout is known, it can be selected directly by its name.
  285.     noPermission: You do not have permission to use the loadout command!
  286.     noMinigame: You must be in a Minigame to use this command!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement