Browse Source
Merge pull request #1169 from Xeevis/master
Remove unused possibly duplicate localization key
pull/1175/head
maliming
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
0 additions and
4 deletions
-
modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/en.json
-
modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/pt-BR.json
-
modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/tr.json
-
modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/zh-Hans.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" |
|
|
|
|
|
|
|
@ -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}" |
|
|
|
|
|
|
|
@ -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." |
|
|
|
|
|
|
|
@ -14,7 +14,6 @@ |
|
|
|
"Login": "登录", |
|
|
|
"Cancel": "取消", |
|
|
|
"Register": "注册", |
|
|
|
"UseAnotherServiceToLogIn.": "使用其他服务登录.", |
|
|
|
"InvalidLoginRequest": "登录请求无效", |
|
|
|
"ThereAreNoLoginSchemesConfiguredForThisClient": "没有为此客户端配置登录方案.", |
|
|
|
"LogInUsingYourProviderAccount": "使用你的{0}帐户登录" |
|
|
|
|