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

45 lines
1.4 KiB
Python
Raw Normal View History

2016-08-12 19:08:36 +00:00
# Overwatch: Level up!
# {player} = player
# {level} = new level
2016-08-12 20:53:12 +00:00
overwatch_level_up = "{player} è salito al livello **{level}** su _Overwatch_!"
2016-11-02 13:45:41 +00:00
# Overwatch: Rank change!
overwatch_rank_change = "{player} è ora **{medal} {rank}** ({change}) su _Overwatch_!"
2016-11-02 13:45:41 +00:00
# Overwatch: Medal list
2016-11-02 13:49:46 +00:00
overwatch_medal_list = ["Nulla",
"Bronzo",
2016-11-02 13:45:41 +00:00
"Argento",
"Oro",
"Platino",
"Diamante",
"Master",
"Grandmaster"]
2016-08-12 20:53:12 +00:00
# League of Legends: Rank up!
2016-08-19 12:03:25 +00:00
league_rank_up = "{player} è passato da {oldtier} {olddivision} a **{tier} {division}** su _League of Legends_!"
2016-08-12 20:53:12 +00:00
# League of Legends: Tier list
league_tier_list = ["Bronzo",
"Argento",
"Oro",
"Platino",
"Diamante",
"Master",
"Challenger"]
2016-08-13 18:03:47 +00:00
2016-10-01 22:38:50 +00:00
# League of Legends: Roman tier list
league_roman_list = ["I",
"II",
"III",
"IV",
"V"]
2016-08-13 18:03:47 +00:00
# League of Legends: Level up!
league_level_up = "{player} è salito al livello **{level}** su _League of Legends_!"
2016-08-16 20:16:22 +00:00
# Brawlhalla: new MMR
2016-11-08 18:37:39 +00:00
brawlhalla_new_mmr = "{player} è passato da {oldmmr} MMR a **{mmr}** MMR su _Brawlhalla_!"
# Dota: new match
dota_new_match = "{player} ha finito una partita a _Dota 2_ con {k}/{d}/{a}!"