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 @@
|
||||
"pt_p" "Outro administrador está de momento a usar o menu de votação de mapa."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"pt_p" "Escolhe um mapa"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"pt_p" "Iniciar a votação"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"pt_p" "O jogador selecionado ainda não está totalmente conectado."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"pt_p" "Som tocado para '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"pt_p" "'{1}' foi esbofeteado(a)."
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"pt_p" "'{1}' foi chacinado(a)."
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"pt_p" "'{1}' foi expulso(a)"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"pt_p" "Não podes participar nesta votação."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"pt_p" "Próximo mapa: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"pt_p" "Histórico de mapas"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"pt_p" "Renomear jogador"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"pt_p" "{1} será renomeado na próxima ronda."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,4 +125,9 @@
|
||||
"pt_p" "{1} foi expulso(a) (Motivo: {2})"
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"pt_p" "Escolhe um mapa"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"pt_p" "O número mínimo de jogadores não foi alcançado."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"pt_p" "O mapa '{1}' já está na lista do Rock the Vote."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"pt_p" "Mapa '{1}' adicionado ao Rock the Vote."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"pt_p" "{1} quer mudar de mapa (Rock the Vote). ({2} voto(s), {3} necessário(s))"
|
||||
@@ -55,16 +45,6 @@
|
||||
"pt_p" "Manter o mapa atual"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"pt_p" "Já sugeriste um mapa."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"pt_p" "O número máximo de sugestões já foi alcançado."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"pt_p" "{1} escolheu {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"pt_p" "A mudar o mapa para {1}! O Rock the Vote assim decidiu!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"pt_p" "O mapa que escolheste já foi sugerido."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"pt_p" "{1} sugeriu {2} para o Rock the Vote."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"pt_p" "Sugerir mapa:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user