hammer_cli_foreman_discovery 0.0.1

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.
Files changed (34) hide show
  1. checksums.yaml +15 -0
  2. data/README.md +4 -0
  3. data/lib/hammer_cli_foreman_discovery.rb +3 -0
  4. data/lib/hammer_cli_foreman_discovery/discovery.rb +152 -0
  5. data/lib/hammer_cli_foreman_discovery/i18n.rb +24 -0
  6. data/lib/hammer_cli_foreman_discovery/version.rb +5 -0
  7. data/locale/Makefile +65 -0
  8. data/locale/README.md +18 -0
  9. data/locale/de/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  10. data/locale/de/hammer_cli_foreman_discovery.po +98 -0
  11. data/locale/en/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  12. data/locale/en/hammer_cli_foreman_discovery.po +99 -0
  13. data/locale/en_GB/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  14. data/locale/en_GB/hammer_cli_foreman_discovery.po +99 -0
  15. data/locale/es/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  16. data/locale/es/hammer_cli_foreman_discovery.po +98 -0
  17. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  18. data/locale/fr/hammer_cli_foreman_discovery.po +99 -0
  19. data/locale/hammer_cli_foreman_discovery.pot +107 -0
  20. data/locale/it/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  21. data/locale/it/hammer_cli_foreman_discovery.po +98 -0
  22. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  23. data/locale/ja/hammer_cli_foreman_discovery.po +98 -0
  24. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  25. data/locale/ko/hammer_cli_foreman_discovery.po +98 -0
  26. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  27. data/locale/pt_BR/hammer_cli_foreman_discovery.po +98 -0
  28. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  29. data/locale/ru/hammer_cli_foreman_discovery.po +98 -0
  30. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  31. data/locale/zh_CN/hammer_cli_foreman_discovery.po +98 -0
  32. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  33. data/locale/zh_TW/hammer_cli_foreman_discovery.po +98 -0
  34. metadata +109 -0
