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