foreman_azure_rm 2.2.7 → 2.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/lib/foreman_azure_rm/version.rb +1 -1
  3. data/locale/Makefile +3 -3
  4. data/locale/ca/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  5. data/locale/ca/foreman_azure_rm.po +17 -16
  6. data/locale/cs_CZ/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  7. data/locale/cs_CZ/foreman_azure_rm.po +51 -50
  8. data/locale/de/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  9. data/locale/de/foreman_azure_rm.po +124 -121
  10. data/locale/en/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  11. data/locale/en/foreman_azure_rm.po +1 -1
  12. data/locale/en_GB/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  13. data/locale/en_GB/foreman_azure_rm.po +12 -11
  14. data/locale/es/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  15. data/locale/es/foreman_azure_rm.po +127 -124
  16. data/locale/fr/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  17. data/locale/fr/foreman_azure_rm.po +125 -121
  18. data/locale/gl/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  19. data/locale/gl/foreman_azure_rm.po +10 -9
  20. data/locale/it/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  21. data/locale/it/foreman_azure_rm.po +40 -37
  22. data/locale/ja/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  23. data/locale/ja/foreman_azure_rm.po +123 -121
  24. data/locale/ko/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  25. data/locale/ko/foreman_azure_rm.po +44 -43
  26. data/locale/nl_NL/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  27. data/locale/nl_NL/foreman_azure_rm.po +9 -7
  28. data/locale/pl/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  29. data/locale/pl/foreman_azure_rm.po +11 -10
  30. data/locale/pt_BR/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  31. data/locale/pt_BR/foreman_azure_rm.po +124 -123
  32. data/locale/ru/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  33. data/locale/ru/foreman_azure_rm.po +45 -44
  34. data/locale/sv_SE/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  35. data/locale/sv_SE/foreman_azure_rm.po +10 -9
  36. data/locale/zh_CN/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  37. data/locale/zh_CN/foreman_azure_rm.po +125 -124
  38. data/locale/zh_TW/LC_MESSAGES/foreman_azure_rm.mo +0 -0
  39. data/locale/zh_TW/foreman_azure_rm.po +49 -48
  40. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17a61e0daa9ad81dba459c8976da8712fae9a1ff4b52aeb85c6a04f7aa9d5be8
4
- data.tar.gz: e7469e41dcf4327afaf31de2b37be1f9119700419d6c22319df282e1e816451d
3
+ metadata.gz: 15049a87b1f8ca3eba5ddcd366677961d3efb53cc29525bb51f3bc711c7f0c87
4
+ data.tar.gz: 24febf19cc050db6be3231bbf675aec23072d5c52456436720a8fdc666254475
5
5
  SHA512:
6
- metadata.gz: 3cfe08678137c3c193362eec308091a1a7a45cc359e70590228be1a1022090b8041dac66ec5bc2a8adeab945615b45c0df5b9b2be73c6239aef73a21503eb7ce
7
- data.tar.gz: 22d9c5ce4049fe7546dc48bdfdb382b61f5f7f3afa961ef328da2a92eb64bee4c3bbbfe3abae40eb80fcbdb183712d32b2e7b7e27f76d15bc785272c6d4d6cad
6
+ metadata.gz: f5670dea30e178f5209983eb9435b7f97e4d1ef9cf40acc449b09f8bbd38291383f410c658e126a3f84ecea3e952a208cbaa3021559a9cbf40db3591208cbda7
7
+ data.tar.gz: b0a876d2d171b011ae1c52a0004d0644aeca11547bf998804aa87f94c39e47cd2421c42baddc246690821cc1ca77f26e3d0f14377f1f26ebe0e121673aa315e7
@@ -1,3 +1,3 @@
1
1
  module ForemanAzureRm
2
- VERSION = '2.2.7'.freeze
2
+ VERSION = '2.2.8'.freeze
3
3
  end
data/locale/Makefile CHANGED
@@ -6,8 +6,8 @@
6
6
  # make tx-update - download and merge translations from Transifex
7
7
  # make clean - clean everything
8
8
  #
9
- DOMAIN = foreman_azure_rm
10
- VERSION = $(shell ruby -e 'require "rubygems";spec = Gem::Specification::load(Dir.glob("../*.gemspec")[0]);puts spec.version')
9
+ DOMAIN = $(shell ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob("../*.gemspec")[0]).name')
10
+ VERSION = $(shell ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob("../*.gemspec")[0]).version')
11
11
  POTFILE = $(DOMAIN).pot
12
12
  MOFILE = $(DOMAIN).mo
13
13
  POFILES = $(shell find . -name '$(DOMAIN).po')
@@ -54,8 +54,8 @@ tx-update: tx-pull
54
54
 
55
55
  mo-files: $(MOFILES)
56
56
  git add $(POFILES) $(POTFILE) ../locale/*/LC_MESSAGES
57
+ [[ ! -f locale/action_names.rb ]] || git add locale/action_names.rb
57
58
  git commit -m "i18n - pulling from tx"
58
59
  @echo
59
60
  @echo Changes commited!
60
61
  @echo
61
-
@@ -4,14 +4,15 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2020
7
+ # Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2021
8
8
  #
9
+ #, fuzzy
9
10
  msgid ""
10
11
  msgstr ""
11
- "Project-Id-Version: foreman_azure_rm 2.0.8\n"
12
+ "Project-Id-Version: foreman_azure_rm 2.2.7\n"
12
13
  "Report-Msgid-Bugs-To: \n"
13
14
  "PO-Revision-Date: 2020-04-21 13:58+0000\n"
14
- "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2020\n"
15
+ "Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2021\n"
15
16
  "Language-Team: Catalan (https://www.transifex.com/foreman/teams/114/ca/)\n"
16
17
  "MIME-Version: 1.0\n"
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -89,7 +90,7 @@ msgid "Copy version units to library"
89
90
  msgstr ""
90
91
 
91
92
  msgid "Create"
92
- msgstr ""
93
+ msgstr "Crea"
93
94
 
94
95
  msgid "Create Export History"
95
96
  msgstr ""
@@ -98,7 +99,7 @@ msgid "Create Import History"
98
99
  msgstr ""
99
100
 
100
101
  msgid "Create Package Group"
101
- msgstr ""
102
+ msgstr "Crea un grup de paquets"
102
103
 
103
104
  msgid "Custom Script Command"
104
105
  msgstr ""
@@ -110,7 +111,7 @@ msgid "Default ReadWrite"
110
111
  msgstr ""
111
112
 
112
113
  msgid "Delete"
113
- msgstr ""
114
+ msgstr "Suprimeix"
114
115
 
115
116
  msgid "Delete Activation Key"
116
117
  msgstr ""
@@ -128,13 +129,13 @@ msgid "Deploy NVIDIA GPU driver and CUDA (Azure Extension Microsoft.HpcCompute/N
128
129
  msgstr ""
129
130
 
130
131
  msgid "Destroy"
131
- msgstr ""
132
+ msgstr "Destrueix"
132
133
 
133
134
  msgid "Destroy Content Host"
134
135
  msgstr ""
135
136
 
136
137
  msgid "Disable"
137
- msgstr ""
138
+ msgstr "Inhabilita"
138
139
 
139
140
  msgid "Discover"
140
141
  msgstr ""
@@ -143,13 +144,13 @@ msgid "Does this image support user data input?"
143
144
  msgstr "La imatge admet l'entrada de dades d'usuari?"
144
145
 
145
146
  msgid "Enable"
146
- msgstr ""
147
+ msgstr "Habilita"
147
148
 
148
149
  msgid "Errata mail"
149
150
  msgstr ""
150
151
 
151
152
  msgid "Export"
152
- msgstr ""
153
+ msgstr "Exporta"
153
154
 
154
155
  msgid "Export Library"
155
156
  msgstr ""
@@ -179,7 +180,7 @@ msgid "Image"
179
180
  msgstr "Imatge"
180
181
 
181
182
  msgid "Import"
182
- msgstr ""
183
+ msgstr "Importa"
183
184
 
184
185
  msgid "Import Content View Version"
185
186
  msgstr ""
@@ -221,7 +222,7 @@ msgid "Leave empty to use default image size"
221
222
  msgstr ""
222
223
 
223
224
  msgid "Load Regions"
224
- msgstr ""
225
+ msgstr "Carrega les regions"
225
226
 
226
227
  msgid "NVIDIA driver / CUDA"
227
228
  msgstr ""
@@ -296,7 +297,7 @@ msgid "Remove Content"
296
297
  msgstr ""
297
298
 
298
299
  msgid "Remove Version"
299
- msgstr ""
300
+ msgstr "Suprimeix la versió"
300
301
 
301
302
  msgid "Remove Versions and Associations"
302
303
  msgstr ""
@@ -308,7 +309,7 @@ msgid "Remove subscriptions"
308
309
  msgstr ""
309
310
 
310
311
  msgid "Report"
311
- msgstr ""
312
+ msgstr "Informe"
312
313
 
313
314
  msgid "Republish Version Repositories"
314
315
  msgstr ""
@@ -347,7 +348,7 @@ msgid "Sync capsule"
347
348
  msgstr ""
348
349
 
349
350
  msgid "Synchronize"
350
- msgstr ""
351
+ msgstr "Sincronitza"
351
352
 
352
353
  msgid "Synchronize smart proxy"
353
354
  msgstr ""
@@ -371,7 +372,7 @@ msgid "To perform commands as root, prefix it with 'sudo'"
371
372
  msgstr ""
372
373
 
373
374
  msgid "Update"
374
- msgstr ""
375
+ msgstr "Actualitza"
375
376
 
376
377
  msgid "Update Content Overrides"
377
378
  msgstr ""
@@ -4,16 +4,17 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Lukáš Zapletal, 2020
8
- # Pavel Borecki <pavel.borecki@gmail.com>, 2020
9
7
  # mhulan <mhulan@redhat.com>, 2020
8
+ # Lukáš Zapletal, 2021
9
+ # Pavel Borecki <pavel.borecki@gmail.com>, 2021
10
10
  #
11
+ #, fuzzy
11
12
  msgid ""
12
13
  msgstr ""
13
- "Project-Id-Version: foreman_azure_rm 2.0.8\n"
14
+ "Project-Id-Version: foreman_azure_rm 2.2.7\n"
14
15
  "Report-Msgid-Bugs-To: \n"
15
16
  "PO-Revision-Date: 2020-04-21 13:58+0000\n"
16
- "Last-Translator: mhulan <mhulan@redhat.com>, 2020\n"
17
+ "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
17
18
  "Language-Team: Czech (Czech Republic) (https://www.transifex.com/foreman/teams"
18
19
  "/114/cs_CZ/)\n"
19
20
  "MIME-Version: 1.0\n"
@@ -30,7 +31,7 @@ msgid "Abstract async task"
30
31
  msgstr ""
31
32
 
32
33
  msgid "Action with sub plans"
33
- msgstr ""
34
+ msgstr "Akce s dílčími plány"
34
35
 
35
36
  msgid "Actions"
36
37
  msgstr "Akce"
@@ -42,10 +43,10 @@ msgid "Agent action"
42
43
  msgstr ""
43
44
 
44
45
  msgid "Attach subscriptions"
45
- msgstr ""
46
+ msgstr "Připojit předplatné"
46
47
 
47
48
  msgid "Auto attach subscriptions"
48
- msgstr ""
49
+ msgstr "Automaticky připojovat předplatné"
49
50
 
50
51
  msgid "Azure Image Name"
51
52
  msgstr ""
@@ -93,7 +94,7 @@ msgid "Copy version units to library"
93
94
  msgstr ""
94
95
 
95
96
  msgid "Create"
96
- msgstr ""
97
+ msgstr "Vytvořit"
97
98
 
98
99
  msgid "Create Export History"
99
100
  msgstr ""
@@ -102,7 +103,7 @@ msgid "Create Import History"
102
103
  msgstr ""
103
104
 
104
105
  msgid "Create Package Group"
105
- msgstr ""
106
+ msgstr "Vytvořit skupinu balíčků"
106
107
 
107
108
  msgid "Custom Script Command"
108
109
  msgstr ""
@@ -114,52 +115,52 @@ msgid "Default ReadWrite"
114
115
  msgstr ""
115
116
 
116
117
  msgid "Delete"
117
- msgstr ""
118
+ msgstr "Smazat"
118
119
 
119
120
  msgid "Delete Activation Key"
120
- msgstr ""
121
+ msgstr "Smazat aktivační klíč"
121
122
 
122
123
  msgid "Delete Lifecycle Environment"
123
- msgstr ""
124
+ msgstr "Smazat prostředí životního cyklu"
124
125
 
125
126
  msgid "Delete Package Group"
126
- msgstr ""
127
+ msgstr "Smazat skupinu balíčků"
127
128
 
128
129
  msgid "Delete Product"
129
- msgstr ""
130
+ msgstr "Smazat produkt"
130
131
 
131
132
  msgid "Deploy NVIDIA GPU driver and CUDA (Azure Extension Microsoft.HpcCompute/NvidiaGpuDriver{Linux,Windows}/1.3)"
132
133
  msgstr ""
133
134
 
134
135
  msgid "Destroy"
135
- msgstr ""
136
+ msgstr "Zničit"
136
137
 
137
138
  msgid "Destroy Content Host"
138
139
  msgstr ""
139
140
 
140
141
  msgid "Disable"
141
- msgstr ""
142
+ msgstr "Vypnout"
142
143
 
143
144
  msgid "Discover"
144
- msgstr ""
145
+ msgstr "Objevit"
145
146
 
146
147
  msgid "Does this image support user data input?"
147
148
  msgstr "Podporuje tento obraz vstup dat od uživatele?"
148
149
 
149
150
  msgid "Enable"
150
- msgstr ""
151
+ msgstr "Zapnout"
151
152
 
152
153
  msgid "Errata mail"
153
154
  msgstr ""
154
155
 
155
156
  msgid "Export"
156
- msgstr ""
157
+ msgstr "Export"
157
158
 
158
159
  msgid "Export Library"
159
160
  msgstr ""
160
161
 
161
162
  msgid "Fetch pxe files"
162
- msgstr ""
163
+ msgstr "Stáhnout pxe soubory"
163
164
 
164
165
  msgid "Filtered index content"
165
166
  msgstr ""
@@ -174,16 +175,16 @@ msgid "Generate repository applicability"
174
175
  msgstr ""
175
176
 
176
177
  msgid "Hypervisors"
177
- msgstr ""
178
+ msgstr "Hypervizory"
178
179
 
179
180
  msgid "Hypervisors update"
180
- msgstr ""
181
+ msgstr "Aktualizace hypervizoru"
181
182
 
182
183
  msgid "Image"
183
184
  msgstr "Obraz"
184
185
 
185
186
  msgid "Import"
186
- msgstr ""
187
+ msgstr "Import"
187
188
 
188
189
  msgid "Import Content View Version"
189
190
  msgstr ""
@@ -192,19 +193,19 @@ msgid "Import Default Content View"
192
193
  msgstr ""
193
194
 
194
195
  msgid "Import Puppet classes"
195
- msgstr ""
196
+ msgstr "Importovat Puppet třídy"
196
197
 
197
198
  msgid "Import facts"
198
- msgstr ""
199
+ msgstr "Importovat fakta"
199
200
 
200
201
  msgid "Incremental Update"
201
- msgstr ""
202
+ msgstr "Postupná aktualizace"
202
203
 
203
204
  msgid "Incremental Update of Content View Version(s) "
204
205
  msgstr ""
205
206
 
206
207
  msgid "Index content"
207
- msgstr ""
208
+ msgstr "Obsah rejstříku"
208
209
 
209
210
  msgid "Index errata"
210
211
  msgstr ""
@@ -219,13 +220,13 @@ msgid "Install Applicable Errata"
219
220
  msgstr ""
220
221
 
221
222
  msgid "Instance update"
222
- msgstr ""
223
+ msgstr "Aktualizace instance"
223
224
 
224
225
  msgid "Leave empty to use default image size"
225
226
  msgstr ""
226
227
 
227
228
  msgid "Load Regions"
228
- msgstr ""
229
+ msgstr "Načíst oblasti"
229
230
 
230
231
  msgid "NVIDIA driver / CUDA"
231
232
  msgstr ""
@@ -240,7 +241,7 @@ msgid "Override OS Disk Size (GB)"
240
241
  msgstr ""
241
242
 
242
243
  msgid "Package Profile Update"
243
- msgstr ""
244
+ msgstr "Aktualizace profilu balíčku"
244
245
 
245
246
  msgid "Password"
246
247
  msgstr "Heslo"
@@ -264,13 +265,13 @@ msgid "Premium OS Disk"
264
265
  msgstr ""
265
266
 
266
267
  msgid "Product Create"
267
- msgstr ""
268
+ msgstr "Vytvořit produkt"
268
269
 
269
270
  msgid "Promote"
270
- msgstr ""
271
+ msgstr "Povýšit"
271
272
 
272
273
  msgid "Promotion to Environment"
273
- msgstr ""
274
+ msgstr "Povýšení do prostředí"
274
275
 
275
276
  msgid "Properties"
276
277
  msgstr "Vlastnosti"
@@ -279,7 +280,7 @@ msgid "Public IP"
279
280
  msgstr ""
280
281
 
281
282
  msgid "Publish"
282
- msgstr ""
283
+ msgstr "Zveřejnit"
283
284
 
284
285
  msgid "Publish Lifecycle Environment Repositories"
285
286
  msgstr ""
@@ -294,34 +295,34 @@ msgid "Reload Images, Sizes, vNets"
294
295
  msgstr ""
295
296
 
296
297
  msgid "Remote action:"
297
- msgstr ""
298
+ msgstr "Akce na protějšku:"
298
299
 
299
300
  msgid "Remove Content"
300
- msgstr ""
301
+ msgstr "Odebrat obsah"
301
302
 
302
303
  msgid "Remove Version"
303
- msgstr ""
304
+ msgstr "Verze na protějšku"
304
305
 
305
306
  msgid "Remove Versions and Associations"
306
307
  msgstr ""
307
308
 
308
309
  msgid "Remove from Environment"
309
- msgstr ""
310
+ msgstr "Odebrat z prostředí"
310
311
 
311
312
  msgid "Remove subscriptions"
312
- msgstr ""
313
+ msgstr "Odebrat předplatné"
313
314
 
314
315
  msgid "Report"
315
- msgstr ""
316
+ msgstr "Výkaz"
316
317
 
317
318
  msgid "Republish Version Repositories"
318
- msgstr ""
319
+ msgstr "Znovu zveřejnit repozitáře verze"
319
320
 
320
321
  msgid "Resource Group"
321
322
  msgstr ""
322
323
 
323
324
  msgid "Run Sync Plan:"
324
- msgstr ""
325
+ msgstr "Spustit synchronizační plán:"
325
326
 
326
327
  msgid "SSH Key"
327
328
  msgstr ""
@@ -351,7 +352,7 @@ msgid "Sync capsule"
351
352
  msgstr ""
352
353
 
353
354
  msgid "Synchronize"
354
- msgstr ""
355
+ msgstr "Synchronizovat"
355
356
 
356
357
  msgid "Synchronize smart proxy"
357
358
  msgstr ""
@@ -375,16 +376,16 @@ msgid "To perform commands as root, prefix it with 'sudo'"
375
376
  msgstr ""
376
377
 
377
378
  msgid "Update"
378
- msgstr ""
379
+ msgstr "Aktualizovat"
379
380
 
380
381
  msgid "Update Content Overrides"
381
- msgstr ""
382
+ msgstr "Aktualizovat přepsání obsahu"
382
383
 
383
384
  msgid "Update content urls"
384
- msgstr ""
385
+ msgstr "Aktualizovat url adresy obsahu"
385
386
 
386
387
  msgid "Update for host"
387
- msgstr ""
388
+ msgstr "Aktualizace pro stroj"
388
389
 
389
390
  msgid "Update http proxy"
390
391
  msgstr ""
@@ -393,10 +394,10 @@ msgid "Update http proxy details"
393
394
  msgstr ""
394
395
 
395
396
  msgid "Update redhat repository"
396
- msgstr ""
397
+ msgstr "Aktualizovat redhat repozitář"
397
398
 
398
399
  msgid "Update release version for host"
399
- msgstr ""
400
+ msgstr "Aktualizovat verzi vydání pro stroj"
400
401
 
401
402
  msgid "Updating System Purpose for host"
402
403
  msgstr ""
@@ -405,7 +406,7 @@ msgid "Upload errata into"
405
406
  msgstr ""
406
407
 
407
408
  msgid "Upload into"
408
- msgstr ""
409
+ msgstr "Nahrát do"
409
410
 
410
411
  msgid "Username"
411
412
  msgstr "Uživatelské jméno"