foreman_azure_rm 2.0.7 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/app/helpers/azure_compute_resource_helper.rb +17 -0
  3. data/app/models/concerns/foreman_azure_rm/vm_extensions/managed_vm.rb +50 -28
  4. data/app/models/foreman_azure_rm/azure_rm.rb +86 -71
  5. data/app/models/foreman_azure_rm/azure_rm_compute.rb +34 -3
  6. data/app/views/compute_resources/form/_azurerm.html.erb +3 -6
  7. data/app/views/compute_resources_vms/form/azurerm/_base.html.erb +1 -1
  8. data/app/views/compute_resources_vms/form/azurerm/_volume.html.erb +20 -0
  9. data/app/views/images/form/_azurerm.html.erb +1 -1
  10. data/db/migrate/20200507103900_fix_image_uuid_prefix.rb +8 -0
  11. data/lib/foreman_azure_rm.rb +3 -0
  12. data/lib/foreman_azure_rm/azure_sdk_adapter.rb +68 -2
  13. data/lib/foreman_azure_rm/engine.rb +6 -0
  14. data/lib/foreman_azure_rm/version.rb +1 -1
  15. data/locale/Makefile +61 -0
  16. data/locale/action_names.rb +5 -0
  17. data/locale/ca/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  18. data/locale/ca/foreman_azure_rm.po +185 -0
  19. data/locale/cs_CZ/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  20. data/locale/cs_CZ/foreman_azure_rm.po +189 -0
  21. data/locale/de/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  22. data/locale/de/foreman_azure_rm.po +191 -0
  23. data/locale/en/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  24. data/locale/en/foreman_azure_rm.po +183 -0
  25. data/locale/en_GB/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  26. data/locale/en_GB/foreman_azure_rm.po +187 -0
  27. data/locale/es/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  28. data/locale/es/foreman_azure_rm.po +190 -0
  29. data/locale/foreman_azure_rm.pot +248 -0
  30. data/locale/fr/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  31. data/locale/fr/foreman_azure_rm.po +187 -0
  32. data/locale/gl/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  33. data/locale/gl/foreman_azure_rm.po +185 -0
  34. data/locale/it/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  35. data/locale/it/foreman_azure_rm.po +187 -0
  36. data/locale/ja/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  37. data/locale/ja/foreman_azure_rm.po +187 -0
  38. data/locale/ko/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  39. data/locale/ko/foreman_azure_rm.po +186 -0
  40. data/locale/nl_NL/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  41. data/locale/nl_NL/foreman_azure_rm.po +187 -0
  42. data/locale/pl/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  43. data/locale/pl/foreman_azure_rm.po +188 -0
  44. data/locale/pt_BR/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  45. data/locale/pt_BR/foreman_azure_rm.po +190 -0
  46. data/locale/ru/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  47. data/locale/ru/foreman_azure_rm.po +190 -0
  48. data/locale/sv_SE/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  49. data/locale/sv_SE/foreman_azure_rm.po +187 -0
  50. data/locale/zh_CN/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  51. data/locale/zh_CN/foreman_azure_rm.po +188 -0
  52. data/locale/zh_TW/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  53. data/locale/zh_TW/foreman_azure_rm.po +187 -0
  54. metadata +59 -4
