decidim-core 0.30.0 → 0.30.1

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 (86) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/address/show.erb +3 -3
  3. data/app/cells/decidim/author/show.erb +1 -1
  4. data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +2 -2
  5. data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +4 -4
  6. data/app/commands/decidim/create_report.rb +5 -1
  7. data/app/commands/decidim/invite_user.rb +1 -1
  8. data/app/controllers/concerns/decidim/participatory_space_context.rb +4 -1
  9. data/app/controllers/decidim/reports_controller.rb +6 -1
  10. data/app/forms/decidim/ephemeral_user_form.rb +1 -1
  11. data/app/forms/decidim/omniauth_registration_form.rb +1 -1
  12. data/app/forms/decidim/registration_form.rb +1 -1
  13. data/app/helpers/decidim/menu_helper.rb +2 -2
  14. data/app/helpers/decidim/paginate_helper.rb +1 -1
  15. data/app/helpers/decidim/tooltip_helper.rb +4 -1
  16. data/app/mailers/decidim/notifications_digest_mailer.rb +7 -1
  17. data/app/mailers/decidim/reported_mailer.rb +17 -2
  18. data/app/packs/src/decidim/input_character_counter.js +1 -1
  19. data/app/packs/stylesheets/decidim/_cards.scss +1 -1
  20. data/app/packs/stylesheets/decidim/_header.scss +54 -35
  21. data/app/packs/stylesheets/decidim/resource_history.scss +14 -4
  22. data/app/permissions/decidim/default_permissions.rb +2 -0
  23. data/app/presenters/decidim/notification_to_mailer_presenter.rb +7 -3
  24. data/app/queries/decidim/last_activity.rb +25 -0
  25. data/app/views/decidim/messaging/conversations/_reply_form.html.erb +1 -2
  26. data/app/views/decidim/messaging/conversations/_start.html.erb +1 -1
  27. data/app/views/decidim/reported_mailer/hidden_manually.html.erb +25 -0
  28. data/app/views/decidim/shared/_results_per_page.html.erb +1 -1
  29. data/app/views/kaminari/decidim/_page.html.erb +1 -1
  30. data/app/views/kaminari/decidim/_paginator.html.erb +1 -1
  31. data/app/views/layouts/decidim/_logo.html.erb +2 -2
  32. data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown_desktop.html.erb +5 -11
  33. data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +5 -5
  34. data/config/locales/ar.yml +0 -7
  35. data/config/locales/bg.yml +0 -7
  36. data/config/locales/ca-IT.yml +12 -1
  37. data/config/locales/ca.yml +12 -1
  38. data/config/locales/cs.yml +23 -12
  39. data/config/locales/de.yml +26 -11
  40. data/config/locales/el.yml +0 -7
  41. data/config/locales/en.yml +12 -1
  42. data/config/locales/es-MX.yml +13 -2
  43. data/config/locales/es-PY.yml +13 -2
  44. data/config/locales/es.yml +12 -1
  45. data/config/locales/eu.yml +17 -5
  46. data/config/locales/fi-plain.yml +0 -15
  47. data/config/locales/fi.yml +0 -15
  48. data/config/locales/fr-CA.yml +14 -8
  49. data/config/locales/fr.yml +14 -8
  50. data/config/locales/gl.yml +0 -5
  51. data/config/locales/hu.yml +0 -7
  52. data/config/locales/id-ID.yml +0 -5
  53. data/config/locales/is-IS.yml +0 -5
  54. data/config/locales/it.yml +0 -5
  55. data/config/locales/ja.yml +16 -14
  56. data/config/locales/lb.yml +0 -5
  57. data/config/locales/lt.yml +0 -7
  58. data/config/locales/lv.yml +0 -5
  59. data/config/locales/nl.yml +0 -5
  60. data/config/locales/no.yml +0 -5
  61. data/config/locales/pl.yml +0 -7
  62. data/config/locales/pt-BR.yml +0 -7
  63. data/config/locales/pt.yml +0 -5
  64. data/config/locales/ro-RO.yml +0 -14
  65. data/config/locales/ru.yml +0 -5
  66. data/config/locales/sk.yml +0 -5
  67. data/config/locales/sv.yml +36 -12
  68. data/config/locales/tr-TR.yml +0 -5
  69. data/config/locales/uk.yml +0 -5
  70. data/config/locales/zh-CN.yml +0 -5
  71. data/config/locales/zh-TW.yml +0 -7
  72. data/db/migrate/20171212103803_create_unique_nicknames.rb +1 -1
  73. data/db/migrate/20180221101934_fix_nickname_index.rb +1 -1
  74. data/db/migrate/20180706104107_add_nickname_to_managed_users.rb +1 -1
  75. data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
  76. data/db/migrate/20190412131728_fix_user_names.rb +1 -1
  77. data/lib/decidim/core/test/factories.rb +12 -0
  78. data/lib/decidim/core/test/shared_examples/map_examples.rb +2 -2
  79. data/lib/decidim/core/version.rb +1 -1
  80. data/lib/decidim/nicknamizable.rb +6 -9
  81. data/lib/decidim/private_download_helper.rb +3 -3
  82. data/lib/tasks/upgrade/clean.rake +9 -1
  83. data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +1 -1
  84. data/lib/tasks/upgrade/migrations.rake +2 -0
  85. metadata +8 -7
  86. /data/app/views/decidim/reported_mailer/{hide.html.erb → hidden_automatically.html.erb} +0 -0
@@ -1,12 +1,12 @@
1
1
  <% dropdown_item = breadcrumb_items.select { |item| item[:dropdown_cell].present? }.last %>
2
2
  <div class="menu-bar__breadcrumb-mobile__dropdown-trigger">
3
- <span>
4
- <% breadcrumb_items.last(2).each_with_index do |item, i| %>
5
- <% item_label = decidim_escape_translated(item[:label]).html_safe %>
6
- <% if i.positive? %>
3
+ <span class="inline-block w-full overflow-hidden text-ellipsis align-middle">
4
+ <% breadcrumb_items.last(2).each_with_index do |item, idx| %>
5
+ <% item_label = decidim_escape_translated(item[:label]) %>
6
+ <% if idx.positive? %>
7
7
  <span>/</span>
8
8
  <% end %>
9
- <span class="cursor-pointer <%= "truncate" if i.positive? %>" <%== 'aria-current="page"' if item[:active] %>>
9
+ <span class="cursor-pointer truncate" <%== 'aria-current="page"' if item[:active] %>>
10
10
  <% if item[:url].present? && !is_active_link?(item[:url], :exclusive) %>
11
11
  <%= link_to(item_label, item[:url]) %>
12
12
  <% else %>
@@ -556,8 +556,6 @@ ar:
556
556
  ready: جاهز
557
557
  editor_images:
558
558
  drag_and_drop_help: يمكن إضافة صور عن طريق سحبها وإسقاطها أو لصقها.
559
- endorsement_buttons_cell:
560
- endorse: يعجبني
561
559
  endorsements:
562
560
  identities:
563
561
  done: تم
@@ -1157,11 +1155,6 @@ ar:
1157
1155
  message: الرسالة
1158
1156
  resend_email_confirmation_instructions: إعادة إرسال تعليمات تأكيد البريد الإلكتروني
1159
1157
  reported_mailer:
1160
- hide:
1161
- hello: مرحبا %{name}،
1162
- manage_moderations: إدارة التعديلات
1163
- report_html: <p>بعد <a href="%{url}">محتوى</a> تم إخفاء تلقائيا.</p>
1164
- subject: تم إخفاء المورد تلقائيًا
1165
1158
  report:
1166
1159
  authors: المؤلفون
1167
1160
  content: محتوى تم الإبلاغ عنه
@@ -640,8 +640,6 @@ bg:
640
640
  error: Грешка при качването на изображението.
641
641
  success: Изображението е качено успешно.
642
642
  drag_and_drop_help: Добавете изображения чрез плъзгане и пускане или поставяне (paste).
643
- endorsement_buttons_cell:
644
- endorse: Харесвам
645
643
  endorsements:
646
644
  identities:
647
645
  done: Готово
@@ -1356,11 +1354,6 @@ bg:
1356
1354
  confirmation_instructions_sent: Изпратени са инструкции за потвърждение по имейл.
1357
1355
  fill_in_email_to_confirm_it: Моля, попълнете електронната поща на групата си, за да я потвърдите.
1358
1356
  reported_mailer:
1359
- hide:
1360
- hello: Здравейте %{name},
1361
- manage_moderations: Управлявай модераторите
1362
- report_html: <p>Следното <a href="%{url}">съдържание</a> е скрито автоматично.</p>
1363
- subject: Ресурсът е скрит автоматично
1364
1357
  report:
1365
1358
  authors: Автори
1366
1359
  content: Докладвано съдържание
@@ -1728,7 +1728,7 @@ ca-IT:
1728
1728
  confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
1729
1729
  fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
1730
1730
  reported_mailer:
1731
- hide:
1731
+ hidden_automatically:
1732
1732
  content: Contingut reportat
1733
1733
  details: Detalls
1734
1734
  hello: Hola %{name},
@@ -1737,6 +1737,15 @@ ca-IT:
1737
1737
  reason: Motiu
1738
1738
  report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
1739
1739
  subject: Un contingut s'ha ocultat automàticament
1740
+ hidden_manually:
1741
+ content: Contingut reportat
1742
+ details: Detalls
1743
+ hello: Hola %{name},
1744
+ manage_moderations: Gestiona moderacions
1745
+ participatory_space: Espai de participació
1746
+ reason: Motiu
1747
+ report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament per %{moderator}.</p>
1748
+ subject: Un recurs ha estat amagat per %{moderator}
1740
1749
  report:
1741
1750
  authors: Autores
1742
1751
  content: Contingut reportat
@@ -1754,6 +1763,8 @@ ca-IT:
1754
1763
  create:
1755
1764
  error: Hi ha hagut un problema en crear l'informe d'error. Si us plau, torna-ho a provar.
1756
1765
  success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
1766
+ hide:
1767
+ success: Aquest recurs s'ha amagat.
1757
1768
  parent_hidden:
1758
1769
  report_details: El recurs principal estava amagat
1759
1770
  resource:
@@ -1728,7 +1728,7 @@ ca:
1728
1728
  confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
1729
1729
  fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
1730
1730
  reported_mailer:
1731
- hide:
1731
+ hidden_automatically:
1732
1732
  content: Contingut reportat
1733
1733
  details: Detalls
1734
1734
  hello: Hola %{name},
@@ -1737,6 +1737,15 @@ ca:
1737
1737
  reason: Motiu
1738
1738
  report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
1739
1739
  subject: Un contingut s'ha ocultat automàticament
1740
+ hidden_manually:
1741
+ content: Contingut reportat
1742
+ details: Detalls
1743
+ hello: Hola %{name},
1744
+ manage_moderations: Gestiona moderacions
1745
+ participatory_space: Espai de participació
1746
+ reason: Motiu
1747
+ report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament per %{moderator}.</p>
1748
+ subject: Un recurs ha estat amagat per %{moderator}
1740
1749
  report:
1741
1750
  authors: Autores
1742
1751
  content: Contingut reportat
@@ -1754,6 +1763,8 @@ ca:
1754
1763
  create:
1755
1764
  error: Hi ha hagut un problema en crear l'informe d'error. Si us plau, torna-ho a provar.
1756
1765
  success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
1766
+ hide:
1767
+ success: Aquest recurs s'ha amagat.
1757
1768
  parent_hidden:
1758
1769
  report_details: El recurs principal estava amagat
1759
1770
  resource:
@@ -6,6 +6,7 @@ cs:
6
6
  delete_reason: Důvod odstranění vašeho účtu
7
7
  attachment:
8
8
  documents: Dokumenty
9
+ image: Obrázek
9
10
  photos: Fotky
10
11
  common:
11
12
  created_at: Vytvořeno v
@@ -887,20 +888,14 @@ cs:
887
888
  drag_and_drop_help: Přidejte obrázky přetažením nebo vložením.
888
889
  endorsement_buttons_cell:
889
890
  already_endorsed: Vrátit označení Líbí se
890
- endorse: Líbí se mi
891
+ endorse: Like
891
892
  endorsements:
892
893
  identities:
893
894
  done: Hotovo
894
895
  select_identity: Vybrat identitu
895
896
  endorsers_list:
896
- endorsed_by:
897
- one: Líbí se %{visible}
898
- few: Líbí se %{visible} a %{others}
899
- many: Líbí se %{visible} a %{others}
900
- other: Líbí se %{visible} a %{others}
901
- others: "%{count} dalších"
902
- title: Líbí se
903
- you: vy
897
+ title: Toto se líbí
898
+ you: vám
904
899
  ephemeral_user: Návštěvník
905
900
  errors:
906
901
  files:
@@ -1053,6 +1048,9 @@ cs:
1053
1048
  notification_event:
1054
1049
  notification_title: Objevila se událost na <a href="%{resource_path}">%{resource_title}</a>.
1055
1050
  reports:
1051
+ parent_hidden:
1052
+ email_outro: Obdrželi jste toto oznámení, protože jste autorem ovlivněného %{resource_type}.
1053
+ email_subject: Váš %{resource_type} již není viditelný
1056
1054
  resource_hidden:
1057
1055
  email_intro: Administrátor odstranil váš %{resource_type} protože byl nahlášen jako %{report_reasons}.
1058
1056
  email_outro: Obdrželi jste toto oznámení, protože jste autorem odstraněného obsahu.
@@ -1768,11 +1766,22 @@ cs:
1768
1766
  confirmation_instructions_sent: Pokyny pro potvrzení e-mailu byly odeslány.
1769
1767
  fill_in_email_to_confirm_it: Pro potvrzení vyplňte e-mailovou adresu skupiny.
1770
1768
  reported_mailer:
1771
- hide:
1772
- hello: Zdravím %{name},
1773
- manage_moderations: Správa moderování
1769
+ hidden_automatically:
1770
+ details: Podrobnosti
1771
+ hello: Dobrý den %{name},
1772
+ participatory_space: Participativní prostor
1773
+ reason: Důvod
1774
1774
  report_html: <p>Následující <a href="%{url}">obsah</a> byl automaticky skryt.</p>
1775
1775
  subject: Zdroj byl automaticky skryt
1776
+ hidden_manually:
1777
+ content: Nahlášený obsah
1778
+ details: Podrobnosti
1779
+ hello: Dobrý den %{name},
1780
+ manage_moderations: Spravovat moderace
1781
+ participatory_space: Participativní prostor
1782
+ reason: Důvod
1783
+ report_html: <p>Následující <a href="%{url}">obsah</a> byl skrytý od %{moderator}.</p>
1784
+ subject: Zdroj byl skryt %{moderator}
1776
1785
  report:
1777
1786
  authors: Autoři
1778
1787
  content: Nahlášený obsah
@@ -1790,6 +1799,8 @@ cs:
1790
1799
  create:
1791
1800
  error: Při vytváření zprávy došlo k chybě. Zkuste to prosím znovu.
1792
1801
  success: Zpráva byla úspěšně vytvořena a bude kontrolována administrátorem.
1802
+ hide:
1803
+ success: Tento zdroj byl skryt.
1793
1804
  parent_hidden:
1794
1805
  report_details: Nadřazený dokument byl skryt
1795
1806
  resource:
@@ -848,20 +848,10 @@ de:
848
848
  error: Fehler beim Hochladen des Bildes.
849
849
  success: Bild erfolgreich hochgeladen.
850
850
  drag_and_drop_help: Sie können Bilder per Drag & Drop hinzufügen oder per Copy & Paste.
851
- endorsement_buttons_cell:
852
- already_endorsed: Zustimmung zurückziehen
853
- endorse: Gefällt mir
854
851
  endorsements:
855
852
  identities:
856
853
  done: Erledigt
857
854
  select_identity: Identität auswählen
858
- endorsers_list:
859
- endorsed_by:
860
- one: '%{visible} stimmt zu'
861
- other: '%{visible} und %{others} stimmen zu'
862
- others: "%{count} weitere"
863
- title: Zustimmende
864
- you: du
865
855
  ephemeral_user: Gast
866
856
  errors:
867
857
  files:
@@ -1014,6 +1004,16 @@ de:
1014
1004
  notification_event:
1015
1005
  notification_title: Ein Ereignis trat auf <a href="%{resource_path}">%{resource_title}</a>.
1016
1006
  reports:
1007
+ parent_hidden:
1008
+ email_intro: |-
1009
+ Dein %{resource_type} ist nicht mehr sichtbar.<br>
1010
+ Dies geschah, weil der Vorschlag, die Veranstaltung, die Debatte oder die Kommentare, auf die Sie geantwortet haben, verborgen wurden. Wenn sie wieder eingeblendet werden, wird ihr Kommentar automatisch wiederhergestellt.
1011
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor des betroffenen %{resource_type}s sind.
1012
+ email_subject: Ihr %{resource_type} ist nicht mehr sichtbar
1013
+ notification_title: |-
1014
+ Dein %{resource_type} ist nicht mehr sichtbar.<br>
1015
+ Dies geschah, weil der Vorschlag, die Veranstaltung, die Debatte oder die Kommentare, auf die Sie geantwortet haben, verborgen wurden. Wenn sie wieder eingeblendet werden, wird ihr Kommentar automatisch wiederhergestellt.
1016
+ <i>%{resource_content}</i>
1017
1017
  resource_hidden:
1018
1018
  email_intro: Ein Administrator hat Ihr/e/n %{resource_type} entfernt, weil diese/r/s als %{report_reasons} gemeldet wurde.
1019
1019
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie Autor des entfernten Inhalts sind.
@@ -1725,11 +1725,24 @@ de:
1725
1725
  confirmation_instructions_sent: E-Mail-Bestätigungsanweisungen gesendet.
1726
1726
  fill_in_email_to_confirm_it: Bitte geben Sie die E-Mail-Adresse Ihrer Gruppe zur Bestätigung ein.
1727
1727
  reported_mailer:
1728
- hide:
1728
+ hidden_automatically:
1729
+ content: Gemeldeter Inhalt
1730
+ details: Details
1729
1731
  hello: Hallo %{name},
1730
1732
  manage_moderations: Moderationen verwalten
1733
+ participatory_space: Beteiligungsbereich
1734
+ reason: Begründung
1731
1735
  report_html: <p>Der folgende <a href="%{url}">Inhalt</a> wurde automatisch ausgeblendet.</p>
1732
1736
  subject: Eine Ressource wurde automatisch ausgeblendet
1737
+ hidden_manually:
1738
+ content: Gemeldeter Inhalt
1739
+ details: Details
1740
+ hello: Hallo %{name},
1741
+ manage_moderations: Moderationen verwalten
1742
+ participatory_space: Beteiligungsbereich
1743
+ reason: Begründung
1744
+ report_html: <p>Der folgende <a href="%{url}">Inhalt</a> wurde durch %{moderator} ausgeblendet.</p>
1745
+ subject: Eine Ressource wurde durch %{moderator} ausgeblendet
1733
1746
  report:
1734
1747
  authors: Autoren
1735
1748
  content: Gemeldeter Inhalt
@@ -1747,6 +1760,8 @@ de:
1747
1760
  create:
1748
1761
  error: Bei der Erstellung des Berichts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.
1749
1762
  success: Der Bericht wurde erfolgreich erstellt und wird von einem Administrator überprüft.
1763
+ hide:
1764
+ success: Diese Ressource wurde ausgeblendet.
1750
1765
  parent_hidden:
1751
1766
  report_details: Die übergeordnete Ressource wurde ausgeblendet
1752
1767
  resource:
@@ -503,8 +503,6 @@ el:
503
503
  error: Σφάλμα φόρτωσης εικόνας.
504
504
  success: Η εικόνα ανέβηκε επιτυχώς.
505
505
  drag_and_drop_help: Προσθήκη εικόνων σύροντας τις & ρίχνοντας ή επικολλώντας αυτές.
506
- endorsement_buttons_cell:
507
- endorse: Μου αρέσει
508
506
  endorsements:
509
507
  identities:
510
508
  done: Τέλος
@@ -1064,11 +1062,6 @@ el:
1064
1062
  confirmation_instructions_sent: Στάλθηκαν οι οδηγίες επιβεβαίωσης email.
1065
1063
  fill_in_email_to_confirm_it: Συμπληρώστε τη διεύθυνση email της ομάδας σας για να την επιβεβαιώσετε.
1066
1064
  reported_mailer:
1067
- hide:
1068
- hello: Γεια σας %{name},
1069
- manage_moderations: Διαχείριση εποπτεύσεων
1070
- report_html: <p>Το παρακάτω <a href="%{url}">περιεχόμενο</a> αποκρύφτηκε αυτόματα.</p>
1071
- subject: Ένας πόρος αποκρύφτηκε αυτόματα
1072
1065
  report:
1073
1066
  authors: Συγγραφείς
1074
1067
  content: Αναφερόμενο περιεχόμενο
@@ -1735,7 +1735,7 @@ en:
1735
1735
  confirmation_instructions_sent: Email confirmation instructions sent.
1736
1736
  fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it.
1737
1737
  reported_mailer:
1738
- hide:
1738
+ hidden_automatically:
1739
1739
  content: Reported content
1740
1740
  details: Details
1741
1741
  hello: Hello %{name},
@@ -1744,6 +1744,15 @@ en:
1744
1744
  reason: Reason
1745
1745
  report_html: <p>The following <a href="%{url}">content</a> has been hidden automatically.</p>
1746
1746
  subject: A resource has been hidden automatically
1747
+ hidden_manually:
1748
+ content: Reported content
1749
+ details: Details
1750
+ hello: Hello %{name},
1751
+ manage_moderations: Manage moderations
1752
+ participatory_space: Participatory space
1753
+ reason: Reason
1754
+ report_html: <p>The following <a href="%{url}">content</a> has been hidden by %{moderator}.</p>
1755
+ subject: A resource has been hidden by %{moderator}
1747
1756
  report:
1748
1757
  authors: Authors
1749
1758
  content: Reported content
@@ -1761,6 +1770,8 @@ en:
1761
1770
  create:
1762
1771
  error: There was a problem creating the report. Please, try it again.
1763
1772
  success: The report has been created successfully and it will be reviewed by an admin.
1773
+ hide:
1774
+ success: This resource has been hidden.
1764
1775
  parent_hidden:
1765
1776
  report_details: The parent resource was hidden
1766
1777
  resource:
@@ -1731,15 +1731,24 @@ es-MX:
1731
1731
  confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
1732
1732
  fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
1733
1733
  reported_mailer:
1734
- hide:
1734
+ hidden_automatically:
1735
1735
  content: Contenido reportado
1736
1736
  details: Detalles
1737
1737
  hello: Hola %{name},
1738
- manage_moderations: Gestionar moderaciones
1738
+ manage_moderations: Gestiona moderaciones
1739
1739
  participatory_space: Espacio de participación
1740
1740
  reason: Motivo
1741
1741
  report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
1742
1742
  subject: Un contenido se ha ocultado de forma automática
1743
+ hidden_manually:
1744
+ content: Contenido reportado
1745
+ details: Detalles
1746
+ hello: Hola %{name},
1747
+ manage_moderations: Gestiona moderaciones
1748
+ participatory_space: Espacio de participación
1749
+ reason: Razón
1750
+ report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente por %{moderator}.</p>
1751
+ subject: Un recurso ha sido oculto por %{moderator}
1743
1752
  report:
1744
1753
  authors: Autoras
1745
1754
  content: Contenido reportado
@@ -1757,6 +1766,8 @@ es-MX:
1757
1766
  create:
1758
1767
  error: Se ha producido un problema al crear el informe de error. Por favor, vuelve a intentarlo.
1759
1768
  success: La denuncia se ha creado correctament y será revisada por un administrador.
1769
+ hide:
1770
+ success: Se ha ocultado este recurso.
1760
1771
  parent_hidden:
1761
1772
  report_details: El recurso principal estaba oculto
1762
1773
  resource:
@@ -1731,15 +1731,24 @@ es-PY:
1731
1731
  confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
1732
1732
  fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
1733
1733
  reported_mailer:
1734
- hide:
1734
+ hidden_automatically:
1735
1735
  content: Contenido reportado
1736
1736
  details: Detalles
1737
1737
  hello: Hola %{name},
1738
- manage_moderations: Gestionar moderaciones
1738
+ manage_moderations: Gestiona moderaciones
1739
1739
  participatory_space: Espacio de participación
1740
1740
  reason: Motivo
1741
1741
  report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
1742
1742
  subject: Un contenido se ha ocultado de forma automática
1743
+ hidden_manually:
1744
+ content: Contenido reportado
1745
+ details: Detalles
1746
+ hello: Hola %{name},
1747
+ manage_moderations: Gestiona moderaciones
1748
+ participatory_space: Espacio de participación
1749
+ reason: Razón
1750
+ report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente por %{moderator}.</p>
1751
+ subject: Un recurso ha sido oculto por %{moderator}
1743
1752
  report:
1744
1753
  authors: Autoras
1745
1754
  content: Contenido reportado
@@ -1757,6 +1766,8 @@ es-PY:
1757
1766
  create:
1758
1767
  error: Se ha producido un problema al crear el informe de error. Por favor, vuelve a intentarlo.
1759
1768
  success: La denuncia se ha creado correctament y será revisada por un administrador.
1769
+ hide:
1770
+ success: Se ha ocultado este recurso.
1760
1771
  parent_hidden:
1761
1772
  report_details: El recurso principal estaba oculto
1762
1773
  resource:
@@ -1728,7 +1728,7 @@ es:
1728
1728
  confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
1729
1729
  fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
1730
1730
  reported_mailer:
1731
- hide:
1731
+ hidden_automatically:
1732
1732
  content: Contenido reportado
1733
1733
  details: Detalles
1734
1734
  hello: Hola %{name},
@@ -1737,6 +1737,15 @@ es:
1737
1737
  reason: Motivo
1738
1738
  report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
1739
1739
  subject: Un contenido se ha ocultado de forma automática
1740
+ hidden_manually:
1741
+ content: Contenido reportado
1742
+ details: Detalles
1743
+ hello: Hola %{name},
1744
+ manage_moderations: Gestiona moderaciones
1745
+ participatory_space: Espacio de participación
1746
+ reason: Razón
1747
+ report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente por %{moderator}.</p>
1748
+ subject: Un recurso ha sido oculto por %{moderator}
1740
1749
  report:
1741
1750
  authors: Autoras
1742
1751
  content: Contenido reportado
@@ -1754,6 +1763,8 @@ es:
1754
1763
  create:
1755
1764
  error: Se ha producido un problema al crear el informe de error. Por favor, vuelve a intentarlo.
1756
1765
  success: El contenido se ha denunciado con éxito y será revisado por una administradora.
1766
+ hide:
1767
+ success: Se ha ocultado este recurso.
1757
1768
  parent_hidden:
1758
1769
  report_details: El recurso principal estaba oculto
1759
1770
  resource:
@@ -1431,7 +1431,7 @@ eu:
1431
1431
  body: Testua
1432
1432
  cta_text: Ekintza-botoiaren testua
1433
1433
  cta_url: Ekintza-botoiaren URLa
1434
- interpolations_hint: 'Iradokizuna: "%{name}" erabil dezakezu sarreraren, gorputzaren, ekintza-botoiaren testuaren edo gaiaren edozein lekutan, eta horren ordez parte-hartzailearen izena agertuko da.'
1434
+ interpolations_hint: 'Iradokizuna: "%{name}" erabil dezakezu sarreraren, tetsuaren, ekintza-botoiaren testuaren edo gaiaren edozein lekutan, eta horren ordez parte-hartzailearen izena agertuko da.'
1435
1435
  introduction: Sarrera
1436
1436
  main_image: Irudi nagusia
1437
1437
  newsletters:
@@ -1729,14 +1729,24 @@ eu:
1729
1729
  confirmation_instructions_sent: Berresteko jarraibideak helbide elektronikoz bidalita.
1730
1730
  fill_in_email_to_confirm_it: Mesedez, sartu zure taldearen helbide elektronikoa, berresteko.
1731
1731
  reported_mailer:
1732
- hide:
1732
+ hidden_automatically:
1733
+ content: Erreportatutako edukia
1733
1734
  details: Xehetasunak
1734
- hello: Kaixo, %{name},
1735
+ hello: 'Kaixo, %{name}:'
1735
1736
  manage_moderations: Kudeatu moderazioak
1736
- participatory_space: Partaidetza-espazioa
1737
+ participatory_space: Espazio parte-hartzailea
1737
1738
  reason: Arrazoia
1738
1739
  report_html: <p>Hurrengo <a href="%{url}">edukia</a>automatikoki ezkutatu da</p>
1739
1740
  subject: Eduki bat automatikoki ezkutatu da
1741
+ hidden_manually:
1742
+ content: Erreportatutako edukia
1743
+ details: Xehetasunak
1744
+ hello: 'Kaixo, %{name}:'
1745
+ manage_moderations: Kudeatu moderazioak
1746
+ participatory_space: Espazio parte-hartzailea
1747
+ reason: Arrazoia
1748
+ report_html: <p>Hurrengo <a href="%{url}">edukia</a>automatikoki ezkutatu da</p>
1749
+ subject: '%{moderator} -k baliabidea ezkutatu du'
1740
1750
  report:
1741
1751
  authors: Egileak
1742
1752
  content: Erreportatutako edukia
@@ -1754,6 +1764,8 @@ eu:
1754
1764
  create:
1755
1765
  error: Arazo bat izan da txostena sortzean. Mesedez, saiatu berriro.
1756
1766
  success: Salaketa zuzen sortu da, eta administratzaile batek aztertuko du.
1767
+ hide:
1768
+ success: Baliabide hau ezkutatu egin da.
1757
1769
  parent_hidden:
1758
1770
  report_details: Baliabide nagusia ezkutatu egin zen
1759
1771
  resource:
@@ -2166,7 +2178,7 @@ eu:
2166
2178
  file_size_is_less_than_or_equal_to: fitxategiaren pisuak %{count} izan behar du, edo gutxiago
2167
2179
  invalid_time_zone: ordu-zona ez da baliozkoa
2168
2180
  long_words: luzeegiak diren hitzak ditu (35 karaktere baino gehiago)
2169
- must_start_with_caps: letra maiuskulaz hasi behar da
2181
+ must_start_with_caps: letra larriz hasi behartu
2170
2182
  nesting_too_deep: ezin da egon azpikategoria batean
2171
2183
  not_found: ezin izan da aurkitu. Lehenago konturik sortu duzu?
2172
2184
  not_locked: ez zen blokeatuta
@@ -836,20 +836,10 @@ fi-pl:
836
836
  error: Kuvan lähettäminen epäonnistui.
837
837
  success: Kuvan lähettäminen onnistui.
838
838
  drag_and_drop_help: Lisää kuvia raahaamalla ja pudottamalla tai liittämällä niitä leikepöydältä.
839
- endorsement_buttons_cell:
840
- already_endorsed: Peruuta tykkäys
841
- endorse: Tykkää
842
839
  endorsements:
843
840
  identities:
844
841
  done: Valmis
845
842
  select_identity: Valitse henkilöllisyys
846
- endorsers_list:
847
- endorsed_by:
848
- one: Tästä on tykännyt %{visible}
849
- other: Tästä on tykännyt %{visible} ja %{others}
850
- others: "%{count} lisää"
851
- title: Tykänneet
852
- you: sinä
853
843
  ephemeral_user: Vierailija
854
844
  errors:
855
845
  files:
@@ -1712,11 +1702,6 @@ fi-pl:
1712
1702
  confirmation_instructions_sent: Sähköpostivahvistuksen ohjeet lähetetty.
1713
1703
  fill_in_email_to_confirm_it: Syötä ryhmäsi sähköpostiosoite ja vahvista se.
1714
1704
  reported_mailer:
1715
- hide:
1716
- hello: Hei %{name},
1717
- manage_moderations: Hallitse moderointeja
1718
- report_html: <p>Tämä <a href="%{url}">sisältö</a> on piilotettu automaattisesti.</p>
1719
- subject: Resurssi on piilotettu automaattisesti
1720
1705
  report:
1721
1706
  authors: Tekijät
1722
1707
  content: Ilmoitettu sisältö
@@ -836,20 +836,10 @@ fi:
836
836
  error: Kuvan lähettäminen epäonnistui.
837
837
  success: Kuvan lähettäminen onnistui.
838
838
  drag_and_drop_help: Lisää kuvia raahaamalla ja pudottamalla tai liittämällä niitä leikepöydältä.
839
- endorsement_buttons_cell:
840
- already_endorsed: Peruuta tykkäys
841
- endorse: Tykkää
842
839
  endorsements:
843
840
  identities:
844
841
  done: Valmis
845
842
  select_identity: Valitse henkilöllisyys
846
- endorsers_list:
847
- endorsed_by:
848
- one: Tästä on tykännyt %{visible}
849
- other: Tästä on tykännyt %{visible} ja %{others}
850
- others: "%{count} lisää"
851
- title: Tykänneet
852
- you: sinä
853
843
  ephemeral_user: Vierailija
854
844
  errors:
855
845
  files:
@@ -1712,11 +1702,6 @@ fi:
1712
1702
  confirmation_instructions_sent: Sähköpostivahvistuksen ohjeet lähetetty.
1713
1703
  fill_in_email_to_confirm_it: Syötä ryhmäsi sähköpostiosoite ja vahvista se.
1714
1704
  reported_mailer:
1715
- hide:
1716
- hello: Hei %{name},
1717
- manage_moderations: Hallitse moderointeja
1718
- report_html: <p>Tämä <a href="%{url}">sisältö</a> on piilotettu automaattisesti.</p>
1719
- subject: Resurssi on piilotettu automaattisesti
1720
1705
  report:
1721
1706
  authors: Tekijät
1722
1707
  content: Ilmoitettu sisältö
@@ -753,15 +753,10 @@ fr-CA:
753
753
  error: Une erreur est survenue lors du téléchargement de l'image.
754
754
  success: L'image a été téléchargée avec succès.
755
755
  drag_and_drop_help: Ajoutez des images en les glissant - déposant ou en les collant depuis votre presse-papier.
756
- endorsement_buttons_cell:
757
- endorse: J’aime
758
756
  endorsements:
759
757
  identities:
760
758
  done: Terminé
761
759
  select_identity: Sélectionner une identité
762
- endorsers_list:
763
- others: "%{count} de plus"
764
- you: vous
765
760
  ephemeral_user: Visiteur
766
761
  errors:
767
762
  files:
@@ -1590,15 +1585,24 @@ fr-CA:
1590
1585
  confirmation_instructions_sent: Instructions de confirmation d'email envoyées.
1591
1586
  fill_in_email_to_confirm_it: Veuillez compléter le mail de votre groupe pour confirmer celui-ci.
1592
1587
  reported_mailer:
1593
- hide:
1588
+ hidden_automatically:
1589
+ content: Contenu signalé
1590
+ details: Détails
1591
+ hello: Bonjour %{name},
1592
+ manage_moderations: Gérer les modérations
1593
+ participatory_space: Espace participatif
1594
+ reason: Motif
1595
+ report_html: <p>Le <a href="%{url}">contenu</a> suivant a été masqué automatiquement.</p>
1596
+ subject: Une ressource a été masquée automatiquement
1597
+ hidden_manually:
1594
1598
  content: Contenu signalé
1595
1599
  details: Détails
1596
1600
  hello: Bonjour %{name},
1597
1601
  manage_moderations: Gérer les modérations
1598
1602
  participatory_space: Espace participatif
1599
1603
  reason: Motif
1600
- report_html: <p>Le <a href="%{url}">contenu suivant</a> a été masqué automatiquement.</p>
1601
- subject: Une ressource a été cachée automatiquement
1604
+ report_html: <p>Le <a href="%{url}">contenu</a> suivant a été masqué automatiquement.</p>
1605
+ subject: Une ressource a été masquée par %{moderator}
1602
1606
  report:
1603
1607
  authors: Auteurs
1604
1608
  content: Contenu signalé
@@ -1616,6 +1620,8 @@ fr-CA:
1616
1620
  create:
1617
1621
  error: Une erreur s'est produite lors de la création du rapport. Veuillez essayer à nouveau.
1618
1622
  success: Le contenu a été signalé, il sera examiné par un administrateur.
1623
+ hide:
1624
+ success: Cette ressource a été masquée.
1619
1625
  parent_hidden:
1620
1626
  report_details: La ressource parente a été masquée
1621
1627
  resource_endorsements: