decidim-forms 0.26.9 → 0.27.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/forms/admin/update_questionnaire.rb +13 -8
- data/app/commands/decidim/forms/answer_questionnaire.rb +1 -1
- data/app/controllers/decidim/forms/admin/concerns/has_questionnaire.rb +2 -2
- data/app/forms/decidim/forms/admin/display_condition_form.rb +3 -3
- data/app/models/decidim/forms/answer.rb +2 -2
- data/app/models/decidim/forms/display_condition.rb +1 -1
- data/app/models/decidim/forms/questionnaire.rb +7 -0
- data/app/packs/src/decidim/forms/admin/forms.js +0 -3
- data/app/presenters/decidim/forms/admin/questionnaire_answer_presenter.rb +13 -8
- data/app/presenters/decidim/forms/admin/questionnaire_participant_presenter.rb +5 -3
- data/app/presenters/decidim/forms/admin_log/questionnaire_presenter.rb +35 -0
- data/app/queries/decidim/forms/questionnaire_participant.rb +1 -1
- data/app/queries/decidim/forms/questionnaire_participants.rb +1 -1
- data/app/queries/decidim/forms/questionnaire_user_answers.rb +1 -1
- data/app/views/decidim/forms/admin/questionnaires/_form.html.erb +1 -1
- data/app/views/decidim/forms/admin/questionnaires/edit.html.erb +0 -2
- data/app/views/decidim/forms/questionnaires/_answer.html.erb +2 -2
- data/app/views/decidim/forms/questionnaires/show.html.erb +5 -3
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -0
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +7 -6
- data/config/locales/cs.yml +6 -5
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +2 -7
- data/config/locales/el.yml +1 -77
- data/config/locales/en.yml +5 -5
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +6 -5
- data/config/locales/es-PY.yml +6 -5
- data/config/locales/es.yml +7 -6
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +27 -45
- data/config/locales/fi-plain.yml +6 -5
- data/config/locales/fi.yml +6 -5
- data/config/locales/fr-CA.yml +3 -5
- data/config/locales/fr.yml +3 -5
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +5 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +4 -1
- data/config/locales/id-ID.yml +1 -0
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +1 -4
- data/config/locales/ja.yml +6 -5
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -4
- data/config/locales/lt.yml +1 -190
- data/config/locales/lv.yml +1 -4
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +1 -4
- data/config/locales/no.yml +1 -4
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +5 -21
- data/config/locales/pt-BR.yml +2 -18
- data/config/locales/pt.yml +1 -4
- data/config/locales/ro-RO.yml +1 -6
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -0
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +1 -4
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -4
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -4
- data/config/locales/zh-TW.yml +1 -190
- data/lib/decidim/exporters/form_pdf.rb +2 -2
- data/lib/decidim/forms/{data_portability_user_answers_serializer.rb → download_your_data_user_answers_serializer.rb} +2 -2
- data/lib/decidim/forms/test/factories.rb +22 -13
- data/lib/decidim/forms/test/shared_examples/manage_questionnaire_answers.rb +2 -25
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_questions.rb +2 -2
- data/lib/decidim/forms/user_answers_serializer.rb +3 -3
- data/lib/decidim/forms/version.rb +1 -1
- data/lib/decidim/forms.rb +1 -1
- metadata +14 -22
- data/config/environment.rb +0 -3
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -7
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/th-TH.yml +0 -1
data/config/locales/el.yml
CHANGED
@@ -1,24 +1,18 @@
|
|
1
|
+
---
|
1
2
|
el:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
answer:
|
5
6
|
body: Απάντηση
|
6
|
-
choices: Επιλογές
|
7
|
-
selected_choices: Επιλεγμένες επιλογές
|
8
7
|
question:
|
9
8
|
max_choices: Μέγιστος αριθμός επιλογών
|
10
9
|
question_type: Τύπος
|
11
10
|
questionnaire_question:
|
12
11
|
mandatory: Υποχρεωτικό
|
13
|
-
max_characters: Όριο χαρακτήρων (αφήστε στο 0 αν δεν υπάρχει όριο)
|
14
12
|
errors:
|
15
13
|
models:
|
16
14
|
answer:
|
17
15
|
attributes:
|
18
|
-
add_documents:
|
19
|
-
needs_to_be_reattached: Πρέπει να επισυναφθεί ξανά
|
20
|
-
body:
|
21
|
-
too_long: είναι πολύ μεγάλο
|
22
16
|
choices:
|
23
17
|
missing: δεν έχουν ολοκληρωθεί
|
24
18
|
too_many: είναι πάρα πολλά
|
@@ -32,68 +26,26 @@ el:
|
|
32
26
|
description: Περιγραφή
|
33
27
|
tos: Όροι χρήσης υπηρεσίας
|
34
28
|
questionnaires:
|
35
|
-
actions:
|
36
|
-
back: Επιστροφή στις ερωτήσεις
|
37
|
-
show: Εμφάνιση απαντήσεων
|
38
29
|
answer_option:
|
39
30
|
answer_option: Επιλογή απάντησης
|
40
31
|
free_text: Ελεύθερο κείμενο
|
41
32
|
remove: Κατάργηση
|
42
33
|
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: Επιλέξτε έναν τύπο συνθήκης
|
76
34
|
edit:
|
77
35
|
save: Αποθήκευση
|
78
36
|
title: Επεξεργασία ερωτηματολογίου
|
79
37
|
form:
|
80
38
|
add_question: Προσθήκη ερώτησης
|
81
39
|
add_separator: Προσθήκη διαχωριστικού
|
82
|
-
add_title_and_description: Προσθήκη τίτλου και περιγραφής
|
83
40
|
already_answered_warning: Η φόρμα έχει ήδη απαντηθεί από ορισμένους χρήστες, επομένως δεν μπορείτε να τροποποιήσετε τις ερωτήσεις της.
|
84
41
|
collapse: Σύμπτυξη όλων των ερωτήσεων
|
85
42
|
expand: Ανάπτυξη όλων των ερωτήσεων
|
86
|
-
preview: Προεπισκόπηση
|
87
|
-
title: Επεξεργασία φόρμας για %{questionnaire_for}
|
88
|
-
unpublished_warning: Η φόρμα δεν έχει δημοσιευτεί. Μπορείτε να τροποποιήσετε τις ερωτήσεις της, αλλά με αυτόν τον τρόπο θα διαγράψετε τις τρέχουσες απαντήσεις.
|
89
43
|
matrix_row:
|
90
44
|
matrix_row: Γραμμή
|
91
45
|
remove: Κατάργηση
|
92
46
|
statement: Δήλωση
|
93
47
|
question:
|
94
48
|
add_answer_option: Προσθήκη επιλογής απάντησης
|
95
|
-
add_display_condition: Προσθήκη συνθήκης εμφάνισης
|
96
|
-
add_display_condition_info: Αποθηκεύστε τη φόρμα για να ρυθμίσετε τις συνθήκες εμφάνισης
|
97
49
|
add_matrix_row: Προσθήκη γραμμής
|
98
50
|
any: Οποιαδήποτε
|
99
51
|
collapse: Σύμπτυξη
|
@@ -109,18 +61,8 @@ el:
|
|
109
61
|
remove: Κατάργηση
|
110
62
|
separator: Διαχωριστικό
|
111
63
|
up: Επάνω
|
112
|
-
title_and_description:
|
113
|
-
collapse: Σύμπτυξη
|
114
|
-
description: Περιγραφή
|
115
|
-
down: Κάτω
|
116
|
-
expand: Ανάπτυξη
|
117
|
-
remove: Αφαίρεση
|
118
|
-
title: Τίτλος
|
119
|
-
title_and_description: Τίτλος και περιγραφή
|
120
|
-
up: Πάνω
|
121
64
|
update:
|
122
65
|
invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της φόρμας.
|
123
|
-
success: Η φόρμα αποθηκεύτηκε επιτυχώς.
|
124
66
|
errors:
|
125
67
|
answer:
|
126
68
|
body: Το σώμα δεν μπορεί να είναι κενό
|
@@ -128,12 +70,7 @@ el:
|
|
128
70
|
extension_allowlist: 'Αποδεκτές μορφές:'
|
129
71
|
images:
|
130
72
|
dimensions: "Π %{width} x Υ %{height} px"
|
131
|
-
dimensions_info: 'Για αυτήν την εικόνα θα:'
|
132
|
-
processors:
|
133
|
-
resize_and_pad: Αλλάξει το μέγεθος και θα συμπληρωθεί σε
|
134
|
-
resize_to_fit: Αλλάξει το μέγεθος για προσαρμογή
|
135
73
|
question_types:
|
136
|
-
files: Αρχεία
|
137
74
|
long_answer: Μεγάλη απάντηση
|
138
75
|
matrix_multiple: Πίνακας (πολλαπλή επιλογή)
|
139
76
|
matrix_single: Πίνακας (μία επιλογή)
|
@@ -141,9 +78,6 @@ el:
|
|
141
78
|
short_answer: Σύντομη απάντηση
|
142
79
|
single_option: Μία επιλογή
|
143
80
|
sorting: Ταξινόμηση
|
144
|
-
title_and_description: Τίτλος και περιγραφή
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Λήψη συνημμένου
|
147
81
|
questionnaires:
|
148
82
|
answer:
|
149
83
|
invalid: Υπήρξε ένα πρόβλημα κατά την απάντηση της φόρμας.
|
@@ -166,11 +100,6 @@ el:
|
|
166
100
|
questionnaire_for_private_users:
|
167
101
|
body: Η φόρμα είναι διαθέσιμη μόνο για ιδιωτικούς χρήστες
|
168
102
|
title: Η φόρμα έκλεισε
|
169
|
-
questionnaire_js_disabled:
|
170
|
-
body: Ορισμένες από τις δυνατότητες αυτής της φόρμας θα απενεργοποιηθούν. Για να βελτιώσετε την εμπειρία σας, ενεργοποιήστε την JavaScript στο πρόγραμμα περιήγησης.
|
171
|
-
title: Η JavaScript είναι απενεργοποιημένη
|
172
|
-
questionnaire_not_published:
|
173
|
-
body: Αυτή η φόρμα δεν έχει δημοσιευτεί ακόμη.
|
174
103
|
tos_agreement: Με τη συμμετοχή σας, αποδέχεστε τους Όρους παροχής υπηρεσίας
|
175
104
|
step_navigation:
|
176
105
|
show:
|
@@ -179,13 +108,8 @@ el:
|
|
179
108
|
continue: Συνέχεια
|
180
109
|
submit: Υποβολή
|
181
110
|
user_answers_serializer:
|
182
|
-
body: Απάντηση
|
183
|
-
completion: Ολοκλήρωση
|
184
111
|
created_at: Απαντήθηκε στις
|
185
112
|
id: Αναγνωριστικό απάντησης
|
186
|
-
ip_hash: IP Hash
|
187
|
-
question: Ερώτηση
|
188
113
|
registered: Έχει εγγραφεί
|
189
|
-
session_token: Αναγνωριστικό χρήστη
|
190
114
|
unregistered: Δεν έχει εγγραφεί
|
191
115
|
user_status: Κατάσταση χρήστη
|
data/config/locales/en.yml
CHANGED
@@ -122,6 +122,9 @@ en:
|
|
122
122
|
update:
|
123
123
|
invalid: There was a problem saving the form.
|
124
124
|
success: Form successfully saved.
|
125
|
+
admin_log:
|
126
|
+
questionnaire:
|
127
|
+
update: "%{user_name} updated the %{resource_name} questionnaire"
|
125
128
|
errors:
|
126
129
|
answer:
|
127
130
|
body: Body can't be blank
|
@@ -129,10 +132,9 @@ en:
|
|
129
132
|
extension_allowlist: 'Accepted formats:'
|
130
133
|
images:
|
131
134
|
dimensions: "%{width} x %{height} px"
|
132
|
-
dimensions_info: 'This image will be:'
|
133
135
|
processors:
|
134
|
-
resize_and_pad:
|
135
|
-
resize_to_fit:
|
136
|
+
resize_and_pad: This image will be resized and padded to %{dimensions}.
|
137
|
+
resize_to_fit: This image will be resized to fit %{dimensions}.
|
136
138
|
question_types:
|
137
139
|
files: Files
|
138
140
|
long_answer: Long answer
|
@@ -143,8 +145,6 @@ en:
|
|
143
145
|
single_option: Single option
|
144
146
|
sorting: Sorting
|
145
147
|
title_and_description: Title and description
|
146
|
-
questionnaire_answer_presenter:
|
147
|
-
download_attachment: Download attachment
|
148
148
|
questionnaires:
|
149
149
|
answer:
|
150
150
|
invalid: There was a problem answering the form.
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-MX:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -121,6 +122,9 @@ es-MX:
|
|
121
122
|
update:
|
122
123
|
invalid: Ha habido errores al guardar el cuestionario.
|
123
124
|
success: Formulario guardado correctamente.
|
125
|
+
admin_log:
|
126
|
+
questionnaire:
|
127
|
+
update: "%{user_name} actualizó el cuestionario %{resource_name}"
|
124
128
|
errors:
|
125
129
|
answer:
|
126
130
|
body: El campo no puede estar en blanco
|
@@ -128,10 +132,9 @@ es-MX:
|
|
128
132
|
extension_allowlist: 'Formatos de archivo aceptados:'
|
129
133
|
images:
|
130
134
|
dimensions: "%{width} x %{height} px"
|
131
|
-
dimensions_info: 'Esta imagen medirá:'
|
132
135
|
processors:
|
133
|
-
resize_and_pad:
|
134
|
-
resize_to_fit:
|
136
|
+
resize_and_pad: Esta imagen será redimensionada y ajustada a %{dimensions}.
|
137
|
+
resize_to_fit: Esta imagen será redimensionada para ajustarse a %{dimensions}.
|
135
138
|
question_types:
|
136
139
|
files: Archivos
|
137
140
|
long_answer: Respuesta larga
|
@@ -142,8 +145,6 @@ es-MX:
|
|
142
145
|
single_option: Opción única
|
143
146
|
sorting: Ordenación
|
144
147
|
title_and_description: Titulo y descripción
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Descargar el archivo adjunto
|
147
148
|
questionnaires:
|
148
149
|
answer:
|
149
150
|
invalid: Ha habido errores al responder al cuestionario.
|
data/config/locales/es-PY.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-PY:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -121,6 +122,9 @@ es-PY:
|
|
121
122
|
update:
|
122
123
|
invalid: Ha habido errores al guardar el cuestionario.
|
123
124
|
success: Formulario guardado correctamente.
|
125
|
+
admin_log:
|
126
|
+
questionnaire:
|
127
|
+
update: "%{user_name} actualizó el cuestionario %{resource_name}"
|
124
128
|
errors:
|
125
129
|
answer:
|
126
130
|
body: El campo no puede estar en blanco
|
@@ -128,10 +132,9 @@ es-PY:
|
|
128
132
|
extension_allowlist: 'Formatos de archivo aceptados:'
|
129
133
|
images:
|
130
134
|
dimensions: "%{width} x %{height} px"
|
131
|
-
dimensions_info: 'Esta imagen medirá:'
|
132
135
|
processors:
|
133
|
-
resize_and_pad:
|
134
|
-
resize_to_fit:
|
136
|
+
resize_and_pad: Esta imagen será redimensionada y ajustada a %{dimensions}.
|
137
|
+
resize_to_fit: Esta imagen será redimensionada para ajustarse a %{dimensions}.
|
135
138
|
question_types:
|
136
139
|
files: Archivos
|
137
140
|
long_answer: Respuesta larga
|
@@ -142,8 +145,6 @@ es-PY:
|
|
142
145
|
single_option: Opción única
|
143
146
|
sorting: Ordenación
|
144
147
|
title_and_description: Titulo y descripción
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Descargar el archivo adjunto
|
147
148
|
questionnaires:
|
148
149
|
answer:
|
149
150
|
invalid: Ha habido errores al responder al cuestionario.
|
data/config/locales/es.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -72,7 +73,7 @@ es:
|
|
72
73
|
save_warning: Recuerda guardar el formulario antes de configurar las condiciones de visualización
|
73
74
|
select_answer_option: Seleccionar opción de respuesta
|
74
75
|
select_condition_question: Seleccionar una pregunta
|
75
|
-
select_condition_type:
|
76
|
+
select_condition_type: Seleccione un tipo de condición
|
76
77
|
edit:
|
77
78
|
save: Guardar
|
78
79
|
title: Editar el cuestionario
|
@@ -121,6 +122,9 @@ es:
|
|
121
122
|
update:
|
122
123
|
invalid: Se ha producido un error al guardar el formulario.
|
123
124
|
success: Formulario guardado correctamente.
|
125
|
+
admin_log:
|
126
|
+
questionnaire:
|
127
|
+
update: "%{user_name} actualizó el cuestionario %{resource_name}"
|
124
128
|
errors:
|
125
129
|
answer:
|
126
130
|
body: El campo no puede estar en blanco
|
@@ -128,10 +132,9 @@ es:
|
|
128
132
|
extension_allowlist: 'Formatos de archivo aceptados:'
|
129
133
|
images:
|
130
134
|
dimensions: "%{width} x %{height} px"
|
131
|
-
dimensions_info: 'Esta imagen medirá:'
|
132
135
|
processors:
|
133
|
-
resize_and_pad:
|
134
|
-
resize_to_fit:
|
136
|
+
resize_and_pad: Esta imagen será redimensionada y ajustada a %{dimensions}.
|
137
|
+
resize_to_fit: Esta imagen será redimensionada para ajustarse a %{dimensions}.
|
135
138
|
question_types:
|
136
139
|
files: Archivos
|
137
140
|
long_answer: Respuesta larga
|
@@ -142,8 +145,6 @@ es:
|
|
142
145
|
single_option: Opción única
|
143
146
|
sorting: Ordenación
|
144
147
|
title_and_description: Titulo y descripción
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Descargar el archivo adjunto
|
147
148
|
questionnaires:
|
148
149
|
answer:
|
149
150
|
invalid: Se ha producido un error al responder el formulario.
|
data/config/locales/et.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
eu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -6,10 +7,10 @@ eu:
|
|
6
7
|
choices: Aukerak
|
7
8
|
selected_choices: Hautatutako aukerak
|
8
9
|
question:
|
9
|
-
max_choices:
|
10
|
+
max_choices: Gehienezko aukera kopurua
|
10
11
|
question_type: Mota
|
11
12
|
questionnaire_question:
|
12
|
-
mandatory:
|
13
|
+
mandatory: derrigorrezko
|
13
14
|
max_characters: Karaktereen muga (utzi 0 mugarik ez badago)
|
14
15
|
errors:
|
15
16
|
models:
|
@@ -29,7 +30,7 @@ eu:
|
|
29
30
|
admin:
|
30
31
|
models:
|
31
32
|
components:
|
32
|
-
description:
|
33
|
+
description: deskribapena
|
33
34
|
tos: Zerbitzu-baldintzak
|
34
35
|
questionnaires:
|
35
36
|
actions:
|
@@ -39,7 +40,7 @@ eu:
|
|
39
40
|
answer_option: Erantzun aukera
|
40
41
|
free_text: Testu librea
|
41
42
|
remove: Kendu
|
42
|
-
statement:
|
43
|
+
statement: adierazpena
|
43
44
|
answers:
|
44
45
|
actions:
|
45
46
|
back: Itzuli erantzunetara
|
@@ -48,13 +49,13 @@ eu:
|
|
48
49
|
empty: Oraindik ez dago erantzunik
|
49
50
|
export:
|
50
51
|
answer:
|
51
|
-
title: '#%{number}
|
52
|
+
title: '#%{number} erantzuna'
|
52
53
|
export_response:
|
53
54
|
title: survey_user_answers_%{token}
|
54
55
|
index:
|
55
56
|
title: "Guztira %{total} erantzun"
|
56
57
|
show:
|
57
|
-
title: '#%{number}
|
58
|
+
title: '#%{number} erantzuna'
|
58
59
|
display_condition:
|
59
60
|
answer_option: Erantzuteko aukera
|
60
61
|
condition_question: Galdera
|
@@ -74,13 +75,12 @@ eu:
|
|
74
75
|
select_condition_question: Hautatu galdera bat
|
75
76
|
select_condition_type: Hautatu baldintza mota bat
|
76
77
|
edit:
|
77
|
-
save:
|
78
|
+
save: Save
|
78
79
|
title: Editatu galdetegia
|
79
80
|
form:
|
80
81
|
add_question: Gehitu galdera
|
81
82
|
add_separator: Gehitu banatzailea
|
82
|
-
|
83
|
-
already_answered_warning: Formularioa erabiltzaile batzuek erantzuten dute; beraz, ezin dira galderak aldatu.
|
83
|
+
already_answered_warning: Galdetegia dagoeneko erantzun dio erabiltzaile batzuek, beraz, ezin dituzu bere galderak aldatu.
|
84
84
|
collapse: Bildu galdera guztiak
|
85
85
|
expand: Zabaldu galdera guztiak
|
86
86
|
preview: Aurreikusi
|
@@ -89,7 +89,7 @@ eu:
|
|
89
89
|
matrix_row:
|
90
90
|
matrix_row: Errenkada
|
91
91
|
remove: Kendu
|
92
|
-
statement:
|
92
|
+
statement: adierazpena
|
93
93
|
question:
|
94
94
|
add_answer_option: Gehitu erantzun aukera
|
95
95
|
add_display_condition: Gehitu bistaratzeko baldintza
|
@@ -97,41 +97,28 @@ eu:
|
|
97
97
|
add_matrix_row: Gehitu errenkada
|
98
98
|
any: Edozein
|
99
99
|
collapse: Bildu
|
100
|
-
description:
|
101
|
-
down:
|
100
|
+
description: deskribapena
|
101
|
+
down: Down
|
102
102
|
expand: Zabaldu
|
103
103
|
question: Galdera
|
104
104
|
remove: Kendu
|
105
|
-
statement:
|
106
|
-
up:
|
105
|
+
statement: adierazpena
|
106
|
+
up: up
|
107
107
|
separator:
|
108
|
-
down:
|
108
|
+
down: Jaitsi
|
109
109
|
remove: Kendu
|
110
110
|
separator: Bereizlea
|
111
|
-
up:
|
112
|
-
title_and_description:
|
113
|
-
collapse: Kolapsoa
|
114
|
-
description: Deskribapena
|
115
|
-
down: Behera
|
116
|
-
expand: Zabaldu
|
117
|
-
remove: Kendu
|
118
|
-
title: Izenburua
|
119
|
-
title_and_description: Izenburua eta deskribapena
|
120
|
-
up: Gora
|
111
|
+
up: Igo
|
121
112
|
update:
|
122
|
-
invalid:
|
113
|
+
invalid: Akatsik egon da galdeketa gordetzean.
|
123
114
|
success: Galdetegia zuzen gorde da.
|
124
115
|
errors:
|
125
116
|
answer:
|
126
|
-
body:
|
117
|
+
body: Gorputza ezin da hutsik egon
|
127
118
|
files:
|
128
119
|
extension_allowlist: 'Onartutako formatuak:'
|
129
120
|
images:
|
130
121
|
dimensions: "%{width} x %{height} px"
|
131
|
-
dimensions_info: 'Irudi honek neurtuko du:'
|
132
|
-
processors:
|
133
|
-
resize_and_pad: Birdimentsionatua eta honi egokitua
|
134
|
-
resize_to_fit: Birdimentsionatua egokitzeko
|
135
122
|
question_types:
|
136
123
|
files: Fitxategiak
|
137
124
|
long_answer: Erantzun luzea
|
@@ -140,26 +127,23 @@ eu:
|
|
140
127
|
multiple_option: Hainbat aukera
|
141
128
|
short_answer: Erantzun laburra
|
142
129
|
single_option: Aukera bakarra
|
143
|
-
sorting:
|
144
|
-
title_and_description: Izenburua eta deskribapena
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Deskargatu eranskina
|
130
|
+
sorting: Lazcoz
|
147
131
|
questionnaires:
|
148
132
|
answer:
|
149
|
-
invalid:
|
133
|
+
invalid: Akatsik egon da galdeketa erantzutean.
|
150
134
|
max_choices_alert: Aukera gehiegi daude hautatuta
|
151
|
-
success:
|
135
|
+
success: Galdesortaz erantzun ona.
|
152
136
|
question:
|
153
|
-
max_choices: '
|
137
|
+
max_choices: 'Gehienezko aukerak: %{n}'
|
154
138
|
show:
|
155
139
|
answer_questionnaire:
|
156
140
|
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
|
141
|
+
title: Erantzun galdetegia
|
158
142
|
current_step: '%{step} urratsa'
|
159
143
|
of_total_steps: '%{total_steps} etik'
|
160
144
|
questionnaire_answered:
|
161
|
-
body:
|
162
|
-
title: Dagoeneko
|
145
|
+
body: Galdeketa honi erantzun dio.
|
146
|
+
title: Dagoeneko erantzun
|
163
147
|
questionnaire_closed:
|
164
148
|
body: Galdetegia itxita dago eta ezin da erantzun.
|
165
149
|
title: Galdeketa itxia
|
@@ -169,9 +153,7 @@ eu:
|
|
169
153
|
questionnaire_js_disabled:
|
170
154
|
body: Galdetegi honen ezaugarri batzuk desaktibatu egingo dira. Zure esperientzia hobetzeko, gaitu JavaScript zure nabigatzailean.
|
171
155
|
title: Javascript desaktibatuta dago
|
172
|
-
|
173
|
-
body: Argitalpen hau oraindik ez da argitaratu.
|
174
|
-
tos_agreement: Parte hartzean, haren zerbitzu-baldintzak onartzen dituzu
|
156
|
+
tos_agreement: Zerbitzu-baldintzak onartzen dituzunean parte hartuz
|
175
157
|
step_navigation:
|
176
158
|
show:
|
177
159
|
are_you_sure: Ekintza hau ezin da desegin eta ezin izango dituzu zure erantzunak editatu. Ziur zaude?
|
@@ -181,7 +163,7 @@ eu:
|
|
181
163
|
user_answers_serializer:
|
182
164
|
body: Erantzuna
|
183
165
|
completion: Amaiera
|
184
|
-
created_at:
|
166
|
+
created_at: Erantzuna
|
185
167
|
id: Erantzun IDa
|
186
168
|
ip_hash: IP Helbidearen Hash
|
187
169
|
question: Galdera
|
data/config/locales/fi-plain.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi-pl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -121,6 +122,9 @@ fi-pl:
|
|
121
122
|
update:
|
122
123
|
invalid: Kyselylomakkeiden tallentamisessa on tapahtunut virheitä.
|
123
124
|
success: Lomake tallennettu onnistuneesti.
|
125
|
+
admin_log:
|
126
|
+
questionnaire:
|
127
|
+
update: "%{user_name} päivitti kyselyä %{resource_name}"
|
124
128
|
errors:
|
125
129
|
answer:
|
126
130
|
body: Runkoteksti ei voi olla tyhjä
|
@@ -128,10 +132,9 @@ fi-pl:
|
|
128
132
|
extension_allowlist: 'Sallitut tiedostopäätteet:'
|
129
133
|
images:
|
130
134
|
dimensions: "%{width} x %{height} pikseliä"
|
131
|
-
dimensions_info: 'Tämän kuvan koko tulee olemaan:'
|
132
135
|
processors:
|
133
|
-
resize_and_pad:
|
134
|
-
resize_to_fit:
|
136
|
+
resize_and_pad: Kuvan kokoa muutetaan ja rajataan arvoon %{dimensions}.
|
137
|
+
resize_to_fit: Tämä kuva muutetaan kokoon %{dimensions} sopivaksi.
|
135
138
|
question_types:
|
136
139
|
files: Tiedostot
|
137
140
|
long_answer: Pitkä vastaus
|
@@ -142,8 +145,6 @@ fi-pl:
|
|
142
145
|
single_option: Yksi vaihtoehto
|
143
146
|
sorting: Järjestäminen
|
144
147
|
title_and_description: Otsikko ja kuvaus
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Lataa liite
|
147
148
|
questionnaires:
|
148
149
|
answer:
|
149
150
|
invalid: Kyselylomakkeeseen vastatessa tapahtui virheitä.
|
data/config/locales/fi.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -121,6 +122,9 @@ fi:
|
|
121
122
|
update:
|
122
123
|
invalid: Kyselylomakkeen tallentaminen epäonnistui.
|
123
124
|
success: Lomake tallennettu onnistuneesti.
|
125
|
+
admin_log:
|
126
|
+
questionnaire:
|
127
|
+
update: "%{user_name} päivitti kyselyä %{resource_name}"
|
124
128
|
errors:
|
125
129
|
answer:
|
126
130
|
body: Runkoteksti ei voi olla tyhjä
|
@@ -128,10 +132,9 @@ fi:
|
|
128
132
|
extension_allowlist: 'Sallitut tiedostopäätteet:'
|
129
133
|
images:
|
130
134
|
dimensions: "%{width} x %{height} pikseliä"
|
131
|
-
dimensions_info: 'Tämän kuvan koko tulee olemaan:'
|
132
135
|
processors:
|
133
|
-
resize_and_pad:
|
134
|
-
resize_to_fit:
|
136
|
+
resize_and_pad: Kuvan kokoa muutetaan ja rajataan arvoon %{dimensions}.
|
137
|
+
resize_to_fit: Tämä kuva muutetaan kokoon %{dimensions} sopivaksi.
|
135
138
|
question_types:
|
136
139
|
files: Tiedostot
|
137
140
|
long_answer: Pitkä vastaus
|
@@ -142,8 +145,6 @@ fi:
|
|
142
145
|
single_option: Yksi vaihtoehto
|
143
146
|
sorting: Järjestäminen
|
144
147
|
title_and_description: Otsikko ja kuvaus
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Lataa liite
|
147
148
|
questionnaires:
|
148
149
|
answer:
|
149
150
|
invalid: Kyselylomakkeeseen vastaaminen epäonnistui.
|
data/config/locales/fr-CA.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr-CA:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -128,10 +129,9 @@ fr-CA:
|
|
128
129
|
extension_allowlist: 'Formats acceptés :'
|
129
130
|
images:
|
130
131
|
dimensions: "%{width} x %{height} px"
|
131
|
-
dimensions_info: 'Cette image sera :'
|
132
132
|
processors:
|
133
|
-
resize_and_pad:
|
134
|
-
resize_to_fit:
|
133
|
+
resize_and_pad: Cette image sera redimensionnée et recadrée en %{dimensions}.
|
134
|
+
resize_to_fit: Cette image sera redimensionnée pour s'adapter à %{dimensions}.
|
135
135
|
question_types:
|
136
136
|
files: Fichiers
|
137
137
|
long_answer: Longue réponse
|
@@ -142,8 +142,6 @@ fr-CA:
|
|
142
142
|
single_option: Option unique
|
143
143
|
sorting: Tri
|
144
144
|
title_and_description: Titre et description
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Télécharger la pièce jointe
|
147
145
|
questionnaires:
|
148
146
|
answer:
|
149
147
|
invalid: Il y a eu des erreurs en répondant au questionnaire.
|
data/config/locales/fr.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -128,10 +129,9 @@ fr:
|
|
128
129
|
extension_allowlist: 'Formats acceptés :'
|
129
130
|
images:
|
130
131
|
dimensions: "%{width} x %{height} px"
|
131
|
-
dimensions_info: 'Cette image sera :'
|
132
132
|
processors:
|
133
|
-
resize_and_pad:
|
134
|
-
resize_to_fit:
|
133
|
+
resize_and_pad: Cette image sera redimensionnée et recadrée en %{dimensions}.
|
134
|
+
resize_to_fit: Cette image sera redimensionnée pour s'adapter à %{dimensions}.
|
135
135
|
question_types:
|
136
136
|
files: Fichiers
|
137
137
|
long_answer: Longue réponse
|
@@ -142,8 +142,6 @@ fr:
|
|
142
142
|
single_option: Option unique
|
143
143
|
sorting: Tri
|
144
144
|
title_and_description: Titre et description
|
145
|
-
questionnaire_answer_presenter:
|
146
|
-
download_attachment: Télécharger la pièce jointe
|
147
145
|
questionnaires:
|
148
146
|
answer:
|
149
147
|
invalid: Il y a eu des erreurs en répondant au questionnaire.
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
gl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -62,6 +63,10 @@ gl:
|
|
62
63
|
body: O corpo non pode estar en branco
|
63
64
|
files:
|
64
65
|
extension_allowlist: 'Formatos aceptados:'
|
66
|
+
images:
|
67
|
+
processors:
|
68
|
+
resize_and_pad: A imaxe axustarase para se encadrar a %{dimensions}.
|
69
|
+
resize_to_fit: A imaxe axustarase para se adaptar a %{dimensions}.
|
65
70
|
question_types:
|
66
71
|
long_answer: Resposta longa
|
67
72
|
multiple_option: Múltipla opción
|
data/config/locales/hr.yml
CHANGED
data/config/locales/hu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
hu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -68,6 +69,9 @@ hu:
|
|
68
69
|
body: A szövegtörzs nem lehet üres
|
69
70
|
files:
|
70
71
|
extension_allowlist: 'Elfogadott formátumok:'
|
72
|
+
images:
|
73
|
+
processors:
|
74
|
+
resize_to_fit: 'A kép át lesz méretezve erre a méretre: %{dimensions}.'
|
71
75
|
question_types:
|
72
76
|
long_answer: Hosszú válasz
|
73
77
|
multiple_option: Több választási lehetőség
|
@@ -98,7 +102,6 @@ hu:
|
|
98
102
|
step_navigation:
|
99
103
|
show:
|
100
104
|
are_you_sure: Ez a művelet nem vonható vissza, és nem tudod majd szerkeszteni a válaszokat. Biztos vagy ebben?
|
101
|
-
continue: Folytatás
|
102
105
|
submit: Beküldés
|
103
106
|
user_answers_serializer:
|
104
107
|
created_at: Válaszolt
|