hammer_cli_foreman_remote_execution 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb +2 -0
  3. data/lib/hammer_cli_foreman_remote_execution/i18n.rb +5 -7
  4. data/lib/hammer_cli_foreman_remote_execution/interface_extensions.rb +2 -2
  5. data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +6 -4
  6. data/lib/hammer_cli_foreman_remote_execution/job_template.rb +8 -6
  7. data/lib/hammer_cli_foreman_remote_execution/options/normalizers.rb +5 -3
  8. data/lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb +4 -1
  9. data/lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb +3 -1
  10. data/lib/hammer_cli_foreman_remote_execution/template_input.rb +2 -0
  11. data/lib/hammer_cli_foreman_remote_execution/version.rb +3 -1
  12. data/lib/hammer_cli_foreman_remote_execution.rb +2 -0
  13. data/locale/ca/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  14. data/locale/ca/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  15. data/locale/cs_CZ/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  16. data/locale/cs_CZ/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  17. data/locale/de/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  18. data/locale/de/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  19. data/locale/en/LC_MESSAGES/{hammer-cli-foreman-remote-execution.mo → hammer_cli_foreman_remote_execution.mo} +0 -0
  20. data/locale/en/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +1 -1
  21. data/locale/es/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  22. data/locale/es/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +42 -48
  23. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  24. data/locale/fr/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +48 -52
  25. data/locale/it/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  26. data/locale/it/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  27. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  28. data/locale/ja/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +50 -56
  29. data/locale/ka/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  30. data/locale/ka/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  31. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  32. data/locale/ko/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +64 -70
  33. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  34. data/locale/pt_BR/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  35. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  36. data/locale/ru/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +44 -50
  37. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  38. data/locale/zh_CN/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +50 -56
  39. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  40. data/locale/zh_TW/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  41. data/test/unit/foreign_input_set_test.rb +2 -0
  42. data/test/unit/job_invocation_test.rb +10 -6
  43. data/test/unit/job_template_test.rb +9 -4
  44. data/test/unit/remote_execution_feature_test.rb +2 -1
  45. data/test/unit/template_input_test.rb +2 -0
  46. metadata +39 -43
  47. data/.gitignore +0 -24
  48. data/.rubocop.yml +0 -8
  49. data/.travis.yml +0 -9
  50. data/.tx/config +0 -9
  51. data/Gemfile +0 -24
  52. data/Rakefile +0 -21
  53. data/hammer_cli_foreman_remote_execution.gemspec +0 -21
  54. data/locale/ca/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  55. data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  56. data/locale/de/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  57. data/locale/es/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  58. data/locale/fr/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  59. data/locale/it/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  61. data/locale/ka/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  62. data/locale/ko/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  63. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  64. data/locale/ru/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  65. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  66. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  67. /data/locale/{hammer-cli-foreman-remote-execution.pot → hammer_cli_foreman_remote_execution.pot} +0 -0
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
8
+ "Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-02-26 10:44-0500\n"
10
+ "POT-Creation-Date: 2023-07-12 15:59+0000\n"
11
11
  "PO-Revision-Date: 2016-02-12 07:57+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Georgian (http://app.transifex.com/foreman/foreman/language/"
@@ -60,6 +60,12 @@ msgstr "შემოტანის უცხო სეტი წაშლილ
60
60
  msgid "Could not delete the input set"
61
61
  msgstr "შემოტანის სეტის წაშლის შეცდომ"
62
62
 
63
+ msgid "Execution"
64
+ msgstr "შესრულება"
65
+
66
+ msgid "execution"
67
+ msgstr ""
68
+
63
69
  msgid "Description"
64
70
  msgstr "აღწერილობა"
65
71
 
@@ -81,6 +87,21 @@ msgstr "ჯამში"
81
87
  msgid "Start"
82
88
  msgstr "დაწყება"
83
89
 
90
+ msgid "Randomized ordering"
91
+ msgstr ""
92
+
93
+ msgid "Inputs"
94
+ msgstr "შეყვანები"
95
+
96
+ msgid "Show the complete input of the job"
97
+ msgstr ""
98
+
99
+ msgid "Show job status for the hosts"
100
+ msgstr ""
101
+
102
+ msgid "Missing"
103
+ msgstr ""
104
+
84
105
  msgid "Job Category"
85
106
  msgstr "დავალების კატეგორია"
86
107
 
@@ -93,6 +114,9 @@ msgstr "Cron-ის სტრიქონი"
93
114
  msgid "Recurring logic ID"
