Cleanup the translation files (#1962)

* Remove obsolete slapslay.phrases.txt

That plugin isn't in the stock arsenal since forever.

* Remove "Dead Player Rename" phrase

Unused since #313

* Remove nominations phrases from rockthevote

Those phrases were moved to their own nominations.phrases.txt

* Remove "Next Map" phrase from nextmap.phrases.txt

It was moved to basetriggers.phrases.txt

* Remove unused phrases from common.phrases.txt

Only "Slapped Player" was moved to funvotes.phrases.txt

* Delete empty phrase files

* Fix workflow python version selection

3.10 would select Python 3.1 and fail

* Deduplicate "Please select a map" phrase

Only keep it in the plugin.basecommands.txt file and remove it from the basevotes.phrases.txt.

Both plugins using the phrase load the basecommands phrases.

* Allow manual triggering of translations action

* Actually use the nextmap phrases

They were never referenced in the plugin. The "ago" phrase doesn't work the way it is and needs more rethinking.
This commit is contained in:
peace-maker
2023-03-30 01:13:40 +02:00
committed by GitHub
parent 48150e0c7a
commit 008fbf78a5
234 changed files with 86 additions and 2649 deletions
-5
View File
@@ -80,11 +80,6 @@
"nl" "Een andere admin is bezig met het map vote menu."
}
"Please select a map"
{
"nl" "Selecteer aub een map"
}
"Start the Vote"
{
"nl" "Start de Stemming"
-20
View File
@@ -210,26 +210,6 @@
"nl" "De opgegeven speler is nog niet helemaal in het spel aanwezig."
}
"Played Sound"
{
"nl" "Geluid afgespeeld voor speler '{1}'"
}
"Slapped player"
{
"nl" "Speler '{1}' geslagen"
}
"Slayed player"
{
"nl" "Speler '{1}' geslayed"
}
"Kicked player"
{
"nl" "Speler '{1}' verwijderd"
}
"Cannot participate in vote"
{
"nl" "Je kunt niet meedoen in deze vote."
-5
View File
@@ -1,10 +1,5 @@
"Phrases"
{
"Next Map"
{
"nl" "Volgende Map: {1}"
}
"Map History"
{
"nl" "Map Historie"
@@ -40,9 +40,4 @@
"nl" "Hernoem speler"
}
"Dead Player Rename"
{
"nl" "{1} krijgt een nieuwe naam de volgende ronde."
}
}
-35
View File
@@ -30,16 +30,6 @@
"nl" "Het minimum aantal spelers is nog niet bereikt."
}
"Map Already In Vote"
{
"nl" "Map '{1}' staat al in de Rock the Vote lijst."
}
"Map Inserted"
{
"nl" "Map '{1}' toegevoegd aan Rock the Vote."
}
"RTV Requested"
{
"nl" "{1} wil een rock the vote starten, ({2} stemmen, {3} nodig) "
@@ -55,16 +45,6 @@
"nl" "Behoud de huidige Map"
}
"Already Nominated"
{
"nl" "Je hebt al een map benoemd."
}
"Max Nominations"
{
"nl" "Maximale nominaties bereikt."
}
"Selected Map"
{
"nl" "{1} heeft {2} geselecteerd"
@@ -85,19 +65,4 @@
"nl" "Map wordt veranderd naar {1}! Rock The Vote heeft gesproken!"
}
"Map Already Nominated"
{
"nl" "De map die je hebt gekozen is al benoemd."
}
"Map Nominated"
{
"nl" "{1} heeft {2} benoemd voor Rock the Vote."
}
"Nominate Title"
{
"nl" "Map Nominatie:"
}
}