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:
@@ -80,11 +80,6 @@
|
||||
"de" "Ein anderer Admin benutzt derzeit das Map-Abstimmungs-Menü."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"de" "Bitte wähle eine Map "
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"de" "Starte die Abstimmung"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"de" "Der ausgewählte Spieler ist noch nicht im Spiel. "
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"de" " Ton wurde bei Spieler '{1}' abgespielt. "
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"de" "'{1}' wurde geschlagen"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"de" "'{1}' wurde erschlagen"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"de" "'{1}' wurde gekickt "
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"de" "Du kannst an dieser Abstimmung nicht teilnehmen."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"de" "Nächste Karte: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"de" "Zuletzt gespielte Karten"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"de" "Spieler umbenennen"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"de" "{1} wird nächste Runde umbenannt."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,4 +125,9 @@
|
||||
"de" "{1} wurde gekickt (Grund: {2})"
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"de" "Bitte wähle eine Map "
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"de" "Die minimale Anzahl benötigter Spieler wurde nicht erreicht."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"de" "Karte '{1}' ist bereits in der Liste für Rock the Vote."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"de" "Karte '{1}' wurde zu 'Rock the Vote' hinzugefügt."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"de" "{1} will eine 'Rock the Vote' Abstimmung. ({2} Stimmen, {3} benötigt) "
|
||||
@@ -55,16 +45,6 @@
|
||||
"de" "Aktuelle Karte beibehalten"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"de" "Du hast bereits eine Karte nominiert."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"de" "Die maximale Anzahl der Nominierungen wurde errreicht."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"de" "{1} hat {2} gewählt"
|
||||
@@ -85,19 +65,4 @@
|
||||
"de" "Karte wechselt zu {1}! Rock the Vote hat entschieden!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"de" "Die augewählte Karte wurde bereits nominiert. "
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"de" "{1} hat Karte '{2}' für 'Rock the Vote' nominiert. "
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"de" "Karte vorschlagen:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Slayed target"
|
||||
{
|
||||
"de" "{1} erschlagen."
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"de" "Spieler erschlagen"
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"de" "{1} geohrfeigt."
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"de" "Schaden beim Ohrfeigen"
|
||||
}
|
||||
|
||||
"Slap player"
|
||||
{
|
||||
"de" "Spieler ohrfeigen"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user