decidim-elections 0.26.9 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (241) 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 -41
  161. data/config/locales/bg.yml +1 -0
  162. data/config/locales/ca.yml +49 -69
  163. data/config/locales/cs.yml +46 -59
  164. data/config/locales/da.yml +1 -0
  165. data/config/locales/de.yml +24 -180
  166. data/config/locales/el.yml +2 -1090
  167. data/config/locales/en.yml +37 -56
  168. data/config/locales/eo.yml +1 -0
  169. data/config/locales/es-MX.yml +48 -68
  170. data/config/locales/es-PY.yml +48 -68
  171. data/config/locales/es.yml +50 -70
  172. data/config/locales/et.yml +1 -0
  173. data/config/locales/eu.yml +85 -201
  174. data/config/locales/fi-plain.yml +40 -57
  175. data/config/locales/fi.yml +45 -62
  176. data/config/locales/fr-CA.yml +38 -68
  177. data/config/locales/fr.yml +39 -69
  178. data/config/locales/ga-IE.yml +2 -19
  179. data/config/locales/gl.yml +30 -40
  180. data/config/locales/hr.yml +1 -0
  181. data/config/locales/hu.yml +25 -38
  182. data/config/locales/id-ID.yml +1 -0
  183. data/config/locales/is-IS.yml +2 -1
  184. data/config/locales/it.yml +42 -36
  185. data/config/locales/ja.yml +57 -83
  186. data/config/locales/ko.yml +1 -0
  187. data/config/locales/lb.yml +1 -0
  188. data/config/locales/lt.yml +1 -1443
  189. data/config/locales/lv.yml +5 -3
  190. data/config/locales/mt.yml +1 -0
  191. data/config/locales/nl.yml +43 -52
  192. data/config/locales/no.yml +18 -61
  193. data/config/locales/om-ET.yml +1 -0
  194. data/config/locales/pl.yml +50 -49
  195. data/config/locales/pt-BR.yml +40 -49
  196. data/config/locales/pt.yml +41 -35
  197. data/config/locales/ro-RO.yml +22 -71
  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 +18 -80
  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 +9 -68
  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 +7 -30
  212. data/config/locales/zh-TW.yml +1 -1386
  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. data/lib/decidim/votings/voting_serializer.rb +2 -2
  223. metadata +27 -41
  224. data/app/controllers/decidim/votings/admin/exports_controller.rb +0 -14
  225. data/app/controllers/decidim/votings/admin/imports_controller.rb +0 -14
  226. data/app/controllers/decidim/votings/admin/reminders_controller.rb +0 -14
  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 -3
  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/config/locales/sq-AL.yml +0 -1
  239. data/config/locales/th-TH.yml +0 -1
  240. /data/app/packs/entrypoints/{decidim_elections_trustee_tally.js → decidim_elections_trustee_tally_started.js} +0 -0
  241. /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
  sv:
2
3
  activemodel:
3
4
  attributes:
@@ -6,34 +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
- polling_station_president_id: Ordförande
28
- title: Titel
29
15
  question:
30
16
  max_selections: Maximalt antal val
31
17
  title: Titel
32
18
  voting:
33
19
  end_time: Omröstningen avslutas
34
20
  promoted: Annonserad
35
- scope_id: Omfång
21
+ scope: Omfång
36
22
  start_time: Omröstningen börjar
23
+ title: Titel
37
24
  errors:
38
25
  models:
39
26
  answer:
@@ -102,7 +89,7 @@ sv:
102
89
  label: Bekräftad
103
90
  values:
104
91
  'false': Bekräftad
105
- 'true': Ej validerad
92
+ 'true': Ej Validerad
106
93
  components:
107
94
  elections:
108
95
  actions:
@@ -118,7 +105,6 @@ sv:
118
105
  confirm_destroy: Är du säker?
119
106
  destroy: Förstör
120
107
  edit: Redigera
121
- feedback: Väljarfeedback
122
108
  import: Importera förslag till svar
123
109
  manage_answers: Hantera svar
124
110
  manage_questions: Hantera frågor
@@ -215,11 +201,7 @@ sv:
215
201
  success: Frågan har uppdaterats
