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
+3 -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,5 +274,6 @@ 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'
};
+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 ==========
+5 -5
View File
@@ -258,6 +258,7 @@ export default {
'common.sso.noConfig':
'Единый вход не настроен в этой системе. Пожалуйста, обратитесь к администратору.',
'common.button.edit.item': 'Редактировать {name}',
'common.button.copy.item': 'Duplicate {name}',
'common.button.terminal': 'Терминал',
'common.button.addItem': 'Добавить элемент',
'common.help.default': 'По умолчанию: {content}',
@@ -272,12 +273,11 @@ 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) ==========
// 1. 'common.button.enable': 'Enable',
// 2. 'common.button.disable': 'Disable',
// 3. 'common.status.enabled': 'Enabled',
// 4. 'common.status.disabled': 'Disabled'
// 1. 'common.button.copy.item': 'Duplicate {name}',
// 2. 'common.button.duplicate': 'Duplicate'
// ========== End of To-Do List ==========
+3 -1
View File
@@ -251,6 +251,7 @@ export default {
'common.external.login': '使用 {type} 登录',
'common.sso.noConfig': '该系统未启用单点登录,请联系管理员。',
'common.button.edit.item': '编辑 {name}',
'common.button.copy.item': '复制 {name}',
'common.button.terminal': '终端',
'common.button.addItem': '添加项',
'common.help.default': '默认: {content}',
@@ -265,5 +266,6 @@ export default {
'common.button.enable': '启用',
'common.button.disable': '禁用',
'common.status.enabled': '已启用',
'common.status.disabled': '未启用'
'common.status.disabled': '未启用',
'common.button.duplicate': '复制'
};