77msgstr ""
88"Project-Id-Version : PACKAGE VERSION\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2025-03-28 17:40 +0100\n "
10+ "POT-Creation-Date : 2025-03-29 15:24 +0100\n "
1111"PO-Revision-Date : 2025-03-18 15:05+0100\n "
1212"Last-Translator : Automatically generated\n "
1313"Language-Team : none\n "
@@ -16,67 +16,67 @@ msgstr ""
1616"Content-Type : text/plain; charset=UTF-8\n "
1717"Content-Transfer-Encoding : 8bit\n "
1818
19- #: api.py:55 api.py:56
19+ #: api.py:57 api.py:58
2020msgid "No data to process."
2121msgstr "No data to process."
2222
23- #: api.py:66
23+ #: api.py:68
2424msgid "代码提交日报"
2525msgstr "Code Submission Daily Report"
2626
27- #: api.py:71
27+ #: api.py:73
2828msgid "Failed to generate daily report: {}"
2929msgstr "Failed to generate daily report: {}"
3030
31- #: api.py:99
31+ #: api.py:101
3232msgid "Scheduler started successfully."
3333msgstr "Scheduler started successfully."
3434
35- #: api.py:104
35+ #: api.py:106
3636msgid "Error setting up scheduler: {}"
3737msgstr "Error setting up scheduler: {}"
3838
39- #: api.py:115
39+ #: api.py:117
4040msgid "Invalid JSON"
4141msgstr "Invalid JSON"
4242
43- #: api.py:125
43+ #: api.py:127
4444msgid "Invalid data format"
4545msgstr "Invalid data format"
4646
47- #: api.py:131 api.py:167 api.py:170
47+ #: api.py:134 api.py:171 api.py:174
4848msgid "Missing GitLab URL"
4949msgstr "Missing GitLab URL"
5050
51- #: api.py:137 api.py:186
51+ #: api.py:140 api.py:190
5252msgid "Received event: {}"
5353msgstr "Received event: {}"
5454
55- #: api.py:138 api.py:187
55+ #: api.py:141 api.py:191
5656msgid "Payload: {}"
5757msgstr "Payload: {}"
5858
59- #: api.py:144 api.py:150
59+ #: api.py:147 api.py:153
6060msgid "GitHub request received(event_type={}), will process asynchronously."
6161msgstr "GitHub request received(event_type={}), will process asynchronously."
6262
63- #: api.py:154
63+ #: api.py:157
6464msgid ""
6565"Only pull_request and push events are supported for GitHub webhook, but "
6666"received:: {}."
6767msgstr ""
6868"Only pull_request and push events are supported for GitHub webhook, but "
6969"received:: {}."
7070
71- #: api.py:181
71+ #: api.py:185
7272msgid "Missing GitLab access token"
7373msgstr "Missing GitLab access token"
7474
75- #: api.py:194 api.py:201
75+ #: api.py:198 api.py:205
7676msgid "Request received(object_kind={}), will process asynchronously."
7777msgstr "Request received(object_kind={}), will process asynchronously."
7878
79- #: api.py:205
79+ #: api.py:209
8080msgid ""
8181"Only merge_request and push events are supported (both Webhook and System "
8282"Hook), but received: {}."
@@ -325,12 +325,7 @@ msgstr ""
325325msgid "调用DeepSeek API时出错: {e}"
326326msgstr "Error occurred while calling DeepSeek API: {e}"
327327
328- #: biz/llm/factory.py:27
329- #, python-brace-format
330- msgid "Successfully loaded LLM provider: {provider}"
331- msgstr "Successfully loaded LLM provider: {provider}"
332-
333- #: biz/llm/factory.py:30
328+ #: biz/llm/factory.py:29
334329#, python-brace-format
335330msgid "Unknown chat model provider: {provider}"
336331msgstr "Unknown chat model provider: {provider}"
@@ -429,6 +424,50 @@ msgstr "Code is empty"
429424msgid "总分[::]\\ s*\\ **(\\ d+)分?"
430425msgstr "Total [sS]core[::]\\ s*\\ **(\\ d+) points"
431426
427+ #: biz/utils/config_checker.py:36
428+ msgid "缺少环境变量: {}"
429+ msgstr "Missing environment variables: {}"
430+
431+ #: biz/utils/config_checker.py:38
432+ msgid "所有必要的环境变量均已设置。"
433+ msgstr "All necessary environment variables are set."
434+
435+ #: biz/utils/config_checker.py:46
436+ msgid "LLM_PROVIDER 未设置!"
437+ msgstr "LLM_PROVIDER not set!"
438+
439+ #: biz/utils/config_checker.py:50
440+ msgid "LLM_PROVIDER 值错误,应为 {} 之一。"
441+ msgstr "Wrong LLM_PROVIDER value, should be one of {}."
442+
443+ #: biz/utils/config_checker.py:57
444+ msgid "当前 LLM 供应商为 {},但缺少必要的环境变量: {}"
445+ msgstr "The current LLM provider is {}, but the required environment variables are missing: {}"
446+
447+ #: biz/utils/config_checker.py:59
448+ msgid "LLM 供应商 {} 的配置项已设置。"
449+ msgstr "Configuration item for LLM vendor {} has been set."
450+
451+ #: biz/utils/config_checker.py:64
452+ msgid "正在检查 LLM 供应商的连接..."
453+ msgstr "Checking LLM supplier connectivity..."
454+
455+ #: biz/utils/config_checker.py:66
456+ msgid "LLM 可以连接成功。"
457+ msgstr "LLM can connect successfully."
458+
459+ #: biz/utils/config_checker.py:68
460+ msgid "LLM连接可能有问题,请检查配置项。"
461+ msgstr "There may be a problem with the LLM connection. Please check the configuration items."
462+
463+ #: biz/utils/config_checker.py:73
464+ msgid "开始检查配置项..."
465+ msgstr "Starting to check configuration items..."
466+
467+ #: biz/utils/config_checker.py:77
468+ msgid "配置项检查完成。"
469+ msgstr "The configuration item check is complete."
470+
432471#: biz/utils/im/dingtalk.py:30
433472msgid "未提供项目名称,且未设置默认的钉钉 Webhook URL。"
434473msgstr "Project name not provided, and no default DingTalk Webhook URL set."
0 commit comments