modify text tip
This commit is contained in:
+2
-1
@@ -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',
|
||||
|
||||
@@ -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 认证失败',
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
<v-card variant="flat" class="mt-12 mt-sm-0 pa-4" max-width="500">
|
||||
<v-card-text>
|
||||
<h5 class="text-h5 mb-1">{{ $t('Unlock Application') }}</h5>
|
||||
<p class="mb-0">{{ $t('Please input your PIN code or use Webauth to unlock application') }}</p>
|
||||
<p class="mb-0" v-if="isWebAuthnAvailable">{{ $t('Please input your PIN code or use WebAuthn to unlock application') }}</p>
|
||||
<p class="mb-0" v-else-if="!isWebAuthnAvailable">{{ $t('Please input your PIN code to unlock application') }}</p>
|
||||
</v-card-text>
|
||||
|
||||
<v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user