foreman_statistics 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +4 -6
- data/app/services/foreman_statistics/statistics/count_hosts.rb +4 -3
- data/app/views/foreman_statistics/layouts/application_react.html.erb +1 -2
- data/lib/foreman_statistics/engine.rb +0 -8
- data/lib/foreman_statistics/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/ca/foreman_statistics.po +4 -3
- data/locale/cs_CZ/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/cs_CZ/foreman_statistics.po +2 -1
- data/locale/de/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/de/foreman_statistics.po +7 -5
- data/locale/en/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/en/foreman_statistics.po +1 -1
- data/locale/en_GB/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/en_GB/foreman_statistics.po +2 -1
- data/locale/es/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/es/foreman_statistics.po +10 -8
- data/locale/fr/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/fr/foreman_statistics.po +15 -12
- data/locale/gl/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/gl/foreman_statistics.po +2 -1
- data/locale/it/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/it/foreman_statistics.po +4 -2
- data/locale/ja/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/ja/foreman_statistics.po +15 -15
- data/locale/ka/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/ka/foreman_statistics.po +203 -0
- data/locale/ko/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/ko/foreman_statistics.po +2 -1
- data/locale/nl_NL/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/nl_NL/foreman_statistics.po +2 -1
- data/locale/pl/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/pl/foreman_statistics.po +2 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/pt_BR/foreman_statistics.po +10 -8
- data/locale/ru/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/ru/foreman_statistics.po +8 -6
- data/locale/sv_SE/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/sv_SE/foreman_statistics.po +2 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/zh_CN/foreman_statistics.po +27 -28
- data/locale/zh_TW/LC_MESSAGES/foreman_statistics.mo +0 -0
- data/locale/zh_TW/foreman_statistics.po +2 -1
- data/package.json +6 -9
- data/test/unit/foreman_statistics/statistics_test.rb +13 -3
- metadata +33 -53
- data/locale/ca/foreman_statistics.edit.po +0 -263
- data/locale/ca/foreman_statistics.po.time_stamp +0 -0
- data/locale/cs_CZ/foreman_statistics.edit.po +0 -267
- data/locale/cs_CZ/foreman_statistics.po.time_stamp +0 -0
- data/locale/de/foreman_statistics.edit.po +0 -271
- data/locale/de/foreman_statistics.po.time_stamp +0 -0
- data/locale/en/foreman_statistics.edit.po +0 -258
- data/locale/en/foreman_statistics.po.time_stamp +0 -0
- data/locale/en_GB/foreman_statistics.edit.po +0 -265
- data/locale/en_GB/foreman_statistics.po.time_stamp +0 -0
- data/locale/es/foreman_statistics.edit.po +0 -269
- data/locale/es/foreman_statistics.po.time_stamp +0 -0
- data/locale/fr/foreman_statistics.edit.po +0 -269
- data/locale/fr/foreman_statistics.po.time_stamp +0 -0
- data/locale/gl/foreman_statistics.edit.po +0 -263
- data/locale/gl/foreman_statistics.po.time_stamp +0 -0
- data/locale/it/foreman_statistics.edit.po +0 -265
- data/locale/it/foreman_statistics.po.time_stamp +0 -0
- data/locale/ja/foreman_statistics.edit.po +0 -266
- data/locale/ja/foreman_statistics.po.time_stamp +0 -0
- data/locale/ko/foreman_statistics.edit.po +0 -264
- data/locale/ko/foreman_statistics.po.time_stamp +0 -0
- data/locale/nl_NL/foreman_statistics.edit.po +0 -267
- data/locale/nl_NL/foreman_statistics.po.time_stamp +0 -0
- data/locale/pl/foreman_statistics.edit.po +0 -266
- data/locale/pl/foreman_statistics.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_statistics.edit.po +0 -269
- data/locale/pt_BR/foreman_statistics.po.time_stamp +0 -0
- data/locale/ru/foreman_statistics.edit.po +0 -270
- data/locale/ru/foreman_statistics.po.time_stamp +0 -0
- data/locale/sv_SE/foreman_statistics.edit.po +0 -265
- data/locale/sv_SE/foreman_statistics.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_statistics.edit.po +0 -267
- data/locale/zh_CN/foreman_statistics.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_statistics.edit.po +0 -266
- data/locale/zh_TW/foreman_statistics.po.time_stamp +0 -0
- /data/db/{migrate_foreman → migrate}/20121012170851_create_trends.rb +0 -0
- /data/db/{migrate_foreman → migrate}/20121012170936_create_trend_counters.rb +0 -0
- /data/db/{migrate_foreman → migrate}/20150202094307_add_range_to_trend_counters.rb +0 -0
- /data/db/{migrate_foreman → migrate}/20181031155025_add_trend_counter_created_at_unique_constraint.rb +0 -0
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_statistics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ondrej Ezr
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rake
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: rdoc
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,12 +86,12 @@ files:
|
|
72
86
|
- app/views/foreman_statistics/trends/welcome.html.erb
|
73
87
|
- config/jest.config.js
|
74
88
|
- config/routes.rb
|
89
|
+
- db/migrate/20121012170851_create_trends.rb
|
90
|
+
- db/migrate/20121012170936_create_trend_counters.rb
|
91
|
+
- db/migrate/20150202094307_add_range_to_trend_counters.rb
|
92
|
+
- db/migrate/20181031155025_add_trend_counter_created_at_unique_constraint.rb
|
75
93
|
- db/migrate/20200605153005_migrate_core_types.rb
|
76
94
|
- db/migrate/20210523143005_migrate_environments.rb
|
77
|
-
- db/migrate_foreman/20121012170851_create_trends.rb
|
78
|
-
- db/migrate_foreman/20121012170936_create_trend_counters.rb
|
79
|
-
- db/migrate_foreman/20150202094307_add_range_to_trend_counters.rb
|
80
|
-
- db/migrate_foreman/20181031155025_add_trend_counter_created_at_unique_constraint.rb
|
81
95
|
- lib/foreman_statistics.rb
|
82
96
|
- lib/foreman_statistics/engine.rb
|
83
97
|
- lib/foreman_statistics/version.rb
|
@@ -85,79 +99,45 @@ files:
|
|
85
99
|
- locale/Makefile
|
86
100
|
- locale/action_names.rb
|
87
101
|
- locale/ca/LC_MESSAGES/foreman_statistics.mo
|
88
|
-
- locale/ca/foreman_statistics.edit.po
|
89
102
|
- locale/ca/foreman_statistics.po
|
90
|
-
- locale/ca/foreman_statistics.po.time_stamp
|
91
103
|
- locale/cs_CZ/LC_MESSAGES/foreman_statistics.mo
|
92
|
-
- locale/cs_CZ/foreman_statistics.edit.po
|
93
104
|
- locale/cs_CZ/foreman_statistics.po
|
94
|
-
- locale/cs_CZ/foreman_statistics.po.time_stamp
|
95
105
|
- locale/de/LC_MESSAGES/foreman_statistics.mo
|
96
|
-
- locale/de/foreman_statistics.edit.po
|
97
106
|
- locale/de/foreman_statistics.po
|
98
|
-
- locale/de/foreman_statistics.po.time_stamp
|
99
107
|
- locale/en/LC_MESSAGES/foreman_statistics.mo
|
100
|
-
- locale/en/foreman_statistics.edit.po
|
101
108
|
- locale/en/foreman_statistics.po
|
102
|
-
- locale/en/foreman_statistics.po.time_stamp
|
103
109
|
- locale/en_GB/LC_MESSAGES/foreman_statistics.mo
|
104
|
-
- locale/en_GB/foreman_statistics.edit.po
|
105
110
|
- locale/en_GB/foreman_statistics.po
|
106
|
-
- locale/en_GB/foreman_statistics.po.time_stamp
|
107
111
|
- locale/es/LC_MESSAGES/foreman_statistics.mo
|
108
|
-
- locale/es/foreman_statistics.edit.po
|
109
112
|
- locale/es/foreman_statistics.po
|
110
|
-
- locale/es/foreman_statistics.po.time_stamp
|
111
113
|
- locale/foreman_statistics.pot
|
112
114
|
- locale/fr/LC_MESSAGES/foreman_statistics.mo
|
113
|
-
- locale/fr/foreman_statistics.edit.po
|
114
115
|
- locale/fr/foreman_statistics.po
|
115
|
-
- locale/fr/foreman_statistics.po.time_stamp
|
116
116
|
- locale/gemspec.rb
|
117
117
|
- locale/gl/LC_MESSAGES/foreman_statistics.mo
|
118
|
-
- locale/gl/foreman_statistics.edit.po
|
119
118
|
- locale/gl/foreman_statistics.po
|
120
|
-
- locale/gl/foreman_statistics.po.time_stamp
|
121
119
|
- locale/it/LC_MESSAGES/foreman_statistics.mo
|
122
|
-
- locale/it/foreman_statistics.edit.po
|
123
120
|
- locale/it/foreman_statistics.po
|
124
|
-
- locale/it/foreman_statistics.po.time_stamp
|
125
121
|
- locale/ja/LC_MESSAGES/foreman_statistics.mo
|
126
|
-
- locale/ja/foreman_statistics.edit.po
|
127
122
|
- locale/ja/foreman_statistics.po
|
128
|
-
- locale/
|
123
|
+
- locale/ka/LC_MESSAGES/foreman_statistics.mo
|
124
|
+
- locale/ka/foreman_statistics.po
|
129
125
|
- locale/ko/LC_MESSAGES/foreman_statistics.mo
|
130
|
-
- locale/ko/foreman_statistics.edit.po
|
131
126
|
- locale/ko/foreman_statistics.po
|
132
|
-
- locale/ko/foreman_statistics.po.time_stamp
|
133
127
|
- locale/nl_NL/LC_MESSAGES/foreman_statistics.mo
|
134
|
-
- locale/nl_NL/foreman_statistics.edit.po
|
135
128
|
- locale/nl_NL/foreman_statistics.po
|
136
|
-
- locale/nl_NL/foreman_statistics.po.time_stamp
|
137
129
|
- locale/pl/LC_MESSAGES/foreman_statistics.mo
|
138
|
-
- locale/pl/foreman_statistics.edit.po
|
139
130
|
- locale/pl/foreman_statistics.po
|
140
|
-
- locale/pl/foreman_statistics.po.time_stamp
|
141
131
|
- locale/pt_BR/LC_MESSAGES/foreman_statistics.mo
|
142
|
-
- locale/pt_BR/foreman_statistics.edit.po
|
143
132
|
- locale/pt_BR/foreman_statistics.po
|
144
|
-
- locale/pt_BR/foreman_statistics.po.time_stamp
|
145
133
|
- locale/ru/LC_MESSAGES/foreman_statistics.mo
|
146
|
-
- locale/ru/foreman_statistics.edit.po
|
147
134
|
- locale/ru/foreman_statistics.po
|
148
|
-
- locale/ru/foreman_statistics.po.time_stamp
|
149
135
|
- locale/sv_SE/LC_MESSAGES/foreman_statistics.mo
|
150
|
-
- locale/sv_SE/foreman_statistics.edit.po
|
151
136
|
- locale/sv_SE/foreman_statistics.po
|
152
|
-
- locale/sv_SE/foreman_statistics.po.time_stamp
|
153
137
|
- locale/zh_CN/LC_MESSAGES/foreman_statistics.mo
|
154
|
-
- locale/zh_CN/foreman_statistics.edit.po
|
155
138
|
- locale/zh_CN/foreman_statistics.po
|
156
|
-
- locale/zh_CN/foreman_statistics.po.time_stamp
|
157
139
|
- locale/zh_TW/LC_MESSAGES/foreman_statistics.mo
|
158
|
-
- locale/zh_TW/foreman_statistics.edit.po
|
159
140
|
- locale/zh_TW/foreman_statistics.po
|
160
|
-
- locale/zh_TW/foreman_statistics.po.time_stamp
|
161
141
|
- package.json
|
162
142
|
- test/factories/foreman_statistics_factories.rb
|
163
143
|
- test/fixtures/permissions.yml
|
@@ -221,22 +201,22 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
201
|
- !ruby/object:Gem::Version
|
222
202
|
version: '0'
|
223
203
|
requirements: []
|
224
|
-
rubygems_version: 3.
|
204
|
+
rubygems_version: 3.4.10
|
225
205
|
signing_key:
|
226
206
|
specification_version: 4
|
227
207
|
summary: Add Statistics and Trends.
|
228
208
|
test_files:
|
229
|
-
- test/
|
230
|
-
- test/
|
231
|
-
- test/
|
232
|
-
- test/functional/foreman_statistics/api/v2/trends_controller_test.rb
|
209
|
+
- test/factories/foreman_statistics_factories.rb
|
210
|
+
- test/fixtures/permissions.yml
|
211
|
+
- test/fixtures/settings.yml
|
233
212
|
- test/functional/foreman_statistics/api/v2/statistics_controller_test.rb
|
234
|
-
- test/
|
213
|
+
- test/functional/foreman_statistics/api/v2/trends_controller_test.rb
|
214
|
+
- test/functional/foreman_statistics/statistics_controller_test.rb
|
215
|
+
- test/functional/foreman_statistics/trends_controller_test.rb
|
235
216
|
- test/models/foreman_statistics/trend_counter_test.rb
|
236
|
-
- test/
|
217
|
+
- test/models/foreman_statistics/trend_test.rb
|
218
|
+
- test/test_statistics_helper.rb
|
237
219
|
- test/unit/foreman_statistics/access_permissions_test.rb
|
238
|
-
- test/unit/
|
220
|
+
- test/unit/foreman_statistics/statistics_test.rb
|
239
221
|
- test/unit/foreman_statistics_test.rb
|
240
|
-
- test/
|
241
|
-
- test/fixtures/settings.yml
|
242
|
-
- test/fixtures/permissions.yml
|
222
|
+
- test/unit/tasks/foreman_statistics_tasks_test.rb
|
@@ -1,263 +0,0 @@
|
|
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
|
-
# Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2021
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_statistics 1.1.1\n"
|
12
|
-
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date: 2021-02-04 02:22+0100\n"
|
14
|
-
"PO-Revision-Date: 2021-02-03 22:59+0000\n"
|
15
|
-
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2021\n"
|
16
|
-
"Language-Team: Catalan (https://www.transifex.com/foreman/teams/114/ca/)\n"
|
17
|
-
"MIME-Version: 1.0\n"
|
18
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
19
|
-
"Content-Transfer-Encoding: 8bit\n"
|
20
|
-
"Language: ca\n"
|
21
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
22
|
-
|
23
|
-
#: ../app/controllers/foreman_statistics/api/v2/statistics_controller.rb:12
|
24
|
-
msgid "Get statistics"
|
25
|
-
msgstr "Obtén les estadístiques"
|
26
|
-
|
27
|
-
#: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:20
|
28
|
-
msgid "List of trends counters"
|
29
|
-
msgstr ""
|
30
|
-
|
31
|
-
#: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:25
|
32
|
-
msgid "Show a trend"
|
33
|
-
msgstr ""
|
34
|
-
|
35
|
-
#: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:29
|
36
|
-
msgid "Create a trend counter"
|
37
|
-
msgstr ""
|
38
|
-
|
39
|
-
#: ../app/controllers/foreman_statistics/api/v2/trends_controller.rb:42
|
40
|
-
msgid "Delete a trend counter"
|
41
|
-
msgstr ""
|
42
|
-
|
43
|
-
#: ../app/helpers/foreman_statistics/trends_helper.rb:6
|
44
|
-
msgid "Environment"
|
45
|
-
msgstr "Entorn"
|
46
|
-
|
47
|
-
#: ../app/helpers/foreman_statistics/trends_helper.rb:6
|
48
|
-
msgid "Operating system"
|
49
|
-
msgstr "Sistema operatiu"
|
50
|
-
|
51
|
-
#: ../app/helpers/foreman_statistics/trends_helper.rb:7
|
52
|
-
msgid "Model"
|
53
|
-
msgstr "Model"
|
54
|
-
|
55
|
-
#: ../app/helpers/foreman_statistics/trends_helper.rb:7
|
56
|
-
msgid "Facts"
|
57
|
-
msgstr "Objectes d'interès"
|
58
|
-
|
59
|
-
#: ../app/helpers/foreman_statistics/trends_helper.rb:7
|
60
|
-
msgid "Host group"
|
61
|
-
msgstr "Grup d'amfitrions"
|
62
|
-
|
63
|
-
#: ../app/helpers/foreman_statistics/trends_helper.rb:7
|
64
|
-
msgid "Compute resource"
|
65
|
-
msgstr "Recurs computacional"
|
66
|
-
|
67
|
-
#: ../app/helpers/foreman_statistics/trends_helper.rb:14
|
68
|
-
msgid "Trend of the last %s days."
|
69
|
-
msgstr ""
|
70
|
-
|
71
|
-
#: ../app/jobs/foreman_statistics/trend_counter_job.rb:20
|
72
|
-
msgid "Trend Counter Job"
|
73
|
-
msgstr ""
|
74
|
-
|
75
|
-
#: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
|
76
|
-
msgid "Max days for Trends graphs"
|
77
|
-
msgstr "Nombre màxim de dies per als gràfics de les tendències"
|
78
|
-
|
79
|
-
#: ../app/models/concerns/foreman_statistics/general_setting_decorations.rb:12
|
80
|
-
msgid "Max trends"
|
81
|
-
msgstr "Tendències màx."
|
82
|
-
|
83
|
-
#: ../app/services/foreman_statistics/statistics.rb:6
|
84
|
-
msgid "Architecture Distribution"
|
85
|
-
msgstr "Distribució de l'arquitectura"
|
86
|
-
|
87
|
-
#: ../app/services/foreman_statistics/statistics.rb:7
|
88
|
-
msgid "Environment Distribution"
|
89
|
-
msgstr ""
|
90
|
-
|
91
|
-
#: ../app/services/foreman_statistics/statistics.rb:8
|
92
|
-
msgid "Host Group Distribution"
|
93
|
-
msgstr ""
|
94
|
-
|
95
|
-
#: ../app/services/foreman_statistics/statistics.rb:9
|
96
|
-
msgid "Compute Resource Distribution"
|
97
|
-
msgstr ""
|
98
|
-
|
99
|
-
#: ../app/services/foreman_statistics/statistics.rb:10
|
100
|
-
msgid "Number of CPUs"
|
101
|
-
msgstr "Nombre de CPU"
|
102
|
-
|
103
|
-
#: ../app/services/foreman_statistics/statistics.rb:11
|
104
|
-
msgid "Hardware"
|
105
|
-
msgstr "Maquinari"
|
106
|
-
|
107
|
-
#: ../app/services/foreman_statistics/statistics.rb:12
|
108
|
-
msgid "Average Memory Usage"
|
109
|
-
msgstr ""
|
110
|
-
|
111
|
-
#: ../app/services/foreman_statistics/statistics.rb:13
|
112
|
-
msgid "Average Swap Usage"
|
113
|
-
msgstr ""
|
114
|
-
|
115
|
-
#: ../app/services/foreman_statistics/statistics.rb:14
|
116
|
-
msgid "Class Distribution"
|
117
|
-
msgstr "Distribució de la classe"
|
118
|
-
|
119
|
-
#: ../app/services/foreman_statistics/statistics.rb:15
|
120
|
-
msgid "Location Distribution"
|
121
|
-
msgstr ""
|
122
|
-
|
123
|
-
#: ../app/services/foreman_statistics/statistics.rb:16
|
124
|
-
msgid "Organization Distribution"
|
125
|
-
msgstr ""
|
126
|
-
|
127
|
-
#: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:22
|
128
|
-
msgid "free memory"
|
129
|
-
msgstr "memòria lliure"
|
130
|
-
|
131
|
-
#: ../app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb:26
|
132
|
-
msgid "used memory"
|
133
|
-
msgstr "memòria utilitzada"
|
134
|
-
|
135
|
-
#: ../app/views/foreman_statistics/trends/_empty_data.html.erb:1 ../app/views/foreman_statistics/trends/show.html.erb:2
|
136
|
-
msgid "Trends for %s"
|
137
|
-
msgstr "Tendències per %s"
|
138
|
-
|
139
|
-
#: ../app/views/foreman_statistics/trends/_empty_data.html.erb:4
|
140
|
-
msgid "No data for this trend."
|
141
|
-
msgstr "No hi ha dades per aquesta tendència."
|
142
|
-
|
143
|
-
#: ../app/views/foreman_statistics/trends/_form.html.erb:4
|
144
|
-
msgid "Please Select"
|
145
|
-
msgstr "Si us plau, seleccioneu"
|
146
|
-
|
147
|
-
#: ../app/views/foreman_statistics/trends/_hosts.html.erb:7
|
148
|
-
msgid "Show Host"
|
149
|
-
msgstr "Mosta l'amfitrió"
|
150
|
-
|
151
|
-
#: ../app/views/foreman_statistics/trends/edit.html.erb:1
|
152
|
-
msgid "Edit Trend %s"
|
153
|
-
msgstr "Edita la tendència %s"
|
154
|
-
|
155
|
-
#: ../app/views/foreman_statistics/trends/edit.html.erb:8
|
156
|
-
msgid "Fact Name"
|
157
|
-
msgstr "Nom de l'objecte d'interès"
|
158
|
-
|
159
|
-
#: ../app/views/foreman_statistics/trends/edit.html.erb:9 ../app/views/foreman_statistics/trends/edit.html.erb:30
|
160
|
-
msgid "Display Name"
|
161
|
-
msgstr ""
|
162
|
-
|
163
|
-
#: ../app/views/foreman_statistics/trends/edit.html.erb:43
|
164
|
-
msgid "Cancel"
|
165
|
-
msgstr "Cancel·la"
|
166
|
-
|
167
|
-
#: ../app/views/foreman_statistics/trends/edit.html.erb:44
|
168
|
-
msgid "Submit"
|
169
|
-
msgstr "Envia"
|
170
|
-
|
171
|
-
#: ../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
|
172
|
-
msgid "Trends"
|
173
|
-
msgstr "Tendències"
|
174
|
-
|
175
|
-
#: ../app/views/foreman_statistics/trends/index.html.erb:3 ../app/views/foreman_statistics/trends/welcome.html.erb:10
|
176
|
-
msgid "Add Trend Counter"
|
177
|
-
msgstr ""
|
178
|
-
|
179
|
-
#: ../app/views/foreman_statistics/trends/index.html.erb:9
|
180
|
-
msgid "Name"
|
181
|
-
msgstr "Nom"
|
182
|
-
|
183
|
-
#: ../app/views/foreman_statistics/trends/index.html.erb:10
|
184
|
-
msgid "Action"
|
185
|
-
msgstr "Acció"
|
186
|
-
|
187
|
-
#: ../app/views/foreman_statistics/trends/index.html.erb:16
|
188
|
-
msgid "Show Trends"
|
189
|
-
msgstr "Mostra les tendències"
|
190
|
-
|
191
|
-
#: ../app/views/foreman_statistics/trends/index.html.erb:19
|
192
|
-
msgid "Edit"
|
193
|
-
msgstr "Edita"
|
194
|
-
|
195
|
-
#: ../app/views/foreman_statistics/trends/index.html.erb:20
|
196
|
-
msgid "Delete all the trend history for %s?"
|
197
|
-
msgstr ""
|
198
|
-
|
199
|
-
#: ../app/views/foreman_statistics/trends/index.html.erb:28
|
200
|
-
msgid "Last update:"
|
201
|
-
msgstr ""
|
202
|
-
|
203
|
-
#: ../app/views/foreman_statistics/trends/new.html.erb:1
|
204
|
-
msgid "Create Trend"
|
205
|
-
msgstr "Crea una tendència"
|
206
|
-
|
207
|
-
#: ../app/views/foreman_statistics/trends/show.html.erb:7
|
208
|
-
msgid "last %s day"
|
209
|
-
msgid_plural "last %s days"
|
210
|
-
msgstr[0] ""
|
211
|
-
msgstr[1] ""
|
212
|
-
|
213
|
-
#: ../app/views/foreman_statistics/trends/show.html.erb:8
|
214
|
-
msgid "Number of Hosts"
|
215
|
-
msgstr "Nombre d'amfitrions"
|
216
|
-
|
217
|
-
#: ../app/views/foreman_statistics/trends/show.html.erb:16
|
218
|
-
msgid "Hosts"
|
219
|
-
msgstr "Amfitrions"
|
220
|
-
|
221
|
-
#: ../app/views/foreman_statistics/trends/welcome.html.erb:7
|
222
|
-
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."
|
223
|
-
msgstr ""
|
224
|
-
|
225
|
-
#: ../app/views/foreman_statistics/trends/welcome.html.erb:8
|
226
|
-
msgid "Learn more about this in the documentation."
|
227
|
-
msgstr "Obteniu més informació sobre això a la documentació."
|
228
|
-
|
229
|
-
#: ../lib/foreman_statistics/engine.rb:69 ../webpack/src/Router/StatisticsPage/StatisticsPage.js:8
|
230
|
-
msgid "Statistics"
|
231
|
-
msgstr "Estadístiques"
|
232
|
-
|
233
|
-
#: ../webpack/src/Components/StatisticsChartsList/index.js:14
|
234
|
-
msgid "No data available"
|
235
|
-
msgstr "Sense dades disponibles"
|
236
|
-
|
237
|
-
#: ../webpack/src/Components/StatisticsChartsList/index.js:15
|
238
|
-
msgid "Expand the chart"
|
239
|
-
msgstr "Expandeix la gràfica"
|
240
|
-
|
241
|
-
#: ../webpack/src/Router/StatisticsPage/Statistics/Statistics.js:13
|
242
|
-
msgid "No Charts To Load"
|
243
|
-
msgstr ""
|
244
|
-
|
245
|
-
#: action_names.rb:2
|
246
|
-
msgid "Action with sub plans"
|
247
|
-
msgstr ""
|
248
|
-
|
249
|
-
#: action_names.rb:3
|
250
|
-
msgid "Import facts"
|
251
|
-
msgstr ""
|
252
|
-
|
253
|
-
#: action_names.rb:4
|
254
|
-
msgid "Import Puppet classes"
|
255
|
-
msgstr ""
|
256
|
-
|
257
|
-
#: action_names.rb:5
|
258
|
-
msgid "Remote action:"
|
259
|
-
msgstr ""
|
260
|
-
|
261
|
-
#: gemspec.rb:2
|
262
|
-
msgid "Statistics and Trends for Foreman gives users overview of their infrastructure."
|
263
|
-
msgstr ""
|
File without changes
|