-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into enh/endpoint-get-user-by-source
- Loading branch information
Showing
9 changed files
with
118 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
); |