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 @@
|
||||
"el" "Το μενού της ψηφοφορίας χρησιμοποιείται από άλλον διαχειριστή."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"el" "Παρακαλώ διαλέξτε χάρτη"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"el" "Ξεκίνα την Ψηφοφορία"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"el" "Ο δεδομένος παίκτης δεν είναι πλήρως μέσα στο παιχνίδι ακόμα."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"el" "Έπαιξε τον ήχο στον/στην '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"el" "Αφαιρέθηκαν πόντοι ζωής από τον/την '{1}'"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"el" "Σκοτώθηκε ο/η '{1}'"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"el" "Έδιωξε τον/την '{1}'"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"el" "Δεν μπορείτε να συμμετάσχετε σε αυτήν την ψηφοφορία."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"el" "Επόμενος Χάρτης: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"el" "Iστορικό Χαρτών"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"el" "Αλλαγή Ονόματος παίκτη"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"el" "Ο/Η {1} θα αλλάξει όνομα στον επόμενο γύρο."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,4 +125,9 @@
|
||||
"el" "Έδιωξε τον παίκτη {1} (Λόγος: {2})"
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"el" "Παρακαλώ διαλέξτε χάρτη"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"el" "Πολύ λίγοι παίκτες για Άμεση Ψηφοφορία."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"el" "Ο χάρτης '{1}' είναι ήδη στη λίστα προτίμησης."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"el" "Ο χάρτης '{1}' προστέθηκε στη λίστα προτίμησης."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"el" "Ο/Η {1} Θέλει Άμεση Ψηφοφορία. ({2}/{3} ψήφοι)"
|
||||
@@ -55,16 +45,6 @@
|
||||
"el" "Όχι αλλαγή χάρτη"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"el" "Έχετε ήδη προτείνει έναν χάρτη."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"el" "Δεν μπορείτε να προτείνετε άλλο χάρτη."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"el" "Ο/Η {1} επέλεξε {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"el" "Αλλαγή χάρτη σε {1}! Η Άμεση Ψηφοφορία μίλησε!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"el" "Ο χάρτης που διάλεξες είναι ήδη στη λίστα προτίμησης."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"el" "O/H {1} προτείνει {2}."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"el" "Προτείνετε Χάρτη:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user