decidim-elections 0.26.8 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (239) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/cells/decidim/votings/content_blocks/highlighted_votings/show.erb +2 -2
  4. data/app/cells/decidim/votings/content_blocks/highlighted_votings_cell.rb +4 -5
  5. data/app/cells/decidim/votings/content_blocks/landing_page/description/show.erb +1 -1
  6. data/app/cells/decidim/votings/content_blocks/landing_page/description_cell.rb +1 -1
  7. data/app/cells/decidim/votings/content_blocks/landing_page/header/show.erb +2 -2
  8. data/app/cells/decidim/votings/content_blocks/landing_page/header_cell.rb +1 -1
  9. data/app/commands/decidim/elections/admin/add_user_as_trustee.rb +1 -1
  10. data/app/commands/decidim/elections/admin/create_answer.rb +2 -2
  11. data/app/commands/decidim/elections/admin/create_election.rb +1 -1
  12. data/app/commands/decidim/elections/admin/create_question.rb +2 -2
  13. data/app/commands/decidim/elections/admin/destroy_answer.rb +2 -2
  14. data/app/commands/decidim/elections/admin/destroy_election.rb +2 -2
  15. data/app/commands/decidim/elections/admin/destroy_question.rb +2 -2
  16. data/app/commands/decidim/elections/admin/end_vote.rb +1 -1
  17. data/app/commands/decidim/elections/admin/import_proposals_to_elections.rb +3 -6
  18. data/app/commands/decidim/elections/admin/publish_election.rb +2 -2
  19. data/app/commands/decidim/elections/admin/publish_results.rb +1 -1
  20. data/app/commands/decidim/elections/admin/remove_trustee_from_participatory_space.rb +1 -1
  21. data/app/commands/decidim/elections/admin/report_missing_trustee.rb +1 -1
  22. data/app/commands/decidim/elections/admin/setup_election.rb +1 -1
  23. data/app/commands/decidim/elections/admin/start_key_ceremony.rb +1 -1
  24. data/app/commands/decidim/elections/admin/start_tally.rb +1 -1
  25. data/app/commands/decidim/elections/admin/start_vote.rb +1 -1
  26. data/app/commands/decidim/elections/admin/unpublish_election.rb +1 -1
  27. data/app/commands/decidim/elections/admin/update_action_status.rb +1 -1
  28. data/app/commands/decidim/elections/admin/update_answer.rb +2 -2
  29. data/app/commands/decidim/elections/admin/update_answer_selection.rb +1 -1
  30. data/app/commands/decidim/elections/admin/update_election.rb +1 -1
  31. data/app/commands/decidim/elections/admin/update_question.rb +2 -2
  32. data/app/commands/decidim/elections/admin/update_trustee_participatory_space.rb +1 -1
  33. data/app/commands/decidim/elections/trustee_zone/update_election_bulletin_board_status.rb +1 -1
  34. data/app/commands/decidim/elections/trustee_zone/update_trustee.rb +1 -1
  35. data/app/commands/decidim/elections/voter/cast_vote.rb +1 -1
  36. data/app/commands/decidim/elections/voter/update_vote_status.rb +2 -2
  37. data/app/commands/decidim/votings/admin/create_ballot_style.rb +1 -1
  38. data/app/commands/decidim/votings/admin/create_monitoring_committee_member.rb +1 -1
  39. data/app/commands/decidim/votings/admin/create_polling_officer.rb +1 -1
  40. data/app/commands/decidim/votings/admin/create_voting.rb +3 -2
  41. data/app/commands/decidim/votings/admin/destroy_ballot_style.rb +1 -1
  42. data/app/commands/decidim/votings/admin/destroy_monitoring_committee_member.rb +1 -1
  43. data/app/commands/decidim/votings/admin/destroy_polling_officer.rb +1 -1
  44. data/app/commands/decidim/votings/admin/destroy_polling_station.rb +1 -1
  45. data/app/commands/decidim/votings/admin/manage_polling_station.rb +2 -2
  46. data/app/commands/decidim/votings/admin/monitoring_committee_validate_polling_station_closure.rb +1 -1
  47. data/app/commands/decidim/votings/admin/publish_voting.rb +1 -1
  48. data/app/commands/decidim/votings/admin/unpublish_voting.rb +1 -1
  49. data/app/commands/decidim/votings/admin/update_ballot_style.rb +1 -1
  50. data/app/commands/decidim/votings/admin/update_voting.rb +3 -2
  51. data/app/commands/decidim/votings/census/admin/create_dataset.rb +22 -19
  52. data/app/commands/decidim/votings/census/admin/create_datum.rb +1 -1
  53. data/app/commands/decidim/votings/census/admin/destroy_dataset.rb +1 -1
  54. data/app/commands/decidim/votings/census/admin/increment_dataset_processed_rows.rb +1 -1
  55. data/app/commands/decidim/votings/census/admin/launch_access_codes_export.rb +1 -1
  56. data/app/commands/decidim/votings/census/admin/launch_access_codes_generation.rb +1 -1
  57. data/app/commands/decidim/votings/census/admin/update_dataset.rb +1 -1
  58. data/app/commands/decidim/votings/certify_polling_station_closure.rb +1 -1
  59. data/app/commands/decidim/votings/check_census.rb +1 -1
  60. data/app/commands/decidim/votings/create_polling_station_closure.rb +1 -1
  61. data/app/commands/decidim/votings/create_polling_station_results.rb +1 -1
  62. data/app/commands/decidim/votings/send_access_code.rb +1 -1
  63. data/app/commands/decidim/votings/sign_polling_station_closure.rb +1 -1
  64. data/app/commands/decidim/votings/voter/in_person_vote.rb +1 -1
  65. data/app/commands/decidim/votings/voter/update_in_person_vote_status.rb +1 -1
  66. data/app/controllers/decidim/elections/admin/steps_controller.rb +2 -2
  67. data/app/controllers/decidim/elections/admin/trustees_participatory_spaces_controller.rb +1 -1
  68. data/app/controllers/decidim/elections/elections_controller.rb +11 -13
  69. data/app/controllers/decidim/elections/trustee_zone/application_controller.rb +4 -6
  70. data/app/controllers/decidim/elections/trustee_zone/elections_controller.rb +1 -1
  71. data/app/controllers/decidim/votings/admin/votings_landing_page_content_blocks_controller.rb +1 -1
  72. data/app/controllers/decidim/votings/admin/votings_landing_page_controller.rb +1 -1
  73. data/app/controllers/decidim/votings/polling_officer_zone/closures_controller.rb +1 -5
  74. data/app/controllers/decidim/votings/polling_officer_zone/in_person_votes_controller.rb +1 -5
  75. data/app/controllers/decidim/votings/votings_controller.rb +12 -15
  76. data/app/forms/decidim/elections/admin/setup_form.rb +3 -46
  77. data/app/forms/decidim/elections/admin/vote_period_form.rb +2 -2
  78. data/app/forms/decidim/votings/admin/ballot_style_form.rb +1 -1
  79. data/app/forms/decidim/votings/admin/voting_form.rb +4 -3
  80. data/app/forms/decidim/votings/census/admin/dataset_form.rb +2 -5
  81. data/app/forms/decidim/votings/census/admin/datum_form.rb +1 -1
  82. data/app/helpers/decidim/elections/application_helper.rb +1 -1
  83. data/app/helpers/decidim/votings/votings_helper.rb +1 -1
  84. data/app/models/decidim/elections/answer.rb +1 -6
  85. data/app/models/decidim/elections/election.rb +15 -4
  86. data/app/models/decidim/elections/question.rb +1 -6
  87. data/app/models/decidim/votings/polling_station.rb +2 -3
  88. data/app/models/decidim/votings/voting.rb +15 -0
  89. data/app/packs/src/decidim/elections/admin/pending_action.js +0 -2
  90. data/app/packs/src/decidim/elections/admin/trustees_process.js +0 -2
  91. data/app/packs/src/decidim/elections/trustee/key_ceremony.js +0 -3
  92. data/app/packs/src/decidim/elections/trustee/tally.js +1 -4
  93. data/app/packs/src/decidim/elections/voter/casting-vote.js +0 -3
  94. data/app/packs/src/decidim/elections/voter/setup-vote.js +0 -2
  95. data/app/packs/src/decidim/votings/in-person-vote.js +0 -3
  96. data/app/permissions/decidim/elections/admin/permissions.rb +7 -1
  97. data/app/permissions/decidim/votings/admin/permissions.rb +3 -18
  98. data/app/permissions/decidim/votings/permissions.rb +1 -3
  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/elections/edit.html.erb +0 -1
  124. data/app/views/decidim/elections/admin/elections/index.html.erb +0 -1
  125. data/app/views/decidim/elections/admin/elections/new.html.erb +0 -1
  126. data/app/views/decidim/elections/admin/steps/_create_election.html.erb +1 -14
  127. data/app/views/decidim/elections/admin/steps/{_tally.html.erb → _tally_started.html.erb} +1 -1
  128. data/app/views/decidim/elections/admin/steps/index.html.erb +0 -2
  129. data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +0 -1
  130. data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +0 -1
  131. data/app/views/decidim/elections/elections/_filters.html.erb +2 -2
  132. data/app/views/decidim/elections/elections/election_log.html.erb +3 -1
  133. data/app/views/decidim/elections/elections/show.html.erb +1 -1
  134. data/app/views/decidim/elections/trustee_zone/elections/show.html.erb +3 -4
  135. data/app/views/decidim/elections/trustee_zone/trustees/show.html.erb +3 -1
  136. data/app/views/decidim/elections/votes/_onboarding_modal.html.erb +3 -1
  137. data/app/views/decidim/elections/votes/_show_casting.html.erb +3 -3
  138. data/app/views/decidim/elections/votes/new.html.erb +10 -7
  139. data/app/views/decidim/elections/votes/verify.html.erb +4 -1
  140. data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +0 -1
  141. data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +0 -1
  142. data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +0 -1
  143. data/app/views/decidim/votings/admin/votings/_form.html.erb +10 -1
  144. data/app/views/decidim/votings/admin/votings/edit.html.erb +0 -1
  145. data/app/views/decidim/votings/admin/votings/index.html.erb +0 -1
  146. data/app/views/decidim/votings/admin/votings/new.html.erb +1 -0
  147. data/app/views/decidim/votings/census/admin/census/show.html.erb +0 -1
  148. data/app/views/decidim/votings/polling_officer_zone/closures/_certify_form.html.erb +3 -1
  149. data/app/views/decidim/votings/polling_officer_zone/closures/_sign_form.html.erb +3 -1
  150. data/app/views/decidim/votings/polling_officer_zone/closures/edit.html.erb +3 -1
  151. data/app/views/decidim/votings/polling_officer_zone/closures/new.html.erb +3 -1
  152. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_complete_voting.html.erb +8 -2
  153. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/new.html.erb +3 -3
  154. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/show.html.erb +3 -3
  155. data/app/views/decidim/votings/votings/_filters.html.erb +2 -3
  156. data/app/views/decidim/votings/votings/_promoted_voting.html.erb +1 -1
  157. data/app/views/layouts/decidim/election_votes.html.erb +3 -1
  158. data/config/assets.rb +1 -1
  159. data/config/locales/am-ET.yml +1 -0
  160. data/config/locales/ar.yml +2 -43
  161. data/config/locales/bg.yml +1 -0
  162. data/config/locales/ca.yml +44 -64
  163. data/config/locales/cs.yml +47 -59
  164. data/config/locales/da.yml +1 -0
  165. data/config/locales/de.yml +18 -174
  166. data/config/locales/el.yml +1 -1095
  167. data/config/locales/en.yml +37 -56
  168. data/config/locales/eo.yml +1 -0
  169. data/config/locales/es-MX.yml +44 -64
  170. data/config/locales/es-PY.yml +44 -64
  171. data/config/locales/es.yml +46 -66
  172. data/config/locales/et.yml +1 -0
  173. data/config/locales/eu.yml +31 -54
  174. data/config/locales/fi-plain.yml +37 -57
  175. data/config/locales/fi.yml +40 -60
  176. data/config/locales/fr-CA.yml +57 -65
  177. data/config/locales/fr.yml +58 -66
  178. data/config/locales/ga-IE.yml +2 -19
  179. data/config/locales/gl.yml +28 -35
  180. data/config/locales/hr.yml +1 -0
  181. data/config/locales/hu.yml +21 -29
  182. data/config/locales/id-ID.yml +1 -0
  183. data/config/locales/is-IS.yml +2 -1
  184. data/config/locales/it.yml +34 -32
  185. data/config/locales/ja.yml +46 -75
  186. data/config/locales/ko.yml +1 -0
  187. data/config/locales/lb.yml +1 -0
  188. data/config/locales/lt.yml +1 -1401
  189. data/config/locales/lv.yml +1 -3
  190. data/config/locales/mt.yml +1 -0
  191. data/config/locales/nl.yml +36 -49
  192. data/config/locales/no.yml +13 -54
  193. data/config/locales/om-ET.yml +1 -0
  194. data/config/locales/pl.yml +43 -38
  195. data/config/locales/pt-BR.yml +35 -35
  196. data/config/locales/pt.yml +36 -35
  197. data/config/locales/ro-RO.yml +19 -69
  198. data/config/locales/ru.yml +1 -0
  199. data/config/locales/si-LK.yml +1 -0
  200. data/config/locales/sk.yml +1 -0
  201. data/config/locales/sl.yml +1 -0
  202. data/config/locales/so-SO.yml +1 -0
  203. data/config/locales/sr-CS.yml +1 -0
  204. data/config/locales/sv.yml +24 -73
  205. data/config/locales/sw-KE.yml +1 -0
  206. data/config/locales/ti-ER.yml +1 -0
  207. data/config/locales/tr-TR.yml +5 -61
  208. data/config/locales/uk.yml +1 -0
  209. data/config/locales/val-ES.yml +1 -0
  210. data/config/locales/vi.yml +1 -0
  211. data/config/locales/zh-CN.yml +2 -22
  212. data/config/locales/zh-TW.yml +1 -1391
  213. data/db/migrate/20220404112802_rename_bb_status_tally_to_tally_started.rb +19 -0
  214. data/db/migrate/20220424121541_add_show_check_census_to_votings.rb +7 -0
  215. data/db/migrate/20220615102642_remove_description_from_elections_questions.rb +1 -1
  216. data/lib/decidim/elections/component.rb +4 -4
  217. data/lib/decidim/elections/test/factories.rb +4 -5
  218. data/lib/decidim/elections/version.rb +1 -1
  219. data/lib/decidim/votings/admin_engine.rb +0 -4
  220. data/lib/decidim/votings/participatory_space.rb +3 -3
  221. data/lib/decidim/votings/test/factories.rb +2 -1
  222. metadata +27 -40
  223. data/app/controllers/decidim/votings/admin/exports_controller.rb +0 -14
  224. data/app/controllers/decidim/votings/admin/imports_controller.rb +0 -14
  225. data/app/controllers/decidim/votings/admin/reminders_controller.rb +0 -14
  226. data/app/forms/decidim/votings/admin/voting_role_form.rb +0 -29
  227. data/app/packs/src/decidim/elections/broken_promises_handler.js +0 -11
  228. data/app/services/decidim/elections/election_search.rb +0 -35
  229. data/app/services/decidim/votings/voting_search.rb +0 -46
  230. data/app/views/decidim/elections/shared/_broken_promises_modal.html.erb +0 -33
  231. data/config/environment.rb +0 -0
  232. data/config/locales/fa-IR.yml +0 -1
  233. data/config/locales/gn-PY.yml +0 -1
  234. data/config/locales/ka-GE.yml +0 -1
  235. data/config/locales/kaa.yml +0 -1
  236. data/config/locales/lo-LA.yml +0 -1
  237. data/config/locales/oc-FR.yml +0 -1
  238. /data/app/packs/entrypoints/{decidim_elections_trustee_tally.js → decidim_elections_trustee_tally_started.js} +0 -0
  239. /data/app/views/decidim/elections/trustee_zone/elections/{_tally_steps.html.erb → _tally_started_steps.html.erb} +0 -0
@@ -7,39 +7,27 @@ en:
7
7
  image: Image
8
8
  proposals: Related proposals
9
9
  title: Title
10
- ballot_style:
11
- code: Code
12
10
  election:
13
11
  description: Description
14
12
  end_time: Voting ends at
15
13
  start_time: Voting start at
16
14
  title: Title
17
- monitoring_committee_member:
18
- email: Email
19
- name: Name
20
- polling_officer:
21
- email: Email
22
- name: Name
23
- polling_station:
24
- address: Address
25
- location: Location
26
- location_hints: Location hint
27
- polling_station_managers: Managers
28
- polling_station_president_id: President
29
- title: Title
30
15
  question:
31
16
  max_selections: Maximum number of selections
32
17
  min_selections: None of the above option
33
18
  title: Title
34
- trustees_participatory_space:
35
- user_id: Participant
36
19
  voting:
20
+ banner_image: Banner image
21
+ census_contact_information: Census contact information
22
+ description: Description
37
23
  end_time: Voting ends
38
24
  introductory_image: Introductory image
39
25
  promoted: Promoted
40
- scope_id: Scope
26
+ scope: Scope
41
27
  show_check_census: Show "check census" page
42
28
  start_time: Voting begins
29
+ title: Title
30
+ voting_type: Voting type
43
31
  errors:
44
32
  models:
45
33
  answer:
@@ -56,6 +44,10 @@ en:
56
44
  cant_be_changed: can't be changed
57
45
  public_key:
58
46
  cant_be_changed: can't be changed
47
+ voting:
48
+ attributes:
49
+ voting_type:
50
+ inclusion: "%{value} is not a valid voting type"
59
51
  activerecord:
60
52
  errors:
61
53
  models:
@@ -252,17 +244,13 @@ en:
252
244
  success: Question successfully updated
253
245
  steps:
254
246
  create_election:
255
- census: Census
256
247
  errors:
257
- census_codes_generated: Access codes for the census are not generated.
258
- census_frozen: Access codes for the census are not exported.
259
- census_uploaded: There is no census uploaded for this election.
260
248
  component_published: The election component is <strong>not published</strong>.
261
249
  max_selections: The questions do not have a <strong>correct value for amount of answers</strong>
262
250
  minimum_answers: Questions must have <strong>at least two answers</strong>.
263
251
  minimum_questions: The election <strong>must have at least one question</strong>.
264
252
  published: The election is <strong>not published</strong>.
265
- time_before: The start time is in <strong>less than %{hours}</strong> before the election starts.
253
+ time_before: The start time is in <strong>less than %{hours} hours</strong> before the election starts.
266
254
  trustees_number: The participatory space <strong>must have at least %{number} trustees with public key</strong>.
267
255
  invalid: There was a problem setting up this election
268
256
  no_trustees: There are no Trustees configured for this participatory space
@@ -271,15 +259,12 @@ en:
271
259
  'false': does not have a <strong>public key</strong>
272
260
  'true': has a <strong>public key</strong>
273
261
  requirements:
274
- census_codes_generated: Access codes for the census are generated.
275
- census_frozen: Access codes for the census are exported and census is frozen.
276
- census_uploaded: Census is uploaded.
277
262
  component_published: The election component is <strong>published</strong>.
278
263
  max_selections: All the questions have a correct value for <strong>maximum of answers</strong>.
279
264
  minimum_answers: Each question has <strong>at least 2 answers</strong>.
280
265
  minimum_questions: The election has <strong>at least 1 question</strong>.
281
266
  published: The election is <strong>published</strong>.
282
- time_before: The setup is being done <strong>at least %{hours}</strong> before the election starts.
267
+ time_before: The setup is being done <strong>at least %{hours} hours</strong> before the election starts.
283
268
  trustees_number: The participatory space has <strong>at least %{number} trustees with public key</strong>.
284
269
  submit: Setup election
285
270
  success: Election successfully sent to the Bulletin Board
@@ -312,15 +297,6 @@ en:
312
297
  selected: Selected
313
298
  submit: Submit
314
299
  title: Results published
315
- tally:
316
- continue: Continue
317
- invalid: There was a problem reporting the missing trustee
318
- mark_as_missing: Mark as missing
319
- 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.
320
- success: Missing trustee report was successfully sent to the Bulletin Board
321
- 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.
322
- title: Tally process
323
- 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.
324
300
  tally_ended:
325
301
  answer: Answer
326
302
  not_selected: Not selected
@@ -330,6 +306,15 @@ en:
330
306
  submit: Publish results
331
307
  success: Publish results request was successfully sent to the Bulletin Board
332
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.
333
318
  vote:
334
319
  errors:
335
320
  time_after: The election is still ongoing. You have to wait until the ending time (%{end_time}) to end the voting period.
@@ -387,13 +372,6 @@ en:
387
372
  update: "%{user_name} updated the election %{resource_name} of %{space_name}"
388
373
  trustee:
389
374
  create: "%{user_name} assigned the user %{trustee_user} as Trustee"
390
- connection:
391
- failed:
392
- modal:
393
- close: Close
394
- 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.
395
- generic_error: Unfortunately, an unknown error has occurred. It is likely that your browser is not supported or that you are using the "incognito" or "private" mode which is not supported.
396
- title: Something went wrong
397
375
  election_m:
398
376
  badge_name:
399
377
  finished: Finished
@@ -465,9 +443,9 @@ en:
465
443
  filters:
466
444
  active: Active
467
445
  all: All
446
+ date: Date
468
447
  finished: Finished
469
448
  search: Search
470
- state: Status
471
449
  upcoming: Upcoming
472
450
  filters_small_view:
473
451
  close_modal: Close modal
@@ -576,7 +554,7 @@ en:
576
554
  title: Restore election keys for %{election}
577
555
  upload_election_keys: Upload election keys
578
556
  upload_icon: Icon that indicates a download action
579
- tally_steps:
557
+ tally_started_steps:
580
558
  back: Back
581
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.
582
560
  keys:
@@ -626,15 +604,15 @@ en:
626
604
  generate_legend_3: Ensure your computer doesn't have a copy of the file (e.g. check the Downloads and Desktop folders).
627
605
  generate_legend_4: Make another copy of the file on a different external device and store it in a very safe place.
628
606
  submit: Submit
629
- 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.
630
608
  submit_title: Submit the public identification key
631
609
  title: Trustee identification keys
632
610
  upload: Upload your identification keys
633
611
  upload_error:
634
612
  invalid_format: The uploaded file doesn't contain any identification key.
635
613
  invalid_key: The identification keys in the uploaded file can't be loaded.
636
- invalid_public_key: The identification keys in the uploaded file doesn't match the public identification key stored by Decidim.
637
- 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.
638
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.
639
617
  not_supported_browser_title: Upgrade browser to act as a Trustee
640
618
  trustee_role_description: You have been assigned to act as a Trustee in some of the elections celebrated in this platform.
@@ -705,9 +683,9 @@ en:
705
683
  onboarding_modal:
706
684
  close: Close modal
707
685
  create_account: Create Account
708
- 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.
709
687
  no_account: No, thanks.
710
- title: New to Decidim?
688
+ title: New to the platform?
711
689
  update:
712
690
  error: There was a problem updating the vote status. Please, vote again.
713
691
  verify:
@@ -718,9 +696,10 @@ en:
718
696
  header: Vote not found!
719
697
  info: The vote code was not found in the %{link} ballot box, try again.
720
698
  form:
721
- back: Back to Decidim
699
+ back: Back to the platform
722
700
  submit: Check
723
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).
724
703
  header:
725
704
  title: Verify your vote
726
705
  success:
@@ -1041,6 +1020,7 @@ en:
1041
1020
  introductory_image: Introductory image
1042
1021
  promoted: Promoted
1043
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
1044
1024
  slug: Slug
1045
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}'
1046
1026
  title: Title
@@ -1235,17 +1215,18 @@ en:
1235
1215
  in_person_votes:
1236
1216
  complete_voting:
1237
1217
  available_answers: 'Available answers:'
1238
- 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.
1239
1220
  complete_voting: Complete voting
1240
1221
  identify_another: Identify another participant
1241
- questions_title: 'She is entitled to vote in the following questions:'
1242
- 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:'
1243
1224
  voted: The participant has voted
1244
1225
  create:
1245
1226
  error: The vote was not registered. Please try again.
1246
1227
  in_person_form:
1247
1228
  census_not_present: This participant is not listed in the census.
1248
- 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.
1249
1230
  date_of_birth: Date of birth
1250
1231
  day: Day
1251
1232
  day_placeholder: DD
@@ -1365,9 +1346,9 @@ en:
1365
1346
  filters:
1366
1347
  active: Active
1367
1348
  all: All
1349
+ date: Date
1368
1350
  finished: Finished
1369
1351
  search: Search
1370
- state: Status
1371
1352
  upcoming: Upcoming
1372
1353
  filters_small_view:
1373
1354
  close_modal: Close modal
@@ -1 +1,2 @@
1
+ ---
1
2
  eo:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  attributes:
@@ -6,39 +7,27 @@ es-MX:
6
7
  image: Imagen
7
8
  proposals: Propuestas relacionadas
8
9
  title: Título
9
- ballot_style:
10
- code: Código
11
10
  election:
12
11
  description: Descripción
13
12
  end_time: La votación termina en
14
13
  start_time: La votación comienza a las
15
14
  title: Título
16
- monitoring_committee_member:
17
- email: Correo electrónico
18
- name: Nombre
19
- polling_officer:
20
- email: Correo electrónico
21
- name: Nombre
22
- polling_station:
23
- address: Dirección
24
- location: Ubicación
25
- location_hints: Detalles de ubicación
26
- polling_station_managers: Gestoras
27
- polling_station_president_id: Presidencia
28
- title: Título
29
15
  question:
30
16
  max_selections: Número máximo de opciones
31
17
  min_selections: Ninguna de las anteriores
32
18
  title: Título
33
- trustees_participatory_space:
34
- user_id: Participante
35
19
  voting:
20
+ banner_image: Imagen de cabecera
21
+ census_contact_information: Datos de contacto del censo
22
+ description: Descripción
36
23
  end_time: La votación finaliza
37
24
  introductory_image: Imagen de presentación
38
25
  promoted: Destacada
39
- scope_id: Ámbito
26
+ scope: Ámbito
40
27
  show_check_census: Mostrar la página de "comprobar censo"
41
28
  start_time: La votación empieza
29
+ title: Título
30
+ voting_type: Tipo de votación
42
31
  errors:
43
32
  models:
44
33
  answer:
@@ -55,6 +44,10 @@ es-MX:
55
44
  cant_be_changed: no se puede cambiar
56
45
  public_key:
57
46
  cant_be_changed: no se puede cambiar
47
+ voting:
48
+ attributes:
49
+ voting_type:
50
+ inclusion: "%{value} no es un tipo de votación válido"
58
51
  activerecord:
59
52
  errors:
60
53
  models:
@@ -251,17 +244,13 @@ es-MX:
251
244
  success: La pregunta se ha actualizado correctamente
252
245
  steps:
253
246
  create_election:
254
- census: Censo
255
247
  errors:
256
- census_codes_generated: Los códigos de acceso al censo no se han podido generar.
257
- census_frozen: Los códigos de acceso al censo no se han podido exportar.
258
- census_uploaded: No se ha subido ningún censo para esta elección.
259
248
  component_published: La elección <strong>no está publicada</strong>.
260
249
  max_selections: Las preguntas no tienen un valor <strong>correcto para la cantidad de respuestas</strong>
261
250
  minimum_answers: Las preguntas deben tener <strong>al menos dos respuestas</strong>.
262
251
  minimum_questions: La elección <strong>debe tener al menos una pregunta</strong>.
263
252
  published: La elección <strong>no está publicada</strong>.
264
- time_before: Se ha configurado la hora de inicio en <strong>menos de %{hours} horas</strong> antes de que comience la elección.
253
+ time_before: La hora de inicio está en <strong>menos de %{hours} horas</strong> antes de que comience la elección.
265
254
  trustees_number: El espacio participativo <strong>debe tener al menos %{number} garantes con clave pública</strong>.
266
255
  invalid: Hubo un problema al configurar esta elección
267
256
  no_trustees: No hay garantes configurados para este espacio participativo
@@ -270,9 +259,6 @@ es-MX:
270
259
  'false': no tiene una <strong>clave pública</strong>
271
260
  'true': tiene una <strong> clave pública</strong>
272
261
  requirements:
273
- census_codes_generated: Se han generado los códigos de acceso al censo.
274
- census_frozen: Se han exportado los códgos para el censo y el censo ha quedado congelado.
275
- census_uploaded: El censo está subido.
276
262
  component_published: La elección está <strong>publicada</strong>.
277
263
  max_selections: Todas las preguntas tienen un valor correcto para <strong>máximo de respuestas</strong>.
278
264
  minimum_answers: Cada pregunta tiene <strong>al menos 2 respuestas</strong>.
@@ -311,15 +297,6 @@ es-MX:
311
297
  selected: Seleccionado
312
298
  submit: Enviar
313
299
  title: Resultados publicados
314
- tally:
315
- continue: Continuar
316
- invalid: Hubo un problema al reportar la ausencia de la persona garante
317
- mark_as_missing: Marcar como ausente
318
- mark_as_missing_description: Todas las personas garantes deben participar en este proceso, pero si una de ellas no puede, puedes marcarlo como ausente.
319
- success: El reporte de ausencia de la persona garante fue enviada con éxito al estrado
320
- tally_completion: El proceso estará completo cuando todas las personas garantes estén registradas como activas o reportadas como ausentes. Se requiere un quorum de %{quorum} personas garantes para completar el proceso.
321
- title: Proceso de recuento
322
- undo_mark_as_missing: Una persona garante reportada como ausente por error podrá participar hasta antes de la finalización del proceso. Puede realizar sus actividades normales y el reporte de ausencia será ignorado.
323
300
  tally_ended:
324
301
  answer: Respuesta
325
302
  not_selected: No seleccionado
@@ -329,6 +306,15 @@ es-MX:
329
306
  submit: Publicar resultados
330
307
  success: La solicitud de publicación de resultados se envió correctamente al Bulletin Board
331
308
  title: Resultados calculados
309
+ tally_started:
310
+ continue: Continuar
311
+ invalid: Hubo un problema al reportar la ausencia de la persona garante
312
+ mark_as_missing: Marcar como ausente
313
+ mark_as_missing_description: Todas las personas garantes deben participar en este proceso, pero si una de ellas no puede, puedes marcarlo como ausente.
314
+ success: El reporte de ausencia de la persona garante fue enviada con éxito al estrado
315
+ tally_completion: El proceso estará completo cuando todas las personas garantes estén registradas como activas o reportadas como ausentes. Se requiere un quorum de %{quorum} personas garantes para completar el proceso.
316
+ title: Proceso de recuento
317
+ undo_mark_as_missing: Una persona garante reportada como ausente por error podrá participar hasta antes de la finalización del proceso. Puede realizar sus actividades normales y el reporte de ausencia será ignorado.
332
318
  vote:
333
319
  errors:
334
320
  time_after: La elección aún está en curso. Tienes que esperar hasta la hora de finalización (%{end_time}) para terminar el periodo de votación.
@@ -386,13 +372,6 @@ es-MX:
386
372
  update: "%{user_name} actualizó la elección %{resource_name} de %{space_name}"
387
373
  trustee:
388
374
  create: "%{user_name} asignó al usuario %{trustee_user} como garante"
389
- connection:
390
- failed:
391
- modal:
392
- close: Cerrar
393
- communication_lost: Desafortunadamente, parece que la comunicación con el servidor de votación (Bulletin Board) se ha perdido.<br>Puede ser que la conexión a Internet esté averiada o que el servidor de destino esté demasiado ocupado.<br>Puedes intentarlo más tarde o ponerte en contacto con el servicio de asistencia si este problema persiste.
394
- generic_error: Desafortunadamente, se ha producido un error desconocido. Es probable que tu navegador no esté soportado o que estés usando el modo "incógnito" o "privado" que no es compatible.
395
- title: Algo salió mal
396
375
  election_m:
397
376
  badge_name:
398
377
  finished: Finalizada
@@ -401,9 +380,8 @@ es-MX:
401
380
  end_date: Termina
402
381
  footer:
403
382
  remaining_time:
404
- one: "Quedan <strong>%{count} hora %{minutes} minutos</strong> restantes para votar."
405
- other: "Quedan <strong>%{count} horas %{minutes} minutos</strong> restantes para votar."
406
- zero: "Quedan <strong>%{minutes} minutos</strong> restantes para votar."
383
+ one: "<strong>%{count} hora %{minutes} minutos</strong> restantes para votar."
384
+ other: "<strong>%{count} horas %{minutes} minutos</strong> restantes para votar."
407
385
  view: Ver
408
386
  vote: Votar
409
387
  label:
@@ -464,9 +442,9 @@ es-MX:
464
442
  filters:
465
443
  active: Activas
466
444
  all: Todas
445
+ date: Fecha
467
446
  finished: Finalizadas
468
447
  search: Buscar
469
- state: Estado
470
448
  upcoming: Próximas
471
449
  filters_small_view:
472
450
  close_modal: Cerrar el modal
@@ -485,7 +463,6 @@ es-MX:
485
463
  votes:
486
464
  one: "%{count} voto"
487
465
  other: "%{count} votos"
488
- zero: "%{count} votos"
489
466
  show:
490
467
  action_button:
491
468
  change_vote: Cambia tu voto
@@ -575,7 +552,7 @@ es-MX:
575
552
  title: Restaurar claves para la elección %{election}
576
553
  upload_election_keys: Subir claves de elección
577
554
  upload_icon: Icono que indica una acción de descarga
578
- tally_steps:
555
+ tally_started_steps:
579
556
  back: Atrás
580
557
  description: Los resultados de esta elección están siendo calculados en el Bulletin Board. Para completar este proceso, se necesita tu participación como garante.
581
558
  keys:
@@ -586,11 +563,11 @@ es-MX:
586
563
  list:
587
564
  status: Estado
588
565
  task: Tarea
589
- process_warning: Una vez iniciado el proceso, no debes salir de esta página hasta que el proceso termine. Tardará varios minutos, ya que todos los garantes deben estar conectados para completarlo.
566
+ process_warning: Una vez iniciado el proceso, no debes salir de esta página hasta que el proceso termine. Tardará algunos minutos, ya que todas las garantes deben estar conectados para completarlo.
590
567
  start: Empezar
591
568
  start_icon: Icono que indica un botón de inicio para iniciar la generación de claves de una elección
592
569
  status:
593
- completed: Completada
570
+ completed: Completado
594
571
  pending: Pendiente
595
572
  processing: Procesando
596
573
  title: Recuento para %{election}
@@ -625,15 +602,15 @@ es-MX:
625
602
  generate_legend_3: Asegúrate de que tu equipo no tenga una copia del archivo (por ejemplo, comprueba las carpetas de Descargas y Escritorio).
626
603
  generate_legend_4: Haz otra copia del archivo en un dispositivo externo diferente y guárdalo en un lugar muy seguro.
627
604
  submit: Enviar
628
- submit_legend: Después de seguir todos los pasos explicados anteriormente, completa el proceso enviando la clave de identificación pública al servidor de Decidim.
605
+ submit_legend: Después de seguir todos los pasos explicados anteriormente, completa el proceso enviando la clave de identificación pública al servidor.
629
606
  submit_title: Enviar la clave pública de identificación
630
607
  title: Claves de identificación del garante
631
608
  upload: Sube tus claves de identificación
632
609
  upload_error:
633
610
  invalid_format: El archivo subido no contiene ninguna clave de identificación.
634
611
  invalid_key: Las claves de identificación en el archivo subido no se pueden cargar.
635
- invalid_public_key: Las claves de identificación en el archivo subido no coinciden con la clave de identificación pública almacenada por Decidim.
636
- upload_legend: Decidim tiene tus claves públicas de identificación, pero tu navegador todavía no las tiene. Necesitas importar el archivo con tus claves de identificación a tu ordenador desde la copia de seguridad que creaste después de generarlas.
612
+ invalid_public_key: Las claves de identificación en el archivo subido no coinciden con la clave pública de identificación almacenada.
613
+ upload_legend: El servidor tiene sus claves públicas de identificación, pero su navegador todavía no las tiene. Necesitas importar el archivo con tus claves de identificación a tu ordenador desde la copia de seguridad que creaste después de generarlas.
637
614
  not_supported_browser_description: Parece que estás usando un navegador que no puede ser utilizado para actuar como garante. Asegúrate de que estás usando la versión más reciente de tu navegador, o intenta usar cualquiera de los navegadores más populares para poder completar tus tareas como garante.
638
615
  not_supported_browser_title: Actualiza el navegador para actuar como garante
639
616
  trustee_role_description: Se le ha asignado como garante en algunas de las elecciones celebradas en esta plataforma.
@@ -704,9 +681,9 @@ es-MX:
704
681
  onboarding_modal:
705
682
  close: Cerrar modal
706
683
  create_account: Crear Cuenta
707
- description: '¿Quieres crear una nueva cuenta en Decidim? Así participarás en los procesos y ser parte activa de la organización.'
684
+ description: '¿Quieres crear una nueva cuenta en la plataforma? Podrás participar en los procesos y ser parte activa de la organización.'
708
685
  no_account: No, gracias.
709
- title: '¿Es tu primera vez en Decidim?'
686
+ title: '¿Eres nueva en la plataforma?'
710
687
  update:
711
688
  error: Ha habido un problema al actualizar el estado del voto. Vuelve a intentarlo.
712
689
  verify:
@@ -717,9 +694,10 @@ es-MX:
717
694
  header: Voto no encontrado!
718
695
  info: El código de voto no se ha encontrado en la urna de %{link}, inténtelo de nuevo.
719
696
  form:
720
- back: Volver a Decidim
697
+ back: Volver a la plataforma
721
698
  submit: Comprobar
722
699
  vote_identifier: 'Código identificador:'
700
+ vote_identifier_help: Este es el identificador que se te dio después de emitir tu voto (no es el código para entrar la cabina de votación).
723
701
  header:
724
702
  title: Verifica tu voto
725
703
  success:
@@ -814,11 +792,11 @@ es-MX:
814
792
  max_results: Cantidad máxima de elementos a mostrar
815
793
  landing_page:
816
794
  attachments_and_folders:
817
- name: Archivos y carpetas de la votación
795
+ name: Archivos adjuntos y carpetas de la votación
818
796
  description:
819
797
  name: Descripción de la votación
820
798
  elections:
821
- name: Elecciones
799
+ name: Elecciones de la votación
822
800
  header:
823
801
  name: Cabecera de la votación
824
802
  html_block_1:
@@ -828,13 +806,13 @@ es-MX:
828
806
  html_block_3:
829
807
  name: Bloque html 3 de la votación
830
808
  metrics:
831
- name: Métricas de la votación
809
+ name: Métricas de votación
832
810
  polling_stations:
833
811
  name: Puntos de votación
834
812
  stats:
835
- name: Estadísticas de la votación
813
+ name: Estadísticas de votación
836
814
  timeline:
837
- name: Calendario de la votación
815
+ name: Calendario de votación
838
816
  index:
839
817
  not_published: Despublicada
840
818
  published: Publicada
@@ -1040,6 +1018,7 @@ es-MX:
1040
1018
  introductory_image: Imagen de presentación
1041
1019
  promoted: Destacada
1042
1020
  select_a_voting_type: Por favor, selecciona un tipo de votación
1021
+ show_check_census_help: Si quieres mostrar el enlace "¿Puedo votar?" en el menú de votaciones públicas
1043
1022
  slug: Nombre corto de URL
1044
1023
  slug_help: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a esta votación. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
1045
1024
  title: Título
@@ -1234,11 +1213,12 @@ es-MX:
1234
1213
  in_person_votes:
1235
1214
  complete_voting:
1236
1215
  available_answers: 'Respuestas disponibles:'
1237
- census_verified: La participante aún no ha votado.
1216
+ census_verified: Esta participante todavía no ha votado en persona.
1217
+ census_verified_with_online_vote: Esta participante ya votó en línea previamente. Si vota en persona, sus votos anteriores serán invalidados y este será su voto definitivo.
1238
1218
  complete_voting: Completar votación
1239
1219
  identify_another: Identificar a otra participante
1240
1220
  questions_title: 'Tiene derecho a votar en las siguientes preguntas:'
1241
- questions_title_voted: 'La participante ya ha votado en línea y tiene derecho a votar en las siguientes preguntas:'
1221
+ questions_title_voted: 'Esta participante ya votó en línea y tiene derecho a votar en las siguientes preguntas:'
1242
1222
  voted: La participante ha votado
1243
1223
  create:
1244
1224
  error: El voto no ha sido registrado. Por favor, inténtalo de nuevo.
@@ -1364,9 +1344,9 @@ es-MX:
1364
1344
  filters:
1365
1345
  active: Activas
1366
1346
  all: Todas
1347
+ date: Fecha
1367
1348
  finished: Finalizadas
1368
1349
  search: Buscar
1369
- state: Estado
1370
1350
  upcoming: Próximas
1371
1351
  filters_small_view:
1372
1352
  close_modal: Cerrar ventana