decidim-surveys 0.26.8 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -4
  3. data/app/commands/decidim/surveys/create_survey.rb +1 -1
  4. data/config/locales/am-ET.yml +1 -0
  5. data/config/locales/ar.yml +1 -0
  6. data/config/locales/bg.yml +1 -0
  7. data/config/locales/ca.yml +1 -0
  8. data/config/locales/cs.yml +1 -0
  9. data/config/locales/da.yml +1 -0
  10. data/config/locales/de.yml +1 -0
  11. data/config/locales/el.yml +1 -10
  12. data/config/locales/eo.yml +1 -0
  13. data/config/locales/es-MX.yml +1 -0
  14. data/config/locales/es-PY.yml +1 -0
  15. data/config/locales/es.yml +1 -0
  16. data/config/locales/et.yml +1 -0
  17. data/config/locales/eu.yml +17 -17
  18. data/config/locales/fi-plain.yml +1 -0
  19. data/config/locales/fi.yml +1 -0
  20. data/config/locales/fr-CA.yml +1 -0
  21. data/config/locales/fr.yml +1 -0
  22. data/config/locales/ga-IE.yml +1 -0
  23. data/config/locales/gl.yml +1 -0
  24. data/config/locales/hr.yml +1 -0
  25. data/config/locales/hu.yml +1 -0
  26. data/config/locales/id-ID.yml +1 -0
  27. data/config/locales/is-IS.yml +2 -1
  28. data/config/locales/it.yml +1 -0
  29. data/config/locales/ja.yml +1 -0
  30. data/config/locales/ko.yml +1 -0
  31. data/config/locales/lb.yml +1 -0
  32. data/config/locales/lt.yml +1 -71
  33. data/config/locales/lv.yml +1 -0
  34. data/config/locales/mt.yml +1 -0
  35. data/config/locales/nl.yml +1 -0
  36. data/config/locales/no.yml +1 -0
  37. data/config/locales/om-ET.yml +1 -0
  38. data/config/locales/pl.yml +1 -0
  39. data/config/locales/pt-BR.yml +2 -1
  40. data/config/locales/pt.yml +1 -0
  41. data/config/locales/ro-RO.yml +1 -1
  42. data/config/locales/ru.yml +1 -0
  43. data/config/locales/si-LK.yml +1 -0
  44. data/config/locales/sk.yml +1 -0
  45. data/config/locales/sl.yml +1 -0
  46. data/config/locales/so-SO.yml +1 -0
  47. data/config/locales/sr-CS.yml +1 -0
  48. data/config/locales/sv.yml +1 -1
  49. data/config/locales/sw-KE.yml +1 -0
  50. data/config/locales/ti-ER.yml +1 -0
  51. data/config/locales/tr-TR.yml +1 -0
  52. data/config/locales/uk.yml +1 -0
  53. data/config/locales/val-ES.yml +1 -0
  54. data/config/locales/vi.yml +1 -0
  55. data/config/locales/zh-CN.yml +1 -0
  56. data/config/locales/zh-TW.yml +1 -65
  57. data/lib/decidim/surveys/version.rb +1 -1
  58. metadata +18 -25
  59. data/config/environment.rb +0 -0
  60. data/config/locales/fa-IR.yml +0 -1
  61. data/config/locales/gn-PY.yml +0 -1
  62. data/config/locales/ka-GE.yml +0 -1
  63. data/config/locales/kaa.yml +0 -1
  64. data/config/locales/lo-LA.yml +0 -1
  65. data/config/locales/oc-FR.yml +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b49ca6211bf107f57755e0721654f79f644873ad24b3f99f8412817abf610a2
4
- data.tar.gz: 629b7438077b923883972fceb35114526223576e1915125b44aa0e786a649c18
3
+ metadata.gz: ab399c6e817e3951d0f8e025343cef3cd6865302887138c6028fc06f4f84b532
4
+ data.tar.gz: f3d9638e0798e06e7cabbddde4d84364bb053d1d3c95017b0411937b91652157
5
5
  SHA512:
6
- metadata.gz: 498fd69b92b16c1c6ab4c5e20d774e575bc5c4ad1ff28914e3efd6c242f8b641d11f18eb980005a32af5bcf588afeee195a1730e553bea3e1bdffad7b5c601db
7
- data.tar.gz: 5c8e8c7175601687cc7e86562365ee6dc3f072976fcf0926369803670058abbb9949340251e04892f0ec55ed2565f3e1c29587aa37705f0060a41fd6a3f99f10
6
+ metadata.gz: 293a9399c8645e3a68c3c0f9c827d7b67253b3781aedc8d23dc50e3dd65d85ebf619d1da07c507b02f76e46f25afe4b8b92b2d93b3623146f60e7f0360994129
7
+ data.tar.gz: b8acdbcd0eeee62752fd601e737fe3b461807f054e435d9d491b8aeab1e5a1f6b138180f5099a48f402944597625dea49f68aedf4f397344c3ad322c86fde422
data/README.md CHANGED
@@ -22,10 +22,6 @@ This is on the default Decidim installation so you shouldn't change anything to
22
22
 
23
23
  ![Use survey](docs/screenshot02.png)
24
24
 
25
- ## Documentation
26
-
27
- Read more about this component on [Admin Manual](https://docs.decidim.org/admin-manual/en/processess/#surveys).
28
-
29
25
  ## Contributing
30
26
 
31
27
  See [Decidim](https://github.com/decidim/decidim).
@@ -4,7 +4,7 @@ module Decidim
4
4
  module Surveys
5
5
  # Command that gets called whenever a component's survey has to be created. It
6
6
  # usually happens as a callback when the component itself is created.
7
- class CreateSurvey < Rectify::Command
7
+ class CreateSurvey < Decidim::Command
8
8
  def initialize(component)
9
9
  @component = component
10
10
  end
@@ -1 +1,2 @@
1
+ ---
1
2
  am:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ar:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bg:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  cs:
2
3
  activemodel:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  da:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  models:
@@ -20,17 +21,9 @@ el:
20
21
  settings:
21
22
  global:
22
23
  announcement: Ανακοίνωση
23
- clean_after_publish: Διαγραφή απαντήσεων κατά τη δημοσίευση της έρευνας
24
- ends_at: Απαντήσεις αποδεκτές μέχρι
25
- ends_at_help: Αφήστε κενό για καμία συγκεκριμένη ημερομηνία
26
- scope_id: Πεδίο εφαρμογής
27
- scopes_enabled: Ενεργοποιημένα πεδία εφαρμογών
28
- starts_at: Αποδεκτές απαντήσεις από
29
- starts_at_help: Αφήστε κενό για καμία συγκεκριμένη ημερομηνία
30
24
  step:
31
25
  allow_answers: Να επιτρέπονται απαντήσεις
32
26
  allow_unregistered: Να επιτρέπεται σε μη εγγεγραμμένους χρήστες να απαντήσουν στην έρευνα
33
- allow_unregistered_help: Εάν είναι ενεργό, δεν θα απαιτείται σύνδεση για να απαντήσετε στην έρευνα. Αυτό μπορεί να οδηγήσει σε κακά ή αναξιόπιστα δεδομένα και θα είναι πιο ευάλωτο σε αυτοματοποιημένες επιθέσεις. Χρησιμοποιήστε με προσοχή! Λάβετε υπόψη ότι ένας συμμετέχων θα μπορούσε να απαντήσει στην ίδια έρευνα πολλές φορές, χρησιμοποιώντας διαφορετικά προγράμματα περιήγησης ή το χαρακτηριστικό "ιδιωτικό πρόγραμμα περιήγησης" του προγράμματος περιήγησης ιστού.
34
27
  announcement: Ανακοίνωση
35
28
  events:
36
29
  surveys:
@@ -49,8 +42,6 @@ el:
49
42
  description: Αριθμός ερευνών που απαντήθηκαν από συμμετέχοντες
50
43
  object: απαντήσεις σε έρευνες
51
44
  title: Απαντήσεις σε έρευνες
52
- statistics:
53
- answers_count: Απαντήσεις
54
45
  surveys:
55
46
  admin:
56
47
  exports:
@@ -1 +1,2 @@
1
+ ---
1
2
  eo:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-PY:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  activemodel:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  et:
@@ -1,8 +1,9 @@
1
+ ---
1
2
  eu:
2
3
  activemodel:
3
4
  models:
4
5
  decidim/surveys/closed_survey_event: Inkesta amaitu da
5
- decidim/surveys/opened_survey_event: Inkesta hasi da
6
+ decidim/surveys/opened_survey_event: Inkesta hasi zen
6
7
  activerecord:
7
8
  models:
8
9
  decidim/surveys/survey:
@@ -19,7 +20,7 @@ eu:
19
20
  name: Inkesta
20
21
  settings:
21
22
  global:
22
- announcement: Oharra
23
+ announcement: Anuntzio
23
24
  clean_after_publish: Ezabatu erantzuna galdetegia argitaratzean
24
25
  ends_at: Erantzunak noiz arte onartuko
25
26
  ends_at_help: Utzi zuriz data zehatzik ez badago
@@ -30,31 +31,30 @@ eu:
30
31
  step:
31
32
  allow_answers: Baimendu erantzunak
32
33
  allow_unregistered: Baimendu erregistratu gabe dauden erabiltzaileei galdetegia erantzutea
33
- allow_unregistered_help: Aktibatuta badago ez da beharrezkoa saioa hastea inkesta erantzuteko. Honen ondorioz datu eskas edo fidagarritasun gutxikoak bildu litezke. Kontuz erabili! Izan ere, parte-hartzaile berak hainbat aldiz erantzun litzake nabigatzaile desberdinetatik edo nabigazio pribatuaren aukera erabiliz.
34
- announcement: Oharra
34
+ announcement: Anuntzio
35
35
  events:
36
36
  surveys:
37
37
  survey_closed:
38
- email_intro: '%{resource_title} inkesta %{participatory_space_title} itxi egin da.'
39
- email_outro: Jakinarazpen hau jaso duzu %{participatory_space_title} jarraitzen ari zarelako. Aurreko estekan sartuz jakinarazpenak jasotzeari utzi ahal diozu.
40
- email_subject: Inkesta bat itxi da %{participatory_space_title} espazioan
41
- notification_title: <a href="%{resource_path}">%{resource_title}</a> inkesta <a href="%{participatory_space_url}">%{participatory_space_title}</a> espazioan amaitu da.
38
+ email_intro: '%{resource_title} inkesta %{participatory_space_title} itxita egon da.'
39
+ email_outro: Jakinarazpena jaso duzu %{participatory_space_title}jarraituz gero. Aurreko esteka jarraituz jakinarazpenak jasotzeari uztea erabaki dezakezu.
40
+ email_subject: Inkestaren arabera %{participatory_space_title} amaitu da
41
+ notification_title: Inkesta <a href="%{resource_path}">%{resource_title}</a> <a href="%{participatory_space_url}">%{participatory_space_title}</a> amaitu da.
42
42
  survey_opened:
43
- email_intro: '%{resource_title} inkesta ireki da %{participatory_space_title} espazioan. Orri honetan parte har dezakezu:'
44
- email_outro: Jakinarazpen hau jaso duzu %{participatory_space_title} jarraitzen ari zarelako. Aurreko estekan sartuz jakinarazpenak jasotzeari utzi ahal diozu.
45
- email_subject: Inkesta berri bat %{participatory_space_title} izeneko espazioan
46
- notification_title: <a href="%{resource_path}">%{resource_title}</a> inkesta <a href="%{participatory_space_url}">%{participatory_space_title}</a> espazioan irekita dago.
43
+ email_intro: '%{resource_title} inkestaren %{participatory_space_title} zenbakian dago orain. Orri honetan parte har dezakezu:'
44
+ email_outro: Jakinarazpena jaso duzu %{participatory_space_title}jarraituz gero. Aurreko esteka jarraituz jakinarazpenak jasotzeari uztea erabaki dezakezu.
45
+ email_subject: '%{participatory_space_title} inkesta berri bat'
46
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a> inkesta orain irekita dago.
47
47
  metrics:
48
48
  survey_answers:
49
- description: Parte-hartzaileek erantzundako inkesta kopurua
50
- object: inkestei erantzunak
51
- title: Inkestei erantzunak
49
+ description: Erabiltzaileek emandako inkesta kopurua
50
+ object: inkestak erantzunak
51
+ title: Inkesten erantzunak
52
52
  statistics:
53
53
  answers_count: Erantzunak
54
54
  surveys:
55
55
  admin:
56
56
  exports:
57
- survey_user_answers: Inkestako parte-hartzaileen erantzunak
57
+ survey_user_answers: Inkesta erabiltzaile erantzunak
58
58
  surveys:
59
59
  update:
60
60
  invalid: Inkesta gordetzean erroreak gertatu dira.
@@ -63,6 +63,6 @@ eu:
63
63
  new_survey_at_html: "<span>Inkesta berrian %{link}</span>"
64
64
  surveys:
65
65
  answer:
66
- invalid: Inkesta erantzutean errorea gertatu da.
66
+ invalid: Inkesta erantzutean erroreak gertatu dira.
67
67
  spam_detected: Arazo bat izan da galdetegia erantzutean. Agian azkarregi joan zara, berriro egin dezakezu?
68
68
  success: Inkesta ondo bete da.
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi-pl:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr-CA:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ga:
2
3
  decidim:
3
4
  components:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  gl:
2
3
  activemodel:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  hr:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activemodel:
3
4
  models:
@@ -1,4 +1,5 @@
1
- is-IS:
1
+ ---
2
+ is:
2
3
  decidim:
3
4
  components:
4
5
  surveys:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  ko:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activemodel:
3
4
  models:
@@ -1,72 +1,2 @@
1
+ ---
1
2
  lt:
2
- activemodel:
3
- models:
4
- decidim/surveys/closed_survey_event: Apklausa pasibaigė
5
- decidim/surveys/opened_survey_event: Apklausa prasidėjo
6
- activerecord:
7
- models:
8
- decidim/surveys/survey:
9
- one: Apklausa
10
- few: Apklausos
11
- many: Apklausos
12
- other: Apklausos
13
- decidim/surveys/survey_answer:
14
- one: Atsakyti
15
- few: Atsakymai
16
- many: Atsakymai
17
- other: Atsakymai
18
- decidim:
19
- components:
20
- surveys:
21
- actions:
22
- answer: Atsakyti
23
- name: Apklausa
24
- settings:
25
- global:
26
- announcement: Pranešimas
27
- clean_after_publish: Skelbiant apklausą, šalinti atsakymus
28
- ends_at: Atsakymai priimami iki
29
- ends_at_help: Jei nėra tikslios datos, palikite lauką tuščią
30
- scope_id: Sritis
31
- scopes_enabled: Sritys įjungtos
32
- starts_at: Atsakymai priimami iš
33
- starts_at_help: Jei nėra tikslios datos, palikite lauką tuščią
34
- step:
35
- allow_answers: Leisti atsakymus
36
- allow_unregistered: Leisti neregistruotiems naudotojams atsakyti į apklausos klausimus
37
- allow_unregistered_help: Jei aktyvu, prisijungimas nebus būtinas norint atsakyti į apklausą. Tai sukuria patogesnę aplinką atakoms ir nepatikimiems duomenims, tad naudokite šį funkcionalumą su atsarga. Atsižvelkite ir į tai, kad dalyvis galės atsakyti į apklausą kelis kartus.
38
- announcement: Pranešimas
39
- events:
40
- surveys:
41
- survey_closed:
42
- email_intro: Apklausa %{resource_title} %{participatory_space_title} baigta.
43
- email_outro: Šį pranešimą gavote dėl to, kad sekate %{participatory_space_title}. Jeigu nebenorite gauti pranešimų, spustelėkite ankstesnę nuorodą.
44
- email_subject: Apklausa %{participatory_space_title} baigta
45
- notification_title: Apklausa <a href="%{resource_path}">%{resource_title}</a> <a href="%{participatory_space_url}">%{participatory_space_title}</a> baigta.
46
- survey_opened:
47
- email_intro: 'Apklausa %{resource_title} %{participatory_space_title} dabar vyksta. Joje galite dalyvauti iš šio puslapio:'
48
- email_outro: Šį pranešimą gavote dėl to, kad sekate %{participatory_space_title}. Jeigu nebenorite gauti pranešimų, spustelėkite ankstesnę nuorodą.
49
- email_subject: Nauja apklausa %{participatory_space_title}
50
- notification_title: Apklausa <a href="%{resource_path}">%{resource_title}</a> <a href="%{participatory_space_url}">%{participatory_space_title}</a> dabar vyksta.
51
- metrics:
52
- survey_answers:
53
- description: Apklausų, į kurių klausimus atsakė dalyviai, skaičius
54
- object: atsakymai į apklausų klausimus
55
- title: Atsakymai į apklausų klausimus
56
- statistics:
57
- answers_count: Atsakymai
58
- surveys:
59
- admin:
60
- exports:
61
- survey_user_answers: Apklausos dalyvių atsakymai
62
- surveys:
63
- update:
64
- invalid: Išsaugant šią apklausą iškilo problema.
65
- success: Apklausa išsaugota.
66
- last_activity:
67
- new_survey_at_html: "<span>Nauja apklausa %{link}</span>"
68
- surveys:
69
- answer:
70
- invalid: Atsakant į šios apklausos klausimus iškilo problema.
71
- spam_detected: Atsakant į šios formos klausimus iškilo problema. Galbūt paskubėjote? Ar galite pabandyti dar kartą?
72
- success: Į apklausos klausimus atsakyta.
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lv:
2
3
  activemodel:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  mt:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nl:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  "no":
2
3
  activemodel:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  om:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pl:
2
3
  activemodel:
3
4
  models:
@@ -1,4 +1,5 @@
1
- pt-BR:
1
+ ---
2
+ pt:
2
3
  activemodel:
3
4
  models:
4
5
  decidim/surveys/closed_survey_event: Estudo finalizado
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pt:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ro:
2
3
  activemodel:
3
4
  models:
@@ -32,7 +33,6 @@ ro:
32
33
  step:
33
34
  allow_answers: Permite răspunsuri
34
35
  allow_unregistered: Permite utilizatorilor neînregistrați să răspundă la sondaj
35
- allow_unregistered_help: Dacă este activ, nu va fi necesară nicio autentificare pentru a răspunde la chestionar. Acest lucru poate duce la date slabe sau nefiabile și va fi mai vulnerabil la atacuri automate. Utilizați cu prudență! Rețineți că un participant poate răspunde aceluiași sondaj de mai multe ori, utilizând diferite browsere sau funcția de "navigare privată" a browser-ului său web.
36
36
  announcement: Anunţ
37
37
  events:
38
38
  surveys:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ru:
2
3
  activemodel:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  si:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sk:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sl:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  so:
@@ -1 +1,2 @@
1
+ ---
1
2
  sr:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sv:
2
3
  activemodel:
3
4
  models:
@@ -30,7 +31,6 @@ sv:
30
31
  step:
31
32
  allow_answers: Tillåt svar
32
33
  allow_unregistered: Tillåt ej registrerade användare att besvara enkäten
33
- allow_unregistered_help: Om valt krävs det ingen inloggning för att besvara enkäten. Detta kan leda till dåliga eller opålitliga data och det kommer att vara mer sårbart för automatiserade attacker. Använd med försiktighet! Det blir också möjligt för en deltagare att besvara enkäten flera gånger igenom att använda olika webbläsare eller surfa privat.
34
34
  announcement: Meddelande
35
35
  events:
36
36
  surveys:
@@ -1 +1,2 @@
1
+ ---
1
2
  sw:
@@ -1 +1,2 @@
1
+ ---
1
2
  ti:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  tr:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  uk:
2
3
  activemodel:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  val:
@@ -1 +1,2 @@
1
+ ---
1
2
  vi:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  zh-CN:
2
3
  activemodel:
3
4
  models:
@@ -1,66 +1,2 @@
1
+ ---
1
2
  zh-TW:
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
- other: 調查
10
- decidim/surveys/survey_answer:
11
- other: 回答
12
- decidim:
13
- components:
14
- surveys:
15
- actions:
16
- answer: 回答
17
- name: 調查
18
- settings:
19
- global:
20
- announcement: 公告
21
- clean_after_publish: 當發佈調查問卷時刪除回答
22
- ends_at: 接受回答直到
23
- ends_at_help: 不指定日期則留空
24
- scope_id: 範圍
25
- scopes_enabled: 啟用的範圍
26
- starts_at: 回答接受開始日期
27
- starts_at_help: 不指定日期請留空
28
- step:
29
- allow_answers: 允許回答
30
- allow_unregistered: 允許未註冊的使用者回答問卷
31
- allow_unregistered_help: 若啟用此功能,回答問卷時將無需登錄。這可能導致資料品質不佳或不可靠,並增加遭受自動攻擊的風險。請謹慎使用!請注意,參與者可以使用不同的瀏覽器或「私人瀏覽」功能多次回答同一份問卷。
32
- announcement: 公告
33
- events:
34
- surveys:
35
- survey_closed:
36
- email_intro: 在 %{participatory_space_title} 中的調查 %{resource_title} 已關閉。
37
- email_outro: 你收到此通知是因為你正在追蹤 %{participatory_space_title}。你可以透過前面的連結停止接收通知。
38
- email_subject: 在 %{participatory_space_title} 中的調查已完成。
39
- notification_title: 在<a href="%{participatory_space_url}">%{participatory_space_title}</a>中的調查<a href="%{resource_path}">%{resource_title}</a>已結束。
40
- survey_opened:
41
- email_intro: '在<a href="%{participatory_space_url}">%{participatory_space_title}</a>中開始了新的調查。'
42
- email_outro: 你收到此通知是因為你正在追蹤 %{participatory_space_title}。你可以透過前面的連結停止接收通知。
43
- email_subject: 在%{participatory_space_title} 中的新調查
44
- notification_title: 現在開放在<a href="%{participatory_space_url}">%{participatory_space_title}</a>中的<a href="%{resource_path}">%{resource_title}</a>調查。
45
- metrics:
46
- survey_answers:
47
- description: 參與者回答調查的數量
48
- object: 參與調查的回答
49
- title: 參與調查的回答
50
- statistics:
51
- answers_count: 回答
52
- surveys:
53
- admin:
54
- exports:
55
- survey_user_answers: 參與者問卷回答
56
- surveys:
57
- update:
58
- invalid: 儲存問卷時出現問題。
59
- success: 問卷成功儲存
60
- last_activity:
61
- new_survey_at_html: "<span>在 %{link} 上有新的調查</span>"
62
- surveys:
63
- answer:
64
- invalid: 回答問卷時出現問題。
65
- spam_detected: 填寫表單時發生問題。也許您填寫得太快了,可以再試一次嗎?
66
- success: 問卷回答成功。
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-surveys version.
5
5
  module Surveys
6
6
  def self.version
7
- "0.26.8"
7
+ "0.27.0.rc1"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-surveys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.8
4
+ version: 0.27.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-07-27 00:00:00.000000000 Z
13
+ date: 2022-06-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: decidim-core
@@ -18,84 +18,84 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.26.8
21
+ version: 0.27.0.rc1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 0.26.8
28
+ version: 0.27.0.rc1
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: decidim-forms
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.26.8
35
+ version: 0.27.0.rc1
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.26.8
42
+ version: 0.27.0.rc1
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: decidim-templates
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.26.8
49
+ version: 0.27.0.rc1
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 0.26.8
56
+ version: 0.27.0.rc1
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: decidim-admin
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - '='
62
62
  - !ruby/object:Gem::Version
63
- version: 0.26.8
63
+ version: 0.27.0.rc1
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - '='
69
69
  - !ruby/object:Gem::Version
70
- version: 0.26.8
70
+ version: 0.27.0.rc1
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: decidim-dev
73
73
  requirement: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - '='
76
76
  - !ruby/object:Gem::Version
77
- version: 0.26.8
77
+ version: 0.27.0.rc1
78
78
  type: :development
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - '='
83
83
  - !ruby/object:Gem::Version
84
- version: 0.26.8
84
+ version: 0.27.0.rc1
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: decidim-participatory_processes
87
87
  requirement: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - '='
90
90
  - !ruby/object:Gem::Version
91
- version: 0.26.8
91
+ version: 0.27.0.rc1
92
92
  type: :development
93
93
  prerelease: false
94
94
  version_requirements: !ruby/object:Gem::Requirement
95
95
  requirements:
96
96
  - - '='
97
97
  - !ruby/object:Gem::Version
98
- version: 0.26.8
98
+ version: 0.27.0.rc1
99
99
  description: A surveys component for decidim's participatory spaces.
100
100
  email:
101
101
  - josepjaume@gmail.com
@@ -129,7 +129,6 @@ files:
129
129
  - app/serializers/decidim/surveys/data_serializer.rb
130
130
  - app/views/decidim/surveys/surveys/no_permission.html.erb
131
131
  - config/assets.rb
132
- - config/environment.rb
133
132
  - config/locales/am-ET.yml
134
133
  - config/locales/ar-SA.yml
135
134
  - config/locales/ar.yml
@@ -152,7 +151,6 @@ files:
152
151
  - config/locales/et-EE.yml
153
152
  - config/locales/et.yml
154
153
  - config/locales/eu.yml
155
- - config/locales/fa-IR.yml
156
154
  - config/locales/fi-pl.yml
157
155
  - config/locales/fi-plain.yml
158
156
  - config/locales/fi.yml
@@ -161,7 +159,6 @@ files:
161
159
  - config/locales/fr.yml
162
160
  - config/locales/ga-IE.yml
163
161
  - config/locales/gl.yml
164
- - config/locales/gn-PY.yml
165
162
  - config/locales/hr-HR.yml
166
163
  - config/locales/hr.yml
167
164
  - config/locales/hu.yml
@@ -170,13 +167,10 @@ files:
170
167
  - config/locales/is.yml
171
168
  - config/locales/it.yml
172
169
  - config/locales/ja.yml
173
- - config/locales/ka-GE.yml
174
- - config/locales/kaa.yml
175
170
  - config/locales/ko-KR.yml
176
171
  - config/locales/ko.yml
177
172
  - config/locales/lb-LU.yml
178
173
  - config/locales/lb.yml
179
- - config/locales/lo-LA.yml
180
174
  - config/locales/lt-LT.yml
181
175
  - config/locales/lt.yml
182
176
  - config/locales/lv.yml
@@ -184,7 +178,6 @@ files:
184
178
  - config/locales/mt.yml
185
179
  - config/locales/nl.yml
186
180
  - config/locales/no.yml
187
- - config/locales/oc-FR.yml
188
181
  - config/locales/om-ET.yml
189
182
  - config/locales/pl.yml
190
183
  - config/locales/pt-BR.yml
@@ -252,14 +245,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
252
245
  requirements:
253
246
  - - ">="
254
247
  - !ruby/object:Gem::Version
255
- version: '2.7'
248
+ version: '3.0'
256
249
  required_rubygems_version: !ruby/object:Gem::Requirement
257
250
  requirements:
258
- - - ">="
251
+ - - ">"
259
252
  - !ruby/object:Gem::Version
260
- version: '0'
253
+ version: 1.3.1
261
254
  requirements: []
262
- rubygems_version: 3.1.6
255
+ rubygems_version: 3.2.22
263
256
  signing_key:
264
257
  specification_version: 4
265
258
  summary: Decidim surveys module
File without changes
@@ -1 +0,0 @@
1
- fa:
@@ -1 +0,0 @@
1
- gn:
@@ -1 +0,0 @@
1
- ka:
@@ -1 +0,0 @@
1
- kaa:
@@ -1 +0,0 @@
1
- lo:
@@ -1 +0,0 @@
1
- oc: