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.
Files changed (31) 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/gemspec.rb +1 -1
  23. data/locale/ja/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  24. data/locale/ja/foreman_snapshot_management.po +114 -22
  25. data/locale/ka/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  26. data/locale/ka/foreman_snapshot_management.po +114 -22
  27. data/locale/zh_CN/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
  28. data/locale/zh_CN/foreman_snapshot_management.po +114 -22
  29. data/package.json +2 -2
  30. data/webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js +3 -3
  31. metadata +5 -5
@@ -9,10 +9,9 @@
9
9
  # Claer <transiblu@claer.hammock.fr>, 2022
10
10
  # Amit Upadhye <aupadhye@redhat.com>, 2023
11
11
  #
12
- #, fuzzy
13
12
  msgid ""
14
13
  msgstr ""
15
- "Project-Id-Version: foreman_snapshot_management 4.1.1\n"
14
+ "Project-Id-Version: foreman_snapshot_management 4.2.1\n"
16
15
  "Report-Msgid-Bugs-To: \n"
17
16
  "PO-Revision-Date: 2019-10-22 11:54+0000\n"
18
17
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
@@ -24,26 +23,50 @@ msgstr ""
24
23
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 100000"
25
24
  "0 == 0 ? 1 : 2;\n"
26
25
 
26
+ msgid "%d snapshot succeeded, %d failed."
27
+ msgstr ""
28
+
29
+ msgid "%d snapshots succeeded, %d failed."
30
+ msgstr ""
31
+
32
+ msgid "%s host is selected for snapshot creation"
33
+ msgstr ""
34
+
35
+ msgid "%s hosts are selected for snapshot creation"
36
+ msgstr ""
37
+
27
38
  msgid "Action"
28
39
  msgstr "Action"
29
40
 
41
+ msgid "Cancel"
42
+ msgstr ""
43
+
44
+ msgid "Create"
45
+ msgstr ""
46
+
30
47
  msgid "Create Snapshot"
31
48
  msgstr "Créer un instantané"
32
49
 
33
- msgid "Create Snapshot for %s"
34
- msgstr "Créer un instantané pour %s"
35
-
36
50
  msgid "Create a snapshot"
37
51
  msgstr "Créer un instantané"
38
52
 
53
+ msgid "Create snapshot"
54
+ msgstr ""
55
+
56
+ msgid "Create snapshots for multiple hosts"
57
+ msgstr ""
58
+
39
59
  msgid "Created %{snapshots} for %{num} %{hosts}"
40
60
  msgstr "Créé %{snapshots} pour %{num} %{hosts}"
41
61
 
62
+ msgid "Creating..."
63
+ msgstr ""
64
+
42
65
  msgid "Delete"
43
66
  msgstr "Supprimer"
44
67
 
45
- msgid "Delete Snapshot \"%s\"?"
46
- msgstr "Supprimer l'instantané \"%s\" ?"
68
+ msgid "Delete Snapshot \\\"%s\\\"?"
69
+ msgstr ""
47
70
 
48
71
  msgid "Delete a snapshot"
49
72
  msgstr "Supprimer un instantané"
@@ -51,6 +74,9 @@ msgstr "Supprimer un instantané"
51
74
  msgid "Description"
52
75
  msgstr "Description"
53
76
 
77
+ msgid "Description of the snapshot"
78
+ msgstr ""
79
+
54
80
  msgid "Description of this snapshot"
55
81
  msgstr "Description de cet instantané"
56
82
 
@@ -69,24 +95,45 @@ msgstr "Une erreur s'est produite lors de la reprise de la VM : %s"
69
95
  msgid "Error occurred while updating Snapshot: %s"
70
96
  msgstr "Une erreur s'est produite lors de la mise à jour de l’instantané : %s"
71
97
 
98
+ msgid "Failed hosts"
99
+ msgstr ""
100
+
72
101
  msgid "Failed to load snapshot list"
73
102
  msgstr "Échec du chargement de la liste des instantanés"
74
103
 
75
104
  msgid "Failed to update Snapshot: %s"
76
105
  msgstr "Échec de la mise à jour de l’instantané : %s"
77
106
 