94
115
  msgstr "განმეორებადი ლოგიკის ID"
95
116
 
117
+ msgid "Time to pickup"
118
+ msgstr "აყვანის დრო"
119
+
96
120
  msgid "Hosts"
97
121
  msgstr "ჰოსტები"
98
122
 
@@ -155,9 +179,6 @@ msgstr "სერვისის მომწოდებელი"
155
179
  msgid "Type"
156
180
  msgstr "ტიპი"
157
181
 
158
- msgid "Inputs"
159
- msgstr "შეყვანები"
160
-
161
182
  msgid "View job template content"
162
183
  msgstr "დავალების შაბლონის შემცველობის ნახვა"
163
184
 
@@ -237,6 +258,15 @@ msgstr "დაშორებული გაშვების ფუნქც
237
258
  msgid "Could not update the remote execution feature"
238
259
  msgstr "დაშორებული გაშვების ფუნქციის განახლების შეცდომა"
239
260
 
261
+ msgid "Smart Proxies"
262
+ msgstr "ჭკვიანი პროქსიები"
263
+
264
+ msgid "Remote execution proxies"
265
+ msgstr ""
266
+
267
+ msgid "Id"
268
+ msgstr "ID"
269
+
240
270
  msgid "Manage template inputs"
241
271
  msgstr "შაბლონის შეყვანების მართვა"
242
272
 
@@ -255,54 +285,15 @@ msgstr "Puppet-ის პარამეტრის სახელი"
255
285
  msgid "Options"
256
286
  msgstr "მორგება"
257
287
 
258
- msgid "Template input created"
259
- msgstr "შაბლონის შეყვანა შექმნილია"
260
-
261
- msgid "Could not create the template input"
262
- msgstr "შაბლონის შეყვანის შექმნის შეცდომა"
263
-
264
- msgid "Template input deleted"
265
- msgstr "შაბლონის შეყვანა წაიშალა"
266
-
267
- msgid "Could not delete the template input"
268
- msgstr "შაბლონის შეყვანის წაშლის პრობლემა"
269
-
270
- msgid "Execution"
271
- msgstr ""
272
-
273
- msgid "execution"
274
- msgstr ""
275
-
276
- msgid "Randomized ordering"
277
- msgstr ""
278
-
279
- msgid "Show the complete input of the job"
280
- msgstr ""
281
-
282
- msgid "Show job status for the hosts"
283
- msgstr ""
284
-
285
- msgid "Missing"
286
- msgstr ""
287
-
288
- msgid "Time to pickup"
289
- msgstr ""
290
-
291
- msgid "Smart Proxies"
292
- msgstr ""
293
-
294
- msgid "Remote execution proxies"
295
- msgstr ""
296
-
297
- msgid "Id"
298
- msgstr ""
299
-
300
288
  msgid "Default value"
301
289
  msgstr ""
302
290
 
303
291
  msgid "Template input created."
304
292
  msgstr ""
305
293
 
294
+ msgid "Could not create the template input"
295
+ msgstr "შაბლონის შეყვანის შექმნის შეცდომა"
296
+
306
297
  msgid "Template input updated."
307
298
  msgstr ""
308
299
 
@@ -311,3 +302,6 @@ msgstr ""
311
302
 
312
303
  msgid "Template input deleted."
313
304
  msgstr ""
305
+
306
+ msgid "Could not delete the template input"
307
+ msgstr "შაბლონის შეყვანის წაშლის პრობლემა"
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
8
+ "Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-02-26 10:44-0500\n"
10
+ "POT-Creation-Date: 2023-07-12 15:59+0000\n"
11
11
  "PO-Revision-Date: 2016-02-12 07:57+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Korean (http://app.transifex.com/foreman/foreman/language/"
@@ -60,14 +60,20 @@ msgstr "외부 입력 세트가 삭제되었습니다"
60
60
  msgid "Could not delete the input set"
61
61
  msgstr "입력 세트를 삭제할 수 없습니다"
62
62
 
63
+ msgid "Execution"
64
+ msgstr "실행"
65
+
66
+ msgid "execution"
67
+ msgstr "실행"
68
+
63
69
  msgid "Description"
64
- msgstr "설명"
70
+ msgstr "설명 "
65
71
 
66
72
  msgid "Status"
67
- msgstr "상태"
73
+ msgstr "상태 "
68
74
 
69
75
  msgid "Success"
70
- msgstr "성공"
76
+ msgstr "성공 "
71
77
 
