decidim-admin 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-admin might be problematic. Click here for more details.

Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/config/decidim_admin_manifest.js +1 -1
  3. data/app/assets/javascripts/decidim/admin/bundle.js +17 -17
  4. data/app/assets/javascripts/decidim/admin/bundle.js.map +1 -1
  5. data/app/assets/javascripts/decidim/admin/resources_permissions.js.es6 +13 -0
  6. data/app/assets/javascripts/decidim/admin/subform_multi_toggler.component.js.es6 +43 -0
  7. data/app/assets/stylesheets/decidim/admin/bundle.scss +2 -1
  8. data/app/commands/decidim/admin/unhide_resource.rb +49 -0
  9. data/app/commands/decidim/admin/unreport_resource.rb +1 -1
  10. data/app/commands/decidim/admin/update_component_permissions.rb +14 -4
  11. data/app/commands/decidim/admin/update_organization_appearance.rb +13 -0
  12. data/app/commands/decidim/admin/update_resource_permissions.rb +67 -0
  13. data/app/controllers/decidim/admin/component_permissions_controller.rb +4 -37
  14. data/app/controllers/decidim/admin/components/base_controller.rb +4 -1
  15. data/app/controllers/decidim/admin/moderations_controller.rb +16 -0
  16. data/app/controllers/decidim/admin/resource_permissions_controller.rb +104 -0
  17. data/app/events/decidim/attachment_created_event.rb +1 -1
  18. data/app/forms/decidim/admin/organization_appearance_form.rb +6 -0
  19. data/app/forms/decidim/admin/permission_form.rb +24 -10
  20. data/app/helpers/decidim/admin/resource_permissions_helper.rb +14 -0
  21. data/app/permissions/decidim/admin/permissions.rb +8 -10
  22. data/app/views/decidim/admin/moderations/index.html.erb +8 -1
  23. data/app/views/decidim/admin/organization_appearance/_form.html.erb +40 -0
  24. data/app/views/decidim/admin/resource_permissions/_options_form.html.erb +19 -0
  25. data/app/views/decidim/admin/resource_permissions/edit.html.erb +58 -0
  26. data/config/locales/ar-SA.yml +113 -7
  27. data/config/locales/ca.yml +70 -58
  28. data/config/locales/cs-CZ.yml +18 -6
  29. data/config/locales/cs.yml +721 -0
  30. data/config/locales/de.yml +20 -8
  31. data/config/locales/en.yml +98 -85
  32. data/config/locales/es-MX.yml +20 -8
  33. data/config/locales/es-PY.yml +20 -8
  34. data/config/locales/es.yml +76 -64
  35. data/config/locales/eu.yml +20 -8
  36. data/config/locales/fi-pl.yml +18 -6
  37. data/config/locales/fi-plain.yml +721 -0
  38. data/config/locales/fi.yml +76 -64
  39. data/config/locales/fr.yml +20 -8
  40. data/config/locales/gl.yml +20 -8
  41. data/config/locales/hu.yml +20 -8
  42. data/config/locales/id-ID.yml +20 -8
  43. data/config/locales/it.yml +20 -8
  44. data/config/locales/nl.yml +20 -8
  45. data/config/locales/pl.yml +20 -8
  46. data/config/locales/pt-BR.yml +20 -8
  47. data/config/locales/pt.yml +20 -8
  48. data/config/locales/ru.yml +3 -6
  49. data/config/locales/sv.yml +20 -8
  50. data/config/locales/tr-TR.yml +20 -8
  51. data/config/locales/uk.yml +3 -6
  52. data/lib/decidim/admin/test/manage_component_permissions_examples.rb +148 -38
  53. data/lib/decidim/admin/version.rb +1 -1
  54. metadata +17 -11
  55. data/app/assets/javascripts/decidim/admin/component_permissions.js.es6 +0 -13
  56. data/app/views/decidim/admin/component_permissions/_options_form.html.erb +0 -14
  57. data/app/views/decidim/admin/component_permissions/edit.html.erb +0 -53
@@ -36,6 +36,7 @@ de:
36
36
  organization_url: Organisations-URL
37
37
  redirect_uri: URI umleiten
38
38
  organization:
39
+ alert_color: Warnen
39
40
  badges_enabled: Abzeichen aktivieren
40
41
  cta_button_path: Call To Action Schaltfläche Pfad
41
42
  cta_button_text: Call To Action Schaltfläche Text
@@ -62,11 +63,15 @@ de:
62
63
  omnipresent_banner_short_description: Kurze Beschreibung
63
64
  omnipresent_banner_title: Titel
64
65
  omnipresent_banner_url: URL
66
+ primary_color: Primär
65
67
  reference_prefix: Referenzpräfix
68
+ secondary_color: Sekundär
66
69
  show_statistics: Zeige Statistiken
70
+ success_color: Erfolg
67
71
  tos_version: Nutzungsbedingungen Version
68
72
  twitter_handler: Twitter-Handler
69
73
  user_groups_enabled: Benutzergruppen aktivieren
74
+ warning_color: Warnung
70
75
  youtube_handler: YouTube-Handler
71
76
  scope:
72
77
  code: Code
@@ -102,10 +107,10 @@ de:
102
107
  must_be_ssl: Der Umleitungs-URI muss ein SSL-URI sein
103
108
  organization:
104
109
  attributes:
105
- official_img_header:
106
- allowed_file_content_types: Ungültige Bilddatei
107
110
  official_img_footer:
108
111
  allowed_file_content_types: Ungültige Bilddatei
112
+ official_img_header:
113
+ allowed_file_content_types: Ungültige Bilddatei
109
114
  activerecord:
110
115
  attributes:
111
116
  decidim/static_page:
@@ -220,10 +225,6 @@ de:
220
225
  error: Beim Aktualisieren dieser Kategorie ist ein Fehler aufgetreten.
221
226
  success: Die Kategorie wurde erfolgreich aktualisiert.
222
227
  component_permissions:
223
- edit:
224
- everyone: Jeder
225
- submit: Berechtigungen speichern
226
- title: Berechtigungen bearbeiten
227
228
  update:
228
229
  success: Berechtigungen wurden erfolgreich aktualisiert.
229
230
  components:
@@ -510,6 +511,7 @@ de:
510
511
  edit:
511
512
  update: Aktualisieren
512
513
  form:
514
+ colors_title: Organisationsfarben
513
515
  cta_button_path_help: 'Sie können überschreiben, wo die Call To Action-Schaltfläche in der Homepage verlinkt ist. Verwenden Sie hier Teilpfade, nicht vollständige URLs. Akzeptiert Buchstaben, Zahlen, Bindestriche und Schrägstriche und muss mit einem Buchstaben beginnen. Die Call To Action-Schaltfläche wird auf der Startseite zwischen Begrüßungstext und Beschreibung angezeigt. Beispiel: %{url}'
514
516
  cta_button_text_help: Sie können den Text der Call To Action-Schaltfläche auf der Startseite für jede verfügbare Sprache in Ihrer Organisation überschreiben. Wenn nicht festgelegt, wird der Standardwert verwendet. Die Call To Action-Schaltfläche wird auf der Startseite zwischen Begrüßungstext und Beschreibung angezeigt.
515
517
  header_snippets_help: Verwenden Sie dieses Feld, um Dinge zum HTML-Kopf hinzuzufügen. Die häufigste Verwendung ist die Integration von Drittanbieterdiensten, für die zusätzliches JavaScript oder CSS erforderlich ist. Außerdem können Sie damit dem HTML zusätzliche Meta-Tags hinzufügen. Beachten Sie, dass dies nur auf öffentlichen Seiten und nicht im Admin-Bereich erfolgt.
@@ -536,6 +538,12 @@ de:
536
538
  new:
537
539
  create: Erstellen
538
540
  title: Neuer privater Benutzer des Participatory Space.
541
+ resource_permissions:
542
+ edit:
543
+ submit: einreichen
544
+ title: Berechtigungen bearbeiten
545
+ update:
546
+ success: Berechtigungen wurden erfolgreich aktualisiert.
539
547
  scope_types:
540
548
  create:
541
549
  error: Beim Erstellen eines neuen Geltungstyps ist ein Fehler aufgetreten.
@@ -615,8 +623,8 @@ de:
615
623
  areas: Bereiche
616
624
  authorization_workflows: Verifizierungsmethoden
617
625
  dashboard: Instrumententafel
618
- impersonatable_users: Impersonable Benutzer
619
- impersonations: Identitätswechsel
626
+ impersonatable_users: Überschaubare Benutzer
627
+ impersonations: Benutzerverwaltung
620
628
  participants: Benutzer
621
629
  scope_types: Bereichstypen
622
630
  scopes: Bereiche
@@ -677,12 +685,16 @@ de:
677
685
  hide: verbergen
678
686
  not_hidden: Nicht versteckt
679
687
  title: Aktionen
688
+ unhide: Einblenden
680
689
  unreport: Nicht melden
681
690
  admin:
682
691
  reportable:
683
692
  hide:
684
693
  invalid: Beim Verbergen der Ressource ist ein Problem aufgetreten.
685
694
  success: Ressource erfolgreich ausgeblendet
695
+ unhide:
696
+ invalid: Es gab ein Problem beim Verstecken der Ressource.
697
+ success: Ressource erfolgreich ausgeblendet.
686
698
  unreport:
687
699
  invalid: Es ist ein Problem aufgetreten, die Ressource nicht zu melden.
688
700
  success: Die Ressource wurde erfolgreich nicht gemeldet.
@@ -1,3 +1,4 @@
1
+ ---
1
2
  en:
2
3
  activemodel:
3
4
  attributes:
@@ -36,6 +37,7 @@ en:
36
37
  organization_url: Organization URL
37
38
  redirect_uri: Redirect URI
38
39
  organization:
40
+ alert_color: Alert
39
41
  badges_enabled: Enable badges
40
42
  cta_button_path: Call To Action button path
41
43
  cta_button_text: Call To Action button text
@@ -62,11 +64,15 @@ en:
62
64
  omnipresent_banner_short_description: Short description
63
65
  omnipresent_banner_title: Title
64
66
  omnipresent_banner_url: URL
67
+ primary_color: Primary
65
68
  reference_prefix: Reference prefix
69
+ secondary_color: Secondary
66
70
  show_statistics: Show statistics
71
+ success_color: Success
67
72
  tos_version: Terms of service version
68
73
  twitter_handler: Twitter handler
69
- user_groups_enabled: Enable user groups
74
+ user_groups_enabled: Enable groups
75
+ warning_color: Warning
70
76
  youtube_handler: YouTube handler
71
77
  scope:
72
78
  code: Code
@@ -102,10 +108,10 @@ en:
102
108
  must_be_ssl: The redirect URI must be a SSL URI
103
109
  organization:
104
110
  attributes:
105
- official_img_header:
106
- allowed_file_content_types: Invalid image file
107
111
  official_img_footer:
108
112
  allowed_file_content_types: Invalid image file
113
+ official_img_header:
114
+ allowed_file_content_types: Invalid image file
109
115
  activerecord:
110
116
  attributes:
111
117
  decidim/static_page:
@@ -133,7 +139,7 @@ en:
133
139
  verify: Verify
134
140
  area_types:
135
141
  create:
136
- error: There was an error creating a new area type.
142
+ error: There was a problem creating a new area type.
137
143
  success: Area type created successfully.
138
144
  destroy:
139
145
  success: Area type successfully destroyed
@@ -144,11 +150,11 @@ en:
144
150
  create: Create area type
145
151
  title: New area type
146
152
  update:
147
- error: There was an error when updating this area type.
153
+ error: There was a problem updating this area type.
148
154
  success: Area type updated successfully
149
155
  areas:
150
156
  create:
151
- error: There was an error creating a new area.
157
+ error: There was a problem creating a new area.
152
158
  success: Area created successfully.
153
159
  destroy:
154
160
  success: Area successfully destroyed
@@ -160,11 +166,11 @@ en:
160
166
  title: New area
161
167
  no_areas: No Areas
162
168
  update:
163
- error: There was an error when updating this area.
169
+ error: There was a problem updating this area.
164
170
  success: Area updated successfully
165
171
  attachment_collections:
166
172
  create:
167
- error: There was an error creating a new folder.
173
+ error: There was a problem creating a new folder.
168
174
  success: Folder created successfully.
169
175
  destroy:
170
176
  success: Folder destroyed successfully.
@@ -178,11 +184,11 @@ en:
178
184
  create: Create
179
185
  title: New folder
180
186
  update:
181
- error: There was an error when updating this folder.
187
+ error: There was a problem updating this folder.
182
188
  success: Folder updated successfully.
183
189
  attachments:
184
190
  create:
185
- error: There was an error creating a new attachment.
191
+ error: There was a problem creating a new attachment.
186
192
  success: Attachment created successfully.
187
193
  destroy:
188
194
  success: Attachment destroyed successfully.
@@ -195,17 +201,17 @@ en:
195
201
  create: Create attachment
196
202
  title: New attachment
197
203
  update:
198
- error: There was an error when updating this attachment.
204
+ error: There was a problem updating this attachment.
199
205
  success: Attachment updated successfully.
200
206
  autocomplete:
201
207
  no_results: No results found
202
208
  search_prompt: Type at least three characters to search
203
209
  categories:
204
210
  create:
205
- error: There was an error creating this category.
211
+ error: There was a problem creating this category.
206
212
  success: Category created successfully.
207
213
  destroy:
208
- error: There was an error deleting this category. Please delete any subcategory first, make sure no other entity belongs to this category and try again.
214
+ error: There was a problem deleting this category. Please delete any subcategory first, make sure no other entity belongs to this category and try again.
209
215
  success: Category deleted successfully.
210
216
  edit:
211
217
  title: Edit category
@@ -217,21 +223,17 @@ en:
217
223
  create: Create category
218
224
  title: New category
219
225
  update:
220
- error: There was an error updating this category.
226
+ error: There was a problem updating this category.
221
227
  success: Category updated successfully.
222
228
  component_permissions:
223
- edit:
224
- everyone: Everyone
225
- submit: Save permissions
226
- title: Edit permissions
227
229
  update:
228
230
  success: Permissions updated successfully.
229
231
  components:
230
232
  create:
231
- error: There was an error creating this component.
233
+ error: There was a problem creating this component.
232
234
  success: Component created successfully.
233
235
  destroy:
234
- error: There has been an error destroying this component.
236
+ error: There was a problem destroying this component.
235
237
  success: Component deleted successfully.
236
238
  edit:
237
239
  title: Edit component
@@ -255,7 +257,7 @@ en:
255
257
  unpublish:
256
258
  success: The component has been successfully unpublished.
257
259
  update:
258
- error: There has been an error updating this component.
260
+ error: There was a problem updating this component.
259
261
  success: The component was updated successfully.
260
262
  dashboard:
261
263
  show:
@@ -265,7 +267,7 @@ en:
265
267
  export_as: "%{name} as %{export_format}"
266
268
  notice: Your export is currently in progress. You'll receive an email when it's complete.
267
269
  help_sections:
268
- error: There's been an error updating the help sections
270
+ error: There was a problem updating the help sections
269
271
  form:
270
272
  save: Save
271
273
  success: Help sections updated successfully
@@ -277,7 +279,7 @@ en:
277
279
  not_managed: Not managed
278
280
  filter_by: Filter by
279
281
  impersonate: Impersonate
280
- impersonate_new_managed_user: Impersonate new managed user
282
+ impersonate_new_managed_user: Manage new participant
281
283
  managed: Managed
282
284
  name: Name
283
285
  needs_authorization_warning: You need at least one authorization enabled for this organization.
@@ -288,31 +290,31 @@ en:
288
290
  view_logs: View logs
289
291
  impersonations:
290
292
  close_session:
291
- error: There has been an error closing the current impersonation session.
293
+ error: There was a problem closing the current participant management session.
292
294
  success: The current impersonation session has been successfully ended.
293
295
  create:
294
- error: There has been an error impersonating the user.
295
- success: The managed user has been successfully created.
296
+ error: There was a problem managing the participant.
297
+ success: The managed participant has been successfully created.
296
298
  form:
297
299
  authorization_method: Authorization method
298
300
  name: Name
299
301
  reason: Reason
300
302
  new:
301
303
  impersonate: Impersonate
302
- impersonate_existing_managed_user: Impersonate managed user "%{name}"
303
- impersonate_existing_user: Impersonate user "%{name}"
304
- impersonate_new_managed_user: Impersonate new managed user
304
+ impersonate_existing_managed_user: Manage participant "%{name}"
305
+ impersonate_existing_user: Manage participant "%{name}"
306
+ impersonate_new_managed_user: Manage new participant
305
307
  logs:
306
308
  logs_list:
307
309
  no_logs_yet: There are no logs yet
308
310
  managed_users:
309
311
  promotion:
310
- error: There has been an error promoting the managed user.
311
- success: The managed user has been successfully promoted.
312
+ error: There was a problem promoting the managed participant.
313
+ success: The managed participant has been successfully promoted.
312
314
  promotions:
313
315
  new:
314
- explanation: Managed users can be promoted to standard users. It means they will be invited to the application and you will not be able to impersonate them again. The invited user will receive an email to accept your invitation.
315
- new_managed_user_promotion: New managed user promotion
316
+ explanation: Managed participants can be promoted to standard participants. It means they will be invited to the application and you will not be able to manage them again. The invited participant will receive an email to accept your invitation.
317
+ new_managed_user_promotion: New managed participant promotion
316
318
  promote: Promote
317
319
  menu:
318
320
  admin_log: Admin activity log
@@ -332,8 +334,8 @@ en:
332
334
  scopes: Scopes
333
335
  settings: Settings
334
336
  static_pages: Pages
335
- user_groups: User groups
336
- users: Users
337
+ user_groups: Groups
338
+ users: Participants
337
339
  models:
338
340
  area:
339
341
  fields:
@@ -361,7 +363,7 @@ en:
361
363
  expired_at: Expired at
362
364
  reason: Reason
363
365
  started_at: Started at
364
- user: User
366
+ user: Participant
365
367
  newsletter:
366
368
  fields:
367
369
  created_at: Created at
@@ -375,7 +377,7 @@ en:
375
377
  name: Name
376
378
  name: OAuth application
377
379
  participatory_space_private_user:
378
- name: Participatory space private user
380
+ name: Participatory space private participant
379
381
  scope:
380
382
  fields:
381
383
  name: Name
@@ -397,8 +399,8 @@ en:
397
399
  role: Role
398
400
  roles:
399
401
  admin: Admin
400
- user_manager: User manager
401
- name: User
402
+ user_manager: Participant manager
403
+ name: Participant
402
404
  user_group:
403
405
  fields:
404
406
  actions: Actions
@@ -407,7 +409,7 @@ en:
407
409
  name: Name
408
410
  phone: Phone
409
411
  state: State
410
- users_count: Users count
412
+ users_count: Participants count
411
413
  moderations:
412
414
  index:
413
415
  title: Moderations
@@ -418,10 +420,10 @@ en:
418
420
  spam: Spam
419
421
  newsletters:
420
422
  create:
421
- error: There's been an error creating this newsletter.
423
+ error: There was a problem creating this newsletter.
422
424
  success: Newsletter created successfully. Please, review it before sending.
423
425
  deliver:
424
- error: There's been an error delivering this newsletter.
426
+ error: There was a problem delivering this newsletter.
425
427
  success: Newsletter delivered successfully.
426
428
  destroy:
427
429
  error_already_sent: 'Can''t destroy newsletter: It has already been sent.'
@@ -443,14 +445,14 @@ en:
443
445
  preview: Preview
444
446
  subject: Subject
445
447
  update:
446
- error: There's been an error updating this newsletter.
448
+ error: There was a problem updating this newsletter.
447
449
  success: Newsletter updated successfully. Please review it before sending.
448
450
  oauth_applications:
449
451
  create:
450
- error: There's been an error creating this application.
452
+ error: There was a problem creating this application.
451
453
  success: Application created successfully.
452
454
  destroy:
453
- error: There's been an error destroying this application.
455
+ error: There was a problem destroying this application.
454
456
  success: Application destroyed successfully.
455
457
  edit:
456
458
  save: Save
@@ -462,13 +464,13 @@ en:
462
464
  save: Save
463
465
  title: New application
464
466
  update:
465
- error: There's been an error updating this application.
467
+ error: There was a problem updating this application.
466
468
  success: Application updated successfully.
467
469
  officializations:
468
470
  create:
469
- success: User officialized successfully
471
+ success: Participant successfully officialized
470
472
  destroy:
471
- success: User unofficialized successfully
473
+ success: Participant successfully unofficialized
472
474
  index:
473
475
  actions: Actions
474
476
  badge: Badge
@@ -490,7 +492,7 @@ en:
490
492
  new:
491
493
  badge: Officialization badge
492
494
  officialize: Officialize
493
- title: Officialize user "%{name}"
495
+ title: Officialize participant "%{name}"
494
496
  organization:
495
497
  edit:
496
498
  title: Edit organization
@@ -504,12 +506,13 @@ en:
504
506
  url: Url
505
507
  youtube: YouTube
506
508
  update:
507
- error: There was an error when updating this organization.
509
+ error: There was a problem updating this organization.
508
510
  success: Organization updated successfully.
509
511
  organization_appearance:
510
512
  edit:
511
513
  update: Update
512
514
  form:
515
+ colors_title: Organization colors
513
516
  cta_button_path_help: 'You can overwrite where the Call To Action button in the homepage links to. Use partial paths, not full URLs here. Accepts letters, numbers, dashes and slashes, and must start with a letter. The Call To Action button is shown in the homepage between the welcome text and the description. Example: %{url}'
514
517
  cta_button_text_help: You can overwrite the Call To Action button text in the homepage for each available language in your organization. If not set, the default value will be used. The Call To Action button is shown in the homepage between the welcome text and the description.
515
518
  header_snippets_help: Use this field to add things to the HTML head. The most common use is to integrate third-party services that require some extra JavaScript or CSS. Also, you can use it to add extra meta tags to the HTML. Note that this will only be rendered in public pages, not in the admin section.
@@ -526,19 +529,25 @@ en:
526
529
  update: Update
527
530
  participatory_space_private_users:
528
531
  create:
529
- error: There was an error adding a private user for this participatory space.
530
- success: Participatory space private user access created successfully.
532
+ error: There was a problem adding a private participant for this participatory space.
533
+ success: Participatory space private participant access successfully created.
531
534
  destroy:
532
- error: There was an error deleting a private user for this participatory space.
533
- success: Participatory space private user access destroyed successfully.
535
+ error: There was a problem deleting a private participant for this participatory space.
536
+ success: Participatory space private participant access successfully destroyed.
534
537
  index:
535
- title: Participatory space private user
538
+ title: Participatory space private participant
536
539
  new:
537
540
  create: Create
538
- title: New Participatory Space private user.
541
+ title: New Participatory Space private participant.
542
+ resource_permissions:
543
+ edit:
544
+ submit: Submit
545
+ title: Edit permissions
546
+ update:
547
+ success: Permissions updated successfully.
539
548
  scope_types:
540
549
  create:
541
- error: There was an error creating a new scope type.
550
+ error: There was a problem creating a new scope type.
542
551
  success: Scope type created successfully.
543
552
  destroy:
544
553
  success: Scope type successfully destroyed
@@ -549,11 +558,11 @@ en:
549
558
  create: Create scope type
550
559
  title: New scope
551
560
  update:
552
- error: There was an error when updating this scope type.
561
+ error: There was a problem updating this scope type.
553
562
  success: Scope type updated successfully
554
563
  scopes:
555
564
  create:
556
- error: There was an error creating a new scope.
565
+ error: There was a problem creating a new scope.
557
566
  success: Scope created successfully.
558
567
  destroy:
559
568
  success: Scope successfully destroyed
@@ -565,11 +574,11 @@ en:
565
574
  title: New scope
566
575
  no_scopes: No scopes at this level.
567
576
  update:
568
- error: There was an error when updating this scope.
577
+ error: There was a problem updating this scope.
569
578
  success: Scope updated successfully
570
579
  static_page_topics:
571
580
  create:
572
- error: There was an error creating a new topic.
581
+ error: There was a problem creating a new topic.
573
582
  success: Topic created successfully.
574
583
  destroy:
575
584
  success: Topic successfully destroyed
@@ -580,18 +589,18 @@ en:
580
589
  create: Create topic
581
590
  title: New topic
582
591
  update:
583
- error: There was an error when updating this topic.
592
+ error: There was a problem updating this topic.
584
593
  success: Topic updated successfully
585
594
  static_pages:
586
595
  actions:
587
596
  view: View public page
588
597
  create:
589
- error: There was an error creating a new page.
598
+ error: There was a problem creating a new page.
590
599
  success: Page created successfully.
591
600
  destroy:
592
601
  success: Page successfully destroyed
593
602
  edit:
594
- changed_notably_help: If checked, users will be notified to accept the new terms and conditions.
603
+ changed_notably_help: If checked, participants will be notified to accept the new terms and conditions.
595
604
  title: Edit page
596
605
  update: Update
597
606
  form:
@@ -607,7 +616,7 @@ en:
607
616
  empty: There's no page under this topic
608
617
  without_topic: Pages without topic
609
618
  update:
610
- error: There was an error when updating this page.
619
+ error: There was a problem updating this page.
611
620
  success: Page updated successfully
612
621
  titles:
613
622
  admin_log: Admin log
@@ -615,24 +624,24 @@ en:
615
624
  areas: Areas
616
625
  authorization_workflows: Verification methods
617
626
  dashboard: Dashboard
618
- impersonatable_users: Manageable users
619
- impersonations: Impersonations
627
+ impersonatable_users: Manageable participants
628
+ impersonations: Participants management
620
629
  participants: Participants
621
630
  scope_types: Scope types
622
631
  scopes: Scopes
623
632
  static_pages: Pages
624
- user_groups: User groups
625
- users: Users
633
+ user_groups: Groups
634
+ users: Participants
626
635
  user_group:
627
636
  csv_verify:
628
- invalid: There was an error reading the CSV file.
629
- success: CSV file uploaded successfully, we're verifying the user groups matching the criteria. This might take a while.
637
+ invalid: There was a problem reading the CSV file.
638
+ success: CSV file uploaded successfully, we're verifying the groups matching the criteria. This might take a while.
630
639
  reject:
631
- invalid: There was an error when rejecting this user group.
632
- success: User group rejected successfully
640
+ invalid: There was a problem rejecting this group.
641
+ success: Group successfully rejected
633
642
  verify:
634
- invalid: There was an error when verifying this user group.
635
- success: User group verified successfully
643
+ invalid: There was a problem verifying this group.
644
+ success: Group successfully verified
636
645
  user_groups:
637
646
  index:
638
647
  filter:
@@ -649,42 +658,46 @@ en:
649
658
  verify_via_csv: Verify via CSV
650
659
  user_groups_csv_verifications:
651
660
  new:
652
- explanation: Upload your CSV file. It must have the official emails of the user groups in your organization in the first column of the file, without headers. Only user groups that have confirmed their email and that have an email appearing in the CSV file will be validated.
661
+ explanation: Upload your CSV file. It must have the official emails of the groups in your organization in the first column of the file, without headers. Only groups that have confirmed their email and that have an email appearing in the CSV file will be validated.
653
662
  title: Upload your CSV file
654
663
  upload: Upload
655
664
  users:
656
665
  create:
657
- error: There was an error when inviting this user.
658
- success: User invited successfully.
666
+ error: There was a problem inviting this admin.
667
+ success: Participant successfully invited.
659
668
  destroy:
660
- error: There was an error when trying to delete this user.
661
- success: User is no longer an administrator.
669
+ error: There was a problem trying to delete this admin.
670
+ success: Participant is no longer an administrator.
662
671
  form:
663
672
  email: Email
664
673
  name: Name
665
674
  role: Role
666
675
  new:
667
676
  create: Invite
668
- title: Invite user as administrator
677
+ title: Invite participant as administrator
669
678
  view_public_page: View public page
670
679
  forms:
671
680
  errors:
672
681
  impersonate_user:
673
- reason: You need to provide a reason when impersonating a non managed user
682
+ reason: You need to provide a reason when managing a non managed participant
674
683
  moderations:
675
684
  actions:
676
685
  hidden: Hidden
677
686
  hide: Hide
678
687
  not_hidden: Not hidden
679
688
  title: Actions
689
+ unhide: Unhide
680
690
  unreport: Unreport
681
691
  admin:
682
692
  reportable:
683
693
  hide:
684
- invalid: There's been a problem hiding the resource.
694
+ invalid: There was a problem hiding the resource.
685
695
  success: Resource successfully hidden.
696
+ unhide:
697
+ invalid: There was a problem unhiding the resource.
698
+ success: Resource successfully unhidden.
686
699
  unreport:
687
- invalid: There's been a problem unreporting the resource.
700
+ invalid: There was a problem unreporting the resource.
688
701
  success: Resource successfully unreported.
689
702
  models:
690
703
  moderation:
@@ -706,4 +719,4 @@ en:
706
719
  settings:
707
720
  title: Settings
708
721
  users:
709
- title: Users
722
+ title: Participants