78
- msgid "Foreman-plugin to manage snapshots in a virtual-hardware environments."
79
- msgstr "Plugin Foreman pour gérer les instantanés dans un environnement de matériel virtuel."
107
+ msgid "Foreman plugin to manage snapshots of virtual machines."
108
+ msgstr ""
109
+
110
+ msgid "Host has no UUID, cannot create snapshot."
111
+ msgstr ""
112
+
113
+ msgid "Host has no compute resource, cannot create snapshot."
114
+ msgstr ""
115
+
116
+ msgid "ID of the organization"
117
+ msgstr ""
118
+
119
+ msgid "Include RAM"
120
+ msgstr ""
121
+
122
+ msgid "Invalid mode"
123
+ msgstr ""
80
124
 
81
125
  msgid "List all snapshots"
82
126
  msgstr "Liste de tous les instantanés"
83
127
 
128
+ msgid "List of host ids to exclude and not run an action on"
129
+ msgstr ""
130
+
131
+ msgid "List of host ids to perform an action on"
132
+ msgstr ""
133
+
84
134
  msgid "Loading Snapshots information ..."
85
135
  msgstr "Chargement des informations sur les instantanés ..."
86
136
 
87
- msgid "Memory"
88
- msgstr "Mémoire"
89
-
90
137
  msgid "N/A"
91
138
  msgstr "Sans objet"
92
139
 
@@ -96,6 +143,9 @@ msgstr "Nom"
96
143
  msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
97
144
  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 _"
98
145
 
146
+ msgid "Name of the snapshot"
147
+ msgstr ""
148
+
99
149
  msgid "Name of this snapshot"
100
150
  msgstr "Nom de cet instantané"
101
151
 
@@ -108,6 +158,12 @@ msgstr "Aucun hôte capable sélectionné"
108
158
  msgid "No hosts were found with that id, name or query filter"
109
159
  msgstr "Aucun hôte trouvé avec cet ID, ce nom ou filtre de requête"
110
160
 
161
+ msgid "None"
162
+ msgstr ""
163
+
164
+ msgid "Note: Not all selected hosts support quiesce. The quiesce option is disabled."
165
+ msgstr ""
166
+
111
167
  msgid "Quiesce"
112
168
  msgstr ""
113
169
 
@@ -117,12 +173,21 @@ msgstr "Revenir à un instantané de l'hôte"
117
173
  msgid "Rollback"
118
174
  msgstr "Rollback"
119
175
 
120
- msgid "Rollback to \"%s\"?"
121
- msgstr "Retour à \"%s\" ?"
176
+ msgid "Rollback to \\\"%s\\\"?"
177
+ msgstr ""
178
+
179
+ msgid "Search string for hosts to perform an action on"
180
+ msgstr ""
122
181
 
123
182
  msgid "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'."
124
183
  msgstr ""
125
184
 
185
+ msgid "Select Snapshot Mode between mutually exclusive options."
186
+ msgstr ""
187
+
188
+ msgid "Select snapshot mode"
189
+ msgstr ""
190
+
126
191
  msgid "Snapshot"
127
192
  msgid_plural "Snapshots"
128
193
  msgstr[0] "Instantané"
@@ -132,11 +197,23 @@ msgstr[2] "Instantanés"
132
197
  msgid "Snapshot Mode"
133
198
  msgstr ""
134
199
 
200
+ msgid "Snapshot creation failed."
201
+ msgstr ""
202
+
203
+ msgid "Snapshot creation failed: %s"
204
+ msgstr ""
205
+
206
+ msgid "Snapshot mode"
207
+ msgstr ""
208
+
209
+ msgid "Snapshot mode: full (default), include_ram, or quiesce"
210
+ msgstr ""
211
+
135
212
  msgid "Snapshot name cannot be changed"
136
213
  msgstr "Le nom de l’instantané ne peut pas être modifié"
137
214
 
138
- msgid "Snapshot successfully created!"
139
- msgstr "L’instantané a été créé avec succès."
215
+ msgid "Snapshot parameters"
216
+ msgstr ""
140
217
 
141
218
  msgid "Snapshots"
142
219
  msgstr "Instantanés"
@@ -144,14 +221,20 @@ msgstr "Instantanés"
144
221
  msgid "Something went wrong while selecting hosts - %s"
145
222
  msgstr "Une erreur s'est produite lors de la sélection des hôtes - %s"
146
223
 
