refactor(接口测试): 接口测试同步弹窗Ui保存文字优化

--user=郭雨琦
This commit is contained in:
guoyuqi 2023-01-17 15:54:49 +08:00 committed by xiaomeinvG
parent a0326c34e3
commit d4b0d51df4
4 changed files with 9 additions and 6 deletions

View File

@ -17,7 +17,7 @@
</div>
</el-row>
<el-row style="margin-top: 16px">
<span class="text-class">{{ $t('api_test.definition.request.other_config') }}</span>
<span class="text-class">{{ $t('commons.other') }}</span>
<div style="color: var(--primary_color);margin-top: 8px;">
<el-checkbox v-model="fromData.delNotSame" @change="changeEvent">
<span class="text-class">{{ $t('workstation.delNotSame') }}</span>

View File

@ -487,7 +487,8 @@ const message = {
ui_element: 'default',
ui_scenario: 'default',
ui_module: "default",
}
},
other: "Other"
},
login: {
normal_Login: "Normal Login",
@ -3283,7 +3284,7 @@ const message = {
api_tip: 'Both the interface definition and the affected interface use cases will enter the to-be-updated list',
case_tip: 'If the interface use case meets the conditions, it will enter the to-be-updated list',
update_rule_title: 'Enter the to-be-updated list rule settings',
no_show_setting: 'No more setting pop-ups',
no_show_setting: 'Do not pop up this popup again',
api_receiver_tip: "Note: Please confirm that \"API update\" in the API test task notification has been set \"Intra-site message\" message, otherwise, you will not receive message reminders",
case_receiver_tip: "Note: Please confirm that \"CASE update\" in the API test task notification has been set \"Intra-site message\" message, otherwise, you will not receive message reminders",
no_show_setting_tip: "After checking, the pop-up window will no longer pop up, and the synchronization and change notification will be performed according to the setting content by default: If you need to change the setting, you can open the setting item in the drop-down option next to the save button。",

View File

@ -492,6 +492,7 @@ const message = {
},
template_delete: "模版删除",
scope: "应用场景",
other: "其他"
},
login: {
normal_Login: "普通登录",
@ -3292,7 +3293,7 @@ const message = {
api_tip: '接口定义和受影响的接口用例都会进入待更新列表',
case_tip: '接口用例符合条件就会进入待更新列表',
update_rule_title: '进入待更新列表规则设置',
no_show_setting: '不再弹出设置弹窗',
no_show_setting: '不再弹出弹窗',
api_receiver_tip: "注意:请确认接口测试任务通知中的\"API更新\"已设置\"站内信\"消息,否则,将接收不到消息提醒。",
case_receiver_tip: "注意:请确认接口测试任务通知中的\"CASE更新\"已设置\"站内信\"消息,否则,将接收不到消息提醒。",
no_show_setting_tip: "勾选后,不再弹出弹窗,会默认按照设置的内容执行同步和变更通知:如果需要更改设置,可以在保存按钮旁的下拉选项中,打开设置项。",

View File

@ -490,7 +490,8 @@ const message = {
ui_scenario: '未規劃場景',
ui_module: "未規劃模塊",
},
template_delete: "模版刪除"
template_delete: "模版刪除",
other: "其他"
},
login: {
normal_Login: "普通登錄",
@ -3294,7 +3295,7 @@ const message = {
api_tip: '接口定義和受影響的接口用例都會進入待更新列表',
case_tip: '接口用例符合條件就會進入待更新列表',
update_rule_title: '進入待更新列表規則設置',
no_show_setting: '不再彈出設置彈窗',
no_show_setting: '不再彈出彈窗',
api_receiver_tip: "注意:請確認接口測試任務通知中的\"API更新\"已設置\"站內信\"消息,否則,將接收不到消息提醒",
case_receiver_tip: "注意:請確認接口測試任務通知中的\"CASE更新\"已設置\"站內信\"消息,否則,將接收不到消息提醒。",
no_show_setting_tip: "勾選後,不再彈出彈窗,會默認按照設置的內容執行同步和變更通知:如果需要更改設置,可以在保存按鈕旁的下拉選項中,打開設置項。",