decidim-elections 0.25.0.rc4 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,18 @@ fr:
36
36
  public_key:
37
37
  cant_be_changed: ne peut être modifiée
38
38
  activerecord:
39
+ errors:
40
+ models:
41
+ decidim/votings/polling_officer:
42
+ attributes:
43
+ presided_polling_station:
44
+ president_and_manager: L'agent de vote est déjà président/responsable d'un bureau de vote
45
+ voting:
46
+ different_organization: Le vote doit être dans le même organization que l'utilisateur
47
+ decidim/votings/polling_station:
48
+ attributes:
49
+ polling_station_president:
50
+ different_voting: L'agent de vote doit être dans la même votation que le bureau de vote
39
51
  models:
40
52
  decidim/elections/answer:
41
53
  one: Réponse
@@ -49,10 +61,40 @@ fr:
49
61
  decidim/votings/census/dataset:
50
62
  one: Jeu de données
51
63
  other: Jeux de données
64
+ decidim/votings/polling_station:
65
+ one: Bureau de vote
66
+ other: Bureaux de vote
52
67
  decidim/votings/voting:
53
68
  one: Vote
54
69
  other: Votes
55
70
  decidim:
71
+ admin:
72
+ filters:
73
+ officers_assigned_eq:
74
+ label: Officier
75
+ values:
76
+ assigned: Assigné
77
+ unassigned: Non affecté
78
+ role_eq:
79
+ label: Rôle
80
+ values:
81
+ manager: Responsable
82
+ president: Président
83
+ unassigned: Non assigné(e)
84
+ search_placeholder:
85
+ name_or_email_or_nickname_or_presided_station_title_or_managed_station_title_cont: Rechercher %{collection} par nom/email/pseudo ou par bureau de vote.
86
+ ? title_or_address_or_manager_name_or_manager_email_or_manager_nickname_or_president_name_or_president_email_or_president_nickname_cont
87
+ : Recherchez %{collection} par titre, adresse ou nom d'officier/email/pseudo de l'officier.
88
+ signed_eq:
89
+ label: Signé
90
+ values:
91
+ 'false': Signé
92
+ 'true': Non signé
93
+ validated_eq:
94
+ label: Validé
95
+ values:
96
+ 'false': Validé
97
+ 'true': Non validé
56
98
  components:
57
99
  elections:
58
100
  actions:
@@ -201,6 +243,7 @@ fr:
201
243
  created:
202
244
  invalid: Il y a eu un problème lors du démarrage de la cérémonie des clés
203
245
  submit: Démarrer la cérémonie des clés
246
+ success: La demande de lancement de cérémonie des clés a bien été envoyée au Panneau d'Affichage
204
247
  title: Élection créée
205
248
  trustees: Garants
206
249
  key_ceremony:
@@ -213,6 +256,7 @@ fr:
213
256
  requirements:
214
257
  time_before: L'élection va bientôt commencer. Vous pouvez démarrer la période de vote manuellement, ou elle sera démarrée automatiquement avant l'heure de départ, à %{start_time}.
215
258
  submit: Commencer la période de vote
259
+ success: La demande de lancement de la période de vote a bien été envoyée au Panneau d'Affichage
216
260
  title: Prêt à commencer
217
261
  processing: Traitement en cours...
218
262
  results_published:
@@ -224,6 +268,7 @@ fr:
224
268
  submit: Envoyer
225
269
  title: Résultats publiés
226
270
  tally:
271
+ title: Dépouillement
227
272
  trustees: Garants
228
273
  tally_ended:
229
274
  answer: Répondre
@@ -232,6 +277,7 @@ fr:
232
277
  result: Réalisation
233
278
  selected: Sélectionné
234
279
  submit: Publier les résultats
280
+ success: La demande de publication des résultats a bien été envoyée au Panneau d'Affichage
235
281
  title: Résultat du calcul
236
282
  vote:
237
283
  errors:
