-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathdjango.po
More file actions
8913 lines (7321 loc) · 326 KB
/
Copy pathdjango.po
File metadata and controls
8913 lines (7321 loc) · 326 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-06-18 17:33+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps/application/api/application_api.py:21
#: apps/application/serializers/application.py:153
msgid "Workflow Objects"
msgstr "工作流對象"
#: apps/application/api/application_api.py:52
#: apps/application/api/application_chat.py:104
#: apps/application/api/application_chat_record.py:74
#: apps/role_setting/api/role_setting.py:171 apps/shared/api/shared_tool.py:79
#: apps/shared/api/shared_tool.py:119 apps/workspace/api/workspace.py:110
#: apps/xpack/api/user_group.py:61
msgid "Current page"
msgstr "當前頁"
#: apps/application/api/application_api.py:59
#: apps/application/api/application_chat.py:111
#: apps/application/api/application_chat_record.py:81
#: apps/role_setting/api/role_setting.py:178 apps/shared/api/shared_tool.py:86
#: apps/shared/api/shared_tool.py:126 apps/workspace/api/workspace.py:117
#: apps/xpack/api/user_group.py:68
msgid "Page size"
msgstr "每頁大小"
#: apps/application/api/application_api.py:66
#: apps/application/serializers/application.py:156
#: apps/application/serializers/application.py:195
#: apps/application/serializers/application.py:274
#: apps/folders/serializers/folder.py:97 apps/folders/serializers/folder.py:139
#: apps/knowledge/serializers/knowledge.py:52
#: apps/knowledge/serializers/knowledge.py:59
#: apps/tools/serializers/tool.py:453
#: apps/xpack/serializers/dataset_lark_serializer.py:55
msgid "folder id"
msgstr "文件夾 ID"
#: apps/application/api/application_api.py:73
#: apps/application/serializers/application.py:149
#: apps/application/serializers/application.py:275
#: apps/application/serializers/application.py:282
#: apps/application/serializers/application.py:368
#| msgid "Application"
msgid "Application Name"
msgstr "應用名稱"
#: apps/application/api/application_api.py:80
#: apps/application/serializers/application.py:152
#: apps/application/serializers/application.py:276
#: apps/application/serializers/application.py:283
#: apps/application/serializers/application.py:284
#: apps/application/serializers/application.py:370
#| msgid "Application/Version"
msgid "Application Description"
msgstr "應用描述"
#: apps/application/api/application_api.py:87
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:78
#: apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:30
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:47
#: apps/application/serializers/application.py:99
#: apps/application/serializers/application.py:277
#: apps/application/serializers/application.py:295
#: apps/application/serializers/application.py:413
#: apps/application/serializers/application.py:540
#: apps/role_setting/api/role_setting.py:144 apps/tools/serializers/tool.py:357
#: apps/tools/serializers/tool.py:390 apps/users/api/user.py:52
#: apps/users/api/user.py:110 apps/users/api/user.py:126
#: apps/users/serializers/user.py:325 apps/workspace/api/workspace.py:82
#: apps/workspace/serializers/workspace_serializers.py:270
#: apps/workspace/serializers/workspace_serializers.py:306
#: apps/xpack/api/chat_user.py:49 apps/xpack/api/chat_user.py:92
#: apps/xpack/serializers/chat_user.py:301
msgid "User ID"
msgstr "用戶 ID"
#: apps/application/api/application_chat.py:70
#: apps/application/serializers/application_chat.py:56
msgid "Minimum number of likes"
msgstr "最小點讚數"
#: apps/application/api/application_chat.py:76
#: apps/application/serializers/application_chat.py:58
msgid "Minimum number of clicks"
msgstr "最小點擊數"
#: apps/application/api/application_chat.py:82
#: apps/application/flow/step_node/condition_node/i_condition_node.py:18
#: apps/application/serializers/application_chat.py:59
msgid "Comparator"
msgstr "比較器"
#: apps/application/api/application_chat_record.py:46
#: apps/application/api/application_chat_record.py:115
#: apps/application/serializers/application_chat.py:47
#: apps/application/serializers/application_chat_record.py:76
#| msgid "Chat"
msgid "Chat ID"
msgstr "對話 ID"
#: apps/application/api/application_chat_record.py:53
#: apps/application/serializers/application_chat_record.py:77
msgid "Is it in order"
msgstr "是否有序"
#: apps/application/api/application_chat_record.py:122
msgid "Chat Record ID"
msgstr "對話記錄 ID"
#: apps/application/api/application_chat_record.py:129
#: apps/shared/api/shared_knowledge.py:235
#: apps/shared/api/shared_knowledge.py:256 apps/xpack/api/knowledge_lark.py:47
#: apps/xpack/api/knowledge_lark.py:79 apps/xpack/api/knowledge_lark.py:111
#| msgid "Knowledge"
msgid "Knowledge ID"
msgstr "知識庫 ID"
#: apps/application/api/application_chat_record.py:136
#: apps/shared/api/shared_knowledge.py:263 apps/xpack/api/knowledge_lark.py:86
#| msgid "Document"
msgid "Document ID"
msgstr "文檔 ID"
#: apps/application/api/application_chat_record.py:148
#| msgid "Paragraph list"
msgid "Paragraph ID"
msgstr "段落 ID"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:26
#| msgid "type error"
msgid "Model type error"
msgstr "模型類型錯誤"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:36
#: apps/common/field/common.py:24 apps/common/field/common.py:37
#| msgid "type error"
msgid "Message type error"
msgstr "消息類型錯誤"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:55
#| msgid "Question list"
msgid "Conversation list"
msgstr "對話列表"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:56
#: apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:29
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:18
#: apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:12
#: apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:13
#: apps/application/flow/step_node/question_node/i_question_node.py:18
#: apps/application/flow/step_node/speech_to_text_step_node/i_speech_to_text_node.py:12
#: apps/application/flow/step_node/text_to_speech_step_node/i_text_to_speech_node.py:13
#: apps/application/serializers/application.py:101
#: apps/application/serializers/application.py:285
#: apps/knowledge/serializers/common.py:71 apps/shared/api/shared_model.py:76
#: apps/shared/api/shared_model.py:98
msgid "Model id"
msgstr "模型ID"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:58
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:29
#| msgid "Paragraph list"
msgid "Paragraph List"
msgstr "段落列表"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:60
#: apps/application/serializers/application_chat.py:182
#: apps/application/serializers/application_chat_record.py:41
#: apps/application/serializers/application_chat_record.py:140
#: apps/application/serializers/application_chat_record.py:179
#: apps/application/serializers/application_chat_record.py:247
#: apps/application/serializers/application_chat_record.py:312
#: apps/chat/serializers/chat.py:98 apps/chat/serializers/chat.py:114
#| msgid "User relation ID"
msgid "Conversation ID"
msgstr "對話 ID"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:62
#: apps/application/flow/step_node/application_node/i_application_node.py:14
#: apps/application/serializers/application_chat.py:182
#: apps/chat/serializers/chat.py:40
#| msgid "Question list"
msgid "User Questions"
msgstr "用戶問題"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:65
msgid "Post-processor"
msgstr "後置處理器"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:68
#| msgid "Create question"
msgid "Completion Question"
msgstr "完成問題"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:70
msgid "Streaming Output"
msgstr "流式輸出"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:71
#: apps/xpack/serializers/resource_chat_user.py:93
#| msgid "user id"
msgid "Chat user id"
msgstr "對話用戶 ID"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:73
#| msgid "Create user"
msgid "Chat user Type"
msgstr "對話用戶類型"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:76
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:47
msgid "No reference segment settings"
msgstr "無參考段設置"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:81
msgid "Model settings"
msgstr "模型設置"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:84
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:29
#: apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:29
#: apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:28
#: apps/application/flow/step_node/question_node/i_question_node.py:29
#: apps/application/flow/step_node/text_to_speech_step_node/i_text_to_speech_node.py:20
msgid "Model parameter settings"
msgstr "模型參數設置"
#: apps/application/chat_pipeline/step/chat_step/i_chat_step.py:91
msgid "message type error"
msgstr "消息類型錯誤"
#: apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py:224
#: apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py:270
msgid ""
"Sorry, the AI model is not configured. Please go to the application to set "
"up the AI model first."
msgstr "抱歉,AI 模型未配置,請先前往應用設置 AI 模型。"
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:26
#: apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:24
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:24
#: apps/application/serializers/application_chat_record.py:172
msgid "question"
msgstr "問題"
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:32
#: apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:27
msgid "History Questions"
msgstr "歷史問題"
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:34
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:23
#: apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:20
#: apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:18
#: apps/application/flow/step_node/question_node/i_question_node.py:24
msgid "Number of multi-round conversations"
msgstr "多輪對話的數量"
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:37
msgid "Maximum length of the knowledge base paragraph"
msgstr "知識庫段落的最大長度"
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:39
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:21
#: apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:16
#: apps/application/flow/step_node/question_node/i_question_node.py:21
#: apps/application/serializers/application.py:79
#: apps/application/serializers/application.py:124
#: apps/knowledge/serializers/common.py:72
msgid "Prompt word"
msgstr "提示詞"
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:41
msgid "System prompt words (role)"
msgstr "系統提示詞(角色)"
#: apps/application/chat_pipeline/step/generate_human_message_step/i_generate_human_message_step.py:44
msgid "Completion problem"
msgstr "完成問題"
#: apps/application/chat_pipeline/step/reset_problem_step/i_reset_problem_step.py:32
#: apps/application/serializers/application.py:215
msgid "Question completion prompt"
msgstr "問題完成提示"
#: apps/application/chat_pipeline/step/reset_problem_step/impl/base_reset_problem_step.py:20
#: apps/application/serializers/common.py:87
#, python-brace-format
msgid ""
"() contains the user's question. Answer the guessed user's question based on "
"the context ({question}) Requirement: Output a complete question and put it "
"in the <data></data> tag"
msgstr " () 包含用戶的問題。根據上下文({question})要求:輸出一個完整的問題並提出在<data></data>標籤中"
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:27
msgid "System completes question text"
msgstr "系統完成問題文本"
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:30
#: apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:39
msgid "Dataset id list"
msgstr "知識庫 ID 列表"
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:33
msgid "List of document ids to exclude"
msgstr "排除的文檔 ID 列表"
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:36
msgid "List of exclusion vector ids"
msgstr "排除的向量 ID 列表"
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:39
#: apps/application/flow/step_node/reranker_node/i_reranker_node.py:21
#: apps/application/flow/step_node/reranker_node/i_reranker_node.py:24
#: apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:24
#: apps/application/serializers/application.py:84
#: apps/application/serializers/application_chat.py:185
msgid "Reference segment number"
msgstr "引用分段數"
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:42
msgid "Similarity"
msgstr "相似度"
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:45
#: apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:30
#: apps/application/serializers/application.py:91
#: apps/knowledge/serializers/knowledge.py:100
#: apps/knowledge/serializers/knowledge.py:643
msgid "The type only supports embedding|keywords|blend"
msgstr "類型僅支持嵌入|關鍵字|混合"
#: apps/application/chat_pipeline/step/search_dataset_step/i_search_dataset_step.py:46
#: apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:31
#: apps/application/serializers/application.py:92
msgid "Retrieval Mode"
msgstr "檢索模式"
#: apps/application/chat_pipeline/step/search_dataset_step/impl/base_search_dataset_step.py:31
#: apps/application/serializers/application.py:113
#: apps/application/serializers/application.py:657
#: apps/application/serializers/application.py:664
#: apps/application/serializers/application.py:671
#: apps/knowledge/serializers/document.py:643
#: apps/knowledge/serializers/knowledge.py:220
#: apps/models_provider/serializers/model_serializer.py:116
#: apps/models_provider/serializers/model_serializer.py:134
#: apps/models_provider/serializers/model_serializer.py:370
#: apps/models_provider/tools.py:111 apps/shared/serializers/shared_model.py:32
#: apps/shared/serializers/shared_model.py:65
#: apps/shared/serializers/shared_model.py:82
msgid "Model does not exist"
msgstr "模型不存在"
#: apps/application/chat_pipeline/step/search_dataset_step/impl/base_search_dataset_step.py:33
msgid "No permission to use this model {model_name}"
msgstr "無權限使用此模型{model_name}"
#: apps/application/chat_pipeline/step/search_dataset_step/impl/base_search_dataset_step.py:42
msgid ""
"The vector model of the associated knowledge base is inconsistent and the "
"segmentation cannot be recalled."
msgstr "關聯的知識庫的向量模型不一致,無法回調分段。"
#: apps/application/chat_pipeline/step/search_dataset_step/impl/base_search_dataset_step.py:44
msgid "The knowledge base setting is wrong, please reset the knowledge base"
msgstr "知識庫設置錯誤,請重置知識庫"
#: apps/application/flow/common.py:206
#, python-brace-format
msgid "The branch {branch} of the {node} node needs to be connected"
msgstr "需要連接 {node} 節點的 {branch} 分支"
#: apps/application/flow/common.py:212
#, python-brace-format
msgid "{node} Nodes cannot be considered as end nodes"
msgstr "{node} 節點不能被視為結束節點"
#: apps/application/flow/common.py:226
msgid "The starting node is required"
msgstr "開始節點是必需的"
#: apps/application/flow/common.py:228
msgid "There can only be one starting node"
msgstr "只能有一個開始節點"
#: apps/application/flow/common.py:236
msgid "The node {node} model does not exist"
msgstr "節點 {node} 模型不存在"
#: apps/application/flow/common.py:246
#, python-brace-format
msgid "Node {node} is unavailable"
msgstr "節點 {node} 不可用"
#: apps/application/flow/common.py:252
#, python-brace-format
msgid "The library ID of node {node} cannot be empty"
msgstr "工具庫 ID {node} 不能為空"
#: apps/application/flow/common.py:255
#, python-brace-format
msgid "The function library for node {node} is not available"
msgstr "工具庫 {node} 不可用"
#: apps/application/flow/common.py:261
msgid "Basic information node is required"
msgstr "基本信息節點是必需的"
#: apps/application/flow/common.py:263
msgid "There can only be one basic information node"
msgstr "只能有一個基本信息節點"
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:20
#: apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:15
#: apps/application/flow/step_node/question_node/i_question_node.py:20
#: apps/users/api/user.py:35 apps/users/api/user.py:102
msgid "Role Setting"
msgstr "角色設置"
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:26
#: apps/application/flow/step_node/direct_reply_node/i_reply_node.py:25
#: apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:30
#: apps/application/flow/step_node/function_node/i_function_node.py:48
#: apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:26
#: apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:23
#: apps/application/flow/step_node/question_node/i_question_node.py:27
#: apps/application/flow/step_node/speech_to_text_step_node/i_speech_to_text_node.py:15
#: apps/application/flow/step_node/text_to_speech_step_node/i_text_to_speech_node.py:16
msgid "Whether to return content"
msgstr "是否返回內容"
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:33
msgid "Context Type"
msgstr "上下文類型"
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:35
msgid "Whether to enable MCP"
msgstr "是否啟用 MCP"
#: apps/application/flow/step_node/ai_chat_step_node/i_chat_node.py:36
msgid "MCP Server"
msgstr ""
#: apps/application/flow/step_node/application_node/i_application_node.py:12
#: apps/application/serializers/application.py:539
#: apps/application/serializers/application_access_token.py:44
#: apps/application/serializers/application_chat.py:38
#: apps/application/serializers/application_chat.py:54
#: apps/application/serializers/application_chat_record.py:43
#: apps/application/serializers/application_chat_record.py:75
#: apps/application/serializers/application_stats.py:35
#: apps/application/serializers/application_version.py:21
#: apps/application/serializers/application_version.py:67
#: apps/chat/serializers/chat.py:118
#: apps/chat/serializers/chat_authentication.py:80
#: apps/xpack/api/application_setting.py:31 apps/xpack/api/platform.py:29
#: apps/xpack/api/platform.py:70
msgid "Application ID"
msgstr "應用 ID"
#: apps/application/flow/step_node/application_node/i_application_node.py:15
msgid "API Input Fields"
msgstr "API 輸入欄位"
#: apps/application/flow/step_node/application_node/i_application_node.py:17
msgid "User Input Fields"
msgstr "用戶輸入欄位"
#: apps/application/flow/step_node/application_node/i_application_node.py:18
#: apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:25
#: apps/chat/serializers/chat.py:57 apps/tools/serializers/tool.py:391
msgid "picture"
msgstr "圖片"
#: apps/application/flow/step_node/application_node/i_application_node.py:19
#: apps/application/flow/step_node/document_extract_node/i_document_extract_node.py:12
#: apps/chat/serializers/chat.py:58
msgid "document"
msgstr "文檔"
#: apps/application/flow/step_node/application_node/i_application_node.py:20
#: apps/chat/serializers/chat.py:59
msgid "Audio"
msgstr "音頻"
#: apps/application/flow/step_node/application_node/i_application_node.py:22
#: apps/chat/serializers/chat.py:62
msgid "Child Nodes"
msgstr "子節點"
#: apps/application/flow/step_node/application_node/i_application_node.py:23
#: apps/application/flow/step_node/form_node/i_form_node.py:21
msgid "Form Data"
msgstr "表單數據"
#: apps/application/flow/step_node/application_node/i_application_node.py:57
msgid ""
"Parameter value error: The uploaded document lacks file_id, and the document "
"upload fails"
msgstr "參數值錯誤:上傳的文檔缺少 file_id,文檔上傳失敗"
#: apps/application/flow/step_node/application_node/i_application_node.py:66
msgid ""
"Parameter value error: The uploaded image lacks file_id, and the image "
"upload fails"
msgstr "參數值錯誤:上傳的圖片缺少 file_id,圖片上傳失敗"
#: apps/application/flow/step_node/application_node/i_application_node.py:76
msgid ""
"Parameter value error: The uploaded audio lacks file_id, and the audio "
"upload fails."
msgstr "參數值錯誤:上傳的音頻缺少 file_id,音頻上傳失敗"
#: apps/application/flow/step_node/condition_node/i_condition_node.py:19
#: apps/models_provider/api/provide.py:24
msgid "value"
msgstr "值"
#: apps/application/flow/step_node/condition_node/i_condition_node.py:20
msgid "Fields"
msgstr "欄位"
#: apps/application/flow/step_node/condition_node/i_condition_node.py:24
msgid "Branch id"
msgstr "分支 ID"
#: apps/application/flow/step_node/condition_node/i_condition_node.py:25
msgid "Branch Type"
msgstr "分支類型"
#: apps/application/flow/step_node/condition_node/i_condition_node.py:26
msgid "Condition or|and"
msgstr "條件 或|與"
#: apps/application/flow/step_node/direct_reply_node/i_reply_node.py:20
msgid "Response Type"
msgstr "響應類型"
#: apps/application/flow/step_node/direct_reply_node/i_reply_node.py:21
#: apps/application/flow/step_node/variable_assign_node/i_variable_assign_node.py:13
msgid "Reference Field"
msgstr "引用欄位"
#: apps/application/flow/step_node/direct_reply_node/i_reply_node.py:23
msgid "Direct answer content"
msgstr "直接回答內容"
#: apps/application/flow/step_node/direct_reply_node/i_reply_node.py:31
msgid "Reference field cannot be empty"
msgstr "引用欄位不能為空"
#: apps/application/flow/step_node/direct_reply_node/i_reply_node.py:33
msgid "Reference field error"
msgstr "引用欄位錯誤"
#: apps/application/flow/step_node/direct_reply_node/i_reply_node.py:36
msgid "Content cannot be empty"
msgstr "內容不能為空"
#: apps/application/flow/step_node/form_node/i_form_node.py:19
msgid "Form Configuration"
msgstr "表單配置"
#: apps/application/flow/step_node/form_node/i_form_node.py:20
msgid "Form output content"
msgstr "表單輸出內容"
#: apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:22
#: apps/application/flow/step_node/function_node/i_function_node.py:24
msgid "Variable Name"
msgstr "變量名稱"
#: apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:23
#: apps/application/flow/step_node/function_node/i_function_node.py:34
msgid "Variable Value"
msgstr "變量名稱"
#: apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:27
msgid "Library ID"
msgstr "工具 ID"
#: apps/application/flow/step_node/function_lib_node/i_function_lib_node.py:36
msgid "The function has been deleted"
msgstr "工具已被刪除"
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:43
msgid "Field: {name} No value set"
msgstr "欄位:{name} 未設置值"
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:59
msgid "Field: {name} Type: {_type} Value: {value} Unsupported types"
msgstr "欄位:{name} 類型:{_type} 值:{value} 類型轉換錯誤"
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:63
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:100
msgid "Field: {name} Type: {_type} Value: {value} Type error"
msgstr "欄位:{name} 類型:{_type} 值:{value} 類型轉換錯誤"
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:91
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:96
#: apps/tools/serializers/tool.py:254 apps/tools/serializers/tool.py:259
msgid "type error"
msgstr "類型錯誤"
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:106
#: apps/tools/serializers/tool.py:398
msgid "Function does not exist"
msgstr "工具不存在"
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:108
msgid "No permission to use this function {name}"
msgstr "無權限使用此工具 {name}"
#: apps/application/flow/step_node/function_lib_node/impl/base_function_lib_node.py:110
#, python-brace-format
msgid "Function {name} is unavailable"
msgstr "工具 {name} 不可用"
#: apps/application/flow/step_node/function_node/i_function_node.py:25
msgid "Is this field required"
msgstr "{keys} 是必填項"
#: apps/application/flow/step_node/function_node/i_function_node.py:26
#: apps/knowledge/serializers/document.py:203
#: apps/tools/serializers/tool.py:120
msgid "type"
msgstr "類型"
#: apps/application/flow/step_node/function_node/i_function_node.py:28
msgid "The field only supports string|int|dict|array|float"
msgstr "欄位僅支持字符串|整數|字典|數組|浮點數"
#: apps/application/flow/step_node/function_node/i_function_node.py:30
#: apps/folders/serializers/folder.py:106
#: apps/folders/serializers/folder.py:141
#: apps/folders/serializers/folder.py:196 apps/tools/serializers/tool.py:124
msgid "source"
msgstr "來源"
#: apps/application/flow/step_node/function_node/i_function_node.py:32
#: apps/tools/serializers/tool.py:126
msgid "The field only supports custom|reference"
msgstr "欄位僅支持自定義|引用"
#: apps/application/flow/step_node/function_node/i_function_node.py:40
msgid "{field}, this field is required."
msgstr "{field_label} 欄位是必填項"
#: apps/application/flow/step_node/function_node/i_function_node.py:46
msgid "function"
msgstr "工具內容"
#: apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:14
msgid "Prompt word (positive)"
msgstr "提示詞 (正向)"
#: apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:16
msgid "Prompt word (negative)"
msgstr "提示詞 (負向)"
#: apps/application/flow/step_node/image_generate_step_node/i_image_generate_node.py:23
#: apps/application/flow/step_node/image_understand_step_node/i_image_understand_node.py:20
msgid "Conversation storage type"
msgstr "對話存儲類型"
#: apps/application/flow/step_node/mcp_node/i_mcp_node.py:13
msgid "Mcp servers"
msgstr ""
#: apps/application/flow/step_node/mcp_node/i_mcp_node.py:16
msgid "Mcp server"
msgstr ""
#: apps/application/flow/step_node/mcp_node/i_mcp_node.py:18
msgid "Mcp tool"
msgstr "Mcp 工具"
#: apps/application/flow/step_node/mcp_node/i_mcp_node.py:21
msgid "Tool parameters"
msgstr "工具參數"
#: apps/application/flow/step_node/reranker_node/i_reranker_node.py:26
#: apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:33
msgid "Maximum number of words in a quoted segment"
msgstr "引用段落的最大字數"
#: apps/application/flow/step_node/search_dataset_node/i_search_dataset_node.py:27
#: apps/knowledge/serializers/knowledge.py:97
#: apps/knowledge/serializers/knowledge.py:640
msgid "similarity"
msgstr "相似度"
#: apps/application/flow/step_node/speech_to_text_step_node/i_speech_to_text_node.py:18
msgid "The audio file cannot be empty"
msgstr "音頻文件不能為空"
#: apps/application/flow/step_node/speech_to_text_step_node/i_speech_to_text_node.py:33
msgid ""
"Parameter value error: The uploaded audio lacks file_id, and the audio "
"upload fails"
msgstr "參數錯誤:上傳的音頻缺少 file_id,音頻上傳失敗"
#: apps/application/flow/step_node/text_to_speech_step_node/i_text_to_speech_node.py:18
msgid "Text content"
msgstr "文本內容"
#: apps/application/models/application_chat.py:79
#: apps/xpack/serializers/channel/chat_manage.py:94
#: apps/xpack/serializers/channel/chat_manage.py:152
msgid ""
"Sorry, no relevant content was found. Please re-describe your problem or "
"provide more information. "
msgstr "不好意思,沒有找到相關內容。請重新描述您的問題或提供更多信息。"
#: apps/application/serializers/application.py:78
msgid "No reference status"
msgstr "無參考狀態"
#: apps/application/serializers/application.py:86
msgid "Acquaintance"
msgstr "相似度"
#: apps/application/serializers/application.py:88
msgid "Maximum number of quoted characters"
msgstr "引用字符的最大數量"
#: apps/application/serializers/application.py:95
msgid "Segment settings not referenced"
msgstr "引用段設置未引用"
#: apps/application/serializers/application.py:104
#: apps/application/serializers/application_chat_record.py:176
#: apps/application/serializers/application_chat_record.py:252
#: apps/application/serializers/application_chat_record.py:317
msgid "Knowledge base id"
msgstr "知識庫"
#: apps/application/serializers/application.py:105
msgid "Knowledge Base List"
msgstr "知識庫列表"
#: apps/application/serializers/application.py:119
msgid "The knowledge base id does not exist"
msgstr "知識庫 ID 不存在"
#: apps/application/serializers/application.py:126
msgid "Role prompts"
msgstr "角色提示"
#: apps/application/serializers/application.py:128
msgid "No citation segmentation prompt"
msgstr "無引用段落提示"
#: apps/application/serializers/application.py:130
msgid "Thinking process switch"
msgstr "思考過程開關"
#: apps/application/serializers/application.py:134
msgid "The thinking process begins to mark"
msgstr "思考過程開始標記"
#: apps/application/serializers/application.py:138
msgid "End of thinking process marker"
msgstr "思考過程結束標記"
#: apps/application/serializers/application.py:155
#: apps/application/serializers/application.py:203
#: apps/application/serializers/application.py:378
msgid "Opening remarks"
msgstr "開始提示"
#: apps/application/serializers/application.py:191
msgid "application name"
msgstr "應用名稱"
#: apps/application/serializers/application.py:194
msgid "application describe"
msgstr "應用描述"
#: apps/application/serializers/application.py:197
#: apps/application/serializers/application.py:372
#: apps/common/constants/permission_constants.py:226
#: apps/common/constants/permission_constants.py:259
#: apps/common/constants/permission_constants.py:264
#: apps/models_provider/views/model.py:63
#: apps/models_provider/views/model.py:95
#: apps/models_provider/views/model.py:113
#: apps/models_provider/views/model.py:130
#: apps/models_provider/views/model.py:145
#: apps/models_provider/views/model.py:160
#: apps/models_provider/views/model.py:173
#: apps/models_provider/views/model.py:194
#: apps/models_provider/views/model.py:210
#: apps/models_provider/views/model_apply.py:29
#: apps/models_provider/views/model_apply.py:41
#: apps/models_provider/views/model_apply.py:53
#: apps/models_provider/views/provide.py:25
#: apps/models_provider/views/provide.py:48
#: apps/models_provider/views/provide.py:62
#: apps/models_provider/views/provide.py:80
#: apps/models_provider/views/provide.py:97
msgid "Model"
msgstr "模型"
#: apps/application/serializers/application.py:201
#: apps/application/serializers/application.py:376
msgid "Historical chat records"
msgstr "歷史聊天記錄"
#: apps/application/serializers/application.py:206
#: apps/application/serializers/application.py:380
msgid "Related Knowledge Base"
msgstr "相關知識庫"
#: apps/application/serializers/application.py:213
#: apps/application/serializers/application.py:390
msgid "Question completion"
msgstr "問題完成"
#: apps/application/serializers/application.py:217
msgid "Application Type"
msgstr "應用類型"
#: apps/application/serializers/application.py:221
msgid "Application type only supports SIMPLE|WORK_FLOW"
msgstr "應用類型僅支持 SIMPLE|WORK_FLOW"
#: apps/application/serializers/application.py:226
#: apps/application/serializers/application.py:394
msgid "Model parameters"
msgstr "模型參數"
#: apps/application/serializers/application.py:228
#: apps/application/serializers/application.py:396
msgid "Voice playback enabled"
msgstr "開啟語音播放"
#: apps/application/serializers/application.py:230
#: apps/application/serializers/application.py:398
msgid "Voice playback model ID"
msgstr "語音播放模型 ID"
#: apps/application/serializers/application.py:232
#: apps/application/serializers/application.py:400
msgid "Voice playback type"
msgstr "語音播放類型"
#: apps/application/serializers/application.py:234
#: apps/application/serializers/application.py:402
msgid "Voice playback autoplay"
msgstr "自動播放語音"
#: apps/application/serializers/application.py:236
#: apps/application/serializers/application.py:404
msgid "Voice recognition enabled"
msgstr "開啟語音識別"
#: apps/application/serializers/application.py:238
#: apps/application/serializers/application.py:406
msgid "Speech recognition model ID"
msgstr "語音識別模型 ID"
#: apps/application/serializers/application.py:240
#: apps/application/serializers/application.py:408
msgid "Voice recognition automatic transmission"
msgstr "語音識別自動播放"
#: apps/application/serializers/application.py:281
msgid "Primary key id"
msgstr ""
#: apps/application/serializers/application.py:286
msgid "Application type"
msgstr "應用類型"
#: apps/application/serializers/application.py:287
#: apps/xpack/serializers/resource_chat_user.py:34
#: apps/xpack/serializers/resource_chat_user.py:110
#: apps/xpack/serializers/resource_chat_user_group.py:17
#: apps/xpack/serializers/resource_chat_user_group.py:85
msgid "Resource type"
msgstr "資源類型"
#: apps/application/serializers/application.py:288
msgid "Affiliation user"
msgstr "關聯用戶"
#: apps/application/serializers/application.py:289
msgid "Creation time"
msgstr "創建時間"
#: apps/application/serializers/application.py:290
msgid "Modification time"
msgstr "修改時間"
#: apps/application/serializers/application.py:294
#: apps/application/serializers/application_chat_record.py:42
#: apps/application/serializers/application_chat_record.py:323
#: apps/application/serializers/application_version.py:40
#: apps/chat/serializers/chat.py:318 apps/role_setting/api/role_setting.py:147
#: apps/users/api/user.py:64 apps/users/api/user.py:170
#: apps/workspace/api/workspace.py:46 apps/workspace/api/workspace.py:66
#: apps/workspace/api/workspace.py:85 apps/workspace/api/workspace.py:103
#: apps/workspace/serializers/workspace_serializers.py:239
#: apps/xpack/api/application_setting.py:24 apps/xpack/api/knowledge_lark.py:40
#: apps/xpack/api/knowledge_lark.py:72 apps/xpack/api/knowledge_lark.py:104
#: apps/xpack/api/platform.py:22 apps/xpack/api/platform.py:63
msgid "Workspace ID"
msgstr "工作空間 ID"
#: apps/application/serializers/application.py:363
#: apps/knowledge/serializers/document.py:157
#: apps/knowledge/serializers/document.py:162 apps/oss/serializers/file.py:57
#: apps/tools/serializers/tool.py:356
msgid "file"
msgstr "文件"
#: apps/application/serializers/application.py:384
msgid "Dataset settings"
msgstr "知識庫設置"
#: apps/application/serializers/application.py:387
msgid "Model setup"
msgstr "模型設置"
#: apps/application/serializers/application.py:391
msgid "Icon"
msgstr ""
#: apps/application/serializers/application.py:412
#: apps/application/serializers/application_api_key.py:33
#: apps/application/serializers/application_api_key.py:64
#: apps/folders/serializers/folder.py:101
#: apps/folders/serializers/folder.py:140
#: apps/folders/serializers/folder.py:195
#: apps/knowledge/serializers/document.py:253
#: apps/knowledge/serializers/document.py:347
#: apps/knowledge/serializers/document.py:408
#: apps/knowledge/serializers/document.py:502
#: apps/knowledge/serializers/document.py:736
#: apps/knowledge/serializers/document.py:888
#: apps/knowledge/serializers/document.py:963
#: apps/knowledge/serializers/document.py:983
#: apps/knowledge/serializers/document.py:1166
#: apps/knowledge/serializers/knowledge.py:208
#: apps/knowledge/serializers/knowledge.py:448
#: apps/knowledge/serializers/knowledge.py:557
#: apps/knowledge/serializers/knowledge.py:635
#: apps/knowledge/serializers/paragraph.py:134
#: apps/knowledge/serializers/paragraph.py:346
#: apps/knowledge/serializers/paragraph.py:438
#: apps/knowledge/serializers/paragraph.py:558
#: apps/knowledge/serializers/problem.py:176
#: apps/knowledge/serializers/problem.py:204
#: apps/models_provider/api/model.py:30 apps/models_provider/api/model.py:86
#: apps/models_provider/api/model.py:99
#: apps/models_provider/serializers/model_serializer.py:259
#: apps/models_provider/serializers/model_serializer.py:323
#: apps/models_provider/serializers/model_serializer.py:392
#: apps/shared/api/shared_knowledge.py:131
#: apps/shared/api/shared_knowledge.py:164 apps/shared/api/shared_tool.py:60
#: apps/shared/api/shared_tool.py:147
#: apps/shared/serializers/shared_knowledge.py:61
#: apps/shared/serializers/shared_knowledge.py:109
#: apps/shared/serializers/shared_knowledge.py:157
#: apps/shared/serializers/shared_model.py:110
#: apps/shared/serializers/shared_tool.py:45
#: apps/shared/serializers/shared_tool.py:86
#: apps/system_manage/serializers/user_resource_permission.py:74
#: apps/tools/serializers/tool.py:188 apps/tools/serializers/tool.py:210
#: apps/tools/serializers/tool.py:268 apps/tools/serializers/tool.py:358
#: apps/tools/serializers/tool.py:389 apps/tools/serializers/tool.py:425
#: apps/tools/serializers/tool.py:452
#: apps/xpack/serializers/dataset_lark_serializer.py:45
#: apps/xpack/serializers/resource_chat_user.py:33
#: apps/xpack/serializers/resource_chat_user.py:109
#: apps/xpack/serializers/resource_chat_user_group.py:16
#: apps/xpack/serializers/resource_chat_user_group.py:84
msgid "workspace id"
msgstr "工作空間ID"
#: apps/application/serializers/application.py:459
msgid ""