foreman_discovery 16.1.3 → 16.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
- data/app/controllers/discovered_hosts_controller.rb +5 -3
- data/app/helpers/discovered_hosts_helper.rb +5 -0
- data/app/models/host/discovered.rb +11 -15
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
- data/app/views/discovered_hosts/welcome.html.erb +14 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
- data/extra/discover-host +14 -8
- data/lib/foreman_discovery/engine.rb +3 -2
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +46 -37
- data/locale/ca/foreman_discovery.po +28 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +54 -47
- data/locale/de/foreman_discovery.po +28 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +40 -28
- data/locale/en/foreman_discovery.po +28 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +45 -44
- data/locale/en_GB/foreman_discovery.po +28 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +79 -76
- data/locale/es/foreman_discovery.po +28 -10
- data/locale/foreman_discovery.pot +142 -115
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +85 -82
- data/locale/fr/foreman_discovery.po +28 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +41 -29
- data/locale/gl/foreman_discovery.po +28 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +54 -42
- data/locale/it/foreman_discovery.po +28 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +88 -87
- data/locale/ja/foreman_discovery.po +28 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +53 -41
- data/locale/ko/foreman_discovery.po +28 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +78 -72
- data/locale/pt_BR/foreman_discovery.po +28 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +53 -41
- data/locale/ru/foreman_discovery.po +28 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +44 -32
- data/locale/sv_SE/foreman_discovery.po +28 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +123 -123
- data/locale/zh_CN/foreman_discovery.po +28 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +53 -41
- data/locale/zh_TW/foreman_discovery.po +28 -10
- data/package.json +39 -0
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +0 -16
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +24 -12
@@ -6,7 +6,7 @@
|
|
6
6
|
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_discovery 16.0
|
9
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
11
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
12
12
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -324,6 +324,12 @@ msgstr[1] ""
|
|
324
324
|
msgid "Host of type %s can not be rebooted"
|
325
325
|
msgstr "タイプ %s のホストを再起動できません"
|
326
326
|
|
327
|
+
msgid "Host's owner type"
|
328
|
+
msgstr ""
|
329
|
+
|
330
|
+
msgid "Host's parameters (array or indexed hash)"
|
331
|
+
msgstr ""
|
332
|
+
|
327
333
|
msgid "Hostname facts"
|
328
334
|
msgstr "ホスト名ファクト"
|
329
335
|
|
@@ -411,9 +417,6 @@ msgstr "オペレーティングシステムに関連付けられていない Ke
|
|
411
417
|
msgid "Last Facts Upload"
|
412
418
|
msgstr "最終ファクトのアップロード"
|
413
419
|
|
414
|
-
msgid "Learn more about this in the documentation."
|
415
|
-
msgstr "この詳細についてはドキュメンテーションを参照してください。"
|
416
|
-
|
417
420
|
msgid "List all discovered hosts"
|
418
421
|
msgstr "すべての検出されたホストを一覧表示"
|
419
422
|
|
@@ -468,6 +471,9 @@ msgstr "該当なし"
|
|
468
471
|
msgid "Name"
|
469
472
|
msgstr "名前"
|
470
473
|
|
474
|
+
msgid "Name of the parameter"
|
475
|
+
msgstr ""
|
476
|
+
|
471
477
|
msgid "Network"
|
472
478
|
msgstr "ネットワーク"
|
473
479
|
|
@@ -486,9 +492,6 @@ msgstr "検出されたホストがありません"
|
|
486
492
|
msgid "No discovered hosts for the selected period"
|
487
493
|
msgstr "選択された期間に検出されたホストはありません"
|
488
494
|
|
489
|
-
msgid "No discovered hosts found in this context."
|
490
|
-
msgstr "このコンテキストで検出されたホストはありません。"
|
491
|
-
|
492
495
|
msgid "No discovered hosts to provision"
|
493
496
|
msgstr "プロビジョニングする検出されたホストがありません"
|
494
497
|
|
@@ -531,6 +534,9 @@ msgstr "ホストを検出に固定する際に使用される PXEGrub2 テン
|
|
531
534
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
532
535
|
msgstr "ホストを検出に固定する際に使用される PXELinux テンプレート"
|
533
536
|
|
537
|
+
msgid "Parameter value"
|
538
|
+
msgstr ""
|
539
|
+
|
534
540
|
msgid "Please Confirm"
|
535
541
|
msgstr "確認してください"
|
536
542
|
|
@@ -678,15 +684,15 @@ msgstr "次のホストが削除されました: %s"
|
|
678
684
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
679
685
|
msgstr "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
|
680
686
|
|
681
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
682
|
-
msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
|
683
|
-
|
684
687
|
msgid "Type"
|
685
688
|
msgstr "タイプ"
|
686
689
|
|
687
690
|
msgid "Type of name generator"
|
688
691
|
msgstr "名前ジェネレーターのタイプ"
|
689
692
|
|
693
|
+
msgid "Type of value"
|
694
|
+
msgstr ""
|
695
|
+
|
690
696
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
691
697
|
msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
|
692
698
|
|
@@ -696,6 +702,9 @@ msgstr "検出ルールを見つけることができません。指定される
|
|
696
702
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
697
703
|
msgstr "%{mac} が '%{fact}' で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
|
698
704
|
|
705
|
+
msgid "Unable to perform %{action} on %{ips}"
|
706
|
+
msgstr ""
|
707
|
+
|
699
708
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
700
709
|
msgstr ""
|
701
710
|
|
@@ -768,6 +777,15 @@ msgstr "特定ルールの検出されたホストに一致するクエリー"
|
|
768
777
|
msgid "represents rule name shown to the users"
|
769
778
|
msgstr "ユーザーに表示されるルール名の表示"
|
770
779
|
|
780
|
+
msgid "required if host is managed and custom partition has not been defined"
|
781
|
+
msgstr ""
|
782
|
+
|
783
|
+
msgid "required if host is managed and value is not inherited from host group"
|
784
|
+
msgstr ""
|
785
|
+
|
786
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
787
|
+
msgstr ""
|
788
|
+
|
771
789
|
msgid "required if value is not inherited from host group or default password in settings"
|
772
790
|
msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
|
773
791
|
|
Binary file
|
@@ -7,8 +7,8 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date: 2020-
|
11
|
-
"Last-Translator:
|
10
|
+
"PO-Revision-Date: 2020-10-29 17:16+0000\n"
|
11
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
12
12
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
13
13
|
"MIME-Version: 1.0\n"
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -54,7 +54,7 @@ msgstr "검색된 호스트 프로비저닝 "
|
|
54
54
|
|
55
55
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
56
56
|
msgid "required if host is managed and value is not inherited from host group"
|
57
|
-
msgstr ""
|
57
|
+
msgstr "호스트가 관리되고 있으며 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
|
58
58
|
|
59
59
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
60
60
|
msgid "not required if using a subnet with DHCP proxy"
|
@@ -66,27 +66,27 @@ msgstr "가상 머신의 경우 필요하지 않습니다 "
|
|
66
66
|
|
67
67
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
68
68
|
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
69
|
-
msgstr ""
|
69
|
+
msgstr "이미지 기반의 프로비저닝이 아니고 호스트가 관리되어 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
|
70
70
|
|
71
71
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
72
72
|
msgid "required if host is managed and custom partition has not been defined"
|
73
|
-
msgstr ""
|
73
|
+
msgstr "호스트가 관리되고 있으며 사용자 정의 파티션이 정의되고 있지 않은 경우에 필요합니다 "
|
74
74
|
|
75
75
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
76
76
|
msgid "Host's owner type"
|
77
|
-
msgstr ""
|
77
|
+
msgstr "호스트의 소유자 유형"
|
78
78
|
|
79
79
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
80
80
|
msgid "Host's parameters (array or indexed hash)"
|
81
|
-
msgstr ""
|
81
|
+
msgstr "호스트의 매개 변수(배열 또는 인덱싱된 해시)"
|
82
82
|
|
83
83
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
84
84
|
msgid "Name of the parameter"
|
85
|
-
msgstr ""
|
85
|
+
msgstr "매개 변수의 이름"
|
86
86
|
|
87
87
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
88
88
|
msgid "Parameter value"
|
89
|
-
msgstr ""
|
89
|
+
msgstr "매개 변수 값"
|
90
90
|
|
91
91
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
92
92
|
msgid "Type of value"
|
@@ -328,11 +328,11 @@ msgstr "선택된 호스트가 없음 "
|
|
328
328
|
msgid "Something went wrong while selecting hosts - %s"
|
329
329
|
msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
|
330
330
|
|
331
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
331
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
332
332
|
msgid "Rule enabled"
|
333
333
|
msgstr "규칙 비활성화 "
|
334
334
|
|
335
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
335
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
336
336
|
msgid "Rule disabled"
|
337
337
|
msgstr "규칙 비활성화 "
|
338
338
|
|
@@ -340,15 +340,15 @@ msgstr "규칙 비활성화 "
|
|
340
340
|
msgid "%s ago"
|
341
341
|
msgstr "%s 전 "
|
342
342
|
|
343
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
343
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
344
344
|
msgid "Auto Provision"
|
345
345
|
msgstr "자동 프로비저닝 "
|
346
346
|
|
347
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
347
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
348
348
|
msgid "Refresh facts"
|
349
349
|
msgstr "팩트 새로고침 "
|
350
350
|
|
351
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
351
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
|
352
352
|
msgid "Reboot"
|
353
353
|
msgstr "다시 시작"
|
354
354
|
|
@@ -360,7 +360,7 @@ msgstr "뒤로 "
|
|
360
360
|
msgid "Select Action"
|
361
361
|
msgstr "작업 선택 "
|
362
362
|
|
363
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
363
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
364
364
|
msgid "Delete %s?"
|
365
365
|
msgstr "%s 을(를) 삭제하시겠습니까?"
|
366
366
|
|
@@ -750,15 +750,15 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
|
|
750
750
|
msgid "Host"
|
751
751
|
msgstr "호스트"
|
752
752
|
|
753
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
753
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
754
754
|
msgid "Model"
|
755
755
|
msgstr "모델 "
|
756
756
|
|
757
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
757
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
758
758
|
msgid "CPUs"
|
759
759
|
msgstr "CPU"
|
760
760
|
|
761
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
761
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
762
762
|
msgid "Memory"
|
763
763
|
msgstr "메모리"
|
764
764
|
|
@@ -770,59 +770,59 @@ msgstr ""
|
|
770
770
|
msgid "Create Host"
|
771
771
|
msgstr ""
|
772
772
|
|
773
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
773
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
774
774
|
msgid "Select all items in this page"
|
775
775
|
msgstr "이 페이지에 있는 모든 항목을 선택 "
|
776
776
|
|
777
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
777
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
778
778
|
msgid "items selected. Uncheck to Clear"
|
779
779
|
msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
|
780
780
|
|
781
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
781
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
782
782
|
msgid "Name"
|
783
783
|
msgstr "이름 "
|
784
784
|
|
785
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
785
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
786
786
|
msgid "IP Address"
|
787
787
|
msgstr "IP 주소 "
|
788
788
|
|
789
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
789
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
790
790
|
msgid "Disk Count"
|
791
791
|
msgstr "디스크 수"
|
792
792
|
|
793
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
793
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
794
794
|
msgid "Disks Size"
|
795
795
|
msgstr ""
|
796
796
|
|
797
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
797
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
798
798
|
msgid "Location"
|
799
799
|
msgstr "위치 "
|
800
800
|
|
801
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
801
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
802
802
|
msgid "Organization"
|
803
803
|
msgstr "조직 "
|
804
804
|
|
805
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
805
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
806
806
|
msgid "Subnet"
|
807
807
|
msgstr "서브넷 "
|
808
808
|
|
809
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
809
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
810
810
|
msgid "Last Facts Upload"
|
811
811
|
msgstr ""
|
812
812
|
|
813
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
813
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
|
814
814
|
msgid "Actions"
|
815
815
|
msgstr "동작 "
|
816
816
|
|
817
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
817
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
818
818
|
msgid "Please Confirm"
|
819
819
|
msgstr "확인해 주십시오 "
|
820
820
|
|
821
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
821
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
822
822
|
msgid "Cancel"
|
823
823
|
msgstr "취소 "
|
824
824
|
|
825
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
825
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
826
826
|
msgid "Submit"
|
827
827
|
msgstr "제출 "
|
828
828
|
|
@@ -966,7 +966,7 @@ msgstr "%s 편집 "
|
|
966
966
|
msgid "Discovery Rules"
|
967
967
|
msgstr "검색 규칙 "
|
968
968
|
|
969
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
969
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
970
970
|
msgid "Create Rule"
|
971
971
|
msgstr ""
|
972
972
|
|
@@ -998,6 +998,10 @@ msgstr "활성화 "
|
|
998
998
|
msgid "New Discovery Rule"
|
999
999
|
msgstr "새 검색 규칙 "
|
1000
1000
|
|
1001
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1002
|
+
msgid "Discovered Rules"
|
1003
|
+
msgstr ""
|
1004
|
+
|
1001
1005
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1002
1006
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1003
1007
|
msgstr ""
|
@@ -1034,18 +1038,26 @@ msgstr ""
|
|
1034
1038
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1035
1039
|
msgstr ""
|
1036
1040
|
|
1037
|
-
#:
|
1038
|
-
msgid "
|
1041
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1042
|
+
msgid "For more information please see "
|
1039
1043
|
msgstr ""
|
1040
1044
|
|
1041
|
-
#:
|
1042
|
-
msgid "
|
1045
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1046
|
+
msgid "documentation"
|
1043
1047
|
msgstr ""
|
1044
1048
|
|
1045
|
-
#: action_names.rb:
|
1049
|
+
#: action_names.rb:2
|
1050
|
+
msgid "Action with sub plans"
|
1051
|
+
msgstr "하위 계획이 있는 작업"
|
1052
|
+
|
1053
|
+
#: action_names.rb:3
|
1046
1054
|
msgid "Import facts"
|
1047
|
-
msgstr ""
|
1055
|
+
msgstr "팩트 불러오기"
|
1056
|
+
|
1057
|
+
#: action_names.rb:4
|
1058
|
+
msgid "Import Puppet classes"
|
1059
|
+
msgstr "Puppet 클래스 가져오기"
|
1048
1060
|
|
1049
1061
|
#: action_names.rb:5
|
1050
|
-
msgid "
|
1051
|
-
msgstr ""
|
1062
|
+
msgid "Remote action:"
|
1063
|
+
msgstr "원격 작업:"
|
@@ -5,7 +5,7 @@
|
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery 16.0
|
8
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
11
11
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -322,6 +322,12 @@ msgstr[1] ""
|
|
322
322
|
msgid "Host of type %s can not be rebooted"
|
323
323
|
msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
|
324
324
|
|
325
|
+
msgid "Host's owner type"
|
326
|
+
msgstr ""
|
327
|
+
|
328
|
+
msgid "Host's parameters (array or indexed hash)"
|
329
|
+
msgstr ""
|
330
|
+
|
325
331
|
msgid "Hostname facts"
|
326
332
|
msgstr ""
|
327
333
|
|
@@ -409,9 +415,6 @@ msgstr "Kexec 템플릿이 운영 체제에 연결되어 있지 않습니다."
|
|
409
415
|
msgid "Last Facts Upload"
|
410
416
|
msgstr ""
|
411
417
|
|
412
|
-
msgid "Learn more about this in the documentation."
|
413
|
-
msgstr ""
|
414
|
-
|
415
418
|
msgid "List all discovered hosts"
|
416
419
|
msgstr "검색된 모든 호스트를 나열 "
|
417
420
|
|
@@ -466,6 +469,9 @@ msgstr "해당 없음 "
|
|
466
469
|
msgid "Name"
|
467
470
|
msgstr "이름 "
|
468
471
|
|
472
|
+
msgid "Name of the parameter"
|
473
|
+
msgstr ""
|
474
|
+
|
469
475
|
msgid "Network"
|
470
476
|
msgstr "네트워크"
|
471
477
|
|
@@ -484,9 +490,6 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
|
|
484
490
|
msgid "No discovered hosts for the selected period"
|
485
491
|
msgstr ""
|
486
492
|
|
487
|
-
msgid "No discovered hosts found in this context."
|
488
|
-
msgstr ""
|
489
|
-
|
490
493
|
msgid "No discovered hosts to provision"
|
491
494
|
msgstr "프로비저닝할 검색된 호스트가 없습니다 "
|
492
495
|
|
@@ -529,6 +532,9 @@ msgstr ""
|
|
529
532
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
530
533
|
msgstr ""
|
531
534
|
|
535
|
+
msgid "Parameter value"
|
536
|
+
msgstr ""
|
537
|
+
|
532
538
|
msgid "Please Confirm"
|
533
539
|
msgstr "확인해 주십시오 "
|
534
540
|
|
@@ -676,15 +682,15 @@ msgstr "다음 호스트가 삭제되지 않았습니다: %s"
|
|
676
682
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
677
683
|
msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
|
678
684
|
|
679
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
680
|
-
msgstr ""
|
681
|
-
|
682
685
|
msgid "Type"
|
683
686
|
msgstr "유형 "
|
684
687
|
|
685
688
|
msgid "Type of name generator"
|
686
689
|
msgstr ""
|
687
690
|
|
691
|
+
msgid "Type of value"
|
692
|
+
msgstr ""
|
693
|
+
|
688
694
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
689
695
|
msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
690
696
|
|
@@ -694,6 +700,9 @@ msgstr "검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않
|
|
694
700
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
695
701
|
msgstr ""
|
696
702
|
|
703
|
+
msgid "Unable to perform %{action} on %{ips}"
|
704
|
+
msgstr ""
|
705
|
+
|
697
706
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
698
707
|
msgstr ""
|
699
708
|
|
@@ -766,6 +775,15 @@ msgstr "특정 규칙에 대해 검색된 호스트와 일치하는 쿼리"
|
|
766
775
|
msgid "represents rule name shown to the users"
|
767
776
|
msgstr "사용자에게 표시되는 규칙 이름을 표시합니다"
|
768
777
|
|
778
|
+
msgid "required if host is managed and custom partition has not been defined"
|
779
|
+
msgstr ""
|
780
|
+
|
781
|
+
msgid "required if host is managed and value is not inherited from host group"
|
782
|
+
msgstr ""
|
783
|
+
|
784
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
785
|
+
msgstr ""
|
786
|
+
|
769
787
|
msgid "required if value is not inherited from host group or default password in settings"
|
770
788
|
msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
|
771
789
|
|
Binary file
|