foreman_kubevirt 0.1.7 → 0.1.8

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 (49) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/foreman_kubevirt/concerns/api/compute_resources_controller_extensions.rb +9 -9
  3. data/app/models/foreman_kubevirt/kubevirt.rb +13 -16
  4. data/app/validators/volume_validator.rb +2 -2
  5. data/lib/foreman_kubevirt/version.rb +1 -1
  6. data/locale/action_names.rb +5 -0
  7. data/locale/ca/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  8. data/locale/ca/foreman_kubevirt.po +170 -0
  9. data/locale/cs_CZ/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  10. data/locale/cs_CZ/foreman_kubevirt.po +170 -0
  11. data/locale/de/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  12. data/locale/de/foreman_kubevirt.po +170 -0
  13. data/locale/en/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  14. data/locale/en/foreman_kubevirt.edit.po +219 -0
  15. data/locale/en/foreman_kubevirt.po +162 -11
  16. data/locale/en/foreman_kubevirt.po.time_stamp +0 -0
  17. data/locale/en_GB/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  18. data/locale/en_GB/foreman_kubevirt.po +170 -0
  19. data/locale/es/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  20. data/locale/es/foreman_kubevirt.po +170 -0
  21. data/locale/foreman_kubevirt.pot +232 -8
  22. data/locale/fr/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  23. data/locale/fr/foreman_kubevirt.po +170 -0
  24. data/locale/gemspec.rb +1 -1
  25. data/locale/gl/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  26. data/locale/gl/foreman_kubevirt.po +170 -0
  27. data/locale/it/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  28. data/locale/it/foreman_kubevirt.po +170 -0
  29. data/locale/ja/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  30. data/locale/ja/foreman_kubevirt.po +170 -0
  31. data/locale/ko/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  32. data/locale/ko/foreman_kubevirt.po +170 -0
  33. data/locale/nl_NL/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  34. data/locale/nl_NL/foreman_kubevirt.po +177 -0
  35. data/locale/pl/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  36. data/locale/pl/foreman_kubevirt.po +176 -0
  37. data/locale/pt_BR/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  38. data/locale/pt_BR/foreman_kubevirt.po +178 -0
  39. data/locale/ru/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  40. data/locale/ru/foreman_kubevirt.po +180 -0
  41. data/locale/sv_SE/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  42. data/locale/sv_SE/foreman_kubevirt.po +176 -0
  43. data/locale/zh_CN/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  44. data/locale/zh_CN/foreman_kubevirt.po +177 -0
  45. data/locale/zh_TW/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  46. data/locale/zh_TW/foreman_kubevirt.po +175 -0
  47. data/test/models/compute_resources/kubevirt_test.rb +1 -1
  48. data/test/unit/foreman_kubevirt_test.rb +0 -2
  49. metadata +43 -5
