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
data/app/assets/javascripts/foreman_snapshot_management/locale/zh_CN/foreman_snapshot_management.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_snapshot_management": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_snapshot_management 4.
|
|
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": "Amit Upadhye <aupadhye@redhat.com>, 2022",
|
|
@@ -17,26 +17,50 @@
|
|
|
17
17
|
"domain": "foreman_snapshot_management",
|
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
|
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
|
"操作"
|
|
22
34
|
],
|
|
35
|
+
"Cancel": [
|
|
36
|
+
""
|
|
37
|
+
],
|
|
38
|
+
"Create": [
|
|
39
|
+
""
|
|
40
|
+
],
|
|
23
41
|
"Create Snapshot": [
|
|
24
42
|
"创建快照"
|
|
25
43
|
],
|
|
26
|
-
"Create Snapshot for %s": [
|
|
27
|
-
"为 %s 创建快照"
|
|
28
|
-
],
|
|
29
44
|
"Create a snapshot": [
|
|
30
45
|
"创建快照"
|
|
31
46
|
],
|
|
47
|
+
"Create snapshot": [
|
|
48
|
+
""
|
|
49
|
+
],
|
|
50
|
+
"Create snapshots for multiple hosts": [
|
|
51
|
+
""
|
|
52
|
+
],
|
|
32
53
|
"Created %{snapshots} for %{num} %{hosts}": [
|
|
33
54
|
"为 %{num} %{hosts} 创建的 %{snapshots}"
|
|
34
55
|
],
|
|
56
|
+
"Creating...": [
|
|
57
|
+
""
|
|
58
|
+
],
|
|
35
59
|
"Delete": [
|
|
36
60
|
"刪除"
|
|
37
61
|
],
|
|
38
|
-
"Delete Snapshot
|
|
39
|
-
"
|
|
62
|
+
"Delete Snapshot \\\\\\\"%s\\\\\\\"?": [
|
|
63
|
+
""
|
|
40
64
|
],
|
|
41
65
|
"Delete a snapshot": [
|
|
42
66
|
"删除快照"
|
|
@@ -44,6 +68,9 @@
|
|
|
44
68
|
"Description": [
|
|
45
69
|
"描述"
|
|
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
|
"更新快照时发生错误:%s"
|
|
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
|
"更新快照失败:%s"
|
|
70
100
|
],
|
|
71
|
-
"Foreman
|
|
72
|
-
"
|
|
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
|
"列出所有快照"
|
|
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
|
"加载快照信息..."
|
|
79
130
|
],
|
|
80
|
-
"Memory": [
|
|
81
|
-
"内存"
|
|
82
|
-
],
|
|
83
131
|
"N/A": [
|
|
84
132
|
"不适用"
|
|
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
|
"名称必须至少包含以字面开头的 2 个字符。有效字符为 A-Z a-z 0-9 _"
|
|
91
139
|
],
|
|
140
|
+
"Name of the snapshot": [
|
|
141
|
+
""
|
|
142
|
+
],
|
|
92
143
|
"Name of this snapshot": [
|
|
93
144
|
"此快照的名称"
|
|
94
145
|
],
|
|
@@ -101,6 +152,12 @@
|
|
|
101
152
|
"No hosts were found with that id, name or query filter": [
|
|
102
153
|
"未找到符合此 id、名称或者查询过滤器的主机"
|
|
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,23 +167,44 @@
|
|
|
110
167
|
"Rollback": [
|
|
111
168
|
"回滚rollback"
|
|
112
169
|
],
|
|
113
|
-
"Rollback to
|
|
114
|
-
"
|
|
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
|
"快照"
|
|
121
187
|
],
|
|
122
188
|
"Snapshot Mode": [
|
|
123
189
|
""
|
|
124
190
|
],
|
|
191
|
+
"Snapshot creation failed.": [
|
|
192
|
+
""
|
|
193
|
+
],
|
|
194
|
+
"Snapshot creation failed: %s": [
|
|
195
|
+
""
|
|
196
|
+
],
|
|
197
|
+
"Snapshot mode": [
|
|
198
|
+
""
|
|
199
|
+
],
|
|
200
|
+
"Snapshot mode: full (default), include_ram, or quiesce": [
|
|
201
|
+
""
|
|
202
|
+
],
|
|
125
203
|
"Snapshot name cannot be changed": [
|
|
126
204
|
"无法更改快照名称"
|
|
127
205
|
],
|
|
128
|
-
"Snapshot
|
|
129
|
-
"
|
|
206
|
+
"Snapshot parameters": [
|
|
207
|
+
""
|
|
130
208
|
],
|
|
131
209
|
"Snapshots": [
|
|
132
210
|
"快照"
|
|
@@ -134,14 +212,20 @@
|
|
|
134
212
|
"Something went wrong while selecting hosts - %s": [
|
|
135
213
|
"选择主机时出错 - %s"
|
|
136
214
|
],
|
|
137
|
-
"Successfully removed Snapshot
|
|
138
|
-
"
|
|
215
|
+
"Successfully removed Snapshot \\\\\\\"%s\\\\\\\" from host %s": [
|
|
216
|
+
""
|
|
217
|
+
],
|
|
218
|
+
"Successfully rolled back Snapshot \\\\\\\"%s\\\\\\\" on host %s": [
|
|
219
|
+
""
|
|
220
|
+
],
|
|
221
|
+
"Successfully triggered bulk snapshot creation": [
|
|
222
|
+
""
|
|
139
223
|
],
|
|
140
|
-
"Successfully
|
|
141
|
-
"
|
|
224
|
+
"Successfully triggered snapshot creation": [
|
|
225
|
+
""
|
|
142
226
|
],
|
|
143
|
-
"Successfully updated Snapshot
|
|
144
|
-
"
|
|
227
|
+
"Successfully updated Snapshot \\\\\\\"%s\\\\\\\"": [
|
|
228
|
+
""
|
|
145
229
|
],
|
|
146
230
|
"Unable to create Proxmox Snapshot": [
|
|
147
231
|
"无法创建 Proxmox 快照"
|
|
@@ -176,9 +260,15 @@
|
|
|
176
260
|
"Update a snapshot": [
|
|
177
261
|
"更新快照"
|
|
178
262
|
],
|
|
263
|
+
"VM details could not be retrieved from compute resource %s. The VM may be missing/deleted or inaccessible.": [
|
|
264
|
+
""
|
|
265
|
+
],
|
|
179
266
|
"VM successfully rolled back.": [
|
|
180
267
|
"虚拟机成功回滚。"
|
|
181
268
|
],
|
|
269
|
+
"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.": [
|
|
270
|
+
""
|
|
271
|
+
],
|
|
182
272
|
"Whether to include the Quiesce state in the snapshot": [
|
|
183
273
|
"是否在快照中包含 Quiesce 状态"
|
|
184
274
|
],
|
|
@@ -190,6 +280,9 @@
|
|
|
190
280
|
],
|
|
191
281
|
"host": [
|
|
192
282
|
"主机"
|
|
283
|
+
],
|
|
284
|
+
"snapshot.name is required": [
|
|
285
|
+
""
|
|
193
286
|
]
|
|
194
287
|
}
|
|
195
288
|
}
|
|
Binary file
|
|
@@ -7,10 +7,9 @@
|
|
|
7
7
|
# Lukáš Zapletal, 2021
|
|
8
8
|
# Pavel Borecki <pavel.borecki@gmail.com>, 2022
|
|
9
9
|
#
|
|
10
|
-
#, fuzzy
|
|
11
10
|
msgid ""
|
|
12
11
|
msgstr ""
|
|
13
|
-
"Project-Id-Version: foreman_snapshot_management 4.
|
|
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: Pavel Borecki <pavel.borecki@gmail.com>, 2022\n"
|
|
@@ -23,25 +22,49 @@ msgstr ""
|
|
|
23
22
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= "
|
|
24
23
|
"4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
25
24
|
|
|
25
|
+
msgid "%d snapshot succeeded, %d failed."
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
msgid "%d snapshots succeeded, %d failed."
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgid "%s host is selected for snapshot creation"
|
|
32
|
+
msgstr ""
|
|
33
|
+
|
|
34
|
+
msgid "%s hosts are selected for snapshot creation"
|
|
35
|
+
msgstr ""
|
|
36
|
+
|
|
26
37
|
msgid "Action"
|
|
27
38
|
msgstr "Akce"
|
|
28
39
|
|
|
29
|
-
msgid "
|
|
30
|
-
msgstr "
|
|
40
|
+
msgid "Cancel"
|
|
41
|
+
msgstr ""
|
|
31
42
|
|
|
32
|
-
msgid "Create
|
|
43
|
+
msgid "Create"
|
|
33
44
|
msgstr ""
|
|
34
45
|
|
|
46
|
+
msgid "Create Snapshot"
|
|
47
|
+
msgstr "Pořídit zachycený stav"
|
|
48
|
+
|
|
35
49
|
msgid "Create a snapshot"
|
|
36
50
|
msgstr "Pořídit zachycený stav"
|
|
37
51
|
|
|
52
|
+
msgid "Create snapshot"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
55
|
+
msgid "Create snapshots for multiple hosts"
|
|
56
|
+
msgstr ""
|
|
57
|
+
|
|
38
58
|
msgid "Created %{snapshots} for %{num} %{hosts}"
|
|
39
59
|
msgstr "Vytvořeno %{snapshots} pro %{num} %{hosts}"
|
|
40
60
|
|
|
61
|
+
msgid "Creating..."
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
41
64
|
msgid "Delete"
|
|
42
65
|
msgstr "Smazat"
|
|
43
66
|
|
|
44
|
-
msgid "Delete Snapshot
|
|
67
|
+
msgid "Delete Snapshot \\\"%s\\\"?"
|
|
45
68
|
msgstr ""
|
|
46
69
|
|
|
47
70
|
msgid "Delete a snapshot"
|
|
@@ -50,6 +73,9 @@ msgstr "Smazat zachycený stav"
|
|
|
50
73
|
msgid "Description"
|
|
51
74
|
msgstr "Popis"
|
|
52
75
|
|
|
76
|
+
msgid "Description of the snapshot"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
53
79
|
msgid "Description of this snapshot"
|
|
54
80
|
msgstr ""
|
|
55
81
|
|
|
@@ -68,24 +94,45 @@ msgstr ""
|
|
|
68
94
|
msgid "Error occurred while updating Snapshot: %s"
|
|
69
95
|
msgstr ""
|
|
70
96
|
|
|
97
|
+
msgid "Failed hosts"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
71
100
|
msgid "Failed to load snapshot list"
|
|
72
101
|
msgstr ""
|
|
73
102
|
|
|
74
103
|
msgid "Failed to update Snapshot: %s"
|
|
75
104
|
msgstr "Zachycený stav se nepodařilo aktualizovat: %s"
|
|
76
105
|
|
|
77
|
-
msgid "Foreman
|
|
78
|
-
msgstr "
|
|
106
|
+
msgid "Foreman plugin to manage snapshots of virtual machines."
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
109
|
+
msgid "Host has no UUID, cannot create snapshot."
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
msgid "Host has no compute resource, cannot create snapshot."
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgid "ID of the organization"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
msgid "Include RAM"
|
|
119
|
+
msgstr ""
|
|
120
|
+
|
|
121
|
+
msgid "Invalid mode"
|
|
122
|
+
msgstr ""
|
|
79
123
|
|
|
80
124
|
msgid "List all snapshots"
|
|
81
125
|
msgstr "Vypsat všechny zachycené stavy"
|
|
82
126
|
|
|
127
|
+
msgid "List of host ids to exclude and not run an action on"
|
|
128
|
+
msgstr ""
|
|
129
|
+
|
|
130
|
+
msgid "List of host ids to perform an action on"
|
|
131
|
+
msgstr ""
|
|
132
|
+
|
|
83
133
|
msgid "Loading Snapshots information ..."
|
|
84
134
|
msgstr "Načítání informací o zachycených stavech…"
|
|
85
135
|
|
|
86
|
-
msgid "Memory"
|
|
87
|
-
msgstr "Operační paměť"
|
|
88
|
-
|
|
89
136
|
msgid "N/A"
|
|
90
137
|
msgstr "Není"
|
|
91
138
|
|
|
@@ -95,6 +142,9 @@ msgstr "Název"
|
|
|
95
142
|
msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
|
|
96
143
|
msgstr ""
|
|
97
144
|
|
|
145
|
+
msgid "Name of the snapshot"
|
|
146
|
+
msgstr ""
|
|
147
|
+
|
|
98
148
|
msgid "Name of this snapshot"
|
|
99
149
|
msgstr "Název tohoto zachyceného stavu"
|
|
100
150
|
|
|
@@ -107,6 +157,12 @@ msgstr ""
|
|
|
107
157
|
msgid "No hosts were found with that id, name or query filter"
|
|
108
158
|
msgstr "Pro takový identifikátor, název nebo dotazovací filtr nebyly nalezeni žádní hostitelé"
|
|
109
159
|
|
|
160
|
+
msgid "None"
|
|
161
|
+
msgstr ""
|
|
162
|
+
|
|
163
|
+
msgid "Note: Not all selected hosts support quiesce. The quiesce option is disabled."
|
|
164
|
+
msgstr ""
|
|
165
|
+
|
|
110
166
|
msgid "Quiesce"
|
|
111
167
|
msgstr ""
|
|
112
168
|
|
|
@@ -116,12 +172,21 @@ msgstr "Vrátit stroj do podoby ze zachyceného stavu"
|
|
|
116
172
|
msgid "Rollback"
|
|
117
173
|
msgstr ""
|
|
118
174
|
|
|
119
|
-
msgid "Rollback to
|
|
175
|
+
msgid "Rollback to \\\"%s\\\"?"
|
|
176
|
+
msgstr ""
|
|
177
|
+
|
|
178
|
+
msgid "Search string for hosts to perform an action on"
|
|
120
179
|
msgstr ""
|
|
121
180
|
|
|
122
181
|
msgid "Select Snapshot Mode between mutually exclusive options, 'Memory' (includes RAM) and 'Quiesce'."
|
|
123
182
|
msgstr ""
|
|
124
183
|
|
|
184
|
+
msgid "Select Snapshot Mode between mutually exclusive options."
|
|
185
|
+
msgstr ""
|
|
186
|
+
|
|
187
|
+
msgid "Select snapshot mode"
|
|
188
|
+
msgstr ""
|
|
189
|
+
|
|
125
190
|
msgid "Snapshot"
|
|
126
191
|
msgid_plural "Snapshots"
|
|
127
192
|
msgstr[0] "Zachycený stav"
|
|
@@ -132,10 +197,22 @@ msgstr[3] "Zachycené stavy"
|
|
|
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 "Název zachyceného stavu není možné změnit"
|
|
137
214
|
|
|
138
|
-
msgid "Snapshot
|
|
215
|
+
msgid "Snapshot parameters"
|
|
139
216
|
msgstr ""
|
|
140
217
|
|
|
141
218
|
msgid "Snapshots"
|
|
@@ -144,13 +221,19 @@ msgstr "Zachycené stavy"
|
|
|
144
221
|
msgid "Something went wrong while selecting hosts - %s"
|
|
145
222
|
msgstr "Při vybírání strojů se něco pokazilo – %s"
|
|
146
223
|
|
|
147
|
-
msgid "Successfully removed Snapshot
|
|
224
|
+
msgid "Successfully removed Snapshot \\\"%s\\\" from host %s"
|
|
225
|
+
msgstr ""
|
|
226
|
+
|
|
227
|
+
msgid "Successfully rolled back Snapshot \\\"%s\\\" on host %s"
|
|
148
228
|
msgstr ""
|
|
149
229
|
|
|
150
|
-
msgid "Successfully
|
|
230
|
+
msgid "Successfully triggered bulk snapshot creation"
|
|
151
231
|
msgstr ""
|
|
152
232
|
|
|
153
|
-
msgid "Successfully
|
|
233
|
+
msgid "Successfully triggered snapshot creation"
|
|
234
|
+
msgstr ""
|
|
235
|
+
|
|
236
|
+
msgid "Successfully updated Snapshot \\\"%s\\\""
|
|
154
237
|
msgstr ""
|
|
155
238
|
|
|
156
239
|
msgid "Unable to create Proxmox Snapshot"
|
|
@@ -186,9 +269,15 @@ msgstr "VMWare zachycený stav se nedaří zaktualizovat"
|
|
|
186
269
|
msgid "Update a snapshot"
|
|
187
270
|
msgstr "Aktualizovat zachycený stav"
|
|
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 ""
|
|
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] ""
|
|
204
293
|
msgstr[1] ""
|
|
294
|
+
|
|
295
|
+
msgid "snapshot.name is required"
|
|
296
|
+
msgstr ""
|
|
Binary file
|