decidim-initiatives 0.27.2 → 0.27.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/initiatives/create_initiative.rb +3 -2
  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_settings/edit.html.erb +2 -0
  21. data/app/views/decidim/initiatives/admin/initiatives_type_scopes/edit.html.erb +1 -0
  22. data/app/views/decidim/initiatives/admin/initiatives_type_scopes/new.html.erb +1 -0
  23. data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +2 -2
  24. data/app/views/decidim/initiatives/admin/initiatives_types/edit.html.erb +1 -0
  25. data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +2 -0
  26. data/app/views/decidim/initiatives/admin/initiatives_types/new.html.erb +1 -0
  27. data/app/views/decidim/initiatives/create_initiative/_finish_help.html.erb +1 -1
  28. data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +27 -12
  29. data/app/views/decidim/initiatives/create_initiative/finish.html.erb +1 -1
  30. data/app/views/decidim/initiatives/create_initiative/previous_form.html.erb +1 -1
  31. data/app/views/decidim/initiatives/initiatives/_form.html.erb +29 -23
  32. data/app/views/decidim/initiatives/initiatives/_tags.html.erb +3 -3
  33. data/app/views/decidim/initiatives/initiatives/print.html.erb +1 -1
  34. data/config/environment.rb +0 -0
  35. data/config/locales/ar.yml +8 -6
  36. data/config/locales/ca.yml +7 -6
  37. data/config/locales/cs.yml +9 -3
  38. data/config/locales/de.yml +21 -4
  39. data/config/locales/el.yml +5 -6
  40. data/config/locales/en.yml +2 -1
  41. data/config/locales/es-MX.yml +4 -3
  42. data/config/locales/es-PY.yml +4 -3
  43. data/config/locales/es.yml +6 -5
  44. data/config/locales/eu.yml +2 -8
  45. data/config/locales/fa-IR.yml +1 -0
  46. data/config/locales/fi-plain.yml +4 -3
  47. data/config/locales/fi.yml +5 -4
  48. data/config/locales/fr-CA.yml +7 -8
  49. data/config/locales/fr.yml +7 -8
  50. data/config/locales/gl.yml +3 -6
  51. data/config/locales/hu.yml +13 -7
  52. data/config/locales/id-ID.yml +4 -6
  53. data/config/locales/is-IS.yml +3 -6
  54. data/config/locales/it.yml +2 -8
  55. data/config/locales/ja.yml +5 -4
  56. data/config/locales/kaa.yml +1 -0
  57. data/config/locales/lb.yml +1 -14
  58. data/config/locales/lt.yml +0 -6
  59. data/config/locales/lv.yml +5 -6
  60. data/config/locales/nl.yml +4 -6
  61. data/config/locales/no.yml +1 -7
  62. data/config/locales/pl.yml +0 -6
  63. data/config/locales/pt-BR.yml +6 -3
  64. data/config/locales/pt.yml +0 -6
  65. data/config/locales/ro-RO.yml +22 -9
  66. data/config/locales/ru.yml +5 -6
  67. data/config/locales/sk.yml +4 -6
  68. data/config/locales/sv.yml +1 -7
  69. data/config/locales/tr-TR.yml +1 -7
  70. data/config/locales/uk.yml +5 -6
  71. data/config/locales/zh-CN.yml +5 -6
  72. data/config/locales/zh-TW.yml +642 -0
  73. data/db/migrate/20181003082010_fix_user_groups_ids_on_initiatives.rb +18 -3
  74. data/lib/decidim/initiatives/engine.rb +2 -1
  75. data/lib/decidim/initiatives/participatory_space.rb +1 -1
  76. data/lib/decidim/initiatives/version.rb +1 -1
  77. data/lib/tasks/initiatives/upgrade/decidim_initiatives_upgrade_tasks.rake +20 -0
  78. metadata +24 -19
@@ -68,6 +68,11 @@ cs:
68
68
  title: Název nesmí být prázdný
69
69
  activerecord:
70
70
  models:
