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/ja/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
|
"N/A"
|
|
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
|
"ロールバック"
|
|
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
|
"VM が正常にロールバックされました。"
|
|
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
|
}
|
data/app/assets/javascripts/foreman_snapshot_management/locale/ka/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": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022",
|
|
@@ -17,26 +17,50 @@
|
|
|
17
17
|
"domain": "foreman_snapshot_management",
|
|
18
18
|
"plural_forms": "nplurals=2; plural=(n!=1);"
|
|
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
|
"შექმნილია %{snapshots} %{num} %{hosts}-სთვის"
|
|
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
|
"სწრაფი ასლის განახლების შეცდომა"
|
|
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
|
"Quiesce"
|
|
106
163
|
],
|
|
@@ -110,12 +167,21 @@
|
|
|
110
167
|
"Rollback": [
|
|
111
168
|
"უკან დაბრუნება"
|
|
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
|
"აირჩიეთ სწრაფი ასლის რეჟიმი ურთიერთგამომრიცხავი პარამეტრებიდან 'Memory' (მეხსიერების ჩათვლით) და 'Quiesce'."
|
|
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
|
"სწრაფი ასლები"
|
|
@@ -123,11 +189,23 @@
|
|
|
123
189
|
"Snapshot Mode": [
|
|
124
190
|
"სწრაფი ასლის რეჟიმი"
|
|
125
191
|
],
|
|
192
|
+
"Snapshot creation failed.": [
|
|
193
|
+
""
|
|
194
|
+
],
|
|
195
|
+
"Snapshot creation failed: %s": [
|
|
196
|
+
""
|
|
197
|
+
],
|
|
198
|
+
"Snapshot mode": [
|
|
199
|
+
""
|
|
200
|
+
],
|
|
201
|
+
"Snapshot mode: full (default), include_ram, or quiesce": [
|
|
202
|
+
""
|
|
203
|
+
],
|
|
126
204
|
"Snapshot name cannot be changed": [
|
|
127
205
|
"სწრაფი ასლის სახელის შეცვლა შეუძლებელია"
|
|
128
206
|
],
|
|
129
|
-
"Snapshot
|
|
130
|
-
"
|
|
207
|
+
"Snapshot parameters": [
|
|
208
|
+
""
|
|
131
209
|
],
|
|
132
210
|
"Snapshots": [
|
|
133
211
|
"სწრაფი ასლები"
|
|
@@ -135,14 +213,20 @@
|
|
|
135
213
|
"Something went wrong while selecting hosts - %s": [
|
|
136
214
|
"შეცდომა ჰოსტების მონიშვნისას - %s"
|
|
137
215
|
],
|
|
138
|
-
"Successfully removed Snapshot
|
|
139
|
-
"
|
|
216
|
+
"Successfully removed Snapshot \\\\\\\"%s\\\\\\\" from host %s": [
|
|
217
|
+
""
|
|
218
|
+
],
|
|
219
|
+
"Successfully rolled back Snapshot \\\\\\\"%s\\\\\\\" on host %s": [
|
|
220
|
+
""
|
|
140
221
|
],
|
|
141
|
-
"Successfully
|
|
142
|
-
"
|
|
222
|
+
"Successfully triggered bulk snapshot creation": [
|
|
223
|
+
""
|
|
143
224
|
],
|
|
144
|
-
"Successfully
|
|
145
|
-
"
|
|
225
|
+
"Successfully triggered snapshot creation": [
|
|
226
|
+
""
|
|
227
|
+
],
|
|
228
|
+
"Successfully updated Snapshot \\\\\\\"%s\\\\\\\"": [
|
|
229
|
+
""
|
|
146
230
|
],
|
|
147
231
|
"Unable to create Proxmox Snapshot": [
|
|
148
232
|
"Proxmox-ის სწრაფი ასლის შექმნა შეუძლებელია"
|
|
@@ -177,9 +261,15 @@
|
|
|
177
261
|
"Update a snapshot": [
|
|
178
262
|
"სწრაფი ასლის განახლება"
|
|
179
263
|
],
|
|
264
|
+
"VM details could not be retrieved from compute resource %s. The VM may be missing/deleted or inaccessible.": [
|
|
265
|
+
""
|
|
266
|
+
],
|
|
180
267
|
"VM successfully rolled back.": [
|
|
181
268
|
"ვმ-ი წარმატებით დაბრუნდა."
|
|
182
269
|
],
|
|
270
|
+
"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.": [
|
|
271
|
+
""
|
|
272
|
+
],
|
|
183
273
|
"Whether to include the Quiesce state in the snapshot": [
|
|
184
274
|
"იქნება თუ არა ჩასმული სწრაფ ასლში Quiesce -ის მდგომარეობა"
|
|
185
275
|
],
|
|
@@ -192,6 +282,9 @@
|
|
|
192
282
|
"host": [
|
|
193
283
|
"ჰოსტი",
|
|
194
284
|
"ჰოსტი"
|
|
285
|
+
],
|
|
286
|
+
"snapshot.name is required": [
|
|
287
|
+
""
|
|
195
288
|
]
|
|
196
289
|
}
|
|
197
290
|
}
|