@@ -0,0 +1,170 @@
1
+ # German translations for foreman_kubevirt package.
2
+ # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_kubevirt package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: foreman_kubevirt 1.0.0\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "PO-Revision-Date: 2020-05-26 13:16+0530\n"
11
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
+ "Language-Team: German\n"
13
+ "Language: de\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "\n"
19
+
20
+ msgid "%{cpu_cores} Cores and %{memory} memory"
21
+ msgstr ""
22
+
23
+ msgid "API Port"
24
+ msgstr ""
25
+
26
+ msgid "API port for KubeVirt only"
27
+ msgstr ""
28
+
29
+ msgid "Actions"
30
+ msgstr ""
31
+
32
+ msgid "Bootable"
33
+ msgstr ""
34
+
35
+ msgid "CA crt for KubeVirt only"
36
+ msgstr ""
37
+
38
+ msgid "CNI Provider"
39
+ msgstr ""
40
+
41
+ msgid "CPUs"
42
+ msgstr ""
43
+
44
+ msgid "Disk"
45
+ msgstr ""
46
+
47
+ msgid "Does this image support user data input (e.g. via cloud-init)?"
48
+ msgstr ""
49
+
50
+ msgid "Host name for KubeVirt only"
51
+ msgstr ""
52
+
53
+ msgid "Hostname"
54
+ msgstr ""
55
+
56
+ msgid "Image"
57
+ msgstr ""
58
+
59
+ msgid "It is not possible to set a bootable volume and image based provisioning."
60
+ msgstr ""
61
+
62
+ msgid "Memory"
63
+ msgstr ""
64
+
65
+ msgid "NIC"
66
+ msgstr ""
67
+
68
+ msgid "Name"
69
+ msgstr ""
70
+
71
+ msgid "Namespace"
72
+ msgstr ""
73
+
74
+ msgid "Namespace for KubeVirt only"
75
+ msgstr ""
76
+
77
+ msgid "Network"
78
+ msgstr ""
79
+
80
+ msgid "Only one volume can be bootable"
81
+ msgstr ""
82
+
83
+ msgid "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure."
84
+ msgstr ""
85
+
86
+ msgid "Password to authenticate with - used for SSH finish step."
87
+ msgstr ""
88
+
89
+ msgid "Please select an image"
90
+ msgstr ""
91
+
92
+ msgid "Power"
93
+ msgstr ""
94
+
95
+ msgid "Power ON this machine"
96
+ msgstr ""
97
+
98
+ msgid "Properties"
99
+ msgstr ""
100
+
101
+ msgid "Provision and manage Kubevirt Virtual Machines from Foreman."
102
+ msgstr ""
103
+
104
+ msgid "Running on"
105
+ msgstr ""
106
+
107
+ msgid "Size (GB)"
108
+ msgstr ""
109
+
110
+ msgid "Start"
111
+ msgstr ""
112
+
113
+ msgid "Storage Class"
114
+ msgstr ""
115
+
116
+ msgid "The compute resource could not be authenticated"
117
+ msgstr ""
118
+
119
+ msgid "The name of the image in the registry."
120
+ msgstr ""
121
+
122
+ msgid ""
123
+ "The remote system presented a public key signed by an unidentified certificate authority.\n"
124
+ " If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' button and submit"
125
+ msgstr ""
126
+
127
+ msgid "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc"
128
+ msgstr ""
129
+
130
+ msgid "Token"
131
+ msgstr ""
132
+
133
+ msgid "Token for KubeVirt only"
134
+ msgstr ""
135
+
136
+ msgid "Type"
137
+ msgstr ""
138
+
139
+ msgid "UUID"
140
+ msgstr ""
141
+
142
+ msgid "VCPU(s)"
143
+ msgstr ""
144
+
145
+ msgid "VM should be created based on Persistent Volume Claim or Image"
146
+ msgstr ""
147
+
148
+ msgid "VM should be created based on an image"
149
+ msgstr ""
150
+
151
+ msgid "X509 Certification Authorities"
152
+ msgstr ""
153
+
154
+ msgid "cni_provider or network are missing"
155
+ msgstr ""
156
+
157
+ msgid "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9..."
158
+ msgstr ""
159
+
160
+ msgid "genie"
161
+ msgstr ""
162
+
163
+ msgid "multus"
164
+ msgstr ""
165
+
166
+ msgid "no Storage Classes available on provider"
167
+ msgstr ""
168
+
169
+ msgid "pod"
170
+ msgstr ""
@@ -0,0 +1,219 @@
1
+ # foreman_kubevirt
2
+ #
3
+ # This file is distributed under the same license as foreman_kubevirt.
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: version 0.0.1\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2020-05-04 10:30+0300\n"
10
+ "PO-Revision-Date: 2014-08-20 08:54+0100\n"
11
+ "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
12
+ "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
13
+ "Language: \n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ #: ../app/controllers/foreman_kubevirt/concerns/api/compute_resources_controller_extensions.rb:8
20
+ msgid "Token for KubeVirt only"
21
+ msgstr ""
22
+
23
+ #: ../app/controllers/foreman_kubevirt/concerns/api/compute_resources_controller_extensions.rb:9
24
+ msgid "Host name for KubeVirt only"
25
+ msgstr ""
26
+
27
+ #: ../app/controllers/foreman_kubevirt/concerns/api/compute_resources_controller_extensions.rb:10
28
+ msgid "Namespace for KubeVirt only"
29
+ msgstr ""
30
+
31
+ #: ../app/controllers/foreman_kubevirt/concerns/api/compute_resources_controller_extensions.rb:11
32
+ msgid "CA crt for KubeVirt only"
33
+ msgstr ""
34
+
35
+ #: ../app/controllers/foreman_kubevirt/concerns/api/compute_resources_controller_extensions.rb:12
36
+ msgid "API port for KubeVirt only"
37
+ msgstr ""
38
+
39
+ #: ../app/models/concerns/fog_extensions/kubevirt/server.rb:47
40
+ msgid "%{cpu_cores} Cores and %{memory} memory"
41
+ msgstr ""
42
+
43
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:70
44
+ msgid "The compute resource could not be authenticated"
45
+ msgstr ""
46
+
47
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:118
48
+ msgid "no Storage Classes available on provider"
49
+ msgstr ""
50
+
51
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:123
52
+ msgid "multus"
53
+ msgstr ""
54
+
55
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:123
56
+ msgid "genie"
57
+ msgstr ""
58
+
59
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:123
60
+ msgid "pod"
61
+ msgstr ""
62
+
63
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:344
64
+ msgid ""
65
+ "The remote system presented a public key signed by an unidentified certificate authority.\n"
66
+ " If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' button and submit"
67
+ msgstr ""
68
+
69
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:355
70
+ msgid "VM should be created based on Persistent Volume Claim or Image"
71
+ msgstr ""
72
+
73
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:360
74
+ msgid "It is not possible to set a bootable volume and image based provisioning."
75
+ msgstr ""
76
+
77
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:366
78
+ msgid "VM should be created based on an image"
79
+ msgstr ""
80
+
81
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:386 ../app/views/compute_resources_vms/form/kubevirt/_volume.html.erb:22
82
+ msgid "Only one volume can be bootable"
83
+ msgstr ""
84
+
85
+ #: ../app/models/foreman_kubevirt/kubevirt.rb:472
86
+ msgid "cni_provider or network are missing"
87
+ msgstr ""
88
+
89
+ #: ../app/views/compute_resources/form/_kubevirt.html.erb:1 ../app/views/compute_resources/show/_kubevirt.html.erb:2
90
+ msgid "Hostname"
91
+ msgstr ""
92
+
93
+ #: ../app/views/compute_resources/form/_kubevirt.html.erb:2 ../app/views/compute_resources/show/_kubevirt.html.erb:7
94
+ msgid "API Port"
95
+ msgstr ""
96
+
97
+ #: ../app/views/compute_resources/form/_kubevirt.html.erb:3 ../app/views/compute_resources/show/_kubevirt.html.erb:12 ../app/views/compute_resources_vms/show/_kubevirt.html.erb:26
98
+ msgid "Namespace"
99
+ msgstr ""
100
+
101
+ #: ../app/views/compute_resources/form/_kubevirt.html.erb:4
102
+ msgid "Token"
103
+ msgstr ""
104
+
105
+ #: ../app/views/compute_resources/form/_kubevirt.html.erb:6
106
+ msgid "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9..."
107
+ msgstr ""
108
+
109
+ #: ../app/views/compute_resources/form/_kubevirt.html.erb:12
110
+ msgid "X509 Certification Authorities"
111
+ msgstr ""
112
+
113
+ #: ../app/views/compute_resources/form/_kubevirt.html.erb:13
114
+ msgid "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure."
115
+ msgstr ""
116
+
117
+ #: ../app/views/compute_resources_vms/form/kubevirt/_base.html.erb:3 ../app/views/compute_resources_vms/index/_kubevirt.html.erb:3 ../app/views/compute_resources_vms/show/_kubevirt.html.erb:10
118
+ msgid "Name"
119
+ msgstr ""
120
+
121
+ #: ../app/views/compute_resources_vms/form/kubevirt/_base.html.erb:5 ../app/views/compute_resources_vms/index/_kubevirt.html.erb:4
122
+ msgid "CPUs"
123
+ msgstr ""
124
+
125
+ #: ../app/views/compute_resources_vms/form/kubevirt/_base.html.erb:7 ../app/views/compute_resources_vms/index/_kubevirt.html.erb:5 ../app/views/compute_resources_vms/show/_kubevirt.html.erb:22
126
+ msgid "Memory"
127
+ msgstr ""
128
+
129
+ #: ../app/views/compute_resources_vms/form/kubevirt/_base.html.erb:10
130
+ msgid "Power ON this machine"
131
+ msgstr ""
132
+
133
+ #: ../app/views/compute_resources_vms/form/kubevirt/_base.html.erb:10
134
+ msgid "Start"
135
+ msgstr ""
136
+
137
+ #: ../app/views/compute_resources_vms/form/kubevirt/_base.html.erb:21
138
+ msgid "Please select an image"
139
+ msgstr ""
140
+
141
+ #: ../app/views/compute_resources_vms/form/kubevirt/_base.html.erb:22 ../app/views/images/form/_kubevirt.html.erb:4
142
+ msgid "Image"
143
+ msgstr ""
144
+
145
+ #: ../app/views/compute_resources_vms/form/kubevirt/_network.html.erb:4
146
+ msgid "CNI Provider"
147
+ msgstr ""
148
+
149
+ #: ../app/views/compute_resources_vms/form/kubevirt/_network.html.erb:18
150
+ msgid "Network"
151
+ msgstr ""
152
+
153
+ #: ../app/views/compute_resources_vms/form/kubevirt/_volume.html.erb:13
154
+ msgid "Storage Class"
155
+ msgstr ""
156
+
157
+ #: ../app/views/compute_resources_vms/form/kubevirt/_volume.html.erb:17
158
+ msgid "Size (GB)"
159
+ msgstr ""
160
+
161
+ #: ../app/views/compute_resources_vms/form/kubevirt/_volume.html.erb:20
162
+ msgid "Bootable"
163
+ msgstr ""
164
+
165
+ #: ../app/views/compute_resources_vms/index/_kubevirt.html.erb:6
166
+ msgid "Power"
167
+ msgstr ""
168
+
169
+ #: ../app/views/compute_resources_vms/index/_kubevirt.html.erb:7
170
+ msgid "Actions"
171
+ msgstr ""
172
+
173
+ #: ../app/views/compute_resources_vms/show/_kubevirt.html.erb:6
174
+ msgid "Properties"
175
+ msgstr ""
176
+
177
+ #: ../app/views/compute_resources_vms/show/_kubevirt.html.erb:14
178
+ msgid "VCPU(s)"
179
+ msgstr ""
180
+
181
+ #: ../app/views/compute_resources_vms/show/_kubevirt.html.erb:18
182
+ msgid "UUID"
183
+ msgstr ""
184
+
185
+ #: ../app/views/compute_resources_vms/show/_kubevirt.html.erb:30
186
+ msgid "Type"
187
+ msgstr ""
188
+
189
+ #: ../app/views/compute_resources_vms/show/_kubevirt.html.erb:36
190
+ msgid "NIC"
191
+ msgstr ""
192
+
193
+ #: ../app/views/compute_resources_vms/show/_kubevirt.html.erb:43
194
+ msgid "Disk"
195
+ msgstr ""
196
+
197
+ #: ../app/views/compute_resources_vms/show/_kubevirt.html.erb:49
198
+ msgid "Running on"
199
+ msgstr ""
200
+
201
+ #: ../app/views/images/form/_kubevirt.html.erb:1
202
+ msgid "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc"
203
+ msgstr ""
204
+
205
+ #: ../app/views/images/form/_kubevirt.html.erb:2
206
+ msgid "Password to authenticate with - used for SSH finish step."
207
+ msgstr ""
208
+
209
+ #: ../app/views/images/form/_kubevirt.html.erb:3
210
+ msgid "Does this image support user data input (e.g. via cloud-init)?"
211
+ msgstr ""
212
+
213
+ #: ../app/views/images/form/_kubevirt.html.erb:4
214
+ msgid "The name of the image in the registry."
215
+ msgstr ""
216
+
217
+ #: gemspec.rb:2
218
+ msgid "KubeVirt as a compute resource for Foreman"
219
+ msgstr ""
@@ -1,19 +1,170 @@
1
- # foreman_kubevirt
1
+ # English translations for foreman_kubevirt package.
2
+ # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_kubevirt package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
2
5
  #
3
- # This file is distributed under the same license as foreman_kubevirt.
4
- #
5
- #, fuzzy
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: version 0.0.1\n"
8
+ "Project-Id-Version: foreman_kubevirt 1.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2014-08-20 08:46+0100\n"
11
- "PO-Revision-Date: 2014-08-20 08:54+0100\n"
12
- "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
13
- "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
14
- "Language: \n"
10
+ "PO-Revision-Date: 2020-04-22 08:24-0400\n"
11
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
+ "Language-Team: English\n"
13
+ "Language: en\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "\n"
19
+
20
+ msgid "%{cpu_cores} Cores and %{memory} memory"
21
+ msgstr ""
22
+
23
+ msgid "API Port"
24
+ msgstr ""
25
+
26
+ msgid "API port for KubeVirt only"
27
+ msgstr ""
28
+
29
+ msgid "Actions"
30
+ msgstr ""
31
+
32
+ msgid "Bootable"
33
+ msgstr ""
34
+
35
+ msgid "CA crt for KubeVirt only"
36
+ msgstr ""
37
+
38
+ msgid "CNI Provider"
39
+ msgstr ""
40
+
41
+ msgid "CPUs"
42
+ msgstr ""
43
+
44
+ msgid "Disk"
45
+ msgstr ""
46
+
47
+ msgid "Does this image support user data input (e.g. via cloud-init)?"
48
+ msgstr ""
49
+
50
+ msgid "Host name for KubeVirt only"
51
+ msgstr ""
52
+
53
+ msgid "Hostname"
54
+ msgstr ""
55
+
56
+ msgid "Image"
57
+ msgstr ""
58
+
59
+ msgid "It is not possible to set a bootable volume and image based provisioning."
60
+ msgstr ""
61
+
62
+ msgid "Memory"
63
+ msgstr ""
64
+
65
+ msgid "NIC"
66
+ msgstr ""
67
+
68
+ msgid "Name"
69
+ msgstr ""
70
+
71
+ msgid "Namespace"
72
+ msgstr ""
73
+
74
+ msgid "Namespace for KubeVirt only"
75
+ msgstr ""
76
+
77
+ msgid "Network"
78
+ msgstr ""
79
+
80
+ msgid "Only one volume can be bootable"
81
+ msgstr ""
82
+
83
+ msgid "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure."
84
+ msgstr ""
85
+
86
+ msgid "Password to authenticate with - used for SSH finish step."
87
+ msgstr ""
88
+
89
+ msgid "Please select an image"
90
+ msgstr ""
91
+
92
+ msgid "Power"
93
+ msgstr ""
19
94
 
95
+ msgid "Power ON this machine"
96
+ msgstr ""
97
+
98
+ msgid "Properties"
99
+ msgstr ""
100
+
101
+ msgid "Provision and manage Kubevirt Virtual Machines from Foreman."
102
+ msgstr ""
103
+
104
+ msgid "Running on"
105
+ msgstr ""
106
+
107
+ msgid "Size (GB)"
108
+ msgstr ""
109
+
110
+ msgid "Start"
111
+ msgstr ""
112
+
113
+ msgid "Storage Class"
114
+ msgstr ""
115
+
116
+ msgid "The compute resource could not be authenticated"
117
+ msgstr ""
118
+
119
+ msgid "The name of the image in the registry."
120
+ msgstr ""
121
+
122
+ msgid ""
123
+ "The remote system presented a public key signed by an unidentified certificate authority.\n"
124
+ " If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' button and submit"
125
+ msgstr ""
126
+
127
+ msgid "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc"
128
+ msgstr ""
129
+
130
+ msgid "Token"
131
+ msgstr ""
132
+
133
+ msgid "Token for KubeVirt only"
134
+ msgstr ""
135
+
136
+ msgid "Type"
137
+ msgstr ""
138
+
139
+ msgid "UUID"
140
+ msgstr ""
141
+
142
+ msgid "VCPU(s)"
143
+ msgstr ""
144
+
145
+ msgid "VM should be created based on Persistent Volume Claim or Image"
146
+ msgstr ""
147
+
148
+ msgid "VM should be created based on an image"
149
+ msgstr ""
150
+
151
+ msgid "X509 Certification Authorities"
152
+ msgstr ""
153
+
154
+ msgid "cni_provider or network are missing"
155
+ msgstr ""
156
+
157
+ msgid "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9..."
158
+ msgstr ""
159
+
160
+ msgid "genie"
161
+ msgstr ""
162
+
163
+ msgid "multus"
164
+ msgstr ""
165
+
166
+ msgid "no Storage Classes available on provider"
167
+ msgstr ""
168
+
169
+ msgid "pod"
170
+ msgstr ""