diff --git a/apps/locales/en_US/LC_MESSAGES/django.po b/apps/locales/en_US/LC_MESSAGES/django.po index e75765b138d..44aaea72e49 100644 --- a/apps/locales/en_US/LC_MESSAGES/django.po +++ b/apps/locales/en_US/LC_MESSAGES/django.po @@ -9381,4 +9381,7 @@ msgid "User Name" msgstr "User Name" msgid "New chat" -msgstr "A new conversation has been generated. Please ask your question again!" \ No newline at end of file +msgstr "A new conversation has been generated. Please ask your question again!" + +msgid "Token Index" +msgstr "Token Index" \ 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 308cbc30791..c297e7592c1 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -9504,4 +9504,7 @@ msgid "User Name" msgstr "用户名称" msgid "New chat" -msgstr "已生成新对话,请重新提问!" \ No newline at end of file +msgstr "已生成新对话,请重新提问!" + +msgid "Token Index" +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 463dd0706c3..9bde82b803a 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -9504,4 +9504,7 @@ msgid "User Name" msgstr "用戶名稱" msgid "New chat" -msgstr "已生成新對話,請重新提問!" \ No newline at end of file +msgstr "已生成新對話,請重新提問!" + +msgid "Token Index" +msgstr "分詞索引" \ No newline at end of file