mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-10 02:22:55 +08:00
feat: support custom HTTP headers in custom HttpEmailProvider and hide unused fields (#3723)
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
"Footer HTML": "Footer HTML",
|
||||
"Footer HTML - Edit": "Footer HTML - Edit",
|
||||
"Footer HTML - Tooltip": "Custom the footer of your application",
|
||||
"Forced redirect origin": "Forced redirect origin",
|
||||
"Form position": "Posição do formulário",
|
||||
"Form position - Tooltip": "Localização dos formulários de registro, login e recuperação de senha",
|
||||
"Generate Face ID": "Generate Face ID",
|
||||
@@ -168,6 +169,7 @@
|
||||
},
|
||||
"currency": {
|
||||
"AUD": "AUD",
|
||||
"BRL": "BRL",
|
||||
"CAD": "CAD",
|
||||
"CHF": "CHF",
|
||||
"CNY": "CNY",
|
||||
@@ -277,6 +279,7 @@
|
||||
"Favicon": "Favicon",
|
||||
"Favicon - Tooltip": "URL do ícone de favicon usado em todas as páginas do Casdoor da organização",
|
||||
"First name": "Nome",
|
||||
"Forced redirect origin - Tooltip": "Forced redirect origin - Tooltip",
|
||||
"Forget URL": "URL de Esqueci a Senha",
|
||||
"Forget URL - Tooltip": "URL personalizada para a página de \"Esqueci a senha\". Se não definido, será usada a página padrão de \"Esqueci a senha\" do Casdoor. Quando definido, o link de \"Esqueci a senha\" na página de login será redirecionado para esta URL",
|
||||
"Found some texts still not translated? Please help us translate at": "Encontrou algum texto ainda não traduzido? Ajude-nos a traduzir em",
|
||||
@@ -479,6 +482,8 @@
|
||||
"Admin - Tooltip": "CN ou ID do administrador do servidor LDAP",
|
||||
"Admin Password": "Senha do Administrador",
|
||||
"Admin Password - Tooltip": "Senha do administrador do servidor LDAP",
|
||||
"Allow self-signed certificate": "Allow self-signed certificate",
|
||||
"Allow self-signed certificate - Tooltip": "Allow self-signed certificate - Tooltip",
|
||||
"Auto Sync": "Sincronização Automática",
|
||||
"Auto Sync - Tooltip": "Configuração de sincronização automática, desativada em 0",
|
||||
"Base DN": "Base DN",
|
||||
@@ -844,6 +849,8 @@
|
||||
"From name - Tooltip": "Nome do remetente",
|
||||
"Get phone number": "Get phone number",
|
||||
"Get phone number - Tooltip": "If sync phone number is enabled, you should enable google people api first and add scope https://www.googleapis.com/auth/user.phonenumbers.read",
|
||||
"HTTP header": "HTTP header",
|
||||
"HTTP header - Tooltip": "HTTP header - Tooltip",
|
||||
"Host": "Host",
|
||||
"Host - Tooltip": "Nome do host",
|
||||
"IdP": "IdP",
|
||||
|
Reference in New Issue
Block a user