Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/common/constants/permission_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ def get_workspace_role(self):
Operate.TRIGGER_EDIT.value: _('Edit Trigger'),
Operate.TRIGGER_DELETE.value: _('Delete Trigger'),
Operate.RECORD.value: _('Read execute record'),
Operate.BATCH_DELETE.value: _('Batch delete'),
Operate.BATCH_MOVE.value: _('Batch move'),

Group.APPLICATION_OVERVIEW.value: _('Overview'),
Group.APPLICATION_ACCESS.value: _('Application Access'),
Expand Down
7 changes: 7 additions & 0 deletions apps/locales/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9230,5 +9230,12 @@ msgstr "Export system knowledge bundle"
msgid "Export shared knowledge bundle"
msgstr "Export shared knowledge bundle"

msgid "Batch delete"
msgstr "Batch delete"

msgid "Batch move"
msgstr "Batch move"




5 changes: 5 additions & 0 deletions apps/locales/zh_CN/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9353,3 +9353,8 @@ msgstr "导出系统知识库"
msgid "Export shared knowledge bundle"
msgstr "导出共享知识库"

msgid "Batch delete"
msgstr "批量删除"

msgid "Batch move"
msgstr "批量移动"
7 changes: 7 additions & 0 deletions apps/locales/zh_Hant/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9350,3 +9350,10 @@ msgstr "匯出系統知識庫"
msgid "Export shared knowledge bundle"
msgstr "匯出共享知識庫"

msgid "Batch delete"
msgstr "批量刪除"

msgid "Batch move"
msgstr "批量移動"


Loading