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
|
@@ -11,10 +11,9 @@
|
|
|
11
11
|
# Markus Bucher <bucher@atix.de>, 2021
|
|
12
12
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
|
13
13
|
#
|
|
14
|
-
#, fuzzy
|
|
15
14
|
msgid ""
|
|
16
15
|
msgstr ""
|
|
17
|
-
"Project-Id-Version: foreman_snapshot_management 4.
|
|
16
|
+
"Project-Id-Version: foreman_snapshot_management 4.2.1\n"
|
|
18
17
|
"Report-Msgid-Bugs-To: \n"
|
|
19
18
|
"PO-Revision-Date: 2019-10-22 11:54+0000\n"
|
|
20
19
|
"Last-Translator: Wiederoder <stefanwiederoder@googlemail.com>, 2022\n"
|
|
@@ -25,26 +24,50 @@ msgstr ""
|
|
|
25
24
|
"Language: de\n"
|
|
26
25
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
27
26
|
|
|
27
|
+
msgid "%d snapshot succeeded, %d failed."
|
|
28
|
+
msgstr ""
|
|
29
|
+
|
|
30
|
+
msgid "%d snapshots succeeded, %d failed."
|
|
31
|
+
msgstr ""
|
|
32
|
+
|
|
33
|
+
msgid "%s host is selected for snapshot creation"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgid "%s hosts are selected for snapshot creation"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
28
39
|
msgid "Action"
|
|
29
40
|
msgstr "Aktion"
|
|
30
41
|
|
|
42
|
+
msgid "Cancel"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
msgid "Create"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
31
48
|
msgid "Create Snapshot"
|
|
32
49
|
msgstr "Snapshot erstellen"
|
|
33
50
|
|
|
34
|
-
msgid "Create Snapshot for %s"
|
|
35
|
-
msgstr "Snapshot anlegen für %s"
|
|
36
|
-
|
|
37
51
|
msgid "Create a snapshot"
|
|
38
52
|
msgstr "Einen Snapshot erstellen"
|
|
39
53
|
|
|
54
|
+
msgid "Create snapshot"
|
|
55
|
+
msgstr ""
|
|
56
|
+
|
|
57
|
+
msgid "Create snapshots for multiple hosts"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
40
60
|
msgid "Created %{snapshots} for %{num} %{hosts}"
|
|
41
61
|
msgstr "%{snapshots} für %{num} %{hosts} erstellt"
|
|
42
62
|
|
|
63
|
+
msgid "Creating..."
|
|
64
|
+
msgstr ""
|
|
65
|
+
|
|
43
66
|
msgid "Delete"
|
|
44
67
|
msgstr "Löschen"
|
|
45
68
|
|
|
46
|
-
msgid "Delete Snapshot
|
|
47
|
-
msgstr "
|
|
69
|
+
msgid "Delete Snapshot \\\"%s\\\"?"
|
|
70
|
+
msgstr ""
|
|
48
71
|
|
|
49
72
|
msgid "Delete a snapshot"
|
|
50
73
|
msgstr "Snapshot löschen"
|
|
@@ -52,6 +75,9 @@ msgstr "Snapshot löschen"
|
|
|
52
75
|
msgid "Description"
|
|
53
76
|
msgstr "Beschreibung"
|
|
54
77
|
|
|
78
|
+
msgid "Description of the snapshot"
|
|
79
|
+
msgstr ""
|
|
80
|
+
|
|
55
81
|
msgid "Description of this snapshot"
|
|
56
82
|
msgstr "Beschreibung dieses Snapshots"
|
|
57
83
|
|
|
@@ -70,24 +96,45 @@ msgstr "Beim Zurücksetzen der VM ist ein Fehler aufgetreten: %s"
|
|
|
70
96
|
msgid "Error occurred while updating Snapshot: %s"
|
|
71
97
|
msgstr "Fehler beim Aktualisieren des Snapshots: %s"
|
|
72
98
|
|
|
99
|
+
msgid "Failed hosts"
|
|
100
|
+
msgstr ""
|
|
101
|
+
|
|
73
102
|
msgid "Failed to load snapshot list"
|
|
74
103
|
msgstr "Fehler beim Laden der Snapshotliste"
|
|
75
104
|
|
|
76
105
|
msgid "Failed to update Snapshot: %s"
|
|
77
106
|
msgstr "Das Aktualisieren des Snapshots ist fehlgeschlagen: %s"
|
|
78
107
|
|
|
79
|
-
msgid "Foreman
|
|
80
|
-
msgstr "
|
|
108
|
+
msgid "Foreman plugin to manage snapshots of virtual machines."
|
|
109
|
+
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgid "Host has no UUID, cannot create snapshot."
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
114
|
+
msgid "Host has no compute resource, cannot create snapshot."
|
|
115
|
+
msgstr ""
|
|
116
|
+
|
|
117
|
+
msgid "ID of the organization"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
120
|
+
msgid "Include RAM"
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgid "Invalid mode"
|
|
124
|
+
msgstr ""
|
|
81
125
|
|
|
82
126
|
msgid "List all snapshots"
|
|
83
127
|
msgstr "Alle Snapshots auflisten"
|
|
84
128
|
|
|
129
|
+
msgid "List of host ids to exclude and not run an action on"
|
|
130
|
+
msgstr ""
|
|
131
|
+
|
|
132
|
+
msgid "List of host ids to perform an action on"
|
|
133
|
+
msgstr ""
|
|
134
|
+
|
|
85
135
|
msgid "Loading Snapshots information ..."
|
|
86
136
|
msgstr "Lade Snapshot Informationen ..."
|
|
87
137
|
|
|
88
|
-
msgid "Memory"
|
|
89
|
-
msgstr "Speicher"
|
|
90
|
-
|
|
91
138
|
msgid "N/A"
|
|
92
139
|
msgstr "N/A"
|
|
93
140
|
|
|
@@ -97,6 +144,9 @@ msgstr "Name"
|
|
|
97
144
|
msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
|
|
98
145
|
msgstr "Der Name muss aus mindestens 2 Zeichen bestehen und mit einem Buchstaben beginnen. Gültige Zeichen: A-Z a-z 0-9 _"
|
|
99
146
|
|
|
147
|
+
msgid "Name of the snapshot"
|
|
148
|
+
msgstr ""
|
|
149
|
+
|
|
100
150
|
msgid "Name of this snapshot"
|
|
101
151
|
msgstr "Name dieses Snapshots"
|
|
102
152
|
|
|
@@ -109,6 +159,12 @@ msgstr "Keine unterstützten Hosts ausgewählt"
|
|
|
109
159
|
msgid "No hosts were found with that id, name or query filter"
|
|
110
160
|
msgstr "Keine Hosts wurden mit dieser Kennung, Name oder Abfrage-Filter gefunden"
|
|
111
161
|
|
|
162
|
+
msgid "None"
|
|
163
|
+
msgstr ""
|
|
164
|
+
|
|
165
|
+
msgid "Note: Not all selected hosts support quiesce. The quiesce option is disabled."
|
|
166
|
+
msgstr ""
|
|
167
|
+
|
|
112
168
|
msgid "Quiesce"
|
|
113
169
|
msgstr ""
|
|
114
170
|
|
|
@@ -118,12 +174,21 @@ msgstr "Host auf einen Snapshot zurücksetzen"
|
|
|
118
174
|
msgid "Rollback"
|
|
119
175
|
msgstr "Wiederherstellen"
|
|
120
176
|
|
|
121
|
-
msgid "Rollback to
|
|
122
|
-
msgstr "
|
|
177
|
+
msgid "Rollback to \\\"%s\\\"?"
|
|
178
|
+
msgstr ""
|
|
179
|
+
|
|
180
|
+
msgid "Search string for hosts to perform an action on"
|
|
181
|
+
msgstr ""
|
|
123
182
|
|
|
124
183
|
msgid "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'."
|
|
125
184
|
msgstr ""
|
|
126
185
|
|
|
186
|
+
msgid "Select Snapshot Mode between mutually exclusive options."
|
|
187
|
+
msgstr ""
|
|
188
|
+
|
|
189
|
+
msgid "Select snapshot mode"
|
|
190
|
+
msgstr ""
|
|
191
|
+
|
|
127
192
|
msgid "Snapshot"
|
|
128
193
|
msgid_plural "Snapshots"
|
|
129
194
|
msgstr[0] "Snapshot"
|
|
@@ -132,11 +197,23 @@ msgstr[1] "Snapshots"
|
|
|
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 "Der Name des Snapshots kann nicht geändert werden"
|
|
137
214
|
|
|
138
|
-
msgid "Snapshot
|
|
139
|
-
msgstr "
|
|
215
|
+
msgid "Snapshot parameters"
|
|
216
|
+
msgstr ""
|
|
140
217
|
|
|
141
218
|
msgid "Snapshots"
|
|
142
219
|
msgstr "Snapshots"
|
|
@@ -144,14 +221,20 @@ msgstr "Snapshots"
|
|
|
144
221
|
msgid "Something went wrong while selecting hosts - %s"
|
|
145
222
|
msgstr "Fehler beim Auswählen der Hosts – %s"
|
|
146
223
|
|
|
147
|
-
msgid "Successfully removed Snapshot
|
|
148
|
-
msgstr "
|
|
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
|
|
151
|
-
msgstr "
|
|
233
|
+
msgid "Successfully triggered snapshot creation"
|
|
234
|
+
msgstr ""
|
|
152
235
|
|
|
153
|
-
msgid "Successfully updated Snapshot
|
|
154
|
-
msgstr "
|
|
236
|
+
msgid "Successfully updated Snapshot \\\"%s\\\""
|
|
237
|
+
msgstr ""
|
|
155
238
|
|
|
156
239
|
msgid "Unable to create Proxmox Snapshot"
|
|
157
240
|
msgstr "Proxmox Snapshot konnte nicht erstellt werden"
|
|
@@ -186,9 +269,15 @@ msgstr "VMWare Snapshot konnte nicht aktualisiert werden"
|
|
|
186
269
|
msgid "Update a snapshot"
|
|
187
270
|
msgstr "Snapshot aktualisieren"
|
|
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 "Die VM wurde erfolgreich zurückgesetzt."
|
|
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 ""
|
|
194
283
|
|
|
@@ -202,3 +291,6 @@ msgid "host"
|
|
|
202
291
|
msgid_plural "hosts"
|
|
203
292
|
msgstr[0] "Host"
|
|
204
293
|
msgstr[1] "Hosts"
|
|
294
|
+
|
|
295
|
+
msgid "snapshot.name is required"
|
|
296
|
+
msgstr ""
|
|
Binary file
|
|
@@ -6,10 +6,9 @@
|
|
|
6
6
|
# Translators:
|
|
7
7
|
# Efstathios Iosifidis <eiosifidis@gmail.com>, 2022
|
|
8
8
|
#
|
|
9
|
-
#, fuzzy
|
|
10
9
|
msgid ""
|
|
11
10
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: foreman_snapshot_management 4.
|
|
11
|
+
"Project-Id-Version: foreman_snapshot_management 4.2.1\n"
|
|
13
12
|
"Report-Msgid-Bugs-To: \n"
|
|
14
13
|
"PO-Revision-Date: 2019-10-22 11:54+0000\n"
|
|
15
14
|
"Last-Translator: Efstathios Iosifidis <eiosifidis@gmail.com>, 2022\n"
|
|
@@ -20,25 +19,49 @@ msgstr ""
|
|
|
20
19
|
"Language: el\n"
|
|
21
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
22
21
|
|
|
22
|
+
msgid "%d snapshot succeeded, %d failed."
|
|
23
|
+
msgstr ""
|
|
24
|
+
|
|
25
|
+
msgid "%d snapshots succeeded, %d failed."
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
msgid "%s host is selected for snapshot creation"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgid "%s hosts are selected for snapshot creation"
|
|
32
|
+
msgstr ""
|
|
33
|
+
|
|
23
34
|
msgid "Action"
|
|
24
35
|
msgstr "Ενέργεια"
|
|
25
36
|
|
|
26
|
-
msgid "
|
|
27
|
-
msgstr "
|
|
37
|
+
msgid "Cancel"
|
|
38
|
+
msgstr ""
|
|
28
39
|
|
|
29
|
-
msgid "Create
|
|
40
|
+
msgid "Create"
|
|
30
41
|
msgstr ""
|
|
31
42
|
|
|
43
|
+
msgid "Create Snapshot"
|
|
44
|
+
msgstr "Διμουργία στιγμιότυπου"
|
|
45
|
+
|
|
32
46
|
msgid "Create a snapshot"
|
|
33
47
|
msgstr "Δημιουργία στιγμιότυπου"
|
|
34
48
|
|
|
49
|
+
msgid "Create snapshot"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgid "Create snapshots for multiple hosts"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
35
55
|
msgid "Created %{snapshots} for %{num} %{hosts}"
|
|
36
56
|
msgstr "Δημιουργήθηκαν %{snapshots} για %{num} %{hosts}"
|
|
37
57
|
|
|
58
|
+
msgid "Creating..."
|
|
59
|
+
msgstr ""
|
|
60
|
+
|
|
38
61
|
msgid "Delete"
|
|
39
62
|
msgstr "Διαγραφή"
|
|
40
63
|
|
|
41
|
-
msgid "Delete Snapshot
|
|
64
|
+
msgid "Delete Snapshot \\\"%s\\\"?"
|
|
42
65
|
msgstr ""
|
|
43
66
|
|
|
44
67
|
msgid "Delete a snapshot"
|
|
@@ -47,6 +70,9 @@ msgstr "Διαγραφή στιγμιότυπου"
|
|
|
47
70
|
msgid "Description"
|
|
48
71
|
msgstr "Περιγραφή"
|
|
49
72
|
|
|
73
|
+
msgid "Description of the snapshot"
|
|
74
|
+
msgstr ""
|
|
75
|
+
|
|
50
76
|
msgid "Description of this snapshot"
|
|
51
77
|
msgstr "Περιγραφή αυτού του στιγμιότυπου"
|
|
52
78
|
|
|
@@ -65,24 +91,45 @@ msgstr "Σφάλμα κατά την επαναφορά στιγμιότυπου
|
|
|
65
91
|
msgid "Error occurred while updating Snapshot: %s"
|
|
66
92
|
msgstr ""
|
|
67
93
|
|
|
94
|
+
msgid "Failed hosts"
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
68
97
|
msgid "Failed to load snapshot list"
|
|
69
98
|
msgstr ""
|
|
70
99
|
|
|
71
100
|
msgid "Failed to update Snapshot: %s"
|
|
72
101
|
msgstr "Αποτυχημένη ενημέρωση στιγμιότυπου: %s"
|
|
73
102
|
|
|
74
|
-
msgid "Foreman
|
|
103
|
+
msgid "Foreman plugin to manage snapshots of virtual machines."
|
|
104
|
+
msgstr ""
|
|
105
|
+
|
|
106
|
+
msgid "Host has no UUID, cannot create snapshot."
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
109
|
+
msgid "Host has no compute resource, cannot create snapshot."
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
msgid "ID of the organization"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgid "Include RAM"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
msgid "Invalid mode"
|
|
75
119
|
msgstr ""
|
|
76
120
|
|
|
77
121
|
msgid "List all snapshots"
|
|
78
122
|
msgstr "Λίστα όλων των στιγμιοτύπων"
|
|
79
123
|
|
|
124
|
+
msgid "List of host ids to exclude and not run an action on"
|
|
125
|
+
msgstr ""
|
|
126
|
+
|
|
127
|
+
msgid "List of host ids to perform an action on"
|
|
128
|
+
msgstr ""
|
|
129
|
+
|
|
80
130
|
msgid "Loading Snapshots information ..."
|
|
81
131
|
msgstr "Γίνεται φόρτωση πληροφοριών στιγμιοτύπων ..."
|
|
82
132
|
|
|
83
|
-
msgid "Memory"
|
|
84
|
-
msgstr "Μνήμη"
|
|
85
|
-
|
|
86
133
|
msgid "N/A"
|
|
87
134
|
msgstr "Δ/Υ"
|
|
88
135
|
|
|
@@ -92,6 +139,9 @@ msgstr "Όνομα"
|
|
|
92
139
|
msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
|
|
93
140
|
msgstr ""
|
|
94
141
|
|
|
142
|
+
msgid "Name of the snapshot"
|
|
143
|
+
msgstr ""
|
|
144
|
+
|
|
95
145
|
msgid "Name of this snapshot"
|
|
96
146
|
msgstr "Όνομα αυτού του στιγμιότυπου"
|
|
97
147
|
|
|
@@ -104,6 +154,12 @@ msgstr ""
|
|
|
104
154
|
msgid "No hosts were found with that id, name or query filter"
|
|
105
155
|
msgstr ""
|
|
106
156
|
|
|
157
|
+
msgid "None"
|
|
158
|
+
msgstr ""
|
|
159
|
+
|
|
160
|
+
msgid "Note: Not all selected hosts support quiesce. The quiesce option is disabled."
|
|
161
|
+
msgstr ""
|
|
162
|
+
|
|
107
163
|
msgid "Quiesce"
|
|
108
164
|
msgstr ""
|
|
109
165
|
|
|
@@ -113,12 +169,21 @@ msgstr ""
|
|
|
113
169
|
msgid "Rollback"
|
|
114
170
|
msgstr "Επαναφορά"
|
|
115
171
|
|
|
116
|
-
msgid "Rollback to
|
|
172
|
+
msgid "Rollback to \\\"%s\\\"?"
|
|
173
|
+
msgstr ""
|
|
174
|
+
|
|
175
|
+
msgid "Search string for hosts to perform an action on"
|
|
117
176
|
msgstr ""
|
|
118
177
|
|
|
119
178
|
msgid "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'."
|
|
120
179
|
msgstr ""
|
|
121
180
|
|
|
181
|
+
msgid "Select Snapshot Mode between mutually exclusive options."
|
|
182
|
+
msgstr ""
|
|
183
|
+
|
|
184
|
+
msgid "Select snapshot mode"
|
|
185
|
+
msgstr ""
|
|
186
|
+
|
|
122
187
|
msgid "Snapshot"
|
|
123
188
|
msgid_plural "Snapshots"
|
|
124
189
|
msgstr[0] "Στιγμιότυπο"
|
|
@@ -127,10 +192,22 @@ msgstr[1] "Στιγμιότυπα"
|
|
|
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
|
|
210
|
+
msgid "Snapshot parameters"
|
|
134
211
|
msgstr ""
|
|
135
212
|
|
|
136
213
|
msgid "Snapshots"
|
|
@@ -139,13 +216,19 @@ msgstr "Στιγμιότυπα"
|
|
|
139
216
|
msgid "Something went wrong while selecting hosts - %s"
|
|
140
217
|
msgstr ""
|
|
141
218
|
|
|
142
|
-
msgid "Successfully removed Snapshot
|
|
219
|
+
msgid "Successfully removed Snapshot \\\"%s\\\" from host %s"
|
|
220
|
+
msgstr ""
|
|
221
|
+
|
|
222
|
+
msgid "Successfully rolled back Snapshot \\\"%s\\\" on host %s"
|
|
143
223
|
msgstr ""
|
|
144
224
|
|
|
145
|
-
msgid "Successfully
|
|
225
|
+
msgid "Successfully triggered bulk snapshot creation"
|
|
146
226
|
msgstr ""
|
|
147
227
|
|
|
148
|
-
msgid "Successfully
|
|
228
|
+
msgid "Successfully triggered snapshot creation"
|
|
229
|
+
msgstr ""
|
|
230
|
+
|
|
231
|
+
msgid "Successfully updated Snapshot \\\"%s\\\""
|
|
149
232
|
msgstr ""
|
|
150
233
|
|
|
151
234
|
msgid "Unable to create Proxmox Snapshot"
|
|
@@ -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 ""
|
|
189
278
|
|
|
@@ -197,3 +286,6 @@ msgid "host"
|
|
|
197
286
|
msgid_plural "hosts"
|
|
198
287
|
msgstr[0] ""
|
|
199
288
|
msgstr[1] ""
|
|
289
|
+
|
|
290
|
+
msgid "snapshot.name is required"
|
|
291
|
+
msgstr ""
|
|
Binary file
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
# This file is distributed under the same license as the foreman_snapshot_management package.
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
|
+
#, fuzzy
|
|
6
7
|
msgid ""
|
|
7
8
|
msgstr ""
|
|
8
|
-
"Project-Id-Version: foreman_snapshot_management
|
|
9
|
+
"Project-Id-Version: foreman_snapshot_management 1.0.0\n"
|
|
9
10
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"PO-Revision-Date: 2026-
|
|
11
|
+
"PO-Revision-Date: 2026-03-10 13:30+0100\n"
|
|
11
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
12
13
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
13
14
|
"Language: \n"
|
|
@@ -97,7 +98,7 @@ msgstr ""
|
|
|
97
98
|
msgid "Failed to update Snapshot: %s"
|
|
98
99
|
msgstr ""
|
|
99
100
|
|
|
100
|
-
msgid "Foreman
|
|
101
|
+
msgid "Foreman plugin to manage snapshots of virtual machines."
|
|
101
102
|
msgstr ""
|
|
102
103
|
|
|
103
104
|
msgid "Host has no UUID, cannot create snapshot."
|