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:
@@ -37,7 +37,7 @@
|
||||
|
||||
"Next Map"
|
||||
{
|
||||
"ro" "Harta Urmatoare:"
|
||||
"ro" "Harta următoare: {1}"
|
||||
}
|
||||
|
||||
"Pending Vote"
|
||||
|
||||
@@ -80,11 +80,6 @@
|
||||
"ro" "Un alt admin foloseste acum meniul de vot pentru harta."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"ro" "Selecteaza o harta"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"ro" "Porneste votul"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"ro" "Jucătorul indicat nu este incă complet în joc."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"ro" "Sunet executat pe jucătorul '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"ro" "Jucătorul '{1}' a primit slap"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"ro" "Jucătorul '{1}' a primit slay"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"ro" "Jucătorul '{1}' a primit kick"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"ro" "Nu poti participa la aceasta votare"
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"ro" "Harta următoare: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"ro" "Harti anterioare"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"ro" "Schimba numele jucatorului"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"ro" "{1} va fi redenumit runda următoare."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"ro" "Numărul minim necesar de jucători nu a fost întrunit."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"ro" "Harta '{1}' este deja în lista Rock the Vote."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"ro" "Harta '{1}' a fost adăugată în Rock the Vote."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"ro" "{1} vrea Rock the Vote. ({2} voturi, {3} necesare)"
|
||||
@@ -55,16 +45,6 @@
|
||||
"ro" "Păstrează harta curentă"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"ro" "Ai nominalizat deja o hartă."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"ro" "Numărul maxim permis de nominalizări a fost atins."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"ro" "{1} a ales {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"ro" "Schimbare hartă in {1}! Aşa a zis Rock the Vote!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"ro" "Harta aleasă a fost deja nominalizată."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"ro" "{1} a nominalizat {2} pentru Rock the Vote."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"ro" "Nominalizează harta:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Slap damage"
|
||||
{
|
||||
"ro" "Damage pentru slap"
|
||||
}
|
||||
|
||||
"Slap player"
|
||||
{
|
||||
"ro" "Slap jucător"
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"ro" "{1} a primit slap."
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"ro" "Slay jucător"
|
||||
}
|
||||
|
||||
"Slayed target"
|
||||
{
|
||||
"ro" "{1} a primit slay."
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user