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:
peace-maker
2023-03-30 01:13:40 +02:00
committed by GitHub
parent 48150e0c7a
commit 008fbf78a5
234 changed files with 86 additions and 2649 deletions
-5
View File
@@ -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"
-20
View File
@@ -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."
-5
View File
@@ -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."
}
}
-35
View File
@@ -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:"
}
}
-28
View File
@@ -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."
}
}