decidim-conferences 0.20.0 → 0.23.1.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/app/assets/images/decidim/conferences/conference.svg +1 -3
- data/app/cells/decidim/conferences/conference_m/footer.erb +1 -1
- data/app/cells/decidim/conferences/conference_m_cell.rb +4 -0
- data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +9 -10
- data/app/cells/decidim/conferences/media_link/show.erb +2 -2
- data/app/cells/decidim/conferences/partner_cell.rb +1 -1
- data/app/cells/decidim/conferences/photo/show.erb +3 -5
- data/app/cells/decidim/conferences/photo_cell.rb +2 -2
- data/app/cells/decidim/conferences/photos_list/show.erb +1 -1
- data/app/cells/decidim/conferences/registration_type/join_conference.erb +1 -1
- data/app/cells/decidim/conferences/registration_type_cell.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_conference.rb +3 -3
- data/app/commands/decidim/conferences/admin/create_conference_admin.rb +2 -1
- data/app/commands/decidim/conferences/admin/create_partner.rb +9 -9
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +22 -0
- data/app/commands/decidim/conferences/admin/update_conference.rb +13 -6
- data/app/commands/decidim/conferences/admin/update_conference_admin.rb +2 -1
- data/app/controllers/concerns/decidim/conferences/admin/filterable.rb +27 -0
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +4 -5
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +30 -0
- data/app/forms/decidim/conferences/admin/conference_form.rb +5 -2
- data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +12 -1
- data/app/forms/decidim/conferences/admin/diploma_form.rb +6 -2
- data/app/forms/decidim/conferences/admin/partner_form.rb +16 -1
- data/app/jobs/decidim/conferences/admin/send_conference_diploma_job.rb +1 -1
- data/app/models/decidim/conference.rb +28 -1
- data/app/models/decidim/conference_speaker.rb +5 -2
- data/app/models/decidim/conference_user_role.rb +1 -1
- data/app/models/decidim/conferences/media_link.rb +3 -0
- data/app/models/decidim/conferences/partner.rb +5 -1
- data/app/models/decidim/conferences/registration_type.rb +3 -0
- data/app/permissions/decidim/conferences/permissions.rb +9 -0
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -1
- data/app/types/decidim/conferences/conference_media_link_type.rb +19 -0
- data/app/types/decidim/conferences/conference_partner_type.rb +20 -0
- data/app/types/decidim/conferences/conference_speaker_type.rb +24 -0
- data/app/types/decidim/conferences/conference_type.rb +45 -0
- data/app/views/decidim/conferences/_order_by_conferences.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +6 -3
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +6 -4
- data/app/views/decidim/conferences/conference_program/show.html.erb +6 -6
- data/app/views/decidim/conferences/conference_speakers/index.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_partners.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/show.html.erb +7 -13
- data/app/views/decidim/conferences/media/index.html.erb +3 -3
- data/app/views/decidim/conferences/registration_types/index.html.erb +1 -1
- data/app/views/layouts/decidim/_conference_hero.html.erb +4 -8
- data/app/views/layouts/decidim/_conferences_nav.html.erb +2 -2
- data/app/views/layouts/decidim/admin/conference.html.erb +2 -2
- data/app/views/layouts/decidim/conference.html.erb +4 -5
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +4 -2
- data/config/locales/bg-BG.yml +7 -0
- data/config/locales/bg.yml +7 -0
- data/config/locales/ca.yml +10 -0
- data/config/locales/cs.yml +20 -10
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +9 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +580 -0
- data/config/locales/en.yml +10 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +10 -0
- data/config/locales/es-PY.yml +10 -0
- data/config/locales/es.yml +10 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/fi-plain.yml +10 -0
- data/config/locales/fi.yml +14 -4
- data/config/locales/fr-CA.yml +581 -0
- data/config/locales/fr.yml +10 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +4 -0
- data/config/locales/is-IS.yml +1 -0
- data/config/locales/is.yml +1 -0
- data/config/locales/it.yml +169 -159
- data/config/locales/ja-JP.yml +575 -0
- data/config/locales/ja.yml +576 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +584 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +10 -0
- data/config/locales/no.yml +470 -7
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +203 -193
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +238 -229
- data/config/locales/ro-RO.yml +536 -0
- data/config/locales/sk-SK.yml +585 -0
- data/config/locales/sk.yml +585 -0
- data/config/locales/sl.yml +42 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +19 -0
- data/config/locales/sv.yml +24 -15
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +576 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20200320105913_index_foreign_keys_in_decidim_conferences.rb +7 -0
- data/db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb +7 -0
- data/db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb +7 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +19 -12
- data/lib/decidim/conferences/test/factories.rb +19 -3
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +60 -14
- data/app/views/decidim/conferences/conference_widgets/show.html.erb +0 -11
@@ -0,0 +1,42 @@
|
|
1
|
+
sl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
conference:
|
5
|
+
assemblies_ids: Povezane združbe
|
6
|
+
description: Opis
|
7
|
+
hashtag: Ključnik
|
8
|
+
published_at: Objavljeno
|
9
|
+
short_description: Kratek opis
|
10
|
+
show_statistics: Pokaži statistiko
|
11
|
+
slogan: Moto
|
12
|
+
conference_speaker:
|
13
|
+
full_name: Polno ime
|
14
|
+
conference_user_role:
|
15
|
+
email: Email
|
16
|
+
name: Ime
|
17
|
+
role: Vloga
|
18
|
+
decidim:
|
19
|
+
admin:
|
20
|
+
actions:
|
21
|
+
confirm: Potrdi
|
22
|
+
conference_copies:
|
23
|
+
new:
|
24
|
+
copy: Kopiraj
|
25
|
+
conference_speakers:
|
26
|
+
edit:
|
27
|
+
update: Posodobi
|
28
|
+
new:
|
29
|
+
create: Ustvari
|
30
|
+
conferences:
|
31
|
+
conference_speaker:
|
32
|
+
go_to_twitter: Pojdi na Twitter
|
33
|
+
personal_website: Osebno spletno mesto
|
34
|
+
conference_speaker_cell:
|
35
|
+
personal_url:
|
36
|
+
personal_website: Osebno spletno mesto
|
37
|
+
twitter_handle:
|
38
|
+
go_to_twitter: Pojdi na Twitter
|
39
|
+
show:
|
40
|
+
related_assemblies: Povezane združbe
|
41
|
+
statistics:
|
42
|
+
meetings_count: Sestanki
|
@@ -0,0 +1 @@
|
|
1
|
+
so:
|
@@ -0,0 +1,19 @@
|
|
1
|
+
sr:
|
2
|
+
decidim:
|
3
|
+
admin:
|
4
|
+
models:
|
5
|
+
conference_user_role:
|
6
|
+
roles:
|
7
|
+
valuator: Procenjivač
|
8
|
+
conferences:
|
9
|
+
photo:
|
10
|
+
image:
|
11
|
+
attributes:
|
12
|
+
alt: Slika
|
13
|
+
events:
|
14
|
+
conferences:
|
15
|
+
role_assigned:
|
16
|
+
email_intro: Imenovani ste na funkciju %{role} konferencije %{resource_title}.
|
17
|
+
email_outro: Dobili ste ovo obaveštenje zbog toga što ste %{role} konferencije %{resource_title}.
|
18
|
+
email_subject: Imenovani ste na funkciju %{role} %{resource_title}.
|
19
|
+
notification_title: Imenovani ste na funkciju %{role} konferencije <a href="%{resource_url}">%{resource_title}</a>.
|
data/config/locales/sv.yml
CHANGED
@@ -2,7 +2,7 @@ sv:
|
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
conference:
|
5
|
-
assemblies_ids: Relaterade
|
5
|
+
assemblies_ids: Relaterade grupper
|
6
6
|
banner_image: Bannerbild
|
7
7
|
consultations_ids: Relaterade samråd
|
8
8
|
copy_categories: Kopiera kategorier
|
@@ -12,7 +12,7 @@ sv:
|
|
12
12
|
description: Beskrivning
|
13
13
|
hashtag: Hashtag
|
14
14
|
hero_image: Bild till startsida
|
15
|
-
participatory_processes_ids: Relaterade
|
15
|
+
participatory_processes_ids: Relaterade dialoger
|
16
16
|
promoted: Uppmärksammad
|
17
17
|
published_at: Publicerad
|
18
18
|
scope_id: Omfång
|
@@ -44,7 +44,7 @@ sv:
|
|
44
44
|
other: Talare
|
45
45
|
decidim/conference_user_role:
|
46
46
|
one: Konferensanvändarroll
|
47
|
-
other:
|
47
|
+
other: Konferensanvändarroller
|
48
48
|
decidim:
|
49
49
|
admin:
|
50
50
|
actions:
|
@@ -183,6 +183,7 @@ sv:
|
|
183
183
|
admin: Administratör
|
184
184
|
collaborator: Medarbetare
|
185
185
|
moderator: Moderator
|
186
|
+
valuator: Värderare
|
186
187
|
media_link:
|
187
188
|
fields:
|
188
189
|
date: Datum
|
@@ -301,9 +302,9 @@ sv:
|
|
301
302
|
select_user: Välj deltagare
|
302
303
|
index:
|
303
304
|
filter:
|
304
|
-
accepted:
|
305
|
+
accepted: Accepterad
|
305
306
|
all: Alla
|
306
|
-
rejected:
|
307
|
+
rejected: Avvisad
|
307
308
|
sent: Skickade
|
308
309
|
filter_by: Filtrera efter
|
309
310
|
invite_attendee: Bjud in deltagare
|
@@ -419,7 +420,7 @@ sv:
|
|
419
420
|
register: Registrering
|
420
421
|
content_blocks:
|
421
422
|
highlighted_conferences:
|
422
|
-
name:
|
423
|
+
name: Viktiga konferenser just nu
|
423
424
|
index:
|
424
425
|
title: Konferenser
|
425
426
|
mailer:
|
@@ -443,7 +444,7 @@ sv:
|
|
443
444
|
sent_at: Skickad
|
444
445
|
status: Status
|
445
446
|
status:
|
446
|
-
accepted:
|
447
|
+
accepted: Accepterade (%{at})
|
447
448
|
rejected: Avvisad (%{at})
|
448
449
|
sent: Skickad
|
449
450
|
conference_registration:
|
@@ -458,9 +459,12 @@ sv:
|
|
458
459
|
pages:
|
459
460
|
home:
|
460
461
|
highlighted_conferences:
|
461
|
-
active_conferences:
|
462
|
+
active_conferences: Pågående konferenser
|
462
463
|
see_all_conferences: Visa alla konferenser
|
463
464
|
photo:
|
465
|
+
image:
|
466
|
+
attributes:
|
467
|
+
alt: Mediabild
|
464
468
|
show:
|
465
469
|
close_modal: Stäng fönstret
|
466
470
|
photo: Bild
|
@@ -483,18 +487,18 @@ sv:
|
|
483
487
|
details: Detaljer
|
484
488
|
introduction: Introduktion
|
485
489
|
objectives: Mål
|
486
|
-
related_assemblies: Relaterade
|
490
|
+
related_assemblies: Relaterade grupper
|
487
491
|
related_consultations: Relaterade samråd
|
488
|
-
related_participatory_processes: Relaterade
|
492
|
+
related_participatory_processes: Relaterade dialoger
|
489
493
|
statistics:
|
490
494
|
answers_count: Svar
|
491
495
|
comments_count: Kommentarer
|
492
496
|
conference_count: Konferenser
|
493
497
|
debates_count: Debatter
|
494
|
-
endorsements_count:
|
498
|
+
endorsements_count: Instämmanden
|
495
499
|
headline: Aktivitet
|
496
500
|
meetings_count: Möten
|
497
|
-
orders_count:
|
501
|
+
orders_count: Stöd
|
498
502
|
pages_count: Sidor
|
499
503
|
posts_count: Inlägg
|
500
504
|
projects_count: Projekt
|
@@ -502,7 +506,7 @@ sv:
|
|
502
506
|
results_count: Resultat
|
503
507
|
surveys_count: Undersökningar
|
504
508
|
users_count: Deltagare
|
505
|
-
votes_count:
|
509
|
+
votes_count: Stöd
|
506
510
|
events:
|
507
511
|
conferences:
|
508
512
|
conference_registration_confirmed:
|
@@ -524,9 +528,14 @@ sv:
|
|
524
528
|
email_outro: Du har fått det här meddelandet eftersom du följer konferensen "%{resource_title}". Du kan sluta att följa den via föregående länk.
|
525
529
|
email_subject: Konferensen "%{resource_title}" tar nu emot registreringar.
|
526
530
|
notification_title: Konferensen <a href="%{resource_path}">%{resource_title}</a> tar nu emot registreringar.
|
531
|
+
role_assigned:
|
532
|
+
email_intro: Du har tilldelats som %{role} för konferens "%{resource_title}".
|
533
|
+
email_outro: Du har fått det här meddelandet eftersom du är %{role} av konferensen "%{resource_title}".
|
534
|
+
email_subject: Du har tilldelats som %{role} för "%{resource_title}".
|
535
|
+
notification_title: Du har tilldelats %{role} för konferens <a href="%{resource_url}">%{resource_title}</a>.
|
527
536
|
upcoming_conference:
|
528
537
|
email_intro: 'Konferensen "%{resource_title}" äger rum om två dagar. Läs mer på dess sida:'
|
529
|
-
email_outro: Du har fått
|
538
|
+
email_outro: Du har fått det här meddelandet eftersom du följer konferensen "%{resource_title}". Du kan sluta att följa den från föregående länk.
|
530
539
|
email_subject: Konferensen "%{resource_title}" kommer!
|
531
540
|
notification_title: Konferensen <a href="%{resource_path}">%{resource_title}</a> börjar om två dagar.
|
532
541
|
log:
|
@@ -555,7 +564,7 @@ sv:
|
|
555
564
|
more_info: Mer information
|
556
565
|
take_part: Medverka
|
557
566
|
index:
|
558
|
-
promoted_conferences:
|
567
|
+
promoted_conferences: Viktiga konferenser just nu
|
559
568
|
order_by_conferences:
|
560
569
|
conferences:
|
561
570
|
one: "%{count} konferens"
|
@@ -0,0 +1 @@
|
|
1
|
+
ti:
|
@@ -0,0 +1 @@
|
|
1
|
+
vi:
|
@@ -0,0 +1 @@
|
|
1
|
+
vi:
|
@@ -0,0 +1,576 @@
|
|
1
|
+
zh-CN:
|
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: 斯洛根文
|
23
|
+
slug: URL 名称
|
24
|
+
title: 标题
|
25
|
+
conference_speaker:
|
26
|
+
full_name: 全名
|
27
|
+
conference_user_role:
|
28
|
+
email: 电子邮件地址
|
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: 会议用户角色
|
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: 'Original: ENGLISH'
|
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: 从属关系
|
170
|
+
full_name: 全名
|
171
|
+
position: 位置
|
172
|
+
name: 会议扬声器
|
173
|
+
conference_user_role:
|
174
|
+
fields:
|
175
|
+
email: 电子邮件地址
|
176
|
+
name: 名称
|
177
|
+
role: 作用
|
178
|
+
name: 会议管理
|
179
|
+
roles:
|
180
|
+
admin: 管理员
|
181
|
+
collaborator: 协作者
|
182
|
+
moderator: 版主
|
183
|
+
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} 在 %{space_name} 次会议上创建了 %{resource_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} 在 %{space_name} 次会议上更新 %{resource_name}"
|
270
|
+
registration_type:
|
271
|
+
create: "%{user_name} 在 %{space_name} 次会议上创建了 %{resource_name} 注册类型"
|
272
|
+
publish: "%{user_name} 在 %{space_name} 次会议上发布了 %{resource_name} 注册类型"
|
273
|
+
unpublish: "%{user_name} 在 %{space_name} 次会议上取消发布了 %{resource_name} 注册类型"
|
274
|
+
update: "%{user_name} 更新了 %{resource_name} 注册类型在 %{space_name} 会议"
|
275
|
+
media_link:
|
276
|
+
create: "%{user_name} 在 %{space_name} 次会议上创建了 %{resource_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 slugs 用于生成指向此会议的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 slugs 用于生成指向此会议的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>%{title}</strong> 在 <strong>%{location}</strong> 在 <strong>%{start} - %{end}</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: 电子邮件地址
|
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: 电子邮件地址
|
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
|
+
no_registrations: 无注册
|
475
|
+
register: 注册
|
476
|
+
title: 注册类型
|
477
|
+
shared:
|
478
|
+
conference_user_login:
|
479
|
+
already_account: 您在决定中是否已经有一个帐户?
|
480
|
+
new_user: 新用户?
|
481
|
+
sign_in: 登录以注册会议
|
482
|
+
sign_up: 创建一个帐号来注册会议
|
483
|
+
show:
|
484
|
+
details: 详细信息
|
485
|
+
introduction: 一. 导言
|
486
|
+
objectives: 目标
|
487
|
+
related_assemblies: 相关的会议
|
488
|
+
related_consultations: 相关协商
|
489
|
+
related_participatory_processes: 相关的参与进程
|
490
|
+
statistics:
|
491
|
+
answers_count: 答案
|
492
|
+
comments_count: 评论
|
493
|
+
conference_count: 会议
|
494
|
+
debates_count: 辩论
|
495
|
+
endorsements_count: 授权
|
496
|
+
headline: 活动
|
497
|
+
meetings_count: 会议
|
498
|
+
orders_count: 支持
|
499
|
+
pages_count: 页 次
|
500
|
+
posts_count: 员额
|
501
|
+
projects_count: 项目
|
502
|
+
proposals_count: 建议
|
503
|
+
results_count: 成果
|
504
|
+
surveys_count: 调查
|
505
|
+
users_count: 参加者
|
506
|
+
votes_count: 支持
|
507
|
+
events:
|
508
|
+
conferences:
|
509
|
+
conference_registration_confirmed:
|
510
|
+
notification_title: 您注册的会议 <a href="%{resource_url}">%{resource_title}</a> 已被确认。
|
511
|
+
conference_registration_validation_pending:
|
512
|
+
notification_title: 您的会议注册 <a href="%{resource_url}">%{resource_title}</a> 正在等待确认。
|
513
|
+
conference_registrations_over_percentage:
|
514
|
+
email_intro: '"%{resource_title}" 会议占用的空档超过 %{percentage}%。'
|
515
|
+
email_outro: 您收到此通知是因为您是会议参与空间的管理员。
|
516
|
+
email_subject: '"%{resource_title}" 会议占用的空档超过 %{percentage}%'
|
517
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> 会议占用时间超过 %{percentage}%。
|
518
|
+
conference_updated:
|
519
|
+
email_intro: '"%{resource_title}"会议已更新。您可以从其页面读取新版本:'
|
520
|
+
email_outro: 您收到此通知是因为您正在关注“%{resource_title}”会议。您可以从上一个链接取消关注它。
|
521
|
+
email_subject: '“%{resource_title}”会议已更新'
|
522
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> 会议已更新。
|
523
|
+
registrations_enabled:
|
524
|
+
email_intro: '"%{resource_title}"会议已启用注册。您可以在其页面上注册:'
|
525
|
+
email_outro: 您收到此通知是因为您正在关注“%{resource_title}”会议。您可以从上一个链接取消关注它。
|
526
|
+
email_subject: '"%{resource_title}"会议已启用注册。'
|
527
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> 会议已启用注册。
|
528
|
+
role_assigned:
|
529
|
+
email_intro: 您已被分配为 %{role} 用于会议 "%{resource_title}"。
|
530
|
+
email_outro: 您收到此通知是因为您是 %{role} 的 "%{resource_title}" 会议。
|
531
|
+
email_subject: 您已被分配为 %{role} 给 "%{resource_title}"。
|
532
|
+
notification_title: 您已被分配为 %{role} 用于会议 <a href="%{resource_url}">%{resource_title}</a>。
|
533
|
+
upcoming_conference:
|
534
|
+
email_intro: '"%{resource_title}"会议将在 2 天内进行。您可以从其页面阅读描述:'
|
535
|
+
email_outro: 您收到此通知是因为您正在关注“%{resource_title}”会议。您可以从上一个链接取消关注它。
|
536
|
+
email_subject: '"%{resource_title}"会议即将来临!'
|
537
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> 会议将在 2 天内到来。
|
538
|
+
log:
|
539
|
+
value_types:
|
540
|
+
conference_presenter:
|
541
|
+
not_found: '会议未在数据库中找到 (ID: %{id})'
|
542
|
+
media:
|
543
|
+
index:
|
544
|
+
description: 关于此会议的链接
|
545
|
+
title: 媒体和链接
|
546
|
+
menu:
|
547
|
+
conferences: 会议
|
548
|
+
devise:
|
549
|
+
mailer:
|
550
|
+
join_conference:
|
551
|
+
subject: 邀请加入会议
|
552
|
+
layouts:
|
553
|
+
decidim:
|
554
|
+
conference_hero:
|
555
|
+
register: 注册
|
556
|
+
conference_widgets:
|
557
|
+
show:
|
558
|
+
take_part: 参与
|
559
|
+
conferences:
|
560
|
+
conference:
|
561
|
+
more_info: 更多信息
|
562
|
+
take_part: 参与
|
563
|
+
index:
|
564
|
+
promoted_conferences: 主要会议
|
565
|
+
order_by_conferences:
|
566
|
+
conferences:
|
567
|
+
other: "%{count} 个会议"
|
568
|
+
promoted_conference:
|
569
|
+
more_info: 更多信息
|
570
|
+
take_part: 参与
|
571
|
+
conferences_nav:
|
572
|
+
conference_menu_item: 信息
|
573
|
+
conference_partners_menu_item: 合作伙伴
|
574
|
+
conference_speaker_menu_item: 发言者:
|
575
|
+
media: 媒体
|
576
|
+
venues: 地点
|