7
7
msgstr ""
8
8
"Project-Id-Version : PACKAGE VERSION\n "
9
9
"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 "
11
11
"PO-Revision-Date : 2025-03-18 15:05+0100\n "
12
12
"Last-Translator : Automatically generated\n "
13
13
"Language-Team : none\n "
@@ -16,67 +16,67 @@ msgstr ""
16
16
"Content-Type : text/plain; charset=UTF-8\n "
17
17
"Content-Transfer-Encoding : 8bit\n "
18
18
19
- #: api.py:55 api.py:56
19
+ #: api.py:57 api.py:58
20
20
msgid "No data to process."
21
21
msgstr "No data to process."
22
22
23
- #: api.py:66
23
+ #: api.py:68
24
24
msgid "代码提交日报"
25
25
msgstr "Code Submission Daily Report"
26
26
27
- #: api.py:71
27
+ #: api.py:73
28
28
msgid "Failed to generate daily report: {}"
29
29
msgstr "Failed to generate daily report: {}"
30
30
31
- #: api.py:99
31
+ #: api.py:101
32
32
msgid "Scheduler started successfully."
33
33
msgstr "Scheduler started successfully."
34
34
35
- #: api.py:104
35
+ #: api.py:106
36
36
msgid "Error setting up scheduler: {}"
37
37
msgstr "Error setting up scheduler: {}"
38
38
39
- #: api.py:115
39
+ #: api.py:117
40
40
msgid "Invalid JSON"
41
41
msgstr "Invalid JSON"
42
42
43
- #: api.py:125
43
+ #: api.py:127
44
44
msgid "Invalid data format"
45
45
msgstr "Invalid data format"
46
46
47
- #: api.py:131 api.py:167 api.py:170
47
+ #: api.py:134 api.py:171 api.py:174
48
48
msgid "Missing GitLab URL"
49
49
msgstr "Missing GitLab URL"
50
50
51
- #: api.py:137 api.py:186
51
+ #: api.py:140 api.py:190
52
52
msgid "Received event: {}"
53
53
msgstr "Received event: {}"
54
54
55
- #: api.py:138 api.py:187
55
+ #: api.py:141 api.py:191
56
56
msgid "Payload: {}"
57
57
msgstr "Payload: {}"
58
58
59
- #: api.py:144 api.py:150
59
+ #: api.py:147 api.py:153
60
60
msgid "GitHub request received(event_type={}), will process asynchronously."
61
61
msgstr "GitHub request received(event_type={}), will process asynchronously."
62
62
63
- #: api.py:154
63
+ #: api.py:157
64
64
msgid ""
65
65
"Only pull_request and push events are supported for GitHub webhook, but "
66
66
"received:: {}."
67
67
msgstr ""
68
68
"Only pull_request and push events are supported for GitHub webhook, but "
69
69
"received:: {}."
70
70
71
- #: api.py:181
71
+ #: api.py:185
72
72
msgid "Missing GitLab access token"
73
73
msgstr "Missing GitLab access token"
74
74
75
- #: api.py:194 api.py:201
75
+ #: api.py:198 api.py:205
76
76
msgid "Request received(object_kind={}), will process asynchronously."
77
77
msgstr "Request received(object_kind={}), will process asynchronously."
78
78
79
- #: api.py:205
79
+ #: api.py:209
80
80
msgid ""
81
81
"Only merge_request and push events are supported (both Webhook and System "
82
82
"Hook), but received: {}."
@@ -325,12 +325,7 @@ msgstr ""
325
325
msgid "调用DeepSeek API时出错: {e}"
326
326
msgstr "Error occurred while calling DeepSeek API: {e}"
327
327
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
334
329
#, python-brace-format
335
330
msgid "Unknown chat model provider: {provider}"
336
331
msgstr "Unknown chat model provider: {provider}"
@@ -429,6 +424,50 @@ msgstr "Code is empty"
429
424
msgid "总分[::]\\ s*\\ **(\\ d+)分?"
430
425
msgstr "Total [sS]core[::]\\ s*\\ **(\\ d+) points"
431
426
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
+
432
471
#: biz/utils/im/dingtalk.py:30
433
472
msgid "未提供项目名称,且未设置默认的钉钉 Webhook URL。"
434
473
msgstr "Project name not provided, and no default DingTalk Webhook URL set."
0 commit comments