foreman_kubevirt 0.1.9 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_kubevirt/locale/ca/foreman_kubevirt.js +175 -0
  3. data/app/assets/javascripts/foreman_kubevirt/locale/cs_CZ/foreman_kubevirt.js +175 -0
  4. data/app/assets/javascripts/foreman_kubevirt/locale/de/foreman_kubevirt.js +175 -0
  5. data/app/assets/javascripts/foreman_kubevirt/locale/en/foreman_kubevirt.js +175 -0
  6. data/app/assets/javascripts/foreman_kubevirt/locale/en_GB/foreman_kubevirt.js +175 -0
  7. data/app/assets/javascripts/foreman_kubevirt/locale/es/foreman_kubevirt.js +175 -0
  8. data/app/assets/javascripts/foreman_kubevirt/locale/fr/foreman_kubevirt.js +175 -0
  9. data/app/assets/javascripts/foreman_kubevirt/locale/gl/foreman_kubevirt.js +175 -0
  10. data/app/assets/javascripts/foreman_kubevirt/locale/it/foreman_kubevirt.js +175 -0
  11. data/app/assets/javascripts/foreman_kubevirt/locale/ja/foreman_kubevirt.js +175 -0
  12. data/app/assets/javascripts/foreman_kubevirt/locale/ka/foreman_kubevirt.js +175 -0
  13. data/app/assets/javascripts/foreman_kubevirt/locale/ko/foreman_kubevirt.js +175 -0
  14. data/app/assets/javascripts/foreman_kubevirt/locale/nl_NL/foreman_kubevirt.js +175 -0
  15. data/app/assets/javascripts/foreman_kubevirt/locale/pl/foreman_kubevirt.js +175 -0
  16. data/app/assets/javascripts/foreman_kubevirt/locale/pt_BR/foreman_kubevirt.js +175 -0
  17. data/app/assets/javascripts/foreman_kubevirt/locale/ru/foreman_kubevirt.js +175 -0
  18. data/app/assets/javascripts/foreman_kubevirt/locale/sv_SE/foreman_kubevirt.js +175 -0
  19. data/app/assets/javascripts/foreman_kubevirt/locale/zh_CN/foreman_kubevirt.js +175 -0
  20. data/app/assets/javascripts/foreman_kubevirt/locale/zh_TW/foreman_kubevirt.js +175 -0
  21. data/app/models/concerns/fog_extensions/kubevirt/server.rb +1 -1
  22. data/app/models/foreman_kubevirt/kubevirt.rb +12 -14
  23. data/app/validators/volume_validator.rb +1 -1
  24. data/app/views/compute_resources_vms/form/kubevirt/_base.html.erb +0 -2
  25. data/lib/foreman_kubevirt/engine.rb +21 -27
  26. data/lib/foreman_kubevirt/version.rb +1 -1
  27. data/locale/Makefile +19 -6
  28. data/locale/ca/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  29. data/locale/ca/foreman_kubevirt.po +34 -29
  30. data/locale/cs_CZ/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  31. data/locale/cs_CZ/foreman_kubevirt.po +42 -33
  32. data/locale/de/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  33. data/locale/de/foreman_kubevirt.po +75 -58
  34. data/locale/en/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  35. data/locale/en/foreman_kubevirt.po +11 -8
  36. data/locale/en_GB/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  37. data/locale/en_GB/foreman_kubevirt.po +68 -59
  38. data/locale/es/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  39. data/locale/es/foreman_kubevirt.po +73 -58
  40. data/locale/foreman_kubevirt.pot +16 -11
  41. data/locale/fr/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  42. data/locale/fr/foreman_kubevirt.po +72 -60
  43. data/locale/gl/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  44. data/locale/gl/foreman_kubevirt.po +34 -29
  45. data/locale/it/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  46. data/locale/it/foreman_kubevirt.po +44 -36
  47. data/locale/ja/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  48. data/locale/ja/foreman_kubevirt.po +70 -58
  49. data/locale/ka/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  50. data/locale/ka/foreman_kubevirt.po +177 -0
  51. data/locale/ko/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  52. data/locale/ko/foreman_kubevirt.po +43 -35
  53. data/locale/nl_NL/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  54. data/locale/nl_NL/foreman_kubevirt.po +9 -5
  55. data/locale/pl/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  56. data/locale/pl/foreman_kubevirt.po +5 -3
  57. data/locale/pt_BR/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  58. data/locale/pt_BR/foreman_kubevirt.po +37 -32
  59. data/locale/ru/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  60. data/locale/ru/foreman_kubevirt.po +5 -3
  61. data/locale/sv_SE/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  62. data/locale/sv_SE/foreman_kubevirt.po +5 -3
  63. data/locale/zh_CN/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  64. data/locale/zh_CN/foreman_kubevirt.po +21 -15
  65. data/locale/zh_TW/LC_MESSAGES/foreman_kubevirt.mo +0 -0
  66. data/locale/zh_TW/foreman_kubevirt.po +5 -3
  67. data/test/factories/host_factories.rb +0 -1
  68. metadata +38 -40
  69. data/app/assets/javascripts/bundle.js +0 -1
  70. data/locale/action_names.rb +0 -5
  71. data/locale/en/foreman_kubevirt.edit.po +0 -219
  72. data/locale/en/foreman_kubevirt.po.time_stamp +0 -0
