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,206 @@
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
+ # Lukáš Zapletal, 2021
8
+ # mhulan <mhulan@redhat.com>, 2021
9
+ # Pavel Borecki <pavel.borecki@gmail.com>, 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: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
17
+ "Language-Team: Czech (Czech Republic) (https://www.transifex.com/foreman/teams"
18
+ "/114/cs_CZ/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: cs_CZ\n"
23
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= "
24
+ "4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
25
+
26
+ msgid "Action"
27
+ msgstr "Akce"
28
+
29
+ msgid "Action with sub plans"
30
+ msgstr "Akce s dílčími plány"
31
+
32
+ msgid "Add Trend Counter"
33
+ msgstr "Přidat čítač trendu"
34
+
35
+ msgid "Architecture Distribution"
36
+ msgstr "Distribuce architektury"
37
+
38
+ msgid "Average Memory Usage"
39
+ msgstr "Průměrné využití operační paměti"
40
+
41
+ msgid "Average Swap Usage"
42
+ msgstr "Průměrné využití odkládacího prostoru"
43
+
44
+ msgid "Cancel"
45
+ msgstr "Storno"
46
+
47
+ msgid "Class Distribution"
48
+ msgstr "Distribuce tříd"
49
+
50
+ msgid "Compute Resource Distribution"
51
+ msgstr ""
52
+
53
+ msgid "Compute resource"
54
+ msgstr "Výpočetní prostředek"
55
+
56
+ msgid "Create Trend"
57
+ msgstr "Vytvořit trend"
58
+
59
+ msgid "Create a trend counter"
60
+ msgstr "Vytvořit čítač trendů"
61
+
62
+ msgid "Delete a trend counter"
63
+ msgstr "Smazat čítač trendů"
64
+
65
+ msgid "Delete all the trend history for %s?"
66
+ msgstr "Smazat veškerou histrorii trendů pro %s?"
67
+
68
+ msgid "Display Name"
69
+ msgstr "Název zobrazení"
70
+
71
+ msgid "Edit"
72
+ msgstr "Upravit"
73
+
74
+ msgid "Edit Trend %s"
75
+ msgstr "Upravit trend %s"
76
+
77
+ msgid "Environment"
78
+ msgstr "Prostředí"
79
+
80
+ msgid "Environment Distribution"
81
+ msgstr ""
82
+
83
+ msgid "Expand the chart"
84
+ msgstr "Rozbalit graf"
85
+
86
+ msgid "Fact Name"
87
+ msgstr "Název faktu"
88
+
89
+ msgid "Facts"
90
+ msgstr "Fakta"
91
+
92
+ msgid "Get statistics"
93
+ msgstr "Získat statistiky"
94
+
95
+ msgid "Hardware"
96
+ msgstr "Hardware"
97
+
98
+ msgid "Host Group Distribution"
99
+ msgstr ""
100
+
101
+ msgid "Host group"
102
+ msgstr ""
103
+
104
+ msgid "Hosts"
105
+ msgstr "Stroje"
106
+
107
+ msgid "Import Puppet classes"
108
+ msgstr "Importovat Puppet třídy"
109
+
110
+ msgid "Import facts"
111
+ msgstr "Importovat fakta"
112
+
113
+ msgid "Last update:"
114
+ msgstr "Naposledy aktualizováno:"
115
+
116
+ msgid "Learn more about this in the documentation."
117
+ msgstr "Více o tomto naleznete v dokumentaci."
118
+
119
+ msgid "List of trends counters"
120
+ msgstr ""
121
+
122
+ msgid "Location Distribution"
123
+ msgstr ""
124
+
125
+ msgid "Max days for Trends graphs"
126
+ msgstr ""
127
+
128
+ msgid "Max trends"
129
+ msgstr ""
130
+
131
+ msgid "Model"
132
+ msgstr "Model"
133
+
134
+ msgid "Name"
135
+ msgstr "Název"
136
+
137
+ msgid "No Charts To Load"
138
+ msgstr ""
139
+
140
+ msgid "No data available"
141
+ msgstr "Žádná data k dispozici"
142
+
143
+ msgid "No data for this trend."
144
+ msgstr "Žádná data pro tento trend."
145
+
146
+ msgid "Number of CPUs"
147
+ msgstr "Počet procesorů"
148
+
149
+ msgid "Number of Hosts"
150
+ msgstr "Počet strojů"
151
+
152
+ msgid "Operating system"
153
+ msgstr "Operační systém"
154
+
155
+ msgid "Organization Distribution"
156
+ msgstr ""
157
+
158
+ msgid "Please Select"
159
+ msgstr "Vyberte"
160
+
161
+ msgid "Remote action:"
162
+ msgstr "Akce na protějšku:"
163
+
164
+ msgid "Show Host"
165
+ msgstr "Zobrazit stroj"
166
+
167
+ msgid "Show Trends"
168
+ msgstr "Zobrazit trendy"
169
+
170
+ msgid "Show a trend"
171
+ msgstr ""
172
+
173
+ msgid "Statistics"
174
+ msgstr "Statistiky"
175
+
176
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
177
+ msgstr ""
178
+
179
+ msgid "Submit"
180
+ msgstr "Odeslat"
181
+
182
+ msgid "Trend Counter Job"
183
+ msgstr ""
184
+
185
+ msgid "Trend of the last %s days."
186
+ msgstr "Trend za uplynulých %s dnů."
187
+
188
+ msgid "Trends"
189
+ msgstr "Trendy"
190
+
191
+ msgid "Trends for %s"
192
+ msgstr "Trendy pro %s"
193
+
194
+ 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."
195
+ msgstr ""
196
+
197
+ msgid "free memory"
198
+ msgstr "volná paměť"
199
+
200
+ msgid "last %s day"
201
+ msgid_plural "last %s days"
202
+ msgstr[0] ""
203
+ msgstr[1] ""
204
+
205
+ msgid "used memory"
206
+ msgstr "nepoužitá paměť"
File without changes
@@ -0,0 +1,271 @@
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
+ # Ettore Atalan <atalanttore@googlemail.com>, 2021
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
+ # Wiederoder <stefanwiederoder@googlemail.com>, 2021
10
+ # Michael Moll, 2021
11
+ # Hannes Schaller <admin@cyberkov.at>, 2021
12
+ # simon11 <transifex@stieger.co>, 2021
13
+ # Martin Zimmermann <martin.zimmermann@gmx.com>, 2021
14
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
15
+ # Crited <Alexander.Stoll@netways.de>, 2021
16
+ #
17
+ msgid ""
18
+ msgstr ""
19
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
20
+ "Report-Msgid-Bugs-To: \n"
21
+ "POT-Creation-Date: 2021-02-04 02:22+0100\n"
22
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
23
+ "Last-Translator: Crited <Alexander.Stoll@netways.de>, 2021\n"
24
+ "Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
25
+ "MIME-Version: 1.0\n"
26
+ "Content-Type: text/plain; charset=UTF-8\n"
27
+ "Content-Transfer-Encoding: 8bit\n"
28
+ "Language: de\n"
29
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
30
+
31
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
32
+ msgid "Get statistics"
33
+ msgstr "Statistiken abholen"
34
+
35
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
36
+ msgid "List of trends counters"
37
+ msgstr "Trendzähler auflisten"
38
+
39
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
40
+ msgid "Show a trend"
41
+ msgstr "Trend anzeigen"
42
+
43
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
44
+ msgid "Create a trend counter"
45
+ msgstr "Trendzähler erstellen"
46
+
47
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
48
+ msgid "Delete a trend counter"
49
+ msgstr "Trendzähler löschen"
50
+
51
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
52
+ msgid "Environment"
53
+ msgstr "Umgebung"
54
+
55
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
56
+ msgid "Operating system"
57
+ msgstr "Betriebssystem"
58
+
59
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
60
+ msgid "Model"
61
+ msgstr "Modell"
62
+
63
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
64
+ msgid "Facts"
65
+ msgstr "Fakten"
66
+
67
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
68
+ msgid "Host group"
69
+ msgstr "Hostgruppe"
70
+
71
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
72
+ msgid "Compute resource"
73
+ msgstr "Rechenressource"
74
+
75
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
76
+ msgid "Trend of the last %s days."
77
+ msgstr "Trend der letzten %s Tage."
78
+
79
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
80
+ msgid "Trend Counter Job"
81
+ msgstr ""
82
+
83
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
84
+ msgid "Max days for Trends graphs"
85
+ msgstr "Maximale Anzahl an Tagen für Trendgraphen"
86
+
87
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
88
+ msgid "Max trends"
89
+ msgstr "Maximale Trends"
90
+
91
+ #: ../app/services/foreman_statistics/statistics.rb:6
92
+ msgid "Architecture Distribution"
93
+ msgstr "Architekturverteilung"
94
+
95
+ #: ../app/services/foreman_statistics/statistics.rb:7
96
+ msgid "Environment Distribution"
97
+ msgstr "Verteilung der Umgebung"
98
+
99
+ #: ../app/services/foreman_statistics/statistics.rb:8
100
+ msgid "Host Group Distribution"
101
+ msgstr "Hostgruppen Verteilung"
102
+
103
+ #: ../app/services/foreman_statistics/statistics.rb:9
104
+ msgid "Compute Resource Distribution"
105
+ msgstr "Rechnerresourcen Verteilung"
106
+
107
+ #: ../app/services/foreman_statistics/statistics.rb:10
108
+ msgid "Number of CPUs"
109
+ msgstr "Anzahl der CPUs"
110
+
111
+ #: ../app/services/foreman_statistics/statistics.rb:11
112
+ msgid "Hardware"
113
+ msgstr "Hardware"
114
+
115
+ #: ../app/services/foreman_statistics/statistics.rb:12
116
+ msgid "Average Memory Usage"
117
+ msgstr "Durchschnittliche Speicher-Auslastung"
118
+
119
+ #: ../app/services/foreman_statistics/statistics.rb:13
120
+ msgid "Average Swap Usage"
121
+ msgstr "Durchschnittliche Swap-Auslastung"
122
+
123
+ #: ../app/services/foreman_statistics/statistics.rb:14
124
+ msgid "Class Distribution"
125
+ msgstr "Klassenverteilung"
126
+
127
+ #: ../app/services/foreman_statistics/statistics.rb:15
128
+ msgid "Location Distribution"
129
+ msgstr "Standortverteilung"
130
+
131
+ #: ../app/services/foreman_statistics/statistics.rb:16
132
+ msgid "Organization Distribution"
133
+ msgstr "Organisationsverteilung"
134
+
135
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
136
+ msgid "free memory"
137
+ msgstr "Freier Speicher"
138
+
139
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
140
+ msgid "used memory"
141
+ msgstr "Belegter Speicher"
142
+
143
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
144
+ msgid "Trends for %s"
145
+ msgstr "Trends für %s"
146
+
147
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
148
+ msgid "No data for this trend."
149
+ msgstr "Keine Daten für diesen Trend."
150
+
151
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
152
+ msgid "Please Select"
153
+ msgstr "Bitte auswählen"
154
+
155
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
156
+ msgid "Show Host"
157
+ msgstr "Host anzeigen"
158
+
159
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
160
+ msgid "Edit Trend %s"
161
+ msgstr "Trend %s bearbeiten"
162
+
163
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
164
+ msgid "Fact Name"
165
+ msgstr "Faktname"
166
+
167
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
168
+ msgid "Display Name"
169
+ msgstr "Anzeigename"
170
+
171
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
172
+ msgid "Cancel"
173
+ msgstr "Abbrechen"
174
+
175
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
176
+ msgid "Submit"
177
+ msgstr "Absenden"
178
+
179
+ #: ../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
180
+ msgid "Trends"
181
+ msgstr "Trends"
182
+
183
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
184
+ msgid "Add Trend Counter"
185
+ msgstr "Trendzähler hinzufügen"
186
+
187
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
188
+ msgid "Name"
189
+ msgstr "Name"
190
+
191
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
192
+ msgid "Action"
193
+ msgstr "Aktion"
194
+
195
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
196
+ msgid "Show Trends"
197
+ msgstr "Trends anzeigen"
198
+
199
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
200
+ msgid "Edit"
201
+ msgstr "Bearbeiten"
202
+
203
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
204
+ msgid "Delete all the trend history for %s?"
205
+ msgstr "Trendverlauf für %s löschen?"
206
+
207
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
208
+ msgid "Last update:"
209
+ msgstr "Letzte Aktualisierung:"
210
+
211
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
212
+ msgid "Create Trend"
213
+ msgstr "Trend erstellen"
214
+
215
+ #: ../app/views/foreman_statistics/trends/show.html.erb:7
216
+ msgid "last %s day"
217
+ msgid_plural "last %s days"
218
+ msgstr[0] ""
219
+ msgstr[1] ""
220
+
221
+ #: ../app/views/foreman_statistics/trends/show.html.erb:8
222
+ msgid "Number of Hosts"
223
+ msgstr "Anzahl der Hosts"
224
+
225
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
226
+ msgid "Hosts"
227
+ msgstr "Hosts"
228
+
229
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
230
+ 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."
231
+ msgstr "Trends in Foreman erlauben Ihnen Änderungen in Ihrer Infrastruktur über längere Zeiträume zu verfolgen. Sie ermöglichen die Verfolgung von Foreman bezogenen Informationen, als auch von Faktenwerten. Die Trend Seite stellt einen Graphen zur Verfügung, der zeigt wie die Hostanzahl mit diesen Wert sich über die Zeit verändert hat, und zeigt die aktuellen Hosts an."
232
+
233
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
234
+ msgid "Learn more about this in the documentation."
235
+ msgstr "Mehr dazu in der Dokumentation."
236
+
237
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
238
+ msgid "Statistics"
239
+ msgstr "Statistiken"
240
+
241
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
242
+ msgid "No data available"
243
+ msgstr "Keine Daten verfügbar"
244
+
245
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
246
+ msgid "Expand the chart"
247
+ msgstr "Diagramm ausklappen"
248
+
249
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
250
+ msgid "No Charts To Load"
251
+ msgstr ""
252
+
253
+ #: action_names.rb:2
254
+ msgid "Action with sub plans"
255
+ msgstr "Aktion mit Unterplänen"
256
+
257
+ #: action_names.rb:3
258
+ msgid "Import facts"
259
+ msgstr "Fakten importieren"
260
+
261
+ #: action_names.rb:4
262
+ msgid "Import Puppet classes"
263
+ msgstr "Puppet-Klassen importieren"
264
+
265
+ #: action_names.rb:5
266
+ msgid "Remote action:"
267
+ msgstr "Entfernte Aktion:"
268
+
269
+ #: gemspec.rb:2
270
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
271
+ msgstr ""