71
+ decidim/initiative:
72
+ one: Iniciativa
73
+ few: Iniciativy
74
+ many: Iniciativ
75
+ other: Iniciativ
71
76
  decidim/initiative_comittee:
72
77
  one: Výbor
73
78
  few: Výbory
@@ -364,8 +369,8 @@ cs:
364
369
  fill_data:
365
370
  back: Zpět
366
371
  continue: Pokračovat
372
+ decidim_user_group_id_help: Po vytvoření není možné změnit autoritu iniciativy
367
373
  fill_data_help: "<ul> <li>Přečtěte si obsah vaší iniciativy. Je váš název snadno srozumitelný? Je cíl vaší iniciativy jasný?</li> <li>Musíte zvolit typ podpisu. Osobní, on-line nebo kombinace obou</li> <li>Jaká je geografická oblast působnosti?</li> </ul>"
368
- initiative_type: Typ iniciativy
369
374
  more_information: "(Více informací)"
370
375
  select_area: Vybrat oblast
371
376
  select_scope: Zvolte rozsah
@@ -443,9 +448,10 @@ cs:
443
448
  form:
444
449
  add_attachments: Dokumenty
445
450
  attachment_legend: "(Volitelné) Přidat přílohu"
446
- delete_attachment: Smazat
451
+ delete_attachment: Odstranit
447
452
  index:
448
453
  title: Iniciativy
454
+ uninitialized: Iniciativy ještě nejsou nakonfigurovány správcem
449
455
  initiative_signatures:
450
456
  fill_personal_data:
451
457
  continue: Pokračovat
@@ -487,7 +493,7 @@ cs:
487
493
  confirm_revoke: Jste si jist?
488
494
  invite_to_committee_help: Sdílejte tento odkaz pro pozvání ostatních účastníků do propagačního výboru
489
495
  no_members_yet: V propagačním výboru nejsou žádní členové
490
- revoke: Odvolat
496
+ revoke: Zrušit
491
497
  title: Členové výboru
492
498
  count:
493
499
  title:
@@ -3,8 +3,13 @@ de:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Antwort
7
+ answer_url: Antwort-URL
8
+ area_id: Gebiet
9
+ decidim_scope_id: Thema
6
10
  decidim_user_group_id: Autor
7
11
  description: Beschreibung
12
+ hashtag: Hashtag
8
13
  offline_votes: Face-to-Face-Unterstützung
9
14
  offline_votes_for_scope: Persönliche Unterschriften für %{scope_name}
10
15
  scope_id: Umfang
@@ -17,6 +22,7 @@ de:
17
22
  online: Online
18
23
  state: Zustand
19
24
  title: Titel
25
+ type_id: Typ
20
26
  initiatives_committee_member:
21
27
  user: Ausschussmitglied
22
28
  initiatives_settings:
@@ -36,9 +42,13 @@ de:
36
42
  online_signature_enabled: Online-Signatur aktiviert
37
43
  only_global_scope_enabled: Nur die Erstellung globaler Initiativen zulassen
38
44
  promoting_committee_enabled: Förderkomitee freigeben
45
+ signature_type: Unterschrifttyp
39
46
  title: Titel
40
47
  undo_online_signatures_enabled: Ermöglichen Sie Benutzern, ihre Online-Signaturen rückgängig zu machen
41
48
  validate_sms_code_on_votes: Fügen Sie dem Signaturprozess einen SMS-Validierungsschritt hinzu
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Themen
51
+ supports_required: Erforderliche Unterstützungen
42
52
  initiatives_vote:
43
53
  date_of_birth: Geburtsdatum
44
54
  document_number: Dokumentnummer
@@ -58,6 +68,9 @@ de:
58
68
  title: Der Titel sollte nicht leer sein
59
69
  activerecord:
60
70
  models:
71
+ decidim/initiative:
72
+ one: Initiative
73
+ other: Initiativen
61
74
  decidim/initiative_comittee:
62
75
  one: Komitee
63
76
  other: Ausschüsse
@@ -102,7 +115,7 @@ de:
102
115
  initiatives:
103
116
  fields:
104
117
  created_at: Hergestellt in
105
- id: ICH WÜRDE
118
+ id: ID
106
119
  published_at: Veröffentlicht am
107
120
  state: Zustand
108
121
  supports_count: Unterschriften
@@ -288,6 +301,8 @@ de:
288
301
  update: Aktualisieren
289
302
  form:
290
303
  authorizations: Autorisierungseinstellungen
304
+ 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>.'
305
+ 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>.
291
306
  options: Optionen
292
307
  title: Allgemeine Information
293
308
  initiative_type_scopes:
@@ -348,8 +363,8 @@ de:
348
363
  fill_data:
349
364
  back: Zurück
350
365
  continue: Fortsetzen
366
+ decidim_user_group_id_help: Es ist nicht möglich, die Autorschaft der Initiative nach der Erstellung zu ändern
351
367
  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>"
352
- initiative_type: Art der Initiative
353
368
  more_information: "(Weitere Informationen)"
354
369
  select_area: Wählen Sie einen Bereich aus
355
370
  select_scope: Wählen Sie einen Bereich aus
@@ -425,11 +440,12 @@ de:
425
440
  email_subject: "%{applicant_nickname} möchte Ihrer Initiative beitreten"
426
441
  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>.
427
442
  form:
428
- add_attachments: Dokumente
443
+ add_attachments: Unterlagen
429
444
  attachment_legend: "(Optional) Anhang hinzufügen"
430
445
  delete_attachment: Löschen
431
446
  index:
432
447
  title: Initiativen
448
+ uninitialized: Initiativen sind noch nicht von einem Admin konfiguriert
433
449
  initiative_signatures:
434
450
  fill_personal_data:
435
451
  continue: Fortsetzen
@@ -525,6 +541,7 @@ de:
525
541
  title: 'Titel:'
526
542
  type: Art der Initiative
527
543
  legal_text: Die erhobenen personenbezogenen Daten werden von der Organisation entsprechend der geltenden Gesetzgebung vertraulich behandelt und aufgenommen.
544
+ members_header: Mitglieder des Unterstützungskomitees der Initiative
528
545
  phone_number: Telefonnummer
529
546
  place_date: Ort, Datum
530
547
  postal_code: Postleitzahl
@@ -575,7 +592,7 @@ de:
575
592
  home:
576
593
  highlighted_initiatives:
577
594
  active_initiatives: Aktive Initiativen
578
- see_all_initiatives: Sehen Sie alle Initiativen
595
+ see_all_initiatives: Alle Initiativen anzeigen
579
596
  show:
580
597
  badge_name:
581
598
  accepted: Ausreichend Unterschriften
@@ -282,7 +282,6 @@ el:
282
282
  fill_data:
283
283
  back: Πίσω
284
284
  continue: Συνέχεια
285
- initiative_type: Τύπος πρωτοβουλίας
286
285
  more_information: "(Περισσότερες πληροφορίες)"
287
286
  select_area: Επιλέξτε τομέα
288
287
  select_scope: Επιλέξτε πεδίο εφαρμογής
@@ -323,6 +322,9 @@ el:
323
322
  email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον συντάκτη %{author_nickname}. Μπορείτε να διακόψετε τη λήψη ειδοποιήσεων ακολουθώντας τον προηγούμενο σύνδεσμο.
324
323
  email_subject: Η πρωτοβουλία επιδοκιμάστηκε από τον συντάκτη %{author_nickname}
325
324
  notification_title: Η <a href="%{resource_path}">%{resource_title}</a> πρωτοβουλία επιδοκιμάστηκε από τον συντάκτη <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
325
+ form:
326
+ add_attachments: Έγγραφα
327
+ delete_attachment: Διαγραφή
326
328
  index:
327
329
  title: Πρωτοβουλίες
328
330
  initiative_signatures:
@@ -359,6 +361,8 @@ el:
359
361
  hidden_authors_count:
360
362
  one: και 1 ακόμη άτομο
361
363
  other: και %{count} ακόμη άτομα
364
+ committee_members:
365
+ revoke: Ανάκληση
362
366
  count:
363
367
  title:
364
368
  one: "%{count} πρωτοβουλία"
@@ -425,11 +429,6 @@ el:
425
429
  status_change_for: Η κατάσταση της πρωτοβουλίας %{title} άλλαξε
426
430
  last_activity:
427
431
  new_initiative: Νέα πρωτοβουλία
428
- pages:
429
- home:
430
- highlighted_initiatives:
431
- active_initiatives: Ενεργές πρωτοβουλίες
432
- see_all_initiatives: Δείτε όλες τις πρωτοβουλίες
433
432
  show:
434
433
  badge_name:
435
434
  accepted: Αρκετές υπογραφές
@@ -363,8 +363,8 @@ en:
363
363
  fill_data:
364
364
  back: Back
365
365
  continue: Continue
366
+ decidim_user_group_id_help: It's not possible to change initiative authorship after creation
366
367
  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>"
367
- initiative_type: Initiative type
368
368
  more_information: "(More information)"
369
369
  select_area: Select an area
370
370
  select_scope: Select a scope
@@ -445,6 +445,7 @@ en:
445
445
  delete_attachment: Delete
446
446
  index:
447
447
  title: Initiatives
448
+ uninitialized: Initiatives are not yet configured by an administrator
448
449
  initiative_signatures:
449
450
  fill_personal_data:
450
451
  continue: Continue
@@ -334,7 +334,7 @@ es-MX:
334
334
  validating: Validación técnica
335
335
  application_helper:
336
336
  filter_area_values:
337
- all: Todas
337
+ all: Todos
338
338
  filter_scope_values:
339
339
  all: Todos
340
340
  filter_state_values:
@@ -363,8 +363,8 @@ es-MX:
363
363
  fill_data:
364
364
  back: Volver
365
365
  continue: Continuar
366
+ decidim_user_group_id_help: No es posible cambiar l'autoría de la iniciativa después de crearla
366
367
  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>"
367
- initiative_type: Tipo de iniciativa
368
368
  more_information: "(Más información)"
369
369
  select_area: Selecciona una área
370
370
  select_scope: Seleccione un alcance
@@ -445,6 +445,7 @@ es-MX:
445
445
  delete_attachment: Borrar
446
446
  index:
447
447
  title: Iniciativas
448
+ uninitialized: Las iniciativas aún no están configuradas desde la administración.
448
449
  initiative_signatures:
449
450
  fill_personal_data:
450
451
  continue: Continuar
@@ -625,7 +626,7 @@ es-MX:
625
626
  layouts:
626
627
  decidim:
627
628
  initiative_creation_header:
628
- back: Espalda
629
+ back: Volver
629
630
  fill_data: Crear
630
631
  finish: Terminar
631
632
  previous_form: Iniciar
@@ -334,7 +334,7 @@ es-PY:
334
334
  validating: Validación técnica
335
335
  application_helper:
336
336
  filter_area_values:
337
- all: Todas
337
+ all: Todos
338
338
  filter_scope_values:
339
339
  all: Todos
340
340
  filter_state_values:
@@ -363,8 +363,8 @@ es-PY:
363
363
  fill_data:
364
364
  back: Volver
365
365
  continue: Continuar
366
+ decidim_user_group_id_help: No es posible cambiar l'autoría de la iniciativa después de crearla
366
367
  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>"
367
- initiative_type: Tipo de iniciativa
368
368
  more_information: "(Más información)"
369
369
  select_area: Selecciona una área
370
370
  select_scope: Seleccione un alcance
@@ -445,6 +445,7 @@ es-PY:
445
445
  delete_attachment: Borrar
446
446
  index:
447
447
  title: Iniciativas
448
+ uninitialized: Las iniciativas aún no están configuradas desde la administración.
448
449
  initiative_signatures:
449
450
  fill_personal_data:
450
451
  continue: Continuar
@@ -625,7 +626,7 @@ es-PY:
625
626
  layouts:
626
627
  decidim:
627
628
  initiative_creation_header:
628
- back: Espalda
629
+ back: Volver
629
630
  fill_data: Crear
630
631
  finish: Terminar
631
632
  previous_form: Iniciar
@@ -334,7 +334,7 @@ es:
334
334
  validating: Validación técnica
335
335
  application_helper:
336
336
  filter_area_values:
337
- all: Todas
337
+ all: Todos
338
338
  filter_scope_values:
339
339
  all: Todos
340
340
  filter_state_values:
@@ -363,11 +363,11 @@ es:
363
363
  fill_data:
364
364
  back: Volver
365
365
  continue: Continuar
366
+ decidim_user_group_id_help: No es posible cambiar l'autoría de la iniciativa después de crearla
366
367
  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>"
367
- initiative_type: Tipo de iniciativa
368
368
  more_information: "(Más información)"
369
369
  select_area: Selecciona un área
370
- select_scope: Seleccione un alcance
370
+ select_scope: Selecciona un ámbito
371
371
  finish:
372
372
  back: Volver
373
373
  back_to_initiatives: Volver a iniciativas
@@ -445,6 +445,7 @@ es:
445
445
  delete_attachment: Borrar
446
446
  index:
447
447
  title: Iniciativas
448
+ uninitialized: Las iniciativas aún no están configuradas desde la administración.
448
449
  initiative_signatures:
449
450
  fill_personal_data:
450
451
  continue: Continuar
@@ -603,8 +604,8 @@ es:
603
604
  signature_interval:
604
605
  title: Período de recogida de firmas
605
606
  states:
606
- accepted: Aceptado
607
- expired: Caducado
607
+ accepted: Aceptada
608
+ expired: Caducada
608
609
  unavailable_scope: Ámbito no disponible
609
610
  update:
610
611
  error: Se ha producido un error
@@ -327,7 +327,6 @@ eu:
327
327
  back: Back
328
328
  continue: Jarraitu
329
329
  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>"
330
- initiative_type: Ekimen mota
331
330
  more_information: "(Informazio gehiago)"
332
331
  select_area: Hautatu eremu bat
333
332
  select_scope: Aukeratu esparrua
@@ -403,7 +402,7 @@ eu:
403
402
  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>.
404
403
  form:
405
404
  add_attachments: Dokumentuak
406
- delete_attachment: Ezabatu
405
+ delete_attachment: ezabatu
407
406
  index:
408
407
  title: Ekimenak
409
408
  initiative_signatures:
@@ -457,7 +456,7 @@ eu:
457
456
  author: Egilea
458
457
  myself: Nire ekimenak
459
458
  scope: Eremua
460
- search: Search
459
+ search: Bilatu
461
460
  state: Estatu
462
461
  type: Mota
463
462
  filters_small_view:
@@ -547,11 +546,6 @@ eu:
547
546
  status_change_for: '%{title} ekimena bere egoera aldatu du'
548
547
  last_activity:
549
548
  new_initiative: Ekimen berria
550
- pages:
551
- home:
552
- highlighted_initiatives:
553
- active_initiatives: Ekimen aktiboak
554
- see_all_initiatives: Ikusi ekimen guztiak
555
549
  show:
556
550
  badge_name:
557
551
  accepted: Beharrezko sinadurekin
@@ -0,0 +1 @@
1
+ fa:
@@ -363,8 +363,8 @@ fi-pl:
363
363
  fill_data:
364
364
  back: Takaisin
365
365
  continue: Jatka
366
+ decidim_user_group_id_help: Aloitteen laatijan muuttaminen ei ole mahdollista luonnin jälkeen
366
367
  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>"
367
- initiative_type: Aloitteen tyyppi
368
368
  more_information: "(Lisää tietoa)"
369
369
  select_area: Valitse alue
370
370
  select_scope: Valitse teema
@@ -445,6 +445,7 @@ fi-pl:
445
445
  delete_attachment: Poista
446
446
  index:
447
447
  title: Aloitteet
448
+ uninitialized: Hallintakäyttäjä ei ole vielä määrittänyt aloitteiden asetuksia
448
449
  initiative_signatures:
449
450
  fill_personal_data:
450
451
  continue: Jatka
@@ -484,7 +485,7 @@ fi-pl:
484
485
  confirm_revoke: Oletko varma?
485
486
  invite_to_committee_help: Jaa tämä linkki ja kutsu muita käyttäjiä kannatuskomiteaan
486
487
  no_members_yet: Kannatuskomiteassa ei ole jäseniä
487
- revoke: Peruuta
488
+ revoke: Kumoa
488
489
  title: Komitean jäsenet
489
490
  count:
490
491
  title:
@@ -591,7 +592,7 @@ fi-pl:
591
592
  home:
592
593
  highlighted_initiatives:
593
594
  active_initiatives: Aktiiviset aloitteet
594
- see_all_initiatives: Katso kaikki aloitteet
595
+ see_all_initiatives: Näytä kaikki aloitteet
595
596
  show:
596
597
  badge_name:
597
598
  accepted: Tarpeeksi allekirjoituksia
@@ -199,7 +199,7 @@ fi:
199
199
  participatory_spaces:
200
200
  initiatives:
201
201
  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"
202
- 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"
202
+ 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"
203
203
  title: Mitkä ovat aloitteet?
204
204
  initiatives:
205
205
  actions:
@@ -363,8 +363,8 @@ fi:
363
363
  fill_data:
364
364
  back: Takaisin
365
365
  continue: Jatka
366
+ decidim_user_group_id_help: Aloitteen laatijan muuttaminen ei ole mahdollista luonnin jälkeen
366
367
  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>"
367
- initiative_type: Aloitteen tyyppi
368
368
  more_information: "(Lisää tietoa)"
369
369
  select_area: Valitse alue
370
370
  select_scope: Valitse teema
@@ -445,6 +445,7 @@ fi:
445
445
  delete_attachment: Poista
446
446
  index:
447
447
  title: Aloitteet
448
+ uninitialized: Hallintakäyttäjä ei ole vielä määrittänyt aloitteiden asetuksia
448
449
  initiative_signatures:
449
450
  fill_personal_data:
450
451
  continue: Jatka
@@ -484,7 +485,7 @@ fi:
484
485
  confirm_revoke: Oletko varma?
485
486
  invite_to_committee_help: Jaa tämä linkki ja kutsu muita käyttäjiä kannatuskomiteaan
486
487
  no_members_yet: Kannatuskomiteassa ei ole jäseniä
487
- revoke: Peruuta
488
+ revoke: Kumoa
488
489
  title: Komitean jäsenet
489
490
  count:
490
491
  title:
@@ -591,7 +592,7 @@ fi:
591
592
  home:
592
593
  highlighted_initiatives:
593
594
  active_initiatives: Aktiiviset aloitteet
594
- see_all_initiatives: Katso kaikki aloitteet
595
+ see_all_initiatives: Näytä kaikki aloitteet
595
596
  show:
596
597
  badge_name:
597
598
  accepted: Tarpeeksi allekirjoituksia
@@ -68,6 +68,9 @@ fr-CA:
68
68
  title: Le titre ne doit pas être vide
69
69
  activerecord:
70
70
  models:
71
+ decidim/initiative:
72
+ one: Pétition
73
+ other: Pétitions
71
74
  decidim/initiative_comittee:
72
75
  one: Comité
73
76
  other: Comités
@@ -360,8 +363,8 @@ fr-CA:
360
363
  fill_data:
361
364
  back: Retour
362
365
  continue: Continuer
366
+ decidim_user_group_id_help: Il n'est pas possible de changer l'auteur/autrice de la pétition après sa création
363
367
  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>"
364
- initiative_type: Type d'initiative
365
368
  more_information: "(Plus d'informations)"
366
369
  select_area: Sélectionnez une zone
367
370
  select_scope: Sélectionnez une portée
@@ -437,11 +440,12 @@ fr-CA:
437
440
  email_subject: "%{applicant_nickname} veut rejoindre le comité de promotion de votre pétition"
438
441
  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>.
439
442
  form:
440
- add_attachments: Pièces-jointes
443
+ add_attachments: Documents
441
444
  attachment_legend: "(Facultatif) Ajouter une pièce jointe"
442
445
  delete_attachment: Supprimer
443
446
  index:
444
447
  title: Pétitions
448
+ uninitialized: Les pétitions ne sont pas encore configurées par un administrateur
445
449
  initiative_signatures:
446
450
  fill_personal_data:
447
451
  continue: Continuer
@@ -584,11 +588,6 @@ fr-CA:
584
588
  status_change_for: L'initiative %{title} a changé de statut
585
589
  last_activity:
586
590
  new_initiative: Nouvelle initiative
587
- pages:
588
- home:
589
- highlighted_initiatives:
590
- active_initiatives: Initiatives actives
591
- see_all_initiatives: Voir toutes les initiatives
592
591
  show:
593
592
  badge_name:
594
593
  accepted: Assez de signatures
@@ -629,7 +628,7 @@ fr-CA:
629
628
  promotal_committee: Comité de promotion
630
629
  select_initiative_type: Sélectionnez le type de d'initiative
631
630
  show_similar_initiatives: Comparez avec les autres initiatives
632
- step: Étape %{current} de %{total}
631
+ step: Étape %{current} sur %{total}
633
632
  title: Créer une nouvelle initiative
634
633
  initiative_header:
635
634
  initiative_menu_item: Pétition
@@ -68,6 +68,9 @@ fr:
68
68
  title: Le titre ne doit pas être vide
69
69
  activerecord:
70
70
  models:
71
+ decidim/initiative:
72
+ one: Pétition
73
+ other: Pétitions
71
74
  decidim/initiative_comittee:
72
75
  one: Comité
73
76
  other: Comités
@@ -360,8 +363,8 @@ fr:
360
363
  fill_data:
361
364
  back: Retour
362
365
  continue: Continuer
366
+ decidim_user_group_id_help: Il n'est pas possible de changer l'auteur/autrice de la pétition après sa création
363
367
  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>"
364
- initiative_type: Type de pétition
365
368
  more_information: "(Plus d'informations)"
366
369
  select_area: Sélectionnez une zone
367
370
  select_scope: Sélectionnez une portée
@@ -437,11 +440,12 @@ fr:
437
440
  email_subject: "%{applicant_nickname} veut rejoindre le comité de promotion de votre pétition"
438
441
  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>.
439
442
  form:
440
- add_attachments: Pièces-jointes
443
+ add_attachments: Documents
441
444
  attachment_legend: "(Facultatif) Ajouter une pièce jointe"
442
445
  delete_attachment: Supprimer
443
446
  index:
444
447
  title: Pétitions
448
+ uninitialized: Les pétitions ne sont pas encore configurées par un administrateur
445
449
  initiative_signatures:
446
450
  fill_personal_data:
447
451
  continue: Continuer
@@ -584,11 +588,6 @@ fr:
584
588
  status_change_for: La pétition %{title} a changé de statut
585
589
  last_activity:
586
590
  new_initiative: Nouvelle pétition
587
- pages:
588
- home:
589
- highlighted_initiatives:
590
- active_initiatives: Pétitions actives
591
- see_all_initiatives: Voir toutes les pétitions
592
591
  show:
593
592
  badge_name:
594
593
  accepted: Assez de signatures
@@ -629,7 +628,7 @@ fr:
629
628
  promotal_committee: Comité de promotion
630
629
  select_initiative_type: Sélectionnez le type de pétition
631
630
  show_similar_initiatives: Comparez avec les autres pétitions
632
- step: Étape %{current} de %{total}
631
+ step: Étape %{current} sur %{total}
633
632
  title: Créer une nouvelle pétition
634
633
  initiative_header:
635
634
  initiative_menu_item: Pétition
@@ -242,7 +242,6 @@ gl:
242
242
  fill_data:
243
243
  back: De volta
244
244
  continue: Continuar
245
- initiative_type: Tipo de iniciativa
246
245
  more_information: "(Máis información)"
247
246
  select_scope: Seleccione un alcance
248
247
  finish:
@@ -284,6 +283,7 @@ gl:
284
283
  notification_title: A <a href="%{resource_path}">%{resource_title}</a> iniciativa foi aprobada por <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
285
284
  form:
286
285
  attachment_legend: "(Opcional) Engade un anexo"
286
+ delete_attachment: Eliminar
287
287
  index:
288
288
  title: Iniciativas
289
289
  initiative_signatures:
@@ -320,6 +320,8 @@ gl:
320
320
  hidden_authors_count:
321
321
  one: e 1 persoa máis
322
322
  other: e %{count} persoas máis
323
+ committee_members:
324
+ revoke: Revocar
323
325
  count:
324
326
  title:
325
327
  one: "Iniciativa %{count}"
@@ -383,11 +385,6 @@ gl:
383
385
  status_change_for: A iniciativa %{title} cambiou o seu estado
384
386
  last_activity:
385
387
  new_initiative: Nova iniciativa
386
- pages:
387
- home:
388
- highlighted_initiatives:
389
- active_initiatives: Iniciativas activas
390
- see_all_initiatives: Ver todas as iniciativas
391
388
  states:
392
389
  accepted: Aceptada
393
390
  expired: Vencido
@@ -3,8 +3,13 @@ hu:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Válasz
7
+ answer_url: Válasz URL
8
+ area_id: Terület
9
+ decidim_scope_id: Hatókör
6
10
  decidim_user_group_id: Szerző
7
11
  description: Leírás
12
+ hashtag: Kettőskereszt
8
13
  offline_votes: Támogatás szemtől szembe
9
14
  offline_votes_for_scope: 'Személyesen aláírások erre: %{scope_name}'
10
15
  scope_id: Hatáskör
@@ -17,8 +22,11 @@ hu:
17
22
  online: Online
18
23
  state: Állapot
19
24
  title: Cím
25
+ type_id: Típus
20
26
  initiatives_committee_member:
21
27
  user: Bizottsági tag
28
+ initiatives_settings:
29
+ initiatives_order: Sorrend
22
30
  initiatives_type:
23
31
  area_enabled: Lehetővé teszi a szerzők számára, hogy kiválasszák a kezdeményezésük területét
24
32
  attachments_enabled: Mellékletek engedélyezése
@@ -34,9 +42,13 @@ hu:
34
42
  online_signature_enabled: Online aláírás engedélyezve
35
43
  only_global_scope_enabled: Csak globális hatókörű kezdeményezések létrehozását engedélyezze
36
44
  promoting_committee_enabled: Előléptetési bizottság engedélyezése
45
+ signature_type: Aláírás típusa
37
46
  title: Cím
38
47
  undo_online_signatures_enabled: Engedélyezze a felhasználók számára az online aláírások visszavonását
39
48
  validate_sms_code_on_votes: SMS-kód érvényesítési lépés hozzáadása az aláíráshoz
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Hatókörök
51
+ supports_required: Támogatás szükséges
40
52
  initiatives_vote:
41
53
  date_of_birth: Születési dátum
42
54
  document_number: Dokumentum szám
@@ -349,7 +361,6 @@ hu:
349
361
  back: Vissza
350
362
  continue: Tovább
351
363
  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>"
352
- initiative_type: Kezdeményezés típusa
353
364
  more_information: "(További információk)"
354
365
  select_area: Válasszon ki egy területet
355
366
  select_scope: Válassz hatáskört
@@ -572,11 +583,6 @@ hu:
572
583
  status_change_for: A(z) %{title} kezdeményezés állapota változott
573
584
  last_activity:
574
585
  new_initiative: Új kezdeményezés
575
- pages:
576
- home:
577
- highlighted_initiatives:
578
- active_initiatives: Aktív kezdeményezések
579
- see_all_initiatives: Összes kezdeményezés
580
586
  show:
581
587
  badge_name:
582
588
  accepted: Elegendő aláírás
@@ -610,7 +616,7 @@ hu:
610
616
  layouts:
611
617
  decidim:
612
618
  initiative_creation_header:
613
- back: Hát
619
+ back: Vissza
614
620
  fill_data: Létrehozás
615
621
  finish: Befejezés
616
622
  previous_form: Kezdés