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
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ro:
2
3
  activemodel:
3
4
  attributes:
@@ -11,15 +12,12 @@ ro:
11
12
  end_time: Votarea se încheie la
12
13
  start_time: Votarea începe la
13
14
  title: Titlu
14
- polling_station:
15
- title: Titlu
16
15
  question:
17
16
  max_selections: Numărul maxim de selecții
18
17
  min_selections: Niciuna dintre opțiunile de mai sus
19
18
  title: Titlu
20
19
  voting:
21
20
  end_time: Votarea se încheie
22
- scope_id: Domeniu de interes
23
21
  start_time: Votarea începe
24
22
  errors:
25
23
  models:
@@ -102,6 +100,7 @@ ro:
102
100
  label: Validat
103
101
  values:
104
102
  'false': Validat
103
+ 'true': Nevalidat
105
104
  components:
106
105
  elections:
107
106
  actions:
@@ -257,15 +256,6 @@ ro:
257
256
  selected: Selectat
258
257
  submit: Trimite
259
258
  title: Rezultate publicate
260
- tally:
261
- continue: Continuă
262
- invalid: A apărut o problemă la raportarea împuternicitului care lipsește
263
- mark_as_missing: Marcheză drept absent
264
- mark_as_missing_description: Toți imputerniciții trebuie să ia parte la proces, dar dacă un împuternicit nu poate participa îl poți marca drept absent.
265
- success: Raportul privind împuternicitul absent a fost trimis cu succes către Panoul de afișare
266
- tally_completion: Procesul va fi finalizat cânt toți împuternicții sunt activi sau marcați drept absenți. Pentru a finaliza procesul sunt necesari cel puțin %{quorum} împuterniciți.
267
- title: Procesul de numărare al voturilor
268
- undo_mark_as_missing: Un împuternicit marcat din greșeală drept absent va putea participa înainte de finalizarea procesului. Acesta poate proceda ca de obicei, iar marcarea drept absent va fi ingnorată.
269
259
  tally_ended:
270
260
  answer: Răspuns
271
261
  not_selected: Neselectate
@@ -275,6 +265,13 @@ ro:
275
265
  submit: Publică rezultatele
276
266
  success: Cererea de publicare a rezultatelor a fost trimisă cu succes către Panoul de afișare
277
267
  title: Calculează rezultatele
268
+ tally_started:
269
+ invalid: A apărut o problemă la raportarea împuternicitului care lipsește
270
+ mark_as_missing: Marcheză drept absent
271
+ mark_as_missing_description: Toți imputerniciții trebuie să ia parte la proces, dar dacă un împuternicit nu poate participa îl poți marca drept absent.
272
+ success: Raportul privind împuternicitul absent a fost trimis cu succes către Panoul de afișare
273
+ tally_completion: Procesul va fi finalizat cânt toți împuternicții sunt activi sau marcați drept absenți. Pentru a finaliza procesul sunt necesari cel puțin %{quorum} împuterniciți.
274
+ undo_mark_as_missing: Un împuternicit marcat din greșeală drept absent va putea participa înainte de finalizarea procesului. Acesta poate proceda ca de obicei, iar marcarea drept absent va fi ingnorată.
278
275
  vote:
279
276
  errors:
280
277
  time_after: Alegerile sunt încă în desfășurare. Trebuie să aștepți până se încheie (%{end_time}) pentru încheia perioada de votare.
@@ -340,9 +337,9 @@ ro:
340
337
  end_date: Se termină
341
338
  footer:
342
339
  remaining_time:
343
- one: "<strong>%{count} oră %{minutes} minute</strong> rămasă pentru a vota."
340
+ one: "<strong>%{count} oră %{minutes} minute</strong> rămase de votat."
341
+ few: "<strong>%{count} ore %{minutes} minute</strong> rămase de votat."
344
342
  other: "<strong>%{count} ore %{minutes} minute</strong> rămase pentru a vota."
345
- zero: "<strong>%{minutes} minute</strong> rămase pentru a vota."
346
343
  view: Vizualizare
347
344
  vote: Votează
348
345
  label:
@@ -400,6 +397,7 @@ ro:
400
397
  active: Activ
401
398
  all: Toate
402
399
  finished: Finalizat
400
+ search: Caută
403
401
  upcoming: Urmează
404
402
  filters_small_view:
405
403
  close_modal: Închidere
@@ -414,10 +412,6 @@ ro:
414
412
  description: 'Acestea sunt rezultatele votului, pentru fiecare întrebare:'
415
413
  selected: Selectate
416
414
  title: Rezultatele alegerilor
417
- votes:
418
- one: "%{count} vot"
419
- other: "%{count} de voturi"
420
- zero: "%{count} de voturi"
421
415
  show:
422
416
  action_button:
423
417
  change_vote: Schimbă-ți votul
@@ -471,8 +465,7 @@ ro:
471
465
  title: Copie de rezervă chei pentru %{election}
472
466
  key_ceremony_steps:
473
467
  title: Crează chei electorale pentru %{election}
474
- tally_steps:
475
- back: Înapoi
468
+ tally_started_steps:
476
469
  description: Rezultatele acestor alegeri sunt în proces de calculare în Panoul de afișare. Pentru a finaliza procesul este necesară participarea ta drept împuternicit.
477
470
  keys:
478
471
  end_tally: Procesul de numărare al voturilor s-a încheiat
@@ -511,15 +504,12 @@ ro:
511
504
  generate_legend_3: Asigură-te că nu există o copie a fișierului în calculatorul tău (de exemplu, verifică dosarele Descărcări și Desktop).
512
505
  generate_legend_4: Faceți o altă copie a fișierului pe un alt dispozitiv extern și păstrați-l într-un loc foarte sigur.
513
506
  submit: Trimiteți
514
- submit_legend: După urmărirea tuturor paşilor explicaţi mai sus, finalizaţi procesul de trimitere a cheii publice de identificare la serverul Decidim.
515
507
  submit_title: Trimite cheia publică de identificare
516
508
  title: Chei de identificare împuternicit
517
509
  upload: Încărcați-vă cheile de identificare
518
510
  upload_error:
519
511
  invalid_format: Fişierul încărcat nu conţine nici o cheie de identificare.
520
512
  invalid_key: Tastele de identificare din fișierul încărcat nu pot fi încărcate.
521
- invalid_public_key: Tastele de identificare din fişierul încărcat nu se potrivesc cu cheia de identificare publică stocată de Decidim.
522
- upload_legend: Decidim are cheile tale de identificare publică, dar browserul tău încă nu le are. Trebuie să importați fișierul cu cheile de identificare în calculator din copia de siguranță creată după ce ați generat.
523
513
  not_supported_browser_description: Se pare că folosești un browser web care nu poate fi folosit pentru a acționa ca împuternicit. Asigură-te că folosești cea mai recentă versiune de browser, sau încercați să utilizați oricare dintre cele mai populare browsere pentru a putea finaliza sarcinile dvs. drept împuternicit.
524
514
  not_supported_browser_title: Actualizează browser-ul pentru a acționa ca împuternicit
525
515
  trustee_role_description: Ai fost desemnat drept împuternicit în unele dintre alegerile celebrate în această platformă.
@@ -550,12 +540,9 @@ ro:
550
540
  verify_link: Pentru a verifica, copiați identificatorul și lipiți-l pe pagina <a href="%{link}">pentru verificarea votului</a>
551
541
  failed:
552
542
  header: Vot eșuat
553
- modal:
554
- close: Inchide
555
543
  header:
556
544
  confirm: Confirmă votul tău
557
545
  confirmed: Votare confirmată
558
- failed: Vot eșuat
559
546
  messages:
560
547
  invalid_token: Sesiunea din cabina de vot nu este validă. Încercați să votați din nou.
561
548
  not_allowed: Nu aveţi voie să votaţi asupra acestor alegeri în acest moment.
@@ -570,12 +557,7 @@ ro:
570
557
  onboarding_modal:
571
558
  close: Închidere
572
559
  create_account: Creează cont
573
- description: Vrei să creezi un cont nou în Decidim? Veţi putea participa la procese şi să fiţi o parte activă a organizaţiei.
574
560
  no_account: Nu, mulțumesc.
575
- title: Nou în Decidem?
576
- verify:
577
- form:
578
- back: Înapoi la Decidim
579
561
  voting_step:
580
562
  back: Înapoi
581
563
  continue: Următoarea
@@ -607,14 +589,17 @@ ro:
607
589
  index:
608
590
  actions:
609
591
  confirm_destroy: Sigur dorești asta?
610
- destroy: Șterge
611
- edit: Editare
612
- title: Acțiuni
613
592
  associated_census_data: Intrări asociate recensământului
614
593
  explanation_callout: Un stil de votare specifică ce fel de întrebări va primi un alegător în cabina de vot. Poți alege ce întrebări aparțin votării din componeta alegeri. Codul stilului de vot este folosit pentru a potrivi un alegător de la recensământ cu buletinul de vot pe care îl vor primi în cabina de vot. Nu crea niciun stil de votare dacă vrei să prezinți mereu toate întrebările.
615
594
  new:
616
595
  create: Creează
617
596
  title: Creează stil de vot
597
+ content_blocks:
598
+ landing_page:
599
+ attachments_and_folders:
600
+ name: Atașamente și dosare aferente votării
601
+ elections:
602
+ name: Alegeri cu votare
618
603
  index:
619
604
  not_published: Anulează publicarea
620
605
  published: Publicate
@@ -631,16 +616,7 @@ ro:
631
616
  monitoring_committee: Comitetul de monitorizare
632
617
  monitoring_committee_members: Membri
633
618
  monitoring_committee_verify_elections: Verifică alegerile
634
- models:
635
- polling_station:
636
- fields:
637
- title: Titlu
638
- voting:
639
- fields:
640
- title: Titlu
641
619
  monitoring_committee_election_results:
642
- actions:
643
- title: Acțiuni
644
620
  results:
645
621
  bulletin_board: Panoul de afișare
646
622
  update:
@@ -654,7 +630,6 @@ ro:
654
630
  monitoring_committee_polling_station_closures:
655
631
  actions:
656
632
  title: Acțiuni
657
- validate: Validează
658
633
  monitoring_committee_verify_elections:
659
634
  index:
660
635
  how_to_run_verifier: 'Odată ce ai descărcat fișierul și te-ai asigurat că este în regulă, poți continua pornind verificatorul universal. Clonează <a href=''https://github.com/decidim/decidim-bulletin-board''>acestă arhivă</a> și, din dosarul rădăcină, rulează comanda următoare:'
@@ -672,13 +647,10 @@ ro:
672
647
  votings:
673
648
  actions:
674
649
  confirm_destroy: Sigur dorești asta?
675
- publish: Publică
676
- unpublish: Anulează publicarea
677
650
  edit:
678
651
  add_election_component: Nu ai alegeri configurate pentru acest vot. Te rugăm să o adaugi în secțiunea Componente
679
652
  form:
680
653
  slug_help: 'URL slugs sunt utilizate pentru a genera URL-urile care indică acest proces de votare. Acestea acceptă doar litere, numere și cratime și trebuie să înceapă cu o literă. Exemplu: %{url}'
681
- title: Titlu
682
654
  new:
683
655
  create: Creează
684
656
  census:
@@ -686,14 +658,8 @@ ro:
686
658
  census:
687
659
  create:
688
660
  invalid: S-a produs o eroare la încărcarea recensământului, vă rugăm să încercați din nou mai târziu.
689
- creating_data:
690
- info_message: "<strong>Vă rugăm să așteptați</strong>, au fost procesate un număr de %{processed_count} din %{raw_count} rânduri disponibile în fișierul %{file}."
691
661
  destroy:
692
662
  error: S-a produs o eroare la ștergerea recensământului, vă rugăm să încercați din nou mai târziu.
693
- exporting_access_codes:
694
- info_message: "<strong>Vă rugăm să așteptați</strong>, exportul este pregătit, îl veți primi în scurt timp la %{email}"
695
- generating_access_codes:
696
- info_message: "<strong>Vă rugăm să așteptați</strong>, codurile de acces la vot sunt generate..."
697
663
  new:
698
664
  has_ballot_styles_message: Ai configurat Ballot Stiluri. Te rugăm să te asiguri că câmpul "%{ballot_style_code_header}" din CSV corespunde codului dorit al Stilului Balt.
699
665
  missing_ballot_styles_message: 'Încă nu există un stil de votare pentru acest vot. Dacă doriți să aveți întrebări condiționate (i..: prezintă alegătorului întrebări diferite, în funcţie de exemplu: districtul/regiunea de reședință), trebuie să setezi <a href=%{ballot_styles_admin_path}>Ballot Styles</a> <strong>înainte de</strong> importul recensământului. Dacă doriţi să le adresaţi tuturor alegătorilor aceleaşi întrebări, puteţi continua cu procedura de import de recensământ.'
@@ -712,20 +678,14 @@ ro:
712
678
  monitoring_committee_members:
713
679
  actions:
714
680
  confirm_destroy: Sigur dorești asta?
715
- title: Acțiuni
716
681
  polling_officer_zone:
717
682
  closures:
718
683
  new:
719
684
  modal_ballots_count_error:
720
- close_modal: Inchide
721
685
  text_area_placeholder: Te rugăm să îți scrii mesajul
722
- sign:
723
- close_modal: Inchide
724
686
  in_person_votes:
725
687
  complete_voting:
726
- census_verified: Participantul nu a votat încă.
727
688
  questions_title: 'Are drept de vot pentru umătoarele întrebări:'
728
- questions_title_voted: 'Participantul a votat deja online și are drept de vot pentru următoarele întrebări:'
729
689
  in_person_form:
730
690
  census_not_present_description: Trebuie mers la biroul de reclamații pentru recensământ sau să contacteze echipa de suport.
731
691
  update:
@@ -743,16 +703,13 @@ ro:
743
703
  polling_officers:
744
704
  actions:
745
705
  confirm_destroy: Sigur dorești asta?
746
- title: Acțiuni
747
706
  polling_stations:
748
707
  actions:
749
708
  confirm_destroy: Sigur dorești asta?
750
- title: Acțiuni
751
709
  votings:
752
710
  check_census:
753
711
  check_status: Verifică starea
754
712
  form_title: 'Completează următorul formular pentru a verifica datele recensământului:'
755
- title: Pot vota?
756
713
  check_fields:
757
714
  date_of_birth: Data naşterii
758
715
  day: Zi
@@ -768,7 +725,6 @@ ro:
768
725
  year_placeholder: AAAA
769
726
  elections_log:
770
727
  description: Jurnalul alegerilor îți va arăta toate informațiile relevante aferente fiecărui proces de vot. De exemplu, rezultatul numărării voturilor și dacă acesstea sunt deja publicate. Apasă pe alegerile despre care vrei să aflii mai multe detalii.
771
- election_log: Jurnal al alegerilor
772
728
  login:
773
729
  access_code: Cod de acces
774
730
  access_code_placeholder: Cod de acces
@@ -779,12 +735,6 @@ ro:
779
735
  step: Identificare
780
736
  title: Mă identifică cu datele mele de recensământ de vot
781
737
  no_census_contact_information: Nu există încă informații de contact
782
- show:
783
- dates: Date
784
- votings_m:
785
- footer_button_text:
786
- view: Vizualizare
787
- vote: Votează
788
738
  layouts:
789
739
  decidim:
790
740
  election_votes_header:
@@ -1 +1,2 @@
1
+ ---
1
2
  ru:
@@ -1 +1,2 @@
1
+ ---
1
2
  si:
@@ -1 +1,2 @@
1
+ ---
1
2
  sk:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sl:
2
3
  activemodel:
3
4
  attributes:
@@ -1 +1,2 @@
1
+ ---
1
2
  so:
@@ -1 +1,2 @@
1
+ ---
1
2
  sr:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sv:
2
3
  activemodel:
3
4
  attributes:
@@ -6,32 +7,20 @@ sv:
6
7
  image: Bild
7
8
  proposals: Relaterade förslag
8
9
  title: Titel
9
- ballot_style:
10
- code: Kod
11
10
  election:
12
11
  description: Beskrivning
13
12
  end_time: Omröstningen slutar vid
14
13
  start_time: Röstningsstart vid
15
14
  title: Titel
16
- monitoring_committee_member:
17
- email: E-post
18
- name: Namn
19
- polling_officer:
20
- email: E-post
21
- name: Namn
22
- polling_station:
23
- address: Adress
24
- location: Plats
25
- location_hints: Detaljer om platsen
26
- polling_station_managers: Koordinatorer
27
- title: Titel
28
15
  question:
29
16
  max_selections: Maximalt antal val