147
- msgid "Successfully removed Snapshot \"%s\" from host %s"
148
- msgstr "L’instantané \"%s\" a été supprimé de l'hôte %s"
224
+ msgid "Successfully removed Snapshot \\\"%s\\\" from host %s"
225
+ msgstr ""
226
+
227
+ msgid "Successfully rolled back Snapshot \\\"%s\\\" on host %s"
228
+ msgstr ""
229
+
230
+ msgid "Successfully triggered bulk snapshot creation"
231
+ msgstr ""
149
232
 
150
- msgid "Successfully rolled back Snapshot \"%s\" on host %s"
151
- msgstr "L’instantané \"%s\" sur l'hôte %s a été retiré avec succès"
233
+ msgid "Successfully triggered snapshot creation"
234
+ msgstr ""
152
235
 
153
- msgid "Successfully updated Snapshot \"%s\""
154
- msgstr "La mise à jour de l’instantané \"%s\" a réussi"
236
+ msgid "Successfully updated Snapshot \\\"%s\\\""
237
+ msgstr ""
155
238
 
156
239
  msgid "Unable to create Proxmox Snapshot"
157
240
  msgstr "Impossible de créer un instantané de Proxmox"
@@ -186,9 +269,15 @@ msgstr "Impossible de mettre à jour l’instantané VMWare"
186
269
  msgid "Update a snapshot"
187
270
  msgstr "Mise à jour d'un instantané"
188
271
 
272
+ msgid "VM details could not be retrieved from compute resource %s. The VM may be missing/deleted or inaccessible."
273
+ msgstr ""
274
+
189
275
  msgid "VM successfully rolled back."
190
276
  msgstr "La VM a été reprise avec succès."
191
277
 
278
+ msgid "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."
279
+ msgstr ""
280
+
192
281
  msgid "Whether to include the Quiesce state in the snapshot"
193
282
  msgstr "Si l'état de repos doit être inclus dans l'instantané"
194
283
 
@@ -203,3 +292,6 @@ msgid_plural "hosts"
203
292
  msgstr[0] "hôte"
204
293
  msgstr[1] "hôtes"
205
294
  msgstr[2] "hôtes"
295
+
296
+ msgid "snapshot.name is required"
297
+ msgstr ""
data/locale/gemspec.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Matches foreman_snapshot_management.gemspec
4
- _('Foreman-plugin to manage snapshots in a virtual-hardware environments.')
4
+ _('Foreman plugin to manage snapshots of virtual machines.')
@@ -7,10 +7,9 @@
7
7
  # Bryan Kearney <bryan.kearney@gmail.com>, 2021
8
8
  # Amit Upadhye <aupadhye@redhat.com>, 2022
9
9
  #
10
- #, fuzzy
11
10
  msgid ""
12
11
  msgstr ""
13
- "Project-Id-Version: foreman_snapshot_management 4.1.1\n"
12
+ "Project-Id-Version: foreman_snapshot_management 4.2.1\n"
14
13
  "Report-Msgid-Bugs-To: \n"
15
14
  "PO-Revision-Date: 2019-10-22 11:54+0000\n"
16
15
  "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
@@ -21,26 +20,50 @@ msgstr ""
21
20
  "Language: ja\n"
22
21
  "Plural-Forms: nplurals=1; plural=0;\n"
23
22
 
23
+ msgid "%d snapshot succeeded, %d failed."
24
+ msgstr ""
25
+
26
+ msgid "%d snapshots succeeded, %d failed."
27
+ msgstr ""
28
+
29
+ msgid "%s host is selected for snapshot creation"
30
+ msgstr ""
31
+
32
+ msgid "%s hosts are selected for snapshot creation"
33
+ msgstr ""
34
+
24
35
  msgid "Action"
25
36
  msgstr "アクション"
26
37
 
38
+ msgid "Cancel"
39
+ msgstr ""
40
+
41
+ msgid "Create"
42
+ msgstr ""
43
+
27
44
  msgid "Create Snapshot"
28
45
  msgstr "スナップショットの作成"
29
46
 
30
- msgid "Create Snapshot for %s"
31
- msgstr "%s のスナップショットの作成"
32
-
33
47
  msgid "Create a snapshot"
34
48
  msgstr "スナップショットの作成"
35
49
 
