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/en.yml
CHANGED
@@ -3,16 +3,15 @@ en:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Related
|
6
|
+
assemblies_ids: Related assemblies
|
7
7
|
available_slots: Available slots
|
8
8
|
banner_image: Banner image
|
9
|
-
copy_categories: Copy categories
|
10
|
-
copy_components: Copy components
|
11
|
-
copy_features: Copy features
|
12
9
|
decidim_scope_id: Scope
|
13
10
|
description: Description
|
11
|
+
duplicate_categories: Duplicate categories
|
12
|
+
duplicate_components: Duplicate components
|
13
|
+
duplicate_features: Duplicate features
|
14
14
|
end_date: End date
|
15
|
-
hashtag: Hashtag
|
16
15
|
hero_image: Home image
|
17
16
|
location: Location
|
18
17
|
main_logo: Main logo
|
@@ -99,9 +98,9 @@ en:
|
|
99
98
|
new_speaker: New speaker
|
100
99
|
send_diplomas: Send certificates of attendance
|
101
100
|
view_deleted_conferences: View deleted conferences
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Duplicate
|
105
104
|
select: Select which data you would like to duplicate
|
106
105
|
title: Duplicate conference
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ en:
|
|
164
163
|
exports:
|
165
164
|
registrations: Registrations
|
166
165
|
form:
|
166
|
+
duration: Duration
|
167
|
+
images: Images
|
168
|
+
metadata: Metadata
|
169
|
+
registrations: Registrations
|
170
|
+
related_spaces: Related spaces
|
167
171
|
title: General Information
|
172
|
+
visibility: Visiblity
|
168
173
|
index:
|
169
174
|
published: Published
|
170
175
|
unpublished: Unpublished
|
@@ -172,11 +177,11 @@ en:
|
|
172
177
|
title: Deleted conferences
|
173
178
|
new:
|
174
179
|
create: Create
|
175
|
-
title:
|
180
|
+
title: New conference
|
176
181
|
update:
|
177
182
|
error: There was a problem updating this conference.
|
178
183
|
success: Conference successfully updated.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: There was a problem duplicating this conference.
|
182
187
|
success: Conference successfully duplicated.
|
@@ -219,17 +224,20 @@ en:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Actions
|
222
228
|
created_at: Created at
|
223
229
|
published: Published
|
224
230
|
title: Title
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Actions
|
227
234
|
affiliation: Affiliation
|
228
235
|
full_name: Full name
|
229
236
|
position: Position
|
230
237
|
name: Conference Speaker
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Actions
|
233
241
|
email: Email
|
234
242
|
name: Name
|
235
243
|
role: Role
|
@@ -237,16 +245,18 @@ en:
|
|
237
245
|
roles:
|
238
246
|
admin: Administrator
|
239
247
|
collaborator: Collaborator
|
248
|
+
evaluator: Evaluator
|
240
249
|
moderator: Moderator
|
241
|
-
valuator: Valuator
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Actions
|
244
253
|
date: Date
|
245
254
|
link: Link
|
246
255
|
title: Title
|
247
256
|
name: Media link
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Actions
|
250
260
|
link: Link
|
251
261
|
logo: Logo
|
252
262
|
name: Name
|
@@ -257,6 +267,7 @@ en:
|
|
257
267
|
main_promotor: Main promotor
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Actions
|
260
271
|
conference_meetings: Conference meetings
|
261
272
|
price: Price
|
262
273
|
registrations_count: Registrations count
|
@@ -351,7 +362,7 @@ en:
|
|
351
362
|
title: Speakers
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
367
|
slug_help_html: 'URL slugs are used to generate the URLs that point to this conference. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
|
357
368
|
conference_invites:
|
@@ -516,6 +527,7 @@ en:
|
|
516
527
|
sent: Sent
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Actions
|
519
531
|
email: Email
|
520
532
|
name: Name
|
521
533
|
registration_type: Registration type
|
@@ -614,7 +626,6 @@ en:
|
|
614
626
|
description: A long description of the conference
|
615
627
|
end_date: The date when this conference ends.
|
616
628
|
follows_count: The number of users following this space
|
617
|
-
hashtag: The conference hashtag, used for Twitter/X
|
618
629
|
id: The unique identifier of this conference
|
619
630
|
location: The conference location. Where this conference will take place.
|
620
631
|
objectives: The objectives for this conference. What is the goal.
|
@@ -635,6 +646,7 @@ en:
|
|
635
646
|
url: The URL of the space
|
636
647
|
statistics:
|
637
648
|
conferences_count: Conferences
|
649
|
+
conferences_count_tooltip: The number of published conferences.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/es-MX.yml
CHANGED
@@ -6,13 +6,12 @@ es-MX:
|
|
6
6
|
assemblies_ids: Asambleas relacionadas
|
7
7
|
available_slots: Plazas disponibles
|
8
8
|
banner_image: Imagen de banner
|
9
|
-
copy_categories: Copiar categorías
|
10
|
-
copy_components: Copiar componentes
|
11
|
-
copy_features: Copiar funcionalidades
|
12
9
|
decidim_scope_id: Ámbito
|
13
10
|
description: Descripción
|
11
|
+
duplicate_categories: Duplicar las categorías
|
12
|
+
duplicate_components: Duplicar los componentes
|
13
|
+
duplicate_features: Duplicar las funcionalidades
|
14
14
|
end_date: Fecha de fin
|
15
|
-
hashtag: Etiqueta
|
16
15
|
hero_image: Imagen de portada
|
17
16
|
location: Localización
|
18
17
|
main_logo: Logo principal
|
@@ -99,9 +98,9 @@ es-MX:
|
|
99
98
|
new_speaker: Añadir ponente
|
100
99
|
send_diplomas: Enviar certificados de asistencia.
|
101
100
|
view_deleted_conferences: Ver las jornadas eliminadas
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Duplicar
|
105
104
|
select: Selecciona qué datos quieres duplicar
|
106
105
|
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ es-MX:
|
|
164
163
|
exports:
|
165
164
|
registrations: Inscripciones
|
166
165
|
form:
|
166
|
+
duration: Duración
|
167
|
+
images: Fotos
|
168
|
+
metadata: Metadatos
|
169
|
+
registrations: Inscripciones
|
170
|
+
related_spaces: Espacios relacionados
|
167
171
|
title: Información general
|
172
|
+
visibility: Visibilidad
|
168
173
|
index:
|
169
174
|
published: Publicado
|
170
175
|
unpublished: Despublicada
|
@@ -172,11 +177,11 @@ es-MX:
|
|
172
177
|
title: Jornadas eliminadas
|
173
178
|
new:
|
174
179
|
create: Crear
|
175
|
-
title:
|
180
|
+
title: Nueva jornada
|
176
181
|
update:
|
177
182
|
error: Hubo un error al actualizar esta conferencia.
|
178
183
|
success: Conferencia actualizada con éxito.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Se ha producido un error al duplicar esta jornada.
|
182
187
|
success: La jornada se ha duplicado correctamente.
|
@@ -219,17 +224,20 @@ es-MX:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Acciones
|
222
228
|
created_at: Creada en
|
223
229
|
published: Publicada
|
224
230
|
title: Título
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Acciones
|
227
234
|
affiliation: Afiliación
|
228
235
|
full_name: Nombre completo
|
229
236
|
position: Cargo
|
230
237
|
name: Ponente
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Acciones
|
233
241
|
email: Correo electrònico
|
234
242
|
name: Nombre
|
235
243
|
role: Rol
|
@@ -237,16 +245,18 @@ es-MX:
|
|
237
245
|
roles:
|
238
246
|
admin: Administrador
|
239
247
|
collaborator: Colaborador
|
248
|
+
evaluator: Evaluadora
|
240
249
|
moderator: Moderador
|
241
|
-
valuator: Evaluadora
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Acciones
|
244
253
|
date: Fecha
|
245
254
|
link: Enlace
|
246
255
|
title: Título
|
247
256
|
name: Enlace multimedia
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Acciones
|
250
260
|
link: Enlace
|
251
261
|
logo: Logotipo
|
252
262
|
name: Nombre
|
@@ -257,6 +267,7 @@ es-MX:
|
|
257
267
|
main_promotor: Promotor principal
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Acciones
|
260
271
|
conference_meetings: Encuentros de la conferencia
|
261
272
|
price: Precio
|
262
273
|
registrations_count: Número de inscripciones
|
@@ -351,9 +362,9 @@ es-MX:
|
|
351
362
|
title: Ponentes
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
|
-
slug_help_html: '
|
367
|
+
slug_help_html: 'La parte final de la URL tras la última barra inversa (URL slug) se utiliza para generar la URL (dirección web) que apuntan a esta jornada. Esta solo acepta letras, números y guiones, y debe empezar por una letra. Ejemplo: %{url}'
|
357
368
|
conference_invites:
|
358
369
|
create:
|
359
370
|
error: Ha habido un problema al invitar al usuario a unirse a la conferencia.
|
@@ -516,6 +527,7 @@ es-MX:
|
|
516
527
|
sent: Enviada
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Acciones
|
519
531
|
email: Correo electrónico
|
520
532
|
name: Nombre
|
521
533
|
registration_type: Tipo de inscripción
|
@@ -614,7 +626,6 @@ es-MX:
|
|
614
626
|
description: Una descripción larga de la jornada
|
615
627
|
end_date: La fecha en la que finalizó esta jornada.
|
616
628
|
follows_count: El número de usuarias que siguen esta jornada
|
617
|
-
hashtag: La etiqueta que utiliza la jornada en Twitter/X
|
618
629
|
id: El identificador único de la jornada
|
619
630
|
location: El lugar de celebración de la jornada. Donde se llevó a cabo esta jornada.
|
620
631
|
objectives: Los objetivos de esta jornada. Cuál fue la meta.
|
@@ -635,6 +646,7 @@ es-MX:
|
|
635
646
|
url: La URL de la jornada
|
636
647
|
statistics:
|
637
648
|
conferences_count: Jornadas
|
649
|
+
conferences_count_tooltip: El número de jornadas publicadas.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/es-PY.yml
CHANGED
@@ -6,13 +6,12 @@ es-PY:
|
|
6
6
|
assemblies_ids: Asambleas relacionadas
|
7
7
|
available_slots: Plazas disponibles
|
8
8
|
banner_image: Imagen de banner
|
9
|
-
copy_categories: Copiar categorías
|
10
|
-
copy_components: Copiar componentes
|
11
|
-
copy_features: Copiar funciones
|
12
9
|
decidim_scope_id: Alcance
|
13
10
|
description: Descripción
|
11
|
+
duplicate_categories: Duplicar las categorías
|
12
|
+
duplicate_components: Duplicar los componentes
|
13
|
+
duplicate_features: Duplicar las funcionalidades
|
14
14
|
end_date: Fecha de fin
|
15
|
-
hashtag: Etiqueta
|
16
15
|
hero_image: Imagen de inicio
|
17
16
|
location: Localización
|
18
17
|
main_logo: Logo principal
|
@@ -99,9 +98,9 @@ es-PY:
|
|
99
98
|
new_speaker: Añadir ponente
|
100
99
|
send_diplomas: Enviar certificados de asistencia.
|
101
100
|
view_deleted_conferences: Ver las jornadas eliminadas
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Duplicar
|
105
104
|
select: Selecciona qué datos quieres duplicar
|
106
105
|
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ es-PY:
|
|
164
163
|
exports:
|
165
164
|
registrations: Registros
|
166
165
|
form:
|
166
|
+
duration: Duración
|
167
|
+
images: Las fotos
|
168
|
+
metadata: Metadatos
|
169
|
+
registrations: Inscripciones
|
170
|
+
related_spaces: Espacios relacionados
|
167
171
|
title: Información general
|
172
|
+
visibility: Visibilidad
|
168
173
|
index:
|
169
174
|
published: Publicado
|
170
175
|
unpublished: Despublicada
|
@@ -172,11 +177,11 @@ es-PY:
|
|
172
177
|
title: Jornadas eliminadas
|
173
178
|
new:
|
174
179
|
create: Crear
|
175
|
-
title:
|
180
|
+
title: Nueva jornada
|
176
181
|
update:
|
177
182
|
error: Hubo un error al actualizar esta conferencia.
|
178
183
|
success: Conferencia actualizada con éxito
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Se ha producido un error al duplicar esta jornada.
|
182
187
|
success: La jornada se ha duplicado correctamente.
|
@@ -219,17 +224,20 @@ es-PY:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Acciones
|
222
228
|
created_at: Creado en
|
223
229
|
published: Publicado
|
224
230
|
title: Título
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Acciones
|
227
234
|
affiliation: Afiliación
|
228
235
|
full_name: Nombre completo
|
229
236
|
position: Posición
|
230
237
|
name: Conferenciante
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Acciones
|
233
241
|
email: Correo electrònico
|
234
242
|
name: Nombre
|
235
243
|
role: Papel
|
@@ -237,16 +245,18 @@ es-PY:
|
|
237
245
|
roles:
|
238
246
|
admin: Administrador
|
239
247
|
collaborator: Colaborador
|
248
|
+
evaluator: Evaluadora
|
240
249
|
moderator: Moderador
|
241
|
-
valuator: Evaluadora
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Acciones
|
244
253
|
date: Fecha
|
245
254
|
link: Enlazar
|
246
255
|
title: Título
|
247
256
|
name: Enlace multimedia
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Acciones
|
250
260
|
link: Enlazar
|
251
261
|
logo: Logotipo
|
252
262
|
name: Nombre
|
@@ -257,6 +267,7 @@ es-PY:
|
|
257
267
|
main_promotor: Promotor principal
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Acciones
|
260
271
|
conference_meetings: Encuentros de la conferencia
|
261
272
|
price: Precio
|
262
273
|
registrations_count: Número de inscripciones
|
@@ -351,9 +362,9 @@ es-PY:
|
|
351
362
|
title: Altavoces
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
|
-
slug_help_html: '
|
367
|
+
slug_help_html: 'La parte final de la URL tras la última barra inversa (URL slug) se utiliza para generar la URL (dirección web) que apuntan a esta jornada. Esta solo acepta letras, números y guiones, y debe empezar por una letra. Ejemplo: %{url}'
|
357
368
|
conference_invites:
|
358
369
|
create:
|
359
370
|
error: Ha habido un problema al invitar al usuario a unirse a la conferencia.
|
@@ -516,6 +527,7 @@ es-PY:
|
|
516
527
|
sent: Expedido
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Acciones
|
519
531
|
email: Correo electrónico
|
520
532
|
name: Nombre
|
521
533
|
registration_type: Tipo de inscripción
|
@@ -614,7 +626,6 @@ es-PY:
|
|
614
626
|
description: Una descripción larga de la jornada
|
615
627
|
end_date: La fecha en la que finalizó esta jornada.
|
616
628
|
follows_count: El número de usuarias que siguen esta jornada
|
617
|
-
hashtag: La etiqueta que utiliza la jornada en Twitter/X
|
618
629
|
id: El identificador único de la jornada
|
619
630
|
location: El lugar de celebración de la jornada. Donde se llevó a cabo esta jornada.
|
620
631
|
objectives: Los objetivos de esta jornada. Cuál fue la meta.
|
@@ -635,6 +646,7 @@ es-PY:
|
|
635
646
|
url: La URL de la jornada
|
636
647
|
statistics:
|
637
648
|
conferences_count: Jornadas
|
649
|
+
conferences_count_tooltip: El número de jornadas publicadas.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/es.yml
CHANGED
@@ -6,13 +6,12 @@ es:
|
|
6
6
|
assemblies_ids: Asambleas relacionadas
|
7
7
|
available_slots: Plazas disponibles
|
8
8
|
banner_image: Imagen de banner
|
9
|
-
copy_categories: Copiar categorías
|
10
|
-
copy_components: Copiar componentes
|
11
|
-
copy_features: Copiar funcionalidades
|
12
9
|
decidim_scope_id: Ámbito
|
13
10
|
description: Descripción
|
11
|
+
duplicate_categories: Duplicar las categorías
|
12
|
+
duplicate_components: Duplicar los componentes
|
13
|
+
duplicate_features: Duplicar las funcionalidades
|
14
14
|
end_date: Fecha de fin
|
15
|
-
hashtag: Hashtag
|
16
15
|
hero_image: Imagen de la pagina de inicio
|
17
16
|
location: Localización
|
18
17
|
main_logo: Logo principal
|
@@ -99,9 +98,9 @@ es:
|
|
99
98
|
new_speaker: Añadir ponente
|
100
99
|
send_diplomas: Enviar certificados de asistencia
|
101
100
|
view_deleted_conferences: Ver las jornadas eliminadas
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Duplicar
|
105
104
|
select: Selecciona qué datos quieres duplicar
|
106
105
|
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ es:
|
|
164
163
|
exports:
|
165
164
|
registrations: Inscripciones
|
166
165
|
form:
|
166
|
+
duration: Duración
|
167
|
+
images: Imágenes
|
168
|
+
metadata: Metadatos
|
169
|
+
registrations: Inscripciones
|
170
|
+
related_spaces: Espacios relacionados
|
167
171
|
title: Información general
|
172
|
+
visibility: Visibilidad
|
168
173
|
index:
|
169
174
|
published: Publicado
|
170
175
|
unpublished: Despublicada
|
@@ -172,11 +177,11 @@ es:
|
|
172
177
|
title: Jornadas eliminadas
|
173
178
|
new:
|
174
179
|
create: Crear
|
175
|
-
title:
|
180
|
+
title: Nueva jornada
|
176
181
|
update:
|
177
182
|
error: Se ha producido un error al actualizar esta jornada.
|
178
183
|
success: Jornada actualizada correctamente.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Se ha producido un error al duplicar esta jornada.
|
182
187
|
success: La jornada se ha duplicado correctamente.
|
@@ -219,17 +224,20 @@ es:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Acciones
|
222
228
|
created_at: Creada en
|
223
229
|
published: Publicada
|
224
230
|
title: Título
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Acciones
|
227
234
|
affiliation: Afiliación
|
228
235
|
full_name: Nombre completo
|
229
236
|
position: Cargo
|
230
237
|
name: Ponente de la conferencia
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Acciones
|
233
241
|
email: Correo electrónico
|
234
242
|
name: Nombre
|
235
243
|
role: Rol
|
@@ -237,16 +245,18 @@ es:
|
|
237
245
|
roles:
|
238
246
|
admin: Administradora
|
239
247
|
collaborator: Colaboradora
|
248
|
+
evaluator: Evaluadora
|
240
249
|
moderator: Moderadora
|
241
|
-
valuator: Evaluadora
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Acciones
|
244
253
|
date: Fecha
|
245
254
|
link: Enlace
|
246
255
|
title: Título
|
247
256
|
name: Enlace multimedia
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Acciones
|
250
260
|
link: Enlace
|
251
261
|
logo: Logotipo
|
252
262
|
name: Nombre
|
@@ -257,6 +267,7 @@ es:
|
|
257
267
|
main_promotor: Promotora principal
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Acciones
|
260
271
|
conference_meetings: Encuentros de la conferencia
|
261
272
|
price: Precio
|
262
273
|
registrations_count: Número de inscripciones
|
@@ -351,9 +362,9 @@ es:
|
|
351
362
|
title: Ponentes
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
|
-
slug_help_html: '
|
367
|
+
slug_help_html: 'La parte final de la URL tras la última barra inversa (URL slug) se utiliza para generar la URL (dirección web) que apuntan a esta jornada. Esta solo acepta letras, números y guiones, y debe empezar por una letra. Ejemplo: %{url}'
|
357
368
|
conference_invites:
|
358
369
|
create:
|
359
370
|
error: Se ha producido un error al invitar a esta participante a unirse a la jornada.
|
@@ -516,6 +527,7 @@ es:
|
|
516
527
|
sent: Enviado
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Acciones
|
519
531
|
email: Correo electrónico
|
520
532
|
name: Nombre
|
521
533
|
registration_type: Tipo de inscripción
|
@@ -614,7 +626,6 @@ es:
|
|
614
626
|
description: Una descripción larga de la jornada
|
615
627
|
end_date: La fecha en la que finalizó esta jornada.
|
616
628
|
follows_count: El número de usuarias que siguen esta jornada
|
617
|
-
hashtag: La etiqueta que utiliza la jornada en Twitter/X
|
618
629
|
id: El identificador único de la jornada
|
619
630
|
location: El lugar de celebración de la jornada. Donde se llevó a cabo esta jornada.
|
620
631
|
objectives: Los objetivos de esta jornada. Cuál fue la meta.
|
@@ -635,6 +646,7 @@ es:
|
|
635
646
|
url: La URL de la jornada
|
636
647
|
statistics:
|
637
648
|
conferences_count: Jornadas
|
649
|
+
conferences_count_tooltip: El número de jornadas publicadas.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/eu.yml
CHANGED
@@ -3,16 +3,15 @@ eu:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Erlazionatutako
|
6
|
+
assemblies_ids: Erlazionatutako batzarrak
|
7
7
|
available_slots: Leku libreak
|
8
8
|
banner_image: Banner irudia
|
9
|
-
copy_categories: Kopiatu kategoriak
|
10
|
-
copy_components: Kopiatu osagaiak
|
11
|
-
copy_features: Kopiatu ezaugarriak
|
12
9
|
decidim_scope_id: Esparrua
|
13
10
|
description: Deskribapena
|
11
|
+
duplicate_categories: Kategoriak bikoiztu
|
12
|
+
duplicate_components: Osagaiak bikoiuztu
|
13
|
+
duplicate_features: Ezaugarriak bikoiztu
|
14
14
|
end_date: Amaiera-data
|
15
|
-
hashtag: Traola
|
16
15
|
hero_image: Orri nagusiko irudia
|
17
16
|
location: Kokapena
|
18
17
|
main_logo: Logo nagusia
|
@@ -99,9 +98,9 @@ eu:
|
|
99
98
|
new_speaker: Beste hizlari bat
|
100
99
|
send_diplomas: Bidali bertaratze-ziurtagiriak
|
101
100
|
view_deleted_conferences: Ikusi ezabatutako jardunaldiak
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Bikoiztu
|
105
104
|
select: Hautatu zein datu bikoiztu nahi dituzun
|
106
105
|
title: Jardunaldia bikoiztu
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ eu:
|
|
164
163
|
exports:
|
165
164
|
registrations: Izen-emateak
|
166
165
|
form:
|
166
|
+
duration: Iraupena
|
167
|
+
images: Irudiak
|
168
|
+
metadata: Metadatuak
|
169
|
+
registrations: Izen-emateak
|
170
|
+
related_spaces: Honekin lotutako espazioak
|
167
171
|
title: Informazio orokorra
|
172
|
+
visibility: Ikusgarritasuna
|
168
173
|
index:
|
169
174
|
published: Argitaratua
|
170
175
|
unpublished: Argitaragabea
|
@@ -172,11 +177,11 @@ eu:
|
|
172
177
|
title: Ezabatutako jardunaldiak
|
173
178
|
new:
|
174
179
|
create: Sortu
|
175
|
-
title:
|
180
|
+
title: Beste jardunaldi bat
|
176
181
|
update:
|
177
182
|
error: Arazo bat egon da jardunaldi hau eguneratzean.
|
178
183
|
success: Jardunaldia zuzen eguneratua.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Arazo bat egon da jardunaldi hau bikoiztean.
|
182
187
|
success: Jardunaldia zuzen bikoiztua.
|
@@ -219,17 +224,20 @@ eu:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Ekintzak
|
222
228
|
created_at: Noiz sortua
|
223
229
|
published: Argitaratua
|
224
230
|
title: Izenburua
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Ekintzak
|
227
234
|
affiliation: Afiliazioa
|
228
235
|
full_name: Izen osoa
|
229
236
|
position: Kargua
|
230
237
|
name: Hizlaria
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Ekintzak
|
233
241
|
email: Helbide elektronikoa
|
234
242
|
name: Izena
|
235
243
|
role: Rola
|
@@ -237,16 +245,18 @@ eu:
|
|
237
245
|
roles:
|
238
246
|
admin: Administratzailea
|
239
247
|
collaborator: Kolaboratzailea
|
248
|
+
evaluator: Ebaluatzailea
|
240
249
|
moderator: Moderatzailea
|
241
|
-
valuator: Ebaluatzailea
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Ekintzak
|
244
253
|
date: Data
|
245
254
|
link: Esteka
|
246
255
|
title: Izenburua
|
247
256
|
name: Hedabideen lotura
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Ekintzak
|
250
260
|
link: Lotura
|
251
261
|
logo: Logotipoa
|
252
262
|
name: Izena
|
@@ -257,6 +267,7 @@ eu:
|
|
257
267
|
main_promotor: Sustatzaile nagusia
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Ekintzak
|
260
271
|
conference_meetings: Jardunaldiaren topaketak
|
261
272
|
price: Prezioa
|
262
273
|
registrations_count: Erregistro kopurua
|
@@ -351,7 +362,7 @@ eu:
|
|
351
362
|
title: Hizlariak
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
367
|
slug_help_html: 'URL slugak erabiltzen dira jardunaldi honetako URLak sortzeko. Soilik onartzen ditu gutunak, zenbakiak eta gidoiak, eta letra batez hasi behar du. Adibidea: %{url}'
|
357
368
|
conference_invites:
|
@@ -516,6 +527,7 @@ eu:
|
|
516
527
|
sent: Bidalia
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Ekintzak
|
519
531
|
email: Helbide elektronikoa
|
520
532
|
name: izena
|
521
533
|
registration_type: Izen-emate mota
|
@@ -614,7 +626,6 @@ eu:
|
|
614
626
|
description: Jardunaldiaren deskribapen luzea
|
615
627
|
end_date: Zein datatan amaitu zen jardunaldi hau.
|
616
628
|
follows_count: Espazio hau zenbat parte-hartzaileek jarraitzen duten
|
617
|
-
hashtag: Jardunaldiaren traola, Twitter/Xerako erabilia
|
618
629
|
id: Jardunaldi honen identifikatzaile bakarra
|
619
630
|
location: Jardunaldiaren kokalekua. Non egingo da hitzaldi hau.
|
620
631
|
objectives: Jardunaldi honen helburuak. Zein da helburua.
|
@@ -635,6 +646,7 @@ eu:
|
|
635
646
|
url: Espazioaren URLa
|
636
647
|
statistics:
|
637
648
|
conferences_count: Jardunaldiak
|
649
|
+
conferences_count_tooltip: Argitaratutako hitzaldien kopurua.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|