changing map chooser again to use numbers of votes instead of percentages

This commit is contained in:
2025-02-23 13:15:52 +01:00
parent dcbfe513d5
commit 239d53c57b
5 changed files with 94 additions and 228 deletions
@@ -2,14 +2,14 @@
{
"Vote Nextmap"
{
"#format" "{1:.1f},{2:i}"
"en" "Vote for the next map! ({1} Mapvote Boost) ({2}%%)"
"#format" "{1:i}"
"en" "Vote for the next map! ({1} Mapvote Boost)"
}
"Vote Extend"
{
"#format" "{1:.1f},{2:i}"
"en" "Vote for the map extend! ({1} Mapvote Boost) ({2}%%)"
"#format" "{1:i}"
"en" "Vote for the map extend! ({1} Mapvote Boost)"
}
"Nextmap Voting Started"
@@ -19,14 +19,14 @@
"Nextmap Voting Finished"
{
"#format" "{1:s},{2:i}"
"en" "Map voting has finished. The next map will be {1}. (Received {2}%% of votes)"
"#format" "{1:s},{2:i},{3:i}"
"en" "Map voting has finished. The next map will be {1}. (Received {2}/{3} of votes)"
}
"Extend Voting Failed"
{
"#format" "{1:i}"
"en" "Extend voting finished. The map was not extended. (Received {1}%% of votes)"
"#format" "{1:i},{2:i}"
"en" "Extend voting finished. The map was not extended. (Received {1}/{2} of votes)"
}
"Current Map Extended"
@@ -47,8 +47,8 @@
"Current Map Stays"
{
"#format" "{1:i}"
"en" "Current map continues! The Vote has spoken! (Received {1}%% of votes)"
"#format" "{1:i},{2:i}"
"en" "Current map continues! The Vote has spoken! (Received {1}/{2} of votes)"
}
"Changed Next Map"