decidim-initiatives 0.23.6 → 0.24.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/assets/stylesheet/decidim/initiatives/initiatives.scss +6 -0
  4. data/app/assets/stylesheet/decidim/initiatives/print-initiative.css.scss +22 -0
  5. data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives/show.erb +4 -8
  6. data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_cell.rb +5 -1
  7. data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form/show.erb +2 -1
  8. data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb +12 -1
  9. data/app/commands/decidim/initiatives/admin/update_initiative.rb +3 -3
  10. data/app/commands/decidim/initiatives/admin/update_initiative_answer.rb +3 -3
  11. data/app/commands/decidim/initiatives/approve_membership_request.rb +40 -0
  12. data/app/commands/decidim/initiatives/create_initiative.rb +5 -4
  13. data/app/commands/decidim/initiatives/revoke_membership_request.rb +40 -0
  14. data/app/commands/decidim/initiatives/send_initiative_to_technical_validation.rb +57 -0
  15. data/app/commands/decidim/initiatives/spawn_committee_request.rb +18 -0
  16. data/app/commands/decidim/initiatives/update_initiative.rb +74 -0
  17. data/app/controllers/decidim/initiatives/admin/committee_requests_controller.rb +15 -4
  18. data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +1 -1
  19. data/app/controllers/decidim/initiatives/admin/moderations/reports_controller.rb +18 -0
  20. data/app/controllers/decidim/initiatives/committee_requests_controller.rb +32 -0
  21. data/app/controllers/decidim/initiatives/initiatives_controller.rb +58 -1
  22. data/app/events/decidim/initiatives/approve_membership_request_event.rb +61 -0
  23. data/app/events/decidim/initiatives/initiative_sent_to_technical_validation_event.rb +19 -0
  24. data/app/events/decidim/initiatives/revoke_membership_request_event.rb +61 -0
  25. data/app/events/decidim/initiatives/spawn_committee_request_event.rb +61 -0
  26. data/app/forms/decidim/initiatives/admin/initiative_form.rb +8 -4
  27. data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +3 -0
  28. data/app/forms/decidim/initiatives/initiative_form.rb +25 -2
  29. data/app/forms/decidim/initiatives/vote_form.rb +1 -1
  30. data/app/helpers/decidim/initiatives/admin/initiative_admin_menu_helper.rb +15 -0
  31. data/app/helpers/decidim/initiatives/create_initiative_helper.rb +3 -2
  32. data/app/models/concerns/decidim/initiatives/has_area.rb +1 -1
  33. data/app/models/decidim/initiative.rb +0 -1
  34. data/app/permissions/decidim/initiatives/admin/permissions.rb +5 -4
  35. data/app/permissions/decidim/initiatives/permissions.rb +47 -20
  36. data/app/queries/decidim/initiatives/initiatives_promoted.rb +1 -1
  37. data/app/queries/decidim/initiatives/organization_prioritized_initiatives.rb +13 -2
  38. data/app/serializers/decidim/initiatives/initiative_serializer.rb +3 -0
  39. data/app/services/decidim/initiatives/dummy_timestamp.rb +1 -1
  40. data/app/services/decidim/initiatives/initiative_search.rb +15 -13
  41. data/app/services/decidim/initiatives/pdf_signature_example.rb +27 -27
  42. data/app/views/decidim/initiatives/admin/initiatives/edit.html.erb +1 -1
  43. data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +6 -0
  44. data/app/views/decidim/initiatives/admin/initiatives_type_scopes/edit.html.erb +24 -17
  45. data/app/views/decidim/initiatives/admin/initiatives_type_scopes/new.html.erb +17 -11
  46. data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +1 -1
  47. data/app/views/decidim/initiatives/create_initiative/_finish_help.html.erb +2 -7
  48. data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +4 -17
  49. data/app/views/decidim/initiatives/create_initiative/finish.html.erb +11 -11
  50. data/app/views/decidim/initiatives/initiatives/_committee_members.html.erb +73 -0
  51. data/app/views/decidim/initiatives/initiatives/_form.html.erb +112 -0
  52. data/app/views/decidim/initiatives/initiatives/_result.html.erb +1 -1
  53. data/app/views/decidim/initiatives/initiatives/_send_to_technical_validation.html.erb +8 -0
  54. data/app/views/decidim/initiatives/initiatives/edit.html.erb +78 -0
  55. data/app/views/decidim/initiatives/initiatives/print.html.erb +156 -0
  56. data/app/views/decidim/initiatives/initiatives/show.html.erb +19 -7
  57. data/app/views/layouts/decidim/admin/initiative.html.erb +0 -1
  58. data/app/views/layouts/decidim/admin/initiatives.html.erb +2 -15
  59. data/config/locales/ar.yml +3 -28
  60. data/config/locales/ca.yml +62 -32
  61. data/config/locales/cs.yml +112 -52
  62. data/config/locales/de.yml +91 -31
  63. data/config/locales/el.yml +3 -34
  64. data/config/locales/en.yml +94 -34
  65. data/config/locales/es-MX.yml +9 -36
  66. data/config/locales/es-PY.yml +9 -36
  67. data/config/locales/es.yml +10 -37
  68. data/config/locales/eu.yml +3 -28
  69. data/config/locales/fi-plain.yml +94 -34
  70. data/config/locales/fi.yml +94 -34
  71. data/config/locales/fr-CA.yml +96 -36
  72. data/config/locales/fr.yml +96 -36
  73. data/config/locales/gl.yml +3 -36
  74. data/config/locales/hu.yml +3 -32
  75. data/config/locales/id-ID.yml +3 -28
  76. data/config/locales/is-IS.yml +3 -13
  77. data/config/locales/it.yml +3 -34
  78. data/config/locales/ja.yml +2 -35
  79. data/config/locales/lv.yml +3 -32
  80. data/config/locales/nl.yml +31 -34
  81. data/config/locales/no.yml +2 -32
  82. data/config/locales/pl.yml +78 -33
  83. data/config/locales/pt-BR.yml +3 -28
  84. data/config/locales/pt.yml +4 -35
  85. data/config/locales/ro-RO.yml +3 -35
  86. data/config/locales/ru.yml +3 -21
  87. data/config/locales/sk.yml +3 -30
  88. data/config/locales/sr-CS.yml +0 -7
  89. data/config/locales/sv.yml +2 -37
  90. data/config/locales/tr-TR.yml +68 -34
  91. data/config/locales/uk.yml +3 -21
  92. data/config/locales/zh-CN.yml +2 -35
  93. data/db/migrate/20171017095143_update_initiative_scoped_type.rb +0 -1
  94. data/db/migrate/20191107134847_add_scopes_to_initiatives_votes.rb +1 -1
  95. data/db/migrate/20191118105634_allow_multiple_offline_votes.rb +1 -1
  96. data/lib/decidim/api/initiative_api_type.rb +26 -0
  97. data/lib/decidim/api/initiative_committee_member_type.rb +18 -0
  98. data/lib/decidim/api/initiative_type.rb +49 -0
  99. data/lib/decidim/api/initiative_type_interface.rb +8 -3
  100. data/lib/decidim/initiatives/admin_engine.rb +23 -1
  101. data/lib/decidim/initiatives/api.rb +3 -0
  102. data/lib/decidim/initiatives/engine.rb +14 -9
  103. data/lib/decidim/initiatives/initiatives_filter_form_builder.rb +19 -12
  104. data/lib/decidim/initiatives/participatory_space.rb +6 -6
  105. data/lib/decidim/initiatives/query_extensions.rb +42 -19
  106. data/lib/decidim/initiatives/test/factories.rb +36 -0
  107. data/lib/decidim/initiatives/version.rb +1 -1
  108. data/lib/decidim/initiatives.rb +1 -0
  109. metadata +34 -19
  110. data/app/types/decidim/initiatives/initiative_api_type.rb +0 -26
  111. data/app/types/decidim/initiatives/initiative_committee_member_type.rb +0 -18
  112. data/app/types/decidim/initiatives/initiative_type.rb +0 -42
@@ -16,14 +16,6 @@ it:
16
16
  online: In linea
17
17
  state: Stato
18
18
  title: Titolo
19
- initiative_author:
20
- address: Indirizzo
21
- city: Città
22
- id_document: DNI / NIE
23
- name: Nome e cognome
24
- phone_number: Numero di telefono
25
- post_code: Codice postale
26
- province: Provincia
27
19
  initiatives_committee_member:
28
20
  user: membro del Comitato
29
21
  initiatives_type:
@@ -141,10 +133,7 @@ it:
141
133
  email_subject: Nuova pietra miliare completata!
142
134
  notification_title: L'iniziativa <a href="%{resource_path}">%{resource_title}</a> ha raggiunto il %{percentage}% delle firme.
143
135
  support_threshold_reached:
144
- email_intro: L'iniziativa %{resource_title} ha raggiunto la soglia di supporto
145
136
  email_outro: Hai ricevuto questa notifica perché sei un amministratore della piattaforma.
146
- email_subject: Soglia di supporto raggiunta
147
- notification_title: L'iniziativa <a href="%{resource_path}">%{resource_title}</a> ha raggiunto la soglia di supporto
148
137
  gamification:
149
138
  badges:
150
139
  initiatives:
@@ -299,7 +288,6 @@ it:
299
288
  fill_data:
300
289
  back: Indietro
301
290
  continue: Continua
302
- fill_data_help: "<ul> <li>Rivedi il contenuto della tua iniziativa. Il tuo titolo è facile da capire? L'obiettivo della tua iniziativa è chiaro?</li> <li>Devi scegliere il tipo di firma. Di persona, online o una combinazione di entrambe</li> <li>Qual è l'ambito territoriale dell'iniziativa? Città, municipio, quartiere?</li> </ul>"
303
291
  initiative_type: Tipo di iniziativa
304
292
  more_information: "(Maggiori informazioni)"
305
293
  select_area: Seleziona un'area
@@ -307,19 +295,8 @@ it:
307
295
  finish:
308
296
  back: Indietro
309
297
  back_to_initiatives: Torna alle iniziative
310
- callout_text: Complimenti! La tua iniziativa cittadina è stata creata con successo.
311
- confirm: Conferma
312
- edit_my_initiative: Modifica le mie iniziative
313
298
  go_to_my_initiatives: Vai alle mie iniziative
314
299
  more_information: "(Maggiori informazioni)"
315
- send_my_initiative: Invia la mia iniziativa
316
- finish_help:
317
- access_reminder: Ricorda che potrai sempre accedere alle tue iniziative attraverso il menu utente.
318
- help_for_organizations: Se sei un'associazione dovrai caricare i verbali del consiglio di amministrazione di tutte le organizzazioni che formano la Commissione Promotrice
319
- help_in_person_signatures: Se hai scelto di raccogliere le firme di persona o anche online, dovrai caricare le informazioni richieste.
320
- help_text: Ricorda che per elaborare correttamente l'iniziativa devi accedere al pannello di amministrazione dove troverai il menu utente, caricare le informazioni richieste e inviarlo per l'elaborazione.
321
- initiatives_page_link: Puoi consultare tutte queste informazioni sul %{link} dedicato a informare sulle iniziative.
322
- page: pagina
323
300
  previous_form:
324
301
  back: Indietro
325
302
  continue: Continua
@@ -327,14 +304,12 @@ it:
327
304
  more_information: "(Maggiori informazioni)"
328
305
  promotal_committee:
329
306
  back: Indietro
330
- individual_help_text: Questo tipo di iniziativa dei cittadini richiede una commissione di promozione composta da almeno %{committee_size} persone (gli attestati). È necessario condividere il seguente collegamento con le altre persone che fanno parte di questa iniziativa. Quando i tuoi contatti riceveranno questo link dovranno seguire i passaggi indicati.
331
307
  more_information: "(Maggiori informazioni)"
332
308
  select_initiative_type:
333
309
  back: Indietro
334
310
  choose_html: Voglio creare uno <strong>%{title}</strong>
335
311
  more_information: "(Maggiori informazioni)"
336
312
  select: Voglio promuovere questa iniziativa
337
- select_initiative_type_help: Le iniziative dei cittadini sono strumenti attraverso cui intervenire in modo che il Consiglio comunale possa intraprendere azioni in difesa dell'interesse generale, nei settori di competenza comunale. Quale iniziativa vuoi lanciare?
338
313
  share_committee_link:
339
314
  continue: Continua
340
315
  invite_to_committee_help: Link per invitare persone che faranno parte del comitato promotore
@@ -427,19 +402,12 @@ it:
427
402
  random: Casuale
428
403
  recent: Piu recente
429
404
  recently_published: Pubblicati più di recente
405
+ print:
406
+ city: Città
430
407
  result:
431
- answer_title:
432
- accepted: Questa proposta è stata accettata perché
433
- created: Questa proposta è stata creata
434
- discarded: Questa proposta è stata scartata perché
435
- published: Questa proposta è pubblicata perché
436
- rejected: Questa proposta è stata respinta perché
437
- validating: Questa proposta è in corso di valutazione
438
408
  initiative_rejected_reason: Questa iniziativa è stata respinta a causa della mancanza di firme.
439
409
  show:
440
- any_vote_method: Questa iniziativa cittadina raccoglie firme online e in presenza.
441
410
  follow_description: Ricevi una notifica quando ci sono novità in questa iniziativa
442
- offline_method: Questa iniziativa cittadina raccoglie solo supporti in presenza.
443
411
  signatures_count:
444
412
  one: " firma"
445
413
  other: " firme"
@@ -499,6 +467,7 @@ it:
499
467
  decidim:
500
468
  admin:
501
469
  initiative:
470
+ attachments: allegati
502
471
  committee_members: membri del Comitato
503
472
  components: componenti
504
473
  information: Informazione
@@ -16,14 +16,6 @@ ja:
16
16
  online: オンライン
17
17
  state: ステータス
18
18
  title: タイトル
19
- initiative_author:
20
- address: 住所
21
- city: 市区町村名
22
- id_document: 免許証/保険証/マイナンバーカード
23
- name: 氏名と姓
24
- phone_number: 電話番号
25
- post_code: 郵便番号
26
- province: 県
27
19
  initiatives_committee_member:
28
20
  user: 委員会メンバー
29
21
  initiatives_type:
@@ -154,10 +146,7 @@ ja:
154
146
  email_subject: 新しいマイルストーンが完了しました!
155
147
  notification_title: <a href="%{resource_path}">%{resource_title}</a> イニシアチブは署名の %{percentage}%を達成している。
156
148
  support_threshold_reached:
157
- email_intro: イニシアチブ %{resource_title} がサポートのしきい値に達しました
158
149
  email_outro: あなたはプラットフォームの管理者であるため、この通知を受け取りました。
159
- email_subject: サポートのしきい値に達しました
160
- notification_title: <a href="%{resource_path}">%{resource_title}</a> イニシアチブはサポートのしきい値に達しました
161
150
  gamification:
162
151
  badges:
163
152
  initiatives:
@@ -264,7 +253,6 @@ ja:
264
253
  update: 更新
265
254
  form:
266
255
  authorizations: 認証設定
267
- child_scope_threshold_enabled_help: 'この設定フラグはオフライン投票をサポートしておらず、サブjaugesを有効にし、スコープをユーザに関連付ける権限ハンドラで動作します。 設置が間違っていないことを確認してください。正しく動作させるためには、スコープを 親1-子N の階層構造で構成する必要があります。 この設定の仕組みについての詳細は、この <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">リンク</a> を参照してください。'
268
256
  only_global_scope_enabled_help: '「子スコープ署名」を有効にし、グローバルスコープを親スコープとして設定する場合、このフラグをチェックします。 これを有効にすると、取り組み作成ウィザードで取り組みタイプの選択がスキップされます。 この設定の仕組みについての詳細は、この <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">リンク</a> を参照してください。'
269
257
  options: オプション
270
258
  title: 一般情報
@@ -316,7 +304,6 @@ ja:
316
304
  fill_data:
317
305
  back: 戻る
318
306
  continue: 続ける
319
- fill_data_help: "<ul> <li>イニシアチブの内容を確認しましょう。件名はわかりやすいですか? イニシアチブの目的は明確ですか? </li> <li>署名の種類を選択する必要があります。直接署名、オンライン署名、または両方の組み合わせ</li> <li>イニシアチブの対象範囲はどのようなものですか? 市ですか?地区ですか?</li></ul>"
320
307
  initiative_type: イニシアティブの種類
321
308
  more_information: "(詳細)"
322
309
  select_area: エリアを選択
@@ -324,19 +311,8 @@ ja:
324
311
  finish:
325
312
  back: 戻る
326
313
  back_to_initiatives: イニシアチブに戻る
327
- callout_text: おめでとうございます!あなたのイニシアチブが正常に作成されました。
328
- confirm: 確認する
329
- edit_my_initiative: 自分のイニシアチブを編集
330
314
  go_to_my_initiatives: 私のイニシアチブに移動
331
315
  more_information: "(詳細)"
332
- send_my_initiative: 自分のイニシアチブを送信
333
- finish_help:
334
- access_reminder: 参加者メニューから常にあなたのイニシアチブにアクセスできることを忘れないでください。
335
- help_for_organizations: あなたが団体である場合は、プロモーション委員会を構成するすべての組織の管理委員会の議事録をアップロードする必要があります。
336
- help_in_person_signatures: 直接署名を収集する場合、またはオンラインと組み合わせる場合は、必要な情報をアップロードする必要があります。
337
- help_text: イニシアチブを適切に処理するには、ユーザーメニューが表示される管理パネルにアクセスする必要があります。 必要な情報をアップロードして処理のために送信してください
338
- initiatives_page_link: '%{link} のすべての情報を調べることができます。'
339
- page: ページ
340
316
  previous_form:
341
317
  back: 戻る
342
318
  continue: 続ける
@@ -344,14 +320,12 @@ ja:
344
320
  more_information: "(詳細)"
345
321
  promotal_committee:
346
322
  back: 戻る
347
- individual_help_text: この種の市民イニシアチブには、少なくとも %{committee_size} 人(証人)からなるプロモーション委員会が必要です。 このイニシアチブの一部である他の人と以下のリンクを共有する必要があります。 連絡先がこのリンクを受信すると、指定された手順に従う必要があります。
348
323
  more_information: "(詳細)"
349
324
  select_initiative_type:
350
325
  back: 戻る
351
326
  choose_html: <strong>%{title}</strong> を作成したい
352
327
  more_information: "(詳細)"
353
328
  select: 私はこのイニシアチブを推進したいです
354
- select_initiative_type_help: 市民のイニシアチブは、市議会が市の管轄区域内にある一般的な利益の防衛のための行動を行うことができるように、市民権が介入することができる手段である。 どのイニシアチブを立ち上げますか?
355
329
  share_committee_link:
356
330
  continue: 続ける
357
331
  invite_to_committee_help: プロモーター委員会に参加する人を招待するためのリンク
@@ -444,19 +418,12 @@ ja:
444
418
  random: Random
445
419
  recent: 直近のもの
446
420
  recently_published: 直近に公開
421
+ print:
422
+ city: 市区町村名
447
423
  result:
448
- answer_title:
449
- accepted: 'この提案は受け入れられた理由:'
450
- created: この提案は作成されました
451
- discarded: この提案は破棄されました
452
- published: 'この提案が公開されている理由:'
453
- rejected: この提案は拒否されました
454
- validating: この提案は評価されています
455
424
  initiative_rejected_reason: このイニシアチブは、署名がないために拒否されました。
456
425
  show:
457
- any_vote_method: この市民イニシアチブは、オンラインと対面の署名の両方を収集します。
458
426
  follow_description: このイニシアチブでニュースがある場合に通知を受け取る
459
- offline_method: この市民イニシアチブは、個人の署名のみを収集します。
460
427
  signatures_count:
461
428
  other: " 署名"
462
429
  vote_cabin:
@@ -15,12 +15,6 @@ lv:
15
15
  online: Tiešsaistē
16
16
  state: Statuss
17
17
  title: Nosaukums
18
- initiative_author:
19
- address: Adrese
20
- city: Pilsēta
21
- name: Vārds un uzvārds
22
- phone_number: Tālruņa numurs
23
- post_code: Pasta indekss
24
18
  initiatives_committee_member:
25
19
  user: Komitejas loceklis
26
20
  initiatives_type:
@@ -138,10 +132,7 @@ lv:
138
132
  email_subject: Jauns sasniegums!
139
133
  notification_title: <a href="%{resource_path}">%{resource_title}</a> iniciatīva ir sasniegusi %{percentage}% parakstu.
140
134
  support_threshold_reached:
141
- email_intro: Iniciatīva %{resource_title} ir sasniegusi atbalsta slieksni
142
135
  email_outro: Jūs saņēmāt šo paziņojumu, jo esat šīs platformas administrators.
143
- email_subject: Sasniegts atbalsta slieksnis
144
- notification_title: <a href="%{resource_path}">%{resource_title}</a> iniciatīva ir sasniegusi atbalsta slieksni
145
136
  gamification:
146
137
  badges:
147
138
  initiatives:
@@ -294,7 +285,6 @@ lv:
294
285
  fill_data:
295
286
  back: Atpakaļ
296
287
  continue: Turpināt
297
- fill_data_help: "<ul> <li> Pārskatiet savas iniciatīvas saturu. Vai jūsu nosaukums ir viegli saprotams? Vai jūsu iniciatīvas mērķis ir skaidrs? </li> <li> Jums jāizvēlas paraksta veids. Klātienē, tiešsaistē vai abu apvienojums </li> <li> Kāds ir iniciatīvas ģeogrāfiskais tvērums? Pilsēta, rajons? </li> </ul>"
298
288
  initiative_type: Iniciatīvas veids
299
289
  more_information: "(Papildu informācija)"
300
290
  select_area: Izvēlieties jomu
@@ -302,19 +292,8 @@ lv:
302
292
  finish:
303
293
  back: Atpakaļ
304
294
  back_to_initiatives: Atpakaļ pie iniciatīvām
305
- callout_text: Apsveicam! Jūsu pilsoniskā iniciatīva ir veiksmīgi izveidota.
306
- confirm: Apstiprināt
307
- edit_my_initiative: Rediģēt manas iniciatīvas
308
295
  go_to_my_initiatives: Doties pie manām iniciatīvām
309
296
  more_information: "(Papildu informācija)"
310
- send_my_initiative: Nosūtīt manu iniciatīvu
311
- finish_help:
312
- access_reminder: Atcerieties, ka jūs vienmēr varēsiet piekļūt savām iniciatīvām, izmantojot dalībnieku izvēlni.
313
- help_for_organizations: Ja esat biedrība, jums būs jāaugšupielādē visu organizāciju, kas veido veicināšanas komisiju, valdes sēžu protokoli
314
- help_in_person_signatures: Ja esat izvēlējies parakstus vākt klātienē vai klātienes un tiešsaistes apvienojumā, jums būs jāaugšupielādē nepieciešamā informācija.
315
- help_text: Atcerieties, ka, lai pareizi apstrādātu iniciatīvu, jums jāpiekļūst administrācijas panelim, kurā atradīsiet lietotāja izvēlni, augšupielādēsiet nepieciešamo informāciju un nosūtīsiet to apstrādei.
316
- initiatives_page_link: Visu šo informāciju varat meklēt %{link}, kas paredzēts, lai informētu par iniciatīvām.
317
- page: lapa
318
297
  previous_form:
319
298
  back: Atpakaļ
320
299
  continue: Turpināt
@@ -322,14 +301,12 @@ lv:
322
301
  more_information: "(Papildu informācija)"
323
302
  promotal_committee:
324
303
  back: Atpakaļ
325
- individual_help_text: Šāda veida pilsoniskai iniciatīvai ir nepieciešama veicināšanas komisija, kurā ir vismaz %{committee_size} cilvēki (liecinieki). Jums jādalās ar šo saiti ar citiem cilvēkiem, kuri piedalās šajā iniciatīvā. Kad jūsu kontaktpersonas saņems šo saiti, viņām būs jāveic norādītās darbības.
326
304
  more_information: "(Papildu informācija)"
327
305
  select_initiative_type:
328
306
  back: Atpakaļ
329
307
  choose_html: Es vēlos izveidot <strong>%{title}</strong>
330
308
  more_information: "(Papildu informācija)"
331
309
  select: Es vēlos veicināt šo iniciatīvu
332
- select_initiative_type_help: Pilsoniskās iniciatīvas ir līdzeklis, ar kuru pilsonība var iejaukties, panākot, lai pilsētas dome varētu aizstāvēt tās sabiedrības daļas intereses, kas ietilpst domes jurisdikcijā. Kādu iniciatīvu jūs vēlaties sākt?
333
310
  share_committee_link:
334
311
  continue: Turpināt
335
312
  invite_to_committee_help: Saite, lai uzaicinātu cilvēkus, kas piedalīsies veicinātāju komitejā
@@ -420,19 +397,12 @@ lv:
420
397
  random: Nejauši
421
398
  recent: Jaunākās
422
399
  recently_published: Pēdējās publicētās
400
+ print:
401
+ city: Pilsēta
423
402
  result:
424
- answer_title:
425
- accepted: Šis priekšlikums ir pieņemts, jo
426
- created: Šis priekšlikums ir izveidots
427
- discarded: Šis priekšlikums ir atmests, jo
428
- published: Šis priekšlikums ir publicēts, jo
429
- rejected: Šis priekšlikums ir noraidīts, jo
430
- validating: Šis priekšlikums tiek vērtēts
431
403
  initiative_rejected_reason: Šī iniciatīva ir noraidīta parakstu trūkuma dēļ.
432
404
  show:
433
- any_vote_method: Šī pilsoņu iniciatīva vāc gan tiešsaistes, gan klātienes parakstus.
434
405
  follow_description: Saņemiet paziņojumu, kad ir jaunumi par šo iniciatīvu
435
- offline_method: Šī pilsoņu iniciatīva vāc tikai klātienes parakstus.
436
406
  signatures_count:
437
407
  zero: "paraksti"
438
408
  one: "paraksts"
@@ -490,6 +460,7 @@ lv:
490
460
  decidim:
491
461
  admin:
492
462
  initiative:
463
+ attachments: Pielikumi
493
464
  committee_members: Komitejas locekļi
494
465
  components: Komponenti
495
466
  information: Informācija
@@ -15,14 +15,6 @@ nl:
15
15
  online: Online
16
16
  state: Status
17
17
  title: Titel
18
- initiative_author:
19
- address: Adres
20
- city: stad
21
- id_document: DNI / NIE
22
- name: Naam en familienaam
23
- phone_number: Telefoonnummer
24
- post_code: Postcode
25
- province: Provincie
26
18
  initiatives_committee_member:
27
19
  user: Commissielid
28
20
  initiatives_type:
@@ -139,10 +131,10 @@ nl:
139
131
  email_subject: Nieuwe mijlpaal voltooid!
140
132
  notification_title: Het <a href="%{resource_path}">%{resource_title}</a> initiatief heeft %{percentage}% handtekeningen behaald.
141
133
  support_threshold_reached:
142
- email_intro: Het initiatief %{resource_title} heeft de steundrempel bereikt
134
+ email_intro: Het initiatief %{resource_title} heeft de drempelwaarde voor handtekeningen bereikt
143
135
  email_outro: Je hebt deze melding ontvangen omdat je beheerder bent van het platform.
144
- email_subject: Ondersteuningsdrempel bereikt
145
- notification_title: Het <a href="%{resource_path}">%{resource_title}</a> initiatief heeft de support drempel bereikt
136
+ email_subject: Drempel handtekeningen bereikt
137
+ notification_title: Het initiatief <a href="%{resource_path}">%{resource_title}</a> heeft de drempel voor handtekeningen bereikt
146
138
  gamification:
147
139
  badges:
148
140
  initiatives:
@@ -187,6 +179,10 @@ nl:
187
179
  content_blocks:
188
180
  highlighted_initiatives:
189
181
  max_results: Maximum aantal elementen dat kan worden weergegeven
182
+ order:
183
+ default: Default (Minst Recent)
184
+ label: 'Sorteer volgens:'
185
+ most_recent: Meest recent
190
186
  exports:
191
187
  initiatives: Initiatieven
192
188
  initiatives:
@@ -248,6 +244,7 @@ nl:
248
244
  destroy: Verwijder
249
245
  update: Bijwerken
250
246
  form:
247
+ child_scope_threshold_enabled_help: 'Deze configuratie-vlag biedt geen ondersteuning voor offline stemmen, het maakt subscopes mogelijk en werkt met een autorisatieverwerker die een scope associeert met de gebruiker. Zorg ervoor dat je deze machtiging selecteert, onderaan in de autorisatie-instellingen. Om de toepassingsmogelijkheden te kunnen laten werken moet het op hiërarchische wijze worden geconfigureerd: 1 ouder - N kind. Voor meer informatie over hoe deze configuratie werkt, zie deze <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">link</a> .'
251
248
  title: Algemene informatie
252
249
  initiative_type_scopes:
253
250
  title: Scopes voor het initiatieftype
@@ -285,9 +282,13 @@ nl:
285
282
  filter_type_values:
286
283
  all: Allemaal
287
284
  committee_requests:
285
+ approve:
286
+ success: Het verzoek is goedgekeurd.
288
287
  new:
289
288
  continue: Doorgaan met
290
289
  help_text: U staat op het punt lid te worden van de promotieraad van dit initiatief
290
+ revoke:
291
+ success: Verzoek is ingetrokken.
291
292
  spawn:
292
293
  success: Je verzoek is verzonden aan de auteur van het initiatief.
293
294
  content_blocks:
@@ -297,7 +298,7 @@ nl:
297
298
  fill_data:
298
299
  back: Terug
299
300
  continue: Doorgaan met
300
- fill_data_help: "<ul> <li>Herbekijk de inhoud van je initiatief. Is uw titel gemakkelijk te begrijpen? Is het doel van uw initiatief duidelijk?</li> <li>Je moet het type handtekening kiezen. Persoonlijk, online of een combinatie van beide</li> <li>Wat is de geografische reikwijdte van het initiatief? Stad, streek?</li> </ul>"
301
+ fill_data_help: "<ul> <li>Herbekijk de inhoud van je initiatief. Is de titel begrijpelijk? Is het doel van uw initiatief duidelijk?</li> <li>Je moet het type handtekening kiezen. Persoonlijk, online of een combinatie van beide</li> <li>Wat is de geografische reikwijdte van het initiatief?</li> </ul>"
301
302
  initiative_type: Initiatieftype
302
303
  more_information: "(Meer informatie)"
303
304
  select_area: Selecteer een gebied
@@ -305,19 +306,10 @@ nl:
305
306
  finish:
306
307
  back: Terug
307
308
  back_to_initiatives: Terug naar initiatieven
308
- callout_text: Proficiat! Je burgerinitiatief is aangemaakt.
309
- confirm: Bevestigen
310
- edit_my_initiative: Bewerk mijn initiatieven
309
+ edit_my_initiative: Mijn initiatieven bewerken
311
310
  go_to_my_initiatives: Ga naar mijn initiatieven
312
311
  more_information: "(Meer informatie)"
313
- send_my_initiative: Stuur mijn initiatief
314
- finish_help:
315
- access_reminder: Vergeet niet dat je altijd toegang hebt tot je initiatieven via het gebruikersmenu.
316
- help_for_organizations: Als u een vereniging bent, moet u de notulen van het directiecomité uploaden van alle organisaties die de promotieraad vormen
317
- help_in_person_signatures: Als je ervoor hebt gekozen de handtekeningen persoonlijk te verzamelen of in combinatie met online, moet je de vereiste informatie uploaden.
318
- help_text: Vergeet niet dat om het initiatief goed te verwerken, u toegang moet hebben tot het administratiepaneel, waar u het gebruikersmenu kunt vinden, de vereiste informatie kunt uploaden en deze voor verwerking kunt verzenden.
319
- initiatives_page_link: Je kunt al deze informatie op de %{link} opzoeken om je te informeren over initiatieven.
320
- page: pagina
312
+ send_my_initiative: Stuur mijn initiatief naar technische validatie
321
313
  previous_form:
322
314
  back: Terug
323
315
  continue: Doorgaan met
@@ -325,14 +317,12 @@ nl:
325
317
  more_information: "(Meer informatie)"
326
318
  promotal_committee:
327
319
  back: Terug
328
- individual_help_text: Dit soort burgerinitiatief vereist een promotieraad bestaande uit ten minste %{committee_size} personen (attestors). Deel de volgende link met de anderen die deel uitmaken van dit initiatief. Wanneer uw contacten deze link ontvangen, moeten zij de aangegeven stappen volgen.
329
320
  more_information: "(Meer informatie)"
330
321
  select_initiative_type:
331
322
  back: Terug
332
323
  choose_html: Ik wil een <strong>%{title}</strong> aanmaken
333
324
  more_information: "(Meer informatie)"
334
325
  select: Ik wil dit initiatief promoten
335
- select_initiative_type_help: Burgerinitiatieven zijn een middel waarmee burgers kunnen ingrijpen, zodat de gemeenteraad acties kan ondernemen ter verdediging van het algemeen belang die zich binnen de rechtsgebieden van de gemeente bevinden. Welk initiatief wil jij lanceren?
336
326
  share_committee_link:
337
327
  continue: Doorgaan met
338
328
  invite_to_committee_help: Link om mensen uit te nodigen die deel zullen uitmaken van de promotieraad
@@ -342,6 +332,10 @@ nl:
342
332
  continue: Mijn initiatief is anders
343
333
  more_information: "(Meer informatie)"
344
334
  events:
335
+ approve_membership_request:
336
+ email_intro: "%{author_nickname} heeft je aanvraag om deel uit te maken van het promotiecomité %{resource_title} aanvaard."
337
+ email_subject: "%{author_nickname} heeft je aanvraag voor de promotiecommissie geaccepteerd"
338
+ notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> heeft je aanvraag om deel uit te maken van de promotiecommissie voor het volgende initiatief <a href="%{resource_url}">%{resource_title}</a> aanvaard.
345
339
  create_initiative_event:
346
340
  email_intro: "%{author_name} %{author_nickname}, die je volgt, heeft een nieuw initiatief gemaakt, bekijk het en draag bij:"
347
341
  email_outro: Je hebt deze melding ontvangen omdat je %{author_nickname} volgt. Je kunt stoppen met het ontvangen van notificaties door te klikken op de voorgaande link.
@@ -352,6 +346,15 @@ nl:
352
346
  email_outro: Je hebt deze melding ontvangen omdat je %{author_nickname}volgt. Je kunt stoppen met het ontvangen van meldingen via deze link.
353
347
  email_subject: Initiatief goedgekeurd door %{author_nickname}
354
348
  notification_title: Het <a href="%{resource_path}">%{resource_title}</a> initiatief werd goedgekeurd door <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
349
+ revoke_membership_request:
350
+ email_intro: "%{author_nickname} heeft je aanvraag om deel uit te maken van de promotiecommissie voor het volgende initiatief %{resource_title} aanvaard."
351
+ email_subject: "%{author_nickname} heeft je aanvraag voor de promotiecommissie afgewezen"
352
+ notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> heeft je aanvraag om deel uit te maken van de promotiecommissie voor het volgende initiatief <a href="%{resource_url}">%{resource_title}</a> afgewezen.
353
+ spawn_committee_request_event:
354
+ email_intro: "%{applicant_nickname} wil graag toetreden tot de promotiecommissie van je initiatief %{resource_title}. Om de aanvraag te accepteren of af te wijzen, bewerk je je initiatief."
355
+ email_outro: 'Je hebt deze melding ontvangen omdat je de auteur bent van het initiatief %{resource_title}'
356
+ email_subject: "%{applicant_nickname} wil deelnemen aan je initiatief"
357
+ notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> wil graag deel uitmaken van de promotiecommissie voor jouw initiatief <a href="%{resource_url}">%{resource_title}</a>. Om te accepteren of te weigeren, klik <a href="%{resource_url}/edit">hier</a>.
355
358
  index:
356
359
  title: Initiatieven
357
360
  initiative_signatures:
@@ -427,19 +430,13 @@ nl:
427
430
  random: Willekeurig
428
431
  recent: Meest recente
429
432
  recently_published: Meest recent gepubliceerd
433
+ print:
434
+ city: stad
430
435
  result:
431
- answer_title:
432
- accepted: Dit voorstel is geaccepteerd omdat
433
- created: Dit voorstel is gemaakt
434
- discarded: Dit voorstel is afgewezen omdat
435
- published: Dit voorstel is gepubliceerd omdat
436
- rejected: Dit voorstel is afgewezen omdat
437
- validating: Dit voorstel wordt beoordeeld
436
+ answer_title: Dit initiatief is beantwoord
438
437
  initiative_rejected_reason: Dit initiatief is afgewezen vanwege het gebrek aan handtekeningen.
439
438
  show:
440
- any_vote_method: Dit burgerinitiatief verzamelt zowel online als face-to-face stemmen.
441
439
  follow_description: Ontvang een melding wanneer er nieuws is in dit initiatief
442
- offline_method: Dit burgerinitiatief verzamelt alleen face-to-face stemmen.
443
440
  signatures_count:
444
441
  one: " handtekening"
445
442
  other: " handtekeningen"
@@ -15,14 +15,6 @@
15
15
  online: Online
16
16
  state: Status
17
17
  title: Tittel
18
- initiative_author:
19
- address: Adresse
20
- city: By
21
- id_document: DNI/NIE
22
- name: Navn og Etternavn
23
- phone_number: Telefonnummer
24
- post_code: Postnummer
25
- province: Distrikt
26
18
  initiatives_committee_member:
27
19
  user: Komité medlem
28
20
  initiatives_type:
@@ -154,10 +146,7 @@
154
146
  email_subject: Ny milepæl fullført!
155
147
  notification_title: <a href="%{resource_path}">%{resource_title}</a> initiativet har oppnådd de %{percentage}% av signaturer.
156
148
  support_threshold_reached:
157
- email_intro: Initiativet %{resource_title} har nådd grensen for støtte
158
149
  email_outro: Du har mottatt dette varselet fordi du er en administrator av plattformen.
159
- email_subject: Støtteterskelen er nådd
160
- notification_title: Initiativet <a href="%{resource_path}">%{resource_title}</a> har nådd terskelen for støtte
161
150
  gamification:
162
151
  badges:
163
152
  initiatives:
@@ -306,24 +295,14 @@
306
295
  fill_data:
307
296
  back: Tilbake
308
297
  continue: Fortsett
309
- fill_data_help: "<ul> <li>Gå gjennom innholdet i initiativet ditt. Er tittelen din lett å forstå? Er målet med ditt initiativ klart?</li> <li>Du må velge signaturtypen. Personlig, online eller en kombinasjon av begge</li> <li>Hva er det geografiske omfanget av initiativet? By, distrikt?</li> </ul>"
310
298
  initiative_type: Initiativtype
311
299
  more_information: "(Mer informasjon)"
312
300
  select_scope: Velg et temaet
313
301
  finish:
314
302
  back: Tilbake
315
303
  back_to_initiatives: Tilbake til initiativer
316
- callout_text: Gratulerer! Ditt innbyggerinitiativ er opprettet.
317
- confirm: Bekreft
318
304
  go_to_my_initiatives: Gå til mine initiativer
319
305
  more_information: "(Mer informasjon)"
320
- finish_help:
321
- access_reminder: Husk at du vil alltid kunne få tilgang til dine initiativer gjennom deltakermenyen.
322
- help_for_organizations: Hvis du er en forening, må du laste opp referatet fra styret for alle organisasjonene som utgjør Promoteringskommisjonen
323
- help_in_person_signatures: Hvis du har valgt å samle inn underskriftene personlig eller kombinert med online, må du laste opp den nødvendige informasjonen.
324
- help_text: Husk at for å kunne behandle initiativet riktig må du gå til administrasjonspanelet der du finner brukermenyen, laste opp den nødvendige informasjonen og sende den til behandling.
325
- initiatives_page_link: Du kan slå opp all denne informasjonen på %{link} som er dedikert til å informere om initiativer.
326
- page: side
327
306
  previous_form:
328
307
  back: Tilbake
329
308
  continue: Fortsett
@@ -331,14 +310,12 @@
331
310
  more_information: "(Mer informasjon)"
332
311
  promotal_committee:
333
312
  back: Tilbake
334
- individual_help_text: Denne typen innbyggerinitiativ krever en Promotør Kommisjon bestående av minst %{committee_size} personer (attester). Du må dele følgende lenke med de andre menneskene som er en del av dette initiativet. Når kontaktene dine mottar denne lenken, må de følge de angitte trinnene.
335
313
  more_information: "(Mer informasjon)"
336
314
  select_initiative_type:
337
315
  back: Tilbake
338
316
  choose_html: Jeg vil opprette en <strong>%{title}</strong>
339
317
  more_information: "(Mer informasjon)"
340
318
  select: Jeg ønsker å promotere dette initiativet
341
- select_initiative_type_help: Innbyggerinitiativer er et middel som statsborgerskapet kan gripe inn slik at byrådet kan iverksette tiltak til forsvar for allmenn interesse som er innenfor felt av kommunal jurisdiksjon. Hvilket initiativ vil du sette i gang?
342
319
  share_committee_link:
343
320
  continue: Fortsett
344
321
  invite_to_committee_help: Lenke for å invitere folk som vil være en del av promotør komiteen
@@ -429,19 +406,12 @@
429
406
  most_voted: Mest signert
430
407
  random: Tilfeldig
431
408
  recent: Nyligst
409
+ print:
410
+ city: By
432
411
  result:
433
- answer_title:
434
- accepted: Dette forslaget ble akseptert fordi
435
- created: Dette forslaget er opprettet
436
- discarded: Dette forslaget har blitt forkastet fordi
437
- published: Dette forslaget er publisert fordi
438
- rejected: Dette forslaget ble avvist fordi
439
- validating: Dette forslaget blir evaluert
440
412
  initiative_rejected_reason: Dette initiativet er blitt avvist på grunn av manglende underskrifter.
441
413
  show:
442
- any_vote_method: Dette innbyggerinitiativet samler både online og personlige underskrifter.
443
414
  follow_description: Motta et varsel når det er nyheter i dette initiativet
444
- offline_method: Dette innbyggerinitiativet samler bare inn personlige underskrifter.
445
415
  signatures_count:
446
416
  one: " underskrift"
447
417
  other: " underskrifter"