Browse Source

New translations chanserv.lang.json (Portuguese, Brazilian)

tags/v2.5.0-rc1
Daniel Oaks 3 years ago
parent
commit
585e02e1ce
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      languages/pt-BR-chanserv.lang.json

+ 0
- 3
languages/pt-BR-chanserv.lang.json View File

@@ -11,7 +11,6 @@
11 11
   "$bREGISTER$b lets you own a given channel.": "$bREGISTER$b permite tornar-se dono do canal informado.",
12 12
   "$bSET$b modifies a channel's settings": "$bSET$b modifica as configurações de um canal.",
13 13
   "$bTRANSFER$b transfers ownership of a channel to another user.": "$bTRANSFER$b transfere a posse de um canal para outro usuário.",
14
-  "$bUNPURGE$b undoes a previous PURGE command.": "$bUNPURGE$b desfaz o comando PURGE anterior.",
15 14
   "$bUNREGISTER$b deletes a channel registration.": "$bUNREGISTER$b exclui o registro de um canal.",
16 15
   "ChanServ lets you register and manage channels.": "ChanServ permite registrar e gerenciar canais.",
17 16
   "Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "Sintaxe $bSET #canal <setting> <value>$b\n\nSET modifica as configurações de um canal. As seguintes configurações estão disponíveis:",
@@ -22,9 +21,7 @@
22 21
   "Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "Sintaxe: $bGET #canal <setting>$b\n\nGET consulta os valores de configuração atuais do canal. Para mais informações\nsobre as configurações e seus possíveis valores, veja HELP SET.",
23 22
   "Syntax: $bLIST [regex]$b\n\nLIST returns the list of registered channels, which match the given regex.\nIf no regex is provided, all registered channels are returned.": "Sintaxe: $bLIST [regex]$b\n\nLIST retorna a lista de canais registrados, que corresponde à expressão regular informada.\nCaso nenhuma expressão regular for informada, todos os canais registrados são retornados.",
24 23
   "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "Sintaxe: $bOP #canal [nickname]$b\n\nOP torna o nome de usuário, ou você mesmo, administrador do canal. Este\ncomando só pode ser usado pelo fundador do canal.",
25
-  "Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "Sintaxe: $bPURGE #canal [reason]$b\n\nPURGE bloqueia o canal do servidor, tornando impossível ou interagir\n com ele. Caso o canal tenha membro, estes serão expulsos.\nPURGE pode ser aplicado preemptivamente a canais que não possuam\nmembros.",
26 24
   "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "Sintaxe: $bREGISTER #canal$b\n\nREGISTER permite tornar-se dono do canal informado. Se você voltar a\nentrar no canal, terá privilégios de administrador concedidos nele.\nModos de usuário definidos no canal e o tópico também serão lembrados.",
27 25
   "Syntax: $bTRANSFER [accept] #channel user [code]$b\n\nTRANSFER transfers ownership of a channel from one user to another.\nTo prevent accidental transfers, a verification code is required. For\nexample, $bTRANSFER #channel alice$b displays the required confirmation\ncode, then $bTRANSFER #channel alice 2930242125$b initiates the transfer.\nUnless you are an IRC operator with the correct permissions, alice must\nthen accept the transfer, which she can do with $bTRANSFER accept #channel$b.\nTo cancel a pending transfer, transfer the channel to yourself.": "Sintaxe: $bTRANSFER [accept] #canal usuário [code]$b\n\nTRANSFER transfere a posse de um canal para outro usuário.\nUm código de verificação é necessário para a prevenção de\ntransferências acidentais. Por exemplo. $bTRANSFER #canal alice$b\nexibe o código de verificação, depois $bTRANSFER #canal alice 2930242125$b\ninicia a transferência. Ao menos que a transferência seja feita por um\noperador de IRC com as permissões corretas, alice deve aceitar a transferência,\nque é feita com $bTRANSFER accept #canal$b.\nPara cancelar uma transferência pendente, transfira canal paravocê mesmo.",
28
-  "Syntax: $bUNPURGE #channel$b\n\nUNPURGE removes any blacklisting of a channel that was previously\nset using PURGE.": "Sintaxe: $bUNPURGE #canal$b\n\nUNPURGE exclui qualquer bloqueio de um canal previamente definido\nao usar PURGE.",
29 26
   "Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER deletes a channel registration, allowing someone else to claim it.\nTo prevent accidental unregistrations, a verification code is required;\ninvoking the command without a code will display the necessary code.": "Sintaxe: $bUNREGISTER #canal [code]$b\n\nUNREGISTER exclui o registro de um canal, permitindo que outro usuário\no obtenha. Um código de verificação é necessário para evitar a exclusão\nacidental de registros; O código necessário é exibido ao invocar o comando\nsem ele."
30 27
 }

Loading…
Cancel
Save