SaneEconomy/SaneEconomyCore/src/main/resources/messages.yml

31 lines
1.6 KiB
YAML
Raw Normal View History

# How to use this file:
# Add a translation to the messages you wish to change, like this:
# - message: That player is not online.
2016-10-02 15:47:23 +02:00
# translation: Ce joueur n'est pas en ligne.
2016-12-06 14:13:27 +01:00
# Colors can also be used, by means of prefixing color codes with an '&' symbol.
2016-12-16 02:15:18 +01:00
# 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.
2017-01-18 10:14:18 +01:00
# 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:
2016-12-16 02:15:18 +01:00
- message: You don't have permission to check the balance of {1}.
- message: That player is not online.
- message: You cannot pay yourself.
2016-12-16 02:15:18 +01:00
- message: "Usage: {1}"
- message: That player does not exist.
2016-12-16 02:15:18 +01:00
- message: Balance for {1} is {2}.
- message: "Top {1} players on page {2}:"
- message: That player does not exist.
2016-12-16 02:15:18 +01:00
- 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.
2016-12-16 02:15:18 +01:00
- 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}"