decidim-conferences 0.26.8 → 0.26.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/decidim/conferences/conferences_controller.rb +1 -1
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +0 -6
- data/config/locales/ca.yml +2 -2
- data/config/locales/cs.yml +8 -8
- data/config/locales/de.yml +8 -8
- data/config/locales/el.yml +0 -4
- data/config/locales/es-PY.yml +2 -2
- data/config/locales/es.yml +1 -1
- data/config/locales/eu.yml +159 -153
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +8 -8
- data/config/locales/fr-CA.yml +2 -2
- data/config/locales/fr.yml +3 -3
- data/config/locales/gl.yml +0 -6
- data/config/locales/hu.yml +1 -5
- data/config/locales/id-ID.yml +0 -6
- data/config/locales/it.yml +1 -7
- data/config/locales/ja.yml +2 -4
- data/config/locales/lb.yml +1 -4
- data/config/locales/lt.yml +12 -5
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +0 -6
- data/config/locales/no.yml +0 -4
- data/config/locales/pl.yml +14 -2
- data/config/locales/pt-BR.yml +1 -4
- data/config/locales/pt.yml +1 -5
- data/config/locales/ro-RO.yml +1 -7
- data/config/locales/sk.yml +0 -4
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +3 -6
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +0 -6
- data/config/locales/zh-CN.yml +0 -6
- data/config/locales/zh-TW.yml +0 -4
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +12 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c65bc55e407559cd074e939a4b7fd69b322a84b9679b9c764f7013b682a8d9a
|
4
|
+
data.tar.gz: b52f0d847c8fb1fcc623aec12b933b452d77b4dae017d63d5a4c07d6c439bdcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf3a4865a3f5865310b9503a70c5c453da5cd2b4ef9f3a0808e6a2ad7cd692d3ab361f7a77fefa3311130559a9b36943c7192c134ea6f1ecbbeaba6778c4373d
|
7
|
+
data.tar.gz: fc0e086a7fbbea27f9fa3e226684fd1bc499d8a359d0b037aaa2f918d2ed6342dc5cefadc43daceeb06aa756a4c9c6c6a421ba97d8a1f6e80241a151db4fd05f
|
@@ -18,7 +18,7 @@ module Decidim
|
|
18
18
|
helper_method :collection, :promoted_conferences, :conferences, :stats
|
19
19
|
|
20
20
|
def index
|
21
|
-
|
21
|
+
raise ActionController::RoutingError, "Not Found" if published_conferences.none?
|
22
22
|
|
23
23
|
enforce_permission_to :list, :conference
|
24
24
|
end
|
data/config/environment.rb
CHANGED
data/config/locales/ar.yml
CHANGED
@@ -332,9 +332,6 @@ ar:
|
|
332
332
|
title: مكبرات الصوت
|
333
333
|
conferences:
|
334
334
|
admin:
|
335
|
-
conference_copies:
|
336
|
-
form:
|
337
|
-
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذا المؤتمر. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
338
335
|
conference_invites:
|
339
336
|
create:
|
340
337
|
error: حدثت مشكلة أثناء دعوة المشارك للانضمام إلى المؤتمر.
|
@@ -347,9 +344,7 @@ ar:
|
|
347
344
|
select_user: اختر المشارك
|
348
345
|
index:
|
349
346
|
filter:
|
350
|
-
accepted: وافقت
|
351
347
|
all: الكل
|
352
|
-
rejected: مرفوض
|
353
348
|
sent: أرسلت
|
354
349
|
filter_by: مصنف بواسطة
|
355
350
|
invite_attendee: دعوة مشارك
|
@@ -380,7 +375,6 @@ ar:
|
|
380
375
|
few: كان هناك %{count} التسجيلات.
|
381
376
|
many: كان هناك %{count} التسجيلات.
|
382
377
|
other: كان هناك %{count} التسجيلات.
|
383
|
-
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذا المؤتمر. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
384
378
|
diplomas:
|
385
379
|
edit:
|
386
380
|
save: حفظ
|
data/config/locales/ca.yml
CHANGED
@@ -346,7 +346,7 @@ ca:
|
|
346
346
|
accepted: Acceptada
|
347
347
|
all: Totes
|
348
348
|
rejected: Rebutjada
|
349
|
-
sent:
|
349
|
+
sent: Enviat
|
350
350
|
filter_by: Filtrar per
|
351
351
|
invite_attendee: Convidar participant
|
352
352
|
invites: Convida
|
@@ -427,7 +427,7 @@ ca:
|
|
427
427
|
pending_validation:
|
428
428
|
confirmation_pending: Rebràs la confirmació en breu
|
429
429
|
details: 'La teva inscripció a la jornada és de tipus %{registration_type} amb un cost de %{price} i pots assistir als següents esdeveniments:'
|
430
|
-
pending_html: La teva inscripció a la jornada <a href="%{url}">%{title}</a> està pendent de
|
430
|
+
pending_html: La teva inscripció a la jornada <a href="%{url}">%{title}</a> està pendent de confirmació.
|
431
431
|
conference_registrations:
|
432
432
|
create:
|
433
433
|
invalid: S'ha produït un error en inscriure't a aquesta jornada.
|
data/config/locales/cs.yml
CHANGED
@@ -17,7 +17,7 @@ cs:
|
|
17
17
|
location: Lokalita
|
18
18
|
main_logo: Hlavní logo
|
19
19
|
objectives: Cíle
|
20
|
-
participatory_processes_ids: Související procesy
|
20
|
+
participatory_processes_ids: Související participativní procesy
|
21
21
|
promoted: Propagováno
|
22
22
|
published_at: Publikováno v
|
23
23
|
registration_terms: Podmínky registrace
|
@@ -83,7 +83,7 @@ cs:
|
|
83
83
|
other: Konference
|
84
84
|
decidim/conference_speaker:
|
85
85
|
one: Řečník Konference
|
86
|
-
few:
|
86
|
+
few: Řečníci Konference
|
87
87
|
many: Řečníci Konference
|
88
88
|
other: Řečníci Konference
|
89
89
|
decidim/conference_user_role:
|
@@ -123,7 +123,7 @@ cs:
|
|
123
123
|
title: Aktualizovat řečníka konference.
|
124
124
|
update: Aktualizace
|
125
125
|
index:
|
126
|
-
conference_speakers_title:
|
126
|
+
conference_speakers_title: Řečníci konference
|
127
127
|
new:
|
128
128
|
create: Vytvořit
|
129
129
|
title: Nový řečník konference.
|
@@ -336,7 +336,7 @@ cs:
|
|
336
336
|
admin:
|
337
337
|
conference_copies:
|
338
338
|
form:
|
339
|
-
slug_help: 'URL
|
339
|
+
slug_help: 'URL slugy se používají ke generování adres URL, které odkazují na tuto konferenci. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
340
340
|
conference_invites:
|
341
341
|
create:
|
342
342
|
error: Při pozvání uživatele do konference došlo k problému.
|
@@ -352,7 +352,7 @@ cs:
|
|
352
352
|
accepted: Přijato
|
353
353
|
all: Vše
|
354
354
|
rejected: Odmítnuto
|
355
|
-
sent:
|
355
|
+
sent: Odeslaná
|
356
356
|
filter_by: Filtrovat podle
|
357
357
|
invite_attendee: Pozvat účastníka
|
358
358
|
invites: Pozvánky
|
@@ -380,7 +380,7 @@ cs:
|
|
380
380
|
few: Bylo zde %{count} registrací.
|
381
381
|
many: Bylo zde %{count} registrací.
|
382
382
|
other: Bylo zde %{count} registrací.
|
383
|
-
slug_help: '
|
383
|
+
slug_help: 'URL slugy se používají ke generování adres URL, které odkazují na tuto konferenci. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
384
384
|
diplomas:
|
385
385
|
edit:
|
386
386
|
save: Uložit
|
@@ -414,7 +414,7 @@ cs:
|
|
414
414
|
cancel: Zrušit
|
415
415
|
confirm: Potvrdit
|
416
416
|
show:
|
417
|
-
free:
|
417
|
+
free: Volný
|
418
418
|
going: Chystáte se
|
419
419
|
no_slots_available: Žádné sloty nejsou k dispozici
|
420
420
|
registration: Registrace
|
@@ -544,7 +544,7 @@ cs:
|
|
544
544
|
objectives: Cíle
|
545
545
|
related_assemblies: Související shromáždění
|
546
546
|
related_consultations: Související konzultace
|
547
|
-
related_participatory_processes: Související procesy
|
547
|
+
related_participatory_processes: Související participativní procesy
|
548
548
|
events:
|
549
549
|
conferences:
|
550
550
|
conference_registration_confirmed:
|
data/config/locales/de.yml
CHANGED
@@ -19,7 +19,7 @@ de:
|
|
19
19
|
objectives: Ziele
|
20
20
|
participatory_processes_ids: Ähnliche Beteiligungsprozesse
|
21
21
|
promoted: Gefördert
|
22
|
-
published_at: Veröffentlicht
|
22
|
+
published_at: Veröffentlicht am
|
23
23
|
registration_terms: Registrierungsbedingungen
|
24
24
|
registrations_enabled: Registrierungen aktiviert
|
25
25
|
scope_id: Umfang
|
@@ -131,7 +131,7 @@ de:
|
|
131
131
|
destroy:
|
132
132
|
success: Benutzer wurde erfolgreich von dieser Konferenz entfernt.
|
133
133
|
edit:
|
134
|
-
title:
|
134
|
+
title: Konferenzadmin aktualisieren.
|
135
135
|
update: Aktualisieren
|
136
136
|
index:
|
137
137
|
conference_admins_title: Konferenzadmins
|
@@ -203,7 +203,7 @@ de:
|
|
203
203
|
models:
|
204
204
|
conference:
|
205
205
|
fields:
|
206
|
-
created_at:
|
206
|
+
created_at: Erstellt am
|
207
207
|
promoted: Gefördert
|
208
208
|
published: Veröffentlicht
|
209
209
|
title: Titel
|
@@ -330,7 +330,7 @@ de:
|
|
330
330
|
admin:
|
331
331
|
conference_copies:
|
332
332
|
form:
|
333
|
-
slug_help: 'URL-Slugs werden
|
333
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Konferenz verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
334
334
|
conference_invites:
|
335
335
|
create:
|
336
336
|
error: Beim Einladen des Benutzers zur Teilnahme an der Konferenz ist ein Problem aufgetreten.
|
@@ -343,7 +343,7 @@ de:
|
|
343
343
|
select_user: Nutzer wählen
|
344
344
|
index:
|
345
345
|
filter:
|
346
|
-
accepted:
|
346
|
+
accepted: Angenommen
|
347
347
|
all: Alle
|
348
348
|
rejected: Abgelehnt
|
349
349
|
sent: Geschickt
|
@@ -372,7 +372,7 @@ de:
|
|
372
372
|
registrations_count:
|
373
373
|
one: Es gab 1 Registrierung.
|
374
374
|
other: Es gab %{count} Registrierungen.
|
375
|
-
slug_help: 'URL-Slugs werden
|
375
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Konferenz verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
376
376
|
diplomas:
|
377
377
|
edit:
|
378
378
|
save: Speichern
|
@@ -403,7 +403,7 @@ de:
|
|
403
403
|
success: Konferenz-Teilnahmebestätigung korrekt gesendet
|
404
404
|
conference:
|
405
405
|
registration_confirm:
|
406
|
-
cancel:
|
406
|
+
cancel: Abbrechen
|
407
407
|
confirm: Bestätigen
|
408
408
|
show:
|
409
409
|
free: Kostenlos
|
@@ -497,7 +497,7 @@ de:
|
|
497
497
|
email: Email
|
498
498
|
name: Name
|
499
499
|
registration_type: Registrierungstyp
|
500
|
-
state:
|
500
|
+
state: Status
|
501
501
|
states:
|
502
502
|
confirmed: Bestätigt
|
503
503
|
pending: steht aus
|
data/config/locales/el.yml
CHANGED
@@ -328,9 +328,6 @@ el:
|
|
328
328
|
title: Ομιλητές
|
329
329
|
conferences:
|
330
330
|
admin:
|
331
|
-
conference_copies:
|
332
|
-
form:
|
333
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διάσκεψη. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
334
331
|
conference_invites:
|
335
332
|
create:
|
336
333
|
error: Υπήρξε ένα πρόβλημα κατά την πρόσκληση του συμμετέχοντα στη διάσκεψη.
|
@@ -372,7 +369,6 @@ el:
|
|
372
369
|
registrations_count:
|
373
370
|
one: Πραγματοποιήθηκε 1 εγγραφή.
|
374
371
|
other: Πραγματοποιήθηκαν %{count} εγγραφές.
|
375
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διάσκεψη. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
376
372
|
diplomas:
|
377
373
|
edit:
|
378
374
|
save: Αποθήκευση
|
data/config/locales/es-PY.yml
CHANGED
@@ -330,7 +330,7 @@ es-PY:
|
|
330
330
|
admin:
|
331
331
|
conference_copies:
|
332
332
|
form:
|
333
|
-
slug_help: 'Las
|
333
|
+
slug_help: 'Las URL amigables se utilizan para generar las URL que apuntan a esta conferencia. Solo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
334
334
|
conference_invites:
|
335
335
|
create:
|
336
336
|
error: Ha habido un problema al invitar al usuario a unirse a la conferencia.
|
@@ -372,7 +372,7 @@ es-PY:
|
|
372
372
|
registrations_count:
|
373
373
|
one: Ha habido 1 registro.
|
374
374
|
other: Ha habido %{count} registros.
|
375
|
-
slug_help: 'Las
|
375
|
+
slug_help: 'Las URL amigables se utilizan para generar las URL que apuntan a esta conferencia. Solo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
376
376
|
diplomas:
|
377
377
|
edit:
|
378
378
|
save: Salvar
|