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/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,11 +88,6 @@ ar:
|
|
93
88
|
new_conference: مؤتمر جديد
|
94
89
|
new_partner: شريك جديد
|
95
90
|
send_diplomas: إرسال شهادات الحضور
|
96
|
-
conference_copies:
|
97
|
-
new:
|
98
|
-
copy: نسخ
|
99
|
-
select: حدد البيانات التي ترغب في تكرارها
|
100
|
-
title: مؤتمر مكرر
|
101
91
|
conference_publications:
|
102
92
|
create:
|
103
93
|
error: كانت هناك مشكلة في نشر هذا المؤتمر.
|
@@ -146,19 +136,15 @@ ar:
|
|
146
136
|
exports:
|
147
137
|
registrations: التسجيلات
|
148
138
|
form:
|
139
|
+
images: صور
|
149
140
|
title: معلومات عامة
|
150
141
|
index:
|
151
142
|
published: نشرت
|
152
143
|
new:
|
153
144
|
create: إنشاء
|
154
|
-
title: مؤتمر
|
155
145
|
update:
|
156
146
|
error: حدثت مشكلة أثناء تحديث هذا المؤتمر.
|
157
147
|
success: تم تحديث المؤتمر بنجاح.
|
158
|
-
conferences_copies:
|
159
|
-
create:
|
160
|
-
error: كانت هناك مشكلة في تكرار هذا المؤتمر.
|
161
|
-
success: تم تكرار المؤتمر بنجاح.
|
162
148
|
media_links:
|
163
149
|
create:
|
164
150
|
error: حدثت مشكلة أثناء إنشاء رابط وسائط جديد.
|
@@ -204,7 +190,6 @@ ar:
|
|
204
190
|
admin: مدير
|
205
191
|
collaborator: متعاون
|
206
192
|
moderator: وسيط
|
207
|
-
valuator: مُقيِّم
|
208
193
|
media_link:
|
209
194
|
fields:
|
210
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,11 +90,6 @@ bg:
|
|
95
90
|
new_registration_type: Нов тип регистрация
|
96
91
|
new_speaker: Нов говорител
|
97
92
|
send_diplomas: Изпращане на сертификати за присъствие
|
98
|
-
conference_copies:
|
99
|
-
new:
|
100
|
-
copy: Копиране
|
101
|
-
select: Изберете кои данни искате да дублирате
|
102
|
-
title: Дублиране на конференцията
|
103
93
|
conference_publications:
|
104
94
|
create:
|
105
95
|
error: Възникна проблем при публикуването на тази конференция.
|
@@ -156,20 +146,16 @@ bg:
|
|
156
146
|
exports:
|
157
147
|
registrations: Регистрации
|
158
148
|
form:
|
149
|
+
images: Изображения
|
159
150
|
title: Основна информация
|
160
151
|
index:
|
161
152
|
published: Публикувано
|
162
153
|
unpublished: Непубликувано
|
163
154
|
new:
|
164
155
|
create: Създаване
|
165
|
-
title: Конференция
|
166
156
|
update:
|
167
157
|
error: Възникна проблем при актуализирането на тази конференция.
|
168
158
|
success: Конференцията беше актуализирана успешно.
|
169
|
-
conferences_copies:
|
170
|
-
create:
|
171
|
-
error: Възникна проблем при дублирането на тази конференция.
|
172
|
-
success: Конференцията беше дублирана успешно.
|
173
159
|
media_links:
|
174
160
|
create:
|
175
161
|
error: Възникна проблем при създаването на нов медия линк.
|
@@ -216,7 +202,6 @@ bg:
|
|
216
202
|
admin: Администратор
|
217
203
|
collaborator: Сътрудник
|
218
204
|
moderator: Модератор
|
219
|
-
valuator: Оценител
|
220
205
|
media_link:
|
221
206
|
fields:
|
222
207
|
date: Дата
|
@@ -318,9 +303,6 @@ bg:
|
|
318
303
|
title: Говорители
|
319
304
|
conferences:
|
320
305
|
admin:
|
321
|
-
conference_copies:
|
322
|
-
form:
|
323
|
-
slug_help_html: 'Използват се променливи полета за URL адрес, за да се генерират URL адреси, които водят към тази конференция. Допуска се използването само на букви, цифри и тирета и адресът трябва да започва с буква. Пример: %{url}'
|
324
306
|
conference_invites:
|
325
307
|
create:
|
326
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,11 +98,11 @@ 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
|
-
title:
|
105
|
+
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
108
107
|
create:
|
109
108
|
error: S'ha produït un error en publicar aquesta jornada.
|
@@ -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,11 +98,11 @@ 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
|
-
title:
|
105
|
+
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
108
107
|
create:
|
109
108
|
error: S'ha produït un error en publicar aquesta jornada.
|
@@ -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:
|