-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from beclab/feat/olares
feat: update LarePass
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export default { | ||
login_title: 'Enter password to log in', | ||
login_hint_password: 'Password', | ||
mobile_veri: 'Confirm on TermiPass app', | ||
login_useing_auth: 'Veify using one-time password from TermiPass', | ||
mobile_veri: 'Confirm on LarePass app', | ||
login_useing_auth: 'Veify using one-time password from LarePass', | ||
totp_title: 'Safety verification', | ||
totp_message: 'Enter the one-time password from TermiPass' | ||
totp_message: 'Enter the one-time password from LarePass' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export default { | ||
login_title: '输入密码登录', | ||
login_hint_password: '密码', | ||
mobile_veri: '在 TermiPass 应用程序上确认', | ||
login_useing_auth: '使用 TermiPass 生成的一次性密码验证', | ||
mobile_veri: '在 LarePass 应用程序上确认', | ||
login_useing_auth: '使用 LarePass 生成的一次性密码验证', | ||
totp_title: '安全验证', | ||
totp_message: '输入 TermiPass 的一次性密码' | ||
totp_message: '输入 LarePass 的一次性密码' | ||
}; |