hammer_cli_foreman_remote_execution 0.0.6 → 0.2.1

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 -5
  2. data/.travis.yml +5 -4
  3. data/.tx/config +8 -0
  4. data/hammer_cli_foreman_remote_execution.gemspec +3 -3
  5. data/lib/hammer_cli_foreman_remote_execution.rb +2 -0
  6. data/lib/hammer_cli_foreman_remote_execution/interface_extensions.rb +30 -0
  7. data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +122 -25
  8. data/lib/hammer_cli_foreman_remote_execution/job_template.rb +1 -0
  9. data/lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb +16 -0
  10. data/lib/hammer_cli_foreman_remote_execution/template_input.rb +10 -2
  11. data/lib/hammer_cli_foreman_remote_execution/version.rb +1 -1
  12. data/locale/README.md +2 -2
  13. data/locale/de/hammer-cli-foreman-remote-execution.po +262 -0
  14. data/locale/en/hammer-cli-foreman-remote-execution.po +49 -1
  15. data/locale/es/hammer-cli-foreman-remote-execution.po +262 -0
  16. data/locale/fr/hammer-cli-foreman-remote-execution.po +262 -0
  17. data/locale/hammer-cli-foreman-remote-execution.pot +105 -33
  18. data/locale/it/hammer-cli-foreman-remote-execution.po +261 -0
  19. data/locale/ja/hammer-cli-foreman-remote-execution.po +262 -0
  20. data/locale/ko/hammer-cli-foreman-remote-execution.po +262 -0
  21. data/locale/pt_BR/hammer-cli-foreman-remote-execution.po +263 -0
  22. data/locale/ru/hammer-cli-foreman-remote-execution.po +264 -0
  23. data/locale/zh_CN/hammer-cli-foreman-remote-execution.po +263 -0
  24. data/locale/zh_TW/hammer-cli-foreman-remote-execution.po +263 -0
  25. data/test/data/1.16/foreman_api.json +1 -0
  26. data/test/data/1.17/foreman_api.json +1 -0
  27. data/test/unit/foreign_input_set_test.rb +1 -1
  28. data/test/unit/job_invocation_test.rb +27 -5
  29. data/test/unit/job_template_test.rb +1 -1
  30. data/test/unit/remote_execution_feature_test.rb +1 -1
  31. data/test/unit/template_input_test.rb +9 -1
  32. metadata +27 -11
@@ -0,0 +1,263 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer_cli_foreman_tasks package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.0\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "PO-Revision-Date: 2016-02-18 10:36-0500\n"
11
+ "Last-Translator: tim123 <dingtim@gmail.com>, 2017\n"
12
+ "Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh"
13
+ "_CN/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: zh_CN\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ msgid "Manage foreign input sets"
21
+ msgstr ""
22
+
23
+ msgid "ID"
24
+ msgstr "ID"
25
+
26
+ #, fuzzy
27
+ msgid "Target template ID"
28
+ msgstr "ID"
29
+
30
+ msgid "Target template name"
31
+ msgstr ""
32
+
33
+ msgid "Name"
34
+ msgstr "名称"
35
+
36
+ msgid "Include all"
37
+ msgstr ""
38
+
39
+ msgid "Include"
40
+ msgstr ""
41
+
42
+ msgid "Exclude"
43
+ msgstr ""
44
+
45
+ msgid "Foreign input set updated"
46
+ msgstr ""
47
+
48
+ msgid "Could not update the input set"
49
+ msgstr ""
50
+
51
+ msgid "Foreign input set created"
52
+ msgstr ""
53
+
54
+ msgid "Could not create the input set"
55
+ msgstr ""
56
+
57
+ msgid "Foreign input set deleted"
58
+ msgstr ""
59
+
60
+ msgid "Could not delete the input set"
61
+ msgstr ""
62
+
63
+ msgid "Description"
64
+ msgstr ""
65
+
66
+ #, fuzzy
67
+ msgid "Status"
68
+ msgstr "状态"
69
+
70
+ msgid "Success"
71
+ msgstr ""
72
+
73
+ msgid "Failed"
74
+ msgstr ""
75
+
76
+ msgid "Pending"
77
+ msgstr ""
78
+
79
+ msgid "Total"
80
+ msgstr ""
81
+
82
+ #, fuzzy
83
+ msgid "Start"
84
+ msgstr "状态"
85
+
86
+ msgid "Job Category"
87
+ msgstr ""
88
+
89
+ msgid "Mode"
90
+ msgstr ""
91
+
92
+ msgid "Cron line"
93
+ msgstr "Cron 行"
94
+
95
+ #, fuzzy
96
+ msgid "Recurring logic ID"
97
+ msgstr "ID"
98
+
99
+ msgid "Hosts"
100
+ msgstr ""
101
+
102
+ msgid "View the output for a host"
103
+ msgstr ""
104
+
105
+ msgid "Do not wait for job to complete, shows current output only"
106
+ msgstr ""
107
+
108
+ msgid "The job is scheduled to start at %{timestamp}"
109
+ msgstr ""
110
+
111
+ msgid "Job invocation %{id} created"
112
+ msgstr ""
113
+
114
+ msgid "Schedule the execution for a later time"
115
+ msgstr ""
116
+
117
+ msgid "Execution should be cancelled if it cannot be started before --start-at"
118
+ msgstr ""
119
+
120
+ msgid "Create a recurring execution"
121
+ msgstr ""
122
+
123
+ msgid "Perform no more executions after this time, used with --cron-line"
124
+ msgstr ""
125
+
126
+ msgid "Specify inputs from command line"
127
+ msgstr ""
128
+
129
+ msgid "Read input values from files"
130
+ msgstr ""
131
+
132
+ msgid "Dynamic search queries are evaluated at run time"
133
+ msgstr ""
134
+
135
+ msgid "Cancel the job"
136
+ msgstr ""
137
+
138
+ msgid "Job invocation %{id} cancelled"
139
+ msgstr ""
140
+
141
+ msgid "Could not cancel the job invocation"
142
+ msgstr ""
143
+
144
+ msgid "Rerun the job"
145
+ msgstr ""
146
+
147
+ msgid "Job invocation was rerun as %{id}"
148
+ msgstr ""
149
+
150
+ msgid "Manage job invocations"
151
+ msgstr ""
152
+
153
+ msgid "Provider"
154
+ msgstr ""
155
+
156
+ msgid "Type"
157
+ msgstr ""
158
+
159
+ msgid "Inputs"
160
+ msgstr ""
161
+
162
+ msgid "View job template content"
163
+ msgstr ""
164
+
165
+ msgid "Path to a file that contains the template"
166
+ msgstr ""
167
+
168
+ msgid "Job template created"
169
+ msgstr ""
170
+
171
+ msgid "Could not create the job template"
172
+ msgstr ""
173
+
174
+ msgid "Path to a file that contains the template - must include ERB metadata"
175
+ msgstr ""
176
+
177
+ msgid "Job template imported"
178
+ msgstr ""
179
+
180
+ msgid "Could not import the job template"
181
+ msgstr ""
182
+
183
+ msgid "Export a template including all metadata"
184
+ msgstr ""
185
+
186
+ msgid "Job template updated"
187
+ msgstr ""
188
+
189
+ msgid "Could not update the job template"
190
+ msgstr ""
191
+
192
+ msgid "Job template deleted"
193
+ msgstr ""
194
+
195
+ msgid "Could not delete the job template"
196
+ msgstr ""
197
+
198
+ msgid "Manage job templates"
199
+ msgstr ""
200
+
201
+ msgid ""
202
+ "Comma-separated list of key=file, where file is a path to a text file to be re"
203
+ "ad"
204
+ msgstr ""
205
+
206
+ #, fuzzy
207
+ msgid ""
208
+ "Cron line format 'a b c d e', where:\n"
209
+ " a. is minute (range: 0-59)\n"
210
+ " b. is hour (range: 0-23)\n"
211
+ " c. is day of month (range: 1-31)\n"
212
+ " d. is month (range: 1-12)\n"
213
+ " e. is day of week (range: 0-6)"
214
+ msgstr "Cron 行"
215
+
216
+ msgid "Manage remote execution features"
217
+ msgstr ""
218
+
219
+ msgid "Job template name"
220
+ msgstr ""
221
+
222
+ msgid "Label"
223
+ msgstr ""
224
+
225
+ #, fuzzy
226
+ msgid "Job template ID"
227
+ msgstr "ID"
228
+
229
+ msgid "Remote execution feature updated"
230
+ msgstr ""
231
+
232
+ msgid "Could not update the remote execution feature"
233
+ msgstr ""
234
+
235
+ msgid "Manage template inputs"
236
+ msgstr ""
237
+
238
+ msgid "Input type"
239
+ msgstr ""
240
+
241
+ msgid "Fact name"
242
+ msgstr ""
243
+
244
+ msgid "Variable name"
245
+ msgstr ""
246
+
247
+ msgid "Puppet parameter name"
248
+ msgstr ""
249
+
250
+ msgid "Options"
251
+ msgstr ""
252
+
253
+ msgid "Template input created"
254
+ msgstr ""
255
+
256
+ msgid "Could not create the template input"
257
+ msgstr ""
258
+
259
+ msgid "Template input deleted"
260
+ msgstr ""
261
+
262
+ msgid "Could not delete the template input"
263
+ msgstr ""
@@ -0,0 +1,263 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer_cli_foreman_tasks package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.0\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "PO-Revision-Date: 2016-02-18 10:36-0500\n"
11
+ "Last-Translator: Dominic Cleal <dominic@cleal.org>, 2017\n"
12
+ "Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/z"
13
+ "h_TW/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: zh_TW\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ msgid "Manage foreign input sets"
21
+ msgstr ""
22
+
23
+ msgid "ID"
24
+ msgstr "ID"
25
+
26
+ #, fuzzy
27
+ msgid "Target template ID"
28
+ msgstr "ID"
29
+
30
+ msgid "Target template name"
31
+ msgstr ""
32
+
33
+ msgid "Name"
34
+ msgstr "名稱"
35
+
36
+ msgid "Include all"
37
+ msgstr ""
38
+
39
+ msgid "Include"
40
+ msgstr ""
41
+
42
+ msgid "Exclude"
43
+ msgstr ""
44
+
45
+ msgid "Foreign input set updated"
46
+ msgstr ""
47
+
48
+ msgid "Could not update the input set"
49
+ msgstr ""
50
+
51
+ msgid "Foreign input set created"
52
+ msgstr ""
53
+
54
+ msgid "Could not create the input set"
55
+ msgstr ""
56
+
57
+ msgid "Foreign input set deleted"
58
+ msgstr ""
59
+
60
+ msgid "Could not delete the input set"
61
+ msgstr ""
62
+
63
+ msgid "Description"
64
+ msgstr ""
65
+
66
+ #, fuzzy
67
+ msgid "Status"
68
+ msgstr "狀態"
69
+
70
+ msgid "Success"
71
+ msgstr ""
72
+
73
+ msgid "Failed"
74
+ msgstr ""
75
+
76
+ msgid "Pending"
77
+ msgstr ""
78
+
79
+ msgid "Total"
80
+ msgstr ""
81
+
82
+ #, fuzzy
83
+ msgid "Start"
84
+ msgstr "狀態"
85
+
86
+ msgid "Job Category"
87
+ msgstr ""
88
+
89
+ msgid "Mode"
90
+ msgstr ""
91
+
92
+ msgid "Cron line"
93
+ msgstr "Cron 行"
94
+
95
+ #, fuzzy
96
+ msgid "Recurring logic ID"
97
+ msgstr "ID"
98
+
99
+ msgid "Hosts"
100
+ msgstr ""
101
+
102
+ msgid "View the output for a host"
103
+ msgstr ""
104
+
105
+ msgid "Do not wait for job to complete, shows current output only"
106
+ msgstr ""
107
+
108
+ msgid "The job is scheduled to start at %{timestamp}"
109
+ msgstr ""
110
+
111
+ msgid "Job invocation %{id} created"
112
+ msgstr ""
113
+
114
+ msgid "Schedule the execution for a later time"
115
+ msgstr ""
116
+
117
+ msgid "Execution should be cancelled if it cannot be started before --start-at"
118
+ msgstr ""
119
+
120
+ msgid "Create a recurring execution"
121
+ msgstr ""
122
+
123
+ msgid "Perform no more executions after this time, used with --cron-line"
124
+ msgstr ""
125
+
126
+ msgid "Specify inputs from command line"
127
+ msgstr ""
128
+
129
+ msgid "Read input values from files"
130
+ msgstr ""
131
+
132
+ msgid "Dynamic search queries are evaluated at run time"
133
+ msgstr ""
134
+
135
+ msgid "Cancel the job"
136
+ msgstr ""
137
+
138
+ msgid "Job invocation %{id} cancelled"
139
+ msgstr ""
140
+
141
+ msgid "Could not cancel the job invocation"
142
+ msgstr ""
143
+
144
+ msgid "Rerun the job"
145
+ msgstr ""
146
+
147
+ msgid "Job invocation was rerun as %{id}"
148
+ msgstr ""
149
+
150
+ msgid "Manage job invocations"
151
+ msgstr ""
152
+
153
+ msgid "Provider"
154
+ msgstr ""
155
+
156
+ msgid "Type"
157
+ msgstr ""
158
+
159
+ msgid "Inputs"
160
+ msgstr ""
161
+
162
+ msgid "View job template content"
163
+ msgstr ""
164
+
165
+ msgid "Path to a file that contains the template"
166
+ msgstr ""
167
+
168
+ msgid "Job template created"
169
+ msgstr ""
170
+
171
+ msgid "Could not create the job template"
172
+ msgstr ""
173
+
174
+ msgid "Path to a file that contains the template - must include ERB metadata"
175
+ msgstr ""
176
+
177
+ msgid "Job template imported"
178
+ msgstr ""
179
+
180
+ msgid "Could not import the job template"
181
+ msgstr ""
182
+
183
+ msgid "Export a template including all metadata"
184
+ msgstr ""
185
+
186
+ msgid "Job template updated"
187
+ msgstr ""
188
+
189
+ msgid "Could not update the job template"
190
+ msgstr ""
191
+
192
+ msgid "Job template deleted"
193
+ msgstr ""
194
+
195
+ msgid "Could not delete the job template"
196
+ msgstr ""
197
+
198
+ msgid "Manage job templates"
199
+ msgstr ""
200
+
201
+ msgid ""
202
+ "Comma-separated list of key=file, where file is a path to a text file to be re"
203
+ "ad"
204
+ msgstr ""
205
+
206
+ #, fuzzy
207
+ msgid ""
208
+ "Cron line format 'a b c d e', where:\n"
209
+ " a. is minute (range: 0-59)\n"
210
+ " b. is hour (range: 0-23)\n"
211
+ " c. is day of month (range: 1-31)\n"
212
+ " d. is month (range: 1-12)\n"
213
+ " e. is day of week (range: 0-6)"
214
+ msgstr "Cron 行"
215
+
216
+ msgid "Manage remote execution features"
217
+ msgstr ""
218
+
219
+ msgid "Job template name"
220
+ msgstr ""
221
+
222
+ msgid "Label"
223
+ msgstr ""
224
+
225
+ #, fuzzy
226
+ msgid "Job template ID"
227
+ msgstr "ID"
228
+
229
+ msgid "Remote execution feature updated"
230
+ msgstr ""
231
+
232
+ msgid "Could not update the remote execution feature"
233
+ msgstr ""
234
+
235
+ msgid "Manage template inputs"
236
+ msgstr ""
237
+
238
+ msgid "Input type"
239
+ msgstr ""
240
+
241
+ msgid "Fact name"
242
+ msgstr ""
243
+
244
+ msgid "Variable name"
245
+ msgstr ""
246
+
247
+ msgid "Puppet parameter name"
248
+ msgstr ""
249
+
250
+ msgid "Options"
251
+ msgstr ""
252
+
253
+ msgid "Template input created"
254
+ msgstr ""
255
+
256
+ msgid "Could not create the template input"
257
+ msgstr ""
258
+
259
+ msgid "Template input deleted"
260
+ msgstr ""
261
+
262
+ msgid "Could not delete the template input"
263
+ msgstr ""