decidim-conferences 0.30.4 → 0.31.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_settings_form/show.erb +3 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/{copy_conference.rb → duplicate_conference.rb} +15 -16
- data/app/commands/decidim/conferences/admin/update_conference.rb +2 -2
- data/app/controllers/decidim/conferences/admin/conference_duplicates_controller.rb +35 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +4 -4
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +3 -3
- data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +2 -2
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +2 -2
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +2 -2
- data/app/forms/decidim/conferences/admin/{conference_copy_form.rb → conference_duplicate_form.rb} +3 -3
- data/app/forms/decidim/conferences/admin/conference_form.rb +0 -4
- data/app/helpers/decidim/conferences/conference_helper.rb +1 -0
- data/app/jobs/decidim/conferences/upcoming_conference_notification_job.rb +1 -1
- data/app/models/decidim/conference.rb +0 -4
- data/app/models/decidim/conferences/registration_type.rb +4 -0
- data/app/packs/entrypoints/decidim_conferences_admin.js +0 -1
- data/app/packs/src/decidim/conferences/admin/conference_invite_form.js +1 -1
- data/app/packs/src/decidim/conferences/admin/conference_speakers.js +1 -1
- data/app/packs/src/decidim/conferences/admin/conferences.js +1 -1
- data/app/packs/stylesheets/decidim/conferences/_program.scss +1 -1
- data/app/packs/stylesheets/decidim/conferences/conferences.scss +5 -5
- data/app/permissions/decidim/conferences/permissions.rb +4 -4
- data/app/presenters/decidim/conference_speaker_presenter.rb +0 -4
- data/app/presenters/decidim/conferences/admin_log/conference_presenter.rb +0 -1
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -3
- data/app/queries/decidim/conferences/admin/conference_speakers.rb +2 -2
- data/app/queries/decidim/conferences/conferences_stats_followers_count.rb +14 -0
- data/app/queries/decidim/conferences/conferences_stats_participants_count.rb +14 -0
- data/app/views/decidim/conferences/admin/{conference_copies → conference_duplicates}/_form.html.erb +3 -3
- data/app/views/decidim/conferences/admin/conference_duplicates/new.html.erb +19 -0
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +34 -20
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +51 -22
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +44 -17
- data/app/views/decidim/conferences/admin/conferences/_actions.html.erb +108 -33
- data/app/views/decidim/conferences/admin/conferences/_conference_row.html.erb +4 -4
- data/app/views/decidim/conferences/admin/conferences/_conferences_thead.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +115 -40
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +0 -8
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conferences/manage_trash.html.erb +2 -1
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +32 -13
- data/app/views/decidim/conferences/admin/partners/index.html.erb +33 -14
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +56 -21
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +9 -9
- data/app/views/decidim/conferences/conference_program/show.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_conference_hero.html.erb +0 -5
- data/app/views/decidim/conferences/conferences/show.html.erb +1 -1
- data/app/views/layouts/decidim/diploma.html.erb +2 -2
- data/config/assets.rb +2 -2
- data/config/locales/ar.yml +1 -10
- data/config/locales/bg.yml +1 -13
- data/config/locales/bs-BA.yml +0 -5
- data/config/locales/ca-IT.yml +24 -14
- data/config/locales/ca.yml +24 -14
- data/config/locales/cs.yml +23 -13
- data/config/locales/de.yml +25 -13
- data/config/locales/el.yml +1 -10
- data/config/locales/en.yml +24 -14
- data/config/locales/es-MX.yml +24 -14
- data/config/locales/es-PY.yml +24 -14
- data/config/locales/es.yml +24 -14
- data/config/locales/eu.yml +24 -14
- data/config/locales/fi-plain.yml +23 -11
- data/config/locales/fi.yml +23 -11
- data/config/locales/fr-CA.yml +24 -17
- data/config/locales/fr.yml +24 -17
- data/config/locales/ga-IE.yml +2 -6
- data/config/locales/gl.yml +1 -10
- data/config/locales/hu.yml +1 -10
- data/config/locales/id-ID.yml +1 -9
- data/config/locales/it.yml +1 -10
- data/config/locales/ja.yml +25 -15
- data/config/locales/lb.yml +1 -7
- data/config/locales/lt.yml +1 -10
- data/config/locales/lv.yml +1 -10
- data/config/locales/nl.yml +1 -10
- data/config/locales/no.yml +1 -10
- data/config/locales/pl.yml +1 -13
- data/config/locales/pt-BR.yml +1 -13
- data/config/locales/pt.yml +1 -10
- data/config/locales/ro-RO.yml +3 -10
- data/config/locales/sk.yml +1 -10
- data/config/locales/sl.yml +0 -5
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +16 -15
- data/config/locales/tr-TR.yml +1 -10
- data/config/locales/zh-CN.yml +1 -10
- data/config/locales/zh-TW.yml +1 -10
- data/db/migrate/20250605094623_remove_hashtag_column_conferences.rb +7 -0
- data/lib/decidim/api/conference_registration_type_type.rb +30 -0
- data/lib/decidim/api/conference_speaker_type.rb +12 -0
- data/lib/decidim/api/conference_type.rb +15 -3
- data/lib/decidim/conferences/admin_engine.rb +1 -1
- data/lib/decidim/conferences/api.rb +1 -0
- data/lib/decidim/conferences/conference_diploma_pdf.rb +1 -1
- data/lib/decidim/conferences/engine.rb +5 -3
- data/lib/decidim/conferences/participatory_space.rb +18 -2
- data/lib/decidim/conferences/seeds.rb +5 -6
- data/lib/decidim/conferences/test/factories.rb +2 -2
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +19 -15
- data/app/controllers/decidim/conferences/admin/conference_copies_controller.rb +0 -35
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +0 -19
data/config/locales/ar.yml
CHANGED
|
@@ -3,16 +3,11 @@ ar:
|
|
|
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: الشعار الرئيسي
|
|
@@ -93,9 +88,6 @@ ar:
|
|
|
93
88
|
new_conference: مؤتمر جديد
|
|
94
89
|
new_partner: شريك جديد
|
|
95
90
|
send_diplomas: إرسال شهادات الحضور
|
|
96
|
-
conference_copies:
|
|
97
|
-
new:
|
|
98
|
-
copy: نسخ
|
|
99
91
|
conference_publications:
|
|
100
92
|
create:
|
|
101
93
|
error: كانت هناك مشكلة في نشر هذا المؤتمر.
|
|
@@ -144,12 +136,12 @@ ar:
|
|
|
144
136
|
exports:
|
|
145
137
|
registrations: التسجيلات
|
|
146
138
|
form:
|
|
139
|
+
images: صور
|
|
147
140
|
title: معلومات عامة
|
|
148
141
|
index:
|
|
149
142
|
published: نشرت
|
|
150
143
|
new:
|
|
151
144
|
create: إنشاء
|
|
152
|
-
title: مؤتمر
|
|
153
145
|
update:
|
|
154
146
|
error: حدثت مشكلة أثناء تحديث هذا المؤتمر.
|
|
155
147
|
success: تم تحديث المؤتمر بنجاح.
|
|
@@ -198,7 +190,6 @@ ar:
|
|
|
198
190
|
admin: مدير
|
|
199
191
|
collaborator: متعاون
|
|
200
192
|
moderator: وسيط
|
|
201
|
-
valuator: مُقيِّم
|
|
202
193
|
media_link:
|
|
203
194
|
fields:
|
|
204
195
|
date: تاريخ
|
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.
|
|
@@ -432,8 +443,6 @@ ca-IT:
|
|
|
432
443
|
no_slots_available: No hi ha places disponibles
|
|
433
444
|
registration: Inscripció
|
|
434
445
|
conference_program:
|
|
435
|
-
program_item:
|
|
436
|
-
other_category: Altre
|
|
437
446
|
show:
|
|
438
447
|
program: Programa
|
|
439
448
|
conference_registration_mailer:
|
|
@@ -518,6 +527,7 @@ ca-IT:
|
|
|
518
527
|
sent: Enviat
|
|
519
528
|
conference_registration:
|
|
520
529
|
fields:
|
|
530
|
+
actions: Accions
|
|
521
531
|
email: Correu electrònic
|
|
522
532
|
name: Nom
|
|
523
533
|
registration_type: Tipus d'inscripció
|
|
@@ -616,7 +626,6 @@ ca-IT:
|
|
|
616
626
|
description: Una descripció llarga de la jornada
|
|
617
627
|
end_date: La data en la qual va finalitzar aquesta jornada.
|
|
618
628
|
follows_count: El número d'usuàries que segueixen aquesta jornada
|
|
619
|
-
hashtag: L'etiqueta que fa servir la jornada a Twitter/X
|
|
620
629
|
id: L'identificador únic de la jornada
|
|
621
630
|
location: El lloc de celebració de la jornada. On es va dur a terme aquesta jornada.
|
|
622
631
|
objectives: Els objectius de la jornada. Quina va ser la meta.
|
|
@@ -637,6 +646,7 @@ ca-IT:
|
|
|
637
646
|
url: L'URL de la jornada
|
|
638
647
|
statistics:
|
|
639
648
|
conferences_count: Jornades
|
|
649
|
+
conferences_count_tooltip: El número de jornades publicades.
|
|
640
650
|
devise:
|
|
641
651
|
mailer:
|
|
642
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.
|
|
@@ -432,8 +443,6 @@ ca:
|
|
|
432
443
|
no_slots_available: No hi ha places disponibles
|
|
433
444
|
registration: Inscripció
|
|
434
445
|
conference_program:
|
|
435
|
-
program_item:
|
|
436
|
-
other_category: Altre
|
|
437
446
|
show:
|
|
438
447
|
program: Programa
|
|
439
448
|
conference_registration_mailer:
|
|
@@ -518,6 +527,7 @@ ca:
|
|
|
518
527
|
sent: Enviat
|
|
519
528
|
conference_registration:
|
|
520
529
|
fields:
|
|
530
|
+
actions: Accions
|
|
521
531
|
email: Correu electrònic
|
|
522
532
|
name: Nom
|
|
523
533
|
registration_type: Tipus d'inscripció
|
|
@@ -616,7 +626,6 @@ ca:
|
|
|
616
626
|
description: Una descripció llarga de la jornada
|
|
617
627
|
end_date: La data en la qual va finalitzar aquesta jornada.
|
|
618
628
|
follows_count: El número d'usuàries que segueixen aquesta jornada
|
|
619
|
-
hashtag: L'etiqueta que fa servir la jornada a Twitter/X
|
|
620
629
|
id: L'identificador únic de la jornada
|
|
621
630
|
location: El lloc de celebració de la jornada. On es va dur a terme aquesta jornada.
|
|
622
631
|
objectives: Els objectius de la jornada. Quina va ser la meta.
|
|
@@ -637,6 +646,7 @@ ca:
|
|
|
637
646
|
url: L'URL de la jornada
|
|
638
647
|
statistics:
|
|
639
648
|
conferences_count: Jornades
|
|
649
|
+
conferences_count_tooltip: El número de jornades publicades.
|
|
640
650
|
devise:
|
|
641
651
|
mailer:
|
|
642
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:
|
|
@@ -440,8 +451,6 @@ cs:
|
|
|
440
451
|
no_slots_available: Žádné sloty nejsou k dispozici
|
|
441
452
|
registration: Registrace
|
|
442
453
|
conference_program:
|
|
443
|
-
program_item:
|
|
444
|
-
other_category: Ostatní
|
|
445
454
|
show:
|
|
446
455
|
program: Program
|
|
447
456
|
conference_registration_mailer:
|
|
@@ -528,6 +537,7 @@ cs:
|
|
|
528
537
|
sent: Odeslaná
|
|
529
538
|
conference_registration:
|
|
530
539
|
fields:
|
|
540
|
+
actions: Akce
|
|
531
541
|
email: E-mail
|
|
532
542
|
name: Název
|
|
533
543
|
registration_type: Typ registrace
|
|
@@ -626,7 +636,6 @@ cs:
|
|
|
626
636
|
description: Dlouhý popis konference
|
|
627
637
|
end_date: Datum, kdy tato konference skončí.
|
|
628
638
|
follows_count: Počet uživatelů sledujících tento prostor
|
|
629
|
-
hashtag: Hashtag Konference, používaná pro Twitter/X
|
|
630
639
|
id: Jedinečný identifikátor této konference
|
|
631
640
|
location: Místo konference, kde se bude konat.
|
|
632
641
|
objectives: Cíle této konference. Co je cílem.
|
|
@@ -647,6 +656,7 @@ cs:
|
|
|
647
656
|
url: URL prostoru
|
|
648
657
|
statistics:
|
|
649
658
|
conferences_count: Konference
|
|
659
|
+
conferences_count_tooltip: Počet publikovaných konferencí.
|
|
650
660
|
devise:
|
|
651
661
|
mailer:
|
|
652
662
|
join_conference:
|