decidim-conferences 0.30.2 → 0.31.0.rc1
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_settings_form/show.erb +3 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/{copy_conference.rb → duplicate_conference.rb} +15 -16
- data/app/commands/decidim/conferences/admin/update_conference.rb +2 -2
- data/app/controllers/decidim/conferences/admin/conference_duplicates_controller.rb +35 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +4 -4
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +3 -3
- data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +2 -2
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +2 -2
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +2 -2
- data/app/forms/decidim/conferences/admin/{conference_copy_form.rb → conference_duplicate_form.rb} +3 -3
- data/app/forms/decidim/conferences/admin/conference_form.rb +0 -4
- data/app/helpers/decidim/conferences/conference_helper.rb +1 -0
- data/app/jobs/decidim/conferences/upcoming_conference_notification_job.rb +1 -1
- data/app/models/decidim/conference.rb +0 -4
- data/app/models/decidim/conferences/registration_type.rb +4 -0
- data/app/packs/entrypoints/decidim_conferences_admin.js +0 -1
- data/app/packs/src/decidim/conferences/admin/conference_invite_form.js +1 -1
- data/app/packs/src/decidim/conferences/admin/conference_speakers.js +1 -1
- data/app/packs/src/decidim/conferences/admin/conferences.js +1 -1
- data/app/packs/stylesheets/decidim/conferences/conferences.scss +5 -5
- data/app/permissions/decidim/conferences/permissions.rb +4 -4
- data/app/presenters/decidim/conference_speaker_presenter.rb +0 -4
- data/app/presenters/decidim/conferences/admin_log/conference_presenter.rb +0 -1
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -3
- data/app/queries/decidim/conferences/admin/conference_speakers.rb +2 -2
- data/app/queries/decidim/conferences/conferences_stats_followers_count.rb +14 -0
- data/app/queries/decidim/conferences/conferences_stats_participants_count.rb +14 -0
- data/app/views/decidim/conferences/admin/{conference_copies → conference_duplicates}/_form.html.erb +3 -3
- data/app/views/decidim/conferences/admin/conference_duplicates/new.html.erb +19 -0
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +34 -20
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +51 -22
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +44 -17
- data/app/views/decidim/conferences/admin/conferences/_actions.html.erb +108 -33
- data/app/views/decidim/conferences/admin/conferences/_conference_row.html.erb +4 -4
- data/app/views/decidim/conferences/admin/conferences/_conferences_thead.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +115 -40
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +0 -8
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conferences/manage_trash.html.erb +2 -1
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +32 -13
- data/app/views/decidim/conferences/admin/partners/index.html.erb +33 -14
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +56 -21
- data/app/views/decidim/conferences/conference_program/show.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_conference_hero.html.erb +0 -5
- data/app/views/decidim/conferences/conferences/show.html.erb +1 -1
- data/app/views/layouts/decidim/diploma.html.erb +2 -2
- data/config/assets.rb +2 -2
- data/config/locales/ar.yml +1 -10
- data/config/locales/bg.yml +1 -13
- data/config/locales/bs-BA.yml +0 -5
- data/config/locales/ca-IT.yml +24 -12
- data/config/locales/ca.yml +24 -12
- data/config/locales/cs.yml +23 -11
- data/config/locales/de.yml +25 -13
- data/config/locales/el.yml +1 -10
- data/config/locales/en.yml +24 -12
- data/config/locales/es-MX.yml +24 -12
- data/config/locales/es-PY.yml +24 -12
- data/config/locales/es.yml +24 -12
- data/config/locales/eu.yml +24 -12
- data/config/locales/fi-plain.yml +23 -11
- data/config/locales/fi.yml +23 -11
- data/config/locales/fr-CA.yml +24 -15
- data/config/locales/fr.yml +24 -15
- data/config/locales/ga-IE.yml +2 -6
- data/config/locales/gl.yml +1 -10
- data/config/locales/hu.yml +1 -10
- data/config/locales/id-ID.yml +1 -9
- data/config/locales/it.yml +1 -10
- data/config/locales/ja.yml +25 -13
- data/config/locales/lb.yml +1 -7
- data/config/locales/lt.yml +1 -10
- data/config/locales/lv.yml +1 -10
- data/config/locales/nl.yml +1 -10
- data/config/locales/no.yml +1 -10
- data/config/locales/pl.yml +1 -13
- data/config/locales/pt-BR.yml +1 -13
- data/config/locales/pt.yml +1 -10
- data/config/locales/ro-RO.yml +3 -10
- data/config/locales/sk.yml +1 -10
- data/config/locales/sl.yml +0 -5
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +16 -13
- data/config/locales/tr-TR.yml +1 -10
- data/config/locales/zh-CN.yml +1 -10
- data/config/locales/zh-TW.yml +1 -10
- data/db/migrate/20250605094623_remove_hashtag_column_conferences.rb +7 -0
- data/lib/decidim/api/conference_registration_type_type.rb +30 -0
- data/lib/decidim/api/conference_speaker_type.rb +12 -0
- data/lib/decidim/api/conference_type.rb +15 -3
- data/lib/decidim/conferences/admin_engine.rb +1 -1
- data/lib/decidim/conferences/api.rb +1 -0
- data/lib/decidim/conferences/conference_diploma_pdf.rb +1 -1
- data/lib/decidim/conferences/engine.rb +5 -3
- data/lib/decidim/conferences/participatory_space.rb +14 -0
- data/lib/decidim/conferences/seeds.rb +5 -6
- data/lib/decidim/conferences/test/factories.rb +2 -2
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +19 -15
- data/app/controllers/decidim/conferences/admin/conference_copies_controller.rb +0 -35
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +0 -19
data/config/locales/fi-plain.yml
CHANGED
@@ -6,13 +6,12 @@ fi-pl:
|
|
6
6
|
assemblies_ids: Liittyvät ryhmät
|
7
7
|
available_slots: Vapaat paikat
|
8
8
|
banner_image: Bannerikuva
|
9
|
-
copy_categories: Kopioi aihepiirit
|
10
|
-
copy_components: Kopioi komponentit
|
11
|
-
copy_features: Kopioi ominaisuudet
|
12
9
|
decidim_scope_id: Teema
|
13
10
|
description: Kuvaus
|
11
|
+
duplicate_categories: Kopioi aihepiirit
|
12
|
+
duplicate_components: Kopioi komponentit
|
13
|
+
duplicate_features: Kopioi ominaisuudet
|
14
14
|
end_date: Päättymispäivä
|
15
|
-
hashtag: Aihetunniste (hashtag)
|
16
15
|
hero_image: Etusivun kuva
|
17
16
|
location: Sijainti
|
18
17
|
main_logo: Päälogo
|
@@ -99,9 +98,9 @@ fi-pl:
|
|
99
98
|
new_speaker: Uusi puhuja
|
100
99
|
send_diplomas: Lähetä läsnäolotodistukset
|
101
100
|
view_deleted_conferences: Näytä poistetut konferenssit
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Kopioi
|
105
104
|
select: Valitse, mitkä tiedot haluat kopioida
|
106
105
|
title: Kopioi konferenssi
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ fi-pl:
|
|
164
163
|
exports:
|
165
164
|
registrations: Ilmoittautumiset
|
166
165
|
form:
|
166
|
+
duration: Kesto
|
167
|
+
images: Kuvat
|
168
|
+
metadata: Metatiedot
|
169
|
+
registrations: Ilmoittautumiset
|
170
|
+
related_spaces: Liittyvät osallistumistilat
|
167
171
|
title: Yleistä tietoa
|
172
|
+
visibility: Näkyvyys
|
168
173
|
index:
|
169
174
|
published: Julkaistu
|
170
175
|
unpublished: Julkaisematon
|
@@ -172,11 +177,11 @@ fi-pl:
|
|
172
177
|
title: Poistetut konferenssit
|
173
178
|
new:
|
174
179
|
create: Luo
|
175
|
-
title:
|
180
|
+
title: Uusi konferenssi
|
176
181
|
update:
|
177
182
|
error: Konferenssin päivittämisessä tapahtui virhe.
|
178
183
|
success: Konferenssi päivitetty onnistuneesti.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Konferenssin kopioiminen epäonnistui.
|
182
187
|
success: Konferenssin kopioiminen onnistui.
|
@@ -219,17 +224,20 @@ fi-pl:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Toiminnot
|
222
228
|
created_at: Luonnin ajankohta
|
223
229
|
published: Julkaistu
|
224
230
|
title: Otsikko
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Toiminnot
|
227
234
|
affiliation: Jäsenyys
|
228
235
|
full_name: Koko nimi
|
229
236
|
position: Asema
|
230
237
|
name: Konferenssin puhuja
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Toiminnot
|
233
241
|
email: Sähköposti
|
234
242
|
name: Nimi
|
235
243
|
role: Rooli
|
@@ -237,16 +245,18 @@ fi-pl:
|
|
237
245
|
roles:
|
238
246
|
admin: Hallinnointikäyttäjä
|
239
247
|
collaborator: Työryhmän jäsen
|
248
|
+
evaluator: Arvioija
|
240
249
|
moderator: Moderoija
|
241
|
-
valuator: Arvioija
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Toiminnot
|
244
253
|
date: Päivämäärä
|
245
254
|
link: Linkki
|
246
255
|
title: Otsikko
|
247
256
|
name: Medialinkki
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Toiminnot
|
250
260
|
link: Linkki
|
251
261
|
logo: Logo
|
252
262
|
name: Nimi
|
@@ -257,6 +267,7 @@ fi-pl:
|
|
257
267
|
main_promotor: Pääpromoottori
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Toiminnot
|
260
271
|
conference_meetings: Konferenssin tapaamiset
|
261
272
|
price: Hinta
|
262
273
|
registrations_count: Ilmoittautuneiden määrä
|
@@ -351,7 +362,7 @@ fi-pl:
|
|
351
362
|
title: Puhujat
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
367
|
slug_help_html: 'URL-tunnisteita käytetään luomaan URL-osoitteet, jotka osoittavat tähän konferenssiin. Hyväksyy vain kirjaimet, numerot ja viivat. Kirjaimen on oltava ensimmäinen merkki tunnisteessa. Esimerkki: %{url}'
|
357
368
|
conference_invites:
|
@@ -516,6 +527,7 @@ fi-pl:
|
|
516
527
|
sent: Lähetetty
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Toiminnot
|
519
531
|
email: Sähköposti
|
520
532
|
name: Nimi
|
521
533
|
registration_type: Ilmoittautumistyyppi
|
@@ -614,7 +626,6 @@ fi-pl:
|
|
614
626
|
description: Konferenssin pitkä kuvaus
|
615
627
|
end_date: Konferenssin päättymispäivä.
|
616
628
|
follows_count: Tilaa seuraavien käyttäjien määrä
|
617
|
-
hashtag: Konferenssia vastaava aihetunniste (hashtag), jota käytetään Twitter/X-palvelussa
|
618
629
|
id: Konferenssin yksilöivä tunniste
|
619
630
|
location: Konferenssin paikka, eli missä konferenssi järjestetään.
|
620
631
|
objectives: Konferenssin tavoitteet tai päämäärät.
|
@@ -635,6 +646,7 @@ fi-pl:
|
|
635
646
|
url: Tilan URL-osoite
|
636
647
|
statistics:
|
637
648
|
conferences_count: Konferenssia
|
649
|
+
conferences_count_tooltip: Julkaistujen konferenssien lukumäärä.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/fi.yml
CHANGED
@@ -6,13 +6,12 @@ fi:
|
|
6
6
|
assemblies_ids: Liittyvät ryhmät
|
7
7
|
available_slots: Vapaat paikat
|
8
8
|
banner_image: Bannerikuva
|
9
|
-
copy_categories: Kopioi aihepiirit
|
10
|
-
copy_components: Kopioi komponentit
|
11
|
-
copy_features: Kopioi ominaisuudet
|
12
9
|
decidim_scope_id: Teema
|
13
10
|
description: Kuvaus
|
11
|
+
duplicate_categories: Kopioi aihepiirit
|
12
|
+
duplicate_components: Kopioi komponentit
|
13
|
+
duplicate_features: Kopioi ominaisuudet
|
14
14
|
end_date: Päättymispäivä
|
15
|
-
hashtag: Aihetunniste (hashtag)
|
16
15
|
hero_image: Etusivun kuva
|
17
16
|
location: Sijainti
|
18
17
|
main_logo: Päälogo
|
@@ -99,9 +98,9 @@ fi:
|
|
99
98
|
new_speaker: Uusi puhuja
|
100
99
|
send_diplomas: Lähetä läsnäolotodistukset
|
101
100
|
view_deleted_conferences: Näytä poistetut konferenssit
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Kopioi
|
105
104
|
select: Valitse, mitkä tiedot haluat kopioida
|
106
105
|
title: Kopioi konferenssi
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ fi:
|
|
164
163
|
exports:
|
165
164
|
registrations: Ilmoittautumiset
|
166
165
|
form:
|
166
|
+
duration: Kesto
|
167
|
+
images: Kuvat
|
168
|
+
metadata: Metatiedot
|
169
|
+
registrations: Ilmoittautumiset
|
170
|
+
related_spaces: Liittyvät osallistumistilat
|
167
171
|
title: Yleistä tietoa
|
172
|
+
visibility: Näkyvyys
|
168
173
|
index:
|
169
174
|
published: Julkaistu
|
170
175
|
unpublished: Julkaisematon
|
@@ -172,11 +177,11 @@ fi:
|
|
172
177
|
title: Poistetut konferenssit
|
173
178
|
new:
|
174
179
|
create: Luo
|
175
|
-
title:
|
180
|
+
title: Uusi konferenssi
|
176
181
|
update:
|
177
182
|
error: Konferenssin päivitys epäonnistui.
|
178
183
|
success: Konferenssin päivitys onnistui.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Konferenssin kopioiminen epäonnistui.
|
182
187
|
success: Konferenssin kopioiminen onnistui.
|
@@ -219,17 +224,20 @@ fi:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Toiminnot
|
222
228
|
created_at: Luonnin ajankohta
|
223
229
|
published: Julkaistu
|
224
230
|
title: Otsikko
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Toiminnot
|
227
234
|
affiliation: Jäsenyys
|
228
235
|
full_name: Koko nimi
|
229
236
|
position: Asema
|
230
237
|
name: Konferenssin puhuja
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Toiminnot
|
233
241
|
email: Sähköposti
|
234
242
|
name: Nimi
|
235
243
|
role: Rooli
|
@@ -237,16 +245,18 @@ fi:
|
|
237
245
|
roles:
|
238
246
|
admin: Hallintakäyttäjä
|
239
247
|
collaborator: Työryhmän jäsen
|
248
|
+
evaluator: Arvioija
|
240
249
|
moderator: Moderoija
|
241
|
-
valuator: Arvioija
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Toiminnot
|
244
253
|
date: Päivämäärä
|
245
254
|
link: Linkki
|
246
255
|
title: Otsikko
|
247
256
|
name: Medialinkki
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Toiminnot
|
250
260
|
link: Linkki
|
251
261
|
logo: Logo
|
252
262
|
name: Nimi
|
@@ -257,6 +267,7 @@ fi:
|
|
257
267
|
main_promotor: Pääpromoottori
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Toiminnot
|
260
271
|
conference_meetings: Konferenssin tapaamiset
|
261
272
|
price: Hinta
|
262
273
|
registrations_count: Ilmoittautuneiden määrä
|
@@ -351,7 +362,7 @@ fi:
|
|
351
362
|
title: Puhujat
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
367
|
slug_help_html: 'URL-tunnisteita käytetään luomaan URL-osoitteet, jotka osoittavat tähän konferenssiin. Hyväksyy vain kirjaimet, numerot ja viivat. Kirjaimen on oltava ensimmäinen merkki tunnisteessa. Esimerkki: %{url}'
|
357
368
|
conference_invites:
|
@@ -516,6 +527,7 @@ fi:
|
|
516
527
|
sent: Lähetetty
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Toiminnot
|
519
531
|
email: Sähköposti
|
520
532
|
name: Nimi
|
521
533
|
registration_type: Ilmoittautumistyyppi
|
@@ -614,7 +626,6 @@ fi:
|
|
614
626
|
description: Konferenssin pitkä kuvaus
|
615
627
|
end_date: Konferenssin päättymispäivä.
|
616
628
|
follows_count: Tilaa seuraavien käyttäjien määrä
|
617
|
-
hashtag: Konferenssia vastaava aihetunniste (hashtag), jota käytetään Twitter/X-palvelussa
|
618
629
|
id: Konferenssin yksilöivä tunniste
|
619
630
|
location: Konferenssin paikka, eli missä konferenssi järjestetään.
|
620
631
|
objectives: Konferenssin tavoitteet tai päämäärät.
|
@@ -635,6 +646,7 @@ fi:
|
|
635
646
|
url: Tilan URL-osoite
|
636
647
|
statistics:
|
637
648
|
conferences_count: Konferenssia
|
649
|
+
conferences_count_tooltip: Julkaistujen konferenssien lukumäärä.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -3,16 +3,15 @@ fr-CA:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Assemblées
|
6
|
+
assemblies_ids: Assemblées liées
|
7
7
|
available_slots: Emplacements disponibles
|
8
8
|
banner_image: Image d'en-tête
|
9
|
-
copy_categories: Copier les catégories
|
10
|
-
copy_components: Copier les fonctionnalités
|
11
|
-
copy_features: Copier les fonctionnalités
|
12
9
|
decidim_scope_id: Périmètre
|
13
10
|
description: Description
|
11
|
+
duplicate_categories: Dupliquer les catégories
|
12
|
+
duplicate_components: Dupliquer les composants
|
13
|
+
duplicate_features: Dupliquer les fonctionnalités
|
14
14
|
end_date: Date de fin
|
15
|
-
hashtag: Hashtag
|
16
15
|
hero_image: Image de la page d'accueil
|
17
16
|
location: Lieu
|
18
17
|
main_logo: Logo principal
|
@@ -99,9 +98,9 @@ fr-CA:
|
|
99
98
|
new_speaker: Nouveau conférencier
|
100
99
|
send_diplomas: Envoyer des certificats de présence
|
101
100
|
view_deleted_conferences: Voir les conférences supprimées
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Dupliquer
|
105
104
|
select: Sélectionnez les données que vous souhaitez dupliquer
|
106
105
|
title: Dupliquer la conférence
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ fr-CA:
|
|
164
163
|
exports:
|
165
164
|
registrations: Inscriptions
|
166
165
|
form:
|
166
|
+
duration: Durée
|
167
|
+
images: Photos
|
168
|
+
metadata: Métadonnées
|
169
|
+
registrations: Inscriptions
|
170
|
+
related_spaces: Espaces liés
|
167
171
|
title: Informations générales
|
172
|
+
visibility: Visibilité
|
168
173
|
index:
|
169
174
|
published: Publié
|
170
175
|
unpublished: Non publié
|
@@ -172,11 +177,11 @@ fr-CA:
|
|
172
177
|
title: Conférences supprimées
|
173
178
|
new:
|
174
179
|
create: Créer
|
175
|
-
title:
|
180
|
+
title: Nouvelle conférence
|
176
181
|
update:
|
177
182
|
error: Une erreur s'est produite lors de la mise à jour de cette conférence.
|
178
183
|
success: Conférence mise à jour avec succès.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Un problème est survenu lors de la duplication de cette conférence.
|
182
187
|
success: Conférence dupliquée avec succès.
|
@@ -219,17 +224,20 @@ fr-CA:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Actions
|
222
228
|
created_at: Créé à
|
223
229
|
published: Publié
|
224
230
|
title: Titre
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Actions
|
227
234
|
affiliation: Organisme
|
228
235
|
full_name: Nom complet
|
229
236
|
position: Profession
|
230
237
|
name: Conférencier
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Actions
|
233
241
|
email: Email
|
234
242
|
name: Nom
|
235
243
|
role: Rôle
|
@@ -237,16 +245,18 @@ fr-CA:
|
|
237
245
|
roles:
|
238
246
|
admin: Administrateur
|
239
247
|
collaborator: Collaborateur
|
248
|
+
evaluator: Évaluateur
|
240
249
|
moderator: Modérateur
|
241
|
-
valuator: Évaluateur
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Actions
|
244
253
|
date: Date
|
245
254
|
link: Lien
|
246
255
|
title: Titre
|
247
256
|
name: Lien média
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Actions
|
250
260
|
link: Lien
|
251
261
|
logo: Logo
|
252
262
|
name: Nom
|
@@ -257,6 +267,7 @@ fr-CA:
|
|
257
267
|
main_promotor: Promoteur principal
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Actions
|
260
271
|
conference_meetings: Rencontres de la conférence
|
261
272
|
price: Prix
|
262
273
|
registrations_count: Nombre d'inscriptions
|
@@ -349,7 +360,7 @@ fr-CA:
|
|
349
360
|
title: Conférenciers
|
350
361
|
conferences:
|
351
362
|
admin:
|
352
|
-
|
363
|
+
conference_duplicates:
|
353
364
|
form:
|
354
365
|
slug_help_html: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette conférence. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
355
366
|
conference_invites:
|
@@ -511,6 +522,7 @@ fr-CA:
|
|
511
522
|
sent: Envoyé
|
512
523
|
conference_registration:
|
513
524
|
fields:
|
525
|
+
actions: Actions
|
514
526
|
email: Email
|
515
527
|
name: Nom
|
516
528
|
registration_type: Type d'inscription
|
@@ -592,12 +604,9 @@ fr-CA:
|
|
592
604
|
title: Médias et liens
|
593
605
|
menu:
|
594
606
|
conferences: Conférences
|
595
|
-
open_data:
|
596
|
-
help:
|
597
|
-
conferences:
|
598
|
-
hashtag: Le hashtag de la conférence, utilisé par Twitter/X
|
599
607
|
statistics:
|
600
608
|
conferences_count: Conférences
|
609
|
+
conferences_count_tooltip: Le nombre de conférences publiées.
|
601
610
|
devise:
|
602
611
|
mailer:
|
603
612
|
join_conference:
|
data/config/locales/fr.yml
CHANGED
@@ -3,16 +3,15 @@ fr:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Assemblées
|
6
|
+
assemblies_ids: Assemblées liées
|
7
7
|
available_slots: Nombre de places disponibles
|
8
8
|
banner_image: Image d'en-tête
|
9
|
-
copy_categories: Copier les catégories
|
10
|
-
copy_components: Copier les fonctionnalités
|
11
|
-
copy_features: Copier les fonctionnalités
|
12
9
|
decidim_scope_id: Périmètre
|
13
10
|
description: Description
|
11
|
+
duplicate_categories: Dupliquer les catégories
|
12
|
+
duplicate_components: Dupliquer les composants
|
13
|
+
duplicate_features: Dupliquer les fonctionnalités
|
14
14
|
end_date: Date de fin
|
15
|
-
hashtag: Hashtag
|
16
15
|
hero_image: Image de la page d'accueil
|
17
16
|
location: Lieu
|
18
17
|
main_logo: Logo principal
|
@@ -99,9 +98,9 @@ fr:
|
|
99
98
|
new_speaker: Nouveau conférencier
|
100
99
|
send_diplomas: Envoyer des certificats de présence
|
101
100
|
view_deleted_conferences: Voir les conférences supprimées
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Dupliquer
|
105
104
|
select: Sélectionnez les données que vous souhaitez dupliquer
|
106
105
|
title: Dupliquer la conférence
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ fr:
|
|
164
163
|
exports:
|
165
164
|
registrations: Inscriptions
|
166
165
|
form:
|
166
|
+
duration: Durée
|
167
|
+
images: Photos
|
168
|
+
metadata: Métadonnées
|
169
|
+
registrations: Inscriptions
|
170
|
+
related_spaces: Espaces liés
|
167
171
|
title: Informations générales
|
172
|
+
visibility: Visibilité
|
168
173
|
index:
|
169
174
|
published: Publié
|
170
175
|
unpublished: Non publié
|
@@ -172,11 +177,11 @@ fr:
|
|
172
177
|
title: Conférences supprimées
|
173
178
|
new:
|
174
179
|
create: Créer
|
175
|
-
title:
|
180
|
+
title: Nouvelle conférence
|
176
181
|
update:
|
177
182
|
error: Une erreur s'est produite lors de la mise à jour de cette conférence.
|
178
183
|
success: Conférence mise à jour avec succès.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Un problème est survenu lors de la duplication de cette conférence.
|
182
187
|
success: Conférence dupliquée avec succès.
|
@@ -219,17 +224,20 @@ fr:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Actions
|
222
228
|
created_at: Créé à
|
223
229
|
published: Publié
|
224
230
|
title: Titre
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Actions
|
227
234
|
affiliation: Organisme
|
228
235
|
full_name: Nom complet
|
229
236
|
position: Profession
|
230
237
|
name: Conférencier
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Actions
|
233
241
|
email: Email
|
234
242
|
name: Nom
|
235
243
|
role: Rôle
|
@@ -237,16 +245,18 @@ fr:
|
|
237
245
|
roles:
|
238
246
|
admin: Administrateur
|
239
247
|
collaborator: Collaborateur
|
248
|
+
evaluator: Évaluateur
|
240
249
|
moderator: Modérateur
|
241
|
-
valuator: Évaluateur
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Actions
|
244
253
|
date: Date
|
245
254
|
link: Lien
|
246
255
|
title: Titre
|
247
256
|
name: Lien média
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Actions
|
250
260
|
link: Lien
|
251
261
|
logo: Logo
|
252
262
|
name: Nom
|
@@ -257,6 +267,7 @@ fr:
|
|
257
267
|
main_promotor: Promoteur principal
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Actions
|
260
271
|
conference_meetings: Rencontres de la conférence
|
261
272
|
price: Prix
|
262
273
|
registrations_count: Nombre d'inscriptions
|
@@ -349,7 +360,7 @@ fr:
|
|
349
360
|
title: Conférenciers
|
350
361
|
conferences:
|
351
362
|
admin:
|
352
|
-
|
363
|
+
conference_duplicates:
|
353
364
|
form:
|
354
365
|
slug_help_html: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette conférence. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
355
366
|
conference_invites:
|
@@ -511,6 +522,7 @@ fr:
|
|
511
522
|
sent: Envoyé
|
512
523
|
conference_registration:
|
513
524
|
fields:
|
525
|
+
actions: Actions
|
514
526
|
email: Email
|
515
527
|
name: Nom
|
516
528
|
registration_type: Type d'inscription
|
@@ -592,12 +604,9 @@ fr:
|
|
592
604
|
title: Médias et liens
|
593
605
|
menu:
|
594
606
|
conferences: Conférences
|
595
|
-
open_data:
|
596
|
-
help:
|
597
|
-
conferences:
|
598
|
-
hashtag: Le hashtag de la conférence, utilisé par Twitter/X
|
599
607
|
statistics:
|
600
608
|
conferences_count: Conférences
|
609
|
+
conferences_count_tooltip: Le nombre de conférences publiées.
|
601
610
|
devise:
|
602
611
|
mailer:
|
603
612
|
join_conference:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -3,10 +3,8 @@ ga:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
copy_categories: Cóipeáil catagóirí
|
7
6
|
decidim_scope_id: Scóip
|
8
7
|
end_date: Dáta deiridh
|
9
|
-
hashtag: Haischlib
|
10
8
|
location: Suíomh
|
11
9
|
participatory_processes_ids: Próisis Rannpháirteacha Ceangailte
|
12
10
|
slogan: Mana
|
@@ -38,9 +36,6 @@ ga:
|
|
38
36
|
admin:
|
39
37
|
actions:
|
40
38
|
confirm: Deimhnigh
|
41
|
-
conference_copies:
|
42
|
-
new:
|
43
|
-
copy: Cóipeáil
|
44
39
|
conference_speakers:
|
45
40
|
edit:
|
46
41
|
update: Nuashonraigh
|
@@ -54,6 +49,8 @@ ga:
|
|
54
49
|
conferences:
|
55
50
|
edit:
|
56
51
|
update: Nuashonraigh
|
52
|
+
form:
|
53
|
+
images: Íomhánna
|
57
54
|
new:
|
58
55
|
create: Cruthaigh
|
59
56
|
media_links:
|
@@ -83,7 +80,6 @@ ga:
|
|
83
80
|
role: Ról
|
84
81
|
roles:
|
85
82
|
admin: Riarthóir
|
86
|
-
valuator: Luachálaí
|
87
83
|
media_link:
|
88
84
|
fields:
|
89
85
|
date: Dáta
|
data/config/locales/gl.yml
CHANGED
@@ -3,16 +3,11 @@ gl:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Asembleas relacionadas
|
7
6
|
available_slots: Prazas dispoñíbeis
|
8
7
|
banner_image: Imaxe do banner
|
9
|
-
copy_categories: Copiar categorías
|
10
|
-
copy_components: Copiar compoñentes
|
11
|
-
copy_features: Copiar funcións
|
12
8
|
decidim_scope_id: Alcance
|
13
9
|
description: Descrición
|
14
10
|
end_date: Data de finalización
|
15
|
-
hashtag: Etiqueta
|
16
11
|
hero_image: Imaxe na casa
|
17
12
|
location: Localización
|
18
13
|
main_logo: Logotipo principal
|
@@ -75,9 +70,6 @@ gl:
|
|
75
70
|
actions:
|
76
71
|
confirm: Confirmar
|
77
72
|
send_diplomas: Enviar certificados de asistencia
|
78
|
-
conference_copies:
|
79
|
-
new:
|
80
|
-
copy: Copiar
|
81
73
|
conference_publications:
|
82
74
|
create:
|
83
75
|
error: Produciuse un erro ao publicar esta conferencia.
|
@@ -126,12 +118,12 @@ gl:
|
|
126
118
|
exports:
|
127
119
|
registrations: Rexistros
|
128
120
|
form:
|
121
|
+
images: Fotos
|
129
122
|
title: Información xeral
|
130
123
|
index:
|
131
124
|
published: Publicado
|
132
125
|
new:
|
133
126
|
create: Crear
|
134
|
-
title: Conferencia
|
135
127
|
update:
|
136
128
|
error: Houbo un erro ao actualizar esta conferencia.
|
137
129
|
success: A conferencia actualizouse con éxito.
|
@@ -179,7 +171,6 @@ gl:
|
|
179
171
|
admin: Administrador
|
180
172
|
collaborator: Colaborador
|
181
173
|
moderator: Moderador
|
182
|
-
valuator: Avaliador/a
|
183
174
|
media_link:
|
184
175
|
fields:
|
185
176
|
date: Data
|
data/config/locales/hu.yml
CHANGED
@@ -3,16 +3,11 @@ hu:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Kapcsolódó gyűlések
|
7
6
|
available_slots: Rendelkezésre álló időpontok
|
8
7
|
banner_image: Banner kép
|
9
|
-
copy_categories: Másolási kategóriák
|
10
|
-
copy_components: Másoljon komponenseket
|
11
|
-
copy_features: Másolási funkciók
|
12
8
|
decidim_scope_id: terület
|
13
9
|
description: Leírás
|
14
10
|
end_date: Befejezés dátuma
|
15
|
-
hashtag: Kettőskereszt
|
16
11
|
hero_image: Kezdő kép
|
17
12
|
location: Helyszín
|
18
13
|
main_logo: Fő logó
|
@@ -94,9 +89,6 @@ hu:
|
|
94
89
|
new_registration_type: Új regisztrációtípus
|
95
90
|
new_speaker: Új előadó
|
96
91
|
send_diplomas: Küldési igazolások küldése
|
97
|
-
conference_copies:
|
98
|
-
new:
|
99
|
-
copy: Másolat
|
100
92
|
conference_publications:
|
101
93
|
create:
|
102
94
|
error: Hiba történt a konferencia közzétételében.
|
@@ -147,13 +139,13 @@ hu:
|
|
147
139
|
exports:
|
148
140
|
registrations: regisztrációk
|
149
141
|
form:
|
142
|
+
images: Fotók
|
150
143
|
title: Általános információ
|
151
144
|
index:
|
152
145
|
published: Közzétett
|
153
146
|
unpublished: Nem publikált
|
154
147
|
new:
|
155
148
|
create: Teremt
|
156
|
-
title: konferencia
|
157
149
|
update:
|
158
150
|
error: Hiba történt a konferencia frissítésekor.
|
159
151
|
success: A konferencia sikeresen frissült.
|
@@ -203,7 +195,6 @@ hu:
|
|
203
195
|
admin: Adminisztrátor
|
204
196
|
collaborator: Együttműködő
|
205
197
|
moderator: moderátor
|
206
|
-
valuator: Értékelő
|
207
198
|
media_link:
|
208
199
|
fields:
|
209
200
|
date: Dátum
|