foreman_puppet 1.0.5 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb +14 -16
  3. data/app/controllers/concerns/foreman_puppet/{api/import_puppetclasses_common_controller.rb → extensions/api_smart_proxies_controller.rb} +9 -3
  4. data/app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb +23 -1
  5. data/app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb +15 -17
  6. data/app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb +0 -1
  7. data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +2 -8
  8. data/app/controllers/foreman_puppet/api/v2/environments_controller.rb +0 -1
  9. data/app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb +1 -1
  10. data/app/controllers/foreman_puppet/puppetclasses_controller.rb +1 -1
  11. data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
  12. data/app/helpers/foreman_puppet/hosts_and_hostgroups_helper.rb +0 -5
  13. data/app/helpers/foreman_puppet/hosts_helper.rb +6 -10
  14. data/app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb +1 -1
  15. data/app/models/concerns/foreman_puppet/extensions/host.rb +2 -16
  16. data/app/models/concerns/foreman_puppet/extensions/hostgroup.rb +2 -7
  17. data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +7 -12
  18. data/app/models/concerns/foreman_puppet/extensions/template_combination.rb +5 -10
  19. data/app/services/foreman_puppet/puppet_class_importer.rb +0 -6
  20. data/app/views/foreman_puppet/api/v2/host_puppet_facets/host_list.json.rabl +3 -0
  21. data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/base.json.rabl +2 -0
  22. data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/hostgroup_list.json.rabl +3 -0
  23. data/app/views/foreman_puppet/config_groups/index.html.erb +1 -1
  24. data/config/api_routes.rb +1 -9
  25. data/config/initializers/api_reroute.rb +73 -5
  26. data/db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb +1 -1
  27. data/db/migrate/20200803113803_migrate_environment_to_puppet_facet.foreman_puppet.rb +2 -0
  28. data/db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb +0 -8
  29. data/db/migrate/20210924103241_remove_katello_id_from_environments.foreman_puppet.rb +5 -0
  30. data/db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb +11 -0
  31. data/db/migrate/20220201205305_migrate_host_class_permission.foreman_puppet.rb +9 -0
  32. data/db/migrate/20220208135305_migrate_environment_ignore_type.foreman_puppet.rb +15 -0
  33. data/db/migrate_foreman/{20090722141107_create_environments.rb → 20090722141107_create_environments.foreman_puppet.rb} +3 -3
  34. data/db/migrate_foreman/20090802062223_create_puppetclasses.foreman_puppet.rb +29 -0
  35. data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +14 -0
  36. data/db/migrate_foreman/20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb +9 -0
  37. data/db/migrate_foreman/20110712070522_create_host_class.foreman_puppet.rb +11 -0
  38. data/db/migrate_foreman/20120824142048_add_some_indexes.foreman_puppet.rb +21 -0
  39. data/db/migrate_foreman/{20120905095532_create_environment_classes.rb → 20120905095532_create_environment_classes.foreman_puppet.rb} +2 -2
  40. data/db/migrate_foreman/20121018152459_create_hostgroup_classes.foreman_puppet.rb +11 -0
  41. data/db/migrate_foreman/{20140407161817_create_config_groups.rb → 20140407161817_create_config_groups.foreman_puppet.rb} +0 -0
  42. data/db/migrate_foreman/{20140407162007_create_config_group_classes.rb → 20140407162007_create_config_group_classes.foreman_puppet.rb} +0 -0
  43. data/db/migrate_foreman/{20140407162059_create_host_config_groups.rb → 20140407162059_create_host_config_groups.foreman_puppet.rb} +0 -0
  44. data/db/migrate_foreman/{20161205142618_delete_orphaned_smart_class_parameters.rb → 20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb} +1 -1
  45. data/db/migrate_foreman/{20170109115157_fix_lookup_key_auditable_type.rb → 20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb} +0 -0
  46. data/db/migrate_foreman/20180816134832_cast_lookup_key_values.foreman_puppet.rb +5 -0
  47. data/db/migrate_foreman/20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb +24 -0
  48. data/db/migrate_foreman/{20181023112532_add_environment_puppetclass_id.rb → 20181023112532_add_environment_puppetclass_id.foreman_puppet.rb} +1 -1
  49. data/db/migrate_foreman/{20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb → 20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb} +0 -0
  50. data/lib/foreman_puppet/engine.rb +4 -36
  51. data/lib/foreman_puppet/register.rb +51 -46
  52. data/lib/foreman_puppet/version.rb +1 -1
  53. data/lib/foreman_puppet.rb +1 -6
  54. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  55. data/locale/ca/foreman_puppet.po +760 -0
  56. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  57. data/locale/cs_CZ/foreman_puppet.po +823 -0
  58. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  59. data/locale/de/foreman_puppet.po +844 -0
  60. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  61. data/locale/en/foreman_puppet.po +119 -8
  62. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  63. data/locale/en_GB/foreman_puppet.po +820 -0
  64. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  65. data/locale/es/foreman_puppet.po +827 -0
  66. data/locale/foreman_puppet.pot +376 -205
  67. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  68. data/locale/fr/foreman_puppet.po +835 -0
  69. data/locale/gemspec.rb +1 -1
  70. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  71. data/locale/gl/foreman_puppet.po +818 -0
  72. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  73. data/locale/it/foreman_puppet.po +822 -0
  74. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  75. data/locale/ja/foreman_puppet.po +830 -0
  76. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  77. data/locale/ko/foreman_puppet.po +819 -0
  78. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  79. data/locale/nl_NL/foreman_puppet.po +823 -0
  80. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  81. data/locale/pl/foreman_puppet.po +822 -0
  82. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  83. data/locale/pt_BR/foreman_puppet.po +826 -0
  84. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  85. data/locale/ru/foreman_puppet.po +827 -0
  86. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  87. data/locale/sv_SE/foreman_puppet.po +822 -0
  88. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  89. data/locale/zh_CN/foreman_puppet.po +831 -0
  90. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  91. data/locale/zh_TW/foreman_puppet.po +821 -0
  92. data/package.json +8 -11
  93. data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +0 -231
  94. data/test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb +255 -0
  95. data/test/controllers/foreman_puppet/environments_controller_test.rb +2 -2
  96. data/test/controllers/foreman_puppet/hosts_controller_test.rb +0 -1
  97. data/test/factories/foreman_puppet_factories.rb +0 -2
  98. data/test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb +34 -0
  99. data/test/integration/foreman_puppet/dashboard_js_test.rb +31 -0
  100. data/test/integration/foreman_puppet/host_js_test.rb +0 -1
  101. data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -1
  102. data/test/models/foreman_puppet/host_test.rb +26 -0
  103. data/test/models/foreman_puppet/user_test.rb +1 -5
  104. data/test/unit/foreman_puppet/puppet_class_importer_test.rb +1 -1
  105. metadata +69 -16
  106. data/db/migrate_foreman/20180816134832_cast_lookup_key_values.rb +0 -35
@@ -0,0 +1,821 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_puppet package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # ChrisLee <chris_lee@hiiir.com>, 2021
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
10
+ #
11
+ #, fuzzy
12
+ msgid ""
13
+ msgstr ""
14
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
15
+ "Report-Msgid-Bugs-To: \n"
16
+ "PO-Revision-Date: 2021-02-03 16:30+0000\n"
17
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
18
+ "Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/z"
19
+ "h_TW/)\n"
20
+ "MIME-Version: 1.0\n"
21
+ "Content-Type: text/plain; charset=UTF-8\n"
22
+ "Content-Transfer-Encoding: 8bit\n"
23
+ "Language: zh_TW\n"
24
+ "Plural-Forms: nplurals=1; plural=0;\n"
25
+
26
+ msgid " Remove"
27
+ msgstr "移除"
28
+
29
+ msgid "%s is not in environment"
30
+ msgstr "%s 不在環境中"
31
+
32
+ msgid "%s out of sync disabled"
33
+ msgstr ""
34
+
35
+ msgid "%{model} with id '%{id}' was not found"
36
+ msgstr "找不到 ID 為 '%{id}' 的 %{model}。"
37
+
38
+ msgid "%{name} has %{num_tag} class"
39
+ msgid_plural "%{name} has %{num_tag} classes"
40
+ msgstr[0] ""
41
+ msgstr[1] ""
42
+
43
+ msgid "%{puppetclass} does not belong to the %{environment} environment"
44
+ msgstr ""
45
+
46
+ msgid "*Clear environment*"
47
+ msgstr "*乾淨的環境*"
48
+
49
+ msgid "*Inherit from host group*"
50
+ msgstr "*從主機群組繼承*"
51
+
52
+ msgid ""
53
+ "<b>Description:</b> %{desc}<br/>\n"
54
+ " <b>Type:</b> %{type}<br/>\n"
55
+ " <b>Matcher:</b> %{matcher}<br/>\n"
56
+ " <b>Inherited value:</b> %{inherited_value}"
57
+ msgstr ""
58
+
59
+ msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
60
+ msgstr ""
61
+
62
+ msgid "Action with sub plans"
63
+ msgstr "有子計畫的動作"
64
+
65
+ msgid "Actions"
66
+ msgstr "動作"
67
+
68
+ msgid "Add"
69
+ msgstr "新增"
70
+
71
+ msgid "Add Combination"
72
+ msgstr ""
73
+
74
+ msgid "Add a Puppet class to host"
75
+ msgstr "新增 Puppet 類別至主機"
76
+
77
+ msgid "Add a Puppet class to host group"
78
+ msgstr "新增 Puppet 類別至主機群組"
79
+
80
+ msgid "Add a template combination"
81
+ msgstr "新增範本組合"
82
+
83
+ msgid "Add:"
84
+ msgstr "新增:"
85
+
86
+ msgid "All environments - (not filtered)"
87
+ msgstr "所有環境 -(未篩選)"
88
+
89
+ msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
90
+ msgstr ""
91
+
92
+ msgid "Available Classes"
93
+ msgstr "可用類別"
94
+
95
+ msgid "Available Config Groups"
96
+ msgstr "可用的配置群組"
97
+
98
+ msgid "Can't find a valid Foreman Proxy with a Puppet feature"
99
+ msgstr "找不到擁有 Puppet 功能的有效 Foreman Proxy"
100
+
101
+ msgid "Can't find a valid Proxy with a Puppet feature"
102
+ msgstr ""
103
+
104
+ msgid "Cancel"
105
+ msgstr "取消"
106
+
107
+ msgid "Change Environment"
108
+ msgstr "更改環境"
109
+
110
+ msgid "Change Puppet Master"
111
+ msgstr "改變 Puppet Master"
112
+
113
+ msgid "Changed environments"
114
+ msgstr "已更改的環境"
115
+
116
+ msgid "Check/Uncheck all"
117
+ msgstr "選取/反選全部"
118
+
119
+ msgid "Check/Uncheck all %s changes"
120
+ msgstr "選取/反選所有 %s 變更"
121
+
122
+ msgid "Check/Uncheck new"
123
+ msgstr "選取/反選新項目"
124
+
125
+ msgid "Check/Uncheck obsolete"
126
+ msgstr "選取/反選已淘汰項目"
127
+
128
+ msgid "Check/Uncheck updated"
129
+ msgstr "選取/反選已更新項目"
130
+
131
+ msgid "Classes"
132
+ msgstr "類別"
133
+
134
+ msgid "Click to add %s"
135
+ msgstr "點選以新增 %s"
136
+
137
+ msgid "Click to remove %s"
138
+ msgstr "點選以移除 %s"
139
+
140
+ msgid "Click to remove config group"
141
+ msgstr "點選以移除配置群組"
142
+
143
+ msgid "Config Groups"
144
+ msgstr ""
145
+
146
+ msgid "Config Management"
147
+ msgstr ""
148
+
149
+ msgid "Create Config Group"
150
+ msgstr ""
151
+
152
+ msgid "Create Environment"
153
+ msgstr ""
154
+
155
+ msgid "Create Puppet Environment"
156
+ msgstr ""
157
+
158
+ msgid "Create a Puppet class"
159
+ msgstr "建立 Puppet 類別"
160
+
161
+ msgid "Create a config group"
162
+ msgstr "建立配置群組"
163
+
164
+ msgid "Create an environment"
165
+ msgstr "建立環境"
166
+
167
+ msgid "Create an override value for a specific smart class parameter"
168
+ msgstr "為特定的智慧型類別參數建立置換值"
169
+
170
+ msgid "Default Puppet environment"
171
+ msgstr "預設 Puppet 環境"
172
+
173
+ msgid "Default value"
174
+ msgstr "預設值"
175
+
176
+ msgid "Delete %s?"
177
+ msgstr "刪除 %s?"
178
+
179
+ msgid "Delete a Puppet class"
180
+ msgstr "刪除 Puppet 類別"
181
+
182
+ msgid "Delete a config group"
183
+ msgstr "刪除配置群組"
184
+
185
+ msgid "Delete an environment"
186
+ msgstr "刪除環境"
187
+
188
+ msgid "Delete an override value for a specific smart class parameter"
189
+ msgstr "刪除特定智慧型類別參數的置換值"
190
+
191
+ msgid "Deleted environment"
192
+ msgstr "已刪除的環境"
193
+
194
+ msgid "Deleted environment %{env} and %{pcs}"
195
+ msgstr "已刪除的環境 %{env} 和 %{pcs}"
196
+
197
+ msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
198
+ msgstr ""
199
+
200
+ msgid "Deprecated in favor of host/puppet_attributes/environment_id"
201
+ msgstr ""
202
+
203
+ msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
204
+ msgstr ""
205
+
206
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
207
+ msgstr ""
208
+
209
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
210
+ msgstr ""
211
+
212
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
213
+ msgstr ""
214
+
215
+ msgid "Description of smart class"
216
+ msgstr "智慧 類別 的描述"
217
+
218
+ msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
219
+ msgstr ""
220
+
221
+ msgid "Display hidden values"
222
+ msgstr ""
223
+
224
+ msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
225
+ msgstr ""
226
+
227
+ msgid "ENC environment"
228
+ msgstr "ENC 環境"
229
+
230
+ msgid "Edit %s"
231
+ msgstr "編輯 %s"
232
+
233
+ msgid "Edit Puppet Class %s"
234
+ msgstr "編輯 Puppet 類別 %s"
235
+
236
+ msgid "Empty environment"
237
+ msgstr "空的環境"
238
+
239
+ msgid "Environment"
240
+ msgstr "環境"
241
+
242
+ msgid "Environment only"
243
+ msgstr "只有環境"
244
+
245
+ msgid "Environments"
246
+ msgstr "環境"
247
+
248
+ msgid "Environment|Name"
249
+ msgstr "名稱"
250
+
251
+ msgid "Facts"
252
+ msgstr "詳情"
253
+
254
+ msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
255
+ msgstr "為 %{name} 匯入 %{klass} 失敗:不存在我們的資料庫中 - 將被忽略"
256
+
257
+ msgid "Failed to set %{proxy_type} proxy for %{host}."
258
+ msgstr "設定 %{proxy_type} 代理給 %{host} 時失敗。"
259
+
260
+ msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
261
+ msgstr ""
262
+
263
+ msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
264
+ msgstr "由磁碟上的 puppet 安裝程序更新環境和 Puppet 類別失敗:%s"
265
+
266
+ msgid "Filter by name"
267
+ msgstr "以名稱篩選"
268
+
269
+ msgid "Filter classes"
270
+ msgstr "篩選器類別"
271
+
272
+ msgid "Foreman will default to this puppet environment if it cannot auto detect one"
273
+ msgstr "若 Foreman 無法自動偵測 puppet 環境,就預設值它將會使用此 puppet 環境"
274
+
275
+ msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
276
+ msgstr "Foreman 將會明確設置 puppet 環境於 ENC yaml 輸出中。這將避免 puppet.conf 和 Foreman 中,環境之間的衝突。"
277
+
278
+ msgid "Foreman will not send this parameter in classification output"
279
+ msgstr ""
280
+
281
+ msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
282
+ msgstr ""
283
+
284
+ msgid "Foreman will update a host's environment from its facts"
285
+ msgstr "Foreman 會藉由主機的環境之詳情來更新它"
286
+
287
+ msgid "General"
288
+ msgstr "一般"
289
+
290
+ msgid "Host Groups"
291
+ msgstr "主機群組"
292
+
293
+ msgid "Host group and Environment"
294
+ msgstr "主機群組和環境"
295
+
296
+ msgid "Host group only"
297
+ msgstr "僅有主機群組"
298
+
299
+ msgid "Host groups"
300
+ msgstr "主機群組"
301
+
302
+ msgid "Hostgroup"
303
+ msgstr "主機群組"
304
+
305
+ msgid "Hosts"
306
+ msgstr "主機"
307
+
308
+ msgid "Hosts managed:"
309
+ msgstr "受管理的主機:"
310
+
311
+ msgid "ID of Puppet class"
312
+ msgstr "Puppet 類別的 ID"
313
+
314
+ msgid "ID of Puppet environment"
315
+ msgstr ""
316
+
317
+ msgid "ID of Puppetclass"
318
+ msgstr ""
319
+
320
+ msgid "ID of associated puppet Environment"
321
+ msgstr ""
322
+
323
+ msgid "ID of environment"
324
+ msgstr "環境的 ID"
325
+
326
+ msgid "ID of host"
327
+ msgstr "主機的 ID"
328
+
329
+ msgid "ID of host group"
330
+ msgstr "主機群組的 ID"
331
+
332
+ msgid "ID of puppet environment"
333
+ msgstr ""
334
+
335
+ msgid "IDs of associated ConfigGroups"
336
+ msgstr ""
337
+
338
+ msgid "IDs of associated Puppetclasses"
339
+ msgstr ""
340
+
341
+ msgid "If true, will raise an error if there is no default value and no matcher provide a value"
342
+ msgstr "若為真而沒有預設值並且比對器未提供值的話,將會造成錯誤發生。"
343
+
344
+ msgid "Ignored classes in the environments: %s"
345
+ msgstr ""
346
+
347
+ msgid "Ignored environment"
348
+ msgstr ""
349
+
350
+ msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
351
+ msgstr ""
352
+
353
+ msgid "Ignored environments: %s"
354
+ msgstr ""
355
+
356
+ msgid "Ignored:"
357
+ msgstr ""
358
+
359
+ msgid "Import"
360
+ msgstr "匯入"
361
+
362
+ msgid "Import Puppet classes"
363
+ msgstr "匯入 Puppet 類別"
364
+
365
+ msgid "Import classes from %s"
366
+ msgstr ""
367
+
368
+ msgid "Import environments from %s"
369
+ msgstr ""
370
+
371
+ msgid "Import facts"
372
+ msgstr "匯入詳情"
373
+
374
+ msgid "Import puppet classes from puppet proxy"
375
+ msgstr ""
376
+
377
+ msgid "Import puppet classes from puppet proxy for an environment"
378
+ msgstr "為環境由 puppet 代理伺服器匯入 puppet 類別"
379
+
380
+ msgid "Include default value when merging all matching values"
381
+ msgstr "合併所有相符合的值時包括預設值"
382
+
383
+ msgid "Included Classes"
384
+ msgstr "包含的類別"
385
+
386
+ msgid "Included Config Groups"
387
+ msgstr "包含的配置群組"
388
+
389
+ msgid "Inherited Classes from %s"
390
+ msgstr ""
391
+
392
+ msgid "Invalid proxy selected!"
393
+ msgstr "選擇了不正確的代理!"
394
+
395
+ msgid "List all Puppet class IDs for host"
396
+ msgstr "列出主機的所有 Puppet 類別 ID"
397
+
398
+ msgid "List all Puppet class IDs for host group"
399
+ msgstr "列出主機群組的所有 Puppet 類別 ID"
400
+
401
+ msgid "List all Puppet classes"
402
+ msgstr "列出所有 Puppet 類別"
403
+
404
+ msgid "List all Puppet classes for a host"
405
+ msgstr "列出主機的所有 Puppet 類別"
406
+
407
+ msgid "List all Puppet classes for a host group"
408
+ msgstr "列出主機的所有 Puppet 類別"
409
+
410
+ msgid "List all Puppet classes for an environment"
411
+ msgstr "列出環境的所有 Puppet 類別"
412
+
413
+ msgid "List all environments"
414
+ msgstr "列出所有環境"
415
+
416
+ msgid "List all host groups for a Puppet class"
417
+ msgstr "列出 Puppet 類別的所有主機群組"
418
+
419
+ msgid "List all smart class parameters"
420
+ msgstr "列出所有智慧型類別參數"
421
+
422
+ msgid "List environments of Puppet class"
423
+ msgstr "列出 Puppet 類別的環境"
424
+
425
+ msgid "List environments per location"
426
+ msgstr "列出各個位置的環境"
427
+
428
+ msgid "List environments per organization"
429
+ msgstr "列出各個組織的環境"
430
+
431
+ msgid "List hosts per environment"
432
+ msgstr "列出各個環境中的主機"
433
+
434
+ msgid "List of config groups"
435
+ msgstr "配置群組清單"
436
+
437
+ msgid "List of override values for a specific smart class parameter"
438
+ msgstr "特定智慧型類別參數的置換值之清單"
439
+
440
+ msgid "List of smart class parameters for a specific Puppet class"
441
+ msgstr "特定 Puppet 類別的智慧型類別參數之清單"
442
+
443
+ msgid "List of smart class parameters for a specific environment"
444
+ msgstr "特定環境的智慧型類別參數之清單"
445
+
446
+ msgid "List of smart class parameters for a specific environment/Puppet class combination"
447
+ msgstr "特定環境/Puppet 類別組合的智慧型類別參數之清單"
448
+
449
+ msgid "List of smart class parameters for a specific host"
450
+ msgstr "特定主機的智慧型類別參數之清單"
451
+
452
+ msgid "List of smart class parameters for a specific host group"
453
+ msgstr "特定主機群組的智慧型類別參數之清單"
454
+
455
+ msgid "List template combination"
456
+ msgstr "列出範本組合"
457
+
458
+ msgid "Loading parameters..."
459
+ msgstr "正在載入參數..."
460
+
461
+ msgid "Locations"
462
+ msgstr "位置"
463
+
464
+ msgid "Merge all matching values (only array/hash type)"
465
+ msgstr "合併所有相符的值(只有陣列 / 雜湊類型)"
466
+
467
+ msgid "Name"
468
+ msgstr "名稱"
469
+
470
+ msgid "New"
471
+ msgstr "新增"
472
+
473
+ msgid "No changes to your environments detected"
474
+ msgstr "未偵測到您的環境遭到變更"
475
+
476
+ msgid "No environment selected!"
477
+ msgstr "未選擇環境!"
478
+
479
+ msgid "No environments found"
480
+ msgstr "找不到環境"
481
+
482
+ msgid "No parameters to override for Puppet class %s"
483
+ msgstr "沒有用來置換 Puppet 類別 %s 的參數"
484
+
485
+ msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
486
+ msgstr "找不到用來由其匯入類別的代理伺服器,請確認智慧型代理伺服器啟用了 Puppet 功能。"
487
+
488
+ msgid "No proxy selected!"
489
+ msgstr "未選擇代理!"
490
+
491
+ msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
492
+ msgstr ""
493
+
494
+ msgid "None"
495
+ msgstr "無"
496
+
497
+ msgid "Not authorized to edit classes"
498
+ msgstr "未經允許編輯類別"
499
+
500
+ msgid "Notice"
501
+ msgstr "注意事項"
502
+
503
+ msgid "Number of Overrides"
504
+ msgstr ""
505
+
506
+ msgid "Number of classes"
507
+ msgstr "類別數量:"
508
+
509
+ msgid "Obsolete"
510
+ msgstr "已淘汰"
511
+
512
+ msgid "Omit"
513
+ msgstr ""
514
+
515
+ msgid "Omit from classification output"
516
+ msgstr ""
517
+
518
+ msgid "Operating System"
519
+ msgstr "作業系統"
520
+
521
+ msgid "Operating system default"
522
+ msgstr "作業系統預設值"
523
+
524
+ msgid "Operation"
525
+ msgstr "作業"
526
+
527
+ msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
528
+ msgstr ""
529
+
530
+ msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
531
+ msgstr ""
532
+
533
+ msgid "Organizations"
534
+ msgstr "組織"
535
+
536
+ msgid "Original value info"
537
+ msgstr "原始值資訊"
538
+
539
+ msgid "Overridden"
540
+ msgstr ""
541
+
542
+ msgid "Override all parameters"
543
+ msgstr "置換所有參數"
544
+
545
+ msgid "Override match"
546
+ msgstr "置換相符"
547
+
548
+ msgid "Override this value"
549
+ msgstr "置換這個值"
550
+
551
+ msgid "Override value, required if omit is false"
552
+ msgstr ""
553
+
554
+ msgid "Parameter"
555
+ msgstr "參數"
556
+
557
+ msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
558
+ msgstr ""
559
+
560
+ msgid "Parameters"
561
+ msgstr "參數"
562
+
563
+ msgid "Please select an environment first"
564
+ msgstr "請先選擇一個環境"
565
+
566
+ msgid "Puppet"
567
+ msgstr "Puppet"
568
+
569
+ msgid "Puppet CA"
570
+ msgstr "Puppet CA"
571
+
572
+ msgid "Puppet Class"
573
+ msgstr "Puppet 類別"
574
+
575
+ msgid "Puppet Class Parameters"
576
+ msgstr ""
577
+
578
+ msgid "Puppet Classes"
579
+ msgstr "Puppet 類別"
580
+
581
+ msgid "Puppet ENC"
582
+ msgstr ""
583
+
584
+ msgid "Puppet Environment"
585
+ msgstr "Puppet 環境"
586
+
587
+ msgid "Puppet Environments"
588
+ msgstr "Puppet 環境"
589
+
590
+ msgid "Puppet Modules"
591
+ msgstr "Puppet 模組"
592
+
593
+ msgid "Puppet YAML"
594
+ msgstr ""
595
+
596
+ msgid "Puppet environments"
597
+ msgstr "Puppet 環境"
598
+
599
+ msgid "Puppet external nodes YAML dump"
600
+ msgstr "Puppet 外部節點 YAML 傾印"
601
+
602
+ msgid "Puppet interval"
603
+ msgstr "Puppet 間隔"
604
+
605
+ msgid "Puppet parameter"
606
+ msgstr "Puppet 參數"
607
+
608
+ msgid "Puppetclass|Name"
609
+ msgstr "名稱"
610
+
611
+ msgid "Remote action:"
612
+ msgstr "遠端動作:"
613
+
614
+ msgid "Remove"
615
+ msgstr "移除"
616
+
617
+ msgid "Remove Combination"
618
+ msgstr ""
619
+
620
+ msgid "Remove a Puppet class from host"
621
+ msgstr "從主機移除一個 Puppet 類別"
622
+
623
+ msgid "Remove a Puppet class from host group"
624
+ msgstr "從主機群組移除一個 Puppet 類別"
625
+
626
+ msgid "Remove duplicate values (only array type)"
627
+ msgstr "移除重複的值(只有陣列類型)"
628
+
629
+ msgid "Remove this override"
630
+ msgstr "移除此置換"
631
+
632
+ msgid "Remove:"
633
+ msgstr "移除:"
634
+
635
+ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
636
+ msgstr "必要的參數未提供值。<br/><b>請覆寫!</b> <br/>"
637
+
638
+ msgid "Select environment"
639
+ msgstr "選擇環境"
640
+
641
+ msgid "Select the changes you want to apply to Foreman"
642
+ msgstr ""
643
+
644
+ msgid "Set parameters to defaults"
645
+ msgstr "將參數設為預設值"
646
+
647
+ msgid "Show a Puppet class"
648
+ msgstr "顯示 Puppet 類別"
649
+
650
+ msgid "Show a Puppet class for a host group"
651
+ msgstr "顯示主機群組的 Puppet 類別"
652
+
653
+ msgid "Show a Puppet class for an environment"
654
+ msgstr "顯示環境的 Puppet 類別"
655
+
656
+ msgid "Show a Puppet class for host"
657
+ msgstr "顯示主機的 Puppet 類別"
658
+
659
+ msgid "Show a config group"
660
+ msgstr "顯示配置群組"
661
+
662
+ msgid "Show a smart class parameter"
663
+ msgstr "顯示智慧類別參數"
664
+
665
+ msgid "Show an environment"
666
+ msgstr "顯示環境"
667
+
668
+ msgid "Show an override value for a specific smart class parameter"
669
+ msgstr "顯示特定智慧類別參數的置換值"
670
+
671
+ msgid "Show template combination"
672
+ msgstr "顯示範本組合"
673
+
674
+ msgid "Smart Class Parameter"
675
+ msgstr "智慧類別參數"
676
+
677
+ msgid "Smart Class Parameters"
678
+ msgstr ""
679
+
680
+ msgid "Successfully overridden all parameters of Puppet class %s"
681
+ msgstr "已成功置換 Puppet 類別 %s 的所有參數"
682
+
683
+ msgid "Successfully reset all parameters of Puppet class %s to their default values"
684
+ msgstr "已成功將 Puppet 類別 %s 的所有參數重設成其預設值"
685
+
686
+ msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
687
+ msgstr "已成功由磁碟上的 Puppet 安裝程序更新環境和 Puppet 類別"
688
+
689
+ msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
690
+ msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
691
+ msgstr[0] ""
692
+ msgstr[1] ""
693
+
694
+ msgid "The %{proxy_type} proxy of the selected hosts was cleared."
695
+ msgstr "所選主機的 %{proxy_type} 代理已清除。"
696
+
697
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
698
+ msgstr ""
699
+
700
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
701
+ msgstr "所選主機的 %{proxy_type} 代理已設為 %{proxy_name}。"
702
+
703
+ msgid "The class could not be saved because of an error in one of the class parameters."
704
+ msgstr ""
705
+
706
+ msgid "The final entry, Operating System default, can be set by editing the %s page."
707
+ msgstr "最後的項目「作業系統預設值」可透過編輯 %s 頁面來設置。"
708
+
709
+ msgid "The order in which values are resolved"
710
+ msgstr "值解析的順序"
711
+
712
+ msgid "The requested environment cannot be found."
713
+ msgstr ""
714
+
715
+ msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
716
+ msgstr "此 puppet master 上並未設定 puppet 環境。請檢查 puppet master 的配置。"
717
+
718
+ msgid "This Puppet class has no parameters in its signature."
719
+ msgstr "此 puppet 類別的簽章中沒有參數。"
720
+
721
+ msgid "This will reset parameters of the class %s to their default values. Continue?"
722
+ msgstr "這會將類別 %s 的參數重設為其預設值。是否要繼續進行?"
723
+
724
+ msgid "This will set all parameters of the class %s as overridden. Continue?"
725
+ msgstr "這會將類別 %s 的所有參數設為置換。是否要繼續進行?"
726
+
727
+ msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
728
+ msgstr "若要更新類別簽章,請至 Puppet 類別網頁並選擇「匯入」。"
729
+
730
+ msgid "Toggle"
731
+ msgstr "切換"
732
+
733
+ msgid "Total"
734
+ msgstr "總數"
735
+
736
+ msgid "Types of validation values"
737
+ msgstr "驗證值的類型"
738
+
739
+ msgid "Types of variable values"
740
+ msgstr "變數值的類型"
741
+
742
+ msgid "Unable to generate output, Check log files"
743
+ msgstr "無法產生輸出,請檢查日誌檔案"
744
+
745
+ msgid "Update"
746
+ msgstr "更新"
747
+
748
+ msgid "Update a Puppet class"
749
+ msgstr "更新 Puppet 類別"
750
+
751
+ msgid "Update a config group"
752
+ msgstr "更新配置群組"
753
+
754
+ msgid "Update a smart class parameter"
755
+ msgstr "更新智慧類別參數"
756
+
757
+ msgid "Update an environment"
758
+ msgstr "更新環境"
759
+
760
+ msgid "Update an override value for a specific smart class parameter"
761
+ msgstr "更新特定智慧類別參數的置換值"
762
+
763
+ msgid "Update environment from facts"
764
+ msgstr "從詳情升級環境"
765
+
766
+ msgid "Update template combination"
767
+ msgstr "更新範本組合"
768
+
769
+ msgid "Update:"
770
+ msgstr "更新:"
771
+
772
+ msgid "Updated"
773
+ msgstr "已更新"
774
+
775
+ msgid "Updated hosts: changed environment"
776
+ msgstr "已更新主機:已更改的環境"
777
+
778
+ msgid "Used to enforce certain values for the parameter values"
779
+ msgstr "用來強制參數值的某些值"
780
+
781
+ msgid "Valid Host Group and Environment Combinations"
782
+ msgstr ""
783
+
784
+ msgid "Value"
785
+ msgstr "值"
786
+
787
+ msgid "Value to use when there is no match"
788
+ msgstr "當沒有相符的項目時所使用的值"
789
+
790
+ msgid ""
791
+ "When a Host requests a template (e.g. during provisioning), Foreman \\\n"
792
+ " will select the best match from the available templates of that type, in the \\\n"
793
+ " following order:"
794
+ msgstr ""
795
+
796
+ msgid ""
797
+ "When editing a template, you must assign a list \\\n"
798
+ " of operating systems which this template can be used with. Optionally, you can \\\n"
799
+ " restrict a template to a list of host groups and/or environments."
800
+ msgstr ""
801
+
802
+ msgid "When enabled the parameter is hidden in the UI"
803
+ msgstr "啟用時,參數會隱藏在 UI 裡"
804
+
805
+ msgid "Whether the smart class parameter value is managed by Foreman"
806
+ msgstr "智慧 類別 參數值是否是由 Foreman 所管理"
807
+
808
+ msgid "belongs to config group"
809
+ msgstr "屬於配置群組"
810
+
811
+ msgid "environment id"
812
+ msgstr "環境 ID"
813
+
814
+ msgid "included already from parent"
815
+ msgstr "已從父項包含"
816
+
817
+ msgid "must be true to edit the parameter"
818
+ msgstr ""
819
+
820
+ msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
821
+ msgstr ""