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 @@
|
||||
"es" "Otro administrador está utilizando el menú de votación de mapas."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"es" "Selecciona un mapa"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"es" "Empezar la votación"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"es" "El jugador elegido aún no está completamente en el juego."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"es" "Sonido reproducido a '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"es" "'{1}' abofeteado"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"es" "'{1}' asesinado"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"es" "'{1}' expulsado"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"es" "No puedes participar en esta votación."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"es" "Siguiente Mapa: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"es" "Historial del Mapa"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"es" "Renombrar jugador"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"es" "{1} será renombrado en la siguiente ronda."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"es" "No se ha alcanzado el mínimo de jugadores requerido."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"es" "El mapa '{1}' ya está en la lista de Rock the Vote."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"es" "Mapa '{1}' agregado a Rock the Vote."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"es" "{1} quiere hacer un rock the vote. ({2} votos, {3} requeridos)"
|
||||
@@ -55,16 +45,6 @@
|
||||
"es" "Seguir con el mapa actual"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"es" "Ya has nominado un mapa."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"es" "Se ha alcanzado el límite de nominaciones permitidas."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"es" "{1} ha eligido {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"es" "¡Cambiando mapa a {1}! ¡Rock the Vote ha hablado!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"es" "El mapa elegido ya ha sido nominado."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"es" "{1} ha nominado {2} para Rock the Vote."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"es" "Nominar Mapa:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Slay player"
|
||||
{
|
||||
"es" "Matar jugador"
|
||||
}
|
||||
|
||||
"Slap player"
|
||||
{
|
||||
"es" "Abofetear jugador"
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"es" "Daño de bofetada"
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"es" "{1} abofeteado."
|
||||
}
|
||||
|
||||
"Slayed target"
|
||||
{
|
||||
"es" "{1} matado."
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user