tachybase_todo/packages/plugins/@nocobase/plugin-oidc/src/locale/pt-BR.json
YANG QIA ff097936dd
fix(lm): reserve i18n namespaces for plugins to avoid conflicts ()
* fix: fix T-2063

* fix: fix T-2589

* chore: remove translation of page header

* chore: add version check for migration

* chore: switch locale files to JSON format

* fix: bug

* fix(auth): fix translation

* fix: add App provider

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-06 14:30:17 +08:00

22 lines
887 B
JSON

{
"Enable": "Habilitar",
"Issuer": "Emissor",
"OIDC manager": "Gerenciador OIDC",
"OIDC Providers": "Provedores OIDC",
"Provider name": "Nome do provedor",
"Client id": "ID do cliente",
"Client secret": "Segredo do cliente",
"Openid configuration": "Configuração OpenID",
"Authorization endpoint": "Endpoint de autorização",
"Access token endpoint": "Endpoint de token de acesso",
"JWKS endpoint": "Endpoint JWKS",
"Userinfo endpoint": "Endpoint de informações do usuário",
"Redirect url": "URL de redirecionamento",
"Logout endpoint": "Endpoint de logout",
"Id token sign alg": "Algoritmo de assinatura do token de ID",
"Add provider": "Adicionar",
"Edit provider": "Editar",
"Delete provider": "Excluir",
"Sign in button name, which will be displayed on the sign in page": "Nome do botão de login, que será exibido na página de login"
}