@@ -243,6 +289,9 @@ fr:
243
289
  success: La demande de fin de la période de vote a été envoyée avec succès au Panneau d'Affichage
244
290
  title: Période de vote
245
291
  vote_ended:
292
+ invalid: Une erreur s'est produite au lancement du dépouillement
293
+ submit: Démarrer le dépouillement
294
+ success: La demande de lancement du dépouillement a bien été envoyée au Panneau d'Affichage
246
295
  text: Le vote est terminé. Vous pouvez commencer le comptage.
247
296
  title: Période de vote terminée
248
297
  vote_stats:
@@ -273,8 +322,13 @@ fr:
273
322
  success: Le garant %{trustee} a été mis à jour avec succès
274
323
  admin_log:
275
324
  election:
325
+ end_vote: "%{user_name} a terminé la période de vote pour l'élection %{resource_name} sur le Tableau des Bulletins"
276
326
  publish: "%{user_name} a publié l'élection %{resource_name}"
277
327
  publish_results: "%{user_name} a publié les résultats de l'élection %{resource_name} sur le Tableau d'affichage"
328
+ setup: "%{user_name} a créé l'élection %{resource_name} sur le Tableau des Bulletins"
329
+ start_key_ceremony: "%{user_name} a commencé la cérémonie des clés pour l'élection %{resource_name} sur le Tableau des Bulletins"
330
+ start_tally: "%{user_name} a commencé le dépouillement pour l'élection %{resource_name} sur le Tableau des Bulletins"
331
+ start_vote: "%{user_name} a commencé la période de vote pour l'élection %{resource_name} sur le Tableau des Bulletins"
278
332
  unpublish: "%{user_name} a dépublié l'élection %{resource_name}"
279
333
  election_m:
280
334
  badge_name:
@@ -286,6 +340,7 @@ fr:
286
340
  remaining_time:
287
341
  one: "<strong>Il reste %{count} heure %{minutes} minutes</strong> pour voter."
288
342
  other: "<strong>Il reste %{count} heures %{minutes} minutes</strong> pour voter."
343
+ zero: "<strong>Il reste %{minutes} minutes</strong> pour voter."
289
344
  view: Voir
290
345
  vote: Voter
291
346
  label:
@@ -366,6 +421,7 @@ fr:
366
421
  votes:
367
422
  one: "%{count} vote"
368
423
  other: "%{count} votes"
424
+ zero: "%{count} votes"
369
425
  show:
370
426
  action_button:
371
427
  change_vote: Changer votre vote
@@ -535,6 +591,7 @@ fr:
535
591
  header: Le vote a échoué
536
592
  lead: Votre vote n'a pas été exprimé!
537
593
  text: Une erreur est survenue, veuillez réessayer.
594
+ try_again: Réessayez
538
595
  header:
539
596
  ballot_decision: Validez ou auditez votre vote
540
597
  confirm: Confirmer votre vote
@@ -597,6 +654,10 @@ fr:
597
654
  votings: Élections
598
655
  votings:
599
656
  admin:
657
+ ballot_styles:
658
+ index:
659
+ actions:
660
+ confirm_destroy: Êtes-vous sûr·e ?
600
661
  content_blocks:
601
662
  highlighted_votings:
602
663
  max_results: Nombre maximum d'éléments à afficher
@@ -611,9 +672,17 @@ fr:
611
672
  attachments: Pièces jointes
612
673
  census: Recensement
613
674
  info: Information
675
+ landing_page: Page d’accueil
676
+ monitoring_committee: Comité de suivi
614
677
  monitoring_committee_members: Membres
615
678
  polling_stations: Bureaux de vote
616
679
  models:
680
+ monitoring_committee_member:
681
+ fields:
682
+ name: Nom
683
+ polling_officer:
684
+ fields:
685
+ name: Nom
617
686
  polling_station:
618
687
  fields:
619
688
  address: Adresse
@@ -683,6 +752,8 @@ fr:
683
752
  census:
684
753
  admin:
685
754
  census:
755
+ create:
756
+ invalid_csv_header: L'en-tête CSV n'a pas le nombre de champs correct - veuillez lire attentivement les instructions
686
757
  creating_data:
687
758
  info_message: "<strong>Veuillez patienter</strong>, %{processed_count} traités sur %{raw_count} lignes à partir du fichier %{file}."
688
759
  delete:
@@ -787,6 +858,14 @@ fr:
787
858
  name: Nom
788
859
  title: 'Vérifiez que les données suivantes sont correctes:'
789
860
  verify_document: Document requis
861
+ polling_officers:
862
+ index:
863
+ polling_officer_role_description: Vous avez été assigné à agir en tant qu’officier du Bureau de vote (Président ou Gestionnaire) sur certaines des élections ayant lieu sur cette plateforme.
864
+ polling_station:
865
+ name: Nom
866
+ no_polling_stations: Vous n'êtes pas encore assigné à un Bureau de vote.
867
+ role: Votre rôle
868
+ voting: Élection
790
869
  polling_station_closure_recount:
791
870
  nota_option: Vide / Aucune des options ci-dessus
792
871
  polling_officer_notes: 'Notes de l''accesseur :'
@@ -805,9 +884,13 @@ fr:
805
884
  new: Nouveau
806
885
  title: Actions
807
886
  votings:
887
+ access_code_modal:
888
+ sms: Envoyer par SMS à %{sms}
889
+ title: Obtenir un code d’accès
808
890
  check_census:
809
891
  check_status: Vérifiez le statut
810
892
  form_title: 'Remplissez le formulaire suivant pour vérifier vos données de recensement:'
893
+ title: Puis-je voter ?
811
894
  check_fields:
812
895
  date_of_birth: Date de naissance
813
896
  day: Jour
@@ -880,6 +963,7 @@ fr:
880
963
  election_votes_header:
881
964
  exit: Quitter
882
965
  voting_navigation:
966
+ check_census: Puis-je voter ?
883
967
  election_log: Journal de l'élection
884
968
  voting_menu_item: Le vote
885
969
  votings:
@@ -1 +1,381 @@
1
1
  ga:
2
+ activemodel:
3
+ attributes:
4
+ answer:
5
+ image: Íomhá
6
+ title: Teideal
7
+ election:
8
+ title: Teideal
9
+ question:
10
+ title: Teideal
11
+ activerecord:
12
+ models:
13
+ decidim/elections/question:
14
+ one: Ceist
15
+ two: Ceisteanna
16
+ few: Ceisteanna
17
+ many: Ceisteanna
18
+ other: Ceisteanna
19
+ decidim:
20
+ admin:
21
+ filters:
22
+ role_eq:
23
+ label: Ról
24
+ values:
25
+ manager: Bainisteoir
26
+ signed_eq:
27
+ label: Sínithe
28
+ values:
29
+ 'false': Sínithe
30
+ components:
31
+ elections:
32
+ actions:
33
+ vote: Vótáil
34
+ elections:
35
+ actions:
36
+ destroy: Scrios
37
+ edit: Eagar
38
+ preview: Réamhamharc
39
+ publish: Foilsigh
40
+ title: Gníomhartha
41
+ admin:
42
+ answers:
43
+ index:
44
+ title: Freagraí
45
+ menu:
46
+ trustees: Iontaobhaithe
47
+ models:
48
+ answer:
49
+ name: Freagra
50
+ question:
51
+ name: Ceist
52
+ trustee:
53
+ name: Iontaobhaí
54
+ questions:
55
+ index:
56
+ title: Ceisteanna
57
+ steps:
58
+ created:
59
+ trustees: Iontaobhaithe
60
+ key_ceremony:
61
+ trustees: Iontaobhaithe
62
+ results_published:
63
+ answer: Freagra
64
+ question: Ceist
65
+ result: Toradh
66
+ submit: Deimhnigh
67
+ tally:
68
+ trustees: Iontaobhaithe
69
+ tally_ended:
70
+ answer: Freagra
71
+ question: Ceist
72
+ result: Toradh
73
+ vote_stats:
74
+ voters: Vótálaithe
75
+ votes: Vótaí
76
+ trustees_participatory_spaces:
77
+ actions:
78
+ disable: Dhíchumasaigh
79
+ index:
80
+ title: Iontaobhaithe
81
+ election_m:
82
+ badge_name:
83
+ finished: Críochnaithe
84
+ ongoing: Gníomhach
85
+ upcoming: Le teacht
86
+ end_date: Deireadh
87
+ footer:
88
+ view: Amharc
89
+ vote: Vótáil
90
+ label:
91
+ date: Dátaí
92
+ start_date: Ag Tosú
93
+ elections:
94
+ election_log:
95
+ download: Íoslódáil
96
+ results_title: Torthaí
97
+ started: Tosaithe
98
+ filters:
99
+ active: Gníomhach
100
+ all: Uile
101
+ finished: Críochnaithe
102
+ search: Cuardaigh
103
+ state: Stádas
104
+ upcoming: Le teacht
105
+ filters_small_view:
106
+ filter: Scag
107
+ unfold: Oscail
108
+ results:
109
+ votes:
110
+ one: "%{count} vóta"
111
+ other: "%{count} vótaí"
112
+ zero: "%{count} vótaí"
113
+ show:
114
+ action_button:
115
+ change_vote: Athraigh do vóta
116
+ vote: Tosaigh ag vótáil
117
+ vote_again: Vótáil arís
118
+ preview: Réamhamharc
119
+ verify:
120
+ already_voted: Ar vótáil tú cheana?
121
+ models:
122
+ answer:
123
+ fields:
124
+ proposals: Moltaí
125
+ title: Teideal
126
+ votes: Vótaí
127
+ election:
128
+ fields:
129
+ end_time: Deireadh ag
130
+ title: Teideal
131
+ question:
132
+ fields:
133
+ answers: Freagraí
134
+ title: Teideal
135
+ trustees_participatory_space:
136
+ fields:
137
+ email: Seoladh ríomhphoist
138
+ name: Ainm
139
+ status: Stádas
140
+ orders:
141
+ older: Níos Sine
142
+ recent: Is Déanaí
143
+ trustee_zone:
144
+ elections:
145
+ key_ceremony_steps:
146
+ back: Ar Ais
147
+ list:
148
+ status: Stádas
149
+ task: Tasc
150
+ start: Tosaigh
151
+ status:
152
+ pending: Ar feitheamh
153
+ tally_steps:
154
+ back: Ar Ais
155
+ list:
156
+ status: Stádas
157
+ task: Tasc
158
+ start: Tosaigh
159
+ status:
160
+ pending: Ar feitheamh
161
+ trustees:
162
+ show:
163
+ elections:
164
+ list:
165
+ action_required:
166
+ 'false': 'Níl'
167
+ bb_status: Stádas
168
+ identification_keys:
169
+ cancel: Cealaigh
170
+ submit: Deimhnigh
171
+ votes:
172
+ confirm:
173
+ answer: Freagra
174
+ confirm: Deimhnigh
175
+ edit: eagar
176
+ nota_option: Bán
177
+ modal:
178
+ close: Dún
179
+ verify:
180
+ form:
181
+ submit: Seiceáil
182
+ voting_step:
183
+ back: Ar Ais
184
+ continue: I ndiaidh
185
+ menu:
186
+ votings: Vótála
187
+ statistics:
188
+ votings_count: Vótála
189
+ votings:
190
+ admin:
191
+ ballot_styles:
192
+ edit:
193
+ update: Nuashonraigh
194
+ index:
195
+ actions:
196
+ destroy: Scrios
197
+ edit: Eagar
198
+ new: Nua
199
+ title: Gníomhartha
200
+ new:
201
+ create: Cruthaigh
202
+ landing_page:
203
+ content_blocks:
204
+ edit:
205
+ update: Nuashonraigh
206
+ menu:
207
+ votings: Vótála
208
+ votings_submenu:
209
+ attachment_collections: Fillteáin
210
+ attachment_files: Comhaid
211
+ attachments: Ceangaltáin
212
+ census: Móráireamh
213
+ monitoring_committee_members: Baill
214
+ models:
215
+ ballot_style:
216
+ fields:
217
+ code: Cód
218
+ monitoring_committee_member:
219
+ fields:
220
+ email: Seoladh ríomhphoist
221
+ name: Ainm
222
+ polling_officer:
223
+ fields:
224
+ email: Seoladh ríomhphoist
225
+ name: Ainm
226
+ polling_station:
227
+ fields:
228
+ address: Seoladh
229
+ title: Teideal
230
+ voting:
231
+ fields:
232
+ title: Teideal
233
+ monitoring_committee_election_results:
234
+ actions:
235
+ title: Gníomhartha
236
+ view: Amharc
237
+ results:
238
+ totals: Iomlána
239
+ monitoring_committee_members:
240
+ new:
241
+ create: Cruthaigh
242
+ monitoring_committee_polling_station_closures:
243
+ actions:
244
+ title: Gníomhartha
245
+ view: Amharc
246
+ closures:
247
+ signed: Sínithe?
248
+ edit:
249
+ monitoring_committee_notes: Ráitis
250
+ monitoring_committee_verify_elections:
251
+ index:
252
+ download: Íoslódáil
253
+ polling_officers:
254
+ index:
255
+ role_manager: bainisteoir
256
+ new:
257
+ create: Cruthaigh
258
+ polling_officers_picker:
259
+ close: Dún
260
+ polling_stations:
261
+ new:
262
+ create: Cruthaigh
263
+ titles:
264
+ votings: Vótála
265
+ votings:
266
+ actions:
267
+ destroy: Scrios
268
+ publish: Foilsigh
269
+ edit:
270
+ update: Nuashonraigh
271
+ form:
272
+ title: Teideal
273
+ voting_type:
274
+ hybrid: Hibrid
275
+ online: Ar líne
276
+ new:
277
+ create: Cruthaigh
278
+ census:
279
+ document_types:
280
+ dni: Cárta ID
281
+ nie: Cárta ID Eachtrannaigh
282
+ export_mailer:
283
+ access_codes_export:
284
+ download: Íoslódáil
285
+ content_blocks:
286
+ landing_page:
287
+ metrics:
288
+ heading: Méadrachtaí
289
+ monitoring_committee_members:
290
+ actions:
291
+ destroy: Scrios
292
+ title: Gníomhartha
293
+ polling_officer_zone:
294
+ closures:
295
+ edit:
296
+ modal_ballots_results_count_error:
297
+ close_modal: Dún
298
+ new:
299
+ modal_ballots_count_error:
300
+ close_modal: Dún
301
+ sign:
302
+ cancel: Cealaigh
303
+ close_modal: Dún
304
+ in_person_votes:
305
+ in_person_form:
306
+ day: Lá
307
+ day_placeholder: LL
308
+ month: Mí
309
+ month_placeholder: MM
310
+ year: Bliain
311
+ year_placeholder: BBBB
312
+ verify_document:
313
+ name: Ainm
314
+ polling_officers:
315
+ index:
316
+ polling_station:
317
+ address: Seoladh
318
+ name: Ainm
319
+ role: Do ról
320
+ voting: Vótáil
321
+ polling_officers:
322
+ actions:
323
+ destroy: Scrios
324
+ new: Nua
325
+ title: Gníomhartha
326
+ roles:
327
+ manager: Bainisteoir
328
+ polling_station_closure_recount:
329
+ signed: Sínithe
330
+ polling_stations:
331
+ actions:
332
+ destroy: Scrios
333
+ edit: Eagar
334
+ new: Nua
335
+ title: Gníomhartha
336
+ votings:
337
+ check_fields:
338
+ day: Lá
339
+ day_placeholder: LL
340
+ month: Mí
341
+ month_placeholder: MM
342
+ postal_code: Cód poist
343
+ postal_code_placeholder: Cód poist
344
+ year: Bliain
345
+ year_placeholder: BBBB
346
+ filters:
347
+ active: Gníomhach
348
+ all: Uile
349
+ finished: Críochnaithe
350
+ search: Cuardaigh
351
+ state: Stádas
352
+ upcoming: Le teacht
353
+ filters_small_view:
354
+ filter: Scag
355
+ unfold: Oscail
356
+ index:
357
+ title: Vótála
358
+ login:
359
+ start_voting: Tosaigh ag vótáil
360
+ orders:
361
+ random: Randamach
362
+ show:
363
+ dates: Dátaí
364
+ votings_m:
365
+ badge_name:
366
+ finished: Críochnaithe
367
+ ongoing: Leanúnach
368
+ upcoming: Le teacht
369
+ footer_button_text:
370
+ view: Amharc
371
+ vote: Vóta
372
+ voting_type:
373
+ hybrid: Hibrid
374
+ online: Ar líne
375
+ layouts:
376
+ decidim:
377
+ election_votes_header:
378
+ exit: Imigh
379
+ votings:
380
+ promoted_voting:
381
+ vote: Vótáil
@@ -115,9 +115,6 @@ gl:
115
115
  ongoing: Activa
