hammer_cli_foreman_discovery 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +5 -13
  2. data/lib/hammer_cli_foreman_discovery/discovery.rb +12 -12
  3. data/lib/hammer_cli_foreman_discovery/discovery_rule.rb +3 -0
  4. data/lib/hammer_cli_foreman_discovery/version.rb +1 -1
  5. data/locale/ca/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  6. data/locale/ca/hammer_cli_foreman_discovery.po +154 -0
  7. data/locale/de/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  8. data/locale/de/hammer_cli_foreman_discovery.po +100 -45
  9. data/locale/en/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  10. data/locale/en/hammer_cli_foreman_discovery.po +84 -31
  11. data/locale/en_GB/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  12. data/locale/en_GB/hammer_cli_foreman_discovery.po +106 -50
  13. data/locale/es/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  14. data/locale/es/hammer_cli_foreman_discovery.po +97 -42
  15. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  16. data/locale/fr/hammer_cli_foreman_discovery.po +93 -39
  17. data/locale/hammer_cli_foreman_discovery.pot +21 -21
  18. data/locale/it/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  19. data/locale/it/hammer_cli_foreman_discovery.po +105 -47
  20. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  21. data/locale/ja/hammer_cli_foreman_discovery.po +103 -47
  22. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  23. data/locale/ko/hammer_cli_foreman_discovery.po +103 -46
  24. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  25. data/locale/pt_BR/hammer_cli_foreman_discovery.po +105 -47
  26. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  27. data/locale/ru/hammer_cli_foreman_discovery.po +109 -51
  28. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  29. data/locale/zh_CN/hammer_cli_foreman_discovery.po +106 -48
  30. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_discovery.mo +0 -0
  31. data/locale/zh_TW/hammer_cli_foreman_discovery.po +105 -47
  32. metadata +13 -10
@@ -1,98 +1,154 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- #
4
+ #
5
5
  # Translators:
6
+ # Shuji Yamada <uzy.exe@gmail.com>, 2015
6
7
  msgid ""
7
8
  msgstr ""
8
9
  "Project-Id-Version: hammer_cli_foreman_discovery 0.0.2\n"
9
10
  "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"
11
+ "PO-Revision-Date: 2015-04-05 12:11+0000\n"
12
+ "Last-Translator: Shuji Yamada <uzy.exe@gmail.com>\n"
13
+ "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
14
+ ")\n"
15
+ "Language: ja\n"
14
16
  "MIME-Version: 1.0\n"
15
17
  "Content-Type: text/plain; charset=UTF-8\n"
16
18
  "Content-Transfer-Encoding: 8bit\n"
17
- "Language: ja\n"
18
19
  "Plural-Forms: nplurals=1; plural=0;\n"
19
20
 
20
- #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
- msgid "Id"
21
+ msgid "Manipulate discovered hosts."
22
+ msgstr "検出されたホストを操作します。"
23
+
24
+ msgid "Manipulate discovered rules."
25
+ msgstr "検出されたルールを操作します。"
26
+
27
+ msgid "ID"
22
28
  msgstr "ID"
23
29
 
24
- #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
30
  msgid "Name"
26
31
  msgstr "名前"
27
32
 
28
- #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
- msgid "Mac"
30
- msgstr ""
33
+ msgid "MAC"
34
+ msgstr "MAC"
31
35
 
32
- #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
- msgid "Last Report"
34
- msgstr ""
36
+ msgid "Last report"
37
+ msgstr "最終レポート"
38
+
39
+ msgid "CPUs"
40
+ msgstr "CPU"
41
+
42
+ msgid "Memory"
43
+ msgstr "メモリ"
44
+
45
+ msgid "Disk count"
46
+ msgstr "ディスク数"
47
+
48
+ msgid "Disks size"
49
+ msgstr "ディスク容量"
35
50
 
36
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
51
  msgid "Subnet"
38
52
  msgstr "サブネット"
39
53
 
40
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
54
+ msgid "Last Report"
55
+ msgstr "最後のレポート"
56
+
57
+ msgid "IP"
58
+ msgstr "IP アドレス"
59
+
60
+ msgid "Model"
61
+ msgstr "モデル"
62
+
41
63
  msgid "Organization"