@@ -0,0 +1,175 @@
1
+ locales['foreman_kubevirt'] = locales['foreman_kubevirt'] || {}; locales['foreman_kubevirt']['en'] = {
2
+ "domain": "foreman_kubevirt",
3
+ "locale_data": {
4
+ "foreman_kubevirt": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_kubevirt 1.0.0",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2024-09-19 13:06+0200",
9
+ "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
10
+ "Language-Team": "LANGUAGE <LL@li.org>",
11
+ "Language": "",
12
+ "MIME-Version": "1.0",
13
+ "Content-Type": "text/plain; charset=UTF-8",
14
+ "Content-Transfer-Encoding": "8bit",
15
+ "Plural-Forms": "nplurals=INTEGER; plural=EXPRESSION;",
16
+ "lang": "en",
17
+ "domain": "foreman_kubevirt",
18
+ "plural_forms": "nplurals=INTEGER; plural=EXPRESSION;"
19
+ },
20
+ "%{cpu_cores} Cores and %{memory} memory": [
21
+ ""
22
+ ],
23
+ "API Port": [
24
+ ""
25
+ ],
26
+ "API port for KubeVirt only": [
27
+ ""
28
+ ],
29
+ "Actions": [
30
+ ""
31
+ ],
32
+ "Bootable": [
33
+ ""
34
+ ],
35
+ "CA crt for KubeVirt only": [
36
+ ""
37
+ ],
38
+ "CNI Provider": [
39
+ ""
40
+ ],
41
+ "CPUs": [
42
+ ""
43
+ ],
44
+ "Disk": [
45
+ ""
46
+ ],
47
+ "Does this image support user data input (e.g. via cloud-init)?": [
48
+ ""
49
+ ],
50
+ "Host name for KubeVirt only": [
51
+ ""
52
+ ],
53
+ "Hostname": [
54
+ ""
55
+ ],
56
+ "Image": [
57
+ ""
58
+ ],
59
+ "It is not possible to set a bootable volume and image based provisioning.": [
60
+ ""
61
+ ],
62
+ "Memory": [
63
+ ""
64
+ ],
65
+ "NIC": [
66
+ ""
67
+ ],
68
+ "Name": [
69
+ ""
70
+ ],
71
+ "Namespace": [
72
+ ""
73
+ ],
74
+ "Namespace for KubeVirt only": [
75
+ ""
76
+ ],
77
+ "Network": [
78
+ ""
79
+ ],
80
+ "Only one volume can be bootable": [
81
+ ""
82
+ ],
83
+ "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure.": [
84
+ ""
85
+ ],
86
+ "Password to authenticate with - used for SSH finish step.": [
87
+ ""
88
+ ],
89
+ "Please select an image": [
90
+ ""
91
+ ],
92
+ "Power": [
93
+ ""
94
+ ],
95
+ "Power ON this machine": [
96
+ ""
97
+ ],
98
+ "Properties": [
99
+ ""
100
+ ],
101
+ "Provision and manage Kubevirt Virtual Machines from Foreman.": [
102
+ ""
103
+ ],
104
+ "Running on": [
105
+ ""
106
+ ],
107
+ "Size (GB)": [
108
+ ""
109
+ ],
110
+ "Start": [
111
+ ""
112
+ ],
113
+ "Storage Class": [
114
+ ""
115
+ ],
116
+ "The compute resource could not be authenticated": [
117
+ ""
118
+ ],
119
+ "The name of the image in the registry.": [
120
+ ""
121
+ ],
122
+ "The remote system presented a public key signed by an unidentified certificate authority.\\n If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' button and submit": [
123
+ ""
124
+ ],
125
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc": [
126
+ ""
127
+ ],
128
+ "Token": [
129
+ ""
130
+ ],
131
+ "Token for KubeVirt only": [
132
+ ""
133
+ ],
134
+ "Type": [
135
+ ""
136
+ ],
137
+ "UUID": [
138
+ ""
139
+ ],
140
+ "VCPU(s)": [
141
+ ""
142
+ ],
143
+ "VM should be created based on Persistent Volume Claim or Image": [
144
+ ""
145
+ ],
146
+ "VM should be created based on an image": [
147
+ ""
148
+ ],
149
+ "Volume size %s is not valid": [
150
+ ""
151
+ ],
152
+ "X509 Certification Authorities": [
153
+ ""
154
+ ],
155
+ "cni_provider or network are missing": [
156
+ ""
157
+ ],
158
+ "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9...": [
159
+ ""
160
+ ],
161
+ "genie": [
162
+ ""
163
+ ],
164
+ "multus": [
165
+ ""
166
+ ],
167
+ "no Storage Classes available on provider": [
168
+ ""
169
+ ],
170
+ "pod": [
171
+ ""
172
+ ]
173
+ }
174
+ }
175
+ };
@@ -0,0 +1,175 @@
1
+ locales['foreman_kubevirt'] = locales['foreman_kubevirt'] || {}; locales['foreman_kubevirt']['en_GB'] = {
2
+ "domain": "foreman_kubevirt",
3
+ "locale_data": {
4
+ "foreman_kubevirt": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_kubevirt 0.1.9",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2020-05-26 07:39+0000",
9
+ "Last-Translator": "Andi Chandler <andi@gowling.com>, 2023",
10
+ "Language-Team": "English (United Kingdom) (https://app.transifex.com/foreman/teams/114/en_GB/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "en_GB",
15
+ "Plural-Forms": "nplurals=2; plural=(n != 1);",
16
+ "lang": "en_GB",
17
+ "domain": "foreman_kubevirt",
18
+ "plural_forms": "nplurals=2; plural=(n != 1);"
19
+ },
20
+ "%{cpu_cores} Cores and %{memory} memory": [
21
+ "%{cpu_cores} Cores and %{memory} memory"
22
+ ],
23
+ "API Port": [
24
+ "API Port"
25
+ ],
26
+ "API port for KubeVirt only": [
27
+ "API port for KubeVirt only"
28
+ ],
29
+ "Actions": [
30
+ "Actions"
31
+ ],
32
+ "Bootable": [
33
+ "Bootable"
34
+ ],
35
+ "CA crt for KubeVirt only": [
36
+ "CA crt for KubeVirt only"
37
+ ],
38
+ "CNI Provider": [
39
+ "CNI Provider"
40
+ ],
41
+ "CPUs": [
42
+ "CPUs"
43
+ ],
44
+ "Disk": [
45
+ "Disk"
46
+ ],
47
+ "Does this image support user data input (e.g. via cloud-init)?": [
48
+ "Does this image support user data input (e.g. via cloud-init)?"
49
+ ],
50
+ "Host name for KubeVirt only": [
51
+ "Host name for KubeVirt only"
52
+ ],
53
+ "Hostname": [
54
+ "Hostname"
55
+ ],
56
+ "Image": [
57
+ "Image"
58
+ ],
59
+ "It is not possible to set a bootable volume and image based provisioning.": [
60
+ "It is not possible to set a bootable volume and image based provisioning."
61
+ ],
62
+ "Memory": [
63
+ "Memory"
64
+ ],
65
+ "NIC": [
66
+ "NIC"
67
+ ],
68
+ "Name": [
69
+ "Name"
70
+ ],
71
+ "Namespace": [
72
+ "Namespace"
73
+ ],
74
+ "Namespace for KubeVirt only": [
75
+ "Namespace for KubeVirt only"
76
+ ],
77
+ "Network": [
78
+ "Network"
79
+ ],
80
+ "Only one volume can be bootable": [
81
+ "Only one volume can be bootable"
82
+ ],
83
+ "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure.": [
84
+ "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure."
85
+ ],
86
+ "Password to authenticate with - used for SSH finish step.": [
87
+ "Password to authenticate with - used for SSH finish step."
88
+ ],
89
+ "Please select an image": [
90
+ "Please select an image"
91
+ ],
92
+ "Power": [
93
+ "Power"
94
+ ],
95
+ "Power ON this machine": [
96
+ "Power ON this machine"
97
+ ],
98
+ "Properties": [
99
+ "Properties"
100
+ ],
101
+ "Provision and manage Kubevirt Virtual Machines from Foreman.": [
102
+ "Provision and manage Kubevirt Virtual Machines from Foreman."
103
+ ],
104
+ "Running on": [
105
+ "Running on"
106
+ ],
107
+ "Size (GB)": [
108
+ "Size (GB)"
109
+ ],
110
+ "Start": [
111
+ "Start"
112
+ ],
113
+ "Storage Class": [
114
+ "Storage Class"
115
+ ],
116
+ "The compute resource could not be authenticated": [
117
+ "The compute resource could not be authenticated"
118
+ ],
119
+ "The name of the image in the registry.": [
120
+ "The name of the image in the registry."
121
+ ],
122
+ "The remote system presented a public key signed by an unidentified certificate authority.\\n If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' button and submit": [
123
+ "The remote system presented a public key signed by an unidentified certificate authority.\\n If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' button and submit"
124
+ ],
125
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc": [
126
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc"
127
+ ],
128
+ "Token": [
129
+ "Token"
130
+ ],
131
+ "Token for KubeVirt only": [
132
+ "Token for KubeVirt only"
133
+ ],
134
+ "Type": [
135
+ "Type"
136
+ ],
137
+ "UUID": [
138
+ "UUID"
139
+ ],
140
+ "VCPU(s)": [
141
+ "VCPU(s)"
142
+ ],
143
+ "VM should be created based on Persistent Volume Claim or Image": [
144
+ "VM should be created based on Persistent Volume Claim or Image"
145
+ ],
146
+ "VM should be created based on an image": [
147
+ "VM should be created based on an image"
148
+ ],
149
+ "Volume size %s is not valid": [
150
+ "Volume size %s is not valid"
151
+ ],
152
+ "X509 Certification Authorities": [
153
+ "X509 Certification Authorities"
154
+ ],
155
+ "cni_provider or network are missing": [
156
+ "cni_provider or network are missing"
157
+ ],
158
+ "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9...": [
159
+ "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9..."
160
+ ],
161
+ "genie": [
162
+ "genie"
163
+ ],
164
+ "multus": [
165
+ "multus"
166
+ ],
167
+ "no Storage Classes available on provider": [
168
+ "no Storage Classes available on provider"
169
+ ],
170
+ "pod": [
171
+ "pod"
172
+ ]
173
+ }
174
+ }
175
+ };
@@ -0,0 +1,175 @@
1
+ locales['foreman_kubevirt'] = locales['foreman_kubevirt'] || {}; locales['foreman_kubevirt']['es'] = {
2
+ "domain": "foreman_kubevirt",
3
+ "locale_data": {
4
+ "foreman_kubevirt": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_kubevirt 0.1.9",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2020-05-26 07:39+0000",
9
+ "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
10
+ "Language-Team": "Spanish (https://app.transifex.com/foreman/teams/114/es/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "es",
15
+ "Plural-Forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
16
+ "lang": "es",
17
+ "domain": "foreman_kubevirt",
18
+ "plural_forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
19
+ },
20
+ "%{cpu_cores} Cores and %{memory} memory": [
21
+ "%{cpu_cores} Núcleos y %{memory} memoria"
22
+ ],
23
+ "API Port": [
24
+ "Puerto API"
25
+ ],
26
+ "API port for KubeVirt only": [
27
+ "Puerto API sólo para KubeVirt"
28
+ ],
29
+ "Actions": [
30
+ "Acciones"
31
+ ],
32
+ "Bootable": [
33
+ "De arranque"
34
+ ],
35
+ "CA crt for KubeVirt only": [
36
+ "CA crt sólo para KubeVirt"
37
+ ],
38
+ "CNI Provider": [
39
+ "Proveedor CNI"
40
+ ],
41
+ "CPUs": [
42
+ "CPU"
43
+ ],
44
+ "Disk": [
45
+ "Disco"
46
+ ],
47
+ "Does this image support user data input (e.g. via cloud-init)?": [
48
+ "¿Esta imágen supporta inserción de datos de usuario (p.e. vía could-init)?"
49
+ ],
50
+ "Host name for KubeVirt only": [
51
+ "Nombre de host sólo para KubeVirt"
52
+ ],
53
+ "Hostname": [
54
+ "Nombre de host"
55
+ ],
56
+ "Image": [
57
+ "Imagen"
58
+ ],
59
+ "It is not possible to set a bootable volume and image based provisioning.": [
60
+ "No es posible establecer un volumen de arranque y un aprovisionamiento basado en imágenes."
61
+ ],
62
+ "Memory": [
63
+ "Memoria"
64
+ ],
65
+ "NIC": [
66
+ "NIC"
67
+ ],
68
+ "Name": [
69
+ "Nombre"
70
+ ],
71
+ "Namespace": [
72
+ "Espacio de nombres"
73
+ ],
74
+ "Namespace for KubeVirt only": [
75
+ "Espacio de nombres sólo para KubeVirt"
76
+ ],
77
+ "Network": [
78
+ "Red"
79
+ ],
80
+ "Only one volume can be bootable": [
81
+ "Solo un volumen puede ser arrancable"
82
+ ],
83
+ "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure.": [
84
+ "Opcionalmente proporcione una CA, o una cadena de CA correctamente ordenada o una ruta a un archivo. Si se deja en blanco - inseguro."
85
+ ],
86
+ "Password to authenticate with - used for SSH finish step.": [
87
+ "Contraseña de autenticación - usada para el paso final de SSH"
88
+ ],
89
+ "Please select an image": [
90
+ "Seleccione una imagen"
91
+ ],
92
+ "Power": [
93
+ "Energía"
94
+ ],
95
+ "Power ON this machine": [
96
+ "Encender esta máquina"
97
+ ],
98
+ "Properties": [
99
+ "Propiedades"
100
+ ],
101
+ "Provision and manage Kubevirt Virtual Machines from Foreman.": [
102
+ "Aprovisione y gestione máquinas virtuales Kubevirt desde Foreman."
103
+ ],
104
+ "Running on": [
105
+ "Ejecutándose en"
106
+ ],
107
+ "Size (GB)": [
108
+ "Tamaño (GB)"
109
+ ],
110
+ "Start": [
111
+ "Iniciar"
112
+ ],
113
+ "Storage Class": [
114
+ "Clase de almacenamiento"
115
+ ],
116
+ "The compute resource could not be authenticated": [
117
+ "No se ha podido autenticar el recurso informático"
118
+ ],
119
+ "The name of the image in the registry.": [
120
+ "El nombre de la imagen en el registro."
121
+ ],
122
+ "The remote system presented a public key signed by an unidentified certificate authority.\\n If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' button and submit": [
123
+ "El sistema remoto presentó una clave pública firmada por una autoridad de certificación no identificada.\\n Si está seguro de que el sistema remoto es auténtico, vaya a la página de edición del recurso informático, pulse el botón \\\"Probar conexión\\\" y envíe el siguiente mensaje"
124
+ ],
125
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc": [
126
+ "El usuario utilizado para conectar por ssh en la instancia, por lo general: cloud-user, ec2-user, ubuntu, o root."
127
+ ],
128
+ "Token": [
129
+ "Token"
130
+ ],
131
+ "Token for KubeVirt only": [
132
+ "Token sólo para KubeVirt"
133
+ ],
134
+ "Type": [
135
+ "Tipo"
136
+ ],
137
+ "UUID": [
138
+ "UUID"
139
+ ],
140
+ "VCPU(s)": [
141
+ "CPU(s) virtuales"
142
+ ],
143
+ "VM should be created based on Persistent Volume Claim or Image": [
144
+ "La máquina virtual debe crearse a partir de una reclamación de volumen persistente o de una imagen."
145
+ ],
146
+ "VM should be created based on an image": [
147
+ "La máquina virtual debe crearse a partir de una imagen"
148
+ ],
149
+ "Volume size %s is not valid": [
150
+ ""
151
+ ],
152
+ "X509 Certification Authorities": [
153
+ "Autoridades de certificación X509"
154
+ ],
155
+ "cni_provider or network are missing": [
156
+ "faltan cni_provider o network"
157
+ ],
158
+ "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9...": [
159
+ "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9..."
160
+ ],
161
+ "genie": [
162
+ "genio"
163
+ ],
164
+ "multus": [
165
+ "multus"
166
+ ],
167
+ "no Storage Classes available on provider": [
168
+ "no hay clases de almacenamiento disponibles en el proveedor"
169
+ ],
170
+ "pod": [
171
+ "vaina"
172
+ ]
173
+ }
174
+ }
175
+ };
@@ -0,0 +1,175 @@
1
+ locales['foreman_kubevirt'] = locales['foreman_kubevirt'] || {}; locales['foreman_kubevirt']['fr'] = {
2
+ "domain": "foreman_kubevirt",
3
+ "locale_data": {
4
+ "foreman_kubevirt": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_kubevirt 0.1.9",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2020-05-26 07:39+0000",
9
+ "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023",
10
+ "Language-Team": "French (https://app.transifex.com/foreman/teams/114/fr/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "fr",
15
+ "Plural-Forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
16
+ "lang": "fr",
17
+ "domain": "foreman_kubevirt",
18
+ "plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
19
+ },
20
+ "%{cpu_cores} Cores and %{memory} memory": [
21
+ "%%{cpu_cores} Cores et %{memory} mémoire"
22
+ ],
23
+ "API Port": [
24
+ "Port API"
25
+ ],
26
+ "API port for KubeVirt only": [
27
+ "Port API pour KubeVirt uniquement"
28
+ ],
29
+ "Actions": [
30
+ "Actions"
31
+ ],
32
+ "Bootable": [
33
+ "Amorçable"
34
+ ],
35
+ "CA crt for KubeVirt only": [
36
+ "CA crt pour KubeVirt uniquement"
37
+ ],
38
+ "CNI Provider": [
39
+ "Fournisseur CNI"
40
+ ],
41
+ "CPUs": [
42
+ "Processeurs"
43
+ ],
44
+ "Disk": [
45
+ "Disque"
46
+ ],
47
+ "Does this image support user data input (e.g. via cloud-init)?": [
48
+ "Cette image prend-t-elle en charge l'entrée de paramètres utilisateur (p.e. via cloud-init) ?"
49
+ ],
50
+ "Host name for KubeVirt only": [
51
+ "Nom d'hôte pour KubeVirt uniquement"
52
+ ],
53
+ "Hostname": [
54
+ "Nom d'hôte"
55
+ ],
56
+ "Image": [
57
+ "Image"
58
+ ],
59
+ "It is not possible to set a bootable volume and image based provisioning.": [
60
+ "Il n'est pas possible de définir un volume amorçable et un provisionnement basé sur l'image."
61
+ ],
62
+ "Memory": [
63
+ "Mémoire"
64
+ ],
65
+ "NIC": [
66
+ "NIC"
67
+ ],
68
+ "Name": [
69
+ "Nom"
70
+ ],
71
+ "Namespace": [
72
+ "Espace-nom"
73
+ ],
74
+ "Namespace for KubeVirt only": [
75
+ "Espace de nommage pour KubeVirt uniquement"
76
+ ],
77
+ "Network": [
78
+ "Réseau"
79
+ ],
80
+ "Only one volume can be bootable": [
81
+ "Un seul volume peut être déclaré pour le démarrage"
82
+ ],
83
+ "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure.": [
84
+ "Fournir éventuellement un CA, ou une chaîne de CA correctement ordonnée ou un chemin d'accès à un fichier. Si laissé vide - non sécurisé."
85
+ ],
86
+ "Password to authenticate with - used for SSH finish step.": [
87
+ "Mot de passe pour l'authentification SSH lors de l'étape finale."
88
+ ],
89
+ "Please select an image": [
90
+ "Veuillez sélectionner une image"
91
+ ],
92
+ "Power": [
93
+ "Alimentation"
94
+ ],
95
+ "Power ON this machine": [
96
+ "Démarrer cette machine"
97
+ ],
98
+ "Properties": [
99
+ "Propriétés"
100
+ ],
101
+ "Provision and manage Kubevirt Virtual Machines from Foreman.": [
102
+ "Fournir et gérer les machines virtuelles Kubevirt de Foreman."
103
+ ],
104
+ "Running on": [
105
+ "Exécution sur"
106
+ ],
107
+ "Size (GB)": [
108
+ "Taille (Go)"
109
+ ],
110
+ "Start": [
111
+ "Démarrer"
112
+ ],
113
+ "Storage Class": [
114
+ "Classe de stockage"
115
+ ],
116
+ "The compute resource could not be authenticated": [
117
+ "La ressource compute n'a pas pu être authentifiée"
118
+ ],
119
+ "The name of the image in the registry.": [
120
+ "Le nom de l'image dans le registre."
121
+ ],
122
+ "The remote system presented a public key signed by an unidentified certificate authority.\\n If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' button and submit": [
123
+ "Le système distant a présenté une clé publique signée par une autorité de certification inconnue. Si vous êtes sûr de l'authenticité du système distant, rendez-vous sur la page de modification des ressources de calcul, cliquez sur « Tester la connexion » puis validez"
124
+ ],
125
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc": [
126
+ "L'utilisateur qui est utilisé pour se connecter en ssh à l'instance. Normalement cloud-user, ec2-user, ubuntu, root, etc"
127
+ ],
128
+ "Token": [
129
+ "Jeton"
130
+ ],
131
+ "Token for KubeVirt only": [
132
+ "Token pour KubeVirt uniquement"
133
+ ],
134
+ "Type": [
135
+ "Type"
136
+ ],
137
+ "UUID": [
138
+ "UUID"
139
+ ],
140
+ "VCPU(s)": [
141
+ "VCPU(s)"
142
+ ],
143
+ "VM should be created based on Persistent Volume Claim or Image": [
144
+ "La VM doit être créée sur la base d'une demande de volume ou d'une image persistante"
145
+ ],
146
+ "VM should be created based on an image": [
147
+ "La VM doit être créée à partir d'une image"
148
+ ],
149
+ "Volume size %s is not valid": [
150
+ "La taille du volume %s n’est pas valide"
151
+ ],
152
+ "X509 Certification Authorities": [
153
+ "Autorités de certification X509"
154
+ ],
155
+ "cni_provider or network are missing": [
156
+ "cni_fournisseur ou réseau manquant"
157
+ ],
158
+ "e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9...": [
159
+ "par ex. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9..."
160
+ ],
161
+ "genie": [
162
+ "genie"
163
+ ],
164
+ "multus": [
165
+ "multus"
166
+ ],
167
+ "no Storage Classes available on provider": [
168
+ "pas de classes de stockage disponibles sur le fournisseur"
169
+ ],
170
+ "pod": [
171
+ "pod"
172
+ ]
173
+ }
174
+ }
175
+ };