diff --git a/src/locales/en.js b/src/locales/en.js index 9f6079c5..4006836a 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -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', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 95d8e26b..67632f6c 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -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', diff --git a/src/views/mobile/Unlock.vue b/src/views/mobile/Unlock.vue index aedc769a..406d2f73 100644 --- a/src/views/mobile/Unlock.vue +++ b/src/views/mobile/Unlock.vue @@ -1,6 +1,6 @@