42
64
  msgstr "組織"
43
65
 
44
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
66
  msgid "Location"
46
67
  msgstr "ロケーション"
47
68
 
48
- #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
- msgid "Ip"
50
- msgstr ""
69
+ msgid "Fact"
70
+ msgstr "ファクト"
51
71
 
52
- #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
- msgid "Model"
54
- msgstr "モデル"
72
+ msgid "Value"
73
+ msgstr ""
55
74
 
56
- #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
- msgid "Facts"
58
- msgstr "ファクト"
75
+ msgid "Host deleted"
76
+ msgstr "ホストが削除されました"
77
+
78
+ msgid "Could not delete the host"
79
+ msgstr "ホストを削除できませんでした"
59
80
 
60
- #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
81
  msgid "Host created"
62
82
  msgstr "ホストが作成されました"
63
83
 
64
- #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
84
  msgid "Could not create the host"
66
85
  msgstr "ホストを作成できませんでした"
67
86
 
68
- #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
- msgid "Host parameters."
70
- msgstr "ホストパラメーター。"
87
+ msgid "Host parameters"
88
+ msgstr "ホストパラメーター"
89
+
90
+ msgid "Interface parameters"
91
+ msgstr "インターフェースパラメーター"
71
92
 
72
- #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
- msgid "Interface parameters."
74
- msgstr "インターフェースパラメーター。"
93
+ msgid "Enter the root password for the host:"
94
+ msgstr "ホストのrootパスワードを入力します: "
95
+
96
+ msgid "Auto provision a host"
97
+ msgstr "ホストの自動プロビジョン"
75
98
 
76
- #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
99
  msgid "Reboot a host"
78
100
  msgstr "ホストの再起動"
79
101
 
80
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
- msgid "Host reboot started."
82
- msgstr "ホストの再起動が開始されました。"
102
+ msgid "Host reboot started"
103
+ msgstr "ホストの再起動が開始されました"
83
104
 
84
- #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
105
  msgid "Could not reboot the host"
86
- msgstr ""
106
+ msgstr "ホストを再起動できませんでした"
87
107
 
88
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
108
  msgid "Refresh the facts of a host"
90
- msgstr ""
109
+ msgstr "ホストのファクト更新"
91
110
 
92
- #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
111
  msgid "Host facts refreshed"
94
- msgstr ""
112
+ msgstr "ホストのファクトをリフレッシュ"
95
113
 
96
- #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
114
  msgid "Could not refresh the facts of the host"
98
- msgstr ""
115
+ msgstr "ホストのファクトをリフレッシュできません"
116
+
117
+ msgid "Hosts"
118
+ msgstr "ホスト"
119
+
120
+ msgid "Priority"
121
+ msgstr "優先度"
122
+
123
+ msgid "Search"
124
+ msgstr "検索"
125
+
126
+ msgid "Host Group"
127
+ msgstr "ホストグループ"
128
+
129
+ msgid "Hosts Limit"
130
+ msgstr "ホスト制限"
131
+
132
+ msgid "Enabled"
133
+ msgstr "有効化"
134
+
135
+ msgid "Hostname template"
136
+ msgstr "ホスト名のテンプレート"
137
+
138
+ msgid "Rule created"
139
+ msgstr "ルールが作成されました"
140
+
141
+ msgid "Could not create the rule"
142
+ msgstr "ルールを作成できませんでした"
143
+
144
+ msgid "Rule updated"
145
+ msgstr "ルールが更新されました"
146
+
147
+ msgid "Could not update the rule"
148
+ msgstr "ルールを更新できませんでした"
149
+
150
+ msgid "Rule deleted"
151
+ msgstr "ルールが削除されました"
152
+
153
+ msgid "Could not delete the rule"
154
+ msgstr "ルールを削除できませんでした"
@@ -1,98 +1,155 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: hammer_cli_foreman_discovery 0.0.2\n"
9
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"
10
+ "PO-Revision-Date: 2015-03-22 13:12+0000\n"
11
+ "Last-Translator: Lukáš Zapletal\n"
12
+ "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
+ "Language: ko\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "Language: ko\n"
18
17
  "Plural-Forms: nplurals=1; plural=0;\n"
19
18
 
20
- #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
- msgid "Id"
22
- msgstr "ID "
19
+ msgid "Manipulate discovered hosts."
20
+ msgstr "검색된 호스트를 조정합니다."
21
+
22
+ msgid "Manipulate discovered rules."
23
+ msgstr "검색된 규칙을 조정합니다."
24
+
25
+ # translation auto-copied from project subscription-manager, version 1.10.10, document keys
26
+ msgid "ID"
27
+ msgstr "ID"
23
28
 
24
- #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
29
  msgid "Name"
26
30
  msgstr "이름 "
27
31
 
28
- #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
- msgid "Mac"
30
- msgstr ""
32
+ msgid "MAC"
33
+ msgstr "MAC"
31
34
 
32
- #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
- msgid "Last Report"
34
- msgstr ""
35
+ msgid "Last report"
36
+ msgstr "마지막 보고 "
37
+
38
+ msgid "CPUs"
39
+ msgstr "CPU"
40
+
41
+ msgid "Memory"
42
+ msgstr "메모리 "
43
+
44
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author eukim
45
+ msgid "Disk count"
46
+ msgstr "디스크 수 "
47
+
48
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author eukim
49
+ msgid "Disks size"
50
+ msgstr "디스크 크기 "
35
51
 
36
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
52
  msgid "Subnet"
38
53
  msgstr "서브넷 "
39
54
 
40
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
55
+ msgid "Last Report"
56
+ msgstr "마지막 보고 "
57
+
58
+ msgid "IP"
59
+ msgstr "IP "
60
+
61
+ msgid "Model"
62
+ msgstr "모델 "
63
+
41
64
  msgid "Organization"
42
65
  msgstr "조직 "
43
66
 
44
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
67
  msgid "Location"
46
68
  msgstr "위치 "
47
69
 
48
- #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
- msgid "Ip"
50
- msgstr ""
70
+ msgid "Fact"
71
+ msgstr "정보 "
51
72
 
52
- #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
- msgid "Model"
54
- msgstr "모델 "
73
+ msgid "Value"
74
+ msgstr ""
55
75
 
56
- #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
- msgid "Facts"
58
- msgstr "정보 "
76
+ msgid "Host deleted"
77
+ msgstr "호스트가 삭제되었습니다 "
78
+
79
+ msgid "Could not delete the host"
80
+ msgstr "호스트를 삭제할 수 없습니다 "
59
81
 
60
- #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
82
  msgid "Host created"
62
83
  msgstr "호스트가 생성되었습니다 "
63
84
 
64
- #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
85
  msgid "Could not create the host"
66
86
  msgstr "호스트를 생성할 수 없습니다 "
67
87
 
68
- #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
- msgid "Host parameters."
88
+ msgid "Host parameters"
70
89
  msgstr "호스트 매개 변수 "
71
90
 
72
- #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
- msgid "Interface parameters."
91
+ msgid "Interface parameters"
74
92
  msgstr "인터페이스 매개 변수 "
75
93
 
76
- #: lib/hammer_cli_foreman_discovery/discovery.rb:89
94
+ msgid "Enter the root password for the host:"
95
+ msgstr "호스트의 root 암호를 입력하십시오: "
96
+
97
+ msgid "Auto provision a host"
98
+ msgstr "호스트를 자동 프로비저닝"
99
+
77
100
  msgid "Reboot a host"
78
101
  msgstr "호스트 재부팅 "
79
102
 
80
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
- msgid "Host reboot started."
82
- msgstr "호스트 재부팅을 시작했습니다. "
103
+ msgid "Host reboot started"
104
+ msgstr "호스트 재부팅을 시작했습니다"
83
105
 
84
- #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
106
  msgid "Could not reboot the host"
86
- msgstr ""
107
+ msgstr "호스트를 재부팅할 수 없습니다 "
87
108
 
88
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
109
  msgid "Refresh the facts of a host"
90
- msgstr ""
110
+ msgstr "호스트의 팩트를 새로고침 "
91
111
 
92
- #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
112
  msgid "Host facts refreshed"
94
- msgstr ""
113
+ msgstr "호스트 팩트가 새로고침되었습니다 "
95
114
 
96
- #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
115
  msgid "Could not refresh the facts of the host"
98
- msgstr ""
116
+ msgstr "호스트 팩트를 새로고침할 수 없습니다 "
117
+
118
+ msgid "Hosts"
119
+ msgstr "호스트"
120
+
121
+ msgid "Priority"
122
+ msgstr "우선 순위 "
123
+
124
+ msgid "Search"
125
+ msgstr "검색 "
126
+
127
+ msgid "Host Group"
128
+ msgstr "호스트 그룹 "
129
+
130
+ msgid "Hosts Limit"
131
+ msgstr "호스트 제한"
132
+
133
+ msgid "Enabled"
134
+ msgstr "활성화됨 "
135
+
136
+ msgid "Hostname template"
137
+ msgstr "호스트 이름 템플릿"
138
+
139
+ msgid "Rule created"
140
+ msgstr "규칙이 생성되었습니다 "
141
+
142
+ msgid "Could not create the rule"
143
+ msgstr "규칙을 생성할 수 없습니다 "
144
+
145
+ msgid "Rule updated"
146
+ msgstr "규칙이 업데이트되었습니다 "
147
+
148
+ msgid "Could not update the rule"
149
+ msgstr "규칙을 업데이트할 수 없습니다 "
150
+
151
+ msgid "Rule deleted"
152
+ msgstr "규칙이 삭제되었습니다 "
153
+
154
+ msgid "Could not delete the rule"
155
+ msgstr "규칙을 삭제할 수 없습니다 "
@@ -1,98 +1,156 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- #
4
+ #
5
5
  # Translators:
6
+ # luizvasconcelos <luizvasconceloss@yahoo.com.br>, 2015
6
7
  msgid ""
7
8
  msgstr ""
8
9
  "Project-Id-Version: hammer_cli_foreman_discovery 0.0.2\n"
9
10
  "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"
11
+ "PO-Revision-Date: 2015-09-12 04:35+0000\n"
12
+ "Last-Translator: luizvasconcelos <luizvasconceloss@yahoo.com.br>\n"
13
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
14
+ "anguage/pt_BR/)\n"
15
+ "Language: pt_BR\n"
14
16
  "MIME-Version: 1.0\n"
15
17
  "Content-Type: text/plain; charset=UTF-8\n"
16
18
  "Content-Transfer-Encoding: 8bit\n"
17
- "Language: pt_BR\n"
18
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
20
 
20
- #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
- msgid "Id"
22
- msgstr "Id"
21
+ msgid "Manipulate discovered hosts."
22
+ msgstr "Manipular hosts descobertos."
23
+
24
+ msgid "Manipulate discovered rules."
25
+ msgstr "Manipular regras descobertas."
26
+
27
+ msgid "ID"
28
+ msgstr "ID"
23
29
 
24
- #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
30
  msgid "Name"
26
31
  msgstr "Nome"
27
32
 
28
- #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
- msgid "Mac"
30
- msgstr ""
33
+ msgid "MAC"
34
+ msgstr "MAC"
31
35
 
32
- #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
- msgid "Last Report"
34
- msgstr ""
36
+ msgid "Last report"
37
+ msgstr "Último relatório"
38
+
39
+ msgid "CPUs"
40
+ msgstr "CPUs"
41
+
42
+ msgid "Memory"
43
+ msgstr "Memória"
44
+
45
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author gcintra
46
+ msgid "Disk count"
47
+ msgstr "Contagem de Disco"
48
+
49
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author gcintra
50
+ msgid "Disks size"
51
+ msgstr "Tamanho do disco"
35
52
 
36
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
53
  msgid "Subnet"
38
54
  msgstr "Suberede"
39
55
 
40
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
56
+ msgid "Last Report"
57
+ msgstr "Último Relatório"
58
+
59
+ msgid "IP"
60
+ msgstr "IP"
61
+
62
+ msgid "Model"
63
+ msgstr "Modelo"
64
+
41
65
  msgid "Organization"
42
66
  msgstr "Organização"
43
67
 
44
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
68
  msgid "Location"
46
69
  msgstr "Localização"
47
70
 
48
- #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
- msgid "Ip"
50
- msgstr ""
71
+ msgid "Fact"
72
+ msgstr "Fato"
51
73
 
52
- #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
- msgid "Model"
54
- msgstr "Modelo"
74
+ msgid "Value"
75
+ msgstr "Valor"
55
76
 
56
- #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
- msgid "Facts"
58
- msgstr "Fatos"
77
+ msgid "Host deleted"
78
+ msgstr "Host removido"
79
+
80
+ msgid "Could not delete the host"
81
+ msgstr "Não foi possível remover o host"
59
82
 
60
- #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
83
  msgid "Host created"
62
84
  msgstr "Host foi criado"
63
85
 
64
- #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
86
  msgid "Could not create the host"
66
87
  msgstr "Não foi possível criar o host"
67
88
 
68
- #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
- msgid "Host parameters."
70
- msgstr "Parâmetros de host."
89
+ msgid "Host parameters"
90
+ msgstr "Parâmetros de Host"
71
91
 
72
- #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
- msgid "Interface parameters."
92
+ msgid "Interface parameters"
74
93
  msgstr "Parâmetros de interface"
75
94
 
76
- #: lib/hammer_cli_foreman_discovery/discovery.rb:89
95
+ msgid "Enter the root password for the host:"
96
+ msgstr "Digite a senha root para o host:"
97
+
98
+ msgid "Auto provision a host"
99
+ msgstr "Provisão automática de um host"
100
+
77
101
  msgid "Reboot a host"
78
102
  msgstr "Reinicializar o host"
79
103
 
80
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
- msgid "Host reboot started."
82
- msgstr "Reinicialização do host iniciou."
104
+ msgid "Host reboot started"
105
+ msgstr "Reinicialização do host iniciada"
83
106
 
84
- #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
107
  msgid "Could not reboot the host"
86
- msgstr ""
108
+ msgstr "Não foi possível reiniciar o host"
87
109
 
88
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
110
  msgid "Refresh the facts of a host"
90
- msgstr ""
111
+ msgstr "Atualizar os fatos de um host"
91
112
 
92
- #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
113
  msgid "Host facts refreshed"
94
- msgstr ""
114
+ msgstr "Fatos do host atualizados"
95
115
 
96
- #: lib/hammer_cli_foreman_discovery/discovery.rb:101
97
116
  msgid "Could not refresh the facts of the host"
98
- msgstr ""
117
+ msgstr "Não foi possível atualizar os fatos do host"
118
+
119
+ msgid "Hosts"
120
+ msgstr "Hosts"
121
+
122
+ msgid "Priority"
123
+ msgstr "Prioridade"
124
+
125
+ msgid "Search"
126
+ msgstr "Buscar"
127
+
128
+ msgid "Host Group"
129
+ msgstr "Grupo de Host"
130
+
131
+ msgid "Hosts Limit"
132
+ msgstr "Limite de Hosts"
133
+
134
+ msgid "Enabled"
135
+ msgstr "Habilitado"
136
+
137
+ msgid "Hostname template"
138
+ msgstr "Modelo de Hostname "
139
+
140
+ msgid "Rule created"
141
+ msgstr "Regra criada"
142
+
143
+ msgid "Could not create the rule"
144
+ msgstr "Não foi possível criar a regra"
145
+
146
+ msgid "Rule updated"
147
+ msgstr "Regra atualizada"
148
+
149
+ msgid "Could not update the rule"
150
+ msgstr "Não foi possível atualizar a regra"
151
+
152
+ msgid "Rule deleted"
153
+ msgstr "Regra removida"
154
+
155
+ msgid "Could not delete the rule"
156
+ msgstr "Não foi possível remover a regra"