style: login modal
This commit is contained in:
@@ -242,5 +242,6 @@ export default {
|
||||
'common.exception.404': 'Sorry, the page you visited does not exist.',
|
||||
'common.appearance.darkmode': 'Dark Mode',
|
||||
'common.appearance.lightmode': 'Light Mode',
|
||||
'common.appearance.tips': 'Default follows system preference.'
|
||||
'common.appearance.tips': 'Default follows system preference.',
|
||||
'common.button.forgotpassword': 'Forgot password?'
|
||||
};
|
||||
|
||||
@@ -242,7 +242,8 @@ export default {
|
||||
'common.exception.404': 'Sorry, the page you visited does not exist.',
|
||||
'common.appearance.darkmode': 'Dark Mode',
|
||||
'common.appearance.lightmode': 'Light Mode',
|
||||
'common.appearance.tips': 'Default follows system preference.'
|
||||
'common.appearance.tips': 'Default follows system preference.',
|
||||
'common.button.forgotpassword': 'Forgot password?'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -254,4 +255,5 @@ export default {
|
||||
// 6. 'common.appearance.darkmode': 'Dark Mode',
|
||||
// 7. 'common.appearance.lightmode': 'Light Mode',
|
||||
// 8. 'common.appearance.tips': 'Default follows system preference.'
|
||||
// 9. 'common.button.forgotpassword': 'Forgot Password?'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -240,7 +240,8 @@ export default {
|
||||
'common.exception.404': 'Sorry, the page you visited does not exist.',
|
||||
'common.appearance.darkmode': 'Dark Mode',
|
||||
'common.appearance.lightmode': 'Light Mode',
|
||||
'common.appearance.tips': 'Default follows system preference.'
|
||||
'common.appearance.tips': 'Default follows system preference.',
|
||||
'common.button.forgotpassword': 'Forgot password?'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -248,4 +249,5 @@ export default {
|
||||
// 2. 'common.appearance.darkmode': 'Dark Mode',
|
||||
// 3. 'common.appearance.lightmode': 'Light Mode',
|
||||
// 4. 'common.appearance.tips': 'Default follows system preference.'
|
||||
// 5. 'common.button.forgotpassword': 'Forgot Password?'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -237,5 +237,6 @@ export default {
|
||||
'common.exception.404': '抱歉,你访问的页面不存在',
|
||||
'common.appearance.darkmode': '深色模式',
|
||||
'common.appearance.lightmode': '浅色模式',
|
||||
'common.appearance.tips': '默认跟随系统设置'
|
||||
'common.appearance.tips': '默认跟随系统设置',
|
||||
'common.button.forgotpassword': '忘记密码?'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user