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,270 @@
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
+ # Alexander Savchenko, 2021
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
+ # Denis Denis <stereodenis@gmail.com>, 2021
10
+ # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2021
11
+ # Yulia <yulia.poyarkova@redhat.com>, 2021
12
+ # Bryan Kearney <bryan.kearney@gmail.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: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
21
+ "Language-Team: Russian (https://www.transifex.com/foreman/teams/114/ru/)\n"
22
+ "MIME-Version: 1.0\n"
23
+ "Content-Type: text/plain; charset=UTF-8\n"
24
+ "Content-Transfer-Encoding: 8bit\n"
25
+ "Language: ru\n"
26
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
27
+ "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
28
+ "1 && n%100<=14)? 2 : 3);\n"
29
+
30
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
31
+ msgid "Get statistics"
32
+ msgstr "Получить статистику"
33
+
34
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
35
+ msgid "List of trends counters"
36
+ msgstr ""
37
+
38
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
39
+ msgid "Show a trend"
40
+ msgstr ""
41
+
42
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
43
+ msgid "Create a trend counter"
44
+ msgstr ""
45
+
46
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
47
+ msgid "Delete a trend counter"
48
+ msgstr ""
49
+
50
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
51
+ msgid "Environment"
52
+ msgstr "Окружение"
53
+
54
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
55
+ msgid "Operating system"
56
+ msgstr "Операционная система"
57
+
58
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
59
+ msgid "Model"
60
+ msgstr "Модель"
61
+
62
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
63
+ msgid "Facts"
64
+ msgstr "Факты"
65
+
66
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
67
+ msgid "Host group"
68
+ msgstr "Группа узлов"
69
+
70
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
71
+ msgid "Compute resource"
72
+ msgstr "Ресурс"
73
+
74
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
75
+ msgid "Trend of the last %s days."
76
+ msgstr "Распределение за %s дн."
77
+
78
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
79
+ msgid "Trend Counter Job"
80
+ msgstr ""
81
+
82
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
83
+ msgid "Max days for Trends graphs"
84
+ msgstr "Максимальное количество дней на шкале времени графика динамики изменений"
85
+
86
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
87
+ msgid "Max trends"
88
+ msgstr "Диапазон времени"
89
+
90
+ #: ../app/services/foreman_statistics/statistics.rb:6
91
+ msgid "Architecture Distribution"
92
+ msgstr "Архитектура"
93
+
94
+ #: ../app/services/foreman_statistics/statistics.rb:7
95
+ msgid "Environment Distribution"
96
+ msgstr ""
97
+
98
+ #: ../app/services/foreman_statistics/statistics.rb:8
99
+ msgid "Host Group Distribution"
100
+ msgstr ""
101
+
102
+ #: ../app/services/foreman_statistics/statistics.rb:9
103
+ msgid "Compute Resource Distribution"
104
+ msgstr ""
105
+
106
+ #: ../app/services/foreman_statistics/statistics.rb:10
107
+ msgid "Number of CPUs"
108
+ msgstr "Процессоры"
109
+
110
+ #: ../app/services/foreman_statistics/statistics.rb:11
111
+ msgid "Hardware"
112
+ msgstr "Физическое"
113
+
114
+ #: ../app/services/foreman_statistics/statistics.rb:12
115
+ msgid "Average Memory Usage"
116
+ msgstr ""
117
+
118
+ #: ../app/services/foreman_statistics/statistics.rb:13
119
+ msgid "Average Swap Usage"
120
+ msgstr ""
121
+
122
+ #: ../app/services/foreman_statistics/statistics.rb:14
123
+ msgid "Class Distribution"
124
+ msgstr "Классы"
125
+
126
+ #: ../app/services/foreman_statistics/statistics.rb:15
127
+ msgid "Location Distribution"
128
+ msgstr ""
129
+
130
+ #: ../app/services/foreman_statistics/statistics.rb:16
131
+ msgid "Organization Distribution"
132
+ msgstr ""
133
+
134
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
135
+ msgid "free memory"
136
+ msgstr "свободно"
137
+
138
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
139
+ msgid "used memory"
140
+ msgstr "занято"
141
+
142
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
143
+ msgid "Trends for %s"
144
+ msgstr "Динамика %s"
145
+
146
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
147
+ msgid "No data for this trend."
148
+ msgstr "Нет данных для отслеживания динамики."
149
+
150
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
151
+ msgid "Please Select"
152
+ msgstr "Выберите"
153
+
154
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
155
+ msgid "Show Host"
156
+ msgstr "Показать узел"
157
+
158
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
159
+ msgid "Edit Trend %s"
160
+ msgstr "Изменение динамики %s"
161
+
162
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
163
+ msgid "Fact Name"
164
+ msgstr "Имя факта"
165
+
166
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
167
+ msgid "Display Name"
168
+ msgstr "Экранное имя"
169
+
170
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
171
+ msgid "Cancel"
172
+ msgstr "Отмена"
173
+
174
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
175
+ msgid "Submit"
176
+ msgstr "Применить"
177
+
178
+ #: ../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
179
+ msgid "Trends"
180
+ msgstr "Динамика"
181
+
182
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
183
+ msgid "Add Trend Counter"
184
+ msgstr "Добавить"
185
+
186
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
187
+ msgid "Name"
188
+ msgstr "Имя"
189
+
190
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
191
+ msgid "Action"
192
+ msgstr "Команда"
193
+
194
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
195
+ msgid "Show Trends"
196
+ msgstr "Показать динамику изменений"
197
+
198
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
199
+ msgid "Edit"
200
+ msgstr "Изменить"
201
+
202
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
203
+ msgid "Delete all the trend history for %s?"
204
+ msgstr "Удалить историю динамики %s?"
205
+
206
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
207
+ msgid "Last update:"
208
+ msgstr ""
209
+
210
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
211
+ msgid "Create Trend"
212
+ msgstr ""
213
+
214
+ #: ../app/views/foreman_statistics/trends/show.html.erb:7
215
+ msgid "last %s day"
216
+ msgid_plural "last %s days"
217
+ msgstr[0] ""
218
+ msgstr[1] ""
219
+
220
+ #: ../app/views/foreman_statistics/trends/show.html.erb:8
221
+ msgid "Number of Hosts"
222
+ msgstr "Количество узлов"
223
+
224
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
225
+ msgid "Hosts"
226
+ msgstr "Узлы"
227
+
228
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
229
+ 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."
230
+ msgstr ""
231
+
232
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
233
+ msgid "Learn more about this in the documentation."
234
+ msgstr "Обратиться к документации"
235
+
236
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
237
+ msgid "Statistics"
238
+ msgstr "Статистика"
239
+
240
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
241
+ msgid "No data available"
242
+ msgstr ""
243
+
244
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
245
+ msgid "Expand the chart"
246
+ msgstr "Открыть диаграмму"
247
+
248
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
249
+ msgid "No Charts To Load"
250
+ msgstr ""
251
+
252
+ #: action_names.rb:2
253
+ msgid "Action with sub plans"
254
+ msgstr "Действия с подпланами"
255
+
256
+ #: action_names.rb:3
257
+ msgid "Import facts"
258
+ msgstr "Импорт фактов"
259
+
260
+ #: action_names.rb:4
261
+ msgid "Import Puppet classes"
262
+ msgstr "Импорт классов Puppet"
263
+
264
+ #: action_names.rb:5
265
+ msgid "Remote action:"
266
+ msgstr "Удаленное действие:"
267
+
268
+ #: gemspec.rb:2
269
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
270
+ msgstr ""
@@ -0,0 +1,209 @@
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
+ # Alexander Savchenko, 2021
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
+ # Denis Denis <stereodenis@gmail.com>, 2021
10
+ # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2021
11
+ # Yulia <yulia.poyarkova@redhat.com>, 2021
12
+ # Bryan Kearney <bryan.kearney@gmail.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: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
20
+ "Language-Team: Russian (https://www.transifex.com/foreman/teams/114/ru/)\n"
21
+ "MIME-Version: 1.0\n"
22
+ "Content-Type: text/plain; charset=UTF-8\n"
23
+ "Content-Transfer-Encoding: 8bit\n"
24
+ "Language: ru\n"
25
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
26
+ "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
27
+ "1 && n%100<=14)? 2 : 3);\n"
28
+
29
+ msgid "Action"
30
+ msgstr "Команда"
31
+
32
+ msgid "Action with sub plans"
33
+ msgstr "Действия с подпланами"
34
+
35
+ msgid "Add Trend Counter"
36
+ msgstr "Добавить"
37
+
38
+ msgid "Architecture Distribution"
39
+ msgstr "Архитектура"
40
+
41
+ msgid "Average Memory Usage"
42
+ msgstr ""
43
+
44
+ msgid "Average Swap Usage"
45
+ msgstr ""
46
+
47
+ msgid "Cancel"
48
+ msgstr "Отмена"
49
+
50
+ msgid "Class Distribution"
51
+ msgstr "Классы"
52
+
53
+ msgid "Compute Resource Distribution"
54
+ msgstr ""
55
+
56
+ msgid "Compute resource"
57
+ msgstr "Ресурс"
58
+
59
+ msgid "Create Trend"
60
+ msgstr ""
61
+
62
+ msgid "Create a trend counter"
63
+ msgstr ""
64
+
65
+ msgid "Delete a trend counter"
66
+ msgstr ""
67
+
68
+ msgid "Delete all the trend history for %s?"
69
+ msgstr "Удалить историю динамики %s?"
70
+
71
+ msgid "Display Name"
72
+ msgstr "Экранное имя"
73
+
74
+ msgid "Edit"
75
+ msgstr "Изменить"
76
+
77
+ msgid "Edit Trend %s"
78
+ msgstr "Изменение динамики %s"
79
+
80
+ msgid "Environment"
81
+ msgstr "Окружение"
82
+
83
+ msgid "Environment Distribution"
84
+ msgstr ""
85
+
86
+ msgid "Expand the chart"
87
+ msgstr "Открыть диаграмму"
88
+
89
+ msgid "Fact Name"
90
+ msgstr "Имя факта"
91
+
92
+ msgid "Facts"
93
+ msgstr "Факты"
94
+
95
+ msgid "Get statistics"
96
+ msgstr "Получить статистику"
97
+
98
+ msgid "Hardware"
99
+ msgstr "Физическое"
100
+
101
+ msgid "Host Group Distribution"
102
+ msgstr ""
103
+
104
+ msgid "Host group"
105
+ msgstr "Группа узлов"
106
+
107
+ msgid "Hosts"
108
+ msgstr "Узлы"
109
+
110
+ msgid "Import Puppet classes"
111
+ msgstr "Импорт классов Puppet"
112
+
113
+ msgid "Import facts"
114
+ msgstr "Импорт фактов"
115
+
116
+ msgid "Last update:"
117
+ msgstr ""
118
+
119
+ msgid "Learn more about this in the documentation."
120
+ msgstr "Обратиться к документации"
121
+
122
+ msgid "List of trends counters"
123
+ msgstr ""
124
+
125
+ msgid "Location Distribution"
126
+ msgstr ""
127
+
128
+ msgid "Max days for Trends graphs"
129
+ msgstr "Максимальное количество дней на шкале времени графика динамики изменений"
130
+
131
+ msgid "Max trends"
132
+ msgstr "Диапазон времени"
133
+
134
+ msgid "Model"
135
+ msgstr "Модель"
136
+
137
+ msgid "Name"
138
+ msgstr "Имя"
139
+
140
+ msgid "No Charts To Load"
141
+ msgstr ""
142
+
143
+ msgid "No data available"
144
+ msgstr ""
145
+
146
+ msgid "No data for this trend."
147
+ msgstr "Нет данных для отслеживания динамики."
148
+
149
+ msgid "Number of CPUs"
150
+ msgstr "Процессоры"
151
+
152
+ msgid "Number of Hosts"
153
+ msgstr "Количество узлов"
154
+
155
+ msgid "Operating system"
156
+ msgstr "Операционная система"
157
+
158
+ msgid "Organization Distribution"
159
+ msgstr ""
160
+
161
+ msgid "Please Select"
162
+ msgstr "Выберите"
163
+
164
+ msgid "Remote action:"
165
+ msgstr "Удаленное действие:"
166
+
167
+ msgid "Show Host"
168
+ msgstr "Показать узел"
169
+
170
+ msgid "Show Trends"
171
+ msgstr "Показать динамику изменений"
172
+
173
+ msgid "Show a trend"
174
+ msgstr ""
175
+
176
+ msgid "Statistics"
177
+ msgstr "Статистика"
178
+
179
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
180
+ msgstr ""
181
+
182
+ msgid "Submit"
183
+ msgstr "Применить"
184
+
185
+ msgid "Trend Counter Job"
186
+ msgstr ""
187
+
188
+ msgid "Trend of the last %s days."
189
+ msgstr "Распределение за %s дн."
190
+
191
+ msgid "Trends"
192
+ msgstr "Динамика"
193
+
194
+ msgid "Trends for %s"
195
+ msgstr "Динамика %s"
196
+
197
+ 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."
198
+ msgstr ""
199
+
200
+ msgid "free memory"
201
+ msgstr "свободно"
202
+
203
+ msgid "last %s day"
204
+ msgid_plural "last %s days"
205
+ msgstr[0] ""
206
+ msgstr[1] ""
207
+
208
+ msgid "used memory"
209
+ msgstr "занято"