216
202
  steps:
217
203
  create_election:
218
- census: Census
219
204
  not_used_trustee: "(används inte)"
220
- submit: Sätta upp omröstning
221
- title: Sätta upp omröstning
222
- trustees: Omröstningsförvaltare
223
205
  created:
224
206
  title: Omröstningen skapades
225
207
  trustees: Förvaltare
@@ -236,11 +218,6 @@ sv:
236
218
  result: Resultat
237
219
  selected: Valda
238
220
  submit: Skicka in
239
- title: Publicerade resultat
240
- tally:
241
- continue: Fortsätt
242
- mark_as_missing: Markera som saknad
243
- title: Rösträkning
244
221
  tally_ended:
245
222
  answer: Svar
246
223
  not_selected: Inte vald
@@ -248,11 +225,11 @@ sv:
248
225
  result: Resultat
249
226
  selected: Valda
250
227
  submit: Publicera resultat
228
+ tally_started:
229
+ continue: Fortsätt
230
+ mark_as_missing: Markera som saknad
251
231
  vote:
252
- submit: Avsluta röstningsperiod
253
232
  title: Röstningsperiod
254
- vote_ended:
255
- title: Röstningsperiod avslutad
256
233
  vote_stats:
257
234
  no_vote_statistics_yet: Ingen röstningsstatistik ännu
258
235
  title: Röstningsstatistik
@@ -267,12 +244,7 @@ sv:
267
244
  index:
268
245
  title: Förvaltare
269
246
  new:
270
- create: Skapa förvaltare
271
247
  title: Ny förvaltare
272
- connection:
273
- failed:
274
- modal:
275
- close: Stäng
276
248
  election_m:
277
249
  badge_name:
278
250
  finished: Avslutad
@@ -297,7 +269,6 @@ sv:
297
269
  creation_title: Omröstningen skapades
298
270
  download: Ladda ner
299
271
  key_ceremony_title: Nyckelceremoni
300
- not_available: Ännu inte publicerade
301
272
  not_created: Inte skapat
302
273
  not_published: Ej publicerat
303
274
  not_ready: Inte klart
@@ -305,15 +276,14 @@ sv:
305
276
  published: Publicerat
306
277
  results_title: Resultat
307
278
  started: Startad
308
- tally_title: Rösträkning
309
279
  title: Omröstningslogg
310
280
  vote_title: Omröstningsprocess
311
281
  filters:
312
282
  active: Aktiv
313
283
  all: Allt
284
+ date: Datum
314
285
  finished: Avslutad
315
286
  search: Sök
316
- state: Status
317
287
  upcoming: Kommande
318
288
  filters_small_view:
319
289
  close_modal: Stäng fönster
@@ -325,9 +295,8 @@ sv:
325
295
  selected: Valda
326
296
  title: Omröstningsresultat
327
297
  votes:
328
- one: "%{count} röster"
298
+ one: "%{count} röst"
329
299
  other: "%{count} röster"
330
- zero: "%{count} röster"
331
300
  show:
332
301
  action_button:
333
302
  change_vote: Ändra din röst
@@ -385,18 +354,14 @@ sv:
385
354
  completed: Slutförd
386
355
  pending: Avvaktande
387
356
  processing: Bearbetar
388
- tally_steps:
357
+ tally_started_steps:
389
358
  back: Tillbaka
390
359
  list:
391
360
  status: Status
392
361
  task: Uppgift
393
362
  start: Start
394
363
  status:
395
- completed: Slutförd
396
- pending: Avvaktande
397
- processing: Bearbetar
398
- menu:
399
- trustee_zone: Förvaltarzon
364
+ pending: Väntande
400
365
  trustees:
401
366
  show:
402
367
  elections:
@@ -441,7 +406,7 @@ sv:
441
406
  casting: Rösta
442
407
  confirm: Bekräfta din röst
443
408
  confirmed: Rösta bekräftad
444
- failed: Röst ej framgångsrik
409
+ failed: Omröstningen misslyckades
445
410
  messages:
446
411
  not_allowed: Ni får inte rösta om detta val just nu.
447
412
  modal:
@@ -462,17 +427,15 @@ sv:
462
427
  error:
463
428
  header: Hittade inga omröstningar!
464
429
  form:
465
- back: Tillbaka till Decidim
466
430
  submit: Kontrollera
467
431
  header:
468
432
  title: Verifiera din röst
469
- success:
470
- header: Röst identifierad!
471
433
  voting_step:
472
434
  back: Tillbaka
473
435
  continue: Nästa
474
436
  warnings:
475
437
  no_elections_warning: Inga omröstningar matchar dina sökkriterier eller det finns ingen omröstning planerad.
438
+ no_scheduled_elections_warning: För närvarande finns det inga planerade omröstningar, men här hittar du alla tidigare omröstningar listade.
476
439
  events:
477
440
  elections:
478
441
  election_published:
@@ -480,12 +443,6 @@ sv:
480
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.
481
444
  email_subject: Valet %{resource_title} är nu aktivt för %{participatory_space_title}.
482
445
  notification_title: Valet <a href="%{resource_path}">%{resource_title}</a> är nu aktivt för %{participatory_space_title}.
483
- help:
484
- participatory_spaces:
485
- votings:
486
- 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"
487
- 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"
488
- title: Vad är omröstningar?
489
446
  menu:
490
447
  votings: Omröstningar
491
448
  statistics:
@@ -495,7 +452,6 @@ sv:
495
452
  admin:
496
453
  ballot_styles:
497
454
  edit:
498
- title: Redigera valtyp
499
455
  update: Uppdatera
500
456
  form:
501
457
  election: Omröstning
@@ -506,16 +462,16 @@ sv:
506
462
  edit: Redigera
507
463
  new: Ny
508
464
  title: Åtgärder
509
- title: Valtyper
510
465
  new:
511
466
  create: Skapa
512
467
  content_blocks:
513
468
  landing_page:
514
- header:
515
- name: Omröstningsbanner
516
469
  metrics:
517
470
  name: Omröstningsmetrik
471
+ timeline:
472
+ name: Omröstningstidslinje
518
473
  index:
474
+ not_published: Ej publicerade
519
475
  published: Publicerad
520
476
  landing_page:
521
477
  content_blocks:
@@ -527,7 +483,6 @@ sv:
527
483
  attachment_collections: Mappar
528
484
  attachment_files: Filer
529
485
  attachments: Bilagor
530
- ballot_styles: Valtyper
531
486
  census: Census
532
487
  components: Komponenter
533
488
  info: Information
@@ -568,11 +523,9 @@ sv:
568
523
  title: Åtgärder
569
524
  view: Visa
570
525
  results:
571
- bulletin_board: Anslagstavla
572
526
  result_types:
573
527
  blank_answers: Tomma svar
574
528
  blank_ballots: Tomma röstsedlar
575
- null_ballots: Ogiltiga röstsedlar
576
529
  total_ballots: Totalt antal röstsedlar
577
530
  valid_ballots: Giltiga röstsedlar
578
531
  selected: Valda
@@ -599,7 +552,6 @@ sv:
599
552
  monitoring_committee_verify_elections:
600
553
  index:
601
554
  download: Ladda ner
602
- not_available: Ännu inte tillgängliga
603
555
  title: Omröstningar
604
556
  polling_officers:
605
557
  form:
@@ -629,7 +581,6 @@ sv:
629
581
  edit:
630
582
  update: Uppdatera
631
583
  form:
632
- banner_image: Bannerbild
633
584
  promoted: Annonserad
634
585
  slug: Slug
635
586
  title: Titel
@@ -641,11 +592,6 @@ sv:
641
592
  create: Skapa
642
593
  title: Ny omröstning
643
594
  census:
644
- admin:
645
- census:
646
- new:
647
- submit: Skicka in CSV
648
- title: Skapa census
649
595
  document_types:
650
596
  dni: ID-kort
651
597
  nie: Personnummer
@@ -671,6 +617,7 @@ sv:
671
617
  home:
672
618
  highlighted_votings:
673
619
  active_votings: Activa omröstningar
620
+ see_all_votings: Se alla omröstningar
674
621
  polling_officer_zone:
