fix: Locales
parent
8dbef83d7a
commit
e17bb8f5dd
|
|
@ -8761,3 +8761,6 @@ msgstr ""
|
||||||
|
|
||||||
msgid "Tag value already exists"
|
msgid "Tag value already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Non-existent id"
|
||||||
|
msgstr ""
|
||||||
|
|
@ -8887,3 +8887,6 @@ msgstr "标签已存在"
|
||||||
|
|
||||||
msgid "Tag value already exists"
|
msgid "Tag value already exists"
|
||||||
msgstr "标签值已存在"
|
msgstr "标签值已存在"
|
||||||
|
|
||||||
|
msgid "Non-existent id"
|
||||||
|
msgstr "不存在的ID"
|
||||||
|
|
|
||||||
|
|
@ -8887,3 +8887,6 @@ msgstr "標籤已存在"
|
||||||
|
|
||||||
msgid "Tag value already exists"
|
msgid "Tag value already exists"
|
||||||
msgstr "標籤值已存在"
|
msgstr "標籤值已存在"
|
||||||
|
|
||||||
|
msgid "Non-existent id"
|
||||||
|
msgstr "不存在的ID"
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ class UpdateUserResourcePermissionRequest(serializers.Serializer):
|
||||||
workspace_id, workspace_id, workspace_id])
|
workspace_id, workspace_id, workspace_id])
|
||||||
if illegal_target_id_list is not None and len(illegal_target_id_list) > 0:
|
if illegal_target_id_list is not None and len(illegal_target_id_list) > 0:
|
||||||
raise AppApiException(500,
|
raise AppApiException(500,
|
||||||
_('Non-existent id[') + str(illegal_target_id_list) + ']')
|
_('Non-existent id')+'[' + str(illegal_target_id_list) + ']')
|
||||||
|
|
||||||
|
|
||||||
m_map = {
|
m_map = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue