foreman_puppet 2.0.7 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb +7 -2
  4. data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
  5. data/app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb +1 -1
  6. data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +1 -1
  7. data/app/views/foreman_puppet/config_groups/_config_group.html.erb +5 -1
  8. data/app/views/foreman_puppet/config_groups/index.html.erb +1 -3
  9. data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +44 -0
  10. data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +1 -3
  11. data/lib/foreman_puppet/register.rb +3 -8
  12. data/lib/foreman_puppet/version.rb +1 -1
  13. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  14. data/locale/ca/foreman_puppet.po +1 -70
  15. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  16. data/locale/cs_CZ/foreman_puppet.edit.po +235 -358
  17. data/locale/cs_CZ/foreman_puppet.po +2 -13
  18. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  19. data/locale/de/foreman_puppet.po +13 -25
  20. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  21. data/locale/en/foreman_puppet.edit.po +161 -77
  22. data/locale/en/foreman_puppet.po +1 -13
  23. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  24. data/locale/en_GB/foreman_puppet.po +2 -13
  25. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  26. data/locale/es/foreman_puppet.po +2 -13
  27. data/locale/foreman_puppet.pot +25 -48
  28. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  29. data/locale/fr/foreman_puppet.po +2 -13
  30. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  31. data/locale/gl/foreman_puppet.po +2 -13
  32. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  33. data/locale/it/foreman_puppet.po +2 -13
  34. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  35. data/locale/ja/foreman_puppet.po +4 -15
  36. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  37. data/locale/ko/foreman_puppet.po +2 -13
  38. data/locale/messages.mo +0 -0
  39. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  40. data/locale/nl_NL/foreman_puppet.po +2 -13
  41. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  42. data/locale/pl/foreman_puppet.po +2 -13
  43. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  44. data/locale/pt_BR/foreman_puppet.po +2 -13
  45. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  46. data/locale/ru/foreman_puppet.po +4 -15
  47. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  48. data/locale/sv_SE/foreman_puppet.po +2 -13
  49. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  50. data/locale/zh_CN/foreman_puppet.po +5 -16
  51. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  52. data/locale/zh_TW/foreman_puppet.po +2 -13
  53. data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +24 -18
  54. data/test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb +2 -2
  55. data/test/controllers/foreman_puppet/environments_controller_test.rb +1 -1
  56. data/test/graphql/queries/environment_query_test.rb +4 -4
  57. data/test/graphql/queries/puppetclass_query_test.rb +4 -4
  58. data/test/integration/foreman_puppet/dashboard_js_test.rb +1 -2
  59. data/test/integration/foreman_puppet/environment_js_test.rb +1 -2
  60. data/test/integration/foreman_puppet/host_js_test.rb +17 -18
  61. data/test/integration/foreman_puppet/hostgroup_js_test.rb +1 -2
  62. data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -2
  63. data/test/integration/foreman_puppet/smartclass_parameter_js_test.rb +1 -2
  64. data/test/integration_puppet_helper.rb +3 -0
  65. data/test/models/foreman_puppet/host_puppet_facet_test.rb +2 -2
  66. data/test/models/foreman_puppet/host_test.rb +22 -22
  67. data/test/models/foreman_puppet/provisioning_template_test.rb +3 -3
  68. data/test/models/foreman_puppet/puppetclass_test.rb +1 -1
  69. data/test/services/foreman_puppet/host_info_providers/config_groups_info_test.rb +1 -1
  70. data/test/services/foreman_puppet/host_info_providers/puppet_info_test.rb +3 -3
  71. data/test/unit/foreman_puppet/template_rendering_test.rb +1 -1
  72. metadata +55 -91
  73. data/app/views/hosts/foreman_puppet/_form_list_env_field_content.html.erb +0 -1
  74. data/app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb +0 -1
  75. data/db/migrate/20220201205305_migrate_host_class_permission.foreman_puppet.rb +0 -9
  76. data/db/migrate/20220208135305_migrate_environment_ignore_type.foreman_puppet.rb +0 -15
  77. data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +0 -8
  78. data/locale/ca/foreman_puppet.edit.po +0 -1221
  79. data/locale/ca/foreman_puppet.po.time_stamp +0 -0
  80. data/locale/de/foreman_puppet.edit.po +0 -1300
  81. data/locale/de/foreman_puppet.po.time_stamp +0 -0
  82. data/locale/en_GB/foreman_puppet.edit.po +0 -1197
  83. data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
  84. data/locale/es/foreman_puppet.edit.po +0 -1275
  85. data/locale/es/foreman_puppet.po.time_stamp +0 -0
  86. data/locale/fr/foreman_puppet.edit.po +0 -1290
  87. data/locale/fr/foreman_puppet.po.time_stamp +0 -0
  88. data/locale/gl/foreman_puppet.edit.po +0 -1203
  89. data/locale/gl/foreman_puppet.po.time_stamp +0 -0
  90. data/locale/it/foreman_puppet.edit.po +0 -1233
  91. data/locale/it/foreman_puppet.po.time_stamp +0 -0
  92. data/locale/ja/foreman_puppet.edit.po +0 -1223
  93. data/locale/ja/foreman_puppet.po.time_stamp +0 -0
  94. data/locale/ko/foreman_puppet.edit.po +0 -1197
  95. data/locale/ko/foreman_puppet.po.time_stamp +0 -0
  96. data/locale/nl_NL/foreman_puppet.edit.po +0 -1228
  97. data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
  98. data/locale/pl/foreman_puppet.edit.po +0 -1238
  99. data/locale/pl/foreman_puppet.po.time_stamp +0 -0
  100. data/locale/pt_BR/foreman_puppet.edit.po +0 -1281
  101. data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
  102. data/locale/ru/foreman_puppet.edit.po +0 -1240
  103. data/locale/ru/foreman_puppet.po.time_stamp +0 -0
  104. data/locale/sv_SE/foreman_puppet.edit.po +0 -1205
  105. data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
  106. data/locale/zh_CN/foreman_puppet.edit.po +0 -1212
  107. data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
  108. data/locale/zh_TW/foreman_puppet.edit.po +0 -1197
  109. data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
  110. data/test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb +0 -34
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: foreman_puppet 3.0.2\n"
7
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
10
  "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
@@ -81,9 +81,6 @@ msgstr ""
81
81
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
82
82
  msgstr ""
83
83
 
84
- msgid "Autosign entries"
85
- msgstr ""
86
-
87
84
  msgid "Available Classes"
88
85
  msgstr ""
89
86
 
@@ -99,9 +96,6 @@ msgstr ""
99
96
  msgid "Cancel"
100
97
  msgstr ""
101
98
 
102
- msgid "Certificates"
103
- msgstr ""
104
-
105
99
  msgid "Change Environment"
106
100
  msgstr ""
107
101
 
@@ -339,9 +333,6 @@ msgstr ""
339
333
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
340
334
  msgstr ""
341
335
 
342
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
343
- msgstr ""
344
-
345
336
  msgid "Ignored classes in the environments: %s"
346
337
  msgstr ""
347
338
 
@@ -678,9 +669,6 @@ msgstr ""
678
669
  msgid "Smart Class Parameters"
679
670
  msgstr ""
680
671
 
681
- msgid "Some Puppet Classes are unavailable in the selected environment"
682
- msgstr ""
683
-
684
672
  msgid "Successfully overridden all parameters of Puppet class %s"
685
673
  msgstr ""
686
674
 
@@ -7,9 +7,10 @@
7
7
  # Andi Chandler <andi@gowling.com>, 2021
8
8
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
9
  #
10
+ #, fuzzy
10
11
  msgid ""
11
12
  msgstr ""
12
- "Project-Id-Version: foreman_puppet 3.0.2\n"
13
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
13
14
  "Report-Msgid-Bugs-To: \n"
14
15
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
15
16
  "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2021\n"
@@ -87,9 +88,6 @@ msgstr ""
87
88
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
88
89
  msgstr ""
89
90
 
90
- msgid "Autosign entries"
91
- msgstr ""
92
-
93
91
  msgid "Available Classes"
94
92
  msgstr ""
95
93
 
@@ -105,9 +103,6 @@ msgstr ""
105
103
  msgid "Cancel"
106
104
  msgstr "Cancel"
107
105
 
108
- msgid "Certificates"
109
- msgstr ""
110
-
111
106
  msgid "Change Environment"
112
107
  msgstr ""
113
108
 
@@ -345,9 +340,6 @@ msgstr ""
345
340
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
346
341
  msgstr ""
347
342
 
348
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
349
- msgstr ""
350
-
351
343
  msgid "Ignored classes in the environments: %s"
352
344
  msgstr ""
353
345
 
@@ -684,9 +676,6 @@ msgstr ""
684
676
  msgid "Smart Class Parameters"
685
677
  msgstr ""
686
678
 
687
- msgid "Some Puppet Classes are unavailable in the selected environment"
688
- msgstr ""
689
-
690
679
  msgid "Successfully overridden all parameters of Puppet class %s"
691
680
  msgstr ""
692
681
 
@@ -15,9 +15,10 @@
15
15
  # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2021
16
16
  # elobato <elobatocs@gmail.com>, 2021
17
17
  #
18
+ #, fuzzy
18
19
  msgid ""
19
20
  msgstr ""
20
- "Project-Id-Version: foreman_puppet 3.0.2\n"
21
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
21
22
  "Report-Msgid-Bugs-To: \n"
22
23
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
23
24
  "Last-Translator: elobato <elobatocs@gmail.com>, 2021\n"
@@ -94,9 +95,6 @@ msgstr "Todos los entornos - (no filtrados)"
94
95
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
95
96
  msgstr ""
96
97
 
97
- msgid "Autosign entries"
98
- msgstr ""
99
-
100
98
  msgid "Available Classes"
101
99
  msgstr "Clases disponibles"
102
100
 
@@ -112,9 +110,6 @@ msgstr ""
112
110
  msgid "Cancel"
113
111
  msgstr "Cancelar"
114
112
 
115
- msgid "Certificates"
116
- msgstr ""
117
-
118
113
  msgid "Change Environment"
119
114
  msgstr "Cambiar entorno"
120
115
 
@@ -352,9 +347,6 @@ msgstr ""
352
347
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
353
348
  msgstr "Si es así, se mostrará un error si no existe un valor predeterminado y no existe ninguna concordancia que pueda proporcionar un valor"
354
349
 
355
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
356
- msgstr ""
357
-
358
350
  msgid "Ignored classes in the environments: %s"
359
351
  msgstr "Clases ignoradas en los entornos: %s"
360
352
 
@@ -691,9 +683,6 @@ msgstr "Parámetro de clase Inteligente"
691
683
  msgid "Smart Class Parameters"
692
684
  msgstr "Parámetros de clase inteligente"
693
685
 
694
- msgid "Some Puppet Classes are unavailable in the selected environment"
695
- msgstr ""
696
-
697
686
  msgid "Successfully overridden all parameters of Puppet class %s"
698
687
  msgstr "Se han sobrescrito con éxito todos los parámetros de clase Puppet %s"
699
688
 
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_puppet 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2022-02-28 12:33+0100\n"
12
- "PO-Revision-Date: 2022-02-28 12:33+0100\n"
11
+ "POT-Creation-Date: 2021-11-10 11:17+0000\n"
12
+ "PO-Revision-Date: 2021-11-10 11:17+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -25,7 +25,7 @@ msgid ""
25
25
  msgstr ""
26
26
 
27
27
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
28
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
28
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
29
29
  msgid "No changes to your environments detected"
30
30
  msgstr ""
31
31
 
@@ -99,38 +99,38 @@ msgid "IDs of associated ConfigGroups"
99
99
  msgstr ""
100
100
 
101
101
  #:
102
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
102
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
103
103
  msgid "Import puppet classes from puppet proxy"
104
104
  msgstr ""
105
105
 
106
106
  #:
107
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:17
108
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:18
107
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
108
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
109
109
  msgid "Import puppet classes from puppet proxy for an environment"
110
110
  msgstr ""
111
111
 
112
112
  #:
113
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:23
113
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
114
114
  msgid ""
115
115
  "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolet"
116
116
  "e'that is used to limit the imported Puppet classes"
117
117
  msgstr ""
118
118
 
119
119
  #:
120
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:51
120
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
121
121
  msgid ""
122
122
  "Failed to update the environments and Puppet classes from the on-disk puppet i"
123
123
  "nstallation: %s"
124
124
  msgstr ""
125
125
 
126
126
  #:
127
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
127
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
128
128
  msgid "The requested environment cannot be found."
129
129
  msgstr ""
130
130
 
131
131
  #:
132
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:114
133
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:128
132
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
133
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
134
134
  msgid ""
135
135
  "No proxy found to import classes from, ensure that the smart proxy has the Pup"
136
136
  "pet feature enabled."
@@ -856,20 +856,20 @@ msgstr ""
856
856
  msgid "Update"
857
857
  msgstr ""
858
858
 
859
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
859
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
860
860
  msgid "included already from parent"
861
861
  msgstr ""
862
862
 
863
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
863
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
864
864
  #: ../app/views/provisioning_templates/_combination.html.erb:4
865
865
  msgid "Remove"
866
866
  msgstr ""
867
867
 
868
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
868
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
869
869
  msgid "Add"
870
870
  msgstr ""
871
871
 
872
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
872
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
873
873
  msgid "%s is not in environment"
874
874
  msgstr ""
875
875
 
@@ -892,7 +892,7 @@ msgstr ""
892
892
  #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
893
893
  #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
894
894
  #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
895
- #: ../lib/foreman_puppet/register.rb:172
895
+ #: ../lib/foreman_puppet/register.rb:171
896
896
  msgid "Config Groups"
897
897
  msgstr ""
898
898
 
@@ -955,7 +955,7 @@ msgid "Environment|Name"
955
955
  msgstr ""
956
956
 
957
957
  #: ../app/views/foreman_puppet/environments/index.html.erb:22
958
- #: ../lib/foreman_puppet/register.rb:169
958
+ #: ../lib/foreman_puppet/register.rb:168
959
959
  msgid "Classes"
960
960
  msgstr ""
961
961
 
@@ -989,7 +989,7 @@ msgstr ""
989
989
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
990
990
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
991
991
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
992
- #: ../lib/foreman_puppet/register.rb:175
992
+ #: ../lib/foreman_puppet/register.rb:174
993
993
  msgid "Smart Class Parameters"
994
994
  msgstr ""
995
995
 
@@ -1098,7 +1098,7 @@ msgstr ""
1098
1098
 
1099
1099
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
1100
1100
  #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
1101
- #: ../lib/foreman_puppet/register.rb:166
1101
+ #: ../lib/foreman_puppet/register.rb:165
1102
1102
  #: ../webpack/src/Components/Environments/Welcome.js:21
1103
1103
  msgid "Environments"
1104
1104
  msgstr ""
@@ -1124,17 +1124,17 @@ msgid "This will reset parameters of the class %s to their default values. Conti
1124
1124
  msgstr ""
1125
1125
 
1126
1126
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
1127
- msgid "Puppet Class Parameters"
1128
- msgstr ""
1129
-
1130
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1131
1127
  msgid "Notice"
1132
1128
  msgstr ""
1133
1129
 
1134
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
1130
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
1135
1131
  msgid "Please select an environment first"
1136
1132
  msgstr ""
1137
1133
 
1134
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1135
+ msgid "Puppet Class Parameters"
1136
+ msgstr ""
1137
+
1138
1138
  #: ../app/views/hosts/select_multiple_environment.html.erb:4
1139
1139
  msgid "Select environment"
1140
1140
  msgstr ""
@@ -1164,23 +1164,13 @@ msgid "Add Combination"
1164
1164
  msgstr ""
1165
1165
 
1166
1166
  #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
1167
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
1168
1167
  msgid "General"
1169
1168
  msgstr ""
1170
1169
 
1171
1170
  #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
1172
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
1173
1171
  msgid "Hosts managed:"
1174
1172
  msgstr ""
1175
1173
 
1176
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
1177
- msgid "Certificates"
1178
- msgstr ""
1179
-
1180
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
1181
- msgid "Autosign entries"
1182
- msgstr ""
1183
-
1184
1174
  #: ../lib/foreman_puppet/register.rb:7
