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.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/forms/question_readonly_cell.rb +0 -2
  3. data/app/cells/decidim/forms/step_navigation/show.erb +3 -3
  4. data/app/cells/decidim/forms/step_navigation_cell.rb +2 -3
  5. data/app/commands/decidim/forms/answer_questionnaire.rb +4 -4
  6. data/app/controllers/decidim/forms/concerns/has_questionnaire.rb +1 -1
  7. data/app/forms/decidim/forms/admin/questionnaire_form.rb +2 -2
  8. data/app/forms/decidim/forms/answer_form.rb +2 -2
  9. data/app/forms/decidim/forms/questionnaire_form.rb +1 -1
  10. data/app/helpers/decidim/forms/application_helper.rb +2 -2
  11. data/app/models/decidim/forms/answer_choice.rb +0 -2
  12. data/app/models/decidim/forms/answer_option.rb +1 -1
  13. data/app/models/decidim/forms/display_condition.rb +11 -3
  14. data/app/models/decidim/forms/question_matrix_row.rb +1 -1
  15. data/app/presenters/decidim/forms/admin/questionnaire_participant_presenter.rb +7 -7
  16. data/app/views/decidim/forms/admin/questionnaires/_answer_option.html.erb +1 -1
  17. data/app/views/decidim/forms/admin/questionnaires/_display_condition.html.erb +2 -2
  18. data/app/views/decidim/forms/admin/questionnaires/_matrix_row.html.erb +1 -1
  19. data/app/views/decidim/forms/admin/questionnaires/_question.html.erb +4 -4
  20. data/app/views/decidim/forms/admin/questionnaires/_separator.html.erb +4 -4
  21. data/app/views/decidim/forms/admin/questionnaires/_title_and_description.html.erb +4 -4
  22. data/app/views/decidim/forms/questionnaires/_answer.html.erb +1 -11
  23. data/config/initializers/wicked_pdf.rb +6 -4
  24. data/config/locales/ar.yml +10 -2
  25. data/config/locales/bg.yml +38 -2
  26. data/config/locales/ca.yml +11 -11
  27. data/config/locales/cs.yml +14 -4
  28. data/config/locales/de.yml +11 -11
  29. data/config/locales/el.yml +37 -2
  30. data/config/locales/en.yml +2 -2
  31. data/config/locales/es-MX.yml +14 -14
  32. data/config/locales/es-PY.yml +14 -14
  33. data/config/locales/es.yml +13 -13
  34. data/config/locales/eu.yml +14 -14
  35. data/config/locales/fi-plain.yml +9 -9
  36. data/config/locales/fi.yml +10 -10
  37. data/config/locales/fr-CA.yml +11 -11
  38. data/config/locales/fr.yml +11 -11
  39. data/config/locales/ga-IE.yml +5 -0
  40. data/config/locales/gl.yml +5 -2
  41. data/config/locales/hu.yml +11 -5
  42. data/config/locales/id-ID.yml +4 -2
  43. data/config/locales/it.yml +24 -2
  44. data/config/locales/ja.yml +7 -7
  45. data/config/locales/lb.yml +27 -2
  46. data/config/locales/lt.yml +37 -2
  47. data/config/locales/lv.yml +9 -2
  48. data/config/locales/nl.yml +23 -1
  49. data/config/locales/no.yml +27 -1
  50. data/config/locales/pl.yml +38 -1
  51. data/config/locales/pt-BR.yml +29 -1
  52. data/config/locales/pt.yml +26 -1
  53. data/config/locales/ro-RO.yml +41 -16
  54. data/config/locales/ru.yml +1 -2
  55. data/config/locales/sk.yml +7 -2
  56. data/config/locales/sl.yml +7 -0
  57. data/config/locales/sv.yml +52 -33
  58. data/config/locales/tr-TR.yml +22 -1
  59. data/config/locales/val-ES.yml +2 -0
  60. data/config/locales/zh-CN.yml +22 -1
  61. data/config/locales/zh-TW.yml +37 -2
  62. data/db/migrate/20240402092039_add_answer_options_counter_cache_to_questions.rb +16 -0
  63. data/db/migrate/20240402095253_add_matrix_row_counter_cache_to_questions.rb +16 -0
  64. data/db/migrate/20240416111953_add_display_conditions_counter_cache_to_questions.rb +16 -0
  65. data/db/migrate/20240416113926_add_display_conditions_for_other_questions_counter_cache_to_questions.rb +16 -0
  66. data/decidim-forms.gemspec +3 -2
  67. data/lib/decidim/forms/test/shared_examples/has_questionnaire.rb +44 -70
  68. data/lib/decidim/forms/test/shared_examples/manage_questionnaire_answers.rb +12 -12
  69. data/lib/decidim/forms/test/shared_examples/manage_questionnaires/add_display_conditions.rb +10 -10
  70. data/lib/decidim/forms/test/shared_examples/manage_questionnaires/add_questions.rb +85 -85
  71. data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_display_conditions.rb +8 -8
  72. data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_questions.rb +82 -82
  73. data/lib/decidim/forms/test/shared_examples/manage_questionnaires.rb +9 -9
  74. data/lib/decidim/forms/user_answers_serializer.rb +1 -1
  75. data/lib/decidim/forms/version.rb +1 -1
  76. metadata +31 -16
  77. data/config/locales/bn-BD.yml +0 -1
  78. data/config/locales/bs-BA.yml +0 -1
  79. data/config/locales/ca-IT.yml +0 -198
