tachybase_todo/packages/plugins/@nocobase/plugin-saml/src/locale/pt-BR.json
YANG QIA ff097936dd
fix(lm): reserve i18n namespaces for plugins to avoid conflicts (#3121)
* 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

23 lines
810 B
JSON

{
"Edit": "Editar",
"Delete": "Excluir",
"Cancel": "Cacelar",
"Submit": "Enviar",
"Actions": "Ações",
"Title": "Titulo",
"Enable": "Ativo",
"SAML manager": "Gerenciador SAML",
"SAML Providers": "Fornecedores SAML",
"Redirect url": "URL de redirecionamento",
"SP entity id": "ID da entidade do provedor de serviços",
"Add provider": "Adicionar",
"Edit provider": "Editar",
"Client id": "ID do cliente",
"Entity id or issuer": "ID da entidade ou emissor",
"Login Url": "URL de login",
"Public cert": "Certificado público",
"Delete provider": "Excluir",
"Are you sure you want to delete it?": "Tem certeza de que deseja excluí-lo?",
"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"
}