decidim-elections 0.27.1 → 0.27.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70943e633e815f28c1717850e96dbe2d4fde1b270824addef6b4d84618ca2f8c
4
- data.tar.gz: 4a73b7a4fbe81b0190e04331d5c977a8124850308bc3a988823b26627282ed39
3
+ metadata.gz: 4a5a7fb0d77e19fa54d22356edbf2da0d6525a13f3fe10ead31c6647f7b4f9b2
4
+ data.tar.gz: 2ca414d57f414d16fd0a6ae5e5a9960215ee2991f995f9236860f5ba5d1c2e76
5
5
  SHA512:
6
- metadata.gz: 1ba63af413217e8e398cd71d6df1c3b62a2c3dc0263d66bdd498b850dca6b838d880187de876199b80064003f891da9e50ce8aee6996db05bef1d7491b21dd45
7
- data.tar.gz: d1854202838d709541eeee58fd23ce863d217bb1152c197926b217a6f0533f213f5cb3be020f772a50dfde9f8288a7d752fe7769b1ff37fe0e7b90e16e6eb08e
6
+ metadata.gz: 8395d2c20e95cac42da566a24a784c71643e2227f52690b114bc991bb21a5c9b7e20fdbf96f406fc5db144d6f5dc5d1aee1cd1d279e0c902ce66389f25233afb
7
+ data.tar.gz: 11cd35466d4002e35f33189f988d2c1381f8d15c2f46a55ef454f79a9d86c11083f7a889f478bf7b785acb5c2637950cbee795c2228f14c7425ae1f3d9ff5d30
@@ -19,7 +19,7 @@ module Decidim
19
19
  # Broadcasts :ok if published, :invalid otherwise.
20
20
  def call
21
21
  publish_election
22
- publish_event
22
+ publish_event unless election.previously_published?
23
23
 
24
24
  broadcast(:ok, election)
25
25
  end
@@ -45,7 +45,7 @@ edit_link(
45
45
  <% end %>
46
46
  <div class="columns medium-8 mediumlarge-7">
47
47
  <div class="section">
48
- <p><%= decidim_sanitize_editor(simple_format(translated_attribute(election.description)), strip_tags: true) %></p>
48
+ <p><%= decidim_sanitize_editor_admin(translated_attribute(election.description)) %></p>
49
49
 
50
50
  <%= cell("decidim/elections/election_vote_cta", election) %>
51
51
 
@@ -11,7 +11,7 @@
11
11
  </div>
12
12
 
13
13
  <div class="row column">
14
- <%= form.translated :editor, :description, toolbar: :full, lines: 25 %>
14
+ <%= form.translated :editor, :description %>
15
15
  </div>
16
16
 
17
17
  <div class="row">
@@ -12,7 +12,7 @@
12
12
  method: :post,
13
13
  html: { class: "form new_census" }) do |form| %>
14
14
  <div class="field">
15
- <%= form.upload :file, optional: false, help_i18n_scope: "decidim.votings.census.admin.census.new.file_help" %>
15
+ <%= form.upload :file, required: true, help_i18n_scope: "decidim.votings.census.admin.census.new.file_help" %>
16
16
  </div>
17
17
 
18
18
  <%= submit_tag t("submit", scope: "decidim.votings.census.admin.census.new"), class: "button" %>
@@ -6,9 +6,21 @@ ar:
6
6
  description: الوصف
7
7
  election:
8
8
  description: الوصف
9
+ monitoring_committee_member:
10
+ name: الاسم
11
+ polling_officer:
12
+ name: الاسم
9
13
  decidim:
14
+ components:
15
+ elections:
16
+ name: الانتخابات
10
17
  elections:
11
18
  admin:
19
+ models:
20
+ answer:
21
+ name: الإجابة
22
+ question:
23
+ name: سؤال
12
24
  steps:
13
25
  tally_started:
14
26
  invalid: كانت هناك مشكلة في الإبلاغ عن الأمين المفقود
@@ -22,6 +34,10 @@ ar:
22
34
  results_title: النتائج
23
35
  results:
24
36
  percentage: "%{count}%"
37
+ models:
38
+ trustees_participatory_space:
39
+ fields:
40
+ name: الاسم
25
41
  trustee_zone:
26
42
  trustees:
27
43
  show:
@@ -29,9 +45,19 @@ ar:
29
45
  cancel: إلغاء
30
46
  votings:
31
47
  admin:
48
+ models:
49
+ monitoring_committee_member:
50
+ fields:
51
+ name: الاسم
52
+ polling_officer:
53
+ fields:
54
+ name: الاسم
32
55
  monitoring_committee_election_results:
33
56
  actions:
34
57
  title: الإجراءات
58
+ monitoring_committee_members:
59
+ actions:
60
+ destroy: حذف
35
61
  polling_officer_zone:
36
62
  closures:
37
63
  edit:
@@ -39,3 +65,16 @@ ar:
39
65
  close_modal: غلق
40
66
  sign:
41
67
  cancel: إلغاء
68
+ in_person_votes:
69
+ verify_document:
70
+ name: الاسم
71
+ polling_officers:
72
+ index:
73
+ polling_station:
74
+ name: الاسم
75
+ polling_officers:
76
+ actions:
77
+ destroy: حذف
78
+ polling_stations:
79
+ actions:
80
+ destroy: حذف
@@ -7,15 +7,32 @@ ca:
7
7
  image: Imatge
8
8
  proposals: Propostes relacionades
9
9
  title: Títol
10
+ ballot_style:
11
+ code: Codi
10
12
  election:
11
13
  description: Descripció
12
14
  end_time: La votació finalitza el
13
15
  start_time: La votació comença el
14
16
  title: Títol
17
+ monitoring_committee_member:
18
+ email: Correu electrònic
19
+ name: Nom
20
+ polling_officer:
21
+ email: Correu electrònic
22
+ name: Nom
23
+ polling_station:
24
+ address: Adreça
25
+ location: Ubicació
26
+ location_hints: Detalls d'ubicació
27
+ polling_station_managers: Gestores
28
+ polling_station_president_id: Presidència
29
+ title: Títol
15
30
  question:
16
31
  max_selections: Número màxim d'opcions
17
32
  min_selections: Cap de les opcions anteriors
18
33
  title: Títol
34
+ trustees_participatory_space:
35
+ user_id: Participant
19
36
  voting:
20
37
  banner_image: Imatge de capçalera
21
38
  census_contact_information: Dades de contacte del cens
@@ -23,7 +40,7 @@ ca:
23
40
  end_time: La votació finalitza
24
41
  introductory_image: Imatge de presentació
25
42
  promoted: Destacada
26
- scope: Àmbit
43
+ scope_id: Àmbit
27
44
  show_check_census: Mostrar la pàgina de "comprovar el cens"
28
45
  start_time: La votació comença
29
46
  title: Títol
@@ -1106,7 +1123,7 @@ ca:
1106
1123
  info_message_warn: Si us plau, comprova que no s'hagi perdut cap dada, s'han creat %{data_count} registres i el fitxer pujat %{file} té %{raw_count} fileres.
1107
1124
  launch_error: Hi ha hagut un error en generar els codis d'accés
1108
1125
  launch_success: S'ha iniciat la generació dels codis.
1109
- start_over: Si us plau, elimineu el cens actual i tornar a començar amb un arxiu CSV apropiat amb files vàlides.
1126
+ start_over: Si us plau, elimina el cens actual i torna a començar amb un arxiu CSV apropiat amb files vàlides.
1110
1127
  generating_access_codes:
1111
1128
  info_message: "<strong>Si us plau, espera</strong>, els codis d'accés a la votació s'estan generant (això pot trigar uns minuts)..."
1112
1129
  new:
@@ -7,15 +7,32 @@ cs:
7
7
  image: Obrázek
8
8
  proposals: Související návrhy
9
9
  title: Název
10
+ ballot_style:
11
+ code: Kód
10
12
  election:
11
13
  description: Popis
12
14
  end_time: Hlasování končí v
13
15
  start_time: Hlasování začíná v
14
16
  title: Název
17
+ monitoring_committee_member:
18
+ email: E-mail
19
+ name: Jméno
20
+ polling_officer:
21
+ email: E-mail
22
+ name: Jméno
23
+ polling_station:
24
+ address: Adresa
25
+ location: Poloha
26
+ location_hints: Nápověda k poloze
27
+ polling_station_managers: Manažeři
28
+ polling_station_president_id: Předseda
29
+ title: Název
15
30
  question:
16
31
  max_selections: Maximální počet výběrů
17
32
  min_selections: Žádná z výše uvedených možností
18
33
  title: Název
34
+ trustees_participatory_space:
35
+ user_id: Účastník
19
36
  voting:
20
37
  banner_image: Obrázek banneru
21
38
  census_contact_information: Kontaktní informace pro rejstřík obyvatel
@@ -23,7 +40,7 @@ cs:
23
40
  end_time: Hlasování končí
24
41
  introductory_image: Úvodní obrázek
25
42
  promoted: Propagováno
26
- scope: Rozsah
43
+ scope_id: Oblast působnosti
27
44
  show_check_census: Zobrazit stránku "zkontrolovat rejstřík"
28
45
  start_time: Hlasování začíná
29
46
  title: Název
@@ -22,6 +22,7 @@ de:
22
22
  description: Beschreibung
23
23
  end_time: Abstimmung endet
24
24
  promoted: Hervorgehoben
25
+ scope_id: Themenbereich
25
26
  start_time: Abstimmung beginnt
26
27
  title: Titel
27
28
  voting_type: Art der Abstimmung
@@ -113,7 +114,6 @@ de:
113
114
  label: Überprüft
114
115
  values:
115
116
  'false': Überprüft
116
- 'true': Nicht überprüft
117
117
  components:
118
118
  elections:
119
119
  actions:
@@ -7,15 +7,32 @@ en:
7
7
  image: Image
8
8
  proposals: Related proposals
9
9
  title: Title
10
+ ballot_style:
11
+ code: Code
10
12
  election:
11
13
  description: Description
12
14
  end_time: Voting ends at
13
15
  start_time: Voting start at
14
16
  title: Title
17
+ monitoring_committee_member:
18
+ email: Email
19
+ name: Name
20
+ polling_officer:
21
+ email: Email
22
+ name: Name
23
+ polling_station:
24
+ address: Address
25
+ location: Location
26
+ location_hints: Location hint
27
+ polling_station_managers: Managers
28
+ polling_station_president_id: President
29
+ title: Title
15
30
  question:
16
31
  max_selections: Maximum number of selections
17
32
  min_selections: None of the above option
18
33
  title: Title
34
+ trustees_participatory_space:
35
+ user_id: Participant
19
36
  voting:
20
37
  banner_image: Banner image
21
38
  census_contact_information: Census contact information
@@ -23,7 +40,7 @@ en:
23
40
  end_time: Voting ends
24
41
  introductory_image: Introductory image
25
42
  promoted: Promoted
26
- scope: Scope
43
+ scope_id: Scope
27
44
  show_check_census: Show "check census" page
28
45
  start_time: Voting begins
29
46
  title: Title
@@ -7,15 +7,32 @@ es-MX:
7
7
  image: Imagen
8
8
  proposals: Propuestas relacionadas
9
9
  title: Título
10
+ ballot_style:
11
+ code: Código
10
12
  election:
11
13
  description: Descripción
12
14
  end_time: La votación termina en
13
15
  start_time: La votación comienza a las
14
16
  title: Título
17
+ monitoring_committee_member:
18
+ email: Correo electrónico
19
+ name: Nombre
20
+ polling_officer:
21
+ email: Correo electrónico
22
+ name: Nombre
23
+ polling_station:
24
+ address: Dirección
25
+ location: Ubicación
26
+ location_hints: Detalles de ubicación
27
+ polling_station_managers: Gestoras
28
+ polling_station_president_id: Presidencia
29
+ title: Título
15
30
  question:
16
31
  max_selections: Número máximo de opciones
17
32
  min_selections: Ninguna de las anteriores
18
33
  title: Título
34
+ trustees_participatory_space:
35
+ user_id: Participante
19
36
  voting:
20
37
  banner_image: Imagen de cabecera
21
38
  census_contact_information: Datos de contacto del censo
