fix(接口测试): 修改接口参数值优化文案不正确

This commit is contained in:
xinxin.wu 2024-08-12 18:24:33 +08:00 committed by Craftsman
parent 9801f93f02
commit 326ba87a6a
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
export default {
'ms.paramsInput.value': 'Parameter value',
'ms.paramsInput.placeholder': 'Starting with {at}, double-click to quickly enter',
'ms.paramsInput.placeholder': 'Starting with {at}',
'ms.paramsInput.preview': 'Parameter preview',
'ms.paramsInput.previewClick': 'Click to get',
'ms.paramsInput.natural': 'Natural number',

View File

@ -1,6 +1,6 @@
export default {
'ms.paramsInput.value': '参数值',
'ms.paramsInput.placeholder': '以{at}开始,双击可快速输入',
'ms.paramsInput.placeholder': '以{at}开始',
'ms.paramsInput.preview': '参数预览',
'ms.paramsInput.previewClick': '点击获取',
'ms.paramsInput.natural': '自然数',

View File

@ -21,7 +21,7 @@ export default {
'apiTestDebug.paramName': 'Parameter name',
'apiTestDebug.paramNamePlaceholder': 'Please enter parameter name',
'apiTestDebug.paramValue': 'Parameter value',
'apiTestDebug.paramValuePlaceholder': 'Starting with {at}, double-click to quickly enter',
'apiTestDebug.paramValuePlaceholder': 'Starting with {at}',
'apiTestDebug.extractValueByColumn': 'Extract value by column',
'apiTestDebug.paramValuePreview': 'Parameter preview',
'apiTestDebug.paramRequired': 'Required',

View File

@ -24,7 +24,7 @@ export default {
'apiTestDebug.paramNotRequired': '非必填',
'apiTestDebug.paramType': '类型',
'apiTestDebug.paramValue': '参数值',
'apiTestDebug.paramValuePlaceholder': '以{at}开始,双击可快速输入',
'apiTestDebug.paramValuePlaceholder': '以{at}开始',
'apiTestDebug.extractValueByColumn': '按列提取值',
'apiTestDebug.paramLengthRange': '长度区间',
'apiTestDebug.paramMin': '最小值',