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,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
+ # Vladimir Pavlov <v.pavlov@i-teco.ru>, 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: Russian (http://www.transifex.com/projects/p/foreman/language/ru/)\n"
11
+ "PO-Revision-Date: 2015-07-02 10:43+0000\n"
12
+ "Last-Translator: Vladimir Pavlov <v.pavlov@i-teco.ru>\n"
13
+ "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
14
+ "\n"
15
+ "Language: ru\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: 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
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
20
+ "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
21
+ "1 && n%100<=14)? 2 : 3);\n"
22
+
23
+ msgid "Manipulate discovered hosts."
24
+ msgstr "Управление обнаруженными узлами."
19
25
 
20
- #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
- msgid "Id"
22
- msgstr "ID"
26
+ msgid "Manipulate discovered rules."
27
+ msgstr "Управление обнаруженными правилами."
28
+
29
+ msgid "ID"
30
+ msgstr "Код"
23
31
 
24
- #: lib/hammer_cli_foreman_discovery/discovery.rb:12
25
32
  msgid "Name"
26
33
  msgstr "Имя"
27
34
 
28
- #: lib/hammer_cli_foreman_discovery/discovery.rb:13
29
- msgid "Mac"
30
- msgstr ""
35
+ msgid "MAC"
36
+ msgstr "MAC"
31
37
 
32
- #: lib/hammer_cli_foreman_discovery/discovery.rb:14
33
- msgid "Last Report"
34
- msgstr ""
38
+ msgid "Last report"
39
+ msgstr "Последний отчет"
40
+
41
+ msgid "CPUs"
42
+ msgstr "CPU"
43
+
44
+ msgid "Memory"
45
+ msgstr "Память"
46
+
47
+ msgid "Disk count"
48
+ msgstr "Количество дисков"
49
+
50
+ msgid "Disks size"
51
+ msgstr "Размер диска"
35
52
 
36
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
53
  msgid "Subnet"
38
54
  msgstr "Подсеть"
39
55
 
40
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
56
+ msgid "Last Report"
57
+ msgstr "Последний отчет"
58
+
59
+ msgid "IP"
60
+ msgstr "IP"
61
+
62
+ msgid "Model"
63
+ msgstr "Модель"
64
+
41
65
  msgid "Organization"
42
66
  msgstr "Организация"
43
67
 
44
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
68
  msgid "Location"
46
69
  msgstr "Расположение"
47
70
 
48
- #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
- msgid "Ip"
50
- msgstr ""
71
+ msgid "Fact"
72
+ msgstr "Аргумент"
51
73
 
52
- #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
- msgid "Model"
54
- msgstr "Модель"
74
+ msgid "Value"
75
+ msgstr "Значение"
55
76
 
56
- #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
- msgid "Facts"
58
- msgstr "Факты"
77
+ msgid "Host deleted"
78
+ msgstr "Узел удален"
79
+
80
+ msgid "Could not delete the host"
81
+ msgstr "Не удалось удалить узел"
59
82
 
60
- #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
83
  msgid "Host created"
62
- msgstr "Хост создан"
84
+ msgstr "Узел создан"
63
85
 
64
- #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
86
  msgid "Could not create the host"
66
- msgstr "Не удалось создать хост"
87
+ msgstr "Не удалось создать узел"
67
88
 
68
- #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
- msgid "Host parameters."
70
- msgstr "Параметры хоста"
89
+ msgid "Host parameters"
90
+ msgstr "Параметры узла"
71
91
 
72
- #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
- msgid "Interface parameters."
92
+ msgid "Interface parameters"
74
93
  msgstr "Параметры интерфейса"
75
94
 
76
- #: lib/hammer_cli_foreman_discovery/discovery.rb:89
95
+ msgid "Enter the root password for the host:"
96
+ msgstr "Введите пароль суперпользователя для узла:"
97
+
98
+ msgid "Auto provision a host"
99
+ msgstr "Автоматическая подготовка узла"
100
+
77
101
  msgid "Reboot a host"
78
- msgstr "Перезагрузить хост"
102
+ msgstr "Перезагрузить узел"
79
103
 
80
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
- msgid "Host reboot started."
82
- msgstr "Хост будет перезагружен."
104
+ msgid "Host reboot started"
105
+ msgstr "Узел будет перезагружен"
83
106
 
84
- #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
107
  msgid "Could not reboot the host"
86
- msgstr ""
108
+ msgstr "Не удалось перезагрузить узел"
87
109
 
88
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
110
  msgid "Refresh the facts of a host"
90
- msgstr ""
111
+ msgstr "Освежить факты узла"
91
112
 
92
- #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
113
  msgid "Host facts refreshed"
94
- msgstr ""
114
+ msgstr "Факты узла освежены"
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 "Не удалось освежить факты узла"
118
+
119
+ msgid "Hosts"
120
+ msgstr "Узлы"
121
+
122
+ msgid "Priority"
123
+ msgstr "Приоритет"
124
+
125
+ msgid "Search"
126
+ msgstr "Поиск"
127
+
128
+ msgid "Host Group"
129
+ msgstr "Группа узлов"
130
+
131
+ msgid "Hosts Limit"
132
+ msgstr "Ограничение узлов"
133
+
134
+ msgid "Enabled"
135
+ msgstr "Включен"
136
+
137
+ msgid "Hostname template"
138
+ msgstr "Шаблон имени узла"
139
+
140
+ msgid "Rule created"
141
+ msgstr "Правило создано"
142
+
143
+ msgid "Could not create the rule"
144
+ msgstr "Не удалось создать правило"
145
+
146
+ msgid "Rule updated"
147
+ msgstr "Правило обновлено"
148
+
149
+ msgid "Could not update the rule"
150
+ msgstr "Не удалось обновить правило"
151
+
152
+ msgid "Rule deleted"
153
+ msgstr "Правило удалено"
154
+
155
+ msgid "Could not delete the rule"
156
+ 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
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: Chinese (China) (http://www.transifex.com/projects/p/foreman/language/zh_CN/)\n"
10
+ "PO-Revision-Date: 2015-03-22 13:12+0000\n"
11
+ "Last-Translator: Lukáš Zapletal\n"
12
+ "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
13
+ "age/zh_CN/)\n"
14
+ "Language: zh_CN\n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
- "Language: zh_CN\n"
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
- #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
- msgid "Id"
22
- msgstr "Id"
20
+ msgid "Manipulate discovered hosts."
21
+ msgstr "修改发现的主机。"
22
+
23
+ msgid "Manipulate discovered rules."
24
+ msgstr "修改发现的规则。"
25
+
26
+ # translation auto-copied from project subscription-manager, version 1.10.10, document keys
27
+ msgid "ID"
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 "处理器"
41
+
42
+ msgid "Memory"
43
+ msgstr "内存"
44
+
45
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author Leah Liu
46
+ msgid "Disk count"
47
+ msgstr "磁盘计数"
48
+
49
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author Leah Liu
50
+ msgid "Disks size"
51
+ msgstr "磁盘大小"
35
52
 
36
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
53
  msgid "Subnet"
38
54
  msgstr "子网"
39
55
 
40
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
56
+ msgid "Last Report"
57
+ msgstr "最新报告"
58
+
59
+ msgid "IP"
60
+ msgstr "IP"
61
+
62
+ msgid "Model"
63
+ msgstr "型号"
64
+
41
65
  msgid "Organization"
42
66
  msgstr "机构"
43
67
 
44
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
68
  msgid "Location"
46
69
  msgstr "位置"
47
70
 
48
- #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
- msgid "Ip"
50
- msgstr ""
71
+ msgid "Fact"
72
+ msgstr "详情"
51
73
 
52
- #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
- msgid "Model"
54
- msgstr "型号"
74
+ msgid "Value"
75
+ msgstr ""
55
76
 
56
- #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
- msgid "Facts"
58
- msgstr "详情"
77
+ msgid "Host deleted"
78
+ msgstr "已删除主机"
79
+
80
+ msgid "Could not delete the host"
81
+ msgstr "无法删除主机"
59
82
 
60
- #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
83
  msgid "Host created"
62
84
  msgstr "已生成主机"
63
85
 
64
- #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
86
  msgid "Could not create the host"
66
87
  msgstr "无法生成主机"
67
88
 
68
- #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
- msgid "Host parameters."
70
- msgstr "主机参数。"
89
+ msgid "Host parameters"
90
+ msgstr "主机参数"
91
+
92
+ msgid "Interface parameters"
93
+ msgstr "接口参数"
71
94
 
72
- #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
- msgid "Interface parameters."
74
- msgstr "界面参数"
95
+ msgid "Enter the root password for the host:"
96
+ msgstr "为主机输入 root 密码:"
97
+
98
+ msgid "Auto provision a host"
99
+ msgstr "自动供应主机"
75
100
 
76
- #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
101
  msgid "Reboot a host"
78
102
  msgstr "重启主机"
79
103
 
80
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
- msgid "Host reboot started."
82
- msgstr "已重启主机。"
104
+ msgid "Host reboot started"
105
+ msgstr "开始主机重启"
83
106
 
84
- #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
107
  msgid "Could not reboot the host"
86
- msgstr ""
108
+ msgstr "无法重启主机"
87
109
 
88
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
110
  msgid "Refresh the facts of a host"
90
- msgstr ""
111
+ msgstr "刷新主机详情"
91
112
 
92
- #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
113
  msgid "Host facts refreshed"
94
- msgstr ""
114
+ msgstr "已刷新主机详情"
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 "无法刷新主机详情"
118
+
119
+ msgid "Hosts"
120
+ msgstr "主机"
121
+
122
+ msgid "Priority"
123
+ msgstr "优先权"
124
+
125
+ msgid "Search"
126
+ msgstr "搜"
127
+
128
+ msgid "Host Group"
129
+ msgstr "主机组"
130
+
131
+ msgid "Hosts Limit"
132
+ msgstr "主机限制"
133
+
134
+ msgid "Enabled"
135
+ msgstr "已启用"
136
+
137
+ msgid "Hostname template"
138
+ msgstr "主机名模板"
139
+
140
+ msgid "Rule created"
141
+ msgstr "已创建的规则"
142
+
143
+ msgid "Could not create the rule"
144
+ msgstr "无法创建规则"
145
+
146
+ msgid "Rule updated"
147
+ msgstr "已更新的规则"
148
+
149
+ msgid "Could not update the rule"
150
+ msgstr "无法更新规则"
151
+
152
+ msgid "Rule deleted"
153
+ msgstr "已删除的规则"
154
+
155
+ msgid "Could not delete the rule"
156
+ 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
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: Chinese (Taiwan) (http://www.transifex.com/projects/p/foreman/language/zh_TW/)\n"
10
+ "PO-Revision-Date: 2015-03-22 13:12+0000\n"
11
+ "Last-Translator: Lukáš Zapletal\n"
12
+ "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
13
+ "uage/zh_TW/)\n"
14
+ "Language: zh_TW\n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
- "Language: zh_TW\n"
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
- #: lib/hammer_cli_foreman_discovery/discovery.rb:11
21
- msgid "Id"
20
+ msgid "Manipulate discovered hosts."
21
+ msgstr "操作發現的主機。"
22
+
23
+ msgid "Manipulate discovered rules."
24
+ msgstr "操作發現的規則。"
25
+
26
+ # translation auto-copied from project NetworkManager, version 0.9.9.0, document NetworkManager, author tchuang
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
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author tchuang
46
+ msgid "Disk count"
47
+ msgstr "磁碟計數"
48
+
49
+ # translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author tchuang
50
+ msgid "Disks size"
51
+ msgstr "磁碟大小"
35
52
 
36
- #: lib/hammer_cli_foreman_discovery/discovery.rb:15
37
53
  msgid "Subnet"
38
54
  msgstr "子網路"
39
55
 
40
- #: lib/hammer_cli_foreman_discovery/discovery.rb:16
56
+ msgid "Last Report"
57
+ msgstr "最後一份報告"
58
+
59
+ msgid "IP"
60
+ msgstr "IP"
61
+
62
+ msgid "Model"
63
+ msgstr "型號"
64
+
41
65
  msgid "Organization"
42
66
  msgstr "組織"
43
67
 
44
- #: lib/hammer_cli_foreman_discovery/discovery.rb:17
45
68
  msgid "Location"
46
69
  msgstr "位置"
47
70
 
48
- #: lib/hammer_cli_foreman_discovery/discovery.rb:25
49
- msgid "Ip"
50
- msgstr ""
71
+ msgid "Fact"
72
+ msgstr "詳情"
51
73
 
52
- #: lib/hammer_cli_foreman_discovery/discovery.rb:26
53
- msgid "Model"
54
- msgstr "型號"
74
+ msgid "Value"
75
+ msgstr ""
55
76
 
56
- #: lib/hammer_cli_foreman_discovery/discovery.rb:27
57
- msgid "Facts"
58
- msgstr "詳情"
77
+ msgid "Host deleted"
78
+ msgstr "已刪除主機"
79
+
80
+ msgid "Could not delete the host"
81
+ msgstr "無法刪除主機"
59
82
 
60
- #: lib/hammer_cli_foreman_discovery/discovery.rb:36
61
83
  msgid "Host created"
62
84
  msgstr "已建立主機"
63
85
 
64
- #: lib/hammer_cli_foreman_discovery/discovery.rb:37
65
86
  msgid "Could not create the host"
66
87
  msgstr "無法建立主機"
67
88
 
68
- #: lib/hammer_cli_foreman_discovery/discovery.rb:55
69
- msgid "Host parameters."
70
- msgstr "主機參數。"
89
+ msgid "Host parameters"
90
+ msgstr "主機參數"
91
+
92
+ msgid "Interface parameters"
93
+ msgstr "介面卡參數"
71
94
 
72
- #: lib/hammer_cli_foreman_discovery/discovery.rb:57
73
- msgid "Interface parameters."
74
- msgstr "介面參數。"
95
+ msgid "Enter the root password for the host:"
96
+ msgstr "輸入主機的 root 密碼:"
97
+
98
+ msgid "Auto provision a host"
99
+ msgstr "自動佈建主機"
75
100
 
76
- #: lib/hammer_cli_foreman_discovery/discovery.rb:89
77
101
  msgid "Reboot a host"
78
102
  msgstr "重新啟動主機"
79
103
 
80
- #: lib/hammer_cli_foreman_discovery/discovery.rb:90
81
- msgid "Host reboot started."
82
- msgstr "已開始重新啟動主機。"
104
+ msgid "Host reboot started"
105
+ msgstr "主機重新啟動"
83
106
 
84
- #: lib/hammer_cli_foreman_discovery/discovery.rb:91
85
107
  msgid "Could not reboot the host"
86
- msgstr ""
108
+ msgstr "無法重新啟動主機"
87
109
 
88
- #: lib/hammer_cli_foreman_discovery/discovery.rb:99
89
110
  msgid "Refresh the facts of a host"
90
- msgstr ""
111
+ msgstr "更新主機的詳情"
91
112
 
92
- #: lib/hammer_cli_foreman_discovery/discovery.rb:100
93
113
  msgid "Host facts refreshed"
94
- msgstr ""
114
+ msgstr "主機詳情已更新"
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 "無法更新主機的詳情"
118
+
119
+ msgid "Hosts"
120
+ msgstr "主機"
121
+
122
+ msgid "Priority"
123
+ msgstr "優先順序"
124
+
125
+ msgid "Search"
126
+ msgstr "搜尋"
127
+
128
+ msgid "Host Group"
129
+ msgstr "主機群組"
130
+
131
+ msgid "Hosts Limit"
132
+ msgstr "主機限制"
133
+
134
+ msgid "Enabled"
135
+ msgstr "已啟用"
136
+
137
+ msgid "Hostname template"
138
+ msgstr "主機名稱範本"
139
+
140
+ msgid "Rule created"
141
+ msgstr "已建立規則"
142
+
143
+ msgid "Could not create the rule"
144
+ msgstr "無法建立規則"
145
+
146
+ msgid "Rule updated"
147
+ msgstr "已更新規則"
148
+
149
+ msgid "Could not update the rule"
150
+ msgstr "無法更新規則"
151
+
152
+ msgid "Rule deleted"
153
+ msgstr "已刪除規則"
154
+
155
+ msgid "Could not delete the rule"
156
+ msgstr "無法刪除規則"