decidim-proposals 0.29.2 → 0.29.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/proposals/highlighted_proposals_for_component/show.erb +0 -12
  3. data/app/commands/decidim/proposals/admin/import_proposals.rb +7 -65
  4. data/app/controllers/decidim/proposals/admin/proposal_answers_controller.rb +7 -0
  5. data/app/controllers/decidim/proposals/admin/proposals_imports_controller.rb +2 -2
  6. data/app/controllers/decidim/proposals/versions_controller.rb +1 -1
  7. data/app/forms/decidim/proposals/admin/proposal_answer_form.rb +0 -15
  8. data/app/helpers/decidim/proposals/application_helper.rb +1 -0
  9. data/app/helpers/decidim/proposals/proposals_helper.rb +1 -3
  10. data/app/jobs/decidim/proposals/admin/import_proposals_job.rb +91 -0
  11. data/app/mailers/decidim/proposals/admin/import_proposals_mailer.rb +30 -0
  12. data/app/models/decidim/proposals/collaborative_draft.rb +2 -3
  13. data/app/models/decidim/proposals/proposal.rb +0 -5
  14. data/app/services/decidim/proposals/proposal_builder.rb +1 -0
  15. data/app/views/decidim/proposals/admin/import_proposals_mailer/notify_failure.html.erb +1 -0
  16. data/app/views/decidim/proposals/admin/import_proposals_mailer/notify_success.html.erb +2 -0
  17. data/app/views/decidim/proposals/admin/proposals/_form.html.erb +1 -1
  18. data/app/views/decidim/proposals/admin/proposals/show.html.erb +4 -4
  19. data/app/views/decidim/proposals/proposals/_proposals.html.erb +1 -1
  20. data/app/views/decidim/proposals/proposals/index.html.erb +8 -1
  21. data/config/locales/ar.yml +7 -3
  22. data/config/locales/bg.yml +0 -5
  23. data/config/locales/bs-BA.yml +0 -2
  24. data/config/locales/ca-IT.yml +945 -0
  25. data/config/locales/ca.yml +22 -7
  26. data/config/locales/cs.yml +14 -3
  27. data/config/locales/de.yml +20 -5
  28. data/config/locales/el.yml +2 -4
  29. data/config/locales/en.yml +18 -3
  30. data/config/locales/es-MX.yml +21 -6
  31. data/config/locales/es-PY.yml +21 -6
  32. data/config/locales/es.yml +24 -9
  33. data/config/locales/eu.yml +94 -79
  34. data/config/locales/fi-plain.yml +18 -3
  35. data/config/locales/fi.yml +18 -3
  36. data/config/locales/fr-CA.yml +16 -4
  37. data/config/locales/fr.yml +16 -4
  38. data/config/locales/ga-IE.yml +2 -1
  39. data/config/locales/gl.yml +2 -0
  40. data/config/locales/hu.yml +2 -6
  41. data/config/locales/id-ID.yml +3 -1
  42. data/config/locales/is-IS.yml +5 -0
  43. data/config/locales/it.yml +24 -3
  44. data/config/locales/ja.yml +19 -3
  45. data/config/locales/lt.yml +2 -5
  46. data/config/locales/lv.yml +2 -2
  47. data/config/locales/nl.yml +4 -4
  48. data/config/locales/no.yml +2 -2
  49. data/config/locales/pl.yml +0 -5
  50. data/config/locales/pt-BR.yml +0 -3
  51. data/config/locales/pt.yml +2 -2
  52. data/config/locales/ro-RO.yml +18 -2
  53. data/config/locales/ru.yml +5 -0
  54. data/config/locales/sk.yml +2 -2
  55. data/config/locales/sr-CS.yml +0 -2
  56. data/config/locales/sv.yml +7 -5
  57. data/config/locales/tr-TR.yml +2 -2
  58. data/config/locales/uk.yml +5 -0
  59. data/config/locales/zh-CN.yml +2 -2
  60. data/config/locales/zh-TW.yml +2 -4
  61. data/lib/decidim/proposals/version.rb +1 -1
  62. data/lib/tasks/proposals/upgrade/decidim_proposals_upgrade_tasks.rake +22 -0
  63. metadata +25 -20
@@ -12,6 +12,8 @@ fr:
12
12
  state: État
13
13
  title: Titre
14
14
  user_group_id: Créez un brouillon collaboratif comme
15
+ import_participatory_text:
16
+ document: Document
15
17
  proposal:
16
18
  address: Adresse
17
19
  answer: Répondre
@@ -22,6 +24,8 @@ fr:
22
24
  decidim_proposals_proposal_state_id: État
23
25
  decidim_scope_id: Portée
24
26
  has_address: Renseigner une adresse
27
+ latitude: Latitude
28
+ longitude: Longitude
25
29
  scope_id: Secteur
26
30
  state: État
27
31
  suggested_hashtags: Hashtags suggérés
@@ -48,6 +52,8 @@ fr:
48
52
  proposals_copy:
49
53
  copy_proposals: Je comprends que cela importera toutes les propositions de la fonctionnalité sélectionnée dans la fonctionnalité actuelle et que cette action ne peut être annulée.
50
54
  origin_component_id: Fonctionnalité dont on veut copier les propositions
55
+ proposals_file_import:
56
+ file: Fichier
51
57
  proposals_import:
52
58
  import_proposals: Importer des propositions
53
59
  keep_answers: Conserver l'état et les réponses aux propositions
@@ -360,7 +366,7 @@ fr:
360
366
  accepted_proposals:
361
367
  description: Nombre de propositions acceptées par les utilisateurs
362
368
  object: propositions
363
- title: Propositions Acceptées
369
+ title: Propositions acceptées
364
370
  endorsements:
365
371
  description: Nombre d'avenants générés dans les propositions
366
372
  object: soutiens
@@ -375,7 +381,6 @@ fr:
375
381
  title: Votes
376
382
  participatory_spaces:
377
383
  highlighted_proposals:
378
- last: Dernières propositions
379
384
  see_all: Voir toutes les propositions
380
385
  proposals:
381
386
  actions:
@@ -396,6 +401,13 @@ fr:
396
401
  exports:
397
402
  proposal_comments: Commentaires
398
403
  proposals: Propositions
404
+ import_proposals_mailer:
405
+ notify_failure:
406
+ body: Il y a eu un problème lors de l'importation des propositions du composant %{origin_component_name} vers le composant %{target_component_name}.
407
+ subject: Une erreur s'est produite lors de l'importation des propositions
408
+ notify_success:
409
+ body: Propositions importées avec succès depuis le composant %{origin_component_name} vers le composant %{target_component_name} . Vous pouvez consulter les résultats dans l'interface d'administration.
410
+ subject: Les propositions ont été importées avec succès
399
411
  imports:
400
412
  help:
401
413
  answers: |
@@ -570,7 +582,7 @@ fr:
570
582
  proposals_imports:
571
583
  create:
572
584
  invalid: Un problème est survenu lors de l'import des propositions.
573
- success: "%{number} propositions importées avec succès."
585
+ success: Le processus d'importation a commencé. Nous vous informerons dès qu'il sera terminé.
574
586
  new:
575
587
  create: Importer des propositions
576
588
  no_components: Il n'y a pas d'autre fonctionnalité de proposition dans cet espace participatif dans laquelle importer les propositions.
@@ -810,7 +822,7 @@ fr:
810
822
  text_banner: Vous voyez actuellemnent la liste des propositions retirées par leurs auteurs. %{go_back_link}.
811
823
  new:
812
824
  send: Continuer
813
- title: Créer une proposition
825
+ title: Créer une nouvelle proposition
814
826
  orders:
815
827
  label: 'Classement des propositions par :'
816
828
  most_commented: Les plus commentées
@@ -74,6 +74,8 @@ ga:
74
74
  proposals:
75
75
  object: moltaí
76
76
  title: Moltaí
77
+ votes:
78
+ title: Vótaí
77
79
  proposals:
78
80
  actions:
79
81
  title: Gníomhartha
@@ -105,7 +107,6 @@ ga:
105
107
  select_a_category: Roghnaigh catagóir
106
108
  index:
107
109
  actions: Gníomhartha
108
- assign_to_valuator_button: Ceap
109
110
  cancel: Cealaigh
110
111
  change_category: Athraigh catagóir
111
112
  merge_button: Cumaisc
@@ -246,6 +246,8 @@ gl:
246
246
  description: Número de propostas xeradas
247
247
  object: propostas
248
248
  title: Propostas
249
+ votes:
250
+ title: Votos
249
251
  participatory_spaces:
