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

42 lines
No EOL
1.3 KiB
Python

# Overwatch: Level up!
# {player} = player
# {level} = new level
overwatch_level_up = "{player} è salito al livello **{level}** su _Overwatch_!"
# Overwatch: Rank change!
overwatch_rank_change = "{player} è ora **{medal} {rank}** ({change}) su _Overwatch_!"
# Overwatch: Medal list
overwatch_medal_list = ["Nulla",
"Bronzo",
"Argento",
"Oro",
"Platino",
"Diamante",
"Master",
"Grandmaster"]
# 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: Roman tier list
league_roman_list = ["I",
"II",
"III",
"IV",
"V"]
# 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_!"