30
17
  title: Titel
31
18
  voting:
32
19
  end_time: Omröstningen avslutas
33
20
  promoted: Annonserad
21
+ scope: Omfång
34
22
  start_time: Omröstningen börjar
23
+ title: Titel
35
24
  errors:
36
25
  models:
37
26
  answer:
@@ -100,6 +89,7 @@ sv:
100
89
  label: Bekräftad
101
90
  values:
102
91
  'false': Bekräftad
92
+ 'true': Ej Validerad
103
93
  components:
104
94
  elections:
105
95
  actions:
@@ -115,7 +105,6 @@ sv:
115
105
  confirm_destroy: Är du säker?
116
106
  destroy: Förstör
117
107
  edit: Redigera
118
- feedback: Väljarfeedback
119
108
  import: Importera förslag till svar
120
109
  manage_answers: Hantera svar
121
110
  manage_questions: Hantera frågor
@@ -212,11 +201,7 @@ sv:
212
201
  success: Frågan har uppdaterats
213
202
  steps:
214
203
  create_election:
215
- census: Census
216
204
  not_used_trustee: "(används inte)"
217
- submit: Sätta upp omröstning
218
- title: Sätta upp omröstning
219
- trustees: Omröstningsförvaltare
220
205
  created:
221
206
  title: Omröstningen skapades
222
207
  trustees: Förvaltare
@@ -233,11 +218,6 @@ sv:
233
218
  result: Resultat
234
219
  selected: Valda
235
220
  submit: Skicka in
236
- title: Publicerade resultat
237
- tally:
238
- continue: Fortsätt
239
- mark_as_missing: Markera som saknad
240
- title: Rösträkning
241
221
  tally_ended:
242
222
  answer: Svar
243
223
  not_selected: Inte vald
@@ -245,11 +225,11 @@ sv:
245
225
  result: Resultat
246
226
  selected: Valda
247
227
  submit: Publicera resultat
228
+ tally_started:
229
+ continue: Fortsätt
230
+ mark_as_missing: Markera som saknad
248
231
  vote:
249
- submit: Avsluta röstningsperiod
250
232
  title: Röstningsperiod
251
- vote_ended:
252
- title: Röstningsperiod avslutad
253
233
  vote_stats:
254
234
  no_vote_statistics_yet: Ingen röstningsstatistik ännu
255
235
  title: Röstningsstatistik
@@ -264,12 +244,7 @@ sv:
264
244
  index:
265
245
  title: Förvaltare
266
246
  new:
267
- create: Skapa förvaltare
268
247
  title: Ny förvaltare
269
- connection:
270
- failed:
271
- modal:
272
- close: Stäng
273
248
  election_m:
274
249
  badge_name:
275
250
  finished: Avslutad
@@ -294,7 +269,6 @@ sv:
294
269
  creation_title: Omröstningen skapades
295
270
  download: Ladda ner
296
271
  key_ceremony_title: Nyckelceremoni
297
- not_available: Ännu inte publicerade
298
272
  not_created: Inte skapat
299
273
  not_published: Ej publicerat
300
274
  not_ready: Inte klart
@@ -302,15 +276,14 @@ sv:
302
276
  published: Publicerat
303
277
  results_title: Resultat
304
278
  started: Startad
305
- tally_title: Rösträkning
306
279
  title: Omröstningslogg
307
280
  vote_title: Omröstningsprocess
308
281
  filters:
309
282
  active: Aktiv
310
283
  all: Allt
284
+ date: Datum
311
285
  finished: Avslutad
312
286
  search: Sök
313
- state: Status
314
287
  upcoming: Kommande
315
288
  filters_small_view:
316
289
  close_modal: Stäng fönster
@@ -322,9 +295,8 @@ sv:
322
295
  selected: Valda
323
296
  title: Omröstningsresultat
324
297
  votes:
325
- one: "%{count} röster"
298
+ one: "%{count} röst"
326
299
  other: "%{count} röster"
327
- zero: "%{count} röster"
328
300
  show:
329
301
  action_button:
330
302
  change_vote: Ändra din röst
@@ -382,18 +354,14 @@ sv:
382
354
  completed: Slutförd
383
355
  pending: Avvaktande
384
356
  processing: Bearbetar
385
- tally_steps:
357
+ tally_started_steps:
386
358
  back: Tillbaka
387
359
  list:
388
360
  status: Status
389
361
  task: Uppgift
390
362
  start: Start
391
363
  status:
392
- completed: Slutförd
393
- pending: Avvaktande
394
- processing: Bearbetar
395
- menu:
396
- trustee_zone: Förvaltarzon
364
+ pending: Väntande
397
365
  trustees:
398
366
  show:
399
367
  elections:
@@ -438,7 +406,7 @@ sv:
438
406
  casting: Rösta
439
407
  confirm: Bekräfta din röst
440
408
  confirmed: Rösta bekräftad
441
- failed: Röst ej framgångsrik
409
+ failed: Omröstningen misslyckades
442
410
  messages:
443
411
  not_allowed: Ni får inte rösta om detta val just nu.
444
412
  modal:
@@ -459,12 +427,9 @@ sv:
459
427
  error:
460
428
  header: Hittade inga omröstningar!
461
429
  form:
462
- back: Tillbaka till Decidim
463
430
  submit: Kontrollera
464
431
  header:
465
432
  title: Verifiera din röst
466
- success:
467
- header: Röst identifierad!
468
433
  voting_step:
469
434
  back: Tillbaka
470
435
  continue: Nästa
@@ -478,12 +443,6 @@ sv:
478
443
  email_outro: Du har fått det här meddelandet eftersom du följer %{participatory_space_title}. Du kan sluta ta emot meddelanden via föregående länk.
479
444
  email_subject: Valet %{resource_title} är nu aktivt för %{participatory_space_title}.
480
445
  notification_title: Valet <a href="%{resource_path}">%{resource_title}</a> är nu aktivt för %{participatory_space_title}.
481
- help:
482
- participatory_spaces:
483
- votings:
484
- contextual: "<p>En <strong>omröstning</strong> är ett utrymme där du kan ställa en tydlig fråga till alla personer som bildar en organisation, där du kan be att få medverka i omröstningen, samt sätta igång och hantera debatten för eller emot ett svar. När omröstningsdatumet anländer kan du rösta och publicera resultatet.</p> <p>Exempel: Omröstningar kan handla om nästan allting som påverkar en organisation: till exempel att ändra organisationens namn eller logotyp med flera alternativa förslag, rösta ja eller nej om att bli en del av en större organisation, anta eller avvisa en ny strategisk plan eller resultatet från en arbetsgrupp, eller besluta om förtroendevalda ska kunna sitta högst en, två eller tre mandatperioder.</p>\n"
485
- page: "<p>En <strong>omröstning</strong> är ett utrymme där du kan ställa en tydlig fråga till alla personer som bildar en organisation, där du kan be att få medverka i omröstningen, samt sätta igång och hantera debatten för eller emot ett svar. När omröstningsdatumet anländer kan du rösta och publicera resultatet.</p> <p>Exempel: Omröstningar kan handla om nästan allting som påverkar en organisation: till exempel att ändra organisationens namn eller logotyp med flera alternativa förslag, rösta ja eller nej om att bli en del av en större organisation, anta eller avvisa en ny strategisk plan eller resultatet från en arbetsgrupp, eller besluta om förtroendevalda ska kunna sitta högst en, två eller tre mandatperioder.</p>\n"
486
- title: Vad är omröstningar?
487
446
  menu:
488
447
  votings: Omröstningar
489
448
  statistics:
@@ -493,7 +452,6 @@ sv:
493
452
  admin:
494
453
  ballot_styles:
495
454
  edit:
496
- title: Redigera valtyp
497
455
  update: Uppdatera
498
456
  form:
499
457
  election: Omröstning
@@ -504,9 +462,14 @@ sv:
504
462
  edit: Redigera
505
463
  new: Ny
506
464
  title: Åtgärder
507
- title: Valtyper
508
465
  new:
509
466
  create: Skapa
467
+ content_blocks:
468
+ landing_page:
469
+ metrics:
470
+ name: Omröstningsmetrik
471
+ timeline:
472
+ name: Omröstningstidslinje
510
473
  index:
511
474
  not_published: Ej publicerade
512
475
  published: Publicerad
@@ -520,7 +483,6 @@ sv:
520
483
  attachment_collections: Mappar
521
484
  attachment_files: Filer
522
485
  attachments: Bilagor
523
- ballot_styles: Valtyper
524
486
  census: Census
525
487
  components: Komponenter
526
488
  info: Information
@@ -561,11 +523,9 @@ sv:
561
523
  title: Åtgärder
562
524
  view: Visa
563
525
  results:
564
- bulletin_board: Anslagstavla
565
526
  result_types:
566
527
  blank_answers: Tomma svar
567
528
  blank_ballots: Tomma röstsedlar
568
- null_ballots: Ogiltiga röstsedlar
569
529
  total_ballots: Totalt antal röstsedlar
570
530
  valid_ballots: Giltiga röstsedlar
571
531
  selected: Valda
@@ -592,7 +552,6 @@ sv:
592
552
  monitoring_committee_verify_elections:
593
553
  index:
594
554
  download: Ladda ner
595
- not_available: Ännu inte tillgängliga
596
555
  title: Omröstningar
597
556
  polling_officers:
598
557
  form:
@@ -622,7 +581,6 @@ sv:
622
581
  edit:
623
582
  update: Uppdatera
624
583
  form:
625
- banner_image: Bannerbild
626
584
  promoted: Annonserad
627
585
  slug: Slug
628
586
  title: Titel
@@ -634,10 +592,6 @@ sv:
634
592
  create: Skapa
635
593
  title: Ny omröstning
636
594
  census:
637
- admin:
638
- census:
639
- new:
640
- title: Skapa census
641
595
  document_types:
642
596
  dni: ID-kort
643
597
  nie: Personnummer
@@ -659,6 +613,11 @@ sv:
659
613
  destroy: Radera
660
614
  new: Ny medlem
661
615
  title: Åtgärder
616
+ pages:
617
+ home:
618
+ highlighted_votings:
619
+ active_votings: Activa omröstningar
620
+ see_all_votings: Se alla omröstningar
662
621
  polling_officer_zone:
663
622
  closures:
664
623
  certify:
@@ -667,16 +626,13 @@ sv:
667
626
  modal_ballots_results_count_error:
668
627
  close_modal: Stäng
669
628
  save_recount: Spara omräkning
670
- total_ballots: Totalt antal röstsedlar
671
629
  new:
672
630
  election: 'Omröstning:'
673
631
  heading: Omräkning
674
632
  modal_ballots_count_error:
675
633
  close_modal: Stäng
676
- total_ballots: 'Totalt antal röstsedlar:'
677
634
  total_people: 'Totala människor:'
678
635
  polling_station: 'Vallokal:'
679
- total_ballots_count: Antal röstsedlar
680
636
  show:
681
637
  heading: Omräkning
682
638
  sign:
@@ -692,7 +648,6 @@ sv:
692
648
  document_number_placeholder: ID-nummer
693
649
  month: Månad
694
650
  month_placeholder: MM
695
- validate_document: Validera dokument
696
651
  year: År
697
652
  year_placeholder: ÅÅÅÅ
698
653
  verify_document:
@@ -704,10 +659,8 @@ sv:
704
659
  address: Adress
705
660
  count_votes: Räkna röster
706
661
  election: Omröstning
707
- identify_person: Identifiera en person
708
662
  name: Namn
709
663
  role: Din roll
710
- show_closure: Visa avslutning
711
664
  title: Vallokaler
712
665
  voting: Omröstning
713
666
  polling_officers:
@@ -735,8 +688,6 @@ sv:
735
688
  title: Få behörighetskod
736
689
  check_census:
737
690
  check_status: Kontrollera status
738
- success:
739
- access_link_with_sms: via SMS eller e-post.
740
691
  title: Kan jag rösta?
741
692
  check_fields:
742
693
  date_of_birth: Födelsedatum
@@ -760,9 +711,9 @@ sv:
760
711
  filters:
761
712
  active: Aktiva
762
713
  all: Alla
714
+ date: Datum
763
715
  finished: Avslutade
764
716
  search: Sök
765
- state: Status
766
717
  upcoming: Kommande
767
718
  filters_small_view:
768
719
  close_modal: Stäng fönster
@@ -1 +1,2 @@
1
+ ---
1
2
  sw:
@@ -1 +1,2 @@
1
+ ---
1
2
  ti: