decidim-initiatives 0.26.5 → 0.26.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/initiatives/create_initiative.rb +2 -1
  3. data/app/controllers/decidim/initiatives/admin/committee_requests_controller.rb +1 -1
  4. data/app/controllers/decidim/initiatives/admin/exports_controller.rb +14 -0
  5. data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +1 -1
  6. data/app/controllers/decidim/initiatives/admin/initiatives_type_scopes_controller.rb +1 -1
  7. data/app/controllers/decidim/initiatives/admin/initiatives_types_controller.rb +1 -1
  8. data/app/controllers/decidim/initiatives/application_controller.rb +7 -0
  9. data/app/controllers/decidim/initiatives/committee_requests_controller.rb +1 -1
  10. data/app/controllers/decidim/initiatives/create_initiative_controller.rb +17 -2
  11. data/app/controllers/decidim/initiatives/initiatives_controller.rb +3 -0
  12. data/app/controllers/decidim/initiatives/initiatives_type_scopes_controller.rb +1 -1
  13. data/app/controllers/decidim/initiatives/initiatives_type_signature_types_controller.rb +1 -1
  14. data/app/forms/decidim/initiatives/initiative_form.rb +3 -0
  15. data/app/helpers/decidim/initiatives/{create_initiative_helper.rb → signature_type_options_helper.rb} +1 -1
  16. data/app/permissions/decidim/initiatives/admin/permissions.rb +1 -0
  17. data/app/views/decidim/initiatives/admin/initiatives/_form.html.erb +1 -1
  18. data/app/views/decidim/initiatives/admin/initiatives/edit.html.erb +2 -0
  19. data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +1 -0
  20. data/app/views/decidim/initiatives/admin/initiatives_type_scopes/edit.html.erb +1 -0
  21. data/app/views/decidim/initiatives/admin/initiatives_type_scopes/new.html.erb +1 -0
  22. data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +1 -1
  23. data/app/views/decidim/initiatives/admin/initiatives_types/edit.html.erb +1 -0
  24. data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +2 -0
  25. data/app/views/decidim/initiatives/admin/initiatives_types/new.html.erb +1 -0
  26. data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +27 -12
  27. data/app/views/decidim/initiatives/create_initiative/previous_form.html.erb +1 -1
  28. data/app/views/decidim/initiatives/initiatives/_form.html.erb +29 -23
  29. data/app/views/decidim/initiatives/initiatives/print.html.erb +1 -1
  30. data/config/environment.rb +0 -0
  31. data/config/locales/ar.yml +8 -6
  32. data/config/locales/ca.yml +7 -6
  33. data/config/locales/cs.yml +9 -3
  34. data/config/locales/de.yml +21 -4
  35. data/config/locales/el.yml +5 -6
  36. data/config/locales/en.yml +2 -1
  37. data/config/locales/es-MX.yml +4 -3
  38. data/config/locales/es-PY.yml +4 -3
  39. data/config/locales/es.yml +6 -5
  40. data/config/locales/eu.yml +2 -8
  41. data/config/locales/fa-IR.yml +1 -0
  42. data/config/locales/fi-plain.yml +4 -3
  43. data/config/locales/fi.yml +5 -4
  44. data/config/locales/fr-CA.yml +7 -8
  45. data/config/locales/fr.yml +7 -8
  46. data/config/locales/gl.yml +3 -6
  47. data/config/locales/hu.yml +13 -7
  48. data/config/locales/id-ID.yml +4 -6
  49. data/config/locales/is-IS.yml +3 -6
  50. data/config/locales/it.yml +2 -8
  51. data/config/locales/ja.yml +5 -4
  52. data/config/locales/kaa.yml +1 -0
  53. data/config/locales/lb.yml +1 -14
  54. data/config/locales/lt.yml +0 -6
  55. data/config/locales/lv.yml +5 -6
  56. data/config/locales/nl.yml +4 -6
  57. data/config/locales/no.yml +1 -7
  58. data/config/locales/pl.yml +0 -6
  59. data/config/locales/pt-BR.yml +2 -3
  60. data/config/locales/pt.yml +0 -6
  61. data/config/locales/ro-RO.yml +9 -9
  62. data/config/locales/ru.yml +5 -6
  63. data/config/locales/sk.yml +4 -6
  64. data/config/locales/sv.yml +1 -7
  65. data/config/locales/tr-TR.yml +1 -7
  66. data/config/locales/uk.yml +5 -6
  67. data/config/locales/zh-CN.yml +5 -6
  68. data/config/locales/zh-TW.yml +617 -0
  69. data/db/migrate/20181003082010_fix_user_groups_ids_on_initiatives.rb +18 -3
  70. data/lib/decidim/initiatives/engine.rb +2 -1
  71. data/lib/decidim/initiatives/version.rb +1 -1
  72. metadata +19 -15
@@ -2,8 +2,13 @@ de:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Antwort
6
+ answer_url: Antwort-URL
7
+ area_id: Gebiet
8
+ decidim_scope_id: Thema
5
9
  decidim_user_group_id: Autor
6
10
  description: Beschreibung
11
+ hashtag: Hashtag
7
12
  offline_votes: Face-to-Face-Unterstützung
8
13
  offline_votes_for_scope: Persönliche Unterschriften für %{scope_name}
9
14
  scope_id: Umfang
@@ -16,6 +21,7 @@ de:
16
21
  online: Online
17
22
  state: Zustand
18
23
  title: Titel
24
+ type_id: Typ
19
25
  initiatives_committee_member:
20
26
  user: Ausschussmitglied
21
27
  initiatives_settings:
@@ -34,9 +40,13 @@ de:
34
40
  online_signature_enabled: Online-Signatur aktiviert
35
41
  only_global_scope_enabled: Nur die Erstellung globaler Initiativen zulassen
36
42
  promoting_committee_enabled: Förderkomitee freigeben
43
+ signature_type: Unterschrifttyp
37
44
  title: Titel
38
45
  undo_online_signatures_enabled: Ermöglichen Sie Benutzern, ihre Online-Signaturen rückgängig zu machen
39
46
  validate_sms_code_on_votes: Fügen Sie dem Signaturprozess einen SMS-Validierungsschritt hinzu
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Themen
49
+ supports_required: Erforderliche Unterstützungen
40
50
  initiatives_vote:
41
51
  date_of_birth: Geburtsdatum
42
52
  document_number: Dokumentnummer
@@ -56,6 +66,9 @@ de:
56
66
  title: Der Titel sollte nicht leer sein
57
67
  activerecord:
58
68
  models:
69
+ decidim/initiative:
70
+ one: Initiative
71
+ other: Initiativen
59
72
  decidim/initiative_comittee:
60
73
  one: Komitee
61
74
  other: Ausschüsse
@@ -95,7 +108,7 @@ de:
95
108
  initiatives:
96
109
  fields:
97
110
  created_at: Hergestellt in
98
- id: ICH WÜRDE
111
+ id: ID
99
112
  published_at: Veröffentlicht am
100
113
  state: Zustand
101
114
  supports_count: Unterschriften
@@ -271,6 +284,8 @@ de:
271
284
  update: Aktualisieren
272
285
  form:
273
286
  authorizations: Autorisierungseinstellungen
287
+ child_scope_threshold_enabled_help: 'Diese Einstellung unterstützt keine Offline-Abstimmungen. Es aktiviert Unter-Themenbereiche und arbeitet mit einem Autorisierungs-Handler zusammen, der dem Teilnehmenden einen Themenbereich zuordnet. Stellen Sie sicher, dass Sie diese Autorisierung unten in den Autorisierungseinstellungen auswählen. Hierfür müssen die Themenbereiche auf hierarchische Weise konfiguriert werden: 1 Überthema - N Unterthemen. Weitere Informationen wie diese Konfiguration funktioniert, finden Sie unter diesem <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">Link</a>.'
288
+ only_global_scope_enabled_help: Aktivieren Sie diese Einstellung, wenn Sie "Unterthemen-Signaturen" aktiviert haben und den globalen Themenbereich als Ihren Elternbereich konfiguriert haben. Dadurch wird die Auswahl des Initialtyps im Assistenten zur Erstellung der Initiative übersprungen. Weitere Informationen darüber, wie diese Konfiguration funktioniert, finden Sie <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">hier</a>.
274
289
  options: Optionen
275
290
  title: Allgemeine Information
276
291
  initiative_type_scopes:
@@ -325,8 +340,8 @@ de:
325
340
  fill_data:
326
341
  back: Zurück
327
342
  continue: Fortsetzen
343
+ decidim_user_group_id_help: Es ist nicht möglich, die Autorschaft der Initiative nach der Erstellung zu ändern
328
344
  fill_data_help: "<ul> <li>Inhalt Ihrer Initiative überprüfen. Ist Ihr Titel leicht verständlich? Ist das Ziel Ihrer Initiative klar?</li> <li>Sie müssen die Art der Unterschrift wählen. Persönlich, online oder eine Kombination aus beidem</li> <li>Was ist die geografische Reichweite der Initiative? Stadt, Bezirk?</li> </ul>"
329
- initiative_type: Art der Initiative
330
345
  more_information: "(Weitere Informationen)"
331
346
  select_area: Wählen Sie einen Bereich aus
332
347
  select_scope: Wählen Sie einen Bereich aus
@@ -402,11 +417,12 @@ de:
402
417
  email_subject: "%{applicant_nickname} möchte Ihrer Initiative beitreten"
403
418
  notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> hat sich für das Promoter-Komittee Ihrer Initiative <a href="%{resource_url}">%{resource_title}</a> beworben. Um anzunehmen oder abzulehnen, klicken Sie <a href="%{resource_url}/edit">hier</a>.
404
419
  form:
405
- add_attachments: Dokumente
420
+ add_attachments: Unterlagen
406
421
  attachment_legend: "(Optional) Anhang hinzufügen"
407
422
  delete_attachment: Löschen
408
423
  index:
409
424
  title: Initiativen
425
+ uninitialized: Initiativen sind noch nicht von einem Admin konfiguriert
410
426
  initiative_signatures:
411
427
  fill_personal_data:
412
428
  continue: Fortsetzen
@@ -502,6 +518,7 @@ de:
502
518
  title: 'Titel:'
503
519
  type: Art der Initiative
504
520
  legal_text: Die erhobenen personenbezogenen Daten werden von der Organisation entsprechend der geltenden Gesetzgebung vertraulich behandelt und aufgenommen.
521
+ members_header: Mitglieder des Unterstützungskomitees der Initiative
505
522
  phone_number: Telefonnummer
506
523
  place_date: Ort, Datum
507
524
  postal_code: Postleitzahl
@@ -552,7 +569,7 @@ de:
552
569
  home:
553
570
  highlighted_initiatives:
554
571
  active_initiatives: Aktive Initiativen
555
- see_all_initiatives: Sehen Sie alle Initiativen
572
+ see_all_initiatives: Alle Initiativen anzeigen
556
573
  show:
557
574
  badge_name:
558
575
  accepted: Ausreichend Unterschriften
@@ -281,7 +281,6 @@ el:
281
281
  fill_data:
282
282
  back: Πίσω
283
283
  continue: Συνέχεια
284
- initiative_type: Τύπος πρωτοβουλίας
285
284
  more_information: "(Περισσότερες πληροφορίες)"
286
285
  select_area: Επιλέξτε τομέα
287
286
  select_scope: Επιλέξτε πεδίο εφαρμογής
@@ -322,6 +321,9 @@ el:
322
321
  email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον συντάκτη %{author_nickname}. Μπορείτε να διακόψετε τη λήψη ειδοποιήσεων ακολουθώντας τον προηγούμενο σύνδεσμο.
323
322
  email_subject: Η πρωτοβουλία επιδοκιμάστηκε από τον συντάκτη %{author_nickname}
324
323
  notification_title: Η <a href="%{resource_path}">%{resource_title}</a> πρωτοβουλία επιδοκιμάστηκε από τον συντάκτη <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
324
+ form:
325
+ add_attachments: Έγγραφα
326
+ delete_attachment: Διαγραφή
325
327
  index:
326
328
  title: Πρωτοβουλίες
327
329
  initiative_signatures:
@@ -358,6 +360,8 @@ el:
358
360
  hidden_authors_count:
359
361
  one: και 1 ακόμη άτομο
360
362
  other: και %{count} ακόμη άτομα
363
+ committee_members:
364
+ revoke: Ανάκληση
361
365
  count:
362
366
  title:
363
367
  one: "%{count} πρωτοβουλία"
@@ -424,11 +428,6 @@ el:
424
428
  status_change_for: Η κατάσταση της πρωτοβουλίας %{title} άλλαξε
425
429
  last_activity:
426
430
  new_initiative: Νέα πρωτοβουλία
427
- pages:
428
- home:
429
- highlighted_initiatives:
430
- active_initiatives: Ενεργές πρωτοβουλίες
431
- see_all_initiatives: Δείτε όλες τις πρωτοβουλίες
432
431
  show:
433
432
  badge_name:
434
433
  accepted: Αρκετές υπογραφές
@@ -341,8 +341,8 @@ en:
341
341
  fill_data:
342
342
  back: Back
343
343
  continue: Continue
344
+ decidim_user_group_id_help: It's not possible to change initiative authorship after creation
344
345
  fill_data_help: "<ul> <li>Review the content of your initiative. Is your title easy to understand? Is the objective of your initiative clear?</li> <li>You have to choose the type of signature. In-person, online or a combination of both</li> <li>Which is the geographic scope of the initiative?</li> </ul>"
345
- initiative_type: Initiative type
346
346
  more_information: "(More information)"
347
347
  select_area: Select an area
348
348
  select_scope: Select a scope
@@ -423,6 +423,7 @@ en:
423
423
  delete_attachment: Delete
424
424
  index:
425
425
  title: Initiatives
426
+ uninitialized: Initiatives are not yet configured by an administrator
426
427
  initiative_signatures:
427
428
  fill_personal_data:
428
429
  continue: Continue
@@ -311,7 +311,7 @@ es-MX:
311
311
  validating: Validación técnica
312
312
  application_helper:
313
313
  filter_area_values:
314
- all: Todas
314
+ all: Todos
315
315
  filter_scope_values:
316
316
  all: Todos
317
317
  filter_state_values:
@@ -340,8 +340,8 @@ es-MX:
340
340
  fill_data:
341
341
  back: Volver
342
342
  continue: Continuar
343
+ decidim_user_group_id_help: No es posible cambiar l'autoría de la iniciativa después de crearla
343
344
  fill_data_help: "<ul> <li>Revisa el contenido de tu iniciativa. ¿Tu título es fácil de entender? ¿Está claro el objetivo de tu iniciativa?</li> <li>Tienes que elegir el tipo de firma. En persona, en línea o una combinación de ambos</li> <li>¿Cuál es el alcance geográfico de la iniciativa?</li> </ul>"
344
- initiative_type: Tipo de iniciativa
345
345
  more_information: "(Más información)"
346
346
  select_area: Selecciona una área
347
347
  select_scope: Seleccione un alcance
@@ -422,6 +422,7 @@ es-MX:
422
422
  delete_attachment: Borrar
423
423
  index:
424
424
  title: Iniciativas
425
+ uninitialized: Las iniciativas aún no están configuradas desde la administración.
425
426
  initiative_signatures:
426
427
  fill_personal_data:
427
428
  continue: Continuar
@@ -600,7 +601,7 @@ es-MX:
600
601
  layouts:
601
602
  decidim:
602
603
  initiative_creation_header:
603
- back: Espalda
604
+ back: Volver
604
605
  fill_data: Crear
605
606
  finish: Terminar
606
607
  previous_form: Iniciar
@@ -311,7 +311,7 @@ es-PY:
311
311
  validating: Validación técnica
312
312
  application_helper:
313
313
  filter_area_values:
314
- all: Todas
314
+ all: Todos
315
315
  filter_scope_values:
316
316
  all: Todos
317
317
  filter_state_values:
@@ -340,8 +340,8 @@ es-PY:
340
340
  fill_data:
341
341
  back: Volver
342
342
  continue: Continuar
343
+ decidim_user_group_id_help: No es posible cambiar l'autoría de la iniciativa después de crearla
343
344
  fill_data_help: "<ul> <li>Revisa el contenido de tu iniciativa. ¿Tu título es fácil de entender? ¿Está claro el objetivo de tu iniciativa?</li> <li>Tienes que elegir el tipo de firma. En persona, en línea o una combinación de ambos</li> <li>¿Cuál es el alcance geográfico de la iniciativa?</li> </ul>"
344
- initiative_type: Tipo de iniciativa
345
345
  more_information: "(Más información)"
346
346
  select_area: Selecciona una área
347
347
  select_scope: Seleccione un alcance
@@ -422,6 +422,7 @@ es-PY:
422
422
  delete_attachment: Borrar
423
423
  index:
424
424
  title: Iniciativas
425
+ uninitialized: Las iniciativas aún no están configuradas desde la administración.
425
426
  initiative_signatures:
426
427
  fill_personal_data:
427
428
  continue: Continuar
@@ -600,7 +601,7 @@ es-PY:
600
601
  layouts:
601
602
  decidim:
602
603
  initiative_creation_header:
603
- back: Espalda
604
+ back: Volver
604
605
  fill_data: Crear
605
606
  finish: Terminar
606
607
  previous_form: Iniciar
@@ -311,7 +311,7 @@ es:
311
311
  validating: Validación técnica
312
312
  application_helper:
313
313
  filter_area_values:
314
- all: Todas
314
+ all: Todos
315
315
  filter_scope_values:
316
316
  all: Todos
317
317
  filter_state_values:
@@ -340,11 +340,11 @@ es:
340
340
  fill_data:
341
341
  back: Volver
342
342
  continue: Continuar
343
+ decidim_user_group_id_help: No es posible cambiar l'autoría de la iniciativa después de crearla
343
344
  fill_data_help: "<ul> <li>Revisa el contenido de tu iniciativa. ¿Tu título es fácil de entender? ¿Está claro el objetivo de tu iniciativa?</li> <li>Tienes que elegir el tipo de firma. En persona, en línea o una combinación de ambos</li> <li>¿Cuál es el alcance geográfico de la iniciativa?</li> </ul>"
344
- initiative_type: Tipo de iniciativa
345
345
  more_information: "(Más información)"
346
346
  select_area: Selecciona un área
347
- select_scope: Seleccione un alcance
347
+ select_scope: Selecciona un ámbito
348
348
  finish:
349
349
  back: Volver
350
350
  back_to_initiatives: Volver a iniciativas
@@ -422,6 +422,7 @@ es:
422
422
  delete_attachment: Borrar
423
423
  index:
424
424
  title: Iniciativas
425
+ uninitialized: Las iniciativas aún no están configuradas desde la administración.
425
426
  initiative_signatures:
426
427
  fill_personal_data:
427
428
  continue: Continuar
@@ -578,8 +579,8 @@ es:
578
579
  rejected: No ha conseguido las firmas
579
580
  validating: Validación técnica
580
581
  states:
581
- accepted: Aceptado
582
- expired: Caducado
582
+ accepted: Aceptada
583
+ expired: Caducada
583
584
  unavailable_scope: Ámbito no disponible
584
585
  update:
585
586
  error: Se ha producido un error
@@ -326,7 +326,6 @@ eu:
326
326
  back: Back
327
327
  continue: Jarraitu
328
328
  fill_data_help: "<ul> <li>Berrikusi zure ekimenaren edukia. Zure izenburua ulertzen erraza da? Zure ekimenaren helburua argi dago?</li> <li>Sinadura mota aukeratu behar duzu.</li> <li>aurrez aurre, linean edo biak konbinatuta. Zein da ekimenaren eremu geografikoa? </li> </ul>"
329
- initiative_type: Ekimen mota
330
329
  more_information: "(Informazio gehiago)"
331
330
  select_area: Hautatu eremu bat
332
331
  select_scope: Aukeratu esparrua
@@ -402,7 +401,7 @@ eu:
402
401
  notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> k eskatu du <a href="%{resource_url}">%{resource_title}</a> zure ekimenaren batzorde bultzatzailearekin bat egitea. eskaera onartzeko edo ez onartzeko, egin klik hemen <a href="%{resource_url}/edit">aquí</a>.
403
402
  form:
404
403
  add_attachments: Dokumentuak
405
- delete_attachment: Ezabatu
404
+ delete_attachment: ezabatu
406
405
  index:
407
406
  title: Ekimenak
408
407
  initiative_signatures:
@@ -456,7 +455,7 @@ eu:
456
455
  author: Egilea
457
456
  myself: Nire ekimenak
458
457
  scope: Eremua
459
- search: Search
458
+ search: Bilatu
460
459
  state: Estatu
461
460
  type: Mota
462
461
  filters_small_view:
@@ -546,11 +545,6 @@ eu:
546
545
  status_change_for: '%{title} ekimena bere egoera aldatu du'
547
546
  last_activity:
548
547
  new_initiative: Ekimen berria
549
- pages:
550
- home:
551
- highlighted_initiatives:
552
- active_initiatives: Ekimen aktiboak
553
- see_all_initiatives: Ikusi ekimen guztiak
554
548
  show:
555
549
  badge_name:
556
550
  accepted: Beharrezko sinadurekin
@@ -0,0 +1 @@
1
+ fa:
@@ -340,8 +340,8 @@ fi-pl:
340
340
  fill_data:
341
341
  back: Takaisin
342
342
  continue: Jatka
343
+ decidim_user_group_id_help: Aloitteen laatijan muuttaminen ei ole mahdollista luonnin jälkeen
343
344
  fill_data_help: "<ul> <li>Tarkasta aloitteesi sisältö. Onko aloitteen otsikko helppo ymmärtää? Onko aloitteen tavoitteet tarpeeksi selkeästi kuvattu?</li> <li>Sinun on valittava allekirjoitustapa. Palvelun ulkopuolella, verkossa tai molemmat.</li> <li>Mikä on aloitteen maantieteellinen laajuus?</li> </ul>"
344
- initiative_type: Aloitteen tyyppi
345
345
  more_information: "(Lisää tietoa)"
346
346
  select_area: Valitse alue
347
347
  select_scope: Valitse teema
@@ -422,6 +422,7 @@ fi-pl:
422
422
  delete_attachment: Poista
423
423
  index:
424
424
  title: Aloitteet
425
+ uninitialized: Hallintakäyttäjä ei ole vielä määrittänyt aloitteiden asetuksia
425
426
  initiative_signatures:
426
427
  fill_personal_data:
427
428
  continue: Jatka
@@ -461,7 +462,7 @@ fi-pl:
461
462
  confirm_revoke: Oletko varma?
462
463
  invite_to_committee_help: Jaa tämä linkki ja kutsu muita käyttäjiä kannatuskomiteaan
463
464
  no_members_yet: Kannatuskomiteassa ei ole jäseniä
464
- revoke: Peruuta
465
+ revoke: Kumoa
465
466
  title: Komitean jäsenet
466
467
  count:
467
468
  title:
@@ -568,7 +569,7 @@ fi-pl:
568
569
  home:
569
570
  highlighted_initiatives:
570
571
  active_initiatives: Aktiiviset aloitteet
571
- see_all_initiatives: Katso kaikki aloitteet
572
+ see_all_initiatives: Näytä kaikki aloitteet
572
573
  show:
573
574
  badge_name:
574
575
  accepted: Tarpeeksi allekirjoituksia
@@ -192,7 +192,7 @@ fi:
192
192
  participatory_spaces:
193
193
  initiatives:
194
194
  contextual: "<p><strong>Aloite</strong> on ehdotus, jota kuka tahansa voi itsenäisesti edistää ​​(muista kanavista tai osallistumistiloista riippumatta) kokoamalla (digitaaliset) tarvittavat allekirjoitukset organisaatiolle tietyn toimen toteuttamiseksi (asetuksen muuttaminen, hankkeen käynnistys, alueen tai kadun nimen muuttaminen, jne.).</p> <p>Aloitteen edistäjät voivat määritellä tavoitteet, kerätä tukijoukkoja, järjestää keskustelua, levittää aloitetta ja määritellä kohtaamispaikkoja, joissa allekirjoituksia voidaan kerätä osallistujilta tai keskustella avoimesti muiden osallistujien kanssa.</p> <p>Esimerkiksi, aloite voi: kerätä allekirjoituksia kutsuakseen koolle tietyn joukon organisaation edustajia, panna aluilleen ryhmän tai käynnistää prosessin määrärahojen lisäämisestä alueelle tai organisaatiolle. Allekirjoitusten keräysprosessin aikana useammat ihmiset voivat antaa panoksensa aloitteen vaatimuksille ja viedä sitä eteenpäin organisaatiossa.</p>\n"