675
622
  closures:
676
623
  certify:
@@ -679,16 +626,13 @@ sv:
679
626
  modal_ballots_results_count_error:
680
627
  close_modal: Stäng
681
628
  save_recount: Spara omräkning
682
- total_ballots: Totalt antal röstsedlar
683
629
  new:
684
630
  election: 'Omröstning:'
685
631
  heading: Omräkning
686
632
  modal_ballots_count_error:
687
633
  close_modal: Stäng
688
- total_ballots: 'Totalt antal röstsedlar:'
689
634
  total_people: 'Totala människor:'
690
635
  polling_station: 'Vallokal:'
691
- total_ballots_count: Antal röstsedlar
692
636
  show:
693
637
  heading: Omräkning
694
638
  sign:
@@ -704,7 +648,6 @@ sv:
704
648
  document_number_placeholder: ID-nummer
705
649
  month: Månad
706
650
  month_placeholder: MM
707
- validate_document: Validera dokument
708
651
  year: År
709
652
  year_placeholder: ÅÅÅÅ
710
653
  verify_document:
@@ -716,10 +659,8 @@ sv:
716
659
  address: Adress
717
660
  count_votes: Räkna röster
718
661
  election: Omröstning
719
- identify_person: Identifiera en person
720
662
  name: Namn
721
663
  role: Din roll
722
- show_closure: Visa avslutning
723
664
  title: Vallokaler
724
665
  voting: Omröstning
725
666
  polling_officers:
@@ -747,9 +688,6 @@ sv:
747
688
  title: Få behörighetskod
748
689
  check_census:
749
690
  check_status: Kontrollera status
750
- success:
751
- access_link: via e-post.
752
- access_link_with_sms: via SMS eller e-post.
753
691
  title: Kan jag rösta?
754
692
  check_fields:
755
693
  date_of_birth: Födelsedatum
@@ -773,9 +711,9 @@ sv:
773
711
  filters:
774
712
  active: Aktiva
775
713
  all: Alla
714
+ date: Datum
776
715
  finished: Avslutade
777
716
  search: Sök
778
- state: Status
779
717
  upcoming: Kommande
780
718
  filters_small_view:
781
719
  close_modal: Stäng fönster
@@ -1 +1,2 @@
1
+ ---
1
2
  sw:
@@ -1 +1,2 @@
1
+ ---
1
2
  ti:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  tr:
2
3
  activemodel:
3
4
  attributes:
@@ -124,6 +125,8 @@ tr:
124
125
  name: Cevap
125
126
  election:
126
127
  name: Seçim
128
+ question:
129
+ name: Soru
127
130
  trustee:
128
131
  name: Vekil
129
132
  proposals_imports:
@@ -197,7 +200,7 @@ tr:
197
200
  active: Aktif
198
201
  all: Tümü
199
202
  finished: Bitti
200
- state: Statü
203
+ search: Arama
201
204
  upcoming: Yakında
202
205
  filters_small_view:
203
206
  close_modal: Pencereyi kapat
@@ -209,6 +212,9 @@ tr:
209
212
  results:
210
213
  selected: Seçili
211
214
  title: Seçim sonuçları
215
+ votes:
216
+ one: "%{count} oy"
217
+ other: "%{count} oy"
212
218
  show:
213
219
  back: Mevcut seçimler
214
220
  preview: Önizleme
@@ -248,11 +254,6 @@ tr:
248
254
  older: Daha eski
249
255
  recent: En son
250
256
  trustee_zone:
251
- elections:
252
- tally_steps:
253
- back: Geri
254
- list:
255
- status: Statü
256
257
  menu:
257
258
  trustee_zone: Vekil bölgesi
258
259
  trustees:
@@ -273,17 +274,15 @@ tr:
273
274
  generate_legend_3: Bilgisayarınızda dosyanın bir kopyası olmadığından emin olun (ör. İndirilenler ve Masaüstü klasörlerini kontrol edin).
274
275
  generate_legend_4: Dosyanın başka bir kopyasını farklı bir harici cihazda oluşturun ve çok güvenli bir yerde saklayın.