250
252
  highlighted_proposals:
251
253
  see_all: Ver todos
@@ -278,13 +278,12 @@ hu:
278
278
  proposals:
279
279
  description: A létrehozott javaslatok száma
280
280
  object: javaslatok
281
- title: javaslatok
281
+ title: Javaslatok
282
282
  votes:
283
283
  object: szavazat
284
- title: szavazatok
284
+ title: Szavazatok
285
285
  participatory_spaces:
286
286
  highlighted_proposals:
287
- last: Legutóbbi javaslatok
288
287
  see_all: Összes
289
288
  proposals:
290
289
  actions:
@@ -387,7 +386,6 @@ hu:
387
386
  index:
388
387
  actions: Műveletek
389
388
  assign_to_valuator: Értékelőhöz rendel
390
- assign_to_valuator_button: Hozzárendel
391
389
  cancel: Mégse
392
390
  change_category: Kategória módosítása
393
391
  change_scope: Hatáskör megváltoztatása
@@ -401,7 +399,6 @@ hu:
401
399
  split_button: Szétválasztás
402
400
  title: Javaslatok
403
401
  unassign_from_valuator: Visszarendelés értékelőtől
404
- unassign_from_valuator_button: Visszarendelés
405
402
  update: Frissítés
406
403
  update_scope_button: Hatáskör frissítése
407
404
  new:
@@ -631,7 +628,6 @@ hu:
631
628
  see_all_withdrawn: Összes visszavont javaslat
632
629
  new:
633
630
  send: Tovább
634
- title: Javaslat létrehozása
635
631
  orders:
636
632
  label: 'Javaslatok rendezése:'
637
633
  most_commented: Legtöbb hozzászólással
@@ -177,7 +177,7 @@ id:
177
177
  accepted_proposals:
178
178
  description: Jumlah proposal yang diterima oleh pengguna
179
179
  object: proposal
180
- title: Proposal yang Diterima
180
+ title: Proposal yang diterima
181
181
  endorsements:
182
182
  description: Jumlah dukungan yang dihasilkan dalam proposal
183
183
  object: dukungan
@@ -186,6 +186,8 @@ id:
186
186
  description: Jumlah proposal yang dihasilkan
187
187
  object: proposal
188
188
  title: Proposal
189
+ votes:
190
+ title: Suara
189
191
  participatory_spaces:
190
192
  highlighted_proposals:
191
193
  see_all: Lihat semua
@@ -65,6 +65,11 @@ is:
65
65
  notification_title: <a href="%{resource_path}">%{resource_title}</a> tillögu flokkurinn hefur verið uppfærður af admin.
66
66
  voting_enabled:
67
67
  email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{participatory_space_title}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
68
+ metrics:
69
+ proposals:
70
+ title: Tillögur
71
+ votes:
72
+ title: Atkvæði
68
73
  proposals:
69
74
  actions:
70
75
  import: Flytja frá öðrum hlutum
@@ -268,7 +268,9 @@ it:
268
268
  proposals:
269
269
  description: Numero di proposte generate
270
270
  object: proposte
271
- title: proposte
271
+ title: Proposte
272
+ votes:
273
+ title: Voti
272
274
  participatory_spaces:
273
275
  highlighted_proposals:
274
276
  see_all: Vedi tutto
@@ -287,6 +289,23 @@ it:
287
289
  exports:
288
290
  proposal_comments: Commenti
289
291
  proposals: Proposte
292
+ imports:
293
+ help:
294
+ answers: |
295
+ Il documento di importazione deve contenere i seguenti nomi di colonne in caso di file CSV o Excel, o nomi di chiavi in caso di file JSON:
296
+ <ul>
297
+ <li><b>id:</b> ID della proposta di risposta</li>
298
+ <li><b>stato:</b> Uno dei "accettati", "evaluating", or "rejected"</li>
299
+ <li><b>answer/en:</b> Risposta sulla lingua inglese. Questo dipenderà dalla configurazione della tua lingua sulla piattaforma.</li>
300
+ </ul>
301
+ proposals: |
302
+ Il file deve avere i seguenti nomi di colonne in caso di file CSV o Excel, o nomi di chiavi in caso di file JSON:
303
+ <ul>
304
+ <li><b>title/en:</b> Titolo in lingua inglese. Questo dipenderà dalla configurazione della lingua della tua piattaforma.</li>
305
+ <li><b>body/en:</b> Body in lingua inglese. Questo dipenderà dalla configurazione della lingua della piattaforma.</li>
306
+ <li><b>scope/id:</b> ID per l'ambito</li>
307
+ <li><b>categoria/id:</b> ID per la categoria</li>
308
+ </ul>
290
309
  models:
