foreman_snapshot_management 4.2.1 → 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.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_snapshot_management/locale/cs_CZ/foreman_snapshot_management.js +108 -15
  3. data/app/assets/javascripts/foreman_snapshot_management/locale/de/foreman_snapshot_management.js +114 -21
  4. data/app/assets/javascripts/foreman_snapshot_management/locale/el/foreman_snapshot_management.js +107 -14
  5. data/app/assets/javascripts/foreman_snapshot_management/locale/en/foreman_snapshot_management.js +9 -9
  6. data/app/assets/javascripts/foreman_snapshot_management/locale/fr/foreman_snapshot_management.js +114 -21
  7. data/app/assets/javascripts/foreman_snapshot_management/locale/ja/foreman_snapshot_management.js +114 -21
  8. data/app/assets/javascripts/foreman_snapshot_management/locale/ka/foreman_snapshot_management.js +114 -21
  9. data/app/assets/javascripts/foreman_snapshot_management/locale/zh_CN/foreman_snapshot_management.js +114 -21
  10. data/lib/foreman_snapshot_management/version.rb +1 -1
  11. data/locale/cs_CZ/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  12. data/locale/cs_CZ/foreman_snapshot_management.po +108 -16
  13. data/locale/de/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  14. data/locale/de/foreman_snapshot_management.po +114 -22
  15. data/locale/el/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  16. data/locale/el/foreman_snapshot_management.po +107 -15
  17. data/locale/en/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  18. data/locale/en/foreman_snapshot_management.po +4 -3
  19. data/locale/foreman_snapshot_management.pot +215 -70
  20. data/locale/fr/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  21. data/locale/fr/foreman_snapshot_management.po +114 -22
  22. data/locale/ja/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  23. data/locale/ja/foreman_snapshot_management.po +114 -22
  24. data/locale/ka/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  25. data/locale/ka/foreman_snapshot_management.po +114 -22
  26. data/locale/zh_CN/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  27. data/locale/zh_CN/foreman_snapshot_management.po +114 -22
  28. data/package.json +1 -1
  29. data/webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js +3 -3
  30. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15c4811e22c26623aba9d42f68855dc19001469274c82792cf54e09cae842de3
4
- data.tar.gz: 8f6507381145806178e8857364cc3f83f89d38c89e3d2ed8ea74136cc42b00c5
3
+ metadata.gz: ed70e565cb06f031a3744c6f1affb5067dbdcad2f27e3ff2dda36b6f13bcc6cc
4
+ data.tar.gz: 436122d914bb2dec114c9e6f9ea94669d7ddace54cd4262daab492f11b46cff0
5
5
  SHA512:
6
- metadata.gz: b87bba270358286f98aae2b8c304f3e5583a15633ff3c449c3c195456db3b722d079631b50b69611bb6d4e658fbd5f264f6053409b424ee47a2d0ea5a22503d0
7
- data.tar.gz: 32dbc85873b755427900fbfe3e5ba46fe402808e3cc9966d0d05210453b5b159b2f53290d9de948d35e70c95765207683aaf5b271b7aa37601b7464e7e528bcb
6
+ metadata.gz: 8ac852b61943b902559a13e717e16b842cb896e2b520aa6a3e4e791d28689a8c7be153778a5526cf8f7cfa864cd85d92b80f33c3cc46ece57f1bd85097d88369
7
+ data.tar.gz: dbbfb4540746a27ec83402bef564b266263b7c6b331bba9091fdaa4b7e003e9bd8a804f444f1311c137e67878c73cdaf1afb48c27b3a37a912c415a4a41ee468
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_snapshot_management": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_snapshot_management 4.1.1",
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": "Pavel Borecki <pavel.borecki@gmail.com>, 2022",
@@ -17,25 +17,49 @@
17
17
  "domain": "foreman_snapshot_management",
18
18
  "plural_forms": "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
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
  "Akce"
22
34
  ],
23
- "Create Snapshot": [
24
- "Pořídit zachycený stav"
35
+ "Cancel": [
36
+ ""
25
37
  ],
26
- "Create Snapshot for %s": [
38
+ "Create": [
27
39
  ""
28
40
  ],
41
+ "Create Snapshot": [
42
+ "Pořídit zachycený stav"
43
+ ],
29
44
  "Create a snapshot": [
30
45
  "Pořídit zachycený stav"
31
46
  ],
47
+ "Create snapshot": [
48
+ ""
49
+ ],
50
+ "Create snapshots for multiple hosts": [
51
+ ""
52
+ ],
32
53
  "Created %{snapshots} for %{num} %{hosts}": [
33
54
  "Vytvořeno %{snapshots} pro %{num} %{hosts}"
34
55
  ],
56
+ "Creating...": [
57
+ ""
58
+ ],
35
59
  "Delete": [
36
60
  "Smazat"
37
61
  ],
38
- "Delete Snapshot \\\"%s\\\"?": [
62
+ "Delete Snapshot \\\\\\\"%s\\\\\\\"?": [
39
63
  ""
40
64
  ],
41
65
  "Delete a snapshot": [
@@ -44,6 +68,9 @@
44
68
  "Description": [
45
69
  "Popis"
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
  "Zachycený stav se nepodařilo aktualizovat: %s"
70
100
  ],
71
- "Foreman-plugin to manage snapshots in a virtual-hardware environments.": [
72
- "Zásuvný modul do Foreman pro správu zachycených stavů v prostředí virtuálního hardware."
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
  "Vypsat všechny zachycené stavy"
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
  "Načítání informací o zachycených stavech…"
79
130
  ],
80
- "Memory": [
81
- "Operační paměť"
82
- ],
83
131
  "N/A": [
84
132
  "Není"
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
  "Název tohoto zachyceného stavu"
94
145
  ],
@@ -101,6 +152,12 @@
101
152
  "No hosts were found with that id, name or query filter": [
102
153
  "Pro takový identifikátor, název nebo dotazovací filtr nebyly nalezeni žádní hostitelé"
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 \\\"%s\\\"?": [
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
  "Zachycený stav",
121
187
  "Zachycené stavy",
@@ -125,10 +191,22 @@
125
191
  "Snapshot Mode": [
126
192
  ""
127
193
  ],
194
+ "Snapshot creation failed.": [
195
+ ""
196
+ ],
197
+ "Snapshot creation failed: %s": [
198
+ ""
199
+ ],
200
+ "Snapshot mode": [
201
+ ""
202
+ ],
203
+ "Snapshot mode: full (default), include_ram, or quiesce": [
204
+ ""
205
+ ],
128
206
  "Snapshot name cannot be changed": [
129
207
  "Název zachyceného stavu není možné změnit"
130
208
  ],
131
- "Snapshot successfully created!": [
209
+ "Snapshot parameters": [
132
210
  ""
133
211
  ],
134
212
  "Snapshots": [
@@ -137,13 +215,19 @@
137
215
  "Something went wrong while selecting hosts - %s": [
138
216
  "Při vybírání strojů se něco pokazilo – %s"
139
217
  ],
140
- "Successfully removed Snapshot \\\"%s\\\" from host %s": [
218
+ "Successfully removed Snapshot \\\\\\\"%s\\\\\\\" from host %s": [
219
+ ""
220
+ ],
221
+ "Successfully rolled back Snapshot \\\\\\\"%s\\\\\\\" on host %s": [
141
222
  ""
142
223
  ],
143
- "Successfully rolled back Snapshot \\\"%s\\\" on host %s": [
224
+ "Successfully triggered bulk snapshot creation": [
144
225
  ""
145
226
  ],
146
- "Successfully updated Snapshot \\\"%s\\\"": [
227
+ "Successfully triggered snapshot creation": [
228
+ ""
229
+ ],
230
+ "Successfully updated Snapshot \\\\\\\"%s\\\\\\\"": [
147
231
  ""
148
232
  ],
149
233
  "Unable to create Proxmox Snapshot": [
@@ -179,9 +263,15 @@
179
263
  "Update a snapshot": [
180
264
  "Aktualizovat zachycený stav"
181
265
  ],
266
+ "VM details could not be retrieved from compute resource %s. The VM may be missing/deleted or inaccessible.": [
267
+ ""
268
+ ],
182
269
  "VM successfully rolled back.": [
183
270
  ""
184
271
  ],
272
+ "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.": [
273
+ ""
274
+ ],
185
275
  "Whether to include the Quiesce state in the snapshot": [
186
276
  ""
187
277
  ],
@@ -194,6 +284,9 @@
194
284
  "host": [
195
285
  "",
196
286
  ""
287
+ ],
288
+ "snapshot.name is required": [
289
+ ""
197
290
  ]
198
291
  }
199
292
  }
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_snapshot_management": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_snapshot_management 4.1.1",
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": "Wiederoder <stefanwiederoder@googlemail.com>, 2022",
@@ -17,26 +17,50 @@
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
  "Aktion"
22
34
  ],
35
+ "Cancel": [
36
+ ""
37
+ ],
38
+ "Create": [
39
+ ""
40
+ ],
23
41
  "Create Snapshot": [
24
42
  "Snapshot erstellen"
25
43
  ],
26
- "Create Snapshot for %s": [
27
- "Snapshot anlegen für %s"
28
- ],
29
44
  "Create a snapshot": [
30
45
  "Einen Snapshot erstellen"
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} für %{num} %{hosts} erstellt"
34
55
  ],
56
+ "Creating...": [
57
+ ""
58
+ ],
35
59
  "Delete": [
36
60
  "Löschen"
37
61
  ],
38
- "Delete Snapshot \\\"%s\\\"?": [
39
- "\\\"%s\\\" wirklich löschen?"
62
+ "Delete Snapshot \\\\\\\"%s\\\\\\\"?": [
63
+ ""
40
64
  ],
41
65
  "Delete a snapshot": [
42
66
  "Snapshot löschen"
@@ -44,6 +68,9 @@
44
68
  "Description": [
45
69
  "Beschreibung"
46
70
  ],
71
+ "Description of the snapshot": [
72
+ ""
73
+ ],
47
74
  "Description of this snapshot": [
48
75
  "Beschreibung dieses Snapshots"
49
76
  ],
@@ -62,24 +89,45 @@
62
89
  "Error occurred while updating Snapshot: %s": [
63
90
  "Fehler beim Aktualisieren des Snapshots: %s"
64
91
  ],
92
+ "Failed hosts": [
93
+ ""
94
+ ],
65
95
  "Failed to load snapshot list": [
66
96
  "Fehler beim Laden der Snapshotliste"
67
97
  ],
68
98
  "Failed to update Snapshot: %s": [
69
99
  "Das Aktualisieren des Snapshots ist fehlgeschlagen: %s"
70
100
  ],
71
- "Foreman-plugin to manage snapshots in a virtual-hardware environments.": [
72
- "Ein Foremanplugin, welches Snapshots in Umgebungen mit virtueller Hardware nutzbar macht."
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
  "Alle Snapshots auflisten"
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
  "Lade Snapshot Informationen ..."
79
130
  ],
80
- "Memory": [
81
- "Speicher"
82
- ],
83
131
  "N/A": [
84
132
  "N/A"
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
  "Der Name muss aus mindestens 2 Zeichen bestehen und mit einem Buchstaben beginnen. Gültige Zeichen: A-Z a-z 0-9 _"
91
139
  ],
140
+ "Name of the snapshot": [
141
+ ""
142
+ ],
92
143
  "Name of this snapshot": [
93
144
  "Name dieses Snapshots"
94
145
  ],
@@ -101,6 +152,12 @@
101
152
  "No hosts were found with that id, name or query filter": [
102
153
  "Keine Hosts wurden mit dieser Kennung, Name oder Abfrage-Filter gefunden"
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
  "Wiederherstellen"
112
169
  ],
113
- "Rollback to \\\"%s\\\"?": [
114
- "\\\"%s\\\" wirklich wiederherstellen?"
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
  "Snapshot",
121
187
  "Snapshots"
@@ -123,11 +189,23 @@
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
  "Der Name des Snapshots kann nicht geändert werden"
128
206
  ],
129
- "Snapshot successfully created!": [
130
- "Snapshot erfolgreich erzeugt!"
207
+ "Snapshot parameters": [
208
+ ""
131
209
  ],
132
210
  "Snapshots": [
133
211
  "Snapshots"
@@ -135,14 +213,20 @@
135
213
  "Something went wrong while selecting hosts - %s": [
136
214
  "Fehler beim Auswählen der Hosts – %s"
137
215
  ],
138
- "Successfully removed Snapshot \\\"%s\\\" from host %s": [
139
- "Snapshot \\\"%s\\\" erfolgreich von Host %s entfernt."
216
+ "Successfully removed Snapshot \\\\\\\"%s\\\\\\\" from host %s": [
217
+ ""
218
+ ],
219
+ "Successfully rolled back Snapshot \\\\\\\"%s\\\\\\\" on host %s": [
220
+ ""
221
+ ],
222
+ "Successfully triggered bulk snapshot creation": [
223
+ ""
140
224
  ],
141
- "Successfully rolled back Snapshot \\\"%s\\\" on host %s": [
142
- "Snapshot \\\"%s\\\" erfolgreich auf Host %s zurückgesetzt."
225
+ "Successfully triggered snapshot creation": [
226
+ ""
143
227
  ],
144
- "Successfully updated Snapshot \\\"%s\\\"": [
145
- "Snapshot \\\"%s\\\" erfolgreich aktualisiert."
228
+ "Successfully updated Snapshot \\\\\\\"%s\\\\\\\"": [
229
+ ""
146
230
  ],
147
231
  "Unable to create Proxmox Snapshot": [
148
232
  "Proxmox Snapshot konnte nicht erstellt werden"
@@ -177,9 +261,15 @@
177
261
  "Update a snapshot": [
178
262
  "Snapshot aktualisieren"
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
  "Die VM wurde erfolgreich zurückgesetzt."
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
  "Host",
194
284
  "Hosts"
285
+ ],
286
+ "snapshot.name is required": [
287
+ ""
195
288
  ]
196
289
  }
197
290
  }