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
1 change: 1 addition & 0 deletions apps/common/constants/permission_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ def get_workspace_role(self):
WorkspaceGroup.OTHER.value: _("Other"),
Operate.READ.value: _("Read"),
Operate.EDIT.value: _("Edit"),
Operate.PUBLISH.value: _("Publish"),
Operate.CREATE.value: _("Create"),
Operate.DELETE.value: _("Delete"),
Group.EMAIL_SETTING.value: _("Email Setting"),
Expand Down
3 changes: 3 additions & 0 deletions apps/locales/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9246,4 +9246,7 @@ msgid "The {index}th item in model_params_form must be a dictionary"
msgstr ""

msgid "The label field is required for the {index}th item in model_params_form"
msgstr ""

msgid "Publish"
msgstr ""
5 changes: 4 additions & 1 deletion apps/locales/zh_CN/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9369,4 +9369,7 @@ msgid "The {index}th item in model_params_form must be a dictionary"
msgstr "model_params_form 中的第 {index} 项必须是一个字典"

msgid "The label field is required for the {index}th item in model_params_form"
msgstr "model_params_form 中的第 {index} 项的 label 字段是必填项"
msgstr "model_params_form 中的第 {index} 项的 label 字段是必填项"

msgid "Publish"
msgstr "发布"
5 changes: 4 additions & 1 deletion apps/locales/zh_Hant/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9366,4 +9366,7 @@ msgid "The {index}th item in model_params_form must be a dictionary"
msgstr "model_params_form 中的第 {index} 项必须是一个字典"

msgid "The label field is required for the {index}th item in model_params_form"
msgstr "model_params_form 中的第 {index} 项的 label 字段是必填项"
msgstr "model_params_form 中的第 {index} 项的 label 字段是必填项"

msgid "Publish"
msgstr "發布"
Loading