sourcemod/translations/pt_p/rockthevote.phrases.txt
peace-maker 008fbf78a5
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.
2023-03-30 01:13:40 +02:00

69 lines
1.1 KiB
Plaintext

"Phrases"
{
"Rock The Vote"
{
"pt_p" "Rock The Vote:"
}
"RTV Not Allowed"
{
"pt_p" "O Rock the Vote ainda não é permitido."
}
"RTV Started"
{
"pt_p" "O Rock the Vote já começou."
}
"RTV Ended"
{
"pt_p" "O RTV já terminou, não podes começá-lo novamente nem sugerir mapas."
}
"Already Voted"
{
"pt_p" "Já votaste para o Rock the Vote. ({1} votos, {2} necessários)"
}
"Minimal Players Not Met"
{
"pt_p" "O número mínimo de jogadores não foi alcançado."
}
"RTV Requested"
{
"pt_p" "{1} quer mudar de mapa (Rock the Vote). ({2} voto(s), {3} necessário(s))"
}
"RTV Vote Ready"
{
"pt_p" "O Rock the Vote começou!"
}
"Don't Change"
{
"pt_p" "Manter o mapa atual"
}
"Selected Map"
{
"pt_p" "{1} escolheu {2}"
}
"No Votes"
{
"pt_p" "Nenhum voto recebido pelo Rock the Vote, será mantido o mapa atual."
}
"Current Map Stays"
{
"pt_p" "O mapa atual continua! O Rock the Vote assim decidiu!"
}
"Changing Maps"
{
"pt_p" "A mudar o mapa para {1}! O Rock the Vote assim decidiu!"
}
}