foreman_statistics 1.1.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (124) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/foreman_statistics/api/v2/statistics_controller.rb +8 -6
  3. data/app/helpers/foreman_statistics/trends_helper.rb +30 -20
  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/services/foreman_statistics/statistics/count_hosts.rb +26 -1
  7. data/app/services/foreman_statistics/statistics/count_puppet_classes.rb +1 -1
  8. data/app/services/foreman_statistics/statistics.rb +4 -2
  9. data/app/views/foreman_statistics/trends/_hosts.html.erb +1 -1
  10. data/app/views/foreman_statistics/trends/index.html.erb +0 -1
  11. data/app/views/foreman_statistics/trends/show.html.erb +6 -6
  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 +17 -13
  15. data/lib/foreman_statistics/version.rb +1 -1
  16. data/locale/ca/LC_MESSAGES/foreman_statistics.mo +0 -0
  17. data/locale/ca/foreman_statistics.edit.po +263 -0
  18. data/locale/ca/foreman_statistics.po +202 -0
  19. data/locale/ca/foreman_statistics.po.time_stamp +0 -0
  20. data/locale/cs_CZ/LC_MESSAGES/foreman_statistics.mo +0 -0
  21. data/locale/cs_CZ/foreman_statistics.edit.po +267 -0
  22. data/locale/cs_CZ/foreman_statistics.po +206 -0
  23. data/locale/cs_CZ/foreman_statistics.po.time_stamp +0 -0
  24. data/locale/de/LC_MESSAGES/foreman_statistics.mo +0 -0
  25. data/locale/de/foreman_statistics.edit.po +271 -0
  26. data/locale/de/foreman_statistics.po +210 -0
  27. data/locale/de/foreman_statistics.po.time_stamp +0 -0
  28. data/locale/en/LC_MESSAGES/foreman_statistics.mo +0 -0
  29. data/locale/en/foreman_statistics.edit.po +1 -1
  30. data/locale/en/foreman_statistics.po +1 -1
  31. data/locale/en_GB/LC_MESSAGES/foreman_statistics.mo +0 -0
  32. data/locale/en_GB/foreman_statistics.edit.po +265 -0
  33. data/locale/en_GB/foreman_statistics.po +204 -0
  34. data/locale/en_GB/foreman_statistics.po.time_stamp +0 -0
  35. data/locale/es/LC_MESSAGES/foreman_statistics.mo +0 -0
  36. data/locale/es/foreman_statistics.edit.po +269 -0
  37. data/locale/es/foreman_statistics.po +208 -0
  38. data/locale/es/foreman_statistics.po.time_stamp +0 -0
  39. data/locale/foreman_statistics.pot +2 -2
  40. data/locale/fr/LC_MESSAGES/foreman_statistics.mo +0 -0
  41. data/locale/fr/foreman_statistics.edit.po +269 -0
  42. data/locale/fr/foreman_statistics.po +208 -0
  43. data/locale/fr/foreman_statistics.po.time_stamp +0 -0
  44. data/locale/gl/LC_MESSAGES/foreman_statistics.mo +0 -0
  45. data/locale/gl/foreman_statistics.edit.po +263 -0
  46. data/locale/gl/foreman_statistics.po +202 -0
  47. data/locale/gl/foreman_statistics.po.time_stamp +0 -0
  48. data/locale/it/LC_MESSAGES/foreman_statistics.mo +0 -0
  49. data/locale/it/foreman_statistics.edit.po +265 -0
  50. data/locale/it/foreman_statistics.po +204 -0
  51. data/locale/it/foreman_statistics.po.time_stamp +0 -0
  52. data/locale/ja/LC_MESSAGES/foreman_statistics.mo +0 -0
  53. data/locale/ja/foreman_statistics.edit.po +266 -0
  54. data/locale/ja/foreman_statistics.po +205 -0
  55. data/locale/ja/foreman_statistics.po.time_stamp +0 -0
  56. data/locale/ko/LC_MESSAGES/foreman_statistics.mo +0 -0
  57. data/locale/ko/foreman_statistics.edit.po +264 -0
  58. data/locale/ko/foreman_statistics.po +203 -0
  59. data/locale/ko/foreman_statistics.po.time_stamp +0 -0
  60. data/locale/nl_NL/LC_MESSAGES/foreman_statistics.mo +0 -0
  61. data/locale/nl_NL/foreman_statistics.edit.po +267 -0
  62. data/locale/nl_NL/foreman_statistics.po +206 -0
  63. data/locale/nl_NL/foreman_statistics.po.time_stamp +0 -0
  64. data/locale/pl/LC_MESSAGES/foreman_statistics.mo +0 -0
  65. data/locale/pl/foreman_statistics.edit.po +266 -0
  66. data/locale/pl/foreman_statistics.po +205 -0
  67. data/locale/pl/foreman_statistics.po.time_stamp +0 -0
  68. data/locale/pt_BR/LC_MESSAGES/foreman_statistics.mo +0 -0
  69. data/locale/pt_BR/foreman_statistics.edit.po +269 -0
  70. data/locale/pt_BR/foreman_statistics.po +208 -0
  71. data/locale/pt_BR/foreman_statistics.po.time_stamp +0 -0
  72. data/locale/ru/LC_MESSAGES/foreman_statistics.mo +0 -0
  73. data/locale/ru/foreman_statistics.edit.po +270 -0
  74. data/locale/ru/foreman_statistics.po +209 -0
  75. data/locale/ru/foreman_statistics.po.time_stamp +0 -0
  76. data/locale/sv_SE/LC_MESSAGES/foreman_statistics.mo +0 -0
  77. data/locale/sv_SE/foreman_statistics.edit.po +265 -0
  78. data/locale/sv_SE/foreman_statistics.po +204 -0
  79. data/locale/sv_SE/foreman_statistics.po.time_stamp +0 -0
  80. data/locale/zh_CN/LC_MESSAGES/foreman_statistics.mo +0 -0
  81. data/locale/zh_CN/foreman_statistics.edit.po +267 -0
  82. data/locale/zh_CN/foreman_statistics.po +206 -0
  83. data/locale/zh_CN/foreman_statistics.po.time_stamp +0 -0
  84. data/locale/zh_TW/LC_MESSAGES/foreman_statistics.mo +0 -0
  85. data/locale/zh_TW/foreman_statistics.edit.po +266 -0
  86. data/locale/zh_TW/foreman_statistics.po +205 -0
  87. data/locale/zh_TW/foreman_statistics.po.time_stamp +0 -0
  88. data/package.json +25 -24
  89. data/test/functional/foreman_statistics/api/v2/trends_controller_test.rb +1 -1
  90. data/test/functional/foreman_statistics/trends_controller_test.rb +0 -7
  91. data/test/unit/foreman_statistics/statistics_test.rb +24 -10
  92. data/webpack/src/Components/StatisticsChartsList/__snapshots__/StatisticsChartsList.test.js.snap +6 -0
  93. data/webpack/src/Router/StatisticsPage/__tests__/__snapshots__/StatisticsPage.test.js.snap +10 -0
  94. metadata +77 -92
  95. data/app/models/concerns/foreman_statistics/compute_resource_decorations.rb +0 -9
  96. data/app/models/concerns/foreman_statistics/environment_decorations.rb +0 -9
  97. data/app/models/concerns/foreman_statistics/general_setting_decorations.rb +0 -17
  98. data/app/models/concerns/foreman_statistics/hostgroup_decorations.rb +0 -9
  99. data/app/models/concerns/foreman_statistics/model_decorations.rb +0 -9
  100. data/app/models/concerns/foreman_statistics/operatingsystem_decorations.rb +0 -9
  101. data/app/models/concerns/foreman_statistics/setting_decorations.rb +0 -9
  102. data/webpack/__mocks__/foremanReact/API.js +0 -7
  103. data/webpack/__mocks__/foremanReact/common/HOC.js +0 -24
  104. data/webpack/__mocks__/foremanReact/common/I18n.js +0 -3
  105. data/webpack/__mocks__/foremanReact/common/helpers.js +0 -1
  106. data/webpack/__mocks__/foremanReact/common/urlHelpers.js +0 -1
  107. data/webpack/__mocks__/foremanReact/components/ChartBox/index.js +0 -2
  108. data/webpack/__mocks__/foremanReact/components/ForemanModal/ForemanModalActions.js +0 -2
  109. data/webpack/__mocks__/foremanReact/components/ForemanModal/ForemanModalHooks.js +0 -10
  110. data/webpack/__mocks__/foremanReact/components/ForemanModal/index.js +0 -4
  111. data/webpack/__mocks__/foremanReact/components/Layout/LayoutActions.js +0 -2
  112. data/webpack/__mocks__/foremanReact/components/Pagination/PaginationWrapper.js +0 -2
  113. data/webpack/__mocks__/foremanReact/components/common/EmptyState.js +0 -5
  114. data/webpack/__mocks__/foremanReact/components/common/MessageBox.js +0 -4
  115. data/webpack/__mocks__/foremanReact/components/common/dates/LongDateTime.js +0 -5
  116. data/webpack/__mocks__/foremanReact/components/common/dates/RelativeDateTime.js +0 -3
  117. data/webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js +0 -7
  118. data/webpack/__mocks__/foremanReact/components/common/table.js +0 -5
  119. data/webpack/__mocks__/foremanReact/constants.js +0 -24
  120. data/webpack/__mocks__/foremanReact/readme.md +0 -11
  121. data/webpack/__mocks__/foremanReact/redux/actions/toasts.js +0 -8
  122. data/webpack/__mocks__/foremanReact/routes/common/PageLayout/PageLayout.js +0 -10
  123. data/webpack/__mocks__/foremanReact/routes/common/PageLayout/components/ExportButton/ExportButton.js +0 -5
  124. data/webpack/__mocks__/foremanReact/routes/common/reducerHOC/withDataReducer.js +0 -35
