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 @@
|
||||
"pl" "Inny administrator aktualnie używa menu głosowań na mapę."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"pl" "Proszę wybrać mapę"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"pl" "Rozpocznij głosowanie"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"pl" "Dany gracz łączy się jeszcze z serwerem."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"pl" "Odtworzono dźwięk u gracza '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"pl" "Uderzono gracza '{1}'"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"pl" "Zgładzono gracza '{1}'"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"pl" "Wykopano gracza '{1}'"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"pl" "Nie możesz brać udziału w tym głosowaniu."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"pl" "Następna mapa: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"pl" "Historia map"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"pl" "Zmień nick gracza"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"pl" "Nick gracza {1} zostanie zmieniony w następnej rundzie."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"pl" "Minimalna wymagana liczba graczy nie została osiągnięta."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"pl" "Mapa '{1}' znajduję się już na liście Rock the Vote."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"pl" "Mapa '{1}' została dodana na listę Rock the Vote."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"pl" "{1} chce Rock the Vote. (Głosy: {2}, wymagane: {3})"
|
||||
@@ -55,16 +45,6 @@
|
||||
"pl" "Zachowaj Aktualną Mapę"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"pl" "Ta mapa została już przez ciebie nominowana."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"pl" "Maksymalna dozwolona liczba nominacji została osiągnięta."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"pl" "{1} wybiera {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"pl" "Zmiana mapy na {1}! Głos ludu przemówił!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"pl" "Wybrana przez ciebie mapa została już nominowana."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"pl" "{1} nominuje {2} do Rock the Vote."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"pl" "Wytypowana Mapa:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Slap player"
|
||||
{
|
||||
"pl" "Uderz gracza"
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"pl" "Siła uderzenia"
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"pl" "Zgładź gracza"
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"pl" "Uderzono {1}."
|
||||
}
|
||||
|
||||
"Slayed target"
|
||||
{
|
||||
"pl" "Zgładzono {1}."
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user