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
File without changes
@@ -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
+ # Flamarion Jorge <jorge.flamarion@gmail.com>, 2021
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
+ # Felipe Nogaroto Gonzalez <felipeng84@gmail.com>, 2021
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
11
+ # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2021
12
+ # Amit Upadhye <aupadhye@redhat.com>, 2021
13
+ #
14
+ msgid ""
15
+ msgstr ""
16
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
17
+ "Report-Msgid-Bugs-To: \n"
18
+ "POT-Creation-Date: 2021-02-04 02:22+0100\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: Portuguese (Brazil) (https://www.transifex.com/foreman/teams/11"
22
+ "4/pt_BR/)\n"
23
+ "MIME-Version: 1.0\n"
24
+ "Content-Type: text/plain; charset=UTF-8\n"
25
+ "Content-Transfer-Encoding: 8bit\n"
26
+ "Language: pt_BR\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 "Gerar estatísticas"
32
+
33
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
34
+ msgid "List of trends counters"
35
+ msgstr "Lista de contadores de tendências"
36
+
37
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
38
+ msgid "Show a trend"
39
+ msgstr "Mostrar uma tendência"
40
+
41
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
42
+ msgid "Create a trend counter"
43
+ msgstr "Criar um contador de tendências"
44
+
45
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
46
+ msgid "Delete a trend counter"
47
+ msgstr "Excluir um contador de tendências"
48
+
49
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
50
+ msgid "Environment"
51
+ msgstr "Ambiente"
52
+
53
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
54
+ msgid "Operating system"
55
+ msgstr "Sistema operacional"
56
+
57
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
58
+ msgid "Model"
59
+ msgstr "Modelar"
60
+
61
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
62
+ msgid "Facts"
63
+ msgstr "Fatos"
64
+
65
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
66
+ msgid "Host group"
67
+ msgstr "Grupo de Host"
68
+
69
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
70
+ msgid "Compute resource"
71
+ msgstr "Recurso de computação"
72
+
73
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
74
+ msgid "Trend of the last %s days."
75
+ msgstr "Tendências dos últimos %s dias."
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 "Número máximo de dias para os gráficos de tendências"
84
+
85
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
86
+ msgid "Max trends"
87
+ msgstr "Tendência máxima"
88
+
89
+ #: ../app/services/foreman_statistics/statistics.rb:6
90
+ msgid "Architecture Distribution"
91
+ msgstr "Distribuição de arquitetura"
92
+
93
+ #: ../app/services/foreman_statistics/statistics.rb:7
94
+ msgid "Environment Distribution"
95
+ msgstr "Distribuição de Ambiente"
96
+
97
+ #: ../app/services/foreman_statistics/statistics.rb:8
98
+ msgid "Host Group Distribution"
99
+ msgstr "Distribuição de Grupos de Host"
100
+
101
+ #: ../app/services/foreman_statistics/statistics.rb:9
102
+ msgid "Compute Resource Distribution"
103
+ msgstr "Distribuição de recurso de computação"
104
+
105
+ #: ../app/services/foreman_statistics/statistics.rb:10
106
+ msgid "Number of CPUs"
107
+ msgstr "Número de CPUs"
108
+
109
+ #: ../app/services/foreman_statistics/statistics.rb:11
110
+ msgid "Hardware"
111
+ msgstr "Hardware"
112
+
113
+ #: ../app/services/foreman_statistics/statistics.rb:12
114
+ msgid "Average Memory Usage"
115
+ msgstr "Uso médio da memória"
116
+
117
+ #: ../app/services/foreman_statistics/statistics.rb:13
118
+ msgid "Average Swap Usage"
119
+ msgstr "Uso médio de swap"
120
+
121
+ #: ../app/services/foreman_statistics/statistics.rb:14
122
+ msgid "Class Distribution"
123
+ msgstr "Distribuição de classes"
124
+
125
+ #: ../app/services/foreman_statistics/statistics.rb:15
126
+ msgid "Location Distribution"
127
+ msgstr "Distribuição de locais"
128
+
129
+ #: ../app/services/foreman_statistics/statistics.rb:16
130
+ msgid "Organization Distribution"
131
+ msgstr "Distribuição de organizações"
132
+
133
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
134
+ msgid "free memory"
135
+ msgstr "memória livre"
136
+
137
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
138
+ msgid "used memory"
139
+ msgstr "memoria utilizada"
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 "Tendências para %s"
144
+
145
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
146
+ msgid "No data for this trend."
147
+ msgstr "Nenhum dado para esta tendência. "
148
+
149
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
150
+ msgid "Please Select"
151
+ msgstr "Por favor selecione"
152
+
153
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
154
+ msgid "Show Host"
155
+ msgstr "Exibir host"
156
+
157
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
158
+ msgid "Edit Trend %s"
159
+ msgstr "Editar tendência %s"
160
+
161
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
162
+ msgid "Fact Name"
163
+ msgstr "Nome do fato"
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 "Nome para exibição"
168
+
169
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
170
+ msgid "Cancel"
171
+ msgstr "Cancelar"
172
+
173
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
174
+ msgid "Submit"
175
+ msgstr "Enviar"
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 "Tendências"
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 "Adicionar contador de tendência"
184
+
185
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
186
+ msgid "Name"
187
+ msgstr "Nome"
188
+
189
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
190
+ msgid "Action"
191
+ msgstr "Ação"
192
+
193
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
194
+ msgid "Show Trends"
195
+ msgstr "Exibir tendências"
196
+
197
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
198
+ msgid "Edit"
199
+ msgstr "Editar"
200
+
201
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
202
+ msgid "Delete all the trend history for %s?"
203
+ msgstr "Excluir todo o histórico de tendências de %s?"
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 "Criar tendência"
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 "Número de Hosts"
222
+
223
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
224
+ msgid "Hosts"
225
+ msgstr "Hosts"
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 "As tendências no Foreman permitem que você rastreie alterações em sua infraestrutura ao longo do tempo. Ele permite que você rastreie as informações relacionadas ao Foreman e a qualquer fato. A página Tendência mostra um gráfico de como o número de hosts com um valor vem sendo alterado ao longo do tempo e lista os hosts atuais."
230
+
231
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
232
+ msgid "Learn more about this in the documentation."
233
+ msgstr "Para saber mais sobre isto, acesse a documentação."
234
+
235
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
236
+ msgid "Statistics"
237
+ msgstr "Estatísticas"
238
+
239
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
240
+ msgid "No data available"
241
+ msgstr "Nenhum dado disponível"
242
+
243
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
244
+ msgid "Expand the chart"
245
+ msgstr "Expandir o gráfico"
246
+
247
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
248
+ msgid "No Charts To Load"
249
+ msgstr "Sem gráficos para carregar"
250
+
251
+ #: action_names.rb:2
252
+ msgid "Action with sub plans"
253
+ msgstr "Ação com subplanos "
254
+
255
+ #: action_names.rb:3
256
+ msgid "Import facts"
257
+ msgstr "Importar fatos"
258
+
259
+ #: action_names.rb:4
260
+ msgid "Import Puppet classes"
261
+ msgstr "Importar classes de Puppet"
262
+
263
+ #: action_names.rb:5
264
+ msgid "Remote action:"
265
+ msgstr "Ação remota:"
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
+ # Flamarion Jorge <jorge.flamarion@gmail.com>, 2021
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
+ # Felipe Nogaroto Gonzalez <felipeng84@gmail.com>, 2021
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
11
+ # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2021
12
+ # Amit Upadhye <aupadhye@redhat.com>, 2021
13
+ #
14
+ msgid ""
15
+ msgstr ""
16
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
17
+ "Report-Msgid-Bugs-To: \n"
18
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
19
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
20
+ "Language-Team: Portuguese (Brazil) (https://www.transifex.com/foreman/teams/11"
21
+ "4/pt_BR/)\n"
22
+ "MIME-Version: 1.0\n"
23
+ "Content-Type: text/plain; charset=UTF-8\n"
24
+ "Content-Transfer-Encoding: 8bit\n"
25
+ "Language: pt_BR\n"
26
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
27
+
28
+ msgid "Action"
29
+ msgstr "Ação"
30
+
31
+ msgid "Action with sub plans"
32
+ msgstr "Ação com subplanos "
33
+
34
+ msgid "Add Trend Counter"
35
+ msgstr "Adicionar contador de tendência"
36
+
37
+ msgid "Architecture Distribution"
38
+ msgstr "Distribuição de arquitetura"
39
+
40
+ msgid "Average Memory Usage"
41
+ msgstr "Uso médio da memória"
42
+
43
+ msgid "Average Swap Usage"
44
+ msgstr "Uso médio de swap"
45
+
46
+ msgid "Cancel"
47
+ msgstr "Cancelar"
48
+
49
+ msgid "Class Distribution"
50
+ msgstr "Distribuição de classes"
51
+
52
+ msgid "Compute Resource Distribution"
53
+ msgstr "Distribuição de recurso de computação"
54
+
55
+ msgid "Compute resource"
56
+ msgstr "Recurso de computação"
57
+
58
+ msgid "Create Trend"
59
+ msgstr "Criar tendência"
60
+
61
+ msgid "Create a trend counter"
62
+ msgstr "Criar um contador de tendências"
63
+
64
+ msgid "Delete a trend counter"
65
+ msgstr "Excluir um contador de tendências"
66
+
67
+ msgid "Delete all the trend history for %s?"
68
+ msgstr "Excluir todo o histórico de tendências de %s?"
69
+
70
+ msgid "Display Name"
71
+ msgstr "Nome para exibição"
72
+
73
+ msgid "Edit"
74
+ msgstr "Editar"
75
+
76
+ msgid "Edit Trend %s"
77
+ msgstr "Editar tendência %s"
78
+
79
+ msgid "Environment"
80
+ msgstr "Ambiente"
81
+
82
+ msgid "Environment Distribution"
83
+ msgstr "Distribuição de Ambiente"
84
+
85
+ msgid "Expand the chart"
86
+ msgstr "Expandir o gráfico"
87
+
88
+ msgid "Fact Name"
89
+ msgstr "Nome do fato"
90
+
91
+ msgid "Facts"
92
+ msgstr "Fatos"
93
+
94
+ msgid "Get statistics"
95
+ msgstr "Gerar estatísticas"
96
+
97
+ msgid "Hardware"
98
+ msgstr "Hardware"
99
+
100
+ msgid "Host Group Distribution"
101
+ msgstr "Distribuição de Grupos de Host"
102
+
103
+ msgid "Host group"
104
+ msgstr "Grupo de Host"
105
+
106
+ msgid "Hosts"
107
+ msgstr "Hosts"
108
+
109
+ msgid "Import Puppet classes"
110
+ msgstr "Importar classes de Puppet"
111
+
112
+ msgid "Import facts"
113
+ msgstr "Importar fatos"
114
+
115
+ msgid "Last update:"
116
+ msgstr ""
117
+
118
+ msgid "Learn more about this in the documentation."
119
+ msgstr "Para saber mais sobre isto, acesse a documentação."
120
+
121
+ msgid "List of trends counters"
122
+ msgstr "Lista de contadores de tendências"
123
+
124
+ msgid "Location Distribution"
125
+ msgstr "Distribuição de locais"
126
+
127
+ msgid "Max days for Trends graphs"
128
+ msgstr "Número máximo de dias para os gráficos de tendências"
129
+
130
+ msgid "Max trends"
131
+ msgstr "Tendência máxima"
132
+
133
+ msgid "Model"
134
+ msgstr "Modelar"
135
+
136
+ msgid "Name"
137
+ msgstr "Nome"
138
+
139
+ msgid "No Charts To Load"
140
+ msgstr "Sem gráficos para carregar"
141
+
142
+ msgid "No data available"
143
+ msgstr "Nenhum dado disponível"
144
+
145
+ msgid "No data for this trend."
146
+ msgstr "Nenhum dado para esta tendência. "
147
+
148
+ msgid "Number of CPUs"
149
+ msgstr "Número de CPUs"
150
+
151
+ msgid "Number of Hosts"
152
+ msgstr "Número de Hosts"
153
+
154
+ msgid "Operating system"
155
+ msgstr "Sistema operacional"
156
+
157
+ msgid "Organization Distribution"
158
+ msgstr "Distribuição de organizações"
159
+
160
+ msgid "Please Select"
161
+ msgstr "Por favor selecione"
162
+
163
+ msgid "Remote action:"
164
+ msgstr "Ação remota:"
165
+
166
+ msgid "Show Host"
167
+ msgstr "Exibir host"
168
+
169
+ msgid "Show Trends"
170
+ msgstr "Exibir tendências"
171
+
172
+ msgid "Show a trend"
173
+ msgstr "Mostrar uma tendência"
174
+
175
+ msgid "Statistics"
176
+ msgstr "Estatí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 "Tendências dos últimos %s dias."
189
+
190
+ msgid "Trends"
191
+ msgstr "Tendências"
192
+
193
+ msgid "Trends for %s"
194
+ msgstr "Tendências 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 "As tendências no Foreman permitem que você rastreie alterações em sua infraestrutura ao longo do tempo. Ele permite que você rastreie as informações relacionadas ao Foreman e a qualquer fato. A página Tendência mostra um gráfico de como o número de hosts com um valor vem sendo alterado ao longo do tempo e lista os hosts atuais."
198
+
199
+ msgid "free memory"
200
+ msgstr "memória livre"
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"