decidim-core 0.16.1 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of decidim-core might be problematic. Click here for more details.

Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/decidim/decidim-logo.svg +69 -60
  3. data/app/assets/javascripts/decidim.js.es6 +1 -0
  4. data/app/assets/javascripts/decidim/core/bundle.js +2 -0
  5. data/app/assets/javascripts/decidim/core/bundle.js.map +1 -0
  6. data/app/assets/javascripts/decidim/data_picker.js.es6 +6 -0
  7. data/app/assets/stylesheets/decidim/_variables.scss +17 -0
  8. data/app/assets/stylesheets/decidim/extras/_leaflet.scss +2 -2
  9. data/app/assets/stylesheets/decidim/layouts/_highlighted_banner.scss +0 -4
  10. data/app/assets/stylesheets/decidim/layouts/_home.scss +2 -2
  11. data/app/assets/stylesheets/decidim/modules/_address.scss +1 -1
  12. data/app/assets/stylesheets/decidim/modules/_author-avatar.scss +3 -2
  13. data/app/assets/stylesheets/decidim/modules/_badges.scss +7 -7
  14. data/app/assets/stylesheets/decidim/modules/_buttons.scss +52 -14
  15. data/app/assets/stylesheets/decidim/modules/_callout.scss +5 -5
  16. data/app/assets/stylesheets/decidim/modules/_cards.scss +9 -23
  17. data/app/assets/stylesheets/decidim/modules/_conference-nav.scss +1 -1
  18. data/app/assets/stylesheets/decidim/modules/_filters.scss +1 -1
  19. data/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss +2 -2
  20. data/app/assets/stylesheets/decidim/modules/_loading-spinner.scss +1 -1
  21. data/app/assets/stylesheets/decidim/modules/_main-container.scss +1 -1
  22. data/app/assets/stylesheets/decidim/modules/_map.scss +3 -3
  23. data/app/assets/stylesheets/decidim/modules/_navbar.scss +3 -3
  24. data/app/assets/stylesheets/decidim/modules/_omnipresent_banner.scss +1 -1
  25. data/app/assets/stylesheets/decidim/modules/_order-by.scss +1 -1
  26. data/app/assets/stylesheets/decidim/modules/_process-header.scss +1 -1
  27. data/app/assets/stylesheets/decidim/modules/_process-nav.scss +8 -8
  28. data/app/assets/stylesheets/decidim/modules/_process-phase.scss +4 -4
  29. data/app/assets/stylesheets/decidim/modules/_status-labels.scss +2 -2
  30. data/app/assets/stylesheets/decidim/modules/_timeline.scss +1 -1
  31. data/app/assets/stylesheets/decidim/modules/_typography.scss +2 -2
  32. data/app/assets/stylesheets/decidim/modules/_wizard-steps.scss +3 -3
  33. data/app/assets/stylesheets/decidim/utils/_mixins.scss +7 -1
  34. data/app/assets/stylesheets/decidim/vizzs/_areachart.scss +3 -7
  35. data/app/cells/decidim/activities_cell.rb +0 -2
  36. data/app/cells/decidim/card_m_cell.rb +3 -1
  37. data/app/cells/decidim/content_blocks/footer_sub_hero_cell.rb +0 -1
  38. data/app/cells/decidim/content_blocks/hero_cell.rb +0 -2
  39. data/app/cells/decidim/content_blocks/highlighted_content_banner_cell.rb +0 -2
  40. data/app/cells/decidim/content_blocks/last_activity_cell.rb +0 -2
  41. data/app/cells/decidim/content_blocks/metrics_cell.rb +0 -2
  42. data/app/cells/decidim/content_blocks/stats_cell.rb +0 -2
  43. data/app/cells/decidim/content_blocks/sub_hero_cell.rb +0 -2
  44. data/app/cells/decidim/follow_button_cell.rb +0 -4
  45. data/app/cells/decidim/pad_iframe_cell.rb +0 -4
  46. data/app/commands/decidim/create_omniauth_registration.rb +1 -1
  47. data/app/commands/decidim/create_report.rb +1 -1
  48. data/app/controllers/concerns/decidim/action_authorization.rb +6 -4
  49. data/app/controllers/concerns/decidim/locale_switcher.rb +14 -0
  50. data/app/controllers/concerns/decidim/participatory_space_context.rb +5 -6
  51. data/app/controllers/decidim/application_controller.rb +1 -1
  52. data/app/controllers/decidim/authorization_modals_controller.rb +5 -5
  53. data/app/controllers/decidim/static_map_controller.rb +2 -0
  54. data/app/frontend/entry.ts +1 -0
  55. data/app/helpers/decidim/cells_helper.rb +0 -1
  56. data/app/helpers/decidim/filters_helper.rb +10 -1
  57. data/app/helpers/decidim/layout_helper.rb +5 -0
  58. data/app/mailers/concerns/decidim/localised_mailer.rb +1 -1
  59. data/app/models/decidim/user.rb +1 -1
  60. data/app/permissions/decidim/permissions.rb +11 -11
  61. data/app/presenters/decidim/resource_locator_presenter.rb +13 -0
  62. data/app/queries/decidim/metrics/users_metric_manage.rb +2 -2
  63. data/app/services/decidim/action_authorizer.rb +51 -26
  64. data/app/services/decidim/email_notification_generator.rb +11 -0
  65. data/app/views/decidim/account/show.html.erb +2 -1
  66. data/app/views/decidim/authorization_modals/_content.html.erb +45 -0
  67. data/app/views/decidim/authorization_modals/show.html.erb +1 -41
  68. data/app/views/decidim/notification_mailer/event_received.html.erb +1 -1
  69. data/app/views/layouts/decidim/_application.html.erb +1 -0
  70. data/app/views/layouts/decidim/_organization_colors.html.erb +5 -0
  71. data/app/views/layouts/decidim/_wrapper.html.erb +3 -1
  72. data/config/locales/ar-SA.yml +180 -10
  73. data/config/locales/ca.yml +118 -120
  74. data/config/locales/cs-CZ.yml +3 -3
  75. data/config/locales/cs.yml +1282 -0
  76. data/config/locales/de.yml +29 -31
  77. data/config/locales/en.yml +148 -149
  78. data/config/locales/es-MX.yml +28 -30
  79. data/config/locales/es-PY.yml +28 -30
  80. data/config/locales/es.yml +124 -126
  81. data/config/locales/eu.yml +28 -30
  82. data/config/locales/fi-pl.yml +1 -1
  83. data/config/locales/fi-plain.yml +1260 -0
  84. data/config/locales/fi.yml +95 -97
  85. data/config/locales/fr.yml +28 -30
  86. data/config/locales/gl.yml +28 -30
  87. data/config/locales/hu.yml +44 -46
  88. data/config/locales/id-ID.yml +28 -30
  89. data/config/locales/it.yml +32 -34
  90. data/config/locales/nl.yml +29 -31
  91. data/config/locales/pl.yml +28 -30
  92. data/config/locales/pt-BR.yml +28 -30
  93. data/config/locales/pt.yml +28 -30
  94. data/config/locales/ru.yml +1 -2
  95. data/config/locales/sv.yml +29 -31
  96. data/config/locales/tr-TR.yml +28 -30
  97. data/config/locales/uk.yml +1 -2
  98. data/db/migrate/20190220023422_add_colors_to_decidim_organization.rb +7 -0
  99. data/lib/decidim/content_renderers/user_renderer.rb +4 -6
  100. data/lib/decidim/core.rb +10 -1
  101. data/lib/decidim/core/test.rb +1 -0
  102. data/lib/decidim/core/test/shared_examples/amendable/amendment_accepted_event_examples.rb +3 -3
  103. data/lib/decidim/core/test/shared_examples/amendable/amendment_created_event_examples.rb +3 -3
  104. data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +3 -3
  105. data/lib/decidim/core/test/shared_examples/amendable/amendment_rejected_event_examples.rb +3 -3
  106. data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +21 -0
  107. data/lib/decidim/core/version.rb +1 -1
  108. data/lib/decidim/data_portability_file_zipper.rb +12 -3
  109. data/lib/decidim/form_builder.rb +3 -9
  110. data/lib/decidim/has_resource_permission.rb +43 -0
  111. data/lib/decidim/settings_manifest.rb +5 -0
  112. data/lib/decidim/view_model.rb +2 -0
  113. data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.ca.js +6 -6
  114. data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.cs.js +14 -0
  115. data/vendor/assets/javascripts/foundation-datepicker.js +2 -10
  116. metadata +18 -7
@@ -136,12 +136,12 @@ de:
136
136
  amendable:
137
137
  amended_by: Geändert durch
138
138
  button: '%{model_name}ändern'
139
- promote_button: Auf %{model_name}
140
139
  error: Bei der Änderung dieser Ressource ist ein Fehler aufgetreten.
141
140
  help_text: Verbessern Sie diese %{model_name} indem Sie ihre %{amendable_fields}ändern
142
- promote_help_text: Sie können diese Erweiterung fördern und als unabhängige %{model_name}
143
141
  no_amenders: Es gibt keine Amender
144
142
  no_amendments: Es gibt keine Änderungen
143
+ promote_button: Auf %{model_name}
144
+ promote_help_text: Sie können diese Erweiterung fördern und als unabhängige %{model_name}
145
145
  section_heading: Änderungen (%{count})
146
146
  created:
147
147
  error: Beim Erstellen dieser Änderung ist ein Fehler aufgetreten. Versuchen Sie es später erneut
@@ -158,9 +158,7 @@ de:
158
158
  evaluating: |-
159
159
  Diese Änderung für die %{amendable_type} %{amendable_link}
160
160
  wird bewertet.
161
- rejected: |-
162
- Diese Änderung für die %{amendable_type} %{amendable_link}
163
- wurde am <strong>%{announcement_date}</strong>abgelehnt.
161
+ rejected: "Diese Änderung für die %{amendable_type} %{amendable_link}\nwurde am <strong>%{announcement_date}</strong>abgelehnt."
164
162
  withdrawn: |-
165
163
  Diese Änderung für die %{amendable_type} %{amendable_link}
166
164
  wurde vom Autor zurückgezogen.
@@ -170,12 +168,12 @@ de:
170
168
  heading: Erstellen Sie Ihre Änderung
171
169
  help_text: Sie ändern die %{model_name}
172
170
  send: Änderung senden
171
+ promoted:
172
+ error: Es gab Fehler bei der Förderung der Emendation
173
+ success: Die Emendation wurde erfolgreich gefördert
173
174
  rejected:
174
175
  error: Beim Ablehnen dieser Änderung ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut
175
176
  success: Die Emendation wurde erfolgreich abgelehnt
176
- promoted:
177
- success: Die Emendation wurde erfolgreich gefördert
178
- error: Es gab Fehler bei der Förderung der Emendation
179
177
  review:
180
178
  back: Zurück
181
179
  heading: Überprüfen Sie die Änderung
@@ -224,7 +222,7 @@ de:
224
222
  name: Code per SMS
225
223
  started_at: Begann am %{timestamp}
226
224
  authorization_modals:
227
- show:
225
+ content:
228
226
  expired:
229
227
  authorize: Erneute Autorisierung mit "%{authorization}"
230
228
  explanation: Ihre Autorisierung ist abgelaufen. Um diese Aktion auszuführen, müssen Sie mit "%{authorization}" erneut autorisiert werden.
@@ -384,6 +382,17 @@ de:
384
382
  title: Die von Ihnen gesuchte Seite kann nicht gefunden werden
385
383
  events:
386
384
  amendments:
385
+ amendment_accepted:
386
+ affected_user:
387
+ email_intro: 'Eine Emendation wurde für %{amendable_title}akzeptiert. Sie können es auf dieser Seite sehen:'
388
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title}.
389
+ email_subject: Eine für %{amendable_title} angenommene Änderung von %{emendation_author_nickname}
390
+ notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erzeugte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}akzeptiert.
391
+ follower:
392
+ email_intro: 'Eine Emendation wurde für %{amendable_title}akzeptiert. Sie können es auf dieser Seite sehen:'
393
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
394
+ email_subject: Eine für %{amendable_title} angenommene Änderung von %{emendation_author_nickname}
395
+ notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erzeugte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}akzeptiert.
387
396
  amendment_created:
388
397
  affected_user:
389
398
  email_intro: 'Eine neue Ausgabe wurde für %{amendable_title}. Sie können es auf dieser Seite sehen:'
@@ -395,17 +404,6 @@ de:
395
404
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
396
405
  email_subject: Eine neue Änderung für %{amendable_title} von %{emendation_author_nickname}
397
406
  notification_title: A <a href="%{emendation_path}">neue emendation</a> wird von geschaffen <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
398
- amendment_rejected:
399
- affected_user:
400
- email_intro: 'Eine Ausgabe wurde für %{amendable_title}abgelehnt. Sie können es auf dieser Seite sehen:'
401
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title}.
402
- email_subject: Ein Änderungsantrag wurde für %{amendable_title} von %{emendation_author_nickname}abgelehnt
403
- notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erstellte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}abgelehnt.
404
- follower:
405
- email_intro: 'Eine Ausgabe wurde für %{amendable_title}abgelehnt. Sie können es auf dieser Seite sehen:'
406
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
407
- email_subject: Ein Änderungsantrag wurde für %{amendable_title} von %{emendation_author_nickname}abgelehnt
408
- notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erstellte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}abgelehnt.
409
407
  amendment_promoted:
410
408
  affected_user:
411
409
  email_intro: 'Eine für %{amendable_title} abgelehnte Ausgabe wurde zu einer unabhängigen %{amendable_type}. Sie können es auf dieser Seite sehen:'
@@ -417,17 +415,17 @@ de:
417
415
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
418
416
  email_subject: Eine Erweiterung von %{emendation_author_nickname} wurde befördert
419
417
  notification_title: A <a href="%{emendation_path}">abgelehnt emendation</a> für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} wird von gefördert <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
420
- amendment_accepted:
418
+ amendment_rejected:
421
419
  affected_user:
422
- email_intro: 'Eine Emendation wurde für %{amendable_title}akzeptiert. Sie können es auf dieser Seite sehen:'
420
+ email_intro: 'Eine Ausgabe wurde für %{amendable_title}abgelehnt. Sie können es auf dieser Seite sehen:'
423
421
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title}.
424
- email_subject: Eine für %{amendable_title} angenommene Änderung von %{emendation_author_nickname}
425
- notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erzeugte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}akzeptiert.
422
+ email_subject: Ein Änderungsantrag wurde für %{amendable_title} von %{emendation_author_nickname}abgelehnt
423
+ notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erstellte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}abgelehnt.
426
424
  follower:
427
- email_intro: 'Eine Emendation wurde für %{amendable_title}akzeptiert. Sie können es auf dieser Seite sehen:'
425
+ email_intro: 'Eine Ausgabe wurde für %{amendable_title}abgelehnt. Sie können es auf dieser Seite sehen:'
428
426
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
429
- email_subject: Eine für %{amendable_title} angenommene Änderung von %{emendation_author_nickname}
430
- notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erzeugte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}akzeptiert.
427
+ email_subject: Ein Änderungsantrag wurde für %{amendable_title} von %{emendation_author_nickname}abgelehnt
428
+ notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erstellte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}abgelehnt.
431
429
  attachments:
432
430
  attachment_created:
433
431
  email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sie können es auf dieser Seite sehen:'
@@ -741,7 +739,7 @@ de:
741
739
  download:
742
740
  csv: Daten herunterladen (csv)
743
741
  followers:
744
- description: Anzahl der Benutzer, die in der Organisation folgen
742
+ description: Anzahl der Benutzer, die dieser Teilnahme folgen
745
743
  object: Anhänger
746
744
  title: Anhänger
747
745
  participants:
@@ -784,8 +782,8 @@ de:
784
782
  show:
785
783
  email_on_notification: Ich möchte jedes Mal eine E-Mail erhalten, wenn ich eine Benachrichtigung erhalte.
786
784
  everything_followed: Alles was ich folge
787
- newsletters: Newsletter
788
785
  newsletter_notifications: Ich möchte Newsletter erhalten
786
+ newsletters: Newsletter
789
787
  own_activity: Meine eigene Tätigkeit, etwa wenn sich jemand in meinem Vorschlag äußert oder mich erwähnt
790
788
  receive_notifications_about: Ich möchte Benachrichtigungen erhalten über
791
789
  send_notifications_by_email: Senden Sie Benachrichtigungen per E-Mail
@@ -876,7 +874,7 @@ de:
876
874
  participatory_space_private_users:
877
875
  not_allowed: Sie dürfen diesen Inhalt nicht sehen
878
876
  profile:
879
- deleted: Gelöschte*r Benutzer*in
877
+ deleted: Teilnehmer gelöscht
880
878
  view: Anzeigen
881
879
  profiles:
882
880
  default_officialization_text_for_user_groups: Diese Benutzergruppe wurde öffentlich überprüft, ihr Name wurde mit dem tatsächlichen Namen verifiziert
@@ -990,8 +988,8 @@ de:
990
988
  no_activities_warning: Dieser Benutzer hat noch keine Aktivität gehabt.
991
989
  user_interests:
992
990
  show:
993
- no_scopes: Diese Organisation hat noch keinen Spielraum!
994
991
  my_interests: Meine Interessen
992
+ no_scopes: Diese Organisation hat noch keinen Spielraum!
995
993
  select_your_interests: Wählen Sie die Themen aus, an denen Sie interessiert sind, um Ereignisse, die sich auf sie beziehen, auf der Registerkarte "Zeitleiste" Ihres Profils zu erhalten.
996
994
  update_my_interests: Aktualisieren Sie meine Interessen
997
995
  update:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  en:
2
3
  activemodel:
3
4
  attributes:
@@ -30,7 +31,7 @@ en:
30
31
  decidim/user:
31
32
  current_password: Current password
32
33
  email: Email
33
- name: Username
34
+ name: Nickname
34
35
  password: Password
35
36
  password_confirmation: Password confirmation
36
37
  remember_me: Remember me
@@ -39,11 +40,11 @@ en:
39
40
  one: Amendment
40
41
  other: Amendments
41
42
  decidim/user:
42
- one: No users
43
- other: Users
43
+ one: No participants
44
+ other: Participants
44
45
  decidim/user_group:
45
- one: User group
46
- other: User groups
46
+ one: Group
47
+ other: Groups
47
48
  booleans:
48
49
  'false': 'No'
49
50
  'true': 'Yes'
@@ -63,7 +64,7 @@ en:
63
64
  file_no_exists: File does not exist
64
65
  invalid_token: The provided token is invalid.
65
66
  no_token: No token provided
66
- notice: Your data is currently in progress. You'll receive an email when it's complete.
67
+ notice: The download of your data is currently in progress. You'll receive an email when it's complete.
67
68
  delete:
68
69
  alert: This action cannot be undone. If you delete your account you won't be able to log in.
69
70
  confirm:
@@ -73,15 +74,15 @@ en:
73
74
  title: Delete my account
74
75
  explanation: Please, fill in the reason you want to delete your account (optional).
75
76
  destroy:
76
- error: There's been an error deleting your account.
77
- success: Your account was deleted successfully.
77
+ error: There was a problem deleting your account.
78
+ success: Your account was successfully deleted.
78
79
  show:
79
80
  change_password: Change password
80
81
  update_account: Update account
81
82
  update:
82
- error: There's been an error updating your account.
83
- success: Your account was updated successfully.
84
- success_with_email_confirmation: Your account was updated successfully. You'll receive an email to confirm your new email address.
83
+ error: There was a problem updating your account.
84
+ success: Your account was successfully updated.
85
+ success_with_email_confirmation: Your account was successfully updated. You'll receive an email to confirm your new email address.
85
86
  admin_log:
86
87
  area:
87
88
  create: "%{user_name} created the %{resource_name} area"
@@ -107,8 +108,8 @@ en:
107
108
  organization:
108
109
  update: "%{user_name} updated the organization settings"
109
110
  participatory_space_private_user:
110
- create: "%{user_name} invited %{resource_name} to be a private user"
111
- delete: "%{user_name} removed the user %{resource_name} as a private user"
111
+ create: "%{user_name} invited %{resource_name} to be a private participant"
112
+ delete: "%{user_name} removed the participant %{resource_name} as a private participant"
112
113
  scope:
113
114
  create: "%{user_name} created the %{resource_name} scope"
114
115
  create_with_parent: "%{user_name} created the %{resource_name} scope inside the %{parent_scope} scope"
@@ -121,30 +122,30 @@ en:
121
122
  delete: "%{user_name} deleted the %{resource_name} static page"
122
123
  update: "%{user_name} updated the %{resource_name} static page"
123
124
  user:
124
- invite: "%{user_name} invited the user %{resource_name} with role: %{role}"
125
- officialize: "%{user_name} officialized the user %{resource_name}"
126
- remove_from_admin: "%{user_name} removed the user %{resource_name} with role: %{role}"
127
- unofficialize: "%{user_name} unofficialized the user %{resource_name}"
125
+ invite: "%{user_name} invited the participant %{resource_name} with role: %{role}"
126
+ officialize: "%{user_name} officialized the participant %{resource_name}"
127
+ remove_from_admin: "%{user_name} removed the participant %{resource_name} with role: %{role}"
128
+ unofficialize: "%{user_name} unofficialized the participant %{resource_name}"
128
129
  user_group:
129
- reject: "%{user_name} rejected the %{resource_name} user group verification"
130
- verify: "%{user_name} verified the %{resource_name} user group"
131
- verify_via_csv: "%{user_name} verified the %{resource_name} user group via a CSV file"
130
+ reject: "%{user_name} rejected the %{resource_name} group verification"
131
+ verify: "%{user_name} verified the group %{resource_name}"
132
+ verify_via_csv: "%{user_name} verified the group %{resource_name} via a CSV file"
132
133
  amendments:
133
134
  accepted:
134
- error: An error ocurred accepting the emendation, please try again later.
135
- success: This emendation has been accepted successfully.
135
+ error: There was a problem accepting the amendment, please try again later.
136
+ success: This amendment has been successfully accepted.
136
137
  amendable:
137
138
  amended_by: Amended by
138
139
  button: Amend %{model_name}
139
- promote_button: Promote to %{model_name}
140
- error: There has been an error amending this resource.
140
+ error: There was a problem amending this resource.
141
141
  help_text: Improve this %{model_name} by modifying its %{amendable_fields}
142
- promote_help_text: You can promote this emendation and publish it as an independent %{model_name}
143
142
  no_amenders: There are no amenders
144
143
  no_amendments: There are no amendments
144
+ promote_button: Publish as a new %{model_name}
145
+ promote_help_text: You can publish this amendment as an independent %{model_name}
145
146
  section_heading: Amendments (%{count})
146
147
  created:
147
- error: An error ocurred creating this amendment, try again later
148
+ error: An error ocurred creating this amendment, please try again later
148
149
  success: The amendment has been created successfully
149
150
  emendation:
150
151
  actions:
@@ -158,9 +159,7 @@ en:
158
159
  evaluating: |-
159
160
  This amendment for the %{amendable_type} %{amendable_link}
160
161
  is being evaluated.
161
- rejected: |-
162
- This emendation for the %{amendable_type} %{amendable_link}
163
- was rejected on <strong>%{announcement_date}</strong>.
162
+ rejected: This amendment for the %{amendable_type} %{amendable_link} has been rejected on <strong>%{announcement_date}</strong>.
164
163
  withdrawn: |-
165
164
  This amendment for the %{amendable_type} %{amendable_link}
166
165
  has been withdrawn by the author.
@@ -170,12 +169,12 @@ en:
170
169
  heading: Create your amendment
171
170
  help_text: You are modifying the %{model_name}
172
171
  send: Send amendment
173
- rejected:
174
- error: An error ocurred when rejecting this emendation, please try again later
175
- success: The emendation has been rejected successfully
176
172
  promoted:
177
- success: Emendation promoted successfully
178
- error: There's been errors when promoting the emendation
173
+ error: There was a problem publishing the amendment as a new proposal
174
+ success: The amendment has been successfully published as a new proposal
175
+ rejected:
176
+ error: There was a problem rejecting this amendment, please try again later
177
+ success: The amendment has been successfully rejected
179
178
  review:
180
179
  back: Back
181
180
  heading: Review the amendment
@@ -190,7 +189,7 @@ en:
190
189
  documents:
191
190
  related_documents: Related documents
192
191
  photos:
193
- related_photos: Related photos
192
+ related_photos: Related images
194
193
  author:
195
194
  comments:
196
195
  one: comment
@@ -210,7 +209,7 @@ en:
210
209
  dummy_authorization_workflow:
211
210
  name: Dummy authorization workflow
212
211
  errors:
213
- duplicate_authorization: A user is already authorized with the same data.
212
+ duplicate_authorization: A participant is already authorized with the same data.
214
213
  expired_at: Expired at %{timestamp}
215
214
  expires_at: Expires at %{timestamp}
216
215
  foo_authorization:
@@ -224,7 +223,7 @@ en:
224
223
  name: Code by SMS
225
224
  started_at: Started at %{timestamp}
226
225
  authorization_modals:
227
- show:
226
+ content:
228
227
  expired:
229
228
  authorize: Reauthorize with "%{authorization}"
230
229
  explanation: Your authorization has expired. In order to perform this action, you need to be reauthorized with "%{authorization}".
@@ -318,7 +317,7 @@ en:
318
317
  email_already_exists: Another account is using the same email address
319
318
  new:
320
319
  complete_profile: Complete profile
321
- nickname_help: Your short, unique identifier in %{organization}
320
+ nickname_help: Your alias (@nickname) in %{organization}
322
321
  sign_up: Please complete your profile
323
322
  subtitle: Please fill in the following form in order to complete the sign up
324
323
  username_help: Public name that appears on your posts. With the aim of guaranteeing the anonymity, can be any name.
@@ -327,7 +326,7 @@ en:
327
326
  already_have_an_account?: Already have an account?
328
327
  newsletter: Receive an occasional newsletter with relevant information
329
328
  newsletter_title: Contact permission
330
- nickname_help: Your short, unique identifier in %{organization}
329
+ nickname_help: Your alias (@nickname) in %{organization}
331
330
  sign_in: Log in
332
331
  sign_up: Sign up
333
332
  sign_up_as:
@@ -342,7 +341,7 @@ en:
342
341
  are_you_new?: New to the platform?
343
342
  register: Create an account
344
343
  sign_in_disabled: You can access with an external account
345
- sign_up_disabled: Sign up is disabled, you can use an existing user to access
344
+ sign_up_disabled: Sign up is disabled, you can use an existing account to access
346
345
  shared:
347
346
  newsletter_modal:
348
347
  buttons:
@@ -373,7 +372,7 @@ en:
373
372
  publish_content: Publish content for you
374
373
  see_email: See your email
375
374
  see_name: See your name
376
- see_username: See your username
375
+ see_username: See your nickname
377
376
  this_application_will_be_able_to: 'This application will be able to:'
378
377
  this_application_will_not_be_able_to: 'This application will not be able to:'
379
378
  update_profile: Update your profile
@@ -388,50 +387,50 @@ en:
388
387
  title: The page you're looking for can't be found
389
388
  events:
390
389
  amendments:
391
- amendment_created:
390
+ amendment_accepted:
392
391
  affected_user:
393
- email_intro: 'A new emendation has been created for %{amendable_title}. You can see it from this page:'
392
+ email_intro: 'An amendment has been accepted for %{amendable_title}. You can see it from this page:'
394
393
  email_outro: You have received this notification because you are an author of %{amendable_title}.
395
- email_subject: A new amendment for %{amendable_title} from %{emendation_author_nickname}
396
- notification_title: A <a href="%{emendation_path}">new emendation</a> has been created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
394
+ email_subject: Accepted amendment for %{amendable_title} from %{emendation_author_nickname}
395
+ notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been accepted for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
397
396
  follower:
398
- email_intro: 'A new emendation has been created for %{amendable_title}. You can see it from this page:'
397
+ email_intro: 'An amendment has been accepted for %{amendable_title}. You can see it from this page:'
399
398
  email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
400
- email_subject: A new amendment for %{amendable_title} from %{emendation_author_nickname}
401
- notification_title: A <a href="%{emendation_path}">new emendation</a> has been created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
402
- amendment_rejected:
399
+ email_subject: Accepted amendment for %{amendable_title} from %{emendation_author_nickname}
400
+ notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been accepted for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
401
+ amendment_created:
403
402
  affected_user:
404
- email_intro: 'An emendation has been rejected for %{amendable_title}. You can see it from this page:'
403
+ email_intro: 'A new amendment has been created for %{amendable_title}. You can see it from this page:'
405
404
  email_outro: You have received this notification because you are an author of %{amendable_title}.
406
- email_subject: An amendment rejected for %{amendable_title} from %{emendation_author_nickname}
407
- notification_title: The <a href="%{emendation_path}">emendation</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
405
+ email_subject: New amendment for %{amendable_title} from %{emendation_author_nickname}
406
+ notification_title: A <a href="%{emendation_path}">new amendment</a> has been created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
408
407
  follower:
409
- email_intro: 'An emendation has been rejected for %{amendable_title}. You can see it from this page:'
408
+ email_intro: 'A new amendment has been created for %{amendable_title}. You can see it from this page:'
410
409
  email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
411
- email_subject: An amendment rejected for %{amendable_title} from %{emendation_author_nickname}
412
- notification_title: The <a href="%{emendation_path}">emendation</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
410
+ email_subject: New amendment for %{amendable_title} from %{emendation_author_nickname}
411
+ notification_title: A <a href="%{emendation_path}">new amendment</a> has been created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
413
412
  amendment_promoted:
414
413
  affected_user:
415
- email_intro: 'An emendation rejected for %{amendable_title} has been promoted to an independent %{amendable_type}. You can see it from this page:'
414
+ email_intro: 'A rejected amendment for %{amendable_title} has been published as a new %{amendable_type}. You can see it from this page:'
416
415
  email_outro: You have received this notification because you are an author of %{amendable_title}.
417
- email_subject: An emendation from %{emendation_author_nickname} has been promoted
418
- notification_title: A <a href="%{emendation_path}">rejected emendation</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} has been promoted by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
416
+ email_subject: An amendment from %{emendation_author_nickname} has been published as a new proposal
417
+ notification_title: A <a href="%{emendation_path}">rejected amendment</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} has been published as a new proposal by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
419
418
  follower:
420
- email_intro: 'An emendation rejected for %{amendable_title} has been promoted to an independent %{amendable_type}. You can see it from this page:'
419
+ email_intro: 'A rejected amendment for %{amendable_title} has been published as a new %{amendable_type}. You can see it from this page:'
421
420
  email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
422
- email_subject: An emendation from %{emendation_author_nickname} has been promoted
423
- notification_title: A <a href="%{emendation_path}">rejected emendation</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} has been promoted by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
424
- amendment_accepted:
421
+ email_subject: An amendment from %{emendation_author_nickname} has been published as a new proposal
422
+ notification_title: A <a href="%{emendation_path}">rejected amendment</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} has been published as a new proposal by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
423
+ amendment_rejected:
425
424
  affected_user:
426
- email_intro: 'An emendation has been accepted for %{amendable_title}. You can see it from this page:'
425
+ email_intro: 'An amendment has been rejected for %{amendable_title}. You can see it from this page:'
427
426
  email_outro: You have received this notification because you are an author of %{amendable_title}.
428
- email_subject: An amendment accepted for %{amendable_title} from %{emendation_author_nickname}
429
- notification_title: The <a href="%{emendation_path}">emendation</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been accepted for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
427
+ email_subject: Amendment rejected for %{amendable_title} from %{emendation_author_nickname}
428
+ notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
430
429
  follower:
431
- email_intro: 'An emendation has been accepted for %{amendable_title}. You can see it from this page:'
430
+ email_intro: 'An amendment has been rejected for %{amendable_title}. You can see it from this page:'
432
431
  email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
433
- email_subject: An amendment accepted for %{amendable_title} from %{emendation_author_nickname}
434
- notification_title: The <a href="%{emendation_path}">emendation</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been accepted for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
432
+ email_subject: Amendment rejected for %{amendable_title} from %{emendation_author_nickname}
433
+ notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
435
434
  attachments:
436
435
  attachment_created:
437
436
  email_intro: 'A new document has been added to %{resource_title}. You can see it from this page:'
@@ -451,15 +450,15 @@ en:
451
450
  email_subject: An update to %{resource_title}
452
451
  gamification:
453
452
  badge_earned:
454
- email_intro: Great job! You've earned the <a href="%{resource_url}">%{badge_name} badge</a> (level %{current_level}).
453
+ email_intro: Congratulations! You've earned the <a href="%{resource_url}">%{badge_name} badge</a> (level %{current_level}).
455
454
  email_outro: You have received this notification because you made activity on our website.
456
455
  email_subject: 'You''ve earned a new badge: %{badge_name}!'
457
- notification_title: Great job! You've earned the <a href="%{resource_path}">%{badge_name} badge</a> (level %{current_level}).
456
+ notification_title: Congratulations! You've earned the <a href="%{resource_path}">%{badge_name} badge</a> (level %{current_level}).
458
457
  level_up:
459
- email_intro: Great job! You've reached level %{current_level} on the <a href="%{resource_url}">%{badge_name} badge</a>!
458
+ email_intro: Congratulations! You've reached level %{current_level} on the <a href="%{resource_url}">%{badge_name} badge</a>!
460
459
  email_outro: You have received this notification because you made activity on our website.
461
460
  email_subject: You've reached level %{current_level} on the %{badge_name} badge!
462
- notification_title: Great job! You've reached level %{current_level} on the <a href="%{resource_path}">%{badge_name} badge</a>!
461
+ notification_title: Congratulations! You've reached level %{current_level} on the <a href="%{resource_path}">%{badge_name} badge</a>!
463
462
  groups:
464
463
  demoted_membership:
465
464
  email_intro: An admin of the <a href="%{resource_url}">%{user_group_name}</a> group has removed your admin rights to that group.
@@ -535,10 +534,10 @@ en:
535
534
  follows:
536
535
  create:
537
536
  button: Follow
538
- error: There has been an error following this resource.
537
+ error: There was a problem following this resource.
539
538
  destroy:
540
539
  button: Stop following
541
- error: There has been an error unfollowing this resource.
540
+ error: There was a problem unfollowing this resource.
542
541
  forms:
543
542
  current_file: Current file
544
543
  current_image: Current image
@@ -551,23 +550,23 @@ en:
551
550
  badges:
552
551
  continuity:
553
552
  conditions:
554
- - Come here often
553
+ - Come here often
555
554
  description: This badge is granted when you visit the platform in a regular way. We like having you around here!
556
- description_another: This user has connected for %{score} consecutive days at some point.
555
+ description_another: This participant has connected for %{score} consecutive days at some point.
557
556
  description_own: You have connected for %{score} consecutive days at some point.
558
557
  name: Continuity
559
558
  next_level_in: Connect for %{score} consecutive days to get to the next level!
560
- unearned_another: This user hasn't signed in for more than one consecutive day.
559
+ unearned_another: This participant hasn't signed in for more than one consecutive day.
561
560
  unearned_own: You haven't connected for more than one consecutive day.
562
561
  followers:
563
562
  conditions:
564
- - Being active and following other people will surely make other people follow you.
563
+ - Being active and following other people will surely make other people follow you.
565
564
  description: This badge is granted when you reach a certain number of followers. %{organization_name} is a social and political network, weave your web to communicate with other people in the platform.
566
- description_another: This user has %{score} followers.
567
- description_own: "%{score} users are following you."
565
+ description_another: This participant has %{score} followers.
566
+ description_own: "%{score} people are following you."
568
567
  name: Followers
569
- next_level_in: Get %{score} more users to follow you to reach the next level!
570
- unearned_another: This user doesn't have any followers yet.
568
+ next_level_in: Get %{score} more people to follow you to reach the next level!
569
+ unearned_another: This participant doesn't have any followers yet.
571
570
  unearned_own: You've got no followers yet.
572
571
  index:
573
572
  badge_title: "%{name} badge"
@@ -576,71 +575,71 @@ en:
576
575
  title: Badges
577
576
  invitations:
578
577
  conditions:
579
- - Use the “invite friends” link on your user page to invite your friends
580
- - Customize, if you want, the message you are sending
581
- - You’ll level up by sending invitations and getting them registered.
578
+ - Use the “invite friends” link on your user page to invite your friends
579
+ - Customize, if you want, the message you are sending
580
+ - You’ll level up by sending invitations and getting them registered.
582
581
  description: This badge is granted when you’ve invited some people and they have spend a little time to register in %{organization_name} and become participants. Thank you for making %{organization_name} known to others and helping to expand the community!
583
- description_another: This user has invited %{score} users.
584
- description_own: You have invited %{score} users.
582
+ description_another: This participant has invited %{score} people.
583
+ description_own: You have invited %{score} people.
585
584
  name: Invitations
586
- next_level_in: Invite %{score} more users to reach the next level!
587
- unearned_another: This user hasn't invited any user yet.
588
- unearned_own: You have invited no users yet.
585
+ next_level_in: Invite %{score} more people to reach the next level!
586
+ unearned_another: This participant has not yet invited anyone.
587
+ unearned_own: You haven't invited anyone yet.
589
588
  description: Badges are recognitions to participant actions and progress in the platform. As you start discovering, participating and interacting in the platform, you will earn different badges.
590
589
  level: Level %{level}
591
590
  reached_top: You've reached the top level for this badge.
592
591
  group_admins:
593
592
  actions:
594
- are_you_sure: Are you sure? This won't remove the user from the group.
593
+ are_you_sure: Are you sure? This won't remove the participant from the group.
595
594
  demote_admin: Remove admin
596
595
  demote:
597
- error: There was an error removing this user from the admins list
598
- success: User removed from admin successfully
596
+ error: There was a problem removing this participant from the admins list
597
+ success: Participant successfully removed from admin
599
598
  index:
600
599
  current_admins: 'Current admins:'
601
600
  manage_admins: Manage admins
602
601
  group_invites:
603
602
  accept:
604
- error: There was an error accepting this invitation
605
- success: Invitation accepted successfully
603
+ error: There was a problem accepting this invitation
604
+ success: Invitation successfully accepted
606
605
  accept_invitation: Accept
607
606
  accept_or_reject_group_invitations: 'The following groups have invited you to join them. Accept or reject their requests:'
608
607
  index:
609
608
  invite: Invite
610
- invite_user: Invite a user
609
+ invite_user: Invite a participant
611
610
  invite:
612
- error: There was an error inviting this user
613
- success: User invited successfully
611
+ error: There was a problem inviting this participant
612
+ success: Participant successfully invited
614
613
  reject:
615
- error: There was an error rejecting this invitation
616
- success: Invitation rejected successfully
614
+ error: There was a problem rejecting this invitation
615
+ success: Invitation successfully rejected
617
616
  reject_invitation: Reject
618
617
  group_members:
619
618
  accept:
620
- error: There was an error accepting this join request
621
- success: Join request accepted successfully
619
+ error: There was a problem accepting this join request
620
+ success: Join request successfully accepted
622
621
  actions:
623
622
  are_you_sure: Are you sure?
624
623
  promote_to_admin: Make admin
625
- remove_from_group: Remove user
624
+ remove_from_group: Remove participant
626
625
  index:
627
626
  current_members_without_admins: 'Current members (without admins):'
628
627
  manage_members: Manage members
629
628
  promote:
630
- error: There was an error promoting this user
631
- success: User promoted successfully
629
+ error: There was a problem promoting this participant
630
+ success: Participant promoted successfully
632
631
  reject:
633
- error: There was an error rejecting this join request
634
- success: Join request rejected successfully
632
+ error: There was a problem rejecting this join request
633
+ success: Join request successfully rejected
635
634
  remove:
636
- error: There was an error removing this user from the group
637
- success: User removed from the group successfully
635
+ error: There was a problem removing this participant from the group
636
+ success: Participant successfully removed from the group
638
637
  groups:
639
638
  actions:
640
639
  are_you_sure: Are you sure?
641
640
  create:
642
- error: There has been a problem creating the group
643
- success: Group created successfully
641
+ error: There was a problem creating the group
642
+ success: Group successfully created
644
643
  edit:
645
644
  edit_user_group: Edit group
646
645
  update_user_group: Update group
@@ -649,14 +648,14 @@ en:
649
648
  email_help: Email of your organization, association, collective, group, etc.
650
649
  fill_in_for_verification: 'Fill in these fields if you want your group to be verified:'
651
650
  name_help: Name of your organization, association, collective, group, etc.
652
- nickname_help: Username of your organization, association, collective, group, etc. Do not use spaces nor accents.
651
+ nickname_help: Nickname of your organization, association, collective, group, etc. Do not use spaces nor accents.
653
652
  phone_help: Do not use dashes nor spaces
654
653
  join:
655
- error: There has been a problem joining the group
656
- success: Join request created successfully. An admin will review your request before accepting you to the group.
654
+ error: There was a problem joining the group
655
+ success: Join request successfully created. An admin will review your request before accepting you to the group.
657
656
  leave:
658
- error: There has been a problem leaving the group
659
- success: Group left successfully.
657
+ error: There was a problem leaving the group
658
+ success: Group successfully abandoned.
660
659
  members:
661
660
  accept_or_reject_join_requests: 'The following users have applied to join this group. Accept or reject their requests:'
662
661
  accept_request: Accept
@@ -671,8 +670,8 @@ en:
671
670
  creator: Creator
672
671
  member: Member
673
672
  update:
674
- error: There has been a problem updating the group
675
- success: Group updated successfully
673
+ error: There was a problem updating the group
674
+ success: Group successfully updated
676
675
  help:
677
676
  main_topic:
678
677
  default_page:
@@ -707,9 +706,9 @@ en:
707
706
  scope_type_presenter:
708
707
  not_found: 'The scope type was not found on the database (ID: %{id})'
709
708
  managed_users:
710
- expired_session: The current impersonation session has expired.
709
+ expired_session: The current administration session of a participant has expired.
711
710
  members:
712
- no_members: This user groups doesn't have any member yet.
711
+ no_members: This group doesn't have any members yet.
713
712
  menu:
714
713
  help: Help
715
714
  home: Home
@@ -745,17 +744,17 @@ en:
745
744
  download:
746
745
  csv: Download data (csv)
747
746
  followers:
748
- description: Number of users that follow this participation space
747
+ description: Number of participants that follow this participation space
749
748
  object: followers
750
749
  title: Followers
751
750
  participants:
752
- description: Number of active user in organization
751
+ description: Number of active participants in organization
753
752
  object: participants
754
753
  title: Participants
755
754
  users:
756
- description: Number of user in organization
757
- object: users
758
- title: Users
755
+ description: Number of participants in organization
756
+ object: participants
757
+ title: Participants
759
758
  newsletter_mailer:
760
759
  newsletter:
761
760
  note: You received this email because you're subscribed to newsletters on %{organization_name}. You can change your settings on your <a href="%{link}">notifications page</a>.
@@ -764,7 +763,7 @@ en:
764
763
  newsletters:
765
764
  unsubscribe:
766
765
  check_subscription: If you want to change your preferences, you can do so in the <a href="%{link}" target="_blank">configuration page</a>
767
- error: There's been an error unsubscribing
766
+ error: There was a problem unsubscribing
768
767
  success: You are unsubscribed successfully.
769
768
  token_error: The link has expired.
770
769
  unsubscribe: Unsubscribe
@@ -772,7 +771,7 @@ en:
772
771
  unathorized: Sorry, this link is no longer available
773
772
  update:
774
773
  error: Something wrong happened
775
- success: Newsletter settings updated successfully
774
+ success: Newsletter settings successfully updated
776
775
  newsletters_opt_in_mailer:
777
776
  notify:
778
777
  body_1: The processing of personal data and its protection is becoming increasingly important for all of us. With the new General Data Protection Regulation (GDPR) of May 25, 2018, individuals have better control over their personal data. For this reason we need your "OK" to continue sending relevant information about the activities of the %{organization_name}.
@@ -788,15 +787,15 @@ en:
788
787
  show:
789
788
  email_on_notification: I want to receive an email every time I receive a notification.
790
789
  everything_followed: Everything I follow
791
- newsletters: Newsletters
792
790
  newsletter_notifications: I want to receive newsletters
791
+ newsletters: Newsletters
793
792
  own_activity: My own activity, like when someone comments in my proposal or mentions me
794
793
  receive_notifications_about: I want to get notifications about
795
794
  send_notifications_by_email: Send notifications by email
796
795
  update_notifications_settings: Save changes
797
796
  update:
798
- error: There's been an error updating your notifications settings.
799
- success: Your notifications settings were updated successfully.
797
+ error: There was a problem updating your notifications settings.
798
+ success: Your notifications settings were successfully updated.
800
799
  open_data:
801
800
  not_available_yet: The Open Data files are not yet available, please try again in a few minutes.
802
801
  own_user_groups:
@@ -861,7 +860,7 @@ en:
861
860
  link: Show all statistics
862
861
  terms_and_conditions:
863
862
  accept:
864
- error: There's been an error while accepting the terms and conditions.
863
+ error: There was a problem accepting the terms and conditions.
865
864
  success: Great! You have accepted the terms and conditions.
866
865
  form:
867
866
  agreement: I agree this terms
@@ -880,10 +879,10 @@ en:
880
879
  participatory_space_private_users:
881
880
  not_allowed: You are not allowed to view this content
882
881
  profile:
883
- deleted: Deleted user
882
+ deleted: Participant deleted
884
883
  view: View
885
884
  profiles:
886
- default_officialization_text_for_user_groups: This user group is publicly verified, its name has been verified to correspond with its real name
885
+ default_officialization_text_for_user_groups: This group is publicly verified, its name has been verified to correspond with its real name
887
886
  default_officialization_text_for_users: This participant is publicly verified, his/her name or role has been verified to correspond with his/her real name and role
888
887
  show:
889
888
  activity: Activity
@@ -904,7 +903,7 @@ en:
904
903
  edit_profile: Edit profile
905
904
  edit_user_group: Edit group profile
906
905
  fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it
907
- invite_user: Invite user
906
+ invite_user: Invite participant
908
907
  join_user_group: Request to join group
909
908
  leave_user_group: Leave group
910
909
  manage_user_group_admins: Manage admins
@@ -988,18 +987,18 @@ en:
988
987
  share: Share
989
988
  share_link: Share link
990
989
  version_author:
991
- deleted: Deleted user
990
+ deleted: Deleted participant
992
991
  user_activity:
993
992
  index:
994
- no_activities_warning: This user hasn't had any activity yet.
993
+ no_activities_warning: This participant hasn't had any activity yet.
995
994
  user_interests:
996
995
  show:
997
- no_scopes: This organization doesn't have any scope yet!
998
996
  my_interests: My interests
997
+ no_scopes: This organization doesn't have any scope yet!
999
998
  select_your_interests: Select the topics you're interested in to receive events related to them in your profile Timeline tab.
1000
999
  update_my_interests: Update my interests
1001
1000
  update:
1002
- error: There was an error while updating your interests.
1001
+ error: There was a problem updating your interests.
1003
1002
  success: Your interests have been successfully updated.
1004
1003
  welcome_notification:
1005
1004
  default_body: <p>Hi {{name}}, thanks for joining {{organization}} and welcome!</p><ul><li>If you want to get a quick idea of what you can do here, have a look at the <a href="{{help_url}}">Help</a> section.</li><li>Once you have read it you will get your first badge. Here's a <a href="{{badges_url}}">list of all the badges</a> you can get as you participate in {{organization}}</li><li>Last but not least, join other people, share with them the experience of being engaged and participating in {{organization}}. Make proposals, comments, debate, think about how to contribute to the common good, provide arguments to convince, listen and read to be convinced, express your ideas in a concrete and direct way, respond with patience and decision, defend your ideas and keep an open mind to collaborate and join other people's ideas.</li></ul>
@@ -1024,7 +1023,7 @@ en:
1024
1023
  invitations:
1025
1024
  edit:
1026
1025
  header: Finish creating your account
1027
- nickname_help: Your unique identifier in %{organization}.
1026
+ nickname_help: Your nickname in %{organization}.
1028
1027
  submit_button: Save
1029
1028
  subtitle: If you accept the invitation please set your nickname and password.
1030
1029
  invitation_removed: Your invitation was removed.
@@ -1040,7 +1039,7 @@ en:
1040
1039
  confirmation_instructions:
1041
1040
  action: Confirm my account
1042
1041
  greeting: Welcome %{recipient}!
1043
- instruction: 'You can confirm your account email through the link below:'
1042
+ instruction: 'You can confirm your email account through the link below:'
1044
1043
  subject: Confirmation instructions
1045
1044
  email_changed:
1046
1045
  greeting: Hello %{recipient}!
@@ -1055,10 +1054,10 @@ en:
1055
1054
  If you don't want to accept the invitation, please ignore this email.<br />
1056
1055
  Your account won't be created until you access the link above and set your nickname and password.
1057
1056
  invited_you_as_admin: "%{invited_by} has invited you as an admin of %{application}. You can accept it through the link below."
1058
- invited_you_as_private_user: "%{invited_by} has invited you as a private user of %{application}. You can accept it through the link below."
1057
+ invited_you_as_private_user: "%{invited_by} has invited you as a private participant of %{application}. You can accept it through the link below."
1059
1058
  someone_invited_you: Someone has invited you to %{application}. You can accept it through the link below.
1060
1059
  someone_invited_you_as_admin: Someone has invited you as an admin of %{application}, you can accept it through the link below.
1061
- someone_invited_you_as_private_user: Someone has invited you as private_user of %{application}, you can accept it through the link below.
1060
+ someone_invited_you_as_private_user: Someone has invited you as private participant of %{application}, you can accept it through the link below.
1062
1061
  subject: Invitation instructions
1063
1062
  invite_admin:
1064
1063
  subject: You've been invited to manage %{organization}
@@ -1100,10 +1099,10 @@ en:
1100
1099
  no_token: You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided.
1101
1100
  send_instructions: You will receive an email with instructions on how to reset your password in a few minutes.
1102
1101
  send_paranoid_instructions: If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes.
1103
- updated: Your password has been changed successfully. You are now signed in.
1104
- updated_not_active: Your password has been changed successfully.
1102
+ updated: Your password has been successfully changed. You are now signed in.
1103
+ updated_not_active: Your password has been successfully changed.
1105
1104
  registrations:
1106
- destroyed: Bye! Your account has been successfully cancelled. We hope to see you again soon.
1105
+ destroyed: Your account has been successfully cancelled. We hope to see you again soon.
1107
1106
  edit:
1108
1107
  are_you_sure: Are you sure?
1109
1108
  cancel_my_account: Cancel my account
@@ -1120,7 +1119,7 @@ en:
1120
1119
  signed_up_but_locked: You have signed up successfully. However, we could not sign you in because your account is locked.
1121
1120
  signed_up_but_unconfirmed: A message with a confirmation link has been sent to your email address. Please follow the link to activate your account.
1122
1121
  update_needs_confirmation: You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address.
1123
- updated: Your account has been updated successfully.
1122
+ updated: Your account has been successfully updated.
1124
1123
  sessions:
1125
1124
  already_signed_out: Signed out successfully.
1126
1125
  new:
@@ -1144,7 +1143,7 @@ en:
1144
1143
  resend_unlock_instructions: Resend unlock instructions
1145
1144
  send_instructions: You will receive an email with instructions for how to unlock your account in a few minutes.
1146
1145
  send_paranoid_instructions: If your account exists, you will receive an email with instructions for how to unlock it in a few minutes.
1147
- unlocked: Your account has been unlocked successfully. Please sign in to continue.
1146
+ unlocked: Your account has been successfully unlocked. Please sign in to continue.
1148
1147
  doorkeeper:
1149
1148
  scopes:
1150
1149
  public: Your public information.
@@ -1190,7 +1189,7 @@ en:
1190
1189
  sign_up: Sign Up
1191
1190
  impersonation_warning:
1192
1191
  close_session: Close session
1193
- description_html: You are impersonating the user <b>%{user_name}</b>.
1192
+ description_html: You are managing the participant <b>%{user_name}</b>.
1194
1193
  expire_time_html: Your session will expire in <b><span class="minutes">%{minutes}</span> minutes</b>.
1195
1194
  notifications_dashboard:
1196
1195
  mark_all_as_read: Mark all as read
@@ -1208,7 +1207,7 @@ en:
1208
1207
  my_data: My data
1209
1208
  my_interests: My interests
1210
1209
  notifications_settings: Notifications settings
1211
- title: User settings
1210
+ title: Participant settings
1212
1211
  user_groups: Groups
1213
1212
  widget:
1214
1213
  see_more: See more