foreman_snapshot_management 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/snapshots_controller.rb +4 -1
- data/app/controllers/concerns/foreman/controller/parameters/snapshot.rb +1 -1
- data/app/controllers/foreman_snapshot_management/snapshots_controller.rb +16 -2
- data/app/models/foreman_snapshot_management/proxmox_extensions.rb +3 -3
- data/app/models/foreman_snapshot_management/snapshot.rb +4 -4
- data/app/models/foreman_snapshot_management/vmware_extensions.rb +13 -3
- data/app/views/foreman_snapshot_management/snapshots/_index.html.erb +2 -1
- data/app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb +5 -3
- data/lib/foreman_snapshot_management/version.rb +1 -1
- data/locale/Makefile +7 -3
- data/locale/cs_CZ/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/cs_CZ/foreman_snapshot_management.po +195 -0
- data/locale/de/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/de/foreman_snapshot_management.po +10 -10
- data/locale/el/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/el/foreman_snapshot_management.po +190 -0
- data/locale/en/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/en/foreman_snapshot_management.po +22 -13
- data/locale/foreman_snapshot_management.pot +56 -35
- data/locale/fr/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/fr/foreman_snapshot_management.po +196 -0
- data/locale/ja/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/ja/foreman_snapshot_management.po +189 -0
- data/locale/ka/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/ka/foreman_snapshot_management.po +190 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_snapshot_management.mo +0 -0
- data/locale/zh_CN/foreman_snapshot_management.po +191 -0
- data/package.json +3 -2
- data/test/controllers/foreman_snapshot_management/snapshots_controller_test.rb +17 -2
- data/webpack/components/SnapshotManagement/SnapshotManagement.js +2 -0
- data/webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js +53 -11
- data/webpack/components/SnapshotManagement/components/SnapshotForm/__tests__/__snapshots__/SnapshotForm.test.js.snap +262 -24
- data/webpack/components/SnapshotManagementCard/SnapshotManagementCard.js +61 -0
- data/webpack/components/SnapshotManagementCard/__tests__/SnapshotManagementCard.test.js +53 -0
- data/webpack/components/SnapshotManagementCard/__tests__/__snapshots__/SnapshotManagementCard.test.js.snap +132 -0
- data/webpack/components/SnapshotManagementCard/index.js +1 -0
- data/webpack/global_index.js +13 -0
- metadata +21 -6
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_snapshot_management
|
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:
|
12
|
-
"PO-Revision-Date:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
84
|
-
#: ../app/models/foreman_snapshot_management/snapshot.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
172
|
-
#: ../webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js:
|
173
|
-
msgid "
|
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:
|
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:
|
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 ""
|
Binary file
|
@@ -0,0 +1,196 @@
|
|
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
|
+
#, fuzzy
|
13
|
+
msgid ""
|
14
|
+
msgstr ""
|
15
|
+
"Project-Id-Version: foreman_snapshot_management 2.0.2\n"
|
16
|
+
"Report-Msgid-Bugs-To: \n"
|
17
|
+
"PO-Revision-Date: 2019-10-22 11:54+0000\n"
|
18
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
|
19
|
+
"Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
|
20
|
+
"MIME-Version: 1.0\n"
|
21
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
22
|
+
"Content-Transfer-Encoding: 8bit\n"
|
23
|
+
"Language: fr\n"
|
24
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 100000"
|
25
|
+
"0 == 0 ? 1 : 2;\n"
|
26
|
+
|
27
|
+
msgid "Action"
|
28
|
+
msgstr "Action"
|
29
|
+
|
30
|
+
msgid "Create Snapshot"
|
31
|
+
msgstr "Créer un instantané"
|
32
|
+
|
33
|
+
msgid "Create Snapshot for %s"
|
34
|
+
msgstr "Créer un instantané pour %s"
|
35
|
+
|
36
|
+
msgid "Create a snapshot"
|
37
|
+
msgstr "Créer un instantané"
|
38
|
+
|
39
|
+
msgid "Created %{snapshots} for %{num} %{hosts}"
|
40
|
+
msgstr "Créé %{snapshots} pour %{num} %{hosts}"
|
41
|
+
|
42
|
+
msgid "Delete"
|
43
|
+
msgstr "Supprimer"
|
44
|
+
|
45
|
+
msgid "Delete Snapshot \"%s\"?"
|
46
|
+
msgstr "Supprimer l'instantané \"%s\" ?"
|
47
|
+
|
48
|
+
msgid "Delete a snapshot"
|
49
|
+
msgstr "Supprimer un instantané"
|
50
|
+
|
51
|
+
msgid "Description"
|
52
|
+
msgstr "Description"
|
53
|
+
|
54
|
+
msgid "Description of this snapshot"
|
55
|
+
msgstr "Description de cet instantané"
|
56
|
+
|
57
|
+
msgid "Error occurred while creating Snapshot for:%s"
|
58
|
+
msgstr "Une erreur s'est produite lors de la création de l’instantané : %s"
|
59
|
+
|
60
|
+
msgid "Error occurred while creating Snapshot: %s"
|
61
|
+
msgstr "Une erreur s'est produite lors de la création de l’instantané : %s"
|
62
|
+
|
63
|
+
msgid "Error occurred while removing Snapshot: %s"
|
64
|
+
msgstr "Une erreur s'est produite lors de la suppression de l’instantané : %s"
|
65
|
+
|
66
|
+
msgid "Error occurred while rolling back VM: %s"
|
67
|
+
msgstr "Une erreur s'est produite lors de la reprise de la VM : %s"
|
68
|
+
|
69
|
+
msgid "Error occurred while updating Snapshot: %s"
|
70
|
+
msgstr "Une erreur s'est produite lors de la mise à jour de l’instantané : %s"
|
71
|
+
|
72
|
+
msgid "Failed to load snapshot list"
|
73
|
+
msgstr "Échec du chargement de la liste des instantanés"
|
74
|
+
|
75
|
+
msgid "Failed to update Snapshot: %s"
|
76
|
+
msgstr "Échec de la mise à jour de l’instantané : %s"
|
77
|
+
|
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."
|
80
|
+
|
81
|
+
msgid "Include RAM"
|
82
|
+
msgstr "Inclure la RAM"
|
83
|
+
|
84
|
+
msgid "List all snapshots"
|
85
|
+
msgstr "Liste de tous les instantanés"
|
86
|
+
|
87
|
+
msgid "Loading Snapshots information ..."
|
88
|
+
msgstr "Chargement des informations sur les instantanés ..."
|
89
|
+
|
90
|
+
msgid "N/A"
|
91
|
+
msgstr "Sans objet"
|
92
|
+
|
93
|
+
msgid "Name"
|
94
|
+
msgstr "Nom"
|
95
|
+
|
96
|
+
msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
|
97
|
+
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
|
+
|
99
|
+
msgid "Name of this snapshot"
|
100
|
+
msgstr "Nom de cet instantané"
|
101
|
+
|
102
|
+
msgid "No capable hosts found."
|
103
|
+
msgstr "Aucun hôte capable n'a été trouvé."
|
104
|
+
|
105
|
+
msgid "No capable hosts selected"
|
106
|
+
msgstr "Aucun hôte capable sélectionné"
|
107
|
+
|
108
|
+
msgid "No hosts were found with that id, name or query filter"
|
109
|
+
msgstr "Aucun hôte trouvé avec cet ID, ce nom ou filtre de requête"
|
110
|
+
|
111
|
+
msgid "Revert Host to a snapshot"
|
112
|
+
msgstr "Revenir à un instantané de l'hôte"
|
113
|
+
|
114
|
+
msgid "Rollback"
|
115
|
+
msgstr "Rollback"
|
116
|
+
|
117
|
+
msgid "Rollback to \"%s\"?"
|
118
|
+
msgstr "Retour à \"%s\" ?"
|
119
|
+
|
120
|
+
msgid "Snapshot"
|
121
|
+
msgid_plural "Snapshots"
|
122
|
+
msgstr[0] "Instantané"
|
123
|
+
msgstr[1] "Instantanés"
|
124
|
+
msgstr[2] "Instantanés"
|
125
|
+
|
126
|
+
msgid "Snapshot name cannot be changed"
|
127
|
+
msgstr "Le nom de l’instantané ne peut pas être modifié"
|
128
|
+
|
129
|
+
msgid "Snapshot successfully created!"
|
130
|
+
msgstr "L’instantané a été créé avec succès."
|
131
|
+
|
132
|
+
msgid "Snapshots"
|
133
|
+
msgstr "Instantanés"
|
134
|
+
|
135
|
+
msgid "Something went wrong while selecting hosts - %s"
|
136
|
+
msgstr "Une erreur s'est produite lors de la sélection des hôtes - %s"
|
137
|
+
|
138
|
+
msgid "Successfully removed Snapshot \"%s\" from host %s"
|
139
|
+
msgstr "L’instantané \"%s\" a été supprimé de l'hôte. %s"
|
140
|
+
|
141
|
+
msgid "Successfully rolled back Snapshot \"%s\" on host %s"
|
142
|
+
msgstr "L’instantané \"%s\" sur l'hôte %s a été retiré avec succès. "
|
143
|
+
|
144
|
+
msgid "Successfully updated Snapshot \"%s\""
|
145
|
+
msgstr "La mise à jour de l’instantané \"%s\" a réussi."
|
146
|
+
|
147
|
+
msgid "Unable to create Proxmox Snapshot"
|
148
|
+
msgstr "Impossible de créer un instantané de Proxmox"
|
149
|
+
|
150
|
+
msgid "Unable to create VMWare Snapshot"
|
151
|
+
msgstr "Impossible de créer un instantané VMWare"
|
152
|
+
|
153
|
+
msgid "Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools status."
|
154
|
+
msgstr "Impossible de créer un instantané VMWare avec Quiesce. Vérifiez l'état de l'alimentation et des outils VMWare."
|
155
|
+
|
156
|
+
msgid "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options."
|
157
|
+
msgstr "Impossible de créer un instantané VMWare. Impossible de définir les options Mémoire et Quiesce."
|
158
|
+
|
159
|
+
msgid "Unable to remove Proxmox Snapshot"
|
160
|
+
msgstr "Impossible de supprimer l’instantané de Proxmox"
|
161
|
+
|
162
|
+
msgid "Unable to remove VMWare Snapshot"
|
163
|
+
msgstr "Impossible de supprimer l’instantané VMWare"
|
164
|
+
|
165
|
+
msgid "Unable to revert Proxmox Snapshot"
|
166
|
+
msgstr "Impossible de rétablir l’instantané de Proxmox"
|
167
|
+
|
168
|
+
msgid "Unable to revert VMWare Snapshot"
|
169
|
+
msgstr "Impossible de rétablir l’instantané VMWare"
|
170
|
+
|
171
|
+
msgid "Unable to update Proxmox Snapshot"
|
172
|
+
msgstr "Impossible de mettre à jour l’instantané de Proxmox"
|
173
|
+
|
174
|
+
msgid "Unable to update VMWare Snapshot"
|
175
|
+
msgstr "Impossible de mettre à jour l’instantané VMWare"
|
176
|
+
|
177
|
+
msgid "Update a snapshot"
|
178
|
+
msgstr "Mise à jour d'un instantané"
|
179
|
+
|
180
|
+
msgid "VM successfully rolled back."
|
181
|
+
msgstr "La VM a été reprise avec succès."
|
182
|
+
|
183
|
+
msgid "Whether to include the Quiesce state in the snapshot"
|
184
|
+
msgstr "Si l'état de repos doit être inclus dans l'instantané."
|
185
|
+
|
186
|
+
msgid "Whether to include the RAM state in the snapshot"
|
187
|
+
msgstr "Inclure ou non l'état de la RAM dans l'instantané"
|
188
|
+
|
189
|
+
msgid "edit entry"
|
190
|
+
msgstr "Modifier la saisie"
|
191
|
+
|
192
|
+
msgid "host"
|
193
|
+
msgid_plural "hosts"
|
194
|
+
msgstr[0] "hôte"
|
195
|
+
msgstr[1] "hôtes"
|
196
|
+
msgstr[2] "hôtes"
|
Binary file
|
@@ -0,0 +1,189 @@
|
|
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
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2021
|
8
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2022
|
9
|
+
#
|
10
|
+
#, fuzzy
|
11
|
+
msgid ""
|
12
|
+
msgstr ""
|
13
|
+
"Project-Id-Version: foreman_snapshot_management 2.0.2\n"
|
14
|
+
"Report-Msgid-Bugs-To: \n"
|
15
|
+
"PO-Revision-Date: 2019-10-22 11:54+0000\n"
|
16
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
|
17
|
+
"Language-Team: Japanese (https://www.transifex.com/foreman/teams/114/ja/)\n"
|
18
|
+
"MIME-Version: 1.0\n"
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
20
|
+
"Content-Transfer-Encoding: 8bit\n"
|
21
|
+
"Language: ja\n"
|
22
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
23
|
+
|
24
|
+
msgid "Action"
|
25
|
+
msgstr "アクション"
|
26
|
+
|
27
|
+
msgid "Create Snapshot"
|
28
|
+
msgstr "スナップショットの作成"
|
29
|
+
|
30
|
+
msgid "Create Snapshot for %s"
|
31
|
+
msgstr "%s のスナップショットの作成"
|
32
|
+
|
33
|
+
msgid "Create a snapshot"
|
34
|
+
msgstr "スナップショットの作成"
|
35
|
+
|
36
|
+
msgid "Created %{snapshots} for %{num} %{hosts}"
|
37
|
+
msgstr "%{num} 個の %{hosts} に対して %{snapshots} を作成済み"
|
38
|
+
|
39
|
+
msgid "Delete"
|
40
|
+
msgstr "削除"
|
41
|
+
|
42
|
+
msgid "Delete Snapshot \"%s\"?"
|
43
|
+
msgstr "スナップショット \"%s\" を削除しますか ?"
|
44
|
+
|
45
|
+
msgid "Delete a snapshot"
|
46
|
+
msgstr "スナップショットの削除"
|
47
|
+
|
48
|
+
msgid "Description"
|
49
|
+
msgstr "説明"
|
50
|
+
|
51
|
+
msgid "Description of this snapshot"
|
52
|
+
msgstr "このスナップショットの説明"
|
53
|
+
|
54
|
+
msgid "Error occurred while creating Snapshot for:%s"
|
55
|
+
msgstr "スナップショットの作成中にエラーが発生しました: %s"
|
56
|
+
|
57
|
+
msgid "Error occurred while creating Snapshot: %s"
|
58
|
+
msgstr "スナップショットの作成中にエラーが発生しました: %s"
|
59
|
+
|
60
|
+
msgid "Error occurred while removing Snapshot: %s"
|
61
|
+
msgstr "スナップショットの削除中にエラーが発生しました: %s"
|
62
|
+
|
63
|
+
msgid "Error occurred while rolling back VM: %s"
|
64
|
+
msgstr "仮想マシンのロールバック中にエラーが発生しました: %s"
|
65
|
+
|
66
|
+
msgid "Error occurred while updating Snapshot: %s"
|
67
|
+
msgstr "スナップショットの更新中にエラーが発生しました: %s"
|
68
|
+
|
69
|
+
msgid "Failed to load snapshot list"
|
70
|
+
msgstr "スナップショットリストの読み込みに失敗しました"
|
71
|
+
|
72
|
+
msgid "Failed to update Snapshot: %s"
|
73
|
+
msgstr "スナップショットの更新に失敗しました: %s"
|
74
|
+
|
75
|
+
msgid "Foreman-plugin to manage snapshots in a virtual-hardware environments."
|
76
|
+
msgstr "仮想ハードウェア環境でスナップショットを管理する Foreman-plugin。"
|
77
|
+
|
78
|
+
msgid "Include RAM"
|
79
|
+
msgstr "メモリーの追加"
|
80
|
+
|
81
|
+
msgid "List all snapshots"
|
82
|
+
msgstr "全スナップショットの一覧表示"
|
83
|
+
|
84
|
+
msgid "Loading Snapshots information ..."
|
85
|
+
msgstr "スナップショット情報の読み込み中 ..."
|
86
|
+
|
87
|
+
msgid "N/A"
|
88
|
+
msgstr "N/A"
|
89
|
+
|
90
|
+
msgid "Name"
|
91
|
+
msgstr "名前"
|
92
|
+
|
93
|
+
msgid "Name must contain at least 2 characters starting with alphabet. Valid characters are A-Z a-z 0-9 _"
|
94
|
+
msgstr "名前には、アルファベットが少なくとも 2 文字含まれている必要があります。使用できる文字は A-Z a-z 0-9 _ です。"
|
95
|
+
|
96
|
+
msgid "Name of this snapshot"
|
97
|
+
msgstr "このスナップショットの名前"
|
98
|
+
|
99
|
+
msgid "No capable hosts found."
|
100
|
+
msgstr "機能するホストが見つかりませんでした。"
|
101
|
+
|
102
|
+
msgid "No capable hosts selected"
|
103
|
+
msgstr "有効にできるホストが選択されていません"
|
104
|
+
|
105
|
+
msgid "No hosts were found with that id, name or query filter"
|
106
|
+
msgstr "その ID、名前またはクエリーフィルターを使ってホストを見つけることができませんでした"
|
107
|
+
|
108
|
+
msgid "Revert Host to a snapshot"
|
109
|
+
msgstr "ホストをスナップショットに戻す"
|
110
|
+
|
111
|
+
msgid "Rollback"
|
112
|
+
msgstr "ロールバック"
|
113
|
+
|
114
|
+
msgid "Rollback to \"%s\"?"
|
115
|
+
msgstr "\"%s\" へロールバックしますか ?"
|
116
|
+
|
117
|
+
msgid "Snapshot"
|
118
|
+
msgid_plural "Snapshots"
|
119
|
+
msgstr[0] "スナップショット"
|
120
|
+
|
121
|
+
msgid "Snapshot name cannot be changed"
|
122
|
+
msgstr "スナップショット名は変更できません"
|
123
|
+
|
124
|
+
msgid "Snapshot successfully created!"
|
125
|
+
msgstr "スナップショットが正常に作成されました!"
|
126
|
+
|
127
|
+
msgid "Snapshots"
|
128
|
+
msgstr "スナップショット"
|
129
|
+
|
130
|
+
msgid "Something went wrong while selecting hosts - %s"
|
131
|
+
msgstr "ホストの選択中に問題が発生しました: %s"
|
132
|
+
|
133
|
+
msgid "Successfully removed Snapshot \"%s\" from host %s"
|
134
|
+
msgstr "ホスト %s からスナップショット \"%s\" を正常に削除しました"
|
135
|
+
|
136
|
+
msgid "Successfully rolled back Snapshot \"%s\" on host %s"
|
137
|
+
msgstr "ホスト %s でスナップショット \"%s\" が正常にロールバックされました"
|
138
|
+
|
139
|
+
msgid "Successfully updated Snapshot \"%s\""
|
140
|
+
msgstr "スナップショット \"%s\" を正常に更新しました。"
|
141
|
+
|
142
|
+
msgid "Unable to create Proxmox Snapshot"
|
143
|
+
msgstr "Proxmox スナップショットを作成できません"
|
144
|
+
|
145
|
+
msgid "Unable to create VMWare Snapshot"
|
146
|
+
msgstr "VMWare スナップショットを作成できません"
|
147
|
+
|
148
|
+
msgid "Unable to create VMWare Snapshot with Quiesce. Check Power and VMWare Tools status."
|
149
|
+
msgstr "Quiesce で VMWare スナップショットを作成できません。Power and VMWare Tools のステータスを確認してください。"
|
150
|
+
|
151
|
+
msgid "Unable to create VMWare Snapshot. Cannot set both Memory and Quiesce options."
|
152
|
+
msgstr "VMWare スナップショットの作成ができません。Memory オプションと Quiesce オプションの両方を設定できません。"
|
153
|
+
|
154
|
+
msgid "Unable to remove Proxmox Snapshot"
|
155
|
+
msgstr "Proxmox スナップショットを削除できません"
|
156
|
+
|
157
|
+
msgid "Unable to remove VMWare Snapshot"
|
158
|
+
msgstr "VMWare スナップショットを削除できません"
|
159
|
+
|
160
|
+
msgid "Unable to revert Proxmox Snapshot"
|
161
|
+
msgstr "Proxmox スナップショットを元に戻すことができません"
|
162
|
+
|
163
|
+
msgid "Unable to revert VMWare Snapshot"
|
164
|
+
msgstr "VMWare スナップショットを元に戻すことができません"
|
165
|
+
|
166
|
+
msgid "Unable to update Proxmox Snapshot"
|
167
|
+
msgstr "Proxmox スナップショットを更新できません"
|
168
|
+
|
169
|
+
msgid "Unable to update VMWare Snapshot"
|
170
|
+
msgstr "VMWare スナップショットを更新できません"
|
171
|
+
|
172
|
+
msgid "Update a snapshot"
|
173
|
+
msgstr "スナップショットの更新"
|
174
|
+
|
175
|
+
msgid "VM successfully rolled back."
|
176
|
+
msgstr "VM が正常にロールバックされました。"
|
177
|
+
|
178
|
+
msgid "Whether to include the Quiesce state in the snapshot"
|
179
|
+
msgstr "スナップショットに Quiesce 状態を含めるかどうか。"
|
180
|
+
|
181
|
+
msgid "Whether to include the RAM state in the snapshot"
|
182
|
+
msgstr "スナップショットに RAM 状態を含めるかどうか"
|
183
|
+
|
184
|
+
msgid "edit entry"
|
185
|
+
msgstr "エントリーの編集"
|
186
|
+
|
187
|
+
msgid "host"
|
188
|
+
msgid_plural "hosts"
|
189
|
+
msgstr[0] "ホスト"
|
Binary file
|