sourcemod/translations/pt_p/plugin.basecommands.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

134 lines
2.0 KiB
Plaintext

"Phrases"
{
"Unable to find cvar"
{
"pt_p" "A cvar {1} não foi encontrada."
}
"No access to cvar"
{
"pt_p" "Não tens acesso a esta cvar."
}
"Value of cvar"
{
"pt_p" "Valor da cvar \"{1}\": \"{2}\""
}
"Cvar changed"
{
"pt_p" "A cvar \"{1}\" foi alterada para \"{2}\"."
}
"Config not found"
{
"pt_p" "Ficheiro de configurações \"{1}\" não encontrado."
}
"Executed config"
{
"pt_p" "Configuração \"{1}\" executada."
}
"Permabanned player"
{
"pt_p" "\"{1}\" foi banido(a) permanentemente."
}
"Permabanned player reason"
{
"pt_p" "\"{1}\" foi banido(a) permanentemente. (Motivo: {2}). "
}
"Banned player"
{
"pt_p" "\"{1}\" foi banido(a) durante {2} minutos."
}
"Banned player reason"
{
"pt_p" "\"{1}\" foi banido(a) durante {2} minutos (razão: {3})."
}
"Removed bans matching"
{
"pt_p" "Foram removidos os banimentos correspondentes ao filtro: {1}"
}
"Ban added"
{
"pt_p" "O banimento foi adicionado."
}
"Admin cache refreshed"
{
"pt_p" "A cache de administradores foi atualizada."
}
"Identify player"
{
"pt_p" "Identificar jogador"
}
"Choose Map"
{
"pt_p" "Escolher mapa"
}
"Exec CFG"
{
"pt_p" "Executar CFG"
}
"Admin logged in as"
{
"pt_p" "\"{1}\" está autenticado como \"{2}\" com acesso: {3}"
}
"Admin logged in anon"
{
"pt_p" "\"{1}\" possui acesso: {2}"
}
"Player is not an admin"
{
"pt_p" "\"{1}\" não é um administrador."
}
"Player is an admin"
{
"pt_p" "\"{1}\" é um administrador."
}
"Username"
{
"pt_p" "Utilizador"
}
"Kicked target"
{
"pt_p" "{1} foi expulso(a)"
}
"Admin access"
{
"pt_p" "Acesso administrativo"
}
"Cvar is now protected"
{
"pt_p" "A cvar {1} está agora protegida."
}
"Kicked target reason"
{
"pt_p" "{1} foi expulso(a) (Motivo: {2})"
}
"Please select a map"
{
"pt_p" "Escolhe um mapa"
}
}