decidim-proposals 0.23.5 → 0.24.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/proposals/add_proposal.js.es6 +4 -1
- data/app/assets/javascripts/decidim/proposals/admin/proposals_form.js.es6 +4 -1
- data/app/assets/stylesheets/decidim/proposals/_proposals.css.scss +1 -0
- data/app/assets/stylesheets/decidim/proposals/proposals/_preview.css.scss +3 -0
- data/app/cells/decidim/proposals/collaborative_draft_link_to_proposal_cell.rb +3 -3
- data/app/cells/decidim/proposals/collaborative_drafts/reported_content/show.erb +3 -0
- data/app/cells/decidim/proposals/collaborative_drafts/reported_content_cell.rb +15 -0
- data/app/cells/decidim/proposals/content_blocks/highlighted_proposals/elements.erb +5 -0
- data/app/cells/decidim/proposals/content_blocks/highlighted_proposals/heading.erb +1 -0
- data/app/cells/decidim/proposals/content_blocks/highlighted_proposals_cell.rb +19 -0
- data/app/cells/decidim/proposals/irreversible_action_modal_cell.rb +1 -1
- data/app/cells/decidim/proposals/proposal_m_cell.rb +23 -2
- data/app/cells/decidim/proposals/proposals_picker_cell.rb +1 -1
- data/app/cells/decidim/proposals/reported_content/show.erb +4 -0
- data/app/cells/decidim/proposals/reported_content_cell.rb +13 -0
- data/app/commands/decidim/proposals/hashtags_methods.rb +1 -1
- data/app/commands/decidim/proposals/update_proposal.rb +0 -2
- data/app/controllers/decidim/proposals/admin/proposals_controller.rb +6 -4
- data/app/controllers/decidim/proposals/collaborative_drafts_controller.rb +1 -30
- data/app/controllers/decidim/proposals/proposals_controller.rb +5 -6
- data/app/events/decidim/proposals/publish_proposal_event.rb +1 -1
- data/app/forms/decidim/proposals/access_to_collaborative_draft_form.rb +1 -3
- data/app/forms/decidim/proposals/admin/proposal_base_form.rb +3 -2
- data/app/forms/decidim/proposals/proposal_form.rb +15 -5
- data/app/forms/decidim/proposals/proposal_wizard_create_step_form.rb +1 -1
- data/app/helpers/decidim/proposals/admin/filterable_helper.rb +1 -1
- data/app/helpers/decidim/proposals/admin/proposal_rankings_helper.rb +1 -1
- data/app/helpers/decidim/proposals/admin/proposals_helper.rb +8 -8
- data/app/helpers/decidim/proposals/application_helper.rb +5 -2
- data/app/helpers/decidim/proposals/map_helper.rb +31 -8
- data/app/helpers/decidim/proposals/proposal_wizard_helper.rb +14 -44
- data/app/helpers/decidim/proposals/proposals_helper.rb +3 -6
- data/app/models/decidim/proposals/collaborative_draft.rb +10 -0
- data/app/models/decidim/proposals/proposal.rb +18 -10
- data/app/permissions/decidim/proposals/admin/permissions.rb +2 -2
- data/app/permissions/decidim/proposals/permissions.rb +3 -2
- data/app/presenters/decidim/proposals/proposal_presenter.rb +4 -4
- data/app/queries/decidim/proposals/metrics/proposal_followers_metric_measure.rb +4 -4
- data/app/queries/decidim/proposals/metrics/proposal_participants_metric_measure.rb +6 -6
- data/app/services/decidim/proposals/collaborative_draft_search.rb +1 -1
- data/app/services/decidim/proposals/diff_renderer.rb +7 -11
- data/app/services/decidim/proposals/proposal_builder.rb +1 -0
- data/app/views/decidim/proposals/admin/proposals/_bulk-actions.html.erb +8 -1
- data/app/views/decidim/proposals/admin/proposals/_proposal-tr.html.erb +5 -1
- data/app/views/decidim/proposals/admin/proposals_imports/new.html.erb +1 -1
- data/app/views/decidim/proposals/collaborative_drafts/_filters_small_view.html.erb +1 -1
- data/app/views/decidim/proposals/collaborative_drafts/_wizard_aside.html.erb +2 -7
- data/app/views/decidim/proposals/collaborative_drafts/_wizard_header.html.erb +14 -0
- data/app/views/decidim/proposals/collaborative_drafts/edit.html.erb +1 -3
- data/app/views/decidim/proposals/collaborative_drafts/new.html.erb +5 -13
- data/app/views/decidim/proposals/collaborative_drafts/show.html.erb +1 -7
- data/app/views/decidim/proposals/proposals/_dynamic_map_instructions.html.erb +3 -0
- data/app/views/decidim/proposals/proposals/_edit_form_fields.html.erb +6 -6
- data/app/views/decidim/proposals/proposals/_filters.html.erb +34 -32
- data/app/views/decidim/proposals/proposals/_filters_small_view.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/_wizard_header.html.erb +21 -11
- data/app/views/decidim/proposals/proposals/edit.html.erb +1 -3
- data/app/views/decidim/proposals/proposals/preview.html.erb +50 -2
- data/app/views/decidim/proposals/proposals/show.html.erb +2 -8
- data/config/locales/ar.yml +2 -23
- data/config/locales/bg.yml +0 -4
- data/config/locales/ca.yml +23 -29
- data/config/locales/cs.yml +24 -30
- data/config/locales/de.yml +23 -29
- data/config/locales/el.yml +2 -29
- data/config/locales/en.yml +23 -29
- data/config/locales/es-MX.yml +23 -29
- data/config/locales/es-PY.yml +23 -29
- data/config/locales/es.yml +23 -29
- data/config/locales/eu.yml +2 -23
- data/config/locales/fi-plain.yml +22 -28
- data/config/locales/fi.yml +22 -28
- data/config/locales/fr-CA.yml +19 -29
- data/config/locales/fr.yml +19 -29
- data/config/locales/gl.yml +17 -25
- data/config/locales/hu.yml +2 -23
- data/config/locales/id-ID.yml +2 -23
- data/config/locales/is-IS.yml +0 -8
- data/config/locales/it.yml +4 -29
- data/config/locales/ja.yml +2 -29
- data/config/locales/lv.yml +2 -22
- data/config/locales/nl.yml +17 -29
- data/config/locales/no.yml +2 -23
- data/config/locales/pl.yml +22 -28
- data/config/locales/pt-BR.yml +2 -22
- data/config/locales/pt.yml +2 -29
- data/config/locales/ro-RO.yml +13 -29
- data/config/locales/ru.yml +0 -8
- data/config/locales/sk.yml +5 -23
- data/config/locales/sv.yml +23 -28
- data/config/locales/tr-TR.yml +17 -29
- data/config/locales/uk.yml +0 -8
- data/config/locales/zh-CN.yml +2 -29
- data/db/migrate/20210310102839_add_followable_counter_cache_to_proposals.rb +16 -0
- data/db/migrate/20210310120812_add_followable_counter_cache_to_collaborative_drafts.rb +16 -0
- data/db/migrate/20210318082934_fix_counters_for_copied_proposals.rb +9 -7
- data/{app/types/decidim/proposals → lib/decidim/api}/proposal_input_filter.rb +0 -0
- data/{app/types/decidim/proposals → lib/decidim/api}/proposal_input_sort.rb +3 -5
- data/lib/decidim/api/proposal_type.rb +56 -0
- data/lib/decidim/api/proposals_type.rb +43 -0
- data/lib/decidim/content_renderers/proposal_renderer.rb +1 -1
- data/lib/decidim/proposals.rb +2 -0
- data/lib/decidim/proposals/api.rb +10 -0
- data/lib/decidim/proposals/component.rb +30 -19
- data/lib/decidim/proposals/engine.rb +6 -27
- data/lib/decidim/proposals/proposal_creator.rb +98 -0
- data/lib/decidim/proposals/test/factories.rb +22 -8
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +49 -35
- data/app/commands/decidim/proposals/create_proposal_export.rb +0 -37
- data/app/helpers/decidim/proposals/proposal_endorsements_helper.rb +0 -0
- data/app/queries/decidim/proposals/similar_collaborative_drafts.rb +0 -52
- data/app/types/decidim/proposals/proposal_type.rb +0 -70
- data/app/types/decidim/proposals/proposals_type.rb +0 -41
- data/app/views/decidim/participatory_processes/participatory_process_groups/_highlighted_proposals.html.erb +0 -13
- data/app/views/decidim/proposals/collaborative_drafts/compare.html.erb +0 -21
- data/app/views/decidim/proposals/collaborative_drafts/complete.html.erb +0 -24
- data/app/views/decidim/proposals/proposals/_proposal_preview.html.erb +0 -1
@@ -3,9 +3,57 @@
|
|
3
3
|
<div class="row">
|
4
4
|
<%= render partial: "wizard_aside" %>
|
5
5
|
|
6
|
-
<div class="columns large-
|
6
|
+
<div class="columns large-9">
|
7
7
|
<%= render partial: "wizard_header", locals: { callout_help_text_class: "warning" } %>
|
8
|
-
|
8
|
+
<div class="card card__content">
|
9
|
+
<div class="row column view-header">
|
10
|
+
<h3 class="heading3"><%= present(@proposal).title(links: true, html_escape: true) %></h3>
|
11
|
+
<% unless component_settings.participatory_texts_enabled? %>
|
12
|
+
<%= cell("decidim/coauthorships", @proposal, has_actions: false, size: 3, context: { current_user: current_user }) %>
|
13
|
+
<% end %>
|
14
|
+
|
15
|
+
<%= render_proposal_body(@proposal) %>
|
16
|
+
|
17
|
+
</div>
|
18
|
+
<div class="row column">
|
19
|
+
<%= cell "decidim/proposals/proposal_tags", @proposal %>
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
<div class="row column">
|
23
|
+
<%= attachments_for @proposal %>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<% if component_settings.geocoding_enabled? %>
|
27
|
+
<% if has_position?(@proposal) %>
|
28
|
+
<%= render partial: "dynamic_map_instructions" %>
|
29
|
+
<%= dynamic_map_for proposal_preview_data_for_map(@proposal) do %>
|
30
|
+
<%= stylesheet_link_tag "decidim/map" %>
|
31
|
+
<%= javascript_include_tag "decidim/map" %>
|
32
|
+
<% end %>
|
33
|
+
<%= decidim_form_for(@form, url: update_draft_proposal_path(@form), html: { method: :patch }) do |form| %>
|
34
|
+
<%= form.hidden_field :title, value: form_presenter.title %>
|
35
|
+
<%= form.hidden_field :body, value: form_presenter.body %>
|
36
|
+
<%= form.hidden_field :address %>
|
37
|
+
<%= form.hidden_field :latitude, data: { type: "latitude" } %>
|
38
|
+
<%= form.hidden_field :longitude, data: { type: "longitude" } %>
|
39
|
+
<div class="preview--form__hidden">
|
40
|
+
<% if @form.categories&.any? %>
|
41
|
+
<%= form.categories_select :category_id, @form.categories %>
|
42
|
+
<% end %>
|
43
|
+
<% if current_participatory_space.has_subscopes? %>
|
44
|
+
<%= scopes_picker_field form, :scope_id %>
|
45
|
+
<% end %>
|
46
|
+
<% if current_user.user_groups.verified.any? %>
|
47
|
+
<%= form.select :user_group_id, current_user.user_groups.verified.map { |g| [g.name, g.id] }, prompt: current_user.name %>
|
48
|
+
<% end %>
|
49
|
+
</div>
|
50
|
+
<div class="actions">
|
51
|
+
<%= form.submit t(".update_position"), class: "button expanded", data: { disable: true } %>
|
52
|
+
</div>
|
53
|
+
<% end %>
|
54
|
+
<% end %>
|
55
|
+
<% end %>
|
56
|
+
|
9
57
|
<div class="p-l">
|
10
58
|
<div class="row column flex-center">
|
11
59
|
<%= link_to t(".modify"), edit_draft_proposal_path(@proposal) %>
|
@@ -68,7 +68,7 @@ extra_admin_link(
|
|
68
68
|
<%= cell "decidim/proposals/proposal_tags", @proposal %>
|
69
69
|
</div>
|
70
70
|
|
71
|
-
<%= cell("decidim/announcement",
|
71
|
+
<%= cell("decidim/announcement", proposal_reason_callout_announcement, callout_class: proposal_reason_callout_class) if @proposal.answered? && @proposal.published_state? %>
|
72
72
|
|
73
73
|
<%= linked_resources_for @proposal, :results, "included_proposals" %>
|
74
74
|
<%= linked_resources_for @proposal, :projects, "included_proposals" %>
|
@@ -138,10 +138,4 @@ extra_admin_link(
|
|
138
138
|
|
139
139
|
<%= comments_for @proposal %>
|
140
140
|
|
141
|
-
<%=
|
142
|
-
render partial: "decidim/shared/flag_modal", locals: {
|
143
|
-
reportable: @proposal,
|
144
|
-
form: @report_form,
|
145
|
-
url: decidim.report_path(sgid: @proposal.to_sgid.to_s)
|
146
|
-
}
|
147
|
-
%>
|
141
|
+
<%= cell("decidim/flag_modal", @proposal) %>
|
data/config/locales/ar.yml
CHANGED
@@ -283,10 +283,6 @@ ar:
|
|
283
283
|
description: عدد الدعم للمقترحات
|
284
284
|
object: الدعم
|
285
285
|
title: الدعم
|
286
|
-
participatory_processes:
|
287
|
-
participatory_process_groups:
|
288
|
-
highlighted_proposals:
|
289
|
-
proposals: اقتراحات
|
290
286
|
participatory_spaces:
|
291
287
|
highlighted_proposals:
|
292
288
|
see_all: شاهد الكل (%{count})
|
@@ -302,7 +298,6 @@ ar:
|
|
302
298
|
actions:
|
303
299
|
preview: معاينة
|
304
300
|
exports:
|
305
|
-
comments: تعليقات
|
306
301
|
proposals: اقتراحات
|
307
302
|
models:
|
308
303
|
proposal:
|
@@ -325,9 +320,7 @@ ar:
|
|
325
320
|
new_import:
|
326
321
|
accepted_mime_types:
|
327
322
|
md: تخفيض السعر
|
328
|
-
odt: ODT
|
329
323
|
bottom_hint: "(سوف تكون قادرًا على معاينة وفرز أقسام المستندات)"
|
330
|
-
document_legend: 'أضف مستندًا أقل من 2 ميغابايت ، وسيتم تحليل كل قسم حتى عمق 3 مستويات في الاقتراحات. التنسيقات المدعومة هي: %{valid_mime_types}'
|
331
324
|
title: إضافة وثيقة
|
332
325
|
upload_document: تحميل المستند
|
333
326
|
publish:
|
@@ -487,13 +480,6 @@ ar:
|
|
487
480
|
ok: سحب المسودة التعاونية
|
488
481
|
title: الإجراء التالي لا رجعة فيه
|
489
482
|
success: تم سحب مشروع تعاوني بنجاح.
|
490
|
-
compare:
|
491
|
-
mine_is_different: مسودتي التعاونية مختلفة
|
492
|
-
no_similars_found: أحسنت! لم يتم العثور على مسودات تعاونية مماثلة
|
493
|
-
title: مسودات تعاونية مماثلة
|
494
|
-
complete:
|
495
|
-
send: إرسال
|
496
|
-
title: أكمل مسودتك التعاونية
|
497
483
|
count:
|
498
484
|
drafts_count:
|
499
485
|
zero: "%{count} مسودات تعاونية"
|
@@ -529,7 +515,6 @@ ar:
|
|
529
515
|
unfold: كشف
|
530
516
|
new:
|
531
517
|
send: استمر
|
532
|
-
title: إنشاء مسودتك التعاونية
|
533
518
|
new_collaborative_draft_button:
|
534
519
|
new_collaborative_draft: مشروع تعاوني جديد
|
535
520
|
orders:
|
@@ -578,16 +563,10 @@ ar:
|
|
578
563
|
update:
|
579
564
|
error: حدثت مشكلة في حفظ المسودة التعاونية.
|
580
565
|
success: تم تحديث المسودة التعاونية بنجاح.
|
581
|
-
title: تحرير المسودة التعاونية
|
582
566
|
wizard_aside:
|
583
|
-
back: الى الخلف
|
584
567
|
info: إنك لعلى خلق <strong>مشروع تعاوني</strong>.
|
585
|
-
|
586
|
-
|
587
|
-
step_1: إنشاء مسودتك التعاونية
|
588
|
-
step_2: قارن مع المسودات التعاونية
|
589
|
-
step_3: أكمل مسودتك التعاونية
|
590
|
-
step_of: الخطوة %{current_step_num} من %{total_steps}
|
568
|
+
wizard_header:
|
569
|
+
title: إنشاء مسودتك التعاونية
|
591
570
|
create:
|
592
571
|
error: كانت هناك مشكلة في حفظ الاقتراح.
|
593
572
|
success: تم إنشاء الاقتراح بنجاح. تم الحفظ كمسودة.
|
data/config/locales/bg.yml
CHANGED
@@ -229,10 +229,6 @@ bg:
|
|
229
229
|
proposal_published_for_space:
|
230
230
|
email_intro: Предложението "%{resource_title}" беше добавено в "%{participatory_space_title}", което следвате.
|
231
231
|
email_outro: Получавате това известие, защото следвате "%{participatory_space_title}". Може да прекратите известията чрез предната връзка.
|
232
|
-
participatory_processes:
|
233
|
-
participatory_process_groups:
|
234
|
-
highlighted_proposals:
|
235
|
-
proposals: Предложения
|
236
232
|
proposals:
|
237
233
|
versions:
|
238
234
|
collaborative_drafts:
|
data/config/locales/ca.yml
CHANGED
@@ -27,6 +27,9 @@ ca:
|
|
27
27
|
user_group_id: Crea una proposta com a
|
28
28
|
proposal_answer:
|
29
29
|
answer: Respondre
|
30
|
+
cost: Cost
|
31
|
+
cost_report: Informe de cost
|
32
|
+
execution_period: Període d'execució
|
30
33
|
proposals_copy:
|
31
34
|
copy_proposals: Entenc que això importarà totes les propostes del component seleccionat a l'actual i que aquesta acció no es pot desfer.
|
32
35
|
origin_component_id: Component des d'on importar les propostes
|
@@ -137,6 +140,10 @@ ca:
|
|
137
140
|
participatory_texts_enabled_readonly: No es pot interactuar amb aquesta configuració si hi ha propostes existents. Si us plau, crea un nou 'component de propostes' si vols habilitar aquesta característica o descarta totes les propostes importades al menú "textos participatius" si vols deshabilitar-lo.
|
138
141
|
proposal_answering_enabled: Resposta a propostes habilitada
|
139
142
|
proposal_edit_before_minutes: Les propostes poden ser editades per les autores abans que passin aquests minuts
|
143
|
+
proposal_edit_time: Edició de propostes
|
144
|
+
proposal_edit_time_choices:
|
145
|
+
infinite: Permet l'edició de propostes durant un període infinit
|
146
|
+
limited: Permet l'edició de propostes durant una finestra temporal específica
|
140
147
|
proposal_length: Longitud màxima del cos de la proposta
|
141
148
|
proposal_limit: Límit de propostes per participant
|
142
149
|
proposal_wizard_step_1_help_text: Text d'ajuda pel pas "Crear" de l'assistent de propostes
|
@@ -336,10 +343,6 @@ ca:
|
|
336
343
|
description: Nombre de suports a les propostes
|
337
344
|
object: suports
|
338
345
|
title: Suports
|
339
|
-
participatory_processes:
|
340
|
-
participatory_process_groups:
|
341
|
-
highlighted_proposals:
|
342
|
-
proposals: Propostes
|
343
346
|
participatory_spaces:
|
344
347
|
highlighted_proposals:
|
345
348
|
see_all: Veure tots (%{count})
|
@@ -356,7 +359,7 @@ ca:
|
|
356
359
|
actions:
|
357
360
|
preview: Previsualitzar
|
358
361
|
exports:
|
359
|
-
|
362
|
+
proposal_comments: Comentaris
|
360
363
|
proposals: Propostes
|
361
364
|
models:
|
362
365
|
proposal:
|
@@ -380,9 +383,9 @@ ca:
|
|
380
383
|
new_import:
|
381
384
|
accepted_mime_types:
|
382
385
|
md: Markdown
|
383
|
-
odt:
|
386
|
+
odt: ODT
|
384
387
|
bottom_hint: "(Podràs previsualitzar i ordenar les seccions del document)"
|
385
|
-
document_legend: 'Afegeix un document de menys de 2
|
388
|
+
document_legend: 'Afegeix un document de menys de 2 Mb, cadascuna de les seccions (fins a 3 nivells de profunditat) es convertiran a propostes. Els formats suportats són: %{valid_mime_types}'
|
386
389
|
title: AFEGIR DOCUMENT
|
387
390
|
upload_document: Puja el document
|
388
391
|
publish:
|
@@ -498,6 +501,7 @@ ca:
|
|
498
501
|
no_components: No hi ha cap altre component de propostes en aquest espai participatiu des d'on importar-les.
|
499
502
|
select_component: Escull un component
|
500
503
|
select_states: Consulta els estats de les propostes a importar
|
504
|
+
title: Importar propostes
|
501
505
|
proposals_merges:
|
502
506
|
create:
|
503
507
|
invalid: S'ha produït un error en fusionar les propostes seleccionades.
|
@@ -570,13 +574,6 @@ ca:
|
|
570
574
|
ok: Retira l'esborrany col·laboratiu
|
571
575
|
title: La següent acció és irreversible
|
572
576
|
success: L'esborrany col·laboratiu s'ha retirat correctamente.
|
573
|
-
compare:
|
574
|
-
mine_is_different: El meu esborrany col·laboratiu és diferent
|
575
|
-
no_similars_found: Enhorabona! No s'han trobat esborranys col·laboratius similars
|
576
|
-
title: Esborranys col·laboratius similars
|
577
|
-
complete:
|
578
|
-
send: Envia
|
579
|
-
title: Completa el teu esborrany col·laboratiu
|
580
577
|
count:
|
581
578
|
drafts_count:
|
582
579
|
one: "%{count} esborrany de col·laboració"
|
@@ -608,7 +605,6 @@ ca:
|
|
608
605
|
unfold: Desplega
|
609
606
|
new:
|
610
607
|
send: Continua
|
611
|
-
title: Crea el teu esborrany col·laboratiu
|
612
608
|
new_collaborative_draft_button:
|
613
609
|
new_collaborative_draft: Nou esborrany col·laboratiu
|
614
610
|
orders:
|
@@ -653,23 +649,14 @@ ca:
|
|
653
649
|
update:
|
654
650
|
error: S'ha produït un error en desar l'esborrany col·laboratiu.
|
655
651
|
success: L'esborrany col·laboratiu s'ha actualitzat correctament.
|
656
|
-
title: Edita l'esborrany col·laboratiu
|
657
652
|
wizard_aside:
|
658
|
-
back: Torna
|
659
653
|
back_from_collaborative_draft: Tornar a l'esborrany col·laboratiu
|
660
|
-
back_from_step_1: Tornar a l'esborrany col·laboratiu
|
661
|
-
back_from_step_2: Tornar a l'esborrany col·laboratiu
|
662
|
-
back_from_step_3: Tornar a comparar els esborranys col·laboratius
|
663
|
-
back_from_step_4: Tornar a editar l'esborrany
|
664
654
|
info: Estàs creant un <strong>esborrany col·laboratiu</strong>.
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
step_3: Completa el teu esborrany col·laboratiu
|
671
|
-
step_of: Fase %{current_step_num} de %{total_steps}
|
672
|
-
title: Passos per a la creació d'un esborrany col·laboratiu
|
655
|
+
wizard_header:
|
656
|
+
title: Crea el teu esborrany col·laboratiu
|
657
|
+
content_blocks:
|
658
|
+
highlighted_proposals:
|
659
|
+
proposals: Propostes
|
673
660
|
create:
|
674
661
|
error: Hi ha hagut un error en desar la proposta.
|
675
662
|
success: La proposta s'ha creat correctament. S'ha desat com a esborrany.
|
@@ -723,6 +710,8 @@ ca:
|
|
723
710
|
proposals_count:
|
724
711
|
one: "%{count} proposta"
|
725
712
|
other: "%{count} propostes"
|
713
|
+
dynamic_map_instructions:
|
714
|
+
instructions: <h3>Pots moure el punt al mapa. </h3><p>No oblidis fer clic al botó "Actualitzar posició" abans de publicar la teva proposta.</p>
|
726
715
|
edit:
|
727
716
|
add_documents: Documents
|
728
717
|
add_images: Arxiu
|
@@ -783,13 +772,18 @@ ca:
|
|
783
772
|
document_index: Índex del document
|
784
773
|
view_index:
|
785
774
|
see_index: Veure índex
|
775
|
+
placeholder:
|
776
|
+
address: 37 Homewood Drive Brownsburg, IN 46112
|
786
777
|
preview:
|
778
|
+
announcement_body: La teva proposta s'ha guardat com un esborrany. Necessita ser publicada perquè aparegui al lloc.
|
779
|
+
announcement_title: La teva proposta encara no s'ha publicat
|
787
780
|
modify: Modifica la proposta
|
788
781
|
proposal_edit_before_minutes:
|
789
782
|
one: Podràs editar aquesta proposta durant el primer minut després de publicar-la. Un cop passat aquest temps, no podràs editar la proposta.
|
790
783
|
other: Podràs editar aquesta proposta durant els primers %{count} minuts després de la publicació de la proposta. Un cop passada aquesta finestra de temps, no podràs editar la proposta.
|
791
784
|
publish: Publica
|
792
785
|
title: Publica la teva proposta
|
786
|
+
update_position: Actualitzar posició
|
793
787
|
proposal:
|
794
788
|
creation_date: 'Data de creació: %{date}'
|
795
789
|
view_proposal: Veure proposta
|
data/config/locales/cs.yml
CHANGED
@@ -27,6 +27,9 @@ cs:
|
|
27
27
|
user_group_id: Vytvořit návrh jako
|
28
28
|
proposal_answer:
|
29
29
|
answer: Odpovědět
|
30
|
+
cost: Náklady
|
31
|
+
cost_report: Přehled nákladů
|
32
|
+
execution_period: Období provádění
|
30
33
|
proposals_copy:
|
31
34
|
copy_proposals: Chápu, že to bude importovat všechny návrhy z vybrané komponenty na aktuální a že tato akce nemůže být zrušena.
|
32
35
|
origin_component_id: Komponenta pro kopírování návrhů z
|
@@ -145,6 +148,10 @@ cs:
|
|
145
148
|
participatory_texts_enabled_readonly: Pokud existují stávající návrhy, nelze toto nastavení měnit. Pokud chcete tuto vlastnost povolit nebo vyhodit všechny importované návrhy v menu "participativní texty" prosím vytvořte novou složku "Návrhy", pokud ji chcete zakázat.
|
146
149
|
proposal_answering_enabled: Odpovídání návrhu je povoleno
|
147
150
|
proposal_edit_before_minutes: Návrhy mohou být editovány autory před tím, než projde hodně minut
|
151
|
+
proposal_edit_time: Úprava návrhů
|
152
|
+
proposal_edit_time_choices:
|
153
|
+
infinite: Povolit úpravy návrhů na nekonečnou dobu
|
154
|
+
limited: Povolit úpravy návrhů v konkrétním časovém rámci
|
148
155
|
proposal_length: Maximální délka návrhu
|
149
156
|
proposal_limit: Limit návrhu na uživatele
|
150
157
|
proposal_wizard_step_1_help_text: Text průvodce kroku nápovědy "Vytvořit" Návrh
|
@@ -307,7 +314,7 @@ cs:
|
|
307
314
|
unearned_own: Dosud jste žádné návrhy nepřijali.
|
308
315
|
proposal_votes:
|
309
316
|
conditions:
|
310
|
-
- Procházejte a strávte nějaký čas čtením
|
317
|
+
- Procházejte a strávte nějaký čas čtením nápadů jiných lidí
|
311
318
|
- Podpořte návrhy, které se vám líbí nebo které jsou zajímavé
|
312
319
|
description: Tento odznak je udělen při podpoře návrhů jiných lidí.
|
313
320
|
description_another: Tento uživatel podpořil %{score} návrhů.
|
@@ -344,10 +351,6 @@ cs:
|
|
344
351
|
description: Počet hlasů vygenerovaných v návrzích uživatelů
|
345
352
|
object: hlasů
|
346
353
|
title: Hlasy
|
347
|
-
participatory_processes:
|
348
|
-
participatory_process_groups:
|
349
|
-
highlighted_proposals:
|
350
|
-
proposals: Návrhy
|
351
354
|
participatory_spaces:
|
352
355
|
highlighted_proposals:
|
353
356
|
see_all: Zobrazit všechny (%{count})
|
@@ -364,7 +367,7 @@ cs:
|
|
364
367
|
actions:
|
365
368
|
preview: Náhled
|
366
369
|
exports:
|
367
|
-
|
370
|
+
proposal_comments: Komentáře
|
368
371
|
proposals: Návrhy
|
369
372
|
models:
|
370
373
|
proposal:
|
@@ -388,9 +391,9 @@ cs:
|
|
388
391
|
new_import:
|
389
392
|
accepted_mime_types:
|
390
393
|
md: Markdown
|
391
|
-
odt:
|
394
|
+
odt: ODT
|
392
395
|
bottom_hint: "(Budete mít možnost zobrazit a třídit sekce dokumentů)"
|
393
|
-
document_legend: 'Přidejte dokument
|
396
|
+
document_legend: 'Přidejte dokument o velikosti menší než 2 Mb, každá sekce do tří úrovní bude rozdělena do návrhů. Podporované formáty jsou: %{valid_mime_types}'
|
394
397
|
title: Přidat dokument
|
395
398
|
upload_document: Nahrát dokument
|
396
399
|
publish:
|
@@ -508,6 +511,7 @@ cs:
|
|
508
511
|
no_components: V tomto účastnickém prostoru neexistují žádné jiné komponenty návrhu, které by mohly importovat návrhy.
|
509
512
|
select_component: Vyberte součást
|
510
513
|
select_states: Zkontrolujte stav návrhů, které chcete importovat
|
514
|
+
title: Importovat návrhy
|
511
515
|
proposals_merges:
|
512
516
|
create:
|
513
517
|
invalid: Při propojení vybraných návrhů došlo k chybě.
|
@@ -580,13 +584,6 @@ cs:
|
|
580
584
|
ok: Vyjměte návrh spolupráce
|
581
585
|
title: Následující akce je nevratná
|
582
586
|
success: Kolaborativní návrh byl úspěšně zrušen.
|
583
|
-
compare:
|
584
|
-
mine_is_different: Můj návrh spolupráce je jiný
|
585
|
-
no_similars_found: Výborně! Žádný podobný návrh spolupráce nebyl nalezen
|
586
|
-
title: Podobné návrhy spolupráce
|
587
|
-
complete:
|
588
|
-
send: Poslat
|
589
|
-
title: Dokončete návrh spolupráce
|
590
587
|
count:
|
591
588
|
drafts_count:
|
592
589
|
one: "%{count} návrh spolupráce"
|
@@ -620,7 +617,6 @@ cs:
|
|
620
617
|
unfold: Rozvinout
|
621
618
|
new:
|
622
619
|
send: Pokračovat
|
623
|
-
title: Vytvořte návrh spolupráce
|
624
620
|
new_collaborative_draft_button:
|
625
621
|
new_collaborative_draft: Nový návrh spolupráce
|
626
622
|
orders:
|
@@ -667,23 +663,14 @@ cs:
|
|
667
663
|
update:
|
668
664
|
error: Při ukládání schématu spolupráce došlo k chybám.
|
669
665
|
success: Protokol o spolupráci byl úspěšně aktualizován.
|
670
|
-
title: Úprava konceptu spolupráce
|
671
666
|
wizard_aside:
|
672
|
-
back: Zadní
|
673
667
|
back_from_collaborative_draft: Zpět na koncepty spolupráce
|
674
|
-
back_from_step_1: Zpět na koncepty spolupráce
|
675
|
-
back_from_step_2: Zpět na koncepty spolupráce
|
676
|
-
back_from_step_3: Zpět k porovnání konceptů spolupráce
|
677
|
-
back_from_step_4: Zpět k úpravě konceptu
|
678
668
|
info: Při vytváření <strong>spolupráce návrhu</strong>.
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
step_3: Dokončete návrh spolupráce
|
685
|
-
step_of: Krok %{current_step_num} z %{total_steps}
|
686
|
-
title: Kroky pro vytvoření společného návrhu
|
669
|
+
wizard_header:
|
670
|
+
title: Vytvořte návrh spolupráce
|
671
|
+
content_blocks:
|
672
|
+
highlighted_proposals:
|
673
|
+
proposals: Návrhy
|
687
674
|
create:
|
688
675
|
error: Při ukládání návrhu došlo k chybám.
|
689
676
|
success: Návrh byl úspěšně vytvořen. Uloženo jako návrh.
|
@@ -739,6 +726,8 @@ cs:
|
|
739
726
|
few: "%{count} návrhů"
|
740
727
|
many: "%{count} návrhů"
|
741
728
|
other: "%{count} návrhů"
|
729
|
+
dynamic_map_instructions:
|
730
|
+
instructions: <h3>Můžete přesunout bod na mapě. </h3><p>Nezapomeňte kliknout na tlačítko "Aktualizovat pozici" před zveřejněním vašeho návrhu.</p>
|
742
731
|
edit:
|
743
732
|
add_documents: Dokumenty
|
744
733
|
add_images: Soubor
|
@@ -801,7 +790,11 @@ cs:
|
|
801
790
|
document_index: Index dokumentů
|
802
791
|
view_index:
|
803
792
|
see_index: Prohlédnout seznam
|
793
|
+
placeholder:
|
794
|
+
address: 37 Homewood Drive Brownsburg, IN 46112
|
804
795
|
preview:
|
796
|
+
announcement_body: Váš návrh byl uložen jako návrh. Musí být zveřejněn, aby se mohl zobrazit na webu.
|
797
|
+
announcement_title: Váš návrh ještě nebyl zveřejněn
|
805
798
|
modify: Upravte návrh
|
806
799
|
proposal_edit_before_minutes:
|
807
800
|
one: Tento návrh budete moci upravit během první minuty po zveřejnění návrhu. Po uplynutí tohoto časového okna nebudete moci návrh upravit.
|
@@ -810,6 +803,7 @@ cs:
|
|
810
803
|
other: Budete mít možnost upravit tento návrh během prvních %{count} minut po návrh zveřejněn. Po uplynutí tohoto časového okna nebudete moci návrh upravit.
|
811
804
|
publish: Publikovat
|
812
805
|
title: Publikujte svůj návrh
|
806
|
+
update_position: Aktualizovat pozici
|
813
807
|
proposal:
|
814
808
|
creation_date: 'Tvorba: %{date}'
|
815
809
|
view_proposal: Zobrazit návrh
|
data/config/locales/de.yml
CHANGED
@@ -27,6 +27,9 @@ de:
|
|
27
27
|
user_group_id: Vorschlag erstellen als
|
28
28
|
proposal_answer:
|
29
29
|
answer: Antworten
|
30
|
+
cost: Kosten
|
31
|
+
cost_report: Kostenbericht
|
32
|
+
execution_period: Ausführungszeitraum
|
30
33
|
proposals_copy:
|
31
34
|
copy_proposals: Ich verstehe, dass dies alle Vorschläge von der ausgewählten Komponente in die aktuelle Komponente importiert und dass diese Aktion nicht rückgängig gemacht werden kann.
|
32
35
|
origin_component_id: Komponente zum Kopieren der Vorschläge aus
|
@@ -137,6 +140,10 @@ de:
|
|
137
140
|
participatory_texts_enabled_readonly: Die Interaktion mit dieser Einstellung ist nicht möglich, wenn Vorschläge bestehen. Bitte erstellen Sie eine neue „Vorschlagskomponente“, wenn Sie diese Funktion aktivieren möchten, oder verwerfen Sie alle importierten Vorschläge im Menü „Beteiligungstexte“, wenn Sie diese Funktion deaktivieren möchten.
|
138
141
|
proposal_answering_enabled: Vorschlagsantworten aktiviert
|
139
142
|
proposal_edit_before_minutes: Vorschläge können von Autoren innerhalb dieser Zeit bearbeitet werden
|
143
|
+
proposal_edit_time: Vorschläge bearbeiten
|
144
|
+
proposal_edit_time_choices:
|
145
|
+
infinite: Vorschläge können beliebig lang bearbeitet werden
|
146
|
+
limited: Vorschläge können nach einem spezifischen Zeitfenster nicht mehr bearbeitet werden
|
140
147
|
proposal_length: Maximale Länge des Haupttextes
|
141
148
|
proposal_limit: Vorschlagslimit pro Benutzer
|
142
149
|
proposal_wizard_step_1_help_text: Hilfetext "Erstellen"-Schritt im Vorschlagsassistenten
|
@@ -336,10 +343,6 @@ de:
|
|
336
343
|
description: Anzahl der Unterstützungen zu Vorschlägen
|
337
344
|
object: Unterstützer
|
338
345
|
title: Unterstützer
|
339
|
-
participatory_processes:
|
340
|
-
participatory_process_groups:
|
341
|
-
highlighted_proposals:
|
342
|
-
proposals: Vorschläge
|
343
346
|
participatory_spaces:
|
344
347
|
highlighted_proposals:
|
345
348
|
see_all: Alle anzeigen (%{count})
|
@@ -356,7 +359,7 @@ de:
|
|
356
359
|
actions:
|
357
360
|
preview: Vorschau
|
358
361
|
exports:
|
359
|
-
|
362
|
+
proposal_comments: Kommentare
|
360
363
|
proposals: Vorschläge
|
361
364
|
models:
|
362
365
|
proposal:
|
@@ -380,9 +383,9 @@ de:
|
|
380
383
|
new_import:
|
381
384
|
accepted_mime_types:
|
382
385
|
md: Markdown
|
383
|
-
odt:
|
386
|
+
odt: ODT
|
384
387
|
bottom_hint: "(Sie können Dokumentabschnitte in der Vorschau anzeigen und sortieren.)"
|
385
|
-
document_legend: 'Fügen Sie ein Dokument hinzu, das kleiner als
|
388
|
+
document_legend: 'Fügen Sie ein Dokument hinzu, das kleiner als 2MB ist. Für alle Abschnitte bis 3 Ebenen tief werden Vorschläge erstellt. Unterstützte Formate sind: %{valid_mime_types}'
|
386
389
|
title: DOKUMENT HINZUFÜGEN
|
387
390
|
upload_document: Dokument hochladen
|
388
391
|
publish:
|
@@ -498,6 +501,7 @@ de:
|
|
498
501
|
no_components: In diesem partizipatorischen Bereich gibt es keine weiteren Vorschlagskomponenten, aus denen die Vorschläge importiert werden könnten.
|
499
502
|
select_component: Bitte wählen Sie eine Komponente aus
|
500
503
|
select_states: Überprüfen Sie die Status der zu importierenden Vorschläge
|
504
|
+
title: Vorschläge importieren
|
501
505
|
proposals_merges:
|
502
506
|
create:
|
503
507
|
invalid: Beim Zusammenführen der ausgewählten Vorschläge ist ein Fehler aufgetreten.
|
@@ -570,13 +574,6 @@ de:
|
|
570
574
|
ok: Ziehen Sie den gemeinsamen Entwurf zurück
|
571
575
|
title: Die folgende Aktion ist irreversibel
|
572
576
|
success: Kollaborativer Entwurf erfolgreich zurückgezogen.
|
573
|
-
compare:
|
574
|
-
mine_is_different: Mein gemeinsamer Entwurf ist anders
|
575
|
-
no_similars_found: Gut gemacht! Keine ähnlichen kollaborativen Entwürfe gefunden
|
576
|
-
title: Ähnliche kollaborative Entwürfe
|
577
|
-
complete:
|
578
|
-
send: Abschicken
|
579
|
-
title: Vervollständigen Sie Ihren gemeinsamen Entwurf
|
580
577
|
count:
|
581
578
|
drafts_count:
|
582
579
|
one: "%{count} kollaborativer Entwurf"
|
@@ -608,7 +605,6 @@ de:
|
|
608
605
|
unfold: Aufklappen
|
609
606
|
new:
|
610
607
|
send: Fortsetzen
|
611
|
-
title: Gemeinsamen Entwurf erstellen
|
612
608
|
new_collaborative_draft_button:
|
613
609
|
new_collaborative_draft: Neuer gemeinsamer Entwurf
|
614
610
|
orders:
|
@@ -653,23 +649,14 @@ de:
|
|
653
649
|
update:
|
654
650
|
error: Beim Speichern des gemeinsamen Entwurfs sind Fehler aufgetreten.
|
655
651
|
success: Collaborative Draft wurde erfolgreich aktualisiert.
|
656
|
-
title: Gemeinsamen Entwurf bearbeiten
|
657
652
|
wizard_aside:
|
658
|
-
back: Zurück
|
659
653
|
back_from_collaborative_draft: Zurück zu gemeinschaftlichen Entwürfen
|
660
|
-
back_from_step_1: Zurück zu gemeinschaftlichen Entwürfen
|
661
|
-
back_from_step_2: Zurück zu gemeinschaftlichen Entwürfen
|
662
|
-
back_from_step_3: Zurück zum Vergleich der gemeinschaftlichen Entwürfe
|
663
|
-
back_from_step_4: Zurück zum Entwurf bearbeiten
|
664
654
|
info: Sie erstellen einen <strong>gemeinsamen Entwurf</strong>.
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
step_3: Vervollständigen Sie Ihren gemeinsamen Entwurf
|
671
|
-
step_of: Schritt %{current_step_num} von %{total_steps}
|
672
|
-
title: Gemeinschaftliche Entwurfsschritte
|
655
|
+
wizard_header:
|
656
|
+
title: Erstellen Sie Ihren gemeinsamen Entwurf
|
657
|
+
content_blocks:
|
658
|
+
highlighted_proposals:
|
659
|
+
proposals: Vorschläge
|
673
660
|
create:
|
674
661
|
error: Beim Speichern des Vorschlags ist ein Fehler aufgetreten.
|
675
662
|
success: Der Vorschlag wurde erfolgreich erstellt. Gespeichert als Entwurf.
|
@@ -723,6 +710,8 @@ de:
|
|
723
710
|
proposals_count:
|
724
711
|
one: "%{count} Vorschlag"
|
725
712
|
other: "%{count} Vorschläge"
|
713
|
+
dynamic_map_instructions:
|
714
|
+
instructions: <h3>Sie können den Punkt auf der Karte verschieben.</h3><p>Vergessen Sie nicht, vor der Veröffentlichung Ihres Vorschlags auf die Schaltfläche "Position aktualisieren" zu klicken.</p>
|
726
715
|
edit:
|
727
716
|
add_documents: Dokumente
|
728
717
|
add_images: Datei
|
@@ -783,13 +772,18 @@ de:
|
|
783
772
|
document_index: Dokumentenindex
|
784
773
|
view_index:
|
785
774
|
see_index: Index anzeigen
|
775
|
+
placeholder:
|
776
|
+
address: 37 Homewood Drive Brownsburg, IN 46112
|
786
777
|
preview:
|
778
|
+
announcement_body: Ihr Vorschlag wurde als Entwurf gespeichert. Er muss veröffentlicht werden, damit er auf der Seite erscheint.
|
779
|
+
announcement_title: Ihr Vorschlag wurde noch nicht veröffentlicht
|
787
780
|
modify: Vorschlag ändern
|
788
781
|
proposal_edit_before_minutes:
|
789
782
|
one: Sie können diesen Vorschlag in der ersten Minute nach seiner Veröffentlichung bearbeiten. Nach Ablauf dieses Zeitfensters können Sie diesen nicht mehr bearbeiten.
|
790
783
|
other: Sie können diesen Vorschlag in den ersten %{count} Minute nach seiner Veröffentlichung bearbeiten. Nach Ablauf dieses Zeitfensters können Sie diesen nicht mehr bearbeiten.
|
791
784
|
publish: Veröffentlichen
|
792
785
|
title: Vorschlag veröffentlichen
|
786
|
+
update_position: Position aktualisieren
|
793
787
|
proposal:
|
794
788
|
creation_date: 'Erstellt am %{date}'
|
795
789
|
view_proposal: Vorschlag anzeigen
|