Browse Source

🎨 feat: Remove unwanted i18n texts.

pull/1084/head
colin 1 year ago
parent
commit
ff90448432
  1. 4
      apps/vben5/apps/app-antd/src/locales/langs/en-US/abp.json
  2. 4
      apps/vben5/apps/app-antd/src/locales/langs/zh-CN/abp.json

4
apps/vben5/apps/app-antd/src/locales/langs/en-US/abp.json

@ -1,10 +1,6 @@
{
"title": "Abp Framework",
"oauth": {
"invalidUserNameOrPassword": "Invalid username or password!!",
"invalidAuthenticatorCode": "Invalid authenticator code!",
"sessionExpired": "The session has expired. Please log in again!",
"requiresTwoFactor": "Requires Two Factor",
"twoFactor": {
"title": "Two Factor",
"authenticator": "Authenticator",

4
apps/vben5/apps/app-antd/src/locales/langs/zh-CN/abp.json

@ -1,10 +1,6 @@
{
"title": "Abp框架",
"oauth": {
"invalidUserNameOrPassword": "用户名或密码错误!",
"invalidAuthenticatorCode": "无效的验证器代码!",
"sessionExpired": "会话已过期,请重新登陆!",
"requiresTwoFactor": "需要二次认证",
"twoFactor": {
"title": "二次认证",
"authenticator": "验证方式",

Loading…
Cancel
Save