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 @@
|
||||
"it" "Il menu di votazione delle mappe è attualmente in uso da un altro amministratore."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"it" "Seleziona una mappa"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"it" "Inizia la votazione"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"it" "Il giocatore che hai scelto non è ancora totalmente in gioco."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"it" "Avviato un suono per il giocatore '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"it" "Il giocatore '{1}' è stato colpito. "
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"it" "Il giocatore '{1}' è stato giustiziato."
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"it" "Il giocatore '{1}' è stato espulso "
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"it" "Non puoi partecipare a questa votazione."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"it" "Mappa successiva: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"it" "Cronologia delle mappe"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"it" "Rinomina un giocatore"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"it" "{1} verrà rinominato il prossimo round."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,4 +125,9 @@
|
||||
"it" "Il giocatore \"{1}\" è stato espulso (Motivo: {2})"
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"it" "Seleziona una mappa"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"it" "Non è stato raggiunto il numero minimo di giocatori richiesti."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"it" "La mappa '{1}' è già nella lista del Rock the Vote. "
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"it" "La mappa '{1}' è stata aggiunta al Rock the Vote."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"it" "{1} vuole avviare il Rock the Vote. ({2} voti, {3} richiesti) "
|
||||
@@ -55,16 +45,6 @@
|
||||
"it" "Mantieni la mappa attuale"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"it" "Hai gia nominato una mappa"
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"it" "È stato raggiunto il numero massimo di nominazioni consentite."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"it" "{1} ha scelto {2} "
|
||||
@@ -85,19 +65,4 @@
|
||||
"it" "Cambio della mappa in {1}! Il Rock the Vote ha deciso!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"it" "La mappa che hai scelto è gia stata nominata."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"it" "{1} ha nominato {2} per il Rock the Vote."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"it" "Nomina una mappa:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user