72
78
  msgid "Failed"
73
79
  msgstr "실패 "
@@ -81,6 +87,21 @@ msgstr "전체"
81
87
  msgid "Start"
82
88
  msgstr "시작"
83
89
 
90
+ msgid "Randomized ordering"
91
+ msgstr "무작위 순서"
92
+
93
+ msgid "Inputs"
94
+ msgstr "입력"
95
+
96
+ msgid "Show the complete input of the job"
97
+ msgstr "작업의 전체 입력을 표시"
98
+
99
+ msgid "Show job status for the hosts"
100
+ msgstr "호스트의 작업 상태 표시"
101
+
102
+ msgid "Missing"
103
+ msgstr "누락"
104
+
84
105
  msgid "Job Category"
85
106
  msgstr "작업 카테고리"
86
107
 
@@ -93,6 +114,9 @@ msgstr "Cron 줄"
93
114
  msgid "Recurring logic ID"
94
115
  msgstr "반복 로직 ID"
95
116
 
117
+ msgid "Time to pickup"
118
+ msgstr "수령 시간"
119
+
96
120
  msgid "Hosts"
97
121
  msgstr "호스트"
98
122
 
@@ -103,7 +127,7 @@ msgid "Do not wait for job to complete, shows current output only"
103
127
  msgstr "작업이 완료될 때까지 기다리지 않고 현재 출력만 표시"
104
128
 
105
129
  msgid "The job is scheduled to start at %{timestamp}"
106
- msgstr ""
130
+ msgstr "작업은 %{timestamp}에 시작되도록 예약되어 있습니다."
107
131
 
108
132
  msgid "Job invocation %{id} created"
109
133
  msgstr "작업 호출 %{id}이(가) 생성되었습니다"
@@ -130,19 +154,19 @@ msgid "Dynamic search queries are evaluated at run time"
130
154
  msgstr "동적 검색 쿼리는 런타임에 평가됩니다"
131
155
 
132
156
  msgid "Cancel the job"
133
- msgstr ""
157
+ msgstr "작업 취소"
134
158
 
135
159
  msgid "Job invocation %{id} cancelled"
136
- msgstr ""
160
+ msgstr "작업 호출%{id} 취소"
137
161
 
138
162
  msgid "Could not cancel the job invocation"
139
- msgstr ""
163
+ msgstr "작업 호출을 취소할 수 없습니다."
140
164
 
141
165
  msgid "Rerun the job"
142
166
  msgstr "작업 재실행"
143
167
 
144
168
  msgid "Job invocation was rerun as %{id}"
145
- msgstr ""
169
+ msgstr "작업 호출이 %{id}로 다시 실행되었습니다."
146
170
 
147
171
  msgid "Manage job invocations"
148
172
  msgstr "작업 호출 관리"
@@ -151,10 +175,7 @@ msgid "Provider"
151
175
  msgstr "공급처"
152
176
 
153
177
  msgid "Type"
154
- msgstr "형태"
155
-
156
- msgid "Inputs"
157
- msgstr "입력"
178
+ msgstr "유형 "
158
179
 
159
180
  msgid "View job template content"
160
181
  msgstr "작업 템플릿 내용 보기"
@@ -169,16 +190,16 @@ msgid "Could not create the job template"
169
190
  msgstr "작업 템플릿을 생성할 수 없습니다"
170
191
 
171
192
  msgid "Path to a file that contains the template - must include ERB metadata"
172
- msgstr ""
193
+ msgstr "템플릿을 포함하는 파일에 대한 경로 - ERB 메타데이터를 포함해야 함"
173
194
 
174
195
  msgid "Job template imported"
175
- msgstr ""
196
+ msgstr "작업 템플릿을 가져왔습니다"
176
197
 
177
198
  msgid "Could not import the job template"
178
- msgstr ""
199
+ msgstr "작업 템플릿을 가져올 수 없습니다."
179
200
 
180
201
  msgid "Export a template including all metadata"
181
- msgstr ""
202
+ msgstr "모든 메타데이터를 포함하는 템플릿 내보내기"
182
203
 
183
204
  msgid "Job template updated"
184
205
  msgstr "작업 템플릿이 업데이트되었습니다"
@@ -218,22 +239,31 @@ msgstr ""
218
239
  " e. 요일(범위: 0-6)"
219
240
 
220
241
  msgid "Manage remote execution features"
221
- msgstr ""
242
+ msgstr "원격 실행 기능 관리"
222
243
 
223
244
  msgid "Job template name"
224
- msgstr ""
245
+ msgstr "작업 템플릿 이름"
225
246
 
226
247
  msgid "Label"
227
248
  msgstr "레이블 "
228
249
 
229
250
  msgid "Job template ID"
230
- msgstr ""
251
+ msgstr "작업 템플릿 ID"
231
252
 
232
253
  msgid "Remote execution feature updated"
233
- msgstr ""
254
+ msgstr "원격 실행 기능 업데이트"
234
255
 
235
256
  msgid "Could not update the remote execution feature"
236
- msgstr ""
257
+ msgstr "원격 실행 기능을 업데이트할 수 없습니다."
258
+
259
+ msgid "Smart Proxies"
260
+ msgstr "스마트 프록시 "
261
+
262
+ msgid "Remote execution proxies"
263
+ msgstr "원격 실행 프록시"
264
+
265
+ msgid "Id"
266
+ msgstr "ID"
237
267
 
238
268
  msgid "Manage template inputs"
239
269
  msgstr "템플릿 입력 관리"
@@ -253,59 +283,23 @@ msgstr "Puppet 매개 변수 이름"
253
283
  msgid "Options"
254
284
  msgstr "옵션"
255
285
 
256
- msgid "Template input created"
257
- msgstr "템플릿 입력이 생성되었습니다"
258
-
259
- msgid "Could not create the template input"
260
- msgstr "템플릿 입력을 생성할 수 없습니다"
261
-
262
- msgid "Template input deleted"
263
- msgstr "템플릿 입력이 삭제되었습니다"
264
-
265
- msgid "Could not delete the template input"
266
- msgstr "템플릿 입력을 삭제할 수 없습니다"
267
-
268
- msgid "Execution"
269
- msgstr ""
270
-
271
- msgid "execution"
272
- msgstr ""
273
-
274
- msgid "Randomized ordering"
275
- msgstr ""
276
-
277
- msgid "Show the complete input of the job"
278
- msgstr ""
279
-
280
- msgid "Show job status for the hosts"
281
- msgstr ""
282
-
283
- msgid "Missing"
284
- msgstr ""
285
-
286
- msgid "Time to pickup"
287
- msgstr ""
288
-
289
- msgid "Smart Proxies"
290
- msgstr ""
291
-
292
- msgid "Remote execution proxies"
293
- msgstr ""
294
-
295
- msgid "Id"
296
- msgstr ""
297
-
298
286
  msgid "Default value"
299
- msgstr ""
287
+ msgstr "기본값 "
300
288
 
301
289
  msgid "Template input created."
302
- msgstr ""
290
+ msgstr "템플릿 입력이 생성되었습니다."
291
+
292
+ msgid "Could not create the template input"
293
+ msgstr "템플릿 입력을 생성할 수 없습니다"
303
294
 
304
295
  msgid "Template input updated."
305
- msgstr ""
296
+ msgstr "템플릿 입력이 업데이트되었습니다."
306
297
 
307
298
  msgid "Could not update the template input"
308
- msgstr ""
299
+ msgstr "템플릿 입력을 업데이트할 수 없습니다."
309
300
 
310
301
  msgid "Template input deleted."
311
- msgstr ""
302
+ msgstr "템플릿 입력이 삭제되었습니다."
303
+
304
+ msgid "Could not delete the template input"
305
+ msgstr "템플릿 입력을 삭제할 수 없습니다"
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
8
+ "Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-02-26 10:44-0500\n"
10
+ "POT-Creation-Date: 2023-07-12 15:59+0000\n"
11
11
  "PO-Revision-Date: 2016-02-12 07:57+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Portuguese (Brazil) (http://app.transifex.com/foreman/foreman/"
@@ -61,6 +61,12 @@ msgstr "Conjunto de entradas estrangeiras excluídas"
61
61
  msgid "Could not delete the input set"
62
62
  msgstr "Não foi possível excluir o conjunto de entradas"
63
63
 
64
+ msgid "Execution"
65
+ msgstr "Execução"
66
+
67
+ msgid "execution"
68
+ msgstr ""
69
+
64
70
  msgid "Description"
65
71
  msgstr "Descrição"
66
72
 
@@ -82,6 +88,21 @@ msgstr "Total"
82
88
  msgid "Start"
83
89
  msgstr "Iniciar"
84
90
 
91
+ msgid "Randomized ordering"
92
+ msgstr ""
93
+
94
+ msgid "Inputs"
95
+ msgstr "Entradas"
96
+
97
+ msgid "Show the complete input of the job"
98
+ msgstr ""
99
+
100
+ msgid "Show job status for the hosts"
101
+ msgstr ""
102
+
103
+ msgid "Missing"
104
+ msgstr ""
105
+
85
106
  msgid "Job Category"
86
107
  msgstr "Categoria do trabalho"
87
108
 
@@ -94,6 +115,9 @@ msgstr "Cron line"
94
115
  msgid "Recurring logic ID"
95
116
  msgstr "Identificação lógica recorrente"
96
117
 
118
+ msgid "Time to pickup"
119
+ msgstr ""
120
+
97
121
  msgid "Hosts"
98
122
  msgstr "Hosts"
99
123
 
@@ -155,9 +179,6 @@ msgstr "Fornecedor"
155
179
  msgid "Type"
156
180
  msgstr "Tipo"
157
181
 
158
- msgid "Inputs"
159
- msgstr "Entradas"
160
-
161
182
  msgid "View job template content"
162
183
  msgstr "Ver o conteúdo do modelo de trabalho"
163
184
 
@@ -238,6 +259,15 @@ msgstr "Recurso de execução remota atualizado"
238
259
  msgid "Could not update the remote execution feature"
239
260
  msgstr "Não foi possível atualizar o recurso de execução remota"
240
261
 
262
+ msgid "Smart Proxies"
263
+ msgstr "Proxies inteligentes"
264
+
265
+ msgid "Remote execution proxies"
266
+ msgstr ""
267
+
268
+ msgid "Id"
269
+ msgstr ""
270
+
241
271
  msgid "Manage template inputs"
242
272
  msgstr "Gerenciar as entradas dos modelos"
243
273
 
@@ -256,54 +286,15 @@ msgstr "Nome do parâmetro do fantoche"
256
286
  msgid "Options"
257
287
  msgstr "Opções"
258
288
 
259
- msgid "Template input created"
260
- msgstr "Entrada do modelo criado"
261
-
262
- msgid "Could not create the template input"
263
- msgstr "Não foi possível criar a entrada do modelo"
264
-
265
- msgid "Template input deleted"
266
- msgstr "Entrada do modelo excluída"
267
-
268
- msgid "Could not delete the template input"
269
- msgstr "Não foi possível excluir a entrada do modelo"
270
-
271
- msgid "Execution"
272
- msgstr ""
273
-
274
- msgid "execution"
275
- msgstr ""
276
-
277
- msgid "Randomized ordering"
278
- msgstr ""
279
-
280
- msgid "Show the complete input of the job"
281
- msgstr ""
282
-
283
- msgid "Show job status for the hosts"
284
- msgstr ""
285
-
286
- msgid "Missing"
287
- msgstr ""
288
-
289
- msgid "Time to pickup"
290
- msgstr ""
291
-
292
- msgid "Smart Proxies"
293
- msgstr ""
294
-
295
- msgid "Remote execution proxies"
296
- msgstr ""
297
-
298
- msgid "Id"
299
- msgstr ""
300
-
301
289
  msgid "Default value"
302
290
  msgstr ""
303
291
 
304
292
  msgid "Template input created."
305
293
  msgstr ""
306
294
 
295
+ msgid "Could not create the template input"
296
+ msgstr "Não foi possível criar a entrada do modelo"
297
+
307
298
  msgid "Template input updated."
308
299
  msgstr ""
309
300
 
@@ -312,3 +303,6 @@ msgstr ""
312
303
 
313
304
  msgid "Template input deleted."
314
305
  msgstr ""
306
+
307
+ msgid "Could not delete the template input"
308
+ msgstr "Não foi possível excluir a entrada do modelo"
@@ -6,9 +6,9 @@
6
6
  # Yulia <yulia.poyarkova@redhat.com>, 2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
9
+ "Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2019-02-26 10:44-0500\n"
11
+ "POT-Creation-Date: 2023-07-12 15:59+0000\n"
12
12
  "PO-Revision-Date: 2016-02-12 07:57+0000\n"
13
13
  "Last-Translator: Yulia <yulia.poyarkova@redhat.com>, 2016\n"
14
14
  "Language-Team: Russian (http://app.transifex.com/foreman/foreman/language/"
@@ -17,9 +17,9 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Language: ru\n"
20
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
21
- "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
22
- "%100>=11 && n%100<=14)? 2 : 3);\n"
20
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
21
+ "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
22
+ "(n%100>=11 && n%100<=14)? 2 : 3);\n"
23
23
 
24
24
  msgid "Manage foreign input sets"
25
25
  msgstr "Управление внешними наборами входных параметров"
@@ -63,6 +63,12 @@ msgstr "Внешний набор входных данных удален"
63
63
  msgid "Could not delete the input set"
64
64
  msgstr "Ошибка при удалении набора входных данных"
65
65
 
66
+ msgid "Execution"
67
+ msgstr "Выполнение"
68
+
69
+ msgid "execution"
70
+ msgstr ""
71
+
66
72
  msgid "Description"
67
73
  msgstr "Описание"
68
74
 
@@ -84,6 +90,21 @@ msgstr "Всего"
84
90
  msgid "Start"
85
91
  msgstr "Начало"
86
92
 
93
+ msgid "Randomized ordering"
94
+ msgstr ""
95
+
96
+ msgid "Inputs"
97
+ msgstr "Входные параметры"
98
+
99
+ msgid "Show the complete input of the job"
100
+ msgstr ""
101
+
102
+ msgid "Show job status for the hosts"
103
+ msgstr ""
104
+
105
+ msgid "Missing"
106
+ msgstr ""
107
+
87
108
  msgid "Job Category"
88
109
  msgstr "Категория"
89
110
 
@@ -96,6 +117,9 @@ msgstr "Строка Cron"
96
117
  msgid "Recurring logic ID"
97
118
  msgstr "Идентификатор правила периодического выполнения"
98
119
 
120
+ msgid "Time to pickup"
121
+ msgstr ""
122
+
99
123
  msgid "Hosts"
100
124
  msgstr "Узлы"
101
125
 
@@ -159,9 +183,6 @@ msgstr "Провайдер"
159
183
  msgid "Type"
160
184
  msgstr "Тип"
161
185
 
162
- msgid "Inputs"
163
- msgstr "Входные параметры"
164
-
165
186
  msgid "View job template content"
166
187
  msgstr "Показать содержимое шаблона задания"
167
188
 
@@ -241,6 +262,15 @@ msgstr ""
241
262
  msgid "Could not update the remote execution feature"
242
263
  msgstr ""
243
264
 
265
+ msgid "Smart Proxies"
266
+ msgstr "Смарт Прокси"
267
+
268
+ msgid "Remote execution proxies"
269
+ msgstr ""
270
+
271
+ msgid "Id"
272
+ msgstr "ID"
273
+
244
274
  msgid "Manage template inputs"
245
275
  msgstr "Управление параметрами ввода"
246
276
 
@@ -259,54 +289,15 @@ msgstr "Параметр Puppet"
259
289
  msgid "Options"
260
290
  msgstr "Параметры"
261
291
 
262
- msgid "Template input created"
263
- msgstr "Входной параметр создан"
264
-
265
- msgid "Could not create the template input"
266
- msgstr "Не удалось создать входной параметр для шаблона"
267
-
268
- msgid "Template input deleted"
269
- msgstr "Входной параметр удален"
270
-
271
- msgid "Could not delete the template input"
272
- msgstr "Не удалось удалить входной параметр"
273
-
274
- msgid "Execution"
275
- msgstr ""
276
-
277
- msgid "execution"
278
- msgstr ""
279
-
280
- msgid "Randomized ordering"
281
- msgstr ""
282
-
283
- msgid "Show the complete input of the job"
284
- msgstr ""
285
-
286
- msgid "Show job status for the hosts"
287
- msgstr ""
288
-
289
- msgid "Missing"
290
- msgstr ""
291
-
292
- msgid "Time to pickup"
293
- msgstr ""
294
-
295
- msgid "Smart Proxies"
296
- msgstr ""
297
-
298
- msgid "Remote execution proxies"
299
- msgstr ""
300
-
301
- msgid "Id"
302
- msgstr ""
303
-
304
292
  msgid "Default value"
305
293
  msgstr ""
306
294
 
307
295
  msgid "Template input created."
308
296
  msgstr ""
309
297
 
298
+ msgid "Could not create the template input"
299
+ msgstr "Не удалось создать входной параметр для шаблона"
300
+
310
301
  msgid "Template input updated."
311
302
  msgstr ""
312
303
 
@@ -315,3 +306,6 @@ msgstr ""
315
306
 
316
307
  msgid "Template input deleted."
317
308
  msgstr ""
309
+
310
+ msgid "Could not delete the template input"
311
+ msgstr "Не удалось удалить входной параметр"