decidim-admin 0.15.2 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/config/decidim_admin_manifest.js +1 -0
  3. data/app/assets/javascripts/decidim/admin/welcome_notification.js.es6 +32 -0
  4. data/app/assets/stylesheets/decidim/admin/modules/_forms.scss +21 -0
  5. data/app/commands/decidim/admin/create_attachment.rb +1 -1
  6. data/app/commands/decidim/admin/create_static_page.rb +3 -0
  7. data/app/commands/decidim/admin/create_static_page_topic.rb +36 -0
  8. data/app/commands/decidim/admin/destroy_static_page_topic.rb +40 -0
  9. data/app/commands/decidim/admin/officialize_user.rb +1 -1
  10. data/app/commands/decidim/admin/process_user_group_verification_csv.rb +42 -0
  11. data/app/commands/decidim/admin/publish_component.rb +1 -1
  12. data/app/commands/decidim/admin/update_help_sections.rb +26 -0
  13. data/app/commands/decidim/admin/update_organization.rb +10 -1
  14. data/app/commands/decidim/admin/update_static_page.rb +3 -0
  15. data/app/commands/decidim/admin/update_static_page_topic.rb +51 -0
  16. data/app/commands/decidim/admin/verify_user_group.rb +4 -2
  17. data/app/controllers/concerns/decidim/admin/user_groups.rb +24 -0
  18. data/app/controllers/decidim/admin/help_sections_controller.rb +52 -0
  19. data/app/controllers/decidim/admin/impersonations_controller.rb +1 -1
  20. data/app/controllers/decidim/admin/static_page_topics_controller.rb +73 -0
  21. data/app/controllers/decidim/admin/static_pages_controller.rb +4 -1
  22. data/app/controllers/decidim/admin/user_groups_controller.rb +4 -0
  23. data/app/controllers/decidim/admin/user_groups_csv_verifications_controller.rb +36 -0
  24. data/app/events/decidim/attachment_created_event.rb +7 -0
  25. data/app/forms/decidim/admin/help_section_form.rb +25 -0
  26. data/app/forms/decidim/admin/help_sections_form.rb +11 -0
  27. data/app/forms/decidim/admin/organization_form.rb +9 -0
  28. data/app/forms/decidim/admin/static_page_form.rb +16 -0
  29. data/app/forms/decidim/admin/static_page_topic_form.rb +19 -0
  30. data/app/forms/decidim/admin/user_group_csv_verification_form.rb +13 -0
  31. data/app/jobs/decidim/admin/verify_user_group_from_csv_job.rb +29 -0
  32. data/app/permissions/decidim/admin/permissions.rb +2 -0
  33. data/app/views/decidim/admin/help_sections/_form.html.erb +21 -0
  34. data/app/views/decidim/admin/help_sections/show.erb +1 -0
  35. data/app/views/decidim/admin/help_sections/update.html.erb +1 -0
  36. data/app/views/decidim/admin/officializations/index.html.erb +1 -1
  37. data/app/views/decidim/admin/organization/_form.html.erb +22 -0
  38. data/app/views/decidim/admin/static_page_topics/_form.html.erb +15 -0
  39. data/app/views/decidim/admin/static_page_topics/edit.html.erb +13 -0
  40. data/app/views/decidim/admin/static_page_topics/new.html.erb +13 -0
  41. data/app/views/decidim/admin/static_pages/_form.html.erb +12 -0
  42. data/app/views/decidim/admin/static_pages/_topic.html.erb +61 -0
  43. data/app/views/decidim/admin/static_pages/index.html.erb +6 -48
  44. data/app/views/decidim/admin/user_groups/index.html.erb +4 -1
  45. data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +19 -0
  46. data/app/views/layouts/decidim/admin/pages.html.erb +1 -0
  47. data/app/views/layouts/decidim/admin/settings.html.erb +3 -0
  48. data/app/views/layouts/decidim/admin/users.html.erb +3 -2
  49. data/config/locales/ca.yml +56 -3
  50. data/config/locales/de.yml +56 -3
  51. data/config/locales/en.yml +56 -3
  52. data/config/locales/es-PY.yml +56 -3
  53. data/config/locales/es.yml +56 -3
  54. data/config/locales/eu.yml +56 -3
  55. data/config/locales/fi-pl.yml +56 -3
  56. data/config/locales/fi.yml +56 -3
  57. data/config/locales/fr.yml +56 -3
  58. data/config/locales/gl.yml +56 -3
  59. data/config/locales/hu.yml +56 -3
  60. data/config/locales/id-ID.yml +56 -3
  61. data/config/locales/it.yml +56 -3
  62. data/config/locales/nl.yml +56 -3
  63. data/config/locales/pl.yml +56 -3
  64. data/config/locales/pt-BR.yml +56 -3
  65. data/config/locales/pt.yml +56 -3
  66. data/config/locales/ru.yml +0 -3
  67. data/config/locales/sv.yml +56 -3
  68. data/config/locales/tr-TR.yml +56 -3
  69. data/config/locales/uk.yml +0 -3
  70. data/config/routes.rb +6 -0
  71. data/lib/decidim/admin/engine.rb +4 -1
  72. data/lib/decidim/admin/version.rb +1 -1
  73. metadata +32 -11
  74. data/app/events/decidim/participatory_process_step_activated_event.rb +0 -23
  75. data/app/events/decidim/participatory_process_step_changed_event.rb +0 -23
@@ -0,0 +1,61 @@
1
+ <div class="card">
2
+ <div class="card-divider">
3
+ <% if allowed_to? :create, :static_page %>
4
+ <h2 class="card-title">
5
+ <% if topic %>
6
+ <%= translated_attribute(topic.title) %>
7
+ <%= link_to t(".destroy"), [topic], class: "button tiny button--title destroy", method: :delete, data: { confirm: t("actions.confirm_destroy", scope: "decidim.admin") } %>
8
+ <%= link_to t(".edit"), ["edit", topic], class: "button tiny button--title new" %>
9
+ <% else %>
10
+ <%= t(".without_topic") %>
11
+ <% end %>
12
+ </h2>
13
+ <% end %>
14
+ </div>
15
+ <div class="card-section">
16
+ <div class="table-scroll">
17
+ <% if pages.any? %>
18
+ <table class="table-list">
19
+ <thead>
20
+ <tr>
21
+ <th><%= t("models.static_page.fields.title", scope: "decidim.admin") %></th>
22
+ <th><%= t("models.static_page.fields.created_at", scope: "decidim.admin") %></th>
23
+ <th><%= t("last_notable_change", scope: "decidim.admin.static_pages.index") %></th>
24
+ <th></th>
25
+ </tr>
26
+ </thead>
27
+ <tbody>
28
+ <% pages.each do |page| %>
29
+ <tr>
30
+ <td>
31
+ <%= link_to translated_attribute(page.title), ["edit", page] %><br />
32
+ </td>
33
+ <td>
34
+ <%= l page.created_at, format: :short %>
35
+ </td>
36
+ <td>
37
+ <% if allowed_to? :update_notable_changes, :static_page, static_page: page %>
38
+ <%= @tos_version_formatted %>
39
+ <% end %>
40
+ </td>
41
+ <td class="table-list__actions">
42
+ <% if allowed_to? :update, :static_page, static_page: page %>
43
+ <%= icon_link_to "pencil", ["edit", page], t("actions.edit", scope: "decidim.admin"), class: "action-icon--edit" %>
44
+ <% end %>
45
+
46
+ <%= icon_link_to "eye", decidim.page_path(page), t("actions.view", scope: "decidim.admin.static_pages"), class: "action-icon--preview" %>
47
+
48
+ <% if allowed_to? :destroy, :static_page, static_page: page %>
49
+ <%= icon_link_to "circle-x", page, t("actions.destroy", scope: "decidim.admin"), class: "action-icon--remove", method: :delete, data: { confirm: t("actions.confirm_destroy", scope: "decidim.admin") } %>
50
+ <% end %>
51
+ </td>
52
+ </tr>
53
+ <% end %>
54
+ </tbody>
55
+ </table>
56
+ <% else %>
57
+ <p><em><%= t(".empty") %></em></p>
58
+ <% end %>
59
+ </div>
60
+ </div>
61
+ </div>
@@ -1,49 +1,7 @@
1
- <div class="card">
2
- <div class="card-divider">
3
- <% if allowed_to? :create, :static_page %>
4
- <h2 class="card-title"><%= t "decidim.admin.titles.static_pages" %> <%= link_to t("static_pages.new.create", scope: "decidim.admin"), ["new", "static_page"], class: "button tiny button--title new" %></h2>
5
- <% end %>
6
- </div>
7
- <div class="card-section">
8
- <div class="table-scroll">
9
- <table class="table-list">
10
- <thead>
11
- <tr>
12
- <th><%= t("models.static_page.fields.title", scope: "decidim.admin") %></th>
13
- <th><%= t("models.static_page.fields.created_at", scope: "decidim.admin") %></th>
14
- <th><%= t("last_notable_change", scope: "decidim.admin.static_pages.index") %></th>
15
- <th></th>
16
- </tr>
17
- </thead>
18
- <tbody>
19
- <% @pages.each do |page| %>
20
- <tr>
21
- <td>
22
- <%= link_to translated_attribute(page.title), ["edit", page] %><br />
23
- </td>
24
- <td>
25
- <%= l page.created_at, format: :short %>
26
- </td>
27
- <td>
28
- <% if allowed_to? :update_notable_changes, :static_page, static_page: page %>
29
- <%= @tos_version_formatted %>
30
- <% end %>
31
- </td>
32
- <td class="table-list__actions">
33
- <% if allowed_to? :update, :static_page, static_page: page %>
34
- <%= icon_link_to "pencil", ["edit", page], t("actions.edit", scope: "decidim.admin"), class: "action-icon--edit" %>
35
- <% end %>
1
+ <% @topics.each do |topic| %>
2
+ <%= render partial: "topic", locals: { pages: topic.pages, topic: topic } %>
3
+ <% end %>
36
4
 
37
- <%= icon_link_to "eye", decidim.page_path(page), t("actions.view", scope: "decidim.admin.static_pages"), class: "action-icon--preview" %>
38
-
39
- <% if allowed_to? :destroy, :static_page, static_page: page %>
40
- <%= icon_link_to "circle-x", page, t("actions.destroy", scope: "decidim.admin"), class: "action-icon--remove", method: :delete, data: { confirm: t("actions.confirm_destroy", scope: "decidim.admin") } %>
41
- <% end %>
42
- </td>
43
- </tr>
44
- <% end %>
45
- </tbody>
46
- </table>
47
- </div>
48
- </div>
49
- </div>
5
+ <% if @orphan_pages.any? %>
6
+ <%= render partial: "topic", locals: { pages: @orphan_pages, topic: nil } %>
7
+ <% end %>
@@ -38,7 +38,10 @@
38
38
 
39
39
  <div class="card" id='user-groups'>
40
40
  <div class="card-divider">
41
- <h2 class="card-title"><%= t "decidim.admin.titles.user_groups" %></h2>
41
+ <h2 class="card-title">
42
+ <%= t "decidim.admin.titles.user_groups" %>
43
+ <%= link_to t(".verify_via_csv"), new_user_groups_csv_verification_path, class: "button tiny button--title" %>
44
+ </h2>
42
45
  </div>
43
46
  <div class="card-section">
44
47
  <div class="table-scroll">
@@ -0,0 +1,19 @@
1
+ <div class="card" id='user-groups'>
2
+ <div class="card-divider">
3
+ <h2 class="card-title">
4
+ <%= t ".title" %>
5
+ </h2>
6
+ </div>
7
+ <div class="card-section">
8
+ <%= decidim_form_for(@form, url: user_groups_csv_verification_path, html: { class: "form" }) do |form| %>
9
+ <p><%= t(".explanation") %></p>
10
+ <div class="row column">
11
+ <%= form.upload :file, optional: false %>
12
+ </div>
13
+
14
+ <div class="button--double form-general-submit">
15
+ <%= form.submit t(".upload") %>
16
+ </div>
17
+ <% end %>
18
+ </div>
19
+ </div>
@@ -4,6 +4,7 @@
4
4
  <%= t "decidim.admin.titles.static_pages" %>
5
5
  </div>
6
6
  <div class="secondary-nav__actions">
7
+ <%= link_to t("static_page_topics.new.create", scope: "decidim.admin"), ["new", "static_page_topic"], class: "button expanded small new" %>
7
8
  <%= link_to t("static_pages.new.create", scope: "decidim.admin"), ["new", "static_page"], class: "button expanded small new" %>
8
9
  </div>
9
10
  </div>
@@ -25,6 +25,9 @@
25
25
  <li <% if is_active_link?(decidim_admin.area_types_path) %> class="is-active" <% end %>>
26
26
  <%= link_to t("menu.area_types", scope: "decidim.admin"), decidim_admin.area_types_path %>
27
27
  </li>
28
+ <li <% if allowed_to?(:update, :help_sections) && is_active_link?(decidim_admin.help_sections_path) %> class="is-active" <% end %>>
29
+ <%= link_to t("menu.help_sections", scope: "decidim.admin"), decidim_admin.help_sections_path %>
30
+ </li>
28
31
  </ul>
29
32
  </div>
30
33
  <% end %>
@@ -9,14 +9,14 @@
9
9
  <%= link_to t("menu.admins", scope: "decidim.admin"), decidim_admin.users_path %>
10
10
  </li>
11
11
  <% end %>
12
- <% if allowed_to? :index, :user_group %>
12
+ <% if current_organization.user_groups_enabled? && allowed_to?(:index, :user_group) %>
13
13
  <li <% if is_active_link?(decidim_admin.user_groups_path) %> class="is-active" <% end %>>
14
14
  <%= link_to t("menu.user_groups", scope: "decidim.admin"), decidim_admin.user_groups_path %>
15
15
  </li>
16
16
  <% end %>
17
17
  <% if allowed_to? :index, :officialization %>
18
18
  <li <% if is_active_link?(decidim_admin.officializations_path) %> class="is-active" <% end %>>
19
- <%= link_to t("menu.officializations", scope: "decidim.admin"), decidim_admin.officializations_path %>
19
+ <%= link_to t("menu.participants", scope: "decidim.admin"), decidim_admin.officializations_path %>
20
20
  </li>
21
21
  <% end %>
22
22
  <% if allowed_to? :index, :impersonatable_user %>
@@ -28,6 +28,7 @@
28
28
  <%= link_to t("menu.authorization_workflows", scope: "decidim.admin"), decidim_admin.authorization_workflows_path %>
29
29
  <ul>
30
30
  <% Decidim::Verifications.admin_workflows.each do |manifest| %>
31
+ <% next unless current_organization.available_authorizations.include?(manifest.name.to_s) %>
31
32
  <% workflow = Decidim::Verifications::Adapter.new(manifest) %>
32
33
 
33
34
  <li <% if is_active_link?(workflow.admin_root_path) %> class="is-active" <% end %>>
@@ -66,6 +66,7 @@ ca:
66
66
  show_statistics: Mostra estadístiques
67
67
  tos_version: Versió del Termes de Servei
68
68
  twitter_handler: Nom d'usuari de Twitter
69
+ user_groups_enabled: Activa els grups d'usuaris
69
70
  youtube_handler: Nom d'usuari de YouTube
70
71
  scope:
71
72
  code: Codi
@@ -82,14 +83,29 @@ ca:
82
83
  changed_notably: S'han produït canvis notables.
83
84
  content: Contingut
84
85
  organization: Organització
86
+ show_in_footer: Mostra al peu de pàgina
85
87
  slug: Nom curt d'URL
86
88
  title: Títol
89
+ weight: Pes
90
+ static_page_topic:
91
+ description: Descripció
92
+ show_in_footer: Mostra al peu de pàgina
93
+ title: Títol
94
+ weight: Pes
95
+ user_group_csv_verification:
96
+ file: Dossier
87
97
  errors:
88
98
  models:
89
99
  oauth_application:
90
100
  attributes:
91
101
  redirect_uri:
92
102
  must_be_ssl: L'URL de redirecció ha de ser SSL
103
+ organization:
104
+ attributes:
105
+ official_img_header:
106
+ allowed_file_content_types: Fitxer d'imatge no vàlid
107
+ official_img_footer:
108
+ allowed_file_content_types: Fitxer d'imatge no vàlid
93
109
  activerecord:
94
110
  attributes:
95
111
  decidim/static_page:
@@ -248,6 +264,11 @@ ca:
248
264
  exports:
249
265
  export_as: "%{name} com a %{export_format}"
250
266
  notice: La teva exportació està actualment en curs. Rebràs un correu electrònic quan hagi finalitzat.
267
+ help_sections:
268
+ error: S'ha produït un error en actualitzar les seccions d'ajuda
269
+ form:
270
+ save: Desa
271
+ success: Les seccions d'ajuda s'han actualitzat correctament
251
272
  impersonatable_users:
252
273
  index:
253
274
  filter:
@@ -301,11 +322,12 @@ ca:
301
322
  areas: Àrees
302
323
  configuration: Configuració
303
324
  dashboard: Tauler de control
325
+ help_sections: Seccions d'ajuda
304
326
  homepage: Pàgina d'inici
305
327
  impersonations: Impersonacions
306
328
  newsletters: Butlletins
307
329
  oauth_applications: Aplicacions OAuth
308
- officializations: Oficialitzacions
330
+ participants: Participants
309
331
  scope_types: Tipus d'àmbit
310
332
  scopes: Àmbits
311
333
  settings: Configuració
@@ -545,6 +567,21 @@ ca:
545
567
  update:
546
568
  error: S'ha produït un error en l'actualització d'aquest àmbit.
547
569
  success: Àmbit actualitzat correctament
570
+ static_page_topics:
571
+ create:
572
+ error: S'ha produït un error en crear un tema nou.
573
+ success: S'ha creat el tema amb èxit.
574
+ destroy:
575
+ success: S'ha destruït el tema amb èxit
576
+ edit:
577
+ title: Edita el tema
578
+ update: Actualitza el tema
579
+ new:
580
+ create: Crea un tema
581
+ title: Nou tema
582
+ update:
583
+ error: S'ha produït un error en actualitzar aquest tema.
584
+ success: S'ha actualitzat el tema amb èxit
548
585
  static_pages:
549
586
  actions:
550
587
  view: Visualitzar la pàgina pública
@@ -557,11 +594,18 @@ ca:
557
594
  changed_notably_help: Si està marcada, els usuaris seran notificats per acceptar els nous termes i condicions.
558
595
  title: Editar pàgina
559
596
  update: Actualitzar
597
+ form:
598
+ none: Cap
560
599
  index:
561
600
  last_notable_change: Últims canvis notables
562
601
  new:
563
- create: Crear
602
+ create: Crea una pàgina
564
603
  title: Nova pàgina
604
+ topic:
605
+ destroy: Elimina el tema
606
+ edit: Edita el tema
607
+ empty: No hi ha cap pàgina sobre aquest tema
608
+ without_topic: Pàgines sense tema
565
609
  update:
566
610
  error: S'ha produït un error en l'actualització d'aquests pàgina.
567
611
  success: La pàgina s'ha actualitzat correctament.
@@ -573,13 +617,16 @@ ca:
573
617
  dashboard: Tauler de control
574
618
  impersonatable_users: Usuaris impersonables
575
619
  impersonations: Suplantacions
576
- officializations: Oficialitzacions
620
+ participants: Participants
577
621
  scope_types: Tipus d'àmbit
578
622
  scopes: Àmbits
579
623
  static_pages: Pàgines
580
624
  user_groups: Grups d'usuaris
581
625
  users: Usuaris
582
626
  user_group:
627
+ csv_verify:
628
+ invalid: S'ha produït un error en llegir el fitxer CSV.
629
+ success: El fitxer CSV s'ha carregat correctament, estem verificant que els grups d'usuaris coincideixin amb els criteris. Això pot trigar una estona.
583
630
  reject:
584
631
  invalid: Hi va hagut un error en rebutjar aquest grup d'usuaris.
585
632
  success: Grup d'usuaris rebutjat amb èxit
@@ -599,6 +646,12 @@ ca:
599
646
  pending: Pendent
600
647
  rejected: Rebutjat
601
648
  verified: Verificat
649
+ verify_via_csv: Verifica mitjançant CSV
650
+ user_groups_csv_verifications:
651
+ new:
652
+ explanation: Penja el fitxer CSV. Ha de tenir els correus electrònics oficials dels grups d'usuaris de la vostra organització a la primera columna del fitxer, sense encapçalaments. Només es validaran els grups d'usuaris que hagin confirmat el seu correu electrònic i que tinguin un correu electrònic que aparegui al fitxer CSV.
653
+ title: Penja el fitxer CSV
654
+ upload: Carrega
602
655
  users:
603
656
  create:
604
657
  error: Hi ha hagut un error en convidar a aquest usuari.
@@ -66,6 +66,7 @@ de:
66
66
  show_statistics: Zeige Statistiken
67
67
  tos_version: Nutzungsbedingungen Version
68
68
  twitter_handler: Twitter-Handler
69
+ user_groups_enabled: Benutzergruppen aktivieren
69
70
  youtube_handler: YouTube-Handler
70
71
  scope:
71
72
  code: Code
@@ -82,14 +83,29 @@ de:
82
83
  changed_notably: Es gab bemerkenswerte Änderungen.
83
84
  content: Inhalt
84
85
  organization: Organisation
86
+ show_in_footer: In der Fußzeile anzeigen
85
87
  slug: URL-Block
86
88
  title: Titel
89
+ weight: Gewicht
90
+ static_page_topic:
91
+ description: Beschreibung
92
+ show_in_footer: In der Fußzeile anzeigen
93
+ title: Titel
94
+ weight: Gewicht
95
+ user_group_csv_verification:
96
+ file: Datei
87
97
  errors:
88
98
  models:
89
99
  oauth_application:
90
100
  attributes:
91
101
  redirect_uri:
92
102
  must_be_ssl: Der Umleitungs-URI muss ein SSL-URI sein
103
+ organization:
104
+ attributes:
105
+ official_img_header:
106
+ allowed_file_content_types: Ungültige Bilddatei
107
+ official_img_footer:
108
+ allowed_file_content_types: Ungültige Bilddatei
93
109
  activerecord:
94
110
  attributes:
95
111
  decidim/static_page:
@@ -248,6 +264,11 @@ de:
248
264
  exports:
249
265
  export_as: "%{name} als %{export_format}"
250
266
  notice: Ihr Export wird gerade ausgeführt. Sie erhalten nach Fertigstellung eine E-Mail.
267
+ help_sections:
268
+ error: Beim Aktualisieren der Hilfeabschnitte ist ein Fehler aufgetreten
269
+ form:
270
+ save: sparen
271
+ success: Hilfeabschnitte wurden erfolgreich aktualisiert
251
272
  impersonatable_users:
252
273
  index:
253
274
  filter:
@@ -301,11 +322,12 @@ de:
301
322
  areas: Bereiche
302
323
  configuration: Aufbau
303
324
  dashboard: Instrumententafel
325
+ help_sections: Hilfeabschnitte
304
326
  homepage: Startseite
305
327
  impersonations: Identitätswechsel
306
328
  newsletters: Newsletter
307
329
  oauth_applications: OAuth-Anwendungen
308
- officializations: Ausschreibungen
330
+ participants: Teilnehmer
309
331
  scope_types: Bereichstypen
310
332
  scopes: Bereiche
311
333
  settings: die Einstellungen
@@ -545,6 +567,21 @@ de:
545
567
  update:
546
568
  error: Beim Aktualisieren dieses Bereichs ist ein Fehler aufgetreten.
547
569
  success: Bereich wurde erfolgreich aktualisiert
570
+ static_page_topics:
571
+ create:
572
+ error: Beim Erstellen eines neuen Themas ist ein Fehler aufgetreten.
573
+ success: Thema erfolgreich erstellt.
574
+ destroy:
575
+ success: Thema erfolgreich zerstört
576
+ edit:
577
+ title: Thema bearbeiten
578
+ update: Thema aktualisieren
579
+ new:
580
+ create: Thema erstellen
581
+ title: Neues Thema
582
+ update:
583
+ error: Beim Aktualisieren dieses Themas ist ein Fehler aufgetreten.
584
+ success: Thema erfolgreich aktualisiert
548
585
  static_pages:
549
586
  actions:
550
587
  view: Öffentliche Seite anzeigen
@@ -557,11 +594,18 @@ de:
557
594
  changed_notably_help: Wenn diese Option aktiviert ist, werden Benutzer benachrichtigt, um die neuen Nutzungsbedingungen zu akzeptieren.
558
595
  title: Seite bearbeiten
559
596
  update: Aktualisieren
597
+ form:
598
+ none: Keiner
560
599
  index:
561
600
  last_notable_change: Letzte bemerkenswerte Änderung
562
601
  new:
563
- create: Erstellen
602
+ create: Seite erstellen
564
603
  title: Neue Seite
604
+ topic:
605
+ destroy: Thema entfernen
606
+ edit: Thema bearbeiten
607
+ empty: Es gibt keine Seite zu diesem Thema
608
+ without_topic: Seiten ohne Thema
565
609
  update:
566
610
  error: Beim Aktualisieren dieser Seite ist ein Fehler aufgetreten.
567
611
  success: Seite wurde erfolgreich aktualisiert
@@ -573,13 +617,16 @@ de:
573
617
  dashboard: Instrumententafel
574
618
  impersonatable_users: Impersonable Benutzer
575
619
  impersonations: Identitätswechsel
576
- officializations: Ausschreibungen
620
+ participants: Teilnehmer
577
621
  scope_types: Bereichstypen
578
622
  scopes: Bereiche
579
623
  static_pages: Seiten
580
624
  user_groups: Benutzergruppen
581
625
  users: Benutzer
582
626
  user_group:
627
+ csv_verify:
628
+ invalid: Beim Lesen der CSV-Datei ist ein Fehler aufgetreten.
629
+ success: CSV-Datei wurde erfolgreich hochgeladen. Wir überprüfen, ob die Benutzergruppen den Kriterien entsprechen. Das kann eine Weile dauern.
583
630
  reject:
584
631
  invalid: Beim Ablehnen dieser Benutzergruppe ist ein Fehler aufgetreten.
585
632
  success: Benutzergruppe wurde erfolgreich abgelehnt
@@ -599,6 +646,12 @@ de:
599
646
  pending: steht aus
600
647
  rejected: Abgelehnt
601
648
  verified: Überprüft
649
+ verify_via_csv: Überprüfen Sie über CSV
650
+ user_groups_csv_verifications:
651
+ new:
652
+ explanation: Laden Sie Ihre CSV-Datei hoch. In der ersten Spalte der Datei müssen die offiziellen E-Mails der Benutzergruppen in Ihrer Organisation enthalten sein, ohne Kopfzeilen. Nur Benutzergruppen, die ihre E-Mail bestätigt haben und deren E-Mail in der CSV-Datei enthalten ist, werden überprüft.
653
+ title: Laden Sie Ihre CSV-Datei hoch
654
+ upload: Hochladen
602
655
  users:
603
656
  create:
604
657
  error: Beim Einladen dieses Benutzers ist ein Fehler aufgetreten.