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
36 changes: 36 additions & 0 deletions apps/locales/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9555,3 +9555,39 @@ msgstr ""

msgid "Quota Setting"
msgstr "Quota Setting"

#: apps/xpack/serializers/chat_user.py:746
msgid "Quota mode"
msgstr "Quota mode"

#: apps/xpack/serializers/chat_user.py:750
msgid "Period unit"
msgstr "Period unit"

#: apps/xpack/serializers/chat_user.py:754
msgid "Period quantity"
msgstr "Period quantity"

#: apps/xpack/serializers/chat_user.py:758
msgid "Token limit (K)"
msgstr "Token limit (K)"

#: apps/xpack/serializers/chat_user.py:765
msgid "Period unit is required for periodic quota"
msgstr "Period unit is required for periodic quota"

#: apps/xpack/serializers/chat_user.py:767
msgid "Period quantity is required for periodic quota"
msgstr "Period quantity is required for periodic quota"

#: apps/xpack/serializers/chat_user.py:769
msgid "Token limit is required for periodic quota"
msgstr "Token limit is required for periodic quota"

#: apps/xpack/views/system_chat_user.py:73
msgid "Get chat user quota"
msgstr "Get chat user quota"

#: apps/xpack/views/system_chat_user.py:82
msgid "Set chat user quota"
msgstr "Set chat user quota"
42 changes: 41 additions & 1 deletion apps/locales/zh_CN/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9693,4 +9693,44 @@ msgid "Delete chat user API key"
msgstr "删除对话用户 API 密钥"

msgid "Quota Setting"
msgstr "配额设置"
msgstr "配额设置"

#: apps/xpack/serializers/chat_user.py:746
msgid "Quota mode"
msgstr "配额模式"

#: apps/xpack/serializers/chat_user.py:750
msgid "Period unit"
msgstr "周期单位"

#: apps/xpack/serializers/chat_user.py:754
msgid "Period quantity"
msgstr "周期数量"

#: apps/xpack/serializers/chat_user.py:758
msgid "Token limit (K)"
msgstr "Tokens 上限(K)"

#: apps/xpack/serializers/chat_user.py:765
msgid "Period unit is required for periodic quota"
msgstr "按周期限制时,周期单位不能为空"

#: apps/xpack/serializers/chat_user.py:767
msgid "Period quantity is required for periodic quota"
msgstr "按周期限制时,周期数量不能为空"

#: apps/xpack/serializers/chat_user.py:769
msgid "Token limit is required for periodic quota"
msgstr "按周期限制时,Tokens 上限不能为空"

#: apps/xpack/views/system_chat_user.py:73
msgid "Get chat user quota"
msgstr "获取对话用户配额"

#: apps/xpack/views/system_chat_user.py:82
msgid "Set chat user quota"
msgstr "设置对话用户配额"

#: apps/xpack/views/system_chat_user.py:101
msgid "Batch set chat user quota"
msgstr "批量设置对话用户配额"
39 changes: 38 additions & 1 deletion apps/locales/zh_Hant/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9692,4 +9692,41 @@ msgid "Delete chat user API key"
msgstr "刪除對話用戶 API 密鑰"

msgid "Quota Setting"
msgstr "配額設置"
msgstr "配額設置"


#: apps/xpack/serializers/chat_user.py:746
msgid "Quota mode"
msgstr "配額模式"

#: apps/xpack/serializers/chat_user.py:750
msgid "Period unit"
msgstr "週期單位"

#: apps/xpack/serializers/chat_user.py:754
msgid "Period quantity"
msgstr "週期數量"

#: apps/xpack/serializers/chat_user.py:758
msgid "Token limit (K)"
msgstr "Tokens 上限(K)"

#: apps/xpack/serializers/chat_user.py:765
msgid "Period unit is required for periodic quota"
msgstr "按週期限制時,週期單位不能為空"

#: apps/xpack/serializers/chat_user.py:767
msgid "Period quantity is required for periodic quota"
msgstr "按週期限制時,週期數量不能為空"

#: apps/xpack/serializers/chat_user.py:769
msgid "Token limit is required for periodic quota"
msgstr "按週期限制時,Tokens 上限不能為空"

#: apps/xpack/views/system_chat_user.py:73
msgid "Get chat user quota"
msgstr "獲取對話用戶配額"

#: apps/xpack/views/system_chat_user.py:82
msgid "Set chat user quota"
msgstr "設置對話用戶配額"
Loading