# 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. # 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. # INPORTANT: If your translation has a colon ( : ) character inside of it, you must enclose the entire part after "message: " in single quotes ( ' ). # If this file doesn't work for some reason, check your console for errors with "SnakeYAML" included in them. 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: That player does not exist. - 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: 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}"