275
276
  submit: Gönder
276
- submit_legend: Yukarıda açıklanan tüm adımları izledikten sonra, açık kimlik anahtarını Decidim sunucusuna gönderme işlemini tamamlayın.
277
277
  submit_title: Genel kimlik anahtarını gönderin
278
278
  title: Vekil kimlik anahtarları
279
279
  upload: Kimlik anahtarlarınızı yükleyin
280
280
  upload_error:
281
281
  invalid_format: Yüklenen dosya herhangi bir kimlik anahtarı içermiyor.
282
282
  invalid_key: Yüklenen dosyadaki kimlik anahtarları yüklenemez.
283
- invalid_public_key: Yüklenen dosyadaki tanımlama anahtarları, Decidim tarafından saklanan genel tanımlama anahtarıyla eşleşmiyor.
284
- upload_legend: Decidim'de sizin genel kimlik anahtarlarınız var, ancak tarayıcınızda hala bu anahtarlar yok. Kimlik anahtarlarınızın olduğu dosyayı, oluşturduktan sonra oluşturduğunuz yedekten bilgisayarınıza aktarmanız gerekir.
285
283
  not_supported_browser_description: Vekil olarak hareket etmek için kullanılamayan bir web tarayıcısı kullanıyorsunuz gibi görünüyor. Vekil görevlerinizi tamamlayabilmek için tarayıcınızın en son sürümünü kullandığınızdan emin olun veya en popüler tarayıcılardan herhangi birini kullanmayı deneyin.
286
284
  not_supported_browser_title: Vekil kişi olarak hareket etmek için tarayıcıyı yükseltin
285
+ trustee_role_description: Bu platformda kutlanan bazı seçimlerde Vekil olarak görev yapmakla görevlendirildiniz.
287
286
  update:
288
287
  success: Tanımlama genel anahtarınız başarıyla saklandı.
289
288
  votes:
@@ -302,9 +301,6 @@ tr:
302
301
  feedback: Bize geri bildirim verin
303
302
  header: Oy onaylandı
304
303
  text: 'Aşağıdaki tanımlayıcıyla oyunuzun başarıyla oy sandığına eklenip eklenmediğini kontrol edebilirsiniz: <strong class = "evote__poll-id">%{e_vote_poll_id} </strong>'
305
- failed:
306
- modal:
307
- close: Kapat
308
304
  header:
309
305
  confirm: Oyunu onayla
310
306
  confirmed: Oy onaylandı
@@ -325,6 +321,7 @@ tr:
325
321
  continue: Sonraki
326
322
  warnings:
327
323
  no_elections_warning: Arama kriterlerinize uyan seçim yok veya planlanmış bir seçim yok.
324
+ no_scheduled_elections_warning: Şu anda planlanmış bir seçim yok, ancak burada listelenen tüm geçmiş seçimleri bulabilirsiniz.
328
325
  events:
329
326
  elections:
330
327
  election_published:
@@ -343,62 +340,6 @@ tr:
343
340
  email_outro: Bu bildirimi, %{resource_name} için vekil kişi olarak eklendiğiniz için aldınız.
344
341
  email_subject: '%{resource_name} için vekil birisiniz.'
345
342
  notification_title: <a href="%{participatory_space_url}">%{resource_name} </a> için vekil birisiniz.
346
- votings:
347
- admin:
348
- content_blocks:
349
- landing_page:
350
- attachments_and_folders:
351
- name: Oylama ekleri ve klasörleri
352
- elections:
353
- name: Seçim ve Seçmenler
354
- header:
355
- name: Oylama Başlığı
356
- html_block_1:
357
- name: Oylama html bloğu 1
358
- html_block_2:
359
- name: Oylama html bloğu 2
360
- html_block_3:
361
- name: Oylama html bloğu 3
362
- metrics:
363
- name: Oylama Metrikleri
364
- polling_stations:
365
- name: Oy kullanma yeri
366
- stats:
367
- name: Oylama istatistikleri
368
- timeline:
369
- name: Oylama Zaman Çizelgesi
370
- polling_officers:
371
- polling_officers_picker:
372
- close: Kapat
373
- votings:
374
- actions:
375
- publish: Yayınla
376
- unpublish: Yayımdan Kaldır
377
- content_blocks:
378
- landing_page:
379
- description:
380
- title: Bu Oylama Hakkında
381
- pages:
382
- home:
383
- highlighted_votings:
384
- active_votings: Aktif oylamalar
385
- see_all_votings: Tüm Oylamaları Görün
386
- polling_officer_zone:
387
- closures:
388
- new:
389
- modal_ballots_count_error:
390
- close_modal: Kapat
391
- sign:
392
- close_modal: Kapat
393
- votings:
394
- filters:
395
- state: Statü
396
- show:
397
- dates: Tarihler
398
- votings_m:
399
- footer_button_text:
400
- view: Görünüm
401
- vote: Oy ver
402
343
  layouts:
403
344
  decidim:
404
345
  election_votes_header:
@@ -1 +1,2 @@
1
+ ---
1
2
  uk:
@@ -1 +1,2 @@
1
+ ---
1
2
  val:
@@ -1 +1,2 @@
1
+ ---
1
2
  vi:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  zh-CN:
2
3
  activemodel:
3
4
  attributes:
@@ -101,6 +102,10 @@ zh-CN:
101
102
  models:
102
103
  answer:
103
104
  name: 答案
105
+ election:
106
+ name: 选举
107
+ question:
108
+ name: 问
104
109
  proposals_imports:
105
110
  create:
106
111
  invalid: 将建议导入答案时遇到问题
@@ -149,6 +154,7 @@ zh-CN:
149
154
  active: 已启用
150
155
  all: 所有的
151
156
  finished: 已完成
157
+ search: 搜索
152
158
  upcoming: 即将到来的
153
159
  filters_small_view:
154
160
  close_modal: 关闭模式
@@ -179,10 +185,6 @@ zh-CN:
179
185
  label: 排序选举方式
180
186
  older: 更旧的
181
187
  recent: 最近的
182
- trustee_zone:
183
- elections:
184
- tally_steps:
185
- back: 后退
186
188
  votes:
187
189
  confirm:
188
190
  answer: 答案
@@ -199,9 +201,6 @@ zh-CN:
199
201
  feedback: 给我们一些反馈
200
202
  header: 已确认投票
201
203
  text: '您可以检查您的投票是否已成功地添加到选票箱,其标识符如下: <strong class="evote__poll-id">%{e_vote_poll_id}</strong>'
202
- failed:
203
- modal:
204
- close: 关闭
205
204
  header:
206
205
  confirm: 确认您的投票
207
206
  confirmed: 已确认投票
@@ -222,6 +221,7 @@ zh-CN:
222
221
  continue: 下一个
223
222
  warnings:
224
223
  no_elections_warning: 没有符合您的搜索条件的选项,或者没有排定任何选区。
224
+ no_scheduled_elections_warning: 目前没有预定的选举,但是你们可以在这里看到过去的所有选举都被列入清单。
225
225
  events:
226
226
  elections:
227
227
  election_published:
@@ -229,29 +229,6 @@ zh-CN:
229
229
  email_outro: 您收到此通知是因为您正在关注 %{participatory_space_title}。您可以停止收到跟随上一个链接的通知。
230
230
  email_subject: '%{resource_title} 的选举现在对 %{participatory_space_title} 生效。'
231
231
  notification_title: <a href="%{resource_path}">%{resource_title}</a> 选区现已启用 %{participatory_space_title}。
232
- votings:
233
- admin:
234
- polling_officers:
235
- polling_officers_picker:
236
- close: 关闭
237
- votings:
238
- actions:
239
- publish: 发布
240
- unpublish: 取消发布
241
- polling_officer_zone:
242
- closures:
243
- new:
244
- modal_ballots_count_error:
245
- close_modal: 关闭
246
- sign:
247
- close_modal: 关闭
248
- votings:
249
- show:
250
- dates: 日期
251
- votings_m:
252
- footer_button_text:
253
- view: 查看
254
- vote: 投票
255
232
  layouts:
256
233
  decidim:
257
234
  election_votes_header: