decidim-surveys 0.19.1 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/decidim/surveys/surveys.scss +20 -3
  3. data/app/controllers/decidim/surveys/admin/surveys_controller.rb +11 -0
  4. data/app/controllers/decidim/surveys/surveys_controller.rb +12 -1
  5. data/app/jobs/decidim/surveys/clean_survey_answers_job.rb +32 -0
  6. data/app/jobs/decidim/surveys/settings_change_job.rb +4 -0
  7. data/app/models/decidim/surveys/survey.rb +4 -0
  8. data/app/permissions/decidim/surveys/admin/permissions.rb +12 -6
  9. data/app/permissions/decidim/surveys/permissions.rb +1 -1
  10. data/app/queries/decidim/surveys/metrics/answers_metric_manage.rb +2 -8
  11. data/app/serializers/decidim/surveys/data_importer.rb +66 -0
  12. data/app/serializers/decidim/surveys/data_serializer.rb +46 -0
  13. data/app/types/decidim/surveys/survey_type.rb +15 -0
  14. data/app/types/decidim/surveys/surveys_type.rb +32 -0
  15. data/config/locales/am-ET.yml +1 -0
  16. data/config/locales/ar.yml +1 -0
  17. data/config/locales/bg-BG.yml +10 -0
  18. data/config/locales/bg.yml +10 -0
  19. data/config/locales/ca.yml +6 -0
  20. data/config/locales/cs.yml +6 -0
  21. data/config/locales/da-DK.yml +1 -0
  22. data/config/locales/da.yml +1 -0
  23. data/config/locales/de.yml +6 -0
  24. data/config/locales/el-GR.yml +1 -0
  25. data/config/locales/el.yml +59 -0
  26. data/config/locales/en.yml +6 -0
  27. data/config/locales/eo.yml +1 -0
  28. data/config/locales/es-MX.yml +6 -0
  29. data/config/locales/es-PY.yml +6 -0
  30. data/config/locales/es.yml +6 -0
  31. data/config/locales/et-EE.yml +1 -0
  32. data/config/locales/et.yml +1 -0
  33. data/config/locales/fi-plain.yml +6 -0
  34. data/config/locales/fi.yml +7 -1
  35. data/config/locales/fr-CA.yml +62 -0
  36. data/config/locales/fr.yml +6 -0
  37. data/config/locales/ga-IE.yml +1 -0
  38. data/config/locales/hr-HR.yml +1 -0
  39. data/config/locales/hr.yml +1 -0
  40. data/config/locales/hu.yml +3 -0
  41. data/config/locales/is-IS.yml +25 -0
  42. data/config/locales/is.yml +25 -0
  43. data/config/locales/it.yml +11 -7
  44. data/config/locales/ja-JP.yml +58 -0
  45. data/config/locales/ja.yml +60 -0
  46. data/config/locales/ko-KR.yml +1 -0
  47. data/config/locales/ko.yml +1 -0
  48. data/config/locales/lt-LT.yml +1 -0
  49. data/config/locales/lt.yml +1 -0
  50. data/config/locales/lv.yml +61 -0
  51. data/config/locales/mt-MT.yml +1 -0
  52. data/config/locales/mt.yml +1 -0
  53. data/config/locales/nl.yml +10 -4
  54. data/config/locales/no.yml +25 -0
  55. data/config/locales/om-ET.yml +1 -0
  56. data/config/locales/pl.yml +18 -12
  57. data/config/locales/pt-BR.yml +1 -1
  58. data/config/locales/pt.yml +27 -23
  59. data/config/locales/ro-RO.yml +62 -0
  60. data/config/locales/sk-SK.yml +63 -0
  61. data/config/locales/sk.yml +63 -0
  62. data/config/locales/sl.yml +8 -0
  63. data/config/locales/so-SO.yml +1 -0
  64. data/config/locales/sr-CS.yml +1 -0
  65. data/config/locales/sv.yml +5 -1
  66. data/config/locales/ti-ER.yml +1 -0
  67. data/config/locales/vi-VN.yml +1 -0
  68. data/config/locales/vi.yml +1 -0
  69. data/config/locales/zh-CN.yml +60 -0
  70. data/config/locales/zh-TW.yml +1 -0
  71. data/db/migrate/20200609090533_check_legacy_tables.rb +114 -0
  72. data/db/migrate/20200610090533_remove_survey_answer_choices.rb +7 -0
  73. data/db/migrate/20200610090650_remove_survey_answer_options.rb +7 -0
  74. data/db/migrate/20200610090725_remove_survey_answers.rb +7 -0
  75. data/db/migrate/20200610090845_remove_survey_questions.rb +7 -0
  76. data/db/migrate/20200610105927_remove_survey_columns.rb +10 -0
  77. data/lib/decidim/surveys/admin_engine.rb +10 -0
  78. data/lib/decidim/surveys/component.rb +38 -6
  79. data/lib/decidim/surveys/test/factories.rb +1 -1
  80. data/lib/decidim/surveys/version.rb +1 -1
  81. metadata +75 -13
@@ -24,8 +24,13 @@ cs:
24
24
  settings:
25
25
  global:
26
26
  announcement: Oznámení
27
+ clean_after_publish: Odstranit odpovědi při publikování ankety
28
+ scope_id: Oblast působnosti
29
+ scopes_enabled: Oblasti působnosti povoleny
27
30
  step:
28
31
  allow_answers: Povolte odpovědi
32
+ allow_unregistered: Umožnit neregistrovaným uživatelům odpovědět na průzkum
33
+ allow_unregistered_help: Pokud je aktivní, nebude vyžadován žádný přihlašovací postup, aby šlo odpovědět na průzkum, což může vést k slabým nebo nespolehlivým údajům a bude náchylnější k automatizovaným útokům. Používejte obezřetně!
29
34
  announcement: Oznámení
30
35
  events:
31
36
  surveys:
@@ -57,4 +62,5 @@ cs:
57
62
  surveys:
58
63
  answer:
59
64
  invalid: Při odpovědi na průzkum došlo k chybám.
65
+ spam_detected: Při vyplňování formuláře došlo k potížím. Možná jste byli příliš rychlí, můžete to zkusit znovu?
60
66
  success: Průzkum úspěšně odpověděl.
@@ -0,0 +1 @@
1
+ da:
@@ -0,0 +1 @@
1
+ da:
@@ -20,8 +20,13 @@ de:
20
20
  settings:
21
21
  global:
22
22
  announcement: Ankündigung
23
+ clean_after_publish: Antworten bei Veröffentlichung des Fragebogens löschen
24
+ scope_id: Bereich
25
+ scopes_enabled: Bereiche aktiviert
23
26
  step:
24
27
  allow_answers: Erlaube Antworten
28
+ allow_unregistered: Nicht registrierten Benutzern die Beantwortung des Fragebogens erlauben
29
+ allow_unregistered_help: Wenn diese Option aktiviert ist, muss man nicht angemeldet sein, um den Fragebogen zu beantworten. Das kann zu schlechten oder unzuverlässigen Daten führen und ist mehr anfällig für automatisierte Angriffe. Verwenden Sie dies mit Bedacht!
25
30
  announcement: Ankündigung
26
31
  events:
27
32
  surveys:
@@ -53,4 +58,5 @@ de:
53
58
  surveys:
54
59
  answer:
55
60
  invalid: Bei der Beantwortung der Umfrage sind Fehler aufgetreten.
61
+ spam_detected: Bei der Beantwortung des Fragebogens sind Fehler aufgetreten. Möglicherweise waren Sie zu schnell. Versuchen Sie es vielleicht erneut.
56
62
  success: Umfrage erfolgreich beantwortet.
@@ -0,0 +1 @@
1
+ el:
@@ -0,0 +1,59 @@
1
+ el:
2
+ activemodel:
3
+ models:
4
+ decidim/surveys/closed_survey_event: Η έρευνα έληξε
5
+ decidim/surveys/opened_survey_event: Η έρευνα ξεκίνησε
6
+ activerecord:
7
+ models:
8
+ decidim/surveys/survey:
9
+ one: Έρευνα
10
+ other: Έρευνες
11
+ decidim/surveys/survey_answer:
12
+ one: Απάντηση
13
+ other: Απαντήσεις
14
+ decidim:
15
+ components:
16
+ surveys:
17
+ actions:
18
+ answer: Απάντηση
19
+ name: Έρευνα
20
+ settings:
21
+ global:
22
+ announcement: Ανακοίνωση
23
+ step:
24
+ allow_answers: Να επιτρέπονται απαντήσεις
25
+ allow_unregistered: Να επιτρέπεται σε μη εγγεγραμμένους χρήστες να απαντήσουν στην έρευνα
26
+ allow_unregistered_help: Εάν είναι ενεργή, δεν απαιτείται σύνδεση για απάντηση στην έρευνα. Αυτό μπορεί να οδηγήσει σε κακής ποιότητας ή αναξιόπιστα δεδομένα και θα είναι πιο ευάλωτη σε αυτοματοποιημένες επιθέσεις. Χρησιμοποιήστε την με προσοχή!
27
+ announcement: Ανακοίνωση
28
+ events:
29
+ surveys:
30
+ survey_closed:
31
+ email_intro: Η έρευνα %{resource_title} στον χώρο συμμετοχής %{participatory_space_title} έκλεισε.
32
+ email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον χώρο συμμετοχής %{participatory_space_title}. Μπορείτε να διακόψετε τη λήψη ειδοποιήσεων ακολουθώντας τον προηγούμενο σύνδεσμο.
33
+ email_subject: Μια έρευνα ολοκληρώθηκε στον χώρο συμμετοχής %{participatory_space_title}
34
+ notification_title: Η έρευνα <a href="%{resource_path}">%{resource_title}</a> στον χώρο συμμετοχής <a href="%{participatory_space_url}">%{participatory_space_title}</a> ολοκληρώθηκε.
35
+ survey_opened:
36
+ email_intro: 'Η έρευνα %{resource_title} στον χώρο συμμετοχής %{participatory_space_title} είναι τώρα ανοιχτή. Μπορείτε να συμμετάσχετε σε αυτήν από αυτήν τη σελίδα:'
37
+ email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον χώρο συμμετοχής %{participatory_space_title}. Μπορείτε να διακόψετε τη λήψη ειδοποιήσεων ακολουθώντας τον προηγούμενο σύνδεσμο.
38
+ email_subject: Μια νέα έρευνα στον χώρο συμμετοχής %{participatory_space_title}
39
+ notification_title: Η έρευνα <a href="%{resource_path}">%{resource_title}</a> στον χώρο συμμετοχής <a href="%{participatory_space_url}">%{participatory_space_title}</a> είναι τώρα ανοιχτή.
40
+ metrics:
41
+ survey_answers:
42
+ description: Αριθμός ερευνών που απαντήθηκαν από συμμετέχοντες
43
+ object: απαντήσεις σε έρευνες
44
+ title: Απαντήσεις σε έρευνες
45
+ surveys:
46
+ admin:
47
+ exports:
48
+ survey_user_answers: Απαντήσεις συμμετεχόντων στην έρευνα
49
+ surveys:
50
+ update:
51
+ invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της έρευνας.
52
+ success: Η έρευνα αποθηκεύτηκε με επιτυχία.
53
+ last_activity:
54
+ new_survey_at_html: "<span>Νέα έρευνα σε %{link}</span>"
55
+ surveys:
56
+ answer:
57
+ invalid: Υπήρξε ένα πρόβλημα κατά την απάντηση στην έρευνα.
58
+ spam_detected: Υπήρξε ένα πρόβλημα κατά την απάντηση της φόρμας. Ίσως απαντήσατε πολύ γρήγορα, μπορείτε να δοκιμάσετε ξανά;
59
+ success: Η έρευνα απαντήθηκε με επιτυχία.
@@ -21,8 +21,13 @@ en:
21
21
  settings:
22
22
  global:
23
23
  announcement: Announcement
24
+ clean_after_publish: Delete answers when publishing the survey
25
+ scope_id: Scope
26
+ scopes_enabled: Scopes enabled
24
27
  step:
25
28
  allow_answers: Allow answers
29
+ allow_unregistered: Allow unregistered users to answer the survey
30
+ allow_unregistered_help: If active, no login will be required in order to answer the survey. This may lead to poor or unreliable data and it will be more vulnerable to automated attacks. Use with caution!
26
31
  announcement: Announcement
27
32
  events:
28
33
  surveys:
@@ -54,4 +59,5 @@ en:
54
59
  surveys:
55
60
  answer:
56
61
  invalid: There was a problem answering the survey.
62
+ spam_detected: There was a problem answering the form. Maybe you've been too quick, can you try again?
57
63
  success: Survey successfully answered.
@@ -0,0 +1 @@
1
+ eo:
@@ -20,8 +20,13 @@ es-MX:
20
20
  settings:
21
21
  global:
22
22
  announcement: Anuncio
23
+ clean_after_publish: Borrar respuestas al publicar la encuesta
24
+ scope_id: Ámbito
25
+ scopes_enabled: Ámbitos habilitados
23
26
  step:
24
27
  allow_answers: Permitir respuestas
28
+ allow_unregistered: Permitir a las usuarias no registradas responder a la encuesta
29
+ allow_unregistered_help: Si está activo, no será necesario iniciar sesión para responder a la encuesta. Esto puede llevar a datos pobres o poco confiables y será más vulnerable a ataques automatizados. ¡Úsalo con precaución!
25
30
  announcement: Anuncio
26
31
  events:
27
32
  surveys:
@@ -53,4 +58,5 @@ es-MX:
53
58
  surveys:
54
59
  answer:
55
60
  invalid: Se han producido errores al responder a la encuesta.
61
+ spam_detected: Hubo un problema al responder al formulario. Tal vez hayas ido demasiado rápido, ¿puedes intentarlo de nuevo?
56
62
  success: La encuesta ha sido respondida con éxito.
@@ -20,8 +20,13 @@ es-PY:
20
20
  settings:
21
21
  global:
22
22
  announcement: Anuncio
23
+ clean_after_publish: Borrar respuestas al publicar la encuesta
24
+ scope_id: Ámbito
25
+ scopes_enabled: Ámbitos habilitados
23
26
  step:
24
27
  allow_answers: Permitir respuestas
28
+ allow_unregistered: Permitir a las usuarias no registradas responder a la encuesta
29
+ allow_unregistered_help: Si está activo, no será necesario iniciar sesión para responder a la encuesta. Esto puede llevar a datos pobres o poco confiables y será más vulnerable a ataques automatizados. ¡Úsalo con precaución!
25
30
  announcement: Anuncio
26
31
  events:
27
32
  surveys:
@@ -53,4 +58,5 @@ es-PY:
53
58
  surveys:
54
59
  answer:
55
60
  invalid: Se han producido errores al responder a la encuesta.
61
+ spam_detected: Hubo un problema al responder al formulario. Tal vez hayas ido demasiado rápido, ¿puedes intentarlo de nuevo?
56
62
  success: La encuesta ha sido respondida con éxito.
@@ -20,8 +20,13 @@ es:
20
20
  settings:
21
21
  global:
22
22
  announcement: Aviso
23
+ clean_after_publish: Borrar respuestas al publicar la encuesta
24
+ scope_id: Ámbito
25
+ scopes_enabled: Ámbitos habilitados
23
26
  step:
24
27
  allow_answers: Permitir respuestas
28
+ allow_unregistered: Permitir a las usuarias no registradas responder a la encuesta
29
+ allow_unregistered_help: Si está activo, no será necesario iniciar sesión para responder a la encuesta. Esto puede llevar a datos pobres o poco confiables y será más vulnerable a ataques automatizados. ¡Úsalo con precaución!
25
30
  announcement: Aviso
26
31
  events:
27
32
  surveys:
@@ -53,4 +58,5 @@ es:
53
58
  surveys:
54
59
  answer:
55
60
  invalid: Se ha producido un error al responder la encuesta.
61
+ spam_detected: Hubo un problema al responder al formulario. Tal vez hayas ido demasiado rápido, ¿puedes intentarlo de nuevo?
56
62
  success: La encuesta se ha respondido correctamente.
@@ -0,0 +1 @@
1
+ et:
@@ -0,0 +1 @@
1
+ et:
@@ -20,8 +20,13 @@ fi-pl:
20
20
  settings:
21
21
  global:
22
22
  announcement: Ilmoitus
23
+ clean_after_publish: Poista vastaukset julkaistaessa kysely
24
+ scope_id: Teema
25
+ scopes_enabled: Teemat käytössä
23
26
  step:
24
27
  allow_answers: Salli vastaukset
28
+ allow_unregistered: Salli rekisteröitymättömien käyttäjien vastata tähän kyselyyn
29
+ allow_unregistered_help: Mikäli tämä asetus on päällä, käyttäjien ei tarvitse kirjautua sisään vastatakseen kyselyyn. Tämä voi johtaa heikkolaatuiseen tai epäluotettavaan tietoon ja tekee automaattisista hyökkäyksistä helpompaa. Käytä harkiten!
25
30
  announcement: Ilmoitus
26
31
  events:
27
32
  surveys:
@@ -53,4 +58,5 @@ fi-pl:
53
58
  surveys:
54
59
  answer:
55
60
  invalid: Kyselyyn vastaaminen epäonnistui.
61
+ spam_detected: Kyselyn vastaamisessa tapahtui virhe. Ehkä olit liian nopea, voisitko yrittää uudestaan?
56
62
  success: Kyselyyn vastattu onnistuneesti.
@@ -20,13 +20,18 @@ fi:
20
20
  settings:
21
21
  global:
22
22
  announcement: Ilmoitus
23
+ clean_after_publish: Poista vastaukset julkaistaessa kysely
24
+ scope_id: Teema
25
+ scopes_enabled: Teemat käytössä
23
26
  step:
24
27
  allow_answers: Salli vastaukset
28
+ allow_unregistered: Salli rekisteröitymättömien käyttäjien vastata tähän kyselyyn
29
+ allow_unregistered_help: Mikäli tämä asetus on päällä, käyttäjien ei tarvitse kirjautua sisään vastatakseen kyselyyn. Tämä voi johtaa heikkolaatuiseen tai epäluotettavaan tietoon ja tekee automaattisista hyökkäyksistä helpompaa. Käytä harkiten!
25
30
  announcement: Ilmoitus
26
31
  events:
27
32
  surveys:
28
33
  survey_closed:
29
- email_intro: Kysely %{resource_title} kohteessa %{participatory_space_title} on suljettu.
34
+ email_intro: Kysely %{resource_title} osallistumistilassa %{participatory_space_title} on suljettu.
30
35
  email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
31
36
  email_subject: Kysely on päättynyt kohteessa %{participatory_space_title}
32
37
  notification_title: Kysely <a href="%{resource_path}">%{resource_title}</a> kohteessa <a href="%{participatory_space_url}">%{participatory_space_title}</a> on päättynyt.
@@ -53,4 +58,5 @@ fi:
53
58
  surveys:
54
59
  answer:
55
60
  invalid: Kyselyyn vastaaminen epäonnistui.
61
+ spam_detected: Kyselyn vastaaminen epäonnistui. Ehkä olit liian nopea, voisitko yrittää uudestaan?
56
62
  success: Kyselyyn vastaaminen onnistui.
@@ -0,0 +1,62 @@
1
+ fr-CA:
2
+ activemodel:
3
+ models:
4
+ decidim/surveys/closed_survey_event: Enquête terminée
5
+ decidim/surveys/opened_survey_event: Enquête commencée
6
+ activerecord:
7
+ models:
8
+ decidim/surveys/survey:
9
+ one: Enquête
10
+ other: Enquêtes
11
+ decidim/surveys/survey_answer:
12
+ one: Réponse
13
+ other: Réponses
14
+ decidim:
15
+ components:
16
+ surveys:
17
+ actions:
18
+ answer: Réponse
19
+ name: Enquête
20
+ settings:
21
+ global:
22
+ announcement: Annonce
23
+ clean_after_publish: Supprimer les réponses lors de la publication du sondage
24
+ scope_id: Secteur
25
+ scopes_enabled: Secteurs activés
26
+ step:
27
+ allow_answers: Autoriser les réponses
28
+ allow_unregistered: Autoriser les utilisateurs non inscrits à répondre à l'enquête
29
+ allow_unregistered_help: Si activé, aucun login ne sera nécessaire pour répondre à l'enquête. Cela peut conduire à des données pauvres ou non fiables et rend plus vulnérable aux attaques automatiques. A utiliser avec précaution !
30
+ announcement: Annonce
31
+ events:
32
+ surveys:
33
+ survey_closed:
34
+ email_intro: L'enquête %{resource_title} proposée dans %{participatory_space_title} est maintenant terminée.
35
+ email_outro: Vous venez de recevoir une notification venant de %{participatory_space_title}. Vous pouvez à tout moment arrêter de recevoir des notifications en suivant le lien précédent.
36
+ email_subject: L'enquête de l'espace participatif %{participatory_space_title} est terminée
37
+ notification_title: L'enquête <a href="%{resource_path}">%{resource_title}</a> ouverte dans <a href="%{participatory_space_url}">%{participatory_space_title}</a> est terminée.
38
+ survey_opened:
39
+ email_intro: 'L''enquête %{resource_title} est désormais ouverte dans l''espace participatif %{participatory_space_title}. Vous pouvez y participer depuis la page suivante :'
40
+ email_outro: Vous avez reçu cette notification car vous suivez l'espace participatif %{participatory_space_title}. Vous pouvez arrêter de recevoir ces notifications à partir du lien précédent.
41
+ email_subject: Une nouvelle enquête a été créée dans %{participatory_space_title}
42
+ notification_title: 'L''enquête <a href="%{resource_path}">%{resource_title}</a> est ouverte. Vous pouvez y participer en vous rendant sur le lien suivant : <a href="%{participatory_space_url}">%{participatory_space_title}</a>.'
43
+ metrics:
44
+ survey_answers:
45
+ description: Nombre d'enquêtes auxquelles ont répondu les utilisateurs
46
+ object: réponses aux enquêtes
47
+ title: Réponses aux enquêtes
48
+ surveys:
49
+ admin:
50
+ exports:
51
+ survey_user_answers: Réponses des participants à l'enquête
52
+ surveys:
53
+ update:
54
+ invalid: Erreurs lors de la sauvegarde de l'enquête.
55
+ success: Enquête enregistrée avec succès.
56
+ last_activity:
57
+ new_survey_at_html: "<span>Nouvelle enquête à %{link}</span>"
58
+ surveys:
59
+ answer:
60
+ invalid: Votre réponse à l'enquête comporte des erreurs.
61
+ spam_detected: Il y a eu un problème lors de la réponse au questionnaire. Peut-être avez-vous été trop rapide, pouvez-vous réessayer ?
62
+ success: Votre réponse à l'enquête a bien été enregistrée.
@@ -20,8 +20,13 @@ fr:
20
20
  settings:
21
21
  global:
22
22
  announcement: Annonce
23
+ clean_after_publish: Supprimer les réponses lors de la publication de l'enquête
24
+ scope_id: Secteur
25
+ scopes_enabled: Secteurs activés
23
26
  step:
24
27
  allow_answers: Autoriser les réponses
28
+ allow_unregistered: Autoriser les utilisateurs non inscrits à répondre à l'enquête
29
+ allow_unregistered_help: Si activé, aucun login ne sera nécessaire pour répondre à l'enquête. Cela peut conduire à des données pauvres ou non fiables et rend plus vulnérable aux attaques automatiques. A utiliser avec précaution !
25
30
  announcement: Annonce
26
31
  events:
27
32
  surveys:
@@ -53,4 +58,5 @@ fr:
53
58
  surveys:
54
59
  answer:
55
60
  invalid: Votre réponse à l'enquête comporte des erreurs.
61
+ spam_detected: Il y a eu un problème lors de la réponse au questionnaire. Peut-être avez-vous été trop rapide, pouvez-vous réessayer ?
56
62
  success: Votre réponse à l'enquête a bien été enregistrée.
@@ -0,0 +1 @@
1
+ ga:
@@ -0,0 +1 @@
1
+ hr:
@@ -0,0 +1 @@
1
+ hr:
@@ -22,6 +22,8 @@ hu:
22
22
  announcement: Közlemény
23
23
  step:
24
24
  allow_answers: Válaszok engedélyezése
25
+ allow_unregistered: Nem regisztrált felhasználók számára a kérdőív kitöltésének engedélyezése
26
+ allow_unregistered_help: Amennyiben aktív, nem szükséges a bejelentkezés a kérdőív kitöltéséhez. Ez megbízhatatlan, kevésbé hiteles adatokhoz vezethet és sérülékenyebbé teszi a rendszert az automatizált támadásokkal szemben. Óvatosan használjuk!
25
27
  announcement: Közlemény
26
28
  events:
27
29
  surveys:
@@ -53,4 +55,5 @@ hu:
53
55
  surveys:
54
56
  answer:
55
57
  invalid: Hiba történt a felmérés megválaszolása során.
58
+ spam_detected: Probléma történt az űrlap megválaszolása során. Lehet, hogy túl gyorsan próbálkoztál, megpróbálnád újra?
56
59
  success: Felmérés kitöltése sikeres.
@@ -0,0 +1,25 @@
1
+ is-IS:
2
+ decidim:
3
+ components:
4
+ surveys:
5
+ actions:
6
+ answer: Svara
7
+ name: Könnun
8
+ settings:
9
+ global:
10
+ announcement: Tilkynning
11
+ step:
12
+ allow_answers: Leyfa svörum
13
+ announcement: Tilkynning
14
+ events:
15
+ surveys:
16
+ survey_closed:
17
+ email_intro: Könnunin %{resource_title} í %{participatory_space_title} hefur verið lokuð.
18
+ email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{participatory_space_title}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
19
+ email_subject: Könnun er lokið í %{participatory_space_title}
20
+ notification_title: Könnunin <a href="%{resource_path}">%{resource_title}</a> í <a href="%{participatory_space_url}">%{participatory_space_title}</a> er lokið.
21
+ survey_opened:
22
+ email_intro: 'Könnunin %{resource_title} í %{participatory_space_title} er nú opin. Þú getur tekið þátt í henni frá þessari síðu:'
23
+ email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{participatory_space_title}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
24
+ email_subject: Ný könnun á %{participatory_space_title}
25
+ notification_title: Könnunin <a href="%{resource_path}">%{resource_title}</a> í <a href="%{participatory_space_url}">%{participatory_space_title}</a> er nú opin.
@@ -0,0 +1,25 @@
1
+ is:
2
+ decidim:
3
+ components:
4
+ surveys:
5
+ actions:
6
+ answer: Svara
7
+ name: Könnun
8
+ settings:
9
+ global:
10
+ announcement: Tilkynning
11
+ step:
12
+ allow_answers: Leyfa svörum
13
+ announcement: Tilkynning
14
+ events:
15
+ surveys:
16
+ survey_closed:
17
+ email_intro: Könnunin %{resource_title} í %{participatory_space_title} hefur verið lokuð.
18
+ email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{participatory_space_title}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
19
+ email_subject: Könnun er lokið í %{participatory_space_title}
20
+ notification_title: Könnunin <a href="%{resource_path}">%{resource_title}</a> í <a href="%{participatory_space_url}">%{participatory_space_title}</a> er lokið.
21
+ survey_opened:
22
+ email_intro: 'Könnunin %{resource_title} í %{participatory_space_title} er nú opin. Þú getur tekið þátt í henni frá þessari síðu:'
23
+ email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{participatory_space_title}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
24
+ email_subject: Ný könnun á %{participatory_space_title}
25
+ notification_title: Könnunin <a href="%{resource_path}">%{resource_title}</a> í <a href="%{participatory_space_url}">%{participatory_space_title}</a> er nú opin.
@@ -20,19 +20,22 @@ it:
20
20
  settings:
21
21
  global:
22
22
  announcement: Annuncio
23
+ clean_after_publish: Eliminare le risposte quando si pubblica il sondaggio
23
24
  step:
24
25
  allow_answers: Consenti risposte
26
+ allow_unregistered: Consenti agli utenti non registrati di rispondere al sondaggio
27
+ allow_unregistered_help: Se attivo, nessun login sarà richiesto per rispondere all'indagine. Questo può portare a dati inaffidabili e sarà più vulnerabile agli attacchi automatizzati. Utilizzare con cautela!
25
28
  announcement: Annuncio
26
29
  events:
27
30
  surveys:
28
31
  survey_closed:
29
32
  email_intro: Il questionario %{resource_title} in %{participatory_space_title} è stato chiuso.
30
- email_outro: Hai ricevuto questa notifica perché stai seguendo %{participatory_space_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
33
+ email_outro: Hai ricevuto questa notifica perché stai seguendo %{participatory_space_title}. È possibile interrompere la ricezione di notifiche facendo click su pulsante Smetti di seguire nella pagina del processo o del contenuto che stai seguendo.
31
34
  email_subject: Un questionario in %{participatory_space_title} si è concluso
32
35
  notification_title: Il questionario <a href="%{resource_path}">%{resource_title}</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a> si è concluso.
33
36
  survey_opened:
34
37
  email_intro: 'Il questionario %{resource_title} in %{participatory_space_title} è ora aperto. Puoi partecipare da questa pagina:'
35
- email_outro: Hai ricevuto questa notifica perché stai seguendo %{participatory_space_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
38
+ email_outro: Hai ricevuto questa notifica perché stai seguendo %{participatory_space_title}. È possibile interrompere la ricezione di notifiche facendo click su pulsante Smetti di seguire nella pagina del processo o del contenuto che stai seguendo.
36
39
  email_subject: Un nuovo questionario su %{participatory_space_title}
37
40
  notification_title: Il questionario <a href="%{resource_path}">%{resource_title}</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a> è ora aperto.
38
41
  metrics:
@@ -43,14 +46,15 @@ it:
43
46
  surveys:
44
47
  admin:
45
48
  exports:
46
- survey_user_answers: Risposte degli utente al questionario
49
+ survey_user_answers: Risposte dei partecipanti al sondaggio
47
50
  surveys:
48
51
  update:
49
- invalid: Ci sono stati degli errori durante il salvataggio dell'indagine.
50
- success: Il questionario è stato salvato correttamente.
52
+ invalid: Ci sono stati degli errori durante il salvataggio del sondaggio.
53
+ success: Sondaggio salvato correttamente.
51
54
  last_activity:
52
55
  new_survey_at_html: "<span>Nuovo sondaggio al %{link}</span>"
53
56
  surveys:
54
57
  answer:
55
- invalid: Ci sono stati degli errori durante il salvataggio dell'indagine.
56
- success: Il questionario è stato salvato correttamente.
58
+ invalid: Ci sono stati errori nel rispondere al sondaggio.
59
+ spam_detected: C'è stato un problema nelle risposte ai quesiti. Forse sei stato troppo veloce, puoi riprovare?
60
+ success: Le risposte sono state registrate correttamente.