foreman_remote_execution 11.1.0 → 12.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.packit.yaml +1 -1
  3. data/.rubocop.yml +1 -1
  4. data/.rubocop_todo.yml +0 -8
  5. data/.tx/config +2 -2
  6. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1587 -1
  7. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1578 -1
  8. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1587 -1
  9. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1588 -1
  10. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1589 -1
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1585 -1
  12. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1587 -0
  13. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1586 -1
  14. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1588 -1
  15. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1589 -1
  16. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1585 -1
  17. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1587 -1
  18. data/app/helpers/remote_execution_helper.rb +5 -0
  19. data/app/lib/actions/remote_execution/event_helpers.rb +42 -0
  20. data/app/lib/actions/remote_execution/run_host_job.rb +3 -16
  21. data/app/lib/actions/remote_execution/run_hosts_job.rb +7 -5
  22. data/app/models/concerns/api/v2/hosts_controller_extensions.rb +12 -0
  23. data/app/views/api/v2/job_invocations/base.json.rabl +14 -0
  24. data/app/views/templates/script/convert2rhel_analyze.erb +1 -6
  25. data/config/routes.rb +2 -0
  26. data/db/migrate/20151215114631_add_host_id_to_template_invocation.rb +1 -1
  27. data/db/migrate/20151217092555_migrate_to_task_groups.rb +1 -1
  28. data/db/migrate/20160113162007_expand_all_template_invocations.rb +2 -2
  29. data/db/migrate/20160114125628_rename_job_name_to_job_category.rb +2 -2
  30. data/db/migrate/20200623073022_rename_sudo_password_to_effective_user_password.rb +2 -2
  31. data/db/migrate/20220321101835_rename_ssh_provider_to_script.rb +1 -1
  32. data/extra/cockpit/foreman-cockpit-session +1 -1
  33. data/foreman_remote_execution.gemspec +3 -1
  34. data/lib/foreman_remote_execution/engine.rb +12 -3
  35. data/lib/foreman_remote_execution/version.rb +1 -1
  36. data/locale/Makefile +3 -4
  37. data/locale/action_names.rb +0 -3
  38. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  39. data/locale/de/foreman_remote_execution.po +71 -23
  40. data/locale/en/foreman_remote_execution.po +71 -23
  41. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  42. data/locale/en_GB/foreman_remote_execution.po +71 -23
  43. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  44. data/locale/es/foreman_remote_execution.po +72 -24
  45. data/locale/foreman_remote_execution.pot +239 -176
  46. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  47. data/locale/fr/foreman_remote_execution.po +72 -24
  48. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  49. data/locale/ja/foreman_remote_execution.po +72 -24
  50. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  51. data/locale/ka/foreman_remote_execution.po +1576 -0
  52. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  53. data/locale/ko/foreman_remote_execution.po +71 -23
  54. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  55. data/locale/pt_BR/foreman_remote_execution.po +72 -24
  56. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  57. data/locale/ru/foreman_remote_execution.po +71 -23
  58. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  59. data/locale/zh_CN/foreman_remote_execution.po +72 -24
  60. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  61. data/locale/zh_TW/foreman_remote_execution.po +71 -23
  62. data/test/unit/actions/run_hosts_job_test.rb +1 -1
  63. data/test/unit/api_params_test.rb +2 -10
  64. data/webpack/JobInvocationDetail/JobInvocationActions.js +22 -0
  65. data/webpack/JobInvocationDetail/JobInvocationConstants.js +7 -0
  66. data/webpack/JobInvocationDetail/JobInvocationOverview.js +104 -0
  67. data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
  68. data/webpack/JobInvocationDetail/index.js +77 -0
  69. data/webpack/JobWizard/JobWizardPageRerun.js +10 -25
  70. data/webpack/JobWizard/index.js +9 -18
  71. data/webpack/JobWizard/steps/HostsAndInputs/hostgroups.gql +1 -1
  72. data/webpack/Routes/routes.js +6 -0
  73. data/webpack/react_app/components/FeaturesDropdown/actions.js +4 -2
  74. data/webpack/react_app/components/FeaturesDropdown/constants.js +5 -0
  75. data/webpack/react_app/components/FeaturesDropdown/index.js +53 -14
  76. data/webpack/react_app/components/FeaturesDropdown/index.scss +11 -0
  77. data/webpack/react_app/extend/Fills.js +6 -0
  78. metadata +24 -10
  79. data/webpack/react_app/components/FeaturesDropdown/constant.js +0 -3
  80. /data/test/graphql/mutations/job_invocations/{create.rb → create_test.rb} +0 -0
  81. /data/test/unit/{renderer_scope_input.rb → renderer_scope_input_test.rb} +0 -0
@@ -0,0 +1,1576 @@
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_remote_execution package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Foreman\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "PO-Revision-Date: 2016-02-15 13:54+0000\n"
11
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
+ "Language-Team: Georgian (http://app.transifex.com/foreman/foreman/language/ka/"
13
+ ")\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: ka\n"
18
+ "Plural-Forms: nplurals=2; plural=(n!=1);\n"
19
+
20
+ msgid "%s"
21
+ msgstr "%s"
22
+
23
+ msgid "%s ago"
24
+ msgstr "%s-ის წინ"
25
+
26
+ msgid "%s job has been invoked"
27
+ msgstr "გაშვებულია %s დავალება"
28
+
29
+ msgid "%s more"
30
+ msgstr ""
31
+
32
+ msgid "%{description} on %{host}"
33
+ msgstr "%{description} %{host}-ზე"
34
+
35
+ msgid "'Starts before' date must be after 'Starts at' date"
36
+ msgstr ""
37
+
38
+ msgid "'Starts before' date must in the future"
39
+ msgstr ""
40
+
41
+ msgid "...and %s more"
42
+ msgstr "... და კიდევ %s"
43
+
44
+ msgid "...and %{count} more"
45
+ msgid_plural "...and %{count} more"
46
+ msgstr[0] "... და კიდევ %{count}"
47
+ msgstr[1] "... და კიდევ %{count}"
48
+
49
+ msgid "A comma separated list of input names to be excluded from the foreign template."
50
+ msgstr ""
51
+
52
+ msgid "A comma separated list of input names to be included from the foreign template."
53
+ msgstr "მძიმით გამოყოფილი შეყვანილი სახელების სია, რომელიც გარე პროფილიდან გნებავთ, ჩასვათ."
54
+
55
+ msgid "A job '%{job_name}' has %{status} at %{time}"
56
+ msgstr "დავალების '%{job_name}' სტატუსი %{status} დრო %{time}"
57
+
58
+ msgid "A job '%{subject}' has failed"
59
+ msgstr "ამოცანის შეცდომა: '%{subject}'"
60
+
61
+ msgid "A job '%{subject}' has finished successfully"
62
+ msgstr "ამოცანა წარმატებით დასრულდა '%{subject}'"
63
+
64
+ msgid "A notification when a job finishes"
65
+ msgstr "დავალების დასრულების შეტყობინება"
66
+
67
+ msgid "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality."
68
+ msgstr ""
69
+
70
+ msgid "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time."
71
+ msgstr "სპეციალური ჭდე განმეორებადი დავალების ტრკინგისთვის. მოცემული დანიშნულებით შეიძლება მხოლოდ ერთი აქტიური დავალება არსებობდეს."
72
+
73
+ msgid "A user to be used for SSH."
74
+ msgstr "SSH-ის მომხმარებელი."
75
+
76
+ msgid "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts."
77
+ msgstr "სკრიპტის გაშვებისას გამოყენებული მომხმარებელი. თუ ის SSH მომხმარებლისგან განსხვავდება, გადასართველად su ან sudo იქნება გამოყენებული."
78
+
79
+ msgid "Abort Job"
80
+ msgstr "დავალების გაუქმება"
81
+
82
+ msgid "Actions"
83
+ msgstr "ქმედებები"
84
+
85
+ msgid "Active Filters:"
86
+ msgstr "აქტიური ფილტრები:"
87
+
88
+ msgid "Add Foreign Input Set"
89
+ msgstr "შემოტანის უცხო სეტის დამატება"
90
+
91
+ msgid "Advanced fields"
92
+ msgstr "დამატებითი ველები"
93
+
94
+ msgid "After"
95
+ msgstr "შემდეგ"
96
+
97
+ msgid "After %s occurences"
98
+ msgstr ""
99
+
100
+ msgid "All fields are required."
101
+ msgstr "საჭიროა ყველა ველის შევსება."
102
+
103
+ msgid "Alphabetical"
104
+ msgstr "ანბანით დალაგებული"
105
+
106
+ msgid "Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required."
107
+ msgstr ""
108
+
109
+ msgid "Another interface is already set as execution. Are you sure you want to use this one instead?"
110
+ msgstr "ზოგიერთი სხვა ინტერფეისი უკვე დაყენებულია როგორც გასაშვები. დარწმუნებული ხართ, რომ გსურთ ამის ნაცვლად გამოიყენოთ?"
111
+
112
+ msgid "Any Location"
113
+ msgstr "ნებისმიერი მდებარეობა"
114
+
115
+ msgid "Any Organization"
116
+ msgstr "ნებისმიერი ორგანიზაცია"
117
+
118
+ msgid "Apply to"
119
+ msgstr "გადატარება"
120
+
121
+ msgid "At"
122
+ msgstr "დრო"
123
+
124
+ msgid "At minute"
125
+ msgstr "წუთი"
126
+
127
+ msgid "Back"
128
+ msgstr "უკან"
129
+
130
+ msgid "Back to Job"
131
+ msgstr "დავალებაზე გადასვლა"
132
+
133
+ msgid "Bookmark"
134
+ msgstr "სანიშნი"
135
+
136
+ msgid "Can't find Job Invocation for an id %s"
137
+ msgstr "დავალების ჩაწოდება ID-ით %s ნაპოვნი არაა"
138
+
139
+ msgid "Cancel"
140
+ msgstr ""
141
+
142
+ msgid "Cancel Job"
143
+ msgstr "ამოცანის გაუქმება"
144
+
145
+ msgid "Cancel job invocation"
146
+ msgstr "დავალების ჩაწოდების გაუქმება"
147
+
148
+ msgid "Cancelled"
149
+ msgstr "შეწყვეტილია"
150
+
151
+ msgid "Cannot resolve hosts without a bookmark or search query"
152
+ msgstr "ჰოსტების ამოხსნა შეუძლებელია სანიშნის ან საძებნი სტრიქონის გარეშე"
153
+
154
+ msgid "Cannot resolve hosts without a user"
155
+ msgstr "მომხმარებლის გარეშე ჰოსტებს ვერ ამოვხსნი"
156
+
157
+ msgid "Cannot specify both bookmark_id and search_query"
158
+ msgstr ""
159
+
160
+ msgid "Categories list failed with:"
161
+ msgstr "კატეგორიების სიის შეცდომა:"
162
+
163
+ msgid "Category and template"
164
+ msgstr ""
165
+
166
+ msgid "Choose a job template that is pre-selected in job invocation form"
167
+ msgstr ""
168
+
169
+ msgid "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}"
170
+ msgstr ""
171
+
172
+ msgid "Cleanup working directories"
173
+ msgstr "სამუშაო საქაღალდეების გაწმენდა"
174
+
175
+ msgid "Clear all filters"
176
+ msgstr ""
177
+
178
+ msgid "Clear input"
179
+ msgstr "შეტანის გასუფთავება"
180
+
181
+ msgid "Clone a provision template"
182
+ msgstr "შაბლონის კლონირების შაბლონის კლონირება"
183
+
184
+ msgid "Close"
185
+ msgstr "დახურვა"
186
+
187
+ msgid "Cockpit URL"
188
+ msgstr "Cockpit-ის URL"
189
+
190
+ msgid "Concurrency level"
191
+ msgstr "კონკურენტობის დონე"
192
+
193
+ msgid "Concurrency level limited to"
194
+ msgstr "ერთდროულობის დონის ლიმიტია"
195
+
196
+ msgid "Connect by IP"
197
+ msgstr "IP-ით მიერთება"
198
+
199
+ msgid "Control concurrency level and distribution over time"
200
+ msgstr "ერთდროულობის დონისა და დროში განაწილების მართვა"
201
+
202
+ msgid "Could not display data for job invocation."
203
+ msgstr "ნაჩვენები იქნება თუ არა ამოცანის ჩაწოდების მონაცემები."
204
+
205
+ msgid "Could not find any suitable interface for execution"
206
+ msgstr ""
207
+
208
+ msgid "Could not render the preview because no host matches the search query."
209
+ msgstr ""
210
+
211
+ msgid "Could not rerun job %{id} because its template could not be found"
212
+ msgstr ""
213
+
214
+ msgid "Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings"
215
+ msgstr ""
216
+
217
+ msgid "Could not use any template used in the job invocation"
218
+ msgstr "დავალების ჩაწოდებაში შაბლონები ვერ გამოვიყენე"
219
+
220
+ msgid "Create"
221
+ msgstr "შექმნა"
222
+
223
+ msgid "Create Report"
224
+ msgstr "ანგარიშის შექმნა"
225
+
226
+ msgid "Create a foreign input set"
227
+ msgstr "გარედან შეყვანის სეტის შექმნა"
228
+
229
+ msgid "Create a job invocation"
230
+ msgstr "დავალების ჩაწოდების შექმნა"
231
+
232
+ msgid "Create a job template"
233
+ msgstr "დავალების შაბლონის შექმნა"
234
+
235
+ msgid "Create a recurring job"
236
+ msgstr "განეორებადი ლოგიკის დავალების შექმნა"
237
+
238
+ msgid "Create report for this job"
239
+ msgstr "ამ დავალების ანგარიშის შექმნა"
240
+
241
+ msgid "Cron line"
242
+ msgstr "Cron-ის სტრიქონი"
243
+
244
+ msgid "Cron line (extended)"
245
+ msgstr ""
246
+
247
+ msgid "Cron line format '1 2 3 4 5', where:"
248
+ msgstr ""
249
+
250
+ msgid "Cronline"
251
+ msgstr "Cron-ის ხაზი"
252
+
253
+ msgid "Current location %s is different from job's location %s. This job may run on different hosts than before."
254
+ msgstr ""
255
+
256
+ msgid "Current location %{loc_c} is different from job's location %{loc_j}."
257
+ msgstr "მიმდინარე მდებარეობა %{loc_c} დავალების მდებარეობისგან განსხვავდება %{loc_j}."
258
+
259
+ msgid "Current organization %s is different from job's organization %s. This job may run on different hosts than before."
260
+ msgstr ""
261
+
262
+ msgid "Current organization %{org_c} is different from job's organization %{org_j}."
263
+ msgstr ""
264
+
265
+ msgid "Daily"
266
+ msgstr "დღიურად"
267
+
268
+ msgid "Days"
269
+ msgstr "დღე"
270
+
271
+ msgid "Days of week"
272
+ msgstr "კვირის დღე"
273
+
274
+ msgid "Default SSH key passphrase"
275
+ msgstr "SSH გასაღების ნაგულისხმები პაროლი"
276
+
277
+ msgid "Default SSH password"
278
+ msgstr "ნაგულისხმები SSH პაროლი"
279
+
280
+ msgid "Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase"
281
+ msgstr ""
282
+
283
+ msgid "Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password"
284
+ msgstr ""
285
+
286
+ msgid "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user."
287
+ msgstr ""
288
+
289
+ msgid "Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user."
290
+ msgstr ""
291
+
292
+ msgid "Delete a foreign input set"
293
+ msgstr "გარედან შეყვანის სეტის წაშლა"
294
+
295
+ msgid "Delete a job template"
296
+ msgstr "დავალების შაბლონის წაშლა"
297
+
298
+ msgid "Description"
299
+ msgstr "აღწერილობა"
300
+
301
+ msgid "Description Template"
302
+ msgstr "აღწერის შაბლონი"
303
+
304
+ msgid "Description template"
305
+ msgstr "აღწერის შაბლონი"
306
+
307
+ msgid "Designation of a special purpose"
308
+ msgstr "განსაკუთრებული მიზნის აღნიშვნა"
309
+
310
+ msgid "Display advanced fields"
311
+ msgstr "დამატებითი ველების ჩვენება"
312
+
313
+ msgid "Does not repeat"
314
+ msgstr "არ გაიმეორო"
315
+
316
+ msgid "Duplicated inputs detected: %{duplicated_inputs}"
317
+ msgstr "ნაპოვნია დუბლირებული შეყვანები: %{duplicated_inputs}"
318
+
319
+ msgid "Dynamic Query"
320
+ msgstr "დინამიკური მოთხოვნა"
321
+
322
+ msgid "Dynamic query"
323
+ msgstr "დინამიკური მოთხოვნა"
324
+
325
+ msgid "Edit %s"
326
+ msgstr "%s-ის ჩასწორება"
327
+
328
+ msgid "Edit Job Template"
329
+ msgstr "დავალების შაბლონის ჩასწოება"
330
+
331
+ msgid "Edit Remote Execution Feature"
332
+ msgstr "დაშორებული გაშვების ფუნქციების ჩასწორება"
333
+
334
+ msgid "Edit job description template"
335
+ msgstr "დავალების აღწერის შაბლონის ჩასწორება"
336
+
337
+ msgid "Effective User"
338
+ msgstr "ეფექტური მომხმარებელი"
339
+
340
+ msgid "Effective User Method"
341
+ msgstr "ეფექტური მომხმარებლის მეთოდი"
342
+
343
+ msgid "Effective user"
344
+ msgstr "ეფექტური მომხმარებლის სახელი"
345
+
346
+ msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
347
+ msgstr ""
348
+
349
+ msgid "Effective user options"
350
+ msgstr "ეფექტური მომხმარებლის მორგება"
351
+
352
+ msgid "Effective user password"
353
+ msgstr "ეფექტური მომხმარებლის პაროლი"
354
+
355
+ msgid "Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
356
+ msgstr ""
357
+
358
+ msgid "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
359
+ msgstr ""
360
+
361
+ msgid "Effective user:"
362
+ msgstr ""
363
+
364
+ msgid "Enable Global Proxy"
365
+ msgstr "გლობალური პროქსის ჩართვა"
366
+
367
+ msgid "End time needs to be after start time"
368
+ msgstr "დასრულების დრო დასაწყისის დროის შემდეგ უნდა იყოს"
369
+
370
+ msgid "Ends"
371
+ msgstr "საბოლოო"
372
+
373
+ msgid "Error"
374
+ msgstr "შეცდომა"
375
+
376
+ msgid "Error loading data from proxy"
377
+ msgstr "პროქსიდან მონაცემების ჩატვირთვის შეცდომა"
378
+
379
+ msgid "Errors:"
380
+ msgstr "შეცდომები:"
381
+
382
+ msgid "Evaluated at:"
383
+ msgstr "შემოწმების დრო:"
384
+
385
+ msgid "Every day at %s"
386
+ msgstr ""
387
+
388
+ msgid "Every hour at minute %s"
389
+ msgstr ""
390
+
391
+ msgid "Every month on %s at %s"
392
+ msgstr ""
393
+
394
+ msgid "Every week on %s at %s"
395
+ msgstr ""
396
+
397
+ msgid "Execute the job later, at a scheduled time."
398
+ msgstr "დავალების მოგვიანებით, დაგეგმილ დროს შესრულება."
399
+
400
+ msgid "Execute the job now."
401
+ msgstr "დავალების ახლავე შესრულება."
402
+
403
+ msgid "Execute the job on a repeating schedule."
404
+ msgstr "დავალების განმეორებადი გეგმით გაშვება."
405
+
406
+ msgid "Execute the jobs on hosts in randomized order"
407
+ msgstr "ჰოსტებზე დავალებების შემთხვევითი მიმდევრობით გაშვება"
408
+
409
+ msgid "Execution"
410
+ msgstr "შესრულება"
411
+
412
+ msgid "Execution order"
413
+ msgstr "გაშვების მიმდევრობა"
414
+
415
+ msgid "Execution ordering"
416
+ msgstr "შესრულების მიმდევრობა"
417
+
418
+ msgid "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>"
419
+ msgstr ""
420
+
421
+ msgid "Exit status: %s"
422
+ msgstr "დასრულების სტატუსი: %s"
423
+
424
+ msgid "Export a job template to ERB"
425
+ msgstr "დავალების შაბლონის ERB-ში გატანა"
426
+
427
+ msgid "Failed"
428
+ msgstr "შეცდომა"
429
+
430
+ msgid "Failed hosts"
431
+ msgstr "ავარიული ჰოსტები"
432
+
433
+ msgid "Failed rendering template: %s"
434
+ msgstr "შაბლონის რენდერის შეცდომა: %s"
435
+
436
+ msgid "Fallback to Any Proxy"
437
+ msgstr "ავარიისას ნებისმიერ პროქსიზე გადართვა"
438
+
439
+ msgid "Feature input %{input_name} not defined in template %{template_name}"
440
+ msgstr ""
441
+
442
+ msgid "Fill all required fields in all the steps"
443
+ msgstr ""
444
+
445
+ msgid "Fill all required fields in all the steps to start the job"
446
+ msgstr ""
447
+
448
+ msgid "Filter by host collections"
449
+ msgstr "ჰოსტების კოლექციებით ფილტრი"
450
+
451
+ msgid "Filter by host groups"
452
+ msgstr "ჰოსტის ჯგფუფით ფილტრი"
453
+
454
+ msgid "Filter by hosts"
455
+ msgstr "ჰოსტებით ფილტრი"
456
+
457
+ msgid "Finished"
458
+ msgstr "დასრულებულია"
459
+
460
+ msgid "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step."
461
+ msgstr ""
462
+
463
+ msgid "For example: 1, 2, 3, 4, 5..."
464
+ msgstr "მაგალითად, 1, 2, 3, 4, 5..."
465
+
466
+ msgid "Foreign input set"
467
+ msgstr "შემოტანის უცხო სეტი"
468
+
469
+ msgid "Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts."
470
+ msgstr ""
471
+
472
+ msgid "Form Job Template"
473
+ msgstr "დავალების შაბლონიდან"
474
+
475
+ msgid "Future execution"
476
+ msgstr "მომავალი შესრულება"
477
+
478
+ msgid "Get output for a host"
479
+ msgstr "ჰოსტის გამოტანის მიღება"
480
+
481
+ msgid "Get outputs of hosts in a job"
482
+ msgstr "დავალებაში ჰოსტების გამოტანის ჩართვა"
483
+
484
+ msgid "Get raw output for a host"
485
+ msgstr "ჰოსტის გამოტანის პირდაპირ მიღება"
486
+
487
+ msgid "Has to be a positive number"
488
+ msgstr "დადებითი რიცხვი უნდა იყოს"
489
+
490
+ msgid "Hide advanced fields"
491
+ msgstr "დამატებითი ველების დამალვა"
492
+
493
+ msgid "Hide all advanced fields"
494
+ msgstr "დამატებითი ველების დამალვა"
495
+
496
+ msgid "Host"
497
+ msgstr "ჰოსტი"
498
+
499
+ msgid "Host collections"
500
+ msgstr "ჰოსტების კოლექციები"
501
+
502
+ msgid "Host detail"
503
+ msgstr "ჰოსტის დეტალები"
504
+
505
+ msgid "Host groups"
506
+ msgstr "ჰოსტის ჯგუფები"
507
+
508
+ msgid "Host task"
509
+ msgstr "ჰოსტის ამოცანა"
510
+
511
+ msgid "Host with id '%{id}' was not found"
512
+ msgstr "ჰოსტი ID-ით \"%{id} არ არსებობს"
513
+
514
+ msgid "Hosts"
515
+ msgstr "ჰოსტები"
516
+
517
+ msgid "Hosts gone missing"
518
+ msgstr "გამქრალი ჰოსტები"
519
+
520
+ msgid "Hourly"
521
+ msgstr "საათობრივ"
522
+
523
+ msgid "How often the job should occur, in the cron format"
524
+ msgstr "რამდენ ხანში ერთხელ გაეშვება ეს დავალება. cron-ის ფორმატში"
525
+
526
+ msgid "Identifier of the Host interface for Remote execution"
527
+ msgstr "ჰოსტის ინტერფეისის იდენტიფიკატორი დაშორებული გაშვებისთვის"
528
+
529
+ msgid "Immediate execution"
530
+ msgstr "დაუყოვნებლივი შესრულება"
531
+
532
+ msgid "Import"
533
+ msgstr "შემოტანა"
534
+
535
+ msgid "Import a job template from ERB"
536
+ msgstr "დავალების შაბლონის ERB-დან შემოტანა"
537
+
538
+ msgid "Include all inputs from the foreign template"
539
+ msgstr "შეიცავს გარე შაბლონს ყველა შეყვანას"
540
+
541
+ msgid "Indicates that the action should be cancelled if it cannot be started before this time."
542
+ msgstr "მიუთითებს, რომ მოქმედება უნდა გაუქმდეს, თუ მისი დაწყება ამ დრომდე შეუძლებელია."
543
+
544
+ msgid "Inherit from host parameter"
545
+ msgstr "მემკვიდრეობით ჰოსტის პარამეტრიდან"
546
+
547
+ msgid "Input"
548
+ msgstr "შეყვანა"
549
+
550
+ msgid "Input set description"
551
+ msgstr "შეყვანის ნაკრების აღწერა"
552
+
553
+ msgid "Inputs to use"
554
+ msgstr "გამოყენებული შეყვანები"
555
+
556
+ msgid "Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration."
557
+ msgstr ""
558
+
559
+ msgid "Internal proxy selector can only be used if Katello is enabled"
560
+ msgstr "თუ Katello ჩართულია, პროქსის შიდა ამრჩევი იქნება გამოყენებული"
561
+
562
+ msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled."
563
+ msgstr "დრო წამებში. თუ დავალება კლიენტის მიერ აყვანილი არ იქნება, ის გაუქმდება."
564
+
565
+ msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs"
566
+ msgstr ""
567
+
568
+ msgid "Invalid date"
569
+ msgstr "არასწორი თარიღი"
570
+
571
+ msgid "Invalid time format"
572
+ msgstr "დროის არასწორი ფორმატი"
573
+
574
+ msgid "Invocation type, one of %s"
575
+ msgstr "ჩაწოდების ტიპი. ერთერთი %s-დან"
576
+
577
+ msgid "Job"
578
+ msgstr "დავალება"
579
+
580
+ msgid "Job Details"
581
+ msgstr "დავალების დეტალები"
582
+
583
+ msgid "Job Invocation"
584
+ msgstr "დავალების ჩაწოდება"
585
+
586
+ msgid "Job Invocation Report Template"
587
+ msgstr "დავალების ჩაწოდების ანგარიშის შაბლონი"
588
+
589
+ msgid "Job Invocations"
590
+ msgstr "ამოცანის ჩაწოდებები"
591
+
592
+ msgid "Job Task"
593
+ msgstr "დავალების ამოცანა"
594
+
595
+ msgid "Job Templates"
596
+ msgstr "დავალების შაბლონები"
597
+
598
+ msgid "Job cancelled by user"
599
+ msgstr "დავალება შეწყვეტილია მომხმარებლის მიერ"
600
+
601
+ msgid "Job category"
602
+ msgstr "დავალების კატეგორია"
603
+
604
+ msgid "Job execution failed"
605
+ msgstr "დავალების შესრულების შეცდომა"
606
+
607
+ msgid "Job finished with error"
608
+ msgstr "დავალება შეცდომით დასრულდა"
609
+
610
+ msgid "Job invocation"
611
+ msgstr "დავალების ჩაწოდება"
612
+
613
+ msgid "Job invocations"
614
+ msgstr "დავალების ჩაწოდებები"
615
+
616
+ msgid "Job invocations detail"
617
+ msgstr ""
618
+
619
+ msgid "Job result"
620
+ msgstr "დავალების შედეგი"
621
+
622
+ msgid "Job template"
623
+ msgstr "დავალების შაბლონი"
624
+
625
+ msgid "Job template ID to be used for the feature"
626
+ msgstr "ამ ფუნქციისთვის გამოყენებული დავალების შაბლონის ID"
627
+
628
+ msgid "Job template imported successfully."
629
+ msgstr "დავალების შაბლონის შემოტანა წარმატებულია."
630
+
631
+ msgid "Job templates"
632
+ msgstr "დავალების შაბლონები"
633
+
634
+ msgid "JobTemplate|Locked"
635
+ msgstr "დავალებისშაბლონი|დაბლოკილი"
636
+
637
+ msgid "JobTemplate|Name"
638
+ msgstr "დავალებისშაბლონი|სახელი"
639
+
640
+ msgid "JobTemplate|Snippet"
641
+ msgstr "დავალებისშაბლონი|ნაწყვეტი"
642
+
643
+ msgid "Jobs"
644
+ msgstr "დავალებები"
645
+
646
+ msgid "Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
647
+ msgstr ""
648
+
649
+ msgid "Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
650
+ msgstr ""
651
+
652
+ msgid "Label"
653
+ msgstr "ჭდე"
654
+
655
+ msgid "Last execution cancelled"
656
+ msgstr "ბოლო შესრულება გაუქმდა"
657
+
658
+ msgid "Last execution failed"
659
+ msgstr "ბოლო შესრულება შეცდომით დასრულდა"
660
+
661
+ msgid "Last execution succeeded"
662
+ msgstr "ბოლო წარმატებული შესრულება"
663
+
664
+ msgid "Latest Jobs"
665
+ msgstr "უკანასკნელი დავალებები"
666
+
667
+ msgid "Learn more about this in the documentation."
668
+ msgstr "შეიტყვეთ მეტი ამის შესახებ დოკუმენტაციაში."
669
+
670
+ msgid "List available remote execution features for a host"
671
+ msgstr ""
672
+
673
+ msgid "List foreign input sets"
674
+ msgstr "შემოტანის უცხო სეტების სია"
675
+
676
+ msgid "List job invocations"
677
+ msgstr "დავალების ჩაწოდების სია"
678
+
679
+ msgid "List job templates"
680
+ msgstr "დავალების შაბლონების სია"
681
+
682
+ msgid "List job templates per location"
683
+ msgstr "მდებარეობის დავალების შაბლონების სია"
684
+
685
+ msgid "List job templates per organization"
686
+ msgstr "ორგანიზაციის დავალების შაბლონების სია"
687
+
688
+ msgid "List of proxy IDs to be used for remote execution"
689
+ msgstr "დაშორებული გაშვებისთვის გამოსაყენებელი პროქსის ID-ების სია"
690
+
691
+ msgid "List remote execution features"
692
+ msgstr "დაშორებული გაშვების ინტერფეისის ფუნქციები"
693
+
694
+ msgid "List template invocations belonging to job invocation"
695
+ msgstr ""
696
+
697
+ msgid "Location"
698
+ msgstr "მდებარეობა"
699
+
700
+ msgid "Manual selection"
701
+ msgstr "ხელით არჩევა"
702
+
703
+ msgid "Minute can only be a number between 0-59"
704
+ msgstr "წუთი უნდა იყოს რიცხვი შუალედში 0-59"
705
+
706
+ msgid "Monthly"
707
+ msgstr "თვეში ერთხელ"
708
+
709
+ msgid "Must select a bookmark or enter a search query"
710
+ msgstr "აირჩიეთ სანიშნე ან შეიყვანეთ საძებნი სტრიქონი"
711
+
712
+ msgid "N/A"
713
+ msgstr "N/A"
714
+
715
+ msgid "Name"
716
+ msgstr "სახელი"
717
+
718
+ msgid "Never"
719
+ msgstr "არასდროს"
720
+
721
+ msgid "New Job Template"
722
+ msgstr "დავალების ახალი შაბლონი"
723
+
724
+ msgid "New UI"
725
+ msgstr ""
726
+
727
+ msgid "Next"
728
+ msgstr "შემდეგი"
729
+
730
+ msgid "No (override)"
731
+ msgstr "არა (გადაფარვა)"
732
+
733
+ msgid "No Target Hosts"
734
+ msgstr "სამიზნე ჰოსტების გარეშე"
735
+
736
+ msgid "No execution finished yet"
737
+ msgstr "შესრულება არ დამთავრებულა"
738
+
739
+ msgid "No hosts found."
740
+ msgstr "ჰოსტები ნაპოვნი არაა."
741
+
742
+ msgid "No jobs available"
743
+ msgstr "დავალებების გარეშე"
744
+
745
+ msgid "No results found"
746
+ msgstr "შედეგების გარეშე"
747
+
748
+ msgid "No template mapped to feature %{feature_name}"
749
+ msgstr ""
750
+
751
+ msgid "Not all required inputs have values. Missing inputs: %s"
752
+ msgstr ""
753
+
754
+ msgid "Not yet"
755
+ msgstr ""
756
+
757
+ msgid "Now"
758
+ msgstr "ახლა"
759
+
760
+ msgid "On"
761
+ msgstr "ჩართული"
762
+
763
+ msgid "Only one of feature or job_template_id can be specified"
764
+ msgstr ""
765
+
766
+ msgid "Opening job invocation form"
767
+ msgstr "დავალების ჩაწოდების ფორმის გახსნა"
768
+
769
+ msgid "Organization"
770
+ msgstr "ორგანიზაცია"
771
+
772
+ msgid "Override the description format from the template for this invocation only"
773
+ msgstr ""
774
+
775
+ msgid "Override the global time to pickup interval for this invocation only"
776
+ msgstr ""
777
+
778
+ msgid "Override the timeout interval from the template for this invocation only"
779
+ msgstr ""
780
+
781
+ msgid "Overview"
782
+ msgstr "მიმოხილვა"
783
+
784
+ msgid "Overwrite"
785
+ msgstr "თავზე გადაწერა"
786
+
787
+ msgid "Overwrite template if it already exists"
788
+ msgstr "გადააწერე შაბლონი, თუ ის უკვე არსებობს"
789
+
790
+ msgid "Password"
791
+ msgstr "პაროლი"
792
+
793
+ msgid "Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
794
+ msgstr ""
795
+
796
+ msgid "Pending"
797
+ msgstr "დარჩენილი"
798
+
799
+ msgid "Perform a single Puppet run"
800
+ msgstr "Puppet-ის ერთხელ გაშვება"
801
+
802
+ msgid "Perform no more executions after this time"
803
+ msgstr "ამ დროის შემდეგ გაშვებები აღარ მოხდება"
804
+
805
+ msgid "Please enter a search query"
806
+ msgstr ""
807
+
808
+ msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
809
+ msgstr ""
810
+
811
+ msgid "Please refine your search."
812
+ msgstr "შეიყვანეთ ძებნის უკეთესი პირობა."
813
+
814
+ msgid "Please select at least one host"
815
+ msgstr ""
816
+
817
+ msgid "Please select at least one host collection"
818
+ msgstr ""
819
+
820
+ msgid "Please select at least one host group"
821
+ msgstr ""
822
+
823
+ msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
824
+ msgstr ""
825
+
826
+ msgid "Prefer IPv6 over IPv4"
827
+ msgstr "IPv6-ის უპირატესობა"
828
+
829
+ msgid "Preview"
830
+ msgstr "მინიატურა"
831
+
832
+ msgid "Preview Hosts"
833
+ msgstr "ჰოსტების გადახედვა"
834
+
835
+ msgid "Preview job description"
836
+ msgstr "დავალების აღწერის გადახედვა"
837
+
838
+ msgid "Preview templates"
839
+ msgstr "შაბლონების გადახედვა"
840
+
841
+ msgid "Private key passphrase"
842
+ msgstr "პირადი გასაღების პაროლი"
843
+
844
+ msgid "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it."
845
+ msgstr ""
846
+
847
+ msgid "Provider type"
848
+ msgstr "მომწოდებლის წიპი"
849
+
850
+ msgid "Providers and templates"
851
+ msgstr "მომწოდებლები და შაბლონები"
852
+
853
+ msgid "Proxies"
854
+ msgstr "პროქსები"
855
+
856
+ msgid "Purpose"
857
+ msgstr "მიზანი"
858
+
859
+ msgid "Query type"
860
+ msgstr "მოთხოვნის ტიპი"
861
+
862
+ msgid "REX job has failed - %s"
863
+ msgstr "REX დავალების შეცდომა - %s"
864
+
865
+ msgid "REX job has finished - %s"
866
+ msgstr "REX დავალება დასრულდა - %s"
867
+
868
+ msgid "REX job has succeeded - %s"
869
+ msgstr "REX დავალება წარმატებულია - %s"
870
+
871
+ msgid "REX pull mode"
872
+ msgstr "REX pull რეჟიმი"
873
+
874
+ msgid "Randomized"
875
+ msgstr "შემთხვევით"
876
+
877
+ msgid "Recent jobs"
878
+ msgstr "ახლახანს გაშვებული დავალებები"
879
+
880
+ msgid "Recurrence"
881
+ msgstr "გამეორებადობა"
882
+
883
+ msgid "Recurring execution"
884
+ msgstr "განმეორებად შესრულება"
885
+
886
+ msgid "Recurring logic"
887
+ msgstr "განეორებადი ლოგიკა"
888
+
889
+ msgid "Recursive rendering of templates detected"
890
+ msgstr ""
891
+
892
+ msgid "Refresh"
893
+ msgstr "განახლება"
894
+
895
+ msgid "Remote Execution"
896
+ msgstr "დაშორებული გაშვება"
897
+
898
+ msgid "Remote Execution Features"
899
+ msgstr "დაშორებული გაშვების ფუნქციები"
900
+
901
+ msgid "Remote Execution Interface"
902
+ msgstr "დაშორებული გაშვების ინტერფეისი"
903
+
904
+ msgid "Remote action:"
905
+ msgstr "დაშორებული ქმედება:"
906
+
907
+ msgid "Remote execution"
908
+ msgstr "დაშორებული გაშვება"
909
+
910
+ msgid "Remote execution feature label that should be triggered, job template assigned to this feature will be used"
911
+ msgstr ""
912
+
913
+ msgid "Remote execution job"
914
+ msgstr "დაშორებული გაშვების დავალება"
915
+
916
+ msgid "Repeat a maximum of N times"
917
+ msgstr "მაქსიმუმ N-ჯერ გამეორება"
918
+
919
+ msgid "Repeat amount can only be a positive number"
920
+ msgstr "გამეორების რაოდენობა მხოლოდ დადებით რიცხვი შეიძლება იყოს"
921
+
922
+ msgid "Repeats"
923
+ msgstr "გამეორება"
924
+
925
+ msgid "Rerun"
926
+ msgstr "თავიდან გაშვება"
927
+
928
+ msgid "Rerun failed"
929
+ msgstr "თავიდან გაშვების შეცდომა"
930
+
931
+ msgid "Rerun job on failed hosts"
932
+ msgstr "წარუმატებელ ჰოსტებზე დავალების თავიდან გაშვება"
933
+
934
+ msgid "Rerun on %s"
935
+ msgstr "%s-ზე თავიდან გაშვება"
936
+
937
+ msgid "Rerun on failed hosts"
938
+ msgstr "ავარიულ ჰოსტებზე თავიდან გაშვება"
939
+
940
+ msgid "Rerun the job"
941
+ msgstr "დავალების თავიდან გაშვება"
942
+
943
+ msgid "Reset to default"
944
+ msgstr "ნაგულისხმებ მნიშვნელობაზე დაბრუნება"
945
+
946
+ msgid "Resolves to"
947
+ msgstr "ამოიხსნება"
948
+
949
+ msgid "Results"
950
+ msgstr "შედეგები"
951
+
952
+ msgid "Review details"
953
+ msgstr "დეტალების გადახედვა"
954
+
955
+ msgid "Run"
956
+ msgstr "გაშვება"
957
+
958
+ msgid "Run Job"
959
+ msgstr "დავალების გაშვება"
960
+
961
+ msgid "Run Puppet Once"
962
+ msgstr "Puppet-ის ერთხელ გაშვება"
963
+
964
+ msgid "Run Script"
965
+ msgstr ""
966
+
967
+ msgid "Run a script"
968
+ msgstr ""
969
+
970
+ msgid "Run at most N tasks at a time"
971
+ msgstr "ერთდროულად მაქსიმუმ N დავალების გაშვება"
972
+
973
+ msgid "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1."
974
+ msgstr ""
975
+
976
+ msgid "Run job"
977
+ msgstr "დავალების გაშვება"
978
+
979
+ msgid "Run on selected hosts"
980
+ msgstr ""
981
+
982
+ msgid "Running"
983
+ msgstr "მიმდინარეობს შესრულება"
984
+
985
+ msgid "SSH Port"
986
+ msgstr "SSH პორტი"
987
+
988
+ msgid "SSH User"
989
+ msgstr "SSH-ის მომხმარებლის სახელი"
990
+
991
+ msgid "SSH provider specific options"
992
+ msgstr "SSH-ის მომწოდებლის სპეციფიკური პარამეტრები"
993
+
994
+ msgid "SSH user"
995
+ msgstr "SSH-ის მომხმარებლის სახელი"
996
+
997
+ msgid "SSH user:"
998
+ msgstr ""
999
+
1000
+ msgid "Schedule"
1001
+ msgstr "განრიგი"
1002
+
1003
+ msgid "Schedule Remote Job"
1004
+ msgstr "დაშორებული დავალების დაგეგმვა"
1005
+
1006
+ msgid "Schedule a job"
1007
+ msgstr "დავალების დაგეგმვა"
1008
+
1009
+ msgid "Schedule the job for a future time"
1010
+ msgstr "დავალების მომავალში გაშვების დაგეგმვა"
1011
+
1012
+ msgid "Schedule the job to start at a later time"
1013
+ msgstr "დავალების მოგვიანებით გაშვების დაგეგმვა"
1014
+
1015
+ msgid "Schedule type"
1016
+ msgstr "განრიგის ტიპი"
1017
+
1018
+ msgid "Scheduled"
1019
+ msgstr "დაგეგმილია"
1020
+
1021
+ msgid "Scheduled to start at"
1022
+ msgstr "დაგეგმილი გაშვების დრო"
1023
+
1024
+ msgid "Scheduled to start before"
1025
+ msgstr "გაეშვება მითითებულ დრომდე"
1026
+
1027
+ msgid "Script"
1028
+ msgstr "სკრიპტი"
1029
+
1030
+ msgid "Scroll to bottom"
1031
+ msgstr "ბოლომდე ჩამოქაჩვა"
1032
+
1033
+ msgid "Scroll to top"
1034
+ msgstr "ბოლომდე აქაჩვა"
1035
+
1036
+ msgid "Search Query"
1037
+ msgstr "საძებნი სტრიქონი"
1038
+
1039
+ msgid "Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location."
1040
+ msgstr ""
1041
+
1042
+ msgid "Search query"
1043
+ msgstr "საძებნი სტრიქონი"
1044
+
1045
+ msgid "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy"
1046
+ msgstr ""
1047
+
1048
+ msgid "See more details at %s"
1049
+ msgstr "მეტი დეტალები იხილეთ %s"
1050
+
1051
+ msgid "See the last task details"
1052
+ msgstr "ბოლო ამოცანის დეტალების ნახვა"
1053
+
1054
+ msgid "See the task details"
1055
+ msgstr "ამოცანის დეტალების ნახვა"
1056
+
1057
+ msgid "Select a report template used for generating a report for a particular remote execution job"
1058
+ msgstr ""
1059
+
1060
+ msgid "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment."
1061
+ msgstr ""
1062
+
1063
+ msgid "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them."
1064
+ msgstr ""
1065
+
1066
+ msgid "Select the type of execution"
1067
+ msgstr "აირჩიეთ შესრულების ტიპი"
1068
+
1069
+ msgid "Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host"
1070
+ msgstr ""
1071
+
1072
+ msgid "Set SSH key passphrase"
1073
+ msgstr "SSH გასაღების პაროლის დაყენება"
1074
+
1075
+ msgid "Set SSH password"
1076
+ msgstr "SSH პაროლის დაყენება"
1077
+
1078
+ msgid "Set SSH user"
1079
+ msgstr "დააყენეთ SSH-ის მომხმარებელი"
1080
+
1081
+ msgid "Set password for effective user (using sudo-like mechanisms)"
1082
+ msgstr ""
1083
+
1084
+ msgid "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level."
1085
+ msgstr ""
1086
+
1087
+ msgid "Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting"
1088
+ msgstr ""
1089
+
1090
+ msgid "Should this interface be used for remote execution?"
1091
+ msgstr "გამოვიყენო ეს ინტერფეისი დაშორებული გაშვებისთვის?"
1092
+
1093
+ msgid "Show Job status for the hosts"
1094
+ msgstr "ჰოსტების დავალების სტატუსის ჩვენება"
1095
+
1096
+ msgid "Show all advanced fields"
1097
+ msgstr "დამატებითი ველების ჩვენება"
1098
+
1099
+ msgid "Show foreign input set details"
1100
+ msgstr "შემოტანის უცხო სეტების დეტალების ჩვენება"
1101
+
1102
+ msgid "Show job invocation"
1103
+ msgstr "დავალების ჩაწოდების ჩვენება"
1104
+
1105
+ msgid "Show job template details"
1106
+ msgstr "დავალების შაბლონის დეტალების ჩვენება"
1107
+
1108
+ msgid "Show remote execution feature"
1109
+ msgstr "დაშორებული გაშვების ინტერფეისის ჩვენება"
1110
+
1111
+ msgid "Skip to review"
1112
+ msgstr ""
1113
+
1114
+ msgid "Skip to review step"
1115
+ msgstr ""
1116
+
1117
+ msgid "Snippet"
1118
+ msgstr "ნაწყვეტი"
1119
+
1120
+ msgid "Start"
1121
+ msgstr "დაწყება"
1122
+
1123
+ msgid "Start job"
1124
+ msgstr ""
1125
+
1126
+ msgid "Started"
1127
+ msgstr "დაიწყო"
1128
+
1129
+ msgid "Started at:"
1130
+ msgstr ""
1131
+
1132
+ msgid "Starts"
1133
+ msgstr "საწყისი"
1134
+
1135
+ msgid "Starts Before"
1136
+ msgstr ""
1137
+
1138
+ msgid "Starts at"
1139
+ msgstr "დაწყების დრო"
1140
+
1141
+ msgid "Starts before"
1142
+ msgstr "მითითებულ დრომდე"
1143
+
1144
+ msgid "State"
1145
+ msgstr "State"
1146
+
1147
+ msgid "Static Query"
1148
+ msgstr "სტატიკური მოთხოვნა"
1149
+
1150
+ msgid "Static query"
1151
+ msgstr "სტატიკური მოთხოვნა"
1152
+
1153
+ msgid "Status"
1154
+ msgstr "სტატუსი"
1155
+
1156
+ msgid "Submit"
1157
+ msgstr "გაგზავნა"
1158
+
1159
+ msgid "Subscribe to all my jobs"
1160
+ msgstr "ყველა ჩემი დავალების გამოწერა"
1161
+
1162
+ msgid "Subscribe to my failed jobs"
1163
+ msgstr "ყველა ჩემი წარუმატებელი დავალების გამოწერა"
1164
+
1165
+ msgid "Subscribe to my succeeded jobs"
1166
+ msgstr "ყველა ჩემი წარმატებული დავალების გამოწერა"
1167
+
1168
+ msgid "Succeeded"
1169
+ msgstr "წარმატებულია"
1170
+
1171
+ msgid "Success"
1172
+ msgstr "წარმატება"
1173
+
1174
+ msgid "Switch to the new job invocation detail UI"
1175
+ msgstr ""
1176
+
1177
+ msgid "Sync Job Templates"
1178
+ msgstr "სინქრონიზაციის დავალების შაბლონები"
1179
+
1180
+ msgid "Target hosts"
1181
+ msgstr "სამიზნე ჰოსტები"
1182
+
1183
+ msgid "Target hosts and inputs"
1184
+ msgstr "სამიზნე ჰოსტები და შეყვანა"
1185
+
1186
+ msgid "Target template ID"
1187
+ msgstr "სამიზნე შაბლონის ID"
1188
+
1189
+ msgid "Target: "
1190
+ msgstr "სამიზნე: "
1191
+
1192
+ msgid "Task Details"
1193
+ msgstr "ამოცანის დეტალები"
1194
+
1195
+ msgid "Task cancelled"
1196
+ msgstr "ამოცანა გაუქმდა"
1197
+
1198
+ msgid "Template ERB"
1199
+ msgstr "ERB შაბლონი"
1200
+
1201
+ msgid "Template Invocation for %s"
1202
+ msgstr "შაბლონის ჩაწოდება %s-სთვის"
1203
+
1204
+ msgid "Template failed with:"
1205
+ msgstr "შაბლონის შეცდომა:"
1206
+
1207
+ msgid "Template name"
1208
+ msgstr "შაბლონის სახელი"
1209
+
1210
+ msgid "Template version"
1211
+ msgstr "შაბლონის ვერსია"
1212
+
1213
+ msgid "Template with id '%{id}' was not found"
1214
+ msgstr "შაბლონი ID-ით %{id} ნაპოვნი არაა"
1215
+
1216
+ msgid "Template:"
1217
+ msgstr ""
1218
+
1219
+ msgid "Templates list failed with:"
1220
+ msgstr "შაბლონების სიის შეცდომა:"
1221
+
1222
+ msgid "The cron line supports extended cron line syntax. For details please refer to the "
1223
+ msgstr ""
1224
+
1225
+ msgid "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}."
1226
+ msgstr ""
1227
+
1228
+ msgid "The execution interface is used for remote execution"
1229
+ msgstr "გაშვების ინტერფეისი ბრძანებების დაშორებული გაშვებისთვის გამოიყენება"
1230
+
1231
+ msgid "The final host list may change because the selected query is dynamic. It will be rerun during execution."
1232
+ msgstr ""
1233
+
1234
+ msgid "The job cannot be aborted at the moment."
1235
+ msgstr "ამჟამად დავალების შეწყვეტა შეუძლებელია."
1236
+
1237
+ msgid "The job cannot be cancelled at the moment."
1238
+ msgstr "ამჟამად დავალების გაუქმება შეუძლებელია."
1239
+
1240
+ msgid "The job could not be cancelled."
1241
+ msgstr "ამოცანის შეწყვეტა შეუძლებელია."
1242
+
1243
+ msgid "The job template to use, parameter is required unless feature was specified"
1244
+ msgstr ""
1245
+
1246
+ msgid "The only applicable proxy %{proxy_names} is down"
1247
+ msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
1248
+ msgstr[0] ""
1249
+ msgstr[1] ""
1250
+
1251
+ msgid "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user"
1252
+ msgstr ""
1253
+
1254
+ msgid "There are no available input fields for the selected template."
1255
+ msgstr ""
1256
+
1257
+ msgid "There was an error while updating the status, try refreshing the page."
1258
+ msgstr "შეცდომა სტატუსის განახლებისას. სცადეთ, განაახლოთ ეს გვერდი."
1259
+
1260
+ msgid "This can happen if the host is removed or moved to another organization or location after the job was started"
1261
+ msgstr ""
1262
+
1263
+ msgid "This template is locked for editing."
1264
+ msgstr "შაბლონი დაბლოკილია."
1265
+
1266
+ msgid "This template is locked. Please clone it to a new template to customize."
1267
+ msgstr "შაბლონი დაბლოკილია. მოსარგებად საჭიროა მისი კლონირება."
1268
+
1269
+ msgid "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}."
1270
+ msgstr ""
1271
+
1272
+ msgid "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}."
1273
+ msgstr ""
1274
+
1275
+ msgid "Time in seconds from the start on the remote host after which the job should be killed."
1276
+ msgstr "დრო წამებში, რამდენ ხანში მოკვდება დაშორებულ ჰოსტზე გაშვებული დავალება."
1277
+
1278
+ msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs."
1279
+ msgstr ""
1280
+
1281
+ msgid "Time to pickup"
1282
+ msgstr "აყვანის დრო"
1283
+
1284
+ msgid "Timeout to kill"
1285
+ msgstr "პროცესის ვადა"
1286
+
1287
+ msgid "Timeout to kill after"
1288
+ msgstr "პროცესის დასრულების ვადა"
1289
+
1290
+ msgid "Toggle DEBUG"
1291
+ msgstr "DEBUG-ის გადართვა"
1292
+
1293
+ msgid "Toggle STDERR"
1294
+ msgstr "STDERR-ის გადართვა"
1295
+
1296
+ msgid "Toggle STDOUT"
1297
+ msgstr "STDOUT-ის გადართვა"
1298
+
1299
+ msgid "Toggle command"
1300
+ msgstr "ბრძანების გადართვა"
1301
+
1302
+ msgid "Total hosts"
1303
+ msgstr "ჰოსტების ჯამური რაოდენობა"
1304
+
1305
+ msgid "Try to abort the job on a host without waiting for its result"
1306
+ msgstr ""
1307
+
1308
+ msgid "Try to abort the job without waiting for the results from the remote hosts"
1309
+ msgstr ""
1310
+
1311
+ msgid "Try to cancel the job"
1312
+ msgstr "დავალების"
1313
+
1314
+ msgid "Try to cancel the job on a host"
1315
+ msgstr "ჰოსტზე დავალების გაუქმების ცდა"
1316
+
1317
+ msgid "Trying to abort the job"
1318
+ msgstr "დავალების შეწყვეტის მცდელობა"
1319
+
1320
+ msgid "Trying to cancel the job"
1321
+ msgstr "დავალების გაუქმების მცდელობა"
1322
+
1323
+ msgid "Type"
1324
+ msgstr "ტიპი"
1325
+
1326
+ msgid "Type has impact on when is the query evaluated to hosts."
1327
+ msgstr ""
1328
+
1329
+ msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>"
1330
+ msgstr ""
1331
+
1332
+ msgid "Type of execution"
1333
+ msgstr "შესრულების ტიპი"
1334
+
1335
+ msgid "Type of query"
1336
+ msgstr "მოთხოვნის ტიპი"
1337
+
1338
+ msgid "Unable to create mail notification: %s"
1339
+ msgstr "ელფოსტის შეტყობინების შექმნის შეცდომა: %s"
1340
+
1341
+ msgid "Unable to fetch public key"
1342
+ msgstr "საჯარო გასაღების გამოთხოვის შეცდომა"
1343
+
1344
+ msgid "Unable to remove host from known hosts"
1345
+ msgstr "ჰოსტის სანდო ჰოსტების სიიდან წაშლის შეცდომა"
1346
+
1347
+ msgid "Unable to save template. Correct highlighted errors"
1348
+ msgstr "შაბლონის შენახვის შეცდომა. შეასწორეთ გამოკვეთილი შეცდომები"
1349
+
1350
+ msgid "Unknown execution status"
1351
+ msgstr "შეცდომის უცნობი სტატუსი"
1352
+
1353
+ msgid "Unknown input %{input_name} for template %{template_name}"
1354
+ msgstr ""
1355
+
1356
+ msgid "Unknown remote execution feature %s"
1357
+ msgstr "დაშორებული გაშვების უცნობ ფუნქცია %s"
1358
+
1359
+ msgid "Unsupported or no operating system found for this host."
1360
+ msgstr "ამ ჰოსტისთვის ოპერაციული სისტემა არასწორია ან არ არსებობს."
1361
+
1362
+ msgid "Update a foreign input set"
1363
+ msgstr "გარედან შეყვანის სეტის განახლება"
1364
+
1365
+ msgid "Update a job template"
1366
+ msgstr "დავალების შაბლონის განახლება"
1367
+
1368
+ msgid "Use default description template"
1369
+ msgstr "აღწერის ნაგულისხმები შაბლონის გამოყენება"
1370
+
1371
+ msgid "Use legacy form"
1372
+ msgstr "მოძველებული ფორმის გამოყენება"
1373
+
1374
+ msgid "Use new job wizard"
1375
+ msgstr "ახალი დავალების ოსტატი"
1376
+
1377
+ msgid "Use old form"
1378
+ msgstr "ძველი ფორმის გამოყენება"
1379
+
1380
+ msgid "User Inputs"
1381
+ msgstr "მომხმარებლის შეყვანა"
1382
+
1383
+ msgid "User can not execute job on host %s"
1384
+ msgstr "მომხმარებელს ჰოსტზე (%s) დავალების შესრულება არ შეუძლია"
1385
+
1386
+ msgid "User can not execute job on infrastructure host %s"
1387
+ msgstr ""
1388
+
1389
+ msgid "User can not execute this job template"
1390
+ msgstr "მომხმარებელს დავალების ამ შაბლონის შესრულება არ შეუძლია"
1391
+
1392
+ msgid "User can not execute this job template on %s"
1393
+ msgstr ""
1394
+
1395
+ msgid "User input"
1396
+ msgstr "მომხმარებლის შეყვანილი"
1397
+
1398
+ msgid "Value"
1399
+ msgstr "მნიშვნელობა"
1400
+
1401
+ msgid "View all jobs"
1402
+ msgstr "ყველა დავალების ნახვა"
1403
+
1404
+ msgid "View finished jobs"
1405
+ msgstr "დასრულებული დავალებების ნახვა"
1406
+
1407
+ msgid "View running jobs"
1408
+ msgstr "გაშვებული დავალებების ნახვა"
1409
+
1410
+ msgid "View scheduled jobs"
1411
+ msgstr "დაგეგმილი ამოცანების ნახვა"
1412
+
1413
+ msgid "Web Console"
1414
+ msgstr "ვებ კონსოლი"
1415
+
1416
+ msgid "Weekly"
1417
+ msgstr "კვირაში ერთხელ"
1418
+
1419
+ msgid "What command should be used to switch to the effective user. One of %s"
1420
+ msgstr ""
1421
+
1422
+ msgid "What user should be used to run the script (using sudo-like mechanisms)"
1423
+ msgstr ""
1424
+
1425
+ msgid "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting."
1426
+ msgstr ""
1427
+
1428
+ msgid "When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default"
1429
+ msgstr ""
1430
+
1431
+ msgid "When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs."
1432
+ msgstr ""
1433
+
1434
+ msgid "Where to find the Cockpit instance for the Web Console button. By default, no button is shown."
1435
+ msgstr ""
1436
+
1437
+ msgid "Whether it should be allowed to override the effective user from the invocation form."
1438
+ msgstr ""
1439
+
1440
+ msgid "Whether or not the template is locked for editing"
1441
+ msgstr "დაიბლოკება თუ არა შაბლონი მისი ჩასწორებისას"
1442
+
1443
+ msgid "Whether the current user login should be used as the effective user"
1444
+ msgstr ""
1445
+
1446
+ msgid "Whether to overwrite the template if it already exists"
1447
+ msgstr "გადავაწერო თუ არა შაბლონს, თუ ის უკვე არსებობს"
1448
+
1449
+ msgid "Whether we should sync templates from disk when running db:seed."
1450
+ msgstr ""
1451
+
1452
+ msgid "Workers pool size"
1453
+ msgstr "დამხმარე პროცესის პულის ზომა"
1454
+
1455
+ msgid "Yes (override)"
1456
+ msgstr "დიახ (გადაფარვა)"
1457
+
1458
+ msgid "You are not allowed to see the currently assigned template. Saving the form now would unassign the template."
1459
+ msgstr ""
1460
+
1461
+ msgid "You have %s results to display. Showing first %s results"
1462
+ msgstr "საჩვენებელია %s შედეგი. ნაჩვენებია პირველი %s შედეგი"
1463
+
1464
+ msgid "add an input set for this template to reference a different template inputs"
1465
+ msgstr ""
1466
+
1467
+ msgid "cancelled"
1468
+ msgstr "შეწყვეტილია"
1469
+
1470
+ msgid "default_capsule method missing from SmartProxy"
1471
+ msgstr "ჭკვიან პროქსის აკლია მეთოდი default_capsule"
1472
+
1473
+ msgid "documentation"
1474
+ msgstr "დოკუმენტაცია"
1475
+
1476
+ msgid "effective user"
1477
+ msgstr "ეფექტური მომხმარებლის სახელი"
1478
+
1479
+ msgid "error"
1480
+ msgstr "შეცდომა"
1481
+
1482
+ msgid "error during rendering: %s"
1483
+ msgstr "შეცდომა რენდერის დროს: %s"
1484
+
1485
+ msgid "evaluates just after you submit this form"
1486
+ msgstr ""
1487
+
1488
+ msgid "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it"
1489
+ msgstr ""
1490
+
1491
+ msgid "failed"
1492
+ msgstr "შეცდომა"
1493
+
1494
+ msgid "here"
1495
+ msgstr "აქ"
1496
+
1497
+ msgid "host already has an execution interface"
1498
+ msgstr "ჰოსტს დაშორებული გაშვების ინტერფეისი უკვე გააჩნია"
1499
+
1500
+ msgid "hosts"
1501
+ msgstr "ჰოსტი"
1502
+
1503
+ msgid "in %s"
1504
+ msgstr "%s-ში"
1505
+
1506
+ msgid "included template '%s' not found"
1507
+ msgstr "ჩასმული შაბლონი '%s' ვერ ვიპოვე"
1508
+
1509
+ msgid "input macro with name '%s' used, but no input with such name defined for this template"
1510
+ msgstr ""
1511
+
1512
+ msgid "is day of month (range: 1-31)"
1513
+ msgstr "თვის დღე (1-31)"
1514
+
1515
+ msgid "is day of week (range: 0-6)"
1516
+ msgstr "კვირის დღე (0-6)"
1517
+
1518
+ msgid "is hour (range: 0-23)"
1519
+ msgstr "საათი (0-23)"
1520
+
1521
+ msgid "is minute (range: 0-59)"
1522
+ msgstr "წუთი (0-59)"
1523
+
1524
+ msgid "is month (range: 1-12)"
1525
+ msgstr "თვე (1-120)"
1526
+
1527
+ msgid "no"
1528
+ msgstr "არა"
1529
+
1530
+ msgid "occurences"
1531
+ msgstr "გამოჩენები"
1532
+
1533
+ msgid "open-help-tooltip-button"
1534
+ msgstr "open-help-tooltip-button"
1535
+
1536
+ msgid "queued"
1537
+ msgstr "რიგში"
1538
+
1539
+ msgid "queued to start executing in %{time}"
1540
+ msgstr "გასაშვებ რიგშია %{time}"
1541
+
1542
+ msgid "range: 0-59"
1543
+ msgstr "დიაპაზონი: 0-59"
1544
+
1545
+ msgid "remove template input set"
1546
+ msgstr "შაბლონების შეყვანის სეტის წაშლა"
1547
+
1548
+ msgid "running %{percent}%%"
1549
+ msgstr "გაშვებულია %{percent}%%"
1550
+
1551
+ msgid "seconds"
1552
+ msgstr "წამი"
1553
+
1554
+ msgid "succeeded"
1555
+ msgstr "წარმატებული"
1556
+
1557
+ msgid "tasks at a time"
1558
+ msgstr "ერთდროული ამოცანები"
1559
+
1560
+ msgid "template"
1561
+ msgstr "შაბლონი"
1562
+
1563
+ msgid "unknown status"
1564
+ msgstr "უცნობი სტატუსი"
1565
+
1566
+ msgid "using "
1567
+ msgstr "გამოყენებით "
1568
+
1569
+ msgid "using Smart Proxy"
1570
+ msgstr "ჭკვიანი პროქსის გამოყენება"
1571
+
1572
+ msgid "view host names"
1573
+ msgstr ""
1574
+
1575
+ msgid "yes"
1576
+ msgstr "დიახ"