@@ -0,0 +1,187 @@
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_azure_rm package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Andi Chandler <andi@gowling.com>, 2020
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2020
9
+ #
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: foreman_azure_rm 2.0.8\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "PO-Revision-Date: 2020-04-21 13:58+0000\n"
15
+ "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2020\n"
16
+ "Language-Team: English (United Kingdom) (https://www.transifex.com/foreman/tea"
17
+ "ms/114/en_GB/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: en_GB\n"
22
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
+
24
+ msgid "%{vm_size} VM Size"
25
+ msgstr ""
26
+
27
+ msgid "Action with sub plans"
28
+ msgstr ""
29
+
30
+ msgid "Actions"
31
+ msgstr "Actions"
32
+
33
+ msgid "Additional number of disks can be added based on VM Size. For more details, please refer to Microsoft Azure's documentation"
34
+ msgstr ""
35
+
36
+ msgid "Azure Region"
37
+ msgstr ""
38
+
39
+ msgid "Azure Resource Manager as a compute resource for Foreman"
40
+ msgstr ""
41
+
42
+ msgid "Azure Subnet"
43
+ msgstr ""
44
+
45
+ msgid "Azure's Default"
46
+ msgstr ""
47
+
48
+ msgid "Azure's default"
49
+ msgstr ""
50
+
51
+ msgid "Client ID"
52
+ msgstr ""
53
+
54
+ msgid "Client ID for AzureRm"
55
+ msgstr ""
56
+
57
+ msgid "Client Secret"
58
+ msgstr ""
59
+
60
+ msgid "Client Secret for AzureRm"
61
+ msgstr ""
62
+
63
+ msgid "Comma seperated file URIs"
64
+ msgstr ""
65
+
66
+ msgid "Custom Script Command"
67
+ msgstr ""
68
+
69
+ msgid "Data Disk Caching"
70
+ msgstr ""
71
+
72
+ msgid "Default ReadWrite"
73
+ msgstr ""
74
+
75
+ msgid "Does this image support user data input?"
76
+ msgstr ""
77
+
78
+ msgid "Image"
79
+ msgstr ""
80
+
81
+ msgid "Import Puppet classes"
82
+ msgstr ""
83
+
84
+ msgid "Import facts"
85
+ msgstr ""
86
+
87
+ msgid "Load Regions"
88
+ msgstr ""
89
+
90
+ msgid "Marketplace Image URN"
91
+ msgstr ""
92
+
93
+ msgid "Marketplace URN (e.g. OpenLogic:CentOS:7.5:latest)"
94
+ msgstr ""
95
+
96
+ msgid "Name"
97
+ msgstr "Name"
98
+
99
+ msgid "OS Disk Caching"
100
+ msgstr ""
101
+
102
+ msgid "Password"
103
+ msgstr ""
104
+
105
+ msgid "Password to authenticate with - used for SSH finish step."
106
+ msgstr ""
107
+
108
+ msgid "Platform"
109
+ msgstr ""
110
+
111
+ msgid "Please select a Resource Group"
112
+ msgstr ""
113
+
114
+ msgid "Please select a VM Size"
115
+ msgstr ""
116
+
117
+ msgid "Please select an image"
118
+ msgstr ""
119
+
120
+ msgid "Premium OS Disk"
121
+ msgstr ""
122
+
123
+ msgid "Properties"
124
+ msgstr ""
125
+
126
+ msgid "Public IP"
127
+ msgstr ""
128
+
129
+ msgid "Region"
130
+ msgstr ""
131
+
132
+ msgid "Reload Images, Sizes, vNets"
133
+ msgstr ""
134
+
135
+ msgid "Remote action:"
136
+ msgstr ""
137
+
138
+ msgid "Resource Group"
139
+ msgstr ""
140
+
141
+ msgid "SSH Key"
142
+ msgstr ""
143
+
144
+ msgid "Select"
145
+ msgstr ""
146
+
147
+ msgid "Size"
148
+ msgstr "Size"
149
+
150
+ msgid "Size (GB)"
151
+ msgstr ""
152
+
153
+ msgid "State"
154
+ msgstr "State"
155
+
156
+ msgid "Static Private IP"
157
+ msgstr ""
158
+
159
+ msgid "Subscription ID"
160
+ msgstr ""
161
+
162
+ msgid "Subscription ID for AzureRm"
163
+ msgstr ""
164
+
165
+ msgid "Tenant ID"
166
+ msgstr ""
167
+
168
+ msgid "The region you selected has no sizes associated with it"
169
+ msgstr ""
170
+
171
+ msgid "The selected image has no associated compute resource"
172
+ msgstr ""
173
+
174
+ msgid "The selected region has no subnets"
175
+ msgstr ""
176
+
177
+ msgid "The user that will be used to SSH into the VM for completion"
178
+ msgstr ""
179
+
180
+ msgid "To perform commands as root, prefix it with 'sudo'"
181
+ msgstr ""
182
+
183
+ msgid "Username"
184
+ msgstr ""
185
+
186
+ msgid "VM Size"
187
+ msgstr ""
@@ -0,0 +1,190 @@
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_azure_rm package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Lukáš Zapletal, 2020
8
+ # Jared Nelson <jared@ajpadilla.com>, 2020
9
+ # Félix Barbeira <fbarbeira@gmail.com>, 2020
10
+ # Gustavo Varela <gustavo.varela@gmail.com>, 2020
11
+ # Carmela Rubiños <carmela.rubinos@gmail.com>, 2020
12
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2020
13
+ #
14
+ msgid ""
15
+ msgstr ""
16
+ "Project-Id-Version: foreman_azure_rm 2.0.8\n"
17
+ "Report-Msgid-Bugs-To: \n"
18
+ "PO-Revision-Date: 2020-04-21 13:58+0000\n"
19
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2020\n"
20
+ "Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
21
+ "MIME-Version: 1.0\n"
22
+ "Content-Type: text/plain; charset=UTF-8\n"
23
+ "Content-Transfer-Encoding: 8bit\n"
24
+ "Language: es\n"
25
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
26
+
27
+ msgid "%{vm_size} VM Size"
28
+ msgstr ""
29
+
30
+ msgid "Action with sub plans"
31
+ msgstr ""
32
+
33
+ msgid "Actions"
34
+ msgstr "Acciones"
35
+
36
+ msgid "Additional number of disks can be added based on VM Size. For more details, please refer to Microsoft Azure's documentation"
37
+ msgstr ""
38
+
39
+ msgid "Azure Region"
40
+ msgstr ""
41
+
42
+ msgid "Azure Resource Manager as a compute resource for Foreman"
43
+ msgstr ""
44
+
45
+ msgid "Azure Subnet"
46
+ msgstr ""
47
+
48
+ msgid "Azure's Default"
49
+ msgstr ""
50
+
51
+ msgid "Azure's default"
52
+ msgstr ""
53
+
54
+ msgid "Client ID"
55
+ msgstr ""
56
+
57
+ msgid "Client ID for AzureRm"
58
+ msgstr ""
59
+
60
+ msgid "Client Secret"
61
+ msgstr ""
62
+
63
+ msgid "Client Secret for AzureRm"
64
+ msgstr ""
65
+
66
+ msgid "Comma seperated file URIs"
67
+ msgstr ""
68
+
69
+ msgid "Custom Script Command"
70
+ msgstr ""
71
+
72
+ msgid "Data Disk Caching"
73
+ msgstr ""
74
+
75
+ msgid "Default ReadWrite"
76
+ msgstr ""
77
+
78
+ msgid "Does this image support user data input?"
79
+ msgstr "¿Esta imagen soporta entrada de datos de usuario?"
80
+
81
+ msgid "Image"
82
+ msgstr "Imagen"
83
+
84
+ msgid "Import Puppet classes"
85
+ msgstr ""
86
+
87
+ msgid "Import facts"
88
+ msgstr ""
89
+
90
+ msgid "Load Regions"
91
+ msgstr ""
92
+
93
+ msgid "Marketplace Image URN"
94
+ msgstr ""
95
+
96
+ msgid "Marketplace URN (e.g. OpenLogic:CentOS:7.5:latest)"
97
+ msgstr ""
98
+
99
+ msgid "Name"
100
+ msgstr "Nombre"
101
+
102
+ msgid "OS Disk Caching"
103
+ msgstr ""
104
+
105
+ msgid "Password"
106
+ msgstr "Contraseña"
107
+
108
+ msgid "Password to authenticate with - used for SSH finish step."
109
+ msgstr "Contraseña de autenticación - usada para el paso final de SSH"
110
+
111
+ msgid "Platform"
112
+ msgstr ""
113
+
114
+ msgid "Please select a Resource Group"
115
+ msgstr ""
116
+
117
+ msgid "Please select a VM Size"
118
+ msgstr ""
119
+
120
+ msgid "Please select an image"
121
+ msgstr "Seleccione una imagen"
122
+
123
+ msgid "Premium OS Disk"
124
+ msgstr ""
125
+
126
+ msgid "Properties"
127
+ msgstr "Propiedades"
128
+
129
+ msgid "Public IP"
130
+ msgstr ""
131
+
132
+ msgid "Region"
133
+ msgstr "Región"
134
+
135
+ msgid "Reload Images, Sizes, vNets"
136
+ msgstr ""
137
+
138
+ msgid "Remote action:"
139
+ msgstr ""
140
+
141
+ msgid "Resource Group"
142
+ msgstr ""
143
+
144
+ msgid "SSH Key"
145
+ msgstr ""
146
+
147
+ msgid "Select"
148
+ msgstr "Seleccionar"
149
+
150
+ msgid "Size"
151
+ msgstr "Tamaño"
152
+
153
+ msgid "Size (GB)"
154
+ msgstr "Tamaño (GB)"
155
+
156
+ msgid "State"
157
+ msgstr "Estado"
158
+
159
+ msgid "Static Private IP"
160
+ msgstr ""
161
+
162
+ msgid "Subscription ID"
163
+ msgstr "ID de suscripción"
164
+
165
+ msgid "Subscription ID for AzureRm"
166
+ msgstr ""
167
+
168
+ msgid "Tenant ID"
169
+ msgstr ""
170
+
171
+ msgid "The region you selected has no sizes associated with it"
172
+ msgstr ""
173
+
174
+ msgid "The selected image has no associated compute resource"
175
+ msgstr ""
176
+
177
+ msgid "The selected region has no subnets"
178
+ msgstr ""
179
+
180
+ msgid "The user that will be used to SSH into the VM for completion"
181
+ msgstr ""
182
+
183
+ msgid "To perform commands as root, prefix it with 'sudo'"
184
+ msgstr ""
185
+
186
+ msgid "Username"
187
+ msgstr "Nombre de usuario"
188
+
189
+ msgid "VM Size"
190
+ msgstr ""
@@ -0,0 +1,248 @@
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_azure_rm package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: foreman_azure_rm 2.1.0\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2020-05-12 15:17+0530\n"
12
+ "PO-Revision-Date: 2020-05-12 15:17+0530\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
+
21
+ #:
22
+ #: ../app/controllers/foreman_azure_rm/concerns/compute_resources_controller_extensions.rb:10
23
+ msgid "Client ID for AzureRm"
24
+ msgstr ""
25
+
26
+ #:
27
+ #: ../app/controllers/foreman_azure_rm/concerns/compute_resources_controller_extensions.rb:11
28
+ msgid "Client Secret for AzureRm"
29
+ msgstr ""
30
+
31
+ #:
32
+ #: ../app/controllers/foreman_azure_rm/concerns/compute_resources_controller_extensions.rb:12
33
+ msgid "Subscription ID for AzureRm"
34
+ msgstr ""
35
+
36
+ #:
37
+ #: ../app/controllers/foreman_azure_rm/concerns/hosts_controller_extensions.rb:11
38
+ msgid "The region you selected has no sizes associated with it"
39
+ msgstr ""
40
+
41
+ #:
42
+ #: ../app/controllers/foreman_azure_rm/concerns/hosts_controller_extensions.rb:23
43
+ msgid "The selected region has no subnets"
44
+ msgstr ""
45
+
46
+ #:
47
+ #: ../app/controllers/foreman_azure_rm/concerns/hosts_controller_extensions.rb:27
48
+ msgid "The selected image has no associated compute resource"
49
+ msgstr ""
50
+
51
+ #: ../app/helpers/azure_compute_resource_helper.rb:11
52
+ msgid "Azure Region"
53
+ msgstr ""
54
+
55
+ #: ../app/helpers/azure_compute_resource_helper.rb:11
56
+ msgid "Load Regions"
57
+ msgstr ""
58
+
59
+ #: ../app/models/foreman_azure_rm/azure_rm_compute.rb:148
60
+ msgid "%{vm_size} VM Size"
61
+ msgstr ""
62
+
63
+ #: ../app/views/compute_resources/form/_azurerm.html.erb:1
64
+ msgid "Client ID"
65
+ msgstr ""
66
+
67
+ #: ../app/views/compute_resources/form/_azurerm.html.erb:2
68
+ msgid "Client Secret"
69
+ msgstr ""
70
+
71
+ #: ../app/views/compute_resources/form/_azurerm.html.erb:3
72
+ msgid "Subscription ID"
73
+ msgstr ""
74
+
75
+ #: ../app/views/compute_resources/form/_azurerm.html.erb:4
76
+ msgid "Tenant ID"
77
+ msgstr ""
78
+
79
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:91
80
+ msgid "Please select a Resource Group"
81
+ msgstr ""
82
+
83
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:94
84
+ #: ../app/views/compute_resources_vms/index/_azurerm.html.erb:6
85
+ msgid "Resource Group"
86
+ msgstr ""
87
+
88
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:97
89
+ msgid "Reload Images, Sizes, vNets"
90
+ msgstr ""
91
+
92
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:109
93
+ msgid "Please select a VM Size"
94
+ msgstr ""
95
+
96
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:111
97
+ msgid "VM Size"
98
+ msgstr ""
99
+
100
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:120
101
+ msgid "Platform"
102
+ msgstr ""
103
+
104
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:127
105
+ msgid "Username"
106
+ msgstr ""
107
+
108
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:134
109
+ msgid "Password"
110
+ msgstr ""
111
+
112
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:144
113
+ msgid "SSH Key"
114
+ msgstr ""
115
+
116
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:150
117
+ msgid "Premium OS Disk"
118
+ msgstr ""
119
+
120
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:158
121
+ msgid "Azure's Default"
122
+ msgstr ""
123
+
124
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:160
125
+ msgid "OS Disk Caching"
126
+ msgstr ""
127
+
128
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:161
129
+ msgid "Default ReadWrite"
130
+ msgstr ""
131
+
132
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:168
133
+ msgid "Custom Script Command"
134
+ msgstr ""
135
+
136
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:169
137
+ msgid "To perform commands as root, prefix it with 'sudo'"
138
+ msgstr ""
139
+
140
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:175
141
+ msgid "Comma seperated file URIs"
142
+ msgstr ""
143
+
144
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:181
145
+ msgid "Please select an image"
146
+ msgstr ""
147
+
148
+ #: ../app/views/compute_resources_vms/form/azurerm/_base.html.erb:184
149
+ msgid "Image"
150
+ msgstr ""
151
+
152
+ #: ../app/views/compute_resources_vms/form/azurerm/_network.html.erb:5
153
+ msgid "Select"
154
+ msgstr ""
155
+
156
+ #: ../app/views/compute_resources_vms/form/azurerm/_network.html.erb:7
157
+ msgid "Azure Subnet"
158
+ msgstr ""
159
+
160
+ #: ../app/views/compute_resources_vms/form/azurerm/_network.html.erb:18
161
+ msgid "Public IP"
162
+ msgstr ""
163
+
164
+ #: ../app/views/compute_resources_vms/form/azurerm/_network.html.erb:25
165
+ msgid "Static Private IP"
166
+ msgstr ""
167
+
168
+ #: ../app/views/compute_resources_vms/form/azurerm/_volume.html.erb:4
169
+ msgid "Size (GB)"
170
+ msgstr ""
171
+
172
+ #: ../app/views/compute_resources_vms/form/azurerm/_volume.html.erb:8
173
+ msgid ""
174
+ "Additional number of disks can be added based on VM Size. For more details, pl"
175
+ "ease refer to Microsoft Azure's documentation"
176
+ msgstr ""
177
+
178
+ #: ../app/views/compute_resources_vms/form/azurerm/_volume.html.erb:14
179
+ msgid "Azure's default"
180
+ msgstr ""
181
+
182
+ #: ../app/views/compute_resources_vms/form/azurerm/_volume.html.erb:17
183
+ msgid "Data Disk Caching"
184
+ msgstr ""
185
+
186
+ #: ../app/views/compute_resources_vms/index/_azurerm.html.erb:4
187
+ msgid "Name"
188
+ msgstr ""
189
+
190
+ #: ../app/views/compute_resources_vms/index/_azurerm.html.erb:5
191
+ msgid "Size"
192
+ msgstr ""
193
+
194
+ #: ../app/views/compute_resources_vms/index/_azurerm.html.erb:7
195
+ msgid "Region"
196
+ msgstr ""
197
+
198
+ #: ../app/views/compute_resources_vms/index/_azurerm.html.erb:8
199
+ msgid "State"
200
+ msgstr ""
201
+
202
+ #: ../app/views/compute_resources_vms/index/_azurerm.html.erb:9
203
+ msgid "Actions"
204
+ msgstr ""
205
+
206
+ #: ../app/views/compute_resources_vms/show/_azurerm.html.erb:5
207
+ msgid "Properties"
208
+ msgstr ""
209
+
210
+ #: ../app/views/images/form/_azurerm.html.erb:2
211
+ msgid "The user that will be used to SSH into the VM for completion"
212
+ msgstr ""
213
+
214
+ #: ../app/views/images/form/_azurerm.html.erb:4
215
+ msgid "Password to authenticate with - used for SSH finish step."
216
+ msgstr ""
217
+
218
+ #: ../app/views/images/form/_azurerm.html.erb:5
219
+ msgid "Marketplace Image URN"
220
+ msgstr ""
221
+
222
+ #: ../app/views/images/form/_azurerm.html.erb:5
223
+ msgid "Marketplace URN (e.g. OpenLogic:CentOS:7.5:latest)"
224
+ msgstr ""
225
+
226
+ #: ../app/views/images/form/_azurerm.html.erb:6
227
+ msgid "Does this image support user data input?"
228
+ msgstr ""
229
+
230
+ #: action_names.rb:2
231
+ msgid "Action with sub plans"
232
+ msgstr ""
233
+
234
+ #: action_names.rb:3
235
+ msgid "Import facts"
236
+ msgstr ""
237
+
238
+ #: action_names.rb:4
239
+ msgid "Import Puppet classes"
240
+ msgstr ""
241
+
242
+ #: action_names.rb:5
243
+ msgid "Remote action:"
244
+ msgstr ""
245
+
246
+ #: gemspec.rb:2
247
+ msgid "Azure Resource Manager as a compute resource for Foreman"
248
+ msgstr ""