116
116
  upcoming: Vindeiras
117
117
  footer:
118
- remaining_time:
119
- one: "<strong>%{count} hora %{minutes} minutos</strong> para votar."
120
- other: "<strong>%{count} horas %{minutes} minutos</strong> para votar."
121
118
  view: Ver
122
119
  vote: Votar
123
120
  label:
@@ -157,6 +154,10 @@ gl:
157
154
  description: 'Estes son os resultados da votación, para cada pregunta:'
158
155
  percentage: "%{count}%"
159
156
  selected: Seleccionado
157
+ votes:
158
+ one: "%{count} voto"
159
+ other: "%{count} votos"
160
+ zero: "%{count} votos"
160
161
  show:
161
162
  action_button:
162
163
  change_vote: Troca o teu voto
@@ -11,6 +11,11 @@ hu:
11
11
  unpublish:
12
12
  success: A választás publikálását sikeresen visszavonta.
13
13
  elections:
14
+ results:
15
+ votes:
16
+ one: "%{count} szavazat"
17
+ other: "%{count} szavazat"
18
+ zero: "%{count} szavazat"
14
19
  show:
15
20
  action_button:
16
21
  change_vote: Szavazatának megváltoztatása
@@ -254,7 +254,7 @@ it:
254
254
  trustees: Garanti
255
255
  key_ceremony:
256
256
  title: Cerimonia chiave
257
- trustees: Fiduciari
257
+ trustees: Garanti
258
258
  key_ceremony_ended:
259
259
  errors:
260
260
  time_before: La votazione sta per cominciare. Devi aspettare fino a %{hours} ore prima dell'ora di inizio (%{start_time}) per poter votare.
@@ -343,9 +343,6 @@ it:
343
343
  upcoming: Imminente
344
344
  end_date: Fine
345
345
  footer:
346
- remaining_time:
347
- one: "<strong>%{count} ora %{minutes} minuti</strong> rimanenti per votare."
348
- other: "<strong>%{count} ore %{minutes} minuti</strong> rimanenti per votare."
349
346
  view: Visualizza
350
347
  vote: Vota
351
348
  label:
@@ -427,6 +424,7 @@ it:
427
424
  votes:
428
425
  one: "%{count} voto"
429
426
  other: "%{count} voti"
427
+ zero: "%{count} voti"
430
428
  show:
431
429
  action_button:
432
430
  change_vote: Cambia il tuo voto