diff --git a/application/src/main/resources/templates/gateway_modules/login_fragments.html b/application/src/main/resources/templates/gateway_modules/login_fragments.html index b9c5299e1..2d6d0f95c 100644 --- a/application/src/main/resources/templates/gateway_modules/login_fragments.html +++ b/application/src/main/resources/templates/gateway_modules/login_fragments.html @@ -10,7 +10,9 @@
  • - +
  • diff --git a/application/src/main/resources/templates/gateway_modules/login_fragments.properties b/application/src/main/resources/templates/gateway_modules/login_fragments.properties index ce89f98a1..a5b4cc3d2 100644 --- a/application/src/main/resources/templates/gateway_modules/login_fragments.properties +++ b/application/src/main/resources/templates/gateway_modules/login_fragments.properties @@ -1,4 +1,7 @@ otherLogin.label=其他登录方式 signup.description=没有账号? signup.link=立即注册 -returnToSite=返回网站 \ No newline at end of file +returnToSite=返回网站 + +# Rule: `formAuthProviders.${provider.metadata.name}.displayName` +formAuthProviders.local.displayName=账号密码登录 \ No newline at end of file diff --git a/application/src/main/resources/templates/gateway_modules/login_fragments_en.properties b/application/src/main/resources/templates/gateway_modules/login_fragments_en.properties index bb99adf53..39a5fc7b5 100644 --- a/application/src/main/resources/templates/gateway_modules/login_fragments_en.properties +++ b/application/src/main/resources/templates/gateway_modules/login_fragments_en.properties @@ -1,4 +1,7 @@ otherLogin.label=Other Login signup.description=Don't have an account? signup.link=Sign up -returnToSite=Return to site \ No newline at end of file +returnToSite=Return to site + +# Rule: `formAuthProviders.${provider.metadata.name}.displayName` +formAuthProviders.local.displayName=Login with credentials \ No newline at end of file diff --git a/application/src/main/resources/templates/gateway_modules/login_fragments_es.properties b/application/src/main/resources/templates/gateway_modules/login_fragments_es.properties index 33fc61f56..a714b589a 100644 --- a/application/src/main/resources/templates/gateway_modules/login_fragments_es.properties +++ b/application/src/main/resources/templates/gateway_modules/login_fragments_es.properties @@ -1,4 +1,7 @@ otherLogin.label=Otras formas de inicio de sesión signup.description=¿No tienes una cuenta? signup.link=Regístrate ahora -returnToSite=Volver al sitio \ No newline at end of file +returnToSite=Volver al sitio + +# Rule: `formAuthProviders.${provider.metadata.name}.displayName` +formAuthProviders.local.displayName=Iniciar sesión con credenciales diff --git a/application/src/main/resources/templates/gateway_modules/login_fragments_zh_TW.properties b/application/src/main/resources/templates/gateway_modules/login_fragments_zh_TW.properties index 7a44090fa..b0e101238 100644 --- a/application/src/main/resources/templates/gateway_modules/login_fragments_zh_TW.properties +++ b/application/src/main/resources/templates/gateway_modules/login_fragments_zh_TW.properties @@ -1,5 +1,7 @@ - otherLogin.label=其他登入方式 signup.description=沒有帳號? signup.link=立即註冊 -returnToSite=返回網站 \ No newline at end of file +returnToSite=返回網站 + +# Rule: `formAuthProviders.${provider.metadata.name}.displayName` +formAuthProviders.local.displayName=帳號密碼登入