decidim-conferences 0.26.2 → 0.26.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +1 -1
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +1 -0
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +7 -0
- data/app/controllers/decidim/conferences/conference_program_controller.rb +1 -1
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +17 -0
- data/app/permissions/decidim/conferences/permissions.rb +1 -0
- data/app/queries/decidim/conferences/organization_published_conferences.rb +1 -1
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/devise/mailer/join_conference.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.text.erb +2 -2
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/config/locales/ar.yml +1 -1
- data/config/locales/ca.yml +7 -4
- data/config/locales/cs.yml +13 -10
- data/config/locales/de.yml +1 -1
- data/config/locales/el.yml +1 -1
- data/config/locales/en.yml +4 -1
- data/config/locales/es-MX.yml +4 -1
- data/config/locales/es-PY.yml +4 -1
- data/config/locales/es.yml +7 -4
- data/config/locales/eu.yml +1 -1
- data/config/locales/fi-plain.yml +4 -1
- data/config/locales/fi.yml +4 -1
- data/config/locales/fr-CA.yml +4 -1
- data/config/locales/fr.yml +5 -2
- data/config/locales/gl.yml +1 -1
- data/config/locales/gn-PY.yml +1 -0
- data/config/locales/hu.yml +1 -1
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/it.yml +1 -1
- data/config/locales/ja.yml +4 -1
- data/config/locales/lb.yml +1 -1
- data/config/locales/lo-LA.yml +1 -0
- data/config/locales/lt.yml +623 -0
- data/config/locales/lv.yml +1 -1
- data/config/locales/nl.yml +1 -1
- data/config/locales/no.yml +1 -1
- data/config/locales/oc-FR.yml +1 -0
- data/config/locales/pl.yml +1 -1
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +1 -1
- data/config/locales/ro-RO.yml +1 -1
- data/config/locales/sk.yml +1 -1
- data/config/locales/sv.yml +1 -1
- data/config/locales/tr-TR.yml +1 -1
- data/config/locales/zh-CN.yml +1 -1
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +13 -10
data/config/locales/nl.yml
CHANGED
|
@@ -377,7 +377,7 @@ nl:
|
|
|
377
377
|
invite_join_conference_mailer:
|
|
378
378
|
invite:
|
|
379
379
|
decline: Uitnodiging '%{conference_title}' weigeren
|
|
380
|
-
|
|
380
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} heeft je uitgenodigd om deel te nemen aan een conferentie op %{application}. U kunt het weigeren of accepteren via de onderstaande links."
|
|
381
381
|
registration: Registratie voor '%{conference_title}'
|
|
382
382
|
partners:
|
|
383
383
|
index:
|
data/config/locales/no.yml
CHANGED
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
invite_join_conference_mailer:
|
|
378
378
|
invite:
|
|
379
379
|
decline: Avvis invitasjon '%{conference_title}'
|
|
380
|
-
|
|
380
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} har invitert deg til å delta et foredrag på %{application}. Du kan avvise eller godta gjennom lenkene nedenfor."
|
|
381
381
|
registration: Påmelding til '%{conference_title}'
|
|
382
382
|
partners:
|
|
383
383
|
index:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
oc:
|
data/config/locales/pl.yml
CHANGED
|
@@ -383,7 +383,7 @@ pl:
|
|
|
383
383
|
invite_join_conference_mailer:
|
|
384
384
|
invite:
|
|
385
385
|
decline: Odrzuć zaproszenie "%{conference_title}"
|
|
386
|
-
|
|
386
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} zaprosił(a) Cię do udziału w konferencji %{application}. Możesz odrzucić lub zaakceptować zaproszenie korzystając z poniższych linków."
|
|
387
387
|
registration: Rejestracja na "%{conference_title}"
|
|
388
388
|
partners:
|
|
389
389
|
index:
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -377,7 +377,7 @@ pt-BR:
|
|
|
377
377
|
invite_join_conference_mailer:
|
|
378
378
|
invite:
|
|
379
379
|
decline: Recusar convite '%{conference_title}'
|
|
380
|
-
|
|
380
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} convidou você para participar de uma conferência em %{application}. Você pode recusar ou aceitá-lo através dos links abaixo."
|
|
381
381
|
registration: Registro para '%{conference_title}'
|
|
382
382
|
partners:
|
|
383
383
|
index:
|
data/config/locales/pt.yml
CHANGED
|
@@ -377,7 +377,7 @@ pt:
|
|
|
377
377
|
invite_join_conference_mailer:
|
|
378
378
|
invite:
|
|
379
379
|
decline: Recusar convite '%{conference_title}'
|
|
380
|
-
|
|
380
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} convido-o para participar numa conferência em %{application}. Pode recusá-lo ou aceitá-lo através dos links abaixo."
|
|
381
381
|
registration: Registo para '%{conference_title}'
|
|
382
382
|
partners:
|
|
383
383
|
index:
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -381,7 +381,7 @@ ro:
|
|
|
381
381
|
invite_join_conference_mailer:
|
|
382
382
|
invite:
|
|
383
383
|
decline: Refuzați invitația '%{conference_title}'
|
|
384
|
-
|
|
384
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} te-a invitat să participi la o conferință la %{application}. Puteți să o refuzați sau să o acceptați prin intermediul linkurilor de mai jos."
|
|
385
385
|
registration: Înregistrare pentru '%{conference_title}'
|
|
386
386
|
partners:
|
|
387
387
|
index:
|
data/config/locales/sk.yml
CHANGED
|
@@ -348,7 +348,7 @@ sk:
|
|
|
348
348
|
invite_join_conference_mailer:
|
|
349
349
|
invite:
|
|
350
350
|
decline: Odmietnuť pozvánku na "%{conference_title}"
|
|
351
|
-
|
|
351
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} Vás pozval na účasť na konferencii na %{application}. Účasť môžete potvrdiť alebo odmietnuť kliknutím na odkaz nižšie."
|
|
352
352
|
registration: Registrácia na konferenciu "%{conference_title}"
|
|
353
353
|
partners:
|
|
354
354
|
index:
|
data/config/locales/sv.yml
CHANGED
|
@@ -377,7 +377,7 @@ sv:
|
|
|
377
377
|
invite_join_conference_mailer:
|
|
378
378
|
invite:
|
|
379
379
|
decline: Avböj inbjudan till '%{conference_title}'
|
|
380
|
-
|
|
380
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} har bjudit in dig till en konferens på %{application}. Du kan avböja eller godkänna den via länkarna nedan."
|
|
381
381
|
registration: Registrering till '%{conference_title}'
|
|
382
382
|
partners:
|
|
383
383
|
index:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -340,7 +340,7 @@ tr:
|
|
|
340
340
|
invite_join_conference_mailer:
|
|
341
341
|
invite:
|
|
342
342
|
decline: '''%{conference_title}'' davetiyesini reddet'
|
|
343
|
-
|
|
343
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} sizi %{application}bir konferansa katılmaya davet etti. Aşağıdaki bağlantılardan reddedebilir veya kabul edebilirsiniz."
|
|
344
344
|
registration: '''%{conference_title}'' için kayıt'
|
|
345
345
|
partners:
|
|
346
346
|
index:
|
data/config/locales/zh-CN.yml
CHANGED
|
@@ -336,7 +336,7 @@ zh-CN:
|
|
|
336
336
|
invite_join_conference_mailer:
|
|
337
337
|
invite:
|
|
338
338
|
decline: 拒绝邀请 '%{conference_title}'
|
|
339
|
-
|
|
339
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} 邀请您在 %{application}加入会议。您可以拒绝或接受以下链接。"
|
|
340
340
|
registration: 注册%{conference_title}'
|
|
341
341
|
partners:
|
|
342
342
|
index:
|
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.26.
|
|
4
|
+
version: 0.26.4
|
|
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: 2022-
|
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-core
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.26.
|
|
19
|
+
version: 0.26.4
|
|
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.
|
|
26
|
+
version: 0.26.4
|
|
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.26.
|
|
33
|
+
version: 0.26.4
|
|
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.26.
|
|
40
|
+
version: 0.26.4
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: wicked_pdf
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,28 +72,28 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.26.
|
|
75
|
+
version: 0.26.4
|
|
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.26.
|
|
82
|
+
version: 0.26.4
|
|
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.26.
|
|
89
|
+
version: 0.26.4
|
|
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.26.
|
|
96
|
+
version: 0.26.4
|
|
97
97
|
description: Conferences component for decidim.
|
|
98
98
|
email:
|
|
99
99
|
- isaac.mg@coditramuntana.com
|
|
@@ -364,6 +364,7 @@ files:
|
|
|
364
364
|
- config/locales/fr.yml
|
|
365
365
|
- config/locales/ga-IE.yml
|
|
366
366
|
- config/locales/gl.yml
|
|
367
|
+
- config/locales/gn-PY.yml
|
|
367
368
|
- config/locales/hr-HR.yml
|
|
368
369
|
- config/locales/hr.yml
|
|
369
370
|
- config/locales/hu.yml
|
|
@@ -376,6 +377,7 @@ files:
|
|
|
376
377
|
- config/locales/ko.yml
|
|
377
378
|
- config/locales/lb-LU.yml
|
|
378
379
|
- config/locales/lb.yml
|
|
380
|
+
- config/locales/lo-LA.yml
|
|
379
381
|
- config/locales/lt-LT.yml
|
|
380
382
|
- config/locales/lt.yml
|
|
381
383
|
- config/locales/lv.yml
|
|
@@ -383,6 +385,7 @@ files:
|
|
|
383
385
|
- config/locales/mt.yml
|
|
384
386
|
- config/locales/nl.yml
|
|
385
387
|
- config/locales/no.yml
|
|
388
|
+
- config/locales/oc-FR.yml
|
|
386
389
|
- config/locales/om-ET.yml
|
|
387
390
|
- config/locales/pl.yml
|
|
388
391
|
- config/locales/pt-BR.yml
|