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']['ko'] = {
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>, 2024",
10
+ "Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "ko",
15
+ "Plural-Forms": "nplurals=1; plural=0;",
16
+ "lang": "ko",
17
+ "domain": "foreman_kubevirt",
18
+ "plural_forms": "nplurals=1; plural=0;"
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
+ "CPU"
43
+ ],
44
+ "Disk": [
45
+ "디스크"
46
+ ],
47
+ "Does this image support user data input (e.g. via cloud-init)?": [
48
+ "이 이미지는 사용자 데이터 입력 (예: cloud-init 통해)을 지원하고 있습니까?"
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
+ "NIC"
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
+ "인증에 사용될 암호 - SSH 마지막 단계에서 사용됩니다."
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
+ "크기 (GB)"
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
+ "ssh를 인스턴스에 사용하는 사용자는 일반적으로 cloud-user, ec2-user, ubuntu, root 등 입니다"
127
+ ],
128
+ "Token": [
129
+ "토큰 "
130
+ ],
131
+ "Token for KubeVirt only": [
132
+ ""
133
+ ],
134
+ "Type": [
135
+ "유형 "
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
+ ""
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
+ "X509 인증 기관 "
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']['nl_NL'] = {
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": "Dutch (Netherlands) (https://app.transifex.com/foreman/teams/114/nl_NL/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "nl_NL",
15
+ "Plural-Forms": "nplurals=2; plural=(n != 1);",
16
+ "lang": "nl_NL",
17
+ "domain": "foreman_kubevirt",
18
+ "plural_forms": "nplurals=2; plural=(n != 1);"
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
+ "Acties"
31
+ ],
32
+ "Bootable": [
33
+ "Opstartbaar"
34
+ ],
35
+ "CA crt for KubeVirt only": [
36
+ ""
37
+ ],
38
+ "CNI Provider": [
39
+ ""
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
+ ""
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
+ "Naam"
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
+ "Type"
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']['pl'] = {
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": "Michał Foryt <michal.foryt@gmail.com>, 2020",
10
+ "Language-Team": "Polish (https://app.transifex.com/foreman/teams/114/pl/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "pl",
15
+ "Plural-Forms": "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);",
16
+ "lang": "pl",
17
+ "domain": "foreman_kubevirt",
18
+ "plural_forms": "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
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
+ "Akcja"
31
+ ],
32
+ "Bootable": [
33
+ "Bootowalny"
34
+ ],
35
+ "CA crt for KubeVirt only": [
36
+ ""
37
+ ],
38
+ "CNI Provider": [
39
+ ""
40
+ ],
41
+ "CPUs": [
42
+ "Procesory"
43
+ ],
44
+ "Disk": [
45
+ "Dysk"
46
+ ],
47
+ "Does this image support user data input (e.g. via cloud-init)?": [
48
+ "Czy obraz wspiera wejściowe dane użytkownika (np. przez cloud-init)?"
49
+ ],
50
+ "Host name for KubeVirt only": [
51
+ ""
52
+ ],
53
+ "Hostname": [
54
+ "Nazwa hostu"
55
+ ],
56
+ "Image": [
57
+ "Obraz"
58
+ ],
59
+ "It is not possible to set a bootable volume and image based provisioning.": [
60
+ ""
61
+ ],
62
+ "Memory": [
63
+ "Pamięć"
64
+ ],
65
+ "NIC": [
66
+ "NIC"
67
+ ],
68
+ "Name": [
69
+ "Nazwa"
70
+ ],
71
+ "Namespace": [
72
+ ""
73
+ ],
74
+ "Namespace for KubeVirt only": [
75
+ ""
76
+ ],
77
+ "Network": [
78
+ "Sieć"
79
+ ],
80
+ "Only one volume can be bootable": [
81
+ "Tylko jeden wolumin może być bootowalny"
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
+ "Hasło do uwierzytelnienia - używalne przez SSH przy końcowych krokach"
88
+ ],
89
+ "Please select an image": [
90
+ "Proszę wybrać obraz"
91
+ ],
92
+ "Power": [
93
+ "Zasilanie"
94
+ ],
95
+ "Power ON this machine": [
96
+ "Moc na tym komputerze"
97
+ ],
98
+ "Properties": [
99
+ "Ustawienia"
100
+ ],
101
+ "Provision and manage Kubevirt Virtual Machines from Foreman.": [
102
+ ""
103
+ ],
104
+ "Running on": [
105
+ "Działa na"
106
+ ],
107
+ "Size (GB)": [
108
+ "Rozmiar (GB)"
109
+ ],
110
+ "Start": [
111
+ "Start"
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
+ "Użytkownik który loguje się przez ssh do maszyny zazwyczaj nazywa się cloud-user, ec2-user, ubuntu, root etc"
127
+ ],
128
+ "Token": [
129
+ "Token"
130
+ ],
131
+ "Token for KubeVirt only": [
132
+ ""
133
+ ],
134
+ "Type": [
135
+ "Typ"
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
+ ""
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
+ "X509 Certification Authorities"
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']['pt_BR'] = {
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": "Portuguese (Brazil) (https://app.transifex.com/foreman/teams/114/pt_BR/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "pt_BR",
15
+ "Plural-Forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
16
+ "lang": "pt_BR",
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 e %{memory} memória"
22
+ ],
23
+ "API Port": [
24
+ "Porto API"
25
+ ],
26
+ "API port for KubeVirt only": [
27
+ "Porta API somente para KubeVirt"
28
+ ],
29
+ "Actions": [
30
+ "Ações"
31
+ ],
32
+ "Bootable": [
33
+ "Inicializavel"
34
+ ],
35
+ "CA crt for KubeVirt only": [
36
+ "CA crt somente para KubeVirt"
37
+ ],
38
+ "CNI Provider": [
39
+ "Fornecedor da CNI"
40
+ ],
41
+ "CPUs": [
42
+ "CPUs"
43
+ ],
44
+ "Disk": [
45
+ "Disco"
46
+ ],
47
+ "Does this image support user data input (e.g. via cloud-init)?": [
48
+ "Esta imagem suporta a entrada de dados do usuário (ex.: via cloud-init)?"
49
+ ],
50
+ "Host name for KubeVirt only": [
51
+ "Nome do anfitrião somente para KubeVirt"
52
+ ],
53
+ "Hostname": [
54
+ "Nome da máquina"
55
+ ],
56
+ "Image": [
57
+ "Imagem"
58
+ ],
59
+ "It is not possible to set a bootable volume and image based provisioning.": [
60
+ "Não é possível definir um volume de inicialização e um provisionamento baseado em imagem."
61
+ ],
62
+ "Memory": [
63
+ "Memória"
64
+ ],
65
+ "NIC": [
66
+ "NIC"
67
+ ],
68
+ "Name": [
69
+ "Nome"
70
+ ],
71
+ "Namespace": [
72
+ "Namespace"
73
+ ],
74
+ "Namespace for KubeVirt only": [
75
+ "Espaço de nomes somente para KubeVirt"
76
+ ],
77
+ "Network": [
78
+ "Rede"
79
+ ],
80
+ "Only one volume can be bootable": [
81
+ "Somente um volume pode ser inicializável"
82
+ ],
83
+ "Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure.": [
84
+ "Opcionalmente, fornecer uma CA, ou uma corrente CA corretamente ordenada ou um caminho para um arquivo. Se deixado em branco - inseguro."
85
+ ],
86
+ "Password to authenticate with - used for SSH finish step.": [
87
+ "Senha para autenticar-se - usada para o passo final do SSH"
88
+ ],
89
+ "Please select an image": [
90
+ "Por favor selecione uma imagem"
91
+ ],
92
+ "Power": [
93
+ "Energia"
94
+ ],
95
+ "Power ON this machine": [
96
+ "Ligar essa máquina"
97
+ ],
98
+ "Properties": [
99
+ "Propriedades"
100
+ ],
101
+ "Provision and manage Kubevirt Virtual Machines from Foreman.": [
102
+ "Fornecer e administrar as máquinas virtuais Kubevirt da Foreman."
103
+ ],
104
+ "Running on": [
105
+ "Executando em"
106
+ ],
107
+ "Size (GB)": [
108
+ "Tamanho (GB)"
109
+ ],
110
+ "Start": [
111
+ "Iniciar"
112
+ ],
113
+ "Storage Class": [
114
+ "Classe de armazenagem"
115
+ ],
116
+ "The compute resource could not be authenticated": [
117
+ "O recurso de computação não pôde ser autenticado"
118
+ ],
119
+ "The name of the image in the registry.": [
120
+ "O nome da imagem no 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
+ "O sistema remoto apresentou uma chave pública assinada por uma autoridade certificadora não identificada.\\n Se você tiver certeza de que o sistema remoto é autêntico, vá para a página de edição de recursos de computação, pressione o botão 'Test Connection' e envie"
124
+ ],
125
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc": [
126
+ "O usuário utilizado para realizar o ssh na instância, normalmente cloud-user, ec2-user, ubuntu, root etc"
127
+ ],
128
+ "Token": [
129
+ "Token"
130
+ ],
131
+ "Token for KubeVirt only": [
132
+ "Token somente para KubeVirt"
133
+ ],
134
+ "Type": [
135
+ "Tipo"
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
+ "A VM deve ser criada com base na Reivindicação ou Imagem de Volume Persistente"
145
+ ],
146
+ "VM should be created based on an image": [
147
+ "O VM deve ser criado com base em uma imagem"
148
+ ],
149
+ "Volume size %s is not valid": [
150
+ ""
151
+ ],
152
+ "X509 Certification Authorities": [
153
+ "Autoridades de Certificação X509"
154
+ ],
155
+ "cni_provider or network are missing": [
156
+ "cni_provider ou rede estão faltando"
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
+ "não há classes de armazenamento disponíveis no fornecedor"
169
+ ],
170
+ "pod": [
171
+ "cápsula"
172
+ ]
173
+ }
174
+ }
175
+ };