foreman_statistics 0.1.3 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/app/helpers/foreman_statistics/trends_helper.rb +30 -20
  3. data/app/jobs/foreman_statistics/trend_counter_job.rb +23 -0
  4. data/app/models/concerns/foreman_statistics/has_many_trends.rb +9 -0
  5. data/app/models/foreman_statistics/trend.rb +3 -1
  6. data/app/views/foreman_statistics/layouts/application_react.html.erb +1 -2
  7. data/app/views/foreman_statistics/trends/_empty_data.html.erb +0 -1
  8. data/app/views/foreman_statistics/trends/_hosts.html.erb +1 -1
  9. data/app/views/foreman_statistics/trends/index.html.erb +3 -13
  10. data/app/views/foreman_statistics/trends/show.html.erb +6 -6
  11. data/app/views/foreman_statistics/trends/welcome.html.erb +1 -1
  12. data/config/jest.config.js +21 -0
  13. data/db/migrate/20210523143005_migrate_environments.rb +13 -0
  14. data/lib/foreman_statistics/engine.rb +12 -5
  15. data/lib/foreman_statistics/version.rb +1 -1
  16. data/lib/tasks/foreman_statistics_tasks.rake +3 -2
  17. data/locale/action_names.rb +5 -0
  18. data/locale/ca/LC_MESSAGES/foreman_statistics.mo +0 -0
  19. data/locale/ca/foreman_statistics.edit.po +263 -0
  20. data/locale/ca/foreman_statistics.po +202 -0
  21. data/locale/ca/foreman_statistics.po.time_stamp +0 -0
  22. data/locale/cs_CZ/LC_MESSAGES/foreman_statistics.mo +0 -0
  23. data/locale/cs_CZ/foreman_statistics.edit.po +267 -0
  24. data/locale/cs_CZ/foreman_statistics.po +206 -0
  25. data/locale/cs_CZ/foreman_statistics.po.time_stamp +0 -0
  26. data/locale/de/LC_MESSAGES/foreman_statistics.mo +0 -0
  27. data/locale/de/foreman_statistics.edit.po +271 -0
  28. data/locale/de/foreman_statistics.po +210 -0
  29. data/locale/de/foreman_statistics.po.time_stamp +0 -0
  30. data/locale/en/LC_MESSAGES/foreman_statistics.mo +0 -0
  31. data/locale/en/foreman_statistics.edit.po +258 -0
  32. data/locale/en/foreman_statistics.po +182 -3
  33. data/locale/en/foreman_statistics.po.time_stamp +0 -0
  34. data/locale/en_GB/LC_MESSAGES/foreman_statistics.mo +0 -0
  35. data/locale/en_GB/foreman_statistics.edit.po +265 -0
  36. data/locale/en_GB/foreman_statistics.po +204 -0
  37. data/locale/en_GB/foreman_statistics.po.time_stamp +0 -0
  38. data/locale/es/LC_MESSAGES/foreman_statistics.mo +0 -0
  39. data/locale/es/foreman_statistics.edit.po +269 -0
  40. data/locale/es/foreman_statistics.po +208 -0
  41. data/locale/es/foreman_statistics.po.time_stamp +0 -0
  42. data/locale/foreman_statistics.pot +265 -8
  43. data/locale/fr/LC_MESSAGES/foreman_statistics.mo +0 -0
  44. data/locale/fr/foreman_statistics.edit.po +269 -0
  45. data/locale/fr/foreman_statistics.po +208 -0
  46. data/locale/fr/foreman_statistics.po.time_stamp +0 -0
  47. data/locale/gemspec.rb +1 -1
  48. data/locale/gl/LC_MESSAGES/foreman_statistics.mo +0 -0
  49. data/locale/gl/foreman_statistics.edit.po +263 -0
  50. data/locale/gl/foreman_statistics.po +202 -0
  51. data/locale/gl/foreman_statistics.po.time_stamp +0 -0
  52. data/locale/it/LC_MESSAGES/foreman_statistics.mo +0 -0
  53. data/locale/it/foreman_statistics.edit.po +265 -0
  54. data/locale/it/foreman_statistics.po +204 -0
  55. data/locale/it/foreman_statistics.po.time_stamp +0 -0
  56. data/locale/ja/LC_MESSAGES/foreman_statistics.mo +0 -0
  57. data/locale/ja/foreman_statistics.edit.po +266 -0
  58. data/locale/ja/foreman_statistics.po +205 -0
  59. data/locale/ja/foreman_statistics.po.time_stamp +0 -0
  60. data/locale/ko/LC_MESSAGES/foreman_statistics.mo +0 -0
  61. data/locale/ko/foreman_statistics.edit.po +264 -0
  62. data/locale/ko/foreman_statistics.po +203 -0
  63. data/locale/ko/foreman_statistics.po.time_stamp +0 -0
  64. data/locale/nl_NL/LC_MESSAGES/foreman_statistics.mo +0 -0
  65. data/locale/nl_NL/foreman_statistics.edit.po +267 -0
  66. data/locale/nl_NL/foreman_statistics.po +206 -0
  67. data/locale/nl_NL/foreman_statistics.po.time_stamp +0 -0
  68. data/locale/pl/LC_MESSAGES/foreman_statistics.mo +0 -0
  69. data/locale/pl/foreman_statistics.edit.po +266 -0
  70. data/locale/pl/foreman_statistics.po +205 -0
  71. data/locale/pl/foreman_statistics.po.time_stamp +0 -0
  72. data/locale/pt_BR/LC_MESSAGES/foreman_statistics.mo +0 -0
  73. data/locale/pt_BR/foreman_statistics.edit.po +269 -0
  74. data/locale/pt_BR/foreman_statistics.po +208 -0
  75. data/locale/pt_BR/foreman_statistics.po.time_stamp +0 -0
  76. data/locale/ru/LC_MESSAGES/foreman_statistics.mo +0 -0
  77. data/locale/ru/foreman_statistics.edit.po +270 -0
  78. data/locale/ru/foreman_statistics.po +209 -0
  79. data/locale/ru/foreman_statistics.po.time_stamp +0 -0
  80. data/locale/sv_SE/LC_MESSAGES/foreman_statistics.mo +0 -0
  81. data/locale/sv_SE/foreman_statistics.edit.po +265 -0
  82. data/locale/sv_SE/foreman_statistics.po +204 -0
  83. data/locale/sv_SE/foreman_statistics.po.time_stamp +0 -0
  84. data/locale/zh_CN/LC_MESSAGES/foreman_statistics.mo +0 -0
  85. data/locale/zh_CN/foreman_statistics.edit.po +267 -0
  86. data/locale/zh_CN/foreman_statistics.po +206 -0
  87. data/locale/zh_CN/foreman_statistics.po.time_stamp +0 -0
  88. data/locale/zh_TW/LC_MESSAGES/foreman_statistics.mo +0 -0
  89. data/locale/zh_TW/foreman_statistics.edit.po +266 -0
  90. data/locale/zh_TW/foreman_statistics.po +205 -0
  91. data/locale/zh_TW/foreman_statistics.po.time_stamp +0 -0
  92. data/package.json +25 -24
  93. data/test/functional/foreman_statistics/api/v2/statistics_controller_test.rb +1 -1
  94. data/test/functional/foreman_statistics/api/v2/trends_controller_test.rb +2 -2
  95. data/test/functional/foreman_statistics/statistics_controller_test.rb +5 -7
  96. data/test/functional/foreman_statistics/trends_controller_test.rb +2 -8
  97. data/test/models/foreman_statistics/trend_counter_test.rb +1 -1
  98. data/test/models/foreman_statistics/trend_test.rb +1 -1
  99. data/test/{test_plugin_helper.rb → test_statistics_helper.rb} +0 -0
  100. data/test/unit/foreman_statistics/access_permissions_test.rb +1 -1
  101. data/test/unit/foreman_statistics/statistics_test.rb +1 -1
  102. data/test/unit/foreman_statistics_test.rb +1 -1
  103. data/test/unit/tasks/foreman_statistics_tasks_test.rb +1 -1
  104. data/webpack/src/Components/StatisticsChartsList/__snapshots__/StatisticsChartsList.test.js.snap +6 -0
  105. data/webpack/src/Router/StatisticsPage/StatisticsPageSelectors.js +2 -1
  106. data/webpack/src/Router/StatisticsPage/__tests__/StatisticsPageSelectors.test.js +4 -2
  107. data/webpack/src/Router/StatisticsPage/__tests__/__snapshots__/StatisticsPage.test.js.snap +10 -0
  108. data/webpack/src/reducers.js +4 -2
  109. metadata +81 -89
  110. data/app/models/concerns/foreman_statistics/compute_resource_decorations.rb +0 -9
  111. data/app/models/concerns/foreman_statistics/environment_decorations.rb +0 -9
  112. data/app/models/concerns/foreman_statistics/hostgroup_decorations.rb +0 -9
  113. data/app/models/concerns/foreman_statistics/model_decorations.rb +0 -9
  114. data/app/models/concerns/foreman_statistics/operatingsystem_decorations.rb +0 -9
  115. data/webpack/__mocks__/foremanReact/API.js +0 -7
  116. data/webpack/__mocks__/foremanReact/common/HOC.js +0 -24
  117. data/webpack/__mocks__/foremanReact/common/I18n.js +0 -3
  118. data/webpack/__mocks__/foremanReact/common/helpers.js +0 -1
  119. data/webpack/__mocks__/foremanReact/common/urlHelpers.js +0 -1
  120. data/webpack/__mocks__/foremanReact/components/ChartBox/index.js +0 -2
  121. data/webpack/__mocks__/foremanReact/components/ForemanModal/ForemanModalActions.js +0 -2
  122. data/webpack/__mocks__/foremanReact/components/ForemanModal/ForemanModalHooks.js +0 -10
  123. data/webpack/__mocks__/foremanReact/components/ForemanModal/index.js +0 -4
  124. data/webpack/__mocks__/foremanReact/components/Layout/LayoutActions.js +0 -2
  125. data/webpack/__mocks__/foremanReact/components/Pagination/PaginationWrapper.js +0 -2
  126. data/webpack/__mocks__/foremanReact/components/common/EmptyState.js +0 -5
  127. data/webpack/__mocks__/foremanReact/components/common/MessageBox.js +0 -4
  128. data/webpack/__mocks__/foremanReact/components/common/dates/LongDateTime.js +0 -5
  129. data/webpack/__mocks__/foremanReact/components/common/dates/RelativeDateTime.js +0 -3
  130. data/webpack/__mocks__/foremanReact/components/common/table.js +0 -5
  131. data/webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js +0 -7
  132. data/webpack/__mocks__/foremanReact/constants.js +0 -24
  133. data/webpack/__mocks__/foremanReact/readme.md +0 -11
  134. data/webpack/__mocks__/foremanReact/redux/actions/toasts.js +0 -8
  135. data/webpack/__mocks__/foremanReact/routes/common/PageLayout/PageLayout.js +0 -10
  136. data/webpack/__mocks__/foremanReact/routes/common/PageLayout/components/ExportButton/ExportButton.js +0 -5
  137. data/webpack/__mocks__/foremanReact/routes/common/reducerHOC/withDataReducer.js +0 -35
File without changes
@@ -0,0 +1,265 @@
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_statistics package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
+ # Andrea Perotti, 2021
10
+ #
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2021-02-04 02:22+0100\n"
16
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
17
+ "Last-Translator: Andrea Perotti, 2021\n"
18
+ "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: it\n"
23
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
+
25
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
26
+ msgid "Get statistics"
27
+ msgstr "Acquisisci le statistiche"
28
+
29
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
30
+ msgid "List of trends counters"
31
+ msgstr ""
32
+
33
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
34
+ msgid "Show a trend"
35
+ msgstr ""
36
+
37
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
38
+ msgid "Create a trend counter"
39
+ msgstr ""
40
+
41
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
42
+ msgid "Delete a trend counter"
43
+ msgstr ""
44
+
45
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
46
+ msgid "Environment"
47
+ msgstr "Ambiente"
48
+
49
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
50
+ msgid "Operating system"
51
+ msgstr "Sistema operativo"
52
+
53
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
54
+ msgid "Model"
55
+ msgstr "Modello"
56
+
57
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
58
+ msgid "Facts"
59
+ msgstr "Eventi"
60
+
61
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
62
+ msgid "Host group"
63
+ msgstr "Gruppo di host"
64
+
65
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
66
+ msgid "Compute resource"
67
+ msgstr "Risorsa di calcolo"
68
+
69
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
70
+ msgid "Trend of the last %s days."
71
+ msgstr "Trend negli ultimi %s giorni."
72
+
73
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
74
+ msgid "Trend Counter Job"
75
+ msgstr ""
76
+
77
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
78
+ msgid "Max days for Trends graphs"
79
+ msgstr "Numero massimo di giorni per i diagrammi di Trend"
80
+
81
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
82
+ msgid "Max trends"
83
+ msgstr ""
84
+
85
+ #: ../app/services/foreman_statistics/statistics.rb:6
86
+ msgid "Architecture Distribution"
87
+ msgstr "Distribuzione architettura"
88
+
89
+ #: ../app/services/foreman_statistics/statistics.rb:7
90
+ msgid "Environment Distribution"
91
+ msgstr ""
92
+
93
+ #: ../app/services/foreman_statistics/statistics.rb:8
94
+ msgid "Host Group Distribution"
95
+ msgstr ""
96
+
97
+ #: ../app/services/foreman_statistics/statistics.rb:9
98
+ msgid "Compute Resource Distribution"
99
+ msgstr ""
100
+
101
+ #: ../app/services/foreman_statistics/statistics.rb:10
102
+ msgid "Number of CPUs"
103
+ msgstr "Numero di CPU"
104
+
105
+ #: ../app/services/foreman_statistics/statistics.rb:11
106
+ msgid "Hardware"
107
+ msgstr "Hardware"
108
+
109
+ #: ../app/services/foreman_statistics/statistics.rb:12
110
+ msgid "Average Memory Usage"
111
+ msgstr ""
112
+
113
+ #: ../app/services/foreman_statistics/statistics.rb:13
114
+ msgid "Average Swap Usage"
115
+ msgstr ""
116
+
117
+ #: ../app/services/foreman_statistics/statistics.rb:14
118
+ msgid "Class Distribution"
119
+ msgstr "Classe distribuzione"
120
+
121
+ #: ../app/services/foreman_statistics/statistics.rb:15
122
+ msgid "Location Distribution"
123
+ msgstr ""
124
+
125
+ #: ../app/services/foreman_statistics/statistics.rb:16
126
+ msgid "Organization Distribution"
127
+ msgstr ""
128
+
129
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
130
+ msgid "free memory"
131
+ msgstr "memoria disponibile"
132
+
133
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
134
+ msgid "used memory"
135
+ msgstr "memoria usata"
136
+
137
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
138
+ msgid "Trends for %s"
139
+ msgstr "Trend per %s"
140
+
141
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
142
+ msgid "No data for this trend."
143
+ msgstr ""
144
+
145
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
146
+ msgid "Please Select"
147
+ msgstr "Seleziona"
148
+
149
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
150
+ msgid "Show Host"
151
+ msgstr "Mostra l'host"
152
+
153
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
154
+ msgid "Edit Trend %s"
155
+ msgstr "Modifica trend %s"
156
+
157
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
158
+ msgid "Fact Name"
159
+ msgstr "Nome evento"
160
+
161
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
162
+ msgid "Display Name"
163
+ msgstr "Mostra nome"
164
+
165
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
166
+ msgid "Cancel"
167
+ msgstr "Cancella"
168
+
169
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
170
+ msgid "Submit"
171
+ msgstr "Invia"
172
+
173
+ #: ../app/views/foreman_statistics/trends/index.html.erb:2 ../app/views/foreman_statistics/trends/welcome.html.erb:1 ../app/views/foreman_statistics/trends/welcome.html.erb:6 ../lib/foreman_statistics/engine.rb:63
174
+ msgid "Trends"
175
+ msgstr "Trend"
176
+
177
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
178
+ msgid "Add Trend Counter"
179
+ msgstr "Aggiungi contatore tendenza"
180
+
181
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
182
+ msgid "Name"
183
+ msgstr "Nome"
184
+
185
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
186
+ msgid "Action"
187
+ msgstr "Azione"
188
+
189
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
190
+ msgid "Show Trends"
191
+ msgstr "Mostra i trend"
192
+
193
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
194
+ msgid "Edit"
195
+ msgstr "Modifica"
196
+
197
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
198
+ msgid "Delete all the trend history for %s?"
199
+ msgstr "Cancella tutte la cronologia dei dati trend per %s?"
200
+
201
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
202
+ msgid "Last update:"
203
+ msgstr ""
204
+
205
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
206
+ msgid "Create Trend"
207
+ msgstr ""
208
+
209
+ #: ../app/views/foreman_statistics/trends/show.html.erb:7
210
+ msgid "last %s day"
211
+ msgid_plural "last %s days"
212
+ msgstr[0] ""
213
+ msgstr[1] ""
214
+
215
+ #: ../app/views/foreman_statistics/trends/show.html.erb:8
216
+ msgid "Number of Hosts"
217
+ msgstr "Numero di host"
218
+
219
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
220
+ msgid "Hosts"
221
+ msgstr "Hosts"
222
+
223
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
224
+ msgid "Trends in Foreman allow you to track changes in your infrastructure over time. It allows you to track both Foreman related information and to any fact. The Trend pages give a graph of how the number of hosts with that value have changed over time, and list the current hosts."
225
+ msgstr ""
226
+
227
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
228
+ msgid "Learn more about this in the documentation."
229
+ msgstr ""
230
+
231
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
232
+ msgid "Statistics"
233
+ msgstr "Statistiche"
234
+
235
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
236
+ msgid "No data available"
237
+ msgstr ""
238
+
239
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
240
+ msgid "Expand the chart"
241
+ msgstr "Espandi il grafico"
242
+
243
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
244
+ msgid "No Charts To Load"
245
+ msgstr ""
246
+
247
+ #: action_names.rb:2
248
+ msgid "Action with sub plans"
249
+ msgstr ""
250
+
251
+ #: action_names.rb:3
252
+ msgid "Import facts"
253
+ msgstr "Importa gli eventi"
254
+
255
+ #: action_names.rb:4
256
+ msgid "Import Puppet classes"
257
+ msgstr "Importa classi Puppet"
258
+
259
+ #: action_names.rb:5
260
+ msgid "Remote action:"
261
+ msgstr "Azione remota:"
262
+
263
+ #: gemspec.rb:2
264
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
265
+ msgstr ""
@@ -0,0 +1,204 @@
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_statistics package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
+ # Andrea Perotti, 2021
10
+ #
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
16
+ "Last-Translator: Andrea Perotti, 2021\n"
17
+ "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: it\n"
22
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
+
24
+ msgid "Action"
25
+ msgstr "Azione"
26
+
27
+ msgid "Action with sub plans"
28
+ msgstr ""
29
+
30
+ msgid "Add Trend Counter"
31
+ msgstr "Aggiungi contatore tendenza"
32
+
33
+ msgid "Architecture Distribution"
34
+ msgstr "Distribuzione architettura"
35
+
36
+ msgid "Average Memory Usage"
37
+ msgstr ""
38
+
39
+ msgid "Average Swap Usage"
40
+ msgstr ""
41
+
42
+ msgid "Cancel"
43
+ msgstr "Cancella"
44
+
45
+ msgid "Class Distribution"
46
+ msgstr "Classe distribuzione"
47
+
48
+ msgid "Compute Resource Distribution"
49
+ msgstr ""
50
+
51
+ msgid "Compute resource"
52
+ msgstr "Risorsa di calcolo"
53
+
54
+ msgid "Create Trend"
55
+ msgstr ""
56
+
57
+ msgid "Create a trend counter"
58
+ msgstr ""
59
+
60
+ msgid "Delete a trend counter"
61
+ msgstr ""
62
+
63
+ msgid "Delete all the trend history for %s?"
64
+ msgstr "Cancella tutte la cronologia dei dati trend per %s?"
65
+
66
+ msgid "Display Name"
67
+ msgstr "Mostra nome"
68
+
69
+ msgid "Edit"
70
+ msgstr "Modifica"
71
+
72
+ msgid "Edit Trend %s"
73
+ msgstr "Modifica trend %s"
74
+
75
+ msgid "Environment"
76
+ msgstr "Ambiente"
77
+
78
+ msgid "Environment Distribution"
79
+ msgstr ""
80
+
81
+ msgid "Expand the chart"
82
+ msgstr "Espandi il grafico"
83
+
84
+ msgid "Fact Name"
85
+ msgstr "Nome evento"
86
+
87
+ msgid "Facts"
88
+ msgstr "Eventi"
89
+
90
+ msgid "Get statistics"
91
+ msgstr "Acquisisci le statistiche"
92
+
93
+ msgid "Hardware"
94
+ msgstr "Hardware"
95
+
96
+ msgid "Host Group Distribution"
97
+ msgstr ""
98
+
99
+ msgid "Host group"
100
+ msgstr "Gruppo di host"
101
+
102
+ msgid "Hosts"
103
+ msgstr "Hosts"
104
+
105
+ msgid "Import Puppet classes"
106
+ msgstr "Importa classi Puppet"
107
+
108
+ msgid "Import facts"
109
+ msgstr "Importa gli eventi"
110
+
111
+ msgid "Last update:"
112
+ msgstr ""
113
+
114
+ msgid "Learn more about this in the documentation."
115
+ msgstr ""
116
+
117
+ msgid "List of trends counters"
118
+ msgstr ""
119
+
120
+ msgid "Location Distribution"
121
+ msgstr ""
122
+
123
+ msgid "Max days for Trends graphs"
124
+ msgstr "Numero massimo di giorni per i diagrammi di Trend"
125
+
126
+ msgid "Max trends"
127
+ msgstr ""
128
+
129
+ msgid "Model"
130
+ msgstr "Modello"
131
+
132
+ msgid "Name"
133
+ msgstr "Nome"
134
+
135
+ msgid "No Charts To Load"
136
+ msgstr ""
137
+
138
+ msgid "No data available"
139
+ msgstr ""
140
+
141
+ msgid "No data for this trend."
142
+ msgstr ""
143
+
144
+ msgid "Number of CPUs"
145
+ msgstr "Numero di CPU"
146
+
147
+ msgid "Number of Hosts"
148
+ msgstr "Numero di host"
149
+
150
+ msgid "Operating system"
151
+ msgstr "Sistema operativo"
152
+
153
+ msgid "Organization Distribution"
154
+ msgstr ""
155
+
156
+ msgid "Please Select"
157
+ msgstr "Seleziona"
158
+
159
+ msgid "Remote action:"
160
+ msgstr "Azione remota:"
161
+
162
+ msgid "Show Host"
163
+ msgstr "Mostra l'host"
164
+
165
+ msgid "Show Trends"
166
+ msgstr "Mostra i trend"
167
+
168
+ msgid "Show a trend"
169
+ msgstr ""
170
+
171
+ msgid "Statistics"
172
+ msgstr "Statistiche"
173
+
174
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
175
+ msgstr ""
176
+
177
+ msgid "Submit"
178
+ msgstr "Invia"
179
+
180
+ msgid "Trend Counter Job"
181
+ msgstr ""
182
+
183
+ msgid "Trend of the last %s days."
184
+ msgstr "Trend negli ultimi %s giorni."
185
+
186
+ msgid "Trends"
187
+ msgstr "Trend"
188
+
189
+ msgid "Trends for %s"
190
+ msgstr "Trend per %s"
191
+
192
+ msgid "Trends in Foreman allow you to track changes in your infrastructure over time. It allows you to track both Foreman related information and to any fact. The Trend pages give a graph of how the number of hosts with that value have changed over time, and list the current hosts."
193
+ msgstr ""
194
+
195
+ msgid "free memory"
196
+ msgstr "memoria disponibile"
197
+
198
+ msgid "last %s day"
199
+ msgid_plural "last %s days"
200
+ msgstr[0] ""
201
+ msgstr[1] ""
202
+
203
+ msgid "used memory"
204
+ msgstr "memoria usata"