Browse Source

Remove unused possibly duplicate localization key

pull/1169/head
Xeevis 7 years ago
parent
commit
d94dc72f7a
  1. 1
      modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/en.json
  2. 1
      modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/pt-BR.json
  3. 1
      modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/tr.json
  4. 1
      modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/zh-Hans.json

1
modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/en.json

@ -14,7 +14,6 @@
"Login": "Login",
"Cancel": "Cancel",
"Register": "Register",
"UseAnotherServiceToLogIn.": "Use another service to log in.",
"InvalidLoginRequest": "Invalid login request",
"ThereAreNoLoginSchemesConfiguredForThisClient": "There are no login schemes configured for this client.",
"LogInUsingYourProviderAccount": "Log in using your {0} account"

1
modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/pt-BR.json

@ -14,7 +14,6 @@
"Login": "Entrar",
"Cancel": "Cancelar",
"Register": "Registrar-se",
"UseAnotherServiceToLogIn.": "Use outro serviço para entrar.",
"InvalidLoginRequest": "Requisição de acesso inválida!",
"ThereAreNoLoginSchemesConfiguredForThisClient": "Não existe um esquema de acesso para este usuário",
"LogInUsingYourProviderAccount": "Acessse utilizando sua conta {0}"

1
modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/tr.json

@ -14,7 +14,6 @@
"Login": "Giriş yap",
"Cancel": "İptal",
"Register": "Kayıt ol",
"UseAnotherServiceToLogIn.": "Başka bir servisle giriş yap.",
"InvalidLoginRequest": "Başarısız giriş isteği",
"ThereAreNoLoginSchemesConfiguredForThisClient": "Bu client için konfigüre edilmiş giriş şeması bulunamadı.",
"LogInUsingYourProviderAccount": "{0} hesabınızla giriş yapın."

1
modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/zh-Hans.json

@ -14,7 +14,6 @@
"Login": "登录",
"Cancel": "取消",
"Register": "注册",
"UseAnotherServiceToLogIn.": "使用其他服务登录.",
"InvalidLoginRequest": "登录请求无效",
"ThereAreNoLoginSchemesConfiguredForThisClient": "没有为此客户端配置登录方案.",
"LogInUsingYourProviderAccount": "使用你的{0}帐户登录"

Loading…
Cancel
Save