decidim-conferences 0.16.1 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheet/decidim/conferences/conferences.scss +3 -0
  3. data/app/cells/decidim/conferences/conference_address/show.erb +1 -1
  4. data/app/cells/decidim/conferences/conference_m/footer.erb +1 -1
  5. data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
  6. data/app/cells/decidim/conferences/conference_speaker_cell.rb +6 -2
  7. data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +0 -1
  8. data/app/cells/decidim/conferences/linked_participatory_spaces_cell.rb +6 -0
  9. data/app/cells/decidim/conferences/partner_cell.rb +2 -0
  10. data/app/cells/decidim/conferences/photos_list_cell.rb +1 -0
  11. data/app/cells/decidim/conferences/registration_type_cell.rb +2 -0
  12. data/app/commands/decidim/conferences/admin/confirm_conference_registration.rb +1 -0
  13. data/app/commands/decidim/conferences/admin/create_conference.rb +0 -10
  14. data/app/commands/decidim/conferences/admin/create_conference_admin.rb +1 -0
  15. data/app/commands/decidim/conferences/admin/publish_conference.rb +12 -0
  16. data/app/commands/decidim/conferences/admin/update_conference.rb +6 -2
  17. data/app/commands/decidim/conferences/admin/update_diploma.rb +1 -0
  18. data/app/commands/decidim/conferences/join_conference.rb +2 -0
  19. data/app/commands/decidim/conferences/leave_conference.rb +1 -0
  20. data/app/controllers/decidim/conferences/admin/application_controller.rb +5 -4
  21. data/app/controllers/decidim/conferences/admin/concerns/conference_admin.rb +6 -4
  22. data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +1 -0
  23. data/app/controllers/decidim/conferences/application_controller.rb +6 -5
  24. data/app/controllers/decidim/conferences/conference_program_controller.rb +4 -1
  25. data/app/controllers/decidim/conferences/conference_registrations_controller.rb +1 -0
  26. data/app/controllers/decidim/conferences/conference_speakers_controller.rb +1 -0
  27. data/app/controllers/decidim/conferences/media_controller.rb +1 -0
  28. data/app/controllers/decidim/conferences/registration_types_controller.rb +1 -0
  29. data/app/forms/decidim/conferences/admin/conference_form.rb +4 -0
  30. data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -0
  31. data/app/forms/decidim/conferences/admin/registration_type_form.rb +1 -0
  32. data/app/helpers/decidim/conferences/conference_helper.rb +1 -0
  33. data/app/models/decidim/conference.rb +9 -4
  34. data/app/models/decidim/conference_user_role.rb +1 -0
  35. data/app/permissions/decidim/conferences/permissions.rb +6 -0
  36. data/app/presenters/decidim/conferences/admin_log/value_types/role_presenter.rb +1 -0
  37. data/app/presenters/decidim/log/value_types/conference_presenter.rb +1 -0
  38. data/app/queries/decidim/conferences/admin/admin_users.rb +8 -1
  39. data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -0
  40. data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -0
  41. data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +3 -3
  42. data/app/views/decidim/conferences/admin/conferences/index.html.erb +3 -3
  43. data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +1 -1
  44. data/app/views/decidim/conferences/conferences/_partners.html.erb +1 -1
  45. data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
  46. data/app/views/decidim/conferences/conferences/show.html.erb +3 -3
  47. data/app/views/decidim/conferences/media/index.html.erb +2 -2
  48. data/app/views/layouts/decidim/_conference_hero.html.erb +3 -3
  49. data/app/views/layouts/decidim/diploma.html.erb +2 -2
  50. data/config/locales/ar-SA.yml +132 -22
  51. data/config/locales/ar.yml +589 -0
  52. data/config/locales/ca.yml +192 -191
  53. data/config/locales/cs-CZ.yml +3 -3
  54. data/config/locales/cs.yml +581 -0
  55. data/config/locales/de.yml +15 -14
  56. data/config/locales/en.yml +87 -85
  57. data/config/locales/eo-UY.yml +1 -0
  58. data/config/locales/es-MX.yml +7 -6
  59. data/config/locales/es-PY.yml +8 -7
  60. data/config/locales/es.yml +161 -160
  61. data/config/locales/eu.yml +6 -5
  62. data/config/locales/fi-pl.yml +3 -3
  63. data/config/locales/fi-plain.yml +571 -0
  64. data/config/locales/fi.yml +65 -64
  65. data/config/locales/fr.yml +100 -99
  66. data/config/locales/gl.yml +6 -5
  67. data/config/locales/hu.yml +9 -8
  68. data/config/locales/id-ID.yml +6 -5
  69. data/config/locales/it.yml +9 -8
  70. data/config/locales/nl.yml +8 -7
  71. data/config/locales/no.yml +5 -0
  72. data/config/locales/pl.yml +6 -5
  73. data/config/locales/pt-BR.yml +6 -5
  74. data/config/locales/pt.yml +6 -5
  75. data/config/locales/sv.yml +206 -205
  76. data/config/locales/tr-TR.yml +6 -5
  77. data/lib/decidim/conferences/admin_engine.rb +1 -0
  78. data/lib/decidim/conferences/participatory_space.rb +2 -0
  79. data/lib/decidim/conferences/version.rb +1 -1
  80. metadata +26 -21
@@ -3,7 +3,7 @@ de:
3
3
  attributes:
4
4
  conference:
5
5
  assemblies_ids: Ähnliche Assemblies
6
- banner_image: Bannerbild
6
+ banner_image: Banner-Bild
7
7
  consultations_ids: Verwandte Konsultationen
8
8
  copy_categories: Kategorien kopieren
9
9
  copy_components: Kopieren Sie Komponenten
@@ -12,7 +12,7 @@ de:
12
12
  description: Beschreibung
13
13
  hashtag: Hashtag
14
14
  hero_image: Hauptbild
15
- participatory_processes_ids: Related Partizipative Prozesse
15
+ participatory_processes_ids: Ähnliche Beteiligungsprozesse
16
16
  promoted: Gefördert
17
17
  published_at: Veröffentlicht unter
18
18
  scope_id: Umfang
@@ -149,7 +149,7 @@ de:
149
149
  attachments: Anlagen
150
150
  categories: Kategorien
151
151
  components: Komponenten
152
- conference_admins: Konferenzbenutzer
152
+ conference_admins: Konferenzadministratoren
153
153
  conference_invites: Lädt ein
154
154
  conference_speakers: Lautsprecher
155
155
  diploma: Teilnahmebestätigung
@@ -333,7 +333,7 @@ de:
333
333
  slug_help: 'URL-Slugs werden verwendet, um URLs zu generieren, die auf diese Konferenz verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
334
334
  diplomas:
335
335
  edit:
336
- save: sparen
336
+ save: Speichern
337
337
  title: Teilnahmebestätigung
338
338
  invite_join_conference_mailer:
339
339
  invite:
@@ -356,8 +356,8 @@ de:
356
356
  certificate_of_attendance: Teilnahmebestätigung
357
357
  certificate_of_attendance_description: Hiermit wird bestätigt, dass <strong>%{user}</strong> an den <strong>%{title}</strong> teilgenommen hat, die am <strong>%{location}</strong> am <strong>%{start} - %{end}</strong>abgehalten wurden
358
358
  send_diploma:
359
- error: Beim Senden der Konferenzdiplome ist ein Problem aufgetreten.
360
- success: Konferenzdiplome korrekt gesendet
359
+ error: Beim Senden der Teilnahmebestätigung der Konferenz ist ein Problem aufgetreten.
360
+ success: Konferenz-Teilnahmebestätigung korrekt gesendet
361
361
  conference:
362
362
  registration_confirm:
