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 @@
|
||||
"lt" "Šiuo metu kitas administratorius naudoja balsavimo už žemėlapį meniu."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"lt" "Pasirinkti žemėlapį"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"lt" "Pradėti balsavimą"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"lt" "Nurodytas žaidėjas dar nėra pilnai prisijungęs į žaidimą."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"lt" "Paleistas garsas žaidėjui '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"lt" "Stuktelėjo žaidėją '{1}'"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"lt" "Patiesė žaidėją '{1}'"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"lt" "Pašalintas žaidėjas '{1}'"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"lt" "Jūs negalite dalyvauti šiame balsavime."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"lt" "Sekantis žemėlapis: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"lt" "Žemėlapių Istorija"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"lt" "Pakeisti žaidėjo pseudonimą"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"lt" "{1} bus pakeistas pseudonimas sekantį raundą."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,4 +125,9 @@
|
||||
"lt" "Išspirtas {1} (Priežastis: {2})"
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"lt" "Pasirinkti žemėlapį"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"lt" "Permažai žaidėjų."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"lt" "Žemėlapis '{1}' jau balsavimo pagal pageidavimą sąraše."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"lt" "Žemėlapis '{1}' įtrauktas į balsavimo pagal pageidavimą sąrašą."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"lt" "{1} nori iškviesti balsavimą, žaidėjo pageidavimu. ({2} balsai už, {3} balsų reikia)"
|
||||
@@ -55,16 +45,6 @@
|
||||
"lt" "Nekeisti dabartinio žemėlapio"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"lt" "Jūs jau nominavote žemėlapį."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"lt" "Maksimalus kiekis nominacijų pasiektas."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"lt" "{1} pasirinko {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"lt" "Keičiamas žemėlapis į {1}! Žaidėjai patys išsirinko!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"lt" "Žemėlapis, kurį jūs pasirinkote, jau buvo nominuotas."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"lt" "{1} nominamo {2} į balsavimo pagal pageidavimą sąrašą."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"lt" "Nominuotas žemėlapis:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user