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,266 @@
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
+ # Transifex Bot <>, 2021
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 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: Japanese (https://www.transifex.com/foreman/teams/114/ja/)\n"
20
+ "MIME-Version: 1.0\n"
21
+ "Content-Type: text/plain; charset=UTF-8\n"
22
+ "Content-Transfer-Encoding: 8bit\n"
23
+ "Language: ja\n"
24
+ "Plural-Forms: nplurals=1; plural=0;\n"
25
+
26
+ #: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
27
+ msgid "Get statistics"
28
+ msgstr "統計の取得"
29
+
30
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
31
+ msgid "List of trends counters"
32
+ msgstr "トレンドカウンターのリスト"
33
+
34
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
35
+ msgid "Show a trend"
36
+ msgstr "トレンドの表示"
37
+
38
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
39
+ msgid "Create a trend counter"
40
+ msgstr "トレンドカウンターの作成"
41
+
42
+ #: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
43
+ msgid "Delete a trend counter"
44
+ msgstr "トレンドカウンターの削除"
45
+
46
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
47
+ msgid "Environment"
48
+ msgstr "環境"
49
+
50
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:6
51
+ msgid "Operating system"
52
+ msgstr "オペレーティングシステム"
53
+
54
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
55
+ msgid "Model"
56
+ msgstr "モデル"
57
+
58
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
59
+ msgid "Facts"
60
+ msgstr "ファクト"
61
+
62
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
63
+ msgid "Host group"
64
+ msgstr "ホストグループ"
65
+
66
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:7
67
+ msgid "Compute resource"
68
+ msgstr "コンピュートリソース"
69
+
70
+ #: ../app/helpers/foreman_statistics/trends_helper.rb:14
71
+ msgid "Trend of the last %s days."
72
+ msgstr "過去 %s 日間のトレンドです。"
73
+
74
+ #: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
75
+ msgid "Trend Counter Job"
76
+ msgstr ""
77
+
78
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
79
+ msgid "Max days for Trends graphs"
80
+ msgstr "トレンドグラフの最大日数"
81
+
82
+ #: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
83
+ msgid "Max trends"
84
+ msgstr "最大トレンド"
85
+
86
+ #: ../app/services/foreman_statistics/statistics.rb:6
87
+ msgid "Architecture Distribution"
88
+ msgstr "アーキテクチャー分布"
89
+
90
+ #: ../app/services/foreman_statistics/statistics.rb:7
91
+ msgid "Environment Distribution"
92
+ msgstr "環境ディストリビューション"
93
+
94
+ #: ../app/services/foreman_statistics/statistics.rb:8
95
+ msgid "Host Group Distribution"
96
+ msgstr "ホストグループディストリビューション"
97
+
98
+ #: ../app/services/foreman_statistics/statistics.rb:9
99
+ msgid "Compute Resource Distribution"
100
+ msgstr "コンピュートリソースディストリビューション"
101
+
102
+ #: ../app/services/foreman_statistics/statistics.rb:10
103
+ msgid "Number of CPUs"
104
+ msgstr "CPU 数"
105
+
106
+ #: ../app/services/foreman_statistics/statistics.rb:11
107
+ msgid "Hardware"
108
+ msgstr "ハードウェア"
109
+
110
+ #: ../app/services/foreman_statistics/statistics.rb:12
111
+ msgid "Average Memory Usage"
112
+ msgstr "平均メモリー使用率"
113
+
114
+ #: ../app/services/foreman_statistics/statistics.rb:13
115
+ msgid "Average Swap Usage"
116
+ msgstr "平均スワップ使用率"
117
+
118
+ #: ../app/services/foreman_statistics/statistics.rb:14
119
+ msgid "Class Distribution"
120
+ msgstr "クラス分布"
121
+
122
+ #: ../app/services/foreman_statistics/statistics.rb:15
123
+ msgid "Location Distribution"
124
+ msgstr "場所ディストリビューション"
125
+
126
+ #: ../app/services/foreman_statistics/statistics.rb:16
127
+ msgid "Organization Distribution"
128
+ msgstr "組織ディストリビューション"
129
+
130
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
131
+ msgid "free memory"
132
+ msgstr "空きメモリー"
133
+
134
+ #: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
135
+ msgid "used memory"
136
+ msgstr "使用済みメモリー"
137
+
138
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
139
+ msgid "Trends for %s"
140
+ msgstr "%s のトレンド"
141
+
142
+ #: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
143
+ msgid "No data for this trend."
144
+ msgstr "このトレンドのデータがありません。"
145
+
146
+ #: ../app/views/foreman_statistics/trends/_form.html.erb:4
147
+ msgid "Please Select"
148
+ msgstr "選択してください"
149
+
150
+ #: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
151
+ msgid "Show Host"
152
+ msgstr "ホストの表示"
153
+
154
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:1
155
+ msgid "Edit Trend %s"
156
+ msgstr "%sトレンド の編集"
157
+
158
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:8
159
+ msgid "Fact Name"
160
+ msgstr "ファクト名"
161
+
162
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
163
+ msgid "Display Name"
164
+ msgstr "表示名"
165
+
166
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:43
167
+ msgid "Cancel"
168
+ msgstr "取り消し"
169
+
170
+ #: ../app/views/foreman_statistics/trends/edit.html.erb:44
171
+ msgid "Submit"
172
+ msgstr "送信"
173
+
174
+ #: ../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
175
+ msgid "Trends"
176
+ msgstr "トレンド"
177
+
178
+ #: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
179
+ msgid "Add Trend Counter"
180
+ msgstr "トレンドカウンターの追加"
181
+
182
+ #: ../app/views/foreman_statistics/trends/index.html.erb:9
183
+ msgid "Name"
184
+ msgstr "名前"
185
+
186
+ #: ../app/views/foreman_statistics/trends/index.html.erb:10
187
+ msgid "Action"
188
+ msgstr "アクション"
189
+
190
+ #: ../app/views/foreman_statistics/trends/index.html.erb:16
191
+ msgid "Show Trends"
192
+ msgstr "トレンドの表示"
193
+
194
+ #: ../app/views/foreman_statistics/trends/index.html.erb:19
195
+ msgid "Edit"
196
+ msgstr "編集"
197
+
198
+ #: ../app/views/foreman_statistics/trends/index.html.erb:20
199
+ msgid "Delete all the trend history for %s?"
200
+ msgstr "%s のすべてのトレンド履歴を削除しますか?"
201
+
202
+ #: ../app/views/foreman_statistics/trends/index.html.erb:28
203
+ msgid "Last update:"
204
+ msgstr "最終更新:"
205
+
206
+ #: ../app/views/foreman_statistics/trends/new.html.erb:1
207
+ msgid "Create Trend"
208
+ msgstr "トレンドの作成"
209
+
210
+ #: ../app/views/foreman_statistics/trends/show.html.erb:7
211
+ msgid "last %s day"
212
+ msgid_plural "last %s days"
213
+ msgstr[0] ""
214
+ msgstr[1] ""
215
+
216
+ #: ../app/views/foreman_statistics/trends/show.html.erb:8
217
+ msgid "Number of Hosts"
218
+ msgstr "ホスト数"
219
+
220
+ #: ../app/views/foreman_statistics/trends/show.html.erb:16
221
+ msgid "Hosts"
222
+ msgstr "ホスト"
223
+
224
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:7
225
+ 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."
226
+ msgstr "Foreman のトレンドを使用すると、インフラストラクチャー内における長期での変更を追跡できます。Foreman 関連の情報とファクトの両方が追跡できます。トレンドページでは、その値のホスト数が長期でどのように変化したかというグラフと、現行ホストの一覧が確認できます。"
227
+
228
+ #: ../app/views/foreman_statistics/trends/welcome.html.erb:8
229
+ msgid "Learn more about this in the documentation."
230
+ msgstr "詳細についてはドキュメントを参照してください。"
231
+
232
+ #: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
233
+ msgid "Statistics"
234
+ msgstr "統計"
235
+
236
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:14
237
+ msgid "No data available"
238
+ msgstr "利用可能なデータはありません"
239
+
240
+ #: ../webpack/src/Components/StatisticsChartsList/index.js:15
241
+ msgid "Expand the chart"
242
+ msgstr "チャートを拡大"
243
+
244
+ #: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
245
+ msgid "No Charts To Load"
246
+ msgstr "読み込むチャートがありません"
247
+
248
+ #: action_names.rb:2
249
+ msgid "Action with sub plans"
250
+ msgstr "サブプランによるアクション"
251
+
252
+ #: action_names.rb:3
253
+ msgid "Import facts"
254
+ msgstr "ファクトのインポート"
255
+
256
+ #: action_names.rb:4
257
+ msgid "Import Puppet classes"
258
+ msgstr "Puppet クラスのインポート"
259
+
260
+ #: action_names.rb:5
261
+ msgid "Remote action:"
262
+ msgstr "リモートアクション:"
263
+
264
+ #: gemspec.rb:2
265
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
266
+ msgstr ""
@@ -0,0 +1,205 @@
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
+ # Transifex Bot <>, 2021
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 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: Japanese (https://www.transifex.com/foreman/teams/114/ja/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: ja\n"
23
+ "Plural-Forms: nplurals=1; plural=0;\n"
24
+
25
+ msgid "Action"
26
+ msgstr "アクション"
27
+
28
+ msgid "Action with sub plans"
29
+ msgstr "サブプランによるアクション"
30
+
31
+ msgid "Add Trend Counter"
32
+ msgstr "トレンドカウンターの追加"
33
+
34
+ msgid "Architecture Distribution"
35
+ msgstr "アーキテクチャー分布"
36
+
37
+ msgid "Average Memory Usage"
38
+ msgstr "平均メモリー使用率"
39
+
40
+ msgid "Average Swap Usage"
41
+ msgstr "平均スワップ使用率"
42
+
43
+ msgid "Cancel"
44
+ msgstr "取り消し"
45
+
46
+ msgid "Class Distribution"
47
+ msgstr "クラス分布"
48
+
49
+ msgid "Compute Resource Distribution"
50
+ msgstr "コンピュートリソースディストリビューション"
51
+
52
+ msgid "Compute resource"
53
+ msgstr "コンピュートリソース"
54
+
55
+ msgid "Create Trend"
56
+ msgstr "トレンドの作成"
57
+
58
+ msgid "Create a trend counter"
59
+ msgstr "トレンドカウンターの作成"
60
+
61
+ msgid "Delete a trend counter"
62
+ msgstr "トレンドカウンターの削除"
63
+
64
+ msgid "Delete all the trend history for %s?"
65
+ msgstr "%s のすべてのトレンド履歴を削除しますか?"
66
+
67
+ msgid "Display Name"
68
+ msgstr "表示名"
69
+
70
+ msgid "Edit"
71
+ msgstr "編集"
72
+
73
+ msgid "Edit Trend %s"
74
+ msgstr "%sトレンド の編集"
75
+
76
+ msgid "Environment"
77
+ msgstr "環境"
78
+
79
+ msgid "Environment Distribution"
80
+ msgstr "環境ディストリビューション"
81
+
82
+ msgid "Expand the chart"
83
+ msgstr "チャートを拡大"
84
+
85
+ msgid "Fact Name"
86
+ msgstr "ファクト名"
87
+
88
+ msgid "Facts"
89
+ msgstr "ファクト"
90
+
91
+ msgid "Get statistics"
92
+ msgstr "統計の取得"
93
+
94
+ msgid "Hardware"
95
+ msgstr "ハードウェア"
96
+
97
+ msgid "Host Group Distribution"
98
+ msgstr "ホストグループディストリビューション"
99
+
100
+ msgid "Host group"
101
+ msgstr "ホストグループ"
102
+
103
+ msgid "Hosts"
104
+ msgstr "ホスト"
105
+
106
+ msgid "Import Puppet classes"
107
+ msgstr "Puppet クラスのインポート"
108
+
109
+ msgid "Import facts"
110
+ msgstr "ファクトのインポート"
111
+
112
+ msgid "Last update:"
113
+ msgstr "最終更新:"
114
+
115
+ msgid "Learn more about this in the documentation."
116
+ msgstr "詳細についてはドキュメントを参照してください。"
117
+
118
+ msgid "List of trends counters"
119
+ msgstr "トレンドカウンターのリスト"
120
+
121
+ msgid "Location Distribution"
122
+ msgstr "場所ディストリビューション"
123
+
124
+ msgid "Max days for Trends graphs"
125
+ msgstr "トレンドグラフの最大日数"
126
+
127
+ msgid "Max trends"
128
+ msgstr "最大トレンド"
129
+
130
+ msgid "Model"
131
+ msgstr "モデル"
132
+
133
+ msgid "Name"
134
+ msgstr "名前"
135
+
136
+ msgid "No Charts To Load"
137
+ msgstr "読み込むチャートがありません"
138
+
139
+ msgid "No data available"
140
+ msgstr "利用可能なデータはありません"
141
+
142
+ msgid "No data for this trend."
143
+ msgstr "このトレンドのデータがありません。"
144
+
145
+ msgid "Number of CPUs"
146
+ msgstr "CPU 数"
147
+
148
+ msgid "Number of Hosts"
149
+ msgstr "ホスト数"
150
+
151
+ msgid "Operating system"
152
+ msgstr "オペレーティングシステム"
153
+
154
+ msgid "Organization Distribution"
155
+ msgstr "組織ディストリビューション"
156
+
157
+ msgid "Please Select"
158
+ msgstr "選択してください"
159
+
160
+ msgid "Remote action:"
161
+ msgstr "リモートアクション:"
162
+
163
+ msgid "Show Host"
164
+ msgstr "ホストの表示"
165
+
166
+ msgid "Show Trends"
167
+ msgstr "トレンドの表示"
168
+
169
+ msgid "Show a trend"
170
+ msgstr "トレンドの表示"
171
+
172
+ msgid "Statistics"
173
+ msgstr "統計"
174
+
175
+ msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
176
+ msgstr ""
177
+
178
+ msgid "Submit"
179
+ msgstr "送信"
180
+
181
+ msgid "Trend Counter Job"
182
+ msgstr ""
183
+
184
+ msgid "Trend of the last %s days."
185
+ msgstr "過去 %s 日間のトレンドです。"
186
+
187
+ msgid "Trends"
188
+ msgstr "トレンド"
189
+
190
+ msgid "Trends for %s"
191
+ msgstr "%s のトレンド"
192
+
193
+ 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."
194
+ msgstr "Foreman のトレンドを使用すると、インフラストラクチャー内における長期での変更を追跡できます。Foreman 関連の情報とファクトの両方が追跡できます。トレンドページでは、その値のホスト数が長期でどのように変化したかというグラフと、現行ホストの一覧が確認できます。"
195
+
196
+ msgid "free memory"
197
+ msgstr "空きメモリー"
198
+
199
+ msgid "last %s day"
200
+ msgid_plural "last %s days"
201
+ msgstr[0] ""
202
+ msgstr[1] ""
203
+
204
+ msgid "used memory"
205
+ msgstr "使用済みメモリー"