@@ -17,12 +17,12 @@ ca:
17
17
  answer:
18
18
  attributes:
19
19
  add_documents:
20
- needs_to_be_reattached: És necessari tornar a adjuntar el fitxer
20
+ needs_to_be_reattached: Ha de ser adjuntat de nou
21
21
  body:
22
22
  too_long: és massa llarg
23
23
  choices:
24
- missing: no estan completes
25
- too_many: en són masses
24
+ missing: no estan complets
25
+ too_many: Pots triar un màxim de %{count} opcions.
26
26
  questionnaire:
27
27
  request_invalid: Hi ha hagut un problema gestionant la petició. Si us plau, torna-ho a provar.
28
28
  decidim:
@@ -39,7 +39,7 @@ ca:
39
39
  answer_option:
40
40
  answer_option: Opció de resposta
41
41
  free_text: Text lliure
42
- remove: Eliminar
42
+ remove: Elimina
43
43
  statement: Declaració
44
44
  answers:
45
45
  actions:
@@ -55,7 +55,7 @@ ca:
55
55
  export_response:
56
56
  title: survey_user_answers_%{token}
57
57
  index:
58
- title: "%{total} respostes en total"
58
+ title: "%{total} respostes totals"
59
59
  show:
60
60
  title: 'Resposta #%{number}'
61
61
  display_condition:
@@ -83,12 +83,12 @@ ca:
83
83
  add_question: Afegeix una pregunta
84
84
  add_separator: Afegir separador
85
85
  add_title_and_description: Afegir títol i descripció
86
- already_answered_warning: No pots modificar les preguntes d'aquest formulari perquè algunes participants ja han respost el formulari.
86
+ already_answered_warning: No pots modificar les preguntes d'aquest formulari perquè ja ha estat contestat per algunes participants.
87
87
  collapse: Redueix totes les preguntes
88
88
  expand: Expandeix totes les preguntes
89
89
  preview: Previsualitzar
90
90
  title: Editar formulari per %{questionnaire_for}
91
- unpublished_warning: El formulari no està publicat. Pots modificar les preguntes, però en fer-ho s'esborraran les respostes actuals.
91
+ unpublished_warning: El formulari no està publicat. Pots modificar les preguntes, però al fer-ho s'esborraran les respostes actuals.
92
92
  matrix_row:
93
93
  matrix_row: Fila
94
94
  remove: Elimina
@@ -150,7 +150,7 @@ ca:
150
150
  questionnaires:
151
151
  answer:
152
152
  invalid: S'han produït un error en respondre el formulari.
153
- max_choices_alert: Has seleccionat massa opcions
153
+ max_choices_alert: Hi ha massa opcions seleccionades
154
154
  success: Has contestat el formulari correctament.
155
155
  question:
156
156
  max_choices: 'Opcions màximes: %{n}'
@@ -181,7 +181,7 @@ ca:
181
181
  tos_agreement: En participar acceptes els Termes i condicions d'ús
182
182
  step_navigation:
183
183
  show:
184
- are_you_sure: Aquesta acció no es pot desfer i no podràs editar les respostes. Segur que vols continuar?
184
+ are_you_sure: Aquesta acció no es pot desfer i no podràs editar les teves respostes. Segur?
185
185
  back: Enrere
186
186
  continue: Continuar
187
187
  submit: Enviar respostes
@@ -190,9 +190,9 @@ ca:
190
190
  completion: Finalització
191
191
  created_at: Respost el
192
192
  id: Identificador de resposta
193
- ip_hash: Hash de l'adreça IP
193
+ ip_hash: Hash d'adreça IP
194
194
  question: Pregunta
195
195
  registered: Registrada
196
196
  session_token: Identificador d'usuària
197
197
  unregistered: No registrada
198
- user_status: Estat de la usuària
198
+ user_status: Estat de l'usuària
@@ -17,12 +17,11 @@ cs:
17
17
  answer:
18
18
  attributes:
19
19
  add_documents:
20
- needs_to_be_reattached: Vyžaduje být znovu připojen
20
+ needs_to_be_reattached: Potřebuje být znovu připojen
21
21
  body:
22
22
  too_long: je příliš dlouhý
23
23
  choices:
24
- missing: nejsou kompletní
25
- too_many: jsou příliš mnoho
24
+ missing: nejsou úplné
26
25
  questionnaire:
27
26
  request_invalid: Při zpracování požadavku došlo k chybě. Zkuste to prosím znovu.
28
27
  decidim:
@@ -49,8 +48,13 @@ cs:
49
48
  previous: "‹ Předchozí"
50
49
  show: Zobrazit odpovědi
51
50
  empty: Zatím žádné odpovědi
51
+ export:
52
+ answer:
53
+ title: 'Odpověď č.%{number}'
52
54
  export_response:
53
55
  title: survey_user_answers_%{token}
56
+ index:
57
+ title: "%{total} odpovědí celkem"
54
58
  show:
55
59
  title: 'Odpověď č.%{number}'
56
60
  display_condition:
@@ -122,6 +126,9 @@ cs:
122
126
  admin_log:
123
127
  questionnaire:
124
128
  update: "%{user_name} aktualizoval dotazník %{resource_name}"
129
+ errors:
130
+ answer:
131
+ body: Tělo textu nemůže být prázdné
125
132
  images:
126
133
  dimensions: "%{width} x %{height} px"
127
134
  processors:
@@ -142,13 +149,16 @@ cs:
142
149
  questionnaires:
143
150
  answer:
144
151
  invalid: Při odpovědi na dotazník došlo k chybám.
152
+ max_choices_alert: Je vybráno příliš mnoho možností
145
153
  success: Dotazník úspěšně odpověděl.
146
154
  question:
147
155
  max_choices: 'Max možnosti: %{n}'
148
156
  show:
149
157
  answer_questionnaire:
158
+ already_have_an_account?: Již máte účet?
150
159
  are_you_new?: Nový uživatel?
151
160
  sign_in_description: Přihlaste se k provedení průzkumu
161
+ sign_up_description: Vytvořit uživatelský účet k provedení průzkumu
152
162
  title: Odpovězte na dotazník
153
163
  current_step: Krok %{step}
154
164
  empty: Pro tento formulář zatím nejsou nakonfigurovány žádné otázky.
@@ -176,7 +186,7 @@ cs:
176
186
  submit: Odeslat
177
187
  user_answers_serializer:
178
188
  body: Odpověď
179
- completion: Dokončení
189
+ completion: Ukončení
180
190
  created_at: Zodpovězeno
181
191
  id: ID odpovědi
182
192
  ip_hash: IP Hash
@@ -4,8 +4,8 @@ de:
4
4
  attributes:
5
5
  answer:
6
6
  body: Antworten
7
- choices: Optionen
8
- selected_choices: Ausgewählte Optionen
7
+ choices: Auswahl
8
+ selected_choices: Ausgewählte Auswahl
9
9
  question:
10
10
  max_choices: Maximale Anzahl von Auswahlmöglichkeiten
11
11
  question_type: Art
@@ -22,7 +22,7 @@ de:
22
22
  too_long: ist zu lang
23
23
  choices:
24
24
  missing: sind nicht vollständig
25
- too_many: sind zu viele
25
+ too_many: Sie können ein Maximum von %{count} auswählen.
26
26
  questionnaire:
27
27
  request_invalid: Beim Bearbeiten der Anfrage ist ein Fehler aufgetreten. Bitte versuchen Sie es nochmal.
28
28
  decidim:
@@ -43,7 +43,7 @@ de:
43
43
  statement: Aussage
44
44
  answers:
45
45
  actions:
46
- back: Zurück zu den Antworten
46
+ back: Zurück zu Antworten
47
47
  export: Exportieren
48
48
  next: Nächste ›
49
49
  previous: "‹ Vorherige"
@@ -82,13 +82,13 @@ de:
82
82
  form:
83
83
  add_question: Frage hinzufügen
84
84
  add_separator: Trennzeichen hinzufügen
85
- add_title_and_description: Titel und Beschreibung hinzufügen
85
+ add_title_and_description: Füge Titel und Beschreibung hinzu
86
86
  already_answered_warning: Der Fragebogen wird bereits von einigen Benutzern beantwortet, sodass Sie die Fragen nicht ändern können.
87
87
  collapse: Alle Fragen einklappen
88
88
  expand: Alle Fragen ausklappen
89
89
  preview: Vorschau
90
90
  title: Formular für %{questionnaire_for} bearbeiten
91
- unpublished_warning: Das Formular ist nicht veröffentlicht. Sie können die Fragen ändern, aber dadurch werden die aktuellen Antworten gelöscht.
91
+ unpublished_warning: Das Formular ist nicht öffentlich. Sie können die Fragen ändern, dabei werden allerdings die aktuellen Antworten gelöscht.
92
92
  matrix_row:
93
93
  matrix_row: Zeile
94
94
  remove: Löschen
@@ -101,7 +101,7 @@ de:
101
101
  any: Irgendein
102
102
  collapse: Einklappen
103
103
  description: Beschreibung
104
- down: Nach unten
104
+ down: Nieder
105
105
  expand: Ausklappen
106
106
  question: Frage
107
107
  remove: Löschen
@@ -111,7 +111,7 @@ de:
111
111
  down: Runter
112
112
  remove: Löschen
113
113
  separator: Trennzeichen
114
- up: Nach oben
114
+ up: Hoch
115
115
  title_and_description:
116
116
  collapse: Einklappen
117
117
  description: Beschreibung
@@ -150,7 +150,7 @@ de:
150
150
  questionnaires:
151
151
  answer:
152
152
  invalid: Bei der Beantwortung des Fragebogens sind Fehler aufgetreten.
153
- max_choices_alert: Es sind zu viele Optionen ausgewählt
153
+ max_choices_alert: Es wurden zu viele Auswahlmöglichkeiten ausgewählt
154
154
  success: Fragebogen erfolgreich beantwortet.
155
155
  question:
156
156
  max_choices: 'Max Auswahlmöglichkeiten: %{n}'
@@ -178,10 +178,10 @@ de:
178
178
  title: JavaScript ist deaktiviert
179
179
  questionnaire_not_published:
180
180
  body: Dieses Formular ist noch nicht veröffentlicht.
181
- tos_agreement: 'Mit Ihrer Teilnahme stimmen Sie folgenden Nutzungsbedingungen zu:'
181
+ tos_agreement: Mit der Teilnahme stimmen Sie den Nutzungsbedingungen zu
182
182
  step_navigation:
183
183
  show:
184
- are_you_sure: Diese Aktion kann nicht rückgängig gemacht werden und Sie können Ihre Antworten nicht mehr bearbeiten. Sind Sie sicher?
184
+ are_you_sure: Diese Aktion kann nicht rückgängig gemacht werden und Sie können Ihre Antworten nicht bearbeiten. Sind Sie sich sicher?
185
185
  back: Zurück
186
186
  continue: Weiter
187
187
  submit: einreichen
@@ -4,6 +4,8 @@ el:
4
4
  attributes:
5
5
  answer:
6
6
  body: Απάντηση
7
+ choices: Επιλογές
8
+ selected_choices: Επιλεγμένες επιλογές
7
9
  question:
8
10
  max_choices: Μέγιστος αριθμός επιλογών
9
11
  question_type: Τύπος
@@ -14,8 +16,12 @@ el:
14
16
  models:
15
17
  answer:
16
18
  attributes:
19
+ add_documents:
20
+ needs_to_be_reattached: Πρέπει να επισυναφθεί ξανά
21
+ body:
22
+ too_long: είναι πολύ μεγάλο
17
23
  choices:
18
- too_many: είναι πάρα πολλά
24
+ missing: δεν έχουν ολοκληρωθεί
19
25
  questionnaire:
20
26
  request_invalid: Παρουσιάστηκε σφάλμα κατά τον χειρισμό του αιτήματος. Παρακαλώ δοκιμάστε ξανά.
21
27
  decidim:
@@ -31,14 +37,24 @@ el:
31
37
  show: Εμφάνιση απαντήσεων
32
38
  answer_option:
33
39
  answer_option: Επιλογή απάντησης
40
+ free_text: Ελεύθερο κείμενο
34
41
  remove: Κατάργηση
35
42
  statement: Δήλωση
36
43
  answers:
37
44
  actions:
45
+ back: Επιστροφή στις απαντήσεις
46
+ export: Εξαγωγή
47
+ next: Επόμενη ›
48
+ previous: "‹ Προηγούμενη"
38
49
  show: Εμφάνιση απαντήσεων
39
50
  empty: Δεν υπάρχουν απαντήσεις ακόμη
51
+ export:
52
+ answer:
53
+ title: 'Απάντηση #%{number}'
40
54
  export_response:
41
55
  title: survey_user_answers_%{token}
56
+ index:
57
+ title: "%{total} συνολικές απαντήσεις"
42
58
  show:
43
59
  title: 'Απάντηση #%{number}'
44
60
  display_condition:
@@ -64,10 +80,14 @@ el:
64
80
  title: Επεξεργασία ερωτηματολογίου
65
81
  form:
66
82
  add_question: Προσθήκη ερώτησης
83
+ add_separator: Προσθήκη διαχωριστικού
84
+ add_title_and_description: Προσθήκη τίτλου και περιγραφής
85
+ already_answered_warning: Η φόρμα έχει ήδη απαντηθεί από ορισμένους χρήστες, επομένως δεν μπορείτε να τροποποιήσετε τις ερωτήσεις της.
67
86
  collapse: Σύμπτυξη όλων των ερωτήσεων
68
87
  expand: Ανάπτυξη όλων των ερωτήσεων
69
88
  preview: Προεπισκόπηση
70
89
  title: Επεξεργασία φόρμας για %{questionnaire_for}
90
+ unpublished_warning: Η φόρμα δεν έχει δημοσιευτεί. Μπορείτε να τροποποιήσετε τις ερωτήσεις της, αλλά με αυτόν τον τρόπο θα διαγράψετε τις τρέχουσες απαντήσεις.
71
91
  matrix_row:
72
92
  matrix_row: Γραμμή
73
93
  remove: Κατάργηση
@@ -106,6 +126,9 @@ el:
106
126
  admin_log:
107
127
  questionnaire:
108
128
  update: "Ο/Η %{user_name} ενημέρωσε το %{resource_name} ερωτηματολόγιο"
129
+ errors:
130
+ answer:
131
+ body: Το σώμα δεν μπορεί να είναι κενό
109
132
  images:
110
133
  dimensions: "Π %{width} x Υ %{height} px"
111
134
  processors:
@@ -121,15 +144,20 @@ el:
121
144
  single_option: Μία επιλογή
122
145
  sorting: Ταξινόμηση
123
146
  title_and_description: Τίτλος και περιγραφή
147
+ questionnaire_answer_presenter:
148
+ download_attachment: Λήψη συνημμένου
124
149
  questionnaires:
125
150
  answer:
126
151
  invalid: Υπήρξε ένα πρόβλημα κατά την απάντηση της φόρμας.
152
+ max_choices_alert: Υπάρχουν πάρα πολλές επιλεγμένες επιλογές
127
153
  success: Η φόρμα απαντήθηκε με επιτυχία.
128
154
  question:
129
155
  max_choices: 'Μέγιστες επιλογές: %{n}'
130
156
  show:
131
157
  answer_questionnaire:
132
- sign_in_description: Συνδεθείτε για να πραγματοποιήσετε την έρευνα
158
+ already_have_an_account?: Έχετε ήδη λογαριασμό;
159
+ are_you_new?: Νέος χρήστης;
160
+ sign_up_description: Δημιουργήστε ένα λογαριασμό συμμετέχοντα για να κάνετε την έρευνα
133
161
  title: Απαντήστε στη φόρμα
134
162
  current_step: Βήμα %{step}
135
163
  of_total_steps: από %{total_steps}
@@ -150,11 +178,18 @@ el:
150
178
  tos_agreement: Με τη συμμετοχή σας, αποδέχεστε τους Όρους παροχής υπηρεσίας
151
179
  step_navigation:
152
180
  show:
181
+ are_you_sure: Αυτή η ενέργεια δεν μπορεί να αναιρεθεί και δεν θα μπορείτε να επεξεργαστείτε τις απαντήσεις σας. Είστε βέβαιοι;
153
182
  back: Πίσω
154
183
  continue: Συνέχεια
155
184
  submit: Υποβολή
156
185
  user_answers_serializer:
157
186
  body: Απάντηση
187
+ completion: Ολοκλήρωση
158
188
  created_at: Απαντήθηκε στις
159
189
  id: Αναγνωριστικό απάντησης
190
+ ip_hash: IP Hash
160
191
  question: Ερώτηση
192
+ registered: Έχει εγγραφεί
193
+ session_token: Αναγνωριστικό χρήστη
194
+ unregistered: Δεν έχει εγγραφεί
195
+ user_status: Κατάσταση χρήστη
@@ -22,7 +22,7 @@ en:
22
22
  too_long: is too long
23
23
  choices:
24
24
  missing: are not complete
25
- too_many: are too many
25
+ too_many: You can choose a maximum of %{count}.
26
26
  questionnaire:
27
27
  request_invalid: There was an error handling the request. Please try again.
28
28
  decidim:
@@ -158,7 +158,7 @@ en:
158
158
  answer_questionnaire:
159
159
  already_have_an_account?: Already have an account?
160
160
  are_you_new?: New user?
161
- sign_in_description: Login to take the survey
161
+ sign_in_description: Log in to take the survey
162
162
  sign_up_description: Create a participant account to take the survey
163
163
  title: Answer the form
164
164
  current_step: Step %{step}
@@ -21,8 +21,8 @@ es-MX:
21
21
  body:
22
22
  too_long: es demasiado largo
23
23
  choices:
24
- missing: no están completas
25
- too_many: son demasiados
24
+ missing: no están completos
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:
@@ -39,7 +39,7 @@ es-MX:
39
39
  answer_option:
40
40
  answer_option: Opción de respuesta
41
41
  free_text: Texto libre
42
- remove: Borrar
42
+ remove: Retirar
43
43
  statement: Declaración
44
44
  answers:
45
45
  actions:
@@ -55,7 +55,7 @@ es-MX:
55
55
  export_response:
56
56
  title: survey_user_answers_%{token}
57
57
  index:
58
- title: "%{total} respuestas en total"
58
+ title: "%{total} total de respuestas"
59
59
  show:
60
60
  title: 'Respuesta #%{number}'
61
61
  display_condition:
@@ -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: No puedes modificar las preguntas porque algunas participantes ya han respondido el formulario.
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 se borrarán las respuestas actuales.
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
@@ -150,7 +150,7 @@ es-MX:
150
150
  questionnaires:
151
151
  answer:
152
152
  invalid: Ha habido errores al responder al cuestionario.
153
- max_choices_alert: Has seleccionado demasiadas opciones
153
+ max_choices_alert: Hay demasiadas opciones seleccionadas
154
154
  success: Has respondido al cuestionario con éxito.
155
155
  question:
156
156
  max_choices: 'Opciones máximas: %{n}'
@@ -158,8 +158,8 @@ 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 tu sesión para responder la encuesta
162
- sign_up_description: Crea una cuenta de participante para responder la encuesta
161
+ sign_in_description: Inicia sesión para realizar la encuesta
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}
165
165
  empty: Aún no hay preguntas configuradas para este formulario.
@@ -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. ¿Seguro que quieres continuar?
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
@@ -190,9 +190,9 @@ es-MX:
190
190
  completion: Finalización
191
191
  created_at: Respondido en
192
192
  id: ID de respuesta
193
- ip_hash: Hash de la dirección IP
193
+ ip_hash: Hash de Dirección IP
194
194
  question: Pregunta
195
- registered: Registrada
195
+ registered: Registrado
196
196
  session_token: Identificador de usuaria
197
- unregistered: No registrada
198
- user_status: Estado de la usuaria
197
+ unregistered: No registrado
198
+ user_status: Estado del usuario
@@ -21,8 +21,8 @@ es-PY:
21
21
  body:
22
22
  too_long: es demasiado largo
23
23
  choices:
24
- missing: no están completas
25
- too_many: son demasiados
24
+ missing: no están completos
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:
@@ -39,7 +39,7 @@ es-PY:
39
39
  answer_option:
40
40
  answer_option: Opción de respuesta
41
41
  free_text: Texto libre
42
- remove: Borrar
42
+ remove: Retirar
43
43
  statement: Declaración
44
44
  answers:
45
45
  actions:
@@ -55,7 +55,7 @@ es-PY:
55
55
  export_response:
56
56
  title: survey_user_answers_%{token}
57
57
  index:
58
- title: "%{total} respuestas en total"
58
+ title: "%{total} total de respuestas"
59
59
  show:
60
60
  title: 'Respuesta #%{number}'
61
61
  display_condition:
@@ -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: No puedes modificar las preguntas porque algunas participantes ya han respondido el formulario.
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 se borrarán las respuestas actuales.
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
@@ -150,7 +150,7 @@ es-PY:
150
150
  questionnaires:
151
151
  answer:
152
152
  invalid: Ha habido errores al responder al cuestionario.
153
- max_choices_alert: Has seleccionado demasiadas opciones
153
+ max_choices_alert: Hay demasiadas opciones seleccionadas
154
154
  success: Has respondido al cuestionario con éxito.
155
155
  question:
156
156
  max_choices: 'Opciones máximas: %{n}'
@@ -158,8 +158,8 @@ 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 tu sesión para responder la encuesta
162
- sign_up_description: Crea una cuenta de participante para responder la encuesta
161
+ sign_in_description: Inicia sesión para realizar la encuesta
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}
165
165
  empty: Aún no hay preguntas configuradas para este formulario.
@@ -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. ¿Seguro que quieres continuar?
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
@@ -190,9 +190,9 @@ es-PY:
190
190
  completion: Finalización
191
191
  created_at: Respondido en
192
192
  id: ID de respuesta
193
- ip_hash: Hash de la dirección IP
193
+ ip_hash: Hash de Dirección IP
194
194
  question: Pregunta
195
- registered: Registrada
195
+ registered: Registrado
196
196
  session_token: Identificador de usuaria
197
- unregistered: No registrada
198
- user_status: Estado de la usuaria
197
+ unregistered: No registrado
198
+ user_status: Estado del usuario
@@ -21,8 +21,8 @@ es:
21
21
  body:
22
22
  too_long: es demasiado largo
23
23
  choices:
24
- missing: no están completas
25
- too_many: son demasiados
24
+ missing: no están completos
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:
@@ -55,7 +55,7 @@ es:
55
55
  export_response:
56
56
  title: survey_user_answers_%{token}
57
57
  index:
58
- title: "%{total} respuestas en total"
58
+ title: "%{total} respuestas totales"
59
59
  show:
60
60
  title: 'Respuesta #%{number}'
61
61
  display_condition:
@@ -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: No puedes modificar las preguntas porque algunas participantes ya han respondido el formulario.
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 se borrarán las respuestas actuales.
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
@@ -150,7 +150,7 @@ es:
150
150
  questionnaires:
151
151
  answer:
152
152
  invalid: Se ha producido un error al responder el formulario.
153
- max_choices_alert: Has seleccionado demasiadas opciones
153
+ max_choices_alert: Hay demasiadas opciones seleccionadas
154
154
  success: Has respondido al formulario correctamente.
155
155
  question:
156
156
  max_choices: 'Opciones máximas: %{n}'
@@ -158,8 +158,8 @@ 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 tu sesión para responder la encuesta
162
- sign_up_description: Crea una cuenta de participante para responder la encuesta
161
+ sign_in_description: Inicia sesión para realizar la encuesta
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}
165
165
  empty: Aún no hay preguntas configuradas para este formulario.
@@ -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. ¿Seguro que quieres continuar?
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
@@ -190,9 +190,9 @@ es:
190
190
  completion: Finalización
191
191
  created_at: Respondido el
192
192
  id: Identificador de respuesta
193
- ip_hash: Hash de la dirección IP
193
+ ip_hash: Hash de Dirección IP
194
194
  question: Pregunta
195
- registered: Registrada
195
+ registered: Registrado
196
196
  session_token: Identificador de usuaria
197
- unregistered: No registrada
198
- user_status: Estado de la usuaria
197
+ unregistered: No registrado
198
+ user_status: Estado del usuario