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,269 @@
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
+ # 21966816214bc546c1fc8a185e75ca1c, 2021
8
+ # Claer <transiblu@claer.hammock.fr>, 2021
9
+ # julien IPPOLITO <stuxboulot@gmail.com>, 2021
10
+ # Hartmel . <hartmel@laposte.net>, 2021
11
+ # Baptiste Agasse <baptiste.agasse@gmail.com>, 2021
12
+ # Bryan Kearney <bryan.kearney@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
+ "POT-Creation-Date: 2021-02-04 02:22+0100\n"
20
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
21
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
22
+ "Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
23
+ "MIME-Version: 1.0\n"
24
+ "Content-Type: text/plain; charset=UTF-8\n"
25
+ "Content-Transfer-Encoding: 8bit\n"
26
+ "Language: fr\n"
27
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
28
+
29
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
30
+ msgid "Get statistics"
31
+ msgstr "Voir les statistiques"
32
+
33
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
34
+ msgid "List of trends counters"
35
+ msgstr "Liste des compteurs de tendance"
36
+
37
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
38
+ msgid "Show a trend"
39
+ msgstr "Afficher une tendance"
40
+
41
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
42
+ msgid "Create a trend counter"
43
+ msgstr "Créer un compteur de tendance"
44
+
45
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
46
+ msgid "Delete a trend counter"
47
+ msgstr "Supprimer un compteur de tendance"
48
+
49
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
50
+ msgid "Environment"
51
+ msgstr "Environnement"
52
+
53
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
54
+ msgid "Operating system"
55
+ msgstr "Système d'exploitation"
56
+
57
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
58
+ msgid "Model"
59
+ msgstr "Modéliser"
60
+
61
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
62
+ msgid "Facts"
63
+ msgstr "Faits"
64
+
65
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
66
+ msgid "Host group"
67
+ msgstr "Groupe d'hôtes"
68
+
69
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
70
+ msgid "Compute resource"
71
+ msgstr "Ressource compute"
72
+
73
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
74
+ msgid "Trend of the last %s days."
75
+ msgstr "Tendances pour les %s derniers jours."
76
+
77
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
78
+ msgid "Trend Counter Job"
79
+ msgstr ""
80
+
81
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
82
+ msgid "Max days for Trends graphs"
83
+ msgstr "Nombre de jours maxi pour les graphes de tendances"
84
+
85
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
86
+ msgid "Max trends"
87
+ msgstr "Tendances max"
88
+
89
+ #: ../app/services/foreman_statistics/statistics.rb:6
90
+ msgid "Architecture Distribution"
91
+ msgstr "Répartition des architectures"
92
+
93
+ #: ../app/services/foreman_statistics/statistics.rb:7
94
+ msgid "Environment Distribution"
95
+ msgstr "Distribution de l'environnement"
96
+
97
+ #: ../app/services/foreman_statistics/statistics.rb:8
98
+ msgid "Host Group Distribution"
99
+ msgstr "Distribution Groupe d'hôte"
100
+
101
+ #: ../app/services/foreman_statistics/statistics.rb:9
102
+ msgid "Compute Resource Distribution"
103
+ msgstr "Distribution Ressource Compute"
104
+
105
+ #: ../app/services/foreman_statistics/statistics.rb:10
106
+ msgid "Number of CPUs"
107
+ msgstr "Nombre de processeurs"
108
+
109
+ #: ../app/services/foreman_statistics/statistics.rb:11
110
+ msgid "Hardware"
111
+ msgstr "Matériel"
112
+
113
+ #: ../app/services/foreman_statistics/statistics.rb:12
114
+ msgid "Average Memory Usage"
115
+ msgstr "Utilisation mémoire moyenne"
116
+
117
+ #: ../app/services/foreman_statistics/statistics.rb:13
118
+ msgid "Average Swap Usage"
119
+ msgstr "Utilisation swap moyenne"
120
+
121
+ #: ../app/services/foreman_statistics/statistics.rb:14
122
+ msgid "Class Distribution"
123
+ msgstr "Répartition des classes"
124
+
125
+ #: ../app/services/foreman_statistics/statistics.rb:15
126
+ msgid "Location Distribution"
127
+ msgstr "Distribution Emplacement"
128
+
129
+ #: ../app/services/foreman_statistics/statistics.rb:16
130
+ msgid "Organization Distribution"
131
+ msgstr "Distribution Organisation"
132
+
133
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
134
+ msgid "free memory"
135
+ msgstr "mémoire libre"
136
+
137
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
138
+ msgid "used memory"
139
+ msgstr "mémoire utilisée"
140
+
141
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
142
+ msgid "Trends for %s"
143
+ msgstr "Tendances pour %s"
144
+
145
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
146
+ msgid "No data for this trend."
147
+ msgstr "Pas de changement sur cette tendance "
148
+
149
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
150
+ msgid "Please Select"
151
+ msgstr "Merci de choisir"
152
+
153
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
154
+ msgid "Show Host"
155
+ msgstr "Afficher les hôtes"
156
+
157
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
158
+ msgid "Edit Trend %s"
159
+ msgstr "Modifier la Tendance %s"
160
+
161
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
162
+ msgid "Fact Name"
163
+ msgstr "Nom du fact"
164
+
165
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
166
+ msgid "Display Name"
167
+ msgstr "Nom affiché"
168
+
169
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
170
+ msgid "Cancel"
171
+ msgstr "Annuler"
172
+
173
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
174
+ msgid "Submit"
175
+ msgstr "Envoyer"
176
+
177
+ #: ../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
178
+ msgid "Trends"
179
+ msgstr "Tendances"
180
+
181
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
182
+ msgid "Add Trend Counter"
183
+ msgstr "Ajouter un compteur de tendance"
184
+
185
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
186
+ msgid "Name"
187
+ msgstr "Nom"
188
+
189
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
190
+ msgid "Action"
191
+ msgstr "Action"
192
+
193
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
194
+ msgid "Show Trends"
195
+ msgstr "Afficher les tendances"
196
+
197
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
198
+ msgid "Edit"
199
+ msgstr "Modifier"
200
+
201
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
202
+ msgid "Delete all the trend history for %s?"
203
+ msgstr "Supprimer l'historique des tendances pour %s?"
204
+
205
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
206
+ msgid "Last update:"
207
+ msgstr "Dernière mise à jour:"
208
+
209
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
210
+ msgid "Create Trend"
211
+ msgstr "Créer une tendance"
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 "Nombre d'hôtes"
222
+
223
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
224
+ msgid "Hosts"
225
+ msgstr "Hôtes"
226
+
227
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
228
+ 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."
229
+ msgstr "Les tendances dans Foreman vous permettent de suivre les changements dans votre infrastructure au fil du temps. Elles vous permettent de suivre à la fois les informations relatives à Foreman et les facts Puppet. Les pages de tendances présentent un graphique de la façon dont le nombre d'hôtes avec cette valeur a changé au fil du temps et répertorient les hôtes actuels."
230
+
231
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
232
+ msgid "Learn more about this in the documentation."
233
+ msgstr "Approfondissez ce sujet dans la documentation."
234
+
235
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
236
+ msgid "Statistics"
237
+ msgstr "Statistiques"
238
+
239
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
240
+ msgid "No data available"
241
+ msgstr "Aucune donnée disponible"
242
+
243
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
244
+ msgid "Expand the chart"
245
+ msgstr "Étendre le graphique"
246
+
247
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
248
+ msgid "No Charts To Load"
249
+ msgstr "Pas de graphiques à charger"
250
+
251
+ #: action_names.rb:2
252
+ msgid "Action with sub plans"
253
+ msgstr "Action avec sous-plans"
254
+
255
+ #: action_names.rb:3
256
+ msgid "Import facts"
257
+ msgstr "Importer des faits"
258
+
259
+ #: action_names.rb:4
260
+ msgid "Import Puppet classes"
261
+ msgstr "Importer des classes Puppet"
262
+
263
+ #: action_names.rb:5
264
+ msgid "Remote action:"
265
+ msgstr "Action distante :"
266
+
267
+ #: gemspec.rb:2
268
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
269
+ msgstr ""
@@ -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
+ # 21966816214bc546c1fc8a185e75ca1c, 2021
8
+ # Claer <transiblu@claer.hammock.fr>, 2021
9
+ # julien IPPOLITO <stuxboulot@gmail.com>, 2021
10
+ # Hartmel . <hartmel@laposte.net>, 2021
11
+ # Baptiste Agasse <baptiste.agasse@gmail.com>, 2021
12
+ # Bryan Kearney <bryan.kearney@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: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
22
+ "MIME-Version: 1.0\n"
23
+ "Content-Type: text/plain; charset=UTF-8\n"
24
+ "Content-Transfer-Encoding: 8bit\n"
25
+ "Language: fr\n"
26
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
27
+
28
+ msgid "Action"
29
+ msgstr "Action"
30
+
31
+ msgid "Action with sub plans"
32
+ msgstr "Action avec sous-plans"
33
+
34
+ msgid "Add Trend Counter"
35
+ msgstr "Ajouter un compteur de tendance"
36
+
37
+ msgid "Architecture Distribution"
38
+ msgstr "Répartition des architectures"
39
+
40
+ msgid "Average Memory Usage"
41
+ msgstr "Utilisation mémoire moyenne"
42
+
43
+ msgid "Average Swap Usage"
44
+ msgstr "Utilisation swap moyenne"
45
+
46
+ msgid "Cancel"
47
+ msgstr "Annuler"
48
+
49
+ msgid "Class Distribution"
50
+ msgstr "Répartition des classes"
51
+
52
+ msgid "Compute Resource Distribution"
53
+ msgstr "Distribution Ressource Compute"
54
+
55
+ msgid "Compute resource"
56
+ msgstr "Ressource compute"
57
+
58
+ msgid "Create Trend"
59
+ msgstr "Créer une tendance"
60
+
61
+ msgid "Create a trend counter"
62
+ msgstr "Créer un compteur de tendance"
63
+
64
+ msgid "Delete a trend counter"
65
+ msgstr "Supprimer un compteur de tendance"
66
+
67
+ msgid "Delete all the trend history for %s?"
68
+ msgstr "Supprimer l'historique des tendances pour %s?"
69
+
70
+ msgid "Display Name"
71
+ msgstr "Nom affiché"
72
+
73
+ msgid "Edit"
74
+ msgstr "Modifier"
75
+
76
+ msgid "Edit Trend %s"
77
+ msgstr "Modifier la Tendance %s"
78
+
79
+ msgid "Environment"
80
+ msgstr "Environnement"
81
+
82
+ msgid "Environment Distribution"
83
+ msgstr "Distribution de l'environnement"
84
+
85
+ msgid "Expand the chart"
86
+ msgstr "Étendre le graphique"
87
+
88
+ msgid "Fact Name"
89
+ msgstr "Nom du fact"
90
+
91
+ msgid "Facts"
92
+ msgstr "Faits"
93
+
94
+ msgid "Get statistics"
95
+ msgstr "Voir les statistiques"
96
+
97
+ msgid "Hardware"
98
+ msgstr "Matériel"
99
+
100
+ msgid "Host Group Distribution"
101
+ msgstr "Distribution Groupe d'hôte"
102
+
103
+ msgid "Host group"
104
+ msgstr "Groupe d'hôtes"
105
+
106
+ msgid "Hosts"
107
+ msgstr "Hôtes"
108
+
109
+ msgid "Import Puppet classes"
110
+ msgstr "Importer des classes Puppet"
111
+
112
+ msgid "Import facts"
113
+ msgstr "Importer des faits"
114
+
115
+ msgid "Last update:"
116
+ msgstr "Dernière mise à jour:"
117
+
118
+ msgid "Learn more about this in the documentation."
119
+ msgstr "Approfondissez ce sujet dans la documentation."
120
+
121
+ msgid "List of trends counters"
122
+ msgstr "Liste des compteurs de tendance"
123
+
124
+ msgid "Location Distribution"
125
+ msgstr "Distribution Emplacement"
126
+
127
+ msgid "Max days for Trends graphs"
128
+ msgstr "Nombre de jours maxi pour les graphes de tendances"
129
+
130
+ msgid "Max trends"
131
+ msgstr "Tendances max"
132
+
133
+ msgid "Model"
134
+ msgstr "Modéliser"
135
+
136
+ msgid "Name"
137
+ msgstr "Nom"
138
+
139
+ msgid "No Charts To Load"
140
+ msgstr "Pas de graphiques à charger"
141
+
142
+ msgid "No data available"
143
+ msgstr "Aucune donnée disponible"
144
+
145
+ msgid "No data for this trend."
146
+ msgstr "Pas de changement sur cette tendance "
147
+
148
+ msgid "Number of CPUs"
149
+ msgstr "Nombre de processeurs"
150
+
151
+ msgid "Number of Hosts"
152
+ msgstr "Nombre d'hôtes"
153
+
154
+ msgid "Operating system"
155
+ msgstr "Système d'exploitation"
156
+
157
+ msgid "Organization Distribution"
158
+ msgstr "Distribution Organisation"
159
+
160
+ msgid "Please Select"
161
+ msgstr "Merci de choisir"
162
+
163
+ msgid "Remote action:"
164
+ msgstr "Action distante :"
165
+
166
+ msgid "Show Host"
167
+ msgstr "Afficher les hôtes"
168
+
169
+ msgid "Show Trends"
170
+ msgstr "Afficher les tendances"
171
+
172
+ msgid "Show a trend"
173
+ msgstr "Afficher une tendance"
174
+
175
+ msgid "Statistics"
176
+ msgstr "Statistiques"
177
+
178
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
179
+ msgstr ""
180
+
181
+ msgid "Submit"
182
+ msgstr "Envoyer"
183
+
184
+ msgid "Trend Counter Job"
185
+ msgstr ""
186
+
187
+ msgid "Trend of the last %s days."
188
+ msgstr "Tendances pour les %s derniers jours."
189
+
190
+ msgid "Trends"
191
+ msgstr "Tendances"
192
+
193
+ msgid "Trends for %s"
194
+ msgstr "Tendances pour %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 "Les tendances dans Foreman vous permettent de suivre les changements dans votre infrastructure au fil du temps. Elles vous permettent de suivre à la fois les informations relatives à Foreman et les facts Puppet. Les pages de tendances présentent un graphique de la façon dont le nombre d'hôtes avec cette valeur a changé au fil du temps et répertorient les hôtes actuels."
198
+
199
+ msgid "free memory"
200
+ msgstr "mémoire libre"
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 "mémoire utilisée"