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" "Outro administrador está usando o menu de votação de mapa no momento."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"pt" "Por favor escolha um mapa"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"pt" "Iniciar a votação"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"pt" "O jogador selecionado ainda não está totalmente conectado."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"pt" "Som tocado para '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"pt" "'{1}' foi estapeado(a)"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"pt" "'{1}' foi assassinado(a)"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"pt" "'{1}' foi expulso(a)"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"pt" "Você não pode participar desta votação."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"pt" "Próximo mapa: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"pt" "Histórico de mapas"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"pt" "Renomear jogador"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"pt" "{1} será renomeado na próxima rodada."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"pt" "O número mínimo de jogadores não foi atingido."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"pt" "O mapa '{1}' já está na lista do Rock the Vote"
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"pt" "Mapa '{1}' adicionado para o Rock the Vote."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"pt" "{1} quer mudar de mapa (Rock the Vote). ({2} voto(s), {3} necessário(s)) "
|
||||
@@ -55,16 +45,6 @@
|
||||
"pt" "Manter mapa atual"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"pt" "Você já sugeriu um mapa."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"pt" "O número máximo de sugestões já foi atingidido."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"pt" "{1} escolheu {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"pt" "Mudando mapa para {1}! O Rock the Vote assim decidiu!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"pt" "O mapa que você escolheu já foi sugerido"
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"pt" "{1} sugeriu {2} para o Rock the Vote."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"pt" "Sugerir Mapa:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Slap player"
|
||||
{
|
||||
"pt" "Estapear jogador"
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"pt" "Estapeou {1}."
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"pt" "Assasinar jogador"
|
||||
}
|
||||
|
||||
"Slayed target"
|
||||
{
|
||||
"pt" "Assasinou {1}."
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"pt" "Dano do tapa"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user