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,264 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_statistics package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
+ #
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2021-02-04 02:22+0100\n"
15
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
17
+ "Language-Team: Korean (https://www.transifex.com/foreman/teams/114/ko/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: ko\n"
22
+ "Plural-Forms: nplurals=1; plural=0;\n"
23
+
24
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
25
+ msgid "Get statistics"
26
+ msgstr "통계 검색 "
27
+
28
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
29
+ msgid "List of trends counters"
30
+ msgstr ""
31
+
32
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
33
+ msgid "Show a trend"
34
+ msgstr ""
35
+
36
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
37
+ msgid "Create a trend counter"
38
+ msgstr ""
39
+
40
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
41
+ msgid "Delete a trend counter"
42
+ msgstr ""
43
+
44
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
45
+ msgid "Environment"
46
+ msgstr "환경 "
47
+
48
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
49
+ msgid "Operating system"
50
+ msgstr "운영 체제 "
51
+
52
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
53
+ msgid "Model"
54
+ msgstr "모델 "
55
+
56
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
57
+ msgid "Facts"
58
+ msgstr "팩트 "
59
+
60
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
61
+ msgid "Host group"
62
+ msgstr "호스트 그룹 "
63
+
64
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
65
+ msgid "Compute resource"
66
+ msgstr "컴퓨터 리소스 "
67
+
68
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
69
+ msgid "Trend of the last %s days."
70
+ msgstr "지난 %s일 트렌드입니다. "
71
+
72
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
73
+ msgid "Trend Counter Job"
74
+ msgstr ""
75
+
76
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
77
+ msgid "Max days for Trends graphs"
78
+ msgstr "트랜드 그래프의 최대 기간 "
79
+
80
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
81
+ msgid "Max trends"
82
+ msgstr "최대 트렌드 수"
83
+
84
+ #: ../app/services/foreman_statistics/statistics.rb:6
85
+ msgid "Architecture Distribution"
86
+ msgstr "아키텍처 배포판 "
87
+
88
+ #: ../app/services/foreman_statistics/statistics.rb:7
89
+ msgid "Environment Distribution"
90
+ msgstr ""
91
+
92
+ #: ../app/services/foreman_statistics/statistics.rb:8
93
+ msgid "Host Group Distribution"
94
+ msgstr ""
95
+
96
+ #: ../app/services/foreman_statistics/statistics.rb:9
97
+ msgid "Compute Resource Distribution"
98
+ msgstr ""
99
+
100
+ #: ../app/services/foreman_statistics/statistics.rb:10
101
+ msgid "Number of CPUs"
102
+ msgstr "CPU 수 "
103
+
104
+ #: ../app/services/foreman_statistics/statistics.rb:11
105
+ msgid "Hardware"
106
+ msgstr "하드웨어"
107
+
108
+ #: ../app/services/foreman_statistics/statistics.rb:12
109
+ msgid "Average Memory Usage"
110
+ msgstr ""
111
+
112
+ #: ../app/services/foreman_statistics/statistics.rb:13
113
+ msgid "Average Swap Usage"
114
+ msgstr ""
115
+
116
+ #: ../app/services/foreman_statistics/statistics.rb:14
117
+ msgid "Class Distribution"
118
+ msgstr "클래스 배포판 "
119
+
120
+ #: ../app/services/foreman_statistics/statistics.rb:15
121
+ msgid "Location Distribution"
122
+ msgstr ""
123
+
124
+ #: ../app/services/foreman_statistics/statistics.rb:16
125
+ msgid "Organization Distribution"
126
+ msgstr ""
127
+
128
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
129
+ msgid "free memory"
130
+ msgstr "여유 메모리"
131
+
132
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
133
+ msgid "used memory"
134
+ msgstr "사용된 메모리 "
135
+
136
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
137
+ msgid "Trends for %s"
138
+ msgstr "%s의 트렌드 "
139
+
140
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
141
+ msgid "No data for this trend."
142
+ msgstr "이 트렌드에 대한 데이터가 없습니다."
143
+
144
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
145
+ msgid "Please Select"
146
+ msgstr "선택하십시오"
147
+
148
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
149
+ msgid "Show Host"
150
+ msgstr "호스트 표시 "
151
+
152
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
153
+ msgid "Edit Trend %s"
154
+ msgstr "트렌드 %s 편집 "
155
+
156
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
157
+ msgid "Fact Name"
158
+ msgstr "정보 이름 "
159
+
160
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
161
+ msgid "Display Name"
162
+ msgstr "이름 표시 "
163
+
164
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
165
+ msgid "Cancel"
166
+ msgstr "취소 "
167
+
168
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
169
+ msgid "Submit"
170
+ msgstr "보내기"
171
+
172
+ #: ../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
173
+ msgid "Trends"
174
+ msgstr "트렌드 "
175
+
176
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
177
+ msgid "Add Trend Counter"
178
+ msgstr "트렌드 카운터 추가 "
179
+
180
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
181
+ msgid "Name"
182
+ msgstr "이름 "
183
+
184
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
185
+ msgid "Action"
186
+ msgstr "동작 "
187
+
188
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
189
+ msgid "Show Trends"
190
+ msgstr "트렌드 표시 "
191
+
192
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
193
+ msgid "Edit"
194
+ msgstr "수정"
195
+
196
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
197
+ msgid "Delete all the trend history for %s?"
198
+ msgstr "%s의 모든 트렌드 내역을 삭제하시겠습니까?"
199
+
200
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
201
+ msgid "Last update:"
202
+ msgstr ""
203
+
204
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
205
+ msgid "Create Trend"
206
+ msgstr ""
207
+
208
+ #: ../app/views/foreman_statistics/trends/show.html.erb:7
209
+ msgid "last %s day"
210
+ msgid_plural "last %s days"
211
+ msgstr[0] ""
212
+ msgstr[1] ""
213
+
214
+ #: ../app/views/foreman_statistics/trends/show.html.erb:8
215
+ msgid "Number of Hosts"
216
+ msgstr "호스트 수 "
217
+
218
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
219
+ msgid "Hosts"
220
+ msgstr "호스트"
221
+
222
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
223
+ 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."
224
+ msgstr ""
225
+
226
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
227
+ msgid "Learn more about this in the documentation."
228
+ msgstr "설명서에서 자세한 내용을 참조하십시오."
229
+
230
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
231
+ msgid "Statistics"
232
+ msgstr "통계"
233
+
234
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
235
+ msgid "No data available"
236
+ msgstr ""
237
+
238
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
239
+ msgid "Expand the chart"
240
+ msgstr "차트 확대 "
241
+
242
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
243
+ msgid "No Charts To Load"
244
+ msgstr ""
245
+
246
+ #: action_names.rb:2
247
+ msgid "Action with sub plans"
248
+ msgstr "하위 계획이 있는 작업"
249
+
250
+ #: action_names.rb:3
251
+ msgid "Import facts"
252
+ msgstr "팩트 불러오기"
253
+
254
+ #: action_names.rb:4
255
+ msgid "Import Puppet classes"
256
+ msgstr "Puppet 클래스 가져오기"
257
+
258
+ #: action_names.rb:5
259
+ msgid "Remote action:"
260
+ msgstr "원격 작업:"
261
+
262
+ #: gemspec.rb:2
263
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
264
+ msgstr ""
@@ -0,0 +1,203 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_statistics package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
+ #
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
15
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
16
+ "Language-Team: Korean (https://www.transifex.com/foreman/teams/114/ko/)\n"
17
+ "MIME-Version: 1.0\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+ "Content-Transfer-Encoding: 8bit\n"
20
+ "Language: ko\n"
21
+ "Plural-Forms: nplurals=1; plural=0;\n"
22
+
23
+ msgid "Action"
24
+ msgstr "동작 "
25
+
26
+ msgid "Action with sub plans"
27
+ msgstr "하위 계획이 있는 작업"
28
+
29
+ msgid "Add Trend Counter"
30
+ msgstr "트렌드 카운터 추가 "
31
+
32
+ msgid "Architecture Distribution"
33
+ msgstr "아키텍처 배포판 "
34
+
35
+ msgid "Average Memory Usage"
36
+ msgstr ""
37
+
38
+ msgid "Average Swap Usage"
39
+ msgstr ""
40
+
41
+ msgid "Cancel"
42
+ msgstr "취소 "
43
+
44
+ msgid "Class Distribution"
45
+ msgstr "클래스 배포판 "
46
+
47
+ msgid "Compute Resource Distribution"
48
+ msgstr ""
49
+
50
+ msgid "Compute resource"
51
+ msgstr "컴퓨터 리소스 "
52
+
53
+ msgid "Create Trend"
54
+ msgstr ""
55
+
56
+ msgid "Create a trend counter"
57
+ msgstr ""
58
+
59
+ msgid "Delete a trend counter"
60
+ msgstr ""
61
+
62
+ msgid "Delete all the trend history for %s?"
63
+ msgstr "%s의 모든 트렌드 내역을 삭제하시겠습니까?"
64
+
65
+ msgid "Display Name"
66
+ msgstr "이름 표시 "
67
+
68
+ msgid "Edit"
69
+ msgstr "수정"
70
+
71
+ msgid "Edit Trend %s"
72
+ msgstr "트렌드 %s 편집 "
73
+
74
+ msgid "Environment"
75
+ msgstr "환경 "
76
+
77
+ msgid "Environment Distribution"
78
+ msgstr ""
79
+
80
+ msgid "Expand the chart"
81
+ msgstr "차트 확대 "
82
+
83
+ msgid "Fact Name"
84
+ msgstr "정보 이름 "
85
+
86
+ msgid "Facts"
87
+ msgstr "팩트 "
88
+
89
+ msgid "Get statistics"
90
+ msgstr "통계 검색 "
91
+
92
+ msgid "Hardware"
93
+ msgstr "하드웨어"
94
+
95
+ msgid "Host Group Distribution"
96
+ msgstr ""
97
+
98
+ msgid "Host group"
99
+ msgstr "호스트 그룹 "
100
+
101
+ msgid "Hosts"
102
+ msgstr "호스트"
103
+
104
+ msgid "Import Puppet classes"
105
+ msgstr "Puppet 클래스 가져오기"
106
+
107
+ msgid "Import facts"
108
+ msgstr "팩트 불러오기"
109
+
110
+ msgid "Last update:"
111
+ msgstr ""
112
+
113
+ msgid "Learn more about this in the documentation."
114
+ msgstr "설명서에서 자세한 내용을 참조하십시오."
115
+
116
+ msgid "List of trends counters"
117
+ msgstr ""
118
+
119
+ msgid "Location Distribution"
120
+ msgstr ""
121
+
122
+ msgid "Max days for Trends graphs"
123
+ msgstr "트랜드 그래프의 최대 기간 "
124
+
125
+ msgid "Max trends"
126
+ msgstr "최대 트렌드 수"
127
+
128
+ msgid "Model"
129
+ msgstr "모델 "
130
+
131
+ msgid "Name"
132
+ msgstr "이름 "
133
+
134
+ msgid "No Charts To Load"
135
+ msgstr ""
136
+
137
+ msgid "No data available"
138
+ msgstr ""
139
+
140
+ msgid "No data for this trend."
141
+ msgstr "이 트렌드에 대한 데이터가 없습니다."
142
+
143
+ msgid "Number of CPUs"
144
+ msgstr "CPU 수 "
145
+
146
+ msgid "Number of Hosts"
147
+ msgstr "호스트 수 "
148
+
149
+ msgid "Operating system"
150
+ msgstr "운영 체제 "
151
+
152
+ msgid "Organization Distribution"
153
+ msgstr ""
154
+
155
+ msgid "Please Select"
156
+ msgstr "선택하십시오"
157
+
158
+ msgid "Remote action:"
159
+ msgstr "원격 작업:"
160
+
161
+ msgid "Show Host"
162
+ msgstr "호스트 표시 "
163
+
164
+ msgid "Show Trends"
165
+ msgstr "트렌드 표시 "
166
+
167
+ msgid "Show a trend"
168
+ msgstr ""
169
+
170
+ msgid "Statistics"
171
+ msgstr "통계"
172
+
173
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
174
+ msgstr ""
175
+
176
+ msgid "Submit"
177
+ msgstr "보내기"
178
+
179
+ msgid "Trend Counter Job"
180
+ msgstr ""
181
+
182
+ msgid "Trend of the last %s days."
183
+ msgstr "지난 %s일 트렌드입니다. "
184
+
185
+ msgid "Trends"
186
+ msgstr "트렌드 "
187
+
188
+ msgid "Trends for %s"
189
+ msgstr "%s의 트렌드 "
190
+
191
+ 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."
192
+ msgstr ""
193
+
194
+ msgid "free memory"
195
+ msgstr "여유 메모리"
196
+
197
+ msgid "last %s day"
198
+ msgid_plural "last %s days"
199
+ msgstr[0] ""
200
+ msgstr[1] ""
201
+
202
+ msgid "used memory"
203
+ msgstr "사용된 메모리 "