decidim-forms 0.26.7 → 0.26.9
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/views/decidim/forms/admin/questionnaires/edit.html.erb +2 -0
- data/config/environment.rb +3 -0
- data/config/locales/de.yml +3 -1
- data/config/locales/el.yml +73 -0
- data/config/locales/es.yml +1 -1
- data/config/locales/eu.yml +12 -12
- data/config/locales/hu.yml +1 -0
- data/config/locales/kaa.yml +6 -0
- data/config/locales/lt.yml +2 -0
- data/config/locales/pl.yml +12 -0
- data/config/locales/pt-BR.yml +13 -0
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/th-TH.yml +1 -0
- data/lib/decidim/forms/user_answers_serializer.rb +1 -1
- data/lib/decidim/forms/version.rb +1 -1
- metadata +11 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aaeffa6011ad8acfab680100776a17441f2bb912ea9670e0e99e3bfe24799f82
|
|
4
|
+
data.tar.gz: a8bc5b99c963f43afa893189ff61522322938ccaaa2bd72dede814fd77fecdc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed7dbc44332e28c9026470ebb747da5967719c978aa6c297c17e734e3c255f726ee75c21a17f5e5f754ba947bdbf18a4b6b948c0683030ff48ffa28283eab79b
|
|
7
|
+
data.tar.gz: ad74db5e6f9e04689c4dc5b95fee1b2649d4dfa0be9d1d41c9f6e20396a36e27cd977c59b76df1bde7f73cc470c11cbf521259df11c61a450ada434cd676d7c9
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<% add_decidim_page_title(t("decidim.forms.admin.questionnaires.edit.title")) %>
|
|
2
|
+
|
|
1
3
|
<% if templates_defined? && choose_template? %>
|
|
2
4
|
<%= render partial: "decidim/templates/admin/questionnaire_templates/choose", locals: { target: questionnaire, form_title: t("decidim.forms.admin.questionnaires.edit.title") } %>
|
|
3
5
|
<% else %>
|
data/config/locales/de.yml
CHANGED
|
@@ -142,6 +142,8 @@ de:
|
|
|
142
142
|
single_option: Einzelne Option
|
|
143
143
|
sorting: Sortierung
|
|
144
144
|
title_and_description: Titel und Beschreibung
|
|
145
|
+
questionnaire_answer_presenter:
|
|
146
|
+
download_attachment: Anhang herunterladen
|
|
145
147
|
questionnaires:
|
|
146
148
|
answer:
|
|
147
149
|
invalid: Bei der Beantwortung des Fragebogens sind Fehler aufgetreten.
|
|
@@ -172,7 +174,7 @@ de:
|
|
|
172
174
|
tos_agreement: Mit der Teilnahme stimmen Sie den Nutzungsbedingungen zu
|
|
173
175
|
step_navigation:
|
|
174
176
|
show:
|
|
175
|
-
are_you_sure: Diese Aktion kann nicht rückgängig gemacht werden und Sie können Ihre Antworten nicht bearbeiten.
|
|
177
|
+
are_you_sure: Diese Aktion kann nicht rückgängig gemacht werden und Sie können Ihre Antworten nicht bearbeiten. Sind Sie sich sicher?
|
|
176
178
|
back: Zurück
|
|
177
179
|
continue: Weiter
|
|
178
180
|
submit: einreichen
|
data/config/locales/el.yml
CHANGED
|
@@ -3,15 +3,22 @@ el:
|
|
|
3
3
|
attributes:
|
|
4
4
|
answer:
|
|
5
5
|
body: Απάντηση
|
|
6
|
+
choices: Επιλογές
|
|
7
|
+
selected_choices: Επιλεγμένες επιλογές
|
|
6
8
|
question:
|
|
7
9
|
max_choices: Μέγιστος αριθμός επιλογών
|
|
8
10
|
question_type: Τύπος
|
|
9
11
|
questionnaire_question:
|
|
10
12
|
mandatory: Υποχρεωτικό
|
|
13
|
+
max_characters: Όριο χαρακτήρων (αφήστε στο 0 αν δεν υπάρχει όριο)
|
|
11
14
|
errors:
|
|
12
15
|
models:
|
|
13
16
|
answer:
|
|
14
17
|
attributes:
|
|
18
|
+
add_documents:
|
|
19
|
+
needs_to_be_reattached: Πρέπει να επισυναφθεί ξανά
|
|
20
|
+
body:
|
|
21
|
+
too_long: είναι πολύ μεγάλο
|
|
15
22
|
choices:
|
|
16
23
|
missing: δεν έχουν ολοκληρωθεί
|
|
17
24
|
too_many: είναι πάρα πολλά
|
|
@@ -25,26 +32,68 @@ el:
|
|
|
25
32
|
description: Περιγραφή
|
|
26
33
|
tos: Όροι χρήσης υπηρεσίας
|
|
27
34
|
questionnaires:
|
|
35
|
+
actions:
|
|
36
|
+
back: Επιστροφή στις ερωτήσεις
|
|
37
|
+
show: Εμφάνιση απαντήσεων
|
|
28
38
|
answer_option:
|
|
29
39
|
answer_option: Επιλογή απάντησης
|
|
30
40
|
free_text: Ελεύθερο κείμενο
|
|
31
41
|
remove: Κατάργηση
|
|
32
42
|
statement: Δήλωση
|
|
43
|
+
answers:
|
|
44
|
+
actions:
|
|
45
|
+
back: Επιστροφή στις απαντήσεις
|
|
46
|
+
export: Εξαγωγή
|
|
47
|
+
show: Εμφάνιση απαντήσεων
|
|
48
|
+
empty: Δεν υπάρχουν απαντήσεις ακόμη
|
|
49
|
+
export:
|
|
50
|
+
answer:
|
|
51
|
+
title: 'Απάντηση #%{number}'
|
|
52
|
+
export_response:
|
|
53
|
+
title: survey_user_answers_%{token}
|
|
54
|
+
index:
|
|
55
|
+
title: "%{total} συνολικές απαντήσεις"
|
|
56
|
+
show:
|
|
57
|
+
title: 'Απάντηση #%{number}'
|
|
58
|
+
display_condition:
|
|
59
|
+
answer_option: Επιλογή απάντησης
|
|
60
|
+
condition_question: Ερώτηση
|
|
61
|
+
condition_type: Συνθήκη
|
|
62
|
+
condition_types:
|
|
63
|
+
answered: Απαντήθηκε
|
|
64
|
+
equal: Ίσο
|
|
65
|
+
match: Περιλαμβάνει κείμενο
|
|
66
|
+
not_answered: Δεν απαντήθηκε
|
|
67
|
+
not_equal: Όχι ίσο
|
|
68
|
+
condition_value: Περιλαμβανόμενο κείμενο
|
|
69
|
+
display_condition: Συνθήκη εμφάνισης
|
|
70
|
+
mandatory: Αυτή η συνθήκη πρέπει να ικανοποιείται πάντα ανεξάρτητα από την κατάσταση άλλων συνθηκών
|
|
71
|
+
remove: Αφαίρεση
|
|
72
|
+
save_warning: Θυμηθείτε να αποθηκεύσετε τη φόρμα πριν διαμορφώσετε τις συνθήκες εμφάνισης
|
|
73
|
+
select_answer_option: Επιλέξτε επιλογή απάντησης
|
|
74
|
+
select_condition_question: Επιλέξτε μια ερώτηση
|
|
75
|
+
select_condition_type: Επιλέξτε έναν τύπο συνθήκης
|
|
33
76
|
edit:
|
|
34
77
|
save: Αποθήκευση
|
|
35
78
|
title: Επεξεργασία ερωτηματολογίου
|
|
36
79
|
form:
|
|
37
80
|
add_question: Προσθήκη ερώτησης
|
|
38
81
|
add_separator: Προσθήκη διαχωριστικού
|
|
82
|
+
add_title_and_description: Προσθήκη τίτλου και περιγραφής
|
|
39
83
|
already_answered_warning: Η φόρμα έχει ήδη απαντηθεί από ορισμένους χρήστες, επομένως δεν μπορείτε να τροποποιήσετε τις ερωτήσεις της.
|
|
40
84
|
collapse: Σύμπτυξη όλων των ερωτήσεων
|
|
41
85
|
expand: Ανάπτυξη όλων των ερωτήσεων
|
|
86
|
+
preview: Προεπισκόπηση
|
|
87
|
+
title: Επεξεργασία φόρμας για %{questionnaire_for}
|
|
88
|
+
unpublished_warning: Η φόρμα δεν έχει δημοσιευτεί. Μπορείτε να τροποποιήσετε τις ερωτήσεις της, αλλά με αυτόν τον τρόπο θα διαγράψετε τις τρέχουσες απαντήσεις.
|
|
42
89
|
matrix_row:
|
|
43
90
|
matrix_row: Γραμμή
|
|
44
91
|
remove: Κατάργηση
|
|
45
92
|
statement: Δήλωση
|
|
46
93
|
question:
|
|
47
94
|
add_answer_option: Προσθήκη επιλογής απάντησης
|
|
95
|
+
add_display_condition: Προσθήκη συνθήκης εμφάνισης
|
|
96
|
+
add_display_condition_info: Αποθηκεύστε τη φόρμα για να ρυθμίσετε τις συνθήκες εμφάνισης
|
|
48
97
|
add_matrix_row: Προσθήκη γραμμής
|
|
49
98
|
any: Οποιαδήποτε
|
|
50
99
|
collapse: Σύμπτυξη
|
|
@@ -60,8 +109,18 @@ el:
|
|
|
60
109
|
remove: Κατάργηση
|
|
61
110
|
separator: Διαχωριστικό
|
|
62
111
|
up: Επάνω
|
|
112
|
+
title_and_description:
|
|
113
|
+
collapse: Σύμπτυξη
|
|
114
|
+
description: Περιγραφή
|
|
115
|
+
down: Κάτω
|
|
116
|
+
expand: Ανάπτυξη
|
|
117
|
+
remove: Αφαίρεση
|
|
118
|
+
title: Τίτλος
|
|
119
|
+
title_and_description: Τίτλος και περιγραφή
|
|
120
|
+
up: Πάνω
|
|
63
121
|
update:
|
|
64
122
|
invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της φόρμας.
|
|
123
|
+
success: Η φόρμα αποθηκεύτηκε επιτυχώς.
|
|
65
124
|
errors:
|
|
66
125
|
answer:
|
|
67
126
|
body: Το σώμα δεν μπορεί να είναι κενό
|
|
@@ -74,6 +133,7 @@ el:
|
|
|
74
133
|
resize_and_pad: Αλλάξει το μέγεθος και θα συμπληρωθεί σε
|
|
75
134
|
resize_to_fit: Αλλάξει το μέγεθος για προσαρμογή
|
|
76
135
|
question_types:
|
|
136
|
+
files: Αρχεία
|
|
77
137
|
long_answer: Μεγάλη απάντηση
|
|
78
138
|
matrix_multiple: Πίνακας (πολλαπλή επιλογή)
|
|
79
139
|
matrix_single: Πίνακας (μία επιλογή)
|
|
@@ -81,6 +141,9 @@ el:
|
|
|
81
141
|
short_answer: Σύντομη απάντηση
|
|
82
142
|
single_option: Μία επιλογή
|
|
83
143
|
sorting: Ταξινόμηση
|
|
144
|
+
title_and_description: Τίτλος και περιγραφή
|
|
145
|
+
questionnaire_answer_presenter:
|
|
146
|
+
download_attachment: Λήψη συνημμένου
|
|
84
147
|
questionnaires:
|
|
85
148
|
answer:
|
|
86
149
|
invalid: Υπήρξε ένα πρόβλημα κατά την απάντηση της φόρμας.
|
|
@@ -103,6 +166,11 @@ el:
|
|
|
103
166
|
questionnaire_for_private_users:
|
|
104
167
|
body: Η φόρμα είναι διαθέσιμη μόνο για ιδιωτικούς χρήστες
|
|
105
168
|
title: Η φόρμα έκλεισε
|
|
169
|
+
questionnaire_js_disabled:
|
|
170
|
+
body: Ορισμένες από τις δυνατότητες αυτής της φόρμας θα απενεργοποιηθούν. Για να βελτιώσετε την εμπειρία σας, ενεργοποιήστε την JavaScript στο πρόγραμμα περιήγησης.
|
|
171
|
+
title: Η JavaScript είναι απενεργοποιημένη
|
|
172
|
+
questionnaire_not_published:
|
|
173
|
+
body: Αυτή η φόρμα δεν έχει δημοσιευτεί ακόμη.
|
|
106
174
|
tos_agreement: Με τη συμμετοχή σας, αποδέχεστε τους Όρους παροχής υπηρεσίας
|
|
107
175
|
step_navigation:
|
|
108
176
|
show:
|
|
@@ -111,8 +179,13 @@ el:
|
|
|
111
179
|
continue: Συνέχεια
|
|
112
180
|
submit: Υποβολή
|
|
113
181
|
user_answers_serializer:
|
|
182
|
+
body: Απάντηση
|
|
183
|
+
completion: Ολοκλήρωση
|
|
114
184
|
created_at: Απαντήθηκε στις
|
|
115
185
|
id: Αναγνωριστικό απάντησης
|
|
186
|
+
ip_hash: IP Hash
|
|
187
|
+
question: Ερώτηση
|
|
116
188
|
registered: Έχει εγγραφεί
|
|
189
|
+
session_token: Αναγνωριστικό χρήστη
|
|
117
190
|
unregistered: Δεν έχει εγγραφεί
|
|
118
191
|
user_status: Κατάσταση χρήστη
|
data/config/locales/es.yml
CHANGED
|
@@ -72,7 +72,7 @@ es:
|
|
|
72
72
|
save_warning: Recuerda guardar el formulario antes de configurar las condiciones de visualización
|
|
73
73
|
select_answer_option: Seleccionar opción de respuesta
|
|
74
74
|
select_condition_question: Seleccionar una pregunta
|
|
75
|
-
select_condition_type:
|
|
75
|
+
select_condition_type: Selecciona un tipo de condición
|
|
76
76
|
edit:
|
|
77
77
|
save: Guardar
|
|
78
78
|
title: Editar el cuestionario
|
data/config/locales/eu.yml
CHANGED
|
@@ -6,7 +6,7 @@ eu:
|
|
|
6
6
|
choices: Aukerak
|
|
7
7
|
selected_choices: Hautatutako aukerak
|
|
8
8
|
question:
|
|
9
|
-
max_choices:
|
|
9
|
+
max_choices: Gehieneko aukera kopurua
|
|
10
10
|
question_type: Mota
|
|
11
11
|
questionnaire_question:
|
|
12
12
|
mandatory: Derrigorrezkoa
|
|
@@ -48,13 +48,13 @@ eu:
|
|
|
48
48
|
empty: Oraindik ez dago erantzunik
|
|
49
49
|
export:
|
|
50
50
|
answer:
|
|
51
|
-
title: '#%{number}
|
|
51
|
+
title: '#%{number} erantzun'
|
|
52
52
|
export_response:
|
|
53
53
|
title: survey_user_answers_%{token}
|
|
54
54
|
index:
|
|
55
55
|
title: "Guztira %{total} erantzun"
|
|
56
56
|
show:
|
|
57
|
-
title: '#%{number}
|
|
57
|
+
title: '#%{number} erantzun'
|
|
58
58
|
display_condition:
|
|
59
59
|
answer_option: Erantzuteko aukera
|
|
60
60
|
condition_question: Galdera
|
|
@@ -79,8 +79,8 @@ eu:
|
|
|
79
79
|
form:
|
|
80
80
|
add_question: Gehitu galdera
|
|
81
81
|
add_separator: Gehitu banatzailea
|
|
82
|
-
add_title_and_description:
|
|
83
|
-
already_answered_warning: Formularioa erabiltzaile batzuek erantzuten dute
|
|
82
|
+
add_title_and_description: Gehitu izenburua eta deskribapena
|
|
83
|
+
already_answered_warning: Formularioa erabiltzaile batzuek erantzuten dute; beraz, ezin dira galderak aldatu.
|
|
84
84
|
collapse: Bildu galdera guztiak
|
|
85
85
|
expand: Zabaldu galdera guztiak
|
|
86
86
|
preview: Aurreikusi
|
|
@@ -110,7 +110,7 @@ eu:
|
|
|
110
110
|
separator: Bereizlea
|
|
111
111
|
up: Gora
|
|
112
112
|
title_and_description:
|
|
113
|
-
collapse:
|
|
113
|
+
collapse: Kolapsoa
|
|
114
114
|
description: Deskribapena
|
|
115
115
|
down: Behera
|
|
116
116
|
expand: Zabaldu
|
|
@@ -119,7 +119,7 @@ eu:
|
|
|
119
119
|
title_and_description: Izenburua eta deskribapena
|
|
120
120
|
up: Gora
|
|
121
121
|
update:
|
|
122
|
-
invalid:
|
|
122
|
+
invalid: Arazo bat egon da inprimakia gordetzean.
|
|
123
123
|
success: Galdetegia zuzen gorde da.
|
|
124
124
|
errors:
|
|
125
125
|
answer:
|
|
@@ -146,19 +146,19 @@ eu:
|
|
|
146
146
|
download_attachment: Deskargatu eranskina
|
|
147
147
|
questionnaires:
|
|
148
148
|
answer:
|
|
149
|
-
invalid:
|
|
149
|
+
invalid: Akats bat gertatu da galdeketa erantzutean.
|
|
150
150
|
max_choices_alert: Aukera gehiegi daude hautatuta
|
|
151
|
-
success:
|
|
151
|
+
success: Formularioa zuzen erantzunda.
|
|
152
152
|
question:
|
|
153
|
-
max_choices: '
|
|
153
|
+
max_choices: 'Gehieneko aukerak: %{n}'
|
|
154
154
|
show:
|
|
155
155
|
answer_questionnaire:
|
|
156
156
|
anonymous_user_message: <a href="%{sign_in_link}">Hasi saioa zure kontuarekin</a> edo <a href="%{sign_up_link}">saioa hasi</a> galdetegiari erantzuteko.
|
|
157
|
-
title: Erantzun
|
|
157
|
+
title: Erantzun formularioa
|
|
158
158
|
current_step: '%{step} urratsa'
|
|
159
159
|
of_total_steps: '%{total_steps} etik'
|
|
160
160
|
questionnaire_answered:
|
|
161
|
-
body:
|
|
161
|
+
body: Dagoeneko inkesta hau erantzun duzu.
|
|
162
162
|
title: Dagoeneko erantzunda
|
|
163
163
|
questionnaire_closed:
|
|
164
164
|
body: Galdetegia itxita dago eta ezin da erantzun.
|
data/config/locales/hu.yml
CHANGED
data/config/locales/kaa.yml
CHANGED
data/config/locales/lt.yml
CHANGED
|
@@ -142,6 +142,8 @@ lt:
|
|
|
142
142
|
single_option: Vienas variantas
|
|
143
143
|
sorting: Rūšiavimas
|
|
144
144
|
title_and_description: Pavadinimas ir aprašymas
|
|
145
|
+
questionnaire_answer_presenter:
|
|
146
|
+
download_attachment: Parsisiųsti priedą
|
|
145
147
|
questionnaires:
|
|
146
148
|
answer:
|
|
147
149
|
invalid: Atsakant į šią formą iškilo problema.
|
data/config/locales/pl.yml
CHANGED
|
@@ -79,6 +79,7 @@ pl:
|
|
|
79
79
|
form:
|
|
80
80
|
add_question: Dodaj pytanie
|
|
81
81
|
add_separator: Dodaj separator
|
|
82
|
+
add_title_and_description: Dodaj tytuł i opis
|
|
82
83
|
already_answered_warning: Niektórzy użytkownicy już odpowiedzieli na pytania tego formularza, więc nie można modyfikować jego pytań.
|
|
83
84
|
collapse: Zwiń wszystkie pytania
|
|
84
85
|
expand: Rozwiń wszystkie pytania
|
|
@@ -108,6 +109,15 @@ pl:
|
|
|
108
109
|
remove: Usuń
|
|
109
110
|
separator: Separator
|
|
110
111
|
up: W górę
|
|
112
|
+
title_and_description:
|
|
113
|
+
collapse: Zwiń
|
|
114
|
+
description: Opis
|
|
115
|
+
down: W dół
|
|
116
|
+
expand: Rozwiń
|
|
117
|
+
remove: Usuń
|
|
118
|
+
title: Tytuł
|
|
119
|
+
title_and_description: Tytuł i opis
|
|
120
|
+
up: W górę
|
|
111
121
|
update:
|
|
112
122
|
invalid: Podczas zapisywania formularza wystąpił błąd.
|
|
113
123
|
success: Formularz został zapisany.
|
|
@@ -132,6 +142,8 @@ pl:
|
|
|
132
142
|
single_option: Jedna opcja
|
|
133
143
|
sorting: Sortowanie
|
|
134
144
|
title_and_description: Tytuł i opis
|
|
145
|
+
questionnaire_answer_presenter:
|
|
146
|
+
download_attachment: Pobierz załącznik
|
|
135
147
|
questionnaires:
|
|
136
148
|
answer:
|
|
137
149
|
invalid: Podczas wypełniania formularza wystąpiły błędy.
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -79,6 +79,7 @@ pt-BR:
|
|
|
79
79
|
form:
|
|
80
80
|
add_question: Adicionar pergunta
|
|
81
81
|
add_separator: Adicionar separador
|
|
82
|
+
add_title_and_description: Adicionar título e descrição
|
|
82
83
|
already_answered_warning: O questionário já foi respondido por alguns usuários então você não pode modificar suas perguntas.
|
|
83
84
|
collapse: Recolher todas as questões
|
|
84
85
|
expand: Expandir todas as questões
|
|
@@ -108,6 +109,15 @@ pt-BR:
|
|
|
108
109
|
remove: Remover
|
|
109
110
|
separator: Separador
|
|
110
111
|
up: Para Cima
|
|
112
|
+
title_and_description:
|
|
113
|
+
collapse: Recolher
|
|
114
|
+
description: Descrição
|
|
115
|
+
down: Abaixo
|
|
116
|
+
expand: Expandir
|
|
117
|
+
remove: Excluir
|
|
118
|
+
title: Título
|
|
119
|
+
title_and_description: Título e descrição
|
|
120
|
+
up: Acima
|
|
111
121
|
update:
|
|
112
122
|
invalid: Houve erros ao salvar o questionário.
|
|
113
123
|
success: Formulário salvo com sucesso.
|
|
@@ -131,6 +141,9 @@ pt-BR:
|
|
|
131
141
|
short_answer: Resposta curta
|
|
132
142
|
single_option: Opção única
|
|
133
143
|
sorting: Classificação
|
|
144
|
+
title_and_description: Título e descrição
|
|
145
|
+
questionnaire_answer_presenter:
|
|
146
|
+
download_attachment: Baixar anexo
|
|
134
147
|
questionnaires:
|
|
135
148
|
answer:
|
|
136
149
|
invalid: Houve erros ao responder a pesquisa.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sq:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
th:
|
|
@@ -32,7 +32,7 @@ module Decidim
|
|
|
32
32
|
def hash_for(answer)
|
|
33
33
|
{
|
|
34
34
|
answer_translated_attribute_name(:id) => answer&.session_token,
|
|
35
|
-
answer_translated_attribute_name(:created_at) => answer&.created_at
|
|
35
|
+
answer_translated_attribute_name(:created_at) => answer&.created_at,
|
|
36
36
|
answer_translated_attribute_name(:ip_hash) => answer&.ip_hash,
|
|
37
37
|
answer_translated_attribute_name(:user_status) => answer_translated_attribute_name(answer&.decidim_user_id.present? ? "registered" : "unregistered")
|
|
38
38
|
}
|
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.26.
|
|
4
|
+
version: 0.26.9
|
|
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: 2023-
|
|
14
|
+
date: 2023-12-21 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: decidim-core
|
|
@@ -19,14 +19,14 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - '='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.26.
|
|
22
|
+
version: 0.26.9
|
|
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.26.
|
|
29
|
+
version: 0.26.9
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: wicked_pdf
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -61,28 +61,28 @@ dependencies:
|
|
|
61
61
|
requirements:
|
|
62
62
|
- - '='
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
|
-
version: 0.26.
|
|
64
|
+
version: 0.26.9
|
|
65
65
|
type: :development
|
|
66
66
|
prerelease: false
|
|
67
67
|
version_requirements: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
|
69
69
|
- - '='
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: 0.26.
|
|
71
|
+
version: 0.26.9
|
|
72
72
|
- !ruby/object:Gem::Dependency
|
|
73
73
|
name: decidim-dev
|
|
74
74
|
requirement: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
|
76
76
|
- - '='
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: 0.26.
|
|
78
|
+
version: 0.26.9
|
|
79
79
|
type: :development
|
|
80
80
|
prerelease: false
|
|
81
81
|
version_requirements: !ruby/object:Gem::Requirement
|
|
82
82
|
requirements:
|
|
83
83
|
- - '='
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 0.26.
|
|
85
|
+
version: 0.26.9
|
|
86
86
|
description: A forms gem for decidim.
|
|
87
87
|
email:
|
|
88
88
|
- josepjaume@gmail.com
|
|
@@ -185,6 +185,7 @@ files:
|
|
|
185
185
|
- app/views/decidim/forms/questionnaires/show.html.erb
|
|
186
186
|
- app/views/layouts/decidim/forms/admin/questionnaires/questionnaire_answers.html.erb
|
|
187
187
|
- config/assets.rb
|
|
188
|
+
- config/environment.rb
|
|
188
189
|
- config/initializers/wicked_pdf.rb
|
|
189
190
|
- config/locales/am-ET.yml
|
|
190
191
|
- config/locales/ar-SA.yml
|
|
@@ -252,9 +253,11 @@ files:
|
|
|
252
253
|
- config/locales/sk.yml
|
|
253
254
|
- config/locales/sl.yml
|
|
254
255
|
- config/locales/so-SO.yml
|
|
256
|
+
- config/locales/sq-AL.yml
|
|
255
257
|
- config/locales/sr-CS.yml
|
|
256
258
|
- config/locales/sv.yml
|
|
257
259
|
- config/locales/sw-KE.yml
|
|
260
|
+
- config/locales/th-TH.yml
|
|
258
261
|
- config/locales/ti-ER.yml
|
|
259
262
|
- config/locales/tr-TR.yml
|
|
260
263
|
- config/locales/uk.yml
|