1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/strings.py

22 lines
771 B
Python

# Overwatch: Level up!
# {player} = player
# {level} = new level
overwatch_level_up = "{player} è salito al livello **{level}** su _Overwatch_!"
# League of Legends: Rank up!
league_rank_up = "{player} è passato da {oldtier} {olddivision} a **{tier} {division}** su _League of Legends_!"
# League of Legends: Tier list
league_tier_list = ["Bronzo",
"Argento",
"Oro",
"Platino",
"Diamante",
"Master",
"Challenger"]
# League of Legends: Level up!
league_level_up = "{player} è salito al livello **{level}** su _League of Legends_!"
# Brawlhalla: new MMR
brawlhalla_new_mmr = "{player} è passato da {oldmmr} MMR a **{mmr}** MMR su _Brawlhalla_!"