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
12 changes: 12 additions & 0 deletions apps/locales/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8558,4 +8558,16 @@ msgid "Unpublished"
msgstr ""

msgid "Published"
msgstr ""

msgid "users_permission"
msgstr ""

msgid "Get user authorization status of resource"
msgstr ""

msgid "Edit user authorization status of resource"
msgstr ""

msgid "Get user authorization status of resource by page"
msgstr ""
14 changes: 13 additions & 1 deletion apps/locales/zh_CN/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8684,4 +8684,16 @@ msgid "Unpublished"
msgstr "未发布"

msgid "Published"
msgstr "已发布"
msgstr "已发布"

msgid "users_permission"
msgstr "用户权限"

msgid "Get user authorization status of resource"
msgstr "获取资源对用户的授权状态"

msgid "Edit user authorization status of resource"
msgstr "修改资源对用户的授权状态"

msgid "Get user authorization status of resource by page"
msgstr "分页获取资源对用户的授权状态"
14 changes: 13 additions & 1 deletion apps/locales/zh_Hant/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8684,4 +8684,16 @@ msgid "Unpublished"
msgstr "未發佈"

msgid "Published"
msgstr "已發佈"
msgstr "已發佈"

msgid "users_permission"
msgstr "用戶許可權"

msgid "Get user authorization status of resource"
msgstr "獲取資源對用戶的授權狀態"

msgid "Edit user authorization status of resource"
msgstr "修改資源對用戶的授權狀態"

msgid "Get user authorization status of resource by page"
msgstr "分頁獲取資源對用戶的授權狀態"
Loading