fix(用例管理): 功能用例添加附件大小文案修改

--bug=1035826 --user=王旭 【用例管理】功能用例-用例详情-添加附件-文件大小限制为50MB https://www.tapd.cn/55049933/s/1465990
This commit is contained in:
WangXu10 2024-02-28 11:20:01 +08:00 committed by 刘瑞斌
parent 89278a4cc1
commit 350f7d23a3
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
</a-dropdown> </a-dropdown>
</div> </div>
<div class="!hover:bg-[rgb(var(--primary-1))] !text-[var(--color-text-4)]"> <div class="!hover:bg-[rgb(var(--primary-1))] !text-[var(--color-text-4)]">
{{ t('bugManagement.edit.addAttachmentTip') }} {{ t('system.orgTemplate.addAttachmentTip') }}
</div> </div>
</div> </div>
</a-form-item> </a-form-item>

View File

@ -97,7 +97,7 @@ export default {
'system.orgTemplate.stepTip': 'Please enter steps', 'system.orgTemplate.stepTip': 'Please enter steps',
'system.orgTemplate.expectationTip': 'Please enter expectations', 'system.orgTemplate.expectationTip': 'Please enter expectations',
'system.orgTemplate.addAttachment': 'Add attachment', 'system.orgTemplate.addAttachment': 'Add attachment',
'system.orgTemplate.addAttachmentTip': 'Support any type of file, the file size does not exceed 500MB', 'system.orgTemplate.addAttachmentTip': 'Support any type of file, the file size does not exceed 50MB',
'system.orgTemplate.enabledSuccessfully': 'Enabled successfully', 'system.orgTemplate.enabledSuccessfully': 'Enabled successfully',
'system.orgTemplate.thirdPartyPlatforms': 'Used to map field values for third-party platforms such as JIRA', 'system.orgTemplate.thirdPartyPlatforms': 'Used to map field values for third-party platforms such as JIRA',
'system.orgTemplate.optionsIdNoRepeat': 'The option ID must be unique', 'system.orgTemplate.optionsIdNoRepeat': 'The option ID must be unique',

View File

@ -97,7 +97,7 @@ export default {
'system.orgTemplate.stepTip': '请输入步骤', 'system.orgTemplate.stepTip': '请输入步骤',
'system.orgTemplate.expectationTip': '请输入预期', 'system.orgTemplate.expectationTip': '请输入预期',
'system.orgTemplate.addAttachment': '添加附件', 'system.orgTemplate.addAttachment': '添加附件',
'system.orgTemplate.addAttachmentTip': '支持任意类型文件,文件大小不超过 500MB', 'system.orgTemplate.addAttachmentTip': '支持任意类型文件,文件大小不超过 50MB',
'system.orgTemplate.enabledSuccessfully': '启用成功', 'system.orgTemplate.enabledSuccessfully': '启用成功',
'system.orgTemplate.thirdPartyPlatforms': '用于映射 JIRA 等第三方平台字段值', 'system.orgTemplate.thirdPartyPlatforms': '用于映射 JIRA 等第三方平台字段值',
'system.orgTemplate.optionsIdNoRepeat': '选项 ID 不可以重复', 'system.orgTemplate.optionsIdNoRepeat': '选项 ID 不可以重复',