decidim-core 0.27.5 → 0.27.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/activity_cell.rb +2 -2
  3. data/app/cells/decidim/card_cell.rb +2 -2
  4. data/app/cells/decidim/card_m/top.erb +1 -1
  5. data/app/cells/decidim/card_m_cell.rb +1 -1
  6. data/app/cells/decidim/scopes_picker/scope_picker_values.erb +1 -1
  7. data/app/cells/decidim/tags_cell.rb +3 -1
  8. data/app/cells/decidim/user_profile_cell.rb +1 -1
  9. data/app/commands/decidim/create_omniauth_registration.rb +2 -4
  10. data/app/commands/decidim/messaging/reply_to_conversation.rb +3 -0
  11. data/app/commands/decidim/messaging/start_conversation.rb +3 -0
  12. data/app/controllers/concerns/decidim/devise_authentication_methods.rb +36 -0
  13. data/app/controllers/concerns/decidim/paginable.rb +1 -1
  14. data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +1 -22
  15. data/app/controllers/decidim/devise/sessions_controller.rb +1 -24
  16. data/app/controllers/decidim/widgets_controller.rb +6 -0
  17. data/app/events/decidim/welcome_notification_event.rb +6 -9
  18. data/app/helpers/decidim/cells_paginate_helper.rb +1 -1
  19. data/app/helpers/decidim/check_boxes_tree_helper.rb +4 -4
  20. data/app/helpers/decidim/newsletters_helper.rb +83 -16
  21. data/app/helpers/decidim/resource_helper.rb +1 -1
  22. data/app/helpers/decidim/sanitize_helper.rb +9 -0
  23. data/app/helpers/decidim/user_profile_helper.rb +7 -2
  24. data/app/mailers/decidim/messaging/conversation_mailer.rb +3 -72
  25. data/app/models/decidim/push_notification_message.rb +39 -0
  26. data/app/packs/images/decidim/.keep +0 -0
  27. data/app/packs/src/decidim/input_hashtags.js +1 -1
  28. data/app/packs/src/decidim/input_mentions.js +1 -1
  29. data/app/packs/src/decidim/input_multiple_mentions.js +1 -1
  30. data/app/packs/src/decidim/vizzs/index.js +1 -1
  31. data/app/packs/stylesheets/decidim/plugins/leaflet.scss +118 -114
  32. data/app/presenters/decidim/admin_log/oauth_application_resource_presenter.rb +1 -1
  33. data/app/presenters/decidim/notification_to_mailer_presenter.rb +9 -0
  34. data/app/services/decidim/events_manager.rb +6 -0
  35. data/app/services/decidim/push_notification_message_sender.rb +36 -0
  36. data/app/services/decidim/send_push_notification.rb +22 -8
  37. data/app/views/decidim/devise/registrations/new.html.erb +2 -2
  38. data/app/views/decidim/notifications_digest_mailer/_email_content.html.erb +7 -0
  39. data/app/views/decidim/shared/_address_details.html.erb +2 -2
  40. data/app/views/layouts/decidim/_js_configuration.html.erb +1 -0
  41. data/config/locales/ar.yml +4 -2
  42. data/config/locales/bg.yml +74 -0
  43. data/config/locales/ca.yml +22 -22
  44. data/config/locales/de.yml +25 -25
  45. data/config/locales/el.yml +1 -3
  46. data/config/locales/es-MX.yml +1 -1
  47. data/config/locales/es-PY.yml +1 -1
  48. data/config/locales/es.yml +20 -20
  49. data/config/locales/eu.yml +11 -2
  50. data/config/locales/fi.yml +3 -3
  51. data/config/locales/fr-CA.yml +2 -2
  52. data/config/locales/fr.yml +2 -2
  53. data/config/locales/gl.yml +3 -0
  54. data/config/locales/he-IL.yml +1 -0
  55. data/config/locales/hu.yml +41 -8
  56. data/config/locales/it.yml +1 -3
  57. data/config/locales/ja.yml +3 -2
  58. data/config/locales/lb.yml +1 -3
  59. data/config/locales/lt.yml +0 -3
  60. data/config/locales/no.yml +1 -3
  61. data/config/locales/pl.yml +137 -1
  62. data/config/locales/pt-BR.yml +113 -21
  63. data/config/locales/pt.yml +1 -3
  64. data/config/locales/ro-RO.yml +0 -3
  65. data/config/locales/ru.yml +9 -0
  66. data/config/locales/sk.yml +2 -0
  67. data/config/locales/sv.yml +22 -2
  68. data/config/locales/tr-TR.yml +1 -3
  69. data/config/locales/uk.yml +14 -0
  70. data/config/locales/zh-CN.yml +0 -3
  71. data/config/locales/zh-TW.yml +0 -3
  72. data/decidim-core.gemspec +78 -0
  73. data/lib/decidim/acts_as_tree.rb +14 -1
  74. data/lib/decidim/asset_router/storage.rb +4 -0
  75. data/lib/decidim/attribute_encryptor.rb +6 -4
  76. data/lib/decidim/core/engine.rb +7 -3
  77. data/lib/decidim/core/test/factories.rb +308 -95
  78. data/lib/decidim/core/test/shared_examples/amendable/amendment_created_event_examples.rb +6 -26
  79. data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +8 -26
  80. data/lib/decidim/core/test/shared_examples/comments_examples.rb +32 -0
  81. data/lib/decidim/core/test/shared_examples/embed_resource_examples.rb +187 -11
  82. data/lib/decidim/core/test/shared_examples/has_attachment_collections.rb +8 -6
  83. data/lib/decidim/core/test/shared_examples/has_attachments.rb +4 -4
  84. data/lib/decidim/core/test/shared_examples/has_category.rb +27 -0
  85. data/lib/decidim/core/test/shared_examples/has_reference.rb +1 -1
  86. data/lib/decidim/core/test/shared_examples/has_space_in_mcell_examples.rb +1 -2
  87. data/lib/decidim/core/test/shared_examples/resource_endorsed_event_examples.rb +6 -3
  88. data/lib/decidim/core/test/shared_examples/resource_locator_presenter_examples.rb +134 -0
  89. data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +1 -1
  90. data/lib/decidim/core/test/shared_examples/simple_event.rb +50 -2
  91. data/lib/decidim/core/test.rb +1 -0
  92. data/lib/decidim/core/version.rb +1 -1
  93. data/lib/decidim/core.rb +1 -0
  94. data/lib/decidim/engine_router.rb +17 -4
  95. data/lib/decidim/events/base_event.rb +5 -2
  96. data/lib/decidim/events/simple_event.rb +3 -17
  97. data/lib/decidim/has_category.rb +1 -1
  98. data/lib/decidim/has_conversations.rb +91 -0
  99. data/lib/decidim/participable.rb +17 -0
  100. data/lib/decidim/view_model.rb +1 -0
  101. data/lib/decidim/webpacker/webpack/.modernizrrc +9 -0
  102. data/lib/premailer/adapter/decidim.rb +5 -4
  103. data/lib/tasks/decidim_reminders_tasks.rake +1 -0
  104. data/lib/tasks/upgrade/decidim_fix_categorization.rake +15 -0
  105. metadata +31 -30
  106. data/config/environment.rb +0 -3
@@ -76,9 +76,9 @@ de:
76
76
  carrierwave:
77
77
  errors:
78
78
  file_cannot_be_processed: Datei konnte nicht verarbeitet werden
79
- file_resolution_too_large: Die Datei-Auflösung ist zu groß
79
+ file_resolution_too_large: Die Datei-Auflösung ist zu gross
80
80
  file_size_too_large: Datei ist zu groß
81
- not_inside_organization: Die Datei ist keiner Organisation hinzugefügt
81
+ not_inside_organization: Die Datei ist keiner Organisation angefügt.
82
82
  date:
83
83
  formats:
84
84
  decidim_short: "%d/%m/%Y"
@@ -489,7 +489,7 @@ de:
489
489
  button_url: URL des Call to Action
490
490
  description: Beschreibung
491
491
  footer_sub_hero:
492
- name: Fußzeile sub hero Banner
492
+ name: Abschnitt mit Plattformslogan
493
493
  hero:
494
494
  name: Hauptbild
495
495
  hero_settings_form:
@@ -516,7 +516,7 @@ de:
516
516
  stats:
517
517
  name: Organisationsstatistiken
518
518
  sub_hero:
519
- name: Sub hero Banner
519
+ name: Banner unter dem Hauptbild (Beschreibungstext)
520
520
  core:
521
521
  actions:
522
522
  login_before_access: Bitte melden Sie sich mit Ihrem Konto an, um auf diese Seite zuzugreifen
@@ -829,7 +829,7 @@ de:
829
829
  message_1: Vorzugsweise ein Querformat ohne Text.
830
830
  message_2: Der Dienst schneidet die Datei zu.
831
831
  file_validation:
832
- allowed_file_extensions: 'Erlaubte Dateiendungen: %{extensions}'
832
+ allowed_file_extensions: 'Erlaubte Dateiformate: %{extensions}'
833
833
  max_file_dimension: 'Maximale Dateigröße: %{resolution} Pixel'
834
834
  max_file_size: 'Maximale Dateigröße: %{megabytes}MB'
835
835
  files:
@@ -1240,7 +1240,7 @@ de:
1240
1240
  metrics:
1241
1241
  headline: Teilnahme an Zahlen
1242
1242
  statistics:
1243
- headline: Aktueller Zustand von %{organization}
1243
+ headline: Aktueller Status von %{organization}
1244
1244
  sub_hero:
1245
1245
  register: Registrieren
1246
1246
  index:
@@ -1396,13 +1396,13 @@ de:
1396
1396
  flag_modal:
1397
1397
  already_reported: Dieser Inhalt wurde bereits gemeldet und wird von einem Administrator überprüft.
1398
1398
  close: Schließen
1399
- description: Ist dieser Inhalt unangemessen?
1400
- does_not_belong: Enthält illegale Aktivitäten, Selbstmorddrohungen, persönliche Informationen oder etwas anderes, von dem Sie denken, dass es nicht auf %{organization_name}.
1399
+ description: Wieso ist dieser Inhalt problematisch / unangemessen?
1400
+ does_not_belong: Enthält illegale Aktivitäten, Selbstmorddrohungen, persönliche Informationen oder etwas anderes, von dem Sie denken, dass es nicht auf %{organization_name} gehört.
1401
1401
  offensive: Enthält Rassismus, Sexismus, Verunglimpfungen, persönliche Angriffe, Morddrohungen, Selbstmordanträge oder jede Form von Hassreden.
1402
1402
  reason: Begründung
1403
- report: Bericht
1403
+ report: Meldung erfassen
1404
1404
  spam: Enthält Clickbait, Werbung, Scams oder Script Bots.
1405
- title: Ein Problem melden
1405
+ title: Unangemessenen Inhalt melden
1406
1406
  flag_user_modal:
1407
1407
  already_reported: Dieser Inhalt wurde bereits gemeldet und wird von einem Administrator überprüft.
1408
1408
  close: Schließen
@@ -1585,27 +1585,27 @@ de:
1585
1585
  updated_not_active: Ihr Passwort wurde erfolgreich vergeben.
1586
1586
  mailer:
1587
1587
  confirmation_instructions:
1588
- action: Bestätige mein Konto
1588
+ action: Konto bestätigen
1589
1589
  greeting: Willkommen %{recipient}!
1590
- instruction: 'Sie können Ihre Konto-E-Mail über den folgenden Link bestätigen:'
1591
- subject: Bestätigungsanweisungen
1590
+ instruction: 'Bitte bestätigen Sie Ihre E-Mail-Adresse über den folgenden Link:'
1591
+ subject: E-Mail bestätigen
1592
1592
  email_changed:
1593
1593
  greeting: Hallo %{recipient}!
1594
- message: Wir setzen uns mit Ihnen in Verbindung, um Sie darüber zu informieren, dass Ihre E-Mail-Adresse auf %{email}geändert wird.
1594
+ message: Ihre E-Mail-Adresse wurde zu %{email} geändert.
1595
1595
  subject: E-Mail geändert
1596
1596
  invitation_instructions:
1597
- accept: Die Einladung annehmen
1598
- accept_until: Diese Einladung wird in %{due_date}fällig.
1597
+ accept: Einladung annehmen
1598
+ accept_until: Diese Einladung ist bis %{due_date} gültig.
1599
1599
  decline: Einladung ablehnen
1600
1600
  hello: Hallo %{email},
1601
1601
  ignore: |-
1602
1602
  Wenn Sie die Einladung nicht annehmen möchten, ignorieren Sie diese E-Mail.<br />
1603
1603
  Ihr Konto wird erst erstellt, wenn Sie auf den obigen Link zugreifen und Ihren Kontonamen und Ihr Passwort festlegen.
1604
1604
  invited_you_as_admin: "%{invited_by} hat Sie als Admin von %{application} eingeladen. Sie können die Einladung über den folgenden Link akzeptieren."
1605
- invited_you_as_private_user: "%{invited_by} hat Sie als privaten Nutzenden zu %{application} eingeladen. Sie können die Einladung über den folgenden Link akzeptieren."
1605
+ invited_you_as_private_user: "%{invited_by} hat Sie als privaten Teilnehmenden zu %{application} eingeladen. Sie können die Einladung über den folgenden Link akzeptieren."
1606
1606
  someone_invited_you: Jemand hat Sie zu %{application} eingeladen. Sie können die EInladung über den folgenden Link akzeptieren.
1607
1607
  someone_invited_you_as_admin: Jemand hat Sie als Admin zu %{application} eingeladen. Sie können die Einladung über den folgenden Link akzeptieren.
1608
- someone_invited_you_as_private_user: Jemand hat Sie als privater Teilnehmende zu %{application} eingeladen. Sie können die Einladung über den folgenden Link akzeptieren.
1608
+ someone_invited_you_as_private_user: Jemand hat Sie als privaten Teilnehmenden zu %{application} eingeladen. Sie können die Einladung über den folgenden Link akzeptieren.
1609
1609
  subject: Anweisungen zur Einladung
1610
1610
  invite_admin:
1611
1611
  subject: Du wurdest eingeladen, %{organization} zu verwalten
@@ -1620,18 +1620,18 @@ de:
1620
1620
  message: Wir kontaktieren Sie, um Sie darüber zu informieren, dass Ihr Passwort geändert wurde.
1621
1621
  subject: Passwort geändert
1622
1622
  reset_password_instructions:
1623
- action: Ändere mein Passwort
1623
+ action: Mein Passwort ändern
1624
1624
  greeting: Hallo %{recipient}!
1625
- instruction: Jemand hat einen Link angefordert, um Ihr Passwort zu ändern, und Sie können dies über den folgenden Link tun.
1625
+ instruction: 'Jemand hat einen Link angefordert, um Ihr Passwort zu ändern. Falls Sie das selbst waren, folgen Sie diesem Link:'
1626
1626
  instruction_2: Wenn Sie dies nicht angefordert haben, ignorieren Sie diese E-Mail.
1627
- instruction_3: Ihr Passwort ändert sich erst, wenn Sie auf den obigen Link zugreifen und einen neuen erstellen.
1628
- subject: Passwort-Anweisungen zurücksetzen
1627
+ instruction_3: Ihr Passwort ändert sich erst, wenn Sie auf den angezeigten Link zugreifen und ein neues Passwort erstellen.
1628
+ subject: Passwort zurücksetzen
1629
1629
  unlock_instructions:
1630
- action: Entsperren Sie mein Konto
1630
+ action: Mein Konto entsperren
1631
1631
  greeting: Hallo %{recipient}!
1632
1632
  instruction: 'Klicken Sie auf den folgenden Link, um Ihr Konto zu entsperren:'
1633
1633
  message: Ihr Konto wurde aufgrund einer übermäßigen Anzahl fehlgeschlagener Anmeldeversuche gesperrt.
1634
- subject: Entsperren Anweisungen
1634
+ subject: Anweisungen zur Entsperrung
1635
1635
  omniauth_callbacks:
1636
1636
  failure: 'Sie konnten nicht mit Ihrem %{kind}-Account angemeldet werden. Grund: "%{reason}".'
1637
1637
  success: Sie haben sich erfolgreich mit Ihrem %{kind}-Account angemeldet.
@@ -1645,7 +1645,7 @@ de:
1645
1645
  title: Passwort ändern
1646
1646
  new:
1647
1647
  forgot_your_password: Haben Sie Ihr Passwort vergessen?
1648
- send_me_reset_password_instructions: Senden Sie mir das Passwort zurück
1648
+ send_me_reset_password_instructions: Schicken Sie mir eine Anweisung zum Zurücksetzen des Passwortes
1649
1649
  no_token: Sie können nicht auf diese Seite zugreifen, ohne von einer E-Mail zum Zurücksetzen des Kennworts zu stammen. Wenn Sie eine E-Mail zum Zurücksetzen des Passworts erhalten, vergewissern Sie sich bitte, dass Sie die vollständige URL verwendet haben.
1650
1650
  send_instructions: Sie erhalten eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts in wenigen Minuten.
1651
1651
  send_paranoid_instructions: Wenn Ihre E-Mail-Adresse in unserer Datenbank vorhanden ist, erhalten Sie innerhalb weniger Minuten einen Link zur Passwortwiederherstellung unter Ihrer E-Mail-Adresse.
@@ -74,10 +74,7 @@ el:
74
74
  'true': 'Ναι'
75
75
  carrierwave:
76
76
  errors:
77
- file_cannot_be_processed: Το αρχείο δεν μπορεί να επεξεργαστεί
78
- file_resolution_too_large: Η ανάλυση του αρχείου είναι πολύ μεγάλη
79
77
  file_size_too_large: Το μέγεθος του αρχείου είναι πολύ μεγάλο
80
- not_inside_organization: Το αρχείο δεν είναι συνδεδεμένο σε κανέναν οργανισμό
81
78
  date:
82
79
  formats:
83
80
  decidim_short: "%d/%m/%Y"
@@ -745,6 +742,7 @@ el:
745
742
  file:
746
743
  explanation: 'Οδηγίες για αρχείο:'
747
744
  message_1: Πρέπει να είναι εικόνα ή έγγραφο.
745
+ message_2: Για εικόνες, χρησιμοποιήστε κατά προτίμηση οριζόντιας διάταξης, η υπηρεσία περικόπτει την εικόνα.
748
746
  image:
749
747
  explanation: 'Οδηγίες για εικόνα:'
750
748
  message_1: Προτιμώμενη εικόνα οριζόντιας διάταξης που δεν περιέχει κείμενο.
@@ -75,7 +75,7 @@ es-MX:
75
75
  'true': 'Sí'
76
76
  carrierwave:
77
77
  errors:
78
- file_cannot_be_processed: No se ha podido leer el archivo
78
+ file_cannot_be_processed: No se ha podido procesar el archivo
79
79
  file_resolution_too_large: La resolución del archivo es demasiado grande
80
80
  file_size_too_large: El tamaño del archivo es demasiado grande
81
81
  not_inside_organization: El archivo no está relacionado con ninguna organización
@@ -75,7 +75,7 @@ es-PY:
75
75
  'true': 'Sí'
76
76
  carrierwave:
77
77
  errors:
78
- file_cannot_be_processed: No se ha podido leer el archivo
78
+ file_cannot_be_processed: No se ha podido procesar el archivo
79
79
  file_resolution_too_large: La resolución del archivo es demasiado grande
80
80
  file_size_too_large: El tamaño del archivo es demasiado grande
81
81
  not_inside_organization: El archivo no está relacionado con ninguna organización
@@ -75,7 +75,7 @@ es:
75
75
  'true': 'Sí'
76
76
  carrierwave:
77
77
  errors:
78
- file_cannot_be_processed: No se ha podido leer el archivo
78
+ file_cannot_be_processed: No se ha podido procesar el archivo
79
79
  file_resolution_too_large: La resolución del archivo es demasiado grande
80
80
  file_size_too_large: El tamaño del archivo es demasiado grande
81
81
  not_inside_organization: El archivo no está relacionado con ninguna organización
@@ -621,57 +621,57 @@ es:
621
621
  amendment_accepted:
622
622
  affected_user:
623
623
  email_intro: 'Se ha aceptado una enmienda para %{amendable_title}. Puedes verla desde esta página:'
624
- email_outro: Has recibido esta notificación porque eres una autora de %{amendable_title}.
624
+ email_outro: Has recibido esta notificación porque se ha aceptado una enmienda al apartado "%{amendable_title}" que administras.
625
625
  email_subject: Enmienda aceptada para %{amendable_title} de %{emendation_author_nickname}
626
626
  notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> ha sido aceptada para <a href="%{amendable_path}">%{amendable_title}</a>.
627
627
  follower:
628
628
  email_intro: 'Se ha aceptado una enmienda para %{amendable_title}. Puedes verla desde esta página:'
629
- email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
629
+ email_outro: Has recibido esta notificación porque estás siguiendo la enmienda "%{amendable_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
630
630
  email_subject: Enmienda aceptada para %{amendable_title} de %{emendation_author_nickname}
631
631
  notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> ha sido aceptada para <a href="%{amendable_path}">%{amendable_title}</a>.
632
632
  amendment_created:
633
633
  affected_user:
634
634
  email_intro: 'Se ha creado una nueva enmienda para %{amendable_title}. Puedes verla desde esta página:'
635
- email_outro: Has recibido esta notificación porque eres una autora de %{amendable_title}.
635
+ email_outro: Has recibido esta notificación porque se ha presentado una esmena al apartado "%{amendable_title}" que administras.
636
636
  email_subject: Nueva enmienda para %{amendable_title}
637
637
  notification_title: Se ha creado una nueva enmienda para <a href="%{amendable_path}">%{amendable_title}</a>.
638
638
  follower:
639
639
  email_intro: 'Se ha creado una nueva enmienda para %{amendable_title}. Puedes verla desde esta página:'
640
- email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
640
+ email_outro: Has recibido esta notificación porque estás siguiendo la enmienda "%{amendable_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
641
641
  email_subject: Nueva enmienda para %{amendable_title}
642
642
  notification_title: Se ha creado una nueva enmienda para <a href="%{amendable_path}">%{amendable_title}</a>.
643
643
  amendment_promoted:
644
644
  affected_user:
645
645
  email_intro: 'Una enmienda rechazada para %{amendable_title} ha sido publicada como una nueva %{amendable_type}. Puedes verla desde esta página:'
646
- email_outro: Has recibido esta notificación porque eres una autora de %{amendable_title}.
646
+ email_outro: Has recibido esta notificación porque se ha promocionado una esmena al apartado "%{amendable_title}" que administras.
647
647
  email_subject: Se ha publicado una enmienda de %{emendation_author_nickname} como nuevo %{amendable_type}
648
648
  notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
649
649
  follower:
650
650
  email_intro: 'Una enmienda rechazada para %{amendable_title} ha sido publicada como nueva %{amendable_type}. Puedes verla desde esta página:'
651
- email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
651
+ email_outro: Has recibido esta notificación porque estás siguiendo la enmienda "%{amendable_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
652
652
  email_subject: Se ha publicado una enmienda de %{emendation_author_nickname} como nuevo %{amendable_type}
653
653
  notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
654
654
  amendment_rejected:
655
655
  affected_user:
656
656
  email_intro: 'Una enmienda ha sido rechazada por %{amendable_title}. Puedes verla desde esta página:'
657
- email_outro: Has recibido esta notificación porque eres autora de %{amendable_title}.
657
+ email_outro: Has recibido esta notificación porque se ha rechazado una enmienda al apartado "%{amendable_title}" que administras.
658
658
  email_subject: Enmienda rechazada por %{amendable_title} de %{emendation_author_nickname}
659
659
  notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> ha sido rechazada por <a href="%{amendable_path}">%{amendable_title}</a>.
660
660
  follower:
661
661
  email_intro: 'Una enmienda ha sido rechazada por %{amendable_title}. Puedes verla desde esta página:'
662
- email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
662
+ email_outro: Has recibido esta notificación porque estás siguiendo la enmienda "%{amendable_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
663
663
  email_subject: Una enmienda rechazada por %{amendable_title} de %{emendation_author_nickname}
664
664
  notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> ha sido rechazada por <a href="%{amendable_path}">%{amendable_title}</a>.
665
665
  attachments:
666
666
  attachment_created:
667
667
  email_intro: 'Se ha añadido un nuevo documento a %{resource_title}. Puedes verlo desde esta página:'
668
- email_outro: Has recibido esta notificación porque estás siguiendo %{resource_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
668
+ email_outro: Has recibido esta notificación porque estás siguiendo "%{resource_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
669
669
  email_subject: Se ha producido una actualización para %{resource_title}
670
670
  notification_title: Se ha añadido un <a href="%{resource_path}">nuevo documento</a> a <a href="%{attached_to_url}">%{resource_title}</a>
671
671
  components:
672
672
  component_published:
673
673
  email_intro: 'Ya está activo el componente %{resource_title} para %{participatory_space_title}. Puedes verlo desde esta página:'
674
- email_outro: Has recibido esta notificación porque estás siguiendo %{participatory_space_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
674
+ email_outro: Has recibido esta notificación porque estás siguiendo el espacio "%{participatory_space_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
675
675
  email_subject: Una actualización en %{participatory_space_title}
676
676
  notification_title: Ya está activo el componente %{resource_title} para <a href="%{resource_path}">%{participatory_space_title}</a>
677
677
  email_event:
@@ -703,17 +703,17 @@ es:
703
703
  notification_title: Te han invitado a unirte al grupo <a href="%{resource_path}">%{user_group_name}</a> . Revisa la pestaña <a href="%{groups_profile_tab_path}">Grupos</a> en tu perfil para aceptar la invitación!
704
704
  join_request_accepted:
705
705
  email_intro: '¡Felicidades! Una administradora del grupo <a href="%{resource_url}">%{user_group_name}</a> ha aceptado tu solicitud para unirte a él.'
706
- email_outro: Has recibido esta notificación porque tu solicitud de incorporación se ha actualizado.
706
+ email_outro: Has recibido esta notificación porque tu solicitud de incorporación al grupo se ha actualizado.
707
707
  email_subject: Tu solicitud para unirte al grupo %{user_group_name} ha sido aceptada!
708
708
  notification_title: Has sido aceptada al grupo <a href="%{resource_path}">%{user_group_name}</a>.
709
709
  join_request_created:
710
710
  email_intro: Alguien pidió unirse al grupo %{user_group_name}. Puedes aceptarla o rechazarla desde <a href="%{resource_url}">miembros del grupo en la página</a>.
711
- email_outro: Has recibido esta notificación porque eres administradora del grupo %{user_group_name}.
711
+ email_outro: Has recibido esta notificación porque administras el grupo "%{user_group_name}".
712
712
  email_subject: Alguien ha solicitado unirse al grupo %{user_group_name}
713
713
  notification_title: Alguien ha solicitado unirse al grupo %{user_group_name}. Puedes aceptar o rechazar la solicitud desde <a href="%{resource_path}">la página de miembros del grupo</a>.
714
714
  join_request_rejected:
715
715
  email_intro: Una administradora del grupo <a href="%{resource_url}">%{user_group_name}</a> ha rechazado tu solicitud para unirte a él.
716
- email_outro: Has recibido esta notificación porque tu solicitud de incorporación se ha actualizado.
716
+ email_outro: Has recibido esta notificación porque tu solicitud de incorporación al grupo se ha actualizado.
717
717
  email_subject: Tu solicitud para unirte al grupo %{user_group_name} ha sido rechazada!
718
718
  notification_title: Tu solicitud para unirte al grupo <a href="%{resource_path}">%{user_group_name}</a> ha sido rechazada.
719
719
  promoted_to_admin:
@@ -728,12 +728,12 @@ es:
728
728
  notification_title: Has sido eliminado del grupo <a href="%{resource_path}">%{user_group_name}</a>.
729
729
  user_group_created:
730
730
  email_intro: Se ha creado un nuevo grupo con el nombre %{user_group_name}. Ahora puedes verificarlo, si procede, en el <a href="%{groups_admin_url}">panel de administración</a>.
731
- email_outro: Has recibido esta notificación porque eres una de las administradoras de la plataforma.
731
+ email_outro: Has recibido esta notificación porque administras la plataforma.
732
732
  email_subject: Se ha creado un nuevo grupo
733
733
  notification_title: Se ha creado el grupo %{user_group_name}. Ahora puedes verificarlo en el <a href="%{groups_admin_path}">panel de administración</a>.
734
734
  user_group_updated:
735
735
  email_intro: El grupo %{user_group_name} ha actualizado su perfil perdiendo la verificación. Puedes volver a verificarlo a través del <a href="%{groups_admin_url}">panel de administración</a>.
736
- email_outro: Has recibido esta notificación porque eres una de las administradoras de la plataforma.
736
+ email_outro: Has recibido esta notificación porque administras la plataforma.
737
737
  email_subject: Un grupo ha actualizado su perfil
738
738
  notification_title: El grupo %{user_group_name} ha actualizado su perfil perdiendo la verificación. Puedes volver a verificarlo a través del <a href="%{groups_admin_path}">panel de administración</a>.
739
739
  nickname_event:
@@ -743,25 +743,25 @@ es:
743
743
  reports:
744
744
  resource_hidden:
745
745
  email_intro: Una administradora eliminó su %{resource_type} porque ha sido reportado como %{report_reasons}.
746
- email_outro: Has recibido esta notificación porque eres un autora del contenido eliminado.
746
+ email_outro: Has recibido esta notificación porque se ha eliminado un contenido que creaste.
747
747
  email_subject: Tu %{resource_type} ha sido eliminado
748
748
  notification_title: |-
749
749
  Una administradora eliminó tu %{resource_type} porque ha sido reportado como %{report_reasons}.</br>
750
750
  <i>%{resource_content}</i>
751
751
  resource_endorsed:
752
752
  email_intro: '%{endorser_name} %{endorser_nickname}, a quien sigues, acaba de adherirse a "%{resource_title}" que puede ser interesante para ti, compruébalo y contribuye:'
753
- email_outro: Has recibido esta notificación porque estás siguiendo a %{endorser_nickname}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
753
+ email_outro: Has recibido esta notificación porque estás siguiendo a "%{endorser_nickname}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
754
754
  email_subject: "%{endorser_nickname} se ha adherido a una propuesta"
755
755
  notification_title: <a href="%{endorser_path}">%{endorser_name} %{endorser_nickname}</a> se ha adherido a la propuesta <a href="%{resource_path}">%{resource_title}</a> (%{resource_type}).
756
756
  users:
757
757
  profile_updated:
758
758
  email_intro: La página <a href="%{resource_url}"> de perfil </a> de %{name} (%{nickname}), a quien estás siguiendo, se ha actualizado.
759
- email_outro: Has recibido esta notificación porque estás siguiendo a %{nickname}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
759
+ email_outro: Has recibido esta notificación porque estás siguiendo a "%{nickname}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
760
760
  email_subject: "%{nickname} ha actualizado su perfil"
761
761
  notification_title: La página <a href="%{resource_path}"> de perfil </a> de %{name} (%{nickname}), a quien estás siguiendo, se ha actualizado.
762
762
  user_officialized:
763
763
  email_intro: La participante %{name} (%{nickname}) ha sido oficializada.
764
- email_outro: Has recibido esta notificación porque eres una de las administradoras de la plataforma.
764
+ email_outro: Has recibido esta notificación porque administras la plataforma.
765
765
  email_subject: "Se ha oficializado a %{name}"
766
766
  notification_title: La participante %{name} (%{nickname}) ha sido oficializada.
767
767
  export_mailer:
@@ -78,7 +78,7 @@ eu:
78
78
  file_cannot_be_processed: Fitxategia ezin izan da prozesatu
79
79
  file_resolution_too_large: Fitxategiaren erresoluzioa handiegia da
80
80
  file_size_too_large: Fitxategiaren taimaina handiegia da
81
- not_inside_organization: Artxiboa ez dago antolatzaile batekin erlazionatuta
81
+ not_inside_organization: Artxiboa ez dago erakunde batekin erlazionatuta
82
82
  date:
83
83
  formats:
84
84
  decidim_short: "%d/%m/%Y"
@@ -104,6 +104,12 @@ eu:
104
104
  x_minutes:
105
105
  one: Minutu 1
106
106
  other: "Minutu %{count}"
107
+ x_months:
108
+ one: Hilabete bat
109
+ other: "%{count} hilabete"
110
+ x_seconds:
111
+ one: Segundo bat
112
+ other: "%{count} segundo"
107
113
  decidim:
108
114
  accessibility:
109
115
  external_link: Kanpoko lotura
@@ -780,6 +786,9 @@ eu:
780
786
  title: Hatz-marka
781
787
  value: Balioa
782
788
  followers:
789
+ followers_count:
790
+ one: "%{count} jarraitzaile"
791
+ other: "%{count} jarraitzaileak"
783
792
  no_followers: Ez da jarraitzailerik oraindik.
784
793
  following:
785
794
  no_followings: Ez du inork edo ezer oraindik jarraitzen.
@@ -1817,7 +1826,7 @@ eu:
1817
1826
  widget:
1818
1827
  see_more: Ikusi gehiago
1819
1828
  locale:
1820
- name: Ingelesa
1829
+ name: Euskera
1821
1830
  name_with_error: Euskera (akatsa!)
1822
1831
  password_validator:
1823
1832
  blacklisted: Zerrenda beltzean
@@ -777,7 +777,7 @@ fi:
777
777
  linked_classes:
778
778
  all: Kaikki
779
779
  collaborative_draft: Yhdessä koostettu luonnos
780
- dummy_resource: Dummy-resurssit
780
+ dummy_resource: Esimerkkitietueet
781
781
  meeting: Tapaamiset
782
782
  project: Hankkeet
783
783
  proposal: Ehdotukset
@@ -820,7 +820,7 @@ fi:
820
820
  message_1: On oltava kuva tai asiakirja.
821
821
  message_2: Kuvina käytä mieluiten vaakasuintaisia kuvia, palvelu rajaa kuvaa.
822
822
  icon:
823
- explanation: 'Ikonin ohjeistus:'
823
+ explanation: 'Kuvakkeen ohjeistus:'
824
824
  message_1: On oltava neliömuotoinen kuva.
825
825
  message_2: Tämän kuvan suositeltu koko on 512x512.
826
826
  image:
@@ -1438,7 +1438,7 @@ fi:
1438
1438
  title: Valitse tulosten määrä sivua kohti
1439
1439
  share_modal:
1440
1440
  close_window: Sulje ikkuna
1441
- copy_share_link: Kopio
1441
+ copy_share_link: Kopioi
1442
1442
  copy_share_link_clarification: Kopioi jakolinkki leikepöydälle
1443
1443
  copy_share_link_copied: Kopioitu!
1444
1444
  copy_share_link_message: Linkin kopiointi leikepöydälle onnistui.
@@ -75,10 +75,10 @@ fr-CA:
75
75
  'true': 'Oui'
76
76
  carrierwave:
77
77
  errors:
78
- file_cannot_be_processed: Le fichier n'a pas pu être traité
78
+ file_cannot_be_processed: Le fichier ne peut pas être traité
79
79
  file_resolution_too_large: La résolution du fichier est trop grande
80
80
  file_size_too_large: Le fichier est trop volumineux
81
- not_inside_organization: Le fichier n'est relié à aucune organisation
81
+ not_inside_organization: Le fichier n'est attaché à aucune organisation
82
82
  date:
83
83
  formats:
84
84
  decidim_short: "%d/%m/%Y"
@@ -75,10 +75,10 @@ fr:
75
75
  'true': 'Oui'
76
76
  carrierwave:
77
77
  errors:
78
- file_cannot_be_processed: Le fichier n'a pas pu être traité
78
+ file_cannot_be_processed: Le fichier ne peut pas être traité
79
79
  file_resolution_too_large: La résolution du fichier est trop grande
80
80
  file_size_too_large: Le fichier est trop volumineux
81
- not_inside_organization: Le fichier n'est relié à aucune organisation
81
+ not_inside_organization: Le fichier n'est attaché à aucune organisation
82
82
  date:
83
83
  formats:
84
84
  decidim_short: "%d/%m/%Y"
@@ -551,6 +551,9 @@ gl:
551
551
  default_image: Imaxe predeterminada
552
552
  errors:
553
553
  error: Hai un erro neste campo.
554
+ file_help:
555
+ file:
556
+ message_2: Nas imaxes, emprega preferiblemente as apaisadas, o servizo recorta a imaxe.
554
557
  upload:
555
558
  labels:
556
559
  add_attachment: Engadir ficheiro anexo
@@ -0,0 +1 @@
1
+ he: