Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Sep 21, 2024
1 parent 51c1576 commit 9226e69
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions messages/pt-BR/base.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?php
return array (
'<strong>REST</strong> Configuration' => '',
'Access Tokens' => '',
'Add Access Token' => '',
'Allow Bearer Authentication' => '',
'Allow HTTP Basic Authentication' => '',
'Allow JWT Authentication' => '',
'Allow Query Param Bearer Authentication' => '',
'Bearer Access Token Successfully Revoked' => '',
'Bearer Auth' => '',
'<strong>REST</strong> Configuration' => 'Configuração <strong>REST</strong>',
'Access Tokens' => 'Tokens de acesso',
'Add Access Token' => 'Adicionar Token de Acesso',
'Allow Bearer Authentication' => 'Permitir autenticação do portador',
'Allow HTTP Basic Authentication' => 'Permitir autenticação básica HTTP',
'Allow JWT Authentication' => 'Permitir autenticação JWT',
'Allow Query Param Bearer Authentication' => 'Permitir autenticação do portador do parâmetro de consulta',
'Bearer Access Token Successfully Revoked' => 'Token de acesso ao portador revogado com sucesso',
'Bearer Auth' => 'Autorização do Portador',
'Enabled for all registered users' => 'Habilitado para todos os usuários registrados',
'Expiration' => '',
'Expiration' => 'Validade',
'General' => 'Geral',
'JWT Auth' => '',
'JWT Key' => 'JWT Chave',
'JWT Token Expiration' => '',
'No enabled modules found with additional REST API endpoints.' => '',
'Token' => '',
'User' => 'Do utilizador',
'JWT Auth' => 'Autenticação JWT',
'JWT Key' => 'Chave JWT',
'JWT Token Expiration' => 'Validade do Token JWT',
'No enabled modules found with additional REST API endpoints.' => 'Nenhum módulo habilitado encontrado com endpoints de API REST adicionais.',
'Token' => 'Token',
'User' => 'Usuário',
);

0 comments on commit 9226e69

Please sign in to comment.