195
- page: "<p><strong>Aloite</strong> on ehdotus, jota kuka tahansa voi itsenäisesti edistää ​​(muista kanavista tai osallistumistiloista riippumatta) kokoamalla (digitaaliset) tarvittavat allekirjoitukset organisaatiolle tietyn toimen toteuttamiseksi (asetuksen muuttaminen, hankkeen käynnistys, alueen tai kadun nimen muuttaminen, jne.).</p> <p>Aloitteen edistäjät voivat määritellä tavoitteet, kerätä tukea, järjestää keskustelua, levittää aloitetta ja määritellä kohtaamispaikkoja, joissa allekirjoituksia voidaan kerätä osallistujilta tai keskustella avoimesti muiden osallistujien kanssa.</p> <p>Esimerkiksi, aloite voi: kerätä allekirjoituksia kutsuakseen koolle tietyn joukon organisaation edustajia, panna aluilleen ryhmän tai käynnistää prosessin määrärahojen lisäämisestä alueelle tai organisaatiolle. Allekirjoitusten keräysprosessin aikana useammat ihmiset voivat antaa panoksensa aloitteen vaatimuksille ja viedä sitä eteenpäin organisaatiossa.</p>\n"
195
+ page: "<p><strong>Aloite</strong> on ehdotus, jota kuka tahansa voi itsenäisesti edistää ​​(muista kanavista tai osallistumistiloista riippumatta) kokoamalla (digitaaliset) tarvittavat allekirjoitukset organisaatiolle tietyn toimen toteuttamiseksi (asetuksen muuttaminen, hankkeen käynnistys, alueen tai kadun nimen muuttaminen, jne.).</p> <p>Aloitteen edistäjät voivat määritellä tavoitteet, kerätä tukijoukkoja, järjestää keskustelua, levittää aloitetta ja määritellä kohtaamispaikkoja, joissa allekirjoituksia voidaan kerätä osallistujilta tai keskustella avoimesti muiden osallistujien kanssa.</p> <p>Esimerkiksi, aloite voi: kerätä allekirjoituksia kutsuakseen koolle tietyn joukon organisaation edustajia, panna aluilleen ryhmän tai käynnistää prosessin määrärahojen lisäämisestä alueelle tai organisaatiolle. Allekirjoitusten keräysprosessin aikana useammat ihmiset voivat antaa panoksensa aloitteen vaatimuksille ja viedä sitä eteenpäin organisaatiossa.</p>\n"
196
196
  title: Mitkä ovat aloitteet?
197
197
  initiatives:
198
198
  actions:
@@ -340,8 +340,8 @@ fi:
340
340
  fill_data:
341
341
  back: Takaisin
342
342
  continue: Jatka
343
+ decidim_user_group_id_help: Aloitteen laatijan muuttaminen ei ole mahdollista luonnin jälkeen
343
344
  fill_data_help: "<ul> <li>Tarkasta aloitteesi sisältö. Onko aloitteen otsikko helppo ymmärtää? Onko aloitteen tavoitteet tarpeeksi selkeästi kuvattu?</li> <li>Sinun on valittava allekirjoitustapa. Palvelun ulkopuolella, verkossa tai molemmat.</li> <li>Mikä on aloitteen maantieteellinen laajuus?</li> </ul>"
344
- initiative_type: Aloitteen tyyppi
345
345
  more_information: "(Lisää tietoa)"
346
346
  select_area: Valitse alue
347
347
  select_scope: Valitse teema
@@ -422,6 +422,7 @@ fi:
422
422
  delete_attachment: Poista
423
423
  index:
424
424
  title: Aloitteet
425
+ uninitialized: Hallintakäyttäjä ei ole vielä määrittänyt aloitteiden asetuksia
425
426
  initiative_signatures:
426
427
  fill_personal_data:
427
428
  continue: Jatka
@@ -461,7 +462,7 @@ fi:
461
462
  confirm_revoke: Oletko varma?
462
463
  invite_to_committee_help: Jaa tämä linkki ja kutsu muita käyttäjiä kannatuskomiteaan
463
464
  no_members_yet: Kannatuskomiteassa ei ole jäseniä
464
- revoke: Peruuta
465
+ revoke: Kumoa
465
466
  title: Komitean jäsenet
466
467
  count:
467
468
  title:
@@ -568,7 +569,7 @@ fi:
568
569
  home:
569
570
  highlighted_initiatives:
570
571
  active_initiatives: Aktiiviset aloitteet
571
- see_all_initiatives: Katso kaikki aloitteet
572
+ see_all_initiatives: Näytä kaikki aloitteet
572
573
  show:
573
574
  badge_name:
574
575
  accepted: Tarpeeksi allekirjoituksia
@@ -66,6 +66,9 @@ fr-CA:
66
66
  title: Le titre ne doit pas être vide
67
67
  activerecord:
68
68
  models:
69
+ decidim/initiative:
70
+ one: Pétition
71
+ other: Pétitions
69
72
  decidim/initiative_comittee:
70
73
  one: Comité
71
74
  other: Comités
@@ -337,8 +340,8 @@ fr-CA:
337
340
  fill_data:
338
341
  back: Retour
339
342
  continue: Continuer
343
+ decidim_user_group_id_help: Il n'est pas possible de changer l'auteur/autrice de la pétition après sa création
340
344
  fill_data_help: "<ul> <li>Vérifier le contenu de votre pétition : le titre est-il facile à comprendre ? L'objectif de votre pétition est-il clair ?</li> <li>Vous devez choisir le type de signature : en présentiel, en ligne ou une combinaison des deux</li> <li>Quelle est le secteur géographique de l'initiative ?</li> </ul>"
341
- initiative_type: Type d'initiative
342
345
  more_information: "(Plus d'informations)"
343
346
  select_area: Sélectionnez une zone
344
347
  select_scope: Sélectionnez une portée
@@ -414,11 +417,12 @@ fr-CA:
414
417
  email_subject: "%{applicant_nickname} veut rejoindre le comité de promotion de votre pétition"
415
418
  notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> a postulé pour faire partie du comité de promotion de votre pétition <a href="%{resource_url}">%{resource_title}</a>. Pour accepter ou rejeter la demande, cliquez <a href="%{resource_url}/edit">ici</a>.
416
419
  form:
417
- add_attachments: Pièces-jointes
420
+ add_attachments: Documents
418
421
  attachment_legend: "(Facultatif) Ajouter une pièce jointe"
419
422
  delete_attachment: Supprimer
420
423
  index:
421
424
  title: Pétitions
425
+ uninitialized: Les pétitions ne sont pas encore configurées par un administrateur
422
426
  initiative_signatures:
423
427
  fill_personal_data:
424
428
  continue: Continuer
@@ -561,11 +565,6 @@ fr-CA:
561
565
  status_change_for: L'initiative %{title} a changé de statut
562
566
  last_activity:
563
567
  new_initiative: Nouvelle initiative
564
- pages:
565
- home:
566
- highlighted_initiatives:
567
- active_initiatives: Initiatives actives
568
- see_all_initiatives: Voir toutes les initiatives
569
568
  show:
570
569
  badge_name:
571
570
  accepted: Assez de signatures
@@ -604,7 +603,7 @@ fr-CA:
604
603
  promotal_committee: Comité de promotion
605
604
  select_initiative_type: Sélectionnez le type de d'initiative
606
605
  show_similar_initiatives: Comparez avec les autres initiatives
607
- step: Étape %{current} de %{total}
606
+ step: Étape %{current} sur %{total}
608
607
  title: Créer une nouvelle initiative
609
608
  initiative_header:
610
609
  initiative_menu_item: Pétition
@@ -66,6 +66,9 @@ fr:
66
66
  title: Le titre ne doit pas être vide
67
67
  activerecord:
68
68
  models:
69
+ decidim/initiative:
70
+ one: Pétition
71
+ other: Pétitions
69
72
  decidim/initiative_comittee:
70
73
  one: Comité
71
74
  other: Comités
@@ -337,8 +340,8 @@ fr:
337
340
  fill_data:
338
341
  back: Retour
339
342
  continue: Continuer
343
+ decidim_user_group_id_help: Il n'est pas possible de changer l'auteur/autrice de la pétition après sa création
340
344
  fill_data_help: "<ul> <li>Vérifier le contenu de votre pétition : le titre est-il facile à comprendre ? L'objectif de votre pétition est-il clair ?</li> <li>Vous devez choisir le type de signature : en présentiel, en ligne ou une combinaison des deux</li> <li>Quelle est le secteur géographique de l'initiative ?</li> </ul>"
341
- initiative_type: Type de pétition
342
345
  more_information: "(Plus d'informations)"
343
346
  select_area: Sélectionnez une zone
344
347
  select_scope: Sélectionnez une portée
@@ -414,11 +417,12 @@ fr:
414
417
  email_subject: "%{applicant_nickname} veut rejoindre le comité de promotion de votre pétition"
415
418
  notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> a postulé pour faire partie du comité de promotion de votre pétition <a href="%{resource_url}">%{resource_title}</a>. Pour accepter ou rejeter la demande, cliquez <a href="%{resource_url}/edit">ici</a>.
416
419
  form:
417
- add_attachments: Pièces-jointes
420
+ add_attachments: Documents
418
421
  attachment_legend: "(Facultatif) Ajouter une pièce jointe"
419
422
  delete_attachment: Supprimer
420
423
  index:
421
424
  title: Pétitions
425
+ uninitialized: Les pétitions ne sont pas encore configurées par un administrateur
422
426
  initiative_signatures:
423
427
  fill_personal_data:
424
428
  continue: Continuer
@@ -561,11 +565,6 @@ fr:
561
565
  status_change_for: La pétition %{title} a changé de statut
562
566
  last_activity:
563
567
  new_initiative: Nouvelle pétition
564
- pages:
565
- home:
566
- highlighted_initiatives:
567
- active_initiatives: Pétitions actives
568
- see_all_initiatives: Voir toutes les pétitions
569
568
  show:
570
569
  badge_name:
571
570
  accepted: Assez de signatures
@@ -604,7 +603,7 @@ fr:
604
603
  promotal_committee: Comité de promotion
605
604
  select_initiative_type: Sélectionnez le type de pétition
606
605
  show_similar_initiatives: Comparez avec les autres pétitions
607
- step: Étape %{current} de %{total}
606
+ step: Étape %{current} sur %{total}
608
607
  title: Créer une nouvelle pétition
609
608
  initiative_header:
610
609
  initiative_menu_item: Pétition
@@ -241,7 +241,6 @@ gl:
241
241
  fill_data:
242
242
  back: De volta
243
243
  continue: Continuar
244
- initiative_type: Tipo de iniciativa
245
244
  more_information: "(Máis información)"
246
245
  select_scope: Seleccione un alcance
247
246
  finish:
@@ -283,6 +282,7 @@ gl:
283
282
  notification_title: A <a href="%{resource_path}">%{resource_title}</a> iniciativa foi aprobada por <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
284
283
  form:
285
284
  attachment_legend: "(Opcional) Engade un anexo"
285
+ delete_attachment: Eliminar
286
286
  index:
287
287
  title: Iniciativas
288
288
  initiative_signatures:
@@ -319,6 +319,8 @@ gl:
319
319
  hidden_authors_count:
320
320
  one: e 1 persoa máis
321
321
  other: e %{count} persoas máis
322
+ committee_members:
323
+ revoke: Revocar
322
324
  count:
323
325
  title:
324
326
  one: "Iniciativa %{count}"
@@ -382,11 +384,6 @@ gl:
382
384
  status_change_for: A iniciativa %{title} cambiou o seu estado
383
385
  last_activity:
384
386
  new_initiative: Nova iniciativa
385
- pages:
386
- home:
387
- highlighted_initiatives:
388
- active_initiatives: Iniciativas activas
389
- see_all_initiatives: Ver todas as iniciativas
390
387
  states:
391
388
  accepted: Aceptada
392
389
  expired: Vencido
@@ -2,8 +2,13 @@ hu:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Válasz
6
+ answer_url: Válasz URL
7
+ area_id: Terület
8
+ decidim_scope_id: Hatókör
5
9
  decidim_user_group_id: Szerző
6
10
  description: Leírás
11
+ hashtag: Kettőskereszt
7
12
  offline_votes: Támogatás szemtől szembe
8
13
  offline_votes_for_scope: 'Személyesen aláírások erre: %{scope_name}'
9
14
  scope_id: Hatáskör
@@ -16,8 +21,11 @@ hu:
16
21
  online: Online
17
22
  state: Állapot
18
23
  title: Cím
24
+ type_id: Típus
19
25
  initiatives_committee_member:
20
26
  user: Bizottsági tag
27
+ initiatives_settings:
28
+ initiatives_order: Sorrend
21
29
  initiatives_type:
22
30
  area_enabled: Lehetővé teszi a szerzők számára, hogy kiválasszák a kezdeményezésük területét
23
31
  attachments_enabled: Mellékletek engedélyezése
@@ -32,9 +40,13 @@ hu:
32
40
  online_signature_enabled: Online aláírás engedélyezve
33
41
  only_global_scope_enabled: Csak globális hatókörű kezdeményezések létrehozását engedélyezze
34
42
  promoting_committee_enabled: Előléptetési bizottság engedélyezése
43
+ signature_type: Aláírás típusa
35
44
  title: Cím
36
45
  undo_online_signatures_enabled: Engedélyezze a felhasználók számára az online aláírások visszavonását
37
46
  validate_sms_code_on_votes: SMS-kód érvényesítési lépés hozzáadása az aláíráshoz
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Hatókörök
49
+ supports_required: Támogatás szükséges
38
50
  initiatives_vote:
39
51
  date_of_birth: Születési dátum
40
52
  document_number: Dokumentum szám
@@ -326,7 +338,6 @@ hu:
326
338
  back: Vissza
327
339
  continue: Tovább
328
340
  fill_data_help: "<ul><li>Nézd meg a kezdeményezésed tartalmát. Könnyű megérteni? Tiszta a kezdeményezésed célja?</li><li>Az aláírás típusát válaszd ki. Személyes, online vagy a kombinációja mindkettőnek</li><li>Mi a földrajzi hatóköre a kezdeményezésednek?</li></ul>"
329
- initiative_type: Kezdeményezés típusa
330
341
  more_information: "(További információk)"
331
342
  select_area: Válasszon ki egy területet
332
343
  select_scope: Válassz hatáskört
@@ -549,11 +560,6 @@ hu:
549
560
  status_change_for: A(z) %{title} kezdeményezés állapota változott
550
561
  last_activity:
551
562
  new_initiative: Új kezdeményezés
552
- pages:
553
- home:
554
- highlighted_initiatives:
555
- active_initiatives: Aktív kezdeményezések
556
- see_all_initiatives: Összes kezdeményezés
557
563
  show:
558
564
  badge_name:
559
565
  accepted: Elegendő aláírás
@@ -585,7 +591,7 @@ hu:
585
591
  layouts:
586
592
  decidim:
587
593
  initiative_creation_header:
588
- back: Hát
594
+ back: Vissza
589
595
  fill_data: Létrehozás
590
596
  finish: Befejezés
591
597
  previous_form: Kezdés
@@ -236,7 +236,6 @@ id:
236
236
  fill_data:
237
237
  back: Kembali
238
238
  continue: Terus
239
- initiative_type: Jenis inisiatif
240
239
  more_information: "(Informasi lebih lanjut)"
241
240
  select_scope: Pilih cakupan
242
241
  finish:
@@ -276,6 +275,8 @@ id:
276
275
  email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{author_nickname}. Anda dapat berhenti menerima notifikasi mengikuti tautan sebelumnya.
277
276
  email_subject: Inisiatif yang didukung oleh %{author_nickname}
278
277
  notification_title: Prakarsa <a href="%{resource_path}">%{resource_title}</a> didukung oleh <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
278
+ form:
279
+ delete_attachment: Menghapus
279
280
  index:
280
281
  title: Inisiatif
281
282
  initiative_signatures:
@@ -311,6 +312,8 @@ id:
311
312
  author_list:
312
313
  hidden_authors_count:
313
314
  other: dan %{count} lebih banyak orang
315
+ committee_members:
316
+ revoke: Mencabut
314
317
  count:
315
318
  title:
316
319
  other: "%{count} inisiatif"
@@ -370,11 +373,6 @@ id:
370
373
  status_change_for: Inisiatif %{title} telah mengubah keadaannya
371
374
  last_activity:
372
375
  new_initiative: Inisiatif baru
373
- pages:
374
- home:
375
- highlighted_initiatives:
376
- active_initiatives: Inisiatif aktif
377
- see_all_initiatives: Lihat semua inisiatif
378
376
  states:
379
377
  accepted: Diterima
380
378
  expired: Kadaluarsa