foreman_snapshot_management 3.0.1 → 4.1.0

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 (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/app/assets/javascripts/foreman_snapshot_management/locale/cs_CZ/foreman_snapshot_management.js +97 -100
  4. data/app/assets/javascripts/foreman_snapshot_management/locale/de/foreman_snapshot_management.js +102 -105
  5. data/app/assets/javascripts/foreman_snapshot_management/locale/el/foreman_snapshot_management.js +90 -93
  6. data/app/assets/javascripts/foreman_snapshot_management/locale/en/foreman_snapshot_management.js +2 -188
  7. data/app/assets/javascripts/foreman_snapshot_management/locale/fr/foreman_snapshot_management.js +109 -112
  8. data/app/assets/javascripts/foreman_snapshot_management/locale/ja/foreman_snapshot_management.js +102 -105
  9. data/app/assets/javascripts/foreman_snapshot_management/locale/ka/foreman_snapshot_management.js +105 -108
  10. data/app/assets/javascripts/foreman_snapshot_management/locale/zh_CN/foreman_snapshot_management.js +102 -105
  11. data/lib/foreman_snapshot_management/engine.rb +63 -64
  12. data/lib/foreman_snapshot_management/version.rb +1 -1
  13. data/locale/Makefile +12 -2
  14. data/locale/cs_CZ/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  15. data/locale/cs_CZ/foreman_snapshot_management.po +6 -5
  16. data/locale/de/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  17. data/locale/de/foreman_snapshot_management.po +6 -5
  18. data/locale/el/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  19. data/locale/el/foreman_snapshot_management.po +6 -5
  20. data/locale/en/foreman_snapshot_management.po +0 -196
  21. data/locale/fr/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  22. data/locale/fr/foreman_snapshot_management.po +11 -10
  23. data/locale/ja/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  24. data/locale/ja/foreman_snapshot_management.po +4 -3
  25. data/locale/ka/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  26. data/locale/ka/foreman_snapshot_management.po +7 -6
  27. data/locale/zh_CN/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  28. data/locale/zh_CN/foreman_snapshot_management.po +4 -3
  29. data/package.json +9 -10
  30. data/webpack/components/SnapshotManagement/components/SnapshotList/snapshotList.scss +2 -2
  31. data/webpack/components/SnapshotManagement/snapshotManagement.scss +1 -1
  32. metadata +3 -6
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_snapshot_management": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_snapshot_management 2.0.2",
6
+ "Project-Id-Version": "foreman_snapshot_management 3.0.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2019-10-22 11:54+0000",
9
- "Last-Translator": "Efstathios Iosifidis <iefstathios@gmail.com>, 2021",
10
- "Language-Team": "Greek (https://www.transifex.com/foreman/teams/114/el/)",
9
+ "Last-Translator": "Efstathios Iosifidis <iefstathios@gmail.com>, 2022",
10
+ "Language-Team": "Greek (https://app.transifex.com/foreman/teams/114/el/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,32 +17,38 @@
17
17
  "domain": "foreman_snapshot_management",
18
18
  "plural_forms": "nplurals=2; plural=(n != 1);"
19
19
  },
20
- "List all snapshots": [
21
- "Λίστα όλων των στιγμιοτύπων"
20
+ "Action": [
21
+ "Ενέργεια"
22
22
  ],
23
- "Name of this snapshot": [
24
- "Όνομα αυτού του στιγμιότυπου"
23
+ "Create Snapshot": [
24
+ "Διμουργία στιγμιότυπου"
25
25
  ],
26
- "Description of this snapshot": [
27
- "Περιγραφή αυτού του στιγμιότυπου"
26
+ "Create Snapshot for %s": [
27
+ ""
28
28
  ],
29
29
  "Create a snapshot": [
30
30
  "Δημιουργία στιγμιότυπου"
31
31
  ],
32
- "Whether to include the RAM state in the snapshot": [
33
- "Εάν θα συμπεριληφθεί η κατάσταση RAM στο στιγμιότυπο"
32
+ "Created %{snapshots} for %{num} %{hosts}": [
33
+ "Δημιουργήθηκαν %{snapshots} για %{num} %{hosts}"
34
34
  ],
35
- "Whether to include the Quiesce state in the snapshot": [
36
- ""
35
+ "Delete": [
36
+ "Διαγραφή"
37
37
  ],
38
- "Update a snapshot": [
39
- "Ενημέρωση στιγμιότυπου"
38
+ "Delete Snapshot \\\"%s\\\"?": [
39
+ ""
40
40
  ],
41
41
  "Delete a snapshot": [
42
42
  "Διαγραφή στιγμιότυπου"
43
43
  ],
44
- "Revert Host to a snapshot": [
45
- ""
44
+ "Description": [
45
+ "Περιγραφή"
46
+ ],
47
+ "Description of this snapshot": [
48
+ "Περιγραφή αυτού του στιγμιότυπου"
49
+ ],
50
+ "Error occurred while creating Snapshot for:%s": [
51
+ "Σφάλμα κατά την δημιουργία στιγμιότυπου για: %s"
46
52
  ],
47
53
  "Error occurred while creating Snapshot: %s": [
48
54
  "Σφάλμα κατά την δημιουργία στιγμιότυπου: %s"
@@ -50,151 +56,142 @@
50
56
  "Error occurred while removing Snapshot: %s": [
51
57
  "Σφάλμα κατά την αφαίρεση στιγμιότυπου: %s"
52
58
  ],
53
- "VM successfully rolled back.": [
54
- "Επιτυχημένη επαναφορά VM."
55
- ],
56
59
  "Error occurred while rolling back VM: %s": [
57
60
  "Σφάλμα κατά την επαναφορά στιγμιότυπου: %s"
58
61
  ],
59
- "Failed to update Snapshot: %s": [
60
- "Αποτυχημένη ενημέρωση στιγμιότυπου: %s"
61
- ],
62
- "Error occurred while creating Snapshot for:%s": [
63
- "Σφάλμα κατά την δημιουργία στιγμιότυπου για: %s"
62
+ "Error occurred while updating Snapshot: %s": [
63
+ ""
64
64
  ],
65
- "Created %{snapshots} for %{num} %{hosts}": [
66
- "Δημιουργήθηκαν %{snapshots} για %{num} %{hosts}"
65
+ "Failed to load snapshot list": [
66
+ ""
67
67
  ],
68
- "Snapshot": [
69
- "Στιγμιότυπο",
70
- "Στιγμιότυπα"
68
+ "Failed to update Snapshot: %s": [
69
+ "Αποτυχημένη ενημέρωση στιγμιότυπου: %s"
71
70
  ],
72
- "host": [
73
- "",
71
+ "Foreman-plugin to manage snapshots in a virtual-hardware environments.": [
74
72
  ""
75
73
  ],
76
- "No hosts were found with that id, name or query filter": [
77
- ""
74
+ "List all snapshots": [
75
+ "Λίστα όλων των στιγμιοτύπων"
78
76
  ],
79
- "Something went wrong while selecting hosts - %s": [
80
- ""
77
+ "Loading Snapshots information ...": [
78
+ "Γίνεται φόρτωση πληροφοριών στιγμιοτύπων ..."
81
79
  ],
82
- "No capable hosts found.": [
83
- ""
80
+ "Memory": [
81
+ "Μνήμη"
84
82
  ],
85
- "Create Snapshot": [
86
- "Διμουργία στιγμιότυπου"
83
+ "N/A": [
84
+ "Δ/Υ"
87
85
  ],
88
- "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _": [
89
- ""
86
+ "Name": [
87
+ "Όνομα"
90
88
  ],
91
- "Unable to create Proxmox Snapshot": [
89
+ "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _": [
92
90
  ""
93
91
  ],
94
- "Unable to remove Proxmox Snapshot": [
95
- ""
92
+ "Name of this snapshot": [
93
+ "Όνομα αυτού του στιγμιότυπου"
96
94
  ],
97
- "Unable to revert Proxmox Snapshot": [
95
+ "No capable hosts found.": [
98
96
  ""
99
97
  ],
100
- "Snapshot name cannot be changed": [
98
+ "No capable hosts selected": [
101
99
  ""
102
100
  ],
103
- "Unable to update Proxmox Snapshot": [
101
+ "No hosts were found with that id, name or query filter": [
104
102
  ""
105
103
  ],
106
- "Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools status.": [
104
+ "Quiesce": [
107
105
  ""
108
106
  ],
109
- "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options.": [
107
+ "Revert Host to a snapshot": [
110
108
  ""
111
109
  ],
112
- "Unable to create VMWare Snapshot": [
113
- "Αδυναμία δημιουργίας στιγμιότυπου VMWare"
114
- ],
115
- "Unable to remove VMWare Snapshot": [
116
- "Αδυναμία αφαίρεσης στιγμιότυπου VMWare"
117
- ],
118
- "Unable to revert VMWare Snapshot": [
119
- "Αδυναμία αντιστροφής στιγμιότυπου VMWare"
110
+ "Rollback": [
111
+ "Επαναφορά"
120
112
  ],
121
- "Unable to update VMWare Snapshot": [
122
- "Αδυναμία ενημέρωσης στιγμιότυπου VMWare"
113
+ "Rollback to \\\"%s\\\"?": [
114
+ ""
123
115
  ],
124
- "No capable hosts selected": [
116
+ "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'.": [
125
117
  ""
126
118
  ],
127
- "Description": [
128
- "Περιγραφή"
119
+ "Snapshot": [
120
+ "Στιγμιότυπο",
121
+ "Στιγμιότυπα"
129
122
  ],
130
123
  "Snapshot Mode": [
131
124
  ""
132
125
  ],
133
- "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'.": [
126
+ "Snapshot name cannot be changed": [
134
127
  ""
135
128
  ],
136
- "Loading Snapshots information ...": [
137
- "Γίνεται φόρτωση πληροφοριών στιγμιοτύπων ..."
129
+ "Snapshot successfully created!": [
130
+ ""
138
131
  ],
139
132
  "Snapshots": [
140
133
  "Στιγμιότυπα"
141
134
  ],
135
+ "Something went wrong while selecting hosts - %s": [
136
+ ""
137
+ ],
142
138
  "Successfully removed Snapshot \\\"%s\\\" from host %s": [
143
139
  ""
144
140
  ],
145
- "Successfully updated Snapshot \\\"%s\\\"": [
141
+ "Successfully rolled back Snapshot \\\"%s\\\" on host %s": [
146
142
  ""
147
143
  ],
148
- "Error occurred while updating Snapshot: %s": [
144
+ "Successfully updated Snapshot \\\"%s\\\"": [
149
145
  ""
150
146
  ],
151
- "Successfully rolled back Snapshot \\\"%s\\\" on host %s": [
147
+ "Unable to create Proxmox Snapshot": [
152
148
  ""
153
149
  ],
154
- "Memory": [
150
+ "Unable to create VMWare Snapshot": [
151
+ "Αδυναμία δημιουργίας στιγμιότυπου VMWare"
152
+ ],
153
+ "Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools status.": [
155
154
  ""
156
155
  ],
157
- "Quiesce": [
156
+ "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options.": [
158
157
  ""
159
158
  ],
160
- "Snapshot successfully created!": [
159
+ "Unable to remove Proxmox Snapshot": [
161
160
  ""
162
161
  ],
163
- "Name": [
164
- "Όνομα"
162
+ "Unable to remove VMWare Snapshot": [
163
+ "Αδυναμία αφαίρεσης στιγμιότυπου VMWare"
165
164
  ],
166
- "Create Snapshot for %s": [
165
+ "Unable to revert Proxmox Snapshot": [
167
166
  ""
168
167
  ],
169
- "N/A": [
170
- "Δ/Υ"
171
- ],
172
- "Action": [
173
- "Ενέργεια"
168
+ "Unable to revert VMWare Snapshot": [
169
+ "Αδυναμία αντιστροφής στιγμιότυπου VMWare"
174
170
  ],
175
- "Failed to load snapshot list": [
171
+ "Unable to update Proxmox Snapshot": [
176
172
  ""
177
173
  ],
178
- "edit entry": [
179
- ""
174
+ "Unable to update VMWare Snapshot": [
175
+ "Αδυναμία ενημέρωσης στιγμιότυπου VMWare"
180
176
  ],
181
- "Rollback to \\\"%s\\\"?": [
182
- ""
177
+ "Update a snapshot": [
178
+ "Ενημέρωση στιγμιότυπου"
183
179
  ],
184
- "Rollback": [
185
- "Επαναφορά"
180
+ "VM successfully rolled back.": [
181
+ "Επιτυχημένη επαναφορά VM."
186
182
  ],
187
- "Delete Snapshot \\\"%s\\\"?": [
183
+ "Whether to include the Quiesce state in the snapshot": [
188
184
  ""
189
185
  ],
190
- "Delete": [
191
- "Διαγραφή"
186
+ "Whether to include the RAM state in the snapshot": [
187
+ "Εάν θα συμπεριληφθεί η κατάσταση RAM στο στιγμιότυπο"
192
188
  ],
193
- "Foreman-plugin to manage snapshots in a virtual-hardware environments.": [
189
+ "edit entry": [
194
190
  ""
195
191
  ],
196
- "Include RAM": [
197
- "Συμπερίληψη RAM"
192
+ "host": [
193
+ "",
194
+ ""
198
195
  ]
199
196
  }
200
197
  }
@@ -3,196 +3,10 @@
3
3
  "locale_data": {
4
4
  "foreman_snapshot_management": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_snapshot_management 2.0.2",
7
- "Report-Msgid-Bugs-To": "",
8
- "PO-Revision-Date": "2020-03-02 10:27+0000",
9
- "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
10
- "Language-Team": "English",
11
- "Language": "en",
12
- "MIME-Version": "1.0",
13
- "Content-Type": "text/plain; charset=UTF-8",
14
- "Content-Transfer-Encoding": "8bit",
15
- "Plural-Forms": "nplurals=2; plural=n != 1;",
16
6
  "lang": "en",
17
7
  "domain": "foreman_snapshot_management",
18
- "plural_forms": "nplurals=2; plural=n != 1;"
19
- },
20
- "List all snapshots": [
21
- ""
22
- ],
23
- "Name of this snapshot": [
24
- ""
25
- ],
26
- "Description of this snapshot": [
27
- ""
28
- ],
29
- "Create a snapshot": [
30
- ""
31
- ],
32
- "Whether to include the RAM state in the snapshot": [
33
- ""
34
- ],
35
- "Whether to include the Quiesce state in the snapshot": [
36
- ""
37
- ],
38
- "Update a snapshot": [
39
- ""
40
- ],
41
- "Delete a snapshot": [
42
- ""
43
- ],
44
- "Revert Host to a snapshot": [
45
- ""
46
- ],
47
- "Error occurred while creating Snapshot: %s": [
48
- ""
49
- ],
50
- "Error occurred while removing Snapshot: %s": [
51
- ""
52
- ],
53
- "VM successfully rolled back.": [
54
- ""
55
- ],
56
- "Error occurred while rolling back VM: %s": [
57
- ""
58
- ],
59
- "Failed to update Snapshot: %s": [
60
- ""
61
- ],
62
- "Error occurred while creating Snapshot for:%s": [
63
- ""
64
- ],
65
- "Created %{snapshots} for %{num} %{hosts}": [
66
- ""
67
- ],
68
- "Snapshot": [
69
- "",
70
- ""
71
- ],
72
- "host": [
73
- "",
74
- ""
75
- ],
76
- "No hosts were found with that id, name or query filter": [
77
- ""
78
- ],
79
- "Something went wrong while selecting hosts - %s": [
80
- ""
81
- ],
82
- "No capable hosts found.": [
83
- ""
84
- ],
85
- "Create Snapshot": [
86
- ""
87
- ],
88
- "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _": [
89
- ""
90
- ],
91
- "Unable to create Proxmox Snapshot": [
92
- ""
93
- ],
94
- "Unable to remove Proxmox Snapshot": [
95
- ""
96
- ],
97
- "Unable to revert Proxmox Snapshot": [
98
- ""
99
- ],
100
- "Snapshot name cannot be changed": [
101
- ""
102
- ],
103
- "Unable to update Proxmox Snapshot": [
104
- ""
105
- ],
106
- "Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools status.": [
107
- ""
108
- ],
109
- "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options.": [
110
- ""
111
- ],
112
- "Unable to create VMWare Snapshot": [
113
- ""
114
- ],
115
- "Unable to remove VMWare Snapshot": [
116
- ""
117
- ],
118
- "Unable to revert VMWare Snapshot": [
119
- ""
120
- ],
121
- "Unable to update VMWare Snapshot": [
122
- ""
123
- ],
124
- "No capable hosts selected": [
125
- ""
126
- ],
127
- "Description": [
128
- ""
129
- ],
130
- "Snapshot Mode": [
131
- ""
132
- ],
133
- "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'.": [
134
- ""
135
- ],
136
- "Loading Snapshots information ...": [
137
- ""
138
- ],
139
- "Snapshots": [
140
- ""
141
- ],
142
- "Successfully removed Snapshot \\\"%s\\\" from host %s": [
143
- ""
144
- ],
145
- "Successfully updated Snapshot \\\"%s\\\"": [
146
- ""
147
- ],
148
- "Error occurred while updating Snapshot: %s": [
149
- ""
150
- ],
151
- "Successfully rolled back Snapshot \\\"%s\\\" on host %s": [
152
- ""
153
- ],
154
- "Memory": [
155
- ""
156
- ],
157
- "Quiesce": [
158
- ""
159
- ],
160
- "Snapshot successfully created!": [
161
- ""
162
- ],
163
- "Name": [
164
- ""
165
- ],
166
- "Create Snapshot for %s": [
167
- ""
168
- ],
169
- "N/A": [
170
- ""
171
- ],
172
- "Action": [
173
- ""
174
- ],
175
- "Failed to load snapshot list": [
176
- ""
177
- ],
178
- "edit entry": [
179
- ""
180
- ],
181
- "Rollback to \\\"%s\\\"?": [
182
- ""
183
- ],
184
- "Rollback": [
185
- ""
186
- ],
187
- "Delete Snapshot \\\"%s\\\"?": [
188
- ""
189
- ],
190
- "Delete": [
191
- ""
192
- ],
193
- "Foreman-plugin to manage snapshots in a virtual-hardware environments.": [
194
- ""
195
- ]
8
+ "plural_forms": null
9
+ }
196
10
  }
197
11
  }
198
12
  };