chore: access form test

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent e188d788b9
commit 26e3a1944b
19 changed files with 622 additions and 323 deletions
+4 -1
View File
@@ -259,6 +259,7 @@ export default {
'common.sso.noConfig':
'Single sign-on is not enabled on this system. Please contact your administrator.',
'common.button.edit.item': 'Edit {name}',
'common.button.copy.item': 'Duplicate {name}',
'common.button.terminal': 'Terminal',
'common.button.addItem': 'Add Item',
'common.help.default': 'Default: {content}',
@@ -273,7 +274,8 @@ export default {
'common.button.enable': 'Enable',
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled'
'common.status.disabled': 'Disabled',
'common.button.duplicate': 'Duplicate'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -313,4 +315,5 @@ export default {
// 34. 'common.button.disable': 'Disable',
// 35. 'common.status.enabled': 'Enabled',
// 36. 'common.status.disabled': 'Disabled'
// 33. 'common.button.duplicate': 'Duplicate'
// ========== End of To-Do List ==========