Add Chanban/cmgmt_langs/pt.msg

Portuguese language file for chanbans.tcl
This commit is contained in:
Teh PeGaSuS
2026-03-03 13:02:23 +01:00
parent 278f74b32f
commit 2e8a9d31d9
+109
View File
@@ -0,0 +1,109 @@
# ===========================================================================
# Channel Management - Language File (pt)
# ===========================================================================
# Substitutions are done via %s placeholders, in the order they appear.
# The available variables for each message are listed above it.
# ===========================================================================
# ---------------- #
# General messages #
# ---------------- #
### Ban reason
::msgcat::mcset pt ban.reason "O utilizador foi banido do canal."
### Temporary ban reason
::msgcat::mcset pt temp.ban.reason "O utilizador foi temporariamente banido do canal."
### Kick reason
::msgcat::mcset pt kick.reason "O teu comportamento não é adequado ao ambiente desejado."
### Revenge kick when someone tries to kick the bot
::msgcat::mcset pt revenge.kick "Muito engraçado... NÃO!"
### No access error message ($nick)
::msgcat::mcset pt error.no.access "Não tens acesso, %s."
### Target not on channel error message ($target, $chan)
::msgcat::mcset pt not.on.chan "ERRO! %s não está em %s."
### Error message when we try to ban/kick a protected nick ($target)
::msgcat::mcset pt protected.user "ERRO! %s é um nick protegido e não pode ser banido/kickado."
### Message to be displayed when a ban is added to the bot ban list ($banmask, $chan)
::msgcat::mcset pt ban.added "%s adicionado à lista de bans de %s."
### Message to be displayed when a temp ban is added to the bot ban list ($banmask, $chan)
::msgcat::mcset pt tmp.ban.added "%s temporariamente adicionado à lista de bans de %s."
### Message to be displayed when channel bot ban list is empty ($chan)
::msgcat::mcset pt banlist.empty "ERRO! A lista de bans de %s está vazia."
### Opening message for the ban list file ($chan, $bancount)
::msgcat::mcset pt banlist.open "-= Início da lista de bans de %s. %s bans apresentados."
### Message for bans on the file ($banmask, $freason, $creator, $date)
::msgcat::mcset pt banlist.format "Banmask: %s :: Motivo: %s :: Adicionado por: %s :: Data: %s"
### Message for the end of the ban list file ($chan)
::msgcat::mcset pt banlist.end "-= Fim da lista de bans de %s. =-"
### Message to be displayed when a ban is removed from the bot banlist ($banmask, $chan)
::msgcat::mcset pt ban.removed "%s removido da lista de bans de %s."
### Message to be displayed when the mask doesn't exist ($banmask, $chan)
::msgcat::mcset pt not.ban.mask "ERRO! %s não existe na lista de bans de %s."
### Message for ban list upload failure ($err)
::msgcat::mcset pt banlist.upload.fail "ERRO! Falha ao enviar a lista de bans: (%s)."
### Message with the URL to check the ban list ($chan, $result)
::msgcat::mcset pt banlist.url "A lista de bans de %s pode ser consultada aqui: %s"
### Auto adding bans messages
# Message to display when auto add is already enabled ($chan)
::msgcat::mcset pt autoadd.enabled "ERRO! A adição automática de bans já está activada em %s"
# Message to display when auto add is enabled for the first time ($chan)
::msgcat::mcset pt autoadd.enable "SUCESSO! Adição automática de bans activada em %s"
# Message to display when auto add is already disabled ($chan)
::msgcat::mcset pt autoadd.disabled "ERRO! A adição automática de bans já está desactivada em %s"
# Message to be displayed when auto add is disabled for the first time ($chan)
::msgcat::mcset pt autoadd.disable "SUCESSO! Adição automática de bans desactivada em %s"
# Message to be displayed when we check the auto add status ($turned, $chan)
::msgcat::mcset pt autoadd.status "ESTADO: A adição automática de bans está %s em %s"
### Message to display when a ban is auto added to the bot ban list ($target, $chan)
::msgcat::mcset pt auto.added "%s adicionado automaticamente à lista de bans de %s."
### Message to display when a ban is auto removed from the bot ban list ($target, $chan)
::msgcat::mcset pt auto.removed "%s removido automaticamente da lista de bans de %s."
# ------------ #
# Public procs #
# ------------ #
### Syntax error message ($::cmgmt::trigger)
::msgcat::mcset pt error.syntax "ERRO! Sintaxe: %s"
### Message to display on the ban list file explaining how to remove a ban ($::cmgmt::trigger)
::msgcat::mcset pt banlist.explain "*** Para remover um ban, escreve: %s"
### Message to be displayed when we check the available commands ($::cmgmt::trigger)
::msgcat::mcset pt cmgmt.cmds "Comandos disponíveis (prefixá-los com %s): ban, tban, kick, unban, banlist, autoadd"
# ------------- #
# Private procs #
#-------------- #
### Syntax error message
::msgcat::mcset pt pm.error.syntax "ERRO! Sintaxe:"
### Bot not on chan error message ($chan)
::msgcat::mcset pt bot.not.onchan "ERRO! Não estou em %s"
### Message to display on the ban list file explaining to remove bans ($::botnick)
::msgcat::mcset pt pm.banlist.explain "*** Para remover um ban, escreve: /msg %s"
### Message to be displayed when we check the available commands
::msgcat::mcset pt msg.cmgmt.cmds "Comandos disponíveis: ban, tban, kick, unban, banlist, autoadd"