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/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
|
@@ -21,7 +20,7 @@ de:
|
|
21
20
|
promoted: Gefördert
|
22
21
|
published_at: Veröffentlicht am
|
23
22
|
registration_terms: Registrierungsbedingungen
|
24
|
-
registrations_enabled:
|
23
|
+
registrations_enabled: Anmeldungen aktiviert
|
25
24
|
short_description: Kurze Beschreibung
|
26
25
|
show_statistics: Zeige Statistiken
|
27
26
|
sign_date: Unterzeichnungsdatum
|
@@ -99,11 +98,11 @@ 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
|
-
|
105
|
-
select:
|
106
|
-
title:
|
103
|
+
duplicate: Duplizieren
|
104
|
+
select: Zu duplizierende Daten auswählen
|
105
|
+
title: Konferenz duplizieren
|
107
106
|
conference_publications:
|
108
107
|
create:
|
109
108
|
error: Beim Veröffentlichen dieser Konferenz ist ein Fehler aufgetreten.
|
@@ -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 zum Generieren der URLs verwendet, die auf diese Konferenz verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und
|
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.
|
@@ -415,7 +426,7 @@ de:
|
|
415
426
|
title: Registrierungsarten
|
416
427
|
send_conference_diploma_mailer:
|
417
428
|
diploma:
|
418
|
-
diploma_html: Die
|
429
|
+
diploma_html: Die Teilnahmebestätigung für die Konferenz <a href="%{url}">%{title}</a> finden Sie in den Anhängen.
|
419
430
|
diploma_user:
|
420
431
|
attendance_verified_by: Anwesenheit überprüft durch
|
421
432
|
certificate_of_attendance: Teilnahmebestätigung
|
@@ -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
|
@@ -576,10 +588,10 @@ de:
|
|
576
588
|
email_subject: Die Konferenz "%{resource_title}" wurde aktualisiert
|
577
589
|
notification_title: Die Konferenz <a href="%{resource_path}">%{resource_title}</a> wurde aktualisiert.
|
578
590
|
registrations_enabled:
|
579
|
-
email_intro: '
|
580
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Konferenz "%{resource_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den
|
581
|
-
email_subject: Die Konferenz "%{resource_title}" hat
|
582
|
-
notification_title: Die Konferenz <a href="%{resource_path}">%{resource_title}</a> hat
|
591
|
+
email_intro: 'Für die Konferenz "%{resource_title}" wurde die Anmeldung aktiviert. Sie können sich auf dieser Seite anmelden:'
|
592
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Konferenz "%{resource_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den angegebenen Link.
|
593
|
+
email_subject: Die Konferenz "%{resource_title}" hat die Anmeldung aktiviert.
|
594
|
+
notification_title: Die Konferenz <a href="%{resource_path}">%{resource_title}</a> hat die Anmeldung aktiviert.
|
583
595
|
role_assigned:
|
584
596
|
email_intro: Sie wurden als %{role} für die Konferenz "%{resource_title}" ausgewählt.
|
585
597
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein %{role} der Konferenz "%{resource_title}" sind.
|
@@ -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,11 +83,6 @@ el:
|
|
88
83
|
actions:
|
89
84
|
confirm: Επιβεβαίωση
|
90
85
|
send_diplomas: Αποστολή πιστοποιητικών παρακολούθησης
|
91
|
-
conference_copies:
|
92
|
-
new:
|
93
|
-
copy: Αντιγραφή
|
94
|
-
select: Επιλέξτε ποια δεδομένα θέλετε να αντιγράψετε
|
95
|
-
title: Αντιγραφή διάσκεψης
|
96
86
|
conference_publications:
|
97
87
|
create:
|
98
88
|
error: Υπήρξε ένα πρόβλημα κατά τη δημοσίευση αυτής της διάσκεψης.
|
@@ -143,19 +133,15 @@ el:
|
|
143
133
|
exports:
|
144
134
|
registrations: Εγγραφές
|
145
135
|
form:
|
136
|
+
images: Εικόνες
|
146
137
|
title: Γενικές πληροφορίες
|
147
138
|
index:
|
148
139
|
published: Δημοσιεύτηκε
|
149
140
|
new:
|
150
141
|
create: Δημιουργία
|
151
|
-
title: Διάσκεψη
|
152
142
|
update:
|
153
143
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της διάσκεψης.
|
154
144
|
success: Η διάσκεψη ενημερώθηκε με επιτυχία.
|
155
|
-
conferences_copies:
|
156
|
-
create:
|
157
|
-
error: Υπήρξε ένα πρόβλημα κατά την αντιγραφή αυτής της διάσκεψης.
|
158
|
-
success: Η διάσκεψη αντιγράφτηκε με επιτυχία.
|
159
145
|
media_links:
|
160
146
|
create:
|
161
147
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου συνδέσμου πολυμέσων.
|
@@ -200,7 +186,6 @@ el:
|
|
200
186
|
admin: Διαχειριστής
|
201
187
|
collaborator: Συνεργάτης
|
202
188
|
moderator: Επόπτης
|
203
|
-
valuator: Εκτιμητής
|
204
189
|
media_link:
|
205
190
|
fields:
|
206
191
|
date: Ημερομηνία
|
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:
|
@@ -389,7 +400,7 @@ en:
|
|
389
400
|
no_taxonomy_filters_found: No taxonomy filters found.
|
390
401
|
registrations_count:
|
391
402
|
one: There has been 1 registration.
|
392
|
-
other: There
|
403
|
+
other: There have been %{count} registrations.
|
393
404
|
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}'
|
394
405
|
taxonomies: Taxonomies
|
395
406
|
content_blocks:
|
@@ -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,11 +98,11 @@ 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
|
-
title:
|
105
|
+
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
108
107
|
create:
|
109
108
|
error: Hubo un error al publicar esta conferencia.
|
@@ -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,14 +177,14 @@ 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
|
-
error:
|
182
|
-
success:
|
186
|
+
error: Se ha producido un error al duplicar esta jornada.
|
187
|
+
success: La jornada se ha duplicado correctamente.
|
183
188
|
media_links:
|
184
189
|
create:
|
185
190
|
error: Se ha producido un error al crear un nuevo enlace multimedia.
|
@@ -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,11 +98,11 @@ 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
|
-
|
105
|
-
select:
|
106
|
-
title:
|
103
|
+
duplicate: Duplicar
|
104
|
+
select: Selecciona qué datos quieres duplicar
|
105
|
+
title: Duplicar la jornada
|
107
106
|
conference_publications:
|
108
107
|
create:
|
109
108
|
error: Hubo un error al publicar esta conferencia.
|
@@ -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,14 +177,14 @@ 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
|
-
error:
|
182
|
-
success:
|
186
|
+
error: Se ha producido un error al duplicar esta jornada.
|
187
|
+
success: La jornada se ha duplicado correctamente.
|
183
188
|
media_links:
|
184
189
|
create:
|
185
190
|
error: Se ha producido un error al crear un nuevo enlace de medios.
|
@@ -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:
|