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
@@ -0,0 +1,208 @@
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
+ # Jared Nelson <jared@ajpadilla.com>, 2021
8
+ # Carmela Rubiños <carmela.rubinos@gmail.com>, 2021
9
+ # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2021
10
+ # elobato <elobatocs@gmail.com>, 2021
11
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
12
+ # francis <hackgo@gmail.com>, 2021
13
+ # Amit Upadhye <aupadhye@redhat.com>, 2021
14
+ #
15
+ msgid ""
16
+ msgstr ""
17
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
18
+ "Report-Msgid-Bugs-To: \n"
19
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
20
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
21
+ "Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
22
+ "MIME-Version: 1.0\n"
23
+ "Content-Type: text/plain; charset=UTF-8\n"
24
+ "Content-Transfer-Encoding: 8bit\n"
25
+ "Language: es\n"
26
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
27
+
28
+ msgid "Action"
29
+ msgstr "Acción"
30
+
31
+ msgid "Action with sub plans"
32
+ msgstr "Acción con subplanes"
33
+
34
+ msgid "Add Trend Counter"
35
+ msgstr "Añadir contador de tendencia"
36
+
37
+ msgid "Architecture Distribution"
38
+ msgstr "Distribución de Arquitectura"
39
+
40
+ msgid "Average Memory Usage"
41
+ msgstr "Uso de memoria promedio"
42
+
43
+ msgid "Average Swap Usage"
44
+ msgstr "Uso de Swap promedio"
45
+
46
+ msgid "Cancel"
47
+ msgstr "Cancelar"
48
+
49
+ msgid "Class Distribution"
50
+ msgstr "Distribución de Clases"
51
+
52
+ msgid "Compute Resource Distribution"
53
+ msgstr "Distribución de recursos de cómputo"
54
+
55
+ msgid "Compute resource"
56
+ msgstr "Recurso de cómputo"
57
+
58
+ msgid "Create Trend"
59
+ msgstr "Crear tendencia"
60
+
61
+ msgid "Create a trend counter"
62
+ msgstr "Crear un contador de tendencias"
63
+
64
+ msgid "Delete a trend counter"
65
+ msgstr "Eliminar un contador de tendencias"
66
+
67
+ msgid "Delete all the trend history for %s?"
68
+ msgstr "¿Eliminar todo el historial de tendencias para %s?"
69
+
70
+ msgid "Display Name"
71
+ msgstr "Nombre para mostrar"
72
+
73
+ msgid "Edit"
74
+ msgstr "Editar"
75
+
76
+ msgid "Edit Trend %s"
77
+ msgstr "Editar tendencia %s"
78
+
79
+ msgid "Environment"
80
+ msgstr "Entorno"
81
+
82
+ msgid "Environment Distribution"
83
+ msgstr "Distribución de entornos"
84
+
85
+ msgid "Expand the chart"
86
+ msgstr "Expandir la gráfica"
87
+
88
+ msgid "Fact Name"
89
+ msgstr "Nombre de eventos"
90
+
91
+ msgid "Facts"
92
+ msgstr "Eventos"
93
+
94
+ msgid "Get statistics"
95
+ msgstr "Estadísticas"
96
+
97
+ msgid "Hardware"
98
+ msgstr "Hardware"
99
+
100
+ msgid "Host Group Distribution"
101
+ msgstr "Distribución de grupos de hosts"
102
+
103
+ msgid "Host group"
104
+ msgstr "Grupo de hosts"
105
+
106
+ msgid "Hosts"
107
+ msgstr "Hosts"
108
+
109
+ msgid "Import Puppet classes"
110
+ msgstr "Importar clases Puppet"
111
+
112
+ msgid "Import facts"
113
+ msgstr "Importar datos"
114
+
115
+ msgid "Last update:"
116
+ msgstr ""
117
+
118
+ msgid "Learn more about this in the documentation."
119
+ msgstr "Consulte la documentación para obtener más información."
120
+
121
+ msgid "List of trends counters"
122
+ msgstr "Lista de contadores de tendencias"
123
+
124
+ msgid "Location Distribution"
125
+ msgstr "Distribución de ubicaciones"
126
+
127
+ msgid "Max days for Trends graphs"
128
+ msgstr "Número de días máximo para los gráficos de tendencia"
129
+
130
+ msgid "Max trends"
131
+ msgstr "Tendencias máx."
132
+
133
+ msgid "Model"
134
+ msgstr "Modelado"
135
+
136
+ msgid "Name"
137
+ msgstr "Nombre"
138
+
139
+ msgid "No Charts To Load"
140
+ msgstr "No hay gráficos que cargar"
141
+
142
+ msgid "No data available"
143
+ msgstr "No hay datos disponibles"
144
+
145
+ msgid "No data for this trend."
146
+ msgstr "No hay datos para esta tendencia."
147
+
148
+ msgid "Number of CPUs"
149
+ msgstr "Número de CPU"
150
+
151
+ msgid "Number of Hosts"
152
+ msgstr "Número de hosts"
153
+
154
+ msgid "Operating system"
155
+ msgstr "Sistema operativo"
156
+
157
+ msgid "Organization Distribution"
158
+ msgstr "Distribución de organizaciones"
159
+
160
+ msgid "Please Select"
161
+ msgstr "Seleccione"
162
+
163
+ msgid "Remote action:"
164
+ msgstr "Acción remota:"
165
+
166
+ msgid "Show Host"
167
+ msgstr "Mostrar host"
168
+
169
+ msgid "Show Trends"
170
+ msgstr "Mostrar tendencias"
171
+
172
+ msgid "Show a trend"
173
+ msgstr "Mostrar una tendencia"
174
+
175
+ msgid "Statistics"
176
+ msgstr "Estadísticas"
177
+
178
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
179
+ msgstr ""
180
+
181
+ msgid "Submit"
182
+ msgstr "Enviar"
183
+
184
+ msgid "Trend Counter Job"
185
+ msgstr ""
186
+
187
+ msgid "Trend of the last %s days."
188
+ msgstr "Tendencia de los últimos %s días"
189
+
190
+ msgid "Trends"
191
+ msgstr "Tendencias"
192
+
193
+ msgid "Trends for %s"
194
+ msgstr "Tendencias para %s"
195
+
196
+ 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."
197
+ msgstr "Las tendencias de Foreman le permitirán realizar un seguimiento de los cambios en su infraestructura con el paso del tiempo. Le permiten realizar un seguimiento de la información relacionada con Foreman y con cualquier evento. La página Tendencia muestra un gráfico de la cantidad de hosts con ese valor que han cambiado a lo largo del tiempo y enumera los hosts actuales."
198
+
199
+ msgid "free memory"
200
+ msgstr "memoria disponible"
201
+
202
+ msgid "last %s day"
203
+ msgid_plural "last %s days"
204
+ msgstr[0] ""
205
+ msgstr[1] ""
206
+
207
+ msgid "used memory"
208
+ msgstr "memoria utilizada"
File without changes
@@ -1,19 +1,276 @@
1
- # foreman_statistics
2
- #
3
- # This file is distributed under the same license as foreman_statistics.
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.
4
5
  #
5
6
  #, fuzzy
6
7
  msgid ""
7
8
  msgstr ""
8
- "Project-Id-Version: version 0.0.1\n"
9
+ "Project-Id-Version: foreman_statistics 1.0.0\n"
9
10
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2014-08-20 08:46+0100\n"
11
- "PO-Revision-Date: 2014-08-20 08:46+0100\n"
12
- "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
13
- "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
11
+ "POT-Creation-Date: 2021-02-04 02:22+0100\n"
12
+ "PO-Revision-Date: 2021-02-04 02:22+0100\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
15
  "Language: \n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
18
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20
 
21
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
22
+ msgid "Get statistics"
23
+ msgstr ""
24
+
25
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
26
+ msgid "List of trends counters"
27
+ msgstr ""
28
+
29
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
30
+ msgid "Show a trend"
31
+ msgstr ""
32
+
33
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
34
+ msgid "Create a trend counter"
35
+ msgstr ""
36
+
37
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
38
+ msgid "Delete a trend counter"
39
+ msgstr ""
40
+
41
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
42
+ msgid "Environment"
43
+ msgstr ""
44
+
45
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
46
+ msgid "Operating system"
47
+ msgstr ""
48
+
49
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
50
+ msgid "Model"
51
+ msgstr ""
52
+
53
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
54
+ msgid "Facts"
55
+ msgstr ""
56
+
57
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
58
+ msgid "Host group"
59
+ msgstr ""
60
+
61
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
62
+ msgid "Compute resource"
63
+ msgstr ""
64
+
65
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
66
+ msgid "Trend of the last %s days."
67
+ msgstr ""
68
+
69
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
70
+ msgid "Trend Counter Job"
71
+ msgstr ""
72
+
73
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
74
+ msgid "Max days for Trends graphs"
75
+ msgstr ""
76
+
77
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
78
+ msgid "Max trends"
79
+ msgstr ""
80
+
81
+ #: ../app/services/foreman_statistics/statistics.rb:6
82
+ msgid "Architecture Distribution"
83
+ msgstr ""
84
+
85
+ #: ../app/services/foreman_statistics/statistics.rb:7
86
+ msgid "Environment Distribution"
87
+ msgstr ""
88
+
89
+ #: ../app/services/foreman_statistics/statistics.rb:8
90
+ msgid "Host Group Distribution"
91
+ msgstr ""
92
+
93
+ #: ../app/services/foreman_statistics/statistics.rb:9
94
+ msgid "Compute Resource Distribution"
95
+ msgstr ""
96
+
97
+ #: ../app/services/foreman_statistics/statistics.rb:10
98
+ msgid "Number of CPUs"
99
+ msgstr ""
100
+
101
+ #: ../app/services/foreman_statistics/statistics.rb:11
102
+ msgid "Hardware"
103
+ msgstr ""
104
+
105
+ #: ../app/services/foreman_statistics/statistics.rb:12
106
+ msgid "Average Memory Usage"
107
+ msgstr ""
108
+
109
+ #: ../app/services/foreman_statistics/statistics.rb:13
110
+ msgid "Average Swap Usage"
111
+ msgstr ""
112
+
113
+ #: ../app/services/foreman_statistics/statistics.rb:14
114
+ msgid "Class Distribution"
115
+ msgstr ""
116
+
117
+ #: ../app/services/foreman_statistics/statistics.rb:15
118
+ msgid "Location Distribution"
119
+ msgstr ""
120
+
121
+ #: ../app/services/foreman_statistics/statistics.rb:16
122
+ msgid "Organization Distribution"
123
+ msgstr ""
124
+
125
+ #:
126
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
127
+ msgid "free memory"
128
+ msgstr ""
129
+
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
136
+ #: ../app/views/foreman_statistics/trends/show.html.erb:2
137
+ msgid "Trends for %s"
138
+ msgstr ""
139
+
140
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
141
+ msgid "No data for this trend."
142
+ msgstr ""
143
+
144
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
145
+ msgid "Please Select"
146
+ msgstr ""
147
+
148
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
149
+ msgid "Show Host"
150
+ msgstr ""
151
+
152
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
153
+ msgid "Edit Trend %s"
154
+ msgstr ""
155
+
156
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
157
+ msgid "Fact Name"
158
+ msgstr ""
159
+
160
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9
161
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:30
162
+ msgid "Display Name"
163
+ msgstr ""
164
+
165
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
166
+ msgid "Cancel"
167
+ msgstr ""
168
+
169
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
170
+ msgid "Submit"
171
+ msgstr ""
172
+
173
+ #: ../app/views/foreman_statistics/trends/index.html.erb:2
174
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:1
175
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:6
176
+ #: ../lib/foreman_statistics/engine.rb:63
177
+ msgid "Trends"
178
+ msgstr ""
179
+
180
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3
181
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:10
182
+ msgid "Add Trend Counter"
183
+ msgstr ""
184
+
185
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
186
+ msgid "Name"
187
+ msgstr ""
188
+
189
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
190
+ msgid "Action"
191
+ msgstr ""
192
+
193
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
194
+ msgid "Show Trends"
195
+ msgstr ""
196
+
197
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
198
+ msgid "Edit"
199
+ msgstr ""
200
+
201
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
202
+ msgid "Delete all the trend history for %s?"
203
+ msgstr ""
204
+
205
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
206
+ msgid "Last update:"
207
+ msgstr ""
208
+
209
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
210
+ msgid "Create Trend"
211
+ msgstr ""
212
+
213
+ #: ../app/views/foreman_statistics/trends/show.html.erb:7
214
+ msgid "last %s day"
215
+ msgid_plural "last %s days"
216
+ msgstr[0] ""
217
+ msgstr[1] ""
218
+
219
+ #: ../app/views/foreman_statistics/trends/show.html.erb:8
220
+ msgid "Number of Hosts"
221
+ msgstr ""
222
+
223
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
224
+ msgid "Hosts"
225
+ msgstr ""
226
+
227
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
228
+ msgid ""
229
+ "Trends in Foreman allow you to track changes in your infrastructure over time."
230
+ " It allows you to track both Foreman related information and to any fact. The "
231
+ "Trend pages give a graph of how the number of hosts with that value have chang"
232
+ "ed over time, and list the current hosts."
233
+ msgstr ""
234
+
235
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
236
+ msgid "Learn more about this in the documentation."
237
+ msgstr ""
238
+
239
+ #: ../lib/foreman_statistics/engine.rb:69
240
+ #: ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
241
+ msgid "Statistics"
242
+ msgstr ""
243
+
244
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
245
+ msgid "No data available"
246
+ msgstr ""
247
+
248
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
249
+ msgid "Expand the chart"
250
+ msgstr ""
251
+
252
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
253
+ msgid "No Charts To Load"
254
+ msgstr ""
255
+
256
+ #: action_names.rb:2
257
+ msgid "Action with sub plans"
258
+ msgstr ""
259
+
260
+ #: action_names.rb:3
261
+ msgid "Import facts"
262
+ msgstr ""
263
+
264
+ #: action_names.rb:4
265
+ msgid "Import Puppet classes"
266
+ msgstr ""
267
+
268
+ #: action_names.rb:5
269
+ msgid "Remote action:"
270
+ msgstr ""
271
+
272
+ #: gemspec.rb:2
273
+ msgid ""
274
+ "Statistics and Trends for Foreman gives users overview of their infrastructure"
275
+ "."
276
+ msgstr ""