foreman_snapshot_management 2.0.2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -4
  3. data/Rakefile +1 -1
  4. data/app/assets/javascripts/foreman_snapshot_management/locale/cs_CZ/foreman_snapshot_management.js +203 -0
  5. data/app/assets/javascripts/foreman_snapshot_management/locale/de/foreman_snapshot_management.js +201 -0
  6. data/app/assets/javascripts/foreman_snapshot_management/locale/el/foreman_snapshot_management.js +201 -0
  7. data/app/assets/javascripts/foreman_snapshot_management/locale/en/foreman_snapshot_management.js +198 -0
  8. data/app/assets/javascripts/foreman_snapshot_management/locale/fr/foreman_snapshot_management.js +203 -0
  9. data/app/assets/javascripts/foreman_snapshot_management/locale/ja/foreman_snapshot_management.js +199 -0
  10. data/app/assets/javascripts/foreman_snapshot_management/locale/ka/foreman_snapshot_management.js +201 -0
  11. data/app/assets/javascripts/foreman_snapshot_management/locale/zh_CN/foreman_snapshot_management.js +199 -0
  12. data/app/controllers/api/v2/snapshots_controller.rb +7 -3
  13. data/app/controllers/concerns/foreman/controller/parameters/snapshot.rb +1 -1
  14. data/app/controllers/foreman_snapshot_management/snapshots_controller.rb +20 -4
  15. data/app/helpers/foreman_snapshot_management/hosts_helper.rb +16 -0
  16. data/app/models/concerns/fog_extensions/proxmox/snapshots/mock.rb +1 -1
  17. data/app/models/concerns/fog_extensions/vsphere/snapshots/mock.rb +2 -2
  18. data/app/models/concerns/fog_extensions/vsphere/snapshots/real.rb +1 -1
  19. data/app/models/foreman_snapshot_management/proxmox_extensions.rb +5 -4
  20. data/app/models/foreman_snapshot_management/snapshot.rb +10 -9
  21. data/app/models/foreman_snapshot_management/vmware_extensions.rb +13 -3
  22. data/app/views/foreman_snapshot_management/snapshots/_index.html.erb +2 -1
  23. data/app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb +5 -3
  24. data/config/routes.rb +1 -1
  25. data/lib/foreman_snapshot_management/engine.rb +24 -29
  26. data/lib/foreman_snapshot_management/version.rb +1 -1
  27. data/lib/tasks/foreman_snapshot_management_tasks.rake +1 -1
  28. data/locale/Makefile +8 -5
  29. data/locale/cs_CZ/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  30. data/locale/cs_CZ/foreman_snapshot_management.po +203 -0
  31. data/locale/de/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  32. data/locale/de/foreman_snapshot_management.po +22 -14
  33. data/locale/el/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  34. data/locale/el/foreman_snapshot_management.po +198 -0
  35. data/locale/en/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  36. data/locale/en/foreman_snapshot_management.po +22 -13
  37. data/locale/foreman_snapshot_management.pot +56 -35
  38. data/locale/fr/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  39. data/locale/fr/foreman_snapshot_management.po +204 -0
  40. data/locale/ja/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  41. data/locale/ja/foreman_snapshot_management.po +197 -0
  42. data/locale/ka/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  43. data/locale/ka/foreman_snapshot_management.po +198 -0
  44. data/locale/zh_CN/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  45. data/locale/zh_CN/foreman_snapshot_management.po +199 -0
  46. data/package.json +4 -3
  47. data/test/controllers/api/v2/snapshots_test.rb +1 -1
  48. data/test/controllers/foreman_snapshot_management/snapshots_controller_test.rb +18 -3
  49. data/webpack/components/SnapshotManagement/SnapshotManagement.js +2 -0
  50. data/webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js +53 -11
  51. data/webpack/components/SnapshotManagement/components/SnapshotForm/__tests__/__snapshots__/SnapshotForm.test.js.snap +262 -24
  52. data/webpack/components/SnapshotManagementCard/SnapshotManagementCard.js +64 -0
  53. data/webpack/components/SnapshotManagementCard/__tests__/SnapshotManagementCard.test.js +54 -0
  54. data/webpack/components/SnapshotManagementCard/__tests__/__snapshots__/SnapshotManagementCard.test.js.snap +117 -0
  55. data/webpack/components/SnapshotManagementCard/index.js +1 -0
  56. data/webpack/global_index.js +13 -0
  57. metadata +33 -10
  58. data/app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb +0 -9
