modify text

This commit is contained in:
MaysWind
2020-11-23 00:08:12 +08:00
parent dc78f5fa7e
commit f9467620b4
3 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -278,8 +278,7 @@ export default {
'Statistics': 'Statistics',
'Settings': 'Settings',
'Back': 'Back',
'Unlock By PIN Code': 'Unlock By PIN Code',
'Unlock By Face ID/Touch ID': 'Unlock By Face ID/Touch ID',
'Unlock': 'Unlock',
'Re-login': 'Re-login',
'Username': 'Username',
'Your username': 'Your username',
@@ -418,6 +417,8 @@ export default {
'Application lock has been enabled': 'Application lock has been enabled',
'Application lock is not enabled': 'Application lock is not enabled',
'PIN Code': 'PIN Code',
'Unlock By PIN Code': 'Unlock By PIN Code',
'Unlock By Face ID/Touch ID': 'Unlock By Face ID/Touch ID',
'Please input a new PIN code. PIN code would encrypt your local data, so you need input this PIN code when you launch this app. If this PIN code is lost, you should re-login.': 'Please input a new PIN code. PIN code would encrypt your local data, so you need input this PIN code when you launch this app. If this PIN code is lost, you should re-login.',
'Please enter your current PIN code when disable application lock': 'Please enter your current PIN code when disable application lock',
'Face ID / Touch ID': 'Face ID / Touch ID',
+3 -2
View File
@@ -278,8 +278,7 @@ export default {
'Statistics': '统计',
'Settings': '设置',
'Back': '返回',
'Unlock By PIN Code': '使用PIN码解锁',
'Unlock By Face ID/Touch ID': '使用面容ID/指纹ID解锁',
'Unlock': '解锁',
'Re-login': '重新登陆',
'Username': '用户名',
'Your username': '你的用户名',
@@ -418,6 +417,8 @@ export default {
'Application lock has been enabled': '应用锁已经启用',
'Application lock is not enabled': '应用锁没有启用',
'PIN Code': 'PIN码',
'Unlock By PIN Code': '使用PIN码解锁',
'Unlock By Face ID/Touch ID': '使用面容ID/指纹ID解锁',
'Please input a new PIN code. PIN code would encrypt your local data, so you need input this PIN code when you launch this app. If this PIN code is lost, you should re-login.': '请输入一个新的PIN码,PIN码会加密你的本地数据,所以您每次打开应用时都需要输入PIN码。如果您忘记了PIN码,您需要重新登录。',
'Please enter your current PIN code when disable application lock': '禁用应用锁时需要输入当前的PIN码',
'Face ID / Touch ID': '面容ID / 指纹ID',
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<f7-page no-toolbar no-navbar no-swipeback login-screen>
<f7-login-screen-title>{{ $t('PIN Code') }}</f7-login-screen-title>
<f7-login-screen-title>{{ $t('Unlock') }}</f7-login-screen-title>
<f7-list form>
<f7-list-item class="list-item-pincode-input">
<PincodeInput secure :length="6" v-model="pinCode" @keyup.native="unlockByPin" />