decidim-forms 0.30.0.rc3 → 0.30.1
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/app/controllers/decidim/forms/admin/concerns/has_questionnaire_answers.rb +4 -2
- data/app/jobs/decidim/forms/export_questionnaire_answers_job.rb +2 -2
- data/config/locales/ar.yml +1 -16
- data/config/locales/bg.yml +0 -38
- data/config/locales/ca-IT.yml +237 -0
- data/config/locales/ca.yml +7 -7
- data/config/locales/cs.yml +3 -3
- data/config/locales/de.yml +5 -5
- data/config/locales/el.yml +0 -37
- data/config/locales/es-MX.yml +10 -10
- data/config/locales/es-PY.yml +10 -10
- data/config/locales/es.yml +9 -9
- data/config/locales/eu.yml +5 -5
- data/config/locales/fi-plain.yml +5 -5
- data/config/locales/fi.yml +5 -5
- data/config/locales/fr-CA.yml +8 -8
- data/config/locales/fr.yml +8 -8
- data/config/locales/ga-IE.yml +0 -5
- data/config/locales/gl.yml +1 -7
- data/config/locales/hu.yml +1 -10
- data/config/locales/id-ID.yml +1 -7
- data/config/locales/it.yml +4 -27
- data/config/locales/ja.yml +6 -6
- data/config/locales/lb.yml +1 -28
- data/config/locales/lt.yml +0 -37
- data/config/locales/lv.yml +1 -11
- data/config/locales/nl.yml +0 -23
- data/config/locales/no.yml +0 -27
- data/config/locales/pl.yml +0 -39
- data/config/locales/pt-BR.yml +0 -29
- data/config/locales/pt.yml +0 -27
- data/config/locales/ro-RO.yml +1 -23
- data/config/locales/ru.yml +2 -1
- data/config/locales/sk.yml +1 -10
- data/config/locales/sl.yml +0 -7
- data/config/locales/sv.yml +28 -12
- data/config/locales/tr-TR.yml +0 -23
- data/config/locales/zh-CN.yml +0 -23
- data/config/locales/zh-TW.yml +0 -37
- data/lib/decidim/forms/version.rb +1 -1
- metadata +9 -8
data/config/locales/sv.yml
CHANGED
@@ -30,7 +30,10 @@ sv:
|
|
30
30
|
admin:
|
31
31
|
models:
|
32
32
|
components:
|
33
|
+
announcement: Meddelande
|
33
34
|
description: Beskrivning
|
35
|
+
ends_at_help: Lämna tomt för att inte sätta något datum
|
36
|
+
starts_at_help: Lämna tomt för att inte sätta något datum
|
34
37
|
tos: Användarvillkor
|
35
38
|
questionnaires:
|
36
39
|
actions:
|
@@ -40,7 +43,7 @@ sv:
|
|
40
43
|
answer_option: Svarsalternativ
|
41
44
|
free_text: Fritext
|
42
45
|
remove: Ta bort
|
43
|
-
statement:
|
46
|
+
statement: Titel
|
44
47
|
answers:
|
45
48
|
actions:
|
46
49
|
back: Tillbaka till svar
|
@@ -78,7 +81,13 @@ sv:
|
|
78
81
|
select_condition_type: Välj en typ av villkor
|
79
82
|
edit:
|
80
83
|
save: Spara
|
81
|
-
title: Redigera
|
84
|
+
title: Redigera frågeformulär
|
85
|
+
edit_questions:
|
86
|
+
add_question: Lägg till fråga
|
87
|
+
add_separator: Lägg till avgränsare
|
88
|
+
add_title_and_description: Lägg till titel och beskrivning
|
89
|
+
save: Spara
|
90
|
+
title: Frågor
|
82
91
|
form:
|
83
92
|
add_question: Lägg till fråga
|
84
93
|
collapse: Dölj alla frågor
|
@@ -88,24 +97,30 @@ sv:
|
|
88
97
|
matrix_row:
|
89
98
|
matrix_row: Rad
|
90
99
|
remove: Ta bort
|
91
|
-
statement:
|
100
|
+
statement: Titel
|
92
101
|
question:
|
93
102
|
add_answer_option: Lägg till svarsalternativ
|
94
103
|
add_display_condition: Lägg till visningsvillkor
|
95
104
|
add_display_condition_info: Spara formuläret för att konfigurera visningsvillkor
|
96
105
|
add_matrix_row: Lägg till rad
|
97
|
-
any:
|
106
|
+
any: Valfritt
|
98
107
|
collapse: Dölj
|
99
108
|
description: Beskrivning
|
100
|
-
down:
|
109
|
+
down: Ner
|
101
110
|
expand: Visa
|
102
111
|
question: Fråga
|
103
112
|
remove: Ta bort
|
104
|
-
statement:
|
113
|
+
statement: Titel
|
105
114
|
up: Upp
|
115
|
+
questions_form:
|
116
|
+
already_answered_warning: Frågeformuläret har redan besvarats av användare och du kan inte längre ändra frågorna.
|
117
|
+
collapse: Dölj alla frågor
|
118
|
+
expand: Visa alla frågor
|
119
|
+
update:
|
120
|
+
success: Enkäten har sparats.
|
106
121
|
separator:
|
107
122
|
down: Ner
|
108
|
-
remove:
|
123
|
+
remove: Ta bort
|
109
124
|
separator: Avgränsare
|
110
125
|
up: Upp
|
111
126
|
title_and_description:
|
@@ -113,7 +128,7 @@ sv:
|
|
113
128
|
description: Beskrivning
|
114
129
|
down: Ner
|
115
130
|
expand: Visa
|
116
|
-
remove:
|
131
|
+
remove: Ta bort
|
117
132
|
title: Titel
|
118
133
|
title_and_description: Titel och beskrivning
|
119
134
|
up: Upp
|
@@ -146,7 +161,7 @@ sv:
|
|
146
161
|
questionnaires:
|
147
162
|
answer:
|
148
163
|
invalid: Det gick inte att besvara formuläret.
|
149
|
-
max_choices_alert:
|
164
|
+
max_choices_alert: Du har valt för många alternativ
|
150
165
|
success: Formuläret har besvarats.
|
151
166
|
question:
|
152
167
|
max_choices: 'Högst antal val: %{n}'
|
@@ -174,18 +189,19 @@ sv:
|
|
174
189
|
title: JavaScript är inaktiverat
|
175
190
|
questionnaire_not_published:
|
176
191
|
body: Formulär är ännu inte publicerat.
|
177
|
-
tos_agreement: Genom att
|
192
|
+
tos_agreement: Genom att fortsätta godkänner du användarvillkoren
|
178
193
|
step_navigation:
|
179
194
|
show:
|
195
|
+
are_you_sure_no_edit: Den här åtgärden kan inte ångras och du kommer inte att kunna redigera dina svar. Vill du fortsätta?
|
180
196
|
back: Tillbaka
|
181
197
|
continue: Fortsätt
|
182
|
-
submit: Skicka
|
198
|
+
submit: Skicka
|
183
199
|
user_answers_serializer:
|
184
200
|
body: Svar
|
185
201
|
completion: Slutfört
|
186
202
|
created_at: Besvarad
|
187
203
|
id: Svars-ID
|
188
|
-
ip_hash: IP
|
204
|
+
ip_hash: IP-hash
|
189
205
|
question: Fråga
|
190
206
|
registered: Registrerad
|
191
207
|
session_token: Identifierare för användare
|
data/config/locales/tr-TR.yml
CHANGED
@@ -4,19 +4,11 @@ tr:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Cevap
|
7
|
-
choices: Seçenekler
|
8
|
-
selected_choices: Seçilmiş seçenekler
|
9
7
|
question:
|
10
8
|
max_choices: Maksimum seçenek sayısı
|
11
9
|
question_type: tip
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Zorunlu
|
14
|
-
errors:
|
15
|
-
models:
|
16
|
-
answer:
|
17
|
-
attributes:
|
18
|
-
choices:
|
19
|
-
missing: tamamlanmadı
|
20
12
|
decidim:
|
21
13
|
forms:
|
22
14
|
admin:
|
@@ -30,22 +22,14 @@ tr:
|
|
30
22
|
show: Yanıtları göster
|
31
23
|
answer_option:
|
32
24
|
answer_option: Cevap seçeneği
|
33
|
-
free_text: Ücretsiz Metin
|
34
25
|
remove: Kaldır
|
35
26
|
statement: Beyan
|
36
27
|
answers:
|
37
28
|
actions:
|
38
|
-
back: Yanıtlara dön
|
39
|
-
export: Dışa aktar
|
40
29
|
show: Cevapları göster
|
41
30
|
empty: Henüz cevap bulunmuyor
|
42
|
-
export:
|
43
|
-
answer:
|
44
|
-
title: '#%{number} yanıt'
|
45
31
|
export_response:
|
46
32
|
title: survey_user_answers _%{token}
|
47
|
-
index:
|
48
|
-
title: "%{total} toplam yanıt"
|
49
33
|
show:
|
50
34
|
title: '%{number} cevap'
|
51
35
|
display_condition:
|
@@ -114,7 +98,6 @@ tr:
|
|
114
98
|
questionnaires:
|
115
99
|
answer:
|
116
100
|
invalid: Formu yanıtlarken bir sorun oluştu.
|
117
|
-
max_choices_alert: Çok fazla seçenek seçilmiş
|
118
101
|
success: Form başarıyla cevaplandı.
|
119
102
|
question:
|
120
103
|
max_choices: 'Maksimum seçenek: %{n}'
|
@@ -146,12 +129,6 @@ tr:
|
|
146
129
|
submit: Gönder
|
147
130
|
user_answers_serializer:
|
148
131
|
body: Cevap
|
149
|
-
completion: Tamamlanma
|
150
132
|
created_at: Yanıtlandı
|
151
133
|
id: Cevap kimliği
|
152
|
-
ip_hash: IP Hash
|
153
134
|
question: Soru
|
154
|
-
registered: Kayıtlı
|
155
|
-
session_token: Kullanıcı tanımlayıcı
|
156
|
-
unregistered: Kayıtlı değil
|
157
|
-
user_status: Kullanıcı durumu
|
data/config/locales/zh-CN.yml
CHANGED
@@ -4,19 +4,11 @@ zh-CN:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: 答案
|
7
|
-
choices: 选择
|
8
|
-
selected_choices: 选定的选择
|
9
7
|
question:
|
10
8
|
max_choices: 选择的最大数量
|
11
9
|
question_type: 类型
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Mandatory
|
14
|
-
errors:
|
15
|
-
models:
|
16
|
-
answer:
|
17
|
-
attributes:
|
18
|
-
choices:
|
19
|
-
missing: 不完成
|
20
12
|
decidim:
|
21
13
|
forms:
|
22
14
|
admin:
|
@@ -30,22 +22,14 @@ zh-CN:
|
|
30
22
|
show: 显示回复
|
31
23
|
answer_option:
|
32
24
|
answer_option: 答案选项
|
33
|
-
free_text: 免费文本
|
34
25
|
remove: 删除
|
35
26
|
statement: 声明
|
36
27
|
answers:
|
37
28
|
actions:
|
38
|
-
back: 回到回应
|
39
|
-
export: 导出
|
40
29
|
show: 显示答案
|
41
30
|
empty: 尚无答案
|
42
|
-
export:
|
43
|
-
answer:
|
44
|
-
title: '回复 #%{number}'
|
45
31
|
export_response:
|
46
32
|
title: survey_user_answers_%{token}
|
47
|
-
index:
|
48
|
-
title: "%{total} 个回复总数"
|
49
33
|
show:
|
50
34
|
title: '答案 #%{number}'
|
51
35
|
display_condition:
|
@@ -113,7 +97,6 @@ zh-CN:
|
|
113
97
|
questionnaires:
|
114
98
|
answer:
|
115
99
|
invalid: 回答表单时出现问题。
|
116
|
-
max_choices_alert: 选择了太多选项
|
117
100
|
success: 表单回答成功。
|
118
101
|
question:
|
119
102
|
max_choices: '最大选择数: %{n}'
|
@@ -144,12 +127,6 @@ zh-CN:
|
|
144
127
|
submit: 提交
|
145
128
|
user_answers_serializer:
|
146
129
|
body: 答案
|
147
|
-
completion: 完成
|
148
130
|
created_at: 回答于
|
149
131
|
id: 答案 ID
|
150
|
-
ip_hash: IP哈希
|
151
132
|
question: 问
|
152
|
-
registered: 已注册
|
153
|
-
session_token: 用户标识符
|
154
|
-
unregistered: 未注册
|
155
|
-
user_status: 用户状态
|
data/config/locales/zh-TW.yml
CHANGED
@@ -4,24 +4,12 @@ zh-TW:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: 回答
|
7
|
-
choices: 選項
|
8
|
-
selected_choices: 已選擇的選項
|
9
7
|
question:
|
10
8
|
max_choices: 選擇的最大數量
|
11
9
|
question_type: 類別
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: 必填的
|
14
12
|
max_characters: 字元限制(如果不需要限制,請設為0)
|
15
|
-
errors:
|
16
|
-
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: 需要重新附加
|
21
|
-
body:
|
22
|
-
too_long: 太長
|
23
|
-
choices:
|
24
|
-
missing: 尚未完成
|
25
13
|
decidim:
|
26
14
|
forms:
|
27
15
|
admin:
|
@@ -35,24 +23,14 @@ zh-TW:
|
|
35
23
|
show: 顯示回應
|
36
24
|
answer_option:
|
37
25
|
answer_option: 答案選項:
|
38
|
-
free_text: 免費文字
|
39
26
|
remove: 移除
|
40
27
|
statement: 聲明
|
41
28
|
answers:
|
42
29
|
actions:
|
43
|
-
back: 返回回覆
|
44
|
-
export: 匯出
|
45
|
-
next: 下一個 ›
|
46
|
-
previous: "‹ 上一篇"
|
47
30
|
show: 顯示答案
|
48
31
|
empty: 目前尚未回答
|
49
|
-
export:
|
50
|
-
answer:
|
51
|
-
title: '回應 #%{number}'
|
52
32
|
export_response:
|
53
33
|
title: 調查問卷使用者回答_%{token}
|
54
|
-
index:
|
55
|
-
title: "%{total} 個回應總數"
|
56
34
|
show:
|
57
35
|
title: '回答#%{number}'
|
58
36
|
display_condition:
|
@@ -120,9 +98,6 @@ zh-TW:
|
|
120
98
|
admin_log:
|
121
99
|
questionnaire:
|
122
100
|
update: "%{user_name} 更新了 %{resource_name} 問卷模板"
|
123
|
-
errors:
|
124
|
-
answer:
|
125
|
-
body: 內容不能為空
|
126
101
|
images:
|
127
102
|
dimensions: "%{width} x %{height} 像素"
|
128
103
|
processors:
|
@@ -138,20 +113,14 @@ zh-TW:
|
|
138
113
|
single_option: 單選
|
139
114
|
sorting: 排序中
|
140
115
|
title_and_description: 標題和描述
|
141
|
-
questionnaire_answer_presenter:
|
142
|
-
download_attachment: 下載附件
|
143
116
|
questionnaires:
|
144
117
|
answer:
|
145
118
|
invalid: 回答表單時出現問題
|
146
|
-
max_choices_alert: 選擇的項目太多了
|
147
119
|
success: 表單已成功回答
|
148
120
|
question:
|
149
121
|
max_choices: '最多選擇數量: %{n}'
|
150
122
|
show:
|
151
123
|
answer_questionnaire:
|
152
|
-
already_have_an_account?: 已經有帳號了嗎?
|
153
|
-
are_you_new?: 新用戶?
|
154
|
-
sign_up_description: 建立參與者帳號以填寫問卷
|
155
124
|
title: 回答表單
|
156
125
|
current_step: 步驟%{step}
|
157
126
|
of_total_steps: 的%{total_steps}
|
@@ -177,12 +146,6 @@ zh-TW:
|
|
177
146
|
submit: 提交
|
178
147
|
user_answers_serializer:
|
179
148
|
body: 回答
|
180
|
-
completion: 完成
|
181
149
|
created_at: 回答時間
|
182
150
|
id: 回答 ID
|
183
|
-
ip_hash: IP Hash
|
184
151
|
question: 問題
|
185
|
-
registered: 已註冊
|
186
|
-
session_token: 使用者識別碼
|
187
|
-
unregistered: 未註冊
|
188
|
-
user_status: 用戶狀態
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-forms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.30.
|
4
|
+
version: 0.30.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2025-
|
14
|
+
date: 2025-06-17 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: decidim-core
|
@@ -19,42 +19,42 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - '='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 0.30.
|
22
|
+
version: 0.30.1
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.30.
|
29
|
+
version: 0.30.1
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: decidim-admin
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
33
33
|
requirements:
|
34
34
|
- - '='
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 0.30.
|
36
|
+
version: 0.30.1
|
37
37
|
type: :development
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
40
40
|
requirements:
|
41
41
|
- - '='
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version: 0.30.
|
43
|
+
version: 0.30.1
|
44
44
|
- !ruby/object:Gem::Dependency
|
45
45
|
name: decidim-dev
|
46
46
|
requirement: !ruby/object:Gem::Requirement
|
47
47
|
requirements:
|
48
48
|
- - '='
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version: 0.30.
|
50
|
+
version: 0.30.1
|
51
51
|
type: :development
|
52
52
|
prerelease: false
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
54
54
|
requirements:
|
55
55
|
- - '='
|
56
56
|
- !ruby/object:Gem::Version
|
57
|
-
version: 0.30.
|
57
|
+
version: 0.30.1
|
58
58
|
description: A forms gem for decidim.
|
59
59
|
email:
|
60
60
|
- josepjaume@gmail.com
|
@@ -168,6 +168,7 @@ files:
|
|
168
168
|
- config/locales/bg.yml
|
169
169
|
- config/locales/bn-BD.yml
|
170
170
|
- config/locales/bs-BA.yml
|
171
|
+
- config/locales/ca-IT.yml
|
171
172
|
- config/locales/ca.yml
|
172
173
|
- config/locales/cs-CZ.yml
|
173
174
|
- config/locales/cs.yml
|