@@ -0,0 +1,98 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
11
+ "PO-Revision-Date: 2015-01-21 10:30+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Japanese (http://www.transifex.com/projects/p/foreman/language/ja/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: ja\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
+ msgid "Id"
22
+ msgstr "ID"
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ msgid "Name"
26
+ msgstr "名前"
27
+
28
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
+ msgid "Mac"
30
+ msgstr ""
31
+
32
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
+ msgid "Last Report"
34
+ msgstr ""
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
+ msgid "Subnet"
38
+ msgstr "サブネット"
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ msgid "Organization"
42
+ msgstr "組織"
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ msgid "Location"
46
+ msgstr "ロケーション"
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
+ msgid "Ip"
50
+ msgstr ""
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
+ msgid "Model"
54
+ msgstr "モデル"
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
+ msgid "Facts"
58
+ msgstr "ファクト"
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
+ msgid "Host created"
62
+ msgstr "ホストが作成されました"
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
+ msgid "Could not create the host"
66
+ msgstr "ホストを作成できませんでした"
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
+ msgid "Host parameters."
70
+ msgstr "ホストパラメーター。"
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
+ msgid "Interface parameters."
74
+ msgstr "インターフェースパラメーター。"
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
+ msgid "Reboot a host"
78
+ msgstr "ホストの再起動"
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
+ msgid "Host reboot started."
82
+ msgstr "ホストの再起動が開始されました。"
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
+ msgid "Could not reboot the host"
86
+ msgstr ""
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
+ msgid "Refresh the facts of a host"
90
+ msgstr ""
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
+ msgid "Host facts refreshed"
94
+ msgstr ""
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
+ msgid "Could not refresh the facts of the host"
98
+ msgstr ""
@@ -0,0 +1,98 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
11
+ "PO-Revision-Date: 2015-01-21 10:30+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Korean (http://www.transifex.com/projects/p/foreman/language/ko/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: ko\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
+ msgid "Id"
22
+ msgstr "ID "
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ msgid "Name"
26
+ msgstr "이름 "
27
+
28
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
+ msgid "Mac"
30
+ msgstr ""
31
+
32
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
+ msgid "Last Report"
34
+ msgstr ""
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
+ msgid "Subnet"
38
+ msgstr "서브넷 "
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ msgid "Organization"
42
+ msgstr "조직 "
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ msgid "Location"
46
+ msgstr "위치 "
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
+ msgid "Ip"
50
+ msgstr ""
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
+ msgid "Model"
54
+ msgstr "모델 "
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
+ msgid "Facts"
58
+ msgstr "정보 "
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
+ msgid "Host created"
62
+ msgstr "호스트가 생성되었습니다 "
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
+ msgid "Could not create the host"
66
+ msgstr "호스트를 생성할 수 없습니다 "
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
+ msgid "Host parameters."
70
+ msgstr "호스트 매개 변수 "
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
+ msgid "Interface parameters."
74
+ msgstr "인터페이스 매개 변수 "
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
+ msgid "Reboot a host"
78
+ msgstr "호스트 재부팅 "
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
+ msgid "Host reboot started."
82
+ msgstr "호스트 재부팅을 시작했습니다. "
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
+ msgid "Could not reboot the host"
86
+ msgstr ""
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
+ msgid "Refresh the facts of a host"
90
+ msgstr ""
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
+ msgid "Host facts refreshed"
94
+ msgstr ""
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
+ msgid "Could not refresh the facts of the host"
98
+ msgstr ""
@@ -0,0 +1,98 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
11
+ "PO-Revision-Date: 2015-01-21 10:30+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/foreman/language/pt_BR/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: pt_BR\n"
18
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
+ msgid "Id"
22
+ msgstr "Id"
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ msgid "Name"
26
+ msgstr "Nome"
27
+
28
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
+ msgid "Mac"
30
+ msgstr ""
31
+
32
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
+ msgid "Last Report"
34
+ msgstr ""
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
+ msgid "Subnet"
38
+ msgstr "Suberede"
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ msgid "Organization"
42
+ msgstr "Organização"
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ msgid "Location"
46
+ msgstr "Localização"
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
+ msgid "Ip"
50
+ msgstr ""
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
+ msgid "Model"
54
+ msgstr "Modelo"
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
+ msgid "Facts"
58
+ msgstr "Fatos"
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
+ msgid "Host created"
62
+ msgstr "Host foi criado"
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
+ msgid "Could not create the host"
66
+ msgstr "Não foi possível criar o host"
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
+ msgid "Host parameters."
70
+ msgstr "Parâmetros de host."
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
+ msgid "Interface parameters."
74
+ msgstr "Parâmetros de interface"
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
+ msgid "Reboot a host"
78
+ msgstr "Reinicializar o host"
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
+ msgid "Host reboot started."
82
+ msgstr "Reinicialização do host iniciou."
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
+ msgid "Could not reboot the host"
86
+ msgstr ""
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
+ msgid "Refresh the facts of a host"
90
+ msgstr ""
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
+ msgid "Host facts refreshed"
94
+ msgstr ""
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
+ msgid "Could not refresh the facts of the host"
98
+ msgstr ""
@@ -0,0 +1,98 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
11
+ "PO-Revision-Date: 2015-01-21 10:30+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Russian (http://www.transifex.com/projects/p/foreman/language/ru/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: ru\n"
18
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
+ msgid "Id"
22
+ msgstr "ID"
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ msgid "Name"
26
+ msgstr "Имя"
27
+
28
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
+ msgid "Mac"
30
+ msgstr ""
31
+
32
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
+ msgid "Last Report"
34
+ msgstr ""
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
+ msgid "Subnet"
38
+ msgstr "Подсеть"
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ msgid "Organization"
42
+ msgstr "Организация"
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ msgid "Location"
46
+ msgstr "Расположение"
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
+ msgid "Ip"
50
+ msgstr ""
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
+ msgid "Model"
54
+ msgstr "Модель"
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
+ msgid "Facts"
58
+ msgstr "Факты"
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
+ msgid "Host created"
62
+ msgstr "Хост создан"
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
+ msgid "Could not create the host"
66
+ msgstr "Не удалось создать хост"
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
+ msgid "Host parameters."
70
+ msgstr "Параметры хоста"
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
+ msgid "Interface parameters."
74
+ msgstr "Параметры интерфейса"
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
+ msgid "Reboot a host"
78
+ msgstr "Перезагрузить хост"
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
+ msgid "Host reboot started."
82
+ msgstr "Хост будет перезагружен."
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
+ msgid "Could not reboot the host"
86
+ msgstr ""
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
+ msgid "Refresh the facts of a host"
90
+ msgstr ""
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
+ msgid "Host facts refreshed"
94
+ msgstr ""
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
+ msgid "Could not refresh the facts of the host"
98
+ msgstr ""
@@ -0,0 +1,98 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer_cli_foreman_discovery 0.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-01-21 12:11+0200\n"
11
+ "PO-Revision-Date: 2015-01-21 10:30+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/foreman/language/zh_CN/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: zh_CN\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
+ msgid "Id"
22
+ msgstr "Id"
23
+
24
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
+ msgid "Name"
26
+ msgstr "名称"
27
+
28
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
+ msgid "Mac"
30
+ msgstr ""
31
+
32
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
+ msgid "Last Report"
34
+ msgstr ""
35
+
36
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
+ msgid "Subnet"
38
+ msgstr "子网"
39
+
40
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:16
41
+ msgid "Organization"
42
+ msgstr "机构"
43
+
44
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
+ msgid "Location"
46
+ msgstr "位置"
47
+
48
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
+ msgid "Ip"
50
+ msgstr ""
51
+
52
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
+ msgid "Model"
54
+ msgstr "型号"
55
+
56
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
+ msgid "Facts"
58
+ msgstr "详情"
59
+
60
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
+ msgid "Host created"
62
+ msgstr "已生成主机"
63
+
64
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
+ msgid "Could not create the host"
66
+ msgstr "无法生成主机"
67
+
68
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
+ msgid "Host parameters."
70
+ msgstr "主机参数。"
71
+
72
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
+ msgid "Interface parameters."
74
+ msgstr "界面参数"
75
+
76
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
+ msgid "Reboot a host"
78
+ msgstr "重启主机"
79
+
80
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
+ msgid "Host reboot started."
82
+ msgstr "已重启主机。"
83
+
84
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
+ msgid "Could not reboot the host"
86
+ msgstr ""
87
+
88
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
+ msgid "Refresh the facts of a host"
90
+ msgstr ""
91
+
92
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
+ msgid "Host facts refreshed"
94
+ msgstr ""
95
+
96
+ #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
+ msgid "Could not refresh the facts of the host"
98
+ msgstr ""