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

60 lines
1.7 KiB
Python
Raw Permalink 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
2016-12-19 18:56:37 +00:00
dota_new_match = "{player} ha **{result}** a _Dota 2_ con {k}/{d}/{a}, giocando **{hero}**!"
2017-02-07 21:24:49 +00:00
# Osu: modes
osu_modes = ["osu!",
"osu!taiko",
"osu!catch",
"osu!mania"]
# Osu: moar pp
osu_pp_change = "{player} è salito a **{pp}pp** (+{change}) su _{mode}_ !"
2016-12-19 18:56:37 +00:00
# Win: past participle
won = "vinto"
# Lose: past participle
lost = "perso"