decidim-forms 0.28.5 → 0.29.0.rc1
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/question_readonly_cell.rb +0 -2
- data/app/cells/decidim/forms/step_navigation/show.erb +3 -3
- data/app/cells/decidim/forms/step_navigation_cell.rb +2 -3
- data/app/commands/decidim/forms/answer_questionnaire.rb +4 -4
- data/app/controllers/decidim/forms/concerns/has_questionnaire.rb +1 -1
- data/app/forms/decidim/forms/admin/questionnaire_form.rb +2 -2
- data/app/forms/decidim/forms/answer_form.rb +2 -2
- data/app/forms/decidim/forms/questionnaire_form.rb +1 -1
- data/app/helpers/decidim/forms/application_helper.rb +2 -2
- data/app/models/decidim/forms/answer_choice.rb +0 -2
- data/app/models/decidim/forms/answer_option.rb +1 -1
- data/app/models/decidim/forms/display_condition.rb +11 -3
- data/app/models/decidim/forms/question_matrix_row.rb +1 -1
- data/app/presenters/decidim/forms/admin/questionnaire_participant_presenter.rb +7 -7
- data/app/views/decidim/forms/admin/questionnaires/_answer_option.html.erb +1 -1
- data/app/views/decidim/forms/admin/questionnaires/_display_condition.html.erb +2 -2
- data/app/views/decidim/forms/admin/questionnaires/_matrix_row.html.erb +1 -1
- data/app/views/decidim/forms/admin/questionnaires/_question.html.erb +4 -4
- data/app/views/decidim/forms/admin/questionnaires/_separator.html.erb +4 -4
- data/app/views/decidim/forms/admin/questionnaires/_title_and_description.html.erb +4 -4
- data/app/views/decidim/forms/questionnaires/_answer.html.erb +1 -11
- data/config/initializers/wicked_pdf.rb +6 -4
- data/config/locales/ar.yml +2 -4
- data/config/locales/bg.yml +6 -2
- data/config/locales/ca.yml +4 -4
- data/config/locales/cs.yml +0 -1
- data/config/locales/de.yml +5 -5
- data/config/locales/el.yml +5 -2
- data/config/locales/en.yml +2 -2
- data/config/locales/es-MX.yml +5 -5
- data/config/locales/es-PY.yml +5 -5
- data/config/locales/es.yml +5 -5
- data/config/locales/eu.yml +8 -8
- data/config/locales/fi-plain.yml +4 -4
- data/config/locales/fi.yml +5 -5
- data/config/locales/fr-CA.yml +3 -3
- data/config/locales/fr.yml +3 -3
- data/config/locales/gl.yml +3 -1
- data/config/locales/hu.yml +6 -4
- data/config/locales/id-ID.yml +2 -1
- data/config/locales/it.yml +4 -1
- data/config/locales/ja.yml +6 -1
- data/config/locales/lb.yml +4 -1
- data/config/locales/lt.yml +5 -2
- data/config/locales/lv.yml +3 -1
- data/config/locales/nl.yml +5 -1
- data/config/locales/no.yml +5 -1
- data/config/locales/pl.yml +6 -1
- data/config/locales/pt-BR.yml +5 -1
- data/config/locales/pt.yml +4 -1
- data/config/locales/ro-RO.yml +5 -3
- data/config/locales/sk.yml +2 -1
- data/config/locales/sv.yml +31 -44
- data/config/locales/tr-TR.yml +4 -1
- data/config/locales/val-ES.yml +2 -0
- data/config/locales/zh-CN.yml +4 -1
- data/config/locales/zh-TW.yml +5 -2
- data/db/migrate/20240402092039_add_answer_options_counter_cache_to_questions.rb +16 -0
- data/db/migrate/20240402095253_add_matrix_row_counter_cache_to_questions.rb +16 -0
- data/db/migrate/20240416111953_add_display_conditions_counter_cache_to_questions.rb +16 -0
- data/db/migrate/20240416113926_add_display_conditions_for_other_questions_counter_cache_to_questions.rb +16 -0
- data/decidim-forms.gemspec +3 -2
- data/lib/decidim/forms/test/shared_examples/has_questionnaire.rb +44 -70
- data/lib/decidim/forms/test/shared_examples/manage_questionnaire_answers.rb +12 -12
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/add_display_conditions.rb +10 -10
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/add_questions.rb +85 -85
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_display_conditions.rb +8 -8
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_questions.rb +82 -82
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires.rb +9 -9
- data/lib/decidim/forms/user_answers_serializer.rb +1 -1
- data/lib/decidim/forms/version.rb +1 -1
- metadata +31 -15
- data/config/locales/bn-BD.yml +0 -1
- data/config/locales/bs-BA.yml +0 -1
data/config/locales/es-MX.yml
CHANGED
@@ -22,7 +22,7 @@ es-MX:
|
|
22
22
|
too_long: es demasiado largo
|
23
23
|
choices:
|
24
24
|
missing: no están completos
|
25
|
-
too_many:
|
25
|
+
too_many: Puedes elegir un máximo de %{count} opciones.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Ha ocurrido un error al enviar tu solicitud. Por favor, Inténtalo de nuevo.
|
28
28
|
decidim:
|
@@ -83,12 +83,12 @@ es-MX:
|
|
83
83
|
add_question: Añadir pregunta
|
84
84
|
add_separator: Añadir separador
|
85
85
|
add_title_and_description: Añadir título y descripción
|
86
|
-
already_answered_warning:
|
86
|
+
already_answered_warning: Algunos usuarios ya han respondido al cuestionario, por lo que no puedes modificar las preguntas.
|
87
87
|
collapse: Contraer todas las preguntas
|
88
88
|
expand: Expandir todos las preguntas
|
89
89
|
preview: Previsualizar
|
90
90
|
title: Editar formulario para %{questionnaire_for}
|
91
|
-
unpublished_warning: El formulario no está publicado. Puedes modificar sus preguntas, pero al hacerlo
|
91
|
+
unpublished_warning: El formulario no está publicado. Puedes modificar sus preguntas, pero al hacerlo eliminará las respuestas actuales.
|
92
92
|
matrix_row:
|
93
93
|
matrix_row: Fila
|
94
94
|
remove: Retirar
|
@@ -158,7 +158,7 @@ es-MX:
|
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
160
160
|
are_you_new?: '¿Eres una nueva usuaria?'
|
161
|
-
sign_in_description: Inicia
|
161
|
+
sign_in_description: Inicia sesión para realizar la encuesta
|
162
162
|
sign_up_description: Crea una cuenta de participante para realizar la encuesta
|
163
163
|
title: Responde al cuestionario
|
164
164
|
current_step: Paso %{step}
|
@@ -181,7 +181,7 @@ es-MX:
|
|
181
181
|
tos_agreement: Al responder aceptas los Términos y condiciones de uso
|
182
182
|
step_navigation:
|
183
183
|
show:
|
184
|
-
are_you_sure: Esta acción no se puede deshacer y no podrás editar tus respuestas. ¿
|
184
|
+
are_you_sure: Esta acción no se puede deshacer y no podrás editar tus respuestas. ¿Estás seguro?
|
185
185
|
back: Atrás
|
186
186
|
continue: Continuar
|
187
187
|
submit: Enviar
|
data/config/locales/es-PY.yml
CHANGED
@@ -22,7 +22,7 @@ es-PY:
|
|
22
22
|
too_long: es demasiado largo
|
23
23
|
choices:
|
24
24
|
missing: no están completos
|
25
|
-
too_many:
|
25
|
+
too_many: Puedes elegir un máximo de %{count} opciones.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Ha ocurrido un error al enviar tu solicitud. Por favor, Inténtalo de nuevo.
|
28
28
|
decidim:
|
@@ -83,12 +83,12 @@ es-PY:
|
|
83
83
|
add_question: Añadir pregunta
|
84
84
|
add_separator: Añadir separador
|
85
85
|
add_title_and_description: Añadir título y descripción
|
86
|
-
already_answered_warning:
|
86
|
+
already_answered_warning: Algunos usuarios ya han respondido al cuestionario, por lo que no puedes modificar las preguntas.
|
87
87
|
collapse: Contraer todas las preguntas
|
88
88
|
expand: Expandir todos las preguntas
|
89
89
|
preview: Previsualizar
|
90
90
|
title: Editar formulario para %{questionnaire_for}
|
91
|
-
unpublished_warning: El formulario no está publicado. Puedes modificar sus preguntas, pero al hacerlo
|
91
|
+
unpublished_warning: El formulario no está publicado. Puedes modificar sus preguntas, pero al hacerlo eliminará las respuestas actuales.
|
92
92
|
matrix_row:
|
93
93
|
matrix_row: Fila
|
94
94
|
remove: Retirar
|
@@ -158,7 +158,7 @@ es-PY:
|
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
160
160
|
are_you_new?: '¿Eres una nueva usuaria?'
|
161
|
-
sign_in_description: Inicia
|
161
|
+
sign_in_description: Inicia sesión para realizar la encuesta
|
162
162
|
sign_up_description: Crea una cuenta de participante para realizar la encuesta
|
163
163
|
title: Responde al cuestionario
|
164
164
|
current_step: Paso %{step}
|
@@ -181,7 +181,7 @@ es-PY:
|
|
181
181
|
tos_agreement: Al responder aceptas los Términos y condiciones de uso
|
182
182
|
step_navigation:
|
183
183
|
show:
|
184
|
-
are_you_sure: Esta acción no se puede deshacer y no podrás editar tus respuestas. ¿
|
184
|
+
are_you_sure: Esta acción no se puede deshacer y no podrás editar tus respuestas. ¿Estás seguro?
|
185
185
|
back: Atrás
|
186
186
|
continue: Continuar
|
187
187
|
submit: Enviar
|
data/config/locales/es.yml
CHANGED
@@ -22,7 +22,7 @@ es:
|
|
22
22
|
too_long: es demasiado largo
|
23
23
|
choices:
|
24
24
|
missing: no están completos
|
25
|
-
too_many:
|
25
|
+
too_many: Puedes elegir un máximo de %{count} opciones.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Ha ocurrido un error al enviar tu solicitud. Por favor, Inténtalo de nuevo.
|
28
28
|
decidim:
|
@@ -83,12 +83,12 @@ es:
|
|
83
83
|
add_question: Añadir pregunta
|
84
84
|
add_separator: Añadir separador
|
85
85
|
add_title_and_description: Añadir título y descripción
|
86
|
-
already_answered_warning:
|
86
|
+
already_answered_warning: Algunas participantes ya han respondido el formulario, por lo que no puedes modificar las preguntas.
|
87
87
|
collapse: Contraer todas las preguntas
|
88
88
|
expand: Expandir todos las preguntas
|
89
89
|
preview: Previsualizar
|
90
90
|
title: Editar formulario para %{questionnaire_for}
|
91
|
-
unpublished_warning: El formulario no está publicado. Puedes modificar sus preguntas, pero al hacerlo
|
91
|
+
unpublished_warning: El formulario no está publicado. Puedes modificar sus preguntas, pero al hacerlo eliminará las respuestas actuales.
|
92
92
|
matrix_row:
|
93
93
|
matrix_row: Fila
|
94
94
|
remove: Eliminar
|
@@ -158,7 +158,7 @@ es:
|
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
160
160
|
are_you_new?: '¿Eres una nueva usuaria?'
|
161
|
-
sign_in_description: Inicia
|
161
|
+
sign_in_description: Inicia sesión para realizar la encuesta
|
162
162
|
sign_up_description: Crea una cuenta de participante para realizar la encuesta
|
163
163
|
title: Responde el formulario
|
164
164
|
current_step: Paso %{step}
|
@@ -181,7 +181,7 @@ es:
|
|
181
181
|
tos_agreement: Al participar aceptas los Términos y condiciones de uso
|
182
182
|
step_navigation:
|
183
183
|
show:
|
184
|
-
are_you_sure: Esta acción no se puede deshacer y no podrás editar tus respuestas. ¿
|
184
|
+
are_you_sure: Esta acción no se puede deshacer y no podrás editar tus respuestas. ¿Estás segura?
|
185
185
|
back: Atrás
|
186
186
|
continue: Continuar
|
187
187
|
submit: Enviar respuestas
|
data/config/locales/eu.yml
CHANGED
@@ -22,7 +22,7 @@ eu:
|
|
22
22
|
too_long: luzeegia da
|
23
23
|
choices:
|
24
24
|
missing: ez dira osatu
|
25
|
-
too_many:
|
25
|
+
too_many: Gehienez, %{count} aukeratu ahal duzu.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Errore bat egon da eskaera bidaltzean. Mesedez, saiatu berriro.
|
28
28
|
decidim:
|
@@ -83,12 +83,12 @@ eu:
|
|
83
83
|
add_question: Gehitu galdera
|
84
84
|
add_separator: Gehitu banatzailea
|
85
85
|
add_title_and_description: Gehitu izenburua eta deskribapena
|
86
|
-
already_answered_warning: Formularioa
|
86
|
+
already_answered_warning: Formularioa erabiltzaile batzuek erantzuten dute; beraz, ezin dira galderak aldatu.
|
87
87
|
collapse: Bildu galdera guztiak
|
88
88
|
expand: Zabaldu galdera guztiak
|
89
89
|
preview: Aurreikusi
|
90
90
|
title: Editatu galdetegia honetarako %{questionnaire_for}
|
91
|
-
unpublished_warning: Galdetegia ez dago argitaratuta.
|
91
|
+
unpublished_warning: Galdetegia ez dago argitaratuta. Bere galderak aldatu ahal dituzu, baina egitean oraingo erantzunak ezabatuko dira.
|
92
92
|
matrix_row:
|
93
93
|
matrix_row: Errenkada
|
94
94
|
remove: Kendu
|
@@ -126,7 +126,7 @@ eu:
|
|
126
126
|
success: Galdetegia zuzen gorde da.
|
127
127
|
admin_log:
|
128
128
|
questionnaire:
|
129
|
-
update: "%{user_name}
|
129
|
+
update: "%{user_name} erabiltzaileak %{resource_name} galdetegia eguneratu du"
|
130
130
|
errors:
|
131
131
|
answer:
|
132
132
|
body: "Gorputza ezin da hutsik egon\n"
|
@@ -157,7 +157,7 @@ eu:
|
|
157
157
|
show:
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: Baduzu kontu bat?
|
160
|
-
are_you_new?:
|
160
|
+
are_you_new?: Erabiltzaile berria?
|
161
161
|
sign_in_description: Hasi saioa inkesta egiteko
|
162
162
|
sign_up_description: Sortu parte-hartzaileen kontua inkesta egiteko
|
163
163
|
title: Erantzun formularioa
|
@@ -171,7 +171,7 @@ eu:
|
|
171
171
|
body: Galdetegia itxita dago eta ezin da erantzun.
|
172
172
|
title: Galdeketa itxia
|
173
173
|
questionnaire_for_private_users:
|
174
|
-
body: Galdetegia
|
174
|
+
body: Galdetegia erabiltzaile pribatuentzat soilik dago erabilgarri
|
175
175
|
title: Galdeketa itxia
|
176
176
|
questionnaire_js_disabled:
|
177
177
|
body: Galdetegi honen ezaugarri batzuk desaktibatu egingo dira. Zure esperientzia hobetzeko, gaitu JavaScript zure nabigatzailean.
|
@@ -193,6 +193,6 @@ eu:
|
|
193
193
|
ip_hash: IP Helbidearen Hash
|
194
194
|
question: Galdera
|
195
195
|
registered: Erregistratuta
|
196
|
-
session_token:
|
196
|
+
session_token: Erabiltzailearen identifikatzailea
|
197
197
|
unregistered: Erregistratu gabe
|
198
|
-
user_status:
|
198
|
+
user_status: Erabiltzailearen egoera
|
data/config/locales/fi-plain.yml
CHANGED
@@ -22,7 +22,7 @@ fi-pl:
|
|
22
22
|
too_long: liian pitkä
|
23
23
|
choices:
|
24
24
|
missing: ovat puutteellisia
|
25
|
-
too_many:
|
25
|
+
too_many: Voit valita enintään %{count} vaihtoehtoa.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Pyynnön käsittely ei onnistunut. Yritä uudestaan myöhemmin.
|
28
28
|
decidim:
|
@@ -83,12 +83,12 @@ fi-pl:
|
|
83
83
|
add_question: Lisää kysymys
|
84
84
|
add_separator: Lisää erotinviiva
|
85
85
|
add_title_and_description: Lisää otsikko ja kuvaus
|
86
|
-
already_answered_warning: Jotkut käyttäjät ovat jo vastanneet
|
86
|
+
already_answered_warning: Jotkut käyttäjät ovat jo vastanneet kyselyyn, joten et voi muokata kysymyksiä.
|
87
87
|
collapse: Sulje kaikki kysymykset
|
88
88
|
expand: Avaa kaikki kysymykset
|
89
89
|
preview: Esikatsele
|
90
90
|
title: Muokkaa lomaketta kyselylle %{questionnaire_for}
|
91
|
-
unpublished_warning: Lomaketta ei ole julkaistu. Voit muokata sen kysymyksiä, mutta
|
91
|
+
unpublished_warning: Lomaketta ei ole julkaistu. Voit muokata sen kysymyksiä, mutta muokkaaminen poistaa nykyiset vastaukset.
|
92
92
|
matrix_row:
|
93
93
|
matrix_row: Rivi
|
94
94
|
remove: Poista
|
@@ -181,7 +181,7 @@ fi-pl:
|
|
181
181
|
tos_agreement: Osallistumalla hyväksyt käyttöehdot
|
182
182
|
step_navigation:
|
183
183
|
show:
|
184
|
-
are_you_sure: Tätä toimintoa ei voi
|
184
|
+
are_you_sure: Tätä toimintoa ei voi kumota, etkä voi muokata vastauksiasi. Oletko varma?
|
185
185
|
back: Takaisin
|
186
186
|
continue: Jatka
|
187
187
|
submit: Lähetä
|
data/config/locales/fi.yml
CHANGED
@@ -22,7 +22,7 @@ fi:
|
|
22
22
|
too_long: liian pitkä
|
23
23
|
choices:
|
24
24
|
missing: ovat puutteellisia
|
25
|
-
too_many:
|
25
|
+
too_many: Voit valita enintään %{count} vaihtoehtoa.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Pyynnön käsittely ei onnistunut. Yritä uudestaan myöhemmin.
|
28
28
|
decidim:
|
@@ -83,12 +83,12 @@ fi:
|
|
83
83
|
add_question: Lisää kysymys
|
84
84
|
add_separator: Lisää erotinviiva
|
85
85
|
add_title_and_description: Lisää otsikko ja kuvaus
|
86
|
-
already_answered_warning: Jotkut käyttäjät ovat jo vastanneet
|
86
|
+
already_answered_warning: Jotkut käyttäjät ovat jo vastanneet tähän kyselylomakkeeseen, joten et voi enää muokata kysymyksiä.
|
87
87
|
collapse: Sulje kaikki kysymykset
|
88
88
|
expand: Avaa kaikki kysymykset
|
89
89
|
preview: Esikatsele
|
90
90
|
title: Muokkaa lomaketta kyselylle %{questionnaire_for}
|
91
|
-
unpublished_warning: Lomaketta ei ole julkaistu. Voit muokata sen kysymyksiä, mutta
|
91
|
+
unpublished_warning: Lomaketta ei ole julkaistu. Voit muokata sen kysymyksiä, mutta muokkaaminen poistaa nykyiset vastaukset.
|
92
92
|
matrix_row:
|
93
93
|
matrix_row: Rivi
|
94
94
|
remove: Poista
|
@@ -123,7 +123,7 @@ fi:
|
|
123
123
|
up: Ylös
|
124
124
|
update:
|
125
125
|
invalid: Kyselylomakkeen tallentaminen epäonnistui.
|
126
|
-
success:
|
126
|
+
success: Lomake tallennettu onnistuneesti.
|
127
127
|
admin_log:
|
128
128
|
questionnaire:
|
129
129
|
update: "%{user_name} päivitti kyselyä %{resource_name}"
|
@@ -181,7 +181,7 @@ fi:
|
|
181
181
|
tos_agreement: Osallistumalla hyväksyt käyttöehdot
|
182
182
|
step_navigation:
|
183
183
|
show:
|
184
|
-
are_you_sure: Tätä toimintoa ei voi
|
184
|
+
are_you_sure: Tätä toimintoa ei voi kumota, etkä voi muokata vastauksiasi. Oletko varma?
|
185
185
|
back: Takaisin
|
186
186
|
continue: Jatka
|
187
187
|
submit: Lähetä
|
data/config/locales/fr-CA.yml
CHANGED
@@ -22,7 +22,7 @@ fr-CA:
|
|
22
22
|
too_long: est trop long
|
23
23
|
choices:
|
24
24
|
missing: ne sont pas complets
|
25
|
-
too_many:
|
25
|
+
too_many: Vous pouvez choisir un maximum de %{count}.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Une erreur s'est produite. Veuillez réessayer.
|
28
28
|
decidim:
|
@@ -83,7 +83,7 @@ fr-CA:
|
|
83
83
|
add_question: Ajouter une question
|
84
84
|
add_separator: Ajouter un séparateur
|
85
85
|
add_title_and_description: Ajouter un titre et une description
|
86
|
-
already_answered_warning: Certains utilisateurs ont déjà répondu au
|
86
|
+
already_answered_warning: Certains utilisateurs ont déjà répondu au questionnaire, vous ne pouvez donc pas modifier ses questions.
|
87
87
|
collapse: Réduire toutes les questions
|
88
88
|
expand: Développer toutes les questions
|
89
89
|
preview: Aperçu
|
@@ -181,7 +181,7 @@ fr-CA:
|
|
181
181
|
tos_agreement: En participant, vous acceptez ses conditions d'utilisation
|
182
182
|
step_navigation:
|
183
183
|
show:
|
184
|
-
are_you_sure: Cette action ne peut pas être annulée et vous ne pourrez pas modifier vos réponses. Êtes-vous sûr
|
184
|
+
are_you_sure: Cette action ne peut pas être annulée et vous ne pourrez pas modifier vos réponses. Êtes-vous sûr?
|
185
185
|
back: Revenir en arrière
|
186
186
|
continue: Continuer
|
187
187
|
submit: Soumettre
|
data/config/locales/fr.yml
CHANGED
@@ -22,7 +22,7 @@ fr:
|
|
22
22
|
too_long: est trop long
|
23
23
|
choices:
|
24
24
|
missing: ne sont pas complets
|
25
|
-
too_many:
|
25
|
+
too_many: Vous pouvez choisir un maximum de %{count}.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Une erreur s'est produite. Veuillez réessayer.
|
28
28
|
decidim:
|
@@ -83,7 +83,7 @@ fr:
|
|
83
83
|
add_question: Ajouter une question
|
84
84
|
add_separator: Ajouter un séparateur
|
85
85
|
add_title_and_description: Ajouter un titre et une description
|
86
|
-
already_answered_warning: Certains utilisateurs ont déjà répondu au
|
86
|
+
already_answered_warning: Certains utilisateurs ont déjà répondu au questionnaire, vous ne pouvez donc pas modifier ses questions.
|
87
87
|
collapse: Réduire toutes les questions
|
88
88
|
expand: Développer toutes les questions
|
89
89
|
preview: Aperçu
|
@@ -181,7 +181,7 @@ fr:
|
|
181
181
|
tos_agreement: En participant, vous acceptez ces conditions d'utilisation
|
182
182
|
step_navigation:
|
183
183
|
show:
|
184
|
-
are_you_sure: Cette action ne peut pas être annulée et vous ne pourrez pas modifier vos réponses. Êtes-vous sûr
|
184
|
+
are_you_sure: Cette action ne peut pas être annulée et vous ne pourrez pas modifier vos réponses. Êtes-vous sûr?
|
185
185
|
back: Revenir en arrière
|
186
186
|
continue: Continuer
|
187
187
|
submit: Soumettre
|
data/config/locales/gl.yml
CHANGED
@@ -15,7 +15,6 @@ gl:
|
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
17
|
missing: non están completos
|
18
|
-
too_many: son demasiados
|
19
18
|
decidim:
|
20
19
|
forms:
|
21
20
|
admin:
|
@@ -33,6 +32,8 @@ gl:
|
|
33
32
|
save: Gardar
|
34
33
|
form:
|
35
34
|
add_question: Engadir pregunta
|
35
|
+
add_title_and_description: Engadir títutlo e descrición
|
36
|
+
already_answered_warning: Algúns usuarios xa responderon o cuestionario para que non poida modificar as súas preguntas.
|
36
37
|
matrix_row:
|
37
38
|
remove: Quitar
|
38
39
|
statement: Declaración
|
@@ -88,6 +89,7 @@ gl:
|
|
88
89
|
tos_agreement: Ao participar aceptas as Condicións de servizo
|
89
90
|
step_navigation:
|
90
91
|
show:
|
92
|
+
are_you_sure: Non se pode desfacer esta acción e non poderá editar as túas respostas. Estás seguro?
|
91
93
|
submit: Enviar
|
92
94
|
user_answers_serializer:
|
93
95
|
created_at: Respondeu
|
data/config/locales/hu.yml
CHANGED
@@ -15,7 +15,6 @@ hu:
|
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
17
|
missing: nem teljesek
|
18
|
-
too_many: túl sok
|
19
18
|
decidim:
|
20
19
|
forms:
|
21
20
|
admin:
|
@@ -28,16 +27,18 @@ hu:
|
|
28
27
|
answer_option: Válasz opció
|
29
28
|
free_text: Szabadszöveg
|
30
29
|
remove: Eltávolít
|
31
|
-
statement:
|
30
|
+
statement: Nyilatkozat
|
32
31
|
edit:
|
33
32
|
save: Mentés
|
34
33
|
form:
|
35
34
|
add_question: Kérdés hozzáadása
|
35
|
+
add_title_and_description: Adj hozzá címet és leírást
|
36
|
+
already_answered_warning: Néhány felhasználó már válaszolt a kérdőívre, így nem változtathatja meg kérdéseit.
|
36
37
|
collapse: Minden kérdés összecsukása
|
37
38
|
expand: Minden kérdés kibontása
|
38
39
|
matrix_row:
|
39
40
|
remove: Eltávolít
|
40
|
-
statement:
|
41
|
+
statement: Nyilatkozat
|
41
42
|
question:
|
42
43
|
add_answer_option: Válasz opció hozzáadása
|
43
44
|
any: Bármilyen
|
@@ -47,7 +48,7 @@ hu:
|
|
47
48
|
expand: Kibontás
|
48
49
|
question: Kérdés
|
49
50
|
remove: Eltávolít
|
50
|
-
statement:
|
51
|
+
statement: Nyilatkozat
|
51
52
|
up: Fel
|
52
53
|
title_and_description:
|
53
54
|
collapse: Összecsuk
|
@@ -91,6 +92,7 @@ hu:
|
|
91
92
|
tos_agreement: A részvétellel elfogadja az Általános Szerződési Feltételeket
|
92
93
|
step_navigation:
|
93
94
|
show:
|
95
|
+
are_you_sure: Ez a művelet nem vonható vissza, és nem tudod majd szerkeszteni a válaszokat. Biztos vagy ebben?
|
94
96
|
continue: Folytatás
|
95
97
|
submit: Beküldés
|
96
98
|
user_answers_serializer:
|
data/config/locales/id-ID.yml
CHANGED
@@ -15,7 +15,6 @@ id:
|
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
17
|
missing: tidak lengkap
|
18
|
-
too_many: terlalu banyak
|
19
18
|
decidim:
|
20
19
|
forms:
|
21
20
|
admin:
|
@@ -33,6 +32,7 @@ id:
|
|
33
32
|
save: Menyimpan
|
34
33
|
form:
|
35
34
|
add_question: Tambahkan pertanyaan
|
35
|
+
already_answered_warning: Formulir sudah dijawab oleh beberapa pengguna sehingga Anda tidak dapat mengubah pertanyaannya.
|
36
36
|
matrix_row:
|
37
37
|
remove: Menghapus
|
38
38
|
statement: Pernyataan
|
@@ -74,6 +74,7 @@ id:
|
|
74
74
|
tos_agreement: Dengan berpartisipasi Anda menerima Ketentuan Layanannya
|
75
75
|
step_navigation:
|
76
76
|
show:
|
77
|
+
are_you_sure: Tindakan ini tidak dapat diurungkan dan Anda tidak akan dapat mengedit jawaban Anda. Apakah kamu yakin
|
77
78
|
submit: Menyerahkan
|
78
79
|
user_answers_serializer:
|
79
80
|
created_at: Dijawab pada
|
data/config/locales/it.yml
CHANGED
@@ -22,7 +22,6 @@ it:
|
|
22
22
|
too_long: è troppo lungo
|
23
23
|
choices:
|
24
24
|
missing: non sono completi
|
25
|
-
too_many: sono troppi
|
26
25
|
decidim:
|
27
26
|
forms:
|
28
27
|
admin:
|
@@ -77,10 +76,13 @@ it:
|
|
77
76
|
title: Modifica questionario
|
78
77
|
form:
|
79
78
|
add_question: Aggiungi domanda
|
79
|
+
add_separator: Aggiungi separatore
|
80
|
+
already_answered_warning: Alcuni utenti hanno già risposto al questionario, quindi non è possibile modificare le sue domande.
|
80
81
|
collapse: Comprimi tutte le domande
|
81
82
|
expand: Espandi tutte le domande
|
82
83
|
preview: Anteprima
|
83
84
|
title: Modifica formulario per %{questionnaire_for}
|
85
|
+
unpublished_warning: Il modulo non è pubblicato. Puoi modificare le sue domande, ma in questo modo cancellerai le risposte correnti.
|
84
86
|
matrix_row:
|
85
87
|
matrix_row: Riga
|
86
88
|
remove: Rimuovere
|
@@ -147,6 +149,7 @@ it:
|
|
147
149
|
tos_agreement: Partecipando accetti i suoi Termini di servizio
|
148
150
|
step_navigation:
|
149
151
|
show:
|
152
|
+
are_you_sure: Questa azione non può essere annullata e non potrai modificare le tue risposte. Sei sicuro?
|
150
153
|
back: Indietro
|
151
154
|
continue: Continua
|
152
155
|
submit: Invia
|
data/config/locales/ja.yml
CHANGED
@@ -22,7 +22,7 @@ ja:
|
|
22
22
|
too_long: 長すぎます
|
23
23
|
choices:
|
24
24
|
missing: は完全ではありません
|
25
|
-
too_many:
|
25
|
+
too_many: 最大 %{count} 個まで選択できます。
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: リクエストの処理中にエラーが発生しました。もう一度やり直してください。
|
28
28
|
decidim:
|
@@ -81,10 +81,14 @@ ja:
|
|
81
81
|
title: アンケートを編集
|
82
82
|
form:
|
83
83
|
add_question: 質問を追加
|
84
|
+
add_separator: 区切り文字を追加
|
85
|
+
add_title_and_description: タイトルと説明を追加
|
86
|
+
already_answered_warning: このフォームはすでに一部のユーザーによって回答されているため、質問を修正することはできません。
|
84
87
|
collapse: すべての質問を閉じる
|
85
88
|
expand: すべての質問を展開
|
86
89
|
preview: プレビュー
|
87
90
|
title: '%{questionnaire_for} のフォームを編集'
|
91
|
+
unpublished_warning: フォームは公開されていません。質問を修正することはできますが、そうすると現在の回答が削除されます。
|
88
92
|
matrix_row:
|
89
93
|
matrix_row: 行
|
90
94
|
remove: 削除
|
@@ -177,6 +181,7 @@ ja:
|
|
177
181
|
tos_agreement: 参加することにより、利用規約に同意します。
|
178
182
|
step_navigation:
|
179
183
|
show:
|
184
|
+
are_you_sure: この操作は元に戻すことができず、回答を編集することはできません。よろしいですか?
|
180
185
|
back: 戻る
|
181
186
|
continue: 続ける
|
182
187
|
submit: 送信
|
data/config/locales/lb.yml
CHANGED
@@ -22,7 +22,6 @@ lb:
|
|
22
22
|
too_long: ist zu lang
|
23
23
|
choices:
|
24
24
|
missing: sind nicht vollständig
|
25
|
-
too_many: sind zu viele
|
26
25
|
decidim:
|
27
26
|
forms:
|
28
27
|
admin:
|
@@ -77,10 +76,13 @@ lb:
|
|
77
76
|
title: Fragebogen bearbeiten
|
78
77
|
form:
|
79
78
|
add_question: Frage hinzufügen
|
79
|
+
add_separator: Trennzeichen hinzufügen
|
80
|
+
already_answered_warning: Der Fragebogen wird bereits von einigen Benutzern beantwortet, sodass Sie die Fragen nicht ändern können.
|
80
81
|
collapse: Alle Fragen einklappen
|
81
82
|
expand: Alle Fragen ausklappen
|
82
83
|
preview: Vorschau
|
83
84
|
title: Formular für %{questionnaire_for} bearbeiten
|
85
|
+
unpublished_warning: Das Formular ist nicht öffentlich. Sie können die Fragen ändern, dabei werden allerdings die aktuellen Antworten gelöscht.
|
84
86
|
matrix_row:
|
85
87
|
matrix_row: Zeile
|
86
88
|
remove: Löschen
|
@@ -147,6 +149,7 @@ lb:
|
|
147
149
|
tos_agreement: Mit der Teilnahme stimmen Sie den Nutzungsbedingungen zu
|
148
150
|
step_navigation:
|
149
151
|
show:
|
152
|
+
are_you_sure: Diese Aktion kann nicht rückgängig gemacht werden und Sie können Ihre Antworten nicht bearbeiten. Bist du sicher?
|
150
153
|
back: Zurück
|
151
154
|
continue: Weiter
|
152
155
|
submit: einreichen
|
data/config/locales/lt.yml
CHANGED
@@ -22,7 +22,6 @@ lt:
|
|
22
22
|
too_long: per ilgas
|
23
23
|
choices:
|
24
24
|
missing: nepilnas - trūksta elementų
|
25
|
-
too_many: per daug
|
26
25
|
questionnaire:
|
27
26
|
request_invalid: Tvarkant prašymą įvyko klaida. Bandykite dar kartą.
|
28
27
|
decidim:
|
@@ -81,10 +80,14 @@ lt:
|
|
81
80
|
title: Redaguoti klausimyną
|
82
81
|
form:
|
83
82
|
add_question: Pridėti klausimą
|
83
|
+
add_separator: Pridėti skyriklį
|
84
|
+
add_title_and_description: Pridėti pavadinimą ir aprašymą
|
85
|
+
already_answered_warning: Kai kurie naudotojai jau atsakė į formos klausimus, todėl jos klausimų keisti nebegalite.
|
84
86
|
collapse: Suskleisti visus klausimus
|
85
87
|
expand: Išskleisti visus klausimus
|
86
88
|
preview: Peržiūra
|
87
89
|
title: Taisyti %{questionnaire_for} formą
|
90
|
+
unpublished_warning: Forma nepaskelbta. Galite keisti klausimus, tačiau tai darydami pašalinsite esamus atsakymus.
|
88
91
|
matrix_row:
|
89
92
|
matrix_row: Eilutė
|
90
93
|
remove: Pašalinti
|
@@ -154,7 +157,6 @@ lt:
|
|
154
157
|
answer_questionnaire:
|
155
158
|
already_have_an_account?: Jau turite paskyrą?
|
156
159
|
are_you_new?: Naujas naudotojas?
|
157
|
-
sign_in_description: Prisijunkite norėdami dalyvauti apklausoje
|
158
160
|
sign_up_description: Norėdami dalyvauti apklausoje, susikurkite dalyvio paskyrą
|
159
161
|
title: Atsakyti į formos klausimus
|
160
162
|
current_step: Žingsnis %{step}
|
@@ -176,6 +178,7 @@ lt:
|
|
176
178
|
tos_agreement: Dalyvaudami sutinkate su paslaugos teikimo sąlygomis
|
177
179
|
step_navigation:
|
178
180
|
show:
|
181
|
+
are_you_sure: Šio veiksmo atšaukti negalima ir savo atsakymų keisti negalėsite. Ar esate įsitikinę?
|
179
182
|
back: Atgal
|
180
183
|
continue: Tęsti
|
181
184
|
submit: Pateikti
|
data/config/locales/lv.yml
CHANGED
@@ -15,7 +15,6 @@ lv:
|
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
17
|
missing: nav pabeigti
|
18
|
-
too_many: ir par daudz
|
19
18
|
decidim:
|
20
19
|
forms:
|
21
20
|
admin:
|
@@ -34,6 +33,8 @@ lv:
|
|
34
33
|
title: Rediģēt aptauju
|
35
34
|
form:
|
36
35
|
add_question: Pievienot jautājumu
|
36
|
+
add_separator: Pievienot atdalītāju
|
37
|
+
already_answered_warning: Daži lietotāji jau ir atbildējuši uz jautājumiem veidlapā, tāpēc jūs nevarat mainīt tajā iekļautos jautājumus.
|
37
38
|
collapse: Sakļaut visus jautājumus
|
38
39
|
expand: Izvērst visus jautājumus
|
39
40
|
matrix_row:
|
@@ -93,6 +94,7 @@ lv:
|
|
93
94
|
tos_agreement: Piedaloties jūs piekrītat pakalpojumu sniegšanas noteikumiem.
|
94
95
|
step_navigation:
|
95
96
|
show:
|
97
|
+
are_you_sure: Šo darbību nevar atsaukt, un jūs nevarēsiet rediģēt savas atbildes. Vai esat pārliecināts?
|
96
98
|
back: Atpakaļ
|
97
99
|
continue: Turpināt
|
98
100
|
submit: Iesniegt
|
data/config/locales/nl.yml
CHANGED
@@ -17,7 +17,6 @@ nl:
|
|
17
17
|
attributes:
|
18
18
|
choices:
|
19
19
|
missing: zijn niet compleet
|
20
|
-
too_many: zijn te veel
|
21
20
|
decidim:
|
22
21
|
forms:
|
23
22
|
admin:
|
@@ -72,9 +71,13 @@ nl:
|
|
72
71
|
title: Bewerk vragenlijst
|
73
72
|
form:
|
74
73
|
add_question: Vraag toevoegen
|
74
|
+
add_separator: Scheidingsteken toevoegen
|
75
|
+
add_title_and_description: Titel en beschrijving toevoegen
|
76
|
+
already_answered_warning: De vragenlijst is al door enkele gebruikers beantwoord, dus u kunt de vragen niet wijzigen.
|
75
77
|
collapse: Alle vragen samenvouwen
|
76
78
|
expand: Vouw alle vragen uit
|
77
79
|
preview: Voorvertoning
|
80
|
+
unpublished_warning: Het formulier is niet gepubliceerd. Je kunt de vragen wijzigen, maar als je dit doet worden de huidige antwoorden verwijderd.
|
78
81
|
matrix_row:
|
79
82
|
matrix_row: Rij
|
80
83
|
remove: Verwijderen
|
@@ -150,6 +153,7 @@ nl:
|
|
150
153
|
tos_agreement: Door deel te nemen, gaat u akkoord met de Servicevoorwaarden
|
151
154
|
step_navigation:
|
152
155
|
show:
|
156
|
+
are_you_sure: Deze actie kan niet ongedaan gemaakt worden en u kunt uw antwoorden niet wijzigen. Weet u het zeker?
|
153
157
|
back: Achterzijde
|
154
158
|
continue: Doorgaan
|
155
159
|
submit: Verzenden
|
data/config/locales/no.yml
CHANGED
@@ -22,7 +22,6 @@
|
|
22
22
|
too_long: er for lang
|
23
23
|
choices:
|
24
24
|
missing: er ikke fullstendig
|
25
|
-
too_many: er for mange
|
26
25
|
decidim:
|
27
26
|
forms:
|
28
27
|
admin:
|
@@ -77,10 +76,14 @@
|
|
77
76
|
title: Rediger spørreskjema
|
78
77
|
form:
|
79
78
|
add_question: Legg til spørsmål
|
79
|
+
add_separator: Legg til skilletegn
|
80
|
+
add_title_and_description: Legg til tittel og beskrivelse
|
81
|
+
already_answered_warning: Skjemaet er allerede besvart av noen brukere derfor kan du ikke endre spørsmålene.
|
80
82
|
collapse: Skjul alle spørsmål
|
81
83
|
expand: Utvid alle spørsmål
|
82
84
|
preview: Forhåndsvis
|
83
85
|
title: Rediger skjema for %{questionnaire_for}
|
86
|
+
unpublished_warning: Skjemaet er ikke publisert. Du kan endre spørsmålet, men da slettes nåværende svar.
|
84
87
|
matrix_row:
|
85
88
|
matrix_row: Rad
|
86
89
|
remove: Fjern
|
@@ -157,6 +160,7 @@
|
|
157
160
|
tos_agreement: Ved å delta godtar du vilkårene for bruk
|
158
161
|
step_navigation:
|
159
162
|
show:
|
163
|
+
are_you_sure: Denne handlingen kan ikke angres, og du kan ikke redigere svarene dine. Er du sikker?
|
160
164
|
back: Tilbake
|
161
165
|
continue: Fortsett
|
162
166
|
submit: Send inn
|
data/config/locales/pl.yml
CHANGED
@@ -22,7 +22,7 @@ pl:
|
|
22
22
|
too_long: jest zbyt długie
|
23
23
|
choices:
|
24
24
|
missing: nie są kompletne
|
25
|
-
too_many:
|
25
|
+
too_many: Możesz wybrać maksymalnie %{count}.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Wystąpił błąd podczas obsługi żądania. Spróbuj ponownie.
|
28
28
|
decidim:
|
@@ -81,10 +81,14 @@ pl:
|
|
81
81
|
title: Edytuj formularz
|
82
82
|
form:
|
83
83
|
add_question: Dodaj pytanie
|
84
|
+
add_separator: Dodaj separator
|
85
|
+
add_title_and_description: Dodaj tytuł i opis
|
86
|
+
already_answered_warning: Niektórzy użytkownicy już odpowiedzieli na pytania tego formularza, więc nie można modyfikować jego pytań.
|
84
87
|
collapse: Zwiń wszystkie pytania
|
85
88
|
expand: Rozwiń wszystkie pytania
|
86
89
|
preview: Podgląd
|
87
90
|
title: Edytuj formularz dla %{questionnaire_for}
|
91
|
+
unpublished_warning: Formularz nie został jeszcze opublikowany. Możesz zmienić jego pytania, ale to spowoduje usunięcie bieżących odpowiedzi.
|
88
92
|
matrix_row:
|
89
93
|
matrix_row: Wiersz
|
90
94
|
remove: Usuń
|
@@ -177,6 +181,7 @@ pl:
|
|
177
181
|
tos_agreement: Biorąc udział akceptujesz Warunki korzystania z Platformy
|
178
182
|
step_navigation:
|
179
183
|
show:
|
184
|
+
are_you_sure: Tego działania nie można cofnąć i nie będzie można edytować odpowiedzi. Jesteś pewny?
|
180
185
|
back: Wróć
|
181
186
|
continue: Dalej
|
182
187
|
submit: Zatwierdź
|