1185
1175
  msgid "Facts"
1186
1176
  msgstr ""
@@ -1236,19 +1226,10 @@ msgstr ""
1236
1226
  msgid "%s out of sync disabled"
1237
1227
  msgstr ""
1238
1228
 
1239
- #: ../lib/foreman_puppet/register.rb:163 ../lib/foreman_puppet/register.rb:216
1229
+ #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
1240
1230
  msgid "Puppet ENC"
1241
1231
  msgstr ""
1242
1232
 
1243
- #: ../webpack/src/Components/Environments/Welcome.js:13
1244
- msgid ""
1245
- "If you are planning to use Foreman as an external node classifier you should p"
1246
- "rovide information about one or more environments.<br/> This information is co"
1247
- "mmonly imported from a pre-existing Puppet configuration by the use of the <a "
1248
- "target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and envi"
1249
- "ronment importer.</a>"
1250
- msgstr ""
1251
-
1252
1233
  #: ../webpack/src/foreman_class_edit.js:146
1253
1234
  msgid "Click to remove config group"
1254
1235
  msgstr ""
@@ -1261,10 +1242,6 @@ msgstr ""
1261
1242
  msgid "Loading parameters..."
1262
1243
  msgstr ""
1263
1244
 
1264
- #: ../webpack/src/foreman_puppet_host_form.js:102
1265
- msgid "Some Puppet Classes are unavailable in the selected environment"
1266
- msgstr ""
1267
-
1268
1245
  #: action_names.rb:2
1269
1246
  msgid "Action with sub plans"
1270
1247
  msgstr ""
@@ -13,9 +13,10 @@
13
13
  # Bryan Kearney <bryan.kearney@gmail.com>, 2021
14
14
  # Amit Upadhye <aupadhye@redhat.com>, 2021
15
15
  #
16
+ #, fuzzy
16
17
  msgid ""
17
18
  msgstr ""
18
- "Project-Id-Version: foreman_puppet 3.0.2\n"
19
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
19
20
  "Report-Msgid-Bugs-To: \n"
20
21
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
21
22
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
@@ -96,9 +97,6 @@ msgstr "Tous les environnements - (non filtrés)"
96
97
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
97
98
  msgstr ""
98
99
 
99
- msgid "Autosign entries"
100
- msgstr ""
101
-
102
100
  msgid "Available Classes"
103
101
  msgstr "Classes disponibles"
104
102
 
@@ -114,9 +112,6 @@ msgstr "Impossible de trouver un proxy valide ayant une fonction Puppet"
114
112
  msgid "Cancel"
115
113
  msgstr "Annuler"
116
114
 
117
- msgid "Certificates"
118
- msgstr ""
119
-
120
115
  msgid "Change Environment"
121
116
  msgstr "Changer l'environnement"
122
117
 
@@ -354,9 +349,6 @@ msgstr "ID des classes Puppet associées"
354
349
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
355
350
  msgstr "Si coché, Foreman va générer une erreur s'il n'y a pas de valeur par défaut et aucun matcher ne fournit de valeur"
356
351
 
357
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
358
- msgstr ""
359
-
360
352
  msgid "Ignored classes in the environments: %s"
361
353
  msgstr "Classes ignorées dans les environnements : %s"
362
354
 
@@ -693,9 +685,6 @@ msgstr "Paramètre Smart Class"
693
685
  msgid "Smart Class Parameters"
694
686
  msgstr "Paramètres smart class"
695
687
 
696
- msgid "Some Puppet Classes are unavailable in the selected environment"
697
- msgstr ""
698
-
699
688
  msgid "Successfully overridden all parameters of Puppet class %s"
700
689
  msgstr "Substitution de tous les paramètres de la classe Puppet %s réussie"
701
690
 
@@ -6,9 +6,10 @@
6
6
  # Translators:
7
7
  # Carmela Rubiños <carmela.rubinos@gmail.com>, 2021
8
8
  #
9
+ #, fuzzy
9
10
  msgid ""
10
11
  msgstr ""
11
- "Project-Id-Version: foreman_puppet 3.0.2\n"
12
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
12
13
  "Report-Msgid-Bugs-To: \n"
13
14
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
14
15
  "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2021\n"
@@ -85,9 +86,6 @@ msgstr ""
85
86
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
86
87
  msgstr ""
87
88
 
88
- msgid "Autosign entries"
89
- msgstr ""
90
-
91
89
  msgid "Available Classes"
92
90
  msgstr "Clases disponibles"
93
91
 
@@ -103,9 +101,6 @@ msgstr ""
103
101
  msgid "Cancel"
104
102
  msgstr "Cancelar"
105
103
 
106
- msgid "Certificates"
107
- msgstr ""
108
-
109
104
  msgid "Change Environment"
110
105
  msgstr "Cambiar Entorno"
111
106
 
@@ -343,9 +338,6 @@ msgstr ""
343
338
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
344
339
  msgstr ""
345
340
 
346
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
347
- msgstr ""
348
-
349
341
  msgid "Ignored classes in the environments: %s"
350
342
  msgstr ""
351
343
 
@@ -682,9 +674,6 @@ msgstr "Parámetro de Clase Intelixente"
682
674
  msgid "Smart Class Parameters"
683
675
  msgstr ""
684
676
 
685
- msgid "Some Puppet Classes are unavailable in the selected environment"
686
- msgstr ""
687
-
688
677
  msgid "Successfully overridden all parameters of Puppet class %s"
689
678
  msgstr ""
690
679
 
@@ -10,9 +10,10 @@
10
10
  # Bryan Kearney <bryan.kearney@gmail.com>, 2021
11
11
  # Marco Calamaro <ottopodo@gmail.com>, 2021
12
12
  #
13
+ #, fuzzy
13
14
  msgid ""
14
15
  msgstr ""
15
- "Project-Id-Version: foreman_puppet 3.0.2\n"
16
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
16
17
  "Report-Msgid-Bugs-To: \n"
17
18
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
18
19
  "Last-Translator: Marco Calamaro <ottopodo@gmail.com>, 2021\n"
@@ -89,9 +90,6 @@ msgstr ""
89
90
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
90
91
  msgstr ""
91
92
 
92
- msgid "Autosign entries"
93
- msgstr ""
94
-
95
93
  msgid "Available Classes"
96
94
  msgstr "Classi disponibili"
97
95
 
@@ -107,9 +105,6 @@ msgstr ""
107
105
  msgid "Cancel"
108
106
  msgstr "Cancella"
109
107
 
110
- msgid "Certificates"
111
- msgstr ""
112
-
113
108
  msgid "Change Environment"
114
109
  msgstr "Cambia ambiente"
115
110
 
@@ -347,9 +342,6 @@ msgstr ""
347
342
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
348
343
  msgstr ""
349
344
 
350
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
351
- msgstr ""
352
-
353
345
  msgid "Ignored classes in the environments: %s"
354
346
  msgstr ""
355
347
 
@@ -686,9 +678,6 @@ msgstr "Parametro classe smart"
686
678
  msgid "Smart Class Parameters"
687
679
  msgstr ""
688
680
 
689
- msgid "Some Puppet Classes are unavailable in the selected environment"
690
- msgstr ""
691
-
692
681
  msgid "Successfully overridden all parameters of Puppet class %s"
693
682
  msgstr "Sovrascritti con successo tutti i parametri della classe puppet %s"
694
683
 
@@ -10,9 +10,10 @@
10
10
  # Transifex Bot <>, 2021
11
11
  # Amit Upadhye <aupadhye@redhat.com>, 2021
12
12
  #
13
+ #, fuzzy
13
14
  msgid ""
14
15
  msgstr ""
15
- "Project-Id-Version: foreman_puppet 3.0.2\n"
16
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
16
17
  "Report-Msgid-Bugs-To: \n"
17
18
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
18
19
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
@@ -92,9 +93,6 @@ msgstr "すべての環境 - (フィルターなし)"
92
93
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
93
94
  msgstr ""
94
95
 
95
- msgid "Autosign entries"
96
- msgstr ""
97
-
98
96
  msgid "Available Classes"
99
97
  msgstr "利用可能なクラス"
100
98
 
@@ -110,9 +108,6 @@ msgstr "Puppet 機能を持つ有効なプロキシーが見つかりません"
110
108
  msgid "Cancel"
111
109
  msgstr "取り消し"
112
110
 
113
- msgid "Certificates"
114
- msgstr ""
115
-
116
111
  msgid "Change Environment"
117
112
  msgstr "環境の変更"
118
113
 
@@ -321,7 +316,7 @@ msgid "ID of Puppet class"
321
316
  msgstr "Puppet クラスの ID"
322
317
 
323
318
  msgid "ID of Puppet environment"
324
- msgstr "Puppet 環境の ID"
319
+ msgstr ""
325
320
 
326
321
  msgid "ID of Puppetclass"
327
322
  msgstr "Puppet クラスの ID"
@@ -350,9 +345,6 @@ msgstr "関連する Puppet クラスの ID"
350
345
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
351
346
  msgstr "true の場合は、デフォルト値がなく、Matcher が値を提供しないときにエラーが発生します"
352
347
 
353
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
354
- msgstr ""
355
-
356
348
  msgid "Ignored classes in the environments: %s"
357
349
  msgstr "環境内で無視されたクラス: %s"
358
350
 
@@ -689,9 +681,6 @@ msgstr "スマートクラスパラメーター"
689
681
  msgid "Smart Class Parameters"
690
682
  msgstr "スマートクラスパラメーター"
691
683
 
692
- msgid "Some Puppet Classes are unavailable in the selected environment"
693
- msgstr ""
694
-
695
684
  msgid "Successfully overridden all parameters of Puppet class %s"
696
685
  msgstr "Puppet クラス %s のすべてのパラメーターが正常に上書きされました"
697
686
 
@@ -724,7 +713,7 @@ msgid "The order in which values are resolved"
724
713
  msgstr "値が解決される順序"
725
714
 
726
715
  msgid "The requested environment cannot be found."
727
- msgstr "要求された環境は見つかりません。"
716
+ msgstr ""
728
717
 
729
718
  msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
730
719
  msgstr "この puppet マスターには puppet 環境がセットアップされていません。puppet マスター設定を確認してください。"
@@ -7,9 +7,10 @@
7
7
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
8
  # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
9
  #
10
+ #, fuzzy
10
11
  msgid ""
11
12
  msgstr ""
12
- "Project-Id-Version: foreman_puppet 3.0.2\n"
13
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
13
14
  "Report-Msgid-Bugs-To: \n"
14
15
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
15
16
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
@@ -86,9 +87,6 @@ msgstr "모든 환경 - (필터링되지 않음)"
86
87
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
87
88
  msgstr ""
88
89
 
89
- msgid "Autosign entries"
90
- msgstr ""
91
-
92
90
  msgid "Available Classes"
93
91
  msgstr "사용 가능한 클래스 "
94
92
 
@@ -104,9 +102,6 @@ msgstr ""
104
102
  msgid "Cancel"
105
103
  msgstr "취소 "
106
104
 
107
- msgid "Certificates"
108
- msgstr ""
109
-
110
105
  msgid "Change Environment"
111
106
  msgstr "환경 변경 "
112
107
 
@@ -344,9 +339,6 @@ msgstr ""
344
339
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
345
340
  msgstr "true인 경우, 기본값이 없고 matcher에서 값이 제공되지 않으면 오류가 발생합니다."
346
341
 
347
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
348
- msgstr ""
349
-
350
342
  msgid "Ignored classes in the environments: %s"
351
343
  msgstr ""
352
344
 
@@ -683,9 +675,6 @@ msgstr "스마트 클래스 매개 변수 "
683
675
  msgid "Smart Class Parameters"
684
676
  msgstr ""
685
677
 
686
- msgid "Some Puppet Classes are unavailable in the selected environment"
687
- msgstr ""
688
-
689
678
  msgid "Successfully overridden all parameters of Puppet class %s"
690
679
  msgstr "Puppet 클래스 %s의 모든 매개 변수를 성공적으로 덮어쓰기했습니다 "
691
680
 
data/locale/messages.mo CHANGED
Binary file