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/bg.yml
CHANGED
@@ -3,16 +3,11 @@ bg:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Свързани събрания
|
7
6
|
available_slots: Налични слотове
|
8
7
|
banner_image: Банер изображение
|
9
|
-
copy_categories: Копиране на категориите
|
10
|
-
copy_components: Копиране на компонентите
|
11
|
-
copy_features: Копиране на функциите
|
12
8
|
decidim_scope_id: Обхват
|
13
9
|
description: Описание
|
14
10
|
end_date: Крайна дата
|
15
|
-
hashtag: Хаштаг
|
16
11
|
hero_image: Изображение за начална страница
|
17
12
|
location: Местоположение
|
18
13
|
main_logo: Основно лого
|
@@ -95,9 +90,6 @@ bg:
|
|
95
90
|
new_registration_type: Нов тип регистрация
|
96
91
|
new_speaker: Нов говорител
|
97
92
|
send_diplomas: Изпращане на сертификати за присъствие
|
98
|
-
conference_copies:
|
99
|
-
new:
|
100
|
-
copy: Копиране
|
101
93
|
conference_publications:
|
102
94
|
create:
|
103
95
|
error: Възникна проблем при публикуването на тази конференция.
|
@@ -154,13 +146,13 @@ bg:
|
|
154
146
|
exports:
|
155
147
|
registrations: Регистрации
|
156
148
|
form:
|
149
|
+
images: Изображения
|
157
150
|
title: Основна информация
|
158
151
|
index:
|
159
152
|
published: Публикувано
|
160
153
|
unpublished: Непубликувано
|
161
154
|
new:
|
162
155
|
create: Създаване
|
163
|
-
title: Конференция
|
164
156
|
update:
|
165
157
|
error: Възникна проблем при актуализирането на тази конференция.
|
166
158
|
success: Конференцията беше актуализирана успешно.
|
@@ -210,7 +202,6 @@ bg:
|
|
210
202
|
admin: Администратор
|
211
203
|
collaborator: Сътрудник
|
212
204
|
moderator: Модератор
|
213
|
-
valuator: Оценител
|
214
205
|
media_link:
|
215
206
|
fields:
|
216
207
|
date: Дата
|
@@ -312,9 +303,6 @@ bg:
|
|
312
303
|
title: Говорители
|
313
304
|
conferences:
|
314
305
|
admin:
|
315
|
-
conference_copies:
|
316
|
-
form:
|
317
|
-
slug_help_html: 'Използват се променливи полета за URL адрес, за да се генерират URL адреси, които водят към тази конференция. Допуска се използването само на букви, цифри и тирета и адресът трябва да започва с буква. Пример: %{url}'
|
318
306
|
conference_invites:
|
319
307
|
create:
|
320
308
|
error: Възникна проблем при изпращането на покана на участника да се присъедини към конференцията.
|
data/config/locales/bs-BA.yml
CHANGED
data/config/locales/ca-IT.yml
CHANGED
@@ -6,13 +6,12 @@ ca-IT:
|
|
6
6
|
assemblies_ids: Assemblees relacionades
|
7
7
|
available_slots: Places disponibles
|
8
8
|
banner_image: Imatge de banner
|
9
|
-
copy_categories: Copiar categories
|
10
|
-
copy_components: Copiar components
|
11
|
-
copy_features: Copiar funcionalitats
|
12
9
|
decidim_scope_id: Àmbit
|
13
10
|
description: Descripció
|
11
|
+
duplicate_categories: Duplicar les categories
|
12
|
+
duplicate_components: Duplicar els components
|
13
|
+
duplicate_features: Duplicar les funcionalitats
|
14
14
|
end_date: Data de fi
|
15
|
-
hashtag: Hashtag
|
16
15
|
hero_image: Imatge de la pàgina d'inici
|
17
16
|
location: Ubicació
|
18
17
|
main_logo: Logo principal
|
@@ -99,9 +98,9 @@ ca-IT:
|
|
99
98
|
new_speaker: Afegir ponent
|
100
99
|
send_diplomas: Enviar certificats d'assistència
|
101
100
|
view_deleted_conferences: Veure les jornades eliminades
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Duplicar
|
105
104
|
select: Selecciona quines dades vols duplicar
|
106
105
|
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ ca-IT:
|
|
164
163
|
exports:
|
165
164
|
registrations: Inscripcions
|
166
165
|
form:
|
166
|
+
duration: Durada
|
167
|
+
images: Imatges
|
168
|
+
metadata: Metadades
|
169
|
+
registrations: Inscripcions
|
170
|
+
related_spaces: Espais relacionats
|
167
171
|
title: Informació general
|
172
|
+
visibility: Visibilitat
|
168
173
|
index:
|
169
174
|
published: Publicat
|
170
175
|
unpublished: Despublicada
|
@@ -172,11 +177,11 @@ ca-IT:
|
|
172
177
|
title: Jornades eliminades
|
173
178
|
new:
|
174
179
|
create: Crear
|
175
|
-
title:
|
180
|
+
title: Nova jornada
|
176
181
|
update:
|
177
182
|
error: S'ha produït un error en actualitzar aquesta jornada.
|
178
183
|
success: Jornada actualitzada correctament.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: S'ha produït un error en duplicar aquesta jornada.
|
182
187
|
success: La jornada s'ha duplicat correctament.
|
@@ -219,17 +224,20 @@ ca-IT:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Accions
|
222
228
|
created_at: Creat a
|
223
229
|
published: Publicada
|
224
230
|
title: Títol
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Accions
|
227
234
|
affiliation: Afiliació
|
228
235
|
full_name: Nom complet
|
229
236
|
position: Càrrec
|
230
237
|
name: Ponents de la jornada
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Accions
|
233
241
|
email: Correu electrònic
|
234
242
|
name: Nom
|
235
243
|
role: Rol
|
@@ -237,16 +245,18 @@ ca-IT:
|
|
237
245
|
roles:
|
238
246
|
admin: Administradora
|
239
247
|
collaborator: Col·laboradora
|
248
|
+
evaluator: Avaluadora
|
240
249
|
moderator: Moderadora
|
241
|
-
valuator: Avaluadora
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Accions
|
244
253
|
date: Data
|
245
254
|
link: Enllaç
|
246
255
|
title: Títol
|
247
256
|
name: Enllaç multimèdia
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Accions
|
250
260
|
link: Enllaç
|
251
261
|
logo: Logotip
|
252
262
|
name: Nom
|
@@ -257,6 +267,7 @@ ca-IT:
|
|
257
267
|
main_promotor: Promotora principal
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Accions
|
260
271
|
conference_meetings: Trobades de la jornada
|
261
272
|
price: Preu
|
262
273
|
registrations_count: Nombre d'inscripcions
|
@@ -351,9 +362,9 @@ ca-IT:
|
|
351
362
|
title: Ponents
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
|
-
slug_help_html: '
|
367
|
+
slug_help_html: 'La part final de l''URL després de l''última barra inversa (URL slug) s''utilitza per generar l''URL (adreça web) que apunten a aquesta jornada. Aquesta només accepta lletres, números i guions i ha de començar per una lletra. Exemple: %{url}'
|
357
368
|
conference_invites:
|
358
369
|
create:
|
359
370
|
error: S'ha produït un error en convidar la participant a unir-se a la jornada.
|
@@ -516,6 +527,7 @@ ca-IT:
|
|
516
527
|
sent: Enviat
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Accions
|
519
531
|
email: Correu electrònic
|
520
532
|
name: Nom
|
521
533
|
registration_type: Tipus d'inscripció
|
@@ -614,7 +626,6 @@ ca-IT:
|
|
614
626
|
description: Una descripció llarga de la jornada
|
615
627
|
end_date: La data en la qual va finalitzar aquesta jornada.
|
616
628
|
follows_count: El número d'usuàries que segueixen aquesta jornada
|
617
|
-
hashtag: L'etiqueta que fa servir la jornada a Twitter/X
|
618
629
|
id: L'identificador únic de la jornada
|
619
630
|
location: El lloc de celebració de la jornada. On es va dur a terme aquesta jornada.
|
620
631
|
objectives: Els objectius de la jornada. Quina va ser la meta.
|
@@ -635,6 +646,7 @@ ca-IT:
|
|
635
646
|
url: L'URL de la jornada
|
636
647
|
statistics:
|
637
648
|
conferences_count: Jornades
|
649
|
+
conferences_count_tooltip: El número de jornades publicades.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/ca.yml
CHANGED
@@ -6,13 +6,12 @@ ca:
|
|
6
6
|
assemblies_ids: Assemblees relacionades
|
7
7
|
available_slots: Places disponibles
|
8
8
|
banner_image: Imatge de banner
|
9
|
-
copy_categories: Copiar categories
|
10
|
-
copy_components: Copiar components
|
11
|
-
copy_features: Copiar funcionalitats
|
12
9
|
decidim_scope_id: Àmbit
|
13
10
|
description: Descripció
|
11
|
+
duplicate_categories: Duplicar les categories
|
12
|
+
duplicate_components: Duplicar els components
|
13
|
+
duplicate_features: Duplicar les funcionalitats
|
14
14
|
end_date: Data de fi
|
15
|
-
hashtag: Hashtag
|
16
15
|
hero_image: Imatge de la pàgina d'inici
|
17
16
|
location: Ubicació
|
18
17
|
main_logo: Logo principal
|
@@ -99,9 +98,9 @@ ca:
|
|
99
98
|
new_speaker: Afegir ponent
|
100
99
|
send_diplomas: Enviar certificats d'assistència
|
101
100
|
view_deleted_conferences: Veure les jornades eliminades
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Duplicar
|
105
104
|
select: Selecciona quines dades vols duplicar
|
106
105
|
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ ca:
|
|
164
163
|
exports:
|
165
164
|
registrations: Inscripcions
|
166
165
|
form:
|
166
|
+
duration: Durada
|
167
|
+
images: Imatges
|
168
|
+
metadata: Metadades
|
169
|
+
registrations: Inscripcions
|
170
|
+
related_spaces: Espais relacionats
|
167
171
|
title: Informació general
|
172
|
+
visibility: Visibilitat
|
168
173
|
index:
|
169
174
|
published: Publicat
|
170
175
|
unpublished: Despublicada
|
@@ -172,11 +177,11 @@ ca:
|
|
172
177
|
title: Jornades eliminades
|
173
178
|
new:
|
174
179
|
create: Crear
|
175
|
-
title:
|
180
|
+
title: Nova jornada
|
176
181
|
update:
|
177
182
|
error: S'ha produït un error en actualitzar aquesta jornada.
|
178
183
|
success: Jornada actualitzada correctament.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: S'ha produït un error en duplicar aquesta jornada.
|
182
187
|
success: La jornada s'ha duplicat correctament.
|
@@ -219,17 +224,20 @@ ca:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Accions
|
222
228
|
created_at: Creat a
|
223
229
|
published: Publicada
|
224
230
|
title: Títol
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Accions
|
227
234
|
affiliation: Afiliació
|
228
235
|
full_name: Nom complet
|
229
236
|
position: Càrrec
|
230
237
|
name: Ponents de la jornada
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Accions
|
233
241
|
email: Correu electrònic
|
234
242
|
name: Nom
|
235
243
|
role: Rol
|
@@ -237,16 +245,18 @@ ca:
|
|
237
245
|
roles:
|
238
246
|
admin: Administradora
|
239
247
|
collaborator: Col·laboradora
|
248
|
+
evaluator: Avaluadora
|
240
249
|
moderator: Moderadora
|
241
|
-
valuator: Avaluadora
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Accions
|
244
253
|
date: Data
|
245
254
|
link: Enllaç
|
246
255
|
title: Títol
|
247
256
|
name: Enllaç multimèdia
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Accions
|
250
260
|
link: Enllaç
|
251
261
|
logo: Logotip
|
252
262
|
name: Nom
|
@@ -257,6 +267,7 @@ ca:
|
|
257
267
|
main_promotor: Promotora principal
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Accions
|
260
271
|
conference_meetings: Trobades de la jornada
|
261
272
|
price: Preu
|
262
273
|
registrations_count: Nombre d'inscripcions
|
@@ -351,9 +362,9 @@ ca:
|
|
351
362
|
title: Ponents
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
|
-
slug_help_html: '
|
367
|
+
slug_help_html: 'La part final de l''URL després de l''última barra inversa (URL slug) s''utilitza per generar l''URL (adreça web) que apunten a aquesta jornada. Aquesta només accepta lletres, números i guions i ha de començar per una lletra. Exemple: %{url}'
|
357
368
|
conference_invites:
|
358
369
|
create:
|
359
370
|
error: S'ha produït un error en convidar la participant a unir-se a la jornada.
|
@@ -516,6 +527,7 @@ ca:
|
|
516
527
|
sent: Enviat
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Accions
|
519
531
|
email: Correu electrònic
|
520
532
|
name: Nom
|
521
533
|
registration_type: Tipus d'inscripció
|
@@ -614,7 +626,6 @@ ca:
|
|
614
626
|
description: Una descripció llarga de la jornada
|
615
627
|
end_date: La data en la qual va finalitzar aquesta jornada.
|
616
628
|
follows_count: El número d'usuàries que segueixen aquesta jornada
|
617
|
-
hashtag: L'etiqueta que fa servir la jornada a Twitter/X
|
618
629
|
id: L'identificador únic de la jornada
|
619
630
|
location: El lloc de celebració de la jornada. On es va dur a terme aquesta jornada.
|
620
631
|
objectives: Els objectius de la jornada. Quina va ser la meta.
|
@@ -635,6 +646,7 @@ ca:
|
|
635
646
|
url: L'URL de la jornada
|
636
647
|
statistics:
|
637
648
|
conferences_count: Jornades
|
649
|
+
conferences_count_tooltip: El número de jornades publicades.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/cs.yml
CHANGED
@@ -6,13 +6,12 @@ cs:
|
|
6
6
|
assemblies_ids: Související shromáždění
|
7
7
|
available_slots: Dostupné sloty
|
8
8
|
banner_image: Obrázek banneru
|
9
|
-
copy_categories: Kopírovat kategorie
|
10
|
-
copy_components: Kopírování komponent
|
11
|
-
copy_features: Funkce kopírování
|
12
9
|
decidim_scope_id: Oblast působnosti
|
13
10
|
description: Popis
|
11
|
+
duplicate_categories: Duplikovat kategorie
|
12
|
+
duplicate_components: Duplikovat komponenty
|
13
|
+
duplicate_features: Duplikovat funkce
|
14
14
|
end_date: Datum ukončení
|
15
|
-
hashtag: Hashtag
|
16
15
|
hero_image: Obrázek na hlavní stránce
|
17
16
|
location: Lokalita
|
18
17
|
main_logo: Hlavní logo
|
@@ -105,9 +104,9 @@ cs:
|
|
105
104
|
new_speaker: Nový mluvčí
|
106
105
|
send_diplomas: Odeslání certifikátů o účasti
|
107
106
|
view_deleted_conferences: Zobrazit smazané konference
|
108
|
-
|
107
|
+
conference_duplicates:
|
109
108
|
new:
|
110
|
-
|
109
|
+
duplicate: Duplikovat
|
111
110
|
select: Vyberte, která data chcete duplikovat
|
112
111
|
title: Duplikovat konferenci
|
113
112
|
conference_publications:
|
@@ -170,7 +169,13 @@ cs:
|
|
170
169
|
exports:
|
171
170
|
registrations: Registrace
|
172
171
|
form:
|
172
|
+
duration: Doba trvání
|
173
|
+
images: Fotky
|
174
|
+
metadata: Metadata
|
175
|
+
registrations: Registrace
|
176
|
+
related_spaces: Související prostory
|
173
177
|
title: Obecná informace
|
178
|
+
visibility: Viditelnost
|
174
179
|
index:
|
175
180
|
published: Publikováno
|
176
181
|
unpublished: Nezveřejněno
|
@@ -178,11 +183,11 @@ cs:
|
|
178
183
|
title: Smazané konference
|
179
184
|
new:
|
180
185
|
create: Vytvořit
|
181
|
-
title:
|
186
|
+
title: Nová konference
|
182
187
|
update:
|
183
188
|
error: Při aktualizaci této konference došlo k chybě.
|
184
189
|
success: Konference byla úspěšně aktualizována.
|
185
|
-
|
190
|
+
conferences_duplicates:
|
186
191
|
create:
|
187
192
|
error: Při kopírování této konference došlo k chybě.
|
188
193
|
success: Konference byla úspěšně duplikována.
|
@@ -225,17 +230,20 @@ cs:
|
|
225
230
|
models:
|
226
231
|
conference:
|
227
232
|
fields:
|
233
|
+
actions: Akce
|
228
234
|
created_at: Vytvořeno v
|
229
235
|
published: Publikováno
|
230
236
|
title: Název
|
231
237
|
conference_speaker:
|
232
238
|
fields:
|
239
|
+
actions: Akce
|
233
240
|
affiliation: Přidružení
|
234
241
|
full_name: Celé jméno
|
235
242
|
position: Pozice
|
236
243
|
name: Řečník Konference
|
237
244
|
conference_user_role:
|
238
245
|
fields:
|
246
|
+
actions: Akce
|
239
247
|
email: E-mail
|
240
248
|
name: Název
|
241
249
|
role: Role
|
@@ -243,16 +251,18 @@ cs:
|
|
243
251
|
roles:
|
244
252
|
admin: Správce
|
245
253
|
collaborator: Spolupracovník
|
254
|
+
evaluator: Hodnotitel
|
246
255
|
moderator: Moderátor
|
247
|
-
valuator: Hodnotitel
|
248
256
|
media_link:
|
249
257
|
fields:
|
258
|
+
actions: Akce
|
250
259
|
date: Datum
|
251
260
|
link: Odkaz
|
252
261
|
title: Název
|
253
262
|
name: Odkaz na média
|
254
263
|
partner:
|
255
264
|
fields:
|
265
|
+
actions: Akce
|
256
266
|
link: Odkaz
|
257
267
|
logo: Logo
|
258
268
|
name: Název
|
@@ -263,6 +273,7 @@ cs:
|
|
263
273
|
main_promotor: Hlavní podporovatel
|
264
274
|
registration_type:
|
265
275
|
fields:
|
276
|
+
actions: Akce
|
266
277
|
conference_meetings: Setkání konference
|
267
278
|
price: Cena
|
268
279
|
registrations_count: Počet registrací
|
@@ -357,7 +368,7 @@ cs:
|
|
357
368
|
title: Řečníci
|
358
369
|
conferences:
|
359
370
|
admin:
|
360
|
-
|
371
|
+
conference_duplicates:
|
361
372
|
form:
|
362
373
|
slug_help_html: 'URL slugy se používají ke generování adres URL, které odkazují na tuto konferenci. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
363
374
|
conference_invites:
|
@@ -526,6 +537,7 @@ cs:
|
|
526
537
|
sent: Odeslaná
|
527
538
|
conference_registration:
|
528
539
|
fields:
|
540
|
+
actions: Akce
|
529
541
|
email: E-mail
|
530
542
|
name: Název
|
531
543
|
registration_type: Typ registrace
|
@@ -624,7 +636,6 @@ cs:
|
|
624
636
|
description: Dlouhý popis konference
|
625
637
|
end_date: Datum, kdy tato konference skončí.
|
626
638
|
follows_count: Počet uživatelů sledujících tento prostor
|
627
|
-
hashtag: Hashtag Konference, používaná pro Twitter/X
|
628
639
|
id: Jedinečný identifikátor této konference
|
629
640
|
location: Místo konference, kde se bude konat.
|
630
641
|
objectives: Cíle této konference. Co je cílem.
|
@@ -645,6 +656,7 @@ cs:
|
|
645
656
|
url: URL prostoru
|
646
657
|
statistics:
|
647
658
|
conferences_count: Konference
|
659
|
+
conferences_count_tooltip: Počet publikovaných konferencí.
|
648
660
|
devise:
|
649
661
|
mailer:
|
650
662
|
join_conference:
|
data/config/locales/de.yml
CHANGED
@@ -3,16 +3,15 @@ de:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Ähnliche
|
6
|
+
assemblies_ids: Ähnliche Gremien
|
7
7
|
available_slots: Verfügbare Plätze
|
8
8
|
banner_image: Banner-Bild
|
9
|
-
copy_categories: Kategorien kopieren
|
10
|
-
copy_components: Kopieren Sie Komponenten
|
11
|
-
copy_features: Funktionen kopieren
|
12
9
|
decidim_scope_id: Umfang
|
13
10
|
description: Beschreibung
|
11
|
+
duplicate_categories: Kategorien duplizieren
|
12
|
+
duplicate_components: Komponenten duplizieren
|
13
|
+
duplicate_features: Funktionen duplizieren
|
14
14
|
end_date: Enddatum
|
15
|
-
hashtag: Hashtag
|
16
15
|
hero_image: Hauptbild
|
17
16
|
location: Ort
|
18
17
|
main_logo: Hauptlogo
|
@@ -99,9 +98,9 @@ de:
|
|
99
98
|
new_speaker: Neuer Redner
|
100
99
|
send_diplomas: Senden Sie eine Teilnahmebestätigung
|
101
100
|
view_deleted_conferences: Gelöschte Konferenzen anzeigen
|
102
|
-
|
101
|
+
conference_duplicates:
|
103
102
|
new:
|
104
|
-
|
103
|
+
duplicate: Duplizieren
|
105
104
|
select: Zu duplizierende Daten auswählen
|
106
105
|
title: Konferenz duplizieren
|
107
106
|
conference_publications:
|
@@ -164,7 +163,13 @@ de:
|
|
164
163
|
exports:
|
165
164
|
registrations: Anmeldungen
|
166
165
|
form:
|
166
|
+
duration: Dauer
|
167
|
+
images: Bilder
|
168
|
+
metadata: Metadaten
|
169
|
+
registrations: Registrierungen
|
170
|
+
related_spaces: Ähnliche Bereiche
|
167
171
|
title: Allgemeine Information
|
172
|
+
visibility: Sichtbarkeit
|
168
173
|
index:
|
169
174
|
published: Veröffentlicht
|
170
175
|
unpublished: Nicht veröffentlicht
|
@@ -172,11 +177,11 @@ de:
|
|
172
177
|
title: Gelöschte Konferenzen
|
173
178
|
new:
|
174
179
|
create: Erstellen
|
175
|
-
title: Konferenz
|
180
|
+
title: Neue Konferenz
|
176
181
|
update:
|
177
182
|
error: Beim Aktualisieren dieser Konferenz ist ein Fehler aufgetreten.
|
178
183
|
success: Konferenz wurde erfolgreich aktualisiert.
|
179
|
-
|
184
|
+
conferences_duplicates:
|
180
185
|
create:
|
181
186
|
error: Beim Duplizieren dieser Konferenz ist ein Fehler aufgetreten.
|
182
187
|
success: Konferenz wurde erfolgreich dupliziert.
|
@@ -219,17 +224,20 @@ de:
|
|
219
224
|
models:
|
220
225
|
conference:
|
221
226
|
fields:
|
227
|
+
actions: Aktionen
|
222
228
|
created_at: Erstellt am
|
223
229
|
published: Veröffentlicht
|
224
230
|
title: Titel
|
225
231
|
conference_speaker:
|
226
232
|
fields:
|
233
|
+
actions: Aktionen
|
227
234
|
affiliation: Zugehörigkeit
|
228
235
|
full_name: Vollständiger Name
|
229
236
|
position: Position
|
230
237
|
name: Konferenzsprecher
|
231
238
|
conference_user_role:
|
232
239
|
fields:
|
240
|
+
actions: Aktionen
|
233
241
|
email: Email
|
234
242
|
name: Name
|
235
243
|
role: Rolle
|
@@ -237,16 +245,18 @@ de:
|
|
237
245
|
roles:
|
238
246
|
admin: Administrator
|
239
247
|
collaborator: Mitarbeiter
|
248
|
+
evaluator: Bewertende Person
|
240
249
|
moderator: Moderator
|
241
|
-
valuator: Bewertende
|
242
250
|
media_link:
|
243
251
|
fields:
|
252
|
+
actions: Aktionen
|
244
253
|
date: Datum
|
245
254
|
link: Verknüpfung
|
246
255
|
title: Titel
|
247
256
|
name: Medienlink
|
248
257
|
partner:
|
249
258
|
fields:
|
259
|
+
actions: Aktionen
|
250
260
|
link: Verknüpfung
|
251
261
|
logo: Logo
|
252
262
|
name: Name
|
@@ -257,6 +267,7 @@ de:
|
|
257
267
|
main_promotor: Hauptförderer
|
258
268
|
registration_type:
|
259
269
|
fields:
|
270
|
+
actions: Aktionen
|
260
271
|
conference_meetings: Veranstaltungen der Konferenz
|
261
272
|
price: Preis
|
262
273
|
registrations_count: Registrierungen zählen
|
@@ -351,9 +362,9 @@ de:
|
|
351
362
|
title: Lautsprecher
|
352
363
|
conferences:
|
353
364
|
admin:
|
354
|
-
|
365
|
+
conference_duplicates:
|
355
366
|
form:
|
356
|
-
slug_help_html: 'URL-Slugs werden
|
367
|
+
slug_help_html: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Konferenz verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und sie müssen mit einem Buchstaben beginnen. Beispiel: %{url}'
|
357
368
|
conference_invites:
|
358
369
|
create:
|
359
370
|
error: Beim Einladen des Benutzers zur Teilnahme an der Konferenz ist ein Problem aufgetreten.
|
@@ -516,6 +527,7 @@ de:
|
|
516
527
|
sent: Geschickt
|
517
528
|
conference_registration:
|
518
529
|
fields:
|
530
|
+
actions: Aktionen
|
519
531
|
email: Email
|
520
532
|
name: Name
|
521
533
|
registration_type: Registrierungstyp
|
@@ -614,7 +626,6 @@ de:
|
|
614
626
|
description: Eine lange Beschreibung der Konferenz
|
615
627
|
end_date: Das Datum, an dem diese Konferenz endet.
|
616
628
|
follows_count: Die Anzahl Nutzende, die diesem Raum folgen
|
617
|
-
hashtag: Der Konferenz-Hashtag, verwendet für Twitter/X
|
618
629
|
id: Die eindeutige Bezeichnung dieser Konferenz
|
619
630
|
location: Der Tagungsort, wo diese Konferenz stattfinden wird.
|
620
631
|
objectives: Die Ziele dieser Konferenz.
|
@@ -635,6 +646,7 @@ de:
|
|
635
646
|
url: Die URL des Bereichs
|
636
647
|
statistics:
|
637
648
|
conferences_count: Konferenzen
|
649
|
+
conferences_count_tooltip: Die Anzahl der veröffentlichten Konferenzen.
|
638
650
|
devise:
|
639
651
|
mailer:
|
640
652
|
join_conference:
|
data/config/locales/el.yml
CHANGED
@@ -3,16 +3,11 @@ el:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Σχετικές συνελεύσεις
|
7
6
|
available_slots: Διαθέσιμες χρονοθυρίδες
|
8
7
|
banner_image: Εικόνα διαφημιστικού πλαισίου
|
9
|
-
copy_categories: Αντιγραφή κατηγοριών
|
10
|
-
copy_components: Αντιγραφή στοιχείων
|
11
|
-
copy_features: Αντιγραφή χαρακτηριστικών
|
12
8
|
decidim_scope_id: Πεδίο εφαρμογής
|
13
9
|
description: Περιγραφή
|
14
10
|
end_date: Ημερομηνία λήξης
|
15
|
-
hashtag: Hashtag
|
16
11
|
hero_image: Εικόνα αρχικής σελίδας
|
17
12
|
location: Τοποθεσία
|
18
13
|
main_logo: Κύριο λογότυπο
|
@@ -88,9 +83,6 @@ el:
|
|
88
83
|
actions:
|
89
84
|
confirm: Επιβεβαίωση
|
90
85
|
send_diplomas: Αποστολή πιστοποιητικών παρακολούθησης
|
91
|
-
conference_copies:
|
92
|
-
new:
|
93
|
-
copy: Αντιγραφή
|
94
86
|
conference_publications:
|
95
87
|
create:
|
96
88
|
error: Υπήρξε ένα πρόβλημα κατά τη δημοσίευση αυτής της διάσκεψης.
|
@@ -141,12 +133,12 @@ el:
|
|
141
133
|
exports:
|
142
134
|
registrations: Εγγραφές
|
143
135
|
form:
|
136
|
+
images: Εικόνες
|
144
137
|
title: Γενικές πληροφορίες
|
145
138
|
index:
|
146
139
|
published: Δημοσιεύτηκε
|
147
140
|
new:
|
148
141
|
create: Δημιουργία
|
149
|
-
title: Διάσκεψη
|
150
142
|
update:
|
151
143
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της διάσκεψης.
|
152
144
|
success: Η διάσκεψη ενημερώθηκε με επιτυχία.
|
@@ -194,7 +186,6 @@ el:
|
|
194
186
|
admin: Διαχειριστής
|
195
187
|
collaborator: Συνεργάτης
|
196
188
|
moderator: Επόπτης
|
197
|
-
valuator: Εκτιμητής
|
198
189
|
media_link:
|
199
190
|
fields:
|
200
191
|
date: Ημερομηνία
|