decidim-consultations 0.24.3 → 0.25.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/consultations/consultation_m_cell.rb +1 -1
- data/app/cells/decidim/consultations/content_blocks/highlighted_consultations/show.erb +1 -1
- data/app/commands/decidim/consultations/admin/update_consultation.rb +5 -13
- data/app/commands/decidim/consultations/admin/update_question.rb +5 -13
- data/app/controllers/concerns/decidim/consultations/needs_question.rb +1 -1
- data/app/forms/decidim/consultations/admin/consultation_form.rb +2 -2
- data/app/forms/decidim/consultations/admin/question_form.rb +3 -3
- data/app/models/decidim/consultation.rb +4 -4
- data/app/models/decidim/consultations/question.rb +13 -5
- data/app/packs/entrypoints/decidim_consultations.js +8 -0
- data/app/{assets/images/decidim/consultations/icon.svg → packs/images/decidim/consultations/decidim_consultations.svg} +0 -0
- data/app/packs/src/decidim/consultations/show_more.js +10 -0
- data/app/{assets/javascripts/decidim/consultations/utils.js.es6 → packs/src/decidim/consultations/utils.js} +5 -5
- data/app/{assets/javascripts → packs/src}/decidim/consultations/utils_multiple.js +2 -1
- data/app/{assets/javascripts → packs/src}/decidim/consultations/vote_dialog.js +1 -1
- data/app/{assets → packs}/stylesheets/decidim/consultations/_question.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_question_multiple_votes.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_stats.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_video_wrapper.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/banners/_block-banner.scss +0 -0
- data/app/packs/stylesheets/decidim/consultations/consultations.scss +14 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-banner.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-card.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-header.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-home-banner.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-intro.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-title.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations_nav.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/introductory_image.scss +0 -0
- data/app/{assets/stylesheets/decidim/consultations/highlighted-content-banner.css.scss → packs/stylesheets/decidim/consultations/highlighted-content-banner.scss} +0 -0
- data/app/queries/decidim/consultations/admin/admin_users.rb +16 -12
- data/app/views/decidim/consultations/_consultation.html.erb +1 -1
- data/app/views/decidim/consultations/admin/consultations/_form.html.erb +1 -1
- data/app/views/decidim/consultations/admin/question_configuration/_form.html.erb +1 -1
- data/app/views/decidim/consultations/admin/questions/_form.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_consultation_card.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_consultation_details.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_filters.html.erb +1 -0
- data/app/views/decidim/consultations/consultations/index.html.erb +1 -2
- data/app/views/decidim/consultations/question_multiple_votes/_voting_rules.html.erb +1 -1
- data/app/views/decidim/consultations/questions/_right_column.html.erb +1 -1
- data/app/views/decidim/consultations/questions/_vote_button.html.erb +1 -2
- data/app/views/decidim/consultations/questions/show.html.erb +3 -2
- data/app/views/layouts/decidim/_consultation_header.html.erb +1 -1
- data/app/views/layouts/decidim/_question_components.html.erb +1 -1
- data/app/views/layouts/decidim/_question_header.html.erb +1 -1
- data/app/views/layouts/decidim/admin/consultation.html.erb +1 -1
- data/app/views/layouts/decidim/admin/question.html.erb +4 -83
- data/config/assets.rb +9 -0
- data/config/locales/ar.yml +2 -8
- data/config/locales/ca.yml +5 -8
- data/config/locales/cs.yml +5 -8
- data/config/locales/de.yml +5 -8
- data/config/locales/el.yml +2 -8
- data/config/locales/en.yml +6 -8
- data/config/locales/es-MX.yml +5 -8
- data/config/locales/es-PY.yml +5 -8
- data/config/locales/es.yml +5 -8
- data/config/locales/eu.yml +2 -8
- data/config/locales/fi-plain.yml +5 -8
- data/config/locales/fi.yml +5 -8
- data/config/locales/fr-CA.yml +3 -9
- data/config/locales/fr-LU.yml +372 -0
- data/config/locales/fr.yml +2 -8
- data/config/locales/gl.yml +5 -8
- data/config/locales/hu.yml +2 -8
- data/config/locales/id-ID.yml +2 -8
- data/config/locales/is-IS.yml +2 -8
- data/config/locales/it.yml +6 -8
- data/config/locales/ja.yml +8 -8
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +2 -8
- data/config/locales/nl.yml +5 -8
- data/config/locales/no.yml +2 -8
- data/config/locales/pl.yml +5 -8
- data/config/locales/pt-BR.yml +90 -8
- data/config/locales/pt.yml +2 -8
- data/config/locales/ro-RO.yml +5 -8
- data/config/locales/ru.yml +2 -8
- data/config/locales/sk.yml +2 -8
- data/config/locales/sv.yml +5 -8
- data/config/locales/tr-TR.yml +2 -8
- data/config/locales/uk.yml +2 -8
- data/config/locales/zh-CN.yml +2 -8
- data/lib/decidim/api/consultation_question_type.rb +8 -0
- data/lib/decidim/api/consultation_type.rb +8 -0
- data/lib/decidim/consultations/admin_engine.rb +109 -24
- data/lib/decidim/consultations/engine.rb +6 -12
- data/lib/decidim/consultations/participatory_space.rb +46 -9
- data/lib/decidim/consultations/version.rb +1 -1
- metadata +38 -39
- data/app/assets/config/decidim_consultations_manifest.css +0 -3
- data/app/assets/config/decidim_consultations_manifest.js +0 -5
- data/app/assets/images/decidim/consultations/icon2.svg +0 -1
- data/app/assets/javascripts/decidim/consultations/show_more.js.es6 +0 -12
- data/app/assets/stylesheets/decidim/consultations/consultations.scss +0 -6
- data/app/helpers/decidim/consultations/admin/consultation_menu_helper.rb +0 -15
- data/config/locales/ja-JP.yml +0 -367
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
Decidim.register_participatory_space(:consultations) do |participatory_space|
|
4
|
-
participatory_space.icon = "
|
4
|
+
participatory_space.icon = "decidim_consultations.svg"
|
5
5
|
participatory_space.model_class_name = "Decidim::Consultation"
|
6
6
|
participatory_space.permissions_class_name = "Decidim::Consultations::Permissions"
|
7
7
|
participatory_space.stylesheet = "decidim/consultations/consultations"
|
@@ -31,7 +31,7 @@ Decidim.register_participatory_space(:consultations) do |participatory_space|
|
|
31
31
|
|
32
32
|
participatory_space.register_resource(:question) do |resource|
|
33
33
|
resource.model_class_name = "Decidim::Consultations::Question"
|
34
|
-
resource.actions = %w(vote)
|
34
|
+
resource.actions = %w(vote comment)
|
35
35
|
end
|
36
36
|
|
37
37
|
participatory_space.seeds do
|
@@ -50,7 +50,12 @@ Decidim.register_participatory_space(:consultations) do |participatory_space|
|
|
50
50
|
start_voting_date: Time.zone.today,
|
51
51
|
end_voting_date: Time.zone.today + 1.month,
|
52
52
|
organization: organization,
|
53
|
-
banner_image:
|
53
|
+
banner_image: ActiveStorage::Blob.create_after_upload!(
|
54
|
+
io: File.open(File.join(seeds_root, "city2.jpeg")),
|
55
|
+
filename: "banner_image.jpeg",
|
56
|
+
content_type: "image/jpeg",
|
57
|
+
metadata: nil
|
58
|
+
), # Keep after organization
|
54
59
|
introductory_video_url: "https://www.youtube.com/embed/zhMMW0TENNA",
|
55
60
|
decidim_highlighted_scope_id: Decidim::Scope.reorder(Arel.sql("RANDOM()")).first.id
|
56
61
|
}
|
@@ -77,7 +82,12 @@ Decidim.register_participatory_space(:consultations) do |participatory_space|
|
|
77
82
|
start_voting_date: Time.zone.today - 2.months,
|
78
83
|
end_voting_date: Time.zone.today - 1.month,
|
79
84
|
organization: organization,
|
80
|
-
banner_image:
|
85
|
+
banner_image: ActiveStorage::Blob.create_after_upload!(
|
86
|
+
io: File.open(File.join(seeds_root, "city2.jpeg")),
|
87
|
+
filename: "banner_image.jpeg",
|
88
|
+
content_type: "image/jpeg",
|
89
|
+
metadata: nil
|
90
|
+
), # Keep after organization
|
81
91
|
introductory_video_url: "https://www.youtube.com/embed/zhMMW0TENNA",
|
82
92
|
decidim_highlighted_scope_id: Decidim::Scope.reorder(Arel.sql("RANDOM()")).first.id
|
83
93
|
}
|
@@ -103,7 +113,12 @@ Decidim.register_participatory_space(:consultations) do |participatory_space|
|
|
103
113
|
start_voting_date: Time.zone.today + 1.month + 1.day,
|
104
114
|
end_voting_date: Time.zone.today + 2.months,
|
105
115
|
organization: organization,
|
106
|
-
banner_image:
|
116
|
+
banner_image: ActiveStorage::Blob.create_after_upload!(
|
117
|
+
io: File.open(File.join(seeds_root, "city2.jpeg")),
|
118
|
+
filename: "banner_image.jpeg",
|
119
|
+
content_type: "image/jpeg",
|
120
|
+
metadata: nil
|
121
|
+
), # Keep after organization
|
107
122
|
introductory_video_url: "https://www.youtube.com/embed/zhMMW0TENNA",
|
108
123
|
decidim_highlighted_scope_id: Decidim::Scope.reorder(Arel.sql("RANDOM()")).first.id
|
109
124
|
}
|
@@ -133,8 +148,18 @@ Decidim.register_participatory_space(:consultations) do |participatory_space|
|
|
133
148
|
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
134
149
|
end,
|
135
150
|
organization: organization,
|
136
|
-
hero_image:
|
137
|
-
|
151
|
+
hero_image: ActiveStorage::Blob.create_after_upload!(
|
152
|
+
io: File.open(File.join(seeds_root, "city.jpeg")),
|
153
|
+
filename: "hero_image.jpeg",
|
154
|
+
content_type: "image/jpeg",
|
155
|
+
metadata: nil
|
156
|
+
), # Keep after organization
|
157
|
+
banner_image: ActiveStorage::Blob.create_after_upload!(
|
158
|
+
io: File.open(File.join(seeds_root, "city2.jpeg")),
|
159
|
+
filename: "banner_image.jpeg",
|
160
|
+
content_type: "image/jpeg",
|
161
|
+
metadata: nil
|
162
|
+
), # Keep after organization
|
138
163
|
promoter_group: Decidim::Faker::Localized.sentence(word_count: 3),
|
139
164
|
participatory_scope: Decidim::Faker::Localized.sentence(word_count: 3),
|
140
165
|
published_at: Time.now.utc
|
@@ -162,14 +187,26 @@ Decidim.register_participatory_space(:consultations) do |participatory_space|
|
|
162
187
|
title: Decidim::Faker::Localized.sentence(word_count: 2),
|
163
188
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
164
189
|
attached_to: question,
|
165
|
-
|
190
|
+
content_type: "image/jpeg",
|
191
|
+
file: ActiveStorage::Blob.create_after_upload!(
|
192
|
+
io: File.open(File.join(seeds_root, "city.jpeg")),
|
193
|
+
filename: "city.jpeg",
|
194
|
+
content_type: "image/jpeg",
|
195
|
+
metadata: nil
|
196
|
+
) # Keep after attached_to
|
166
197
|
)
|
167
198
|
|
168
199
|
Decidim::Attachment.create!(
|
169
200
|
title: Decidim::Faker::Localized.sentence(word_count: 2),
|
170
201
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
171
202
|
attached_to: question,
|
172
|
-
|
203
|
+
content_type: "application/pdf",
|
204
|
+
file: ActiveStorage::Blob.create_after_upload!(
|
205
|
+
io: File.open(File.join(seeds_root, "Exampledocument.pdf")),
|
206
|
+
filename: "Exampledocument.pdf",
|
207
|
+
content_type: "application/pdf",
|
208
|
+
metadata: nil
|
209
|
+
) # Keep after attached_to
|
173
210
|
)
|
174
211
|
end
|
175
212
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-consultations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Salvador Perez Garcia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|
@@ -16,56 +16,56 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.25.0.rc1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.25.0.rc1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-comments
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.25.0.rc1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.25.0.rc1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: decidim-core
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.
|
47
|
+
version: 0.25.0.rc1
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.
|
54
|
+
version: 0.25.0.rc1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: decidim-dev
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
61
|
+
version: 0.25.0.rc1
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
68
|
+
version: 0.25.0.rc1
|
69
69
|
description: Extends Decidim adding a first level public consultation component
|
70
70
|
email:
|
71
71
|
- jsperezg@gmail.com
|
@@ -75,30 +75,6 @@ extra_rdoc_files: []
|
|
75
75
|
files:
|
76
76
|
- README.md
|
77
77
|
- Rakefile
|
78
|
-
- app/assets/config/decidim_consultations_manifest.css
|
79
|
-
- app/assets/config/decidim_consultations_manifest.js
|
80
|
-
- app/assets/images/decidim/consultations/icon.svg
|
81
|
-
- app/assets/images/decidim/consultations/icon2.svg
|
82
|
-
- app/assets/javascripts/decidim/consultations/show_more.js.es6
|
83
|
-
- app/assets/javascripts/decidim/consultations/utils.js.es6
|
84
|
-
- app/assets/javascripts/decidim/consultations/utils_multiple.js
|
85
|
-
- app/assets/javascripts/decidim/consultations/vote_dialog.js
|
86
|
-
- app/assets/stylesheets/decidim/consultations/_question.scss
|
87
|
-
- app/assets/stylesheets/decidim/consultations/_question_multiple_votes.scss
|
88
|
-
- app/assets/stylesheets/decidim/consultations/_stats.scss
|
89
|
-
- app/assets/stylesheets/decidim/consultations/_video_wrapper.scss
|
90
|
-
- app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss
|
91
|
-
- app/assets/stylesheets/decidim/consultations/consultations.scss
|
92
|
-
- app/assets/stylesheets/decidim/consultations/consultations/_consultations-banner.scss
|
93
|
-
- app/assets/stylesheets/decidim/consultations/consultations/_consultations-card.scss
|
94
|
-
- app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss
|
95
|
-
- app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-banner.scss
|
96
|
-
- app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss
|
97
|
-
- app/assets/stylesheets/decidim/consultations/consultations/_consultations-intro.scss
|
98
|
-
- app/assets/stylesheets/decidim/consultations/consultations/_consultations-title.scss
|
99
|
-
- app/assets/stylesheets/decidim/consultations/consultations/_consultations_nav.scss
|
100
|
-
- app/assets/stylesheets/decidim/consultations/consultations/introductory_image.scss
|
101
|
-
- app/assets/stylesheets/decidim/consultations/highlighted-content-banner.css.scss
|
102
78
|
- app/cells/decidim/consultation_activity_cell.rb
|
103
79
|
- app/cells/decidim/consultations/consultation_cell.rb
|
104
80
|
- app/cells/decidim/consultations/consultation_m/data.erb
|
@@ -165,7 +141,6 @@ files:
|
|
165
141
|
- app/forms/decidim/consultations/admin/response_group_form.rb
|
166
142
|
- app/forms/decidim/consultations/multi_vote_form.rb
|
167
143
|
- app/forms/decidim/consultations/vote_form.rb
|
168
|
-
- app/helpers/decidim/consultations/admin/consultation_menu_helper.rb
|
169
144
|
- app/helpers/decidim/consultations/admin/consultations_helper.rb
|
170
145
|
- app/helpers/decidim/consultations/admin/questions_helper.rb
|
171
146
|
- app/helpers/decidim/consultations/consultations_helper.rb
|
@@ -178,6 +153,28 @@ files:
|
|
178
153
|
- app/models/decidim/consultations/response.rb
|
179
154
|
- app/models/decidim/consultations/response_group.rb
|
180
155
|
- app/models/decidim/consultations/vote.rb
|
156
|
+
- app/packs/entrypoints/decidim_consultations.js
|
157
|
+
- app/packs/images/decidim/consultations/decidim_consultations.svg
|
158
|
+
- app/packs/src/decidim/consultations/show_more.js
|
159
|
+
- app/packs/src/decidim/consultations/utils.js
|
160
|
+
- app/packs/src/decidim/consultations/utils_multiple.js
|
161
|
+
- app/packs/src/decidim/consultations/vote_dialog.js
|
162
|
+
- app/packs/stylesheets/decidim/consultations/_question.scss
|
163
|
+
- app/packs/stylesheets/decidim/consultations/_question_multiple_votes.scss
|
164
|
+
- app/packs/stylesheets/decidim/consultations/_stats.scss
|
165
|
+
- app/packs/stylesheets/decidim/consultations/_video_wrapper.scss
|
166
|
+
- app/packs/stylesheets/decidim/consultations/banners/_block-banner.scss
|
167
|
+
- app/packs/stylesheets/decidim/consultations/consultations.scss
|
168
|
+
- app/packs/stylesheets/decidim/consultations/consultations/_consultations-banner.scss
|
169
|
+
- app/packs/stylesheets/decidim/consultations/consultations/_consultations-card.scss
|
170
|
+
- app/packs/stylesheets/decidim/consultations/consultations/_consultations-header.scss
|
171
|
+
- app/packs/stylesheets/decidim/consultations/consultations/_consultations-home-banner.scss
|
172
|
+
- app/packs/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss
|
173
|
+
- app/packs/stylesheets/decidim/consultations/consultations/_consultations-intro.scss
|
174
|
+
- app/packs/stylesheets/decidim/consultations/consultations/_consultations-title.scss
|
175
|
+
- app/packs/stylesheets/decidim/consultations/consultations/_consultations_nav.scss
|
176
|
+
- app/packs/stylesheets/decidim/consultations/consultations/introductory_image.scss
|
177
|
+
- app/packs/stylesheets/decidim/consultations/highlighted-content-banner.scss
|
181
178
|
- app/permissions/decidim/consultations/admin/permissions.rb
|
182
179
|
- app/permissions/decidim/consultations/permissions.rb
|
183
180
|
- app/presenters/decidim/consultations/question_stats_presenter.rb
|
@@ -245,6 +242,7 @@ files:
|
|
245
242
|
- app/views/layouts/decidim/consultation_choose.html.erb
|
246
243
|
- app/views/layouts/decidim/question.html.erb
|
247
244
|
- app/views/layouts/decidim/question_multivote.html.erb
|
245
|
+
- config/assets.rb
|
248
246
|
- config/locales/am-ET.yml
|
249
247
|
- config/locales/ar-SA.yml
|
250
248
|
- config/locales/ar.yml
|
@@ -271,6 +269,7 @@ files:
|
|
271
269
|
- config/locales/fi-plain.yml
|
272
270
|
- config/locales/fi.yml
|
273
271
|
- config/locales/fr-CA.yml
|
272
|
+
- config/locales/fr-LU.yml
|
274
273
|
- config/locales/fr.yml
|
275
274
|
- config/locales/ga-IE.yml
|
276
275
|
- config/locales/gl.yml
|
@@ -281,10 +280,10 @@ files:
|
|
281
280
|
- config/locales/is-IS.yml
|
282
281
|
- config/locales/is.yml
|
283
282
|
- config/locales/it.yml
|
284
|
-
- config/locales/ja-JP.yml
|
285
283
|
- config/locales/ja.yml
|
286
284
|
- config/locales/ko-KR.yml
|
287
285
|
- config/locales/ko.yml
|
286
|
+
- config/locales/lb-LU.yml
|
288
287
|
- config/locales/lt-LT.yml
|
289
288
|
- config/locales/lt.yml
|
290
289
|
- config/locales/lv.yml
|
@@ -379,11 +378,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
379
378
|
version: '2.7'
|
380
379
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
381
380
|
requirements:
|
382
|
-
- - "
|
381
|
+
- - ">"
|
383
382
|
- !ruby/object:Gem::Version
|
384
|
-
version:
|
383
|
+
version: 1.3.1
|
385
384
|
requirements: []
|
386
|
-
rubygems_version: 3.1.
|
385
|
+
rubygems_version: 3.1.4
|
387
386
|
signing_key:
|
388
387
|
specification_version: 4
|
389
388
|
summary: Decidim consultations module
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" id="svg2" width="129.16" height="129.16" version="1.1" viewBox="0 0 121.088 121.088"><metadata id="metadata7"/><g id="layer1" transform="translate(-31.864728,-35.267277)"><path id="path4136" fill="#000" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-dasharray="none" stroke-dashoffset="0" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" stroke-opacity="1" stroke-width="2.9" d="m 92.408203,35.267578 c -33.420312,0 -60.542969,27.122657 -60.542969,60.542969 -1e-6,33.420313 27.122657,60.544923 60.542969,60.544923 33.420317,0 60.544927,-27.12461 60.544917,-60.544923 0,-33.420313 -27.1246,-60.54297 -60.544917,-60.542969 z m 0,2.900391 c 31.853037,-10e-7 57.644527,25.789542 57.644527,57.642578 1e-5,31.853033 -25.79149,57.644533 -57.644527,57.644533 -31.853036,0 -57.642579,-25.7915 -57.642578,-57.644533 0,-31.853036 25.789543,-57.642578 57.642578,-57.642578 z" baseline-shift="baseline" clip-rule="nonzero" color="#000" color-interpolation="sRGB" color-interpolation-filters="linearRGB" color-rendering="auto" direction="ltr" display="inline" enable-background="accumulate" font-family="sans-serif" font-size="medium" font-stretch="normal" font-style="normal" font-variant="normal" font-weight="normal" image-rendering="auto" letter-spacing="normal" opacity="1" overflow="visible" shape-rendering="auto" text-anchor="start" text-decoration="none" text-rendering="auto" visibility="visible" word-spacing="normal" writing-mode="lr-tb" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;white-space:normal;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1"/><path id="rect4138" fill="#000" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-dasharray="none" stroke-dashoffset="0" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" stroke-opacity="1" stroke-width="3.631" d="m 58.978516,67.554688 0,1.816406 0,24.173828 25.990234,0 0,-25.990234 -25.990234,0 z m 3.630859,3.630859 18.726563,0 0,18.728515 -18.726563,0 0,-18.728515 z" baseline-shift="baseline" clip-rule="nonzero" color="#000" color-interpolation="sRGB" color-interpolation-filters="linearRGB" color-rendering="auto" direction="ltr" display="inline" enable-background="accumulate" font-family="sans-serif" font-size="medium" font-stretch="normal" font-style="normal" font-variant="normal" font-weight="normal" image-rendering="auto" letter-spacing="normal" opacity="1" overflow="visible" shape-rendering="auto" text-anchor="start" text-decoration="none" text-rendering="auto" visibility="visible" word-spacing="normal" writing-mode="lr-tb" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;white-space:normal;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1"/><path id="rect4140" fill="#000" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-dasharray="none" stroke-dashoffset="0" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" stroke-opacity="1" stroke-width="3.631" d="m 58.978516,100.10938 0,1.81445 0,24.17383 25.990234,0 0,-25.98828 -25.990234,0 z m 3.630859,3.63085 18.726563,0 0,18.72657 -18.726563,0 0,-18.72657 z" baseline-shift="baseline" clip-rule="nonzero" color="#000" color-interpolation="sRGB" color-interpolation-filters="linearRGB" color-rendering="auto" direction="ltr" display="inline" enable-background="accumulate" font-family="sans-serif" font-size="medium" font-stretch="normal" font-style="normal" font-variant="normal" font-weight="normal" image-rendering="auto" letter-spacing="normal" opacity="1" overflow="visible" shape-rendering="auto" text-anchor="start" text-decoration="none" text-rendering="auto" visibility="visible" word-spacing="normal" writing-mode="lr-tb" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;white-space:normal;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1"/><path id="path4142" fill="#000" fill-opacity="1" fill-rule="evenodd" stroke="none" stroke-dasharray="none" stroke-dashoffset="0" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" stroke-opacity="1" stroke-width="5" d="m 94.357422,76.933594 0,5 35.392578,0 0,-5 -35.392578,0 z" baseline-shift="baseline" clip-rule="nonzero" color="#000" color-interpolation="sRGB" color-interpolation-filters="linearRGB" color-rendering="auto" direction="ltr" display="inline" enable-background="accumulate" font-family="sans-serif" font-size="medium" font-stretch="normal" font-style="normal" font-variant="normal" font-weight="normal" image-rendering="auto" letter-spacing="normal" opacity="1" overflow="visible" shape-rendering="auto" text-anchor="start" text-decoration="none" text-rendering="auto" visibility="visible" word-spacing="normal" writing-mode="lr-tb" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;white-space:normal;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1"/><path id="path4150" fill="#000" fill-opacity="1" fill-rule="evenodd" stroke="none" stroke-dasharray="none" stroke-dashoffset="0" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" stroke-opacity="1" stroke-width="5" d="m 94.357422,110.93359 0,5 35.392578,0 0,-5 -35.392578,0 z" baseline-shift="baseline" clip-rule="nonzero" color="#000" color-interpolation="sRGB" color-interpolation-filters="linearRGB" color-rendering="auto" direction="ltr" display="inline" enable-background="accumulate" font-family="sans-serif" font-size="medium" font-stretch="normal" font-style="normal" font-variant="normal" font-weight="normal" image-rendering="auto" letter-spacing="normal" opacity="1" overflow="visible" shape-rendering="auto" text-anchor="start" text-decoration="none" text-rendering="auto" visibility="visible" word-spacing="normal" writing-mode="lr-tb" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;white-space:normal;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1"/><g id="text4154" fill="#000" fill-opacity="1" stroke="none" stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" stroke-width="1" font-family="OpenSymbol" font-size="41.113" font-stretch="normal" font-style="normal" font-variant="normal" font-weight="normal" letter-spacing="0" word-spacing="0" style="line-height:125%;-inkscape-font-specification:OpenSymbol"><path id="path4153" d="m 89.716183,63.201072 0.702622,1.02382 q -4.838051,3.673707 -9.957151,10.318499 -4.737677,6.22322 -7.608388,12.225616 -2.228314,1.465468 -3.974831,2.870711 -2.710112,-8.873107 -6.303519,-10.3185 2.027565,-2.308614 3.994905,-2.308614 1.686292,0 4.075205,5.641048 7.668613,-12.948312 19.071157,-19.45258 z"/></g></g></svg>
|
@@ -1,15 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module Decidim
|
4
|
-
module Consultations
|
5
|
-
module Admin
|
6
|
-
module ConsultationMenuHelper
|
7
|
-
include Decidim::Admin::SidebarMenuHelper
|
8
|
-
|
9
|
-
def admin_consultation_menu
|
10
|
-
@admin_consultation_menu ||= sidebar_menu(:admin_consultation_menu)
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
data/config/locales/ja-JP.yml
DELETED
@@ -1,367 +0,0 @@
|
|
1
|
-
ja:
|
2
|
-
activemodel:
|
3
|
-
attributes:
|
4
|
-
consultation:
|
5
|
-
banner_image: バナー画像
|
6
|
-
decidim_highlighted_scope_id: ハイライトされたスコープ
|
7
|
-
description: 説明
|
8
|
-
end_voting_date: 投票終了
|
9
|
-
introductory_image: 入門画像
|
10
|
-
introductory_video_url: 紹介ビデオ URL
|
11
|
-
questions: 質問
|
12
|
-
slug: URL スラグ
|
13
|
-
start_voting_date: 投票が始まります
|
14
|
-
subtitle: サブタイトル
|
15
|
-
title: タイトル
|
16
|
-
question:
|
17
|
-
banner_image: バナー画像
|
18
|
-
decidim_scope_id: 市町村地域
|
19
|
-
hashtag: ハッシュタグ
|
20
|
-
hero_image: ホーム画像
|
21
|
-
i_frame_url: 外部投票システムURL
|
22
|
-
instructions: 投票の追加手順
|
23
|
-
max_votes: 最大投票数
|
24
|
-
min_votes: 投票の最小数
|
25
|
-
origin_scope: スコープ
|
26
|
-
origin_title: 原点:
|
27
|
-
origin_url: 原点URL
|
28
|
-
participatory_scope: 参加範囲
|
29
|
-
promoter_group: プロモーターグループ
|
30
|
-
question_context: コンテキスト
|
31
|
-
reference: 参照
|
32
|
-
scope: 市町村地域
|
33
|
-
slug: URL スラグ
|
34
|
-
subtitle: サブタイトル
|
35
|
-
vote: 外部投票システム
|
36
|
-
what_is_decided: 決定されるもの
|
37
|
-
response:
|
38
|
-
decidim_consultations_response_group_id: グループ
|
39
|
-
errors:
|
40
|
-
models:
|
41
|
-
question:
|
42
|
-
attributes:
|
43
|
-
max_votes:
|
44
|
-
lower_than_min: 投票の最大数は最小数以上である必要があります。
|
45
|
-
vote:
|
46
|
-
decidim_consultations_response_id:
|
47
|
-
not_found: 応答が見つかりません。
|
48
|
-
activerecord:
|
49
|
-
errors:
|
50
|
-
models:
|
51
|
-
decidim/consultations/vote:
|
52
|
-
attributes:
|
53
|
-
question:
|
54
|
-
invalid_num_votes: 投票数が無効です
|
55
|
-
models:
|
56
|
-
decidim/consultation:
|
57
|
-
other: コンサルテーション数
|
58
|
-
decidim/consultations/question:
|
59
|
-
other: 質問
|
60
|
-
decidim/consultations/response:
|
61
|
-
other: 回答
|
62
|
-
decidim/consultations/vote:
|
63
|
-
other: 投票
|
64
|
-
decidim:
|
65
|
-
admin:
|
66
|
-
actions:
|
67
|
-
back_to_responses: 返信に戻る
|
68
|
-
new_consultation: 新規のご相談
|
69
|
-
new_question: 新しい質問
|
70
|
-
new_response: 新しい応答
|
71
|
-
new_response_group: 新しいグループ
|
72
|
-
publish_results: 結果を公開
|
73
|
-
response_groups: 応答グループの管理
|
74
|
-
unpublish_results: 結果を非公開にする
|
75
|
-
consultation_publications:
|
76
|
-
create:
|
77
|
-
error: この相談を公表する際に問題が発生しました。
|
78
|
-
success: 相談が正常に公開されました。
|
79
|
-
destroy:
|
80
|
-
error: この相談を非公開にする際に問題が発生しました。
|
81
|
-
success: 相談を非公開にしました。
|
82
|
-
consultation_results_publications:
|
83
|
-
create:
|
84
|
-
error: この協議の結果を公表する際に問題が発生しました。
|
85
|
-
success: 相談結果の公開に成功しました。
|
86
|
-
destroy:
|
87
|
-
error: この相談の結果を非公開にする際に問題が発生しました。
|
88
|
-
success: 相談結果を非公開にしました。
|
89
|
-
consultations:
|
90
|
-
create:
|
91
|
-
error: 新しい相談を作成する際に問題がありました。
|
92
|
-
success: コンサルティングを作成しました。
|
93
|
-
edit:
|
94
|
-
update: 更新
|
95
|
-
form:
|
96
|
-
slug_help: 'URLスラグは、この協議を指すURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
|
97
|
-
title: 一般情報
|
98
|
-
index:
|
99
|
-
not_published: 未公開
|
100
|
-
published: 公開済み
|
101
|
-
new:
|
102
|
-
create: 作成
|
103
|
-
title: 新規のご相談
|
104
|
-
results:
|
105
|
-
not_visible: コンサルテーションが終了すると結果が表示されます
|
106
|
-
participants: "%{count} 人の参加者"
|
107
|
-
total_votes: '合計: %{count} 票'
|
108
|
-
update:
|
109
|
-
error: 相談の更新中に問題が発生しました。
|
110
|
-
success: 相談が更新されました。
|
111
|
-
menu:
|
112
|
-
consultations: コンサルテーション数
|
113
|
-
consultations_submenu:
|
114
|
-
info: 情報
|
115
|
-
questions: 質問
|
116
|
-
results: 結果
|
117
|
-
questions_submenu:
|
118
|
-
components: コンポーネント
|
119
|
-
configuration: 設定
|
120
|
-
consultation: 相談する
|
121
|
-
info: 情報
|
122
|
-
responses: 回答
|
123
|
-
models:
|
124
|
-
consultation:
|
125
|
-
fields:
|
126
|
-
created_at: 作成日時
|
127
|
-
published: 公開済み
|
128
|
-
title: タイトル
|
129
|
-
name:
|
130
|
-
other: コンサルテーション数
|
131
|
-
question:
|
132
|
-
fields:
|
133
|
-
created_at: 作成日時
|
134
|
-
published: 公開済み
|
135
|
-
title: タイトル
|
136
|
-
name:
|
137
|
-
other: 質問
|
138
|
-
response:
|
139
|
-
fields:
|
140
|
-
created_at: 作成日時
|
141
|
-
response_group: グループ
|
142
|
-
title: タイトル
|
143
|
-
name:
|
144
|
-
other: 回答
|
145
|
-
question_configuration:
|
146
|
-
disable_external_voting: 詳細設定の外部投票を無効にしてください
|
147
|
-
form:
|
148
|
-
help: 参加者が選択できる回答の最大数を増やすことで、複数の選択問題を設定します。 デフォルトの最大値は1で、1つの応答しか投票できません。
|
149
|
-
title: 高度な構成
|
150
|
-
question_publications:
|
151
|
-
create:
|
152
|
-
error: この質問を公開する際に問題が発生しました。
|
153
|
-
success: 質問を公開しました。
|
154
|
-
destroy:
|
155
|
-
error: この質問を非公開にする際に問題が発生しました。
|
156
|
-
success: 質問を非公開にしました。
|
157
|
-
questions:
|
158
|
-
create:
|
159
|
-
error: 新しい質問を作成中に問題が発生しました。
|
160
|
-
success: 問題が正常に作成されました。
|
161
|
-
destroy:
|
162
|
-
success: 問題を削除しました。
|
163
|
-
edit:
|
164
|
-
update: 更新
|
165
|
-
form:
|
166
|
-
title: 一般情報
|
167
|
-
index:
|
168
|
-
not_published: 未公開
|
169
|
-
published: 公開済み
|
170
|
-
new:
|
171
|
-
create: 作成
|
172
|
-
title: 新しい質問
|
173
|
-
update:
|
174
|
-
error: この質問の更新中に問題が発生しました。
|
175
|
-
success: 問題が正常に更新されました。
|
176
|
-
response_groups:
|
177
|
-
create:
|
178
|
-
error: 新しい応答グループの作成中に問題が発生しました。
|
179
|
-
success: 応答グループを作成しました。
|
180
|
-
destroy:
|
181
|
-
error: 応答グループの削除中に問題が発生しました。応答が依存していないことを確認してください。
|
182
|
-
success: 応答グループを削除しました。
|
183
|
-
edit:
|
184
|
-
update: 更新
|
185
|
-
form:
|
186
|
-
title: 一般情報
|
187
|
-
help: 複数の選択肢の質問をパッケージにまとめるためにグループを使用します。
|
188
|
-
new:
|
189
|
-
create: 作成
|
190
|
-
title: 新しい応答グループ
|
191
|
-
update:
|
192
|
-
error: この応答を更新中に問題が発生しました。
|
193
|
-
success: 応答が正常に更新されました。
|
194
|
-
responses:
|
195
|
-
create:
|
196
|
-
error: 新しい応答を作成する際に問題が発生しました。
|
197
|
-
success: レスポンスを作成しました。
|
198
|
-
destroy:
|
199
|
-
error: 応答の削除中に問題が発生しました。
|
200
|
-
success: 応答が正常に削除されました。
|
201
|
-
edit:
|
202
|
-
update: 更新
|
203
|
-
form:
|
204
|
-
title: 一般情報
|
205
|
-
new:
|
206
|
-
create: 作成
|
207
|
-
title: 新しい応答
|
208
|
-
update:
|
209
|
-
error: この応答を更新中に問題が発生しました。
|
210
|
-
success: 応答が正常に更新されました。
|
211
|
-
titles:
|
212
|
-
consultations: コンサルテーション数
|
213
|
-
questions: 質問
|
214
|
-
response_groups: 応答グループ
|
215
|
-
responses: 回答
|
216
|
-
results: 結果
|
217
|
-
consultations:
|
218
|
-
admin:
|
219
|
-
content_blocks:
|
220
|
-
highlighted_consultations:
|
221
|
-
max_results: 表示する要素の最大量
|
222
|
-
consultation:
|
223
|
-
start_voting_date: 投票が始まります
|
224
|
-
view_results: 結果を表示
|
225
|
-
consultation_card:
|
226
|
-
view_results: 結果を表示
|
227
|
-
consultations:
|
228
|
-
orders:
|
229
|
-
label: '並び替え相談:'
|
230
|
-
random: Random
|
231
|
-
recent: 直近のもの
|
232
|
-
show:
|
233
|
-
dates: 日付
|
234
|
-
content_blocks:
|
235
|
-
highlighted_consultations:
|
236
|
-
name: ハイライトされた相談
|
237
|
-
count:
|
238
|
-
title:
|
239
|
-
other: "%{count} 件のコンサルティング"
|
240
|
-
filters:
|
241
|
-
active: アクティブ
|
242
|
-
all: すべて
|
243
|
-
finished: 完了
|
244
|
-
search: 検索
|
245
|
-
state: ステータス
|
246
|
-
upcoming: 近日公開
|
247
|
-
filters_small_view:
|
248
|
-
close_modal: ウィンドウを閉じる
|
249
|
-
filter: フィルター
|
250
|
-
filter_by: フィルター
|
251
|
-
unfold: 展開する
|
252
|
-
highlighted_questions:
|
253
|
-
title: '%{scope_name} からの質問'
|
254
|
-
index:
|
255
|
-
title: コンサルテーション数
|
256
|
-
last_activity:
|
257
|
-
new_consultation: 新規のご相談
|
258
|
-
new_question_at_html: "<span> %{link}に新しい質問</span>"
|
259
|
-
pages:
|
260
|
-
home:
|
261
|
-
highlighted_consultations:
|
262
|
-
active_consultations: アクティブな相談format@@0
|
263
|
-
see_all_consultations: すべての相談を見る
|
264
|
-
voting_ends_in:
|
265
|
-
other: 投票は <strong>%{count} 日</strong>で終了します
|
266
|
-
voting_ends_today: 投票は今日終了 <strong></strong>
|
267
|
-
question:
|
268
|
-
take_part: 参加する
|
269
|
-
view_results: 結果を表示
|
270
|
-
votes_out_of:
|
271
|
-
other: 票のうち
|
272
|
-
question_multiple_votes:
|
273
|
-
results_rules:
|
274
|
-
minimum_votes_per_user:
|
275
|
-
description: 参加者は異なるオプションに最小 %{votes} 票を配布できます。
|
276
|
-
title: 許可されている複数の選択
|
277
|
-
total_participants: 合計 %{count} 人が投票に参加しました。
|
278
|
-
vote_limit:
|
279
|
-
description: 参加者は最大 %{limit} 件のオプションに投票できます。
|
280
|
-
voting_rules:
|
281
|
-
minimum_votes_per_user:
|
282
|
-
description: 少なくとも %{votes} 票を異なる選択肢に配布する必要があります。
|
283
|
-
title: '投票は以下のルールに従います:'
|
284
|
-
vote_limit:
|
285
|
-
description: 最大 %{limit} 個のオプションに投票できます。
|
286
|
-
left: 残り
|
287
|
-
votes: 投票
|
288
|
-
question_votes:
|
289
|
-
create:
|
290
|
-
error: 質問に投票中に問題が発生しました
|
291
|
-
success: 協議が終了するまで変更できます。最後の投票のみが承認されます。
|
292
|
-
title_error: 投票エラー!
|
293
|
-
title_success: 投票が正常に登録されました
|
294
|
-
regular_questions:
|
295
|
-
title: この相談のための質問
|
296
|
-
show:
|
297
|
-
badge_name:
|
298
|
-
finished: 完了
|
299
|
-
open: 開く
|
300
|
-
open_votes: 投票を開く
|
301
|
-
published_results: 結果を公開しました
|
302
|
-
footer_button_text:
|
303
|
-
debate: ディベート
|
304
|
-
view: 表示
|
305
|
-
view_results: 結果を表示
|
306
|
-
vote: 投票
|
307
|
-
unspecified: 指定されていない
|
308
|
-
help:
|
309
|
-
participatory_spaces:
|
310
|
-
consultations:
|
311
|
-
contextual: "<p><strong>コンサルテーション</strong>は、組織を形成するすべての人に明確な質問を投げかけ、コンサルテーションへの参加を呼びかけ、回答の賛否の議論に火をつけ、注文をつけることができるスペースです。コンサルテーションの日が来たら、投票をして、その結果を公開することができます。</p><p>例: コンサルテーションは組織に影響するどのようなことにも利用できます。例えば、いくつかの代替案から組織の名前やロゴを選び変更したり、より大きな組織の一部になるかどうか、イエスかノーかを決定したり、新しい戦略計画やワーキンググループの結果を検証したり拒否したり、ポジションが最大で 1、2、3 の委任のままであるべきかどうかを定義したりできます。</p>\n"
|
312
|
-
page: "<p><strong>コンサルテーション</strong>は、組織を形成するすべての人に明確な質問を投げかけ、コンサルテーションへの参加を呼びかけ、回答の賛否の議論に火をつけ、注文をつけることができるスペースです。コンサルテーションの日が来たら、投票をして、その結果を公開することができます。</p><p>例: コンサルテーションは組織に影響するどのようなことにも利用できます。例えば、いくつかの代替案から組織の名前やロゴを選び変更したり、より大きな組織の一部になるかどうか、イエスかノーかを決定したり、新しい戦略計画やワーキンググループの結果を検証したり拒否したり、ポジションが最大で 1、2、3 の委任のままであるべきかどうかを定義したりできます。</p>\n"
|
313
|
-
title: コンサルティングとは何ですか?
|
314
|
-
menu:
|
315
|
-
consultations: コンサルテーション数
|
316
|
-
pages:
|
317
|
-
home:
|
318
|
-
statistics:
|
319
|
-
consultations_count: コンサルテーション数
|
320
|
-
questions:
|
321
|
-
next_button: 次の質問
|
322
|
-
previous_button: 前の質問
|
323
|
-
results:
|
324
|
-
title: 結果
|
325
|
-
show:
|
326
|
-
read_more: もっと読む
|
327
|
-
statistics:
|
328
|
-
assistants_count_title: アシスタント
|
329
|
-
comments_count_title: コメント
|
330
|
-
meetings_count_title: ミーティング
|
331
|
-
supports_count_title: 投票
|
332
|
-
technical_info:
|
333
|
-
technical_data: 技術データ
|
334
|
-
vote_button:
|
335
|
-
already_voted: すでに投票済みです
|
336
|
-
already_voted_hover: 投票を取り消す
|
337
|
-
starting_from: '%{date} から開始'
|
338
|
-
verification_required: 投票するアカウントを確認してください
|
339
|
-
vote: 投票
|
340
|
-
vote_modal:
|
341
|
-
close_modal: モーダルを閉じる
|
342
|
-
contextual_help: オプションを選択してください。
|
343
|
-
title: '相談:質問投票'
|
344
|
-
vote_modal_confirm:
|
345
|
-
change: 変更
|
346
|
-
close_modal: モーダルを閉じる
|
347
|
-
confirm: 確認する
|
348
|
-
contextual_help: 選択したオプションを確認してください。
|
349
|
-
title: '相談:投票の確認'
|
350
|
-
resources:
|
351
|
-
consultations:
|
352
|
-
actions:
|
353
|
-
vote: 投票
|
354
|
-
layouts:
|
355
|
-
decidim:
|
356
|
-
admin:
|
357
|
-
question:
|
358
|
-
attachments: 添付ファイル
|
359
|
-
categories: カテゴリ
|
360
|
-
consultation_voting_data:
|
361
|
-
start_voting_date: 投票が始まります
|
362
|
-
question_components:
|
363
|
-
question_menu_item: 質問
|
364
|
-
unfold: 展開する
|
365
|
-
question_header:
|
366
|
-
back_to_consultation: すべての相談を見る
|
367
|
-
back_to_question: 質問に戻る
|