@@ -23,7 +40,7 @@ es-MX:
23
40
  end_time: La votación finaliza
24
41
  introductory_image: Imagen de presentación
25
42
  promoted: Destacada
26
- scope: Ámbito
43
+ scope_id: Ámbito
27
44
  show_check_census: Mostrar la página de "comprobar censo"
28
45
  start_time: La votación empieza
29
46
  title: Título
@@ -263,7 +280,7 @@ es-MX:
263
280
  'false': no tiene una <strong>clave pública</strong>
264
281
  'true': tiene una <strong> clave pública</strong>
265
282
  requirements:
266
- census_codes_generated: Se han generador los códigos de acceso al censo.
283
+ census_codes_generated: Se han generado los códigos de acceso al censo.
267
284
  census_frozen: Se han exportado los códgos para el censo y el censo ha quedado congelado.
268
285
  census_uploaded: El censo está subido.
269
286
  component_published: La elección está <strong>publicada</strong>.
@@ -1108,7 +1125,7 @@ es-MX:
1108
1125
  launch_success: Se ha iniciado la generación de códigos.
1109
1126
  start_over: Por favor, elimine el censo actual y vuelva a empezar con un archivo CSV apropiado con filas válidas.
1110
1127
  generating_access_codes:
1111
- info_message: "<strong>Por favor<</strong>, los códigos de acceso a la votación se están generando (esto puede tardar unos minutos)..."
1128
+ info_message: "<strong>Espera, por favor<</strong>, los códigos de acceso a la votación se están generando (esto puede tardar unos minutos)..."
1112
1129
  new:
1113
1130
  file_help:
1114
1131
  explanation: 'Instrucciones para el archivo:'
@@ -7,15 +7,32 @@ es-PY:
7
7
  image: Imagen
8
8
  proposals: Propuestas relacionadas
9
9
  title: Título
10
+ ballot_style:
11
+ code: Código
10
12
  election:
11
13
  description: Descripción
12
14
  end_time: La votación acaba el
13
15
  start_time: La votación empieza el
14
16
  title: Título
17
+ monitoring_committee_member:
18
+ email: Correo electrónico
19
+ name: Nombre
20
+ polling_officer:
21
+ email: Correo electrónico
22
+ name: Nombre
23
+ polling_station:
24
+ address: Dirección
25
+ location: Ubicación
26
+ location_hints: Detalles de ubicación
27
+ polling_station_managers: Gestoras
28
+ polling_station_president_id: Presidencia
29
+ title: Título
15
30
  question:
16
31
  max_selections: Número máximo de opciones
17
32
  min_selections: Ninguna de las anteriores
18
33
  title: Título
34
+ trustees_participatory_space:
35
+ user_id: Participante
19
36
  voting:
20
37
  banner_image: Imagen de cabecera
21
38
  census_contact_information: Datos de contacto del censo
@@ -23,7 +40,7 @@ es-PY:
23
40
  end_time: La votación finaliza
24
41
  introductory_image: Imagen de presentación
25
42
  promoted: Destacada
26
- scope: Ámbito
43
+ scope_id: Ámbito
27
44
  show_check_census: Mostrar la página de "comprobar censo"
28
45
  start_time: La votación empieza
29
46
  title: Título
@@ -263,7 +280,7 @@ es-PY:
263
280
  'false': no tiene una <strong>clave pública</strong>
264
281
  'true': tiene una <strong> clave pública</strong>
265
282
  requirements:
266
- census_codes_generated: Se han generador los códigos de acceso al censo.
283
+ census_codes_generated: Se han generado los códigos de acceso al censo.
267
284
  census_frozen: Se han exportado los códgos para el censo y el censo ha quedado congelado.
268
285
  census_uploaded: El censo está subido.
269
286
  component_published: La elección está <strong>publicada</strong>.
@@ -1108,7 +1125,7 @@ es-PY:
1108
1125
  launch_success: Se ha iniciado la generación de códigos.
1109
1126
  start_over: Por favor, elimine el censo actual y vuelva a empezar con un archivo CSV apropiado con filas válidas.
1110
1127
  generating_access_codes:
1111
- info_message: "<strong>Por favor<</strong>, los códigos de acceso a la votación se están generando (esto puede tardar unos minutos)..."
1128
+ info_message: "<strong>Espera, por favor<</strong>, los códigos de acceso a la votación se están generando (esto puede tardar unos minutos)..."
1112
1129
  new:
1113
1130
  file_help:
1114
1131
  explanation: 'Instrucciones para el archivo:'
@@ -7,15 +7,32 @@ es:
7
7
  image: Imagen
8
8
  proposals: Propuestas relacionadas
9
9
  title: Título
10
+ ballot_style:
11
+ code: Código
10
12
  election:
11
13
  description: Descripción
12
14
  end_time: La votación acaba el
13
15
  start_time: La votación empieza el
14
16
  title: Título
17
+ monitoring_committee_member:
18
+ email: Correo electrónico
19
+ name: Nombre
20
+ polling_officer:
21
+ email: Correo electrónico
22
+ name: Nombre
23
+ polling_station:
24
+ address: Dirección
25
+ location: Ubicación
26
+ location_hints: Detalles de ubicación
27
+ polling_station_managers: Gestoras
28
+ polling_station_president_id: Presidencia
29
+ title: Título
15
30
  question:
16
31
  max_selections: Número máximo de opciones
17
32
  min_selections: Ninguna de las opciones anteriores
18
33
  title: Título
34
+ trustees_participatory_space:
35
+ user_id: Participante
19
36
  voting:
20
37
  banner_image: Imagen de cabecera
21
38
  census_contact_information: Datos de contacto del censo
@@ -23,7 +40,7 @@ es:
23
40
  end_time: La votación finaliza
24
41
  introductory_image: Imagen de presentación
25
42
  promoted: Destacada
26
- scope: Ámbito
43
+ scope_id: Ámbito
27
44
  show_check_census: Mostrar la página de "comprobar censo"
28
45
  start_time: La votación empieza
29
46
  title: Título
@@ -263,7 +280,7 @@ es:
263
280
  'false': no tiene una <strong>clave pública</strong>
264
281
  'true': tiene una <strong> clave pública</strong>
265
282
  requirements:
266
- census_codes_generated: Se han generador los códigos de acceso al censo.
283
+ census_codes_generated: Se han generado los códigos de acceso al censo.
267
284
  census_frozen: Se han exportado los códgos para el censo y el censo ha quedado congelado.
268
285
  census_uploaded: El censo está subido.
269
286
  component_published: La elección está <strong>publicada</strong>.
@@ -1108,7 +1125,7 @@ es:
1108
1125
  launch_success: Se ha iniciado la generación de códigos.
1109
1126
  start_over: Por favor, elimine el censo actual y vuelva a empezar con un archivo CSV apropiado con filas válidas.
1110
1127
  generating_access_codes:
1111
- info_message: "<strong>Por favor<</strong>, los códigos de acceso a la votación se están generando (esto puede tardar unos minutos)..."
1128
+ info_message: "<strong>Espera, por favor<</strong>, los códigos de acceso a la votación se están generando (esto puede tardar unos minutos)..."
1112
1129
  new:
1113
1130
  file_help:
1114
1131
  explanation: 'Instrucciones para el archivo:'
@@ -12,6 +12,16 @@ eu:
12
12
  end_time: Bozketaren amaiera-data
13
13
  start_time: Bozketaren hasiera-data
14
14
  title: Izenburua
15
+ monitoring_committee_member:
16
+ email: Helbide elektronikoa
17
+ name: Izena
18
+ polling_officer:
19
+ email: Helbide elektronikoa
20
+ name: Izena
21
+ polling_station:
22
+ address: Helbidea
23
+ location: Kokapena
24
+ title: Izenburua
15
25
  question:
16
26
  max_selections: Gehieneko aukera kopurua
17
27
  min_selections: Aurreko bat ere ez
@@ -19,6 +29,7 @@ eu:
19
29
  voting:
20
30
  end_time: Bozketaren amaiera-data
21
31
  start_time: Bozketaren hasiera-data
32
+ title: Izenburua
22
33
  errors:
23
34
  models:
24
35
  answer:
@@ -100,7 +111,6 @@ eu:
100
111
  label: Baliozkotuta
101
112
  values:
102
113
  'false': Baliozkotuta
103
- 'true': Baliozkotu gabe
104
114
  components:
105
115
  elections:
106
116
  actions:
@@ -182,6 +192,9 @@ eu:
182
192
  exports:
183
193
  elections: Bozketak
184
194
  feedback_form_answers: Erantzunen feedbacka
195
+ mailers:
196
+ trustee_mailer:
197
+ body: "< p>Kaixo %{user_name}, </p><p> %{resource_name}-an sartu zaituzte, konfiantzazko gisa.< p>"
185
198
  menu:
186
199
  trustees: Bermatzaileak
187
200
  models:
@@ -521,7 +534,7 @@ eu:
521
534
  menu:
522
535
  trustee_zone: Bermatzailearen gunea
523
536
  no_bulletin_board:
524
- body: Iragarki Taula bat behar da, atal honetarako konfiguratua. Jarri harremanetan administratzailearekin xehetasun gehiago izateko.
537
+ body: Atal honetarako iragarki-taula konfiguratu bat behar da. Deitu administratzaileari xehetasun gehiago izateko.
525
538
  title: Sentitzen dugu, Iragarki Taula oraindik ez dago konfiguratuta.
526
539
  trustees:
527
540
  show:
@@ -639,7 +652,7 @@ eu:
639
652
  back: Atzera
640
653
  continue: Hurrengoa
641
654
  warnings:
642
- no_elections_warning: Ez dago bilaketa-irizpidearekin bat datorren topaketarik, edo ez dago ezein topaketarik programaturik.
655
+ no_elections_warning: Ez dago beren bilaketa-irizpideekin bat datorren hauteskunderik, edo ez dago hauteskunde programaturik.
643
656
  no_scheduled_elections_warning: Orain ez dago bozketa programaturik, baina aurrekoak ikus ditzakezu.
644
657
  events:
645
658
  elections:
@@ -0,0 +1 @@
1
+ fa:
@@ -7,15 +7,32 @@ fi-pl:
7
7
  image: Kuva
8
8
  proposals: Liittyvät ehdotukset
9
9
  title: Otsikko
10
+ ballot_style:
11
+ code: Koodi
10
12
  election:
11
13
  description: Kuvaus
12
14
  end_time: Äänestys päättyy
13
15
  start_time: Äänestys alkaa
14
16
  title: Otsikko
17
+ monitoring_committee_member:
18
+ email: Sähköpostiosoite
19
+ name: Nimi
20
+ polling_officer:
21
+ email: Sähköpostiosoite
22
+ name: Nimi
23
+ polling_station:
24
+ address: Osoite
25
+ location: Sijainti
26
+ location_hints: Paikan tarkemmat tiedot
27
+ polling_station_managers: Virkailijat
28
+ polling_station_president_id: Esimies
29
+ title: Otsikko
15
30
  question:
16
31
  max_selections: Valintojen enimmäismäärä
17
32
  min_selections: Ei mikään edellä mainituista
18
33
  title: Otsikko
34
+ trustees_participatory_space:
35
+ user_id: Osallistuja
19
36
  voting:
20
37
  banner_image: Bannerikuva
21
38
  census_contact_information: Henkilötietorekisterin vastuutahon yhteystiedot
@@ -23,7 +40,7 @@ fi-pl:
23
40
  end_time: Äänestyksen päättymisaika
24
41
  introductory_image: Esittelykuva
25
42
  promoted: Korostettu
26
- scope: Teema
43
+ scope_id: Teema
27
44
  show_check_census: Näytä "tarkasta henkilötietorekisterin tiedot" -sivu
28
45
  start_time: Äänestyksen alkamisaika
29
46
  title: Otsikko
@@ -7,15 +7,32 @@ fi:
7
7
  image: Kuva
8
8
  proposals: Liittyvät ehdotukset
9
9
  title: Otsikko
10
+ ballot_style:
11
+ code: Koodi
10
12
  election:
11
13
  description: Kuvaus
12
14
  end_time: Äänestys päättyy
13
15
  start_time: Äänestys alkaa
14
16
  title: Otsikko
17
+ monitoring_committee_member:
18
+ email: Sähköpostiosoite
19
+ name: Nimi
20
+ polling_officer:
21
+ email: Sähköpostiosoite
22
+ name: Nimi
23
+ polling_station:
24
+ address: Osoite
25
+ location: Sijainti
26
+ location_hints: Paikan tarkemmat tiedot
27
+ polling_station_managers: Virkailijat
28
+ polling_station_president_id: Esimies
29
+ title: Otsikko
15
30
  question:
16
31
  max_selections: Valintojen enimmäismäärä
17
32
  min_selections: Ei mikään edellä mainituista
18
33
  title: Otsikko
34
+ trustees_participatory_space:
35
+ user_id: Osallistuja
19
36
  voting:
20
37
  banner_image: Bannerikuva
21
38
  census_contact_information: Henkilötietorekisterin vastuutahon yhteystiedot
@@ -23,7 +40,7 @@ fi:
23
40
  end_time: Äänestyksen päättymisaika
24
41
  introductory_image: Esittelykuva
25
42
  promoted: Korostettu
26
- scope: Teema
43
+ scope_id: Teema
27
44
  show_check_census: Näytä "tarkasta henkilötietorekisterin tiedot" -sivu
28
45
  start_time: Äänestyksen alkamisaika
29
46
  title: Otsikko
@@ -733,7 +750,7 @@ fi:
733
750
  email_subject: Sinut on lisätty luottamushenkilöksi vaaliin %{resource_title}..
734
751
  notification_title: Olet luottamushenkilö vaalissa <a href="%{resource_path}">%{resource_title}</a>.
735
752
  new_trustee:
736
- email_intro: Hallinnointikäyttäjä on myöntänyt sinulle luottamushenkilön tehtävän kohteessa %{resource_name}. Sinun tulee luoda julkinen tunnistusavain <a href='%{trustee_zone_url}'>omalla luottamushenkilöiden alueellasi</a>
753
+ email_intro: Hallintakäyttäjä on myöntänyt sinulle luottamushenkilön tehtävän kohteessa %{resource_name}. Sinun tulee luoda julkinen tunnistusavain <a href='%{trustee_zone_url}'>omalla luottamushenkilöiden alueellasi</a>
737
754
  email_outro: Tämä ilmoitus on lähetetty sinulle, koska sinulle on myönnettu luottamushenkilön tehtävä kohteessa %{resource_name}.
738
755
  email_subject: Olet luottamushenkilö kohteessa %{resource_name}.
739
756
  notification_title: Olet luottamushenkilö kohteessa <a href="%{participatory_space_url}">%{resource_name}</a>.
@@ -7,15 +7,32 @@ fr-CA:
7
7
  image: Image
8
8
  proposals: Propositions associées
9
9
  title: Titre
10
+ ballot_style:
11
+ code: Code
10
12
  election:
11
13
  description: Description
12
14
  end_time: Le vote se termine à
13
15
  start_time: Le vote commence à
14
16
  title: Titre
17
+ monitoring_committee_member:
18
+ email: Email
19
+ name: Nom
20
+ polling_officer:
21
+ email: Email
22
+ name: Nom
23
+ polling_station:
24
+ address: Adresse
25
+ location: Lieu
26
+ location_hints: Indication de lieu
27
+ polling_station_managers: Gestionnaires
28
+ polling_station_president_id: Président
29
+ title: Titre
15
30
  question:
16
31
  max_selections: Nombre maximum de sélections
17
32
  min_selections: Aucune des options ci-dessus
18
33
  title: Titre
34
+ trustees_participatory_space:
35
+ user_id: Participant
19
36
  voting:
20
37
  banner_image: Image de bannière
21
38
  census_contact_information: Informations de contact du recensement
@@ -23,7 +40,7 @@ fr-CA:
23
40
  end_time: Le vote se termine
24
41
  introductory_image: Image d'introduction
25
42
  promoted: Mis en avant
26
- scope: Secteur
43
+ scope_id: Secteur
27
44
  show_check_census: Afficher la page "Vérifier le recensement"
28
45
  start_time: Le vote commence le
29
46
  title: Titre