forked from TencentBlueKing/bk-nodeman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
django.po
6668 lines (5226 loc) · 194 KB
/
django.po
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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-20 18:49+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/backend/agent/artifact_builder/base.py:83
#: apps/backend/plugin/handler.py:72 apps/backend/views.py:224
#, python-brace-format
msgid "文件不存在:file_path -> {file_path}"
msgstr "File does not exist: file_path -> {file_path}"
#: apps/backend/agent/artifact_builder/base.py:204
#, python-brace-format
msgid "gsectl 文件不存在:file_path -> {file_path}"
msgstr "File gsectl does not exist: file_path -> {file_path}"
#: apps/backend/agent/artifact_builder/base.py:301
#, python-brace-format
msgid ""
"Agent 包保存错误,期望保存到 -> {package_target_path}, 实际保存到 -> "
"{storage_path}"
msgstr ""
"Error saving Agent package, expect to save to -> {package_target_path}, "
"actually save to -> {storage_path}"
#: apps/backend/agent/artifact_builder/base.py:341
msgid "版本文件不存在"
msgstr "Version file does not exist"
#: apps/backend/agent/artifact_builder/base.py:361
msgid "版本日志文件不存在"
msgstr "Version log file does not exist"
#: apps/backend/agent/artifact_builder/proxy.py:44
#, python-brace-format
msgid "Proxy 包解压后不存在 {base_pkg_dir} 目录"
msgstr ""
"The {base_pkg_dir} directory does not exist after Proxy package decompression"
#: apps/backend/agent/artifact_builder/proxy.py:55
#, python-brace-format
msgid "构建 Proxy 所需 Agent 包不存在:file_path -> {file_path}"
msgstr ""
"Agent package required to build Proxy rs not exists: file_path -> {file_path}"
#: apps/backend/agent/artifact_builder/proxy.py:78
msgid "构建 Proxy 所需 Agent 不存在 bin 路径"
msgstr "The Agent required to build Proxy does not exist bin path"
#: apps/backend/agent/artifact_builder/proxy.py:85
#, python-brace-format
msgid ""
"构建 Proxy 所需二进制 [{svr_exe}] 不存在:svr_exe_path -> {svr_exe_path}"
msgstr ""
"The binary [{svr_exe}] required to build proxy does not exist: svr_exe_path -"
"> {svr_exe_path}"
#: apps/backend/agent/manager.py:97
msgid "卸载Agent"
msgstr "Uninstall Agent"
#: apps/backend/agent/manager.py:106
msgid "卸载Proxy"
msgstr "Uninstall Proxy"
#: apps/backend/agent/manager.py:179
msgid "启动 NGINX 服务"
msgstr "Start NGINX service"
#: apps/backend/agent/solution_maker.py:153
#: apps/backend/subscription/steps/agent.py:485
#: apps/backend/subscription/steps/agent.py:504 apps/node_man/constants.py:296
msgid "卸载"
msgstr "Uninstall"
#: apps/backend/agent/solution_maker.py:153
#: apps/backend/components/collections/agent_new/components.py:65
#: apps/backend/subscription/steps/agent.py:236
#: apps/backend/subscription/steps/agent.py:363
#: apps/backend/subscription/steps/agent.py:552
#: apps/backend/subscription/steps/agent.py:596 apps/node_man/constants.py:289
msgid "安装"
msgstr "Install"
#: apps/backend/agent/solution_maker.py:361
msgid "创建依赖目录"
msgstr "Create dependencies"
#: apps/backend/agent/solution_maker.py:376
#, python-brace-format
msgid "创建 {dir}"
msgstr "Create {dir}"
#: apps/backend/agent/solution_maker.py:426
#, python-brace-format
msgid "下载 {filename}"
msgstr "Download {filename}"
#: apps/backend/agent/solution_maker.py:438
#, python-brace-format
msgid "为 {filename} 添加执行权限"
msgstr "Add execution permissions for {filename}"
#: apps/backend/agent/solution_maker.py:448
#, python-brace-format
msgid "执行 {filename}"
msgstr "Execute {filename}"
#: apps/backend/agent/solution_maker.py:539
#: apps/backend/agent/solution_maker.py:674
#, python-brace-format
msgid "通过 {solution_type_alias} 进行{setup_type_alias}"
msgstr "Execute {setup_type_alias} by {solution_type_alias}"
#: apps/backend/agent/solution_maker.py:546
#, python-brace-format
msgid ""
"{solution_description}(若目标机器已安装 Cygwin,推荐使用该方案,否则请使用"
"【{batch}】方案)"
msgstr ""
"{solution_description} (If the target machine has Cygwin installed, this "
"solution is recommended, otherwise, please use the【{batch}】solution)"
#: apps/backend/agent/solution_maker.py:560
msgid "依赖文件下载"
msgstr "Dependency file download"
#: apps/backend/agent/solution_maker.py:583
#, python-brace-format
msgid "下载{setup_type_alias}脚本并赋予执行权限"
msgstr "Download {setup_type_alias} script and add execution permissions"
#: apps/backend/agent/solution_maker.py:590
#: apps/backend/agent/solution_maker.py:659
#: apps/backend/agent/solution_maker.py:758
#: apps/backend/agent/solution_maker.py:764
#, python-brace-format
msgid "下载{setup_type_alias}脚本"
msgstr "Download {setup_type_alias} script"
#: apps/backend/agent/solution_maker.py:598
#, python-brace-format
msgid "为 {script_file_name} 添加执行权限"
msgstr "Add execution permissions for {script_file_name}"
#: apps/backend/agent/solution_maker.py:608
#: apps/backend/agent/solution_maker.py:614
#: apps/backend/agent/solution_maker.py:665
#: apps/backend/agent/solution_maker.py:805
#: apps/backend/agent/solution_maker.py:811
#, python-brace-format
msgid "执行{setup_type_alias}脚本"
msgstr "Execute {setup_type_alias} script"
#: apps/backend/agent/solution_maker.py:632
#, python-brace-format
msgid "下载依赖文件到 {dest_dir} 下"
msgstr "Download the dependency file to {dest_dir}"
#: apps/backend/agent/solution_maker.py:654
#, python-brace-format
msgid "执行{setup_type_alias}命令"
msgstr "Execute {setup_type_alias} command"
#: apps/backend/agent/solution_maker.py:822
#, python-brace-format
msgid "通过 {solution_type_alias} 在代理上进行{setup_type_alias}"
msgstr "Perform {solution_type_alias} on proxy {setup_type_alias}"
#: apps/backend/api/constants.py:117 apps/node_man/constants.py:385
#: apps/node_man/constants.py:724 apps/node_man/constants.py:760
#: apps/node_man/tools/job.py:55
msgid "执行成功"
msgstr "Succeed"
#: apps/backend/api/constants.py:118 apps/node_man/constants.py:384
#: apps/node_man/constants.py:723 apps/node_man/constants.py:759
msgid "正在执行"
msgstr "Running"
#: apps/backend/api/constants.py:119
msgid "Agent 状态异常"
msgstr "Agent state error"
#: apps/backend/api/constants.py:120
msgid "进程正在运行中,无需启动"
msgstr "Process is running, no need to start"
#: apps/backend/api/constants.py:121
msgid "进程当前未运行,无需停止"
msgstr "The process is not currently running and does not need to be stopped"
#: apps/backend/api/constants.py:122
msgid "操作类型非法"
msgstr "Illegal operation type"
#: apps/backend/api/constants.py:123
msgid "进程启动失败(后置检查状态为未运行)"
msgstr "Process start failed (post-check status is not running)"
#: apps/backend/api/constants.py:124 apps/node_man/constants.py:386
#: apps/node_man/constants.py:721 apps/node_man/constants.py:757
#: apps/node_man/constants.py:761
msgid "执行失败"
msgstr "Failed"
#: apps/backend/api/errors.py:22
msgid "无响应"
msgstr "Not responding"
#: apps/backend/api/errors.py:23
#, python-brace-format
msgid "API({api_name})没有返回响应"
msgstr "API ({api_name}) returned no response"
#: apps/backend/api/errors.py:30
msgid "接口调用错误"
msgstr "API call error"
#: apps/backend/api/errors.py:31
#, python-brace-format
msgid "API({api_name})调用出错:{error_message}"
msgstr "Error calling API ({api_name}): {error_message}"
#: apps/backend/api/errors.py:38
msgid "Job轮询超时"
msgstr "Job poll timeout"
#: apps/backend/api/errors.py:39
#, python-brace-format
msgid "Job任务({job_instance_id})轮询超时"
msgstr "Job task ({job_instance_id}) polling timeout"
#: apps/backend/api/errors.py:46
msgid "GSE轮询超时"
msgstr "GSE poll timeout"
#: apps/backend/api/errors.py:47
#, python-brace-format
msgid "GSE任务({task_id})轮询超时"
msgstr "GSE task ({task_id}) poll timed out"
#: apps/backend/components/collections/agent_new/add_or_update_hosts.py:101
#: apps/backend/components/collections/agent_new/add_or_update_hosts.py:137
#, python-brace-format
msgid ""
"主机期望注册到业务【ID:{except_bk_biz_id}】,但实际存在于业务【ID: "
"{actual_biz_id}】,请前往该业务进行安装"
msgstr ""
"The host expects to register to business [ID: {except_bk_biz_id}], but "
"actually exists in the business ID: {actual_biz_id}, please go to the "
"business to install"
#: apps/backend/components/collections/agent_new/add_or_update_hosts.py:289
#, python-brace-format
msgid ""
"更新 CMDB 主机信息:\n"
" {params}"
msgstr ""
"Update CMDB host information: \n"
" {params}"
#: apps/backend/components/collections/agent_new/add_or_update_hosts.py:326
#, python-brace-format
msgid ""
"添加主机到业务 {bk_biz_name}[{bk_biz_id}]:\n"
" {params}"
msgstr ""
"Add host to business {bk_biz_name}[{bk_biz_id}]:\n"
" {params}"
#: apps/backend/components/collections/agent_new/base.py:198
#, python-brace-format
msgid "所选安装通道「{name}」 没有可用跳板机"
msgstr "The selected installation channel '{name} has no jumper available"
#: apps/backend/components/collections/agent_new/base.py:210
#, python-brace-format
msgid "管控区域 -> {bk_cloud_id} 下无存活的 Proxy"
msgstr "No live proxy under \"BK-Net\" -> {bk_cloud_id}"
#: apps/backend/components/collections/agent_new/bind_host_agent.py:64
#, python-brace-format
msgid ""
"已将 Agent[bk_agent_id: {bk_agent_id}] 绑定到 主机[bk_host_id: {bk_host_id}]"
msgstr ""
"Agent [bk_agent_id: {bk_agent_id}] has bind to the host [bk_host_id: "
"{bk_host_id}]"
#: apps/backend/components/collections/agent_new/bind_host_agent.py:108
msgid "bk_agent_id 不存在"
msgstr "bk_agent_id does not exist"
#: apps/backend/components/collections/agent_new/check_agent_status.py:42
msgid "Agent 状态【正常】"
msgstr "Agent status [normal]"
#: apps/backend/components/collections/agent_new/check_agent_status.py:44
msgid "Agent 状态【异常】"
msgstr "Agent status [abnormal]"
#: apps/backend/components/collections/agent_new/check_policy_gse_to_proxy.py:64
#: apps/backend/tests/components/collections/agent_new/test_check_policy_gse_to_proxy.py:82
msgid "请检查出口IP是否正确或策略是否开通"
msgstr "Please check whether the egress IP is correct or the policy is enabled"
#: apps/backend/components/collections/agent_new/check_policy_gse_to_proxy.py:91
#, python-brace-format
msgid ""
"请确保 GSE File Server 公网IP({file_endpoints})到 Proxy 出口IP"
"({proxy_outer_ip})的 {port_polices} 访问策略正常。\n"
"另外请注意:\n"
"1. 可执行 curl ipinfo.io 确认「出口IP」\n"
"2. 不支持多台 Proxy 使用同一个「出口IP」\n"
"3. 请保证「出口IP」固定不变"
msgstr ""
"Please make sure the GSE File Server public IP ({file_endpoints}) to the "
"{port_polices} access Proxy public IP({proxy_outer_ip}) policy OK.\n"
"Also note:\n"
"1. Execute curl ipinfo.io to confirm the 'export IP'\n"
"2. Multiple proxies using the same 'exit IP' are not supported\n"
"3. Please ensure that the 'export IP' is fixed"
#: apps/backend/components/collections/agent_new/choose_access_point.py:73
msgid "选择接入点失败"
msgstr "Failed to select access point"
#: apps/backend/components/collections/agent_new/choose_access_point.py:75
#, python-brace-format
msgid "已选择 [{ap_name}] 作为本次安装的接入点"
msgstr ""
"[{ap_name}] has been selected as the access point for this installation"
#: apps/backend/components/collections/agent_new/choose_access_point.py:156
#, python-brace-format
msgid "连接至接入点 [{ap_name}] 的平均延迟为 {ping_time}ms"
msgstr ""
"The average latency to connect to access point [{ap_name}] is {ping_time}ms"
#: apps/backend/components/collections/agent_new/choose_access_point.py:163
#, python-brace-format
msgid ""
"主机 <--> 接入点网络情况检测结果:\n"
"{detect_logs_str}"
msgstr ""
"Host <--> Access point network condition test result:\n"
"{detect_logs_str}"
#: apps/backend/components/collections/agent_new/choose_access_point.py:171
msgid "自动选择接入点失败,接入点均 ping 不可达"
msgstr ""
"Failed to automatically select access points, all access points are ping "
"unreachable"
#: apps/backend/components/collections/agent_new/choose_access_point.py:358
#, python-brace-format
msgid "管控区域 -> {bk_cloud_id} 下无 GSE版本 -> {gse_version} 存活的 Proxy"
msgstr "No live proxy({gse_version}) under \"BK-Net\" -> {bk_cloud_id}"
#: apps/backend/components/collections/agent_new/choose_access_point.py:410
#, python-brace-format
msgid ""
"主机所在「管控区域」 「{bk_cloud_name}」[{bk_cloud_id}] 下无 GSE 版本 -> "
"{gse_version} 的接入点,请联系管理员添加映射关系"
msgstr ""
"There is no access point of GSE version -> {gse_version} under the \"BK-"
"Net\" {bk_cloud_name} [{bk_cloud_id}] where the Host is located, please "
"contact the administrator to add the mapping relationship"
#: apps/backend/components/collections/agent_new/choose_access_point.py:429
#, python-brace-format
msgid ""
"已选择主机所在「管控区域」「{bk_cloud_name}」[{bk_cloud_id}] 指定的接入点 "
"[{ap_name}]"
msgstr ""
"The access point specified by the \"BK-Net\" {bk_cloud_name} [{bk_cloud_id}] "
"where the Host is located [{ap_name}]"
#: apps/backend/components/collections/agent_new/choose_access_point.py:523
msgid "自动选择接入点失败,请到全局配置新建对应版本接入点"
msgstr ""
"Failed to automatically select access point, please go to global "
"configuration to new a new access point"
#: apps/backend/components/collections/agent_new/choose_access_point.py:557
#, python-brace-format
msgid "当前主机已分配接入点 [{ap_name}]"
msgstr "The current host has assigned access point [{ap_name}]"
#: apps/backend/components/collections/agent_new/components.py:47
msgid "查询主机密码"
msgstr "Query host password"
#: apps/backend/components/collections/agent_new/components.py:53
msgid "选择接入点"
msgstr "Select access point"
#: apps/backend/components/collections/agent_new/components.py:59
msgid "注册主机到配置平台"
msgstr "Register host to configuration platform"
#: apps/backend/components/collections/agent_new/components.py:71
msgid "安装预设插件"
msgstr "Install preset plugin"
#: apps/backend/components/collections/agent_new/components.py:77
msgid "配置策略"
msgstr "Configure policy"
#: apps/backend/components/collections/agent_new/components.py:83
#: apps/backend/plugin/manager.py:61
msgid "查询Agent状态"
msgstr "Query Agent Status"
#: apps/backend/components/collections/agent_new/components.py:89
msgid "重载Agent配置"
msgstr "Reload Agent Configuration"
#: apps/backend/components/collections/agent_new/components.py:95
#: apps/backend/subscription/steps/agent.py:325
#: apps/backend/subscription/steps/agent.py:344 apps/node_man/constants.py:290
#: apps/node_man/constants.py:472
msgid "重启"
msgstr "Restart"
#: apps/backend/components/collections/agent_new/components.py:101
msgid "更新主机进程状态"
msgstr "Update host process status"
#: apps/backend/components/collections/agent_new/components.py:107
msgid "检查Agent状态"
msgstr "Check Agent Status"
#: apps/backend/components/collections/agent_new/components.py:113
msgid "下发升级包"
msgstr "Transfer upgrade package"
#: apps/backend/components/collections/agent_new/components.py:119
msgid "检测 GSE Server 到 Proxy 策略"
msgstr "Detecting GSE Server to Proxy Policy"
#: apps/backend/components/collections/agent_new/components.py:125
msgid "下发升级脚本命令"
msgstr "Send upgrade script command"
#: apps/backend/components/collections/agent_new/components.py:131
msgid "渲染并下发Agent配置"
msgstr "Render and deliver Agent configuration"
#: apps/backend/components/collections/agent_new/components.py:137
#: apps/backend/components/collections/agent_new/wait.py:22
msgid "等待"
msgstr "Wait"
#: apps/backend/components/collections/agent_new/components.py:143
msgid "执行脚本"
msgstr "Execute script"
#: apps/backend/components/collections/agent_new/components.py:149
msgid "分发文件"
msgstr "Distribution file"
#: apps/backend/components/collections/agent_new/components.py:155
msgid "分发配置"
msgstr "Distribution configuration"
#: apps/backend/components/collections/agent_new/components.py:161
msgid "下发文件到Proxy"
msgstr "Transfer file to Proxy"
#: apps/backend/components/collections/agent_new/components.py:167
msgid "更新安装信息"
msgstr "Update installation info"
#: apps/backend/components/collections/agent_new/components.py:173
msgid "绑定主机 Agent 信息"
msgstr "Bind host Agent information"
#: apps/backend/components/collections/agent_new/components.py:179
msgid "主机解绑 Agent 信息"
msgstr "Unbind host Agent information"
#: apps/backend/components/collections/agent_new/components.py:185
msgid "新增或更新主机信息"
msgstr "Add or Update host information"
#: apps/backend/components/collections/agent_new/components.py:191
msgid "升级为 Agent-ID 配置"
msgstr "Upgrade to Agent-ID configured"
#: apps/backend/components/collections/agent_new/components.py:197
msgid "推送主机身份信息"
msgstr "Push host identify information"
#: apps/backend/components/collections/agent_new/components.py:203
msgid "下发 Agent 安装包到 Proxy"
msgstr "Send Agent installation package to Proxy"
#: apps/backend/components/collections/agent_new/components.py:209
msgid "检查Agent功能"
msgstr "Check Agent ability"
#: apps/backend/components/collections/agent_new/components.py:215
msgid "推送环境变量文件"
msgstr "Push environment file"
#: apps/backend/components/collections/agent_new/components.py:221
msgid "安装额外Agent"
msgstr "Install additional agent"
#: apps/backend/components/collections/agent_new/configure_policy.py:54
msgid "到Gse和Nginx的策略配置成功"
msgstr "Policies to Gse and Nginx are configured successfully"
#: apps/backend/components/collections/agent_new/configure_policy.py:59
msgid "配置到Gse和Nginx的策略失败请联系节点管理维护人员"
msgstr ""
"Failed to configure policies to Gse and Nginx, please contact node "
"management and maintainers"
#: apps/backend/components/collections/agent_new/get_agent_status.py:43
#, python-brace-format
msgid "期望的 Agent 状态为 {expect_status_alias}「{expect_status}」"
msgstr "The expected agent status is {expect_status_alias}[{expect_status}]"
#: apps/backend/components/collections/agent_new/get_agent_status.py:106
#, python-brace-format
msgid ""
"查询 GSE 得到主机 [{host_key}] Agent 状态 -> {status_alias}「{status}」, 版"
"本 -> {version}"
msgstr ""
"Query GSE to get host [{host_key}] Agent status -> {status_alias}[{status}], "
"version -> {version}"
#: apps/backend/components/collections/agent_new/get_agent_status.py:110
msgid "无"
msgstr "None"
#: apps/backend/components/collections/agent_new/get_agent_status.py:146
msgid "查询 GSE 超时"
msgstr "Query GSE timed out"
#: apps/backend/components/collections/agent_new/install.py:205
msgid "等待手动执行安装命令"
msgstr "Waiting for manual install command"
#: apps/backend/components/collections/agent_new/install.py:316
#: apps/backend/utils/ssh.py:416 apps/exceptions.py:115
msgid "认证信息已过期, 请重装并填入认证信息"
msgstr ""
"The authentication information has expired, please reload and fill in the "
"authentication information"
#: apps/backend/components/collections/agent_new/install.py:322
#: apps/backend/components/collections/agent_new/install.py:332
#: apps/backend/components/collections/agent_new/install.py:533
#, python-brace-format
msgid "执行命令: {cmd}"
msgstr "Execute command: {cmd}"
#: apps/backend/components/collections/agent_new/install.py:338
msgid ""
"正在安装 Windows AGENT, 命令执行失败,请确认: \n"
"1. 检查文件共享相关服务,确认以下服务均已开启\n"
" - Function Discovery Resource Publication\n"
" - SSDP Discovery \n"
" - UPnP Device Host\n"
" - Server\n"
" - NetLogon // 如果没有加入域,可以不启动这个\n"
" - TCP/IP NetBIOS Helper\n"
"2. 开启网卡 Net BOIS \n"
"3. 开启文件共享 Net share \n"
"4. 检查防火墙是否有放开 139/135/445 端口 \n"
msgstr ""
"Installing Windows AGENT, command failed, please confirm:\n"
"1. Check file sharing related services and make sure the following services "
"are enabled\n"
" - Function Discovery Resource Publication\n"
" - SSDP Discovery \n"
" - UPnP Device Host\n"
"-Server\n"
" - NetLogon // If not joined to a domain, this can be disabled\n"
" - TCP/IP NetBIOS Helper\n"
"2. Enable the network card Net BOIS \n"
"3. Enable file sharing Net share \n"
"4. Check if the firewall has opened ports 139/135/445\n"
#: apps/backend/components/collections/agent_new/install.py:353
#: apps/backend/components/collections/agent_new/install.py:389
msgid "远程登录失败,等待自动重试,重试失败将打印异常信息。"
msgstr ""
"Remote sign in failed, waiting for automatic retry, if retry fails, an "
"exception message will be printed."
#: apps/backend/components/collections/agent_new/install.py:356
#: apps/backend/components/collections/agent_new/install.py:392
msgid "远程登录失败"
msgstr "Remote sign in failed"
#: apps/backend/components/collections/agent_new/install.py:378
#, python-brace-format
msgid "推送文件 {localpath} 到目标机器路径 {dest_dir}"
msgstr "Push file {localpath} to the target machine path {dest_dir}"
#: apps/backend/components/collections/agent_new/install.py:404
#, python-brace-format
msgid "主机的上游节点为: {upstream_nodes}"
msgstr "The upstream nodes of the host are: {upstream_nodes}"
#: apps/backend/components/collections/agent_new/install.py:408
#, python-brace-format
msgid "已选择 {inner_ip} 作为本次安装的跳板机"
msgstr "{inner_ip} has been selected as the springboard for this installation"
#: apps/backend/components/collections/agent_new/install.py:446
#, python-brace-format
msgid ""
"作业任务ID为[{job_instance_id}],点击跳转到<a href=\"{link}\" "
"target=\"_blank\">[作业平台]</a>"
msgstr ""
"The JOB task ID is [{job_instance_id}], click to jump to <a href=\"{link}\" "
"target=\"_blank\">[Blueking JOB]</a>"
#: apps/backend/components/collections/agent_new/install.py:460
#, python-brace-format
msgid ""
"作业执行中,如果卡在这里较长时间,请检查:\n"
"1. P-Agent({host_inner_ip}) 到 Proxy({jump_server_ip}) 的 {download_port}、"
"{proxy_pass_port} 是否可连通。 \n"
"2. Proxy是否已正确完成所有安装步骤且状态正常。 \n"
"3. 点击上面链接跳转到作业平台查看任务执行情况。\n"
msgstr ""
"Job execution, if stuck here for a long time, please check:\n"
"1. P-Agent({host_inner_ip}) to {download_port} of Proxy({jump_server_ip}),"
"{proxy_pass_port} is reachable.\n"
"2. Whether the Proxy has completed all installation steps correctly and is "
"in a normal state.\n"
"3. Click the link above to jump to the job platform to view the task "
"execution status.\n"
#: apps/backend/components/collections/agent_new/install.py:524
#, python-brace-format
msgid ""
"推送下列文件到「{dest_dir}」\n"
"{filenames_str}"
msgstr "Push the following files to {dest_dir}\"n {filenames_str}"
#: apps/backend/components/collections/agent_new/install.py:693
msgid "安装超时"
msgstr "Install timed out"
#: apps/backend/components/collections/agent_new/install_other_agent.py:77
#, python-brace-format
msgid "当前主机所处业务[{bk_biz_id}] 无需要额外安装 GSE [{gse_version}] Agent."
msgstr ""
"The current host's biz [{bk_biz_id}] does not require additional "
"installation of GSE [{gse_version}] Agent."
#: apps/backend/components/collections/agent_new/install_other_agent.py:86
#, python-brace-format
msgid "未配置与接入点ID:[{ap_id}]对应的映射,跳过此安装步骤"
msgstr ""
"The mapping corresponding to access point ID: [{ap_id}] is not configured, "
"skipping this installation step."
#: apps/backend/components/collections/agent_new/install_other_agent.py:135
#, python-brace-format
msgid ""
"{log}\n"
"作业任务ID为 [{node_man_task_id}], 点击跳转到 <a href=\"{link}\" "
"target=\"_blank\">[节点管理]</a>"
msgstr ""
"{log}\n"
"The NODEMAN task ID is [{node_man_task_id}], click to jump to <a "
"href=\"{link}\" target=\"_blank\">[Blueking NODEMAN]</a>"
#: apps/backend/components/collections/agent_new/install_other_agent.py:137
#: apps/backend/components/collections/agent_new/install_other_agent.py:148
msgid "安装额外Agent任务已启动"
msgstr "Install additional agent task started"
#: apps/backend/components/collections/agent_new/install_other_agent.py:145
#, python-brace-format
msgid ""
"{log}\n"
" <span style=\"color: #ff9c01\">等待手动安装, 作业任务ID为 "
"[{node_man_task_id}], 请点击跳转到 <a href=\"{link}\" target=\"_blank\">[节点"
"管理]</a>根据提示完成操作.</span>"
msgstr ""
"{log}\n"
"Waiting for manual installation. The NODEMAN task ID is [{node_man_task_id}],"
"click to jump to <a href=\"{link}\" target=\"_blank\">[Blueking NODEMAN]</a> "
"follow the prompts to complete the operation."
#: apps/backend/components/collections/agent_new/install_other_agent.py:201
#: apps/backend/components/collections/agent_new/install_other_agent.py:222
#, python-brace-format
msgid ""
"{log}\n"
"作业任务ID为 [{node_man_task_id}],点击跳转到 <a href=\"{link}\" "
"target=\"_blank\">[节点管理]</a> 查看详情"
msgstr ""
"{log}\n"
"The NODEMAN task ID is [{node_man_task_id}], click to jump to <a "
"href=\"{link}\" target=\"_blank\">[Blueking NODEMAN]</a>"
#: apps/backend/components/collections/agent_new/install_other_agent.py:203
msgid "安装额外Agent失败"
msgstr "Failed to install additional agent"
#: apps/backend/components/collections/agent_new/install_other_agent.py:215
msgid "安装额外Agent失败, 请点任务链接查看详情"
msgstr ""
"Failed to install additional agent, Please click on the task link to view "
"details"
#: apps/backend/components/collections/agent_new/install_other_agent.py:223
msgid "安装额外Agent超时"
msgstr "Install additional agent timeout"
#: apps/backend/components/collections/agent_new/push_host_identifier.py:50
msgid "推送主机身份的任务为: [{}]"
msgstr "The task of pushing the host identify is: [{}]"
#: apps/backend/components/collections/agent_new/push_host_identifier.py:97
msgid "推送主机身份失败"
msgstr "Push the host identity failed"
#: apps/backend/components/collections/agent_new/push_host_identifier.py:108
msgid "推送主机身份超时"
msgstr "Push the host identity timeout"
#: apps/backend/components/collections/agent_new/query_password.py:59
msgid ""
"若 OA TICKET 过期,请重新登录 OA 后再重试您的操作。请注意不要直接使用此任务中"
"的重试功能~"
msgstr ""
"If OA TICKET expires, please sign in to OA again and try your operation "
"again. Please be careful not to use the retry function in this task directly "
"~"
#: apps/backend/components/collections/agent_new/query_password.py:140
msgid ""
"登录认证信息已被清空\n"
"- 若为重试操作,请新建任务重新发起"
msgstr ""
"Sign in authentication information has been cleared \n"
"- If it is a retry operation, please new a new task and re-initiate"
#: apps/backend/components/collections/agent_new/query_password.py:169
msgid "当前主机验证类型无需查询密码"
msgstr "Current host verify without having to type a password query"
#: apps/backend/components/collections/agent_new/register_host.py:166
#, python-brace-format
msgid ""
"注册主机参数为:\n"
" {params}"
msgstr ""
"The registered host parameter is:\n"
"{params}"
#: apps/backend/components/collections/agent_new/register_host.py:175
#, python-brace-format
msgid ""
"注册主机失败:\n"
"{error_msgs}"
msgstr ""
"Failed to register host:\n"
"{error_msgs}"
#: apps/backend/components/collections/agent_new/register_host.py:238
msgid "查询CMDB主机失败,未在CMDB中查询到主机信息"
msgstr "Failed to query CMDB host, no host information was queried in CMDB"
#: apps/backend/components/collections/agent_new/register_host.py:254
#, python-brace-format
msgid ""
"主机期望注册到「{bk_biz_id}」[{bk_biz_name}],但实际存在于业务「ID: "
"{actual_biz_id}」,请前往该业务进行安装"
msgstr ""
"The host expects to register with {bk_biz_id} [{bk_biz_name}], but actually "
"exists in the business ID: {actual_biz_id}, please go to the business to "
"install"
#: apps/backend/components/collections/agent_new/register_host.py:405
msgid "注册CMDB完成"
msgstr "Registration to CMDB completed"
#: apps/backend/components/collections/agent_new/unbind_host_agent.py:50
#, python-brace-format
msgid ""
"已将 Agent[bk_agent_id: {bk_agent_id}] 和 主机[bk_host_id: {bk_host_id}] 之间"
"的绑定关系解除"
msgstr ""
"Between agent [bk_agent_id: {bk_agent_id}] and host [bk_host_id: "
"{bk_host_id}] binding relationship hase been release"
#: apps/backend/components/collections/agent_new/unbind_host_agent.py:72
msgid "不存在绑定关系,无需解绑"
msgstr "No binding relationship, not need to unbind"
#: apps/backend/components/collections/agent_new/update_process_status.py:49
#, python-brace-format
msgid "更新主机状态为{status}"
msgstr "Update host status to {status}"
#: apps/backend/components/collections/agent_new/upgrade_to_agent_id.py:42
msgid "升级 Agent-ID 配置失败"
msgstr "Upgrade Agent-ID configuration failed"
#: apps/backend/components/collections/base.py:89
#, python-brace-format
msgid ""
"{act_name} 失败: {exc},请先尝试查看错误日志进行处理,若无法解决,请联系管理"
"员处理"
msgstr ""
"{act_name} failed: {exc}, please try to check the error log to deal with it, "
"if it can't be solved, please contact the management manager to deal with"
#: apps/backend/components/collections/base.py:369
#, python-brace-format
msgid ""
"{act_name} 已终止,可整体重试/重试。(details: {revoke_sub_inst_id_set})"
msgstr ""
"{act_name} terminated, retry/retry as a whole. (details: "
"{revoke_sub_inst_id_set})"
#: apps/backend/components/collections/base.py:392
#, python-brace-format
msgid "{act_name} 失败,请先尝试查看日志并处理,若无法解决,请联系管理员处理。"
msgstr ""
"{act_name} failed, please try to view the log and deal with it. If it cannot "
"be solved, please contact the administrator to deal with it."
#: apps/backend/components/collections/base.py:403
#, python-brace-format
msgid "{act_name} 成功"
msgstr "{act_name} succeeded"
#: apps/backend/components/collections/base.py:425
#, python-brace-format
msgid "开始 {act_name}."
msgstr "Start {act_name}."
#: apps/backend/components/collections/common/remote.py:37
msgid "SSH通道可用"
msgstr "SSH tunnel available"
#: apps/backend/components/collections/common/remote.py:38
msgid "SSH通道可用但登录信息有误"
msgstr "SSH channel available but wrong sign in information"
#: apps/backend/components/collections/common/remote.py:39
msgid "SSH通道不可用"
msgstr "SSH channel unavailable"
#: apps/backend/components/collections/common/remote.py:137
#, python-brace-format
msgid "当前登录用户为「{account}」,请确保该用户具有 sudo 权限"
msgstr ""
"The current sign-in user is {account}, please make sure this user has sudo "
"privileges"
#: apps/backend/components/collections/core.py:37
msgid "使用 ssh 会话执行命令"
msgstr "Execute command using ssh session"
#: apps/backend/components/collections/core.py:38
msgid "使用 wmiexe 会话执行命令"
msgstr "Execute command using wmiexe session"
#: apps/backend/components/collections/core.py:39
msgid "使用 job 执行命令"
msgstr "Execute command using job"
#: apps/backend/components/collections/core.py:40
msgid "查询密码"
msgstr "Query password"
#: apps/backend/components/collections/core.py:41
msgid "主机写入操作"
msgstr "Host write actions"
#: apps/backend/components/collections/job.py:151
#, python-brace-format
msgid ""
"下发配置文件 [{file_names}] 到目标机器路径 [{file_target_path}],若下发失败,"
"请检查作业平台所部署的机器是否已安装AGENT"
msgstr ""
"Push config file [{file_names}] to the target machine path "
"[{file_target_path}], if the delivery fails,Please check whether the machine "
"deployed by the job platform has AGENT installed"
#: apps/backend/components/collections/job.py:155
#, python-brace-format
msgid "快速执行脚本 {script_name}"
msgstr "Fast execute scripts {script_name}"
#: apps/backend/components/collections/job.py:157
msgid "调用作业平台"
msgstr "Call Blueking Job"
#: apps/backend/components/collections/job.py:168
#, python-brace-format
msgid ""
"{log}\n"
"作业任务ID为 [{job_instance_id}],点击跳转到 <a href=\"{link}\" "
"target=\"_blank\">[作业平台]</a>"
msgstr ""
"{log}\n"
"The JOB task ID is [{job_instance_id}], click to jump to <a href=\"{link}\" "
"target=\"_blank\">[Blueking JOB]</a>"
#: apps/backend/components/collections/job.py:250
#, python-brace-format
msgid ""
"作业执行状态 -> {status}「{ip_status_msg}」, 主机任务状态码 -> {error_code}"
"「{err_msg}」"
msgstr ""
"Job execution status -> {status} '{ip_status_msg}', host task status code -> "
"{error_code} '{err_msg}'"
#: apps/backend/components/collections/job.py:260
#, python-brace-format
msgid "作业平台执行失败: {err_msg}"
msgstr "Job task failed: {err_msg}"
#: apps/backend/components/collections/job.py:312
msgid "该步骤无需等待作业平台执行结果"
msgstr ""
"This step does not need to wait for the execution result of the job platform"
#: apps/backend/components/collections/job.py:369
msgid "作业平台执行任务超时"
msgstr "Job task execution task timed out"
#: apps/backend/components/collections/plugin.py:167
msgid "插件部署失败,重试次数 +1"
msgstr "Plugin deployment failed, retries +1"
#: apps/backend/components/collections/plugin.py:375
msgid "主机不存在或未同步"
msgstr "Host does not exist or is not in sync"
#: apps/backend/components/collections/plugin.py:514
#, python-brace-format
msgid "{bk_host_id}:AGENT异常[{status}],请尝试恢复AGENT状态或重装AGENT。"
msgstr ""
"{bk_host_id}: AGENT is abnormal [{status}], please try to restore AGENT "
"status or reinstall AGENT."
#: apps/backend/components/collections/plugin.py:866
msgid "主机[{}]在ip->[{}]上无可用端口"
msgstr "Host [{}] has no available port on ip->[{}]"
#: apps/backend/components/collections/plugin.py:1012
#, python-brace-format
msgid ""
"无需渲染配置,直接进入下一步骤,subscription_instance_ids -> "
"{subscription_instance_ids}"
msgstr ""
"No rendering configuration, go directly to the next step, "
"subscription_instance_ids -> {subscription_instance_ids}"
#: apps/backend/components/collections/plugin.py:1244
msgid "GSE任务轮询超时"
msgstr "GSE task polling timeout"
#: apps/backend/components/collections/plugin.py:1282
#, python-brace-format
msgid "GSE任务查无结果, {task_id}, {key}"
msgstr "GSE task search no result, {task_id}, {key}"
#: apps/backend/components/collections/plugin.py:1432
#: apps/node_man/models.py:1900
msgid "策略"
msgstr "Policy"
#: apps/backend/components/collections/plugin.py:1432
#: apps/backend/components/collections/plugin.py:1481
#: apps/node_man/models.py:565
msgid "订阅"
msgstr "Subscribe"