@@ -0,0 +1,263 @@
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
+ # Carmela Rubiños <carmela.rubinos@gmail.com>, 2021
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
12
+ "Report-Msgid-Bugs-To: \n"
13
+ "POT-Creation-Date: 2021-02-04 02:22+0100\n"
14
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
15
+ "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2021\n"
16
+ "Language-Team: Galician (https://www.transifex.com/foreman/teams/114/gl/)\n"
17
+ "MIME-Version: 1.0\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+ "Content-Transfer-Encoding: 8bit\n"
20
+ "Language: gl\n"
21
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
+
23
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
24
+ msgid "Get statistics"
25
+ msgstr ""
26
+
27
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
28
+ msgid "List of trends counters"
29
+ msgstr ""
30
+
31
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
32
+ msgid "Show a trend"
33
+ msgstr ""
34
+
35
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
36
+ msgid "Create a trend counter"
37
+ msgstr ""
38
+
39
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
40
+ msgid "Delete a trend counter"
41
+ msgstr ""
42
+
43
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
44
+ msgid "Environment"
45
+ msgstr "Entorno"
46
+
47
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
48
+ msgid "Operating system"
49
+ msgstr "Sistema Operativo"
50
+
51
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
52
+ msgid "Model"
53
+ msgstr "Modelo"
54
+
55
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
56
+ msgid "Facts"
57
+ msgstr "Datos"
58
+
59
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
60
+ msgid "Host group"
61
+ msgstr "Grupo de Equipos"
62
+
63
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
64
+ msgid "Compute resource"
65
+ msgstr "Recurso de computación"
66
+
67
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
68
+ msgid "Trend of the last %s days."
69
+ msgstr "Tendencia dos últimos %s días"
70
+
71
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
72
+ msgid "Trend Counter Job"
73
+ msgstr ""
74
+
75
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
76
+ msgid "Max days for Trends graphs"
77
+ msgstr "Número de días máximo para os gráficos de tendencia"
78
+
79
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
80
+ msgid "Max trends"
81
+ msgstr ""
82
+
83
+ #: ../app/services/foreman_statistics/statistics.rb:6
84
+ msgid "Architecture Distribution"
85
+ msgstr "Distribución de Arquitectura"
86
+
87
+ #: ../app/services/foreman_statistics/statistics.rb:7
88
+ msgid "Environment Distribution"
89
+ msgstr ""
90
+
91
+ #: ../app/services/foreman_statistics/statistics.rb:8
92
+ msgid "Host Group Distribution"
93
+ msgstr ""
94
+
95
+ #: ../app/services/foreman_statistics/statistics.rb:9
96
+ msgid "Compute Resource Distribution"
97
+ msgstr ""
98
+
99
+ #: ../app/services/foreman_statistics/statistics.rb:10
100
+ msgid "Number of CPUs"
101
+ msgstr "Número de CPUs"
102
+
103
+ #: ../app/services/foreman_statistics/statistics.rb:11
104
+ msgid "Hardware"
105
+ msgstr "Hardware"
106
+
107
+ #: ../app/services/foreman_statistics/statistics.rb:12
108
+ msgid "Average Memory Usage"
109
+ msgstr ""
110
+
111
+ #: ../app/services/foreman_statistics/statistics.rb:13
112
+ msgid "Average Swap Usage"
113
+ msgstr ""
114
+
115
+ #: ../app/services/foreman_statistics/statistics.rb:14
116
+ msgid "Class Distribution"
117
+ msgstr "Distribución de Clases"
118
+
119
+ #: ../app/services/foreman_statistics/statistics.rb:15
120
+ msgid "Location Distribution"
121
+ msgstr ""
122
+
123
+ #: ../app/services/foreman_statistics/statistics.rb:16
124
+ msgid "Organization Distribution"
125
+ msgstr ""
126
+
127
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
128
+ msgid "free memory"
129
+ msgstr ""
130
+
131
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
132
+ msgid "used memory"
133
+ msgstr ""
134
+
135
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
136
+ msgid "Trends for %s"
137
+ msgstr "Tendencias para %s"
138
+
139
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
140
+ msgid "No data for this trend."
141
+ msgstr ""
142
+
143
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
144
+ msgid "Please Select"
145
+ msgstr "Seleccione, por favor"
146
+
147
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
148
+ msgid "Show Host"
149
+ msgstr "Mostrar Equipo"
150
+
151
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
152
+ msgid "Edit Trend %s"
153
+ msgstr "Editar Tendencia %s"
154
+
155
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
156
+ msgid "Fact Name"
157
+ msgstr "Nome de Dato"
158
+
159
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
160
+ msgid "Display Name"
161
+ msgstr "Nome para mostrar"
162
+
163
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
164
+ msgid "Cancel"
165
+ msgstr "Cancelar"
166
+
167
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
168
+ msgid "Submit"
169
+ msgstr "Introducir"
170
+
171
+ #: ../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
172
+ msgid "Trends"
173
+ msgstr "Tendencias"
174
+
175
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
176
+ msgid "Add Trend Counter"
177
+ msgstr "Engadir Contador de Tendencia"
178
+
179
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
180
+ msgid "Name"
181
+ msgstr "Nome"
182
+
183
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
184
+ msgid "Action"
185
+ msgstr "Acción"
186
+
187
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
188
+ msgid "Show Trends"
189
+ msgstr "Mostrar Tendencias"
190
+
191
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
192
+ msgid "Edit"
193
+ msgstr "Editar"
194
+
195
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
196
+ msgid "Delete all the trend history for %s?"
197
+ msgstr "¿Eliminar todo ou historial de tendencias para %s?"
198
+
199
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
200
+ msgid "Last update:"
201
+ msgstr ""
202
+
203
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
204
+ msgid "Create Trend"
205
+ msgstr ""
206
+
207
+ #: ../app/views/foreman_statistics/trends/show.html.erb:7
208
+ msgid "last %s day"
209
+ msgid_plural "last %s days"
210
+ msgstr[0] ""
211
+ msgstr[1] ""
212
+
213
+ #: ../app/views/foreman_statistics/trends/show.html.erb:8
214
+ msgid "Number of Hosts"
215
+ msgstr "Número de Equipos"
216
+
217
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
218
+ msgid "Hosts"
219
+ msgstr "Equipos"
220
+
221
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
222
+ 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."
223
+ msgstr ""
224
+
225
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
226
+ msgid "Learn more about this in the documentation."
227
+ msgstr ""
228
+
229
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
230
+ msgid "Statistics"
231
+ msgstr "Estadísticas"
232
+
233
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
234
+ msgid "No data available"
235
+ msgstr ""
236
+
237
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
238
+ msgid "Expand the chart"
239
+ msgstr "Expandir a gráfica"
240
+
241
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
242
+ msgid "No Charts To Load"
243
+ msgstr ""
244
+
245
+ #: action_names.rb:2
246
+ msgid "Action with sub plans"
247
+ msgstr ""
248
+
249
+ #: action_names.rb:3
250
+ msgid "Import facts"
251
+ msgstr ""
252
+
253
+ #: action_names.rb:4
254
+ msgid "Import Puppet classes"
255
+ msgstr ""
256
+
257
+ #: action_names.rb:5
258
+ msgid "Remote action:"
259
+ msgstr ""
260
+
261
+ #: gemspec.rb:2
262
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
263
+ msgstr ""
@@ -0,0 +1,202 @@
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
+ # Carmela Rubiños <carmela.rubinos@gmail.com>, 2021
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
12
+ "Report-Msgid-Bugs-To: \n"
13
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
14
+ "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2021\n"
15
+ "Language-Team: Galician (https://www.transifex.com/foreman/teams/114/gl/)\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Language: gl\n"
20
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
+
22
+ msgid "Action"
23
+ msgstr "Acción"
24
+
25
+ msgid "Action with sub plans"
26
+ msgstr ""
27
+
28
+ msgid "Add Trend Counter"
29
+ msgstr "Engadir Contador de Tendencia"
30
+
31
+ msgid "Architecture Distribution"
32
+ msgstr "Distribución de Arquitectura"
33
+
34
+ msgid "Average Memory Usage"
35
+ msgstr ""
36
+
37
+ msgid "Average Swap Usage"
38
+ msgstr ""
39
+
40
+ msgid "Cancel"
41
+ msgstr "Cancelar"
42
+
43
+ msgid "Class Distribution"
44
+ msgstr "Distribución de Clases"
45
+
46
+ msgid "Compute Resource Distribution"
47
+ msgstr ""
48
+
49
+ msgid "Compute resource"
50
+ msgstr "Recurso de computación"
51
+
52
+ msgid "Create Trend"
53
+ msgstr ""
54
+
55
+ msgid "Create a trend counter"
56
+ msgstr ""
57
+
58
+ msgid "Delete a trend counter"
59
+ msgstr ""
60
+
61
+ msgid "Delete all the trend history for %s?"
62
+ msgstr "¿Eliminar todo ou historial de tendencias para %s?"
63
+
64
+ msgid "Display Name"
65
+ msgstr "Nome para mostrar"
66
+
67
+ msgid "Edit"
68
+ msgstr "Editar"
69
+
70
+ msgid "Edit Trend %s"
71
+ msgstr "Editar Tendencia %s"
72
+
73
+ msgid "Environment"
74
+ msgstr "Entorno"
75
+
76
+ msgid "Environment Distribution"
77
+ msgstr ""
78
+
79
+ msgid "Expand the chart"
80
+ msgstr "Expandir a gráfica"
81
+
82
+ msgid "Fact Name"
83
+ msgstr "Nome de Dato"
84
+
85
+ msgid "Facts"
86
+ msgstr "Datos"
87
+
88
+ msgid "Get statistics"
89
+ msgstr ""
90
+
91
+ msgid "Hardware"
92
+ msgstr "Hardware"
93
+
94
+ msgid "Host Group Distribution"
95
+ msgstr ""
96
+
97
+ msgid "Host group"
98
+ msgstr "Grupo de Equipos"
99
+
100
+ msgid "Hosts"
101
+ msgstr "Equipos"
102
+
103
+ msgid "Import Puppet classes"
104
+ msgstr ""
105
+
106
+ msgid "Import facts"
107
+ msgstr ""
108
+
109
+ msgid "Last update:"
110
+ msgstr ""
111
+
112
+ msgid "Learn more about this in the documentation."
113
+ msgstr ""
114
+
115
+ msgid "List of trends counters"
116
+ msgstr ""
117
+
118
+ msgid "Location Distribution"
119
+ msgstr ""
120
+
121
+ msgid "Max days for Trends graphs"
122
+ msgstr "Número de días máximo para os gráficos de tendencia"
123
+
124
+ msgid "Max trends"
125
+ msgstr ""
126
+
127
+ msgid "Model"
128
+ msgstr "Modelo"
129
+
130
+ msgid "Name"
131
+ msgstr "Nome"
132
+
133
+ msgid "No Charts To Load"
134
+ msgstr ""
135
+
136
+ msgid "No data available"
137
+ msgstr ""
138
+
139
+ msgid "No data for this trend."
140
+ msgstr ""
141
+
142
+ msgid "Number of CPUs"
143
+ msgstr "Número de CPUs"
144
+
145
+ msgid "Number of Hosts"
146
+ msgstr "Número de Equipos"
147
+
148
+ msgid "Operating system"
149
+ msgstr "Sistema Operativo"
150
+
151
+ msgid "Organization Distribution"
152
+ msgstr ""
153
+
154
+ msgid "Please Select"
155
+ msgstr "Seleccione, por favor"
156
+
157
+ msgid "Remote action:"
158
+ msgstr ""
159
+
160
+ msgid "Show Host"
161
+ msgstr "Mostrar Equipo"
162
+
163
+ msgid "Show Trends"
164
+ msgstr "Mostrar Tendencias"
165
+
166
+ msgid "Show a trend"
167
+ msgstr ""
168
+
169
+ msgid "Statistics"
170
+ msgstr "Estadísticas"
171
+
172
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
173
+ msgstr ""
174
+
175
+ msgid "Submit"
176
+ msgstr "Introducir"
177
+
178
+ msgid "Trend Counter Job"
179
+ msgstr ""
180
+
181
+ msgid "Trend of the last %s days."
182
+ msgstr "Tendencia dos últimos %s días"
183
+
184
+ msgid "Trends"
185
+ msgstr "Tendencias"
186
+
187
+ msgid "Trends for %s"
188
+ msgstr "Tendencias para %s"
189
+
190
+ 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."
191
+ msgstr ""
192
+
193
+ msgid "free memory"
194
+ msgstr ""
195
+
196
+ msgid "last %s day"
197
+ msgid_plural "last %s days"
198
+ msgstr[0] ""
199
+ msgstr[1] ""
200
+
201
+ msgid "used memory"
202
+ msgstr ""
File without changes