50
+ msgid "Create snapshot"
51
+ msgstr ""
52
+
53
+ msgid "Create snapshots for multiple hosts"
54
+ msgstr ""
55
+
36
56
  msgid "Created %{snapshots} for %{num} %{hosts}"
37
57
  msgstr "%{num} 個の %{hosts} に対して %{snapshots} を作成済み"
38
58
 
59
+ msgid "Creating..."
60
+ msgstr ""
61
+
39
62
  msgid "Delete"
40
63
  msgstr "削除"
41
64
 
42
- msgid "Delete Snapshot \"%s\"?"
43
- msgstr "スナップショット \"%s\" を削除しますか ?"
65
+ msgid "Delete Snapshot \\\"%s\\\"?"
66
+ msgstr ""
44
67
 
45
68
  msgid "Delete a snapshot"
46
69
  msgstr "スナップショットの削除"
@@ -48,6 +71,9 @@ msgstr "スナップショットの削除"
48
71
  msgid "Description"
49
72
  msgstr "説明"
50
73
 
74
+ msgid "Description of the snapshot"
75
+ msgstr ""
76
+
51
77
  msgid "Description of this snapshot"
52
78
  msgstr "このスナップショットの説明"
53
79
 
@@ -66,24 +92,45 @@ msgstr "仮想マシンのロールバック中にエラーが発生しました
66
92
  msgid "Error occurred while updating Snapshot: %s"
67
93
  msgstr "スナップショットの更新中にエラーが発生しました: %s"
68
94
 
95
+ msgid "Failed hosts"
96
+ msgstr ""
97
+
69
98
  msgid "Failed to load snapshot list"
70
99
  msgstr "スナップショットリストの読み込みに失敗しました"
71
100
 
72
101
  msgid "Failed to update Snapshot: %s"
73
102
  msgstr "スナップショットの更新に失敗しました: %s"
74
103
 
75
- msgid "Foreman-plugin to manage snapshots in a virtual-hardware environments."
76
- msgstr "仮想ハードウェア環境でスナップショットを管理する Foreman-plugin。"
104
+ msgid "Foreman plugin to manage snapshots of virtual machines."
105
+ msgstr ""
106
+
107
+ msgid "Host has no UUID, cannot create snapshot."
108
+ msgstr ""
109
+
110
+ msgid "Host has no compute resource, cannot create snapshot."
111
+ msgstr ""
112
+
113
+ msgid "ID of the organization"
114
+ msgstr ""
115
+
116
+ msgid "Include RAM"
117
+ msgstr ""
118
+
119
+ msgid "Invalid mode"
120
+ msgstr ""
77
121
 
78
122
  msgid "List all snapshots"
79
123
  msgstr "全スナップショットの一覧表示"
80
124
 
125
+ msgid "List of host ids to exclude and not run an action on"
126
+ msgstr ""
127
+
128
+ msgid "List of host ids to perform an action on"
129
+ msgstr ""
130
+
81
131
  msgid "Loading Snapshots information ..."
82
132
  msgstr "スナップショット情報の読み込み中 ..."
83
133
 
84
- msgid "Memory"
85
- msgstr "メモリー"
86
-
87
134
  msgid "N/A"
88
135
  msgstr "N/A"
89
136
 
@@ -93,6 +140,9 @@ msgstr "名前"
93
140
  msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
94
141
  msgstr "名前には、アルファベットが少なくとも 2 文字含まれている必要があります。使用できる文字は A-Z a-z 0-9 _ です。"
95
142
 
143
+ msgid "Name of the snapshot"
144
+ msgstr ""
145
+
96
146
  msgid "Name of this snapshot"
97
147
  msgstr "このスナップショットの名前"
98
148
 
@@ -105,6 +155,12 @@ msgstr "有効にできるホストが選択されていません"
105
155
  msgid "No hosts were found with that id, name or query filter"
106
156
  msgstr "その ID、名前またはクエリーフィルターを使ってホストを見つけることができませんでした"
107
157
 
158
+ msgid "None"
159
+ msgstr ""
160
+
161
+ msgid "Note: Not all selected hosts support quiesce. The quiesce option is disabled."
162
+ msgstr ""
163
+
108
164
  msgid "Quiesce"
109
165
  msgstr ""
110
166
 
