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
@@ -2,12 +2,10 @@
2
2
  #
3
3
  # This file is distributed under the same license as foreman_statistics.
4
4
  #
5
- #, fuzzy
6
5
  msgid ""
7
6
  msgstr ""
8
- "Project-Id-Version: version 0.0.1\n"
7
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
9
8
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2014-08-20 08:46+0100\n"
11
9
  "PO-Revision-Date: 2014-08-20 08:54+0100\n"
12
10
  "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
13
11
  "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
@@ -17,3 +15,184 @@ msgstr ""
17
15
  "Content-Transfer-Encoding: 8bit\n"
18
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
17
 
18
+ msgid "Action"
19
+ msgstr ""
20
+
21
+ msgid "Action with sub plans"
22
+ msgstr ""
23
+
24
+ msgid "Add Trend Counter"
25
+ msgstr ""
26
+
27
+ msgid "Architecture Distribution"
28
+ msgstr ""
29
+
30
+ msgid "Average Memory Usage"
31
+ msgstr ""
32
+
33
+ msgid "Average Swap Usage"
34
+ msgstr ""
35
+
36
+ msgid "Cancel"
37
+ msgstr ""
38
+
39
+ msgid "Class Distribution"
40
+ msgstr ""
41
+
42
+ msgid "Compute Resource Distribution"
43
+ msgstr ""
44
+
45
+ msgid "Compute resource"
46
+ msgstr ""
47
+
48
+ msgid "Create Trend"
49
+ msgstr ""
50
+
51
+ msgid "Create a trend counter"
52
+ msgstr ""
53
+
54
+ msgid "Delete a trend counter"
55
+ msgstr ""
56
+
57
+ msgid "Delete all the trend history for %s?"
58
+ msgstr ""
59
+
60
+ msgid "Display Name"
61
+ msgstr ""
62
+
63
+ msgid "Edit"
64
+ msgstr ""
65
+
66
+ msgid "Edit Trend %s"
67
+ msgstr ""
68
+
69
+ msgid "Environment"
70
+ msgstr ""
71
+
72
+ msgid "Environment Distribution"
73
+ msgstr ""
74
+
75
+ msgid "Expand the chart"
76
+ msgstr ""
77
+
78
+ msgid "Fact Name"
79
+ msgstr ""
80
+
81
+ msgid "Facts"
82
+ msgstr ""
83
+
84
+ msgid "Get statistics"
85
+ msgstr ""
86
+
87
+ msgid "Hardware"
88
+ msgstr ""
89
+
90
+ msgid "Host Group Distribution"
91
+ msgstr ""
92
+
93
+ msgid "Host group"
94
+ msgstr ""
95
+
96
+ msgid "Hosts"
97
+ msgstr ""
98
+
99
+ msgid "Import Puppet classes"
100
+ msgstr ""
101
+
102
+ msgid "Import facts"
103
+ msgstr ""
104
+
105
+ msgid "Last update:"
106
+ msgstr ""
107
+
108
+ msgid "Learn more about this in the documentation."
109
+ msgstr ""
110
+
111
+ msgid "List of trends counters"
112
+ msgstr ""
113
+
114
+ msgid "Location Distribution"
115
+ msgstr ""
116
+
117
+ msgid "Max days for Trends graphs"
118
+ msgstr ""
119
+
120
+ msgid "Max trends"
121
+ msgstr ""
122
+
123
+ msgid "Model"
124
+ msgstr ""
125
+
126
+ msgid "Name"
127
+ msgstr ""
128
+
129
+ msgid "No Charts To Load"
130
+ msgstr ""
131
+
132
+ msgid "No data available"
133
+ msgstr ""
134
+
135
+ msgid "No data for this trend."
136
+ msgstr ""
137
+
138
+ msgid "Number of CPUs"
139
+ msgstr ""
140
+
141
+ msgid "Number of Hosts"
142
+ msgstr ""
143
+
144
+ msgid "Operating system"
145
+ msgstr ""
146
+
147
+ msgid "Organization Distribution"
148
+ msgstr ""
149
+
150
+ msgid "Please Select"
151
+ msgstr ""
152
+
153
+ msgid "Remote action:"
154
+ msgstr ""
155
+
156
+ msgid "Show Host"
157
+ msgstr ""
158
+
159
+ msgid "Show Trends"
160
+ msgstr ""
161
+
162
+ msgid "Show a trend"
163
+ msgstr ""
164
+
165
+ msgid "Statistics"
166
+ msgstr ""
167
+
168
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
169
+ msgstr ""
170
+
171
+ msgid "Submit"
172
+ msgstr ""
173
+
174
+ msgid "Trend Counter Job"
175
+ msgstr ""
176
+
177
+ msgid "Trend of the last %s days."
178
+ msgstr ""
179
+
180
+ msgid "Trends"
181
+ msgstr ""
182
+
183
+ msgid "Trends for %s"
184
+ msgstr ""
185
+
186
+ 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."
187
+ msgstr ""
188
+
189
+ msgid "free memory"
190
+ msgstr ""
191
+
192
+ msgid "last %s day"
193
+ msgid_plural "last %s days"
194
+ msgstr[0] ""
195
+ msgstr[1] ""
196
+
197
+ msgid "used memory"
198
+ msgstr ""
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
+ # Andi Chandler <andi@gowling.com>, 2021
9
+ #
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2021-02-04 02:22+0100\n"
15
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
16
+ "Last-Translator: Andi Chandler <andi@gowling.com>, 2021\n"
17
+ "Language-Team: English (United Kingdom) (https://www.transifex.com/foreman/tea"
18
+ "ms/114/en_GB/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: en_GB\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 ""
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 ""
48
+
49
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
50
+ msgid "Operating system"
51
+ msgstr "Operating system"
52
+
53
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
54
+ msgid "Model"
55
+ msgstr "Model"
56
+
57
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
58
+ msgid "Facts"
59
+ msgstr ""
60
+
61
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
62
+ msgid "Host group"
63
+ msgstr "Host group"
64
+
65
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
66
+ msgid "Compute resource"
67
+ msgstr "Compute resource"
68
+
69
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
70
+ msgid "Trend of the last %s days."
71
+ msgstr ""
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 ""
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 ""
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 ""
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 ""
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 "Organisation Distribution"
128
+
129
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
130
+ msgid "free memory"
131
+ msgstr ""
132
+
133
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
134
+ msgid "used memory"
135
+ msgstr ""
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 ""
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 ""
148
+
149
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
150
+ msgid "Show Host"
151
+ msgstr ""
152
+
153
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
154
+ msgid "Edit Trend %s"
155
+ msgstr ""
156
+
157
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
158
+ msgid "Fact Name"
159
+ msgstr ""
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 ""
164
+
165
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
166
+ msgid "Cancel"
167
+ msgstr "Cancel"
168
+
169
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
170
+ msgid "Submit"
171
+ msgstr "Submit"
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 ""
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 ""
180
+
181
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
182
+ msgid "Name"
183
+ msgstr "Name"
184
+
185
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
186
+ msgid "Action"
187
+ msgstr ""
188
+
189
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
190
+ msgid "Show Trends"
191
+ msgstr ""
192
+
193
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
194
+ msgid "Edit"
195
+ msgstr ""
196
+
197
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
198
+ msgid "Delete all the trend history for %s?"
199
+ msgstr ""
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 ""
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 "Learn more about this in the documentation."
230
+
231
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
232
+ msgid "Statistics"
233
+ msgstr ""
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 ""
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 "Action with sub plans"
250
+
251
+ #: action_names.rb:3
252
+ msgid "Import facts"
253
+ msgstr "Import facts"
254
+
255
+ #: action_names.rb:4
256
+ msgid "Import Puppet classes"
257
+ msgstr "Import Puppet classes"
258
+
259
+ #: action_names.rb:5
260
+ msgid "Remote action:"
261
+ msgstr "Remote action:"
262
+
263
+ #: gemspec.rb:2
264
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
265
+ msgstr ""