mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
modify text
This commit is contained in:
+3
-1
@@ -43,8 +43,10 @@ export default {
|
|||||||
'Settings': 'Settings',
|
'Settings': 'Settings',
|
||||||
'Back': 'Back',
|
'Back': 'Back',
|
||||||
'Username': 'Username',
|
'Username': 'Username',
|
||||||
'Username or Email': 'Username or Email',
|
'Your username': 'Your username',
|
||||||
|
'Your username or Email': 'Your username or Email',
|
||||||
'Password': 'Password',
|
'Password': 'Password',
|
||||||
|
'Your password': 'Your password',
|
||||||
'Log In': 'Log In',
|
'Log In': 'Log In',
|
||||||
'Don\'t have an account?': 'Don\'t have an account?',
|
'Don\'t have an account?': 'Don\'t have an account?',
|
||||||
'Create an account': 'Create an account',
|
'Create an account': 'Create an account',
|
||||||
|
|||||||
@@ -43,8 +43,10 @@ export default {
|
|||||||
'Settings': '设置',
|
'Settings': '设置',
|
||||||
'Back': '返回',
|
'Back': '返回',
|
||||||
'Username': '用户名',
|
'Username': '用户名',
|
||||||
'Username or Email': '用户名或注册邮箱',
|
'Your username': '你的用户名',
|
||||||
|
'Your username or Email': '你的用户名或注册邮箱',
|
||||||
'Password': '密码',
|
'Password': '密码',
|
||||||
|
'Your password': '你的密码',
|
||||||
'Log In': '登录',
|
'Log In': '登录',
|
||||||
'Don\'t have an account?': '还没有账号?',
|
'Don\'t have an account?': '还没有账号?',
|
||||||
'Create an account': '创建新账号',
|
'Create an account': '创建新账号',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
clear-button
|
clear-button
|
||||||
:label="$t('Username')"
|
:label="$t('Username')"
|
||||||
:placeholder="$t('Username or Email')"
|
:placeholder="$t('Your username or Email')"
|
||||||
:value="username"
|
:value="username"
|
||||||
@input="username = $event.target.value; tempToken = ''"
|
@input="username = $event.target.value; tempToken = ''"
|
||||||
></f7-list-input>
|
></f7-list-input>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
type="password"
|
type="password"
|
||||||
clear-button
|
clear-button
|
||||||
:label="$t('Password')"
|
:label="$t('Password')"
|
||||||
:placeholder="$t('Password')"
|
:placeholder="$t('Your password')"
|
||||||
:value="password"
|
:value="password"
|
||||||
@input="password = $event.target.value; tempToken = ''"
|
@input="password = $event.target.value; tempToken = ''"
|
||||||
></f7-list-input>
|
></f7-list-input>
|
||||||
|
|||||||
Reference in New Issue
Block a user