decidim-conferences 0.30.1 → 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 +6 -6
- 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 -16
- data/config/locales/bg.yml +1 -19
- data/config/locales/bs-BA.yml +0 -5
- data/config/locales/ca-IT.yml +25 -13
- data/config/locales/ca.yml +25 -13
- data/config/locales/cs.yml +23 -11
- data/config/locales/de.yml +33 -21
- data/config/locales/el.yml +1 -16
- data/config/locales/en.yml +25 -13
- data/config/locales/es-MX.yml +27 -15
- data/config/locales/es-PY.yml +28 -16
- data/config/locales/es.yml +26 -14
- data/config/locales/eu.yml +31 -19
- data/config/locales/fi-plain.yml +25 -13
- data/config/locales/fi.yml +25 -13
- data/config/locales/fr-CA.yml +25 -12
- data/config/locales/fr.yml +26 -13
- data/config/locales/ga-IE.yml +2 -6
- data/config/locales/gl.yml +1 -16
- data/config/locales/hu.yml +1 -16
- data/config/locales/id-ID.yml +1 -15
- data/config/locales/it.yml +1 -16
- data/config/locales/ja.yml +26 -14
- data/config/locales/lb.yml +1 -11
- data/config/locales/lt.yml +1 -16
- data/config/locales/lv.yml +1 -16
- data/config/locales/nl.yml +1 -16
- data/config/locales/no.yml +1 -16
- data/config/locales/pl.yml +1 -19
- data/config/locales/pt-BR.yml +1 -19
- data/config/locales/pt.yml +1 -16
- data/config/locales/ro-RO.yml +3 -16
- data/config/locales/sk.yml +1 -16
- data/config/locales/sl.yml +0 -5
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +16 -19
- data/config/locales/tr-TR.yml +1 -16
- data/config/locales/zh-CN.yml +1 -16
- data/config/locales/zh-TW.yml +1 -16
- 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/menu.rb +1 -1
- 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/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,13 +177,13 @@ 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
|
-
error:
|
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.
|
183
188
|
media_links:
|
184
189
|
create:
|
@@ -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
|
@@ -594,6 +606,7 @@ fr-CA:
|
|
594
606
|
conferences: Conférences
|
595
607
|
statistics:
|
596
608
|
conferences_count: Conférences
|
609
|
+
conferences_count_tooltip: Le nombre de conférences publiées.
|
597
610
|
devise:
|
598
611
|
mailer:
|
599
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,13 +177,13 @@ 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
|
-
error:
|
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.
|
183
188
|
media_links:
|
184
189
|
create:
|
@@ -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
|
@@ -531,7 +543,7 @@ fr:
|
|
531
543
|
title: Types d'inscription
|
532
544
|
show:
|
533
545
|
details: Détails
|
534
|
-
introduction:
|
546
|
+
introduction: Introduction
|
535
547
|
objectives: Objectifs
|
536
548
|
related_assemblies: Assemblées connexes
|
537
549
|
related_participatory_processes: Concertations associées
|
@@ -594,6 +606,7 @@ fr:
|
|
594
606
|
conferences: Conférences
|
595
607
|
statistics:
|
596
608
|
conferences_count: Conférences
|
609
|
+
conferences_count_tooltip: Le nombre de conférences publiées.
|
597
610
|
devise:
|
598
611
|
mailer:
|
599
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,11 +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
|
-
select: Seleccione os datos que desexa duplicar
|
82
|
-
title: Conferencia duplicada
|
83
73
|
conference_publications:
|
84
74
|
create:
|
85
75
|
error: Produciuse un erro ao publicar esta conferencia.
|
@@ -128,19 +118,15 @@ gl:
|
|
128
118
|
exports:
|
129
119
|
registrations: Rexistros
|
130
120
|
form:
|
121
|
+
images: Fotos
|
131
122
|
title: Información xeral
|
132
123
|
index:
|
133
124
|
published: Publicado
|
134
125
|
new:
|
135
126
|
create: Crear
|
136
|
-
title: Conferencia
|
137
127
|
update:
|
138
128
|
error: Houbo un erro ao actualizar esta conferencia.
|
139
129
|
success: A conferencia actualizouse con éxito.
|
140
|
-
conferences_copies:
|
141
|
-
create:
|
142
|
-
error: Produciuse un erro ao duplicar esta conferencia.
|
143
|
-
success: A conferencia duplicouse con éxito.
|
144
130
|
media_links:
|
145
131
|
create:
|
146
132
|
error: Produciuse un erro ao crear unha nova ligazón multimedia.
|
@@ -185,7 +171,6 @@ gl:
|
|
185
171
|
admin: Administrador
|
186
172
|
collaborator: Colaborador
|
187
173
|
moderator: Moderador
|
188
|
-
valuator: Avaliador/a
|
189
174
|
media_link:
|
190
175
|
fields:
|
191
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,11 +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
|
-
select: Válassza ki, mely adatokat szeretné megismételni
|
101
|
-
title: Duplikált konferencia
|
102
92
|
conference_publications:
|
103
93
|
create:
|
104
94
|
error: Hiba történt a konferencia közzétételében.
|
@@ -149,20 +139,16 @@ hu:
|
|
149
139
|
exports:
|
150
140
|
registrations: regisztrációk
|
151
141
|
form:
|
142
|
+
images: Fotók
|
152
143
|
title: Általános információ
|
153
144
|
index:
|
154
145
|
published: Közzétett
|
155
146
|
unpublished: Nem publikált
|
156
147
|
new:
|
157
148
|
create: Teremt
|
158
|
-
title: konferencia
|
159
149
|
update:
|
160
150
|
error: Hiba történt a konferencia frissítésekor.
|
161
151
|
success: A konferencia sikeresen frissült.
|
162
|
-
conferences_copies:
|
163
|
-
create:
|
164
|
-
error: Hiba történt a konferencia másolása során.
|
165
|
-
success: A konferencia sikeresen megismétlődött.
|
166
152
|
media_links:
|
167
153
|
create:
|
168
154
|
error: Hiba történt új média link létrehozása közben.
|
@@ -209,7 +195,6 @@ hu:
|
|
209
195
|
admin: Adminisztrátor
|
210
196
|
collaborator: Együttműködő
|
211
197
|
moderator: moderátor
|
212
|
-
valuator: Értékelő
|
213
198
|
media_link:
|
214
199
|
fields:
|
215
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,11 +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
|
-
select: Pilih data mana yang ingin Anda gandakan
|
46
|
-
title: Konferensi duplikat
|
47
37
|
conference_publications:
|
48
38
|
create:
|
49
39
|
error: Terjadi kesalahan saat mempublikasikan konferensi ini.
|
@@ -92,19 +82,15 @@ id:
|
|
92
82
|
exports:
|
93
83
|
registrations: Pendaftaran
|
94
84
|
form:
|
85
|
+
images: Foto
|
95
86
|
title: Informasi Umum
|
96
87
|
index:
|
97
88
|
published: Diterbitkan
|
98
89
|
new:
|
99
90
|
create: Membuat
|
100
|
-
title: Konferensi
|
101
91
|
update:
|
102
92
|
error: Ada kesalahan saat memperbarui konferensi ini.
|
103
93
|
success: Konferensi berhasil diperbarui.
|
104
|
-
conferences_copies:
|
105
|
-
create:
|
106
|
-
error: Ada kesalahan saat menduplikasi konferensi ini.
|
107
|
-
success: Konferensi berhasil digandakan.
|
108
94
|
media_links:
|
109
95
|
create:
|
110
96
|
error: Terjadi kesalahan saat membuat tautan media baru.
|
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,11 +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
|
-
select: Seleziona i dati che desideri duplicare
|
82
|
-
title: Duplica Conferenza
|
83
73
|
conference_publications:
|
84
74
|
create:
|
85
75
|
error: Si è verificato un errore durante la pubblicazione di questa conferenza.
|
@@ -128,20 +118,16 @@ it:
|
|
128
118
|
exports:
|
129
119
|
registrations: Iscrizioni
|
130
120
|
form:
|
121
|
+
images: Fotografie
|
131
122
|
title: Informazioni Generali
|
132
123
|
index:
|
133
124
|
published: Pubblicata
|
134
125
|
unpublished: Non pubblicato
|
135
126
|
new:
|
136
127
|
create: Crea
|
137
|
-
title: Conferenza
|
138
128
|
update:
|
139
129
|
error: Si è verificato un errore durante l'aggiornamento di questa conferenza.
|
140
130
|
success: Conferenza aggiornata con successo.
|
141
|
-
conferences_copies:
|
142
|
-
create:
|
143
|
-
error: Si è verificato un errore durante la duplicazione di questa conferenza.
|
144
|
-
success: Conferenza duplicata con successo.
|
145
131
|
media_links:
|
146
132
|
create:
|
147
133
|
error: Si è verificato un errore durante la creazione di un nuovo collegamento multimediale.
|
@@ -186,7 +172,6 @@ it:
|
|
186
172
|
admin: Amministratore
|
187
173
|
collaborator: Collaboratore
|
188
174
|
moderator: Moderatore
|
189
|
-
valuator: Valutatore
|
190
175
|
media_link:
|
191
176
|
fields:
|
192
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,10 +95,10 @@ ja:
|
|
96
95
|
new_speaker: 新しいスピーカー
|
97
96
|
send_diplomas: 出席証明書を送信
|
98
97
|
view_deleted_conferences: 削除されたカンファレンスを表示
|
99
|
-
|
98
|
+
conference_duplicates:
|
100
99
|
new:
|
101
|
-
|
102
|
-
select:
|
100
|
+
duplicate: 複製
|
101
|
+
select:
|
103
102
|
title: カンファレンスを複製
|
104
103
|
conference_publications:
|
105
104
|
create:
|
@@ -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: 参加者をカンファレンスに招待する際に問題が発生しました。
|
@@ -511,6 +522,7 @@ ja:
|
|
511
522
|
sent: 送信済み
|
512
523
|
conference_registration:
|
513
524
|
fields:
|
525
|
+
actions: アクション
|
514
526
|
email: Eメールアドレス
|
515
527
|
name: 名前
|
516
528
|
registration_type: 登録タイプ
|
@@ -609,7 +621,6 @@ ja:
|
|
609
621
|
description: カンファレンスの詳しい説明
|
610
622
|
end_date: カンファレンスの終了日時
|
611
623
|
follows_count: このスペースをフォローしているユーザー数
|
612
|
-
hashtag: Twitter/Xで使用されるカンファレンスハッシュタグ
|
613
624
|
id: このカンファレンスの固有ID
|
614
625
|
location: カンファレンスの場所. このカンファレンスが開催されるところ.
|
615
626
|
objectives: この感ファンレスの目的。開催する目標は何か。
|
@@ -630,6 +641,7 @@ ja:
|
|
630
641
|
url: スペースのURL
|
631
642
|
statistics:
|
632
643
|
conferences_count: カンファレンス
|
644
|
+
conferences_count_tooltip: 公開されたカンファレンス数です。
|
633
645
|
devise:
|
634
646
|
mailer:
|
635
647
|
join_conference:
|