mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
19 lines
641 B
Python
19 lines
641 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} è salito alla divisione **{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_!"
|