diff --git a/apps/locales/en_US/LC_MESSAGES/django.po b/apps/locales/en_US/LC_MESSAGES/django.po index 60597ad5f..ee62e792a 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -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 "" \ No newline at end of file diff --git a/apps/locales/zh_CN/LC_MESSAGES/django.po b/apps/locales/zh_CN/LC_MESSAGES/django.po index 2c78c0bf7..36bc809ab 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -8684,4 +8684,16 @@ msgid "Unpublished" msgstr "未发布" msgid "Published" -msgstr "已发布" \ No newline at end of file +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 "分页获取资源对用户的授权状态" \ No newline at end of file diff --git a/apps/locales/zh_Hant/LC_MESSAGES/django.po b/apps/locales/zh_Hant/LC_MESSAGES/django.po index 48ed67d0c..efcaf4749 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -8684,4 +8684,16 @@ msgid "Unpublished" msgstr "未發佈" msgid "Published" -msgstr "已發佈" \ No newline at end of file +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 "分頁獲取資源對用戶的授權狀態" \ No newline at end of file