foreman_snapshot_management 3.0.1 → 4.1.0

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