foreman_discovery 10.0.0 → 11.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/controllers/api/v2/discovered_hosts_controller.rb +1 -1
  4. data/app/controllers/api/v2/discovery_rules_controller.rb +2 -1
  5. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +9 -2
  6. data/app/controllers/discovered_hosts_controller.rb +16 -15
  7. data/app/controllers/discovery_rules_controller.rb +1 -1
  8. data/app/models/host/discovered.rb +10 -4
  9. data/app/models/host/managed_extensions.rb +4 -1
  10. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  11. data/db/migrate/20141107091416_create_discovery_rules.rb +1 -1
  12. data/db/migrate/20141107091417_add_discovery_rule_to_host.rb +1 -1
  13. data/db/migrate/20141126165451_add_discovery_id_to_subnet.rb +1 -1
  14. data/db/migrate/20141223101707_create_discovery_attribute_sets.rb +1 -1
  15. data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
  16. data/db/migrate/20150302112545_remove_duplicate_tokens_from_hosts.rb +1 -1
  17. data/db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb +1 -1
  18. data/db/migrate/20150331132115_remove_old_permissions.rb +1 -1
  19. data/db/migrate/20150505111345_remove_leftover_tokens.rb +1 -1
  20. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  21. data/db/migrate/20150714144500_review_discovery_permissions.rb +1 -1
  22. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  23. data/db/migrate/20160719124942_add_missing_view_permissions.rb +1 -1
  24. data/db/migrate/20160805104605_rename_lock_template_setting.rb +1 -1
  25. data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +1 -1
  26. data/db/migrate/20160925213030_change_discovery_widget_names.rb +1 -1
  27. data/db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb +1 -1
  28. data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +4 -1
  29. data/lib/foreman_discovery/engine.rb +2 -1
  30. data/lib/foreman_discovery/version.rb +1 -1
  31. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/ca/foreman_discovery.edit.po +47 -38
  33. data/locale/ca/foreman_discovery.po +18 -11
  34. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/de/foreman_discovery.edit.po +50 -42
  36. data/locale/de/foreman_discovery.po +21 -15
  37. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/en/foreman_discovery.edit.po +51 -43
  39. data/locale/en/foreman_discovery.po +7 -1
  40. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/en_GB/foreman_discovery.edit.po +43 -35
  42. data/locale/en_GB/foreman_discovery.po +14 -8
  43. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/es/foreman_discovery.edit.po +208 -200
  45. data/locale/es/foreman_discovery.po +179 -173
  46. data/locale/foreman_discovery.pot +52 -44
  47. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/fr/foreman_discovery.edit.po +54 -46
  49. data/locale/fr/foreman_discovery.po +25 -19
  50. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/gl/foreman_discovery.edit.po +37 -29
  52. data/locale/gl/foreman_discovery.po +8 -2
  53. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/it/foreman_discovery.edit.po +51 -43
  55. data/locale/it/foreman_discovery.po +22 -16
  56. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/ja/foreman_discovery.edit.po +184 -176
  58. data/locale/ja/foreman_discovery.po +155 -151
  59. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/ko/foreman_discovery.edit.po +57 -49
  61. data/locale/ko/foreman_discovery.po +28 -22
  62. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/pt_BR/foreman_discovery.edit.po +206 -198
  64. data/locale/pt_BR/foreman_discovery.po +177 -171
  65. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/ru/foreman_discovery.edit.po +57 -49
  67. data/locale/ru/foreman_discovery.po +28 -22
  68. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  69. data/locale/sv_SE/foreman_discovery.edit.po +37 -29
  70. data/locale/sv_SE/foreman_discovery.po +8 -2
  71. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  72. data/locale/zh_CN/foreman_discovery.edit.po +204 -196
  73. data/locale/zh_CN/foreman_discovery.po +177 -169
  74. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  75. data/locale/zh_TW/foreman_discovery.edit.po +47 -39
  76. data/locale/zh_TW/foreman_discovery.po +18 -12
  77. data/test/factories/discovery_host_related.rb +2 -2
  78. data/test/factories/discovery_rule_related.rb +1 -1
  79. data/test/functional/api/v2/discovered_hosts_controller_test.rb +28 -27
  80. data/test/functional/api/v2/discovery_rules_controller_test.rb +14 -14
  81. data/test/functional/api/v2/fact_value_extensions_test.rb +5 -2
  82. data/test/functional/discovered_hosts_controller_test.rb +47 -40
  83. data/test/functional/discovery_rules_controller_test.rb +14 -14
  84. data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +2 -2
  85. data/test/integration/discovered_hosts_test.rb +151 -0
  86. data/test/test_helper_discovery.rb +53 -23
  87. data/test/test_plugin_helper.rb +3 -7
  88. data/test/unit/discovered_extensions_test.rb +40 -38
  89. data/test/unit/discovered_mailer_test.rb +1 -1
  90. data/test/unit/discovery_attribute_set_test.rb +4 -2
  91. data/test/unit/discovery_rule_test.rb +2 -2
  92. data/test/unit/discovery_taxonomy_extensions_test.rb +1 -1
  93. data/test/unit/fact_parser_test.rb +1 -1
  94. data/test/unit/host_discovered_test.rb +26 -23
  95. data/test/unit/managed_extensions_test.rb +1 -1
  96. data/test/unit/ui_notifications/destroy_host_test.rb +21 -17
  97. data/test/unit/ui_notifications/new_host_test.rb +11 -11
  98. metadata +8 -3
  99. data/config/as_deprecation_whitelist.yaml +0 -0