363
363
  cancel: Stornieren
@@ -397,10 +397,10 @@ de:
397
397
  success: Sie haben die Konferenz erfolgreich verlassen.
398
398
  conference_speaker:
399
399
  go_to_twitter: Gehe zu Twitter
400
- more_info: Mehr Info
400
+ more_info: Mehr Informationen
401
401
  personal_website: Persönliche Webseite
402
402
  show:
403
- more_info: Mehr Info
403
+ more_info: Mehr Informationen
404
404
  conference_speaker_cell:
405
405
  personal_url:
406
406
  personal_website: Persönliche Webseite
@@ -463,10 +463,10 @@ de:
463
463
  photo:
464
464
  show:
465
465
  close_modal: Modal schließen
466
- photo: Foto
466
+ photo: Bild
467
467
  photos_list:
468
468
  show:
469
- related_photos: Fotos
469
+ related_photos: Bilder
470
470
  registration_types:
471
471
  index:
472
472
  choose_an_option: 'Wählen Sie Ihre Registrierungsoption:'
@@ -485,7 +485,7 @@ de:
485
485
  objectives: Ziele
486
486
  related_assemblies: Ähnliche Assemblies
487
487
  related_consultations: Verwandte Konsultationen
488
- related_participatory_processes: In Verbindung stehende partizipative Prozesse
488
+ related_participatory_processes: Ähnliche Beteiligungsprozesse
489
489
  statistics:
490
490
  answers_count: Antworten
491
491
  comments_count: Bemerkungen
@@ -505,10 +505,10 @@ de:
505
505
  votes_count: Stimmen
506
506
  events:
507
507
  conferences:
508
- conference_registration_validation_pending:
509
- notification_title: Ihre Anmeldung für die Konferenz <a href="%{resource_url}">%{resource_title}</a> steht noch aus.
510
508
  conference_registration_confirmed:
511
509
  notification_title: Ihre Anmeldung für die Konferenz <a href="%{resource_url}">%{resource_title}</a> wurde bestätigt.
510
+ conference_registration_validation_pending:
511
+ notification_title: Ihre Anmeldung für die Konferenz <a href="%{resource_url}">%{resource_title}</a> steht noch aus.
512
512
  conference_registrations_over_percentage:
513
513
  email_intro: Die "%{resource_title}" Konferenz belegt Slots sind über %{percentage}%.
514
514
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Administrator des Teilnahmebereichs der Konferenz sind.
@@ -552,6 +552,7 @@ de:
552
552
  take_part: Teilnehmen
553
553
  conferences:
554
554
  conference:
555
+ more_info: Mehr Informationen
555
556
  take_part: Teilnehmen
556
557
  index:
557
558
  promoted_conferences: Geförderte Konferenzen
@@ -560,7 +561,7 @@ de:
560
561
  one: "%{count} Konferenz"
561
562
  other: "%{count} Konferenzen"
562
563
  promoted_conference:
563
- more_info: Mehr Info
564
+ more_info: Mehr Informationen
564
565
  take_part: Teilnehmen
565
566
  conferences_nav:
566
567
  conference_menu_item: Information
@@ -1,3 +1,4 @@
1
+ ---
1
2
  en:
2
3
  activemodel:
3
4
  attributes:
@@ -12,8 +13,8 @@ en:
12
13
  description: Description
13
14
  hashtag: Hashtag
14
15
  hero_image: Home image
15
- participatory_processes_ids: Related Participatory processes
16
- promoted: Promoted
16
+ participatory_processes_ids: Related participatory processes
17
+ promoted: Highlighted
17
18
  published_at: Published at
18
19
  scope_id: Scope
19
20
  scopes_enabled: Scopes enabled
@@ -58,21 +59,21 @@ en:
58
59
  title: Duplicate conference
59
60
  conference_publications:
60
61
  create:
