decidim-conferences 0.24.2 → 0.25.0.rc3
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/conferences/conference_m_cell.rb +1 -1
- data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
- data/app/cells/decidim/conferences/conference_speaker_cell.rb +3 -3
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +1 -1
- data/app/cells/decidim/conferences/partner_cell.rb +2 -2
- data/app/commands/decidim/conferences/admin/copy_conference.rb +9 -2
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +4 -2
- data/app/commands/decidim/conferences/admin/update_conference.rb +5 -10
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +5 -9
- data/app/commands/decidim/conferences/admin/update_diploma.rb +2 -2
- data/app/commands/decidim/conferences/admin/update_partner.rb +5 -5
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +0 -2
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +0 -2
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +3 -3
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +1 -5
- data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +2 -4
- data/app/forms/decidim/conferences/admin/conference_form.rb +2 -2
- data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -1
- data/app/forms/decidim/conferences/admin/partner_form.rb +2 -2
- data/app/models/decidim/conference.rb +8 -8
- data/app/models/decidim/conference_speaker.rb +2 -2
- data/app/models/decidim/conferences/partner.rb +2 -2
- data/app/packs/entrypoints/decidim_conferences_admin.js +7 -0
- data/app/{assets/images/decidim/conferences/conference.svg → packs/images/decidim/conferences/decidim_conferences.svg} +0 -0
- data/app/{assets/javascripts/decidim/conferences/admin/conference_invite_form.es6 → packs/src/decidim/conferences/admin/conference_invite_form.js} +3 -3
- data/app/{assets/javascripts/decidim/conferences/admin/conference_speakers.js.es6 → packs/src/decidim/conferences/admin/conference_speakers.js} +3 -3
- data/app/packs/src/decidim/conferences/admin/conferences.js +27 -0
- data/app/{assets/stylesheet → packs/stylesheets}/decidim/conferences/conferences.scss +0 -0
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +8 -22
- data/app/queries/decidim/conferences/admin/admin_users.rb +24 -11
- data/app/uploaders/decidim/conferences/diploma_uploader.rb +4 -2
- data/app/uploaders/decidim/conferences/partner_logo_uploader.rb +5 -5
- data/app/uploaders/decidim/cw/conferences/diploma_uploader.rb +14 -0
- data/app/uploaders/decidim/cw/conferences/partner_logo_uploader.rb +15 -0
- data/app/views/decidim/conferences/admin/conference_copies/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_speakers/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +1 -3
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +4 -4
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +2 -2
- data/app/views/decidim/conferences/conference_program/_program_meeting.html.erb +5 -5
- data/app/views/decidim/conferences/conference_registration_mailer/confirmation.html.erb +3 -3
- data/app/views/decidim/conferences/conference_registration_mailer/pending_validation.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/show.html.erb +2 -3
- data/app/views/devise/mailer/join_conference.html.erb +5 -5
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/app/views/layouts/decidim/admin/conference.html.erb +4 -106
- data/app/views/layouts/decidim/conference.html.erb +2 -2
- data/app/views/layouts/decidim/diploma.html.erb +1 -1
- data/config/assets.rb +9 -0
- data/config/locales/ar.yml +0 -18
- data/config/locales/ca.yml +8 -22
- data/config/locales/cs.yml +4 -18
- data/config/locales/de.yml +4 -18
- data/config/locales/el.yml +0 -18
- data/config/locales/en.yml +4 -18
- data/config/locales/es-MX.yml +8 -22
- data/config/locales/es-PY.yml +8 -22
- data/config/locales/es.yml +8 -22
- data/config/locales/eu.yml +0 -18
- data/config/locales/fi-plain.yml +4 -18
- data/config/locales/fi.yml +4 -18
- data/config/locales/fr-CA.yml +1 -18
- data/config/locales/fr-LU.yml +577 -0
- data/config/locales/fr.yml +1 -18
- data/config/locales/gl.yml +23 -18
- data/config/locales/hu.yml +0 -18
- data/config/locales/id-ID.yml +0 -18
- data/config/locales/it.yml +49 -18
- data/config/locales/ja.yml +43 -18
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +0 -17
- data/config/locales/nl.yml +4 -18
- data/config/locales/no.yml +0 -18
- data/config/locales/pl.yml +27 -26
- data/config/locales/pt-BR.yml +59 -18
- data/config/locales/pt.yml +0 -18
- data/config/locales/ro-RO.yml +24 -18
- data/config/locales/sk.yml +0 -18
- data/config/locales/sl.yml +0 -2
- data/config/locales/sv.yml +2 -17
- data/config/locales/tr-TR.yml +0 -18
- data/config/locales/zh-CN.yml +0 -18
- data/db/migrate/20210408204953_allow_null_logo_column_in_decidim_conferences_partners_table.rb +7 -0
- data/lib/decidim/api/conference_partner_type.rb +4 -0
- data/lib/decidim/api/conference_speaker_type.rb +4 -0
- data/lib/decidim/api/conference_type.rb +9 -1
- data/lib/decidim/conferences/admin_engine.rb +138 -8
- data/lib/decidim/conferences/engine.rb +6 -9
- data/lib/decidim/conferences/participatory_space.rb +40 -7
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +26 -24
- data/app/assets/config/admin/decidim_conferences_manifest.js +0 -3
- data/app/assets/config/decidim_conferences_manifest.js +0 -2
- data/app/assets/javascripts/decidim/conferences/admin/conferences.js.es6 +0 -30
- data/app/assets/javascripts/decidim/conferences/conferences.js.es6 +0 -0
- data/app/views/decidim/conferences/conferences/_statistics.html.erb +0 -10
- data/config/locales/ja-JP.yml +0 -575
@@ -50,10 +50,6 @@ module Decidim
|
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
-
initializer "decidim_conferences.assets" do |app|
|
54
|
-
app.config.assets.precompile += %w(decidim_conferences_manifest.js)
|
55
|
-
end
|
56
|
-
|
57
53
|
initializer "decidim_conferences.add_cells_view_paths" do
|
58
54
|
Cell::ViewModel.view_paths << File.expand_path("#{Decidim::Conferences::Engine.root}/app/cells")
|
59
55
|
Cell::ViewModel.view_paths << File.expand_path("#{Decidim::Conferences::Engine.root}/app/views") # for partials
|
@@ -67,11 +63,12 @@ module Decidim
|
|
67
63
|
|
68
64
|
initializer "decidim_conferences.menu" do
|
69
65
|
Decidim.menu :menu do |menu|
|
70
|
-
menu.
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
66
|
+
menu.add_item :conferences,
|
67
|
+
I18n.t("menu.conferences", scope: "decidim"),
|
68
|
+
decidim_conferences.conferences_path,
|
69
|
+
position: 2.8,
|
70
|
+
if: Decidim::Conference.where(organization: current_organization).published.any?,
|
71
|
+
active: :inclusive
|
75
72
|
end
|
76
73
|
end
|
77
74
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
Decidim.register_participatory_space(:conferences) do |participatory_space|
|
4
|
-
participatory_space.icon = "
|
4
|
+
participatory_space.icon = "media/images/decidim_conferences.svg"
|
5
5
|
participatory_space.model_class_name = "Decidim::Conference"
|
6
6
|
participatory_space.stylesheet = "decidim/conferences/conferences"
|
7
7
|
|
@@ -64,8 +64,18 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
64
64
|
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
65
65
|
end,
|
66
66
|
organization: organization,
|
67
|
-
hero_image:
|
68
|
-
|
67
|
+
hero_image: ActiveStorage::Blob.create_after_upload!(
|
68
|
+
io: File.open(File.join(seeds_root, "city.jpeg")),
|
69
|
+
filename: "hero_image.jpeg",
|
70
|
+
content_type: "image/jpeg",
|
71
|
+
metadata: nil
|
72
|
+
), # Keep after organization
|
73
|
+
banner_image: ActiveStorage::Blob.create_after_upload!(
|
74
|
+
io: File.open(File.join(seeds_root, "city2.jpeg")),
|
75
|
+
filename: "banner_image.jpeg",
|
76
|
+
content_type: "image/jpeg",
|
77
|
+
metadata: nil
|
78
|
+
), # Keep after organization
|
69
79
|
promoted: true,
|
70
80
|
published_at: 2.weeks.ago,
|
71
81
|
objectives: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
@@ -115,21 +125,39 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
115
125
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
116
126
|
attachment_collection: attachment_collection,
|
117
127
|
attached_to: conference,
|
118
|
-
|
128
|
+
content_type: "application/pdf",
|
129
|
+
file: ActiveStorage::Blob.create_after_upload!(
|
130
|
+
io: File.open(File.join(seeds_root, "Exampledocument.pdf")),
|
131
|
+
filename: "Exampledocument.pdf",
|
132
|
+
content_type: "application/pdf",
|
133
|
+
metadata: nil
|
134
|
+
) # Keep after attached_to
|
119
135
|
)
|
120
136
|
|
121
137
|
Decidim::Attachment.create!(
|
122
138
|
title: Decidim::Faker::Localized.sentence(word_count: 2),
|
123
139
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
124
140
|
attached_to: conference,
|
125
|
-
|
141
|
+
content_type: "image/jpeg",
|
142
|
+
file: ActiveStorage::Blob.create_after_upload!(
|
143
|
+
io: File.open(File.join(seeds_root, "city.jpeg")),
|
144
|
+
filename: "city.jpeg",
|
145
|
+
content_type: "image/jpeg",
|
146
|
+
metadata: nil
|
147
|
+
) # Keep after attached_to
|
126
148
|
)
|
127
149
|
|
128
150
|
Decidim::Attachment.create!(
|
129
151
|
title: Decidim::Faker::Localized.sentence(word_count: 2),
|
130
152
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
131
153
|
attached_to: conference,
|
132
|
-
|
154
|
+
content_type: "application/pdf",
|
155
|
+
file: ActiveStorage::Blob.create_after_upload!(
|
156
|
+
io: File.open(File.join(seeds_root, "Exampledocument.pdf")),
|
157
|
+
filename: "Exampledocument.pdf",
|
158
|
+
content_type: "application/pdf",
|
159
|
+
metadata: nil
|
160
|
+
) # Keep after attached_to
|
133
161
|
)
|
134
162
|
|
135
163
|
2.times do
|
@@ -165,7 +193,12 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
|
|
165
193
|
link: Faker::Internet.url,
|
166
194
|
partner_type: type,
|
167
195
|
conference: conference,
|
168
|
-
logo:
|
196
|
+
logo: ActiveStorage::Blob.create_after_upload!(
|
197
|
+
io: File.open(File.join(seeds_root, "logo.png")),
|
198
|
+
filename: "logo.png",
|
199
|
+
content_type: "image/png",
|
200
|
+
metadata: nil
|
201
|
+
) # Keep after conference
|
169
202
|
)
|
170
203
|
end
|
171
204
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-conferences
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Isaac Massot Gil
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-core
|
@@ -16,42 +16,42 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.25.0.rc3
|
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.rc3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-meetings
|
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.rc3
|
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.rc3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: wicked_pdf
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '1
|
47
|
+
version: '2.1'
|
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: '1
|
54
|
+
version: '2.1'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: wkhtmltopdf-binary
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,28 +72,28 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.25.0.rc3
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.25.0.rc3
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: decidim-dev
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
89
|
+
version: 0.25.0.rc3
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
96
|
+
version: 0.25.0.rc3
|
97
97
|
description: Conferences component for decidim.
|
98
98
|
email:
|
99
99
|
- isaac.mg@coditramuntana.com
|
@@ -103,14 +103,6 @@ extra_rdoc_files: []
|
|
103
103
|
files:
|
104
104
|
- README.md
|
105
105
|
- Rakefile
|
106
|
-
- app/assets/config/admin/decidim_conferences_manifest.js
|
107
|
-
- app/assets/config/decidim_conferences_manifest.js
|
108
|
-
- app/assets/images/decidim/conferences/conference.svg
|
109
|
-
- app/assets/javascripts/decidim/conferences/admin/conference_invite_form.es6
|
110
|
-
- app/assets/javascripts/decidim/conferences/admin/conference_speakers.js.es6
|
111
|
-
- app/assets/javascripts/decidim/conferences/admin/conferences.js.es6
|
112
|
-
- app/assets/javascripts/decidim/conferences/conferences.js.es6
|
113
|
-
- app/assets/stylesheet/decidim/conferences/conferences.scss
|
114
106
|
- app/cells/decidim/conferences/conference_address/show.erb
|
115
107
|
- app/cells/decidim/conferences/conference_address_cell.rb
|
116
108
|
- app/cells/decidim/conferences/conference_cell.rb
|
@@ -238,6 +230,12 @@ files:
|
|
238
230
|
- app/models/decidim/conferences/media_link.rb
|
239
231
|
- app/models/decidim/conferences/partner.rb
|
240
232
|
- app/models/decidim/conferences/registration_type.rb
|
233
|
+
- app/packs/entrypoints/decidim_conferences_admin.js
|
234
|
+
- app/packs/images/decidim/conferences/decidim_conferences.svg
|
235
|
+
- app/packs/src/decidim/conferences/admin/conference_invite_form.js
|
236
|
+
- app/packs/src/decidim/conferences/admin/conference_speakers.js
|
237
|
+
- app/packs/src/decidim/conferences/admin/conferences.js
|
238
|
+
- app/packs/stylesheets/decidim/conferences/conferences.scss
|
241
239
|
- app/permissions/decidim/conferences/permissions.rb
|
242
240
|
- app/presenters/decidim/admin/conference_speaker_presenter.rb
|
243
241
|
- app/presenters/decidim/conference_meeting_presenter.rb
|
@@ -272,6 +270,8 @@ files:
|
|
272
270
|
- app/serializers/decidim/conferences/data_portability_conference_registration_serializer.rb
|
273
271
|
- app/uploaders/decidim/conferences/diploma_uploader.rb
|
274
272
|
- app/uploaders/decidim/conferences/partner_logo_uploader.rb
|
273
|
+
- app/uploaders/decidim/cw/conferences/diploma_uploader.rb
|
274
|
+
- app/uploaders/decidim/cw/conferences/partner_logo_uploader.rb
|
275
275
|
- app/views/decidim/conference_speakers/_conference_speaker.html.erb
|
276
276
|
- app/views/decidim/conferences/_conference.html.erb
|
277
277
|
- app/views/decidim/conferences/_order_by_conferences.html.erb
|
@@ -318,7 +318,6 @@ files:
|
|
318
318
|
- app/views/decidim/conferences/conference_speakers/index.html.erb
|
319
319
|
- app/views/decidim/conferences/conferences/_partners.html.erb
|
320
320
|
- app/views/decidim/conferences/conferences/_promoted_conference.html.erb
|
321
|
-
- app/views/decidim/conferences/conferences/_statistics.html.erb
|
322
321
|
- app/views/decidim/conferences/conferences/index.html.erb
|
323
322
|
- app/views/decidim/conferences/conferences/show.html.erb
|
324
323
|
- app/views/decidim/conferences/media/_attachments.html.erb
|
@@ -333,6 +332,7 @@ files:
|
|
333
332
|
- app/views/layouts/decidim/admin/conferences.html.erb
|
334
333
|
- app/views/layouts/decidim/conference.html.erb
|
335
334
|
- app/views/layouts/decidim/diploma.html.erb
|
335
|
+
- config/assets.rb
|
336
336
|
- config/initializers/wicked_pdf.rb
|
337
337
|
- config/locales/am-ET.yml
|
338
338
|
- config/locales/ar-SA.yml
|
@@ -360,6 +360,7 @@ files:
|
|
360
360
|
- config/locales/fi-plain.yml
|
361
361
|
- config/locales/fi.yml
|
362
362
|
- config/locales/fr-CA.yml
|
363
|
+
- config/locales/fr-LU.yml
|
363
364
|
- config/locales/fr.yml
|
364
365
|
- config/locales/ga-IE.yml
|
365
366
|
- config/locales/gl.yml
|
@@ -370,10 +371,10 @@ files:
|
|
370
371
|
- config/locales/is-IS.yml
|
371
372
|
- config/locales/is.yml
|
372
373
|
- config/locales/it.yml
|
373
|
-
- config/locales/ja-JP.yml
|
374
374
|
- config/locales/ja.yml
|
375
375
|
- config/locales/ko-KR.yml
|
376
376
|
- config/locales/ko.yml
|
377
|
+
- config/locales/lb-LU.yml
|
377
378
|
- config/locales/lt-LT.yml
|
378
379
|
- config/locales/lt.yml
|
379
380
|
- config/locales/lv.yml
|
@@ -419,6 +420,7 @@ files:
|
|
419
420
|
- db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb
|
420
421
|
- db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb
|
421
422
|
- db/migrate/20210310134942_add_followable_counter_cache_to_conferences.rb
|
423
|
+
- db/migrate/20210408204953_allow_null_logo_column_in_decidim_conferences_partners_table.rb
|
422
424
|
- db/seeds/Exampledocument.pdf
|
423
425
|
- db/seeds/city.jpeg
|
424
426
|
- db/seeds/city2.jpeg
|
@@ -452,9 +454,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
452
454
|
version: '2.7'
|
453
455
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
454
456
|
requirements:
|
455
|
-
- - "
|
457
|
+
- - ">"
|
456
458
|
- !ruby/object:Gem::Version
|
457
|
-
version:
|
459
|
+
version: 1.3.1
|
458
460
|
requirements: []
|
459
461
|
rubygems_version: 3.1.2
|
460
462
|
signing_key:
|
@@ -1,30 +0,0 @@
|
|
1
|
-
$(() => {
|
2
|
-
((exports) => {
|
3
|
-
const $conferenceScopeEnabled = $("#conference_scopes_enabled");
|
4
|
-
const $conferenceScopeId = $("#conference_scope_id");
|
5
|
-
const $form = $(".edit_conference, .new_conference");
|
6
|
-
|
7
|
-
if ($form.length > 0) {
|
8
|
-
$conferenceScopeEnabled.on("change", (event) => {
|
9
|
-
const checked = event.target.checked;
|
10
|
-
exports.theDataPicker.enabled($conferenceScopeId, checked);
|
11
|
-
})
|
12
|
-
exports.theDataPicker.enabled($conferenceScopeId, $conferenceScopeEnabled.prop("checked"));
|
13
|
-
|
14
|
-
const $registrationsEnabled = $form.find("#conference_registrations_enabled");
|
15
|
-
const $availableSlots = $form.find("#conference_available_slots");
|
16
|
-
const toggleDisabledFields = () => {
|
17
|
-
const enabled = $registrationsEnabled.prop("checked");
|
18
|
-
$availableSlots.attr("disabled", !enabled);
|
19
|
-
|
20
|
-
$form.find("#conference_registrations_terms .editor-container").each((idx, node) => {
|
21
|
-
const quill = Quill.find(node);
|
22
|
-
quill.enable(enabled);
|
23
|
-
})
|
24
|
-
};
|
25
|
-
$registrationsEnabled.on("change", toggleDisabledFields);
|
26
|
-
toggleDisabledFields();
|
27
|
-
}
|
28
|
-
|
29
|
-
})(window);
|
30
|
-
});
|
File without changes
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<section class="extended" id="conference-statistics" class="statistics">
|
2
|
-
<div class="row column">
|
3
|
-
<h4 class="section-heading"><%= t("statistics.headline", scope: "decidim.conferences") %></h3>
|
4
|
-
</div>
|
5
|
-
<div class="row">
|
6
|
-
<div class="columns small-centered mediumlarge-12 large-12 process_stats">
|
7
|
-
<%= stats.highlighted %>
|
8
|
-
</div>
|
9
|
-
</div>
|
10
|
-
</section>
|
data/config/locales/ja-JP.yml
DELETED
@@ -1,575 +0,0 @@
|
|
1
|
-
ja:
|
2
|
-
activemodel:
|
3
|
-
attributes:
|
4
|
-
conference:
|
5
|
-
assemblies_ids: 関連する集会
|
6
|
-
banner_image: バナー画像
|
7
|
-
consultations_ids: 関連する相談
|
8
|
-
copy_categories: カテゴリをコピー
|
9
|
-
copy_components: コンポーネントをコピー
|
10
|
-
copy_features: 機能をコピー
|
11
|
-
decidim_scope_id: スコープ
|
12
|
-
description: 説明
|
13
|
-
hashtag: ハッシュタグ
|
14
|
-
hero_image: ホーム画像
|
15
|
-
participatory_processes_ids: 関連する参加プロセス
|
16
|
-
promoted: 強調表示
|
17
|
-
published_at: 公開日時
|
18
|
-
scope_id: スコープ
|
19
|
-
scopes_enabled: スコープは有効です
|
20
|
-
short_description: 短い説明
|
21
|
-
show_statistics: 統計情報を表示
|
22
|
-
slogan: Slogan
|
23
|
-
slug: URL スラグ
|
24
|
-
title: タイトル
|
25
|
-
conference_speaker:
|
26
|
-
full_name: フルネーム
|
27
|
-
conference_user_role:
|
28
|
-
email: Eメールアドレス
|
29
|
-
name: 名前
|
30
|
-
role: ロール
|
31
|
-
errors:
|
32
|
-
models:
|
33
|
-
conference_registration_invite:
|
34
|
-
attributes:
|
35
|
-
email:
|
36
|
-
already_invited: このメールアドレスは既に招待されています
|
37
|
-
activerecord:
|
38
|
-
models:
|
39
|
-
decidim/conference:
|
40
|
-
other: 会議
|
41
|
-
decidim/conference_speaker:
|
42
|
-
other: カンファレンススピーカー
|
43
|
-
decidim/conference_user_role:
|
44
|
-
other: Conference user roles
|
45
|
-
decidim:
|
46
|
-
admin:
|
47
|
-
actions:
|
48
|
-
confirm: 確認する
|
49
|
-
new_conference: 新しい会議
|
50
|
-
send_diplomas: 出席証明書を送信
|
51
|
-
conference_copies:
|
52
|
-
new:
|
53
|
-
copy: コピー
|
54
|
-
select: 複製したいデータを選択してください
|
55
|
-
title: 会議を複製
|
56
|
-
conference_publications:
|
57
|
-
create:
|
58
|
-
error: この会議を公開する際に問題が発生しました。
|
59
|
-
success: 会議を公開しました。
|
60
|
-
destroy:
|
61
|
-
error: この会議を非公開にする際に問題がありました。
|
62
|
-
success: 会議を非公開にしました。
|
63
|
-
conference_registration:
|
64
|
-
confirm:
|
65
|
-
error: この会議の登録確認に問題がありました。
|
66
|
-
success: 会議の登録が完了しました。
|
67
|
-
conference_speakers:
|
68
|
-
create:
|
69
|
-
error: この会議にスピーカーを追加する際に問題が発生しました。
|
70
|
-
success: 会議スピーカーを作成しました。
|
71
|
-
destroy:
|
72
|
-
success: 会議スピーカーを削除しました。
|
73
|
-
edit:
|
74
|
-
title: 会議スピーカーを更新します。
|
75
|
-
update: 更新
|
76
|
-
index:
|
77
|
-
conference_speakers_title: カンファレンススピーカー
|
78
|
-
new:
|
79
|
-
create: 作成
|
80
|
-
title: 新しい会議スピーカー。
|
81
|
-
update:
|
82
|
-
error: この会議スピーカーの更新中に問題が発生しました。
|
83
|
-
success: 会議スピーカーが正常に更新されました。
|
84
|
-
conference_user_roles:
|
85
|
-
create:
|
86
|
-
error: この会議に管理者を追加する際に問題が発生しました。
|
87
|
-
success: 会議管理者が追加されました。
|
88
|
-
destroy:
|
89
|
-
success: 会議管理者を削除しました。
|
90
|
-
edit:
|
91
|
-
title: 会議管理者を更新
|
92
|
-
update: 更新
|
93
|
-
index:
|
94
|
-
conference_admins_title: 会議管理者
|
95
|
-
new:
|
96
|
-
create: 作成
|
97
|
-
title: 新しい会議管理者です。
|
98
|
-
update:
|
99
|
-
error: 会議管理者の更新中に問題が発生しました。
|
100
|
-
success: 会議管理者が正常に更新されました。
|
101
|
-
conferences:
|
102
|
-
create:
|
103
|
-
error: この会議の作成中に問題が発生しました。
|
104
|
-
success: 会議を作成しました。
|
105
|
-
edit:
|
106
|
-
update: 更新
|
107
|
-
exports:
|
108
|
-
registrations: 登録
|
109
|
-
form:
|
110
|
-
title: 一般情報
|
111
|
-
index:
|
112
|
-
not_published: 未公開
|
113
|
-
published: 公開済み
|
114
|
-
new:
|
115
|
-
create: 作成
|
116
|
-
title: 会議
|
117
|
-
update:
|
118
|
-
error: この会議の更新に問題がありました。
|
119
|
-
success: 会議を更新しました。
|
120
|
-
conferences_copies:
|
121
|
-
create:
|
122
|
-
error: この会議の複製に問題が発生しました。
|
123
|
-
success: 会議を複製しました。
|
124
|
-
media_links:
|
125
|
-
create:
|
126
|
-
error: 新しいメディアリンクの作成中に問題が発生しました。
|
127
|
-
success: メディアリンクを作成しました。
|
128
|
-
destroy:
|
129
|
-
success: メディアリンクを削除しました。
|
130
|
-
edit:
|
131
|
-
title: メディアリンクを更新
|
132
|
-
update: 更新
|
133
|
-
index:
|
134
|
-
media_links_title: メディアリンク
|
135
|
-
new:
|
136
|
-
create: 作成
|
137
|
-
title: メディアリンク
|
138
|
-
update:
|
139
|
-
error: このメディア リンクの更新中に問題が発生しました。
|
140
|
-
success: メディアリンクを更新しました。
|
141
|
-
menu:
|
142
|
-
conferences: 会議
|
143
|
-
conferences_submenu:
|
144
|
-
attachment_collections: フォルダ
|
145
|
-
attachment_files: ファイル
|
146
|
-
attachments: 添付ファイル
|
147
|
-
categories: カテゴリ
|
148
|
-
components: コンポーネント
|
149
|
-
conference_admins: 会議管理者
|
150
|
-
conference_invites: 招待
|
151
|
-
conference_speakers: スピーカー
|
152
|
-
diploma: 出席証明書
|
153
|
-
info: 情報
|
154
|
-
media_links: メディアリンク
|
155
|
-
moderations: モデレーション
|
156
|
-
partners: パートナー
|
157
|
-
registration_types: 登録タイプ
|
158
|
-
registrations: 登録
|
159
|
-
user_registrations: ユーザー登録
|
160
|
-
models:
|
161
|
-
conference:
|
162
|
-
fields:
|
163
|
-
created_at: 作成日時
|
164
|
-
promoted: 強調表示
|
165
|
-
published: 公開済み
|
166
|
-
title: タイトル
|
167
|
-
conference_speaker:
|
168
|
-
fields:
|
169
|
-
affiliation: Affiliation
|
170
|
-
full_name: フルネーム
|
171
|
-
position: 位置
|
172
|
-
name: 会議スピーカー
|
173
|
-
conference_user_role:
|
174
|
-
fields:
|
175
|
-
email: Eメールアドレス
|
176
|
-
name: 名前
|
177
|
-
role: ロール
|
178
|
-
name: 会議管理
|
179
|
-
roles:
|
180
|
-
admin: 管理者
|
181
|
-
collaborator: 共同編集者
|
182
|
-
moderator: モデレーター
|
183
|
-
valuator: Valuator
|
184
|
-
media_link:
|
185
|
-
fields:
|
186
|
-
date: 日付
|
187
|
-
link: リンク
|
188
|
-
title: タイトル
|
189
|
-
name: メディアリンク
|
190
|
-
partner:
|
191
|
-
fields:
|
192
|
-
link: リンク
|
193
|
-
logo: ロゴ
|
194
|
-
name: 名前
|
195
|
-
partner_type: タイプ
|
196
|
-
name: パートナー
|
197
|
-
types:
|
198
|
-
collaborator: 共同編集者
|
199
|
-
main_promotor: 主プロモーター(プロモーター)
|
200
|
-
registration_type:
|
201
|
-
fields:
|
202
|
-
conference_meetings: 会議
|
203
|
-
price: 価格
|
204
|
-
registrations_count: 登録数
|
205
|
-
title: タイトル
|
206
|
-
weight: 重量
|
207
|
-
name: 登録タイプ
|
208
|
-
partners:
|
209
|
-
create:
|
210
|
-
error: この会議にパートナーを追加する際に問題が発生しました。
|
211
|
-
success: 会議パートナーを追加しました。
|
212
|
-
destroy:
|
213
|
-
success: 会議パートナーを削除しました。
|
214
|
-
edit:
|
215
|
-
title: パートナーを更新します。
|
216
|
-
update: 更新
|
217
|
-
new:
|
218
|
-
create: 作成
|
219
|
-
title: 新しいパートナー
|
220
|
-
update:
|
221
|
-
error: この会議のパートナーの更新中に問題が発生しました。
|
222
|
-
success: 会議パートナーが正常に更新されました。
|
223
|
-
registration_type_publications:
|
224
|
-
create:
|
225
|
-
error: この登録タイプの公開中に問題が発生しました。
|
226
|
-
success: 登録タイプを公開しました。
|
227
|
-
destroy:
|
228
|
-
error: この登録タイプの非公開で問題が発生しました。
|
229
|
-
success: 登録タイプを非公開にしました。
|
230
|
-
registration_types:
|
231
|
-
create:
|
232
|
-
error: この会議に登録タイプを追加する際に問題がありました。
|
233
|
-
success: 会議の登録タイプを追加しました。
|
234
|
-
destroy:
|
235
|
-
success: 会議の登録タイプを削除しました。
|
236
|
-
edit:
|
237
|
-
title: 登録タイプの更新。
|
238
|
-
update: 更新
|
239
|
-
new:
|
240
|
-
create: 作成
|
241
|
-
title: 新規登録タイプ
|
242
|
-
update:
|
243
|
-
error: この会議の登録タイプの更新に問題がありました。
|
244
|
-
success: 会議の登録タイプを更新しました。
|
245
|
-
titles:
|
246
|
-
conferences: 会議
|
247
|
-
admin_log:
|
248
|
-
conference:
|
249
|
-
create: "%{user_name} が %{resource_name} カンファレンスを作成しました"
|
250
|
-
publish: "%{user_name} が %{resource_name} カンファレンスを公開しました"
|
251
|
-
send_conference_diplomas: "%{user_name} が %{resource_name} カンファレンスに出席証明書を送信しました"
|
252
|
-
unpublish: "%{user_name} が %{resource_name} カンファレンスを非公開にしました"
|
253
|
-
update: "%{user_name} が %{resource_name} の会議を更新しました"
|
254
|
-
update_diploma: "%{user_name} が %{resource_name} カンファレンスの出席設定証明書を更新しました"
|
255
|
-
conference_speaker:
|
256
|
-
create: "%{user_name} が %{resource_name} 会議で %{space_name} スピーカーを作成しました"
|
257
|
-
delete: "%{user_name} が %{resource_name} のスピーカーを %{space_name} のカンファレンスから削除しました"
|
258
|
-
update: "%{user_name} が %{resource_name} カンファレンスで %{space_name} スピーカーを更新しました"
|
259
|
-
conference_user_role:
|
260
|
-
create: "%{user_name} が %{resource_name} を %{space_name} カンファレンスに招待しました"
|
261
|
-
delete: "%{user_name} が %{resource_name} の管理者を %{space_name} 会議から削除しました"
|
262
|
-
update: "%{user_name} が %{resource_name} のカンファレンスで %{space_name} の役割を変更しました"
|
263
|
-
conferences:
|
264
|
-
conference_registration:
|
265
|
-
confirm: "%{user_name} が %{resource_name} 会議で会議の登録を確認しました"
|
266
|
-
partner:
|
267
|
-
create: "%{user_name} は %{resource_name} カンファレンスに %{space_name} を作成しました"
|
268
|
-
delete: "%{user_name} が %{resource_name} の管理者を %{space_name} 会議から削除しました"
|
269
|
-
update: "%{user_name} は %{resource_name} カンファレンスで %{space_name} を更新しました"
|
270
|
-
registration_type:
|
271
|
-
create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} の登録タイプを作成しました"
|
272
|
-
publish: "%{user_name} が %{resource_name} カンファレンスで %{space_name} 登録タイプを公開しました"
|
273
|
-
unpublish: "%{user_name} が %{resource_name} カンファレンス内の %{space_name} 登録タイプを非公開にしました"
|
274
|
-
update: "%{user_name} が %{resource_name} カンファレンスの %{space_name} 登録タイプを更新しました"
|
275
|
-
media_link:
|
276
|
-
create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} メディア リンクを作成しました"
|
277
|
-
delete: "%{user_name} が %{resource_name} カンファレンスから %{space_name} メディア リンクを削除しました"
|
278
|
-
update: "%{user_name} が %{resource_name} カンファレンスの %{space_name} メディアリンクを更新しました"
|
279
|
-
conference_program:
|
280
|
-
index:
|
281
|
-
title: プログラム
|
282
|
-
conference_speakers:
|
283
|
-
index:
|
284
|
-
title: スピーカー
|
285
|
-
conferences:
|
286
|
-
admin:
|
287
|
-
conference_copies:
|
288
|
-
form:
|
289
|
-
slug_help: 'URLスラグは、この会議をポイントするURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
|
290
|
-
conference_invites:
|
291
|
-
create:
|
292
|
-
error: 参加者を招待する際に問題が発生しました。
|
293
|
-
success: 参加者は会議に招待されました。
|
294
|
-
form:
|
295
|
-
attendee_type: 参加者の種類
|
296
|
-
existing_user: 既存の参加者
|
297
|
-
invite_explanation: 参加者は、会議や団体にも招待されます。
|
298
|
-
non_user: 非既存の参加者
|
299
|
-
select_user: 参加者を選択
|
300
|
-
index:
|
301
|
-
filter:
|
302
|
-
accepted: 承認済み
|
303
|
-
all: すべて
|
304
|
-
rejected: 拒否
|
305
|
-
sent: 送信済み
|
306
|
-
filter_by: フィルター
|
307
|
-
invite_attendee: Invite participant
|
308
|
-
invites: 招待
|
309
|
-
search: 検索
|
310
|
-
new:
|
311
|
-
explanation: 参加者は会議に招待されます. 彼女の電子メールが登録されていない場合は、彼女は同様に組織に招待されます.
|
312
|
-
invite: 招待
|
313
|
-
new_invite: Invite participant
|
314
|
-
conference_registrations:
|
315
|
-
index:
|
316
|
-
registrations: 登録
|
317
|
-
conference_speakers:
|
318
|
-
form:
|
319
|
-
existing_user: 既存の参加者
|
320
|
-
non_user: Non participant
|
321
|
-
select_user: 参加者を選択
|
322
|
-
user_type: 参加者の種類
|
323
|
-
index:
|
324
|
-
search: 検索
|
325
|
-
conferences:
|
326
|
-
form:
|
327
|
-
available_slots_help: 無制限のスロットがある場合は0のままにしてください。
|
328
|
-
registrations_count:
|
329
|
-
other: '%{count} 件の登録がありました。'
|
330
|
-
slug_help: 'URLスラグは、この会議をポイントするURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
|
331
|
-
diplomas:
|
332
|
-
edit:
|
333
|
-
save: 保存
|
334
|
-
title: 出席証明書
|
335
|
-
invite_join_conference_mailer:
|
336
|
-
invite:
|
337
|
-
decline: 招待を拒否する '%{conference_title}'
|
338
|
-
invited_you_to_join_a_conference: "%{invited_by} が %{application}であなたをカンファレンスに招待しました。以下のリンクから拒否または承認できます。"
|
339
|
-
registration: '''%{conference_title} '' の登録'
|
340
|
-
partners:
|
341
|
-
index:
|
342
|
-
title: パートナー
|
343
|
-
registration_types:
|
344
|
-
form:
|
345
|
-
select_conference_meetings: 会議の選択
|
346
|
-
index:
|
347
|
-
title: 登録タイプ
|
348
|
-
send_conference_diploma_mailer:
|
349
|
-
diploma:
|
350
|
-
diploma_html: 添付ファイルに、会議 <a href="%{url}">%{title}</a> の出席証明書があります。
|
351
|
-
diploma_user:
|
352
|
-
attendance_verified_by: 出席者が確認しました
|
353
|
-
certificate_of_attendance: 出席証明書
|
354
|
-
certificate_of_attendance_description: これは、<strong>%{user}</strong>が、<strong>%{start} から %{end}</strong>に<strong>%{location}</strong>で開催された<strong>%{title}</strong>に出席し、参加したことを証明するものです。
|
355
|
-
send_diploma:
|
356
|
-
error: 会議出席証明書の送信に問題がありました。
|
357
|
-
success: 会議出席証明書が正常に送信されました
|
358
|
-
conference:
|
359
|
-
registration_confirm:
|
360
|
-
cancel: キャンセル
|
361
|
-
confirm: 確認する
|
362
|
-
show:
|
363
|
-
free: 無料
|
364
|
-
going: 参加
|
365
|
-
no_slots_available: 利用可能なスロットがありません
|
366
|
-
registration: 登録
|
367
|
-
conference_program:
|
368
|
-
program_meeting:
|
369
|
-
content: コンテンツ
|
370
|
-
location: 場所
|
371
|
-
speakers: スピーカー
|
372
|
-
streaming: ストリーミング
|
373
|
-
show:
|
374
|
-
day: 日
|
375
|
-
program: プログラム
|
376
|
-
conference_registration_mailer:
|
377
|
-
confirmation:
|
378
|
-
confirmed_html: 会議 <a href="%{url}">%{title}</a> の登録が確認されました。
|
379
|
-
details_1: 'あなたは %{registration_type} タイプの会議に登録されています。 %{price} の費用がかかり、次のイベントに参加できます:'
|
380
|
-
details_2: 会議の詳細は添付ファイルにあります。
|
381
|
-
pending_validation:
|
382
|
-
confirmation_pending: まもなく確認が届きます。
|
383
|
-
details: '%{registration_type} 種類に %{price} の費用で登録しました。以下のイベントに参加できます:'
|
384
|
-
pending_html: 会議 <a href="%{url}">%{title}</a> の登録は確認待ちです。
|
385
|
-
conference_registrations:
|
386
|
-
create:
|
387
|
-
invalid: この会議に参加するのに問題がありました。
|
388
|
-
success: 会議に参加しました。
|
389
|
-
decline_invitation:
|
390
|
-
invalid: 招待を辞退するのに問題があった。
|
391
|
-
success: 招待を拒否しました。
|
392
|
-
destroy:
|
393
|
-
invalid: この会議から出るのに問題がありました。
|
394
|
-
success: 会議を終了しました。
|
395
|
-
conference_speaker:
|
396
|
-
go_to_twitter: Twitter に移動
|
397
|
-
more_info: 詳細情報
|
398
|
-
personal_website: 個人のウェブサイト
|
399
|
-
show:
|
400
|
-
more_info: 詳細情報
|
401
|
-
conference_speaker_cell:
|
402
|
-
personal_url:
|
403
|
-
personal_website: 個人のウェブサイト
|
404
|
-
twitter_handle:
|
405
|
-
go_to_twitter: Twitter に移動
|
406
|
-
conference_speakers:
|
407
|
-
index:
|
408
|
-
speakers: スピーカー
|
409
|
-
conferences:
|
410
|
-
partners:
|
411
|
-
collaborators: パートナー
|
412
|
-
main_promotors: オーガナイザー
|
413
|
-
show:
|
414
|
-
login_as: '%{name} <%{email} >としてログインしています'
|
415
|
-
make_conference_registration: '会議であなたの登録を行います:'
|
416
|
-
register: 登録
|
417
|
-
content_blocks:
|
418
|
-
highlighted_conferences:
|
419
|
-
name: ハイライトされた会議
|
420
|
-
index:
|
421
|
-
title: 会議
|
422
|
-
mailer:
|
423
|
-
conference_registration_mailer:
|
424
|
-
confirmation:
|
425
|
-
subject: 会議の登録が確認されました
|
426
|
-
pending_validation:
|
427
|
-
subject: 会議の登録は保留中です
|
428
|
-
invite_join_conference_mailer:
|
429
|
-
invite:
|
430
|
-
subject: カンファレンスへの招待
|
431
|
-
send_conference_diploma_mailer:
|
432
|
-
diploma:
|
433
|
-
subject: 会議出席証明書が送信されました
|
434
|
-
models:
|
435
|
-
conference_invite:
|
436
|
-
fields:
|
437
|
-
email: Eメールアドレス
|
438
|
-
name: 名前
|
439
|
-
registration_type: 登録タイプ
|
440
|
-
sent_at: 送信日時
|
441
|
-
status: ステータス
|
442
|
-
status:
|
443
|
-
accepted: 承認済み (%{at})
|
444
|
-
rejected: 拒否 (%{at})
|
445
|
-
sent: 送信済み
|
446
|
-
conference_registration:
|
447
|
-
fields:
|
448
|
-
email: Eメールアドレス
|
449
|
-
name: 名前
|
450
|
-
registration_type: 登録タイプ
|
451
|
-
state: ステータス
|
452
|
-
states:
|
453
|
-
confirmed: 確認済み
|
454
|
-
pending: 保留中
|
455
|
-
pages:
|
456
|
-
home:
|
457
|
-
highlighted_conferences:
|
458
|
-
active_conferences: アクティブな会議
|
459
|
-
see_all_conferences: すべての会議を見る
|
460
|
-
photo:
|
461
|
-
image:
|
462
|
-
attributes:
|
463
|
-
alt: メディア画像
|
464
|
-
show:
|
465
|
-
close_modal: モーダルを閉じる
|
466
|
-
photo: 画像
|
467
|
-
photos_list:
|
468
|
-
show:
|
469
|
-
related_photos: 画像
|
470
|
-
registration_types:
|
471
|
-
index:
|
472
|
-
choose_an_option: '登録オプションを選択:'
|
473
|
-
login_as: '%{name} <%{email} >としてログインしています'
|
474
|
-
register: 登録
|
475
|
-
title: 登録タイプ
|
476
|
-
shared:
|
477
|
-
conference_user_login:
|
478
|
-
already_account: 既にアカウントをお持ちですか?
|
479
|
-
new_user: 新規ユーザーですか?
|
480
|
-
sign_in: ログインして会議に登録する
|
481
|
-
sign_up: 会議に登録するためにデシウムにアカウントを作成する
|
482
|
-
show:
|
483
|
-
details: 詳細
|
484
|
-
introduction: はじめに
|
485
|
-
objectives: 目的
|
486
|
-
related_assemblies: 関連するアセンブリ
|
487
|
-
related_consultations: 関連する相談
|
488
|
-
related_participatory_processes: 関連する参加プロセス
|
489
|
-
statistics:
|
490
|
-
answers_count: 回答
|
491
|
-
comments_count: コメント
|
492
|
-
conference_count: 会議
|
493
|
-
debates_count: ディベート数
|
494
|
-
endorsements_count: <unk>
|
495
|
-
headline: アクティビティ
|
496
|
-
meetings_count: ミーティング
|
497
|
-
orders_count: サポート
|
498
|
-
pages_count: ページ
|
499
|
-
posts_count: 投稿
|
500
|
-
projects_count: プロジェクト
|
501
|
-
proposals_count: 提案
|
502
|
-
results_count: 結果
|
503
|
-
surveys_count: 調査
|
504
|
-
users_count: 参加者
|
505
|
-
votes_count: サポート
|
506
|
-
events:
|
507
|
-
conferences:
|
508
|
-
conference_registration_confirmed:
|
509
|
-
notification_title: 会議 <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました。
|
510
|
-
conference_registration_validation_pending:
|
511
|
-
notification_title: 会議 <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました。
|
512
|
-
conference_registrations_over_percentage:
|
513
|
-
email_intro: '"%{resource_title}" 会議占有スロットは %{percentage} %を超えています。'
|
514
|
-
email_outro: あなたは会議の参加スペースの管理者であるため、この通知を受け取りました。
|
515
|
-
email_subject: '「%{resource_title}」会議占有スロットは %{percentage} %を超えています'
|
516
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> 会議占有スロットは %{percentage} %を超えています。
|
517
|
-
conference_updated:
|
518
|
-
email_intro: '"%{resource_title}" 会議を更新しました。新しいバージョンはそのページから読むことができます:'
|
519
|
-
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
520
|
-
email_subject: '"%{resource_title}" カンファレンスが更新されました'
|
521
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> 会議を更新しました。
|
522
|
-
registrations_enabled:
|
523
|
-
email_intro: '"%{resource_title}" カンファレンスは登録を有効にしました。あなた自身をそのページに登録することができます:'
|
524
|
-
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
525
|
-
email_subject: '"%{resource_title}" 会議は登録を有効にしました。'
|
526
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスは登録を有効にしました。
|
527
|
-
role_assigned:
|
528
|
-
email_intro: 会議 " %{role} " の%{resource_title} として割り当てられました。
|
529
|
-
email_outro: あなたは「 %{role} 」カンファレンスの%{resource_title}であるため、この通知を受け取りました。
|
530
|
-
email_subject: あなたは " %{role} " の%{resource_title} として割り当てられました。
|
531
|
-
notification_title: あなたは会議<a href="%{resource_url}"f>%{resource_title}</a> に、%{role} として割り当てられました。
|
532
|
-
upcoming_conference:
|
533
|
-
email_intro: '"%{resource_title}" カンファレンスは2日後に開催されます。そのページから説明を読むことができます:'
|
534
|
-
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
535
|
-
email_subject: '「%{resource_title}」カンファレンスが近づいています!'
|
536
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスは2日後に開催されます。
|
537
|
-
log:
|
538
|
-
value_types:
|
539
|
-
conference_presenter:
|
540
|
-
not_found: 'データベース上に会議が見つかりませんでした (ID: %{id})'
|
541
|
-
media:
|
542
|
-
index:
|
543
|
-
description: この会議に関するリンク
|
544
|
-
title: メディアとリンク
|
545
|
-
menu:
|
546
|
-
conferences: 会議
|
547
|
-
devise:
|
548
|
-
mailer:
|
549
|
-
join_conference:
|
550
|
-
subject: カンファレンスへの招待
|
551
|
-
layouts:
|
552
|
-
decidim:
|
553
|
-
conference_hero:
|
554
|
-
register: 登録
|
555
|
-
conference_widgets:
|
556
|
-
show:
|
557
|
-
take_part: 参加する
|
558
|
-
conferences:
|
559
|
-
conference:
|
560
|
-
more_info: 詳細情報
|
561
|
-
take_part: 参加する
|
562
|
-
index:
|
563
|
-
promoted_conferences: ハイライトされた会議
|
564
|
-
order_by_conferences:
|
565
|
-
conferences:
|
566
|
-
other: "%{count} 個の会議"
|
567
|
-
promoted_conference:
|
568
|
-
more_info: 詳細情報
|
569
|
-
take_part: 参加する
|
570
|
-
conferences_nav:
|
571
|
-
conference_menu_item: 情報
|
572
|
-
conference_partners_menu_item: パートナー
|
573
|
-
conference_speaker_menu_item: スピーカー
|
574
|
-
media: メディア
|
575
|
-
venues: 会場
|