new version of rtv based on average hours, original is still backup file on OVH

This commit is contained in:
jenz
2023-09-12 16:10:32 +02:00
parent a473f3d6ec
commit c09968a69d
2 changed files with 489 additions and 11 deletions
@@ -20,11 +20,11 @@
"en" "RTV has already ended, you cannot start it again or nominate maps."
}
"Already Voted"
{
"#format" "{1:d},{2:d}"
"en" "You have already voted to Rock the Vote. ({1} votes, {2} required)"
}
"Already Voted"
{
"#format" "{1:d},{2:d},{3:.1f}"
"en" "You have already voted to Rock the Vote. ({1} total hour votes, {2} required). ({3} RTV boost)"
}
"Wait Before Revoting"
{
@@ -42,11 +42,11 @@
"en" "The minimal number of players required has not been met."
}
"RTV Requested"
{
"#format" "{1:s},{2:d},{3:d}"
"en" "{1} wants to rock the vote. ({2} votes, {3} required)"
}
"RTV Requested"
{
"#format" "{1:s},{2:d},{3:d},{4:.1f}"
"en" "{1} wants to rock the vote. ({2} total hour votes, {3} required). ({4} RTV boost)"
}
"RTV Undone"
{
@@ -85,4 +85,4 @@
"#format" "{1:s}"
"en" "Changing map to {1}! Rock the Vote has spoken!"
}
}
}