From 005458be62ac4efbf117e71501e3b5f603dd38e6 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Tue, 19 Nov 2024 11:46:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=9C=BA=E6=99=AF=E4=B8=8A=E4=B8=80=E6=AC=A1=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=8A=A5=E5=91=8A=E8=A2=AB=E5=88=A0=E9=99=A4=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=8B=A6=E6=88=AA=E7=9A=84=E6=8F=90=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1049018 --user=宋昌昌 【工作台】我创建的-接口场景-查看执行结果-提示无权限 https://www.tapd.cn/55049933/s/1611951 --- .../framework/sdk/src/main/resources/i18n/commons.properties | 2 +- .../sdk/src/main/resources/i18n/commons_en_US.properties | 2 +- .../sdk/src/main/resources/i18n/commons_zh_CN.properties | 2 +- .../sdk/src/main/resources/i18n/commons_zh_TW.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/framework/sdk/src/main/resources/i18n/commons.properties b/backend/framework/sdk/src/main/resources/i18n/commons.properties index 5617d04e12..e140cad58b 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons.properties @@ -239,7 +239,7 @@ test_track.length_less_than=标题过长,字数必须小于 # check owner check_owner_project=当前用户没有操作此项目的权限 check_owner_test=当前用户没有操作此测试的权限 -check_owner_case=当前用户没有操作此用例的权限 +check_owner_case=当前用户没有操作此资源的权限或资源不存在 check_owner_plan=当前用户没有操作此计划的权限 check_owner_review=当前用户没有操作此评审的权限 check_owner_comment=当前用户没有操作此评论的权限 diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties b/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties index a061367627..6597dcf1b3 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties @@ -240,7 +240,7 @@ test_track.length_less_than=The title is too long, the length must be less than # check owner check_owner_project=The current user does not have permission to operate this project check_owner_test=The current user does not have permission to operate this test -check_owner_case=The current user does not have permission to operate this resource +check_owner_case=The current user does not have permission to operate this resource or Resource does not exist check_owner_plan=The current user does not have permission to operate this plan check_owner_review=The current user does not have permission to operate this review check_owner_comment=The current user does not have permission to manipulate this comment diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties b/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties index 19e1a7317a..2bf9b79c93 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties @@ -241,7 +241,7 @@ test_track.length_less_than=标题过长,字数必须小于 # check owner check_owner_project=当前用户没有操作此项目的权限 check_owner_test=当前用户没有操作此测试的权限 -check_owner_case=当前用户没有操作此资源的权限 +check_owner_case=当前用户没有操作此资源的权限或资源不存在 check_owner_plan=当前用户没有操作此计划的权限 check_owner_review=当前用户没有操作此评审的权限 check_owner_comment=当前用户没有操作此评论的权限 diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties b/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties index 54fc9fd0b6..491251d57b 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties @@ -240,7 +240,7 @@ test_track.length_less_than=標題過長,字數必須小於 # check owner check_owner_project=當前用戶沒有操作此項目的權限 check_owner_test=當前用戶沒有操作此測試的權限 -check_owner_case=當前用戶沒有操作此資源的權限 +check_owner_case=當前用戶沒有操作此資源的權限或資源不存在 check_owner_plan=當前用戶沒有操作此計劃的權限 check_owner_review=當前用戶沒有操作此評審的權限 check_owner_comment=當前用戶沒有操作此評論的權限