291
310
  proposal:
292
311
  name: Proposta
@@ -342,7 +361,6 @@ it:
342
361
  index:
343
362
  actions: Azioni
344
363
  assign_to_valuator: Assegna al valutatore
345
- assign_to_valuator_button: Assegna
346
364
  cancel: Annulla
347
365
  change_category: Cambia categoria
348
366
  change_scope: Cambia ambito
@@ -356,7 +374,6 @@ it:
356
374
  split_button: Diviso
357
375
  title: Proposte
358
376
  unassign_from_valuator: Annulla assegnazione al valutatore
359
- unassign_from_valuator_button: Disassegna
360
377
  update: Aggiornare
361
378
  update_scope_button: Aggiorna Ambito
362
379
  new:
@@ -393,9 +410,11 @@ it:
393
410
  select_states: Controlla gli stati delle proposte da importare
394
411
  proposals_merges:
395
412
  create:
413
+ invalid: 'Si è verificato un problema di fusione delle proposte selezionate perché alcune di esse:'
396
414
  success: Fuse con successo le proposte in una nuova.
397
415
  proposals_splits:
398
416
  create:
417
+ invalid: 'Si è verificato un problema dividendo le proposte selezionate perché alcune di esse:'
399
418
  success: Suddiviso con successo le proposte in nuove.
400
419
  admin_log:
401
420
  proposal:
@@ -548,8 +567,10 @@ it:
548
567
  description: Le coordinate verranno aggiornate quando si fa clic sul pulsante 'Anteprima'. Tuttavia, l'indirizzo non cambia.
549
568
  instructions: Puoi spostare il punto sulla mappa.
550
569
  edit:
570
+ add_documents: Aggiungi documenti
551
571
  attachment_legend: "(Opzionale) Aggiungi un allegato"
552
572
  back: Indietro
573
+ edit_documents: Modifica documenti
553
574
  select_a_category: Seleziona una categoria
554
575
  send: Inviare
555
576
  title: Modifica la proposta
@@ -12,6 +12,8 @@ ja:
12
12
  state: 状態
13
13
  title: タイトル
14
14
  user_group_id: 共同草案として作成します
15
+ import_participatory_text:
16
+ document: ドキュメント
15
17
  proposal:
16
18
  address: 住所
17
19
  answer: 回答
@@ -22,6 +24,8 @@ ja:
22
24
  decidim_proposals_proposal_state_id: 状態
23
25
  decidim_scope_id: スコープ
24
26
  has_address: 住所有り
27
+ latitude: 緯度
28
+ longitude: 経度
25
29
  scope_id: 対象範囲
26
30
  state: 状態
27
31
  suggested_hashtags: 推奨ハッシュタグ
@@ -48,6 +52,8 @@ ja:
48
52
  proposals_copy:
49
53
  copy_proposals: この操作は選択したコンポーネントにあるすべての提案を現在のコンポーネントにインポートし、元に戻せないことを理解しています。
50
54
  origin_component_id: 提案をコピーするコンポーネント
55
+ proposals_file_import:
56
+ file: ファイル
51
57
  proposals_import:
52
58
  import_proposals: 提案をインポート
53
59
  keep_answers: ステータスと回答を保持
@@ -306,10 +312,12 @@ ja:
306
312
  notification_title: 提案 <a href="%{resource_path}">%{resource_title}</a> のステータスを「%{state} 」に変更しました。
307
313
  proposal_update_category:
308
314
  email_intro: '管理者があなたの提案 "%{resource_title}" のカテゴリを更新しました。このページでチェックしてください:'
315
+ email_outro: あなたが提案の作成者であるため、この通知を受け取りました。
309
316
  email_subject: '%{resource_title} 提案カテゴリが更新されました'
310
317
  notification_title: <a href="%{resource_path}">%{resource_title}</a> 提案カテゴリは管理者によって更新されました。
311
318
  proposal_update_scope:
312
319
  email_intro: '管理者があなたの提案 "%{resource_title}" のスコープを更新しました。このページで確認してください:'
320
+ email_outro: あなたが提案の作成者であるため、この通知を受け取りました。
313
321
  email_subject: '%{resource_title} の提案範囲が更新されました'
314
322
  notification_title: <a href="%{resource_path}">%{resource_title}</a> の提案スコープが管理者によって更新されました。
315
323
  voting_enabled:
@@ -371,7 +379,6 @@ ja:
371
379
  title: 投票
372
380
  participatory_spaces:
373
381
  highlighted_proposals:
374
- last: 最近の提案
375
382
  see_all: すべての提案を見る
376
383
  proposals:
377
384
  actions:
@@ -392,6 +399,15 @@ ja:
392
399
  exports:
393
400
  proposal_comments: コメント
394
401
  proposals: 提案
402
+ import_proposals_mailer:
403
+ notify_failure:
404
+ body: '%{origin_component_name} コンポーネントから %{target_component_name} コンポーネントに提案をインポート中に問題が発生しました。'
405
+ subject: 提案のインポート中にエラーが発生しました
406
+ notify_success:
407
+ added_proposals:
408
+ other: "%{count} 件の提案がインポートされました。"
409
+ body: '%{origin_component_name} コンポーネントから %{target_component_name} コンポーネントにインポートされた提案が成功しました。管理インターフェイスで結果を確認できます。'
410
+ subject: 提案は正常にインポートされました
395
411
  imports:
396
412
  help:
397
413
  answers: |
@@ -563,7 +579,7 @@ ja:
563
579
  proposals_imports:
564
580
  create:
565
581
  invalid: 提案のインポート中に問題が発生しました。
566
- success: "%{number} 件の提案は正常にインポートされました。"
582
+ success: インポート処理が開始されました。完了次第、お知らせします。
567
583
  new:
568
584
  create: 提案をインポート
569
585
  no_components: この参加スペースには他の提案コンポーネントはありません。
@@ -800,7 +816,7 @@ ja:
800
816
  text_banner: 提案者が撤回した提案の一覧を表示しています。 %{go_back_link}.
801
817
  new:
802
818
  send: 続ける
803
- title: 提案を作成
819
+ title: 新しい提案を作成
804
820
  orders:
805
821
  label: '提案の並び順:'
806
822
  most_commented: コメントの多い順
@@ -318,9 +318,10 @@ lt:
318
318
  description: Pasiūlymų skaičius
319
319
  object: pasiūlymai
320
320
  title: Pasiūlymai
321
+ votes:
322
+ title: Balsai
321
323
  participatory_spaces:
322
324
  highlighted_proposals:
323
- last: Paskutiniai pasiūlymai
324
325
  see_all: Žiūrėti visus pasiūlymus
325
326
  proposals:
326
327
  actions:
@@ -436,7 +437,6 @@ lt:
436
437
  index:
437
438
  actions: Veiksmai
438
439
  assign_to_valuator: Priskirti vertintojui
439
- assign_to_valuator_button: Priskirti
440
440
  cancel: Atšaukti
441
441
  change_category: Keisti kategoriją
442
442
  change_scope: Keisti apimtį
@@ -450,7 +450,6 @@ lt:
450
450
  split_button: Skaidyti
451
451
  title: Pasiūlymai
452
452
  unassign_from_valuator: Panaikinti vertintojui pavestą užduotį
453
- unassign_from_valuator_button: Atšaukti priskyrimą
454
453
  update: Atnaujinti
455
454
  update_scope_button: Atnaujinti apimtį
456
455
  new:
@@ -490,7 +489,6 @@ lt:
490
489
  proposals_imports:
491
490
  create:
492
491
  invalid: Importuojant pasiūlymus iškilo problema.
493
- success: "%{number} pasiūlymai importuoti."
494
492
  new:
495
493
  create: Importuoti pasiūlymus
496
494
  no_components: Šioje dalyvaujamojo proceso erdvėje nėra kitų pasiūlymų komponentų, iš kurių būtų galima importuoti pasiūlymus.
@@ -723,7 +721,6 @@ lt:
723
721
  text_banner: Jūs žiūrite autorių atsiimtų pasiūlymų sąrašą. %{go_back_link}.
724
722
  new:
725
723
  send: Tęsti
726
- title: Sukurti savo pasiūlymą
727
724
  orders:
728
725
  label: 'Rikiuoti pasiūlymus pagal:'
729
726
  most_commented: Labiausiai komentuojamas
@@ -230,6 +230,8 @@ lv:
230
230
  description: Priekšlikumu skaits
231
231
  object: priekšlikumi
232
232
  title: Priekšlikumi
233
+ votes:
234
+ title: Balsis
233
235
  proposals:
234
236
  actions:
235
237
  answer_proposal: Atbildes priekšlikums
@@ -295,7 +297,6 @@ lv:
295
297
  index:
296
298
  actions: Darbības
297
299
  assign_to_valuator: Piešķirt vērtētājam
298
- assign_to_valuator_button: Piešķirt
299
300
  cancel: Atcelt
300
301
  change_category: Mainīt kategoriju
301
302
  change_scope: Mainīt tvērumu
@@ -309,7 +310,6 @@ lv:
309
310
  split_button: Sadalījums
310
311
  title: Priekšlikumi
311
312
  unassign_from_valuator: Atsaukt no vērtētāja
312
- unassign_from_valuator_button: Atsaukt
313
313
  update: Atjaunināt
314
314
  update_scope_button: Atjaunināt tvērumu
315
315
  new:
@@ -262,7 +262,7 @@ nl:
262
262
  accepted_proposals:
263
263
  description: Aantal geaccepteerde voorstellen
264
264
  object: voorstellen
265
- title: Aanvaarde voorstellen
265
+ title: Geaccepteerde voorstellen
266
266
  endorsements:
267
267
  description: Aantal goedkeuringen van voorstellen
268
268
  object: goedkeuringen
@@ -270,7 +270,9 @@ nl:
270
270
  proposals:
271
271
  description: Aantal voorstellen
272
272
  object: voorstellen
273
- title: voorstellen
273
+ title: Voorstellen
274
+ votes:
275
+ title: Stemmen
274
276
  participatory_spaces:
275
277
  highlighted_proposals:
276
278
  see_all: Alles zien
@@ -355,7 +357,6 @@ nl:
355
357
  index:
356
358
  actions: acties
357
359
  assign_to_valuator: Toewijzen aan beoordelaar
358
- assign_to_valuator_button: Toewijzen
359
360
  cancel: Annuleer
360
361
  change_category: Categorie wijzigen
361
362
  change_scope: Wijzig scope
@@ -369,7 +370,6 @@ nl:
369
370
  split_button: Splits
370
371
  title: Voorstellen
371
372
  unassign_from_valuator: Toewijzing beoordelaar ongedaan maken
372
- unassign_from_valuator_button: Ontkoppelen
373
373
  update: Bijwerken
374
374
  update_scope_button: Toepassingsgebied bijwerken
375
375
  new:
@@ -266,6 +266,8 @@
266
266
  description: Antall forslag
267
267
  object: forslag
268
268
  title: Forslag
269
+ votes:
270
+ title: Stemmer
269
271
  participatory_spaces:
270
272
  highlighted_proposals:
271
273
  see_all: Vis alle
@@ -349,7 +351,6 @@
349
351
  select_a_meeting: Velg et møte
350
352
  index:
351
353
  actions: Handlinger
352
- assign_to_valuator_button: Tildel
353
354
  cancel: Avbryt
354
355
  change_category: Endre kategori
355
356
  change_scope: Endre tema
@@ -362,7 +363,6 @@
362
363
  split: Delte forslag
363
364
  split_button: Delt
364
365
  title: Forslag
365
- unassign_from_valuator_button: Fjern tilegning
366
366
  update: Oppdater
367
367
  update_scope_button: Oppdater tema
368
368
  new:
@@ -377,7 +377,6 @@ pl:
377
377
  title: Głosy
378
378
  participatory_spaces:
379
379
  highlighted_proposals:
380
- last: Ostatnie propozycje
381
380
  see_all: Zobacz wszystkie propozycje
382
381
  proposals:
383
382
  actions:
@@ -514,7 +513,6 @@ pl:
514
513
  index:
515
514
  actions: Działania
516
515
  assign_to_valuator: Przypisz do weryfikatora
517
- assign_to_valuator_button: Przypisz
518
516
  cancel: Anuluj
519
517
  change_category: Zmień kategorię
520
518
  change_scope: Zmień zakres
@@ -530,7 +528,6 @@ pl:
530
528
  statuses: Statusy
531
529
  title: Propozycje
532
530
  unassign_from_valuator: Anuluj przypisanie do weryfikatora
533
- unassign_from_valuator_button: Anuluj przypisanie
534
531
  update: Aktualizuj
535
532
  update_scope_button: Aktualizuj zakres
536
533
  new:
@@ -573,7 +570,6 @@ pl:
573
570
  proposals_imports:
574
571
  create:
575
572
  invalid: Podczas importowania propozycji wystąpił błąd.
576
- success: "Zaimportowano %{number} propozycji."
577
573
  new:
578
574
  create: Importuj propozycje
579
575
  no_components: W tej przestrzeni partycypacyjnej nie ma innych komponentów propozycji do zaimportowania propozycji.
@@ -818,7 +814,6 @@ pl:
818
814
  text_banner: Oglądasz listę propozycji wycofanych przez ich autorów. %{go_back_link}.
819
815
  new:
820
816
  send: Dalej
821
- title: Utwórz swoją propozycję
822
817
  orders:
823
818
  label: 'Sortuj propozycje według:'
824
819
  most_commented: Najczęściej komentowane
@@ -395,7 +395,6 @@ pt-BR:
395
395
  index:
396
396
  actions: Ações
397
397
  assign_to_valuator: Atribuir ao avaliador
398
- assign_to_valuator_button: Atribuir
399
398
  cancel: Cancelar
400
399
  change_category: Alterar categoria
401
400
  change_scope: Alterar o escopo
@@ -409,7 +408,6 @@ pt-BR:
409
408
  split_button: Dividir
410
409
  title: Propostas
411
410
  unassign_from_valuator: Desatribuir do avaliador
412
- unassign_from_valuator_button: Desatribuir
413
411
  update: Atualizar
414
412
  update_scope_button: Atualizar Escopo
415
413
  new:
@@ -640,7 +638,6 @@ pt-BR:
640
638
  see_all_withdrawn: Veja todas as propostas retiradas
641
639
  new:
642
640
  send: Continuar
643
- title: Crie sua proposta
644
641
  orders:
645
642
  label: 'Ordene propostas por:'
646
643
  most_commented: Mais comentados
@@ -281,6 +281,8 @@ pt:
281
281
  description: Número de propostas
282
282
  object: propostas
283
283
  title: Propostas
284
+ votes:
285
+ title: Votos
284
286
  participatory_spaces:
285
287
  highlighted_proposals:
286
288
  see_all: Ver todos
@@ -354,7 +356,6 @@ pt:
354
356
  index:
355
357
  actions: Ações
356
358
  assign_to_valuator: Atribuir a avaliador
357
- assign_to_valuator_button: Atribuir
358
359
  cancel: Cancelar
359
360
  change_category: Modificar categoria
360
361
  change_scope: Modificar âmbito
@@ -368,7 +369,6 @@ pt:
368
369
  split_button: Dividir
369
370
  title: Propostas
370
371
  unassign_from_valuator: Remover atribuição ao avaliador
371
- unassign_from_valuator_button: Remover atribuição
372
372
  update: Atualizar
373
373
  update_scope_button: Atualizar Âmbito
374
374
  new:
@@ -284,6 +284,8 @@ ro:
284
284
  description: Număr de propuneri
285
285
  object: propuneri
286
286
  title: Propuneri
287
+ votes:
288
+ title: Voturi
287
289
  participatory_spaces:
288
290
  highlighted_proposals:
289
291
  see_all: Afișează toate propunerile
@@ -302,6 +304,17 @@ ro:
302
304
  exports:
303
305
  proposal_comments: Comentarii
304
306
  proposals: Propuneri
307
+ import_proposals_mailer:
308
+ notify_failure:
309
+ body: A apărut o problemă la importul propunerilor din componenta %{origin_component_name} în componenta %{target_component_name}.
310
+ subject: A apărut o problemă la importul propunerilor
311
+ notify_success:
312
+ added_proposals:
313
+ one: A fost importată o propunere.
314
+ few: "Au fost importate %{count} propuneri."
315
+ other: "Au fost importate %{count} propuneri."
316
+ body: Propuneri importate cu succes din componenta %{origin_component_name} în componenta %{target_component_name}. Puteți analiza rezultatele în interfața de administrare.
317
+ subject: Propunerile au fost importate cu succes
305
318
  imports:
306
319
  label:
307
320
  answers: Importați răspunsuri dintr-un fișier
@@ -370,7 +383,7 @@ ro:
370
383
  index:
371
384
  actions: Acțiuni
372
385
  assign_to_valuator: Atribuie evaluatorului
373
- assign_to_valuator_button: Atribuie
386
+ assign_to_valuator_button: Delegați
374
387
  cancel: Anulează
375
388
  change_category: Schimbă categoria
376
389
  change_scope: Schimbă domeniul
@@ -385,7 +398,7 @@ ro:
385
398
  split_button: Împarte
386
399
  title: Propuneri
387
400
  unassign_from_valuator: Atribuire către evaluator anulată
388
- unassign_from_valuator_button: Neatribuit
401
+ unassign_from_valuator_button: Anulare delegare
389
402
  update: Actualizează
390
403
  update_scope_button: Actualizează domeniu
391
404
  new:
@@ -416,6 +429,8 @@ ro:
416
429
  invalid: 'Aceste propuneri aveau deja domeniul %{subject_name} : %{proposals}.'
417
430
  success: 'Propuneri actualizate cu succes în domeniul %{subject_name} : %{proposals}.'
418
431
  proposals_imports:
432
+ create:
433
+ success: Procesul de import a început. Vă vom anunța de îndată ce s-a terminat.
419
434
  new:
420
435
  create: Importă propuneri
421
436
  no_components: Nu există alte componente de propunere în acest spațiu participativ din care să se importe propunerile.
@@ -618,6 +633,7 @@ ro:
618
633
  text_banner: Vizualizezi lista de propuneri retrase de autorii lor. %{go_back_link}.
619
634
  new:
620
635
  send: Continuă
636
+ title: Creați o nouă propunere
621
637
  orders:
622
638
  label: 'Ordonează propunerile după:'
623
639
  most_commented: Cele mai comentate
@@ -108,6 +108,11 @@ ru:
108
108
  email_intro: 'Теперь вы можете голосовать по предложениям в %{participatory_space_title}! Начните со страницы:'
109
109
  email_outro: Вы получили это уведомление, потому что вы следите за «%{participatory_space_title}». Вы можете отписаться от уведомлений, перейдя по приведенной выше ссылке.
110
110
  notification_title: Теперь в <a href="%{participatory_space_url}">%{participatory_space_title}</a> появилась возможность <a href="%{resource_path}">голосовать по предложениям</a>
111
+ metrics:
112
+ proposals:
113
+ title: Предложения
114
+ votes:
115
+ title: Голоса
111
116
  proposals:
112
117
  actions:
113
118
  import: Позаимствовать из другой составляющей
@@ -229,6 +229,8 @@ sk:
229
229
  description: Počet návrhov
230
230
  object: návrhy
231
231
  title: Návrhy
232
+ votes:
233
+ title: Hlasy
232
234
  participatory_spaces:
233
235
  highlighted_proposals:
234
236
  see_all: Zobraziť všetky
@@ -299,7 +301,6 @@ sk:
299
301
  index:
300
302
  actions: Akcia
301
303
  assign_to_valuator: Priradiť ku hodnotiteľovi
302
- assign_to_valuator_button: Priradiť
303
304
  cancel: zrušenie
304
305
  change_category: Zmeniť kategórii
305
306
  change_scope: Zmeniť rozsah
@@ -313,7 +314,6 @@ sk:
313
314
  split_button: Rozdeliť
314
315
  title: Návrhy
315
316
  unassign_from_valuator: Zrušiť priradenie ku hodnotiteľovi
316
- unassign_from_valuator_button: Zrušiť priradenie
317
317
  update: Aktualizácia
318
318
  update_scope_button: Aktualizovať rozsah
319
319
  new:
@@ -54,11 +54,9 @@ sr:
54
54
  proposals:
55
55
  index:
56
56
  assign_to_valuator: Dodeli procenjivaču
57
- assign_to_valuator_button: Dodeli
58
57
  change_scope: Promeni opseg
59
58
  publish_answers: Objavi odgovore
60
59
  unassign_from_valuator: Oduzmi od procenjivača
61
- unassign_from_valuator_button: Od dodeli
62
60
  update_scope_button: Ažuriraj opseg
63
61
  show:
64
62
  amendments_count: Broj izmena