decidim-forms 0.28.6 → 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 +10 -2
- data/config/locales/bg.yml +38 -2
- data/config/locales/ca.yml +11 -11
- data/config/locales/cs.yml +14 -4
- data/config/locales/de.yml +11 -11
- data/config/locales/el.yml +37 -2
- data/config/locales/en.yml +2 -2
- data/config/locales/es-MX.yml +14 -14
- data/config/locales/es-PY.yml +14 -14
- data/config/locales/es.yml +13 -13
- data/config/locales/eu.yml +14 -14
- data/config/locales/fi-plain.yml +9 -9
- data/config/locales/fi.yml +10 -10
- data/config/locales/fr-CA.yml +11 -11
- data/config/locales/fr.yml +11 -11
- data/config/locales/ga-IE.yml +5 -0
- data/config/locales/gl.yml +5 -2
- data/config/locales/hu.yml +11 -5
- data/config/locales/id-ID.yml +4 -2
- data/config/locales/it.yml +24 -2
- data/config/locales/ja.yml +7 -7
- data/config/locales/lb.yml +27 -2
- data/config/locales/lt.yml +37 -2
- data/config/locales/lv.yml +9 -2
- data/config/locales/nl.yml +23 -1
- data/config/locales/no.yml +27 -1
- data/config/locales/pl.yml +38 -1
- data/config/locales/pt-BR.yml +29 -1
- data/config/locales/pt.yml +26 -1
- data/config/locales/ro-RO.yml +41 -16
- data/config/locales/ru.yml +1 -2
- data/config/locales/sk.yml +7 -2
- data/config/locales/sl.yml +7 -0
- data/config/locales/sv.yml +52 -33
- data/config/locales/tr-TR.yml +22 -1
- data/config/locales/val-ES.yml +2 -0
- data/config/locales/zh-CN.yml +22 -1
- data/config/locales/zh-TW.yml +37 -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 -16
- data/config/locales/bn-BD.yml +0 -1
- data/config/locales/bs-BA.yml +0 -1
- data/config/locales/ca-IT.yml +0 -198
data/config/locales/eu.yml
CHANGED
@@ -10,19 +10,19 @@ eu:
|
|
10
10
|
max_choices: Gehieneko aukera kopurua
|
11
11
|
question_type: Mota
|
12
12
|
questionnaire_question:
|
13
|
-
mandatory:
|
13
|
+
mandatory: Derrigorrezkoa
|
14
14
|
max_characters: Karaktereen muga (utzi 0 mugarik ez badago)
|
15
15
|
errors:
|
16
16
|
models:
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached:
|
20
|
+
needs_to_be_reattached: Fitxategia berriro erantsi behar da
|
21
21
|
body:
|
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:
|
@@ -55,7 +55,7 @@ eu:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "Guztira
|
58
|
+
title: "Guztira %{total} erantzun"
|
59
59
|
show:
|
60
60
|
title: '#%{number} erantzun'
|
61
61
|
display_condition:
|
@@ -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,10 +126,10 @@ 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
|
-
body: Gorputza ezin da hutsik egon
|
132
|
+
body: "Gorputza ezin da hutsik egon\n"
|
133
133
|
images:
|
134
134
|
dimensions: "%{width} x %{height} px"
|
135
135
|
processors:
|
@@ -150,14 +150,14 @@ eu:
|
|
150
150
|
questionnaires:
|
151
151
|
answer:
|
152
152
|
invalid: Akats bat gertatu da galdeketa erantzutean.
|
153
|
-
max_choices_alert: Aukera gehiegi hautatuta
|
153
|
+
max_choices_alert: Aukera gehiegi daude hautatuta
|
154
154
|
success: Formularioa zuzen erantzunda.
|
155
155
|
question:
|
156
156
|
max_choices: 'Gehieneko aukerak: %{n}'
|
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.
|
@@ -190,9 +190,9 @@ eu:
|
|
190
190
|
completion: Amaiera
|
191
191
|
created_at: Erantzunda
|
192
192
|
id: Erantzun IDa
|
193
|
-
ip_hash: IP Helbidearen
|
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
@@ -17,12 +17,12 @@ fi-pl:
|
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached: Liitettävä
|
20
|
+
needs_to_be_reattached: Liitettävä uudelleen
|
21
21
|
body:
|
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:
|
@@ -55,7 +55,7 @@ fi-pl:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "
|
58
|
+
title: "%{total} vastausta yhteensä"
|
59
59
|
show:
|
60
60
|
title: 'Vastaus #%{number}'
|
61
61
|
display_condition:
|
@@ -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
|
@@ -150,14 +150,14 @@ fi-pl:
|
|
150
150
|
questionnaires:
|
151
151
|
answer:
|
152
152
|
invalid: Kyselylomakkeeseen vastatessa tapahtui virheitä.
|
153
|
-
max_choices_alert:
|
153
|
+
max_choices_alert: Liian monta vaihtoehtoa on valittu
|
154
154
|
success: Kyselyyn vastattu onnistuneesti.
|
155
155
|
question:
|
156
156
|
max_choices: 'Valintojen maksimimäärä: %{n}'
|
157
157
|
show:
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: Onko sinulla jo käyttäjätili?
|
160
|
-
are_you_new?:
|
160
|
+
are_you_new?: Oletko uusi käyttäjä?
|
161
161
|
sign_in_description: Kirjaudu sisään vastataksesi kyselyyn
|
162
162
|
sign_up_description: Luo tili tähän palveluun vastataksesi kyselyyn
|
163
163
|
title: Vastaa kyselyyn
|
@@ -181,13 +181,13 @@ 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ä
|
188
188
|
user_answers_serializer:
|
189
189
|
body: Vastaa
|
190
|
-
completion:
|
190
|
+
completion: Viimeistele
|
191
191
|
created_at: Vastattu
|
192
192
|
id: Vastaa tunnus
|
193
193
|
ip_hash: IP-tarkistesumma
|
data/config/locales/fi.yml
CHANGED
@@ -17,12 +17,12 @@ fi:
|
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached: Liitettävä
|
20
|
+
needs_to_be_reattached: Liitettävä uudelleen
|
21
21
|
body:
|
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:
|
@@ -55,7 +55,7 @@ fi:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "
|
58
|
+
title: "%{total} vastausta yhteensä"
|
59
59
|
show:
|
60
60
|
title: 'Vastaus #%{number}'
|
61
61
|
display_condition:
|
@@ -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}"
|
@@ -150,14 +150,14 @@ fi:
|
|
150
150
|
questionnaires:
|
151
151
|
answer:
|
152
152
|
invalid: Kyselylomakkeeseen vastaaminen epäonnistui.
|
153
|
-
max_choices_alert:
|
153
|
+
max_choices_alert: Liian monta vaihtoehtoa on valittu
|
154
154
|
success: Kyselylomakkeeseen vastaaminen onnistui.
|
155
155
|
question:
|
156
156
|
max_choices: 'Valintojen maksimimäärä: %{n}'
|
157
157
|
show:
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: Onko sinulla jo käyttäjätili?
|
160
|
-
are_you_new?:
|
160
|
+
are_you_new?: Oletko uusi käyttäjä?
|
161
161
|
sign_in_description: Kirjaudu sisään vastataksesi kyselyyn
|
162
162
|
sign_up_description: Luo tili tähän palveluun vastataksesi kyselyyn
|
163
163
|
title: Vastaa kyselylomakkeeseen
|
@@ -181,13 +181,13 @@ 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ä
|
188
188
|
user_answers_serializer:
|
189
189
|
body: Vastaa
|
190
|
-
completion:
|
190
|
+
completion: Viimeistele
|
191
191
|
created_at: Vastauksen ajankohta
|
192
192
|
id: Vastauksen ID
|
193
193
|
ip_hash: IP-tarkistesumma
|
data/config/locales/fr-CA.yml
CHANGED
@@ -17,12 +17,12 @@ fr-CA:
|
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached: Doit être
|
20
|
+
needs_to_be_reattached: Doit être téléchargé de nouveau
|
21
21
|
body:
|
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:
|
@@ -51,11 +51,11 @@ fr-CA:
|
|
51
51
|
empty: Pas encore de réponses
|
52
52
|
export:
|
53
53
|
answer:
|
54
|
-
title: 'Réponse
|
54
|
+
title: 'Réponse n°%{number}'
|
55
55
|
export_response:
|
56
56
|
title: réponses_utilisateur_sondage_%{token}
|
57
57
|
index:
|
58
|
-
title: "%{total} réponses
|
58
|
+
title: "%{total} réponses totales"
|
59
59
|
show:
|
60
60
|
title: 'Réponse n°%{number}'
|
61
61
|
display_condition:
|
@@ -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
|
@@ -129,7 +129,7 @@ fr-CA:
|
|
129
129
|
update: "%{user_name} a modifié le questionnaire %{resource_name}"
|
130
130
|
errors:
|
131
131
|
answer:
|
132
|
-
body:
|
132
|
+
body: ne peut être vide
|
133
133
|
images:
|
134
134
|
dimensions: "%{width} x %{height} px"
|
135
135
|
processors:
|
@@ -156,10 +156,10 @@ fr-CA:
|
|
156
156
|
max_choices: 'Choix maximum: %{n}'
|
157
157
|
show:
|
158
158
|
answer_questionnaire:
|
159
|
-
already_have_an_account?: Vous avez déjà un compte?
|
159
|
+
already_have_an_account?: Vous avez déjà un compte ?
|
160
160
|
are_you_new?: Nouvel utilisateur ?
|
161
161
|
sign_in_description: Connectez-vous pour répondre à l'enquête
|
162
|
-
sign_up_description:
|
162
|
+
sign_up_description: Créez votre compte utilisateur pour répondre à l'enquête
|
163
163
|
title: Répondez au questionnaire
|
164
164
|
current_step: Étape %{step}
|
165
165
|
empty: Aucune question configurée pour ce formulaire pour le moment.
|
@@ -181,13 +181,13 @@ 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
|
188
188
|
user_answers_serializer:
|
189
189
|
body: Répondre
|
190
|
-
completion:
|
190
|
+
completion: Achèvement
|
191
191
|
created_at: Répondu le
|
192
192
|
id: ID de réponse
|
193
193
|
ip_hash: Hachage IP
|
@@ -195,4 +195,4 @@ fr-CA:
|
|
195
195
|
registered: Enregistré
|
196
196
|
session_token: Identifiant de l'utilisateur
|
197
197
|
unregistered: Non enregistré
|
198
|
-
user_status:
|
198
|
+
user_status: Statut de l'utilisateur
|
data/config/locales/fr.yml
CHANGED
@@ -17,12 +17,12 @@ fr:
|
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached: Doit être
|
20
|
+
needs_to_be_reattached: Doit être téléchargé de nouveau
|
21
21
|
body:
|
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:
|
@@ -51,11 +51,11 @@ fr:
|
|
51
51
|
empty: Pas encore de réponses
|
52
52
|
export:
|
53
53
|
answer:
|
54
|
-
title: 'Réponse
|
54
|
+
title: 'Réponse n°%{number}'
|
55
55
|
export_response:
|
56
56
|
title: réponses_utilisateur_sondage_%{token}
|
57
57
|
index:
|
58
|
-
title: "%{total} réponses
|
58
|
+
title: "%{total} réponses totales"
|
59
59
|
show:
|
60
60
|
title: 'Réponse n°%{number}'
|
61
61
|
display_condition:
|
@@ -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
|
@@ -129,7 +129,7 @@ fr:
|
|
129
129
|
update: "%{user_name} a modifié le questionnaire %{resource_name}"
|
130
130
|
errors:
|
131
131
|
answer:
|
132
|
-
body:
|
132
|
+
body: ne peut être vide
|
133
133
|
images:
|
134
134
|
dimensions: "%{width} x %{height} px"
|
135
135
|
processors:
|
@@ -156,10 +156,10 @@ fr:
|
|
156
156
|
max_choices: 'Choix maximum: %{n}'
|
157
157
|
show:
|
158
158
|
answer_questionnaire:
|
159
|
-
already_have_an_account?: Vous avez déjà un compte?
|
159
|
+
already_have_an_account?: Vous avez déjà un compte ?
|
160
160
|
are_you_new?: Nouvel utilisateur ?
|
161
161
|
sign_in_description: Connectez-vous pour répondre à l'enquête
|
162
|
-
sign_up_description:
|
162
|
+
sign_up_description: Créez votre compte utilisateur pour répondre à l'enquête
|
163
163
|
title: Répondez au questionnaire
|
164
164
|
current_step: Étape %{step}
|
165
165
|
empty: Aucune question configurée pour ce formulaire pour le moment.
|
@@ -181,13 +181,13 @@ 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
|
188
188
|
user_answers_serializer:
|
189
189
|
body: Répondre
|
190
|
-
completion:
|
190
|
+
completion: Fin
|
191
191
|
created_at: Répondu le
|
192
192
|
id: ID de réponse
|
193
193
|
ip_hash: Hachage IP
|
@@ -195,4 +195,4 @@ fr:
|
|
195
195
|
registered: Enregistré
|
196
196
|
session_token: Identifiant de l'utilisateur
|
197
197
|
unregistered: Non enregistré
|
198
|
-
user_status:
|
198
|
+
user_status: Statut de l'utilisateur
|
data/config/locales/ga-IE.yml
CHANGED
@@ -4,6 +4,7 @@ ga:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Freagra
|
7
|
+
choices: Roghanna
|
7
8
|
question:
|
8
9
|
question_type: Cineál
|
9
10
|
decidim:
|
@@ -12,6 +13,9 @@ ga:
|
|
12
13
|
questionnaires:
|
13
14
|
answer_option:
|
14
15
|
remove: Bain as
|
16
|
+
answers:
|
17
|
+
actions:
|
18
|
+
export: Easpórtáil
|
15
19
|
display_condition:
|
16
20
|
condition_question: Ceist
|
17
21
|
condition_types:
|
@@ -46,4 +50,5 @@ ga:
|
|
46
50
|
submit: Deimhnigh
|
47
51
|
user_answers_serializer:
|
48
52
|
body: Freagra
|
53
|
+
ip_hash: Hais IP
|
49
54
|
question: Ceist
|
data/config/locales/gl.yml
CHANGED
@@ -14,7 +14,7 @@ gl:
|
|
14
14
|
answer:
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
|
-
|
17
|
+
missing: non están completos
|
18
18
|
decidim:
|
19
19
|
forms:
|
20
20
|
admin:
|
@@ -25,12 +25,15 @@ gl:
|
|
25
25
|
questionnaires:
|
26
26
|
answer_option:
|
27
27
|
answer_option: Opción de resposta
|
28
|
+
free_text: Texto libre
|
28
29
|
remove: Quitar
|
29
30
|
statement: Declaración
|
30
31
|
edit:
|
31
32
|
save: Gardar
|
32
33
|
form:
|
33
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.
|
34
37
|
matrix_row:
|
35
38
|
remove: Quitar
|
36
39
|
statement: Declaración
|
@@ -86,8 +89,8 @@ gl:
|
|
86
89
|
tos_agreement: Ao participar aceptas as Condicións de servizo
|
87
90
|
step_navigation:
|
88
91
|
show:
|
92
|
+
are_you_sure: Non se pode desfacer esta acción e non poderá editar as túas respostas. Estás seguro?
|
89
93
|
submit: Enviar
|
90
94
|
user_answers_serializer:
|
91
95
|
created_at: Respondeu
|
92
96
|
id: ID de resposta
|
93
|
-
question: Pregunta
|
data/config/locales/hu.yml
CHANGED
@@ -14,7 +14,7 @@ hu:
|
|
14
14
|
answer:
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
|
-
|
17
|
+
missing: nem teljesek
|
18
18
|
decidim:
|
19
19
|
forms:
|
20
20
|
admin:
|
@@ -25,17 +25,20 @@ hu:
|
|
25
25
|
questionnaires:
|
26
26
|
answer_option:
|
27
27
|
answer_option: Válasz opció
|
28
|
+
free_text: Szabadszöveg
|
28
29
|
remove: Eltávolít
|
29
|
-
statement:
|
30
|
+
statement: Nyilatkozat
|
30
31
|
edit:
|
31
32
|
save: Mentés
|
32
33
|
form:
|
33
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.
|
34
37
|
collapse: Minden kérdés összecsukása
|
35
38
|
expand: Minden kérdés kibontása
|
36
39
|
matrix_row:
|
37
40
|
remove: Eltávolít
|
38
|
-
statement:
|
41
|
+
statement: Nyilatkozat
|
39
42
|
question:
|
40
43
|
add_answer_option: Válasz opció hozzáadása
|
41
44
|
any: Bármilyen
|
@@ -45,7 +48,7 @@ hu:
|
|
45
48
|
expand: Kibontás
|
46
49
|
question: Kérdés
|
47
50
|
remove: Eltávolít
|
48
|
-
statement:
|
51
|
+
statement: Nyilatkozat
|
49
52
|
up: Fel
|
50
53
|
title_and_description:
|
51
54
|
collapse: Összecsuk
|
@@ -89,9 +92,12 @@ hu:
|
|
89
92
|
tos_agreement: A részvétellel elfogadja az Általános Szerződési Feltételeket
|
90
93
|
step_navigation:
|
91
94
|
show:
|
95
|
+
are_you_sure: Ez a művelet nem vonható vissza, és nem tudod majd szerkeszteni a válaszokat. Biztos vagy ebben?
|
92
96
|
continue: Folytatás
|
93
97
|
submit: Beküldés
|
94
98
|
user_answers_serializer:
|
95
99
|
created_at: Válaszolt
|
96
100
|
id: Válasz azonosító
|
97
|
-
|
101
|
+
registered: Regisztrált
|
102
|
+
unregistered: Nem regisztrált
|
103
|
+
user_status: Felhasználó státusza
|
data/config/locales/id-ID.yml
CHANGED
@@ -14,7 +14,7 @@ id:
|
|
14
14
|
answer:
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
|
-
|
17
|
+
missing: tidak lengkap
|
18
18
|
decidim:
|
19
19
|
forms:
|
20
20
|
admin:
|
@@ -25,12 +25,14 @@ id:
|
|
25
25
|
questionnaires:
|
26
26
|
answer_option:
|
27
27
|
answer_option: Opsi jawaban
|
28
|
+
free_text: Teks gratis
|
28
29
|
remove: Menghapus
|
29
30
|
statement: Pernyataan
|
30
31
|
edit:
|
31
32
|
save: Menyimpan
|
32
33
|
form:
|
33
34
|
add_question: Tambahkan pertanyaan
|
35
|
+
already_answered_warning: Formulir sudah dijawab oleh beberapa pengguna sehingga Anda tidak dapat mengubah pertanyaannya.
|
34
36
|
matrix_row:
|
35
37
|
remove: Menghapus
|
36
38
|
statement: Pernyataan
|
@@ -72,8 +74,8 @@ id:
|
|
72
74
|
tos_agreement: Dengan berpartisipasi Anda menerima Ketentuan Layanannya
|
73
75
|
step_navigation:
|
74
76
|
show:
|
77
|
+
are_you_sure: Tindakan ini tidak dapat diurungkan dan Anda tidak akan dapat mengedit jawaban Anda. Apakah kamu yakin
|
75
78
|
submit: Menyerahkan
|
76
79
|
user_answers_serializer:
|
77
80
|
created_at: Dijawab pada
|
78
81
|
id: ID jawaban
|
79
|
-
question: Pertanyaan
|
data/config/locales/it.yml
CHANGED
@@ -4,6 +4,8 @@ it:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Risposta
|
7
|
+
choices: Scelte
|
8
|
+
selected_choices: Scelte selezionate
|
7
9
|
question:
|
8
10
|
max_choices: Numero massimo di scelte
|
9
11
|
question_type: Tipo
|
@@ -14,8 +16,12 @@ it:
|
|
14
16
|
models:
|
15
17
|
answer:
|
16
18
|
attributes:
|
19
|
+
add_documents:
|
20
|
+
needs_to_be_reattached: Deve essere allegato nuovamente
|
21
|
+
body:
|
22
|
+
too_long: è troppo lungo
|
17
23
|
choices:
|
18
|
-
|
24
|
+
missing: non sono completi
|
19
25
|
decidim:
|
20
26
|
forms:
|
21
27
|
admin:
|
@@ -29,14 +35,22 @@ it:
|
|
29
35
|
show: Mostra risposte
|
30
36
|
answer_option:
|
31
37
|
answer_option: Opzione di risposta
|
38
|
+
free_text: Testo libero
|
32
39
|
remove: Rimuovere
|
33
40
|
statement: dichiarazione
|
34
41
|
answers:
|
35
42
|
actions:
|
43
|
+
back: Torna alle risposte
|
44
|
+
export: Esporta
|
36
45
|
show: Mostra risposte
|
37
46
|
empty: Ancora nessuna risposta
|
47
|
+
export:
|
48
|
+
answer:
|
49
|
+
title: 'Risposta #%{number}'
|
38
50
|
export_response:
|
39
51
|
title: risposte_utente_sondaggio_%{token}
|
52
|
+
index:
|
53
|
+
title: "%{total} risposte totali"
|
40
54
|
show:
|
41
55
|
title: 'Risposta #%{number}'
|
42
56
|
display_condition:
|
@@ -62,7 +76,8 @@ it:
|
|
62
76
|
title: Modifica questionario
|
63
77
|
form:
|
64
78
|
add_question: Aggiungi domanda
|
65
|
-
|
79
|
+
add_separator: Aggiungi separatore
|
80
|
+
already_answered_warning: Alcuni utenti hanno già risposto al questionario, quindi non è possibile modificare le sue domande.
|
66
81
|
collapse: Comprimi tutte le domande
|
67
82
|
expand: Espandi tutte le domande
|
68
83
|
preview: Anteprima
|
@@ -108,6 +123,7 @@ it:
|
|
108
123
|
questionnaires:
|
109
124
|
answer:
|
110
125
|
invalid: Ci sono stati errori nel rispondere al questionario.
|
126
|
+
max_choices_alert: Sono state selezionate troppe opzioni
|
111
127
|
success: Il questionario ha risposto con successo.
|
112
128
|
question:
|
113
129
|
max_choices: 'Scelte massime: %{n}'
|
@@ -139,6 +155,12 @@ it:
|
|
139
155
|
submit: Invia
|
140
156
|
user_answers_serializer:
|
141
157
|
body: Risposta
|
158
|
+
completion: Completamento
|
142
159
|
created_at: Risposto
|
143
160
|
id: ID risposta
|
161
|
+
ip_hash: Hash Ip
|
144
162
|
question: Domanda
|
163
|
+
registered: Registrato
|
164
|
+
session_token: Identificativo dell'utente
|
165
|
+
unregistered: Non registrato
|
166
|
+
user_status: Stato utente
|