decidim-conferences 0.23.5 → 0.24.2
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_speaker/show.erb +1 -1
- data/app/cells/decidim/conferences/media_link/show.erb +1 -1
- data/app/cells/decidim/conferences/media_link_cell.rb +1 -0
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +40 -18
- data/app/commands/decidim/conferences/admin/create_partner.rb +33 -14
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +41 -17
- data/app/commands/decidim/conferences/admin/update_partner.rb +30 -10
- data/app/controllers/decidim/conferences/admin/imports_controller.rb +14 -0
- data/app/controllers/decidim/conferences/admin/moderations/reports_controller.rb +14 -0
- data/app/forms/decidim/conferences/admin/conference_form.rb +3 -2
- data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -1
- data/app/forms/decidim/conferences/admin/media_link_form.rb +1 -1
- data/app/forms/decidim/conferences/admin/partner_form.rb +2 -1
- data/app/models/decidim/conference_meeting.rb +1 -1
- data/app/models/decidim/conference_speaker.rb +1 -1
- data/app/models/decidim/conference_speaker_conference_meeting.rb +2 -2
- data/app/models/decidim/conferences/conference_meeting_registration_type.rb +2 -2
- data/app/models/decidim/conferences/registration_type.rb +1 -1
- data/app/permissions/decidim/conferences/permissions.rb +1 -1
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +1 -1
- data/app/views/layouts/decidim/admin/conference.html.erb +2 -1
- data/config/locales/ar.yml +6 -4
- data/config/locales/ca.yml +50 -3
- data/config/locales/cs.yml +51 -4
- data/config/locales/de.yml +16 -3
- data/config/locales/el.yml +6 -4
- data/config/locales/en.yml +50 -3
- data/config/locales/es-MX.yml +50 -3
- data/config/locales/es-PY.yml +50 -3
- data/config/locales/es.yml +50 -3
- data/config/locales/eu.yml +6 -4
- data/config/locales/fi-plain.yml +50 -3
- data/config/locales/fi.yml +50 -3
- data/config/locales/fr-CA.yml +16 -3
- data/config/locales/fr.yml +16 -3
- data/config/locales/gl.yml +35 -4
- data/config/locales/hu.yml +6 -4
- data/config/locales/id-ID.yml +6 -4
- data/config/locales/it.yml +6 -4
- data/config/locales/ja.yml +12 -4
- data/config/locales/lv.yml +6 -4
- data/config/locales/nl.yml +50 -3
- data/config/locales/no.yml +6 -4
- data/config/locales/pl.yml +16 -3
- data/config/locales/pt-BR.yml +6 -4
- data/config/locales/pt.yml +6 -4
- data/config/locales/ro-RO.yml +16 -3
- data/config/locales/sk.yml +6 -4
- data/config/locales/sv.yml +50 -3
- data/config/locales/tr-TR.yml +13 -4
- data/config/locales/zh-CN.yml +6 -4
- data/db/migrate/20210310134942_add_followable_counter_cache_to_conferences.rb +16 -0
- data/lib/decidim/api/conference_media_link_type.rb +18 -0
- data/lib/decidim/api/conference_partner_type.rb +19 -0
- data/lib/decidim/api/conference_speaker_type.rb +23 -0
- data/lib/decidim/api/conference_type.rb +42 -0
- data/lib/decidim/conferences.rb +1 -0
- data/lib/decidim/conferences/admin_engine.rb +3 -1
- data/lib/decidim/conferences/api.rb +10 -0
- data/lib/decidim/conferences/engine.rb +7 -1
- data/lib/decidim/conferences/participatory_space.rb +25 -25
- data/lib/decidim/conferences/query_extensions.rb +43 -0
- data/lib/decidim/conferences/test/factories.rb +6 -6
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +21 -16
- data/app/types/decidim/conferences/conference_media_link_type.rb +0 -19
- data/app/types/decidim/conferences/conference_partner_type.rb +0 -20
- data/app/types/decidim/conferences/conference_speaker_type.rb +0 -24
- data/app/types/decidim/conferences/conference_type.rb +0 -45
data/config/locales/fr-CA.yml
CHANGED
@@ -22,6 +22,12 @@ fr-CA:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: Slug URL
|
24
24
|
title: Titre
|
25
|
+
conference_media_link:
|
26
|
+
weight: Rang d'affichage
|
27
|
+
conference_partner:
|
28
|
+
weight: Rang d'affichage
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Rang d'affichage
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Nom complet
|
27
33
|
conference_user_role:
|
@@ -267,9 +273,9 @@ fr-CA:
|
|
267
273
|
conference_registration:
|
268
274
|
confirm: "%{user_name} confirmé une inscription à %{resource_name} conférence"
|
269
275
|
partner:
|
270
|
-
create: "%{user_name} créé %{resource_name}
|
271
|
-
delete: "%{user_name} retiré
|
272
|
-
update: "%{user_name} mis à jour %{resource_name} dans la %{space_name}
|
276
|
+
create: "%{user_name} a créé le partenaire %{resource_name} dans la conférence %{space_name}"
|
277
|
+
delete: "%{user_name} a retiré le partenaire %{resource_name} de la conférence %{space_name}"
|
278
|
+
update: "%{user_name} a mis à jour le partenaire %{resource_name} dans la conférence %{space_name}"
|
273
279
|
registration_type:
|
274
280
|
create: "%{user_name} créé le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
275
281
|
publish: "%{user_name} publié le %{resource_name} type d'inscription dans la %{space_name} conférence"
|
@@ -402,6 +408,7 @@ fr-CA:
|
|
402
408
|
personal_website: Site Web personnel
|
403
409
|
show:
|
404
410
|
more_info: Plus d'informations
|
411
|
+
speaking_at: Intervient dans les rencontres
|
405
412
|
conference_speaker_cell:
|
406
413
|
personal_url:
|
407
414
|
personal_website: Site Web personnel
|
@@ -539,6 +546,12 @@ fr-CA:
|
|
539
546
|
email_outro: Vous avez reçu cette notification parce que vous suivez la conférence "%{resource_title}". Vous pouvez le désabonner du lien précédent.
|
540
547
|
email_subject: La conférence "%{resource_title}" arrive!
|
541
548
|
notification_title: La conférence <a href="%{resource_path}">%{resource_title}</a> arrive dans 2 jours.
|
549
|
+
help:
|
550
|
+
participatory_spaces:
|
551
|
+
conferences:
|
552
|
+
contextual: "<p>Une <strong>conférence</strong> est un ensemble de rencontres organisées dans un programme, avec un certain nombre de personnes invitées en tant qu'orateurs, et d'autres informations typiques des grands congrès ou événements (inscription, liste des organisations qui soutiennent ou parrainent l'événement, etc.).</p> <p>Exemples : Une conférence peut être un événement pertinent pour une organisation et ses membres, ou se dérouler dans le cadre d'un processus participatif ou faire suite à une consultation.</p>\n"
|
553
|
+
page: "<p>Une <strong>conférence</strong> est un ensemble de rencontres organisées dans un programme, avec un certain nombre de personnes invitées en tant qu'orateurs, et d'autres informations typiques des grands congrès ou événements (inscription, liste des organisations qui soutiennent ou parrainent l'événement, etc.).</p> <p>Exemples : Une conférence peut être un événement pertinent pour une organisation et ses membres, ou se dérouler dans le cadre d'un processus participatif ou faire suite à une consultation.</p>\n"
|
554
|
+
title: Que sont les conférences?
|
542
555
|
log:
|
543
556
|
value_types:
|
544
557
|
conference_presenter:
|
data/config/locales/fr.yml
CHANGED
@@ -22,6 +22,12 @@ fr:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: Slug URL
|
24
24
|
title: Titre
|
25
|
+
conference_media_link:
|
26
|
+
weight: Rang d'affichage
|
27
|
+
conference_partner:
|
28
|
+
weight: Rang d'affichage
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Rang d'affichage
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Nom complet
|
27
33
|
conference_user_role:
|
@@ -267,9 +273,9 @@ fr:
|
|
267
273
|
conference_registration:
|
268
274
|
confirm: "%{user_name} confirmé une inscription à %{resource_name} conférence"
|
269
275
|
partner:
|
270
|
-
create: "%{user_name} créé %{resource_name}
|
271
|
-
delete: "%{user_name} retiré
|
272
|
-
update: "%{user_name} mis à jour %{resource_name} dans la %{space_name}
|
276
|
+
create: "%{user_name} a créé le partenaire %{resource_name} dans la conférence %{space_name}"
|
277
|
+
delete: "%{user_name} a retiré le partenaire %{resource_name} de la conférence %{space_name}"
|
278
|
+
update: "%{user_name} a mis à jour le partenaire %{resource_name} dans la conférence %{space_name}"
|
273
279
|
registration_type:
|
274
280
|
create: "%{user_name} créé le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
275
281
|
publish: "%{user_name} publié le %{resource_name} type d'inscription dans la %{space_name} conférence"
|
@@ -402,6 +408,7 @@ fr:
|
|
402
408
|
personal_website: Site Web personnel
|
403
409
|
show:
|
404
410
|
more_info: Plus d'informations
|
411
|
+
speaking_at: Intervient dans les rencontres
|
405
412
|
conference_speaker_cell:
|
406
413
|
personal_url:
|
407
414
|
personal_website: Site Web personnel
|
@@ -539,6 +546,12 @@ fr:
|
|
539
546
|
email_outro: Vous avez reçu cette notification parce que vous suivez la conférence "%{resource_title}". Vous pouvez le désabonner du lien précédent.
|
540
547
|
email_subject: La conférence "%{resource_title}" arrive!
|
541
548
|
notification_title: La conférence <a href="%{resource_path}">%{resource_title}</a> arrive dans 2 jours.
|
549
|
+
help:
|
550
|
+
participatory_spaces:
|
551
|
+
conferences:
|
552
|
+
contextual: "<p>Une <strong>conférence</strong> est un ensemble de rencontres organisées dans un programme, avec un certain nombre de personnes invitées en tant qu'orateurs, et d'autres informations typiques des grands congrès ou événements (inscription, liste des organisations qui soutiennent ou parrainent l'événement, etc.).</p> <p>Exemples : Une conférence peut être un événement pertinent pour une organisation et ses membres, ou se dérouler dans le cadre d'un processus participatif ou faire suite à une consultation.</p>\n"
|
553
|
+
page: "<p>Une <strong>conférence</strong> est un ensemble de rencontres organisées dans un programme, avec un certain nombre de personnes invitées en tant qu'orateurs, et d'autres informations typiques des grands congrès ou événements (inscription, liste des organisations qui soutiennent ou parrainent l'événement, etc.).</p> <p>Exemples : Une conférence peut être un événement pertinent pour une organisation et ses membres, ou se dérouler dans le cadre d'un processus participatif ou faire suite à une consultation.</p>\n"
|
554
|
+
title: Que sont les conférences?
|
542
555
|
log:
|
543
556
|
value_types:
|
544
557
|
conference_presenter:
|
data/config/locales/gl.yml
CHANGED
@@ -10,8 +10,12 @@ gl:
|
|
10
10
|
copy_features: Copiar funcións
|
11
11
|
decidim_scope_id: Alcance
|
12
12
|
description: Descrición
|
13
|
+
end_date: Data de finalización
|
13
14
|
hashtag: Etiqueta
|
14
15
|
hero_image: Imaxe na casa
|
16
|
+
location: Localización
|
17
|
+
main_logo: Logotipo principal
|
18
|
+
objectives: Obxectivos
|
15
19
|
participatory_processes_ids: Procesos participativos relacionados
|
16
20
|
promoted: Promocionado
|
17
21
|
published_at: Publicado en
|
@@ -19,11 +23,42 @@ gl:
|
|
19
23
|
scopes_enabled: Ámbitos habilitados
|
20
24
|
short_description: Descrición curta
|
21
25
|
show_statistics: Amosar estatísticas
|
26
|
+
sign_date: Data de sinatura
|
27
|
+
signature: Sinatura
|
22
28
|
slogan: Eslogan
|
23
29
|
slug: URL slug
|
30
|
+
start_date: Data de inicio
|
31
|
+
title: Título
|
32
|
+
conference_media_link:
|
33
|
+
date: Data
|
34
|
+
link: Ligazón
|
35
|
+
title: Título
|
36
|
+
weight: Peso
|
37
|
+
conference_partner:
|
38
|
+
link: Ligazón
|
39
|
+
logo: Logotipo
|
40
|
+
name: Nome
|
41
|
+
partner_type: Tipo de socio
|
42
|
+
weight: Peso
|
43
|
+
conference_registration_invite:
|
44
|
+
email: Correo electrónico
|
45
|
+
name: Nome
|
46
|
+
registration_type_id: Tipo do rexistro
|
47
|
+
user_id: Usuario
|
48
|
+
conference_registration_type:
|
49
|
+
description: Descrición
|
50
|
+
price: Prezo
|
24
51
|
title: Título
|
52
|
+
weight: Peso
|
25
53
|
conference_speaker:
|
54
|
+
affiliation: Afiliación
|
55
|
+
avatar: Avatar
|
56
|
+
conference_meeting_ids: Xuntanzas relacionadas
|
26
57
|
full_name: Nome completo
|
58
|
+
personal_url: Url persoal
|
59
|
+
position: Posición
|
60
|
+
short_bio: Pequena biografía
|
61
|
+
user_id: Usuario
|
27
62
|
conference_user_role:
|
28
63
|
email: Correo electrónico
|
29
64
|
name: Nome
|
@@ -265,10 +300,6 @@ gl:
|
|
265
300
|
conferences:
|
266
301
|
conference_registration:
|
267
302
|
confirm: "%{user_name} confirmou a inscrición na conferencia en %{resource_name} conferencia"
|
268
|
-
partner:
|
269
|
-
create: "%{user_name} creou %{resource_name} á %{space_name} conferencia"
|
270
|
-
delete: "%{user_name} eliminou o usuario %{resource_name} da %{space_name} conferencia"
|
271
|
-
update: "%{user_name} actualizouse %{resource_name} na %{space_name} conferencia"
|
272
303
|
registration_type:
|
273
304
|
create: "%{user_name} creou o %{resource_name} tipo de rexistro na %{space_name} conferencia"
|
274
305
|
publish: "%{user_name} publicou o %{resource_name} tipo de rexistro na %{space_name} conferencia"
|
data/config/locales/hu.yml
CHANGED
@@ -22,6 +22,12 @@ hu:
|
|
22
22
|
slogan: Szlogen
|
23
23
|
slug: URL slug
|
24
24
|
title: Cím
|
25
|
+
conference_media_link:
|
26
|
+
weight: Súly
|
27
|
+
conference_partner:
|
28
|
+
weight: Súly
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Súly
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Teljes név
|
27
33
|
conference_user_role:
|
@@ -266,10 +272,6 @@ hu:
|
|
266
272
|
conferences:
|
267
273
|
conference_registration:
|
268
274
|
confirm: "%{user_name} megerősítette konferencia regisztrációját a %{resource_name} konferencián"
|
269
|
-
partner:
|
270
|
-
create: "%{user_name} létrehozta a %{resource_name}-t a %{space_name} konferenciában"
|
271
|
-
delete: "%{user_name} eltávolította a felhasználó %{resource_name} -et a %{space_name} konferenciából"
|
272
|
-
update: "%{user_name} frissítette a %{resource_name}-t a %{space_name} konferencián"
|
273
275
|
registration_type:
|
274
276
|
create: "%{user_name} létrehozta az %{resource_name} regisztrációs típust a %{space_name} konferencián"
|
275
277
|
publish: "%{user_name} közzétette az %{resource_name} regisztrációs típust a %{space_name} konferencián"
|
data/config/locales/id-ID.yml
CHANGED
@@ -22,6 +22,12 @@ id:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: Siput URL
|
24
24
|
title: Judul
|
25
|
+
conference_media_link:
|
26
|
+
weight: Berat
|
27
|
+
conference_partner:
|
28
|
+
weight: Berat
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Berat
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Nama lengkap
|
27
33
|
conference_user_role:
|
@@ -262,10 +268,6 @@ id:
|
|
262
268
|
conferences:
|
263
269
|
conference_registration:
|
264
270
|
confirm: "%{user_name} mengkonfirmasi pendaftaran konferensi dalam %{resource_name} konferensi"
|
265
|
-
partner:
|
266
|
-
create: "%{user_name} dibuat %{resource_name} ke %{space_name} konferensi"
|
267
|
-
delete: "%{user_name} menghapus pengguna %{resource_name} dari %{space_name} konferensi"
|
268
|
-
update: "%{user_name} diperbarui %{resource_name} di %{space_name} konferensi"
|
269
271
|
registration_type:
|
270
272
|
create: "%{user_name} menciptakan tipe %{resource_name} pendaftaran dalam %{space_name} konferensi"
|
271
273
|
publish: "%{user_name} menerbitkan %{resource_name} tipe pendaftaran dalam %{space_name} konferensi"
|
data/config/locales/it.yml
CHANGED
@@ -22,6 +22,12 @@ it:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: Slug URL
|
24
24
|
title: Titolo
|
25
|
+
conference_media_link:
|
26
|
+
weight: Peso
|
27
|
+
conference_partner:
|
28
|
+
weight: Peso
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Peso
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Nome e cognome
|
27
33
|
conference_user_role:
|
@@ -266,10 +272,6 @@ it:
|
|
266
272
|
conferences:
|
267
273
|
conference_registration:
|
268
274
|
confirm: "%{user_name} confermato la registrazione alla conferenza %{resource_name}"
|
269
|
-
partner:
|
270
|
-
create: "%{user_name} ha aggiunto %{resource_name} alla conferenza%{space_name}"
|
271
|
-
delete: "%{user_name} ha rimosso l'Admin %{resource_name} dalla conferenza %{space_name}"
|
272
|
-
update: "%{user_name} ha aggiornato %{resource_name} nella conferenza %{space_name}"
|
273
275
|
registration_type:
|
274
276
|
create: "%{user_name} ha creato il %{resource_name} tipo di registrazione nella conferenza %{space_name}"
|
275
277
|
publish: "%{user_name} ha pubblicato il %{resource_name} tipo di registrazione nella %{space_name} conferenza"
|
data/config/locales/ja.yml
CHANGED
@@ -22,6 +22,12 @@ ja:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: URL スラグ
|
24
24
|
title: タイトル
|
25
|
+
conference_media_link:
|
26
|
+
weight: 重量
|
27
|
+
conference_partner:
|
28
|
+
weight: 重量
|
29
|
+
conference_registration_type:
|
30
|
+
weight: 重量
|
25
31
|
conference_speaker:
|
26
32
|
full_name: フルネーム
|
27
33
|
conference_user_role:
|
@@ -263,10 +269,6 @@ ja:
|
|
263
269
|
conferences:
|
264
270
|
conference_registration:
|
265
271
|
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
272
|
registration_type:
|
271
273
|
create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} の登録タイプを作成しました"
|
272
274
|
publish: "%{user_name} が %{resource_name} カンファレンスで %{space_name} 登録タイプを公開しました"
|
@@ -535,6 +537,12 @@ ja:
|
|
535
537
|
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
536
538
|
email_subject: '「%{resource_title}」カンファレンスが近づいています!'
|
537
539
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスは2日後に開催されます。
|
540
|
+
help:
|
541
|
+
participatory_spaces:
|
542
|
+
conferences:
|
543
|
+
contextual: "<p><strong>カンファレンス</strong>はミーティングの集合体で、数多くの参加者が講演者として参加します。また、大きな会議やソーシャルイベントに必要な、登録、協賛企業等の典型的な情報が含まれます。</p><p>例えば、カンファレンスは組織やそのメンバーに関するものでも良いし、参加型プロセスの一部でも良いし、コンサルテーションに従ったものでも良いでしょう。</p>\n"
|
544
|
+
page: "<p><strong>カンファレンス</strong>はミーティングの集合体で、数多くの参加者が講演者として参加します。また、大きな会議やソーシャルイベントに必要な、登録、協賛企業等の典型的な情報が含まれます。</p><p>例えば、カンファレンスは組織やそのメンバーに関するものでも良いし、参加型プロセスの一部でも良いし、コンサルテーションに従ったものでも良いでしょう。</p>\n"
|
545
|
+
title: カンファレンスとは何ですか?
|
538
546
|
log:
|
539
547
|
value_types:
|
540
548
|
conference_presenter:
|
data/config/locales/lv.yml
CHANGED
@@ -22,6 +22,12 @@ lv:
|
|
22
22
|
slogan: Sauklis
|
23
23
|
slug: URL sadaļas adrese (slug)
|
24
24
|
title: Nosaukums
|
25
|
+
conference_media_link:
|
26
|
+
weight: Svarīgums
|
27
|
+
conference_partner:
|
28
|
+
weight: Svarīgums
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Svarīgums
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Vārds, uzvārds
|
27
33
|
conference_user_role:
|
@@ -269,10 +275,6 @@ lv:
|
|
269
275
|
conferences:
|
270
276
|
conference_registration:
|
271
277
|
confirm: "%{user_name} apstiprināja konferences reģistrāciju konferencē %{resource_name}"
|
272
|
-
partner:
|
273
|
-
create: "%{user_name} izveidoja %{resource_name} konferencei %{space_name}"
|
274
|
-
delete: "%{user_name} noņēma administratoru %{resource_name} no konferences %{space_name}"
|
275
|
-
update: "%{user_name} atjaunināja %{resource_name} konferencē %{space_name}"
|
276
278
|
registration_type:
|
277
279
|
create: "%{user_name} izveidoja %{resource_name} reģistrācijas veidu konferencē %{space_name}"
|
278
280
|
publish: "%{user_name} publicēja %{resource_name} reģistrācijas veidu konferencē %{space_name}"
|
data/config/locales/nl.yml
CHANGED
@@ -3,6 +3,7 @@ nl:
|
|
3
3
|
attributes:
|
4
4
|
conference:
|
5
5
|
assemblies_ids: Gerelateerde bijeenkomsten
|
6
|
+
available_slots: Beschikbare plaatsen
|
6
7
|
banner_image: Banner afbeelding
|
7
8
|
consultations_ids: Gerelateerde consultaties
|
8
9
|
copy_categories: Categorieën kopiëren
|
@@ -10,20 +11,59 @@ nl:
|
|
10
11
|
copy_features: Functies kopiëren
|
11
12
|
decidim_scope_id: Scope
|
12
13
|
description: Beschrijving
|
14
|
+
end_date: Einddatum
|
13
15
|
hashtag: Hashtag
|
14
16
|
hero_image: Home afbeelding
|
17
|
+
location: Locatie
|
18
|
+
main_logo: Hoofdlogo
|
19
|
+
objectives: Doelstellingen
|
15
20
|
participatory_processes_ids: Verwante participatieve processen
|
16
21
|
promoted: Gemarkeerd
|
17
22
|
published_at: Gepubliceerd op
|
23
|
+
registration_terms: Registratievoorwaarden
|
24
|
+
registrations_enabled: Registraties ingeschakeld
|
18
25
|
scope_id: Scope
|
19
26
|
scopes_enabled: Scopes ingeschakeld
|
20
27
|
short_description: Korte beschrijving
|
21
28
|
show_statistics: Toon statistieken
|
29
|
+
sign_date: Datum ondertekenen
|
30
|
+
signature: Handtekening
|
31
|
+
signature_name: naam van de handtekenaar
|
22
32
|
slogan: Slogan
|
23
33
|
slug: URL-slug
|
34
|
+
start_date: Startdatum
|
24
35
|
title: Titel
|
36
|
+
conference_media_link:
|
37
|
+
date: Datum
|
38
|
+
link: Link
|
39
|
+
title: Titel
|
40
|
+
weight: Gewicht
|
41
|
+
conference_partner:
|
42
|
+
link: Link
|
43
|
+
logo: Logo
|
44
|
+
name: Naam
|
45
|
+
partner_type: Type partner
|
46
|
+
weight: Gewicht
|
47
|
+
conference_registration_invite:
|
48
|
+
email: E-mail
|
49
|
+
name: Naam
|
50
|
+
registration_type_id: Registratietype
|
51
|
+
user_id: Gebruiker
|
52
|
+
conference_registration_type:
|
53
|
+
description: Omschrijving
|
54
|
+
price: Prijs
|
55
|
+
title: Titel
|
56
|
+
weight: Gewicht
|
25
57
|
conference_speaker:
|
58
|
+
affiliation: Aansluiting
|
59
|
+
avatar: Profielfoto
|
60
|
+
conference_meeting_ids: Gerelateerde vergaderingen
|
26
61
|
full_name: Voor-en achternaam
|
62
|
+
personal_url: Persoonlijke URL
|
63
|
+
position: Positie
|
64
|
+
short_bio: Korte bio
|
65
|
+
twitter_handle: Twitter-account
|
66
|
+
user_id: Gebruiker
|
27
67
|
conference_user_role:
|
28
68
|
email: E-mail
|
29
69
|
name: Naam
|
@@ -267,9 +307,9 @@ nl:
|
|
267
307
|
conference_registration:
|
268
308
|
confirm: "%{user_name} bevestigde een conferentie-registratie in %{resource_name} conferentie"
|
269
309
|
partner:
|
270
|
-
create: "%{user_name} heeft %{resource_name} voor de %{space_name}
|
271
|
-
delete: "%{user_name} heeft
|
272
|
-
update: "%{user_name}
|
310
|
+
create: "%{user_name} heeft partner %{resource_name} voor de conferentie %{space_name} aangemaakt"
|
311
|
+
delete: "%{user_name} heeft partner %{resource_name} van de %{space_name} conferentie verwijderd"
|
312
|
+
update: "%{user_name} heeft partner %{resource_name} in de conferentie %{space_name} bijgewerkt"
|
273
313
|
registration_type:
|
274
314
|
create: "%{user_name} heeft het %{resource_name} registratietype aangemaakt in de %{space_name} conferentie"
|
275
315
|
publish: "%{user_name} heeft het %{resource_name} registratietype gepubliceerd in de %{space_name} conferentie"
|
@@ -402,6 +442,7 @@ nl:
|
|
402
442
|
personal_website: Persoonlijke website
|
403
443
|
show:
|
404
444
|
more_info: meer informatie
|
445
|
+
speaking_at: Spreker bij
|
405
446
|
conference_speaker_cell:
|
406
447
|
personal_url:
|
407
448
|
personal_website: Persoonlijke website
|
@@ -539,6 +580,12 @@ nl:
|
|
539
580
|
email_outro: Je hebt deze melding ontvangen omdat je de "%{resource_title}" -conferentie volgt. Je kunt het volgen opzeggen via de voorgaande link.
|
540
581
|
email_subject: De "%{resource_title}" -conferentie komt eraan!
|
541
582
|
notification_title: De <a href="%{resource_path}">%{resource_title}</a> conferentie start over 2 dagen.
|
583
|
+
help:
|
584
|
+
participatory_spaces:
|
585
|
+
conferences:
|
586
|
+
contextual: "<p>Een <strong>conferentie</strong> is een verzameling van bijeenkomsten georganiseerd in een programma, waarbij een aantal mensen is uitgenodigd als spreker. en andere informatievelden die typerend zijn voor grote congressen of sociale evenementen (registratie, lijst van organisaties die het evenement ondersteunen, sponsoren, etc.)</p> <p>Voorbeelden: een conferentie kan een relevante gebeurtenis zijn voor een organisatie en haar leden, of maakt deel uit van een participatief proces of volgt na een consultatie.</p>\n"
|
587
|
+
page: "<p>Een <strong>conferentie</strong> is een verzameling van bijeenkomsten georganiseerd in een programma, waarbij een aantal mensen is uitgenodigd als spreker. en andere informatievelden die typerend zijn voor grote congressen of sociale evenementen (registratie, lijst van organisaties die het evenement ondersteunen, sponsoren, etc.)</p> <p>Voorbeelden: een conferentie kan een relevante gebeurtenis zijn voor een organisatie en haar leden, of maakt deel uit van een participatief proces of volgt na een consultatie.</p>\n"
|
588
|
+
title: Wat zijn conferenties?
|
542
589
|
log:
|
543
590
|
value_types:
|
544
591
|
conference_presenter:
|
data/config/locales/no.yml
CHANGED
@@ -22,6 +22,12 @@
|
|
22
22
|
slogan: Slagord
|
23
23
|
slug: URL slug
|
24
24
|
title: Tittel
|
25
|
+
conference_media_link:
|
26
|
+
weight: Vekt
|
27
|
+
conference_partner:
|
28
|
+
weight: Vekt
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Vekt
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Fullt navn
|
27
33
|
conference_user_role:
|
@@ -266,10 +272,6 @@
|
|
266
272
|
conferences:
|
267
273
|
conference_registration:
|
268
274
|
confirm: "%{user_name} bekreftet en konferanseregistrering i %{resource_name} konferanse"
|
269
|
-
partner:
|
270
|
-
create: "%{user_name} opprettet %{resource_name} til %{space_name} konferansen"
|
271
|
-
delete: "%{user_name} fjernet admin %{resource_name} fra %{space_name} konferansen"
|
272
|
-
update: "%{user_name} oppdaterte %{resource_name} i %{space_name} konferansen"
|
273
275
|
registration_type:
|
274
276
|
create: "%{user_name} opprettet redigeringstypen %{resource_name} i %{space_name} konferansen"
|
275
277
|
publish: "%{user_name} publiserte %{resource_name} registreringstypen i %{space_name} konferansen"
|
data/config/locales/pl.yml
CHANGED
@@ -22,6 +22,12 @@ pl:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: URL slug
|
24
24
|
title: Tytuł
|
25
|
+
conference_media_link:
|
26
|
+
weight: Kolejność na stronie
|
27
|
+
conference_partner:
|
28
|
+
weight: Kolejność na stronie
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Kolejność na stronie
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Pełne imię i nazwisko
|
27
33
|
conference_user_role:
|
@@ -273,9 +279,9 @@ pl:
|
|
273
279
|
conference_registration:
|
274
280
|
confirm: "%{user_name} potwierdził(a) rejestrację na konferencję %{resource_name}"
|
275
281
|
partner:
|
276
|
-
create: "%{user_name}
|
277
|
-
delete: "%{user_name} usunął/usunęła
|
278
|
-
update: "%{user_name} zaktualizował(a) %{resource_name} w konferencji %{space_name}"
|
282
|
+
create: "%{user_name} dodał(a) partnera %{resource_name} do konferencji %{space_name}"
|
283
|
+
delete: "%{user_name} usunął/usunęła partnera %{resource_name} z konferencji %{space_name}"
|
284
|
+
update: "%{user_name} zaktualizował(a) partnera %{resource_name} w konferencji %{space_name}"
|
279
285
|
registration_type:
|
280
286
|
create: "%{user_name} utworzył(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
281
287
|
publish: "%{user_name} opublikował(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
@@ -410,6 +416,7 @@ pl:
|
|
410
416
|
personal_website: Osobista strona internetowa
|
411
417
|
show:
|
412
418
|
more_info: więcej informacji
|
419
|
+
speaking_at: Mówcy
|
413
420
|
conference_speaker_cell:
|
414
421
|
personal_url:
|
415
422
|
personal_website: Osobista strona internetowa
|
@@ -547,6 +554,12 @@ pl:
|
|
547
554
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz konferencję "%{resource_title}". Możesz przestać ją obserwować klikając poprzedni link.
|
548
555
|
email_subject: Konferencja „%{resource_title}” już wkrótce!
|
549
556
|
notification_title: Konferencja <a href="%{resource_path}">%{resource_title}</a> odbędzie się za 2 dni.
|
557
|
+
help:
|
558
|
+
participatory_spaces:
|
559
|
+
conferences:
|
560
|
+
contextual: "<p> <strong>Konferencja</strong> jest zbiorem spotkań zorganizowanych wedle ułożonego programu, z udziałem osób zaproszonych jako prelegenci, oraz innymi polami informacyjnymi typowymi dla dużych kongresów lub wydarzeń społecznościowych (rejestracja, wykaz organizacji wspierających lub sponsorujących wydarzenie itp.).</p> <p>Przykłady: konferencja może być istotnym wydarzeniem dla organizacji i jej członków, może odbywać się w ramach procesu partycypacyjnego lub być wynikiem konsultacji.</p>\n"
|
561
|
+
page: "<p> <strong>Konferencja</strong> jest zbiorem spotkań zorganizowanych wedle ułożonego programu, z udziałem osób zaproszonych jako prelegenci, oraz innymi polami informacyjnymi typowymi dla dużych kongresów lub wydarzeń społecznościowych (rejestracja, wykaz organizacji wspierających lub sponsorujących wydarzenie itp.).</p> <p>Przykłady: konferencja może być istotnym wydarzeniem dla organizacji i jej członków, może odbywać się w ramach procesu partycypacyjnego lub być wynikiem konsultacji.</p>\n"
|
562
|
+
title: Czym są konferencje?
|
550
563
|
log:
|
551
564
|
value_types:
|
552
565
|
conference_presenter:
|