sourcemod/translations/de/rockthevote.phrases.txt
peace-maker 008fbf78a5
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.
2023-03-30 01:13:40 +02:00

69 lines
1.2 KiB
Plaintext

"Phrases"
{
"Rock The Vote"
{
"de" "Rock The Vote:"
}
"RTV Not Allowed"
{
"de" "'Rock The Vote' ist zur Zeit nicht erlaubt."
}
"RTV Started"
{
"de" "'Rock the' Vote ist bereits gestartet. "
}
"RTV Ended"
{
"de" "'Rock The Vote' wurde bereits beendet. Erneutes Starten oder Karten-Nominieren ist nicht möglich."
}
"Already Voted"
{
"de" "Du hast bereits für Rock the Vote gestimmt. ({1} Stimmen, {2} benötigt) "
}
"Minimal Players Not Met"
{
"de" "Die minimale Anzahl benötigter Spieler wurde nicht erreicht."
}
"RTV Requested"
{
"de" "{1} will eine 'Rock the Vote' Abstimmung. ({2} Stimmen, {3} benötigt) "
}
"RTV Vote Ready"
{
"de" "Rocking the Vote! "
}
"Don't Change"
{
"de" "Aktuelle Karte beibehalten"
}
"Selected Map"
{
"de" "{1} hat {2} gewählt"
}
"No Votes"
{
"de" "Niemand hat für 'Rock The Vote' gestimmt und die aktuelle Karte wird beibehalten."
}
"Current Map Stays"
{
"de" "Aktuelle Karte wird beibehalten! Rock the Vote hat entschieden! "
}
"Changing Maps"
{
"de" "Karte wechselt zu {1}! Rock the Vote hat entschieden!"
}
}