Merge pull request #5662 from abpframework/liangshiwei/patch-1-account

Update Chinese localization
pull/5681/head
maliming 5 years ago committed by GitHub
commit dafa380b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,6 +52,9 @@
"ResetPassword_Information": "请输入您的新密码.",
"YourPasswordIsSuccessfullyReset": "您的密码已经被重置成功.",
"GoToTheApplication": "转到应用程序",
"BackToLogin": "返回登录"
"BackToLogin": "返回登录",
"ProfileTab:Password": "更改密码",
"ProfileTab:PersonalInfo": "个人信息",
"ReturnToApplication": "返回到应用程序"
}
}

@ -40,6 +40,21 @@
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "啟用自行註冊",
"Description:Abp.Account.IsSelfRegistrationEnabled": "是否允許使用者自行註冊帳號.",
"DisplayName:Abp.Account.EnableLocalLogin": "使用本地帳號進行身分驗證",
"Description:Abp.Account.EnableLocalLogin": "伺服器是否允許使用者使用本地帳號進行身份驗證。"
"Description:Abp.Account.EnableLocalLogin": "伺服器是否允許使用者使用本地帳號進行身份驗證。",
"LoggedOutTitle": "註銷",
"LoggedOutText": "你已成功註銷並將馬上返回.",
"ReturnToText": "點擊此處返回到 {0}",
"ForgotPassword": "忘記密碼?",
"SendPasswordResetLink_Information": "密碼重置鏈接將發送到您的電子郵件以重置密碼. 如果您在幾分鐘內沒有收到電子郵件,請重試.",
"PasswordResetMailSentMessage": "帳戶恢復電子郵件已發送到您的電子郵件地址. 如果您在15分鐘內未在收件箱中看到此電子郵件,請檢查垃圾郵件,並標記為非垃圾郵件.",
"ResetPassword": "重設密碼",
"ConfirmPassword": "確認(重復)密碼",
"ResetPassword_Information": "請輸入您的新密碼.",
"YourPasswordIsSuccessfullyReset": "您的密碼已經被重置成功.",
"GoToTheApplication": "轉到應用程序",
"BackToLogin": "返回登錄",
"ProfileTab:Password": "更改密碼",
"ProfileTab:PersonalInfo": "個人信息",
"ReturnToApplication": "返回到應用程序"
}
}

Loading…
Cancel
Save