chore: form tabs active change

This commit is contained in:
jialin
2026-02-12 12:20:05 +08:00
parent 07664b5f22
commit 978d327bcd
10 changed files with 175 additions and 43 deletions
+2 -1
View File
@@ -275,5 +275,6 @@ export default {
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled',
'common.button.duplicate': 'Duplicate'
'common.button.duplicate': 'Duplicate',
'common.option.other': 'Other'
};
+4 -2
View File
@@ -275,7 +275,8 @@ export default {
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled',
'common.button.duplicate': 'Duplicate'
'common.button.duplicate': 'Duplicate',
'common.option.other': 'Other'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -315,5 +316,6 @@ export default {
// 34. 'common.button.disable': 'Disable',
// 35. 'common.status.enabled': 'Enabled',
// 36. 'common.status.disabled': 'Disabled'
// 33. 'common.button.duplicate': 'Duplicate'
// 33. 'common.button.duplicate': 'Duplicate',
// 34. 'common.option.other': 'Other'
// ========== End of To-Do List ==========
+2 -1
View File
@@ -274,7 +274,8 @@ export default {
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled',
'common.button.duplicate': 'Duplicate'
'common.button.duplicate': 'Duplicate',
'common.option.other': 'Другое'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+2 -1
View File
@@ -267,5 +267,6 @@ export default {
'common.button.disable': '禁用',
'common.status.enabled': '已启用',
'common.status.disabled': '未启用',
'common.button.duplicate': '复制'
'common.button.duplicate': '复制',
'common.option.other': '其它'
};