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,267 @@
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
+ # tim123, 2021
10
+ # Amit Upadhye <aupadhye@redhat.com>, 2021
11
+ #
12
+ msgid ""
13
+ msgstr ""
14
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
15
+ "Report-Msgid-Bugs-To: \n"
16
+ "POT-Creation-Date: 2021-02-04 02:22+0100\n"
17
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
18
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
19
+ "Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh"
20
+ "_CN/)\n"
21
+ "MIME-Version: 1.0\n"
22
+ "Content-Type: text/plain; charset=UTF-8\n"
23
+ "Content-Transfer-Encoding: 8bit\n"
24
+ "Language: zh_CN\n"
25
+ "Plural-Forms: nplurals=1; plural=0;\n"
26
+
27
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
28
+ msgid "Get statistics"
29
+ msgstr "获取统计数据"
30
+
31
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
32
+ msgid "List of trends counters"
33
+ msgstr "列出趋势统计"
34
+
35
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
36
+ msgid "Show a trend"
37
+ msgstr "显示一个趋势"
38
+
39
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
40
+ msgid "Create a trend counter"
41
+ msgstr "创建一个趋势统计"
42
+
43
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
44
+ msgid "Delete a trend counter"
45
+ msgstr "删除一个趋势统计"
46
+
47
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
48
+ msgid "Environment"
49
+ msgstr "环境"
50
+
51
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
52
+ msgid "Operating system"
53
+ msgstr "操作系统"
54
+
55
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
56
+ msgid "Model"
57
+ msgstr "模型"
58
+
59
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
60
+ msgid "Facts"
61
+ msgstr "詳情"
62
+
63
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
64
+ msgid "Host group"
65
+ msgstr "主机组"
66
+
67
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
68
+ msgid "Compute resource"
69
+ msgstr "運算設定檔"
70
+
71
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
72
+ msgid "Trend of the last %s days."
73
+ msgstr "前 %s 天的趋势"
74
+
75
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
76
+ msgid "Trend Counter Job"
77
+ msgstr ""
78
+
79
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
80
+ msgid "Max days for Trends graphs"
81
+ msgstr "趋势图表的最大天"
82
+
83
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
84
+ msgid "Max trends"
85
+ msgstr "最大趋势"
86
+
87
+ #: ../app/services/foreman_statistics/statistics.rb:6
88
+ msgid "Architecture Distribution"
89
+ msgstr "分布架构"
90
+
91
+ #: ../app/services/foreman_statistics/statistics.rb:7
92
+ msgid "Environment Distribution"
93
+ msgstr "环境分布"
94
+
95
+ #: ../app/services/foreman_statistics/statistics.rb:8
96
+ msgid "Host Group Distribution"
97
+ msgstr "主机组分布"
98
+
99
+ #: ../app/services/foreman_statistics/statistics.rb:9
100
+ msgid "Compute Resource Distribution"
101
+ msgstr "计算资源分布"
102
+
103
+ #: ../app/services/foreman_statistics/statistics.rb:10
104
+ msgid "Number of CPUs"
105
+ msgstr "CPU 的数量"
106
+
107
+ #: ../app/services/foreman_statistics/statistics.rb:11
108
+ msgid "Hardware"
109
+ msgstr "硬件"
110
+
111
+ #: ../app/services/foreman_statistics/statistics.rb:12
112
+ msgid "Average Memory Usage"
113
+ msgstr "平均内存使用率"
114
+
115
+ #: ../app/services/foreman_statistics/statistics.rb:13
116
+ msgid "Average Swap Usage"
117
+ msgstr "平均交换分区使用情况"
118
+
119
+ #: ../app/services/foreman_statistics/statistics.rb:14
120
+ msgid "Class Distribution"
121
+ msgstr "组分布"
122
+
123
+ #: ../app/services/foreman_statistics/statistics.rb:15
124
+ msgid "Location Distribution"
125
+ msgstr "位置分布"
126
+
127
+ #: ../app/services/foreman_statistics/statistics.rb:16
128
+ msgid "Organization Distribution"
129
+ msgstr "组织分布"
130
+
131
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
132
+ msgid "free memory"
133
+ msgstr "剩余内存"
134
+
135
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
136
+ msgid "used memory"
137
+ msgstr "已使用内存"
138
+
139
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
140
+ msgid "Trends for %s"
141
+ msgstr "%s 的趋势"
142
+
143
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
144
+ msgid "No data for this trend."
145
+ msgstr "没有用于这个趋势的数据。"
146
+
147
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
148
+ msgid "Please Select"
149
+ msgstr "请选择"
150
+
151
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
152
+ msgid "Show Host"
153
+ msgstr "显示主机"
154
+
155
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
156
+ msgid "Edit Trend %s"
157
+ msgstr "编辑 %s 的走势"
158
+
159
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
160
+ msgid "Fact Name"
161
+ msgstr "图表名称"
162
+
163
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
164
+ msgid "Display Name"
165
+ msgstr "显示名称"
166
+
167
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
168
+ msgid "Cancel"
169
+ msgstr "取消"
170
+
171
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
172
+ msgid "Submit"
173
+ msgstr "提交"
174
+
175
+ #: ../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
176
+ msgid "Trends"
177
+ msgstr "趋势"
178
+
179
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
180
+ msgid "Add Trend Counter"
181
+ msgstr "添加趋势统计"
182
+
183
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
184
+ msgid "Name"
185
+ msgstr "名称"
186
+
187
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
188
+ msgid "Action"
189
+ msgstr "行动"
190
+
191
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
192
+ msgid "Show Trends"
193
+ msgstr "显示趋势"
194
+
195
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
196
+ msgid "Edit"
197
+ msgstr "編輯"
198
+
199
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
200
+ msgid "Delete all the trend history for %s?"
201
+ msgstr "删除 %s 的所有趋势记录"
202
+
203
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
204
+ msgid "Last update:"
205
+ msgstr "最后更新:"
206
+
207
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
208
+ msgid "Create Trend"
209
+ msgstr "创建趋势"
210
+
211
+ #: ../app/views/foreman_statistics/trends/show.html.erb:7
212
+ msgid "last %s day"
213
+ msgid_plural "last %s days"
214
+ msgstr[0] ""
215
+ msgstr[1] ""
216
+
217
+ #: ../app/views/foreman_statistics/trends/show.html.erb:8
218
+ msgid "Number of Hosts"
219
+ msgstr "主机数"
220
+
221
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
222
+ msgid "Hosts"
223
+ msgstr "主机"
224
+
225
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
226
+ 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."
227
+ msgstr "Foreman 中的趋势让您可以随时间跟踪基础设施中的更改。您可以跟踪与 Foreman 相关的信息和任何 fact 详情。趋势页面提供了一幅图表,显示采用该值的主机数量如何随时间变化,并列出当前的主机。"
228
+
229
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
230
+ msgid "Learn more about this in the documentation."
231
+ msgstr "欲知更多,請參閱文件。"
232
+
233
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
234
+ msgid "Statistics"
235
+ msgstr "统计"
236
+
237
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
238
+ msgid "No data available"
239
+ msgstr "无可用数据"
240
+
241
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
242
+ msgid "Expand the chart"
243
+ msgstr "展开图表"
244
+
245
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
246
+ msgid "No Charts To Load"
247
+ msgstr "没有要加载的图表"
248
+
249
+ #: action_names.rb:2
250
+ msgid "Action with sub plans"
251
+ msgstr "由子计划的操作"
252
+
253
+ #: action_names.rb:3
254
+ msgid "Import facts"
255
+ msgstr "导入事实"
256
+
257
+ #: action_names.rb:4
258
+ msgid "Import Puppet classes"
259
+ msgstr "导入 Puppet 类"
260
+
261
+ #: action_names.rb:5
262
+ msgid "Remote action:"
263
+ msgstr "远程操作:"
264
+
265
+ #: gemspec.rb:2
266
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
267
+ msgstr ""
@@ -0,0 +1,206 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_statistics package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
+ # tim123, 2021
10
+ # Amit Upadhye <aupadhye@redhat.com>, 2021
11
+ #
12
+ msgid ""
13
+ msgstr ""
14
+ "Project-Id-Version: foreman_statistics 1.1.1\n"
15
+ "Report-Msgid-Bugs-To: \n"
16
+ "PO-Revision-Date: 2021-02-03 22:59+0000\n"
17
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
18
+ "Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh"
19
+ "_CN/)\n"
20
+ "MIME-Version: 1.0\n"
21
+ "Content-Type: text/plain; charset=UTF-8\n"
22
+ "Content-Transfer-Encoding: 8bit\n"
23
+ "Language: zh_CN\n"
24
+ "Plural-Forms: nplurals=1; plural=0;\n"
25
+
26
+ msgid "Action"
27
+ msgstr "行动"
28
+
29
+ msgid "Action with sub plans"
30
+ msgstr "由子计划的操作"
31
+
32
+ msgid "Add Trend Counter"
33
+ msgstr "添加趋势统计"
34
+
35
+ msgid "Architecture Distribution"
36
+ msgstr "分布架构"
37
+
38
+ msgid "Average Memory Usage"
39
+ msgstr "平均内存使用率"
40
+
41
+ msgid "Average Swap Usage"
42
+ msgstr "平均交换分区使用情况"
43
+
44
+ msgid "Cancel"
45
+ msgstr "取消"
46
+
47
+ msgid "Class Distribution"
48
+ msgstr "组分布"
49
+
50
+ msgid "Compute Resource Distribution"
51
+ msgstr "计算资源分布"
52
+
53
+ msgid "Compute resource"
54
+ msgstr "運算設定檔"
55
+
56
+ msgid "Create Trend"
57
+ msgstr "创建趋势"
58
+
59
+ msgid "Create a trend counter"
60
+ msgstr "创建一个趋势统计"
61
+
62
+ msgid "Delete a trend counter"
63
+ msgstr "删除一个趋势统计"
64
+
65
+ msgid "Delete all the trend history for %s?"
66
+ msgstr "删除 %s 的所有趋势记录"
67
+
68
+ msgid "Display Name"
69
+ msgstr "显示名称"
70
+
71
+ msgid "Edit"
72
+ msgstr "編輯"
73
+
74
+ msgid "Edit Trend %s"
75
+ msgstr "编辑 %s 的走势"
76
+
77
+ msgid "Environment"
78
+ msgstr "环境"
79
+
80
+ msgid "Environment Distribution"
81
+ msgstr "环境分布"
82
+
83
+ msgid "Expand the chart"
84
+ msgstr "展开图表"
85
+
86
+ msgid "Fact Name"
87
+ msgstr "图表名称"
88
+
89
+ msgid "Facts"
90
+ msgstr "詳情"
91
+
92
+ msgid "Get statistics"
93
+ msgstr "获取统计数据"
94
+
95
+ msgid "Hardware"
96
+ msgstr "硬件"
97
+
98
+ msgid "Host Group Distribution"
99
+ msgstr "主机组分布"
100
+
101
+ msgid "Host group"
102
+ msgstr "主机组"
103
+
104
+ msgid "Hosts"
105
+ msgstr "主机"
106
+
107
+ msgid "Import Puppet classes"
108
+ msgstr "导入 Puppet 类"
109
+
110
+ msgid "Import facts"
111
+ msgstr "导入事实"
112
+
113
+ msgid "Last update:"
114
+ msgstr "最后更新:"
115
+
116
+ msgid "Learn more about this in the documentation."
117
+ msgstr "欲知更多,請參閱文件。"
118
+
119
+ msgid "List of trends counters"
120
+ msgstr "列出趋势统计"
121
+
122
+ msgid "Location Distribution"
123
+ msgstr "位置分布"
124
+
125
+ msgid "Max days for Trends graphs"
126
+ msgstr "趋势图表的最大天"
127
+
128
+ msgid "Max trends"
129
+ msgstr "最大趋势"
130
+
131
+ msgid "Model"
132
+ msgstr "模型"
133
+
134
+ msgid "Name"
135
+ msgstr "名称"
136
+
137
+ msgid "No Charts To Load"
138
+ msgstr "没有要加载的图表"
139
+
140
+ msgid "No data available"
141
+ msgstr "无可用数据"
142
+
143
+ msgid "No data for this trend."
144
+ msgstr "没有用于这个趋势的数据。"
145
+
146
+ msgid "Number of CPUs"
147
+ msgstr "CPU 的数量"
148
+
149
+ msgid "Number of Hosts"
150
+ msgstr "主机数"
151
+
152
+ msgid "Operating system"
153
+ msgstr "操作系统"
154
+
155
+ msgid "Organization Distribution"
156
+ msgstr "组织分布"
157
+
158
+ msgid "Please Select"
159
+ msgstr "请选择"
160
+
161
+ msgid "Remote action:"
162
+ msgstr "远程操作:"
163
+
164
+ msgid "Show Host"
165
+ msgstr "显示主机"
166
+
167
+ msgid "Show Trends"
168
+ msgstr "显示趋势"
169
+
170
+ msgid "Show a trend"
171
+ msgstr "显示一个趋势"
172
+
173
+ msgid "Statistics"
174
+ msgstr "统计"
175
+
176
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
177
+ msgstr ""
178
+
179
+ msgid "Submit"
180
+ msgstr "提交"
181
+
182
+ msgid "Trend Counter Job"
183
+ msgstr ""
184
+
185
+ msgid "Trend of the last %s days."
186
+ msgstr "前 %s 天的趋势"
187
+
188
+ msgid "Trends"
189
+ msgstr "趋势"
190
+
191
+ msgid "Trends for %s"
192
+ msgstr "%s 的趋势"
193
+
194
+ msgid "Trends in Foreman allow you to track changes in your infrastructure over time. It allows you to track both Foreman related information and to any fact. The Trend pages give a graph of how the number of hosts with that value have changed over time, and list the current hosts."
195
+ msgstr "Foreman 中的趋势让您可以随时间跟踪基础设施中的更改。您可以跟踪与 Foreman 相关的信息和任何 fact 详情。趋势页面提供了一幅图表,显示采用该值的主机数量如何随时间变化,并列出当前的主机。"
196
+
197
+ msgid "free memory"
198
+ msgstr "剩余内存"
199
+
200
+ msgid "last %s day"
201
+ msgid_plural "last %s days"
202
+ msgstr[0] ""
203
+ msgstr[1] ""
204
+
205
+ msgid "used memory"
206
+ msgstr "已使用内存"