decidim-conferences 0.30.4 → 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/_program.scss +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/_program_item.html.erb +9 -9
- 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 -14
- data/config/locales/ca.yml +24 -14
- data/config/locales/cs.yml +23 -13
- data/config/locales/de.yml +25 -13
- data/config/locales/el.yml +1 -10
- data/config/locales/en.yml +24 -14
- data/config/locales/es-MX.yml +24 -14
- data/config/locales/es-PY.yml +24 -14
- data/config/locales/es.yml +24 -14
- data/config/locales/eu.yml +24 -14
- data/config/locales/fi-plain.yml +23 -11
- data/config/locales/fi.yml +23 -11
- data/config/locales/fr-CA.yml +24 -17
- data/config/locales/fr.yml +24 -17
- 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 -15
- 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 -15
- 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 +18 -2
- 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/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:
|
|
@@ -427,8 +438,6 @@ fr-CA:
|
|
|
427
438
|
no_slots_available: Il ne reste plus de place
|
|
428
439
|
registration: Inscription
|
|
429
440
|
conference_program:
|
|
430
|
-
program_item:
|
|
431
|
-
other_category: Autre
|
|
432
441
|
show:
|
|
433
442
|
program: Programme
|
|
434
443
|
conference_registration_mailer:
|
|
@@ -513,6 +522,7 @@ fr-CA:
|
|
|
513
522
|
sent: Envoyé
|
|
514
523
|
conference_registration:
|
|
515
524
|
fields:
|
|
525
|
+
actions: Actions
|
|
516
526
|
email: Email
|
|
517
527
|
name: Nom
|
|
518
528
|
registration_type: Type d'inscription
|
|
@@ -594,12 +604,9 @@ fr-CA:
|
|
|
594
604
|
title: Médias et liens
|
|
595
605
|
menu:
|
|
596
606
|
conferences: Conférences
|
|
597
|
-
open_data:
|
|
598
|
-
help:
|
|
599
|
-
conferences:
|
|
600
|
-
hashtag: Le hashtag de la conférence, utilisé par Twitter/X
|
|
601
607
|
statistics:
|
|
602
608
|
conferences_count: Conférences
|
|
609
|
+
conferences_count_tooltip: Le nombre de conférences publiées.
|
|
603
610
|
devise:
|
|
604
611
|
mailer:
|
|
605
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:
|
|
@@ -427,8 +438,6 @@ fr:
|
|
|
427
438
|
no_slots_available: Il ne reste plus de place
|
|
428
439
|
registration: Inscription
|
|
429
440
|
conference_program:
|
|
430
|
-
program_item:
|
|
431
|
-
other_category: Autre
|
|
432
441
|
show:
|
|
433
442
|
program: Programme
|
|
434
443
|
conference_registration_mailer:
|
|
@@ -513,6 +522,7 @@ fr:
|
|
|
513
522
|
sent: Envoyé
|
|
514
523
|
conference_registration:
|
|
515
524
|
fields:
|
|
525
|
+
actions: Actions
|
|
516
526
|
email: Email
|
|
517
527
|
name: Nom
|
|
518
528
|
registration_type: Type d'inscription
|
|
@@ -594,12 +604,9 @@ fr:
|
|
|
594
604
|
title: Médias et liens
|
|
595
605
|
menu:
|
|
596
606
|
conferences: Conférences
|
|
597
|
-
open_data:
|
|
598
|
-
help:
|
|
599
|
-
conferences:
|
|
600
|
-
hashtag: Le hashtag de la conférence, utilisé par Twitter/X
|
|
601
607
|
statistics:
|
|
602
608
|
conferences_count: Conférences
|
|
609
|
+
conferences_count_tooltip: Le nombre de conférences publiées.
|
|
603
610
|
devise:
|
|
604
611
|
mailer:
|
|
605
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
|
data/config/locales/id-ID.yml
CHANGED
|
@@ -3,14 +3,9 @@ id:
|
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
5
|
conference:
|
|
6
|
-
assemblies_ids: Rakitan Terkait
|
|
7
6
|
banner_image: Gambar spanduk
|
|
8
|
-
copy_categories: Salin kategori
|
|
9
|
-
copy_components: Salin komponen
|
|
10
|
-
copy_features: Salin fitur
|
|
11
7
|
decidim_scope_id: Cakupan
|
|
12
8
|
description: Deskripsi
|
|
13
|
-
hashtag: Tanda pagar
|
|
14
9
|
hero_image: Gambar rumah
|
|
15
10
|
participatory_processes_ids: Proses Partisipatif Terkait
|
|
16
11
|
promoted: Dipromosikan
|
|
@@ -39,9 +34,6 @@ id:
|
|
|
39
34
|
actions:
|
|
40
35
|
confirm: Memastikan
|
|
41
36
|
send_diplomas: Kirim sertifikat kehadiran
|
|
42
|
-
conference_copies:
|
|
43
|
-
new:
|
|
44
|
-
copy: Salinan
|
|
45
37
|
conference_publications:
|
|
46
38
|
create:
|
|
47
39
|
error: Terjadi kesalahan saat mempublikasikan konferensi ini.
|
|
@@ -90,12 +82,12 @@ id:
|
|
|
90
82
|
exports:
|
|
91
83
|
registrations: Pendaftaran
|
|
92
84
|
form:
|
|
85
|
+
images: Foto
|
|
93
86
|
title: Informasi Umum
|
|
94
87
|
index:
|
|
95
88
|
published: Diterbitkan
|
|
96
89
|
new:
|
|
97
90
|
create: Membuat
|
|
98
|
-
title: Konferensi
|
|
99
91
|
update:
|
|
100
92
|
error: Ada kesalahan saat memperbarui konferensi ini.
|
|
101
93
|
success: Konferensi berhasil diperbarui.
|
data/config/locales/it.yml
CHANGED
|
@@ -3,16 +3,11 @@ it:
|
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
5
|
conference:
|
|
6
|
-
assemblies_ids: Assemblee collegate
|
|
7
6
|
available_slots: Slot disponibili
|
|
8
7
|
banner_image: Immagine banner
|
|
9
|
-
copy_categories: Copia le categorie
|
|
10
|
-
copy_components: Copia componenti
|
|
11
|
-
copy_features: Copia le caratteristiche
|
|
12
8
|
decidim_scope_id: Obiettivo
|
|
13
9
|
description: Descrizione
|
|
14
10
|
end_date: Data di fine
|
|
15
|
-
hashtag: Hashtag
|
|
16
11
|
hero_image: Immagine della home page
|
|
17
12
|
location: Luogo
|
|
18
13
|
main_logo: Logo principale
|
|
@@ -75,9 +70,6 @@ it:
|
|
|
75
70
|
actions:
|
|
76
71
|
confirm: Confermare
|
|
77
72
|
send_diplomas: Invia certificati di frequenza
|
|
78
|
-
conference_copies:
|
|
79
|
-
new:
|
|
80
|
-
copy: Copia
|
|
81
73
|
conference_publications:
|
|
82
74
|
create:
|
|
83
75
|
error: Si è verificato un errore durante la pubblicazione di questa conferenza.
|
|
@@ -126,13 +118,13 @@ it:
|
|
|
126
118
|
exports:
|
|
127
119
|
registrations: Iscrizioni
|
|
128
120
|
form:
|
|
121
|
+
images: Fotografie
|
|
129
122
|
title: Informazioni Generali
|
|
130
123
|
index:
|
|
131
124
|
published: Pubblicata
|
|
132
125
|
unpublished: Non pubblicato
|
|
133
126
|
new:
|
|
134
127
|
create: Crea
|
|
135
|
-
title: Conferenza
|
|
136
128
|
update:
|
|
137
129
|
error: Si è verificato un errore durante l'aggiornamento di questa conferenza.
|
|
138
130
|
success: Conferenza aggiornata con successo.
|
|
@@ -180,7 +172,6 @@ it:
|
|
|
180
172
|
admin: Amministratore
|
|
181
173
|
collaborator: Collaboratore
|
|
182
174
|
moderator: Moderatore
|
|
183
|
-
valuator: Valutatore
|
|
184
175
|
media_link:
|
|
185
176
|
fields:
|
|
186
177
|
date: Data
|
data/config/locales/ja.yml
CHANGED
|
@@ -3,16 +3,15 @@ ja:
|
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
5
|
conference:
|
|
6
|
-
assemblies_ids:
|
|
6
|
+
assemblies_ids: 関連する参加型スペース
|
|
7
7
|
available_slots: 利用可能なスロット
|
|
8
8
|
banner_image: バナー画像
|
|
9
|
-
copy_categories: カテゴリをコピー
|
|
10
|
-
copy_components: コンポーネントをコピー
|
|
11
|
-
copy_features: 機能をコピー
|
|
12
9
|
decidim_scope_id: スコープ
|
|
13
10
|
description: 説明
|
|
11
|
+
duplicate_categories: カテゴリを複製
|
|
12
|
+
duplicate_components: コンポーネントを複製
|
|
13
|
+
duplicate_features: 機能を複製
|
|
14
14
|
end_date: 終了日
|
|
15
|
-
hashtag: ハッシュタグ
|
|
16
15
|
hero_image: ホーム画像
|
|
17
16
|
location: 場所
|
|
18
17
|
main_logo: メインロゴ
|
|
@@ -96,9 +95,9 @@ ja:
|
|
|
96
95
|
new_speaker: 新しいスピーカー
|
|
97
96
|
send_diplomas: 出席証明書を送信
|
|
98
97
|
view_deleted_conferences: 削除されたカンファレンスを表示
|
|
99
|
-
|
|
98
|
+
conference_duplicates:
|
|
100
99
|
new:
|
|
101
|
-
|
|
100
|
+
duplicate: 複製
|
|
102
101
|
select:
|
|
103
102
|
title: カンファレンスを複製
|
|
104
103
|
conference_publications:
|
|
@@ -161,7 +160,13 @@ ja:
|
|
|
161
160
|
exports:
|
|
162
161
|
registrations: 登録
|
|
163
162
|
form:
|
|
163
|
+
duration: 期間
|
|
164
|
+
images: 画像
|
|
165
|
+
metadata: メタデータ
|
|
166
|
+
registrations: 登録
|
|
167
|
+
related_spaces: 関連するスペース
|
|
164
168
|
title: 一般情報
|
|
169
|
+
visibility: 可視性
|
|
165
170
|
index:
|
|
166
171
|
published: 公開済み
|
|
167
172
|
unpublished: 未公開
|
|
@@ -169,11 +174,11 @@ ja:
|
|
|
169
174
|
title: 削除されたカンファレンス
|
|
170
175
|
new:
|
|
171
176
|
create: 作成
|
|
172
|
-
title:
|
|
177
|
+
title: 新しいカンファレンス
|
|
173
178
|
update:
|
|
174
179
|
error: このカンファレンスの更新に問題がありました。
|
|
175
180
|
success: カンファレンスを更新しました。
|
|
176
|
-
|
|
181
|
+
conferences_duplicates:
|
|
177
182
|
create:
|
|
178
183
|
error: このカンファレンスの複製に問題が発生しました。
|
|
179
184
|
success: カンファレンスを複製しました。
|
|
@@ -216,17 +221,20 @@ ja:
|
|
|
216
221
|
models:
|
|
217
222
|
conference:
|
|
218
223
|
fields:
|
|
224
|
+
actions: アクション
|
|
219
225
|
created_at: 作成日時
|
|
220
226
|
published: 公開済み
|
|
221
227
|
title: タイトル
|
|
222
228
|
conference_speaker:
|
|
223
229
|
fields:
|
|
230
|
+
actions: アクション
|
|
224
231
|
affiliation: 所属
|
|
225
232
|
full_name: フルネーム
|
|
226
233
|
position: ポジション
|
|
227
234
|
name: カンファレンススピーカー
|
|
228
235
|
conference_user_role:
|
|
229
236
|
fields:
|
|
237
|
+
actions: アクション
|
|
230
238
|
email: Eメールアドレス
|
|
231
239
|
name: 名前
|
|
232
240
|
role: ロール
|
|
@@ -234,16 +242,18 @@ ja:
|
|
|
234
242
|
roles:
|
|
235
243
|
admin: 管理者
|
|
236
244
|
collaborator: コラボレーター
|
|
245
|
+
evaluator: 評価者
|
|
237
246
|
moderator: モデレーター
|
|
238
|
-
valuator: 評価者
|
|
239
247
|
media_link:
|
|
240
248
|
fields:
|
|
249
|
+
actions: アクション
|
|
241
250
|
date: 日付
|
|
242
251
|
link: リンク
|
|
243
252
|
title: タイトル
|
|
244
253
|
name: メディア リンク
|
|
245
254
|
partner:
|
|
246
255
|
fields:
|
|
256
|
+
actions: アクション
|
|
247
257
|
link: リンク
|
|
248
258
|
logo: ロゴ
|
|
249
259
|
name: 名前
|
|
@@ -254,6 +264,7 @@ ja:
|
|
|
254
264
|
main_promotor: 主プロモーター(プロモーター)
|
|
255
265
|
registration_type:
|
|
256
266
|
fields:
|
|
267
|
+
actions: アクション
|
|
257
268
|
conference_meetings: カンファレンスのミーティング
|
|
258
269
|
price: 価格
|
|
259
270
|
registrations_count: 登録数
|
|
@@ -348,9 +359,9 @@ ja:
|
|
|
348
359
|
title: スピーカー
|
|
349
360
|
conferences:
|
|
350
361
|
admin:
|
|
351
|
-
|
|
362
|
+
conference_duplicates:
|
|
352
363
|
form:
|
|
353
|
-
slug_help_html: 'URL
|
|
364
|
+
slug_help_html: 'URLスラグは、このカンファレンスを表すURLを生成するために使用されます。 利用できる文字は英字、数字、ハイフンのみで、先頭は英字で始める必要があります。例: %{url}'
|
|
354
365
|
conference_invites:
|
|
355
366
|
create:
|
|
356
367
|
error: 参加者をカンファレンスに招待する際に問題が発生しました。
|
|
@@ -428,8 +439,6 @@ ja:
|
|
|
428
439
|
no_slots_available: 利用可能なスロットがありません
|
|
429
440
|
registration: 登録
|
|
430
441
|
conference_program:
|
|
431
|
-
program_item:
|
|
432
|
-
other_category: その他
|
|
433
442
|
show:
|
|
434
443
|
program: プログラム
|
|
435
444
|
conference_registration_mailer:
|
|
@@ -513,6 +522,7 @@ ja:
|
|
|
513
522
|
sent: 送信済み
|
|
514
523
|
conference_registration:
|
|
515
524
|
fields:
|
|
525
|
+
actions: アクション
|
|
516
526
|
email: Eメールアドレス
|
|
517
527
|
name: 名前
|
|
518
528
|
registration_type: 登録タイプ
|
|
@@ -611,7 +621,6 @@ ja:
|
|
|
611
621
|
description: カンファレンスの詳しい説明
|
|
612
622
|
end_date: カンファレンスの終了日時
|
|
613
623
|
follows_count: このスペースをフォローしているユーザー数
|
|
614
|
-
hashtag: Twitter/Xで使用されるカンファレンスハッシュタグ
|
|
615
624
|
id: このカンファレンスの固有ID
|
|
616
625
|
location: カンファレンスの場所. このカンファレンスが開催されるところ.
|
|
617
626
|
objectives: この感ファンレスの目的。開催する目標は何か。
|
|
@@ -632,6 +641,7 @@ ja:
|
|
|
632
641
|
url: スペースのURL
|
|
633
642
|
statistics:
|
|
634
643
|
conferences_count: カンファレンス
|
|
644
|
+
conferences_count_tooltip: 公開されたカンファレンス数です。
|
|
635
645
|
devise:
|
|
636
646
|
mailer:
|
|
637
647
|
join_conference:
|