61
- error: There was an error publishing this conference.
62
- success: Conference published successfully.
62
+ error: There was a problem publishing this conference.
63
+ success: Conference successfully published.
63
64
  destroy:
64
- error: There was an error unpublishing this conference.
65
- success: Conference unpublished successfully.
65
+ error: There was a problem unpublishing this conference.
66
+ success: Conference successfully unpublished.
66
67
  conference_registration:
67
68
  confirm:
68
- error: There was an error when confirm this conference registration.
69
- success: Conference registration confirmed successfully.
69
+ error: There was a problem confirming this conference registration.
70
+ success: Conference registration successfully confirmed.
70
71
  conference_speakers:
71
72
  create:
72
- error: There was an error adding a speaker for this conference.
73
- success: Speaker created successfully for this conference.
73
+ error: There was a problem adding a speaker to this conference.
74
+ success: Conference speaker successfully created.
74
75
  destroy:
75
- success: Speaker deleted successfully for this conference.
76
+ success: Conference speaker successfully deleted.
76
77
  edit:
77
78
  title: Update conference speaker.
78
79
  update: Update
@@ -82,29 +83,29 @@ en:
82
83
  create: Create
83
84
  title: New conference speaker.
84
85
  update:
85
- error: There was an error updating the speaker for this conference.
86
- success: Speaker updated successfully for this conference.
86
+ error: There was a problem updating this conference speaker.
87
+ success: Conference speaker successfully updated.
87
88
  conference_user_roles:
88
89
  create:
89
- error: There was an error adding a user for this conference.
90
- success: User added successfully to this conference.
90
+ error: There was a problem adding an admin to this conference.
91
+ success: Conference admin successfully added.
91
92
  destroy:
92
- success: User removed successfully from this conference.
93
+ success: Conference admin successfully removed.
93
94
  edit:
94
- title: Update conference user.
95
+ title: Update conference admin.
95
96
  update: Update
96
97
  index:
97
- conference_admins_title: conference users
98
+ conference_admins_title: conference admins
98
99
  new:
99
100
  create: Create
100
- title: New conference user.
101
+ title: New conference admin.
101
102
  update:
102
- error: There was an error updated a user for this conference.
103
- success: User updated successfully for this conference.
103
+ error: There was a problem updating this conference admin.
104
+ success: Conference admin successfully updated.
104
105
  conferences:
105
106
  create:
106
- error: There was an error creating a new conference.
107
- success: Conference created successfully.
107
+ error: There was a problem creating this conference.
108
+ success: Conference successfully created.
108
109
  edit:
109
110
  update: Update
110
111
  exports:
@@ -118,18 +119,18 @@ en:
118
119
  create: Create
119
120
  title: Conference
120
121
  update:
121
- error: There was an error when updating this conference.
122
- success: Conference updated successfully.
122
+ error: There was a problem updating this conference.
123
+ success: Conference successfully updated.
123
124
  conferences_copies:
124
125
  create:
125
- error: There was an error when duplicating this conference.
126
- success: Conference duplicated successfully.
126
+ error: There was a problem duplicating this conference.
127
+ success: Conference successfully duplicated.
127
128
  media_links:
128
129
  create:
129
- error: There was an error creating a new media link.
130
- success: Media Link created successfully.
130
+ error: There was a problem creating a new media link.
131
+ success: Media Link successfully created.
131
132
  destroy:
132
- success: Media Link deleted successfully.
133
+ success: Media Link successfully deleted.
133
134
  edit:
134
135
  title: Update media link.
135
136
  update: Update
@@ -139,8 +140,8 @@ en:
139
140
  create: Create
140
141
  title: Media Link
141
142
  update:
142
- error: There was an error when updating this media link.
143
- success: Media Link updated successfully.
143
+ error: There was a problem updating this media link.
144
+ success: Media Link successfully updated.
144
145
  menu:
145
146
  conferences: Conferences
146
147
  conferences_submenu:
@@ -149,7 +150,7 @@ en:
149
150
  attachments: Attachments
150
151
  categories: Categories
151
152
  components: Components
152
- conference_admins: Conference users
153
+ conference_admins: Conference admins
153
154
  conference_invites: Invites
154
155
  conference_speakers: Speakers
155
156
  diploma: Certificate of Attendance
@@ -164,7 +165,7 @@ en:
164
165
  conference:
165
166
  fields:
166
167
  created_at: Created at
167
- promoted: Promoted
168
+ promoted: Highlighted
168
169
  published: Published
169
170
  title: Title
170
171
  conference_speaker:
@@ -178,7 +179,7 @@ en:
178
179
  email: Email
179
180
  name: Name
180
181
  role: Role
181
- name: Conference User
182
+ name: Conference Admin
182
183
  roles:
183
184
  admin: Administrator
184
185
  collaborator: Collaborator
@@ -209,10 +210,10 @@ en:
209
210
  name: Registration type
210
211
  partners:
211
212
  create:
212
- error: There was an error adding a partner for this conference.
213
- success: Partner added successfully to this conference.
213
+ error: There was a problem adding a partner for this conference.
214
+ success: Conference partner successfully added.
214
215
  destroy:
215
- success: Partner removed successfully from this conference.
216
+ success: Conference partner successfully removed.
216
217
  edit:
217
218
  title: Update partner.
218
219
  update: Update
@@ -220,21 +221,21 @@ en:
220
221
  create: Create
221
222
  title: New partner
222
223
  update:
223
- error: There was an error updated a partner for this conference.
224
- success: Partner updated successfully for this conference.
224
+ error: There was a problem updating a partner for this conference.
225
+ success: Conference partner successfully updated.
225
226
  registration_type_publications:
226
227
  create:
227
- error: There was an error publishing this registration type.
228
- success: Registration type published successfully.
228
+ error: There was a problem publishing this registration type.
229
+ success: Registration type successfully published.
229
230
  destroy:
230
- error: There was an error unpublishing this registration type.
231
- success: Registration type unpublished successfully.
231
+ error: There was a problem unpublishing this registration type.
232
+ success: Registration type successfully unpublished.
232
233
  registration_types:
233
234
  create:
234
- error: There was an error adding a registration type for this conference.
235
- success: Registration type added successfully to this conference.
235
+ error: There was a problem adding a registration type for this conference.
236
+ success: Conference registration type successfully added.
236
237
  destroy:
237
- success: Registration type removed successfully from this conference.
238
+ success: Conference registration type successfully removed.
238
239
  edit:
239
240
  title: Update registration type.
240
241
  update: Update
@@ -242,8 +243,8 @@ en:
242
243
  create: Create
243
244
  title: New registration type
244
245
  update:
245
- error: There was an error updated a registration type for this conference.
246
- success: Registration type updated successfully for this conference.
246
+ error: There was a problem updating a registration type for this conference.
247
+ success: Conference registration type successfully updated.
247
248
  titles:
248
249
  conferences: Conferences
249
250
  admin_log:
@@ -260,14 +261,14 @@ en:
260
261
  update: "%{user_name} updated the %{resource_name} speaker in the %{space_name} conference"
261
262
  conference_user_role:
262
263
  create: "%{user_name} invited %{resource_name} to the %{space_name} conference"
263
- delete: "%{user_name} removed the user %{resource_name} from the %{space_name} conference"
264
+ delete: "%{user_name} removed the admin %{resource_name} from the %{space_name} conference"
264
265
  update: "%{user_name} changed the role of %{resource_name} in the %{space_name} conference"
265
266
  conferences:
266
267
  conference_registration:
267
268
  confirm: "%{user_name} confirmed a conference registration in %{resource_name} conference"
268
269
  partner:
269
270
  create: "%{user_name} created %{resource_name} to the %{space_name} conference"
270
- delete: "%{user_name} removed the user %{resource_name} from the %{space_name} conference"
271
+ delete: "%{user_name} removed the admin %{resource_name} from the %{space_name} conference"
271
272
  update: "%{user_name} updated %{resource_name} in the %{space_name} conference"
272
273
  registration_type:
273
274
  create: "%{user_name} created the %{resource_name} registration type in the %{space_name} conference"
@@ -291,14 +292,14 @@ en:
291
292
  slug_help: '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}'
292
293
  conference_invites:
293
294
  create:
294
- error: There's been a problem while inviting the user to join the conference.
295
- success: User successfully invited to join the conference.
295
+ error: There was a problem inviting the participant to join the conference.
296
+ success: Participant successfully invited to join the conference.
296
297
  form:
297
298
  attendee_type: Attendee type
298
- existing_user: Existing user
299
- invite_explanation: The user will be invited to join the conference and to the organization as well.
300
- non_user: Non existing user
301
- select_user: Select user
299
+ existing_user: Existing participant
300
+ invite_explanation: The participant will be invited to join the conference and to the organization as well.
301
+ non_user: Non existing participant
302
+ select_user: Select participant
302
303
  index:
303
304
  filter:
304
305
  accepted: Accepted
@@ -306,22 +307,22 @@ en:
306
307
  rejected: Rejected
307
308
  sent: Sent
308
309
  filter_by: Filter by
309
- invite_attendee: Invite Attendee
310
+ invite_attendee: Invite participant
310
311
  invites: Invites
311
312
  search: Search
312
313
  new:
313
- explanation: The user will be invited to join a conference. If the email is not registered they will be invited to the organization as well.
314
+ explanation: The participant will be invited to join a conference. If her email is not registered she will be invited to the organization as well.
314
315
  invite: Invite
315
- new_invite: Invite user
316
+ new_invite: Invite participant
316
317
  conference_registrations:
317
318
  index:
318
319
  registrations: Registrations
319
320
  conference_speakers:
320
321
  form:
321
- existing_user: Existing user
322
- non_user: Non user
323
- select_user: Select user
324
- user_type: User type
322
+ existing_user: Existing participant
323
+ non_user: Non participant
324
+ select_user: Select participant
325
+ user_type: Participant type
325
326
  index:
326
327
  search: Search
327
328
  conferences:
@@ -356,15 +357,15 @@ en:
356
357
  certificate_of_attendance: Certificate of Attendance
357
358
  certificate_of_attendance_description: This is to certify that <strong>%{user}</strong> has attended and taken part in the <strong>%{title}</strong> held at the <strong>%{location}</strong> on <strong>%{start} - %{end}</strong>
358
359
  send_diploma:
359
- error: There's been a problem while sending the conference certificates of attendance.
360
- success: Conference certificates of attendance sent correctly
360
+ error: There was a problem sending the conference certificates of attendance.
361
+ success: Conference certificates of attendance successfully sent
361
362
  conference:
362
363
  registration_confirm:
363
364
  cancel: Cancel
364
365
  confirm: Confirm
365
366
  show:
366
367
  free: Free
367
- going: Going
368
+ going: Attending
368
369
  no_slots_available: No slots available
369
370
  registration: Registration
370
371
  conference_program:
@@ -384,17 +385,17 @@ en:
384
385
  pending_validation:
385
386
  confirmation_pending: You will receive the confirmation shortly
386
387
  details: 'You have registered to %{registration_type} type with a cost of %{price} and you can attend to the following events:'
387
- pending_html: Your registration for the conference <a href="%{url}">%{title}</a> is pending to be confirmed.
388
+ pending_html: Your registration for the conference <a href="%{url}">%{title}</a> is pending confirmation.
388
389
  conference_registrations:
389
390
  create:
390
- invalid: There's been a problem joining this conference.
391
- success: You have joined the conference successfully.
391
+ invalid: There was a problem joining this conference.
392
+ success: You have successfully joined the conference.
392
393
  decline_invitation:
393
- invalid: There's been a problem declining the invitation.
394
- success: You have declined the invitation successfully.
394
+ invalid: There was a problem declining the invitation.
395
+ success: You have successfully declined the invitation.
395
396
  destroy:
396
- invalid: There's been a problem leaving this conference.
397
- success: You have left the conference successfully.
397
+ invalid: There was a problem leaving this conference.
398
+ success: You have successfully left the conference.
398
399
  conference_speaker:
399
400
  go_to_twitter: Go to Twitter
400
401
  more_info: more info
@@ -427,7 +428,7 @@ en:
427
428
  confirmation:
428
429
  subject: Your conference's registration has been confirmed
429
430
  pending_validation:
430
- subject: Your conference's registration is pending to be confirmed
431
+ subject: Your conference's registration is pending confirmation
431
432
  invite_join_conference_mailer:
432
433
  invite:
433
434
  subject: Invitation to join a conference
@@ -451,7 +452,7 @@ en:
451
452
  email: Email
452
453
  name: Name
453
454
  registration_type: Registration type
454
- state: State
455
+ state: Status
455
456
  states:
456
457
  confirmed: Confirmed
457
458
  pending: Pending
@@ -463,10 +464,10 @@ en:
463
464
  photo:
464
465
  show:
465
466
  close_modal: Close modal
466
- photo: Photo
467
+ photo: Image
467
468
  photos_list:
468
469
  show:
469
- related_photos: Photos
470
+ related_photos: Images
470
471
  registration_types:
471
472
  index:
472
473
  choose_an_option: 'Choose your registration option:'
@@ -483,9 +484,9 @@ en:
483
484
  details: Details
484
485
  introduction: Introduction
485
486
  objectives: Objectives
486
- related_assemblies: Related Assemblies
487
+ related_assemblies: Related assemblies
487
488
  related_consultations: Related Consultations
488
- related_participatory_processes: Related Participatory Processes
489
+ related_participatory_processes: Related participatory processes
489
490
  statistics:
490
491
  answers_count: Answers
491
492
  comments_count: Comments
@@ -494,7 +495,7 @@ en:
494
495
  endorsements_count: Endorsements
495
496
  headline: Activity
496
497
  meetings_count: Meetings
497
- orders_count: Votes
498
+ orders_count: Supports
498
499
  pages_count: Pages
499
500
  posts_count: Posts
500
501
  projects_count: Projects
@@ -502,13 +503,13 @@ en:
502
503
  results_count: Results
503
504
  surveys_count: Surveys
504
505
  users_count: Participants
505
- votes_count: Votes
506
+ votes_count: Supports
506
507
  events:
507
508
  conferences:
508
- conference_registration_validation_pending:
509
- notification_title: Your registration for the conference <a href="%{resource_url}">%{resource_title}</a> is pending to be confirmed.
510
509
  conference_registration_confirmed:
511
510
  notification_title: Your registration for the conference <a href="%{resource_url}">%{resource_title}</a> has been confirmed.
511
+ conference_registration_validation_pending:
512
+ notification_title: Your registration for the conference <a href="%{resource_url}">%{resource_title}</a> is pending to be confirmed.
512
513
  conference_registrations_over_percentage:
513
514
  email_intro: The "%{resource_title}" conference occupied slots are over %{percentage}%.
514
515
  email_outro: You have received this notification because you are an admin of the conference's participatory space.
@@ -552,9 +553,10 @@ en:
552
553
  take_part: Take part
553
554
  conferences:
554
555
  conference:
556
+ more_info: More info
555
557
  take_part: Take part
556
558
  index:
557
- promoted_conferences: Promoted conferences
559
+ promoted_conferences: Highlighted conferences
558
560
  order_by_conferences:
559
561
  conferences:
560
562
  one: "%{count} conference"