From 5c09bacac9c9c6fbc057fbbc284c313c2e61e2d8 Mon Sep 17 00:00:00 2001 From: panxinying Date: Mon, 3 Aug 2026 17:45:15 +0800 Subject: [PATCH] feat: Chat User API Key locales --- apps/locales/en_US/LC_MESSAGES/django.po | 36 +++++++++++++--------- apps/locales/zh_CN/LC_MESSAGES/django.po | 23 +++++++++++++- apps/locales/zh_Hant/LC_MESSAGES/django.po | 23 +++++++++++++- 3 files changed, 65 insertions(+), 17 deletions(-) diff --git a/apps/locales/en_US/LC_MESSAGES/django.po b/apps/locales/en_US/LC_MESSAGES/django.po index d9190692ab6..4041a981c30 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -9428,21 +9428,6 @@ msgstr "" msgid "Chat User Group" msgstr "" -msgid "Create or update System User Group" -msgstr "" - -msgid "Get System User Group list by workspace id" -msgstr "" - -msgid "Delete System User Group" -msgstr "" - -msgid "Add members to System User Group" -msgstr "" - -msgid "Remove members from System User Group" -msgstr "" - msgid "Get user group authorization status of resource" msgstr "" @@ -9516,4 +9501,25 @@ msgid "Get portal login info" msgstr "" msgid "Portal logout" +msgstr "" + +msgid "Create ChatUserAPIKey" +msgstr "" + +msgid "Get ChatUserAPIKey List" +msgstr "" + +msgid "Delete ChatUserAPIKey" +msgstr "" + +msgid "Chat User API Key" +msgstr "" + +msgid "Add chat user API key" +msgstr "" + +msgid "Get chat user API key list" +msgstr "" + +msgid "Delete chat user API key" 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 ec198726f09..af2eade48b6 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -9640,4 +9640,25 @@ msgid "Get portal login info" msgstr "获取门户登录信息" msgid "Portal logout" -msgstr "门户退出登录" \ No newline at end of file +msgstr "门户退出登录" + +msgid "Create ChatUserAPIKey" +msgstr "创建对话用户 API 密钥" + +msgid "Get ChatUserAPIKey List" +msgstr "获取对话用户 API 密钥列表" + +msgid "Delete ChatUserAPIKey" +msgstr "删除对话用户 API 密钥" + +msgid "Chat User API Key" +msgstr "对话用户 API 密钥" + +msgid "Add chat user API key" +msgstr "添加对话用户 API 密钥" + +msgid "Get chat user API key list" +msgstr "获取对话用户 API 密钥列表" + +msgid "Delete chat user API key" +msgstr "删除对话用户 API 密钥" diff --git a/apps/locales/zh_Hant/LC_MESSAGES/django.po b/apps/locales/zh_Hant/LC_MESSAGES/django.po index 4fb4074c7f6..1748fb657f3 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -9639,4 +9639,25 @@ msgid "Get portal login info" msgstr "獲取門戶登錄信息" msgid "Portal logout" -msgstr "門戶退出登錄" \ No newline at end of file +msgstr "門戶退出登錄" + +msgid "Create ChatUserAPIKey" +msgstr "創建對話用戶 API 密鑰" + +msgid "Get ChatUserAPIKey List" +msgstr "獲取對話用戶 API 密鑰列表" + +msgid "Delete ChatUserAPIKey" +msgstr "刪除對話用戶 API 密鑰" + +msgid "Chat User API Key" +msgstr "對話用戶 API 密鑰" + +msgid "Add chat user API key" +msgstr "添加對話用戶 API 密鑰" + +msgid "Get chat user API key list" +msgstr "獲取對話用戶 API 密鑰列表" + +msgid "Delete chat user API key" +msgstr "刪除對話用戶 API 密鑰"