decidim-forms 0.30.0.rc2 → 0.30.0
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/cells/decidim/forms/step_navigation_cell.rb +3 -2
- data/app/controllers/decidim/forms/admin/concerns/has_questionnaire_answers.rb +1 -1
- data/app/models/decidim/forms/questionnaire.rb +4 -0
- 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 +8 -9
- data/config/locales/cs.yml +3 -15
- data/config/locales/de.yml +7 -8
- data/config/locales/el.yml +0 -37
- data/config/locales/en.yml +0 -1
- data/config/locales/es-MX.yml +10 -11
- data/config/locales/es-PY.yml +10 -11
- data/config/locales/es.yml +9 -10
- data/config/locales/eu.yml +6 -7
- data/config/locales/fi-plain.yml +5 -6
- data/config/locales/fi.yml +5 -6
- data/config/locales/fr-CA.yml +8 -9
- data/config/locales/fr.yml +8 -9
- 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 -7
- 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 -24
- 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 +0 -37
- 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/pt.yml
CHANGED
@@ -4,24 +4,12 @@ pt:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Responder
|
7
|
-
choices: Escolhas
|
8
|
-
selected_choices: Escolhas seleccionadas
|
9
7
|
question:
|
10
8
|
max_choices: Número máximo de escolhas
|
11
9
|
question_type: Tipo
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Obrigatório
|
14
12
|
max_characters: Limite de caracteres (deixar 0 se não houver limite)
|
15
|
-
errors:
|
16
|
-
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Precisa de ser reanexado
|
21
|
-
body:
|
22
|
-
too_long: é demasiado longo
|
23
|
-
choices:
|
24
|
-
missing: não estão completos
|
25
13
|
decidim:
|
26
14
|
forms:
|
27
15
|
admin:
|
@@ -35,22 +23,14 @@ pt:
|
|
35
23
|
show: Mostrar respostas
|
36
24
|
answer_option:
|
37
25
|
answer_option: Opção de resposta
|
38
|
-
free_text: Texto livre
|
39
26
|
remove: Remover
|
40
27
|
statement: Declaração
|
41
28
|
answers:
|
42
29
|
actions:
|
43
|
-
back: Retroceder às respostas
|
44
|
-
export: Exportar
|
45
30
|
show: Mostrar respostas
|
46
31
|
empty: Ainda não há respostas
|
47
|
-
export:
|
48
|
-
answer:
|
49
|
-
title: 'Resposta #%{number}'
|
50
32
|
export_response:
|
51
33
|
title: survey_user_answers_%{token}
|
52
|
-
index:
|
53
|
-
title: "%{total} respostas totais"
|
54
34
|
show:
|
55
35
|
title: 'Resposta #%{number}'
|
56
36
|
display_condition:
|
@@ -120,7 +100,6 @@ pt:
|
|
120
100
|
questionnaires:
|
121
101
|
answer:
|
122
102
|
invalid: Ocorreu um problema ao responder ao questionário.
|
123
|
-
max_choices_alert: Estão selecionadas demasiadas opções
|
124
103
|
success: Questionário respondido corretamente.
|
125
104
|
question:
|
126
105
|
max_choices: 'Escolhas máximas: %{n}'
|
@@ -151,12 +130,6 @@ pt:
|
|
151
130
|
submit: Submeter
|
152
131
|
user_answers_serializer:
|
153
132
|
body: Responder
|
154
|
-
completion: Conclusão
|
155
133
|
created_at: Respondido em
|
156
134
|
id: ID da resposta
|
157
|
-
ip_hash: IP Hash
|
158
135
|
question: Questão
|
159
|
-
registered: Registado
|
160
|
-
session_token: Identificador do utilizador
|
161
|
-
unregistered: Não registado
|
162
|
-
user_status: Estado de utilizador
|
data/config/locales/ro-RO.yml
CHANGED
@@ -16,12 +16,10 @@ ro:
|
|
16
16
|
models:
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Trebuie să fie reatașate
|
21
19
|
body:
|
22
20
|
too_long: este prea lung
|
23
21
|
choices:
|
24
|
-
|
22
|
+
too_many: Puteți alege un maxim de %{count}.
|
25
23
|
decidim:
|
26
24
|
forms:
|
27
25
|
admin:
|
@@ -47,13 +45,8 @@ ro:
|
|
47
45
|
previous: "‹ Anterioara"
|
48
46
|
show: Afișați răspunsurile
|
49
47
|
empty: Niciun răspuns încă
|
50
|
-
export:
|
51
|
-
answer:
|
52
|
-
title: 'Răspuns #%{number}'
|
53
48
|
export_response:
|
54
49
|
title: survey_user_answers_%{token}
|
55
|
-
index:
|
56
|
-
title: "%{total} răspunsuri în total"
|
57
50
|
show:
|
58
51
|
title: 'Răspuns #%{number}'
|
59
52
|
display_condition:
|
@@ -121,9 +114,6 @@ ro:
|
|
121
114
|
admin_log:
|
122
115
|
questionnaire:
|
123
116
|
update: "%{user_name} a actualizat chestionarul %{resource_name}"
|
124
|
-
errors:
|
125
|
-
answer:
|
126
|
-
body: Conținutul nu poate fi gol
|
127
117
|
images:
|
128
118
|
dimensions: "%{width} x %{height} px"
|
129
119
|
processors:
|
@@ -139,20 +129,14 @@ ro:
|
|
139
129
|
single_option: Opțiune unică
|
140
130
|
sorting: Sortare
|
141
131
|
title_and_description: Titlu și descriere
|
142
|
-
questionnaire_answer_presenter:
|
143
|
-
download_attachment: Descărcare atașament
|
144
132
|
questionnaires:
|
145
133
|
answer:
|
146
134
|
invalid: A apărut o problemă la completarea chestionarului.
|
147
|
-
max_choices_alert: Există prea multe alegeri selectate
|
148
135
|
success: Chestionarul a fost completat cu succes.
|
149
136
|
question:
|
150
137
|
max_choices: 'Număr maxim de alegeri: %{n}'
|
151
138
|
show:
|
152
139
|
answer_questionnaire:
|
153
|
-
already_have_an_account?: Ai deja un cont?
|
154
|
-
are_you_new?: Utilizator nou?
|
155
|
-
sign_up_description: Creați un cont de participant pentru a participa la sondaj
|
156
140
|
title: Completați formularul
|
157
141
|
current_step: Pasul %{step}
|
158
142
|
empty: Nicio întrebare configurată pentru acest formular încă.
|
@@ -177,7 +161,6 @@ ro:
|
|
177
161
|
tos_agreement: Prin participare accepți Termenii și condițiile sale de utilizare
|
178
162
|
step_navigation:
|
179
163
|
show:
|
180
|
-
are_you_sure_edit: Veți putea să modificați răspunsurile. Sunteți sigur?
|
181
164
|
are_you_sure_edit_guest: Dacă doriți să modificați răspunsurile după ce veți răspunde, atunci trebuie să vă autentificați sau să creați un cont.
|
182
165
|
are_you_sure_no_edit: Această acțiune nu poate fi anulată și nu veți putea să vă modificați răspunsurile. Sunteți sigur?
|
183
166
|
back: Înapoi
|
@@ -186,12 +169,6 @@ ro:
|
|
186
169
|
submit: Trimite
|
187
170
|
user_answers_serializer:
|
188
171
|
body: Răspuns
|
189
|
-
completion: Finalizare
|
190
172
|
created_at: Răspuns completat la
|
191
173
|
id: ID răspuns
|
192
|
-
ip_hash: IP Hash
|
193
174
|
question: Întrebare
|
194
|
-
registered: Înregistrat
|
195
|
-
session_token: Identificator utilizator
|
196
|
-
unregistered: Neînregistrat
|
197
|
-
user_status: Stadiul utilizatorului
|
data/config/locales/ru.yml
CHANGED
@@ -10,7 +10,6 @@ ru:
|
|
10
10
|
questionnaires:
|
11
11
|
answer_option:
|
12
12
|
answer_option: Вариант ответа
|
13
|
-
free_text: Произвольный текст
|
14
13
|
remove: Удалить
|
15
14
|
edit:
|
16
15
|
save: Сохранить
|
@@ -43,3 +42,5 @@ ru:
|
|
43
42
|
step_navigation:
|
44
43
|
show:
|
45
44
|
submit: Отправить
|
45
|
+
user_answers_serializer:
|
46
|
+
question: Вопрос
|
data/config/locales/sk.yml
CHANGED
@@ -9,12 +9,6 @@ sk:
|
|
9
9
|
question_type: Typ
|
10
10
|
questionnaire_question:
|
11
11
|
mandatory: Povinné
|
12
|
-
errors:
|
13
|
-
models:
|
14
|
-
answer:
|
15
|
-
attributes:
|
16
|
-
choices:
|
17
|
-
missing: nie je kompletné
|
18
12
|
decidim:
|
19
13
|
forms:
|
20
14
|
admin:
|
@@ -25,7 +19,6 @@ sk:
|
|
25
19
|
questionnaires:
|
26
20
|
answer_option:
|
27
21
|
answer_option: Možnosť odpovede
|
28
|
-
free_text: Voľný text
|
29
22
|
remove: Odstrániť
|
30
23
|
statement: Prehlásenie
|
31
24
|
edit:
|
@@ -77,6 +70,4 @@ sk:
|
|
77
70
|
user_answers_serializer:
|
78
71
|
created_at: Odpovedané na
|
79
72
|
id: ID odpovede
|
80
|
-
|
81
|
-
unregistered: Neregistrovaný
|
82
|
-
user_status: Status Užívateľa
|
73
|
+
question: Otázka
|
data/config/locales/sl.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -4,8 +4,6 @@ sv:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Svar
|
7
|
-
choices: Alternativ
|
8
|
-
selected_choices: Valda alternativ
|
9
7
|
question:
|
10
8
|
max_choices: Högst antal alternativ
|
11
9
|
question_type: Typ
|
@@ -14,15 +12,6 @@ sv:
|
|
14
12
|
max_characters: Teckengräns (skriv 0 för obegränsad)
|
15
13
|
errors:
|
16
14
|
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Måste bifogas igen
|
21
|
-
body:
|
22
|
-
too_long: är för långt
|
23
|
-
choices:
|
24
|
-
missing: är inte fullständiga
|
25
|
-
too_many: Du kan välja maximalt %{count}.
|
26
15
|
questionnaire:
|
27
16
|
request_invalid: Det gick inte att hantera begäran. Försök igen.
|
28
17
|
decidim:
|
@@ -38,24 +27,14 @@ sv:
|
|
38
27
|
show: Visa svar
|
39
28
|
answer_option:
|
40
29
|
answer_option: Svarsalternativ
|
41
|
-
free_text: Fritext
|
42
30
|
remove: Ta bort
|
43
31
|
statement: Påstående
|
44
32
|
answers:
|
45
33
|
actions:
|
46
|
-
back: Tillbaka till svar
|
47
|
-
export: Exportera
|
48
|
-
next: Nästa ›
|
49
|
-
previous: "‹ Föregående"
|
50
34
|
show: Visa svar
|
51
35
|
empty: Inga svar ännu
|
52
|
-
export:
|
53
|
-
answer:
|
54
|
-
title: 'Svar #%{number}'
|
55
36
|
export_response:
|
56
37
|
title: survey_user_answers_%{token}
|
57
|
-
index:
|
58
|
-
title: "%{total} svar totalt"
|
59
38
|
show:
|
60
39
|
title: 'Svar #%{number}'
|
61
40
|
display_condition:
|
@@ -123,9 +102,6 @@ sv:
|
|
123
102
|
admin_log:
|
124
103
|
questionnaire:
|
125
104
|
update: "%{user_name} uppdaterade enkäten %{resource_name}"
|
126
|
-
errors:
|
127
|
-
answer:
|
128
|
-
body: Innehåll kan inte vara tomt
|
129
105
|
images:
|
130
106
|
dimensions: "%{width} x %{height} px"
|
131
107
|
processors:
|
@@ -141,21 +117,14 @@ sv:
|
|
141
117
|
single_option: Ett alternativ
|
142
118
|
sorting: Sortering
|
143
119
|
title_and_description: Titel och beskrivning
|
144
|
-
questionnaire_answer_presenter:
|
145
|
-
download_attachment: Ladda ner bilaga
|
146
120
|
questionnaires:
|
147
121
|
answer:
|
148
122
|
invalid: Det gick inte att besvara formuläret.
|
149
|
-
max_choices_alert: För många alternativ har valts
|
150
123
|
success: Formuläret har besvarats.
|
151
124
|
question:
|
152
125
|
max_choices: 'Högst antal val: %{n}'
|
153
126
|
show:
|
154
127
|
answer_questionnaire:
|
155
|
-
already_have_an_account?: Har du redan ett konto?
|
156
|
-
are_you_new?: Ny användare?
|
157
|
-
sign_in_description: Logga in för att göra enkäten
|
158
|
-
sign_up_description: Skapa ett konto för att göra enkäten
|
159
128
|
title: Besvara formuläret
|
160
129
|
current_step: Steg %{step}
|
161
130
|
empty: Formuläret har inga frågor än.
|
@@ -182,12 +151,6 @@ sv:
|
|
182
151
|
submit: Skicka in
|
183
152
|
user_answers_serializer:
|
184
153
|
body: Svar
|
185
|
-
completion: Slutfört
|
186
154
|
created_at: Besvarad
|
187
155
|
id: Svars-ID
|
188
|
-
ip_hash: IP Hash
|
189
156
|
question: Fråga
|
190
|
-
registered: Registrerad
|
191
|
-
session_token: Identifierare för användare
|
192
|
-
unregistered: Ej registrerad
|
193
|
-
user_status: Användarstatus
|
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.0
|
4
|
+
version: 0.30.0
|
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-04-29 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.0
|
22
|
+
version: 0.30.0
|
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.0
|
29
|
+
version: 0.30.0
|
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.0
|
36
|
+
version: 0.30.0
|
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.0
|
43
|
+
version: 0.30.0
|
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.0
|
50
|
+
version: 0.30.0
|
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.0
|
57
|
+
version: 0.30.0
|
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
|