decidim-surveys 0.26.5 → 0.26.7
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/eu.yml +1 -1
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/zh-TW.yml +65 -0
- data/lib/decidim/surveys/version.rb +1 -1
- metadata +16 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17c3850c431bd3f80546fef27c267c4205012c1539851e73a31d87cc0c047166
|
|
4
|
+
data.tar.gz: e1452478e90bbadfefa5d56113cf6938a39ed3eb94cbee228fa4c2c28af3c09d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57bf6b33aa626b1ae509a8b6e66582f77ad5583d62e0f04863b5e46b8b0698b8a413c276040fd7d921a6f05f85aba0b962f1f0a34ea409d78cdd7f67c4639cc1
|
|
7
|
+
data.tar.gz: 1aa52fdb951ef9b2ad6412fe35dbeaa4184921ff69ba3bbc2230fedbe17db92cc405adb10a79505841076ea244f994c09f59d73d11c52b71ce448419d4d2ba1d
|
data/config/locales/eu.yml
CHANGED
|
@@ -34,7 +34,7 @@ eu:
|
|
|
34
34
|
events:
|
|
35
35
|
surveys:
|
|
36
36
|
survey_closed:
|
|
37
|
-
email_intro: '%{resource_title} inkesta %{participatory_space_title}
|
|
37
|
+
email_intro: '%{resource_title} inkesta %{participatory_space_title} itxi egin da.'
|
|
38
38
|
email_outro: Jakinarazpena jaso duzu %{participatory_space_title}jarraituz gero. Aurreko esteka jarraituz jakinarazpenak jasotzeari uztea erabaki dezakezu.
|
|
39
39
|
email_subject: Inkestaren arabera %{participatory_space_title} amaitu da
|
|
40
40
|
notification_title: Inkesta <a href="%{resource_path}">%{resource_title}</a> <a href="%{participatory_space_url}">%{participatory_space_title}</a> amaitu da.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fa:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
kaa:
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -1 +1,66 @@
|
|
|
1
1
|
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: 問卷回答成功。
|
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.
|
|
4
|
+
version: 0.26.7
|
|
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-
|
|
13
|
+
date: 2023-05-11 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.
|
|
21
|
+
version: 0.26.7
|
|
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.
|
|
28
|
+
version: 0.26.7
|
|
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.
|
|
35
|
+
version: 0.26.7
|
|
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.
|
|
42
|
+
version: 0.26.7
|
|
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.
|
|
49
|
+
version: 0.26.7
|
|
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.
|
|
56
|
+
version: 0.26.7
|
|
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.
|
|
63
|
+
version: 0.26.7
|
|
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.
|
|
70
|
+
version: 0.26.7
|
|
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.
|
|
77
|
+
version: 0.26.7
|
|
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.
|
|
84
|
+
version: 0.26.7
|
|
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.
|
|
91
|
+
version: 0.26.7
|
|
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.
|
|
98
|
+
version: 0.26.7
|
|
99
99
|
description: A surveys component for decidim's participatory spaces.
|
|
100
100
|
email:
|
|
101
101
|
- josepjaume@gmail.com
|
|
@@ -151,6 +151,7 @@ files:
|
|
|
151
151
|
- config/locales/et-EE.yml
|
|
152
152
|
- config/locales/et.yml
|
|
153
153
|
- config/locales/eu.yml
|
|
154
|
+
- config/locales/fa-IR.yml
|
|
154
155
|
- config/locales/fi-pl.yml
|
|
155
156
|
- config/locales/fi-plain.yml
|
|
156
157
|
- config/locales/fi.yml
|
|
@@ -169,6 +170,7 @@ files:
|
|
|
169
170
|
- config/locales/it.yml
|
|
170
171
|
- config/locales/ja.yml
|
|
171
172
|
- config/locales/ka-GE.yml
|
|
173
|
+
- config/locales/kaa.yml
|
|
172
174
|
- config/locales/ko-KR.yml
|
|
173
175
|
- config/locales/ko.yml
|
|
174
176
|
- config/locales/lb-LU.yml
|