decidim-elections 0.26.0 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (216) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/cells/decidim/elections/election_preview/show.erb +1 -1
  4. data/app/cells/decidim/elections/election_results/show.erb +1 -1
  5. data/app/cells/decidim/elections/election_vote_cta_cell.rb +8 -3
  6. data/app/cells/decidim/votings/content_blocks/highlighted_votings/show.erb +1 -1
  7. data/app/cells/decidim/votings/content_blocks/highlighted_votings_cell.rb +4 -4
  8. data/app/cells/decidim/votings/content_blocks/landing_page/description/show.erb +2 -12
  9. data/app/cells/decidim/votings/content_blocks/landing_page/description_cell.rb +0 -8
  10. data/app/cells/decidim/votings/content_blocks/landing_page/header/show.erb +2 -2
  11. data/app/cells/decidim/votings/content_blocks/landing_page/header_cell.rb +1 -1
  12. data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations/address.erb +1 -1
  13. data/app/commands/decidim/elections/admin/add_user_as_trustee.rb +22 -12
  14. data/app/commands/decidim/elections/admin/create_answer.rb +1 -1
  15. data/app/commands/decidim/elections/admin/create_election.rb +1 -1
  16. data/app/commands/decidim/elections/admin/create_question.rb +3 -7
  17. data/app/commands/decidim/elections/admin/destroy_answer.rb +1 -1
  18. data/app/commands/decidim/elections/admin/destroy_election.rb +1 -1
  19. data/app/commands/decidim/elections/admin/destroy_question.rb +1 -1
  20. data/app/commands/decidim/elections/admin/end_vote.rb +1 -1
  21. data/app/commands/decidim/elections/admin/import_proposals_to_elections.rb +1 -1
  22. data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
  23. data/app/commands/decidim/elections/admin/publish_results.rb +1 -1
  24. data/app/commands/decidim/elections/admin/remove_trustee_from_participatory_space.rb +1 -1
  25. data/app/commands/decidim/elections/admin/report_missing_trustee.rb +1 -1
  26. data/app/commands/decidim/elections/admin/setup_election.rb +4 -2
  27. data/app/commands/decidim/elections/admin/start_key_ceremony.rb +1 -1
  28. data/app/commands/decidim/elections/admin/start_tally.rb +1 -1
  29. data/app/commands/decidim/elections/admin/start_vote.rb +1 -1
  30. data/app/commands/decidim/elections/admin/unpublish_election.rb +1 -1
  31. data/app/commands/decidim/elections/admin/update_action_status.rb +1 -1
  32. data/app/commands/decidim/elections/admin/update_answer.rb +1 -1
  33. data/app/commands/decidim/elections/admin/update_answer_selection.rb +1 -1
  34. data/app/commands/decidim/elections/admin/update_election.rb +1 -1
  35. data/app/commands/decidim/elections/admin/update_question.rb +1 -2
  36. data/app/commands/decidim/elections/admin/update_trustee_participatory_space.rb +1 -1
  37. data/app/commands/decidim/elections/trustee_zone/update_election_bulletin_board_status.rb +1 -1
  38. data/app/commands/decidim/elections/trustee_zone/update_trustee.rb +1 -1
  39. data/app/commands/decidim/elections/voter/cast_vote.rb +1 -1
  40. data/app/commands/decidim/elections/voter/update_vote_status.rb +2 -2
  41. data/app/commands/decidim/votings/admin/create_ballot_style.rb +1 -1
  42. data/app/commands/decidim/votings/admin/create_monitoring_committee_member.rb +1 -1
  43. data/app/commands/decidim/votings/admin/create_polling_officer.rb +1 -1
  44. data/app/commands/decidim/votings/admin/create_voting.rb +3 -2
  45. data/app/commands/decidim/votings/admin/destroy_ballot_style.rb +2 -2
  46. data/app/commands/decidim/votings/admin/destroy_monitoring_committee_member.rb +1 -1
  47. data/app/commands/decidim/votings/admin/destroy_polling_officer.rb +1 -1
  48. data/app/commands/decidim/votings/admin/destroy_polling_station.rb +1 -1
  49. data/app/commands/decidim/votings/admin/manage_polling_station.rb +2 -2
  50. data/app/commands/decidim/votings/admin/monitoring_committee_validate_polling_station_closure.rb +1 -1
  51. data/app/commands/decidim/votings/admin/publish_voting.rb +1 -1
  52. data/app/commands/decidim/votings/admin/unpublish_voting.rb +1 -1
  53. data/app/commands/decidim/votings/admin/update_ballot_style.rb +1 -1
  54. data/app/commands/decidim/votings/admin/update_voting.rb +3 -2
  55. data/app/commands/decidim/votings/census/admin/create_dataset.rb +22 -19
  56. data/app/commands/decidim/votings/census/admin/create_datum.rb +1 -1
  57. data/app/commands/decidim/votings/census/admin/destroy_dataset.rb +1 -1
  58. data/app/commands/decidim/votings/census/admin/increment_dataset_processed_rows.rb +1 -1
  59. data/app/commands/decidim/votings/census/admin/launch_access_codes_export.rb +1 -1
  60. data/app/commands/decidim/votings/census/admin/launch_access_codes_generation.rb +1 -1
  61. data/app/commands/decidim/votings/census/admin/update_dataset.rb +1 -1
  62. data/app/commands/decidim/votings/certify_polling_station_closure.rb +1 -1
  63. data/app/commands/decidim/votings/check_census.rb +1 -1
  64. data/app/commands/decidim/votings/create_polling_station_closure.rb +1 -1
  65. data/app/commands/decidim/votings/create_polling_station_results.rb +1 -1
  66. data/app/commands/decidim/votings/send_access_code.rb +1 -1
  67. data/app/commands/decidim/votings/sign_polling_station_closure.rb +1 -1
  68. data/app/commands/decidim/votings/voter/in_person_vote.rb +1 -1
  69. data/app/commands/decidim/votings/voter/update_in_person_vote_status.rb +1 -1
  70. data/app/controllers/decidim/elections/admin/questions_controller.rb +5 -0
  71. data/app/controllers/decidim/elections/admin/steps_controller.rb +2 -2
  72. data/app/controllers/decidim/elections/elections_controller.rb +10 -12
  73. data/app/controllers/decidim/elections/trustee_zone/elections_controller.rb +1 -1
  74. data/app/controllers/decidim/votings/census/admin/census_controller.rb +1 -1
  75. data/app/controllers/decidim/votings/votings_controller.rb +12 -13
  76. data/app/forms/decidim/elections/admin/question_form.rb +0 -2
  77. data/app/forms/decidim/elections/admin/setup_form.rb +4 -3
  78. data/app/forms/decidim/elections/admin/vote_period_form.rb +2 -2
  79. data/app/forms/decidim/votings/admin/ballot_style_form.rb +1 -1
  80. data/app/forms/decidim/votings/admin/voting_form.rb +4 -3
  81. data/app/forms/decidim/votings/census/admin/dataset_form.rb +2 -5
  82. data/app/forms/decidim/votings/census/admin/datum_form.rb +5 -1
  83. data/app/helpers/decidim/elections/application_helper.rb +1 -1
  84. data/app/helpers/decidim/elections/votes_helper.rb +3 -1
  85. data/app/helpers/decidim/votings/votings_helper.rb +1 -1
  86. data/app/mailers/decidim/elections/trustee_mailer.rb +28 -0
  87. data/app/models/decidim/elections/answer.rb +1 -6
  88. data/app/models/decidim/elections/election.rb +13 -2
  89. data/app/models/decidim/elections/question.rb +2 -7
  90. data/app/models/decidim/votings/polling_station.rb +2 -3
  91. data/app/models/decidim/votings/voting.rb +15 -0
  92. data/app/packs/entrypoints/{decidim_elections_trustee_tally.js → decidim_elections_trustee_tally_started.js} +0 -0
  93. data/app/packs/src/decidim/elections/trustee/tally.js +1 -1
  94. data/app/packs/src/decidim/elections/voter/setup-vote.js +7 -0
  95. data/app/packs/src/decidim/votings/voting-description-cell.js +1 -8
  96. data/app/permissions/decidim/votings/admin/permissions.rb +5 -15
  97. data/app/permissions/decidim/votings/permissions.rb +1 -3
  98. data/app/presenters/decidim/votings/admin_log/ballot_style_presenter.rb +5 -1
  99. data/app/presenters/decidim/votings/voting_stats_presenter.rb +4 -1
  100. data/app/queries/decidim/elections/admin/pending_actions.rb +1 -1
  101. data/app/queries/decidim/elections/admin/votes_for_statistics.rb +1 -1
  102. data/app/queries/decidim/elections/elections_finished_to_end.rb +1 -1
  103. data/app/queries/decidim/elections/elections_ready_to_start.rb +1 -1
  104. data/app/queries/decidim/elections/filtered_elections.rb +1 -1
  105. data/app/queries/decidim/elections/trustees/by_participatory_space.rb +1 -1
  106. data/app/queries/decidim/elections/trustees/by_participatory_space_trustee_ids.rb +1 -1
  107. data/app/queries/decidim/elections/votes/last_vote_for_voter.rb +1 -1
  108. data/app/queries/decidim/elections/votes/pending_votes.rb +1 -1
  109. data/app/queries/decidim/votings/admin/admin_users.rb +1 -1
  110. data/app/queries/decidim/votings/admin/ballot_style_by_voting_code.rb +1 -1
  111. data/app/queries/decidim/votings/admin/polling_officers_join_polling_stations.rb +1 -1
  112. data/app/queries/decidim/votings/admin/polling_officers_join_polling_stations_and_user.rb +2 -2
  113. data/app/queries/decidim/votings/admin/polling_officers_join_user.rb +1 -1
  114. data/app/queries/decidim/votings/organization_prioritized_votings.rb +2 -2
  115. data/app/queries/decidim/votings/organization_promoted_votings.rb +1 -1
  116. data/app/queries/decidim/votings/organization_published_votings.rb +2 -2
  117. data/app/queries/decidim/votings/organization_votings.rb +1 -1
  118. data/app/queries/decidim/votings/prioritized_votings.rb +1 -1
  119. data/app/queries/decidim/votings/published_votings.rb +1 -1
  120. data/app/queries/decidim/votings/votes/in_person_vote_for_voter.rb +1 -1
  121. data/app/queries/decidim/votings/votes/pending_in_person_votes.rb +1 -1
  122. data/app/services/decidim/votings/census_vote_flow.rb +1 -3
  123. data/app/views/decidim/elections/admin/questions/_form.html.erb +0 -4
  124. data/app/views/decidim/elections/admin/steps/{_tally.html.erb → _tally_started.html.erb} +1 -1
  125. data/app/views/decidim/elections/elections/_filters.html.erb +2 -2
  126. data/app/views/decidim/elections/elections/election_log.html.erb +3 -1
  127. data/app/views/decidim/elections/elections/show.html.erb +2 -2
  128. data/app/views/decidim/elections/trustee_mailer/notification.html.erb +5 -0
  129. data/app/views/decidim/elections/trustee_zone/elections/{_tally_steps.html.erb → _tally_started_steps.html.erb} +0 -0
  130. data/app/views/decidim/elections/trustee_zone/elections/show.html.erb +3 -1
  131. data/app/views/decidim/elections/trustee_zone/trustees/show.html.erb +3 -1
  132. data/app/views/decidim/elections/votes/_onboarding_modal.html.erb +3 -1
  133. data/app/views/decidim/elections/votes/_server_error_modal.html.erb +28 -0
  134. data/app/views/decidim/elections/votes/_show_casting.html.erb +3 -1
  135. data/app/views/decidim/elections/votes/new.html.erb +19 -11
  136. data/app/views/decidim/elections/votes/verify.html.erb +4 -1
  137. data/app/views/decidim/votings/admin/votings/_form.html.erb +15 -6
  138. data/app/views/decidim/votings/polling_officer_zone/closures/_certify_form.html.erb +3 -1
  139. data/app/views/decidim/votings/polling_officer_zone/closures/_sign_form.html.erb +3 -1
  140. data/app/views/decidim/votings/polling_officer_zone/closures/edit.html.erb +3 -1
  141. data/app/views/decidim/votings/polling_officer_zone/closures/new.html.erb +3 -1
  142. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_complete_voting.html.erb +8 -2
  143. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/new.html.erb +3 -1
  144. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/show.html.erb +3 -1
  145. data/app/views/decidim/votings/votings/_check_fields.html.erb +13 -15
  146. data/app/views/decidim/votings/votings/_filters.html.erb +2 -3
  147. data/app/views/decidim/votings/votings/check_census.html.erb +5 -1
  148. data/app/views/layouts/decidim/election_votes.html.erb +3 -1
  149. data/config/assets.rb +1 -1
  150. data/config/locales/am-ET.yml +1 -0
  151. data/config/locales/ar.yml +28 -0
  152. data/config/locales/bg.yml +1 -0
  153. data/config/locales/ca.yml +74 -38
  154. data/config/locales/cs.yml +79 -37
  155. data/config/locales/da.yml +1 -0
  156. data/config/locales/de.yml +7 -42
  157. data/config/locales/el.yml +1 -1
  158. data/config/locales/en.yml +73 -36
  159. data/config/locales/eo.yml +1 -0
  160. data/config/locales/es-MX.yml +77 -41
  161. data/config/locales/es-PY.yml +77 -41
  162. data/config/locales/es.yml +79 -43
  163. data/config/locales/et.yml +1 -0
  164. data/config/locales/eu.yml +6 -48
  165. data/config/locales/fi-plain.yml +73 -37
  166. data/config/locales/fi.yml +75 -39
  167. data/config/locales/fr-CA.yml +62 -36
  168. data/config/locales/fr.yml +65 -39
  169. data/config/locales/ga-IE.yml +1 -15
  170. data/config/locales/gl.yml +24 -32
  171. data/config/locales/hr.yml +1 -0
  172. data/config/locales/hu.yml +103 -6
  173. data/config/locales/id-ID.yml +1 -0
  174. data/config/locales/is-IS.yml +2 -1
  175. data/config/locales/it.yml +7 -40
  176. data/config/locales/ja.yml +66 -40
  177. data/config/locales/ko.yml +1 -0
  178. data/config/locales/lb.yml +1 -0
  179. data/config/locales/lt.yml +1 -0
  180. data/config/locales/lv.yml +1 -1
  181. data/config/locales/mt.yml +1 -0
  182. data/config/locales/nl.yml +11 -48
  183. data/config/locales/no.yml +15 -40
  184. data/config/locales/om-ET.yml +1 -0
  185. data/config/locales/pl.yml +17 -43
  186. data/config/locales/pt-BR.yml +8 -43
  187. data/config/locales/pt.yml +13 -48
  188. data/config/locales/ro-RO.yml +11 -38
  189. data/config/locales/ru.yml +1 -0
  190. data/config/locales/si-LK.yml +1 -0
  191. data/config/locales/sk.yml +1 -0
  192. data/config/locales/sl.yml +1 -0
  193. data/config/locales/so-SO.yml +1 -0
  194. data/config/locales/sr-CS.yml +1 -0
  195. data/config/locales/sv.yml +61 -18
  196. data/config/locales/sw-KE.yml +1 -0
  197. data/config/locales/ti-ER.yml +1 -0
  198. data/config/locales/tr-TR.yml +4 -9
  199. data/config/locales/uk.yml +1 -0
  200. data/config/locales/val-ES.yml +1 -0
  201. data/config/locales/vi.yml +1 -0
  202. data/config/locales/zh-CN.yml +1 -1
  203. data/config/locales/zh-TW.yml +1 -0
  204. data/db/migrate/20220404112802_rename_bb_status_tally_to_tally_started.rb +19 -0
  205. data/db/migrate/20220424121541_add_show_check_census_to_votings.rb +7 -0
  206. data/db/migrate/20220615102642_remove_description_from_elections_questions.rb +7 -0
  207. data/lib/decidim/api/election_question_type.rb +0 -1
  208. data/lib/decidim/elections/admin_engine.rb +4 -1
  209. data/lib/decidim/elections/component.rb +4 -16
  210. data/lib/decidim/elections/test/factories.rb +4 -5
  211. data/lib/decidim/elections/version.rb +1 -1
  212. data/lib/decidim/votings/participatory_space.rb +3 -3
  213. data/lib/decidim/votings/test/factories.rb +2 -1
  214. metadata +31 -27
  215. data/app/services/decidim/elections/election_search.rb +0 -35
  216. data/app/services/decidim/votings/voting_search.rb +0 -46
@@ -13,13 +13,21 @@ en:
13
13
  start_time: Voting start at
14
14
  title: Title
15
15
  question:
16
- description: Description
17
16
  max_selections: Maximum number of selections
18
17
  min_selections: None of the above option
19
18
  title: Title
20
19
  voting:
20
+ banner_image: Banner image
21
+ census_contact_information: Census contact information
22
+ description: Description
21
23
  end_time: Voting ends
24
+ introductory_image: Introductory image
25
+ promoted: Promoted
26
+ scope: Scope
27
+ show_check_census: Show "check census" page
22
28
  start_time: Voting begins
29
+ title: Title
30
+ voting_type: Voting type
23
31
  errors:
24
32
  models:
25
33
  answer:
@@ -36,6 +44,10 @@ en:
36
44
  cant_be_changed: can't be changed
37
45
  public_key:
38
46
  cant_be_changed: can't be changed
47
+ voting:
48
+ attributes:
49
+ voting_type:
50
+ inclusion: "%{value} is not a valid voting type"
39
51
  activerecord:
40
52
  errors:
41
53
  models:
@@ -59,6 +71,9 @@ en:
59
71
  decidim/elections/question:
60
72
  one: Question
61
73
  other: Questions
74
+ decidim/voting:
75
+ one: Voting
76
+ other: Votings
62
77
  decidim/votings/census/dataset:
63
78
  one: Dataset
64
79
  other: Datasets
@@ -183,6 +198,11 @@ en:
183
198
  exports:
184
199
  elections: Elections
185
200
  feedback_form_answers: Feedback form answers
201
+ mailers:
202
+ trustee_mailer:
203
+ body: "<p>Hi %{user_name},</p><p>You've been added as a trustee to %{resource_name}.</p>"
204
+ subject: You've been added as a trustee to %{resource_name}
205
+ trustee_zone: Take me to the trustee zone
186
206
  menu:
187
207
  trustees: Trustees
188
208
  models:
@@ -205,6 +225,7 @@ en:
205
225
  title: Import proposals
206
226
  questions:
207
227
  create:
228
+ election_started: The election has already started
208
229
  invalid: There was a problem creating this question
209
230
  success: Question successfully created
210
231
  destroy:
@@ -224,11 +245,12 @@ en:
224
245
  steps:
225
246
  create_election:
226
247
  errors:
248
+ component_published: The election component is <strong>not published</strong>.
227
249
  max_selections: The questions do not have a <strong>correct value for amount of answers</strong>
228
250
  minimum_answers: Questions must have <strong>at least two answers</strong>.
229
251
  minimum_questions: The election <strong>must have at least one question</strong>.
230
252
  published: The election is <strong>not published</strong>.
231
- time_before: The start time is in <strong>less than 3 hours</strong> before the election starts.
253
+ time_before: The start time is in <strong>less than %{hours} hours</strong> before the election starts.
232
254
  trustees_number: The participatory space <strong>must have at least %{number} trustees with public key</strong>.
233
255
  invalid: There was a problem setting up this election
234
256
  no_trustees: There are no Trustees configured for this participatory space
@@ -237,6 +259,7 @@ en:
237
259
  'false': does not have a <strong>public key</strong>
238
260
  'true': has a <strong>public key</strong>
239
261
  requirements:
262
+ component_published: The election component is <strong>published</strong>.
240
263
  max_selections: All the questions have a correct value for <strong>maximum of answers</strong>.
241
264
  minimum_answers: Each question has <strong>at least 2 answers</strong>.
242
265
  minimum_questions: The election has <strong>at least 1 question</strong>.
@@ -274,15 +297,6 @@ en:
274
297
  selected: Selected
275
298
  submit: Submit
276
299
  title: Results published
277
- tally:
278
- continue: Continue
279
- invalid: There was a problem reporting the missing trustee
280
- mark_as_missing: Mark as missing
281
- mark_as_missing_description: All the trustees should participate in this process, but if a trustee can't take part in the process, you can mark it as missing.
282
- success: Missing trustee report was successfully sent to the Bulletin Board
283
- tally_completion: The process will be completed when all the trustees are active or marked as missing. At least %{quorum} trustees are required to complete the process.
284
- title: Tally process
285
- undo_mark_as_missing: A trustee marked as missing by mistake will be able to participate before the completion of the process. They can proceed as usual and the missing mark will be ignored.
286
300
  tally_ended:
287
301
  answer: Answer
288
302
  not_selected: Not selected
@@ -292,6 +306,15 @@ en:
292
306
  submit: Publish results
293
307
  success: Publish results request was successfully sent to the Bulletin Board
294
308
  title: Calculated results
309
+ tally_started:
310
+ continue: Continue
311
+ invalid: There was a problem reporting the missing trustee
312
+ mark_as_missing: Mark as missing
313
+ mark_as_missing_description: All the trustees should participate in this process, but if a trustee can't take part in the process, you can mark it as missing.
314
+ success: Missing trustee report was successfully sent to the Bulletin Board
315
+ tally_completion: The process will be completed when all the trustees are active or marked as missing. At least %{quorum} trustees are required to complete the process.
316
+ title: Tally process
317
+ undo_mark_as_missing: A trustee marked as missing by mistake will be able to participate before the completion of the process. They can proceed as usual and the missing mark will be ignored.
295
318
  vote:
296
319
  errors:
297
320
  time_after: The election is still ongoing. You have to wait until the ending time (%{end_time}) to end the voting period.
@@ -420,9 +443,9 @@ en:
420
443
  filters:
421
444
  active: Active
422
445
  all: All
446
+ date: Date
423
447
  finished: Finished
424
448
  search: Search
425
- state: Status
426
449
  upcoming: Upcoming
427
450
  filters_small_view:
428
451
  close_modal: Close modal
@@ -531,7 +554,7 @@ en:
531
554
  title: Restore election keys for %{election}
532
555
  upload_election_keys: Upload election keys
533
556
  upload_icon: Icon that indicates a download action
534
- tally_steps:
557
+ tally_started_steps:
535
558
  back: Back
536
559
  description: The results for this election are being computed in the Bulletin Board. To complete this process, your participitation as a Trustee is needed.
537
560
  keys:
@@ -581,15 +604,15 @@ en:
581
604
  generate_legend_3: Ensure your computer doesn't have a copy of the file (e.g. check the Downloads and Desktop folders).
582
605
  generate_legend_4: Make another copy of the file on a different external device and store it in a very safe place.
583
606
  submit: Submit
584
- submit_legend: After following all the steps explained above, complete the process sending the public identification key to the Decidim server.
607
+ submit_legend: After following all the steps explained above, complete the process sending the public identification key to the server.
585
608
  submit_title: Submit the public identification key
586
609
  title: Trustee identification keys
587
610
  upload: Upload your identification keys
588
611
  upload_error:
589
612
  invalid_format: The uploaded file doesn't contain any identification key.
590
613
  invalid_key: The identification keys in the uploaded file can't be loaded.
591
- invalid_public_key: The identification keys in the uploaded file doesn't match the public identification key stored by Decidim.
592
- upload_legend: Decidim has your public identification keys, but your browser still doesn't have it. You need to import the file with your identification keys to your computer from the backup you created after generating them.
614
+ invalid_public_key: The identification keys in the uploaded file doesn't match the public identification key stored.
615
+ upload_legend: The server has your public identification keys, but your browser still doesn't have it. You need to import the file with your identification keys to your computer from the backup you created after generating them.
593
616
  not_supported_browser_description: It looks like you are using a web browser that can't be used to act as a Trustee. Make sure you're using the most recent version of your browser, or try using any of the most popular browsers to be able to complete your Trustee tasks.
594
617
  not_supported_browser_title: Upgrade browser to act as a Trustee
595
618
  trustee_role_description: You have been assigned to act as a Trustee in some of the elections celebrated in this platform.
@@ -600,7 +623,7 @@ en:
600
623
  audit: "( Audit ballot )"
601
624
  back: Start voting process again
602
625
  ballot_hash: 'Your ballot identifier is:'
603
- cast: Cast ballot
626
+ cast: Cast ballot to finish your vote
604
627
  description: Here, you have the options to cast your ballot so that it's properly counted or, alternatively, you can audit that your ballot was correctly encrypted. For security reasons, auditing your ballot will spoil it. That means, to cast your vote, you will need to restart the voting process.
605
628
  header: 'Ballot is encrypted: cast it or audit it'
606
629
  casting:
@@ -631,6 +654,10 @@ en:
631
654
  failed:
632
655
  header: Vote failed
633
656
  lead: Your vote has not been casted!
657
+ modal:
658
+ close: Close
659
+ communication_lost: Unfortunately, it looks like the communication with the voting server (Bulletin Board) is lost.<br>It might be that the Internet connection is broken or that the destination server is too busy.<br>You can try again later or contact support if this problem persist.
660
+ title: Something went wrong
634
661
  text: Something went wrong, please try it again.
635
662
  try_again: Try again
636
663
  header:
@@ -656,9 +683,9 @@ en:
656
683
  onboarding_modal:
657
684
  close: Close modal
658
685
  create_account: Create Account
659
- description: Do you want to create a new account in Decidim? You will be able to participate in the processes and be an active part of the organization.
686
+ description: Do you want to create a new account on the platform? You will be able to participate in the processes and be an active part of the organization.
660
687
  no_account: No, thanks.
661
- title: New to Decidim?
688
+ title: New to the platform?
662
689
  update:
663
690
  error: There was a problem updating the vote status. Please, vote again.
664
691
  verify:
@@ -669,9 +696,10 @@ en:
669
696
  header: Vote not found!
670
697
  info: The vote code was not found in the %{link} ballot box, try again.
671
698
  form:
672
- back: Back to Decidim
699
+ back: Back to the platform
673
700
  submit: Check
674
701
  vote_identifier: 'Identifier code:'
702
+ vote_identifier_help: This is the identifier that was given to you after you cast your vote (not the code to enter the voting booth).
675
703
  header:
676
704
  title: Verify your vote
677
705
  success:
@@ -901,7 +929,7 @@ en:
901
929
  edit:
902
930
  change_polling_station: Back to Polling Stations
903
931
  monitoring_committee_notes: Remarks
904
- monitoring_committee_notes_placeholder: Report any incidence here
932
+ monitoring_committee_notes_placeholder: Report any incident here
905
933
  title: Results for the election <i>%{election_title}</i> in the polling station <i>%{polling_station_title}</i>
906
934
  elections:
907
935
  title: Choose an election you want to validate
@@ -986,14 +1014,21 @@ en:
986
1014
  assign_missing_officers: There are Polling Stations without President and/or Managers. Please assign them from the Polling stations section
987
1015
  update: Update
988
1016
  form:
989
- census_contact_information_help: This contact information is for a participant who wants to report issues with the census. It can be an email address, a contact form on another site, a Decidim survey for visitors, etc.
1017
+ banner_image: Banner image
1018
+ census_contact_information: Census contact information
1019
+ census_contact_information_help: This contact information is for a participant who wants to report issues with the census. It can be an email address, a contact form on another site, a survey for visitors, etc.
1020
+ introductory_image: Introductory image
1021
+ promoted: Promoted
990
1022
  select_a_voting_type: Please select a voting type
1023
+ show_check_census_help: Whether to show the "Can I vote?" link at the public votings menu
1024
+ slug: Slug
991
1025
  slug_help: 'URL slugs are used to generate the URLs that point to this voting. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
992
1026
  title: Title
993
1027
  voting_type:
994
1028
  hybrid: Hybrid
995
1029
  in_person: In person
996
1030
  online: Online
1031
+ voting_type_label: Voting type
997
1032
  new:
998
1033
  create: Create
999
1034
  title: New Voting
@@ -1037,7 +1072,7 @@ en:
1037
1072
  info_message: "<strong>Please wait</strong>, processed %{processed_count} of %{raw_count} rows from %{file} file."
1038
1073
  delete:
1039
1074
  button: Delete all census data
1040
- confirm: Delete all the census can not be undone. Are you sure you want to continue?
1075
+ confirm: Deleting all the census data cannot be undone. Are you sure you want to continue?
1041
1076
  destroy:
1042
1077
  error: An error occurred deleting the census, please try again later.
1043
1078
  success: Census data deleted
@@ -1045,7 +1080,7 @@ en:
1045
1080
  button: Export voting Access Codes
1046
1081
  callout: You can now proceed to export the access codes. This can only be done once. Once you launch the exportation, you will receive an email with the instructions to <strong>%{email}</strong>
1047
1082
  confirm: You can only export the access codes once. Make sure you have access to the email account <strong>%{email}</strong>.
1048
- file_not_exists: This file does not exists
1083
+ file_not_exist: This file does not exist
1049
1084
  launch_error: Problem launching the access codes export
1050
1085
  launch_success: Access codes export launched. Shortly you will receive an email to %{email}
1051
1086
  exporting_access_codes:
@@ -1070,7 +1105,7 @@ en:
1070
1105
  has_ballot_styles_message: You set up Ballot Styles. Please make sure that the "%{ballot_style_code_header}" field in the CSV corresponds to the desired Ballot Style's code.
1071
1106
  info_message: "<strong>There is no census yet.</strong> Please use the form below to create it importing a CSV file."
1072
1107
  missing_ballot_styles_message: 'There is no Ballot Style for this voting yet. If you wish to have conditional questions (i.e.: present the voter with different questions depending on, e.g., the district/region of residence), you need to set up the <a href=%{ballot_styles_admin_path}>Ballot Styles</a> <strong>before</strong> importing the census. If you want to present all voters with the same questions, you can proceed with the census import procedure.'
1073
- submit: Submit csv
1108
+ submit: Submit CSV
1074
1109
  title: Create the census
1075
1110
  show:
1076
1111
  heading: Voting space census
@@ -1096,8 +1131,7 @@ en:
1096
1131
  name: Highlighted votings
1097
1132
  landing_page:
1098
1133
  description:
1099
- show_less: Read less
1100
- show_more: Read more
1134
+ title: About this voting
1101
1135
  metrics:
1102
1136
  heading: Metrics
1103
1137
  polling_stations:
@@ -1150,7 +1184,7 @@ en:
1150
1184
  modal_ballots_count_error:
1151
1185
  btn_validate_total: Validate total recount of ballots
1152
1186
  close_modal: Close
1153
- info_explanation_text: 'Please review the total number of ballots. If the total number is correct, you must provide an explanation for the Monitoring Committee:'
1187
+ info_explanation_text: 'Please review the total number of ballots. If the total number is incorrect, you must provide an explanation for the Monitoring Committee:'
1154
1188
  info_text: The total number of ballots (envelopes) introduced doesn't match the record of people that has voted in this Polling Station.
1155
1189
  message_for_monitoring_committee: Message for the Monitoring Committee
1156
1190
  review_recount: Review the recount
@@ -1181,17 +1215,18 @@ en:
1181
1215
  in_person_votes:
1182
1216
  complete_voting:
1183
1217
  available_answers: 'Available answers:'
1184
- census_verified: The participant has not voted yet.
1218
+ census_verified: This participant has not voted in person yet.
1219
+ census_verified_with_online_vote: This participant has already voted online. If they vote in person, the previous votes will be invalidated and this will be the definitive vote.
1185
1220
  complete_voting: Complete voting
1186
1221
  identify_another: Identify another participant
1187
- questions_title: 'She is entitled to vote in the following questions:'
1188
- questions_title_voted: 'The participant has already voted online and is entitled to vote in the following questions:'
1222
+ questions_title: 'They''re entitled to vote in the following questions:'
1223
+ questions_title_voted: 'This participant has already voted online and is entitled to vote in the following questions:'
1189
1224
  voted: The participant has voted
1190
1225
  create:
1191
1226
  error: The vote was not registered. Please try again.
1192
1227
  in_person_form:
1193
1228
  census_not_present: This participant is not listed in the census.
1194
- census_not_present_description: She must go to the census complaint office or contact support.
1229
+ census_not_present_description: They must go to the census complaint office or contact support.
1195
1230
  date_of_birth: Date of birth
1196
1231
  day: Day
1197
1232
  day_placeholder: DD
@@ -1275,12 +1310,13 @@ en:
1275
1310
  check_status: Check status
1276
1311
  description: Here, you have the option to check your census data to know if you have the right to participate in this voting. You should have an access code already but if you lost it, you can ask for it again, when your data is correct.
1277
1312
  error:
1278
- info: 'Please try again. If you think the data in the system is incorrect, you can report it here: %{census_contact_information}.'
1279
- title: Your census data is incorrect!
1313
+ info: 'Please try again. If you think the data in the system is incorrect, you can report it here: %{census_contact_information}'
1314
+ title: The data you have entered are not in the census for this vote
1280
1315
  form_title: 'Fill the following form to check your census data:'
1281
1316
  invalid: There was a problem checking the census.
1282
1317
  success:
1283
- access_link: via SMS or email.
1318
+ access_link: via email.
1319
+ access_link_with_sms: via SMS or email.
1284
1320
  info: You should have received your Access Code by postal mail already. In case, you don't have it, you can request it here
1285
1321
  title: Your census data is correct!
1286
1322
  title: Can I vote?
@@ -1290,6 +1326,7 @@ en:
1290
1326
  day_placeholder: DD
1291
1327
  document_number: Document number
1292
1328
  document_number_placeholder: ID number
1329
+ document_type: Document type
1293
1330
  month: Month
1294
1331
  month_placeholder: MM
1295
1332
  postal_code: Postal code
@@ -1309,9 +1346,9 @@ en:
1309
1346
  filters:
1310
1347
  active: Active
1311
1348
  all: All
1349
+ date: Date
1312
1350
  finished: Finished
1313
1351
  search: Search
1314
- state: Status
1315
1352
  upcoming: Upcoming
1316
1353
  filters_small_view:
1317
1354
  close_modal: Close modal
@@ -1 +1,2 @@
1
+ ---
1
2
  eo: