Browse Source

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

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

+ 4
- 0
languages/pt-BR-nickserv.lang.json View File

@@ -31,5 +31,9 @@
31 31
   "Password incorrect": "Senha incorreta",
32 32
   "Passwords do not match": "As senhas não correspondem",
33 33
   "Syntax $bSET <setting> <value>$b\n\nSET modifies your account settings. The following settings are available:": "Sintaxe $bSET <setting> <value>$b\n\nSET modifica configurações da sua conta. Os seguintes parâmetros estão disponíveis:",
34
+  "Syntax: $bCERT <LIST | ADD | DEL> [account] [certfp]$b\n\nCERT examines or modifies the TLS certificate fingerprints that can be used to\nlog into an account. Specifically, $bCERT LIST$b lists the authorized\nfingerprints, $bCERT ADD <fingerprint>$b adds a new fingerprint, and\n$bCERT DEL <fingerprint>$b removes a fingerprint. If you're an IRC operator\nwith the correct permissions, you can act on another user's account, for\nexample with $bCERT ADD <account> <fingerprint>$b.": "Sintaxe: $bCERT <LIST | ADD | DEL> [account] [certfp]$b\n\nCERT exame ou modifica a assinatura do certificado TLS que pode\nser usado para entrar com uma conta. Especificamente, $bCERT LIST$b\nexibe assinaturas autorizadas. $bCERT ADD <fingerprint>$b adiciona uma\nnova assinatura, e $bCERT DEL <fingerprint>$b remove uma assinatura.\nOperadores IRC com as permissões corretas podem atuar na conta de\noutros usuários, por exemplo, $bCERT ADD <account> <fingerprint>$b.",
35
+  "Syntax: $bCLIENTS LIST [nickname]$b\n\nCLIENTS LIST shows information about the clients currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's clients.\n\nSyntax: $bCLIENTS LOGOUT [nickname] [client_id/all]$b\n\nCLIENTS LOGOUT detaches a single client, or all other clients currently\nattached, via the server's multiclient functionality, to your nickname. An\nadministrator can use this command to logout another user's clients.": "Sintaxe: $bCLIENTS LIST [nickname]$b\n\nCLIENTS LIST mostra informação sobre clientes associados através\nda funcionalidade 'multiclient' ao seu apelido. Administradores podem\nusar este comando para exibir os clientes de outros usuários.\n\nSintaxe: $bCLIENTS LOGOUT [nickname] [client_id/all]$b\n\nCLIENTS LOGOUT desconecta um único cliente, ou todos os outros clientes\natualmente associados através da funcionalidade 'multiclient' ao seu\napelido. Administradores podemusar este comando para desconectar\nclientes de outros usuários.",
36
+  "Syntax: $bDROP [nickname]$b\n\nDROP de-links the given (or your current) nickname from your user account.": "Sintaxe: $bDROP [nickname]$b\n\nDROP dissocia o apelido informado (ou o atual) da sua conta de usuário.",
37
+  "Syntax: $bENFORCE [method]$b\n\nENFORCE is an alias for $bGET enforce$b and $bSET enforce$b. See the help\nentry for $bSET$b for more information.": "Sintaxe: $bENFORCE [method]$b\n\nENFORCE é um nome alternativo para $bGET enforce$b e $bSET enforce$b. Veja\na documentação de $bSET$b para mais informações.",
34 38
   "You're not logged into an account": "Você não está logado em uma conta"
35 39
 }

Loading…
Cancel
Save