@@ -114,12 +170,21 @@ msgstr "ホストをスナップショットに戻す"
114
170
  msgid "Rollback"
115
171
  msgstr "ロールバック"
116
172
 
117
- msgid "Rollback to \"%s\"?"
118
- msgstr "\"%s\" へロールバックしますか ?"
173
+ msgid "Rollback to \\\"%s\\\"?"
174
+ msgstr ""
175
+
176
+ msgid "Search string for hosts to perform an action on"
177
+ msgstr ""
119
178
 
120
179
  msgid "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'."
121
180
  msgstr ""
122
181
 
182
+ msgid "Select Snapshot Mode between mutually exclusive options."
183
+ msgstr ""
184
+
185
+ msgid "Select snapshot mode"
186
+ msgstr ""
187
+
123
188
  msgid "Snapshot"
124
189
  msgid_plural "Snapshots"
125
190
  msgstr[0] "スナップショット"
@@ -127,11 +192,23 @@ msgstr[0] "スナップショット"
127
192
  msgid "Snapshot Mode"
128
193
  msgstr ""
129
194
 
195
+ msgid "Snapshot creation failed."
196
+ msgstr ""
197
+
198
+ msgid "Snapshot creation failed: %s"
199
+ msgstr ""
200
+
201
+ msgid "Snapshot mode"
202
+ msgstr ""
203
+
204
+ msgid "Snapshot mode: full (default), include_ram, or quiesce"
205
+ msgstr ""
206
+
130
207
  msgid "Snapshot name cannot be changed"
131
208
  msgstr "スナップショット名は変更できません"
132
209
 
133
- msgid "Snapshot successfully created!"
134
- msgstr "スナップショットが正常に作成されました!"
210
+ msgid "Snapshot parameters"
211
+ msgstr ""
135
212
 
136
213
  msgid "Snapshots"
137
214
  msgstr "スナップショット"
@@ -139,14 +216,20 @@ msgstr "スナップショット"
139
216
  msgid "Something went wrong while selecting hosts - %s"
140
217
  msgstr "ホストの選択中に問題が発生しました: %s"
141
218
 
142
- msgid "Successfully removed Snapshot \"%s\" from host %s"
143
- msgstr "ホスト %s からスナップショット \"%s\" を正常に削除しました"
219
+ msgid "Successfully removed Snapshot \\\"%s\\\" from host %s"
220
+ msgstr ""
221
+
222
+ msgid "Successfully rolled back Snapshot \\\"%s\\\" on host %s"
223
+ msgstr ""
224
+
225
+ msgid "Successfully triggered bulk snapshot creation"
226
+ msgstr ""
144
227
 
145
- msgid "Successfully rolled back Snapshot \"%s\" on host %s"
146
- msgstr "ホスト %s でスナップショット \"%s\" が正常にロールバックされました"
228
+ msgid "Successfully triggered snapshot creation"
229
+ msgstr ""
147
230
 
148
- msgid "Successfully updated Snapshot \"%s\""
149
- msgstr "スナップショット \"%s\" を正常に更新しました。"
231
+ msgid "Successfully updated Snapshot \\\"%s\\\""
232
+ msgstr ""
150
233
 
151
234
  msgid "Unable to create Proxmox Snapshot"
152
235
  msgstr "Proxmox スナップショットを作成できません"
@@ -181,9 +264,15 @@ msgstr "VMWare スナップショットを更新できません"
181
264
  msgid "Update a snapshot"
182
265
  msgstr "スナップショットの更新"
183
266
 
267
+ msgid "VM details could not be retrieved from compute resource %s. The VM may be missing/deleted or inaccessible."
268
+ msgstr ""
269
+
184
270
  msgid "VM successfully rolled back."
185
271
  msgstr "VM が正常にロールバックされました。"
186
272
 
273
+ msgid "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."
274
+ msgstr ""
275
+
187
276
  msgid "Whether to include the Quiesce state in the snapshot"
188
277
  msgstr "スナップショットに Quiesce 状態を含めるかどうか。"
189
278
 
@@ -196,3 +285,6 @@ msgstr "エントリーの編集"
196
285
  msgid "host"
197
286
  msgid_plural "hosts"
198
287
  msgstr[0] "ホスト"
288
+
289
+ msgid "snapshot.name is required"
290
+ msgstr ""