Advertisement
Johnanater

[OpenMod] IceVote Translations - 2.0.0

Jul 5th, 2021
1,176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.94 KB | None | 0 0
  1. # IceVote Translations
  2. # By Johnanater
  3.  
  4. #
  5. # Commands
  6. #
  7.  
  8. # List voting sites
  9. list_sites: "Voting sites: {Sites}"
  10.  
  11. # /votes
  12. player_has_x_votes: "{PlayerName} has {Votes} votes!"
  13.  
  14. # Handling has voted
  15. # /reward
  16. you_have_not_voted: "You have not voted on {SiteName} today!"
  17. you_already_voted: "You have already voted on {SiteName} today!"
  18. error_checking_vote: "There has been an error checking for your vote on {SiteName}!"
  19.  
  20. # Ranks
  21. rank_given: "You have been given rank {RankName}!"
  22. rank_removed: "Your rank {Rank} has been removed! Go vote some more!"
  23.  
  24. # Reminders
  25. remind_on_join: "Remember to vote for us using /vote!"
  26. url_description: "Remember to use /reward {SiteName} after voting!"
  27. reward_chat_reminder: "Remember to use /reward {SiteName} after voting!"
  28.  
  29. # Voting message stuff
  30. voting: "Voting"
  31. you: "You"
  32.  
  33. # Errors
  34. errors:
  35.   player_not_online: "That player is not online!"
  36.   not_a_site: "That is not a valid voting site!"
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement