# How to use this file: # Add a translation to the messages you wish to change, like this: # - message: That player is not online. # translation: Ce joueur n'est pas en ligne. # To be clear: DO NOT change 'message'. Simply add a new, indented 'translation' line below it, with the changed message. # Colors can also be used, by means of prefixing color codes with an '&' symbol. # The order of placeholders can be changed. Anything after the :, like the '02d' in {1:02d} is a Java String.format specifier. If you don't know what that is, I recommend leaving it as-is. # IMPORTANT: If your translation has a colon ( : ) character inside of it, you must enclose the entire part after "translation: " in single quotes ( ' ). # If this file doesn't work for some reason, check your console for errors with "SnakeYAML" included in them. #################################################################################################### ########## READ ABOVE IF YOU INTEND TO EDIT THIS FILE, BEFORE ASKING FOR HELP! ##################### #################################################################################################### messages: - message: "You don't have permission to check the balance of {1}." - message: "That player is not online." - message: "You cannot pay yourself." - message: "Usage: {1}" - message: "Your balance is {1}." - message: "Balance for {1} is {2}." - message: "Top {1} players on page {2}:" - message: "That player does not exist." - message: "{1} is not a positive number." - message: "Added {1} to {2}. Their balance is now {3}." - message: "Took {1} from {2}. Their balance is now {3}." - message: "Balance for {1} set to {2}." - message: "{1} has given you {2}. Your balance is now {3}." - message: "{1} has taken {2} from you. Your balance is now {3}." - message: "{1} has set your balance to {2}." - message: "You do not have enough money to transfer {1} to {2}." - message: "You have transferred {1} to {2}." - message: "You have received {1} from {2}." - message: "Reloading database..." - message: "Database reloaded." - message: "You've been issued a starting balance of {1}!" - message: "{1} is not a valid number." - message: "There aren't enough players to display that page." - message: "[{1:02d}] {2} - {3}" - message: "Too few arguments for that command!" - message: "Usage: {1}" - message: "/pay " - message: "/ [player]" - message: "/" - message: "/ " - message: "/ [player] " - message: "/ reload-database"