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
8 changes: 8 additions & 0 deletions apps/locales/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7565,6 +7565,14 @@ msgstr ""
msgid "Please analyze the content of the image."
msgstr ""

#: apps/xpack/serializers/channel/aibot/bot_manager.py:281
msgid "Please analyze the content of the file."
msgstr ""

#: apps/xpack/serializers/channel/aibot/bot_manager.py:283
msgid "Please analyze the content of the video."
msgstr ""

#: apps/xpack/serializers/channel/ding_talk.py:95
#, python-brace-format
msgid "DingTalk application: {user}"
Expand Down
8 changes: 8 additions & 0 deletions apps/locales/zh_CN/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7684,6 +7684,14 @@ msgstr "图片下载失败,请检查网络"
msgid "Please analyze the content of the image."
msgstr "请分析图片内容。"

#: apps/xpack/serializers/channel/aibot/bot_manager.py:281
msgid "Please analyze the content of the file."
msgstr "请分析文件内容。"

#: apps/xpack/serializers/channel/aibot/bot_manager.py:283
msgid "Please analyze the content of the video."
msgstr "请分析视频内容。"

#: apps/xpack/serializers/channel/ding_talk.py:95
msgid "DingTalk application: {user}"
msgstr "钉钉智能体: {user}"
Expand Down
8 changes: 8 additions & 0 deletions apps/locales/zh_Hant/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7684,6 +7684,14 @@ msgstr "圖片下載失敗,請檢查網絡"
msgid "Please analyze the content of the image."
msgstr "請分析圖片內容。"

#: apps/xpack/serializers/channel/aibot/bot_manager.py:281
msgid "Please analyze the content of the file."
msgstr "請分析文件內容。"

#: apps/xpack/serializers/channel/aibot/bot_manager.py:283
msgid "Please analyze the content of the video."
msgstr "請分析視頻內容。"

#: apps/xpack/serializers/channel/ding_talk.py:95
msgid "DingTalk application: {user}"
msgstr "釘釘智能體: {user}"
Expand Down
Loading