@@ -0,0 +1,198 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_snapshot_management package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Efstathios Iosifidis <iefstathios@gmail.com>, 2021
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: foreman_snapshot_management 2.0.2\n"
12
+ "Report-Msgid-Bugs-To: \n"
13
+ "PO-Revision-Date: 2019-10-22 11:54+0000\n"
14
+ "Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>, 2021\n"
15
+ "Language-Team: Greek (https://www.transifex.com/foreman/teams/114/el/)\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Language: el\n"
20
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
+
22
+ msgid "Action"
23
+ msgstr "Ενέργεια"
24
+
25
+ msgid "Create Snapshot"
26
+ msgstr "Διμουργία στιγμιότυπου"
27
+
28
+ msgid "Create Snapshot for %s"
29
+ msgstr ""
30
+
31
+ msgid "Create a snapshot"
32
+ msgstr "Δημιουργία στιγμιότυπου"
33
+
34
+ msgid "Created %{snapshots} for %{num} %{hosts}"
35
+ msgstr "Δημιουργήθηκαν %{snapshots} για %{num} %{hosts}"
36
+
37
+ msgid "Delete"
38
+ msgstr "Διαγραφή"
39
+
40
+ msgid "Delete Snapshot \"%s\"?"
41
+ msgstr ""
42
+
43
+ msgid "Delete a snapshot"
44
+ msgstr "Διαγραφή στιγμιότυπου"
45
+
46
+ msgid "Description"
47
+ msgstr "Περιγραφή"
48
+
49
+ msgid "Description of this snapshot"
50
+ msgstr "Περιγραφή αυτού του στιγμιότυπου"
51
+
52
+ msgid "Error occurred while creating Snapshot for:%s"
53
+ msgstr "Σφάλμα κατά την δημιουργία στιγμιότυπου για: %s"
54
+
55
+ msgid "Error occurred while creating Snapshot: %s"
56
+ msgstr "Σφάλμα κατά την δημιουργία στιγμιότυπου: %s"
57
+
58
+ msgid "Error occurred while removing Snapshot: %s"
59
+ msgstr "Σφάλμα κατά την αφαίρεση στιγμιότυπου: %s"
60
+
61
+ msgid "Error occurred while rolling back VM: %s"
62
+ msgstr "Σφάλμα κατά την επαναφορά στιγμιότυπου: %s"
63
+
64
+ msgid "Error occurred while updating Snapshot: %s"
65
+ msgstr ""
66
+
67
+ msgid "Failed to load snapshot list"
68
+ msgstr ""
69
+
70
+ msgid "Failed to update Snapshot: %s"
71
+ msgstr "Αποτυχημένη ενημέρωση στιγμιότυπου: %s"
72
+
73
+ msgid "Foreman-plugin to manage snapshots in a virtual-hardware environments."
74
+ msgstr ""
75
+
76
+ msgid "List all snapshots"
77
+ msgstr "Λίστα όλων των στιγμιοτύπων"
78
+
79
+ msgid "Loading Snapshots information ..."
80
+ msgstr "Γίνεται φόρτωση πληροφοριών στιγμιοτύπων ..."
81
+
82
+ msgid "Memory"
83
+ msgstr ""
84
+
85
+ msgid "N/A"
86
+ msgstr "Δ/Υ"
87
+
88
+ msgid "Name"
89
+ msgstr "Όνομα"
90
+
91
+ msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
92
+ msgstr ""
93
+
94
+ msgid "Name of this snapshot"
95
+ msgstr "Όνομα αυτού του στιγμιότυπου"
96
+
97
+ msgid "No capable hosts found."
98
+ msgstr ""
99
+
100
+ msgid "No capable hosts selected"
101
+ msgstr ""
102
+
103
+ msgid "No hosts were found with that id, name or query filter"
104
+ msgstr ""
105
+
106
+ msgid "Quiesce"
107
+ msgstr ""
108
+
109
+ msgid "Revert Host to a snapshot"
110
+ msgstr ""
111
+
112
+ msgid "Rollback"
113
+ msgstr "Επαναφορά"
114
+
115
+ msgid "Rollback to \"%s\"?"
116
+ msgstr ""
117
+
118
+ msgid "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'."
119
+ msgstr ""
120
+
121
+ msgid "Snapshot"
122
+ msgid_plural "Snapshots"
123
+ msgstr[0] "Στιγμιότυπο"
124
+ msgstr[1] "Στιγμιότυπα"
125
+
126
+ msgid "Snapshot Mode"
127
+ msgstr ""
128
+
129
+ msgid "Snapshot name cannot be changed"
130
+ msgstr ""
131
+
132
+ msgid "Snapshot successfully created!"
133
+ msgstr ""
134
+
135
+ msgid "Snapshots"
136
+ msgstr "Στιγμιότυπα"
137
+
138
+ msgid "Something went wrong while selecting hosts - %s"
139
+ msgstr ""
140
+
141
+ msgid "Successfully removed Snapshot \"%s\" from host %s"
142
+ msgstr ""
143
+
144
+ msgid "Successfully rolled back Snapshot \"%s\" on host %s"
145
+ msgstr ""
146
+
147
+ msgid "Successfully updated Snapshot \"%s\""
148
+ msgstr ""
149
+
150
+ msgid "Unable to create Proxmox Snapshot"
151
+ msgstr ""
152
+
153
+ msgid "Unable to create VMWare Snapshot"
154
+ msgstr "Αδυναμία δημιουργίας στιγμιότυπου VMWare"
155
+
156
+ msgid "Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools status."
157
+ msgstr ""
158
+
159
+ msgid "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options."
160
+ msgstr ""
161
+
162
+ msgid "Unable to remove Proxmox Snapshot"
163
+ msgstr ""
164
+
165
+ msgid "Unable to remove VMWare Snapshot"
166
+ msgstr "Αδυναμία αφαίρεσης στιγμιότυπου VMWare"
167
+
168
+ msgid "Unable to revert Proxmox Snapshot"
169
+ msgstr ""
170
+
171
+ msgid "Unable to revert VMWare Snapshot"
172
+ msgstr "Αδυναμία αντιστροφής στιγμιότυπου VMWare"
173
+
174
+ msgid "Unable to update Proxmox Snapshot"
175
+ msgstr ""
176
+
177
+ msgid "Unable to update VMWare Snapshot"
178
+ msgstr "Αδυναμία ενημέρωσης στιγμιότυπου VMWare"
179
+
180
+ msgid "Update a snapshot"
181
+ msgstr "Ενημέρωση στιγμιότυπου"
182
+
183
+ msgid "VM successfully rolled back."
184
+ msgstr "Επιτυχημένη επαναφορά VM."
185
+
186
+ msgid "Whether to include the Quiesce state in the snapshot"
187
+ msgstr ""
188
+
189
+ msgid "Whether to include the RAM state in the snapshot"
190
+ msgstr "Εάν θα συμπεριληφθεί η κατάσταση RAM στο στιγμιότυπο"
191
+
192
+ msgid "edit entry"
193
+ msgstr ""
194
+
195
+ msgid "host"
196
+ msgid_plural "hosts"
197
+ msgstr[0] ""
198
+ msgstr[1] ""
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_snapshot_management 1.8.1\n"
8
+ "Project-Id-Version: foreman_snapshot_management 2.0.2\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-03-02 10:27+0000\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -20,9 +20,6 @@ msgstr ""
20
20
  msgid "Action"
21
21
  msgstr ""
22
22
 
23
- msgid "Action with sub plans"
24
- msgstr ""
25
-
26
23
  msgid "Create Snapshot"
27
24
  msgstr ""
28
25
 
@@ -74,21 +71,15 @@ msgstr ""
74
71
  msgid "Foreman-plugin to manage snapshots in a virtual-hardware environments."
75
72
  msgstr ""
76
73
 
77
- msgid "Import Puppet classes"
78
- msgstr ""
79
-
80
- msgid "Import facts"
81
- msgstr ""
82
-
83
- msgid "Include RAM"
84
- msgstr ""
85
-
86
74
  msgid "List all snapshots"
87
75
  msgstr ""
88
76
 
89
77
  msgid "Loading Snapshots information ..."
90
78
  msgstr ""
91
79
 
80
+ msgid "Memory"
81
+ msgstr ""
82
+
92
83
  msgid "N/A"
93
84
  msgstr ""
94
85
 
@@ -110,6 +101,9 @@ msgstr ""
110
101
  msgid "No hosts were found with that id, name or query filter"
111
102
  msgstr ""
112
103
 
104
+ msgid "Quiesce"
105
+ msgstr ""
106
+
113
107
  msgid "Revert Host to a snapshot"
114
108
  msgstr ""
115
109
 
@@ -119,11 +113,17 @@ msgstr ""
119
113
  msgid "Rollback to \"%s\"?"
120
114
  msgstr ""
121
115
 
116
+ msgid "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'."
117
+ msgstr ""
118
+
122
119
  msgid "Snapshot"
123
120
  msgid_plural "Snapshots"
124
121
  msgstr[0] ""
125
122
  msgstr[1] ""
126
123
 
124
+ msgid "Snapshot Mode"
125
+ msgstr ""
126
+
127
127
  msgid "Snapshot name cannot be changed"
128
128
  msgstr ""
129
129
 
@@ -151,6 +151,12 @@ msgstr ""
151
151
  msgid "Unable to create VMWare Snapshot"
152
152
  msgstr ""
153
153
 
154
+ msgid "Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools status."
155
+ msgstr ""
156
+
157
+ msgid "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options."
158
+ msgstr ""
159
+
154
160
  msgid "Unable to remove Proxmox Snapshot"
155
161
  msgstr ""
156
162
 
@@ -175,6 +181,9 @@ msgstr ""
175
181
  msgid "VM successfully rolled back."
176
182
  msgstr ""
177
183
 
184
+ msgid "Whether to include the Quiesce state in the snapshot"
185
+ msgstr ""
186
+
178
187
  msgid "Whether to include the RAM state in the snapshot"
179
188
  msgstr ""
180
189
 
@@ -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: 2021-05-07 09:44+0000\n"
12
- "PO-Revision-Date: 2021-05-07 09:44+0000\n"
11
+ "POT-Creation-Date: 2022-12-13 19:55+0100\n"
12
+ "PO-Revision-Date: 2022-12-13 19:55+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -38,15 +38,19 @@ msgstr ""
38
38
  msgid "Whether to include the RAM state in the snapshot"
39
39
  msgstr ""
40
40
 
41
- #: ../app/controllers/api/v2/snapshots_controller.rb:56
41
+ #: ../app/controllers/api/v2/snapshots_controller.rb:49
42
+ msgid "Whether to include the Quiesce state in the snapshot"
43
+ msgstr ""
44
+
45
+ #: ../app/controllers/api/v2/snapshots_controller.rb:59
42
46
  msgid "Update a snapshot"
43
47
  msgstr ""
44
48
 
45
- #: ../app/controllers/api/v2/snapshots_controller.rb:65
49
+ #: ../app/controllers/api/v2/snapshots_controller.rb:68
46
50
  msgid "Delete a snapshot"
47
51
  msgstr ""
48
52
 
49
- #: ../app/controllers/api/v2/snapshots_controller.rb:73
53
+ #: ../app/controllers/api/v2/snapshots_controller.rb:76
50
54
  msgid "Revert Host to a snapshot"
51
55
  msgstr ""
52
56
 
@@ -72,16 +76,16 @@ msgstr ""
72
76
  msgid "Failed to update Snapshot: %s"
73
77
  msgstr ""
74
78
 
75
- #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:92
79
+ #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:93
76
80
  msgid "Error occurred while creating Snapshot for:%s"
77
81
  msgstr ""
78
82
 
79
- #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:94
83
+ #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:95
80
84
  msgid "Created %{snapshots} for %{num} %{hosts}"
81
85
  msgstr ""
82
86
 
83
- #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:95
84
- #: ../app/models/foreman_snapshot_management/snapshot.rb:52
87
+ #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:96
88
+ #: ../app/models/foreman_snapshot_management/snapshot.rb:56
85
89
  #: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:8
86
90
  #: ../webpack/components/SnapshotManagement/components/SnapshotList/SnapshotList.js:156
87
91
  msgid "Snapshot"
@@ -89,21 +93,21 @@ msgid_plural "Snapshots"
89
93
  msgstr[0] ""
90
94
  msgstr[1] ""
91
95
 
92
- #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:97
96
+ #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:98
93
97
  msgid "host"
94
98
  msgid_plural "hosts"
95
99
  msgstr[0] ""
96
100
  msgstr[1] ""
97
101
 
98
- #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:140
102
+ #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:154
99
103
  msgid "No hosts were found with that id, name or query filter"
100
104
  msgstr ""
101
105
 
102
- #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:147
106
+ #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:161
103
107
  msgid "Something went wrong while selecting hosts - %s"
104
108
  msgstr ""
105
109
 
106
- #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:166
110
+ #: ../app/controllers/foreman_snapshot_management/snapshots_controller.rb:180
107
111
  msgid "No capable hosts found."
108
112
  msgstr ""
109
113
 
@@ -114,6 +118,7 @@ msgid "Create Snapshot"
114
118
  msgstr ""
115
119
 
116
120
  #: ../app/models/foreman_snapshot_management/proxmox_extensions.rb:15
121
+ #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:26
117
122
  msgid ""
118
123
  "Name must contain at least 2 characters starting with alphabet. Valid characte"
119
124
  "rs are A-Z a-z 0-9 _"
@@ -139,19 +144,29 @@ msgstr ""
139
144
  msgid "Unable to update Proxmox Snapshot"
140
145
  msgstr ""
141
146
 
142
- #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:18
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
+ #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:16
154
+ msgid "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options."
155
+ msgstr ""
156
+
157
+ #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:28
143
158
  msgid "Unable to create VMWare Snapshot"
144
159
  msgstr ""
145
160
 
146
- #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:29
161
+ #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:39
147
162
  msgid "Unable to remove VMWare Snapshot"
148
163
  msgstr ""
149
164
 
150
- #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:40
165
+ #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:50
151
166
  msgid "Unable to revert VMWare Snapshot"
152
167
  msgstr ""
153
168
 
154
- #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:51
169
+ #: ../app/models/foreman_snapshot_management/vmware_extensions.rb:61
155
170
  msgid "Unable to update VMWare Snapshot"
156
171
  msgstr ""
157
172
 
@@ -162,15 +177,23 @@ msgstr ""
162
177
 
163
178
  #:
164
179
  #: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:11
165
- #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:75
180
+ #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:94
166
181
  #: ../webpack/components/SnapshotManagement/components/SnapshotList/SnapshotList.js:162
167
182
  msgid "Description"
168
183
  msgstr ""
169
184
 
170
185
  #:
171
- #: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:14
172
- #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:81
173
- msgid "Include RAM"
186
+ #: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:15
187
+ #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:99
188
+ msgid "Snapshot Mode"
189
+ msgstr ""
190
+
191
+ #:
192
+ #: ../app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb:16
193
+ #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:103
194
+ msgid ""
195
+ "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RA"
196
+ "M) and 'Quiesce'."
174
197
  msgstr ""
175
198
 
176
199
  #: ../app/views/hosts/_snapshots_tab.html.erb:13
@@ -198,12 +221,22 @@ msgid "Successfully rolled back Snapshot \"%s\" on host %s"
198
221
  msgstr ""
199
222
 
200
223
  #:
201
- #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:52
224
+ #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:44
225
+ msgid "Memory"
226
+ msgstr ""
227
+
228
+ #:
229
+ #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:47
230
+ msgid "Quiesce"
231
+ msgstr ""
232
+
233
+ #:
234
+ #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:71
202
235
  msgid "Snapshot successfully created!"
203
236
  msgstr ""
204
237
 
205
238
  #:
206
- #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:69
239
+ #: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:88
207
240
  msgid "Name"
208
241
  msgstr ""
209
242
 
@@ -253,18 +286,6 @@ msgstr ""
253
286
  msgid "Delete"
254
287
  msgstr ""
255
288
 
256
- #: action_names.rb:2
257
- msgid "Import Puppet classes"
258
- msgstr ""
259
-
260
- #: action_names.rb:3
261
- msgid "Import facts"
262
- msgstr ""
263
-
264
- #: action_names.rb:4
265
- msgid "Action with sub plans"
266
- msgstr ""
267
-
268
289
  #: gemspec.rb:4
269
290
  msgid "Foreman-plugin to manage snapshots in a virtual-hardware environments."
270
291
  msgstr ""
@@ -0,0 +1,204 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_snapshot_management package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 21966816214bc546c1fc8a185e75ca1c, 2019
8
+ # Claer <transiblu@claer.hammock.fr>, 2019
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
10
+ # Amit Upadhye <aupadhye@redhat.com>, 2022
11
+ #
12
+ msgid ""
13
+ msgstr ""
14
+ "Project-Id-Version: foreman_snapshot_management 2.0.2\n"
15
+ "Report-Msgid-Bugs-To: \n"
16
+ "PO-Revision-Date: 2019-10-22 11:54+0000\n"
17
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
18
+ "Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: fr\n"
23
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 100000"
24
+ "0 == 0 ? 1 : 2;\n"
25
+
26
+ msgid "Action"
27
+ msgstr "Action"
28
+
29
+ msgid "Create Snapshot"
30
+ msgstr "Créer un instantané"
31
+
32
+ msgid "Create Snapshot for %s"
33
+ msgstr "Créer un instantané pour %s"
34
+
35
+ msgid "Create a snapshot"
36
+ msgstr "Créer un instantané"
37
+
38
+ msgid "Created %{snapshots} for %{num} %{hosts}"
39
+ msgstr "Créé %{snapshots} pour %{num} %{hosts}"
40
+
41
+ msgid "Delete"
42
+ msgstr "Supprimer"
43
+
44
+ msgid "Delete Snapshot \"%s\"?"
45
+ msgstr "Supprimer l'instantané \"%s\" ?"
46
+
47
+ msgid "Delete a snapshot"
48
+ msgstr "Supprimer un instantané"
49
+
50
+ msgid "Description"
51
+ msgstr "Description"
52
+
53
+ msgid "Description of this snapshot"
54
+ msgstr "Description de cet instantané"
55
+
56
+ msgid "Error occurred while creating Snapshot for:%s"
57
+ msgstr "Une erreur s'est produite lors de la création de l’instantané : %s"
58
+
59
+ msgid "Error occurred while creating Snapshot: %s"
60
+ msgstr "Une erreur s'est produite lors de la création de l’instantané : %s"
61
+
62
+ msgid "Error occurred while removing Snapshot: %s"
63
+ msgstr "Une erreur s'est produite lors de la suppression de l’instantané : %s"
64
+
65
+ msgid "Error occurred while rolling back VM: %s"
66
+ msgstr "Une erreur s'est produite lors de la reprise de la VM : %s"
67
+
68
+ msgid "Error occurred while updating Snapshot: %s"
69
+ msgstr "Une erreur s'est produite lors de la mise à jour de l’instantané : %s"
70
+
71
+ msgid "Failed to load snapshot list"
72
+ msgstr "Échec du chargement de la liste des instantanés"
73
+
74
+ msgid "Failed to update Snapshot: %s"
75
+ msgstr "Échec de la mise à jour de l’instantané : %s"
76
+
77
+ msgid "Foreman-plugin to manage snapshots in a virtual-hardware environments."
78
+ msgstr "Plugin Foreman pour gérer les instantanés dans un environnement de matériel virtuel."
79
+
80
+ msgid "List all snapshots"
81
+ msgstr "Liste de tous les instantanés"
82
+
83
+ msgid "Loading Snapshots information ..."
84
+ msgstr "Chargement des informations sur les instantanés ..."
85
+
86
+ msgid "Memory"
87
+ msgstr ""
88
+
89
+ msgid "N/A"
90
+ msgstr "Sans objet"
91
+
92
+ msgid "Name"
93
+ msgstr "Nom"
94
+
95
+ msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
96
+ msgstr "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 _"
97
+
98
+ msgid "Name of this snapshot"
99
+ msgstr "Nom de cet instantané"
100
+
101
+ msgid "No capable hosts found."
102
+ msgstr "Aucun hôte capable n'a été trouvé."
103
+
104
+ msgid "No capable hosts selected"
105
+ msgstr "Aucun hôte capable sélectionné"
106
+
107
+ msgid "No hosts were found with that id, name or query filter"
108
+ msgstr "Aucun hôte trouvé avec cet ID, ce nom ou filtre de requête"
109
+
110
+ msgid "Quiesce"
111
+ msgstr ""
112
+
113
+ msgid "Revert Host to a snapshot"
114
+ msgstr "Revenir à un instantané de l'hôte"
115
+
116
+ msgid "Rollback"
117
+ msgstr "Rollback"
118
+
119
+ msgid "Rollback to \"%s\"?"
120
+ msgstr "Retour à \"%s\" ?"
121
+
122
+ msgid "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'."
123
+ msgstr ""
124
+
125
+ msgid "Snapshot"
126
+ msgid_plural "Snapshots"
127
+ msgstr[0] "Instantané"
128
+ msgstr[1] "Instantanés"
129
+ msgstr[2] "Instantanés"
130
+
131
+ msgid "Snapshot Mode"
132
+ msgstr ""
133
+
134
+ msgid "Snapshot name cannot be changed"
135
+ msgstr "Le nom de l’instantané ne peut pas être modifié"
136
+
137
+ msgid "Snapshot successfully created!"
138
+ msgstr "L’instantané a été créé avec succès."
139
+
140
+ msgid "Snapshots"
141
+ msgstr "Instantanés"
142
+
143
+ msgid "Something went wrong while selecting hosts - %s"
144
+ msgstr "Une erreur s'est produite lors de la sélection des hôtes - %s"
145
+
146
+ msgid "Successfully removed Snapshot \"%s\" from host %s"
147
+ msgstr "L’instantané \"%s\" a été supprimé de l'hôte. %s"
148
+
149
+ msgid "Successfully rolled back Snapshot \"%s\" on host %s"
150
+ msgstr "L’instantané \"%s\" sur l'hôte %s a été retiré avec succès. "
151
+
152
+ msgid "Successfully updated Snapshot \"%s\""
153
+ msgstr "La mise à jour de l’instantané \"%s\" a réussi."
154
+
155
+ msgid "Unable to create Proxmox Snapshot"
156
+ msgstr "Impossible de créer un instantané de Proxmox"
157
+
158
+ msgid "Unable to create VMWare Snapshot"
159
+ msgstr "Impossible de créer un instantané VMWare"
160
+
161
+ msgid "Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools status."
162
+ msgstr "Impossible de créer un instantané VMWare avec Quiesce. Vérifiez l'état de l'alimentation et des outils VMWare."
163
+
164
+ msgid "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options."
165
+ msgstr "Impossible de créer un instantané VMWare. Impossible de définir les options Mémoire et Quiesce."
166
+
167
+ msgid "Unable to remove Proxmox Snapshot"
168
+ msgstr "Impossible de supprimer l’instantané de Proxmox"
169
+
170
+ msgid "Unable to remove VMWare Snapshot"
171
+ msgstr "Impossible de supprimer l’instantané VMWare"
172
+
173
+ msgid "Unable to revert Proxmox Snapshot"
174
+ msgstr "Impossible de rétablir l’instantané de Proxmox"
175
+
176
+ msgid "Unable to revert VMWare Snapshot"
177
+ msgstr "Impossible de rétablir l’instantané VMWare"
178
+
179
+ msgid "Unable to update Proxmox Snapshot"
180
+ msgstr "Impossible de mettre à jour l’instantané de Proxmox"
181
+
182
+ msgid "Unable to update VMWare Snapshot"
183
+ msgstr "Impossible de mettre à jour l’instantané VMWare"
184
+
185
+ msgid "Update a snapshot"
186
+ msgstr "Mise à jour d'un instantané"
187
+
188
+ msgid "VM successfully rolled back."
189
+ msgstr "La VM a été reprise avec succès."
190
+
191
+ msgid "Whether to include the Quiesce state in the snapshot"
192
+ msgstr "Si l'état de repos doit être inclus dans l'instantané."
193
+
194
+ msgid "Whether to include the RAM state in the snapshot"
195
+ msgstr "Inclure ou non l'état de la RAM dans l'instantané"
196
+
197
+ msgid "edit entry"
198
+ msgstr "Modifier la saisie"
199
+
200
+ msgid "host"
201
+ msgid_plural "hosts"
202
+ msgstr[0] "hôte"
203
+ msgstr[1] "hôtes"
204
+ msgstr[2] "hôtes"