fix: update form value trigger tips

This commit is contained in:
jialin
2025-04-30 11:01:14 +08:00
parent 52add26905
commit a3501e5417
15 changed files with 116 additions and 68 deletions
+4 -1
View File
@@ -239,5 +239,8 @@ export default {
'common.appearance.dark': 'Dark',
'common.appearance.light': 'Light',
'common.appearance.system': 'System Default',
'common.exception.404': 'Sorry, the page you visited does not exist.'
'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.'
};
+2 -1
View File
@@ -17,5 +17,6 @@ export default {
'menu.users': 'Users',
'menu.profile': 'Profile',
'menu.login': 'Login',
'menu.usage': 'Usage'
'menu.usage': 'Usage',
'menu.404': '404'
};
+8 -2
View File
@@ -239,7 +239,10 @@ export default {
'common.appearance.dark': 'Dark',
'common.appearance.light': 'Light',
'common.appearance.system': 'System Default',
'common.exception.404': 'Sorry, the page you visited does not exist.'
'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.'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -247,5 +250,8 @@ export default {
// 2. 'common.appearance.light': 'Light',
// 3. 'common.appearance.system': 'System Default',
// 4. 'common.appearance': 'Appearance',
// 5. 'common.exception.404': 'Sorry, the page you visited does not exist.'
// 5. 'common.exception.404': 'Sorry, the page you visited does not exist.',
// 6. 'common.appearance.darkmode': 'Dark Mode',
// 7. 'common.appearance.lightmode': 'Light Mode',
// 8. 'common.appearance.tips': 'Default follows system preference.'
// ========== End of To-Do List ==========
+2 -1
View File
@@ -17,5 +17,6 @@ export default {
'menu.users': 'ユーザー',
'menu.profile': 'プロフィール',
'menu.login': 'ログイン',
'menu.usage': '使用状況'
'menu.usage': '使用状況',
'menu.404': '404'
};
+8 -2
View File
@@ -237,9 +237,15 @@ export default {
'common.appearance.dark': 'Темная',
'common.appearance.light': 'Светлая',
'common.appearance.system': 'Как в системе',
'common.exception.404': 'Sorry, the page you visited does not exist.'
'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.'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'common.exception.404': 'Sorry, the page you visited does not exist.'
// 1. 'common.exception.404': 'Sorry, the page you visited does not exist.',
// 2. 'common.appearance.darkmode': 'Dark Mode',
// 3. 'common.appearance.lightmode': 'Light Mode',
// 4. 'common.appearance.tips': 'Default follows system preference.'
// ========== End of To-Do List ==========
+2 -1
View File
@@ -17,5 +17,6 @@ export default {
'menu.users': 'Пользователи',
'menu.profile': 'Профиль',
'menu.login': 'Авторизация',
'menu.usage': 'Использование'
'menu.usage': 'Использование',
'menu.404': '404'
};
+4 -1
View File
@@ -234,5 +234,8 @@ export default {
'common.appearance.dark': '深色',
'common.appearance.light': '浅色',
'common.appearance.system': '跟随系统',
'common.exception.404': '抱歉,你访问的页面不存在'
'common.exception.404': '抱歉,你访问的页面不存在',
'common.appearance.darkmode': '深色模式',
'common.appearance.lightmode': '浅色模式',
'common.appearance.tips': '默认跟随系统设置'
};
+2 -1
View File
@@ -17,5 +17,6 @@ export default {
'menu.users': '用户',
'menu.profile': '个人信息',
'menu.login': '登录',
'menu.usage': '使用量'
'menu.usage': '使用量',
'menu.404': '404'
};