fix: Locales

This commit is contained in:
zhangzhanwei 2025-10-27 17:45:52 +08:00 committed by zhanweizhang7
parent 8dbef83d7a
commit e17bb8f5dd
4 changed files with 10 additions and 1 deletions

View File

@ -8760,4 +8760,7 @@ msgid "Tag key already exists"
msgstr ""
msgid "Tag value already exists"
msgstr ""
msgid "Non-existent id"
msgstr ""

View File

@ -8887,3 +8887,6 @@ msgstr "标签已存在"
msgid "Tag value already exists"
msgstr "标签值已存在"
msgid "Non-existent id"
msgstr "不存在的ID"

View File

@ -8887,3 +8887,6 @@ msgstr "標籤已存在"
msgid "Tag value already exists"
msgstr "標籤值已存在"
msgid "Non-existent id"
msgstr "不存在的ID"

View File

@ -78,7 +78,7 @@ class UpdateUserResourcePermissionRequest(serializers.Serializer):
workspace_id, workspace_id, workspace_id])
if illegal_target_id_list is not None and len(illegal_target_id_list) > 0:
raise AppApiException(500,
_('Non-existent id[') + str(illegal_target_id_list) + ']')
_('Non-existent id')+'[' + str(illegal_target_id_list) + ']')
m_map = {