decidim-decidim_awesome 0.12.0 → 0.12.3

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.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +33 -0
  3. data/README.md +24 -14
  4. data/Rakefile +12 -0
  5. data/app/cells/concerns/decidim/decidim_awesome/global_menu_cell_override.rb +14 -2
  6. data/app/cells/concerns/decidim/decidim_awesome/proposal_l_cell_override.rb +5 -4
  7. data/app/cells/decidim/decidim_awesome/voting/voting_cards_proposal/show.erb +3 -3
  8. data/app/cells/decidim/decidim_awesome/voting/voting_cards_proposal/vote_block_for.erb +1 -1
  9. data/app/controllers/concerns/decidim/decidim_awesome/admin/maintenance_context.rb +0 -28
  10. data/app/controllers/concerns/decidim/decidim_awesome/needs_hashcash.rb +41 -0
  11. data/app/controllers/concerns/decidim/decidim_awesome/not_found_redirect.rb +2 -2
  12. data/app/controllers/decidim/decidim_awesome/admin/admin_authorizations_controller.rb +2 -2
  13. data/app/controllers/decidim/decidim_awesome/admin/checks_controller.rb +0 -4
  14. data/app/controllers/decidim/decidim_awesome/admin/config_controller.rb +2 -1
  15. data/app/controllers/decidim/decidim_awesome/admin/custom_redirects_controller.rb +1 -2
  16. data/app/controllers/decidim/decidim_awesome/admin/hashcash_controller.rb +39 -0
  17. data/app/controllers/decidim/decidim_awesome/admin/menu_hacks_controller.rb +1 -1
  18. data/app/controllers/decidim/decidim_awesome/admin/{maintenance_controller.rb → private_data_controller.rb} +9 -9
  19. data/app/controllers/decidim/decidim_awesome/utils_controller.rb +17 -0
  20. data/app/forms/concerns/decidim/decidim_awesome/proposals/proposal_form_override.rb +7 -1
  21. data/app/forms/decidim/decidim_awesome/admin/config_form.rb +13 -0
  22. data/app/helpers/decidim/decidim_awesome/admin/config_constraints_helpers.rb +1 -1
  23. data/app/helpers/decidim/decidim_awesome/map_helper.rb +4 -2
  24. data/app/models/decidim/decidim_awesome/paper_trail_version.rb +1 -1
  25. data/app/overrides/decidim/devise/registrations/new/add_hashcash.html.erb.deface +3 -0
  26. data/app/overrides/decidim/devise/sessions/new/add_hashcash.html.erb.deface +3 -0
  27. data/app/overrides/layouts/decidim/_head/add_awesome_custom_styles.html.erb.deface +3 -0
  28. data/app/overrides/layouts/decidim/_head/add_awesome_tags.html.erb.deface +0 -2
  29. data/app/packs/entrypoints/decidim_decidim_awesome_hashcash.js +4 -0
  30. data/app/packs/src/decidim/decidim_awesome/admin/auto_edit.js +10 -6
  31. data/app/packs/src/decidim/decidim_awesome/admin/custom_fields_builder.js +4 -2
  32. data/app/packs/src/decidim/decidim_awesome/admin/verifications.js +6 -3
  33. data/app/packs/src/decidim/decidim_awesome/awesome_map/api/proposals_fetcher.js +1 -1
  34. data/app/packs/src/decidim/decidim_awesome/awesome_map/controllers/controller.js +1 -1
  35. data/app/packs/src/decidim/decidim_awesome/awesome_map/controllers/proposals_controller.js +1 -1
  36. data/app/packs/src/decidim/decidim_awesome/awesome_map/controls_ui.js +6 -6
  37. data/app/packs/src/decidim/decidim_awesome/awesome_map/load_map.js +1 -1
  38. data/app/packs/src/decidim/decidim_awesome/forms/autosave.js +3 -3
  39. data/app/packs/src/decidim/decidim_awesome/forms/custom_fields_renderer.js +1 -113
  40. data/app/packs/src/decidim/decidim_awesome/proposals/images.js +1 -1
  41. data/app/packs/src/vendor/form_builder_langs/ar-SA.lang +111 -0
  42. data/app/packs/src/vendor/form_builder_langs/ar-TN.lang +94 -0
  43. data/app/packs/src/vendor/form_builder_langs/ca-ES.lang +110 -0
  44. data/app/packs/src/vendor/form_builder_langs/cs-CZ.lang +105 -0
  45. data/app/packs/src/vendor/form_builder_langs/da-DK.lang +110 -0
  46. data/app/packs/src/vendor/form_builder_langs/de-DE.lang +109 -0
  47. data/app/packs/src/vendor/form_builder_langs/el-GR.lang +110 -0
  48. data/app/packs/src/vendor/form_builder_langs/en-US.lang +117 -0
  49. data/app/packs/src/vendor/form_builder_langs/es-ES.lang +103 -0
  50. data/app/packs/src/vendor/form_builder_langs/fa-IR.lang +108 -0
  51. data/app/packs/src/vendor/form_builder_langs/fi-FI.lang +107 -0
  52. data/app/packs/src/vendor/form_builder_langs/fr-FR.lang +117 -0
  53. data/app/packs/src/vendor/form_builder_langs/he-IL.lang +108 -0
  54. data/app/packs/src/vendor/form_builder_langs/hi-IN.lang +110 -0
  55. data/app/packs/src/vendor/form_builder_langs/hu-HU.lang +108 -0
  56. data/app/packs/src/vendor/form_builder_langs/id-ID.lang +110 -0
  57. data/app/packs/src/vendor/form_builder_langs/it-IT.lang +107 -0
  58. data/app/packs/src/vendor/form_builder_langs/ja-JP.lang +108 -0
  59. data/app/packs/src/vendor/form_builder_langs/my-MM.lang +108 -0
  60. data/app/packs/src/vendor/form_builder_langs/nb-NO.lang +94 -0
  61. data/app/packs/src/vendor/form_builder_langs/nl-NL.lang +94 -0
  62. data/app/packs/src/vendor/form_builder_langs/pl-PL.lang +122 -0
  63. data/app/packs/src/vendor/form_builder_langs/pt-BR.lang +110 -0
  64. data/app/packs/src/vendor/form_builder_langs/pu-IN.lang +110 -0
  65. data/app/packs/src/vendor/form_builder_langs/qz-MM.lang +108 -0
  66. data/app/packs/src/vendor/form_builder_langs/ro-RO.lang +94 -0
  67. data/app/packs/src/vendor/form_builder_langs/ru-RU.lang +110 -0
  68. data/app/packs/src/vendor/form_builder_langs/sl-SI.lang +110 -0
  69. data/app/packs/src/vendor/form_builder_langs/th-TH.lang +111 -0
  70. data/app/packs/src/vendor/form_builder_langs/tr-TR.lang +115 -0
  71. data/app/packs/src/vendor/form_builder_langs/uk-UA.lang +108 -0
  72. data/app/packs/src/vendor/form_builder_langs/vi-VN.lang +94 -0
  73. data/app/packs/src/vendor/form_builder_langs/zh-CN.lang +100 -0
  74. data/app/packs/src/vendor/form_builder_langs/zh-TW.lang +94 -0
  75. data/app/packs/src/vendor/hashcash.js +83 -0
  76. data/app/packs/src/vendor/sha1.js +143 -0
  77. data/app/packs/src/vendor/stamp.js +50 -0
  78. data/app/packs/stylesheets/decidim/decidim_awesome/forms/autosave.scss +2 -12
  79. data/app/presenters/decidim/decidim_awesome/private_data_presenter.rb +2 -2
  80. data/app/views/decidim/decidim_awesome/admin/admin_accountability/index.html.erb +4 -4
  81. data/app/views/decidim/decidim_awesome/admin/admin_authorizations/callout.html.erb +2 -2
  82. data/app/views/decidim/decidim_awesome/admin/admin_authorizations/conflict.html.erb +4 -4
  83. data/app/views/decidim/decidim_awesome/admin/admin_authorizations/edit.html.erb +6 -5
  84. data/app/views/decidim/decidim_awesome/admin/checks/index.html.erb +6 -6
  85. data/app/views/decidim/decidim_awesome/admin/config/_autoedit_box_label.html.erb +2 -2
  86. data/app/views/decidim/decidim_awesome/admin/config/_constraints.html.erb +3 -3
  87. data/app/views/decidim/decidim_awesome/admin/config/_form_admins.html.erb +4 -3
  88. data/app/views/decidim/decidim_awesome/admin/config/_form_editors.html.erb +1 -1
  89. data/app/views/decidim/decidim_awesome/admin/config/_form_proposal_custom_fields.html.erb +4 -4
  90. data/app/views/decidim/decidim_awesome/admin/config/_form_scoped_styles.html.erb +3 -3
  91. data/app/views/decidim/decidim_awesome/admin/config/_form_surveys.html.erb +40 -2
  92. data/app/views/decidim/decidim_awesome/admin/config/_form_verifications.html.erb +1 -1
  93. data/app/views/decidim/decidim_awesome/admin/hashcash/_filters.html.erb +55 -0
  94. data/app/views/decidim/decidim_awesome/admin/hashcash/index.html.erb +33 -0
  95. data/app/views/decidim/decidim_awesome/admin/hashcash/ip_addresses.html.erb +29 -0
  96. data/app/views/decidim/decidim_awesome/admin/hashcash/show.html.erb +42 -0
  97. data/app/views/decidim/decidim_awesome/admin/menu_hacks/index.html.erb +2 -2
  98. data/app/views/decidim/decidim_awesome/admin/{maintenance → private_data}/_private_data.html.erb +2 -2
  99. data/app/views/decidim/decidim_awesome/admin/{maintenance/show.html.erb → private_data/index.html.erb} +2 -3
  100. data/app/views/decidim/decidim_awesome/admin/proposals/_private_body.html.erb +1 -1
  101. data/app/views/decidim/decidim_awesome/amendments/_modal.html.erb +2 -2
  102. data/app/views/decidim/decidim_awesome/hashcash/_hidden_field.html.erb +5 -0
  103. data/app/views/layouts/decidim/decidim_awesome/_awesome_config.html.erb +2 -2
  104. data/app/views/layouts/decidim/decidim_awesome/admin/maintenance.html.erb +2 -11
  105. data/config/assets.rb +1 -0
  106. data/config/i18n-tasks.yml +1 -0
  107. data/config/locales/ca.yml +69 -30
  108. data/config/locales/cs.yml +68 -29
  109. data/config/locales/de.yml +67 -28
  110. data/config/locales/en.yml +81 -32
  111. data/config/locales/es.yml +68 -29
  112. data/config/locales/eu.yml +31 -31
  113. data/config/locales/fr.yml +82 -31
  114. data/config/locales/ja.yml +31 -31
  115. data/lib/decidim/decidim_awesome/admin_engine.rb +8 -5
  116. data/lib/decidim/decidim_awesome/awesome.rb +29 -7
  117. data/lib/decidim/decidim_awesome/checksums.yml +15 -40
  118. data/lib/decidim/decidim_awesome/engine.rb +11 -2
  119. data/lib/decidim/decidim_awesome/menu.rb +151 -138
  120. data/lib/decidim/decidim_awesome/test/initializer.rb +4 -1
  121. data/lib/decidim/decidim_awesome/test/shared_examples/config_examples.rb +1 -3
  122. data/lib/decidim/decidim_awesome/test/shared_examples/editor_examples.rb +2 -1
  123. data/lib/decidim/decidim_awesome/test/shared_examples/summary_examples.rb +8 -1
  124. data/lib/decidim/decidim_awesome/version.rb +1 -1
  125. data/lib/tasks/decidim_awesome_upgrade_tasks.rake +4 -1
  126. data/package.json +3 -4
  127. metadata +68 -10
  128. data/config/rubocop/disabled.yml +0 -11
  129. data/config/rubocop/faker.yml +0 -480
  130. data/config/rubocop/rails.yml +0 -88
  131. data/config/rubocop/rspec.yml +0 -65
  132. data/config/rubocop/ruby.yml +0 -1210
@@ -1,4 +1,7 @@
1
1
  cs:
2
+ active_hashcash:
3
+ submit_filter: Filtr
4
+ waiting_label: Čekání na ověření...
2
5
  activemodel:
3
6
  attributes:
4
7
  config:
@@ -10,6 +13,10 @@ cs:
10
13
  force_authorization_after_login: Vynutit autorizaci po přihlášení/registraci
11
14
  force_authorization_help_text: Text nápovědy pro autorizační stránku
12
15
  force_authorization_with_any_method: Povolit přístup, pokud je udělen některou z autorizací (ve výchozím nastavení jsou vyžadovány vše)
16
+ hashcash_login: Povolit ochranu Hashcash bota pro existující uživatele (přihlášení)
17
+ hashcash_login_bits: Počet bitů pro hashcash algoritmus (přihlášení)
18
+ hashcash_signup: Povolit ochranu Hashcash bota pro nové uživatele (registrace)
19
+ hashcash_signup_bits: Počet bitů pro Hashcash algoritmus (přihlášení)
13
20
  intergram_auto_no_response: Zpráva, která je odeslána jednu minutu poté, co uživatel odešle svou první zprávu a nebyla obdržena odpověď
14
21
  intergram_auto_response: Zpráva, která je odeslána okamžitě poté, co uživatel odešle svou první zprávu
15
22
  intergram_chat_id: ID Chatu
@@ -264,6 +271,15 @@ cs:
264
271
  drag_and_drop_supported: Při nahrávání obrázků je podporováno vložení přetažením. Obrázky budou nahrány na server a vloženy jako externí zdroje (nepoužívá base64 inline kódování).
265
272
  force_authorization_after_login: 'Pokud je povoleno, uživatelé budou po přihlášení nebo registraci přesměrováni na autorizační stránku, pokud nejsou uděleny některé z zadaných autorizací. To je užitečné, pokud chcete donutit uživatele k ověření pomocí specifické autorizace, než se budou moci vůbec přihlásit (např.: zabránit spamu).'
266
273
  force_authorization_help_text: Přidejte vlastní text, který vysvětlí proč je potřeba autorizace. Také se ujistěte, že přidáte kontaktní metodu pro případ, že uživatelé potřebují pomoc.
274
+ hashcash_i18n_key: 'Text, který je zobrazen uživatelům v tlačítkách pro přihlášení / registraci pomocí klíče i18n: %{key}'
275
+ hashcash_login: |
276
+ Chraňte aplikace proti botům a brute force útokům, aniž by to obtěžovalo lidi.
277
+ Hashcash je proof-of-work systém, který vyžaduje, aby uživatelé vyřešili počítačovou hádanku (kterou provádí prohlížeč) před tím, než se mohou zaregistrovat.
278
+ hashcash_login_bits: Tento parametr definuje počet bitů, které bude používat algoritmus Hashcash pro generování důkazu práce. Doporučuje se použít hodnotu mezi 16 (jednoduchými) a 30 (extrémně těžkými) bity. Výchozí hodnota pro přihlašovací formuláře je %{bits} bity.
279
+ hashcash_signup: |
280
+ Chraňte aplikace proti botům a brute force útokům, aniž by to obtěžovalo lidi.
281
+ Hashcash je proof-of-work systém, který vyžaduje, aby uživatelé vyřešili počítačovou hádanku (kterou provádí prohlížeč) před tím, než se mohou zaregistrovat.
282
+ hashcash_signup_bits: Tento parametr definuje počet bitů, které bude používat algoritmus Hashcash pro generování důkazu práce. Doporučuje se použít hodnotu mezi 16 (jednoduchými) a 30 (extrémně těžkými) bity. Výchozí hodnota pro registrační formuláře je %{bits} bity.
267
283
  intergram_about: Intergram používá Telegram messenger pro zpracování widgetu live podpory v dolní části stránky.
268
284
  intergram_config: 'Pozvěte <a href="https://web.telegram.org/#/im?p=@IntergramBot">@Intergram bota</a> do vaší skupiny nebo začněte chatovat přímo. <a href="https://github.com/idoco/intergram#embed-intergram-in-your-website-with-these-2-simple-steps">+ info</a>'
269
285
  original_editor_override: Od verze 0.26 je možné nahrávat obrázky do editorů (pouze pro administrátory). Proto zde nastavení obrázků ovlivňuje pouze veřejné editory (správce je bude mít vždy k dispozici).
@@ -398,37 +414,25 @@ cs:
398
414
  update:
399
415
  error: Chyba aktualizace přesměrování! %{error}
400
416
  success: Přesměrování úspěšně aktualizováno
401
- maintenance:
402
- private_data:
403
- component: Prostor / komponenta
404
- confirm_delete: Opravdu chcete odstranit všechna soukromá data tohoto zdroje? Tuto akci nelze vrátit zpět.
405
- delete: Odstranit vše
406
- destroying_private_data: Soukromá data pro %{title} jsou nastavena na zničení. Zkontrolujte prosím znovu za několik minut.
407
- done: Hotovo
417
+ hashcash:
418
+ filters:
419
+ ip_addresses: Zobrazit IP adresy
420
+ stamps: Zobrazit Hashcash razítka
421
+ index:
422
+ bits: Bity
423
+ created_at: Vytvořeno
408
424
  help_html: |
409
- Tento nástroj umožňuje odstranit všechna soukromá data pro konkrétní participační prostor nebo komponentu. Tato akce je nevratná a odstraní všechna soukromá data z databáze.
410
- <br><br>
411
- <strong>Co je považováno za soukromá data?</strong>
412
- <br>
413
- Soukromá data jsou jakékoliv informace, které nejsou veřejně dostupné a jsou přístupné pouze správcům. To v současné době zahrnuje informace o soukromých vlastních polích.
414
- <br><br>
415
- <strong>Co se stane, když smažu soukromá data?</strong>
416
- <br>
417
- Když smažete soukromá data, všechny soukromé informace pro vybraný participační prostor nebo součást budou trvale odstraněny z databáze. Protokol této akce bude uložen v systému pro účely auditu.
425
+ Tato stránka zobrazuje hashcash razítka, která byla zjištěna v systému. Hashcash je systém potvrzující práci, který vyžaduje, aby uživatelé vyřešili počítačovou hádanku (kterou provádí prohlížeč) před tím, než se mohou zaregistrovat.
418
426
  <br><br>
419
- <strong>Co se stane s veřejnými daty?</strong>
420
- <br>
421
- Veřejná data nebudou touto akcí dotčena. Budou odstraněna pouze soukromá data.
422
- <br><br>
423
- <strong>Je minimální čas počkat před odstraněním soukromých dat?</strong>
424
- <br>
425
- Ano, nemůžete smazat soukromá data, pokud byla poslední aktualizace menší než před %{time_ago}. Tuto konfiguraci můžete změnit v souboru inicializátoru.
426
- items_count: Dotčené celkem
427
- last_date: Poslední aktualizace
428
- no_data: Nejsou nalezena žádná soukromá data starší než před %{time_ago}
429
- not_destroyable: Tento zdroj zatím nelze zničit
430
- removing: Odstraňování...
431
- time_ago: "Před %{time}"
427
+ Každá položka v tomto seznamu představuje hashcash razítko, které bylo vygenerováno uživatelem pokaždé, když se zaregistroval nebo se přihlásil.
428
+ ip_address: IP adresa
429
+ no_data: Nenalezena žádná Hashcash razítka
430
+ request_path: Cesta požadavku
431
+ ip_addresses:
432
+ help_html: Tato stránka obsahuje všechny IP adresy, které byly v systému zjištěny podle počtu Hashcash razítek, které vygenerovaly. <br><br> Každé razítko je buď přihlášení nebo registrace uživatelem. Tyto informace můžete použít k detekci podezřelé aktivity.
433
+ ip_address: IP adresa
434
+ no_data: Nebyly nalezeny žádné IP adresy
435
+ stamps: Hashcash razítka
432
436
  menu:
433
437
  admins: Škálovaní administrátoři
434
438
  custom_redirects: Vlastní přesměrování
@@ -436,6 +440,7 @@ cs:
436
440
  livechat: Live Chat
437
441
  maintenance:
438
442
  checks: Systémová kompatibilita
443
+ hashcash: Hashcash razítka
439
444
  maintenance: Údržba
440
445
  private_data: Soukromá data
441
446
  menu_hacks: Vylepšení menu
@@ -472,6 +477,8 @@ cs:
472
477
  title: Blok Globální menu
473
478
  menu:
474
479
  title: Hlavní menu
480
+ mobile_menu:
481
+ title: Mobilní menu
475
482
  new: Nová položka
476
483
  remove: Odstranit přidání
477
484
  remove_hack: Odstranit přizpůsobení
@@ -487,6 +494,37 @@ cs:
487
494
  verification_modal:
488
495
  authorizations_for: Autorizace pro %{user}
489
496
  close: Zavřít
497
+ private_data:
498
+ private_data:
499
+ component: Prostor / komponenta
500
+ confirm_delete: Opravdu chcete odstranit všechna soukromá data tohoto zdroje? Tuto akci nelze vrátit zpět.
501
+ delete: Odstranit vše
502
+ destroying: Soukromá data pro %{title} jsou nastavena na zničení. Zkontrolujte prosím znovu za několik minut.
503
+ done: Hotovo
504
+ help_html: |
505
+ Tento nástroj umožňuje odstranit všechna soukromá data pro konkrétní participační prostor nebo komponentu. Tato akce je nevratná a odstraní všechna soukromá data z databáze.
506
+ <br><br>
507
+ <strong>Co je považováno za soukromá data?</strong>
508
+ <br>
509
+ Soukromá data jsou jakékoliv informace, které nejsou veřejně dostupné a jsou přístupné pouze správcům. To v současné době zahrnuje informace o soukromých vlastních polích.
510
+ <br><br>
511
+ <strong>Co se stane, když smažu soukromá data?</strong>
512
+ <br>
513
+ Když smažete soukromá data, všechny soukromé informace pro vybraný participační prostor nebo součást budou trvale odstraněny z databáze. Protokol této akce bude uložen v systému pro účely auditu.
514
+ <br><br>
515
+ <strong>Co se stane s veřejnými daty?</strong>
516
+ <br>
517
+ Veřejná data nebudou touto akcí dotčena. Budou odstraněna pouze soukromá data.
518
+ <br><br>
519
+ <strong>Je minimální čas počkat před odstraněním soukromých dat?</strong>
520
+ <br>
521
+ Ano, nemůžete smazat soukromá data, pokud byla poslední aktualizace menší než před %{time_ago}. Tuto konfiguraci můžete změnit v souboru inicializátoru.
522
+ items_count: Celkový dopad
523
+ last_date: Poslední aktualizace
524
+ no_data: Nejsou nalezena žádná soukromá data starší než před %{time_ago}
525
+ not_destroyable: Tento zdroj zatím nelze zničit
526
+ removing: Odstraňování...
527
+ time_ago: "Před %{time}"
490
528
  proposal_custom_fields:
491
529
  menu:
492
530
  title: Veřejná pole
@@ -640,6 +678,7 @@ cs:
640
678
  title: 'Nástroj údržby: %{title}'
641
679
  titles:
642
680
  checks: Kontroly kompatibility systému
681
+ hashcash: Hashcash razítka
643
682
  private_data: Vymazání soukromých údajů
644
683
  awesome_config:
645
684
  amendments: Pozměňovací návrhy
@@ -1,4 +1,7 @@
1
1
  de:
2
+ active_hashcash:
3
+ submit_filter: Filter
4
+ waiting_label: Warte auf Verifizierung ...
2
5
  activemodel:
3
6
  attributes:
4
7
  config:
@@ -10,6 +13,10 @@ de:
10
13
  force_authorization_after_login: Autorisierung nach Anmelden/Registrierung erzwingen
11
14
  force_authorization_help_text: Hilfetext für die Autorisierungsseite
12
15
  force_authorization_with_any_method: Erlaube Zugriff, wenn eine der Genehmigungen erteilt wird (standardmäßig sind alle erforderlich)
16
+ hashcash_login: Den Hashcash Bot-Schutz für bestehende Benutzende aktivieren (Anmeldung)
17
+ hashcash_login_bits: Anzahl der Bits für den Hashcash Algorithmus (Anmeldung)
18
+ hashcash_signup: Den Hashcash Bot-Schutz für neue Benutzende aktivieren (Registrierung)
19
+ hashcash_signup_bits: Anzahl der Bits für den Hashcash Algorithmus (Registrierung)
13
20
  intergram_auto_no_response: Diese Nachricht wird verschickt, sobald eine Minute seit der letzten vom Benutzer verfasste Nachricht verschickt wurde und keine Antwort eingetroffen ist
14
21
  intergram_auto_response: Eine Nachricht, die unmittelbar nach dem Senden der ersten Nachricht des Benutzers gesendet wird
15
22
  intergram_chat_id: Chat ID
@@ -264,6 +271,15 @@ de:
264
271
  drag_and_drop_supported: Drag and Drop unterstützen
265
272
  force_authorization_after_login: 'Wenn aktiviert, werden Benutzer nach Login oder Registrierung auf die Autorisierungsseite weitergeleitet, wenn einige der angegebenen Autorisierungen nicht gewährt werden. Dies ist nützlich, wenn Sie Benutzer mit einer bestimmten Berechtigung verifizieren wollen, bevor sie sich überhaupt einloggen können (z. B. um Spam zu verhindern).'
266
273
  force_authorization_help_text: Fügen Sie einen benutzerdefinierten Text hinzu, um zu erklären, warum eine Autorisierung erforderlich ist. Stellen Sie auch sicher, dass Sie eine Kontaktmethode hinzufügen, falls Benutzer Hilfe benötigen.
274
+ hashcash_i18n_key: 'Sie können den Text, der den Benutzenden in den Anmelde-Buttons angezeigt wird, mit folgendem i18n-Key anpassen: %{key}'
275
+ hashcash_login: |
276
+ Schützen Sie Rails-Anwendungen gegen Bots und Brute-Force-Angriffe ohne Menschen zu stören.
277
+ Hashcash ist ein Arbeitsnachweissystem, das die Benutzer erfordert, ein rechnerisches Rätsel zu lösen (automatisch vom Browser ausgeführt) bevor sie sich anmelden können.
278
+ hashcash_login_bits: Dieser Parameter legt die Anzahl der Bits fest, die der Hashcash Algorithmus verwenden wird, um den Nachweis zu generieren. Es wird empfohlen, einen Wert zwischen 16 (einfache) und 30 (extrem harte) Bits. Der Standardwert für Login-Formulare ist %{bits} Bit.
279
+ hashcash_signup: |
280
+ Schützen Sie Rails-Anwendungen gegen Bots und Brute-Force-Angriffe ohne Menschen zu stören.
281
+ Hashcash ist ein Arbeitsnachweissystem, das die Benutzer erfordert, ein rechnerisches Rätsel zu lösen (automatisch vom Browser ausgeführt) bevor sie ein Konto erstellen können.
282
+ hashcash_signup_bits: Dieser Parameter legt die Anzahl der Bits fest, die der Hashcash-Algorithmus verwenden wird, um den Nachweis zu generieren. Es wird empfohlen, einen Wert zwischen 16 (einfache) und 30 (extrem harte) Bits. Der Standardwert für Login-Formulare ist %{bits} Bits.
267
283
  intergram_about: Über Intergram
268
284
  intergram_config: Intergram Konfiguration
269
285
  original_editor_override: Seit Version 0.26 ist es für Administratoren möglich Bilder in die Editoren hochzuladen. Daher betreffen die Bildeinstellungen hier nur die öffentlich sichtbaren Editoren. Administratoren steht diese Funktion immer zur Verfügung.
@@ -394,36 +410,25 @@ de:
394
410
  update:
395
411
  error: Fehler beim Aktualisieren der Umleitung! %{error}
396
412
  success: Umleitung erfolgreich aktualisiert
397
- maintenance:
398
- private_data:
399
- component: Bereich / Komponente
400
- 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.
401
- delete: Alle löschen
402
- destroying_private_data: Die privaten Daten für %{title} werden gelöscht. Bitte versuchen Sie es in ein paar Minuten noch einmal.
403
- done: Erledigt
413
+ hashcash:
414
+ filters:
415
+ ip_addresses: IP-Adressen anzeigen
416
+ stamps: Hashcash-Stempel anzeigen
417
+ index:
418
+ bits: Bits
419
+ created_at: Erstellt am
404
420
  help_html: |
405
- 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.
406
- <br><br>
407
- <strong> Was sind private Daten?</strong>
408
- <br>
409
- 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.
410
- <br><br>
411
- <strong>Was passiert, wenn ich private Daten lösche?</strong>
412
- <br>
413
- 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.
421
+ Diese Seite zeigt die im System entdeckten Hashcash Stempel an. Hashcash ist ein System zum Nachweis der Arbeit, das die Benutzenden dazu zwingt, ein rechnerisches Puzzle zu lösen (automatisch vom Browser ausgeführt), bevor sie ein Konto erstellen können.
414
422
  <br><br>
415
- <strong>Was geschieht mit öffentlichen Daten?</strong>
416
- <br> Öffentliche Daten sind von dieser Aktion nicht betroffen. Es werden nur private Daten gelöscht.
417
- <br><br>
418
- <strong>Gibt es eine Mindestwartezeit vor dem Löschen privater Daten?</strong>
419
- <br>
420
- 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.
421
- items_count: Betroffene Gesamtmenge
422
- last_date: Letzte Aktualisierung
423
- no_data: Es wurden keine privaten Daten gefunden, die älter sind als %{time_ago}
424
- not_destroyable: Diese Ressource kann nicht gelöscht werden
425
- removing: Entfernen...
426
- time_ago: "vor %{time}"
423
+ Jeder Eintrag in dieser Liste stellt einen Hashcash-Stempel dar, der von einem Benutzer bei jeder Anmeldung oder Anmeldung generiert wurde.
424
+ ip_address: IP-Adresse
425
+ no_data: Keine Hashcash-Stempel gefunden
426
+ request_path: Anforderungspfad
427
+ ip_addresses:
428
+ help_html: Diese Seite listet alle im System entdeckten IP-Adressen auf, die durch die Anzahl der Hashcash Stempel, die sie generiert haben, sortiert wurden. <br><br> Jeder Stempel ist entweder ein Login oder eine Anmeldeaktion eines Benutzers. Sie können diese Informationen nutzen, um verdächtige Aktivitäten zu erkennen.
429
+ ip_address: IP-Adresse
430
+ no_data: Keine IP-Adressen gefunden
431
+ stamps: Hashcash-Stempel
427
432
  menu:
428
433
  admins: Eingeschränkte Admins
429
434
  custom_redirects: Benutzerdefinierte Umleitungen
@@ -431,6 +436,7 @@ de:
431
436
  livechat: Live-Chat
432
437
  maintenance:
433
438
  checks: Checks
439
+ hashcash: Hashcash-Stempel
434
440
  maintenance: Wartung
435
441
  private_data: Persönliche Daten
436
442
  menu_hacks: Menüanpassungen
@@ -467,6 +473,8 @@ de:
467
473
  title: Startseiten-Abschnitt für globales Menü
468
474
  menu:
469
475
  title: Hauptmenü
476
+ mobile_menu:
477
+ title: Mobilmenü
470
478
  new: Neuer Menüpunkt
471
479
  remove: Zusatz entfernen
472
480
  remove_hack: Anpassungen entfernen
@@ -482,6 +490,36 @@ de:
482
490
  verification_modal:
483
491
  authorizations_for: Autorisierungen für %{user}
484
492
  close: Schliessen
493
+ private_data:
494
+ private_data:
495
+ component: Bereich / Komponente
496
+ 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.
497
+ delete: Alle löschen
498
+ destroying: Die privaten Daten für %{title} werden gelöscht. Bitte versuchen Sie es in ein paar Minuten noch einmal.
499
+ done: Erledigt
500
+ help_html: |
501
+ 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.
502
+ <br><br>
503
+ <strong> Was sind private Daten?</strong>
504
+ <br>
505
+ 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.
506
+ <br><br>
507
+ <strong>Was passiert, wenn ich private Daten lösche?</strong>
508
+ <br>
509
+ 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.
510
+ <br><br>
511
+ <strong>Was geschieht mit öffentlichen Daten?</strong>
512
+ <br> Öffentliche Daten sind von dieser Aktion nicht betroffen. Es werden nur private Daten gelöscht.
513
+ <br><br>
514
+ <strong>Gibt es eine Mindestwartezeit vor dem Löschen privater Daten?</strong>
515
+ <br>
516
+ 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.
517
+ items_count: Betroffene Gesamtmenge
518
+ last_date: Letzte Aktualisierung
519
+ no_data: Es wurden keine privaten Daten gefunden, die älter sind als %{time_ago}
520
+ not_destroyable: Diese Ressource kann nicht gelöscht werden
521
+ removing: Entfernen...
522
+ time_ago: "vor %{time}"
485
523
  proposal_custom_fields:
486
524
  menu:
487
525
  title: Öffentlich sichtbare Felder
@@ -627,6 +665,7 @@ de:
627
665
  title: 'Wartungswerkzeuge: %{title}'
628
666
  titles:
629
667
  checks: Systemkompatibilitätsprüfungen
668
+ hashcash: Hashcash-Stempel
630
669
  private_data: Bereinigung personenbezogener Daten
631
670
  awesome_config:
632
671
  amendments: Änderungsvorschläge
@@ -1,5 +1,8 @@
1
1
  ---
2
2
  en:
3
+ active_hashcash:
4
+ submit_filter: Filter
5
+ waiting_label: Waiting for verification ...
3
6
  activemodel:
4
7
  attributes:
5
8
  config:
@@ -12,6 +15,10 @@ en:
12
15
  force_authorization_help_text: Help text for the authorization page
13
16
  force_authorization_with_any_method: Allow access if any of the authorizations
14
17
  is granted (by default, all are required)
18
+ hashcash_login: Enable the Hashcash bot protection for existing users (login)
19
+ hashcash_login_bits: Number of bits for the Hashcash algorithm (login)
20
+ hashcash_signup: Enable the Hashcash bot protection for new users (sign up)
21
+ hashcash_signup_bits: Number of bits for the Hashcash algorithm (sign up)
15
22
  intergram_auto_no_response: A message that is sent one minute after the user
16
23
  sends its first message and no response was received
17
24
  intergram_auto_response: A message that is sent immediately after the user
@@ -149,7 +156,7 @@ en:
149
156
  voting_cards_box_title: Title for the voting box
150
157
  voting_cards_box_title_help: Default is "Vote on this proposal". Use "-"
151
158
  to hide it.
152
- voting_cards_instructions: Support instructions/help (dissmissable modal
159
+ voting_cards_instructions: Support instructions/help (dismissible modal
153
160
  window)
154
161
  voting_cards_instructions_help: Default is "Please read the election rules
155
162
  carefully to understand how your vote will be used by %{organization}""
@@ -325,6 +332,22 @@ en:
325
332
  force_authorization_help_text: Add a custom text to explain why authorization
326
333
  is required. Also make sure you add a contact method in case users
327
334
  need help.
335
+ hashcash_i18n_key: 'You can customize the text that is shown to users
336
+ in the login/sign up submit buttons with the i18n key: %{key}'
337
+ hashcash_login: |
338
+ Protect Rails applications against bots and brute force attacks without annoying humans.
339
+ Hashcash is a proof-of-work system that requires users to solve a computational puzzle (performed automatically by the browser) before they can sign up.
340
+ hashcash_login_bits: This parameter defines the number of bits that
341
+ the Hashcash algorithm will use to generate the proof-of-work. It
342
+ is recommended to use a value between 16 (easy) and 30 (extremely
343
+ hard) bits. The default value for login forms is %{bits} bits.
344
+ hashcash_signup: |
345
+ Protect Rails applications against bots and brute force attacks without annoying humans.
346
+ Hashcash is a proof-of-work system that requires users to solve a computational puzzle (performed automatically by the browser) before they can sign up.
347
+ hashcash_signup_bits: This parameter defines the number of bits that
348
+ the Hashcash algorithm will use to generate the proof-of-work. It
349
+ is recommended to use a value between 16 (easy) and 30 (extremely
350
+ hard) bits. The default value for sign up forms is %{bits} bits.
328
351
  intergram_about: Intergram uses Telegram messenger to handle a live
329
352
  support chat widget embedded in the bottom of the page.
330
353
  intergram_config: Invite the <a href="https://web.telegram.org/#/im?p=@IntergramBot">@Intergram
@@ -497,39 +520,28 @@ en:
497
520
  update:
498
521
  error: Error updating redirection! %{error}
499
522
  success: Redirection updated successfully
500
- maintenance:
501
- private_data:
502
- component: Space / Component
503
- confirm_delete: Are you sure you want to delete all private data for this
504
- resource? This cannot be undone.
505
- delete: Delete all
506
- destroying_private_data: Private data for %{title} is set to be destroyed.
507
- Please check again in a few minutes.
508
- done: Done
523
+ hashcash:
524
+ filters:
525
+ ip_addresses: View IP addresses
526
+ stamps: View Hashcash stamps
527
+ index:
528
+ bits: Bits
529
+ created_at: Created at
509
530
  help_html: |
510
- 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.
511
- <br><br>
512
- <strong>What is considered private data?</strong>
513
- <br>
514
- 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.
515
- <br><br>
516
- <strong>What happens when I delete private data?</strong>
517
- <br>
518
- 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.
519
- <br><br>
520
- <strong>What happens to public data?</strong>
521
- <br>
522
- Public data will not be affected by this action. Only private data will be deleted.
531
+ This page shows the Hashcash stamps that have been detected in the system. Hashcash is a proof-of-work system that requires users to solve a computational puzzle (performed automatically by the browser) before they can sign up.
523
532
  <br><br>
524
- <strong>Is there a minimum time to wait before deleting private data?</strong>
525
- <br>
526
- 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.
527
- items_count: Total affected
528
- last_date: Last update
529
- no_data: No private data found older than %{time_ago} ago
530
- not_destroyable: This resource cannot be destroyed yet
531
- removing: Removing...
532
- time_ago: "%{time} ago"
533
+ Each entry in this list represents a Hashcash stamp that has been generated by a user every time they have signed up or logged in.
534
+ ip_address: IP address
535
+ no_data: No Hashcash stamps found
536
+ request_path: Request path
537
+ ip_addresses:
538
+ help_html: This page list all the IP addresses that have been detected
539
+ in the system ordered by the number of Hashcash stamps they have generated.
540
+ <br><br> Each stamp is either a login or a sign up action by a user.
541
+ You can use this information to detect suspicious activity.
542
+ ip_address: IP address
543
+ no_data: No IP addresses found
544
+ stamps: Hashcash stamps
533
545
  menu:
534
546
  admins: Scoped Admins
535
547
  custom_redirects: Custom Redirections
@@ -537,6 +549,7 @@ en:
537
549
  livechat: Live Chat
538
550
  maintenance:
539
551
  checks: System Compatibility
552
+ hashcash: Hashcash stamps
540
553
  maintenance: Maintenance
541
554
  private_data: Private data
542
555
  menu_hacks: Menu Tweaks
@@ -574,6 +587,8 @@ en:
574
587
  title: Global menu home block
575
588
  menu:
576
589
  title: Main menu
590
+ mobile_menu:
591
+ title: Mobile menu
577
592
  new: New item
578
593
  remove: Remove addition
579
594
  remove_hack: Remove customization
@@ -590,6 +605,39 @@ en:
590
605
  verification_modal:
591
606
  authorizations_for: Authorizations for %{user}
592
607
  close: Close
608
+ private_data:
609
+ private_data:
610
+ component: Space / Component
611
+ confirm_delete: Are you sure you want to delete all private data for this
612
+ resource? This cannot be undone.
613
+ delete: Delete all
614
+ destroying: Private data for %{title} is set to be destroyed. Please check
615
+ again in a few minutes.
616
+ done: Done
617
+ help_html: |
618
+ 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.
619
+ <br><br>
620
+ <strong>What is considered private data?</strong>
621
+ <br>
622
+ 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.
623
+ <br><br>
624
+ <strong>What happens when I delete private data?</strong>
625
+ <br>
626
+ 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.
627
+ <br><br>
628
+ <strong>What happens to public data?</strong>
629
+ <br>
630
+ Public data will not be affected by this action. Only private data will be deleted.
631
+ <br><br>
632
+ <strong>Is there a minimum time to wait before deleting private data?</strong>
633
+ <br>
634
+ 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.
635
+ items_count: Total affected
636
+ last_date: Last update
637
+ no_data: No private data found older than %{time_ago} ago
638
+ not_destroyable: This resource cannot be destroyed yet
639
+ removing: Removing...
640
+ time_ago: "%{time} ago"
593
641
  proposal_custom_fields:
594
642
  menu:
595
643
  title: Public fields
@@ -761,6 +809,7 @@ en:
761
809
  title: 'Maintenance tools: %{title}'
762
810
  titles:
763
811
  checks: System Compatibility Checks
812
+ hashcash: Hashcash stamps
764
813
  private_data: Private Data Clean-Up
765
814
  awesome_config:
766
815
  amendments: Amendments
@@ -1,4 +1,7 @@
1
1
  es:
2
+ active_hashcash:
3
+ submit_filter: Filtrar
4
+ waiting_label: Esperando verificación...
2
5
  activemodel:
3
6
  attributes:
4
7
  config:
@@ -10,6 +13,10 @@ es:
10
13
  force_authorization_after_login: Forzar autorización después de iniciar sesión/registro
11
14
  force_authorization_help_text: Texto de ayuda para la página de autorización
12
15
  force_authorization_with_any_method: Permitir el acceso si se concede alguna de las autorizaciones (por defecto, todas son necesarias)
16
+ hashcash_login: Habilitar la protección del bot Hashcash para los usuarios existentes (login)
17
+ hashcash_login_bits: Número de bits para el algoritmo Hashcash (login)
18
+ hashcash_signup: Habilitar la protección del bot Hashcash para nuevos usuarios (registro)
19
+ hashcash_signup_bits: Número de bits para el algoritmo Hashcash (registro)
13
20
  intergram_auto_no_response: Un mensaje que se envía un minuto después de que la usuaria haya enviado su primer mensaje y no se haya recibido respuesta
14
21
  intergram_auto_response: Un mensaje que se envía inmediatamente después de que la usuaria envíe su primer mensaje
15
22
  intergram_chat_id: ID de chat
@@ -264,6 +271,15 @@ es:
264
271
  drag_and_drop_supported: Cuando se suban imágenes, se puede hacer a través del método "arrastrar & soltar". Las imágenes se subirán en el servidor y se insertarán como recursos externos (no se utiliza codificación en línea base64).
265
272
  force_authorization_after_login: 'Si está habilitado, las usuarias serán redireccionados a la página de autorización después del inicio de sesión o registro si algunas de las autorizaciones especificadas no son concedidas. Esto es útil si desea forzar a las usuarias a que se verifiquen a través de una autorización específica antes de que puedan iniciar sesión en cualquier momento (por ejemplo: para prevenir spam).'
266
273
  force_authorization_help_text: Añade un texto personalizado para explicar por qué es necesaria la autorización. Asegúrate también de añadir un modo de contacto en caso de que las usuarias necesiten ayuda.
274
+ hashcash_i18n_key: 'Puedes personalizar el texto que se muestra a los usuarios en los botones de inicio de sesión / registro de envío con la clave de i18n: %{key}'
275
+ hashcash_login: |
276
+ Protege las aplicaciones de las Rails contra bots y ataques de fuerza bruta sin molestar a los humanos.
277
+ Hashcash es un sistema de prueba de trabajo que requiere que los usuarios resuelvan un rompecabezas computacional (realizado automáticamente por el navegador) antes de poder iniciar sesión.
278
+ hashcash_login_bits: Este parámetro define el número de bits que el algoritmo Hashcash utilizará para generar la prueba de trabajo. Se recomienda utilizar un valor entre 16 (fácil) y 30 bits (extremadamente duro). El valor por defecto para los formularios de inicio de sesión es %{bits} bits.
279
+ hashcash_signup: |
280
+ Protege las aplicaciones de las Rails contra bots y ataques de fuerza bruta sin molestar a los humanos.
281
+ Hashcash es un sistema de prueba de trabajo que requiere que los usuarios resuelvan un rompecabezas computacional (realizado automáticamente por el navegador) antes de poder registrarse.
282
+ hashcash_signup_bits: Este parámetro define el número de bits que el algoritmo Hashcash utilizará para generar la prueba de trabajo. Se recomienda utilizar un valor entre 16 (fácil) y 30 bits (extremadamente duro). El valor por defecto para los formularios de inicio de sesión es %{bits} bits.
267
283
  intergram_about: Intergram utiliza el Telegram Messenger para gestionar un widget de chat de soporte incrustado en la parte inferior de la página.
268
284
  intergram_config: 'Invita a la <a href="https://web.telegram.org/#/im?p=@IntergramBot">@Intergram bot</a> a tu grupo o inicia un chat con ella directamente. <a href="https://github.com/idoco/intergram#embed-intergram-in-your-website-with-these-2-simple-steps">+ info</a>'
269
285
  original_editor_override: Desde la versión 0.26, es posible (sólo para administradoras) subir imágenes en los editores. Por lo tanto, las opciones de configuración para imágenes aquí sólo afecta a los editores públicos (las administradoras siempre lo tendrán activado).
@@ -398,37 +414,25 @@ es:
398
414
  update:
399
415
  error: '¡Error al actualizar la redirección! %{error}'
400
416
  success: Redirección actualizada correctamente
401
- maintenance:
402
- private_data:
403
- component: Espacio / Componente
404
- confirm_delete: '¿Está seguro que desea eliminar todos los datos privados de este recurso? Esta acción no se puede deshacer.'
405
- delete: Eliminar todo
406
- destroying_private_data: Los datos privados para %{title} serán destruidos en breve. Por favor, compruébalo de nuevo en unos minutos.
407
- done: Hecho
417
+ hashcash:
418
+ filters:
419
+ ip_addresses: Ver direcciones IP
420
+ stamps: Ver sellos Hashcash
421
+ index:
422
+ bits: Bits
423
+ created_at: Creado el
408
424
  help_html: |
409
- 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.
410
- <br><br>
411
- <strong>¿Qué se considera información privada?</strong>
412
- <br>
413
- 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.
414
- <br><br>
415
- <strong>¿Qué ocurre cuando elimino datos privados?</strong>
416
- <br>
417
- 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).
425
+ Esta página muestra los sellos de Hashcash que han sido detectados en el sistema. Hashcash es un sistema de prueba de trabajo que requiere que los usuarios resuelvan un rompecabezas computacional (realizado automáticamente por el navegador) antes de que puedan registrarse.
418
426
  <br><br>
419
- <strong>¿Qué pasa con los datos públicos?</strong>
420
- <br>
421
- datos públicos no se verán afectados por esta acción. Sólo los datos privados serán eliminados.
422
- <br><br>
423
- <strong>¿Hay un tiempo mínimo para esperar antes de eliminar datos privados?</strong>
424
- <br>
425
- 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.
426
- items_count: Total afectados
427
- last_date: Última actualización
428
- no_data: No se han encontrado datos privados anteriores a %{time_ago}
429
- not_destroyable: Este recurso no puede ser destruido todavía
430
- removing: Eliminando...
431
- time_ago: "Hace %{time}"
427
+ Cada entrada en esta lista representa un sello Hashcash que ha sido generado por un usuario cada vez que se ha registrado o conectado.
428
+ ip_address: Dirección IP
429
+ no_data: No se encontraron sellos Hashcash
430
+ request_path: Ruta solicitud
431
+ ip_addresses:
432
+ help_html: This page list all the IP addresses that have been detected in the system ordered by the number of Hashcash stamps they have generated. <br><br> Each stamp is either a login or a sign up action by a user. You can use this information to detect suspicious activity.
433
+ ip_address: Dirección IP
434
+ no_data: No se encontraron direcciones IP
435
+ stamps: Sellos Hashcash
432
436
  menu:
433
437
  admins: Administradoras acotadas
434
438
  custom_redirects: Redirecciones personalizadas
@@ -436,6 +440,7 @@ es:
436
440
  livechat: Chat en vivo
437
441
  maintenance:
438
442
  checks: Compatibilidad del sistema
443
+ hashcash: Sellos Hashcash
439
444
  maintenance: Mantenimiento
440
445
  private_data: Datos privados
441
446
  menu_hacks: Ajustes en el menú
@@ -472,6 +477,8 @@ es:
472
477
  title: Bloque de menú global en la home
473
478
  menu:
474
479
  title: Menú principal
480
+ mobile_menu:
481
+ title: Menú móvil
475
482
  new: Crear nuevo ítem
476
483
  remove: Eliminar adición
477
484
  remove_hack: Eliminar personalización
@@ -487,6 +494,37 @@ es:
487
494
  verification_modal:
488
495
  authorizations_for: Autorizaciones para %{user}
489
496
  close: Cerrar
497
+ private_data:
498
+ private_data:
499
+ component: Espacio / Componente
500
+ confirm_delete: '¿Está seguro que desea eliminar todos los datos privados de este recurso? Esta acción no se puede deshacer.'
501
+ delete: Eliminar todo
502
+ destroying: Los datos privados para %{title} serán destruidos en breve. Por favor, compruébalo de nuevo en unos minutos.
503
+ done: Hecho
504
+ help_html: |
505
+ 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.
506
+ <br><br>
507
+ <strong>¿Qué se considera información privada?</strong>
508
+ <br>
509
+ 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.
510
+ <br><br>
511
+ <strong>¿Qué ocurre cuando elimino datos privados?</strong>
512
+ <br>
513
+ 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).
514
+ <br><br>
515
+ <strong>¿Qué pasa con los datos públicos?</strong>
516
+ <br>
517
+ datos públicos no se verán afectados por esta acción. Sólo los datos privados serán eliminados.
518
+ <br><br>
519
+ <strong>¿Hay un tiempo mínimo para esperar antes de eliminar datos privados?</strong>
520
+ <br>
521
+ 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.
522
+ items_count: Total afectados
523
+ last_date: Última actualización
524
+ no_data: No se han encontrado datos privados anteriores a %{time_ago}
525
+ not_destroyable: Este recurso no puede ser destruido todavía
526
+ removing: Eliminando...
527
+ time_ago: "Hace %{time}"
490
528
  proposal_custom_fields:
491
529
  menu:
492
530
  title: Campos públicos
@@ -640,6 +678,7 @@ es:
640
678
  title: 'Herramientas de mantenimiento: %{title}'
641
679
  titles:
642
680
  checks: Análisis de compatibilidad del sistema
681
+ hashcash: Sellos Hashcash
643
682
  private_data: Limpieza de datos privados
644
683
  awesome_config:
645
684
  amendments: Enmiendas