decidim-initiatives 0.24.0 → 0.25.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives/show.erb +2 -0
- data/app/cells/decidim/initiatives/initiative_m_cell.rb +1 -3
- data/app/commands/decidim/initiatives/attachment_methods.rb +2 -1
- data/app/controllers/concerns/decidim/initiatives/admin/initiative_admin.rb +7 -0
- data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +7 -1
- data/app/controllers/decidim/initiatives/admin/initiatives_permissions_controller.rb +27 -0
- data/app/controllers/decidim/initiatives/admin/initiatives_types_controller.rb +0 -2
- data/app/controllers/decidim/initiatives/initiatives_controller.rb +4 -0
- data/app/controllers/decidim/initiatives/versions_controller.rb +6 -0
- data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +5 -1
- data/app/forms/decidim/initiatives/initiative_form.rb +2 -1
- data/app/helpers/decidim/initiatives/admin/initiatives_helper.rb +25 -0
- data/app/jobs/decidim/initiatives/export_initiatives_job.rb +12 -5
- data/app/models/decidim/initiative.rb +21 -15
- data/app/models/decidim/initiatives_type.rb +3 -1
- data/app/packs/entrypoints/decidim_initiatives.js +6 -0
- data/app/packs/entrypoints/decidim_initiatives_admin.js +3 -0
- data/app/packs/entrypoints/decidim_initiatives_initiatives_votes.js +1 -0
- data/app/packs/entrypoints/decidim_initiatives_initiatives_votes.scss +1 -0
- data/app/packs/entrypoints/decidim_initiatives_print.js +1 -0
- data/app/packs/entrypoints/decidim_initiatives_print.scss +1 -0
- data/app/{assets/images/decidim/gamification/badges/initiatives.svg → packs/images/decidim/gamification/badges/decidim_gamification_badges_initiatives.svg} +0 -0
- data/app/{assets/images/decidim/initiatives/icon.svg → packs/images/decidim/initiatives/decidim_initiatives.svg} +0 -0
- data/app/{assets/javascripts/decidim/initiatives/admin/initiatives_types.js.es6 → packs/src/decidim/initiatives/admin/initiatives_types.js} +0 -0
- data/app/{assets/javascripts → packs/src}/decidim/initiatives/admin/invite_users.js +2 -2
- data/app/packs/src/decidim/initiatives/application.js +3 -0
- data/app/{assets/javascripts → packs/src}/decidim/initiatives/identity_selector_dialog.js +2 -2
- data/app/{assets/javascripts → packs/src}/decidim/initiatives/scoped_type.js +2 -2
- data/app/{assets/stylesheet/decidim/initiatives/admin.css.scss → packs/stylesheets/decidim/initiatives/admin.scss} +0 -0
- data/app/{assets/stylesheet/decidim/initiatives/initiatives-votes.css.scss → packs/stylesheets/decidim/initiatives/initiatives-votes.scss} +0 -0
- data/app/{assets/stylesheet → packs/stylesheets}/decidim/initiatives/initiatives.scss +3 -3
- data/app/{assets/stylesheet/decidim/initiatives/popularity_item.css.scss → packs/stylesheets/decidim/initiatives/popularity_item.scss} +0 -0
- data/app/{assets/stylesheet/decidim/initiatives/print-initiative.css.scss → packs/stylesheets/decidim/initiatives/print-initiative.scss} +0 -0
- data/app/{assets/stylesheet/decidim/initiatives/statistics.css.scss → packs/stylesheets/decidim/initiatives/statistics.scss} +0 -0
- data/app/permissions/decidim/initiatives/permissions.rb +22 -16
- data/app/queries/decidim/initiatives/admin/admin_users.rb +13 -8
- data/app/views/decidim/initiatives/admin/committee_requests/index.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/exports/_dropdown.html.erb +19 -3
- data/app/views/decidim/initiatives/admin/initiatives/_form.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +17 -14
- data/app/views/decidim/initiatives/admin/initiatives/show.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +1 -1
- data/app/views/decidim/initiatives/committee_requests/new.html.erb +2 -2
- data/app/views/decidim/initiatives/create_initiative/_share_committee_link.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_author.html.erb +4 -4
- data/app/views/decidim/initiatives/initiatives/_committee_members.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_filters.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_form.html.erb +2 -2
- data/app/views/decidim/initiatives/initiatives/index.html.erb +0 -3
- data/app/views/decidim/initiatives/initiatives/print.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/show.html.erb +2 -2
- data/app/views/layouts/decidim/_initiative_header.html.erb +1 -1
- data/app/views/layouts/decidim/admin/initiative.html.erb +4 -51
- data/app/views/layouts/decidim/admin/initiatives.html.erb +1 -1
- data/app/views/layouts/decidim/admin/initiatives_votes.pdf.erb +1 -1
- data/app/views/layouts/decidim/initiative_creation.html.erb +1 -1
- data/app/views/layouts/decidim/initiative_signature_creation.html.erb +1 -1
- data/config/assets.rb +12 -0
- data/config/locales/ar.yml +2 -5
- data/config/locales/ca.yml +5 -6
- data/config/locales/cs.yml +29 -30
- data/config/locales/de.yml +5 -6
- data/config/locales/el.yml +2 -5
- data/config/locales/en.yml +8 -6
- data/config/locales/es-MX.yml +5 -6
- data/config/locales/es-PY.yml +5 -6
- data/config/locales/es.yml +5 -6
- data/config/locales/eu.yml +2 -5
- data/config/locales/fi-plain.yml +5 -6
- data/config/locales/fi.yml +5 -6
- data/config/locales/fr-CA.yml +2 -6
- data/config/locales/fr-LU.yml +613 -0
- data/config/locales/fr.yml +2 -6
- data/config/locales/gl.yml +5 -5
- data/config/locales/hu.yml +2 -6
- data/config/locales/id-ID.yml +2 -5
- data/config/locales/is-IS.yml +2 -5
- data/config/locales/it.yml +120 -5
- data/config/locales/ja.yml +112 -20
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +2 -5
- data/config/locales/nl.yml +5 -6
- data/config/locales/no.yml +2 -6
- data/config/locales/pl.yml +6 -7
- data/config/locales/pt-BR.yml +187 -5
- data/config/locales/pt.yml +2 -5
- data/config/locales/ro-RO.yml +117 -6
- data/config/locales/ru.yml +2 -5
- data/config/locales/sk.yml +2 -5
- data/config/locales/sv.yml +57 -6
- data/config/locales/tr-TR.yml +2 -6
- data/config/locales/uk.yml +2 -5
- data/config/locales/zh-CN.yml +2 -6
- data/db/migrate/20191002082220_move_signature_type_to_initative_type.rb +1 -1
- data/lib/decidim/api/initiative_api_type.rb +4 -0
- data/lib/decidim/initiatives/admin_engine.rb +70 -25
- data/lib/decidim/initiatives/engine.rb +5 -11
- data/lib/decidim/initiatives/participatory_space.rb +16 -3
- data/lib/decidim/initiatives/version.rb +1 -1
- metadata +41 -55
- data/app/assets/config/admin_decidim_initiatives_manifest.js +0 -4
- data/app/assets/config/decidim_initiatives_manifest.css +0 -3
- data/app/assets/config/decidim_initiatives_manifest.js +0 -5
- data/app/assets/javascripts/decidim/initiatives/application.js +0 -1
- data/app/helpers/decidim/initiatives/admin/initiative_admin_menu_helper.rb +0 -15
- data/config/locales/ja-JP.yml +0 -529
data/config/locales/cs.yml
CHANGED
@@ -4,14 +4,14 @@ cs:
|
|
4
4
|
initiative:
|
5
5
|
decidim_user_group_id: Autor
|
6
6
|
description: Popis
|
7
|
-
offline_votes:
|
7
|
+
offline_votes: Osobní fyzické podpisy
|
8
8
|
offline_votes_for_scope: Podepsané osoby pro %{scope_name}
|
9
9
|
scope_id: Rozsah
|
10
10
|
signature_end_date: Konec doby sběru podpisu
|
11
11
|
signature_start_date: Začátek doby sběru podpisu
|
12
12
|
signature_type: Typ sbírky podpisu
|
13
13
|
signature_type_values:
|
14
|
-
any:
|
14
|
+
any: Online nebo naživo
|
15
15
|
offline: Z očí do očí
|
16
16
|
online: OnLine
|
17
17
|
state: Stav
|
@@ -19,21 +19,21 @@ cs:
|
|
19
19
|
initiatives_committee_member:
|
20
20
|
user: Člen výboru
|
21
21
|
initiatives_type:
|
22
|
-
area_enabled: Povolit autorům vybrat oblast pro jejich iniciativu
|
22
|
+
area_enabled: Povolit autorům vybrat tematickou oblast pro jejich iniciativu
|
23
23
|
attachments_enabled: Povolit přílohy
|
24
24
|
banner_image: Obrázek banneru
|
25
25
|
child_scope_threshold_enabled: Povolit podpisy podřízené oblasti působnosti
|
26
26
|
collect_user_extra_fields: Sbírejte osobní údaje uživatelů podpisem
|
27
27
|
custom_signature_end_date_enabled: Povolit autorům zvolit konec doby sběru podpisů
|
28
28
|
description: Popis
|
29
|
-
document_number_authorization_handler:
|
29
|
+
document_number_authorization_handler: Autorizace k ověření čísla dokumentu pro podpisy
|
30
30
|
extra_fields_legal_information: Právní informace o shromažďování osobních údajů
|
31
31
|
minimum_committee_members: Minimální počet členů výboru
|
32
32
|
online_signature_enabled: Online podpis povolen
|
33
33
|
only_global_scope_enabled: Umožnit pouze vytvoření iniciativ globálního rozsahu
|
34
34
|
promoting_committee_enabled: Povolit podporu výboru
|
35
35
|
title: Titul
|
36
|
-
undo_online_signatures_enabled: Povolit
|
36
|
+
undo_online_signatures_enabled: Povolit účastníkům vrátit zpět své online podpisy
|
37
37
|
validate_sms_code_on_votes: Přidejte krok ověření SMS kódu do procesu podpisu
|
38
38
|
initiatives_vote:
|
39
39
|
date_of_birth: Datum narození
|
@@ -91,8 +91,13 @@ cs:
|
|
91
91
|
search_placeholder:
|
92
92
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Hledat %{collection} podle názvu, popisu, ID nebo jména autora.
|
93
93
|
menu:
|
94
|
+
attachments: Přílohy
|
95
|
+
committee_members: Členové výboru
|
96
|
+
components: Komponenty
|
97
|
+
information: Informace
|
94
98
|
initiatives: Iniciativy
|
95
99
|
initiatives_types: Typy iniciativ
|
100
|
+
moderations: Moderování
|
96
101
|
models:
|
97
102
|
initiatives:
|
98
103
|
fields:
|
@@ -105,7 +110,7 @@ cs:
|
|
105
110
|
initiatives_type_scope:
|
106
111
|
fields:
|
107
112
|
scope: Rozsah
|
108
|
-
supports_required:
|
113
|
+
supports_required: Vyžadováno podpisů
|
109
114
|
name: Rozsah typu iniciativy
|
110
115
|
initiatives_types:
|
111
116
|
fields:
|
@@ -221,7 +226,7 @@ cs:
|
|
221
226
|
confirm_send_to_technical_validation: Jste si jistý?
|
222
227
|
discard: Zrušit iniciativu
|
223
228
|
export_pdf_signatures: Export PDF podpisů
|
224
|
-
export_votes:
|
229
|
+
export_votes: Exportovat podpisy
|
225
230
|
reject: Odmítnout iniciativu
|
226
231
|
send_to_technical_validation: Odeslání k technickému ověření
|
227
232
|
success: Iniciativa byla odeslána k technickému ověření
|
@@ -247,14 +252,14 @@ cs:
|
|
247
252
|
initiatives_type_scopes:
|
248
253
|
create:
|
249
254
|
error: Došlo k chybě
|
250
|
-
success: Byla vytvořena nová oblast pro daný typ iniciativy
|
255
|
+
success: Byla vytvořena nová oblast působnosti pro daný typ iniciativy
|
251
256
|
destroy:
|
252
|
-
success:
|
257
|
+
success: Oblast působnosti byla úspěšně odstraněna
|
253
258
|
edit:
|
254
259
|
back: Zpět
|
255
260
|
confirm_destroy: Jste si jisti?
|
256
261
|
destroy: Odstranit
|
257
|
-
title: Upravit
|
262
|
+
title: Upravit oblast působnosti typu iniciativy
|
258
263
|
update: Aktualizovat
|
259
264
|
new:
|
260
265
|
back: Zpět
|
@@ -280,7 +285,7 @@ cs:
|
|
280
285
|
options: Možnosti
|
281
286
|
title: Obecná informace
|
282
287
|
initiative_type_scopes:
|
283
|
-
title:
|
288
|
+
title: Oblasti působnosti pro tento druh iniciativ
|
284
289
|
new:
|
285
290
|
create: Vytvořit
|
286
291
|
title: Nový typ iniciativy
|
@@ -383,25 +388,25 @@ cs:
|
|
383
388
|
update: Aktualizovat
|
384
389
|
events:
|
385
390
|
approve_membership_request:
|
386
|
-
email_intro: "%{author_nickname} přijal vaši žádost
|
391
|
+
email_intro: "%{author_nickname} přijal vaši žádost, aby se stal součástí propagačního výboru pro iniciativu %{resource_title}."
|
387
392
|
email_outro: 'Obdrželi jste toto oznámení, protože jste podali žádost o tuto iniciativu: %{resource_title}'
|
388
|
-
email_subject: "Uživatel %{author_nickname} přijal vaši
|
389
|
-
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> přijal vaši
|
393
|
+
email_subject: "Uživatel %{author_nickname} přijal vaši nabídku k propagačnímu výboru"
|
394
|
+
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> přijal vaši nabídku k členství v propagačním výboru pro iniciativu <a href="%{resource_url}">%{resource_title}</a>.
|
390
395
|
create_initiative_event:
|
391
|
-
email_intro: "%{author_name} %{author_nickname}, kterého sledujete, vytvořil novou iniciativu,
|
396
|
+
email_intro: "%{author_name} %{author_nickname}, kterého sledujete, vytvořil novou iniciativu, omrkněte ji a přispějte:"
|
392
397
|
email_outro: Toto oznámení jste obdrželi, protože jste sledovali %{author_nickname}. Po předchozím propojení můžete přestat přijímat oznámení.
|
393
398
|
email_subject: Nová iniciativa od %{author_nickname}
|
394
|
-
notification_title:
|
399
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> vytvořil Iniciativu <a href="%{resource_path}">%{resource_title}</a>.
|
395
400
|
endorse_initiative_event:
|
396
401
|
email_intro: "%{author_name} %{author_nickname}, kterého sledujete, schválil následující iniciativu, možná chcete přispět k konverzaci:"
|
397
|
-
email_outro: Toto oznámení jste obdrželi, protože
|
402
|
+
email_outro: Toto oznámení jste obdrželi, protože sledujete %{author_nickname}. Na předchozím odkazu můžete přestat přijímat oznámení.
|
398
403
|
email_subject: Iniciativa byla schválena od %{author_nickname}
|
399
|
-
notification_title: Iniciativa <a href="%{resource_path}">%{resource_title}</a> byla schválena <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
404
|
+
notification_title: Iniciativa <a href="%{resource_path}">%{resource_title}</a> byla schválena od <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
400
405
|
revoke_membership_request:
|
401
|
-
email_intro: "%{author_nickname} odmítl vaši
|
406
|
+
email_intro: "%{author_nickname} odmítl vaši nabídku k členství funkcionáře ve výboru propagace pro tuto iniciativu %{resource_title}."
|
402
407
|
email_outro: 'Obdrželi jste toto oznámení, protože jste podali žádost o tuto iniciativu: %{resource_title}.'
|
403
|
-
email_subject: "%{author_nickname} odmítl vaši
|
404
|
-
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> odmítl vaši
|
408
|
+
email_subject: "%{author_nickname} odmítl vaši nabídku na funkcionáře výboru propagace"
|
409
|
+
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> odmítl vaši nabídku k členství v propagačním výboru pro následující iniciativu <a href="%{resource_url}">%{resource_title}</a>.
|
405
410
|
spawn_committee_request_event:
|
406
411
|
email_intro: "%{applicant_nickname} požádal o funkci ve výboru vaší iniciativy %{resource_title}. Chcete-li přijmout nebo zamítnout žádost, přejděte na editační formulář vaší iniciativy."
|
407
412
|
email_outro: 'Obdrželi jste toto oznámení, protože jste autorem této iniciativy: %{resource_title}'
|
@@ -528,7 +533,7 @@ cs:
|
|
528
533
|
any_vote_method: Tato iniciativa shromažďuje online i osobní podpisy.
|
529
534
|
confirm: Chystáte se poslat iniciativu správci, aby ji zkontroloval a publikoval ji. Po zveřejnění jej nebudete moci upravovat. Jste si jisti?
|
530
535
|
edit: Upravit
|
531
|
-
follow_description:
|
536
|
+
follow_description: Dostat upozornění, když jsou v této iniciativě novinky
|
532
537
|
offline_method: Tato iniciativa shromažďuje pouze osobní podpisy.
|
533
538
|
print: Tisk iniciativy
|
534
539
|
send_to_technical_validation: Poslat na technické ověření
|
@@ -539,7 +544,7 @@ cs:
|
|
539
544
|
other: " podpisy"
|
540
545
|
vote_cabin:
|
541
546
|
already_voted: Již jste podepsal
|
542
|
-
supports_required: "Vyžaduje
|
547
|
+
supports_required: "Vyžaduje %{total_supports} podpisů"
|
543
548
|
verification_required: Ověřte svůj účet, abyste podepsali iniciativu
|
544
549
|
vote: Podepsat
|
545
550
|
votes_blocked: Podpis zakázán
|
@@ -596,17 +601,11 @@ cs:
|
|
596
601
|
vote: Podepsat
|
597
602
|
layouts:
|
598
603
|
decidim:
|
599
|
-
admin:
|
600
|
-
initiative:
|
601
|
-
attachments: Přílohy
|
602
|
-
committee_members: Členové výboru
|
603
|
-
components: Komponenty
|
604
|
-
information: Informace
|
605
604
|
initiative_creation_header:
|
606
605
|
back: Zpět
|
607
606
|
fill_data: Vytvořit
|
608
607
|
finish: Dokončit
|
609
|
-
previous_form:
|
608
|
+
previous_form: Začít
|
610
609
|
promotal_committee: Výbor předkladatelů
|
611
610
|
select_initiative_type: Vybrat
|
612
611
|
show_similar_initiatives: Porovnat
|
data/config/locales/de.yml
CHANGED
@@ -85,8 +85,13 @@ de:
|
|
85
85
|
search_placeholder:
|
86
86
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Suche in %{collection} nach Titel, Beschreibung, ID oder Autoren.
|
87
87
|
menu:
|
88
|
+
attachments: Anhänge
|
89
|
+
committee_members: Ausschussmitglieder
|
90
|
+
components: Komponenten
|
91
|
+
information: Information
|
88
92
|
initiatives: Initiativen
|
89
93
|
initiatives_types: Arten von Initiativen
|
94
|
+
moderations: Moderationen
|
90
95
|
models:
|
91
96
|
initiatives:
|
92
97
|
fields:
|
@@ -578,12 +583,6 @@ de:
|
|
578
583
|
vote: Abstimmung
|
579
584
|
layouts:
|
580
585
|
decidim:
|
581
|
-
admin:
|
582
|
-
initiative:
|
583
|
-
attachments: Beilagen
|
584
|
-
committee_members: Ausschussmitglieder
|
585
|
-
components: Komponenten
|
586
|
-
information: Information
|
587
586
|
initiative_creation_header:
|
588
587
|
back: Zurück
|
589
588
|
fill_data: Erstellen
|
data/config/locales/el.yml
CHANGED
@@ -68,6 +68,8 @@ el:
|
|
68
68
|
search_placeholder:
|
69
69
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Αναζήτηση συλλογής %{collection} με βάση τον τίτλο, την περιγραφή, το αναγνωριστικό ή το όνομα συντάκτη.
|
70
70
|
menu:
|
71
|
+
components: Στοιχεία
|
72
|
+
information: Πληροφορίες
|
71
73
|
initiatives: Πρωτοβουλίες
|
72
74
|
initiatives_types: Τύποι πρωτοβουλίας
|
73
75
|
models:
|
@@ -456,11 +458,6 @@ el:
|
|
456
458
|
vote: Υπογραφή
|
457
459
|
layouts:
|
458
460
|
decidim:
|
459
|
-
admin:
|
460
|
-
initiative:
|
461
|
-
committee_members: Μέλη επιτροπής
|
462
|
-
components: Στοιχεία
|
463
|
-
information: Πληροφορίες
|
464
461
|
initiative_creation_header:
|
465
462
|
back: Πίσω
|
466
463
|
fill_data: Δημιουργία
|
data/config/locales/en.yml
CHANGED
@@ -86,8 +86,13 @@ en:
|
|
86
86
|
search_placeholder:
|
87
87
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Search %{collection} by title, description, ID or author name.
|
88
88
|
menu:
|
89
|
+
attachments: Attachments
|
90
|
+
committee_members: Committee members
|
91
|
+
components: Components
|
92
|
+
information: Information
|
89
93
|
initiatives: Initiatives
|
90
94
|
initiatives_types: Initiative types
|
95
|
+
moderations: Moderations
|
91
96
|
models:
|
92
97
|
initiatives:
|
93
98
|
fields:
|
@@ -575,18 +580,15 @@ en:
|
|
575
580
|
menu:
|
576
581
|
initiatives: Initiatives
|
577
582
|
resources:
|
583
|
+
initiative:
|
584
|
+
actions:
|
585
|
+
comment: Comment
|
578
586
|
initiatives_type:
|
579
587
|
actions:
|
580
588
|
title: Actions
|
581
589
|
vote: Sign
|
582
590
|
layouts:
|
583
591
|
decidim:
|
584
|
-
admin:
|
585
|
-
initiative:
|
586
|
-
attachments: Attachments
|
587
|
-
committee_members: Committee members
|
588
|
-
components: Components
|
589
|
-
information: Information
|
590
592
|
initiative_creation_header:
|
591
593
|
back: Back
|
592
594
|
fill_data: Create
|
data/config/locales/es-MX.yml
CHANGED
@@ -85,8 +85,13 @@ es-MX:
|
|
85
85
|
search_placeholder:
|
86
86
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Buscar %{collection} por título, descripción, ID o autoría.
|
87
87
|
menu:
|
88
|
+
attachments: Adjuntos
|
89
|
+
committee_members: Miembros de la comisión
|
90
|
+
components: Componentes
|
91
|
+
information: Información
|
88
92
|
initiatives: Iniciativas
|
89
93
|
initiatives_types: Tipos de Iniciativa
|
94
|
+
moderations: Moderaciones
|
90
95
|
models:
|
91
96
|
initiatives:
|
92
97
|
fields:
|
@@ -580,12 +585,6 @@ es-MX:
|
|
580
585
|
vote: Votar
|
581
586
|
layouts:
|
582
587
|
decidim:
|
583
|
-
admin:
|
584
|
-
initiative:
|
585
|
-
attachments: Archivos adjuntos
|
586
|
-
committee_members: Miembros del comité
|
587
|
-
components: Componentes
|
588
|
-
information: Información
|
589
588
|
initiative_creation_header:
|
590
589
|
back: Espalda
|
591
590
|
fill_data: Crear
|
data/config/locales/es-PY.yml
CHANGED
@@ -85,8 +85,13 @@ es-PY:
|
|
85
85
|
search_placeholder:
|
86
86
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Buscar %{collection} por título, descripción, ID o autoría.
|
87
87
|
menu:
|
88
|
+
attachments: Adjuntos
|
89
|
+
committee_members: Miembros de la comisión
|
90
|
+
components: Componentes
|
91
|
+
information: Información
|
88
92
|
initiatives: Iniciativas
|
89
93
|
initiatives_types: Tipos de Iniciativa
|
94
|
+
moderations: Moderaciones
|
90
95
|
models:
|
91
96
|
initiatives:
|
92
97
|
fields:
|
@@ -580,12 +585,6 @@ es-PY:
|
|
580
585
|
vote: Votar
|
581
586
|
layouts:
|
582
587
|
decidim:
|
583
|
-
admin:
|
584
|
-
initiative:
|
585
|
-
attachments: Archivos adjuntos
|
586
|
-
committee_members: Miembros del comité
|
587
|
-
components: Componentes
|
588
|
-
information: Información
|
589
588
|
initiative_creation_header:
|
590
589
|
back: Espalda
|
591
590
|
fill_data: Crear
|
data/config/locales/es.yml
CHANGED
@@ -85,8 +85,13 @@ es:
|
|
85
85
|
search_placeholder:
|
86
86
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Buscar %{collection} por título, descripción, ID o autoría.
|
87
87
|
menu:
|
88
|
+
attachments: Adjuntos
|
89
|
+
committee_members: Miembros de la comisión
|
90
|
+
components: Componentes
|
91
|
+
information: Información
|
88
92
|
initiatives: Iniciativas
|
89
93
|
initiatives_types: Tipos de Iniciativa
|
94
|
+
moderations: Moderaciones
|
90
95
|
models:
|
91
96
|
initiatives:
|
92
97
|
fields:
|
@@ -580,12 +585,6 @@ es:
|
|
580
585
|
vote: Firmar
|
581
586
|
layouts:
|
582
587
|
decidim:
|
583
|
-
admin:
|
584
|
-
initiative:
|
585
|
-
attachments: Archivos adjuntos
|
586
|
-
committee_members: Miembros del comité
|
587
|
-
components: Componentes
|
588
|
-
information: Información
|
589
588
|
initiative_creation_header:
|
590
589
|
back: Volver
|
591
590
|
fill_data: Crear
|
data/config/locales/eu.yml
CHANGED
@@ -53,6 +53,8 @@ eu:
|
|
53
53
|
actions:
|
54
54
|
new_initiative_type: Ekimen mota berria
|
55
55
|
menu:
|
56
|
+
components: Osagaiak
|
57
|
+
information: informazioa
|
56
58
|
initiatives: Ekimenak
|
57
59
|
initiatives_types: Ekimen motak
|
58
60
|
models:
|
@@ -398,11 +400,6 @@ eu:
|
|
398
400
|
vote: Bozkatu
|
399
401
|
layouts:
|
400
402
|
decidim:
|
401
|
-
admin:
|
402
|
-
initiative:
|
403
|
-
committee_members: Batzorde kideak
|
404
|
-
components: Osagaiak
|
405
|
-
information: informazioa
|
406
403
|
initiative_creation_header:
|
407
404
|
back: Back
|
408
405
|
fill_data: Sortu
|
data/config/locales/fi-plain.yml
CHANGED
@@ -85,8 +85,13 @@ fi-pl:
|
|
85
85
|
search_placeholder:
|
86
86
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Etsi kohteita %{collection} otsikon, kuvauksen, ID-numeron tai laatijan nimellä.
|
87
87
|
menu:
|
88
|
+
attachments: Liitteet
|
89
|
+
committee_members: Komitean jäsenet
|
90
|
+
components: Komponentit
|
91
|
+
information: Tiedot
|
88
92
|
initiatives: Aloitteet
|
89
93
|
initiatives_types: Aloitetyypit
|
94
|
+
moderations: Moderoinnit
|
90
95
|
models:
|
91
96
|
initiatives:
|
92
97
|
fields:
|
@@ -580,12 +585,6 @@ fi-pl:
|
|
580
585
|
vote: Äänestä
|
581
586
|
layouts:
|
582
587
|
decidim:
|
583
|
-
admin:
|
584
|
-
initiative:
|
585
|
-
attachments: Liitteet
|
586
|
-
committee_members: Komitean jäsenet
|
587
|
-
components: Komponentit
|
588
|
-
information: Tiedot
|
589
588
|
initiative_creation_header:
|
590
589
|
back: Takaisin
|
591
590
|
fill_data: Luo
|
data/config/locales/fi.yml
CHANGED
@@ -85,8 +85,13 @@ fi:
|
|
85
85
|
search_placeholder:
|
86
86
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Etsi kohteita %{collection} otsikon, kuvauksen, ID-numeron tai laatijan nimellä.
|
87
87
|
menu:
|
88
|
+
attachments: Liitteet
|
89
|
+
committee_members: Komitean jäsenet
|
90
|
+
components: Komponentit
|
91
|
+
information: Tiedot
|
88
92
|
initiatives: Aloitteet
|
89
93
|
initiatives_types: Aloitetyypit
|
94
|
+
moderations: Moderoinnit
|
90
95
|
models:
|
91
96
|
initiatives:
|
92
97
|
fields:
|
@@ -580,12 +585,6 @@ fi:
|
|
580
585
|
vote: Allekirjoita
|
581
586
|
layouts:
|
582
587
|
decidim:
|
583
|
-
admin:
|
584
|
-
initiative:
|
585
|
-
attachments: Liitteet
|
586
|
-
committee_members: Komitean jäsenet
|
587
|
-
components: Komponentit
|
588
|
-
information: Tiedot
|
589
588
|
initiative_creation_header:
|
590
589
|
back: Takaisin
|
591
590
|
fill_data: Luo
|
data/config/locales/fr-CA.yml
CHANGED
@@ -85,6 +85,8 @@ fr-CA:
|
|
85
85
|
search_placeholder:
|
86
86
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Rechercher %{collection} par titre, description, ID ou nom de l'auteur.
|
87
87
|
menu:
|
88
|
+
components: Fonctionnalités
|
89
|
+
information: Informations
|
88
90
|
initiatives: Initiatives
|
89
91
|
initiatives_types: Types d'initiatives
|
90
92
|
models:
|
@@ -580,12 +582,6 @@ fr-CA:
|
|
580
582
|
vote: Vote
|
581
583
|
layouts:
|
582
584
|
decidim:
|
583
|
-
admin:
|
584
|
-
initiative:
|
585
|
-
attachments: Pièces jointes
|
586
|
-
committee_members: Membres du comité de promotion
|
587
|
-
components: Fonctionnalités
|
588
|
-
information: Informations
|
589
585
|
initiative_creation_header:
|
590
586
|
back: Retour
|
591
587
|
fill_data: Complétez votre initiative
|
@@ -0,0 +1,613 @@
|
|
1
|
+
fr-LU:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
initiative:
|
5
|
+
decidim_user_group_id: Auteur
|
6
|
+
description: Description
|
7
|
+
offline_votes: Votes en présentiel
|
8
|
+
offline_votes_for_scope: Signatures en personne pour %{scope_name}
|
9
|
+
scope_id: Secteur
|
10
|
+
signature_end_date: Fin de la période de collecte des signatures
|
11
|
+
signature_start_date: Début de la période de collecte des signatures
|
12
|
+
signature_type: Type de collecte des signatures
|
13
|
+
signature_type_values:
|
14
|
+
any: Mixte
|
15
|
+
offline: En présentiel
|
16
|
+
online: En ligne
|
17
|
+
state: Etat
|
18
|
+
title: Titre
|
19
|
+
initiatives_committee_member:
|
20
|
+
user: Membre du Comité de promotion
|
21
|
+
initiatives_type:
|
22
|
+
area_enabled: Permettre aux auteurs de choisir le périmètre d'application pour leur initiative
|
23
|
+
attachments_enabled: Autoriser les pièces jointes
|
24
|
+
banner_image: Image d'en-tête
|
25
|
+
child_scope_threshold_enabled: Autoriser les signatures par sous-secteur
|
26
|
+
collect_user_extra_fields: Collecter les données personnelles de l'utilisateur lors de la signature
|
27
|
+
custom_signature_end_date_enabled: Permettre aux auteurs de choisir la fin de la période de collecte des signatures
|
28
|
+
description: Description
|
29
|
+
document_number_authorization_handler: Niveau d'autorisation nécessaire pour signer les initiatives de ce type d'initiative
|
30
|
+
extra_fields_legal_information: Informations juridiques sur la collecte de données personnelles
|
31
|
+
minimum_committee_members: Minimum de membres du comité
|
32
|
+
online_signature_enabled: Signature en ligne activée
|
33
|
+
only_global_scope_enabled: Autoriser uniquement la création d'initiatives de portée globale
|
34
|
+
promoting_committee_enabled: Activer les comités de promotion sur ce type d'initiative (témoin. s dont l'invitation par l'auteur est obligatoire pour la validation de l'initiative si cette fonctionnalité est activée)
|
35
|
+
title: Titre
|
36
|
+
undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
|
37
|
+
validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
|
38
|
+
initiatives_vote:
|
39
|
+
date_of_birth: Date de naissance
|
40
|
+
document_number: Numéro de document
|
41
|
+
name_and_surname: Nom et surnom
|
42
|
+
postal_code: Code postal
|
43
|
+
organization_data:
|
44
|
+
address: Adresse
|
45
|
+
id_document: Document d'identité
|
46
|
+
name: Nom complet
|
47
|
+
errors:
|
48
|
+
models:
|
49
|
+
initiative:
|
50
|
+
attributes:
|
51
|
+
attachment:
|
52
|
+
file: Le fichier n'est pas valide
|
53
|
+
needs_to_be_reattached: Doit être téléchargé de nouveau
|
54
|
+
title: Le titre ne doit pas être vide
|
55
|
+
activerecord:
|
56
|
+
models:
|
57
|
+
decidim/initiative:
|
58
|
+
one: Initiative
|
59
|
+
other: Initiatives
|
60
|
+
decidim/initiative_comittee:
|
61
|
+
one: Comité
|
62
|
+
other: Comités
|
63
|
+
decidim/initiative_vote:
|
64
|
+
one: Signature
|
65
|
+
other: Signatures
|
66
|
+
decidim:
|
67
|
+
admin:
|
68
|
+
actions:
|
69
|
+
new_initiative_type: Nouveau type d'initiative
|
70
|
+
filters:
|
71
|
+
initiatives:
|
72
|
+
decidim_area_id_eq:
|
73
|
+
label: Périmètre d'assemblée
|
74
|
+
state_eq:
|
75
|
+
label: État
|
76
|
+
values:
|
77
|
+
accepted: Assez de signatures
|
78
|
+
created: Créée
|
79
|
+
discarded: Rejetée
|
80
|
+
published: Publiée
|
81
|
+
rejected: Pas assez de signatures
|
82
|
+
validating: Validation technique
|
83
|
+
type_id_eq:
|
84
|
+
label: Type d'initiative
|
85
|
+
search_placeholder:
|
86
|
+
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Rechercher %{collection} par titre, description, ID ou nom de l'auteur.
|
87
|
+
menu:
|
88
|
+
components: Fonctionnalités
|
89
|
+
information: Informations
|
90
|
+
initiatives: Initiatives
|
91
|
+
initiatives_types: Types d'initiatives
|
92
|
+
models:
|
93
|
+
initiatives:
|
94
|
+
fields:
|
95
|
+
created_at: Créé à
|
96
|
+
id: ID
|
97
|
+
published_at: Publiée à
|
98
|
+
state: État
|
99
|
+
supports_count: Signatures
|
100
|
+
title: Initiatives
|
101
|
+
initiatives_type_scope:
|
102
|
+
fields:
|
103
|
+
scope: Secteur
|
104
|
+
supports_required: Signatures requises
|
105
|
+
name: Secteur du type d'initiative
|
106
|
+
initiatives_types:
|
107
|
+
fields:
|
108
|
+
created_at: Créé à
|
109
|
+
title: Types d'initiative
|
110
|
+
name: Type d'initiative
|
111
|
+
initiatives_votes:
|
112
|
+
fields:
|
113
|
+
date_of_birth: Date de naissance
|
114
|
+
document_number: Numéro de document
|
115
|
+
hash: Hash
|
116
|
+
initiative_end_date: Date de fin
|
117
|
+
initiative_id: ID d'initiative
|
118
|
+
initiative_signatures_count: Nombre de signatures
|
119
|
+
initiative_start_date: Date de début
|
120
|
+
initiative_title: Titre de l'initiative
|
121
|
+
name_and_surname: Nom et surnom
|
122
|
+
postal_code: Code postal
|
123
|
+
scope: Secteur
|
124
|
+
time_and_date: Heure et date
|
125
|
+
timestamp: Horodatage
|
126
|
+
titles:
|
127
|
+
initiatives: Initiatives
|
128
|
+
initiatives_types: Types d'initiative
|
129
|
+
events:
|
130
|
+
initiatives:
|
131
|
+
admin:
|
132
|
+
initiative_sent_to_technical_validation:
|
133
|
+
email_intro: L'initiative "%{resource_title}" a été envoyée pour validation technique. Consultez-la sur <a href="%{admin_initiative_url}">le panneau d'administration,</a>
|
134
|
+
email_outro: Vous avez reçu cette notification parce que vous êtes un administrateur de la plateforme.
|
135
|
+
email_subject: L'initiative "%{resource_title}" a été envoyée pour validation technique.
|
136
|
+
notification_title: L'initiative "%{resource_title}" a été envoyée pour validation technique. Consultez-la sur <a href="%{admin_initiative_path}">le panneau d'administration,</a>
|
137
|
+
initiative_extended:
|
138
|
+
email_intro: La date de fin du recueil des signatures pour l'initiative %{resource_title} a été prolongée !
|
139
|
+
email_outro: Vous avez reçu cette notification parce que vous suivez %{resource_title}. Vous pouvez arrêter de recevoir des notifications à partir du lien précédent.
|
140
|
+
email_subject: La date de fin du recueil des signatures pour l'initiative est prolongée !
|
141
|
+
notification_title: La date de fin de recueil des signatures pour l'initiative <a href="%{resource_path}">%{resource_title}</a> a été prolongée.
|
142
|
+
initiative_sent_to_technical_validation:
|
143
|
+
email_intro: La pétition "%{resource_title}" a été envoyée à la validation technique. Consultez-la sur <a href="%{admin_initiative_url}">le panneau d'administration</a>
|
144
|
+
email_outro: Vous avez reçu cette notification parce que vous êtes un administrateur de la plateforme.
|
145
|
+
email_subject: La pétition "%{resource_title}" a été envoyée à la validation technique.
|
146
|
+
notification_title: La pétition "%{resource_title}" a été envoyée à la validation technique. Consultez-la sur <a href="%{admin_initiative_path}">le panneau d'administration</a>
|
147
|
+
milestone_completed:
|
148
|
+
affected_user:
|
149
|
+
email_intro: Votre initiative %{resource_title} a atteint %{percentage}% de signatures!
|
150
|
+
email_outro: Vous avez reçu cette notification car vous êtes l'auteur de l'initiative %{resource_title}.
|
151
|
+
email_subject: Nouvelle étape franchie !
|
152
|
+
notification_title: Votre initiative <a href="%{resource_path}">%{resource_title}</a> a atteint les %{percentage}% de signatures.
|
153
|
+
follower:
|
154
|
+
email_intro: L'initiative %{resource_title} a atteint %{percentage}% des signatures requises !
|
155
|
+
email_outro: Vous avez reçu cette notification parce que vous suivez %{resource_title}. Vous pouvez cesser de recevoir des notifications en suivant le lien précédent.
|
156
|
+
email_subject: Nouvelle étape franchie !
|
157
|
+
notification_title: L'initiative <a href="%{resource_path}">%{resource_title}</a> a atteint les %{percentage}% de signatures.
|
158
|
+
support_threshold_reached:
|
159
|
+
email_intro: La pétition %{resource_title} a atteint le seuil de signatures
|
160
|
+
email_outro: Vous avez reçu cette notification parce que vous êtes un administrateur de la plateforme.
|
161
|
+
email_subject: Seuil des signatures atteint
|
162
|
+
notification_title: La pétition <a href="%{resource_path}">%{resource_title}</a> a atteint le seuil de signatures
|
163
|
+
gamification:
|
164
|
+
badges:
|
165
|
+
initiatives:
|
166
|
+
conditions:
|
167
|
+
- Accéder à l'espace Initiatives
|
168
|
+
- Suivez les étapes pour créer une nouvelle initiative
|
169
|
+
description: Ce badge vous est attribué lorsque vous lancez de nouvelles initiatives, en partenariat avec d’autres pour les mener à bien.
|
170
|
+
description_another: Ce participant a publié %{score} initiatives.
|
171
|
+
description_own: Vous avez publié %{score} initiatives.
|
172
|
+
name: Initiatives publiées
|
173
|
+
next_level_in: Obtenez %{score} autres initiatives publiées pour atteindre le niveau supérieur!
|
174
|
+
unearned_another: Cet utilisateur n'a pas encore publié d'initiative.
|
175
|
+
unearned_own: Vous n'avez pas encore publié d'initiative.
|
176
|
+
help:
|
177
|
+
participatory_spaces:
|
178
|
+
initiatives:
|
179
|
+
contextual: "<p>Une <strong>initiative</strong> est une proposition qui peut être favorisée par toute personne de leur propre initiative (indépendamment des autres canaux ou espaces de participation) grâce à la collecte de signatures (numériques) pour l'organisation de mener une action spécifique (modifier un règlement, initier un projet, changer le nom d’un département ou d’une rue, etc.).</p> <p>Les promoteurs d'une initiative peuvent définir ses objectifs, rassembler un soutien, débattre, la diffuser et définir des points de rencontre où des signatures peuvent être collectées auprès des participants ou des débats ouverts à d'autres participants.</p> <p>Exemples: Une initiative peut collecter des signatures pour organiser une consultation de toutes les personnes d'une organisation, pour créer ou réunir une assemblée, ou pour lancer un processus d'augmentation budgétaire pour un territoire ou une zone de l'organisation. Au cours du processus de collecte des signatures, davantage de personnes peuvent ajouter à cette demande et la transmettre à l’organisation.</p>\n"
|
180
|
+
page: "<p>Une initiative est une proposition qui peut être promue par n'importe qui de sa propre initiative (indépendamment des autres canaux ou espaces de participation) grâce à la collecte de signatures (numériques) permettant à l'organisation de réaliser une action spécifique (modifier un règlement, initier un projet , changez le nom d’un département ou d’une rue, etc.).</p> <p>Les promoteurs d'une initiative peuvent définir ses objectifs, rassembler un soutien, débattre, la diffuser et définir des points de rencontre où des signatures peuvent être collectées auprès des participants ou des débats ouverts à d'autres participants.</p> <p>Exemples: Une initiative peut collecter des signatures pour organiser une consultation de toutes les personnes d'une organisation, pour créer ou réunir une assemblée, ou pour lancer un processus d'augmentation budgétaire pour un territoire ou une zone de l'organisation. Au cours du processus de collecte de signatures, davantage de personnes peuvent ajouter à cette demande et la transmettre à l’organisation.</p>\n"
|
181
|
+
title: Comment fonctionnent les initiatives ?
|
182
|
+
initiatives:
|
183
|
+
actions:
|
184
|
+
answer: Réponse
|
185
|
+
admin:
|
186
|
+
answers:
|
187
|
+
edit:
|
188
|
+
answer: Réponse
|
189
|
+
title: Répondez pour %{title}
|
190
|
+
info_initiative:
|
191
|
+
created_at: Créé à
|
192
|
+
description: Description
|
193
|
+
initiative_votes_count: Nombre de votes
|
194
|
+
initiatives: Initiatives
|
195
|
+
state: Etat
|
196
|
+
committee_requests:
|
197
|
+
index:
|
198
|
+
approve: Approuver
|
199
|
+
confirm_revoke: Êtes-vous certain ?
|
200
|
+
invite_to_committee_help: Partagez ce lien pour inviter d'autres utilisateurs au Comité de promotion
|
201
|
+
no_members_yet: Il n'y a pas encore de membres dans le Comité de promotion
|
202
|
+
revoke: Révoquer
|
203
|
+
title: Membres du comité de promotion
|
204
|
+
content_blocks:
|
205
|
+
highlighted_initiatives:
|
206
|
+
max_results: Quantité maximale d'éléments à afficher
|
207
|
+
order:
|
208
|
+
default: Défaut (moins récent)
|
209
|
+
label: 'Trier l''élément par :'
|
210
|
+
most_recent: Les plus récentes
|
211
|
+
exports:
|
212
|
+
initiatives: Initiatives
|
213
|
+
initiatives:
|
214
|
+
edit:
|
215
|
+
accept: Accepter l'initiative
|
216
|
+
confirm: Êtes-vous sûr(e) ?
|
217
|
+
confirm_send_to_technical_validation: Êtes-vous sûr(e) ?
|
218
|
+
discard: Dépublier l'initiative
|
219
|
+
export_pdf_signatures: Exporter PDF des signatures
|
220
|
+
export_votes: Exporter la liste des votes
|
221
|
+
reject: Rejeter l'initiative
|
222
|
+
send_to_technical_validation: Envoyer à la validation technique
|
223
|
+
success: L'initiative a été envoyée à la validation technique
|
224
|
+
update: Mettre à jour
|
225
|
+
form:
|
226
|
+
attachments: Pièces jointes
|
227
|
+
settings: Paramètres
|
228
|
+
title: Informations générales
|
229
|
+
index:
|
230
|
+
actions_title: Action
|
231
|
+
preview: Aperçu
|
232
|
+
print: Impression
|
233
|
+
initiative_attachments:
|
234
|
+
documents: Documents
|
235
|
+
edit: Modifier
|
236
|
+
new: Nouvelle
|
237
|
+
photos: Photos
|
238
|
+
show:
|
239
|
+
print: Impression
|
240
|
+
update:
|
241
|
+
error: Une erreur est survenue
|
242
|
+
success: L'initiative a été mise à jour avec succès
|
243
|
+
initiatives_type_scopes:
|
244
|
+
create:
|
245
|
+
error: Une erreur s'est produite
|
246
|
+
success: Un nouveau secteur a été créé pour ce type d'initiative
|
247
|
+
destroy:
|
248
|
+
success: Le secteur a été supprimé avec succès
|
249
|
+
edit:
|
250
|
+
back: Retour
|
251
|
+
confirm_destroy: Êtes-vous certain ?
|
252
|
+
destroy: Supprimer
|
253
|
+
title: Modifier le secteur de ce type d'initiative
|
254
|
+
update: Mettre à jour
|
255
|
+
new:
|
256
|
+
back: Retour
|
257
|
+
create: Créer
|
258
|
+
title: Créer un type de secteur pour les initiatives
|
259
|
+
update:
|
260
|
+
error: Une erreur s'est produite
|
261
|
+
success: Le secteur a été mis à jour avec succès
|
262
|
+
initiatives_types:
|
263
|
+
create:
|
264
|
+
error: Une erreur s'est produite
|
265
|
+
success: Un nouveau type d'initiative a été créé avec succès
|
266
|
+
destroy:
|
267
|
+
success: Le type d'initiative a été supprimé avec succès
|
268
|
+
edit:
|
269
|
+
confirm_destroy: Êtes-vous certain ?
|
270
|
+
destroy: Supprimer
|
271
|
+
update: Mettre à jour
|
272
|
+
form:
|
273
|
+
authorizations: Paramètres d'autorisation
|
274
|
+
child_scope_threshold_enabled_help: 'Cette option de configuration ne gère pas les votes hors-ligne, elle permet d''activer des sous-secteurs et fonctionne avec un gestionnaire d''autorisation qui associe un secteur à l''utilisateur. Assurez-vous de sélectionner une telle autorisation dans les paramètres d''autorisation ci-dessous. Pour que cela fonctionne, les secteurs doivent être configurées de manière hiérarchique : 1 Parent - N Enfants. Pour plus d''informations sur le fonctionnement de cette configuration, cliquez <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">ici</a>.'
|
275
|
+
only_global_scope_enabled_help: Cochez cette case si vous avez activé "Autoriser les signatures par sous-secteur" et configuré la portée globale comme votre portée parente. En activant cette option, la sélection du type d'initiative sera ignorée dans l'assistant de création d'initiative. Pour plus d'informations sur le fonctionnement de cette configuration, voir ce <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">lien</a>.
|
276
|
+
options: Paramètres
|
277
|
+
title: informations générales
|
278
|
+
initiative_type_scopes:
|
279
|
+
title: Secteurs pour ce type d'initiative
|
280
|
+
new:
|
281
|
+
create: Créer
|
282
|
+
title: Nouveau type d'initiative
|
283
|
+
update:
|
284
|
+
error: Une erreur s'est produite
|
285
|
+
success: Le type d'initiative a été mis à jour avec succès
|
286
|
+
admin_log:
|
287
|
+
initiative:
|
288
|
+
publish: "%{user_name} a publié l'initiative %{resource_name}"
|
289
|
+
send_to_technical_validation: "%{user_name} a envoyé l'initiative %{resource_name} à la validation technique"
|
290
|
+
unpublish: "%{user_name} a dépublié l'initiative %{resource_name}"
|
291
|
+
update: "%{user_name} a mis à jour l'initiative %{resource_name}"
|
292
|
+
admin_states:
|
293
|
+
accepted: Assez de signatures
|
294
|
+
created: Créée
|
295
|
+
discarded: Retirée
|
296
|
+
published: Publiée
|
297
|
+
rejected: Pas assez de signatures
|
298
|
+
validating: Validation technique
|
299
|
+
application_helper:
|
300
|
+
filter_area_values:
|
301
|
+
all: Tout
|
302
|
+
filter_scope_values:
|
303
|
+
all: Tout
|
304
|
+
filter_state_values:
|
305
|
+
accepted: Assez de signatures
|
306
|
+
all: Tout
|
307
|
+
answered: Répondu
|
308
|
+
closed: Fermées
|
309
|
+
open: Ouvrir
|
310
|
+
rejected: Pas assez de signatures
|
311
|
+
filter_type_values:
|
312
|
+
all: Tout
|
313
|
+
committee_requests:
|
314
|
+
approve:
|
315
|
+
success: La demande a été approuvée.
|
316
|
+
new:
|
317
|
+
continue: Continuer
|
318
|
+
help_text: Vous êtes sur le point de demander à devenir membre du Comité de promotion de cette initiative
|
319
|
+
revoke:
|
320
|
+
success: La demande a été révoquée.
|
321
|
+
spawn:
|
322
|
+
success: Votre demande a été envoyée à l'auteur de l'initiative.
|
323
|
+
content_blocks:
|
324
|
+
highlighted_initiatives:
|
325
|
+
name: Initiatives mises en avant
|
326
|
+
create_initiative:
|
327
|
+
fill_data:
|
328
|
+
back: Retour
|
329
|
+
continue: Continuer
|
330
|
+
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>"
|
331
|
+
initiative_type: Type d'initiative
|
332
|
+
more_information: "(Plus d'informations)"
|
333
|
+
select_area: Sélectionnez une zone
|
334
|
+
select_scope: Sélectionnez une portée
|
335
|
+
finish:
|
336
|
+
back: Retour
|
337
|
+
back_to_initiatives: Retour à l'index des initiatives
|
338
|
+
callout_text: Bravo ! Votre pétition a été créée avec succès.
|
339
|
+
confirm: Vous allez envoyer la pétition à un administrateur pour qu'il la consulte et la publie. Une fois publiée, vous ne serez plus en mesure de l'éditer. Êtes-vous sûr que votre pétition est prête ?
|
340
|
+
edit_my_initiative: Modifier mon initiative
|
341
|
+
go_to_my_initiatives: Consulter mes initiatives
|
342
|
+
more_information: "(Plus d'informations)"
|
343
|
+
send_my_initiative: Envoyer mon initiative pour la validation technique
|
344
|
+
finish_help:
|
345
|
+
access_reminder: Vous pouvez accéder à vos pétitions via le filtre %{link} sur la page Pétitions.
|
346
|
+
publish_helper_text: N'oubliez pas que pour que votre pétition soit publiée, vous devez compléter les informations requises et <strong>l'envoyer à la validation technique</strong> pour qu'un administrateur puisse l'examiner.
|
347
|
+
previous_form:
|
348
|
+
back: Retour
|
349
|
+
continue: Continuer
|
350
|
+
help: En quoi consiste l'initiative ? Saisissez son titre et sa description. Nous recommandons un titre court et synthétique et une description axée sur la solution proposée.
|
351
|
+
more_information: "(Plus d'informations)"
|
352
|
+
promotal_committee:
|
353
|
+
back: Retour
|
354
|
+
individual_help_text: Ce type de pétition nécessite un Comité de promotion composé d’au moins %{committee_size} personnes (garants). Pour réunir un comité de promotion, partagez le lien suivant aux personnes que vous souhaitez. Lorsque ces personnes recevront ce lien, elles devront suivre les étapes indiquées.
|
355
|
+
more_information: "(Plus d'informations)"
|
356
|
+
select_initiative_type:
|
357
|
+
back: Retour
|
358
|
+
choose_html: Je veux créer un <strong>%{title}</strong>
|
359
|
+
more_information: "(Plus d'informations)"
|
360
|
+
select: Créer une initiative
|
361
|
+
select_initiative_type_help: Les pétitions sont un moyen par lequel les participants peuvent intervenir afin que l'organisation puisse entreprendre des actions en faveur de l'intérêt général. Quelle pétition voulez-vous lancer?
|
362
|
+
share_committee_link:
|
363
|
+
continue: Continuer
|
364
|
+
invite_to_committee_help: Lien pour inviter des personnes à faire partie du Comité de promotion
|
365
|
+
show_similar_initiatives:
|
366
|
+
back: Retour
|
367
|
+
compare_help: Si l'une des initiatives suivantes est similaire à la vôtre, nous vous encourageons à l'appuyer. Votre proposition aura ainsi plus de possibilités de se réaliser.
|
368
|
+
continue: Mon initiative est différente
|
369
|
+
more_information: "(Plus d'informations)"
|
370
|
+
edit:
|
371
|
+
accept: Accepter la pétition
|
372
|
+
back: Retour
|
373
|
+
confirm: Êtes-vous sûr(e) ?
|
374
|
+
discard: Rejeter l'initiative
|
375
|
+
export_pdf_signatures: Exporter le PDF des signatures
|
376
|
+
export_votes: Exporter les signatures
|
377
|
+
reject: Rejeter la pétition
|
378
|
+
title: Modifier la pétition
|
379
|
+
update: Mettre à jour
|
380
|
+
events:
|
381
|
+
approve_membership_request:
|
382
|
+
email_intro: "%{author_nickname} a accepté votre candidature pour faire partie du comité de promotion de la pétition %{resource_title}."
|
383
|
+
email_outro: 'Vous avez reçu cette notification parce que vous avez demandé à faire partie du comité de promotion de cette pétition: %{resource_title}'
|
384
|
+
email_subject: "%{author_nickname} a accepté votre demande de rejoindre le comité de promotion"
|
385
|
+
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> a accepté votre candidature pour faire partie du comité de promotion de la pétition suivante <a href="%{resource_url}">%{resource_title}</a>.
|
386
|
+
create_initiative_event:
|
387
|
+
email_intro: "%{author_name} %{author_nickname}, que vous suivez, a créé une nouvelle initiative, lisez -la et contribuez :"
|
388
|
+
email_outro: Vous avez reçu cette notification, car vous suivez %{author_nickname}. Vous pouvez arrêter de recevoir des notifications à partir du lien précédent.
|
389
|
+
email_subject: Nouvelle initiative de %{author_nickname}
|
390
|
+
notification_title: L'initiative <a href="%{resource_path}">%{resource_title}</a> a été créée par <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
391
|
+
endorse_initiative_event:
|
392
|
+
email_intro: "%{author_name} %{author_nickname}, que vous suivez, a soutenu l'initiative suivante; vous pouvez y contribuer si vous le souhaitez :"
|
393
|
+
email_outro: Vous avez reçu cette notification parce que vous suivez %{author_nickname}. Vous pouvez arrêter de recevoir des notifications à partir du lien précédent.
|
394
|
+
email_subject: Initiative soutenue par %{author_nickname}
|
395
|
+
notification_title: L'initiative<a href="%{resource_path}">%{resource_title}</a> a été soutenue par <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
396
|
+
revoke_membership_request:
|
397
|
+
email_intro: "%{author_nickname} a accepté votre candidature pour faire partie du comité de promotion de la pétition %{resource_title}."
|
398
|
+
email_outro: 'Vous avez reçu cette notification parce que vous avez demandé à rejoindre cette pétition : %{resource_title}.'
|
399
|
+
email_subject: "%{author_nickname} a rejeté votre candidature au comité de promotion"
|
400
|
+
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> a rejeté votre candidature pour faire partie du comité de promotion de la pétition suivante <a href="%{resource_url}">%{resource_title}</a>.
|
401
|
+
spawn_committee_request_event:
|
402
|
+
email_intro: "%{applicant_nickname} a postulé pour faire partie du comité de promotion de votre pétition %{resource_title}. Pour accepter ou rejeter la demande, allez dans le formulaire de modification de votre initiative."
|
403
|
+
email_outro: 'Vous avez reçu cette notification car vous êtes l''auteur de cette pétition : %{resource_title}'
|
404
|
+
email_subject: "%{applicant_nickname} veut rejoindre le comité de promotion de votre pétition"
|
405
|
+
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>.
|
406
|
+
form:
|
407
|
+
add_attachments: Pièces-jointes
|
408
|
+
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
409
|
+
delete_attachment: Supprimer
|
410
|
+
index:
|
411
|
+
title: Initiatives
|
412
|
+
initiative_signatures:
|
413
|
+
fill_personal_data:
|
414
|
+
continue: Continuer
|
415
|
+
date_select:
|
416
|
+
day: journée
|
417
|
+
month: Mois
|
418
|
+
year: Année
|
419
|
+
help: S'il vous plaît, remplissez les champs suivants avec vos données personnelles pour signer l'initiative
|
420
|
+
finish:
|
421
|
+
back_to_initiative: Retour à l'initiative
|
422
|
+
sms_code:
|
423
|
+
continue: Vérifier le code et continuer
|
424
|
+
help: Vérifiez les SMS reçus sur votre téléphone
|
425
|
+
sms_phone_number:
|
426
|
+
continue: Envoyez moi un SMS
|
427
|
+
help: Remplissez le formulaire avec votre numéro de téléphone vérifié pour demander votre code de vérification
|
428
|
+
initiative_votes:
|
429
|
+
create:
|
430
|
+
error: Il y a eu des erreurs lors de la signature de l'initiative.
|
431
|
+
invalid: Les données fournies pour signer l'initiative ne sont pas valides
|
432
|
+
success_html: Toutes nos félicitations! L'initiative <strong> %{title}</strong> a été signée correctement
|
433
|
+
personal_data:
|
434
|
+
invalid: Les données personnelles ne correspondent pas aux données fournies pour autorisation.
|
435
|
+
sms_code:
|
436
|
+
invalid: Votre code de vérification ne correspond pas au nôtre. Veuillez vérifier le SMS que nous vous avons envoyé.
|
437
|
+
sms_phone:
|
438
|
+
invalid: Le numéro de téléphone est invalide ou en attente d'autorisation. S'il vous plaît, vérifiez vos autorisations.
|
439
|
+
initiatives:
|
440
|
+
author:
|
441
|
+
deleted: Supprimé
|
442
|
+
author_list:
|
443
|
+
hidden_authors_count:
|
444
|
+
one: et 1 autre personne
|
445
|
+
other: et %{count} autres personnes
|
446
|
+
committee_members:
|
447
|
+
approve: Accepter
|
448
|
+
confirm_revoke: Êtes-vous sûr(e) ?
|
449
|
+
invite_to_committee_help: Partagez ce lien pour inviter d'autres utilisateurs au Comité de promotion
|
450
|
+
no_members_yet: Il n'y a pas encore de membres dans le Comité de promotion
|
451
|
+
revoke: Révoquer
|
452
|
+
title: Membres du Comité de promotion
|
453
|
+
count:
|
454
|
+
title:
|
455
|
+
one: "%{count} initiative"
|
456
|
+
other: "%{count} initiatives"
|
457
|
+
filters:
|
458
|
+
any: Tout
|
459
|
+
area: Zone
|
460
|
+
author: Auteur
|
461
|
+
myself: Mes initiatives
|
462
|
+
scope: Périmètre
|
463
|
+
search: Rechercher
|
464
|
+
state: État
|
465
|
+
type: Type
|
466
|
+
filters_small_view:
|
467
|
+
close_modal: Fermer la fenêtre
|
468
|
+
filter: Filtre
|
469
|
+
filter_by: Filtrer par
|
470
|
+
unfold: Voir la suite
|
471
|
+
index_header:
|
472
|
+
new_initiative: Nouvelle initiative
|
473
|
+
not_authorized:
|
474
|
+
authorizations_page: Voir les autorisations
|
475
|
+
close: Fermer
|
476
|
+
explanation: Vous devez être vérifié pour créer une nouvelle initiative.
|
477
|
+
title: Autorisation requise
|
478
|
+
initiatives:
|
479
|
+
closed_initiatives_warning: À l'heure actuelle, il n'y a pas de pétitions publiées, mais vous trouverez ici une liste de toutes les pétitions fermées.
|
480
|
+
no_initiatives_warning: Aucune initiative ne correspond à vos critères de recherche.
|
481
|
+
interactions:
|
482
|
+
comments_count:
|
483
|
+
count:
|
484
|
+
one: Commentaire
|
485
|
+
other: commentaires
|
486
|
+
orders:
|
487
|
+
label: 'Trier les initiatives par :'
|
488
|
+
most_commented: Les plus commentées
|
489
|
+
most_voted: Les plus soutenues
|
490
|
+
random: Aléatoire
|
491
|
+
recent: Les plus récentes
|
492
|
+
recently_published: Plus récemment publié
|
493
|
+
print:
|
494
|
+
address: Adresse
|
495
|
+
author_title: Auteur de la pétition
|
496
|
+
city: Ville
|
497
|
+
email: Email
|
498
|
+
full_name: Nom Complet
|
499
|
+
general_title: Demande d'admission d'une pétition
|
500
|
+
id_number: Numéro du document d'identification
|
501
|
+
initiative:
|
502
|
+
attachments: Documentation jointe (veuillez écrire le nom de chaque document ci-dessous)
|
503
|
+
description: 'Description :'
|
504
|
+
title: 'Titre :'
|
505
|
+
type: Type de pétition
|
506
|
+
legal_text: Les données personnelles recueillies seront incorporées et traitées de façon confidentielle par l'organisation, conformément à la législation en vigueur.
|
507
|
+
phone_number: Numéro de téléphone
|
508
|
+
place_date: Lieu, Date
|
509
|
+
postal_code: Code Postal/ZIP
|
510
|
+
print: Imprimer
|
511
|
+
province: Province/état
|
512
|
+
section: 'Si l''organisme le demande, veuillez imprimer et remplir ce formulaire pour soumettre si indiqué:'
|
513
|
+
signature: Signature
|
514
|
+
result:
|
515
|
+
answer_title: Cette initiative a reçu une réponse
|
516
|
+
initiative_rejected_reason: Cette initiative a été rejetée car elle n'a pas atteint le nombre de signatures requis dans le délai de collecte.
|
517
|
+
show:
|
518
|
+
any_vote_method: Cette pétition recueille des signatures en ligne ainsi qu'en présentiel.
|
519
|
+
confirm: Vous allez envoyer la pétition à un administrateur pour qu'il la consulte et la publie. Une fois publiée, vous ne serez plus en mesure de l'éditer. Êtes-vous sûr que votre pétition est prête ?
|
520
|
+
edit: Modifier
|
521
|
+
follow_description: Recevoir une notification lorsqu'il y a des actualités sur cette initiative
|
522
|
+
offline_method: Cette pétition ne recueille que des signatures en présentiel.
|
523
|
+
print: Imprimer la pétition
|
524
|
+
send_to_technical_validation: Envoyer à la validation technique
|
525
|
+
signatures_count:
|
526
|
+
one: " signature"
|
527
|
+
other: " signatures"
|
528
|
+
vote_cabin:
|
529
|
+
already_voted: Déjà signée
|
530
|
+
supports_required: "%{total_supports} signatures requises"
|
531
|
+
verification_required: Vérifiez votre compte pour signer l'initiative
|
532
|
+
vote: Signer
|
533
|
+
votes_blocked: Signatures désactivées
|
534
|
+
votes_count:
|
535
|
+
count:
|
536
|
+
one: Signature
|
537
|
+
other: Signatures
|
538
|
+
most_popular_initiative: Initiative la plus populaire
|
539
|
+
need_more_votes: Besoin de plus de signatures
|
540
|
+
initiatives_mailer:
|
541
|
+
creation_subject: Votre initiative '%{title}' a été créée
|
542
|
+
initiative_link:
|
543
|
+
check_initiative_details: Vous pouvez accéder aux détails de l'initiative
|
544
|
+
here: ici
|
545
|
+
more_information: Vous trouverez ici plus d'informations sur le processus de création d'une initiative.
|
546
|
+
progress_report_body_for: L'initiative %{title} a atteint %{percentage}% des soutiens requis.
|
547
|
+
progress_report_for: 'Résumé de l''initiative : %{title}'
|
548
|
+
promotal_committee_help: Rappelez-vous que vous devez inviter au moins %{member_count} personnes au Comité de promotion. Envoyez le lien suivant pour les inviter
|
549
|
+
status_change_body_for: 'Le statut de l''initiative %{title} a été changé pour : %{state}'
|
550
|
+
status_change_for: L'initiative %{title} a changé de statut
|
551
|
+
last_activity:
|
552
|
+
new_initiative: Nouvelle initiative
|
553
|
+
pages:
|
554
|
+
home:
|
555
|
+
highlighted_initiatives:
|
556
|
+
active_initiatives: Initiatives actives
|
557
|
+
see_all_initiatives: Voir toutes les initiatives
|
558
|
+
show:
|
559
|
+
badge_name:
|
560
|
+
accepted: Assez de signatures
|
561
|
+
created: Créé le
|
562
|
+
discarded: Retirée
|
563
|
+
published: Publié
|
564
|
+
rejected: Pas assez de signatures
|
565
|
+
validating: Validation technique
|
566
|
+
states:
|
567
|
+
accepted: Acceptées
|
568
|
+
expired: Expirées
|
569
|
+
unavailable_scope: Portée indisponible
|
570
|
+
update:
|
571
|
+
error: Une erreur est survenue
|
572
|
+
success: La pétition a été mise à jour avec succès
|
573
|
+
versions:
|
574
|
+
shared:
|
575
|
+
back_to_resource: Retour à l'initiative
|
576
|
+
menu:
|
577
|
+
initiatives: Initiatives
|
578
|
+
resources:
|
579
|
+
initiatives_type:
|
580
|
+
actions:
|
581
|
+
title: Actions
|
582
|
+
vote: Vote
|
583
|
+
layouts:
|
584
|
+
decidim:
|
585
|
+
initiative_creation_header:
|
586
|
+
back: Retour
|
587
|
+
fill_data: Complétez votre initiative
|
588
|
+
finish: Publiez votre initiative
|
589
|
+
previous_form: Créez votre initiative
|
590
|
+
promotal_committee: Comité de promotion
|
591
|
+
select_initiative_type: Sélectionnez le type de d'initiative
|
592
|
+
show_similar_initiatives: Comparez avec les autres initiatives
|
593
|
+
step: Étape %{current} de %{total}
|
594
|
+
title: Créer une nouvelle initiative
|
595
|
+
initiative_header:
|
596
|
+
initiative_menu_item: Initiative
|
597
|
+
initiative_signature_creation_header:
|
598
|
+
back: Retour
|
599
|
+
fill_personal_data: Complétez vos données
|
600
|
+
finish: terminer
|
601
|
+
finished: Initiative signée avec succès
|
602
|
+
see_steps: voir les étapes
|
603
|
+
select_identity: Sélectionner une identité
|
604
|
+
sms_code: Vérification du code SMS
|
605
|
+
sms_phone_number: numéro de téléphone portable
|
606
|
+
step: Étape %{current} sur %{total}
|
607
|
+
title: Signer %{initiative_title}
|
608
|
+
initiatives:
|
609
|
+
initiative:
|
610
|
+
check: Découvrez l'initiative
|
611
|
+
check_and_support: Découvrez l'initiative et signez-la
|
612
|
+
no_initiatives_yet:
|
613
|
+
no_initiatives_yet: Aucune initiative pour le moment !
|