chore: backend api

This commit is contained in:
jialin
2026-01-30 20:48:55 +08:00
committed by Lawrence Li
parent af6f90c228
commit a2be7f6b36
22 changed files with 11829 additions and 9118 deletions
+1
View File
@@ -10,6 +10,7 @@ export default {
'backend.framework': 'Framework',
'backend.builtin': 'Built-in',
'backend.custom': 'Custom',
'backend.community': 'Community',
'backend.isDefault': 'Default',
'backend.availableFrameworks': 'Supported Frameworks',
'backend.addVersion': 'Add Version',
+5 -1
View File
@@ -269,5 +269,9 @@ export default {
'common.button.dontshowagain': "Don't show again",
'common.sorter.tips.ascend': 'Click to sort ascending',
'common.sorter.tips.descend': 'Click to sort descending',
'common.sorter.tips.cancel': 'Click to cancel sorting'
'common.sorter.tips.cancel': 'Click to cancel sorting',
'common.button.enable': 'Enable',
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled'
};
+1
View File
@@ -10,6 +10,7 @@ export default {
'backend.framework': 'Framework',
'backend.builtin': 'Built-in',
'backend.custom': 'Custom',
'backend.community': 'Community',
'backend.isDefault': 'Default',
'backend.availableFrameworks': 'Supported Frameworks',
'backend.addVersion': 'Add Version',
+10 -2
View File
@@ -269,7 +269,11 @@ export default {
'common.button.dontshowagain': "Don't show again",
'common.sorter.tips.ascend': 'Click to sort ascending',
'common.sorter.tips.descend': 'Click to sort descending',
'common.sorter.tips.cancel': 'Click to cancel sorting'
'common.sorter.tips.cancel': 'Click to cancel sorting',
'common.button.enable': 'Enable',
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -304,5 +308,9 @@ export default {
// 29. 'common.button.dontshowagain': "Don't show again",
// 30. 'common.sorter.tips.ascend': 'Click to sort ascending',
// 31. 'common.sorter.tips.descend': 'Click to sort descending',
// 32. 'common.sorter.tips.cancel': 'Click to cancel sorting'
// 32. 'common.sorter.tips.cancel': 'Click to cancel sorting',
// 33. 'common.button.enable': 'Enable',
// 34. 'common.button.disable': 'Disable',
// 35. 'common.status.enabled': 'Enabled',
// 36. 'common.status.disabled': 'Disabled'
// ========== End of To-Do List ==========
+1
View File
@@ -10,6 +10,7 @@ export default {
'backend.framework': 'Фреймворк',
'backend.builtin': 'Встроенный',
'backend.custom': 'Пользовательский',
'backend.community': 'Сообщество',
'backend.isDefault': 'По умолчанию',
'backend.availableFrameworks': 'Поддерживаемые фреймворки',
'backend.addVersion': 'Добавить версию',
+10 -3
View File
@@ -265,12 +265,19 @@ export default {
'common.form.rule.selectInput': 'Выберите или введите {name}',
'common.tag.experimental': 'Экспериментальный',
'common.title.example': 'Пример',
'common.button.dontshowagain': "Больше не показывать",
'common.button.dontshowagain': 'Больше не показывать',
'common.sorter.tips.ascend': 'Нажмите для сортировки по возрастанию',
'common.sorter.tips.descend': 'Нажмите для сортировки по убыванию',
'common.sorter.tips.cancel': 'Нажмите, чтобы отменить сортировку'
'common.sorter.tips.cancel': 'Нажмите, чтобы отменить сортировку',
'common.button.enable': 'Enable',
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled'
};
// ========== 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'
// ========== End of To-Do List ==========
+1
View File
@@ -10,6 +10,7 @@ export default {
'backend.framework': '框架',
'backend.builtin': '内置',
'backend.custom': '自定义',
'backend.community': '社区',
'backend.isDefault': '默认',
'backend.availableFrameworks': '支持框架',
'backend.addVersion': '添加版本',
+5 -1
View File
@@ -261,5 +261,9 @@ export default {
'common.button.dontshowagain': '不再提示',
'common.sorter.tips.ascend': '点击升序',
'common.sorter.tips.descend': '点击降序',
'common.sorter.tips.cancel': '取消排序'
'common.sorter.tips.cancel': '取消排序',
'common.button.enable': '启用',
'common.button.disable': '禁用',
'common.status.enabled': '已启用',
'common.status.disabled': '未启用'
};