foreman_snapshot_management 4.2.0 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_snapshot_management/locale/cs_CZ/foreman_snapshot_management.js +108 -15
- data/app/assets/javascripts/foreman_snapshot_management/locale/de/foreman_snapshot_management.js +114 -21
- data/app/assets/javascripts/foreman_snapshot_management/locale/el/foreman_snapshot_management.js +107 -14
- data/app/assets/javascripts/foreman_snapshot_management/locale/en/foreman_snapshot_management.js +9 -9
- data/app/assets/javascripts/foreman_snapshot_management/locale/fr/foreman_snapshot_management.js +114 -21
- data/app/assets/javascripts/foreman_snapshot_management/locale/ja/foreman_snapshot_management.js +114 -21
- data/app/assets/javascripts/foreman_snapshot_management/locale/ka/foreman_snapshot_management.js +114 -21
- data/app/assets/javascripts/foreman_snapshot_management/locale/zh_CN/foreman_snapshot_management.js +114 -21
- data/lib/foreman_snapshot_management/version.rb +1 -1
- data/locale/cs_CZ/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/cs_CZ/foreman_snapshot_management.po +108 -16
- data/locale/de/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/de/foreman_snapshot_management.po +114 -22
- data/locale/el/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/el/foreman_snapshot_management.po +107 -15
- data/locale/en/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/en/foreman_snapshot_management.po +4 -3
- data/locale/foreman_snapshot_management.pot +215 -70
- data/locale/fr/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/fr/foreman_snapshot_management.po +114 -22
- data/locale/gemspec.rb +1 -1
- data/locale/ja/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/ja/foreman_snapshot_management.po +114 -22
- data/locale/ka/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/ka/foreman_snapshot_management.po +114 -22
- data/locale/zh_CN/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/zh_CN/foreman_snapshot_management.po +114 -22
- data/package.json +2 -2
- data/webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js +3 -3
- metadata +5 -5
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_snapshot_management 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
-
"PO-Revision-Date:
|
|
11
|
+
"POT-Creation-Date: 2026-03-10 13:30+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2026-03-10 13:30+0100\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -18,138 +18,205 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
20
20
|
|
|
21
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:12
|
|
22
|
+
msgid "Create snapshots for multiple hosts"
|
|
23
|
+
msgstr ""
|
|
24
|
+
|
|
25
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:14
|
|
26
|
+
msgid "ID of the organization"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:18
|
|
30
|
+
msgid "Search string for hosts to perform an action on"
|
|
31
|
+
msgstr ""
|
|
32
|
+
|
|
33
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:20
|
|
34
|
+
msgid "List of host ids to perform an action on"
|
|
35
|
+
msgstr ""
|
|
36
|
+
|
|
37
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:25
|
|
38
|
+
msgid "List of host ids to exclude and not run an action on"
|
|
39
|
+
msgstr ""
|
|
40
|
+
|
|
41
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:28
|
|
42
|
+
msgid "Snapshot parameters"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:29
|
|
46
|
+
msgid "Name of the snapshot"
|
|
47
|
+
msgstr ""
|
|
48
|
+
|
|
49
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:30
|
|
50
|
+
msgid "Description of the snapshot"
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
53
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:35
|
|
54
|
+
msgid "Snapshot mode: full (default), include_ram, or quiesce"
|
|
55
|
+
msgstr ""
|
|
56
|
+
|
|
57
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:60
|
|
58
|
+
msgid "Invalid mode"
|
|
59
|
+
msgstr ""
|
|
60
|
+
|
|
61
|
+
#: ../app/controllers/api/v2/bulk_snapshots_controller.rb:76
|
|
62
|
+
msgid "snapshot.name is required"
|
|
63
|
+
msgstr ""
|
|
64
|
+
|
|
21
65
|
#: ../app/controllers/api/v2/snapshots_controller.rb:13
|
|
22
66
|
msgid "List all snapshots"
|
|
23
67
|
msgstr ""
|
|
24
68
|
|
|
25
|
-
#: ../app/controllers/api/v2/snapshots_controller.rb:
|
|
69
|
+
#: ../app/controllers/api/v2/snapshots_controller.rb:42
|
|
26
70
|
msgid "Name of this snapshot"
|
|
27
71
|
msgstr ""
|
|
28
72
|
|
|
29
|
-
#: ../app/controllers/api/v2/snapshots_controller.rb:
|
|
73
|
+
#: ../app/controllers/api/v2/snapshots_controller.rb:43
|
|
30
74
|
msgid "Description of this snapshot"
|
|
31
75
|
msgstr ""
|
|
32
76
|
|
|
33
|
-
#: ../app/controllers/api/v2/snapshots_controller.rb:
|
|
77
|
+
#: ../app/controllers/api/v2/snapshots_controller.rb:47
|
|
34
78
|
msgid "Create a snapshot"
|
|
35
79
|
msgstr ""
|
|
36
80
|
|
|
37
|
-
#: ../app/controllers/api/v2/snapshots_controller.rb:
|
|
81
|
+
#: ../app/controllers/api/v2/snapshots_controller.rb:49
|
|
38
82
|
msgid "Whether to include the RAM state in the snapshot"
|
|
39
83
|
msgstr ""
|
|
40
84
|
|
|
41
|
-
#: ../app/controllers/api/v2/snapshots_controller.rb:
|
|
85
|
+
#: ../app/controllers/api/v2/snapshots_controller.rb:50
|
|
42
86
|
msgid "Whether to include the Quiesce state in the snapshot"
|
|
43
87
|
msgstr ""
|
|
44
88
|
|
|
45
|
-
#: ../app/controllers/api/v2/snapshots_controller.rb:
|
|
89
|
+
#: ../app/controllers/api/v2/snapshots_controller.rb:60
|
|
46
90
|
msgid "Update a snapshot"
|
|
47
91
|
msgstr ""
|
|
48
92
|
|
|
49
|
-
#: ../app/controllers/api/v2/snapshots_controller.rb:
|
|
93
|
+
#: ../app/controllers/api/v2/snapshots_controller.rb:69
|
|
50
94
|
msgid "Delete a snapshot"
|
|
51
95
|
msgstr ""
|
|
52
96
|
|
|
53
|
-
#: ../app/controllers/api/v2/snapshots_controller.rb:
|
|
97
|
+
#: ../app/controllers/api/v2/snapshots_controller.rb:77
|
|
54
98
|
msgid "Revert Host to a snapshot"
|
|
55
99
|
msgstr ""
|
|
56
100
|
|
|
57
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
101
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:37
|
|
58
102
|
msgid "Error occurred while creating Snapshot: %s"
|
|
59
103
|
msgstr ""
|
|
60
104
|
|
|
61
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
62
|
-
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:
|
|
105
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:49
|
|
106
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:84
|
|
63
107
|
msgid "Error occurred while removing Snapshot: %s"
|
|
64
108
|
msgstr ""
|
|
65
109
|
|
|
66
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
110
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:59
|
|
67
111
|
msgid "VM successfully rolled back."
|
|
68
112
|
msgstr ""
|
|
69
113
|
|
|
70
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
71
|
-
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:
|
|
114
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:61
|
|
115
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:202
|
|
72
116
|
msgid "Error occurred while rolling back VM: %s"
|
|
73
117
|
msgstr ""
|
|
74
118
|
|
|
75
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
119
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:73
|
|
76
120
|
msgid "Failed to update Snapshot: %s"
|
|
77
121
|
msgstr ""
|
|
78
122
|
|
|
79
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
123
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:95
|
|
80
124
|
msgid "Error occurred while creating Snapshot for:%s"
|
|
81
125
|
msgstr ""
|
|
82
126
|
|
|
83
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
127
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:97
|
|
84
128
|
msgid "Created %{snapshots} for %{num} %{hosts}"
|
|
85
129
|
msgstr ""
|
|
86
130
|
|
|
87
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
88
|
-
#: ../app/models/foreman_snapshot_management/snapshot.rb:
|
|
89
|
-
#: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:
|
|
131
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:98
|
|
132
|
+
#: ../app/models/foreman_snapshot_management/snapshot.rb:57
|
|
133
|
+
#: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:9
|
|
90
134
|
#: ../webpack/components/SnapshotManagement/components/SnapshotList/SnapshotList.js:156
|
|
91
135
|
msgid "Snapshot"
|
|
92
136
|
msgid_plural "Snapshots"
|
|
93
137
|
msgstr[0] ""
|
|
94
138
|
msgstr[1] ""
|
|
95
139
|
|
|
96
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
140
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:100
|
|
97
141
|
msgid "host"
|
|
98
142
|
msgid_plural "hosts"
|
|
99
143
|
msgstr[0] ""
|
|
100
144
|
msgstr[1] ""
|
|
101
145
|
|
|
102
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
146
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:157
|
|
103
147
|
msgid "No hosts were found with that id, name or query filter"
|
|
104
148
|
msgstr ""
|
|
105
149
|
|
|
106
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
150
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:164
|
|
107
151
|
msgid "Something went wrong while selecting hosts - %s"
|
|
108
152
|
msgstr ""
|
|
109
153
|
|
|
110
|
-
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:
|
|
154
|
+
#: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:183
|
|
111
155
|
msgid "No capable hosts found."
|
|
112
156
|
msgstr ""
|
|
113
157
|
|
|
114
|
-
#:
|
|
115
|
-
#: ../
|
|
116
|
-
#: ../webpack/components/SnapshotManagement/SnapshotManagement.js:46
|
|
158
|
+
#: ../app/helpers/foreman_snapshot_management/hosts_helper.rb:7
|
|
159
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagement.js:54
|
|
117
160
|
msgid "Create Snapshot"
|
|
118
161
|
msgstr ""
|
|
119
162
|
|
|
163
|
+
#:
|
|
164
|
+
#: ../app/models/foreman_snapshot_management/extensions/bulk_hosts_manager.rb:10
|
|
165
|
+
#: ../app/models/foreman_snapshot_management/vmware_extensions.rb:15
|
|
166
|
+
msgid ""
|
|
167
|
+
"Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools st"
|
|
168
|
+
"atus."
|
|
169
|
+
msgstr ""
|
|
170
|
+
|
|
171
|
+
#:
|
|
172
|
+
#: ../app/models/foreman_snapshot_management/extensions/bulk_hosts_manager.rb:56
|
|
173
|
+
msgid "Host has no compute resource, cannot create snapshot."
|
|
174
|
+
msgstr ""
|
|
175
|
+
|
|
176
|
+
#:
|
|
177
|
+
#: ../app/models/foreman_snapshot_management/extensions/bulk_hosts_manager.rb:66
|
|
178
|
+
msgid "Host has no UUID, cannot create snapshot."
|
|
179
|
+
msgstr ""
|
|
180
|
+
|
|
181
|
+
#:
|
|
182
|
+
#: ../app/models/foreman_snapshot_management/extensions/bulk_hosts_manager.rb:98
|
|
183
|
+
msgid ""
|
|
184
|
+
"VM details could not be retrieved from compute resource %s. The VM may be miss"
|
|
185
|
+
"ing/deleted or inaccessible."
|
|
186
|
+
msgstr ""
|
|
187
|
+
|
|
188
|
+
#:
|
|
189
|
+
#: ../app/models/foreman_snapshot_management/extensions/bulk_hosts_manager.rb:118
|
|
190
|
+
msgid "Snapshot creation failed: %s"
|
|
191
|
+
msgstr ""
|
|
192
|
+
|
|
120
193
|
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:15
|
|
121
|
-
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:
|
|
194
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:43
|
|
122
195
|
msgid ""
|
|
123
196
|
"Name must contain at least 2 characters starting with alphabet. Valid characte"
|
|
124
197
|
"rs are A-Z a-z 0-9 _"
|
|
125
198
|
msgstr ""
|
|
126
199
|
|
|
127
|
-
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:
|
|
200
|
+
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:23
|
|
128
201
|
msgid "Unable to create Proxmox Snapshot"
|
|
129
202
|
msgstr ""
|
|
130
203
|
|
|
131
|
-
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:
|
|
204
|
+
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:33
|
|
132
205
|
msgid "Unable to remove Proxmox Snapshot"
|
|
133
206
|
msgstr ""
|
|
134
207
|
|
|
135
|
-
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:
|
|
208
|
+
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:43
|
|
136
209
|
msgid "Unable to revert Proxmox Snapshot"
|
|
137
210
|
msgstr ""
|
|
138
211
|
|
|
139
|
-
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:
|
|
212
|
+
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:50
|
|
140
213
|
msgid "Snapshot name cannot be changed"
|
|
141
214
|
msgstr ""
|
|
142
215
|
|
|
143
|
-
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:
|
|
216
|
+
#: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:56
|
|
144
217
|
msgid "Unable to update Proxmox Snapshot"
|
|
145
218
|
msgstr ""
|
|
146
219
|
|
|
147
|
-
#: ../app/models/foreman_snapshot_management/vmware_extensions.rb:15
|
|
148
|
-
msgid ""
|
|
149
|
-
"Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools st"
|
|
150
|
-
"atus."
|
|
151
|
-
msgstr ""
|
|
152
|
-
|
|
153
220
|
#: ../app/models/foreman_snapshot_management/vmware_extensions.rb:16
|
|
154
221
|
msgid "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options."
|
|
155
222
|
msgstr ""
|
|
@@ -176,73 +243,151 @@ msgid "No capable hosts selected"
|
|
|
176
243
|
msgstr ""
|
|
177
244
|
|
|
178
245
|
#:
|
|
179
|
-
#: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:
|
|
180
|
-
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:
|
|
246
|
+
#: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:12
|
|
247
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:156
|
|
181
248
|
#: ../webpack/components/SnapshotManagement/components/SnapshotList/SnapshotList.js:162
|
|
182
249
|
msgid "Description"
|
|
183
250
|
msgstr ""
|
|
184
251
|
|
|
185
252
|
#:
|
|
186
|
-
#: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:
|
|
187
|
-
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:
|
|
253
|
+
#: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:16
|
|
254
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:164
|
|
188
255
|
msgid "Snapshot Mode"
|
|
189
256
|
msgstr ""
|
|
190
257
|
|
|
191
258
|
#:
|
|
192
|
-
#: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:
|
|
193
|
-
|
|
194
|
-
msgid ""
|
|
195
|
-
"Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RA"
|
|
196
|
-
"M) and 'Quiesce'."
|
|
259
|
+
#: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:17
|
|
260
|
+
msgid "Select Snapshot Mode between mutually exclusive options."
|
|
197
261
|
msgstr ""
|
|
198
262
|
|
|
199
263
|
#: ../app/views/hosts/_snapshots_tab.html.erb:13
|
|
200
264
|
msgid "Loading Snapshots information ..."
|
|
201
265
|
msgstr ""
|
|
202
266
|
|
|
203
|
-
#: ../lib/foreman_snapshot_management/engine.rb:
|
|
267
|
+
#: ../lib/foreman_snapshot_management/engine.rb:63
|
|
268
|
+
#: ../webpack/components/SnapshotManagementCard/SnapshotManagementCard.js:47
|
|
204
269
|
msgid "Snapshots"
|
|
205
270
|
msgstr ""
|
|
206
271
|
|
|
207
|
-
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:
|
|
208
|
-
msgid "Successfully removed Snapshot
|
|
272
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:63
|
|
273
|
+
msgid "Successfully removed Snapshot \\\"%s\\\" from host %s"
|
|
209
274
|
msgstr ""
|
|
210
275
|
|
|
211
|
-
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:
|
|
212
|
-
msgid "Successfully updated Snapshot
|
|
276
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:129
|
|
277
|
+
msgid "Successfully updated Snapshot \\\"%s\\\""
|
|
213
278
|
msgstr ""
|
|
214
279
|
|
|
215
|
-
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:
|
|
280
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:148
|
|
216
281
|
msgid "Error occurred while updating Snapshot: %s"
|
|
217
282
|
msgstr ""
|
|
218
283
|
|
|
219
|
-
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:
|
|
220
|
-
msgid "Successfully rolled back Snapshot
|
|
284
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:183
|
|
285
|
+
msgid "Successfully rolled back Snapshot \\\"%s\\\" on host %s"
|
|
286
|
+
msgstr ""
|
|
287
|
+
|
|
288
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:232
|
|
289
|
+
msgid "Failed hosts"
|
|
290
|
+
msgstr ""
|
|
291
|
+
|
|
292
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:255
|
|
293
|
+
msgid "Snapshot creation failed."
|
|
294
|
+
msgstr ""
|
|
295
|
+
|
|
296
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:260
|
|
297
|
+
msgid "%d snapshot succeeded, %d failed."
|
|
298
|
+
msgstr ""
|
|
299
|
+
|
|
300
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:261
|
|
301
|
+
msgid "%d snapshots succeeded, %d failed."
|
|
302
|
+
msgstr ""
|
|
303
|
+
|
|
304
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:284
|
|
305
|
+
msgid "Successfully triggered snapshot creation"
|
|
306
|
+
msgstr ""
|
|
307
|
+
|
|
308
|
+
#: ../webpack/components/SnapshotManagement/SnapshotManagementActions.js:285
|
|
309
|
+
msgid "Successfully triggered bulk snapshot creation"
|
|
221
310
|
msgstr ""
|
|
222
311
|
|
|
223
312
|
#:
|
|
224
|
-
#: ../webpack/components/SnapshotManagement/components/
|
|
225
|
-
|
|
313
|
+
#: ../webpack/components/SnapshotManagement/components/BulkActions/BulkCreateSnapshotMenuItem/BulkCreateSnapshotMenuItem.js:24
|
|
314
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotFormModal/SnapshotFormModal.js:29
|
|
315
|
+
msgid "Create snapshot"
|
|
226
316
|
msgstr ""
|
|
227
317
|
|
|
228
318
|
#:
|
|
229
|
-
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:
|
|
230
|
-
msgid "
|
|
319
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:74
|
|
320
|
+
msgid "Include RAM"
|
|
231
321
|
msgstr ""
|
|
232
322
|
|
|
233
323
|
#:
|
|
234
|
-
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:
|
|
235
|
-
msgid "
|
|
324
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:76
|
|
325
|
+
msgid "Quiesce"
|
|
236
326
|
msgstr ""
|
|
237
327
|
|
|
238
328
|
#:
|
|
239
|
-
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:
|
|
329
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:148
|
|
240
330
|
msgid "Name"
|
|
241
331
|
msgstr ""
|
|
242
332
|
|
|
243
333
|
#:
|
|
244
|
-
#: ../webpack/components/SnapshotManagement/components/
|
|
245
|
-
msgid "
|
|
334
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:169
|
|
335
|
+
msgid ""
|
|
336
|
+
"Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RA"
|
|
337
|
+
"M) and 'Quiesce'."
|
|
338
|
+
msgstr ""
|
|
339
|
+
|
|
340
|
+
#:
|
|
341
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:192
|
|
342
|
+
msgid "Snapshot mode"
|
|
343
|
+
msgstr ""
|
|
344
|
+
|
|
345
|
+
#:
|
|
346
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:195
|
|
347
|
+
msgid "Select snapshot mode"
|
|
348
|
+
msgstr ""
|
|
349
|
+
|
|
350
|
+
#:
|
|
351
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:208
|
|
352
|
+
msgid "None"
|
|
353
|
+
msgstr ""
|
|
354
|
+
|
|
355
|
+
#:
|
|
356
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:217
|
|
357
|
+
msgid ""
|
|
358
|
+
"Warning: In Select All mode, we cannot guarantee that all hosts support the qu"
|
|
359
|
+
"iesce option as the data is not available. If a host does not support quiesce,"
|
|
360
|
+
" the snapshot creation may fail for that host."
|
|
361
|
+
msgstr ""
|
|
362
|
+
|
|
363
|
+
#:
|
|
364
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:227
|
|
365
|
+
msgid "Note: Not all selected hosts support quiesce. The quiesce option is disabled."
|
|
366
|
+
msgstr ""
|
|
367
|
+
|
|
368
|
+
#:
|
|
369
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:251
|
|
370
|
+
msgid "Creating..."
|
|
371
|
+
msgstr ""
|
|
372
|
+
|
|
373
|
+
#:
|
|
374
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:254
|
|
375
|
+
msgid "Create"
|
|
376
|
+
msgstr ""
|
|
377
|
+
|
|
378
|
+
#:
|
|
379
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:264
|
|
380
|
+
msgid "Cancel"
|
|
381
|
+
msgstr ""
|
|
382
|
+
|
|
383
|
+
#:
|
|
384
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotFormModal/SnapshotFormModal.js:40
|
|
385
|
+
msgid "%s host is selected for snapshot creation"
|
|
386
|
+
msgstr ""
|
|
387
|
+
|
|
388
|
+
#:
|
|
389
|
+
#: ../webpack/components/SnapshotManagement/components/SnapshotFormModal/SnapshotFormModal.js:41
|
|
390
|
+
msgid "%s hosts are selected for snapshot creation"
|
|
246
391
|
msgstr ""
|
|
247
392
|
|
|
248
393
|
#:
|
|
@@ -268,7 +413,7 @@ msgstr ""
|
|
|
268
413
|
|
|
269
414
|
#:
|
|
270
415
|
#: ../webpack/components/SnapshotManagement/components/SnapshotList/SnapshotListHelper.js:42
|
|
271
|
-
msgid "Rollback to
|
|
416
|
+
msgid "Rollback to \\\"%s\\\"?"
|
|
272
417
|
msgstr ""
|
|
273
418
|
|
|
274
419
|
#:
|
|
@@ -278,7 +423,7 @@ msgstr ""
|
|
|
278
423
|
|
|
279
424
|
#:
|
|
280
425
|
#: ../webpack/components/SnapshotManagement/components/SnapshotList/SnapshotListHelper.js:60
|
|
281
|
-
msgid "Delete Snapshot
|
|
426
|
+
msgid "Delete Snapshot \\\"%s\\\"?"
|
|
282
427
|
msgstr ""
|
|
283
428
|
|
|
284
429
|
#:
|
|
@@ -287,5 +432,5 @@ msgid "Delete"
|
|
|
287
432
|
msgstr ""
|
|
288
433
|
|
|
289
434
|
#: gemspec.rb:4
|
|
290
|
-
msgid "Foreman
|
|
435
|
+
msgid "Foreman plugin to manage snapshots of virtual machines."
|
|
291
436
|
msgstr ""
|
|
Binary file
|