@@ -5,11 +5,11 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 9.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2017-10-17 15:39+0200\n"
11
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
12
- "Last-Translator: Lukáš Zapletal\n"
10
+ "POT-Creation-Date: 2017-12-11 10:28+0100\n"
11
+ "PO-Revision-Date: 2018-01-05 19:26+0000\n"
12
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
13
13
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -97,7 +97,7 @@ msgid "Execute rules against a discovered host"
97
97
  msgstr "검색된 호스트에 대해 규칙 실행 "
98
98
 
99
99
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
100
- #: ../app/controllers/discovered_hosts_controller.rb:152
100
+ #: ../app/controllers/discovered_hosts_controller.rb:150
101
101
  msgid "Host %{host} was provisioned with rule %{rule}"
102
102
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
103
103
 
@@ -106,7 +106,7 @@ msgid "Unable to provision %{host}: %{errors}"
106
106
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
107
107
 
108
108
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
109
- #: ../app/controllers/discovered_hosts_controller.rb:159
109
+ #: ../app/controllers/discovered_hosts_controller.rb:157
110
110
  msgid "No rule found for host %s"
111
111
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
112
112
 
@@ -115,12 +115,12 @@ msgid "Execute rules against all currently discovered hosts"
115
115
  msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
116
116
 
117
117
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
118
- #: ../app/controllers/discovered_hosts_controller.rb:165
118
+ #: ../app/controllers/discovered_hosts_controller.rb:163
119
119
  msgid "Errors during auto provisioning: %s"
120
120
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
121
121
 
122
122
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
123
- #: ../app/controllers/discovered_hosts_controller.rb:168
123
+ #: ../app/controllers/discovered_hosts_controller.rb:166
124
124
  msgid "No discovered hosts to provision"
125
125
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
126
126
 
@@ -183,15 +183,23 @@ msgstr "규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치
183
183
  msgid "flag is used for temporary shutdown of rules"
184
184
  msgstr "규칙의 일시 정지에 플래그를 사용합니다"
185
185
 
186
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:43
186
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
187
+ msgid "location ID for provisioned hosts"
188
+ msgstr ""
189
+
190
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
191
+ msgid "organization ID for provisioned hosts"
192
+ msgstr ""
193
+
194
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
187
195
  msgid "Create a discovery rule"
188
196
  msgstr "검색 규칙 생성 "
189
197
 
190
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:51
198
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:52
191
199
  msgid "Update a rule"
192
200
  msgstr "규칙 업데이트 "
193
201
 
194
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:59
202
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:60
195
203
  msgid "Delete a rule"
196
204
  msgstr "규칙 삭제 "
197
205
 
@@ -251,59 +259,59 @@ msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅
251
259
  msgid "Failed to reboot hosts with error %s"
252
260
  msgstr "%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
253
261
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:142
262
+ #: ../app/controllers/discovered_hosts_controller.rb:140
255
263
  msgid "Destroyed selected hosts"
256
264
  msgstr "선택된 호스트 삭제"
257
265
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:144
266
+ #: ../app/controllers/discovered_hosts_controller.rb:142
259
267
  msgid "The following hosts were not deleted: %s"
260
268
  msgstr "다음 호스트가 삭제되지 않았습니다: %s"
261
269
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:156
270
+ #: ../app/controllers/discovered_hosts_controller.rb:154
263
271
  msgid "Failed to auto provision host %s: %s"
264
272
  msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
265
273
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:184
274
+ #: ../app/controllers/discovered_hosts_controller.rb:182
267
275
  msgid "Discovered hosts are provisioning now"
268
276
  msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
269
277
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:213
278
+ #: ../app/controllers/discovered_hosts_controller.rb:214
271
279
  msgid "Highlights"
272
280
  msgstr ""
273
281
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:213
282
+ #: ../app/controllers/discovered_hosts_controller.rb:214
275
283
  msgid "Storage"
276
284
  msgstr "스토리지"
277
285
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:213
286
+ #: ../app/controllers/discovered_hosts_controller.rb:214
279
287
  msgid "Hardware"
280
- msgstr ""
288
+ msgstr "하드웨어"
281
289
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:213
290
+ #: ../app/controllers/discovered_hosts_controller.rb:214
283
291
  msgid "Network"
284
- msgstr ""
292
+ msgstr "네트워크"
285
293
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:213
294
+ #: ../app/controllers/discovered_hosts_controller.rb:214
287
295
  msgid "Software"
288
- msgstr ""
296
+ msgstr "소프트웨어"
289
297
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:213
298
+ #: ../app/controllers/discovered_hosts_controller.rb:214
291
299
  msgid "IPMI"
292
- msgstr ""
300
+ msgstr "IPMI"
293
301
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:213
302
+ #: ../app/controllers/discovered_hosts_controller.rb:214
295
303
  msgid "Miscellaneous"
296
- msgstr ""
304
+ msgstr "기타"
297
305
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:290
306
+ #: ../app/controllers/discovered_hosts_controller.rb:291
299
307
  msgid "No hosts were found with that id or name"
300
308
  msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
301
309
 
302
- #: ../app/controllers/discovered_hosts_controller.rb:294
310
+ #: ../app/controllers/discovered_hosts_controller.rb:295
303
311
  msgid "No hosts selected"
304
312
  msgstr "선택된 호스트가 없음 "
305
313
 
306
- #: ../app/controllers/discovered_hosts_controller.rb:300
314
+ #: ../app/controllers/discovered_hosts_controller.rb:301
307
315
  msgid "Something went wrong while selecting hosts - %s"
308
316
  msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
309
317
 
@@ -412,7 +420,7 @@ msgstr ""
412
420
 
413
421
  #: ../app/helpers/discovery_rules_helper.rb:31
414
422
  msgid "Enable"
415
- msgstr "활성화 "
423
+ msgstr "활성화"
416
424
 
417
425
  #: ../app/helpers/discovery_rules_helper.rb:31
418
426
  msgid "Enable rule '%s'?"
@@ -491,23 +499,23 @@ msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니
491
499
  msgid "Invalid hostname: Could not normalize the hostname"
492
500
  msgstr ""
493
501
 
494
- #: ../app/models/host/managed_extensions.rb:20
502
+ #: ../app/models/host/managed_extensions.rb:23
495
503
  msgid "Reloading kernel on %s"
496
504
  msgstr "%s에서 커널을 다시 로드하는 중"
497
505
 
498
- #: ../app/models/host/managed_extensions.rb:22
506
+ #: ../app/models/host/managed_extensions.rb:25
499
507
  msgid "Rebooting %s"
500
508
  msgstr "%s 재부팅 중 "
501
509
 
502
- #: ../app/models/host/managed_extensions.rb:43
510
+ #: ../app/models/host/managed_extensions.rb:46
503
511
  msgid "Kexec template not associated with operating system"
504
512
  msgstr "Kexec 템플릿이 운영 체제에 연결되어 있지 않습니다."
505
513
 
506
- #: ../app/models/host/managed_extensions.rb:48
514
+ #: ../app/models/host/managed_extensions.rb:51
507
515
  msgid "Kernel kexec URL is invalid: '%s'"
508
516
  msgstr ""
509
517
 
510
- #: ../app/models/host/managed_extensions.rb:49
518
+ #: ../app/models/host/managed_extensions.rb:52
511
519
  msgid "Init RAM kexec URL is invalid: '%s'"
512
520
  msgstr ""
513
521
 
@@ -695,7 +703,7 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
695
703
 
696
704
  #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
697
705
  msgid "Host"
698
- msgstr "호스트 "
706
+ msgstr "호스트"
699
707
 
700
708
  #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
701
709
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
@@ -717,7 +725,7 @@ msgstr "CPU"
717
725
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
718
726
  #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
719
727
  msgid "Memory"
720
- msgstr "메모리 "
728
+ msgstr "메모리"
721
729
 
722
730
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
723
731
  msgid "Customize Host"
@@ -746,11 +754,11 @@ msgstr "이름 "
746
754
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
747
755
  #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
748
756
  msgid "IP Address"
749
- msgstr "IP 주소"
757
+ msgstr "IP 주소 "
750
758
 
751
759
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
752
760
  msgid "Disk Count"
753
- msgstr ""
761
+ msgstr "디스크 수"
754
762
 
755
763
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
756
764
  msgid "Disks Size"
@@ -818,11 +826,11 @@ msgstr "검색된 호스트: %s"
818
826
 
819
827
  #: ../app/views/discovered_hosts/show.html.erb:34
820
828
  msgid "Interfaces"
821
- msgstr ""
829
+ msgstr "인터페이스"
822
830
 
823
831
  #: ../app/views/discovered_hosts/show.html.erb:41
824
832
  msgid "Type"
825
- msgstr "유형"
833
+ msgstr "유형 "
826
834
 
827
835
  #: ../app/views/discovered_hosts/show.html.erb:42
828
836
  msgid "Identifier"
@@ -892,15 +900,15 @@ msgstr ""
892
900
 
893
901
  #: ../app/views/discovery_rules/_form.html.erb:5
894
902
  msgid "Primary"
895
- msgstr "주요"
903
+ msgstr ""
896
904
 
897
905
  #: ../app/views/discovery_rules/_form.html.erb:7
898
906
  msgid "Locations"
899
- msgstr "위치"
907
+ msgstr "위치 "
900
908
 
901
909
  #: ../app/views/discovery_rules/_form.html.erb:10
902
910
  msgid "Organizations"
903
- msgstr "조직 "
911
+ msgstr "조직"
904
912
 
905
913
  #: ../app/views/discovery_rules/_form.html.erb:22
906
914
  msgid "Target host group for this rule with all properties set"
@@ -912,7 +920,7 @@ msgstr "프로비저닝된 호스트의 호스트 이름 "
912
920
 
913
921
  #: ../app/views/discovery_rules/_form.html.erb:26
914
922
  msgid "Hosts Limit"
915
- msgstr ""
923
+ msgstr "호스트 제한"
916
924
 
917
925
  #: ../app/views/discovery_rules/_form.html.erb:26
918
926
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -978,7 +986,7 @@ msgstr "쿼리 "
978
986
 
979
987
  #: ../app/views/discovery_rules/index.html.erb:9
980
988
  msgid "Host Group"
981
- msgstr ""
989
+ msgstr "호스트 그룹 "
982
990
 
983
991
  #: ../app/views/discovery_rules/index.html.erb:10
984
992
  msgid "Hosts/Limit"
@@ -998,7 +1006,7 @@ msgstr ""
998
1006
 
999
1007
  #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1000
1008
  msgid "Hosts"
1001
- msgstr ""
1009
+ msgstr "호스트"
1002
1010
 
1003
1011
  #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1004
1012
  msgid "One or more hosts have been discovered"
@@ -1006,7 +1014,7 @@ msgstr ""
1006
1014
 
1007
1015
  #: ../db/seeds.d/80_discovery_ui_notification.rb:13
1008
1016
  msgid "Details"
1009
- msgstr ""
1017
+ msgstr "상세 정보 "
1010
1018
 
1011
1019
  #: ../lib/foreman_discovery/engine.rb:151
1012
1020
  msgid "Discovered hosts"
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 9.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
11
- "Last-Translator: Lukáš Zapletal\n"
10
+ "PO-Revision-Date: 2018-01-05 19:26+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"
@@ -113,7 +113,7 @@ msgid "Destroyed selected hosts"
113
113
  msgstr "선택된 호스트 삭제"
114
114
 
115
115
  msgid "Details"
116
- msgstr ""
116
+ msgstr "상세 정보 "
117
117
 
118
118
  msgid "Disable"
119
119
  msgstr "비활성화 "
@@ -176,7 +176,7 @@ msgid "DiscoveryRule|Query"
176
176
  msgstr "쿼리 "
177
177
 
178
178
  msgid "Disk Count"
179
- msgstr ""
179
+ msgstr "디스크 수"
180
180
 
181
181
  msgid "Disk count"
182
182
  msgstr "디스크 수 "
@@ -194,7 +194,7 @@ msgid "Edit Discovery Rule"
194
194
  msgstr "검색 규칙 편집 "
195
195
 
196
196
  msgid "Enable"
197
- msgstr "활성화 "
197
+ msgstr "활성화"
198
198
 
199
199
  msgid "Enable rule '%s'?"
200
200
  msgstr ""
@@ -260,7 +260,7 @@ msgid "Foreman discovered hosts summary"
260
260
  msgstr ""
261
261
 
262
262
  msgid "Hardware"
263
- msgstr ""
263
+ msgstr "하드웨어"
264
264
 
265
265
  msgid "Hardware facts"
266
266
  msgstr ""
@@ -272,13 +272,13 @@ msgid "Highlights"
272
272
  msgstr ""
273
273
 
274
274
  msgid "Host"
275
- msgstr "호스트 "
275
+ msgstr "호스트"
276
276
 
277
277
  msgid "Host %{host} was provisioned with rule %{rule}"
278
278
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
279
279
 
280
280
  msgid "Host Group"
281
- msgstr ""
281
+ msgstr "호스트 그룹 "
282
282
 
283
283
  msgid "Host group location %s must also be associated to the discovery rule"
284
284
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
@@ -306,10 +306,10 @@ msgid "Hostnames must not start with numbers. A good approach is to use unique i
306
306
  msgstr ""
307
307
 
308
308
  msgid "Hosts"
309
- msgstr ""
309
+ msgstr "호스트"
310
310
 
311
311
  msgid "Hosts Limit"
312
- msgstr ""
312
+ msgstr "호스트 제한"
313
313
 
314
314
  msgid "Hosts/Limit"
315
315
  msgstr ""
@@ -318,13 +318,13 @@ msgid "ID of Discovery Proxy to use within this subnet for managing connection t
318
318
  msgstr ""
319
319
 
