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/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: Ημερομηνία
|
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:
|
|
@@ -432,8 +443,6 @@ en:
|
|
|
432
443
|
no_slots_available: No slots available
|
|
433
444
|
registration: Registration
|
|
434
445
|
conference_program:
|
|
435
|
-
program_item:
|
|
436
|
-
other_category: Other
|
|
437
446
|
show:
|
|
438
447
|
program: Program
|
|
439
448
|
conference_registration_mailer:
|
|
@@ -518,6 +527,7 @@ en:
|
|
|
518
527
|
sent: Sent
|
|
519
528
|
conference_registration:
|
|
520
529
|
fields:
|
|
530
|
+
actions: Actions
|
|
521
531
|
email: Email
|
|
522
532
|
name: Name
|
|
523
533
|
registration_type: Registration type
|
|
@@ -616,7 +626,6 @@ en:
|
|
|
616
626
|
description: A long description of the conference
|
|
617
627
|
end_date: The date when this conference ends.
|
|
618
628
|
follows_count: The number of users following this space
|
|
619
|
-
hashtag: The conference hashtag, used for Twitter/X
|
|
620
629
|
id: The unique identifier of this conference
|
|
621
630
|
location: The conference location. Where this conference will take place.
|
|
622
631
|
objectives: The objectives for this conference. What is the goal.
|
|
@@ -637,6 +646,7 @@ en:
|
|
|
637
646
|
url: The URL of the space
|
|
638
647
|
statistics:
|
|
639
648
|
conferences_count: Conferences
|
|
649
|
+
conferences_count_tooltip: The number of published conferences.
|
|
640
650
|
devise:
|
|
641
651
|
mailer:
|
|
642
652
|
join_conference:
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -6,13 +6,12 @@ es-MX:
|
|
|
6
6
|
assemblies_ids: Asambleas relacionadas
|
|
7
7
|
available_slots: Plazas disponibles
|
|
8
8
|
banner_image: Imagen de banner
|
|
9
|
-
copy_categories: Copiar categorías
|
|
10
|
-
copy_components: Copiar componentes
|
|
11
|
-
copy_features: Copiar funcionalidades
|
|
12
9
|
decidim_scope_id: Ámbito
|
|
13
10
|
description: Descripción
|
|
11
|
+
duplicate_categories: Duplicar las categorías
|
|
12
|
+
duplicate_components: Duplicar los componentes
|
|
13
|
+
duplicate_features: Duplicar las funcionalidades
|
|
14
14
|
end_date: Fecha de fin
|
|
15
|
-
hashtag: Etiqueta
|
|
16
15
|
hero_image: Imagen de portada
|
|
17
16
|
location: Localización
|
|
18
17
|
main_logo: Logo principal
|
|
@@ -99,9 +98,9 @@ es-MX:
|
|
|
99
98
|
new_speaker: Añadir ponente
|
|
100
99
|
send_diplomas: Enviar certificados de asistencia.
|
|
101
100
|
view_deleted_conferences: Ver las jornadas eliminadas
|
|
102
|
-
|
|
101
|
+
conference_duplicates:
|
|
103
102
|
new:
|
|
104
|
-
|
|
103
|
+
duplicate: Duplicar
|
|
105
104
|
select: Selecciona qué datos quieres duplicar
|
|
106
105
|
title: Duplicar la jornada
|
|
107
106
|
conference_publications:
|
|
@@ -164,7 +163,13 @@ es-MX:
|
|
|
164
163
|
exports:
|
|
165
164
|
registrations: Inscripciones
|
|
166
165
|
form:
|
|
166
|
+
duration: Duración
|
|
167
|
+
images: Fotos
|
|
168
|
+
metadata: Metadatos
|
|
169
|
+
registrations: Inscripciones
|
|
170
|
+
related_spaces: Espacios relacionados
|
|
167
171
|
title: Información general
|
|
172
|
+
visibility: Visibilidad
|
|
168
173
|
index:
|
|
169
174
|
published: Publicado
|
|
170
175
|
unpublished: Despublicada
|
|
@@ -172,11 +177,11 @@ es-MX:
|
|
|
172
177
|
title: Jornadas eliminadas
|
|
173
178
|
new:
|
|
174
179
|
create: Crear
|
|
175
|
-
title:
|
|
180
|
+
title: Nueva jornada
|
|
176
181
|
update:
|
|
177
182
|
error: Hubo un error al actualizar esta conferencia.
|
|
178
183
|
success: Conferencia actualizada con éxito.
|
|
179
|
-
|
|
184
|
+
conferences_duplicates:
|
|
180
185
|
create:
|
|
181
186
|
error: Se ha producido un error al duplicar esta jornada.
|
|
182
187
|
success: La jornada se ha duplicado correctamente.
|
|
@@ -219,17 +224,20 @@ es-MX:
|
|
|
219
224
|
models:
|
|
220
225
|
conference:
|
|
221
226
|
fields:
|
|
227
|
+
actions: Acciones
|
|
222
228
|
created_at: Creada en
|
|
223
229
|
published: Publicada
|
|
224
230
|
title: Título
|
|
225
231
|
conference_speaker:
|
|
226
232
|
fields:
|
|
233
|
+
actions: Acciones
|
|
227
234
|
affiliation: Afiliación
|
|
228
235
|
full_name: Nombre completo
|
|
229
236
|
position: Cargo
|
|
230
237
|
name: Ponente
|
|
231
238
|
conference_user_role:
|
|
232
239
|
fields:
|
|
240
|
+
actions: Acciones
|
|
233
241
|
email: Correo electrònico
|
|
234
242
|
name: Nombre
|
|
235
243
|
role: Rol
|
|
@@ -237,16 +245,18 @@ es-MX:
|
|
|
237
245
|
roles:
|
|
238
246
|
admin: Administrador
|
|
239
247
|
collaborator: Colaborador
|
|
248
|
+
evaluator: Evaluadora
|
|
240
249
|
moderator: Moderador
|
|
241
|
-
valuator: Evaluadora
|
|
242
250
|
media_link:
|
|
243
251
|
fields:
|
|
252
|
+
actions: Acciones
|
|
244
253
|
date: Fecha
|
|
245
254
|
link: Enlace
|
|
246
255
|
title: Título
|
|
247
256
|
name: Enlace multimedia
|
|
248
257
|
partner:
|
|
249
258
|
fields:
|
|
259
|
+
actions: Acciones
|
|
250
260
|
link: Enlace
|
|
251
261
|
logo: Logotipo
|
|
252
262
|
name: Nombre
|
|
@@ -257,6 +267,7 @@ es-MX:
|
|
|
257
267
|
main_promotor: Promotor principal
|
|
258
268
|
registration_type:
|
|
259
269
|
fields:
|
|
270
|
+
actions: Acciones
|
|
260
271
|
conference_meetings: Encuentros de la conferencia
|
|
261
272
|
price: Precio
|
|
262
273
|
registrations_count: Número de inscripciones
|
|
@@ -351,9 +362,9 @@ es-MX:
|
|
|
351
362
|
title: Ponentes
|
|
352
363
|
conferences:
|
|
353
364
|
admin:
|
|
354
|
-
|
|
365
|
+
conference_duplicates:
|
|
355
366
|
form:
|
|
356
|
-
slug_help_html: '
|
|
367
|
+
slug_help_html: 'La parte final de la URL tras la última barra inversa (URL slug) se utiliza para generar la URL (dirección web) que apuntan a esta jornada. Esta solo acepta letras, números y guiones, y debe empezar por una letra. Ejemplo: %{url}'
|
|
357
368
|
conference_invites:
|
|
358
369
|
create:
|
|
359
370
|
error: Ha habido un problema al invitar al usuario a unirse a la conferencia.
|
|
@@ -432,8 +443,6 @@ es-MX:
|
|
|
432
443
|
no_slots_available: No hay plazas disponibles
|
|
433
444
|
registration: Inscripción
|
|
434
445
|
conference_program:
|
|
435
|
-
program_item:
|
|
436
|
-
other_category: Otro
|
|
437
446
|
show:
|
|
438
447
|
program: Programa
|
|
439
448
|
conference_registration_mailer:
|
|
@@ -518,6 +527,7 @@ es-MX:
|
|
|
518
527
|
sent: Enviada
|
|
519
528
|
conference_registration:
|
|
520
529
|
fields:
|
|
530
|
+
actions: Acciones
|
|
521
531
|
email: Correo electrónico
|
|
522
532
|
name: Nombre
|
|
523
533
|
registration_type: Tipo de inscripción
|
|
@@ -616,7 +626,6 @@ es-MX:
|
|
|
616
626
|
description: Una descripción larga de la jornada
|
|
617
627
|
end_date: La fecha en la que finalizó esta jornada.
|
|
618
628
|
follows_count: El número de usuarias que siguen esta jornada
|
|
619
|
-
hashtag: La etiqueta que utiliza la jornada en Twitter/X
|
|
620
629
|
id: El identificador único de la jornada
|
|
621
630
|
location: El lugar de celebración de la jornada. Donde se llevó a cabo esta jornada.
|
|
622
631
|
objectives: Los objetivos de esta jornada. Cuál fue la meta.
|
|
@@ -637,6 +646,7 @@ es-MX:
|
|
|
637
646
|
url: La URL de la jornada
|
|
638
647
|
statistics:
|
|
639
648
|
conferences_count: Jornadas
|
|
649
|
+
conferences_count_tooltip: El número de jornadas publicadas.
|
|
640
650
|
devise:
|
|
641
651
|
mailer:
|
|
642
652
|
join_conference:
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -6,13 +6,12 @@ es-PY:
|
|
|
6
6
|
assemblies_ids: Asambleas relacionadas
|
|
7
7
|
available_slots: Plazas disponibles
|
|
8
8
|
banner_image: Imagen de banner
|
|
9
|
-
copy_categories: Copiar categorías
|
|
10
|
-
copy_components: Copiar componentes
|
|
11
|
-
copy_features: Copiar funciones
|
|
12
9
|
decidim_scope_id: Alcance
|
|
13
10
|
description: Descripción
|
|
11
|
+
duplicate_categories: Duplicar las categorías
|
|
12
|
+
duplicate_components: Duplicar los componentes
|
|
13
|
+
duplicate_features: Duplicar las funcionalidades
|
|
14
14
|
end_date: Fecha de fin
|
|
15
|
-
hashtag: Etiqueta
|
|
16
15
|
hero_image: Imagen de inicio
|
|
17
16
|
location: Localización
|
|
18
17
|
main_logo: Logo principal
|
|
@@ -99,9 +98,9 @@ es-PY:
|
|
|
99
98
|
new_speaker: Añadir ponente
|
|
100
99
|
send_diplomas: Enviar certificados de asistencia.
|
|
101
100
|
view_deleted_conferences: Ver las jornadas eliminadas
|
|
102
|
-
|
|
101
|
+
conference_duplicates:
|
|
103
102
|
new:
|
|
104
|
-
|
|
103
|
+
duplicate: Duplicar
|
|
105
104
|
select: Selecciona qué datos quieres duplicar
|
|
106
105
|
title: Duplicar la jornada
|
|
107
106
|
conference_publications:
|
|
@@ -164,7 +163,13 @@ es-PY:
|
|
|
164
163
|
exports:
|
|
165
164
|
registrations: Registros
|
|
166
165
|
form:
|
|
166
|
+
duration: Duración
|
|
167
|
+
images: Las fotos
|
|
168
|
+
metadata: Metadatos
|
|
169
|
+
registrations: Inscripciones
|
|
170
|
+
related_spaces: Espacios relacionados
|
|
167
171
|
title: Información general
|
|
172
|
+
visibility: Visibilidad
|
|
168
173
|
index:
|
|
169
174
|
published: Publicado
|
|
170
175
|
unpublished: Despublicada
|
|
@@ -172,11 +177,11 @@ es-PY:
|
|
|
172
177
|
title: Jornadas eliminadas
|
|
173
178
|
new:
|
|
174
179
|
create: Crear
|
|
175
|
-
title:
|
|
180
|
+
title: Nueva jornada
|
|
176
181
|
update:
|
|
177
182
|
error: Hubo un error al actualizar esta conferencia.
|
|
178
183
|
success: Conferencia actualizada con éxito
|
|
179
|
-
|
|
184
|
+
conferences_duplicates:
|
|
180
185
|
create:
|
|
181
186
|
error: Se ha producido un error al duplicar esta jornada.
|
|
182
187
|
success: La jornada se ha duplicado correctamente.
|
|
@@ -219,17 +224,20 @@ es-PY:
|
|
|
219
224
|
models:
|
|
220
225
|
conference:
|
|
221
226
|
fields:
|
|
227
|
+
actions: Acciones
|
|
222
228
|
created_at: Creado en
|
|
223
229
|
published: Publicado
|
|
224
230
|
title: Título
|
|
225
231
|
conference_speaker:
|
|
226
232
|
fields:
|
|
233
|
+
actions: Acciones
|
|
227
234
|
affiliation: Afiliación
|
|
228
235
|
full_name: Nombre completo
|
|
229
236
|
position: Posición
|
|
230
237
|
name: Conferenciante
|
|
231
238
|
conference_user_role:
|
|
232
239
|
fields:
|
|
240
|
+
actions: Acciones
|
|
233
241
|
email: Correo electrònico
|
|
234
242
|
name: Nombre
|
|
235
243
|
role: Papel
|
|
@@ -237,16 +245,18 @@ es-PY:
|
|
|
237
245
|
roles:
|
|
238
246
|
admin: Administrador
|
|
239
247
|
collaborator: Colaborador
|
|
248
|
+
evaluator: Evaluadora
|
|
240
249
|
moderator: Moderador
|
|
241
|
-
valuator: Evaluadora
|
|
242
250
|
media_link:
|
|
243
251
|
fields:
|
|
252
|
+
actions: Acciones
|
|
244
253
|
date: Fecha
|
|
245
254
|
link: Enlazar
|
|
246
255
|
title: Título
|
|
247
256
|
name: Enlace multimedia
|
|
248
257
|
partner:
|
|
249
258
|
fields:
|
|
259
|
+
actions: Acciones
|
|
250
260
|
link: Enlazar
|
|
251
261
|
logo: Logotipo
|
|
252
262
|
name: Nombre
|
|
@@ -257,6 +267,7 @@ es-PY:
|
|
|
257
267
|
main_promotor: Promotor principal
|
|
258
268
|
registration_type:
|
|
259
269
|
fields:
|
|
270
|
+
actions: Acciones
|
|
260
271
|
conference_meetings: Encuentros de la conferencia
|
|
261
272
|
price: Precio
|
|
262
273
|
registrations_count: Número de inscripciones
|
|
@@ -351,9 +362,9 @@ es-PY:
|
|
|
351
362
|
title: Altavoces
|
|
352
363
|
conferences:
|
|
353
364
|
admin:
|
|
354
|
-
|
|
365
|
+
conference_duplicates:
|
|
355
366
|
form:
|
|
356
|
-
slug_help_html: '
|
|
367
|
+
slug_help_html: 'La parte final de la URL tras la última barra inversa (URL slug) se utiliza para generar la URL (dirección web) que apuntan a esta jornada. Esta solo acepta letras, números y guiones, y debe empezar por una letra. Ejemplo: %{url}'
|
|
357
368
|
conference_invites:
|
|
358
369
|
create:
|
|
359
370
|
error: Ha habido un problema al invitar al usuario a unirse a la conferencia.
|
|
@@ -432,8 +443,6 @@ es-PY:
|
|
|
432
443
|
no_slots_available: No hay espacios disponibles
|
|
433
444
|
registration: Registro
|
|
434
445
|
conference_program:
|
|
435
|
-
program_item:
|
|
436
|
-
other_category: Otro
|
|
437
446
|
show:
|
|
438
447
|
program: Programa
|
|
439
448
|
conference_registration_mailer:
|
|
@@ -518,6 +527,7 @@ es-PY:
|
|
|
518
527
|
sent: Expedido
|
|
519
528
|
conference_registration:
|
|
520
529
|
fields:
|
|
530
|
+
actions: Acciones
|
|
521
531
|
email: Correo electrónico
|
|
522
532
|
name: Nombre
|
|
523
533
|
registration_type: Tipo de inscripción
|
|
@@ -616,7 +626,6 @@ es-PY:
|
|
|
616
626
|
description: Una descripción larga de la jornada
|
|
617
627
|
end_date: La fecha en la que finalizó esta jornada.
|
|
618
628
|
follows_count: El número de usuarias que siguen esta jornada
|
|
619
|
-
hashtag: La etiqueta que utiliza la jornada en Twitter/X
|
|
620
629
|
id: El identificador único de la jornada
|
|
621
630
|
location: El lugar de celebración de la jornada. Donde se llevó a cabo esta jornada.
|
|
622
631
|
objectives: Los objetivos de esta jornada. Cuál fue la meta.
|
|
@@ -637,6 +646,7 @@ es-PY:
|
|
|
637
646
|
url: La URL de la jornada
|
|
638
647
|
statistics:
|
|
639
648
|
conferences_count: Jornadas
|
|
649
|
+
conferences_count_tooltip: El número de jornadas publicadas.
|
|
640
650
|
devise:
|
|
641
651
|
mailer:
|
|
642
652
|
join_conference:
|