added showing percentage worth to both mapvote menu and to rtv messages

This commit is contained in:
jenz
2023-09-29 20:14:21 +02:00
parent 85504bef9b
commit 20ddc26c76
4 changed files with 26 additions and 13 deletions
@@ -2,8 +2,8 @@
{
"Vote Nextmap"
{
"#format" "{1:.1f}"
"en" "Vote for the next map! ({1} Mapvote Boost)"
"#format" "{1:.1f},{2:i}"
"en" "Vote for the next map! ({1} Mapvote Boost) ({2}%%)"
}
"Nextmap Voting Started"
@@ -20,10 +20,10 @@
"en" "RTV has already ended, you cannot start it again or nominate maps."
}
"Already Voted"
"Already Voted"
{
"#format" "{1:d},{2:s},{3:.1f}"
"en" "You have already voted to Rock the Vote. ({1}{2} RTV reached. ({3} RTV boost)"
"#format" "{1:d},{2:.1f},{3:i}"
"en" "You have already voted to Rock the Vote. ({1}%% RTV reached. ({2} RTV boost) ({3}%%)"
}
"Wait Before Revoting"
@@ -44,8 +44,8 @@
"RTV Requested"
{
"#format" "{1:s},{2:d},{3:s},{4:.1f}"
"en" "{1} wants to rock the vote. ({2}{3} RTV reached) ({4} RTV boost)"
"#format" "{1:s},{2:d},{3:.1f},{4:d}"
"en" "{1} wants to rock the vote. ({2}%% RTV reached) ({3} RTV boost) ({4}%%)"
}
"RTV Undone"