Advertisement
strikero

language

Jun 17th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. #
  2. # lang_en.yml for MoreFish
  3. # by elsiff
  4. #
  5.  
  6. version: 211
  7.  
  8. # %player% - The name of fisher
  9. # %length% - The length of fish
  10. # %rarity% - The rarity of fish (upper case)
  11. # %rarity_color% - The color of rarity
  12. # %fish% - The name of fish
  13. # %fish_with_rarity% - The text whose format is "[Rarity] [Fish Name]" (with color)
  14. catch-fish: "&b&lEvent &d➦&e &b%player%&e caught %rarity_color%%length%cm &l%fish_with_rarity%"
  15. get-1st: "&b&lEvent &d➦&e &b%player%&e is now the new 1st!"
  16. no-fishing-allowed: "&b&lEvent &d➦&e You can't fish unless the contest is ongoing."
  17.  
  18. # %time% - The left time of contest (e.g. 1m 23s)
  19. contest-start: "&b&lEvent &d➦&e The fishing contest has started!"
  20. contest-start-timer: "&b&lEvent &d➦&e This contest will end in %time%."
  21. contest-stop: "&b&lEvent &d➦&e The fishing contest has ended!"
  22. timer-boss-bar: "&b&lFishing Contest &e[%time% left]"
  23. time-format-minutes: "m"
  24. time-format-seconds: "s"
  25.  
  26. # %ordinal% - The ordinal of player's rank (e.g. 1st, 2nd, 3rd, 4th)
  27. # %number% - The numeric rank of player
  28. # %player% - The name of fisher
  29. # %length% - The length of fish
  30. # %fish% - The name of fish
  31. top-list: "&b&lEvent &d➦&e &b%ordinal%. &7: %player%, %length%cm %fish%"
  32. top-no-record: "&b&lEvent &d➦&e Nobody made any record yet."
  33. top-mine: "&b&lEvent &d➦&e You're %ordinal%: %length%cm %fish%"
  34. top-mine-no-record: "&b&lEvent &d➦&e You didn't get any record."
  35.  
  36. # %amount% - The amount of given money
  37. # %ordinal% - The ordinal of player's rank (e.g. 1st, 2nd, 3rd, 4th)
  38. # %number% - The numeric rank of player
  39. # %player% - The name of fisher
  40. reward: "&b&lEvent &d➦&e You've got &b%item%&e as the %ordinal% reward of contest!"
  41. reward-cash-prize: "&b&lEvent &d➦&e You've got &b%amount%&e as the %ordinal% reward of contest!"
  42.  
  43. no-permission: "&b&lEvent &d➦&e You don't have the permission."
  44. already-ongoing: "&b&lEvent &d➦&e The contest is already ongoing."
  45. already-stopped: "&b&lEvent &d➦&e The contest is already stopped."
  46. not-number: "&b&lEvent &d➦&e '%s' is invalid number."
  47. not-positive: "&b&lEvent &d➦&e Only positive number is available."
  48. not-ongoing: "&b&lEvent &d➦&e The contest isn't ongoing now."
  49. clear-records: "&b&lEvent &d➦&e The records has been cleared successfully."
  50. reload-config: "&b&lEvent &d➦&e Reloaded the config successfully."
  51. failed-to-reload: "&b&lEvent &d➦&e Failed to reload: Please check your console."
  52. in-game-command: "&b&lEvent &d➦&e This is an in-game command."
  53. shop-disabled: "&b&lEvent &d➦&e Fish Shop is disabled now."
  54. player-not-found: "&b&lEvent &d➦&e There's no player named '%s'."
  55. forced-player-to-shop: "&b&lEvent &d➦&e Forced %s to open Shop GUI."
  56. invalid-command: "&b&lEvent &d➦&e That's an invalid command."
  57.  
  58. rewards-gui-title: "Set the rewards of contest"
  59. rewards-guide-icon-name: "&bPut your items to the slots!"
  60. rewards-guide-icon-lore:
  61. - "&7The first slot means"
  62. - "&7the reward of 1st,"
  63. - "&7and the second one means"
  64. - "&7the reward of 2nd."
  65. - "&78th slot is for consolation."
  66. - "&7Empty slots mean no reward."
  67. rewards-sign-icon-name: "&bCash Prizes"
  68. rewards-sign-icon-lore:
  69. - "&7The second row is for"
  70. - "&7cash prizes."
  71. - "&7Click the emeralds"
  72. - "&7to edit the values."
  73. rewards-consolation: "consolation"
  74. rewards-emerald-icon-name: "&aPrize for %ordinal%: $&2%amount%"
  75. rewards-emerald-icon-lore:
  76. - "&7Click to edit it"
  77. enter-cash-prize:
  78. - "&b&lEvent &d➦&e Enter the value with your chat."
  79. - "&b&lEvent &d➦&e Or type 'cancel' to stop editing."
  80. entered-cancel: "&b&lEvent &d➦&e Stopped editing mode."
  81. entered-not-number: "&b&lEvent &d➦&e '%s' is not valid number. Please enter number again."
  82. entered-not-positive: "&b&lEvent &d➦&e The number can't be negative. Please enter correct number."
  83. entered-successfully: "&b&lEvent &d➦&e The value have been entered."
  84. saved-changes: "&b&lEvent &d➦&e The changes have been saved."
  85.  
  86. # %price% - The price of fish
  87. shop-gui-title: "Put your fish to sell"
  88. shop-emerald-icon-name: "&aSell for $%price%"
  89. shop-sold: "&b&lEvent &d➦&e You sold fish for &a$%price%&e."
  90. shop-no-fish: "&b&lEvent &d➦&e There's no fish to sell. Please put them on the slots."
  91. created-sign-shop: "&b&lEvent &d➦&e You've created the Fish Shop!"
  92.  
  93. old-file: "&c&lEvent &d➦ Your %s is too old! Please make it up-to-date."
  94. new-version:
  95. - "&b&lEvent &d➦&e New version found: %s"
  96. - "&b&lEvent &d➦&e https://www.spigotmc.org/resources/morefish.22926/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement