decidim-surveys 0.23.1 → 0.23.2
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.
- checksums.yaml +4 -4
- data/config/locales/cs.yml +1 -1
- data/config/locales/de.yml +3 -3
- data/config/locales/fr.yml +1 -1
- data/config/locales/gl.yml +4 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +19 -13
- data/lib/decidim/surveys/component.rb +3 -2
- data/lib/decidim/surveys/version.rb +1 -1
- metadata +19 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6aa22db7673c4df5bb5433441e1f07c60a40e4f7f3cfec9e5af332c0191d8591
|
|
4
|
+
data.tar.gz: c4a84adb23a3a0e5a7c63881a0fdd2f6956fd9a175edc5feacb45b0c8b8830e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05ca768ee9471e55510df58d4e478e0738c570b37f80d7c53f52016dfcb92d5fdeb54112ef10bcd66697e5c9343916d25654f424bb3aa1c1852f18be382d3d3f
|
|
7
|
+
data.tar.gz: 06a212a73a8b955a0c86a6fb20444336436dd7e14bec1062ba25a76f304b4d1b5982af396d836d3f9a4be371d8a3f1143d462a201fa5615640df981efdab919d
|
data/config/locales/cs.yml
CHANGED
data/config/locales/de.yml
CHANGED
|
@@ -32,12 +32,12 @@ de:
|
|
|
32
32
|
surveys:
|
|
33
33
|
survey_closed:
|
|
34
34
|
email_intro: Die Umfrage %{resource_title} in %{participatory_space_title} wurde geschlossen.
|
|
35
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title}. Sie
|
|
35
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
|
36
36
|
email_subject: Eine Umfrage ist in %{participatory_space_title}
|
|
37
37
|
notification_title: Die Umfrage <a href="%{resource_path}">%{resource_title}</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a> ist beendet.
|
|
38
38
|
survey_opened:
|
|
39
|
-
email_intro: 'Die Umfrage %{resource_title} in %{participatory_space_title} ist jetzt geöffnet. Sie können
|
|
40
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title}. Sie
|
|
39
|
+
email_intro: 'Die Umfrage %{resource_title} in %{participatory_space_title} ist jetzt geöffnet. Sie können auf dieser Seite teilnehmen:'
|
|
40
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
|
41
41
|
email_subject: Eine neue Umfrage in %{participatory_space_title}
|
|
42
42
|
notification_title: Die Umfrage <a href="%{resource_path}">%{resource_title}</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a> ist jetzt geöffnet.
|
|
43
43
|
metrics:
|
data/config/locales/fr.yml
CHANGED
|
@@ -20,7 +20,7 @@ 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
|
|
23
|
+
clean_after_publish: 'Supprimer les réponses lors de la publication de l''enquête - ATTENTION : décocher après avoir fini vos tests et avoir publié l''enquête'
|
|
24
24
|
scope_id: Secteur
|
|
25
25
|
scopes_enabled: Secteurs activés
|
|
26
26
|
step:
|
data/config/locales/gl.yml
CHANGED
|
@@ -20,8 +20,12 @@ gl:
|
|
|
20
20
|
settings:
|
|
21
21
|
global:
|
|
22
22
|
announcement: Anuncio
|
|
23
|
+
clean_after_publish: Eliminar as respostas ao publicar a enquisa
|
|
24
|
+
scope_id: Ámbito
|
|
25
|
+
scopes_enabled: Ámbitos habilitados
|
|
23
26
|
step:
|
|
24
27
|
allow_answers: Permitir respostas
|
|
28
|
+
allow_unregistered: Permitir aos usuarios non rexistrados responder a enquisa
|
|
25
29
|
announcement: Anuncio
|
|
26
30
|
events:
|
|
27
31
|
surveys:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
si:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sw:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -6,7 +6,7 @@ tr:
|
|
|
6
6
|
activerecord:
|
|
7
7
|
models:
|
|
8
8
|
decidim/surveys/survey:
|
|
9
|
-
one:
|
|
9
|
+
one: Anket
|
|
10
10
|
other: Anketler
|
|
11
11
|
decidim/surveys/survey_answer:
|
|
12
12
|
one: Cevap
|
|
@@ -16,25 +16,30 @@ tr:
|
|
|
16
16
|
surveys:
|
|
17
17
|
actions:
|
|
18
18
|
answer: Cevap
|
|
19
|
-
name:
|
|
19
|
+
name: Anket
|
|
20
20
|
settings:
|
|
21
21
|
global:
|
|
22
|
-
announcement:
|
|
22
|
+
announcement: Duyuru
|
|
23
|
+
clean_after_publish: Anketi yayınlarken cevapları sil
|
|
24
|
+
scope_id: Kapsam
|
|
25
|
+
scopes_enabled: Kapsamlar etkinleştirildi
|
|
23
26
|
step:
|
|
24
27
|
allow_answers: Cevaplara izin ver
|
|
25
|
-
|
|
28
|
+
allow_unregistered: Kayıtlı olmayan kullanıcıların anketi yanıtlamasına izin verin
|
|
29
|
+
allow_unregistered_help: Etkinse, anketi cevaplamak için oturum açmanız gerekmeyecektir. Bu, zayıf veya güvenilmez verilere yol açabilir ve otomatik saldırılara karşı daha savunmasız hale gelir. Dikkatle kullanın!
|
|
30
|
+
announcement: Duyuru
|
|
26
31
|
events:
|
|
27
32
|
surveys:
|
|
28
33
|
survey_closed:
|
|
29
|
-
email_intro:
|
|
30
|
-
email_outro:
|
|
31
|
-
email_subject:
|
|
32
|
-
notification_title:
|
|
34
|
+
email_intro: '%{participatory_space_title} içindeki %{resource_title} anketi kapatıldı.'
|
|
35
|
+
email_outro: Bu bildirimi, %{participatory_space_title} adlı kişiyi takip ettiğiniz için aldınız. Önceki bağlantıyı izleyerek bildirim almayı durdurabilirsiniz.
|
|
36
|
+
email_subject: '%{participatory_space_title} içinde bir anket bitti'
|
|
37
|
+
notification_title: <a href="%{participatory_space_url}">%{participatory_space_title} </a> içindeki anket <a href="%{resource_path}">%{resource_title} </a> bitti.
|
|
33
38
|
survey_opened:
|
|
34
|
-
email_intro: '
|
|
35
|
-
email_outro:
|
|
36
|
-
email_subject: '%{participatory_space_title}yeni bir anket'
|
|
37
|
-
notification_title:
|
|
39
|
+
email_intro: '%{participatory_space_title} içindeki %{resource_title} anketi şimdi açık. Bu sayfadan katılabilirsiniz:'
|
|
40
|
+
email_outro: Bu bildirimi, %{participatory_space_title} adlı kişiyi takip ettiğiniz için aldınız. Önceki bağlantıyı izleyerek bildirim almayı durdurabilirsiniz.
|
|
41
|
+
email_subject: '%{participatory_space_title} içinde yeni bir anket'
|
|
42
|
+
notification_title: <a href="%{participatory_space_url}">%{participatory_space_title} </a> içindeki anket <a href="%{resource_path}">%{resource_title} </a> şimdi açık.
|
|
38
43
|
metrics:
|
|
39
44
|
survey_answers:
|
|
40
45
|
description: Katılımcılar tarafından cevaplanan anket sayısı
|
|
@@ -49,8 +54,9 @@ tr:
|
|
|
49
54
|
invalid: Anketi kaydederken bir sorun oluştu.
|
|
50
55
|
success: Anket başarıyla kaydedildi.
|
|
51
56
|
last_activity:
|
|
52
|
-
new_survey_at_html: "<span> %{link}</span>yeni anket"
|
|
57
|
+
new_survey_at_html: "<span> %{link}</span> linkinde yeni anket"
|
|
53
58
|
surveys:
|
|
54
59
|
answer:
|
|
55
60
|
invalid: Anketi cevaplarken bir sorun oluştu.
|
|
61
|
+
spam_detected: Formu yanıtlarken bir sorun oluştu. Belki çok hızlı davrandın, tekrar deneyebilir misin?
|
|
56
62
|
success: Anket başarıyla cevaplandı.
|
|
@@ -151,11 +151,12 @@ Decidim.register_component(:surveys) do |component|
|
|
|
151
151
|
)
|
|
152
152
|
end
|
|
153
153
|
|
|
154
|
-
%w(matrix_single matrix_multiple).
|
|
154
|
+
%w(matrix_single matrix_multiple).each_with_index do |matrix_question_type, index|
|
|
155
155
|
question = Decidim::Forms::Question.create!(
|
|
156
156
|
questionnaire: questionnaire,
|
|
157
157
|
body: Decidim::Faker::Localized.paragraph,
|
|
158
|
-
question_type: matrix_question_type
|
|
158
|
+
question_type: matrix_question_type,
|
|
159
|
+
position: index
|
|
159
160
|
)
|
|
160
161
|
|
|
161
162
|
3.times do
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-surveys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.
|
|
4
|
+
version: 0.23.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
8
8
|
- Marc Riera Casals
|
|
9
9
|
- Oriol Gual Oliva
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2021-02-09 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.23.
|
|
21
|
+
version: 0.23.2
|
|
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.23.
|
|
28
|
+
version: 0.23.2
|
|
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.23.
|
|
35
|
+
version: 0.23.2
|
|
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.23.
|
|
42
|
+
version: 0.23.2
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: decidim-admin
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.23.
|
|
49
|
+
version: 0.23.2
|
|
50
50
|
type: :development
|
|
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.23.
|
|
56
|
+
version: 0.23.2
|
|
57
57
|
- !ruby/object:Gem::Dependency
|
|
58
58
|
name: decidim-dev
|
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
61
|
- - '='
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 0.23.
|
|
63
|
+
version: 0.23.2
|
|
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.23.
|
|
70
|
+
version: 0.23.2
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
72
72
|
name: decidim-participatory_processes
|
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
|
74
74
|
requirements:
|
|
75
75
|
- - '='
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 0.23.
|
|
77
|
+
version: 0.23.2
|
|
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.23.
|
|
84
|
+
version: 0.23.2
|
|
85
85
|
- !ruby/object:Gem::Dependency
|
|
86
86
|
name: decidim-templates
|
|
87
87
|
requirement: !ruby/object:Gem::Requirement
|
|
88
88
|
requirements:
|
|
89
89
|
- - '='
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 0.23.
|
|
91
|
+
version: 0.23.2
|
|
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.23.
|
|
98
|
+
version: 0.23.2
|
|
99
99
|
description: A surveys component for decidim's participatory spaces.
|
|
100
100
|
email:
|
|
101
101
|
- josepjaume@gmail.com
|
|
@@ -183,12 +183,14 @@ files:
|
|
|
183
183
|
- config/locales/pt.yml
|
|
184
184
|
- config/locales/ro-RO.yml
|
|
185
185
|
- config/locales/ru.yml
|
|
186
|
+
- config/locales/si-LK.yml
|
|
186
187
|
- config/locales/sk-SK.yml
|
|
187
188
|
- config/locales/sk.yml
|
|
188
189
|
- config/locales/sl.yml
|
|
189
190
|
- config/locales/so-SO.yml
|
|
190
191
|
- config/locales/sr-CS.yml
|
|
191
192
|
- config/locales/sv.yml
|
|
193
|
+
- config/locales/sw-KE.yml
|
|
192
194
|
- config/locales/ti-ER.yml
|
|
193
195
|
- config/locales/tr-TR.yml
|
|
194
196
|
- config/locales/uk.yml
|
|
@@ -230,7 +232,7 @@ homepage: https://github.com/decidim/decidim
|
|
|
230
232
|
licenses:
|
|
231
233
|
- AGPL-3.0
|
|
232
234
|
metadata: {}
|
|
233
|
-
post_install_message:
|
|
235
|
+
post_install_message:
|
|
234
236
|
rdoc_options: []
|
|
235
237
|
require_paths:
|
|
236
238
|
- lib
|
|
@@ -246,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
246
248
|
version: '0'
|
|
247
249
|
requirements: []
|
|
248
250
|
rubygems_version: 3.0.3
|
|
249
|
-
signing_key:
|
|
251
|
+
signing_key:
|
|
250
252
|
specification_version: 4
|
|
251
253
|
summary: Decidim surveys module
|
|
252
254
|
test_files: []
|