fix(接口定义): 批量导出接口成功提示文案调整
This commit is contained in:
parent
1cd274db3d
commit
2e5b6b422f
|
@ -1107,7 +1107,7 @@
|
|||
h('div', { class: 'flex flex-col gap-[8px] items-start' }, [
|
||||
h('div', { class: 'font-medium' }, t('common.exportSuccessful')),
|
||||
h('div', { class: 'flex items-center gap-[12px]' }, [
|
||||
h('div', t('caseManagement.featureCase.exportCaseCount', { number: count })),
|
||||
h('div', t('caseManagement.featureCase.exportApiCount', { number: count })),
|
||||
h(
|
||||
MsButton,
|
||||
{
|
||||
|
|
|
@ -61,6 +61,7 @@ export default {
|
|||
'caseManagement.featureCase.exportExcel.cellSplitting': 'Cell Splitting',
|
||||
'caseManagement.featureCase.exportExcel.cellSplittingTip': '1 step per cell, 1 test case occupies multiple rows',
|
||||
'caseManagement.featureCase.exportExcel.defaultTip': '1 test case per row, multiple steps in one cell',
|
||||
'caseManagement.featureCase.exportApiCount': '{ number } interface successfully exported',
|
||||
'caseManagement.featureCase.exportCaseCount': '{ number } test cases successfully exported',
|
||||
'caseManagement.featureCase.exportXMind': 'Exporting Mind (xmind)',
|
||||
'caseManagement.featureCase.exportXMindNoUnit': 'Exporting XMind',
|
||||
|
|
|
@ -61,6 +61,7 @@ export default {
|
|||
'caseManagement.featureCase.exportExcel.cellSplitting': '单元格拆分',
|
||||
'caseManagement.featureCase.exportExcel.cellSplittingTip': '1 个步骤占用 1 个单元格,1 条用例占用多行',
|
||||
'caseManagement.featureCase.exportExcel.defaultTip': '1 条用例占 1 行,多个步骤在 1 个单元格内',
|
||||
'caseManagement.featureCase.exportApiCount': '{ number } 条接口已成功导出',
|
||||
'caseManagement.featureCase.exportCaseCount': '{ number } 条用例已成功导出',
|
||||
'caseManagement.featureCase.exportXMind': '导出思维导图 (xmind)',
|
||||
'caseManagement.featureCase.exportXMindNoUnit': '导出思维导图',
|
||||
|
|
Loading…
Reference in New Issue