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
data/app/assets/javascripts/foreman_snapshot_management/locale/el/foreman_snapshot_management.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_snapshot_management": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_snapshot_management 4.
|
|
6
|
+
"Project-Id-Version": "foreman_snapshot_management 4.2.1",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2019-10-22 11:54+0000",
|
|
9
9
|
"Last-Translator": "Efstathios Iosifidis <eiosifidis@gmail.com>, 2022",
|
|
@@ -17,25 +17,49 @@
|
|
|
17
17
|
"domain": "foreman_snapshot_management",
|
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
|
19
19
|
},
|
|
20
|
+
"%d snapshot succeeded, %d failed.": [
|
|
21
|
+
""
|
|
22
|
+
],
|
|
23
|
+
"%d snapshots succeeded, %d failed.": [
|
|
24
|
+
""
|
|
25
|
+
],
|
|
26
|
+
"%s host is selected for snapshot creation": [
|
|
27
|
+
""
|
|
28
|
+
],
|
|
29
|
+
"%s hosts are selected for snapshot creation": [
|
|
30
|
+
""
|
|
31
|
+
],
|
|
20
32
|
"Action": [
|
|
21
33
|
"Ενέργεια"
|
|
22
34
|
],
|
|
23
|
-
"
|
|
24
|
-
"
|
|
35
|
+
"Cancel": [
|
|
36
|
+
""
|
|
25
37
|
],
|
|
26
|
-
"Create
|
|
38
|
+
"Create": [
|
|
27
39
|
""
|
|
28
40
|
],
|
|
41
|
+
"Create Snapshot": [
|
|
42
|
+
"Διμουργία στιγμιότυπου"
|
|
43
|
+
],
|
|
29
44
|
"Create a snapshot": [
|
|
30
45
|
"Δημιουργία στιγμιότυπου"
|
|
31
46
|
],
|
|
47
|
+
"Create snapshot": [
|
|
48
|
+
""
|
|
49
|
+
],
|
|
50
|
+
"Create snapshots for multiple hosts": [
|
|
51
|
+
""
|
|
52
|
+
],
|
|
32
53
|
"Created %{snapshots} for %{num} %{hosts}": [
|
|
33
54
|
"Δημιουργήθηκαν %{snapshots} για %{num} %{hosts}"
|
|
34
55
|
],
|
|
56
|
+
"Creating...": [
|
|
57
|
+
""
|
|
58
|
+
],
|
|
35
59
|
"Delete": [
|
|
36
60
|
"Διαγραφή"
|
|
37
61
|
],
|
|
38
|
-
"Delete Snapshot
|
|
62
|
+
"Delete Snapshot \\\\\\\"%s\\\\\\\"?": [
|
|
39
63
|
""
|
|
40
64
|
],
|
|
41
65
|
"Delete a snapshot": [
|
|
@@ -44,6 +68,9 @@
|
|
|
44
68
|
"Description": [
|
|
45
69
|
"Περιγραφή"
|
|
46
70
|
],
|
|
71
|
+
"Description of the snapshot": [
|
|
72
|
+
""
|
|
73
|
+
],
|
|
47
74
|
"Description of this snapshot": [
|
|
48
75
|
"Περιγραφή αυτού του στιγμιότυπου"
|
|
49
76
|
],
|
|
@@ -62,24 +89,45 @@
|
|
|
62
89
|
"Error occurred while updating Snapshot: %s": [
|
|
63
90
|
""
|
|
64
91
|
],
|
|
92
|
+
"Failed hosts": [
|
|
93
|
+
""
|
|
94
|
+
],
|
|
65
95
|
"Failed to load snapshot list": [
|
|
66
96
|
""
|
|
67
97
|
],
|
|
68
98
|
"Failed to update Snapshot: %s": [
|
|
69
99
|
"Αποτυχημένη ενημέρωση στιγμιότυπου: %s"
|
|
70
100
|
],
|
|
71
|
-
"Foreman
|
|
101
|
+
"Foreman plugin to manage snapshots of virtual machines.": [
|
|
102
|
+
""
|
|
103
|
+
],
|
|
104
|
+
"Host has no UUID, cannot create snapshot.": [
|
|
105
|
+
""
|
|
106
|
+
],
|
|
107
|
+
"Host has no compute resource, cannot create snapshot.": [
|
|
108
|
+
""
|
|
109
|
+
],
|
|
110
|
+
"ID of the organization": [
|
|
111
|
+
""
|
|
112
|
+
],
|
|
113
|
+
"Include RAM": [
|
|
114
|
+
""
|
|
115
|
+
],
|
|
116
|
+
"Invalid mode": [
|
|
72
117
|
""
|
|
73
118
|
],
|
|
74
119
|
"List all snapshots": [
|
|
75
120
|
"Λίστα όλων των στιγμιοτύπων"
|
|
76
121
|
],
|
|
122
|
+
"List of host ids to exclude and not run an action on": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
125
|
+
"List of host ids to perform an action on": [
|
|
126
|
+
""
|
|
127
|
+
],
|
|
77
128
|
"Loading Snapshots information ...": [
|
|
78
129
|
"Γίνεται φόρτωση πληροφοριών στιγμιοτύπων ..."
|
|
79
130
|
],
|
|
80
|
-
"Memory": [
|
|
81
|
-
"Μνήμη"
|
|
82
|
-
],
|
|
83
131
|
"N/A": [
|
|
84
132
|
"Δ/Υ"
|
|
85
133
|
],
|
|
@@ -89,6 +137,9 @@
|
|
|
89
137
|
"Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _": [
|
|
90
138
|
""
|
|
91
139
|
],
|
|
140
|
+
"Name of the snapshot": [
|
|
141
|
+
""
|
|
142
|
+
],
|
|
92
143
|
"Name of this snapshot": [
|
|
93
144
|
"Όνομα αυτού του στιγμιότυπου"
|
|
94
145
|
],
|
|
@@ -101,6 +152,12 @@
|
|
|
101
152
|
"No hosts were found with that id, name or query filter": [
|
|
102
153
|
""
|
|
103
154
|
],
|
|
155
|
+
"None": [
|
|
156
|
+
""
|
|
157
|
+
],
|
|
158
|
+
"Note: Not all selected hosts support quiesce. The quiesce option is disabled.": [
|
|
159
|
+
""
|
|
160
|
+
],
|
|
104
161
|
"Quiesce": [
|
|
105
162
|
""
|
|
106
163
|
],
|
|
@@ -110,12 +167,21 @@
|
|
|
110
167
|
"Rollback": [
|
|
111
168
|
"Επαναφορά"
|
|
112
169
|
],
|
|
113
|
-
"Rollback to
|
|
170
|
+
"Rollback to \\\\\\\"%s\\\\\\\"?": [
|
|
171
|
+
""
|
|
172
|
+
],
|
|
173
|
+
"Search string for hosts to perform an action on": [
|
|
114
174
|
""
|
|
115
175
|
],
|
|
116
176
|
"Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'.": [
|
|
117
177
|
""
|
|
118
178
|
],
|
|
179
|
+
"Select Snapshot Mode between mutually exclusive options.": [
|
|
180
|
+
""
|
|
181
|
+
],
|
|
182
|
+
"Select snapshot mode": [
|
|
183
|
+
""
|
|
184
|
+
],
|
|
119
185
|
"Snapshot": [
|
|
120
186
|
"Στιγμιότυπο",
|
|
121
187
|
"Στιγμιότυπα"
|
|
@@ -123,10 +189,22 @@
|
|
|
123
189
|
"Snapshot Mode": [
|
|
124
190
|
""
|
|
125
191
|
],
|
|
192
|
+
"Snapshot creation failed.": [
|
|
193
|
+
""
|
|
194
|
+
],
|
|
195
|
+
"Snapshot creation failed: %s": [
|
|
196
|
+
""
|
|
197
|
+
],
|
|
198
|
+
"Snapshot mode": [
|
|
199
|
+
""
|
|
200
|
+
],
|
|
201
|
+
"Snapshot mode: full (default), include_ram, or quiesce": [
|
|
202
|
+
""
|
|
203
|
+
],
|
|
126
204
|
"Snapshot name cannot be changed": [
|
|
127
205
|
""
|
|
128
206
|
],
|
|
129
|
-
"Snapshot
|
|
207
|
+
"Snapshot parameters": [
|
|
130
208
|
""
|
|
131
209
|
],
|
|
132
210
|
"Snapshots": [
|
|
@@ -135,13 +213,19 @@
|
|
|
135
213
|
"Something went wrong while selecting hosts - %s": [
|
|
136
214
|
""
|
|
137
215
|
],
|
|
138
|
-
"Successfully removed Snapshot
|
|
216
|
+
"Successfully removed Snapshot \\\\\\\"%s\\\\\\\" from host %s": [
|
|
217
|
+
""
|
|
218
|
+
],
|
|
219
|
+
"Successfully rolled back Snapshot \\\\\\\"%s\\\\\\\" on host %s": [
|
|
139
220
|
""
|
|
140
221
|
],
|
|
141
|
-
"Successfully
|
|
222
|
+
"Successfully triggered bulk snapshot creation": [
|
|
142
223
|
""
|
|
143
224
|
],
|
|
144
|
-
"Successfully
|
|
225
|
+
"Successfully triggered snapshot creation": [
|
|
226
|
+
""
|
|
227
|
+
],
|
|
228
|
+
"Successfully updated Snapshot \\\\\\\"%s\\\\\\\"": [
|
|
145
229
|
""
|
|
146
230
|
],
|
|
147
231
|
"Unable to create Proxmox Snapshot": [
|
|
@@ -177,9 +261,15 @@
|
|
|
177
261
|
"Update a snapshot": [
|
|
178
262
|
"Ενημέρωση στιγμιότυπου"
|
|
179
263
|
],
|
|
264
|
+
"VM details could not be retrieved from compute resource %s. The VM may be missing/deleted or inaccessible.": [
|
|
265
|
+
""
|
|
266
|
+
],
|
|
180
267
|
"VM successfully rolled back.": [
|
|
181
268
|
"Επιτυχημένη επαναφορά VM."
|
|
182
269
|
],
|
|
270
|
+
"Warning: In Select All mode, we cannot guarantee that all hosts support the quiesce option as the data is not available. If a host does not support quiesce, the snapshot creation may fail for that host.": [
|
|
271
|
+
""
|
|
272
|
+
],
|
|
183
273
|
"Whether to include the Quiesce state in the snapshot": [
|
|
184
274
|
""
|
|
185
275
|
],
|
|
@@ -192,6 +282,9 @@
|
|
|
192
282
|
"host": [
|
|
193
283
|
"",
|
|
194
284
|
""
|
|
285
|
+
],
|
|
286
|
+
"snapshot.name is required": [
|
|
287
|
+
""
|
|
195
288
|
]
|
|
196
289
|
}
|
|
197
290
|
}
|
data/app/assets/javascripts/foreman_snapshot_management/locale/en/foreman_snapshot_management.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_snapshot_management": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_snapshot_management
|
|
6
|
+
"Project-Id-Version": "foreman_snapshot_management 1.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
|
-
"PO-Revision-Date": "2026-
|
|
8
|
+
"PO-Revision-Date": "2026-03-10 13:30+0100",
|
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
|
10
10
|
"Language-Team": "LANGUAGE <LL@li.org>",
|
|
11
11
|
"Language": "",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"Delete": [
|
|
60
60
|
""
|
|
61
61
|
],
|
|
62
|
-
"Delete Snapshot
|
|
62
|
+
"Delete Snapshot \\\\\\\"%s\\\\\\\"?": [
|
|
63
63
|
""
|
|
64
64
|
],
|
|
65
65
|
"Delete a snapshot": [
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"Failed to update Snapshot: %s": [
|
|
99
99
|
""
|
|
100
100
|
],
|
|
101
|
-
"Foreman
|
|
101
|
+
"Foreman plugin to manage snapshots of virtual machines.": [
|
|
102
102
|
""
|
|
103
103
|
],
|
|
104
104
|
"Host has no UUID, cannot create snapshot.": [
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"Rollback": [
|
|
168
168
|
""
|
|
169
169
|
],
|
|
170
|
-
"Rollback to
|
|
170
|
+
"Rollback to \\\\\\\"%s\\\\\\\"?": [
|
|
171
171
|
""
|
|
172
172
|
],
|
|
173
173
|
"Search string for hosts to perform an action on": [
|
|
@@ -213,10 +213,10 @@
|
|
|
213
213
|
"Something went wrong while selecting hosts - %s": [
|
|
214
214
|
""
|
|
215
215
|
],
|
|
216
|
-
"Successfully removed Snapshot
|
|
216
|
+
"Successfully removed Snapshot \\\\\\\"%s\\\\\\\" from host %s": [
|
|
217
217
|
""
|
|
218
218
|
],
|
|
219
|
-
"Successfully rolled back Snapshot
|
|
219
|
+
"Successfully rolled back Snapshot \\\\\\\"%s\\\\\\\" on host %s": [
|
|
220
220
|
""
|
|
221
221
|
],
|
|
222
222
|
"Successfully triggered bulk snapshot creation": [
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"Successfully triggered snapshot creation": [
|
|
226
226
|
""
|
|
227
227
|
],
|
|
228
|
-
"Successfully updated Snapshot
|
|
228
|
+
"Successfully updated Snapshot \\\\\\\"%s\\\\\\\"": [
|
|
229
229
|
""
|
|
230
230
|
],
|
|
231
231
|
"Unable to create Proxmox Snapshot": [
|
|
@@ -288,4 +288,4 @@
|
|
|
288
288
|
]
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
|
-
};
|
|
291
|
+
};
|
data/app/assets/javascripts/foreman_snapshot_management/locale/fr/foreman_snapshot_management.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_snapshot_management": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_snapshot_management 4.
|
|
6
|
+
"Project-Id-Version": "foreman_snapshot_management 4.2.1",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2019-10-22 11:54+0000",
|
|
9
9
|
"Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2023",
|
|
@@ -17,26 +17,50 @@
|
|
|
17
17
|
"domain": "foreman_snapshot_management",
|
|
18
18
|
"plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
|
19
19
|
},
|
|
20
|
+
"%d snapshot succeeded, %d failed.": [
|
|
21
|
+
""
|
|
22
|
+
],
|
|
23
|
+
"%d snapshots succeeded, %d failed.": [
|
|
24
|
+
""
|
|
25
|
+
],
|
|
26
|
+
"%s host is selected for snapshot creation": [
|
|
27
|
+
""
|
|
28
|
+
],
|
|
29
|
+
"%s hosts are selected for snapshot creation": [
|
|
30
|
+
""
|
|
31
|
+
],
|
|
20
32
|
"Action": [
|
|
21
33
|
"Action"
|
|
22
34
|
],
|
|
35
|
+
"Cancel": [
|
|
36
|
+
""
|
|
37
|
+
],
|
|
38
|
+
"Create": [
|
|
39
|
+
""
|
|
40
|
+
],
|
|
23
41
|
"Create Snapshot": [
|
|
24
42
|
"Créer un instantané"
|
|
25
43
|
],
|
|
26
|
-
"Create Snapshot for %s": [
|
|
27
|
-
"Créer un instantané pour %s"
|
|
28
|
-
],
|
|
29
44
|
"Create a snapshot": [
|
|
30
45
|
"Créer un instantané"
|
|
31
46
|
],
|
|
47
|
+
"Create snapshot": [
|
|
48
|
+
""
|
|
49
|
+
],
|
|
50
|
+
"Create snapshots for multiple hosts": [
|
|
51
|
+
""
|
|
52
|
+
],
|
|
32
53
|
"Created %{snapshots} for %{num} %{hosts}": [
|
|
33
54
|
"Créé %{snapshots} pour %{num} %{hosts}"
|
|
34
55
|
],
|
|
56
|
+
"Creating...": [
|
|
57
|
+
""
|
|
58
|
+
],
|
|
35
59
|
"Delete": [
|
|
36
60
|
"Supprimer"
|
|
37
61
|
],
|
|
38
|
-
"Delete Snapshot
|
|
39
|
-
"
|
|
62
|
+
"Delete Snapshot \\\\\\\"%s\\\\\\\"?": [
|
|
63
|
+
""
|
|
40
64
|
],
|
|
41
65
|
"Delete a snapshot": [
|
|
42
66
|
"Supprimer un instantané"
|
|
@@ -44,6 +68,9 @@
|
|
|
44
68
|
"Description": [
|
|
45
69
|
"Description"
|
|
46
70
|
],
|
|
71
|
+
"Description of the snapshot": [
|
|
72
|
+
""
|
|
73
|
+
],
|
|
47
74
|
"Description of this snapshot": [
|
|
48
75
|
"Description de cet instantané"
|
|
49
76
|
],
|
|
@@ -62,24 +89,45 @@
|
|
|
62
89
|
"Error occurred while updating Snapshot: %s": [
|
|
63
90
|
"Une erreur s'est produite lors de la mise à jour de l’instantané : %s"
|
|
64
91
|
],
|
|
92
|
+
"Failed hosts": [
|
|
93
|
+
""
|
|
94
|
+
],
|
|
65
95
|
"Failed to load snapshot list": [
|
|
66
96
|
"Échec du chargement de la liste des instantanés"
|
|
67
97
|
],
|
|
68
98
|
"Failed to update Snapshot: %s": [
|
|
69
99
|
"Échec de la mise à jour de l’instantané : %s"
|
|
70
100
|
],
|
|
71
|
-
"Foreman
|
|
72
|
-
"
|
|
101
|
+
"Foreman plugin to manage snapshots of virtual machines.": [
|
|
102
|
+
""
|
|
103
|
+
],
|
|
104
|
+
"Host has no UUID, cannot create snapshot.": [
|
|
105
|
+
""
|
|
106
|
+
],
|
|
107
|
+
"Host has no compute resource, cannot create snapshot.": [
|
|
108
|
+
""
|
|
109
|
+
],
|
|
110
|
+
"ID of the organization": [
|
|
111
|
+
""
|
|
112
|
+
],
|
|
113
|
+
"Include RAM": [
|
|
114
|
+
""
|
|
115
|
+
],
|
|
116
|
+
"Invalid mode": [
|
|
117
|
+
""
|
|
73
118
|
],
|
|
74
119
|
"List all snapshots": [
|
|
75
120
|
"Liste de tous les instantanés"
|
|
76
121
|
],
|
|
122
|
+
"List of host ids to exclude and not run an action on": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
125
|
+
"List of host ids to perform an action on": [
|
|
126
|
+
""
|
|
127
|
+
],
|
|
77
128
|
"Loading Snapshots information ...": [
|
|
78
129
|
"Chargement des informations sur les instantanés ..."
|
|
79
130
|
],
|
|
80
|
-
"Memory": [
|
|
81
|
-
"Mémoire"
|
|
82
|
-
],
|
|
83
131
|
"N/A": [
|
|
84
132
|
"Sans objet"
|
|
85
133
|
],
|
|
@@ -89,6 +137,9 @@
|
|
|
89
137
|
"Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _": [
|
|
90
138
|
"Le nom doit contenir au moins 2 caractères commençant par l'alphabet. Les caractères valides sont A-Z a-z 0-9 _"
|
|
91
139
|
],
|
|
140
|
+
"Name of the snapshot": [
|
|
141
|
+
""
|
|
142
|
+
],
|
|
92
143
|
"Name of this snapshot": [
|
|
93
144
|
"Nom de cet instantané"
|
|
94
145
|
],
|
|
@@ -101,6 +152,12 @@
|
|
|
101
152
|
"No hosts were found with that id, name or query filter": [
|
|
102
153
|
"Aucun hôte trouvé avec cet ID, ce nom ou filtre de requête"
|
|
103
154
|
],
|
|
155
|
+
"None": [
|
|
156
|
+
""
|
|
157
|
+
],
|
|
158
|
+
"Note: Not all selected hosts support quiesce. The quiesce option is disabled.": [
|
|
159
|
+
""
|
|
160
|
+
],
|
|
104
161
|
"Quiesce": [
|
|
105
162
|
""
|
|
106
163
|
],
|
|
@@ -110,12 +167,21 @@
|
|
|
110
167
|
"Rollback": [
|
|
111
168
|
"Rollback"
|
|
112
169
|
],
|
|
113
|
-
"Rollback to
|
|
114
|
-
"
|
|
170
|
+
"Rollback to \\\\\\\"%s\\\\\\\"?": [
|
|
171
|
+
""
|
|
172
|
+
],
|
|
173
|
+
"Search string for hosts to perform an action on": [
|
|
174
|
+
""
|
|
115
175
|
],
|
|
116
176
|
"Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'.": [
|
|
117
177
|
""
|
|
118
178
|
],
|
|
179
|
+
"Select Snapshot Mode between mutually exclusive options.": [
|
|
180
|
+
""
|
|
181
|
+
],
|
|
182
|
+
"Select snapshot mode": [
|
|
183
|
+
""
|
|
184
|
+
],
|
|
119
185
|
"Snapshot": [
|
|
120
186
|
"Instantané",
|
|
121
187
|
"Instantanés",
|
|
@@ -124,11 +190,23 @@
|
|
|
124
190
|
"Snapshot Mode": [
|
|
125
191
|
""
|
|
126
192
|
],
|
|
193
|
+
"Snapshot creation failed.": [
|
|
194
|
+
""
|
|
195
|
+
],
|
|
196
|
+
"Snapshot creation failed: %s": [
|
|
197
|
+
""
|
|
198
|
+
],
|
|
199
|
+
"Snapshot mode": [
|
|
200
|
+
""
|
|
201
|
+
],
|
|
202
|
+
"Snapshot mode: full (default), include_ram, or quiesce": [
|
|
203
|
+
""
|
|
204
|
+
],
|
|
127
205
|
"Snapshot name cannot be changed": [
|
|
128
206
|
"Le nom de l’instantané ne peut pas être modifié"
|
|
129
207
|
],
|
|
130
|
-
"Snapshot
|
|
131
|
-
"
|
|
208
|
+
"Snapshot parameters": [
|
|
209
|
+
""
|
|
132
210
|
],
|
|
133
211
|
"Snapshots": [
|
|
134
212
|
"Instantanés"
|
|
@@ -136,14 +214,20 @@
|
|
|
136
214
|
"Something went wrong while selecting hosts - %s": [
|
|
137
215
|
"Une erreur s'est produite lors de la sélection des hôtes - %s"
|
|
138
216
|
],
|
|
139
|
-
"Successfully removed Snapshot
|
|
140
|
-
"
|
|
217
|
+
"Successfully removed Snapshot \\\\\\\"%s\\\\\\\" from host %s": [
|
|
218
|
+
""
|
|
219
|
+
],
|
|
220
|
+
"Successfully rolled back Snapshot \\\\\\\"%s\\\\\\\" on host %s": [
|
|
221
|
+
""
|
|
222
|
+
],
|
|
223
|
+
"Successfully triggered bulk snapshot creation": [
|
|
224
|
+
""
|
|
141
225
|
],
|
|
142
|
-
"Successfully
|
|
143
|
-
"
|
|
226
|
+
"Successfully triggered snapshot creation": [
|
|
227
|
+
""
|
|
144
228
|
],
|
|
145
|
-
"Successfully updated Snapshot
|
|
146
|
-
"
|
|
229
|
+
"Successfully updated Snapshot \\\\\\\"%s\\\\\\\"": [
|
|
230
|
+
""
|
|
147
231
|
],
|
|
148
232
|
"Unable to create Proxmox Snapshot": [
|
|
149
233
|
"Impossible de créer un instantané de Proxmox"
|
|
@@ -178,9 +262,15 @@
|
|
|
178
262
|
"Update a snapshot": [
|
|
179
263
|
"Mise à jour d'un instantané"
|
|
180
264
|
],
|
|
265
|
+
"VM details could not be retrieved from compute resource %s. The VM may be missing/deleted or inaccessible.": [
|
|
266
|
+
""
|
|
267
|
+
],
|
|
181
268
|
"VM successfully rolled back.": [
|
|
182
269
|
"La VM a été reprise avec succès."
|
|
183
270
|
],
|
|
271
|
+
"Warning: In Select All mode, we cannot guarantee that all hosts support the quiesce option as the data is not available. If a host does not support quiesce, the snapshot creation may fail for that host.": [
|
|
272
|
+
""
|
|
273
|
+
],
|
|
184
274
|
"Whether to include the Quiesce state in the snapshot": [
|
|
185
275
|
"Si l'état de repos doit être inclus dans l'instantané"
|
|
186
276
|
],
|
|
@@ -194,6 +284,9 @@
|
|
|
194
284
|
"hôte",
|
|
195
285
|
"hôtes",
|
|
196
286
|
"hôtes"
|
|
287
|
+
],
|
|
288
|
+
"snapshot.name is required": [
|
|
289
|
+
""
|
|
197
290
|
]
|
|
198
291
|
}
|
|
199
292
|
}
|