diff --git a/src/locales/en.js b/src/locales/en.js index 0103fb80..543ad716 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -768,7 +768,8 @@ export default { 'Welcome to ezBookkeeping': 'Welcome to ezBookkeeping', 'Please log in with your ezBookkeeping account': 'Please log in with your ezBookkeeping account', 'Unlock Application': 'Unlock Application', - 'Please input your PIN code or use Webauth to unlock application': 'Please input your PIN code or use Webauth to unlock application', + 'Please input your PIN code or use WebAuthn to unlock application': 'Please input your PIN code or use WebAuthn to unlock application', + 'Please input your PIN code to unlock application': 'Please input your PIN code to unlock application', 'Can\'t Unlock?': 'Can\'t Unlock?', 'Re-login': 'Re-login', 'Username': 'Username', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 0135a137..d36779e9 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -768,7 +768,8 @@ export default { 'Welcome to ezBookkeeping': '欢迎使用 ezBookkeeping', 'Please log in with your ezBookkeeping account': '请使用您的 ezBookkeeping 账号登录', 'Unlock Application': '解锁应用', - 'Please input your PIN code or use Webauth to unlock application': '请输入您的 PIN 码,或使用 Webauth 解锁应用', + 'Please input your PIN code or use WebAuthn to unlock application': '请输入您的 PIN 码,或使用 WebAuthn 解锁应用', + 'Please input your PIN code to unlock application': '请输入您的 PIN 码解锁应用', 'Can\'t Unlock?': '无法登录?', 'Re-login': '重新登录', 'Username': '用户名', @@ -1128,7 +1129,7 @@ export default { 'Please enter your current PIN code when disable application lock.': '禁用应用锁时需要输入当前的PIN码。', 'You have enabled WebAuthn successfully': '您已经成功开启 WebAuth', 'This device does not support WebAuthn': '当前设备不支持 WebAuth', - 'Failed to enable WebAuthn': '启用 WebAuth 失败', + 'Failed to enable WebAuthn': '启用 WebAuthn 失败', 'User has canceled authentication': '用户已经取消认证', 'User has canceled or this device does not support WebAuthn': '用户已取消或当前设备不支持 WebAuthn', 'Failed to authenticate by WebAuthn': '使用 WebAuthn 认证失败', diff --git a/src/views/desktop/UnlockPage.vue b/src/views/desktop/UnlockPage.vue index 160fe9c6..53ada1a1 100644 --- a/src/views/desktop/UnlockPage.vue +++ b/src/views/desktop/UnlockPage.vue @@ -12,7 +12,8 @@
{{ $t('Unlock Application') }}
-

{{ $t('Please input your PIN code or use Webauth to unlock application') }}

+

{{ $t('Please input your PIN code or use WebAuthn to unlock application') }}

+

{{ $t('Please input your PIN code to unlock application') }}