hammer_cli_foreman_discovery 1.0.2 → 1.1.0
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/lib/hammer_cli_foreman_discovery/command_extensions/provision_with_puppet.rb +75 -0
- data/lib/hammer_cli_foreman_discovery/discovery.rb +35 -30
- data/lib/hammer_cli_foreman_discovery/discovery_rule.rb +2 -3
- data/lib/hammer_cli_foreman_discovery/version.rb +1 -1
- metadata +5 -30
- data/locale/ca/hammer_cli_foreman_discovery.edit.po +0 -213
- data/locale/ca/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/de/hammer_cli_foreman_discovery.edit.po +0 -213
- data/locale/de/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/en/hammer_cli_foreman_discovery.edit.po +0 -209
- data/locale/en/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/en_GB/hammer_cli_foreman_discovery.edit.po +0 -214
- data/locale/en_GB/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/es/hammer_cli_foreman_discovery.edit.po +0 -213
- data/locale/es/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/fr/hammer_cli_foreman_discovery.edit.po +0 -212
- data/locale/fr/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/it/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/it/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/ja/hammer_cli_foreman_discovery.edit.po +0 -213
- data/locale/ja/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/ko/hammer_cli_foreman_discovery.edit.po +0 -214
- data/locale/ko/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/pt_BR/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/pt_BR/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/ru/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/ru/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/zh_CN/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/zh_CN/hammer_cli_foreman_discovery.po.time_stamp +0 -0
- data/locale/zh_TW/hammer_cli_foreman_discovery.edit.po +0 -215
- data/locale/zh_TW/hammer_cli_foreman_discovery.po.time_stamp +0 -0
@@ -1,213 +0,0 @@
|
|
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
|
-
# Shuji Yamada <uzy.exe@gmail.com>, 2015
|
7
|
-
msgid ""
|
8
|
-
msgstr ""
|
9
|
-
"Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
|
10
|
-
"Report-Msgid-Bugs-To: \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"
|
16
|
-
"MIME-Version: 1.0\n"
|
17
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
-
"Content-Transfer-Encoding: 8bit\n"
|
19
|
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
|
-
|
21
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:7
|
22
|
-
msgid "Manipulate discovered hosts."
|
23
|
-
msgstr "検出されたホストを操作します。"
|
24
|
-
|
25
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:11
|
26
|
-
msgid "Manipulate discovered rules."
|
27
|
-
msgstr "検出されたルールを操作します。"
|
28
|
-
|
29
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
|
30
|
-
msgid "ID"
|
31
|
-
msgstr "ID"
|
32
|
-
|
33
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
|
34
|
-
msgid "Name"
|
35
|
-
msgstr "名前"
|
36
|
-
|
37
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
|
38
|
-
msgid "MAC"
|
39
|
-
msgstr "MAC"
|
40
|
-
|
41
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
|
42
|
-
msgid "CPUs"
|
43
|
-
msgstr "CPU"
|
44
|
-
|
45
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
|
46
|
-
msgid "Memory"
|
47
|
-
msgstr "メモリ"
|
48
|
-
|
49
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
|
50
|
-
msgid "Disk count"
|
51
|
-
msgstr "ディスク数"
|
52
|
-
|
53
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
|
54
|
-
msgid "Disks size"
|
55
|
-
msgstr "ディスク容量"
|
56
|
-
|
57
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
|
58
|
-
msgid "Subnet"
|
59
|
-
msgstr "サブネット"
|
60
|
-
|
61
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
|
62
|
-
msgid "Last report"
|
63
|
-
msgstr "最終レポート"
|
64
|
-
|
65
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
|
66
|
-
msgid "IP"
|
67
|
-
msgstr "IP アドレス"
|
68
|
-
|
69
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
|
70
|
-
msgid "Model"
|
71
|
-
msgstr "モデル"
|
72
|
-
|
73
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
|
74
|
-
msgid "Organization"
|
75
|
-
msgstr "組織"
|
76
|
-
|
77
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
|
78
|
-
msgid "Location"
|
79
|
-
msgstr "ロケーション"
|
80
|
-
|
81
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
|
82
|
-
msgid "Fact"
|
83
|
-
msgstr "ファクト"
|
84
|
-
|
85
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
|
86
|
-
msgid "Value"
|
87
|
-
msgstr "値"
|
88
|
-
|
89
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
|
90
|
-
msgid "Host deleted"
|
91
|
-
msgstr "ホストが削除されました"
|
92
|
-
|
93
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
|
94
|
-
msgid "Could not delete the host"
|
95
|
-
msgstr "ホストを削除できませんでした"
|
96
|
-
|
97
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
|
98
|
-
msgid "Host created"
|
99
|
-
msgstr "ホストが作成されました"
|
100
|
-
|
101
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
|
102
|
-
msgid "Could not create the host"
|
103
|
-
msgstr "ホストを作成できませんでした"
|
104
|
-
|
105
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
|
106
|
-
msgid "Host parameters"
|
107
|
-
msgstr "ホストパラメーター"
|
108
|
-
|
109
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
|
110
|
-
msgid "Interface parameters"
|
111
|
-
msgstr "インターフェースパラメーター"
|
112
|
-
|
113
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
|
114
|
-
msgid "Enter the root password for the host:"
|
115
|
-
msgstr "ホストのrootパスワードを入力します: "
|
116
|
-
|
117
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
|
118
|
-
msgid "Auto provision a host"
|
119
|
-
msgstr "ホストの自動プロビジョン"
|
120
|
-
|
121
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
|
122
|
-
msgid "Auto provision all discovered hosts"
|
123
|
-
msgstr ""
|
124
|
-
|
125
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
|
126
|
-
#, fuzzy
|
127
|
-
msgid "Hosts created"
|
128
|
-
msgstr "ホストが作成されました"
|
129
|
-
|
130
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
|
131
|
-
msgid "Reboot a host"
|
132
|
-
msgstr "ホストの再起動"
|
133
|
-
|
134
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
|
135
|
-
msgid "Reboot all discovered hosts"
|
136
|
-
msgstr ""
|
137
|
-
|
138
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
|
139
|
-
#, fuzzy
|
140
|
-
msgid "Rebooting hosts"
|
141
|
-
msgstr "ホストの再起動"
|
142
|
-
|
143
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
|
144
|
-
msgid "Host reboot started"
|
145
|
-
msgstr "ホストの再起動が開始されました"
|
146
|
-
|
147
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
|
148
|
-
msgid "Could not reboot the host"
|
149
|
-
msgstr "ホストを再起動できませんでした"
|
150
|
-
|
151
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
|
152
|
-
msgid "Refresh the facts of a host"
|
153
|
-
msgstr "ホストのファクト更新"
|
154
|
-
|
155
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
|
156
|
-
msgid "Host facts refreshed"
|
157
|
-
msgstr "ホストのファクトをリフレッシュ"
|
158
|
-
|
159
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
|
160
|
-
msgid "Could not refresh the facts of the host"
|
161
|
-
msgstr "ホストのファクトをリフレッシュできません"
|
162
|
-
|
163
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
|
164
|
-
msgid "Hosts"
|
165
|
-
msgstr "ホスト"
|
166
|
-
|
167
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
|
168
|
-
msgid "Priority"
|
169
|
-
msgstr "優先度"
|
170
|
-
|
171
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
|
172
|
-
msgid "Search"
|
173
|
-
msgstr "検索"
|
174
|
-
|
175
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
|
176
|
-
msgid "Host Group"
|
177
|
-
msgstr "ホストグループ"
|
178
|
-
|
179
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
|
180
|
-
msgid "Hosts Limit"
|
181
|
-
msgstr "ホスト制限"
|
182
|
-
|
183
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
|
184
|
-
msgid "Enabled"
|
185
|
-
msgstr "有効化"
|
186
|
-
|
187
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
|
188
|
-
msgid "Hostname template"
|
189
|
-
msgstr "ホスト名のテンプレート"
|
190
|
-
|
191
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
|
192
|
-
msgid "Rule created"
|
193
|
-
msgstr "ルールが作成されました"
|
194
|
-
|
195
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
|
196
|
-
msgid "Could not create the rule"
|
197
|
-
msgstr "ルールを作成できませんでした"
|
198
|
-
|
199
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
|
200
|
-
msgid "Rule updated"
|
201
|
-
msgstr "ルールが更新されました"
|
202
|
-
|
203
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
|
204
|
-
msgid "Could not update the rule"
|
205
|
-
msgstr "ルールを更新できませんでした"
|
206
|
-
|
207
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
|
208
|
-
msgid "Rule deleted"
|
209
|
-
msgstr "ルールが削除されました"
|
210
|
-
|
211
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
|
212
|
-
msgid "Could not delete the rule"
|
213
|
-
msgstr "ルールを削除できませんでした"
|
File without changes
|
@@ -1,214 +0,0 @@
|
|
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 1.0.0\n"
|
9
|
-
"Report-Msgid-Bugs-To: \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
|
-
"MIME-Version: 1.0\n"
|
15
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
-
"Content-Transfer-Encoding: 8bit\n"
|
17
|
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
18
|
-
|
19
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:7
|
20
|
-
msgid "Manipulate discovered hosts."
|
21
|
-
msgstr "검색된 호스트를 조정합니다."
|
22
|
-
|
23
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:11
|
24
|
-
msgid "Manipulate discovered rules."
|
25
|
-
msgstr "검색된 규칙을 조정합니다."
|
26
|
-
|
27
|
-
# translation auto-copied from project subscription-manager, version 1.10.10, document keys
|
28
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
|
29
|
-
msgid "ID"
|
30
|
-
msgstr "ID"
|
31
|
-
|
32
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
|
33
|
-
msgid "Name"
|
34
|
-
msgstr "이름 "
|
35
|
-
|
36
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
|
37
|
-
msgid "MAC"
|
38
|
-
msgstr "MAC"
|
39
|
-
|
40
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
|
41
|
-
msgid "CPUs"
|
42
|
-
msgstr "CPU"
|
43
|
-
|
44
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
|
45
|
-
msgid "Memory"
|
46
|
-
msgstr "메모리 "
|
47
|
-
|
48
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author eukim
|
49
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
|
50
|
-
msgid "Disk count"
|
51
|
-
msgstr "디스크 수 "
|
52
|
-
|
53
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author eukim
|
54
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
|
55
|
-
msgid "Disks size"
|
56
|
-
msgstr "디스크 크기 "
|
57
|
-
|
58
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
|
59
|
-
msgid "Subnet"
|
60
|
-
msgstr "서브넷 "
|
61
|
-
|
62
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
|
63
|
-
msgid "Last report"
|
64
|
-
msgstr "마지막 보고 "
|
65
|
-
|
66
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
|
67
|
-
msgid "IP"
|
68
|
-
msgstr "IP "
|
69
|
-
|
70
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
|
71
|
-
msgid "Model"
|
72
|
-
msgstr "모델 "
|
73
|
-
|
74
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
|
75
|
-
msgid "Organization"
|
76
|
-
msgstr "조직 "
|
77
|
-
|
78
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
|
79
|
-
msgid "Location"
|
80
|
-
msgstr "위치 "
|
81
|
-
|
82
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
|
83
|
-
msgid "Fact"
|
84
|
-
msgstr "정보 "
|
85
|
-
|
86
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
|
87
|
-
msgid "Value"
|
88
|
-
msgstr "값 "
|
89
|
-
|
90
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
|
91
|
-
msgid "Host deleted"
|
92
|
-
msgstr "호스트가 삭제되었습니다 "
|
93
|
-
|
94
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
|
95
|
-
msgid "Could not delete the host"
|
96
|
-
msgstr "호스트를 삭제할 수 없습니다 "
|
97
|
-
|
98
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
|
99
|
-
msgid "Host created"
|
100
|
-
msgstr "호스트가 생성되었습니다 "
|
101
|
-
|
102
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
|
103
|
-
msgid "Could not create the host"
|
104
|
-
msgstr "호스트를 생성할 수 없습니다 "
|
105
|
-
|
106
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
|
107
|
-
msgid "Host parameters"
|
108
|
-
msgstr "호스트 매개 변수 "
|
109
|
-
|
110
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
|
111
|
-
msgid "Interface parameters"
|
112
|
-
msgstr "인터페이스 매개 변수 "
|
113
|
-
|
114
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
|
115
|
-
msgid "Enter the root password for the host:"
|
116
|
-
msgstr "호스트의 root 암호를 입력하십시오: "
|
117
|
-
|
118
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
|
119
|
-
msgid "Auto provision a host"
|
120
|
-
msgstr "호스트를 자동 프로비저닝"
|
121
|
-
|
122
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
|
123
|
-
msgid "Auto provision all discovered hosts"
|
124
|
-
msgstr ""
|
125
|
-
|
126
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
|
127
|
-
#, fuzzy
|
128
|
-
msgid "Hosts created"
|
129
|
-
msgstr "호스트가 생성되었습니다 "
|
130
|
-
|
131
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
|
132
|
-
msgid "Reboot a host"
|
133
|
-
msgstr "호스트 재부팅 "
|
134
|
-
|
135
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
|
136
|
-
msgid "Reboot all discovered hosts"
|
137
|
-
msgstr ""
|
138
|
-
|
139
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
|
140
|
-
#, fuzzy
|
141
|
-
msgid "Rebooting hosts"
|
142
|
-
msgstr "호스트 재부팅 "
|
143
|
-
|
144
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
|
145
|
-
msgid "Host reboot started"
|
146
|
-
msgstr "호스트 재부팅을 시작했습니다"
|
147
|
-
|
148
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
|
149
|
-
msgid "Could not reboot the host"
|
150
|
-
msgstr "호스트를 재부팅할 수 없습니다 "
|
151
|
-
|
152
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
|
153
|
-
msgid "Refresh the facts of a host"
|
154
|
-
msgstr "호스트의 팩트를 새로고침 "
|
155
|
-
|
156
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
|
157
|
-
msgid "Host facts refreshed"
|
158
|
-
msgstr "호스트 팩트가 새로고침되었습니다 "
|
159
|
-
|
160
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
|
161
|
-
msgid "Could not refresh the facts of the host"
|
162
|
-
msgstr "호스트 팩트를 새로고침할 수 없습니다 "
|
163
|
-
|
164
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
|
165
|
-
msgid "Hosts"
|
166
|
-
msgstr "호스트"
|
167
|
-
|
168
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
|
169
|
-
msgid "Priority"
|
170
|
-
msgstr "우선 순위 "
|
171
|
-
|
172
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
|
173
|
-
msgid "Search"
|
174
|
-
msgstr "검색 "
|
175
|
-
|
176
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
|
177
|
-
msgid "Host Group"
|
178
|
-
msgstr "호스트 그룹 "
|
179
|
-
|
180
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
|
181
|
-
msgid "Hosts Limit"
|
182
|
-
msgstr "호스트 제한"
|
183
|
-
|
184
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
|
185
|
-
msgid "Enabled"
|
186
|
-
msgstr "활성화됨 "
|
187
|
-
|
188
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
|
189
|
-
msgid "Hostname template"
|
190
|
-
msgstr "호스트 이름 템플릿"
|
191
|
-
|
192
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
|
193
|
-
msgid "Rule created"
|
194
|
-
msgstr "규칙이 생성되었습니다 "
|
195
|
-
|
196
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
|
197
|
-
msgid "Could not create the rule"
|
198
|
-
msgstr "규칙을 생성할 수 없습니다 "
|
199
|
-
|
200
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
|
201
|
-
msgid "Rule updated"
|
202
|
-
msgstr "규칙이 업데이트되었습니다 "
|
203
|
-
|
204
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
|
205
|
-
msgid "Could not update the rule"
|
206
|
-
msgstr "규칙을 업데이트할 수 없습니다 "
|
207
|
-
|
208
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
|
209
|
-
msgid "Rule deleted"
|
210
|
-
msgstr "규칙이 삭제되었습니다 "
|
211
|
-
|
212
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
|
213
|
-
msgid "Could not delete the rule"
|
214
|
-
msgstr "규칙을 삭제할 수 없습니다 "
|
File without changes
|
@@ -1,215 +0,0 @@
|
|
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
|
-
# luizvasconcelos <luizvasconceloss@yahoo.com.br>, 2015
|
7
|
-
msgid ""
|
8
|
-
msgstr ""
|
9
|
-
"Project-Id-Version: hammer_cli_foreman_discovery 1.0.0\n"
|
10
|
-
"Report-Msgid-Bugs-To: \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"
|
16
|
-
"MIME-Version: 1.0\n"
|
17
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
-
"Content-Transfer-Encoding: 8bit\n"
|
19
|
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
20
|
-
|
21
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:7
|
22
|
-
msgid "Manipulate discovered hosts."
|
23
|
-
msgstr "Manipular hosts descobertos."
|
24
|
-
|
25
|
-
#: ../lib/hammer_cli_foreman_discovery.rb:11
|
26
|
-
msgid "Manipulate discovered rules."
|
27
|
-
msgstr "Manipular regras descobertas."
|
28
|
-
|
29
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:16 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:26
|
30
|
-
msgid "ID"
|
31
|
-
msgstr "ID"
|
32
|
-
|
33
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:17 ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:27
|
34
|
-
msgid "Name"
|
35
|
-
msgstr "Nome"
|
36
|
-
|
37
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:18
|
38
|
-
msgid "MAC"
|
39
|
-
msgstr "MAC"
|
40
|
-
|
41
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:19
|
42
|
-
msgid "CPUs"
|
43
|
-
msgstr "CPUs"
|
44
|
-
|
45
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:20
|
46
|
-
msgid "Memory"
|
47
|
-
msgstr "Memória"
|
48
|
-
|
49
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author gcintra
|
50
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:21
|
51
|
-
msgid "Disk count"
|
52
|
-
msgstr "Contagem de Disco"
|
53
|
-
|
54
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author gcintra
|
55
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:22
|
56
|
-
msgid "Disks size"
|
57
|
-
msgstr "Tamanho do disco"
|
58
|
-
|
59
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:23
|
60
|
-
msgid "Subnet"
|
61
|
-
msgstr "Suberede"
|
62
|
-
|
63
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:24
|
64
|
-
msgid "Last report"
|
65
|
-
msgstr "Último relatório"
|
66
|
-
|
67
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:32
|
68
|
-
msgid "IP"
|
69
|
-
msgstr "IP"
|
70
|
-
|
71
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:33
|
72
|
-
msgid "Model"
|
73
|
-
msgstr "Modelo"
|
74
|
-
|
75
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:34
|
76
|
-
msgid "Organization"
|
77
|
-
msgstr "Organização"
|
78
|
-
|
79
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:35
|
80
|
-
msgid "Location"
|
81
|
-
msgstr "Localização"
|
82
|
-
|
83
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:48
|
84
|
-
msgid "Fact"
|
85
|
-
msgstr "Fato"
|
86
|
-
|
87
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:49
|
88
|
-
msgid "Value"
|
89
|
-
msgstr "Valor"
|
90
|
-
|
91
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:66
|
92
|
-
msgid "Host deleted"
|
93
|
-
msgstr "Host removido"
|
94
|
-
|
95
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:67
|
96
|
-
msgid "Could not delete the host"
|
97
|
-
msgstr "Não foi possível remover o host"
|
98
|
-
|
99
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:75 ../lib/hammer_cli_foreman_discovery/discovery.rb:157
|
100
|
-
msgid "Host created"
|
101
|
-
msgstr "Host foi criado"
|
102
|
-
|
103
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:76 ../lib/hammer_cli_foreman_discovery/discovery.rb:158
|
104
|
-
msgid "Could not create the host"
|
105
|
-
msgstr "Não foi possível criar o host"
|
106
|
-
|
107
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:96
|
108
|
-
msgid "Host parameters"
|
109
|
-
msgstr "Parâmetros de Host"
|
110
|
-
|
111
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:98
|
112
|
-
msgid "Interface parameters"
|
113
|
-
msgstr "Parâmetros de interface"
|
114
|
-
|
115
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:107
|
116
|
-
msgid "Enter the root password for the host:"
|
117
|
-
msgstr "Digite a senha root para o host:"
|
118
|
-
|
119
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:143
|
120
|
-
msgid "Auto provision a host"
|
121
|
-
msgstr "Provisão automática de um host"
|
122
|
-
|
123
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:145
|
124
|
-
msgid "Auto provision all discovered hosts"
|
125
|
-
msgstr ""
|
126
|
-
|
127
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:150
|
128
|
-
#, fuzzy
|
129
|
-
msgid "Hosts created"
|
130
|
-
msgstr "Host foi criado"
|
131
|
-
|
132
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:166
|
133
|
-
msgid "Reboot a host"
|
134
|
-
msgstr "Reinicializar o host"
|
135
|
-
|
136
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:168
|
137
|
-
msgid "Reboot all discovered hosts"
|
138
|
-
msgstr ""
|
139
|
-
|
140
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:174
|
141
|
-
#, fuzzy
|
142
|
-
msgid "Rebooting hosts"
|
143
|
-
msgstr "Reinicializar o host"
|
144
|
-
|
145
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:187
|
146
|
-
msgid "Host reboot started"
|
147
|
-
msgstr "Reinicialização do host iniciada"
|
148
|
-
|
149
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:188
|
150
|
-
msgid "Could not reboot the host"
|
151
|
-
msgstr "Não foi possível reiniciar o host"
|
152
|
-
|
153
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:196
|
154
|
-
msgid "Refresh the facts of a host"
|
155
|
-
msgstr "Atualizar os fatos de um host"
|
156
|
-
|
157
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:197
|
158
|
-
msgid "Host facts refreshed"
|
159
|
-
msgstr "Fatos do host atualizados"
|
160
|
-
|
161
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery.rb:198
|
162
|
-
msgid "Could not refresh the facts of the host"
|
163
|
-
msgstr "Não foi possível atualizar os fatos do host"
|
164
|
-
|
165
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_references.rb:6
|
166
|
-
msgid "Hosts"
|
167
|
-
msgstr "Hosts"
|
168
|
-
|
169
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:28
|
170
|
-
msgid "Priority"
|
171
|
-
msgstr "Prioridade"
|
172
|
-
|
173
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:29
|
174
|
-
msgid "Search"
|
175
|
-
msgstr "Buscar"
|
176
|
-
|
177
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:30
|
178
|
-
msgid "Host Group"
|
179
|
-
msgstr "Grupo de Host"
|
180
|
-
|
181
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:31
|
182
|
-
msgid "Hosts Limit"
|
183
|
-
msgstr "Limite de Hosts"
|
184
|
-
|
185
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:32
|
186
|
-
msgid "Enabled"
|
187
|
-
msgstr "Habilitado"
|
188
|
-
|
189
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:41
|
190
|
-
msgid "Hostname template"
|
191
|
-
msgstr "Modelo de Hostname "
|
192
|
-
|
193
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:50
|
194
|
-
msgid "Rule created"
|
195
|
-
msgstr "Regra criada"
|
196
|
-
|
197
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:51
|
198
|
-
msgid "Could not create the rule"
|
199
|
-
msgstr "Não foi possível criar a regra"
|
200
|
-
|
201
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:58
|
202
|
-
msgid "Rule updated"
|
203
|
-
msgstr "Regra atualizada"
|
204
|
-
|
205
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:59
|
206
|
-
msgid "Could not update the rule"
|
207
|
-
msgstr "Não foi possível atualizar a regra"
|
208
|
-
|
209
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:66
|
210
|
-
msgid "Rule deleted"
|
211
|
-
msgstr "Regra removida"
|
212
|
-
|
213
|
-
#: ../lib/hammer_cli_foreman_discovery/discovery_rule.rb:67
|
214
|
-
msgid "Could not delete the rule"
|
215
|
-
msgstr "Não foi possível remover a regra"
|
File without changes
|