decidim-decidim_awesome 0.10.1 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -1
  3. data/README.md +134 -15
  4. data/app/cells/concerns/decidim/decidim_awesome/proposal_m_cell_override.rb +4 -24
  5. data/app/cells/decidim/decidim_awesome/content_blocks/map_cell.rb +9 -5
  6. data/app/commands/concerns/decidim/decidim_awesome/admin/needs_constraint_helpers.rb +1 -1
  7. data/app/commands/concerns/decidim/decidim_awesome/proposals/admin/update_proposal_override.rb +31 -0
  8. data/app/commands/concerns/decidim/decidim_awesome/proposals/create_collaborative_draft_override.rb +27 -0
  9. data/app/commands/concerns/decidim/decidim_awesome/proposals/create_proposal_override.rb +27 -0
  10. data/app/commands/concerns/decidim/decidim_awesome/proposals/update_collaborative_draft_override.rb +27 -0
  11. data/app/commands/concerns/decidim/decidim_awesome/proposals/update_proposal_override.rb +26 -0
  12. data/app/commands/decidim/decidim_awesome/admin/create_proposal_custom_field.rb +4 -3
  13. data/app/commands/decidim/decidim_awesome/admin/destroy_proposal_custom_field.rb +6 -3
  14. data/app/controllers/concerns/decidim/decidim_awesome/admin/maintenance_context.rb +43 -0
  15. data/app/controllers/concerns/decidim/decidim_awesome/admin_accountability/admin/filterable_helper.rb +3 -2
  16. data/app/controllers/concerns/decidim/decidim_awesome/limit_pending_amendments.rb +35 -0
  17. data/app/controllers/concerns/decidim/decidim_awesome/proposals/orderable_override.rb +9 -22
  18. data/app/controllers/decidim/decidim_awesome/admin/admin_accountability_controller.rb +7 -7
  19. data/app/controllers/decidim/decidim_awesome/admin/application_controller.rb +2 -0
  20. data/app/controllers/decidim/decidim_awesome/admin/checks_controller.rb +7 -3
  21. data/app/controllers/decidim/decidim_awesome/admin/config_controller.rb +8 -5
  22. data/app/controllers/decidim/decidim_awesome/admin/constraints_controller.rb +3 -1
  23. data/app/controllers/decidim/decidim_awesome/admin/custom_redirects_controller.rb +0 -2
  24. data/app/controllers/decidim/decidim_awesome/admin/maintenance_controller.rb +76 -0
  25. data/app/controllers/decidim/decidim_awesome/admin/menu_hacks_controller.rb +0 -2
  26. data/app/controllers/decidim/decidim_awesome/admin/proposal_custom_fields_controller.rb +12 -4
  27. data/app/controllers/decidim/decidim_awesome/iframe_component/iframe_controller.rb +8 -1
  28. data/app/forms/concerns/decidim/decidim_awesome/proposals/proposal_form_override.rb +21 -0
  29. data/app/forms/{decidim → concerns/decidim}/decidim_awesome/proposals/proposal_wizard_create_step_form_override.rb +1 -0
  30. data/app/forms/decidim/decidim_awesome/admin/config_form.rb +35 -9
  31. data/app/helpers/{decidim → concerns/decidim}/decidim_awesome/amendments_helper_override.rb +17 -7
  32. data/app/helpers/concerns/decidim/decidim_awesome/proposals/application_helper_override.rb +126 -0
  33. data/app/helpers/decidim/decidim_awesome/admin/config_constraints_helpers.rb +5 -26
  34. data/app/jobs/decidim/decidim_awesome/destroy_private_data_job.rb +22 -0
  35. data/app/models/concerns/decidim/decidim_awesome/has_proposal_extra_fields.rb +38 -9
  36. data/app/models/decidim/decidim_awesome/paper_trail_version.rb +5 -1
  37. data/app/models/decidim/decidim_awesome/proposal_extra_field.rb +35 -1
  38. data/app/overrides/decidim/proposals/admin/proposals/show/add_private_body.html.erb.deface +7 -0
  39. data/app/overrides/decidim/proposals/admin/proposals/show/replace_body.html.erb.deface +5 -0
  40. data/app/overrides/decidim/proposals/proposals/show/limit_amendments_modal.html.erb.deface +5 -0
  41. data/app/overrides/layouts/decidim/admin/_header/replace_scripts.html.erb.deface +3 -0
  42. data/app/packs/entrypoints/decidim_decidim_awesome_map.scss +1 -1
  43. data/app/packs/src/decidim/decidim_awesome/admin/auto_edit.js +5 -3
  44. data/app/packs/src/decidim/decidim_awesome/admin/constraints.js +1 -1
  45. data/app/packs/src/decidim/decidim_awesome/admin/custom_fields_builder.js +5 -4
  46. data/app/packs/src/decidim/decidim_awesome/amendments/show_modal_on_limits.js +30 -0
  47. data/app/packs/src/decidim/decidim_awesome/awesome_application.js +1 -0
  48. data/app/packs/src/decidim/decidim_awesome/editors/editor.js +1 -6
  49. data/app/packs/src/decidim/decidim_awesome/editors/tabs_focus.js +18 -9
  50. data/app/packs/src/decidim/decidim_awesome/forms/custom_fields_renderer.js +35 -26
  51. data/app/packs/src/decidim/decidim_awesome/proposals/custom_fields.js +31 -15
  52. data/app/packs/stylesheets/decidim/decidim_awesome/admin/codemirror.scss +12 -7
  53. data/app/packs/stylesheets/decidim/decidim_awesome/admin/constraints.scss +69 -25
  54. data/app/packs/stylesheets/decidim/decidim_awesome/admin/custom_fields.scss +34 -27
  55. data/app/packs/stylesheets/decidim/decidim_awesome/admin/user_picker.scss +2 -2
  56. data/app/packs/stylesheets/decidim/decidim_awesome/awesome_admin.scss +3 -3
  57. data/app/packs/stylesheets/decidim/decidim_awesome/awesome_admin_global.scss +28 -0
  58. data/app/packs/stylesheets/decidim/decidim_awesome/awesome_application.scss +3 -2
  59. data/app/packs/stylesheets/decidim/decidim_awesome/awesome_map/map.scss +15 -15
  60. data/app/packs/stylesheets/decidim/decidim_awesome/editors/quill_editor.scss +3 -3
  61. data/app/packs/stylesheets/decidim/decidim_awesome/forms/autosave.scss +3 -3
  62. data/app/packs/stylesheets/decidim/decidim_awesome/forms/custom_fields.scss +187 -0
  63. data/app/packs/stylesheets/decidim/decidim_awesome/shared/spinner.scss +47 -0
  64. data/app/packs/stylesheets/decidim/decidim_awesome/voting/voting_cards.scss +7 -7
  65. data/app/permissions/decidim/decidim_awesome/admin/permissions.rb +14 -3
  66. data/app/presenters/concerns/decidim/decidim_awesome/proposals/proposal_presenter_override.rb +20 -0
  67. data/app/presenters/decidim/decidim_awesome/admin_log/component_presenter_override.rb +30 -0
  68. data/app/presenters/decidim/decidim_awesome/private_data_presenter.rb +70 -0
  69. data/app/queries/decidim/decidim_awesome/private_data_finder.rb +19 -0
  70. data/app/serializers/concerns/decidim/decidim_awesome/proposal_serializer_override.rb +1 -0
  71. data/app/serializers/concerns/decidim/decidim_awesome/proposals/proposal_serializer_methods.rb +72 -0
  72. data/app/serializers/concerns/decidim/decidim_awesome/proposals/proposal_serializer_override.rb +38 -0
  73. data/app/serializers/decidim/decidim_awesome/proposals/private_proposal_serializer.rb +42 -0
  74. data/app/types/concerns/decidim/decidim_awesome/add_proposal_type_custom_fields.rb +59 -0
  75. data/app/types/concerns/decidim/decidim_awesome/{proposal_type_override.rb → add_proposal_type_vote_weights.rb} +3 -1
  76. data/app/views/decidim/decidim_awesome/admin/checks/index.html.erb +52 -48
  77. data/app/views/decidim/decidim_awesome/admin/config/_autoedit_box_label.html.erb +7 -2
  78. data/app/views/decidim/decidim_awesome/admin/config/_constraints.html.erb +16 -8
  79. data/app/views/decidim/decidim_awesome/admin/config/_form_admins.html.erb +1 -1
  80. data/app/views/decidim/decidim_awesome/admin/config/_form_editors.html.erb +12 -16
  81. data/app/views/decidim/decidim_awesome/admin/config/_form_proposal_custom_fields.html.erb +35 -15
  82. data/app/views/decidim/decidim_awesome/admin/config/_form_proposal_private_custom_fields.html.erb +1 -0
  83. data/app/views/decidim/decidim_awesome/admin/config/_form_proposals.html.erb +22 -22
  84. data/app/views/decidim/decidim_awesome/admin/config/_form_styles.html.erb +1 -1
  85. data/app/views/decidim/decidim_awesome/admin/config/show.html.erb +1 -1
  86. data/app/views/decidim/decidim_awesome/admin/custom_redirects/index.html.erb +14 -13
  87. data/app/views/decidim/decidim_awesome/admin/maintenance/_private_data.html.erb +44 -0
  88. data/app/views/decidim/decidim_awesome/admin/maintenance/show.html.erb +44 -0
  89. data/app/views/decidim/decidim_awesome/admin/menu_hacks/index.html.erb +28 -29
  90. data/app/views/decidim/decidim_awesome/admin/proposals/_editor.html.erb +8 -5
  91. data/app/views/decidim/decidim_awesome/admin/proposals/_private_body.html.erb +20 -0
  92. data/app/views/decidim/decidim_awesome/amendments/_modal.html.erb +16 -0
  93. data/app/views/decidim/decidim_awesome/custom_fields/_form_render.html.erb +10 -2
  94. data/app/views/layouts/decidim/decidim_awesome/admin/_base.html.erb +21 -0
  95. data/app/views/layouts/decidim/decidim_awesome/admin/application.html.erb +1 -73
  96. data/app/views/layouts/decidim/decidim_awesome/admin/maintenance.html.erb +19 -0
  97. data/config/i18n-tasks.yml +22 -3
  98. data/config/locales/ca.yml +97 -9
  99. data/config/locales/cs.yml +109 -6
  100. data/config/locales/de.yml +92 -6
  101. data/config/locales/en.yml +102 -8
  102. data/config/locales/es.yml +96 -8
  103. data/config/locales/eu.yml +15 -1
  104. data/config/locales/fr.yml +94 -6
  105. data/config/locales/hu.yml +53 -4
  106. data/config/locales/it.yml +16 -6
  107. data/config/locales/ja.yml +94 -6
  108. data/config/locales/lt.yml +0 -2
  109. data/config/locales/nl.yml +9 -4
  110. data/config/locales/pt-BR.yml +16 -7
  111. data/config/locales/ro-RO.yml +11 -2
  112. data/config/locales/sv.yml +17 -6
  113. data/db/migrate/20240531224204_add_decidim_awesome_proposal_private_fields.rb +29 -0
  114. data/db/migrate/20240729164227_add_decidim_awesome_proposal_private_fields_date.rb +20 -0
  115. data/lib/decidim/decidim_awesome/admin_engine.rb +22 -6
  116. data/lib/decidim/decidim_awesome/api/types/localized_custom_fields_type.rb +22 -0
  117. data/lib/decidim/decidim_awesome/api/types/translated_custom_fields_type.rb +52 -0
  118. data/lib/decidim/decidim_awesome/awesome.rb +45 -8
  119. data/lib/decidim/decidim_awesome/awesome_helpers.rb +5 -1
  120. data/lib/decidim/decidim_awesome/checksums.yml +23 -0
  121. data/lib/decidim/decidim_awesome/custom_fields.rb +8 -0
  122. data/lib/decidim/decidim_awesome/engine.rb +143 -52
  123. data/lib/decidim/decidim_awesome/lock.rb +47 -0
  124. data/lib/decidim/decidim_awesome/menu.rb +146 -0
  125. data/lib/decidim/decidim_awesome/test/initializer.rb +4 -1
  126. data/lib/decidim/decidim_awesome/test/shared_examples/{box_label_editor.rb → box_label_editor_examples.rb} +1 -1
  127. data/lib/decidim/decidim_awesome/test/shared_examples/config_examples.rb +20 -2
  128. data/lib/decidim/decidim_awesome/test/shared_examples/custom_fields_examples.rb +155 -0
  129. data/lib/decidim/decidim_awesome/test/shared_examples/editor_examples.rb +24 -0
  130. data/lib/decidim/decidim_awesome/test/shared_examples/menu_hack_contexts.rb +2 -2
  131. data/lib/decidim/decidim_awesome/test/shared_examples/scoped_admins_examples.rb +3 -5
  132. data/lib/decidim/decidim_awesome/test/shared_examples/summary_examples.rb +78 -12
  133. data/lib/decidim/decidim_awesome/version.rb +1 -1
  134. data/package.json +3 -3
  135. metadata +52 -14
  136. data/app/helpers/decidim/decidim_awesome/proposals/application_helper_override.rb +0 -78
  137. data/app/overrides/layouts/decidim/admin/_application/add_intergram.html.erb.deface +0 -5
  138. /data/app/presenters/{decidim → concerns/decidim}/decidim_awesome/menu_item_presenter_override.rb +0 -0
  139. /data/app/presenters/{decidim → concerns/decidim}/decidim_awesome/menu_presenter_override.rb +0 -0
@@ -20,6 +20,7 @@ de:
20
20
  intergram_title_open: Geöffneter Chattitel
21
21
  intergram_use_floating_button: Wenn aktiviert, ist der geschlossene Chat immer ein Button statt eines Textes
22
22
  proposal_custom_fields: 'Eingabefeld #%{id}'
23
+ proposal_private_custom_fields: 'Privates Eingabefeld #%{id}'
23
24
  scoped_admins: Eingeschränkte Admin-Gruppe %{id}
24
25
  scoped_styles: Eigene Eingabefelder %{id}
25
26
  use_markdown_editor: Markdown Editor anstelle des HTML-Editors verwenden
@@ -48,8 +49,6 @@ de:
48
49
  target: Öffnet in
49
50
  url: URL
50
51
  visibility: Sichtbarkeit
51
- proposal:
52
- proposal_custom_fields: Eingabefelder
53
52
  decidim:
54
53
  admin:
55
54
  filters:
@@ -120,6 +119,7 @@ de:
120
119
  supported_first: Zuerst unterstützt
121
120
  supported_last: Zuletzt unterstützt
122
121
  za: Z-A (umgekehrt alphabetisch)
122
+ limit_pending_amendments: Erlaube nur eine ausstehende Änderung zu jedem Vorschlag.
123
123
  sort_orders_enabled: Aktivierte Sortierarten
124
124
  voting_cards_box_title: Titel für das Abstimmungsfeld
125
125
  voting_cards_box_title_help: Standardmässig "Für diesen Vorschlag abstimmen". Verwenden Sie "-", um den Text auszublenden.
@@ -135,6 +135,7 @@ de:
135
135
  za: Z-A (umgekehrt alphabetisch)
136
136
  decidim_awesome:
137
137
  admin:
138
+ actions: Aktionen
138
139
  admin_accountability:
139
140
  admin_roles:
140
141
  admin: Superadministrator
@@ -239,6 +240,12 @@ de:
239
240
  proposal_custom_fields: Erstelle eigene Eingabefelder für das Vorschlagsmodul. Du kannst die Funktion auf einzelne Prozesse / Module beschränken.
240
241
  proposal_custom_fields_example: Die Daten werden in einem XML-Objekt unter Verwendung kompatibler HTML-Attribute (dl,dt,dd-Elemente) gespeichert, die den "body" in einem normalen Vorschlag ersetzen.
241
242
  proposal_custom_fields_translations: "Labels, Hilfetexte, Platzhalter und Standardwerte können benutzerdefinierte Übersetzungen Ihrer Instanz verwenden. \nVerwenden Sie dafür statt eines String-Literals den i18n-Schlüssel (er muss mindestens einen Punkt enthalten).\nZum Beispiel:\n- \"activemodel.attributes.proposal.title\" statt \"Titel\"\n- \"activemodel.attributes.proposal.address\" anstelle von \"Adresse\"\nOder verwenden Sie Ihre eigenen Schlüssel in Kombination mit anderen Tools um Übersetzungen zu definieren (z. B.: mit dem Modul Term Customizer):\n - \"myapp.custom_fields.bio\" statt \"Biographie\""
243
+ proposal_private_custom_fields: Wie öffentlich sichtbare Eingabefelder, jedoch werden diese Informationen nicht veröffentlicht (nur Adminzugriff).
244
+ proposal_private_custom_fields_translations: |
245
+ Private Eingabefelder werden in einer hervorgehobenen Box mit diesem Informationstext angezeigt:
246
+ %{warning}
247
+ Dieser Text kann mit einer benutzerdefinierten Übersetzung durch Verwendung des Schlüssels angepasst werden:
248
+ %{key}
242
249
  scoped_admins: Befördern Sie normale Benutzer zu Administratoren, die nur bestimmte Teile der öffentlichen Seite verwalten können (verwenden Sie dazu den Editor für Einschränkungen). Beachten Sie, dass Benutzer, die bereits reguläre Administratorrechte haben, ignoriert werden. For instance, if having configured /my-origin => /my-destination, a request to /my-origin?locale=ca will be redirected to "/my-destination?locale=ca".
243
250
  scoped_styles: Erstellen Sie benutzerdefinierte CSS, die nur in bestimmten Bereichen der öffentlichen Seite gelten (vewenden Sie dazu die Einschränkungen)
244
251
  scoped_styles_variables: 'Sie können die folgenden CSS-Variablen für die benutzerdefinierter Farben der Organisation verwenden:'
@@ -253,14 +260,22 @@ de:
253
260
  body: Eingabevalidierungen für das Feld "Textkörper"
254
261
  title: Eingabevalidierungen für das Feld "Titel"
255
262
  form_proposal_custom_fields:
263
+ delete: Löschen
256
264
  new: Neues Eingabefeld
257
265
  remove: Eingabefeld entfernen
258
266
  sure_to_remove: Bist du sicher, dass du dieses Eingabefeld entfernen möchtest?
267
+ form_proposal_private_custom_fields:
268
+ delete: Löschen
269
+ new: Neues privates Eingabefeld hinzufügen
270
+ remove: Privates Eingabefeld entfernen
271
+ sure_to_remove: Bist du sicher, dass du dieses private Eingabefeld entfernen möchtest?
259
272
  form_scoped_admins:
273
+ delete: Löschen
260
274
  new: Hinzufügen einer neuen "Eingeschränkte Admins"-Gruppe
261
275
  remove: Diese Gruppe "Eingeschränkte Admins" entfernen
262
276
  sure_to_remove: Sind Sie sicher, dass Sie diese Gruppe eingeschränkter Admins löschen möchten?
263
277
  form_scoped_styles:
278
+ delete: Löschen
264
279
  new: Neue CSS Box hinzufügen
265
280
  remove: CSS Box entfernen
266
281
  sure_to_remove: Sind Sie sicher, dass Sie diese CSS-Box entfernen möchten?
@@ -271,6 +286,15 @@ de:
271
286
  title: Decidim Awesome
272
287
  update: Aktualisieren
273
288
  system: Überall ausser...
289
+ title:
290
+ admins: Eingeschränkte Admins
291
+ editors: Editoren
292
+ livechat: Live-Chat
293
+ proposal_custom_fields: 'Benutzerdefinierte Felder: Öffentliche Felder'
294
+ proposal_private_custom_fields: 'Benutzerdefinierte Felder: Private Felder'
295
+ proposals: Vorschläge
296
+ styles: Eigene Styles
297
+ surveys: Umfragen
274
298
  update:
275
299
  error: Fehler beim Aktualisieren der Konfiguration! %{error}
276
300
  success: Konfiguration erfolgreich aktualisiert
@@ -326,12 +350,45 @@ de:
326
350
  update:
327
351
  error: Fehler beim Aktualisieren der Umleitung! %{error}
328
352
  success: Umleitung erfolgreich aktualisiert
353
+ maintenance:
354
+ private_data:
355
+ component: Bereich / Komponente
356
+ confirm_delete: Sind Sie sicher, dass Sie alle privaten Daten für diese Ressource löschen möchten? Dies kann nicht rückgängig gemacht werden.
357
+ delete: Alle löschen
358
+ destroying_private_data: Die privaten Daten für %{title} werden gelöscht. Bitte versuchen Sie es in ein paar Minuten noch einmal.
359
+ done: Erledigt
360
+ help_html: |
361
+ Mit diesem Tool können Sie alle privaten Daten für einen bestimmten Beteiligungsbereich oder eine bestimmte Komponente löschen. Dieser Vorgang ist irreversibel und entfernt alle privaten Daten aus der Datenbank.
362
+ <br><br>
363
+ <strong> Was sind private Daten?</strong>
364
+ <br>
365
+ Private Daten sind alle Informationen, die nicht öffentlich verfügbar sind und nur für Administratoren zugänglich sind. Dazu gehören derzeit auch Informationen aus privaten benutzerdefinierten Feldern.
366
+ <br><br>
367
+ <strong>Was passiert, wenn ich private Daten lösche?</strong>
368
+ <br>
369
+ Wenn Sie private Daten löschen, werden alle privaten Informationen für den ausgewählten Mitwirkungsbereich oder die ausgewählte Komponente dauerhaft aus der Datenbank entfernt. Zu Prüfzwecken wird ein Protokoll dieser Aktion im System gespeichert.
370
+ <br><br>
371
+ <strong>Was geschieht mit öffentlichen Daten?</strong>
372
+ <br> Öffentliche Daten sind von dieser Aktion nicht betroffen. Es werden nur private Daten gelöscht.
373
+ <br><br>
374
+ <strong>Gibt es eine Mindestwartezeit vor dem Löschen privater Daten?</strong>
375
+ <br>
376
+ Ja, Sie können keine privaten Daten löschen, wenn die letzte Aktualisierung weniger als %{time_ago} zurückliegt. Sie können diese Konfiguration in der Initialisierungsdatei ändern.
377
+ items_count: Betroffene Gesamtmenge
378
+ last_date: Letzte Aktualisierung
379
+ no_data: Es wurden keine privaten Daten gefunden, die älter sind als %{time_ago}
380
+ not_destroyable: Diese Ressource kann nicht gelöscht werden
381
+ removing: Entfernen...
382
+ time_ago: "vor %{time}"
329
383
  menu:
330
384
  admins: Eingeschränkte Admins
331
- checks: Checks
332
385
  custom_redirects: Benutzerdefinierte Umleitungen
333
386
  editors: Editoren
334
387
  livechat: Live-Chat
388
+ maintenance:
389
+ checks: Checks
390
+ maintenance: Wartung
391
+ private_data: Persönliche Daten
335
392
  menu_hacks: Menüanpassungen
336
393
  proposal_custom_fields: 'Vorschläge: Eigene Eingabefelder'
337
394
  proposals: Vorschläge
@@ -361,6 +418,10 @@ de:
361
418
  index:
362
419
  confirm_destroy: Sind Sie sicher, dass Sie diese Anpassung entfernen wollen?
363
420
  edit: Bearbeiten
421
+ home_content_block_menu:
422
+ title: Startseiten-Abschnitt für globales Menü
423
+ menu:
424
+ title: Hauptmenü
364
425
  new: Neuer Menüpunkt
365
426
  remove: Zusatz entfernen
366
427
  remove_hack: Anpassungen entfernen
@@ -372,6 +433,25 @@ de:
372
433
  error: Fehler beim Aktualisieren des Menüpunkts! %{error}
373
434
  success: Menüpunkt erfolgreich aktualisiert
374
435
  url_exists: Die gleiche URL ist bereits konfiguriert. bitte bearbeiten Sie diese, anstatt sie neu zu erstellen.
436
+ proposal_custom_fields:
437
+ menu:
438
+ title: Öffentlich sichtbare Felder
439
+ private_body: Privater Textkörper
440
+ private_data_last_remove: Diese Daten wurden vor %{time_ago} gelöscht.
441
+ private_data_last_update: Diese Daten wurden vor %{time_ago} gelöscht.
442
+ proposal_private_custom_fields: Private Felder
443
+ remove_private_data: "\U0001F449 Möglicherweise möchten Sie es entfernen"
444
+ admin_log:
445
+ component:
446
+ destroy_private_data: "%{user_name} hat %{count} private Daten für %{resource_name} in %{space_name} gelöscht"
447
+ amendments:
448
+ modal:
449
+ current_amendment_html: <p>Sie können <a href="%{amendment_link}"> hier auf die aktuelle Änderung</a>zugreifen.</p>
450
+ dismiss: Ok, verstanden
451
+ explanation_html: |
452
+ <p>Derzeit wird eine weitere Änderung für diesen Vorschlag bewertet. Um eine neue zu erstellen, müssen Sie warten, bis die aktuelle akzeptiert oder abgelehnt wird.</p>
453
+ <p>Sie können auch den Autor dieses Vorschlags durch <a href="%{proposal_link}">erreichen und einen Kommentar</a> hinterlassen und versuchen, die Lösung des aktuellen Änderungsantrags zu beschleunigen.</p>
454
+ pending_limit_reached: Leider kann es immer nur eine ausstehende Änderung geben. Bitte warten Sie, bis "%{emendation}" akzeptiert oder abgelehnt wird.
375
455
  config:
376
456
  intergram:
377
457
  auto_no_response: Es scheint, dass im Moment niemand verfügbar ist. Bitte sagen Sie uns, wie wir Sie erreichen können und wir melden uns baldmöglichst bei Ihnen.
@@ -418,6 +498,7 @@ de:
418
498
  show:
419
499
  view_meeting: Sitzung ansehen
420
500
  view_proposal: Vorschlag ansehen
501
+ proposal_private_custom_fields_disclosure: Diese Informationen werden nicht veröffentlicht
421
502
  validators:
422
503
  too_much_caps: Es werden zu viele Großbuchstaben verwendet (über %{percent}% des Textes)
423
504
  voting:
@@ -444,6 +525,9 @@ de:
444
525
  weight_3: Grün
445
526
  weight_3_short: 'G:'
446
527
  proposals:
528
+ admin:
529
+ exports:
530
+ awesome_private_proposals: Vorschläge mit privaten Daten
447
531
  proposals:
448
532
  orders:
449
533
  az: A-Z (alphabetisch)
@@ -452,10 +536,12 @@ de:
452
536
  za: Z-A (umgekehrt alphabetisch)
453
537
  layouts:
454
538
  decidim:
455
- admin:
456
- decidim_awesome:
457
- title: Decidim Awesome
458
539
  decidim_awesome:
540
+ admin:
541
+ maintenance:
542
+ title: 'Wartungswerkzeuge: %{title}'
543
+ titles:
544
+ checks: Systemkompatibilitätsprüfungen
459
545
  awesome_config:
460
546
  amendments: Änderungsvorschläge
461
547
  autosaved_error: Automatisches Speichern fehlgeschlagen
@@ -3,7 +3,7 @@ en:
3
3
  activemodel:
4
4
  attributes:
5
5
  config:
6
- additional_proposal_sortings: Enabled additional sorting options
6
+ additional_proposal_sortings: Additional sorting options enabled
7
7
  allow_images_in_full_editor: Allow images in the full HTML editor
8
8
  allow_images_in_markdown_editor: Allow images in the markdown editor
9
9
  allow_images_in_proposals: Allow images in the proposals editor
@@ -24,6 +24,7 @@ en:
24
24
  intergram_use_floating_button: If checked, the closed chat is always a button
25
25
  instead of a text
26
26
  proposal_custom_fields: Custom fields %{id}
27
+ proposal_private_custom_fields: Private Custom fields %{id}
27
28
  scoped_admins: Scoped admins group %{id}
28
29
  scoped_styles: Custom styles %{id}
29
30
  use_markdown_editor: Use a Markdown editor instead of the HTML editor
@@ -56,8 +57,6 @@ en:
56
57
  target: Opens in
57
58
  url: URL
58
59
  visibility: Visibility
59
- proposal:
60
- proposal_custom_fields: Custom fields
61
60
  decidim:
62
61
  admin:
63
62
  filters:
@@ -135,6 +134,7 @@ en:
135
134
  supported_first: Supported first
136
135
  supported_last: Supported last
137
136
  za: Z-A (Reverse alphabetical)
137
+ limit_pending_amendments: Allow only one pending amendment on each proposal.
138
138
  sort_orders_enabled: Enabled sorting types
139
139
  voting_cards_box_title: Title for the voting box
140
140
  voting_cards_box_title_help: Default is "Vote on this proposal". Use "-"
@@ -154,6 +154,7 @@ en:
154
154
  za: Z-A (Reverse alphabetical)
155
155
  decidim_awesome:
156
156
  admin:
157
+ actions: Actions
157
158
  admin_accountability:
158
159
  admin_roles:
159
160
  admin: Super admin
@@ -219,7 +220,7 @@ en:
219
220
  start_image_migrations: "\U0001F449 Start the migration process now"
220
221
  title: System compatibility checks
221
222
  config:
222
- caution: 'NOTE: This feature heavily modifies some default behaviours that
223
+ caution: 'NOTE: This feature heavily modifies some default behaviors that
223
224
  might lead to unexpected results. Use it with caution!'
224
225
  constraints:
225
226
  add_condition: Add case
@@ -299,6 +300,13 @@ en:
299
300
  instead of \"Address\"\nOr use your own keys in combination with other
300
301
  tools to define translations (eg: using the module Term Customizer):\n
301
302
  - \"myapp.custom_fields.bio\" instead of \"Biography\""
303
+ proposal_private_custom_fields: Similar as public fields, but this information
304
+ won't be disclosed publicly (only admins will have access to it).
305
+ proposal_private_custom_fields_translations: |
306
+ Private custom fields are displayed in distinct box with this information text:
307
+ %{warning}
308
+ This text can be customized with a custom translation by using the key:
309
+ %{key}
302
310
  scoped_admins: Promote regular user to admins that can only administrate
303
311
  certain parts of the public web (use the restrictions editor for that).
304
312
  Note that users who already have regular admin permissions will be
@@ -328,15 +336,23 @@ en:
328
336
  body: User input validations for the "body" field
329
337
  title: User input validations for the "title" field
330
338
  form_proposal_custom_fields:
339
+ delete: Delete
331
340
  new: Add a new "custom fields" box
332
341
  remove: Remove this "custom fields" box
333
342
  sure_to_remove: Are you sure you want to destroy this fields box?
343
+ form_proposal_private_custom_fields:
344
+ delete: Delete
345
+ new: Add a new "private custom fields" box
346
+ remove: Remove this "private custom fields" box
347
+ sure_to_remove: Are you sure you want to destroy this private fields box?
334
348
  form_scoped_admins:
349
+ delete: Delete
335
350
  new: Add a new "Scoped Admins" group
336
351
  remove: Remove this "Scoped Admins" group
337
352
  sure_to_remove: Are you sure you want to destroy this "Scoped Admins"
338
353
  group?
339
354
  form_scoped_styles:
355
+ delete: Delete
340
356
  new: Add a new CSS box
341
357
  remove: Remove this CSS box
342
358
  sure_to_remove: Are you sure you want to destroy this CSS box?
@@ -349,6 +365,15 @@ en:
349
365
  title: Tweaks for %{setting}
350
366
  update: Update configuration
351
367
  system: Everywhere except participatory spaces
368
+ title:
369
+ admins: Scoped Admins
370
+ editors: Editor Hacks
371
+ livechat: Live Chat
372
+ proposal_custom_fields: 'Proposals Custom Fields: Public fields'
373
+ proposal_private_custom_fields: 'Proposals Custom Fields: Private fields'
374
+ proposals: Proposals Hacks
375
+ styles: Custom Styles
376
+ surveys: Surveys & Forms
352
377
  update:
353
378
  error: Error updating configuration! %{error}
354
379
  success: Configuration updated successfully
@@ -409,12 +434,48 @@ en:
409
434
  update:
410
435
  error: Error updating redirection! %{error}
411
436
  success: Redirection updated successfully
437
+ maintenance:
438
+ private_data:
439
+ component: Space / Component
440
+ confirm_delete: Are you sure you want to delete all private data for this
441
+ resource? This cannot be undone.
442
+ delete: Delete all
443
+ destroying_private_data: Private data for %{title} is set to be destroyed.
444
+ Please check again in a few minutes.
445
+ done: Done
446
+ help_html: |
447
+ This tool allows you to delete all private data for a specific participatory space or component. This action is irreversible and will remove all private data from the database.
448
+ <br><br>
449
+ <strong>What is considered private data?</strong>
450
+ <br>
451
+ Private data is any information that is not publicly available and is only accessible to administrators. This, at the moment, includes private custom fields information.
452
+ <br><br>
453
+ <strong>What happens when I delete private data?</strong>
454
+ <br>
455
+ When you delete private data, all private information for the selected participatory space or component will be permanently removed from the database. A log of this action will be stored in the system for auditing purposes.
456
+ <br><br>
457
+ <strong>What happens to public data?</strong>
458
+ <br>
459
+ Public data will not be affected by this action. Only private data will be deleted.
460
+ <br><br>
461
+ <strong>Is there a minimum time to wait before deleting private data?</strong>
462
+ <br>
463
+ Yes, you cannot delete private data if the last update was less than %{time_ago} ago. You can change this configuration in the initializer file.
464
+ items_count: Total affected
465
+ last_date: Last update
466
+ no_data: No private data found older than %{time_ago} ago
467
+ not_destroyable: This resource cannot be destroyed yet
468
+ removing: Removing...
469
+ time_ago: "%{time} ago"
412
470
  menu:
413
471
  admins: Scoped Admins
414
- checks: System Compatibility
415
472
  custom_redirects: Custom Redirections
416
473
  editors: Editor Hacks
417
474
  livechat: Live Chat
475
+ maintenance:
476
+ checks: System Compatibility
477
+ maintenance: Maintenance
478
+ private_data: Private data
418
479
  menu_hacks: Menu Tweaks
419
480
  proposal_custom_fields: Proposals Custom Fields
420
481
  proposals: Proposals Hacks
@@ -445,6 +506,10 @@ en:
445
506
  index:
446
507
  confirm_destroy: Are you sure to remove this customization?
447
508
  edit: Edit
509
+ home_content_block_menu:
510
+ title: Global menu home block
511
+ menu:
512
+ title: Main menu
448
513
  new: New item
449
514
  remove: Remove addition
450
515
  remove_hack: Remove customization
@@ -457,6 +522,28 @@ en:
457
522
  success: Menu item updated successfully
458
523
  url_exists: The same URL is already configured, please edit that instead
459
524
  of creating it again.
525
+ proposal_custom_fields:
526
+ menu:
527
+ title: Public fields
528
+ private_body: Private body
529
+ private_data_last_remove: This data was destroyed %{time_ago} ago.
530
+ private_data_last_update: This data was last updated %{time_ago} ago.
531
+ proposal_private_custom_fields: Private fields
532
+ remove_private_data: "\U0001F449 You might want to remove it"
533
+ admin_log:
534
+ component:
535
+ destroy_private_data: "%{user_name} destroyed %{count} items of private
536
+ data for %{resource_name} in %{space_name}"
537
+ amendments:
538
+ modal:
539
+ current_amendment_html: <p>You can <a href="%{amendment_link}">access the
540
+ current amendment here</a>.</p>
541
+ dismiss: Ok, got it
542
+ explanation_html: |
543
+ <p>Currently, there's another amendment being evaluated for this proposal. In order to create a new one, you must wait until the current one is accepted or rejected.</p>
544
+ <p>You can also reach the author of this proposal by <a href="%{proposal_link}">leaving a comment</a> and try to speed up the resolution of the current amendment.</p>
545
+ pending_limit_reached: Sorry, there can only be one pending amendment at a
546
+ time. Please wait until "%{emendation}" is accepted or rejected.
460
547
  config:
461
548
  intergram:
462
549
  auto_no_response: It seems that no one is available to answer right now.
@@ -517,6 +604,7 @@ en:
517
604
  show:
518
605
  view_meeting: View meeting
519
606
  view_proposal: View proposal
607
+ proposal_private_custom_fields_disclosure: This information won't be published
520
608
  validators:
521
609
  too_much_caps: Is using too many capital letters (over %{percent}% of the
522
610
  text)
@@ -546,6 +634,9 @@ en:
546
634
  weight_3: Green
547
635
  weight_3_short: 'G:'
548
636
  proposals:
637
+ admin:
638
+ exports:
639
+ awesome_private_proposals: Proposals with private data
549
640
  proposals:
550
641
  orders:
551
642
  az: A-Z (Alphabetical)
@@ -554,10 +645,13 @@ en:
554
645
  za: Z-A (Reverse alphabetical)
555
646
  layouts:
556
647
  decidim:
557
- admin:
558
- decidim_awesome:
559
- title: Decidim Tweaks
560
648
  decidim_awesome:
649
+ admin:
650
+ maintenance:
651
+ title: 'Maintenance tools: %{title}'
652
+ titles:
653
+ checks: System Compatibility Checks
654
+ private_data: Private Data Clean-Up
561
655
  awesome_config:
562
656
  amendments: Amendments
563
657
  autosaved_error: LocalStorage is not supported in your browser, form cannot
@@ -20,6 +20,7 @@ es:
20
20
  intergram_title_open: Título del chat abierto
21
21
  intergram_use_floating_button: Si está marcado, el chat cerrado siempre es un botón en lugar de un texto
22
22
  proposal_custom_fields: 'Campos personalizados #%{id}'
23
+ proposal_private_custom_fields: 'Campos personalizados #%{id}'
23
24
  scoped_admins: 'Grupo de administradoras acotadas #%{id}'
24
25
  scoped_styles: 'Estilos personalizados #%{id}'
25
26
  use_markdown_editor: Utilizar el editor Markdown en lugar del editor HTML
@@ -48,8 +49,6 @@ es:
48
49
  target: Abrir en
49
50
  url: URL
50
51
  visibility: Visibilidad
51
- proposal:
52
- proposal_custom_fields: Campos personalizados
53
52
  decidim:
54
53
  admin:
55
54
  filters:
@@ -117,9 +116,10 @@ es:
117
116
  voting_cards: Votación con tarjetas de color
118
117
  default_sort_order_options:
119
118
  az: A-Z (Alfabético)
120
- supported_first: Mis soportes primero
121
- supported_last: Mis soportes últimos
119
+ supported_first: Votadas por mi primero
120
+ supported_last: Votadas por mí últimas
122
121
  za: Z-A (Alfabético inverso)
122
+ limit_pending_amendments: Permitir sólo una enmienda pendiente sobre cada propuesta.
123
123
  sort_orders_enabled: Tipos de ordenación habilitados
124
124
  voting_cards_box_title: Título de la cabina de votación
125
125
  voting_cards_box_title_help: Por defecto es "Votar en esta propuesta". Use "-" para ocultarla.
@@ -135,6 +135,7 @@ es:
135
135
  za: Z-A (Alfabético inverso)
136
136
  decidim_awesome:
137
137
  admin:
138
+ actions: Acciones
138
139
  admin_accountability:
139
140
  admin_roles:
140
141
  admin: Administradora de plataforma
@@ -239,6 +240,12 @@ es:
239
240
  proposal_custom_fields: Crea campos personalizados en las propuestas que sólo se aplican en ciertas partes de la web pública (utilizar el editor de restricciones para ello)
240
241
  proposal_custom_fields_example: Los datos se almacenan en un objeto XML utilizando atributos HTML compatibles (dl,dt,dd elements) que reemplazan el "cuerpo" en una propuesta normal.
241
242
  proposal_custom_fields_translations: "Las etiquetas, el texto de ayuda, placeholders, y los valores predeterminados pueden utilizar las traducciones personalizadas de la aplicación.\nPara ello, en lugar de usar un texto literal, se puede usar la clave i18n (debe contener al menos un punto).\nPor ejemplo:\n- \"activemodel.attributes.proposal.title\" en lugar de \"Título\"\n- \"activemodel.attributes.proposal.address\" en lugar de \"Address\"\nO simplemente usar claves propias en combinación con otras herramientas para definir traducciones (por ejemplo, usando el módulo Term Customizer):\n- \"myapp.custom_fields.bio\" en lugar de \"Biografía\""
243
+ proposal_private_custom_fields: Similar a los campos públicos, pero esta información no será divulgada públicamente (sólo los administradores tendrán acceso a ella).
244
+ proposal_private_custom_fields_translations: |
245
+ Los campos personalizados privados se muestran en un cuadro distinto con este texto de información:
246
+ %{warning}
247
+ Este texto se puede personalizar con una traducción personalizada usando la clave:
248
+ %{key}
242
249
  scoped_admins: Promueve usuarias normales a administradoras con acceso limitado a ciertas partes de la web pública (utilizar el editor de restricciones para eso). Tener en cuenta que las usuarias que ya tienen permisos regulares de administración serán ignorados.
243
250
  scoped_styles: Crea CSS personalizados que solo se apliquen en ciertas partes de la web pública (para ello, utiliza el editor de restricciones)
244
251
  scoped_styles_variables: 'Puedes utilizar las siguientes variables CSS para los colores personalizados de la organización:'
@@ -253,14 +260,22 @@ es:
253
260
  body: Validaciones de entrada de usuario para el campo "cuerpo"
254
261
  title: Validaciones de entrada de usuario para el campo "título"
255
262
  form_proposal_custom_fields:
263
+ delete: Eliminar
256
264
  new: Añadir una nueva caja de "campos personalizados"
257
265
  remove: Eliminar esta caja de "campos personalizados"
258
266
  sure_to_remove: '¿Estás segura de que quieres eliminar esta caja de campos personalizados?'
267
+ form_proposal_private_custom_fields:
268
+ delete: Eliminar
269
+ new: Añadir una nueva caja de "campos personalizados"
270
+ remove: Eliminar esta caja de "campos personalizados"
271
+ sure_to_remove: '¿Seguro de que quieres eliminar esta caja de campos personalizados?'
259
272
  form_scoped_admins:
273
+ delete: Eliminar
260
274
  new: Añadir un nuevo grupo de "Administradoras acotadas"
261
275
  remove: Eliminar este grupo de "Administradoras acotadas"
262
276
  sure_to_remove: '¿Estás segura de que quieres eliminar este grupo de "administradoras acotadas"?'
263
277
  form_scoped_styles:
278
+ delete: Eliminar
264
279
  new: Añadir una nueva caja CSS
265
280
  remove: Eliminar esta caja CSS
266
281
  sure_to_remove: '¿Estás segura de que quieres eliminar esta caja CSS?'
@@ -271,6 +286,15 @@ es:
271
286
  title: Ajustes para %{setting}
272
287
  update: Actualizar la configuración
273
288
  system: En todas partes excepto en espacios participativos
289
+ title:
290
+ admins: Administradoras acotadas
291
+ editors: Modificaciones a los editores
292
+ livechat: Chat en vivo
293
+ proposal_custom_fields: 'Campos personalizados de propuestas: campos públicos'
294
+ proposal_private_custom_fields: 'Campos personalizados de propuestas: Campos privados'
295
+ proposals: Modificaciones a las propuestas
296
+ styles: Estilos personalizados
297
+ surveys: Encuestas y formularios
274
298
  update:
275
299
  error: '¡Error actualizando la configuración! %{error}'
276
300
  success: Configuración actualizada correctamente
@@ -330,12 +354,46 @@ es:
330
354
  update:
331
355
  error: '¡Error al actualizar la redirección! %{error}'
332
356
  success: Redirección actualizada correctamente
357
+ maintenance:
358
+ private_data:
359
+ component: Espacio / Componente
360
+ confirm_delete: '¿Está seguro que desea eliminar todos los datos privados de este recurso? Esta acción no se puede deshacer.'
361
+ delete: Eliminar todo
362
+ destroying_private_data: Los datos privados para %{title} serán destruidos en breve. Por favor, compruébalo de nuevo en unos minutos.
363
+ done: Hecho
364
+ help_html: |
365
+ Esta herramienta permite eliminar todos los datos privados de un determinado espacio participativo o componente. Esta acción es irreverible y eliminará todos los datos privados de la base de datos.
366
+ <br><br>
367
+ <strong>¿Qué se considera información privada?</strong>
368
+ <br>
369
+ Los datos privados son cualquier información que no está disponible públicamente y sólo es accesible a los administradores. Esto, en este momento, incluye información privada de los campos personalizados.
370
+ <br><br>
371
+ <strong>¿Qué ocurre cuando elimino datos privados?</strong>
372
+ <br>
373
+ Al borrar datos privados, toda la información privada del espacio o componente participativo seleccionado será eliminada permanentemente de la base de datos. Un registro de esta acción se almacenará en el sistema para fines de auditoría (pero no los datos en si).
374
+ <br><br>
375
+ <strong>¿Qué pasa con los datos públicos?</strong>
376
+ <br>
377
+ datos públicos no se verán afectados por esta acción. Sólo los datos privados serán eliminados.
378
+ <br><br>
379
+ <strong>¿Hay un tiempo mínimo para esperar antes de eliminar datos privados?</strong>
380
+ <br>
381
+ Sí, no puede eliminar datos privados si la última actualización fue menor que la %{time_ago} . Puede cambiar esta configuración en un archivo inicializador.
382
+ items_count: Total afectados
383
+ last_date: Última actualización
384
+ no_data: No se han encontrado datos privados anteriores a %{time_ago}
385
+ not_destroyable: Este recurso no puede ser destruido todavía
386
+ removing: Eliminando...
387
+ time_ago: "Hace %{time}"
333
388
  menu:
334
389
  admins: Administradoras acotadas
335
- checks: Compatibilidad del sistema
336
390
  custom_redirects: Redirecciones personalizadas
337
391
  editors: Modificaciones a los editores
338
392
  livechat: Chat en vivo
393
+ maintenance:
394
+ checks: Compatibilidad del sistema
395
+ maintenance: Mantenimiento
396
+ private_data: Datos privados
339
397
  menu_hacks: Ajustes en el menú
340
398
  proposal_custom_fields: Campos personalizados para propuestas
341
399
  proposals: Modificaciones a las propuestas
@@ -365,6 +423,10 @@ es:
365
423
  index:
366
424
  confirm_destroy: '¿Estás segura que quieres eliminar este elemento?'
367
425
  edit: Editar
426
+ home_content_block_menu:
427
+ title: Bloque de menú global en la home
428
+ menu:
429
+ title: Menú principal
368
430
  new: Crear nuevo ítem
369
431
  remove: Eliminar adición
370
432
  remove_hack: Eliminar personalización
@@ -376,6 +438,25 @@ es:
376
438
  error: 'Error al actualizar el ítem de menú: %{error}'
377
439
  success: Ítem de menú actualizado correctamente
378
440
  url_exists: Esta URL ya ha sido configurada en otro ítem de menú, por favor edítalo en lugar de crear uno nuevo.
441
+ proposal_custom_fields:
442
+ menu:
443
+ title: Campos públicos
444
+ private_body: Cuerpo privado
445
+ private_data_last_remove: Estos datos fueron destruidos hace %{time_ago}.
446
+ private_data_last_update: Estos datos fueron actualizados hace %{time_ago}.
447
+ proposal_private_custom_fields: Campos privados
448
+ remove_private_data: "👉 Es posible que quieras eliminarlo"
449
+ admin_log:
450
+ component:
451
+ destroy_private_data: "%{user_name} ha destruido %{count} elementos de datos privados para %{resource_name} en %{space_name}"
452
+ amendments:
453
+ modal:
454
+ current_amendment_html: <p>Puedes <a href="%{amendment_link}">acceder a la enmienda actual aquí</a>.</p>
455
+ dismiss: De acuerdo
456
+ explanation_html: |
457
+ <p>Actualmente, hay otra enmienda que se está evaluando para esta propuesta. Para crear una nueva, debes esperar hasta que la actual sea aceptada o rechazada.</p>
458
+ <p>También puedes contactar con el autor de esta propuesta en <a href="%{proposal_link}">dejando un comentario</a> e intentar acelerar la resolución de la enmienda actual.</p>
459
+ pending_limit_reached: Lo sentimos, solo puede haber una enmienda pendiente a la vez. Por favor, espere hasta que se acepte o rechace "%{emendation}".
379
460
  config:
380
461
  intergram:
381
462
  auto_no_response: Parece que no hay nadie disponible para responder en este momento. Por favor, indícanos cómo te podemos contactar y nos comunicaremos contigo lo antes posible.
@@ -430,6 +511,7 @@ es:
430
511
  show:
431
512
  view_meeting: Ver encuentro
432
513
  view_proposal: Ver propuesta
514
+ proposal_private_custom_fields_disclosure: Esta información no será publicada
433
515
  validators:
434
516
  too_much_caps: Contiene demasiadas letras mayúsculas (más del %{percent}% del texto)
435
517
  voting:
@@ -456,6 +538,9 @@ es:
456
538
  weight_3: Verde
457
539
  weight_3_short: 'V:'
458
540
  proposals:
541
+ admin:
542
+ exports:
543
+ awesome_private_proposals: Propuestas con datos privados
459
544
  proposals:
460
545
  orders:
461
546
  az: A-Z (Alfabético)
@@ -464,10 +549,13 @@ es:
464
549
  za: Z-A (Alfabético inverso)
465
550
  layouts:
466
551
  decidim:
467
- admin:
468
- decidim_awesome:
469
- title: Modificaciones a Decidim
470
552
  decidim_awesome:
553
+ admin:
554
+ maintenance:
555
+ title: 'Herramientas de mantenimiento: %{title}'
556
+ titles:
557
+ checks: Análisis de compatibilidad del sistema
558
+ private_data: Limpieza de datos privados
471
559
  awesome_config:
472
560
  amendments: Enmiendas
473
561
  autosaved_error: El almacenamiento local no es compatible con tu navegador, el formulario no se podrá guardar automáticamente.
@@ -23,14 +23,28 @@ eu:
23
23
  form:
24
24
  help:
25
25
  use_markdown_editor: This will substitute the Quill WYSIWYG editor, use a Markdown editor instead. Text will be saved as HTML in the database.
26
+ form_proposal_custom_fields:
27
+ delete: Ezabatu
28
+ form_proposal_private_custom_fields:
29
+ delete: Ezabatu
30
+ form_scoped_admins:
31
+ delete: Ezabatu
32
+ form_scoped_styles:
33
+ delete: Ezabatu
34
+ title:
35
+ editors: Editor hacks
36
+ proposals: Proposals hacks
37
+ styles: Custom styles
38
+ surveys: Surveys & forms
26
39
  constraints:
27
40
  new:
28
41
  cancel: Ezeztatu
29
42
  show:
30
43
  cancel: Ezeztatu
31
44
  menu:
32
- checks: System compatibility
33
45
  editors: Editor hacks
46
+ maintenance:
47
+ checks: System compatibility
34
48
  menu_hacks: Menu tweaks
35
49
  proposals: Proposals hacks
36
50
  styles: Custom styles