320
320
  msgid "IP Address"
321
- msgstr "IP 주소"
321
+ msgstr "IP 주소 "
322
322
 
323
323
  msgid "IP address"
324
324
  msgstr "IP 주소 "
325
325
 
326
326
  msgid "IPMI"
327
- msgstr ""
327
+ msgstr "IPMI"
328
328
 
329
329
  msgid "IPMI facts"
330
330
  msgstr ""
@@ -348,7 +348,7 @@ msgid "Interface fact"
348
348
  msgstr ""
349
349
 
350
350
  msgid "Interfaces"
351
- msgstr ""
351
+ msgstr "인터페이스"
352
352
 
353
353
  msgid "Invalid facts, must be a Hash"
354
354
  msgstr "잘못된 팩트, 해시여야 합니다 "
@@ -387,7 +387,7 @@ msgid "Location"
387
387
  msgstr "위치 "
388
388
 
389
389
  msgid "Locations"
390
- msgstr "위치"
390
+ msgstr "위치 "
391
391
 
392
392
  msgid "Lock PXE"
393
393
  msgstr ""
@@ -408,10 +408,10 @@ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
408
408
  msgstr "이 규칙에서 프로비저닝되는 최대 호스트 수 (0 = 무제한)"
409
409
 
410
410
  msgid "Memory"
411
- msgstr "메모리 "
411
+ msgstr "메모리"
412
412
 
413
413
  msgid "Miscellaneous"
414
- msgstr ""
414
+ msgstr "기타"
415
415
 
416
416
  msgid "Model"
417
417
  msgstr "모델 "
@@ -426,7 +426,7 @@ msgid "Name"
426
426
  msgstr "이름 "
427
427
 
428
428
  msgid "Network"
429
- msgstr ""
429
+ msgstr "네트워크"
430
430
 
431
431
  msgid "Network facts"
432
432
  msgstr ""
@@ -477,7 +477,7 @@ msgid "Organization"
477
477
  msgstr "조직 "
478
478
 
479
479
  msgid "Organizations"
480
- msgstr "조직 "
480
+ msgstr "조직"
481
481
 
482
482
  msgid "PXEGrub template to be used when pinning a host to discovery"
483
483
  msgstr ""
@@ -492,7 +492,7 @@ msgid "Please Confirm"
492
492
  msgstr "확인해 주십시오 "
493
493
 
494
494
  msgid "Primary"
495
- msgstr "주요"
495
+ msgstr ""
496
496
 
497
497
  msgid "Provision"
498
498
  msgstr "프로비저닝 "
@@ -582,7 +582,7 @@ msgid "Show a discovery rule"
582
582
  msgstr "검색 규칙 표시 "
583
583
 
584
584
  msgid "Software"
585
- msgstr ""
585
+ msgstr "소프트웨어"
586
586
 
587
587
  msgid "Software facts"
588
588
  msgstr ""
@@ -636,7 +636,7 @@ msgid "This page shows discovered bare-metal or virtual nodes waiting to be prov
636
636
  msgstr ""
637
637
 
638
638
  msgid "Type"
639
- msgstr "유형"
639
+ msgstr "유형 "
640
640
 
641
641
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
642
642
  msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
@@ -689,6 +689,9 @@ msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해
689
689
  msgid "items selected. Uncheck to Clear"
690
690
  msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
691
691
 
692
+ msgid "location ID for provisioned hosts"
693
+ msgstr ""
694
+
692
695
  msgid "must start with a letter or ERB."
693
696
  msgstr "문자 또는 ERB로 시작해야 합니다. "
694
697
 
@@ -701,6 +704,9 @@ msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
701
704
  msgid "number of entries per request"
702
705
  msgstr "요청 당 항목 수 "
703
706
 
707
+ msgid "organization ID for provisioned hosts"
708
+ msgstr ""
709
+
704
710
  msgid "paginate results"
705
711
  msgstr "페이지네이션 결과 "
706
712