decidim-proposals 0.23.0 → 0.24.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/proposals/add_proposal.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/reported_content/show.erb +4 -0
- data/app/cells/decidim/proposals/reported_content_cell.rb +13 -0
- data/app/commands/decidim/proposals/admin/update_proposal.rb +2 -0
- data/app/commands/decidim/proposals/hashtags_methods.rb +1 -1
- data/app/controllers/decidim/proposals/admin/proposals_controller.rb +7 -5
- 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/admin/proposal_form.rb +13 -0
- data/app/forms/decidim/proposals/proposal_form.rb +15 -5
- data/app/forms/decidim/proposals/proposal_wizard_create_step_form.rb +1 -9
- 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 +25 -4
- 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 +21 -11
- data/app/permissions/decidim/proposals/admin/permissions.rb +2 -2
- data/app/permissions/decidim/proposals/permissions.rb +3 -2
- data/app/presenters/decidim/proposals/admin_log/proposal_presenter.rb +2 -2
- data/app/presenters/decidim/proposals/admin_log/valuation_assignment_presenter.rb +2 -2
- data/app/presenters/decidim/proposals/proposal_presenter.rb +35 -16
- 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/diff_renderer.rb +7 -11
- data/app/services/decidim/proposals/proposal_builder.rb +1 -0
- data/app/validators/proposal_length_validator.rb +4 -2
- data/app/views/decidim/proposals/admin/proposals/_bulk-actions.html.erb +8 -1
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +8 -2
- 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/_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 +7 -7
- data/app/views/decidim/proposals/collaborative_drafts/new.html.erb +5 -13
- data/app/views/decidim/proposals/collaborative_drafts/show.html.erb +7 -11
- data/app/views/decidim/proposals/proposals/_dynamic_map_instructions.html.erb +3 -0
- data/app/views/decidim/proposals/proposals/_edit_form_fields.html.erb +2 -2
- data/app/views/decidim/proposals/proposals/_filters.html.erb +34 -32
- data/app/views/decidim/proposals/proposals/_wizard_header.html.erb +21 -11
- data/app/views/decidim/proposals/proposals/edit.html.erb +7 -7
- data/app/views/decidim/proposals/proposals/preview.html.erb +50 -2
- data/app/views/decidim/proposals/proposals/show.html.erb +8 -12
- data/config/locales/ar.yml +2 -22
- data/config/locales/ca.yml +9 -30
- data/config/locales/cs.yml +47 -52
- data/config/locales/de.yml +126 -104
- data/config/locales/el.yml +2 -29
- data/config/locales/en.yml +24 -29
- data/config/locales/es-MX.yml +3 -29
- data/config/locales/es-PY.yml +3 -29
- data/config/locales/es.yml +3 -29
- data/config/locales/eu.yml +4 -22
- data/config/locales/fi-plain.yml +19 -28
- data/config/locales/fi.yml +26 -35
- data/config/locales/fr-CA.yml +20 -29
- data/config/locales/fr.yml +20 -29
- data/config/locales/gl.yml +4 -22
- data/config/locales/hu.yml +2 -22
- data/config/locales/id-ID.yml +2 -22
- data/config/locales/is-IS.yml +0 -5
- data/config/locales/it.yml +4 -29
- data/config/locales/ja.yml +2 -29
- data/config/locales/lv.yml +2 -21
- data/config/locales/nl.yml +28 -43
- data/config/locales/no.yml +4 -24
- data/config/locales/pl.yml +17 -30
- data/config/locales/pt-BR.yml +2 -21
- data/config/locales/pt.yml +2 -29
- data/config/locales/ro-RO.yml +5 -28
- data/config/locales/ru.yml +0 -5
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +5 -22
- data/config/locales/sv.yml +12 -34
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +383 -231
- data/config/locales/uk.yml +0 -5
- data/config/locales/zh-CN.yml +2 -29
- data/db/migrate/20200708091228_move_proposals_fields_to_i18n.rb +8 -2
- data/db/migrate/20210127115628_fix_answered_proposals_after_copy.rb +14 -0
- 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 +55 -40
- 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
data/config/locales/cs.yml
CHANGED
@@ -8,7 +8,7 @@ cs:
|
|
8
8
|
decidim_scope_id: Rozsah
|
9
9
|
has_address: Má adresu
|
10
10
|
scope_id: Oblast působnosti
|
11
|
-
state:
|
11
|
+
state: Stav
|
12
12
|
title: Titul
|
13
13
|
user_group_id: Vytvořit návrh spolupráce jako
|
14
14
|
proposal:
|
@@ -21,12 +21,15 @@ cs:
|
|
21
21
|
decidim_scope_id: Rozsah
|
22
22
|
has_address: Má adresu
|
23
23
|
scope_id: Oblast působnosti
|
24
|
-
state:
|
24
|
+
state: Stav
|
25
25
|
suggested_hashtags: Navrhované hashtags
|
26
26
|
title: Titul
|
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,12 +148,16 @@ 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
|
-
proposal_wizard_step_1_help_text:
|
151
|
-
proposal_wizard_step_2_help_text:
|
152
|
-
proposal_wizard_step_3_help_text:
|
153
|
-
proposal_wizard_step_4_help_text:
|
157
|
+
proposal_wizard_step_1_help_text: Text průvodce kroku nápovědy "Vytvořit" Návrh
|
158
|
+
proposal_wizard_step_2_help_text: Text průvodce kroku nápovědy "Porovnat" návrhy
|
159
|
+
proposal_wizard_step_3_help_text: Text průvodce kroku nápovědy „Dokončit“ Návrh
|
160
|
+
proposal_wizard_step_4_help_text: Text průvodce kroku nápovědy "Publikovat" Návrh
|
154
161
|
resources_permissions_enabled: Pro každý návrh lze nastavit oprávnění akce
|
155
162
|
scope_id: Oblast působnosti
|
156
163
|
scopes_enabled: Oblasti působnosti povoleny
|
@@ -169,7 +176,7 @@ cs:
|
|
169
176
|
participants: Pozměňovací návrhy jsou viditelné pouze pro jejich autory
|
170
177
|
amendments_visibility_help: Pokud je zvolena možnost "pozměňovací návrhy jsou viditelné pouze jejich autorům", musí být účastník přihlášen, aby se seznámil s provedenými pozměňovacími návrhy.
|
171
178
|
announcement: Oznámení
|
172
|
-
answers_with_costs: Povolit náklady
|
179
|
+
answers_with_costs: Povolit finanční náklady v odpovědích návrhu
|
173
180
|
automatic_hashtags: Do všech návrhů byly přidány značky Hashtags
|
174
181
|
comments_blocked: Komentáře byly blokovány
|
175
182
|
creation_enabled: Vytváření návrhu je povoleno
|
@@ -177,7 +184,7 @@ cs:
|
|
177
184
|
endorsements_enabled: Schvalování povoleno
|
178
185
|
proposal_answering_enabled: Odpovídání návrhu je povoleno
|
179
186
|
publish_answers_immediately: Okamžitě publikovat odpovědi návrhu
|
180
|
-
suggested_hashtags:
|
187
|
+
suggested_hashtags: Hashtagy navržené uživatelům pro nové návrhy
|
181
188
|
votes_blocked: Hlasování bylo blokováno
|
182
189
|
votes_enabled: Hlasování povoleno
|
183
190
|
votes_hidden: Hlasy skryté (pokud jsou povoleny hlasy, při kontrole se skryje počet hlasů)
|
@@ -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:
|
@@ -384,14 +387,14 @@ cs:
|
|
384
387
|
info_1: Následující oddíly byly analyzovány z importovaného dokumentu, byly převedeny na návrhy. Nyní můžete před publikováním zkontrolovat a upravit vše, co potřebujete.
|
385
388
|
publish_document: Publikujte dokument
|
386
389
|
save_draft: Uložit koncept
|
387
|
-
title:
|
390
|
+
title: Náhled participačního textu
|
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
|
394
|
-
title:
|
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}'
|
397
|
+
title: Přidat dokument
|
395
398
|
upload_document: Nahrát dokument
|
396
399
|
publish:
|
397
400
|
invalid: Nelze publikovat návrhy
|
@@ -431,6 +434,7 @@ cs:
|
|
431
434
|
form:
|
432
435
|
attachment_legend: "(Volitelné) Přidání přílohy"
|
433
436
|
created_in_meeting: Tento návrh pochází z jednání
|
437
|
+
delete_attachment: Smazat přílohu
|
434
438
|
select_a_category: Vyberte kategorii
|
435
439
|
select_a_meeting: Vyberte schůzku
|
436
440
|
index:
|
@@ -507,6 +511,7 @@ cs:
|
|
507
511
|
no_components: V tomto účastnickém prostoru neexistují žádné jiné komponenty návrhu, které by mohly importovat návrhy.
|
508
512
|
select_component: Vyberte součást
|
509
513
|
select_states: Zkontrolujte stav návrhů, které chcete importovat
|
514
|
+
title: Importovat návrhy
|
510
515
|
proposals_merges:
|
511
516
|
create:
|
512
517
|
invalid: Při propojení vybraných návrhů došlo k chybě.
|
@@ -579,13 +584,6 @@ cs:
|
|
579
584
|
ok: Vyjměte návrh spolupráce
|
580
585
|
title: Následující akce je nevratná
|
581
586
|
success: Kolaborativní návrh byl úspěšně zrušen.
|
582
|
-
compare:
|
583
|
-
mine_is_different: Můj návrh spolupráce je jiný
|
584
|
-
no_similars_found: Výborně! Žádný podobný návrh spolupráce nebyl nalezen
|
585
|
-
title: Podobné návrhy spolupráce
|
586
|
-
complete:
|
587
|
-
send: Poslat
|
588
|
-
title: Dokončete návrh spolupráce
|
589
587
|
count:
|
590
588
|
drafts_count:
|
591
589
|
one: "%{count} návrh spolupráce"
|
@@ -610,7 +608,7 @@ cs:
|
|
610
608
|
related_to: Související s
|
611
609
|
scope: Rozsah
|
612
610
|
search: Vyhledávání
|
613
|
-
state:
|
611
|
+
state: Stav
|
614
612
|
withdrawn: Staženo
|
615
613
|
filters_small_view:
|
616
614
|
close_modal: Zavřít modální
|
@@ -619,14 +617,13 @@ cs:
|
|
619
617
|
unfold: Rozvinout
|
620
618
|
new:
|
621
619
|
send: Pokračovat
|
622
|
-
title: Vytvořte návrh spolupráce
|
623
620
|
new_collaborative_draft_button:
|
624
621
|
new_collaborative_draft: Nový návrh spolupráce
|
625
622
|
orders:
|
626
|
-
label: '
|
627
|
-
most_contributed:
|
628
|
-
random:
|
629
|
-
recent:
|
623
|
+
label: 'Řazení konceptů podle:'
|
624
|
+
most_contributed: Nejvíce příspěvků
|
625
|
+
random: Náhodně
|
626
|
+
recent: Nedávné
|
630
627
|
requests:
|
631
628
|
accepted_request:
|
632
629
|
error: Nelze přijmout jako spolupracovník, zkuste to znovu později.
|
@@ -666,23 +663,14 @@ cs:
|
|
666
663
|
update:
|
667
664
|
error: Při ukládání schématu spolupráce došlo k chybám.
|
668
665
|
success: Protokol o spolupráci byl úspěšně aktualizován.
|
669
|
-
title: Upravit koncept spolupráce
|
670
666
|
wizard_aside:
|
671
|
-
back: Zadní
|
672
667
|
back_from_collaborative_draft: Zpět na koncepty spolupráce
|
673
|
-
back_from_step_1: Zpět na koncepty spolupráce
|
674
|
-
back_from_step_2: Zpět na koncepty spolupráce
|
675
|
-
back_from_step_3: Zpět k porovnání konceptů spolupráce
|
676
|
-
back_from_step_4: Zpět k úpravě konceptu
|
677
668
|
info: Při vytváření <strong>spolupráce návrhu</strong>.
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
step_3: Dokončete návrh spolupráce
|
684
|
-
step_of: Krok %{current_step_num} z %{total_steps}
|
685
|
-
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
|
686
674
|
create:
|
687
675
|
error: Při ukládání návrhu došlo k chybám.
|
688
676
|
success: Návrh byl úspěšně vytvořen. Uloženo jako návrh.
|
@@ -707,7 +695,7 @@ cs:
|
|
707
695
|
published_answer: Publikovaná odpověď
|
708
696
|
published_at: Publikováno v
|
709
697
|
scope: Rozsah
|
710
|
-
state:
|
698
|
+
state: Stav
|
711
699
|
title: Titul
|
712
700
|
valuator: Hodnotitel
|
713
701
|
valuators: Hodnotitelé
|
@@ -737,6 +725,8 @@ cs:
|
|
737
725
|
few: "%{count} návrhů"
|
738
726
|
many: "%{count} návrhů"
|
739
727
|
other: "%{count} návrhů"
|
728
|
+
dynamic_map_instructions:
|
729
|
+
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>
|
740
730
|
edit:
|
741
731
|
add_documents: Dokumenty
|
742
732
|
add_images: Soubor
|
@@ -763,7 +753,7 @@ cs:
|
|
763
753
|
related_to: Související s
|
764
754
|
scope: Rozsah
|
765
755
|
search: Vyhledávání
|
766
|
-
state:
|
756
|
+
state: Stav
|
767
757
|
type: Typ
|
768
758
|
voted: Hlasoval
|
769
759
|
filters_small_view:
|
@@ -786,20 +776,24 @@ cs:
|
|
786
776
|
send: Pokračovat
|
787
777
|
title: Vytvořte svůj návrh
|
788
778
|
orders:
|
789
|
-
label: '
|
779
|
+
label: 'Seřadit návrhy podle:'
|
790
780
|
most_commented: Nejvíce komentované
|
791
781
|
most_endorsed: Nejvíce schválené
|
792
782
|
most_followed: Nejvíce sledované
|
793
|
-
most_voted: Nejvíce
|
794
|
-
random:
|
795
|
-
recent:
|
783
|
+
most_voted: Nejvíce podporované
|
784
|
+
random: Náhodně
|
785
|
+
recent: Nedávné
|
796
786
|
with_more_authors: S více autory
|
797
787
|
participatory_texts:
|
798
788
|
index:
|
799
789
|
document_index: Index dokumentů
|
800
790
|
view_index:
|
801
|
-
see_index:
|
791
|
+
see_index: Prohlédnout seznam
|
792
|
+
placeholder:
|
793
|
+
address: 37 Homewood Drive Brownsburg, IN 46112
|
802
794
|
preview:
|
795
|
+
announcement_body: Váš návrh byl uložen jako návrh. Musí být zveřejněn, aby se mohl zobrazit na webu.
|
796
|
+
announcement_title: Váš návrh ještě nebyl zveřejněn
|
803
797
|
modify: Upravte návrh
|
804
798
|
proposal_edit_before_minutes:
|
805
799
|
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.
|
@@ -808,6 +802,7 @@ cs:
|
|
808
802
|
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.
|
809
803
|
publish: Publikovat
|
810
804
|
title: Publikujte svůj návrh
|
805
|
+
update_position: Aktualizovat pozici
|
811
806
|
proposal:
|
812
807
|
creation_date: 'Tvorba: %{date}'
|
813
808
|
view_proposal: Zobrazit návrh
|
@@ -890,7 +885,7 @@ cs:
|
|
890
885
|
see_steps: viz kroky
|
891
886
|
step_1: Vytvořte svůj návrh
|
892
887
|
step_2: Porovnejte
|
893
|
-
step_3:
|
888
|
+
step_3: Dokončete
|
894
889
|
step_4: Publikujte svůj návrh
|
895
890
|
step_of: Krok %{current_step_num} z %{total_steps}
|
896
891
|
title: Kroky vytváření návrhů
|
data/config/locales/de.yml
CHANGED
@@ -8,9 +8,9 @@ de:
|
|
8
8
|
decidim_scope_id: Umfang
|
9
9
|
has_address: Hat eine Adresse
|
10
10
|
scope_id: Bereich
|
11
|
-
state:
|
11
|
+
state: Status
|
12
12
|
title: Titel
|
13
|
-
user_group_id:
|
13
|
+
user_group_id: Kollaborativen Entwurf erstellen als
|
14
14
|
proposal:
|
15
15
|
address: Adresse
|
16
16
|
answer: Antworten
|
@@ -21,12 +21,15 @@ de:
|
|
21
21
|
decidim_scope_id: Umfang
|
22
22
|
has_address: Hat eine Adresse
|
23
23
|
scope_id: Bereich
|
24
|
-
state:
|
24
|
+
state: Status
|
25
25
|
suggested_hashtags: Vorgeschlagene Hashtags
|
26
26
|
title: Titel
|
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
|
@@ -45,7 +48,7 @@ de:
|
|
45
48
|
proposal:
|
46
49
|
attributes:
|
47
50
|
attachment:
|
48
|
-
needs_to_be_reattached:
|
51
|
+
needs_to_be_reattached: Der Anhang muss erneut angehängt werden
|
49
52
|
body:
|
50
53
|
cant_be_equal_to_template: kann nicht gleich der Vorlage sein
|
51
54
|
identical: UND Titel dürfen nicht identisch sein
|
@@ -80,10 +83,32 @@ de:
|
|
80
83
|
admin:
|
81
84
|
filters:
|
82
85
|
proposals:
|
86
|
+
category_id_eq:
|
87
|
+
label: Kategorie
|
88
|
+
is_emendation_true:
|
89
|
+
label: Art
|
90
|
+
values:
|
91
|
+
'false': Vorschläge
|
92
|
+
'true': Änderungen
|
93
|
+
scope_id_eq:
|
94
|
+
label: Umfang
|
95
|
+
state_eq:
|
96
|
+
label: Zustand
|
97
|
+
values:
|
98
|
+
accepted: Angenommen
|
99
|
+
evaluating: In Bearbeitung
|
100
|
+
published: Veröffentlicht
|
101
|
+
rejected: Abgelehnt
|
102
|
+
validating: Technische Validierung
|
103
|
+
withdrawn: Zurückgezogen
|
104
|
+
state_null:
|
105
|
+
label: Bundesländer
|
106
|
+
values:
|
107
|
+
'true': Unbeantwortet
|
83
108
|
valuator_role_ids_has:
|
84
109
|
label: Zugewiesen zu dem Schätzer
|
85
110
|
search_placeholder:
|
86
|
-
id_string_or_title_cont:
|
111
|
+
id_string_or_title_cont: In %{collection} nach ID oder Titel suchen.
|
87
112
|
components:
|
88
113
|
proposals:
|
89
114
|
actions:
|
@@ -102,7 +127,7 @@ de:
|
|
102
127
|
announcement: Ankündigung
|
103
128
|
attachments_allowed: Anhänge zulassen
|
104
129
|
can_accumulate_supports_beyond_threshold: Kann Unterstützungen über den Schwellenwert hinaus ansammeln
|
105
|
-
collaborative_drafts_enabled:
|
130
|
+
collaborative_drafts_enabled: Kollaborative Entwürfe aktiviert
|
106
131
|
comments_enabled: Kommentare aktiviert
|
107
132
|
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
108
133
|
geocoding_enabled: Geocoding aktiviert
|
@@ -115,6 +140,10 @@ de:
|
|
115
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.
|
116
141
|
proposal_answering_enabled: Vorschlagsantworten aktiviert
|
117
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
|
118
147
|
proposal_length: Maximale Länge des Haupttextes
|
119
148
|
proposal_limit: Vorschlagslimit pro Benutzer
|
120
149
|
proposal_wizard_step_1_help_text: Hilfetext "Erstellen"-Schritt im Vorschlagsassistenten
|
@@ -155,50 +184,50 @@ de:
|
|
155
184
|
proposals:
|
156
185
|
admin:
|
157
186
|
proposal_note_created:
|
158
|
-
email_intro: Jemand hat eine Notiz
|
187
|
+
email_intro: Jemand hat eine Notiz zum Vorschlag "%{resource_title}" hinterlassen. Schauen Sie sich diese im <a href="%{admin_proposal_info_url}">Admin-Panel</a> an
|
159
188
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie diesen Vorschlag bewerten können.
|
160
189
|
email_subject: Jemand hat eine Notiz für Vorschlag %{resource_title} erstellt.
|
161
|
-
notification_title: Jemand hat eine Notiz für Vorschlag <a href="%{resource_path}">%{resource_title}</a>erstellt. Sie können sie über <a href="%{admin_proposal_info_path}">
|
190
|
+
notification_title: Jemand hat eine Notiz für den Vorschlag <a href="%{resource_path}">%{resource_title}</a>erstellt. Sie können sie über das <a href="%{admin_proposal_info_path}">Admin-Panel</a> anzeigen
|
162
191
|
collaborative_draft_access_accepted:
|
163
|
-
email_intro: '%{requester_name} wurde
|
164
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie
|
165
|
-
email_subject: "%{requester_name} wurde
|
166
|
-
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> wurde
|
192
|
+
email_intro: '%{requester_name} wurde zur Mitwirkung am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> akzeptiert.'
|
193
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> mitwirken.
|
194
|
+
email_subject: "%{requester_name} wurde zur Mitwirkung an %{resource_title} akzeptiert."
|
195
|
+
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> wurde zur Mitwirkung am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>angenommen</strong>.
|
167
196
|
collaborative_draft_access_rejected:
|
168
|
-
email_intro: '%{requester_name} wurde
|
169
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie
|
170
|
-
email_subject: "%{requester_name} wurde als
|
171
|
-
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> wurde
|
197
|
+
email_intro: '%{requester_name} wurde als Mitwirkender des kollaborativen Entwurfs <a href="%{resource_path}">%{resource_title}</a> abgelehnt.'
|
198
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> mitwirken.
|
199
|
+
email_subject: "%{requester_name} wurde als Mitwirkender des kollaborativen Entwurfs %{resource_title} abgelehnt."
|
200
|
+
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> wurde als Mitwirkender beim kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>abgelehnt</strong>.
|
172
201
|
collaborative_draft_access_requested:
|
173
|
-
email_intro: '%{requester_name}
|
174
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie
|
175
|
-
email_subject: "%{requester_name}
|
176
|
-
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a>
|
202
|
+
email_intro: '%{requester_name} hat um Zugriff auf Ihren kollaborativen Entwurf angefragt. Sie können den Antrag auf der Seite des kollaborativen Entwurfs <a href="%{resource_path}">%{resource_title}</a> <strong>annehmen oder ablehnen</strong>.'
|
203
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> mitwirken.
|
204
|
+
email_subject: "%{requester_name} hat um Zugang zur Mitwirkung bei %{resource_title} angefragt."
|
205
|
+
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> hat Zugriff beantragt, um beim kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> mitzuwirken. Bitte <strong>den Antrag akzeptieren oder ablehnen</strong>.
|
177
206
|
collaborative_draft_access_requester_accepted:
|
178
|
-
email_intro: Sie wurden
|
179
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie
|
180
|
-
email_subject:
|
181
|
-
notification_title: Sie
|
207
|
+
email_intro: Sie wurden zur Mitwirkung am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> akzeptiert.
|
208
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie angefragt haben, bei <a href="%{resource_path}">%{resource_title}</a> mitzuwirken.
|
209
|
+
email_subject: Sie wurden als Mitwirkender von %{resource_title} angenommen.
|
210
|
+
notification_title: Sie wurden zur Mitwirkung am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>akzeptiert</strong>.
|
182
211
|
collaborative_draft_access_requester_rejected:
|
183
|
-
email_intro:
|
184
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie
|
185
|
-
email_subject: Sie wurden als Mitwirkender von %{resource_title}abgelehnt.
|
186
|
-
notification_title: Sie wurden
|
212
|
+
email_intro: Der Zugriff auf den kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> wurde Ihnen verweigert.
|
213
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie angefragt haben, bei <a href="%{resource_path}">%{resource_title}</a> mitzuwirken.
|
214
|
+
email_subject: Sie wurden als Mitwirkender von %{resource_title} abgelehnt.
|
215
|
+
notification_title: Sie wurden als Mitwirkender beim kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>abgelehnt</strong>.
|
187
216
|
collaborative_draft_withdrawn:
|
188
|
-
email_intro: <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
189
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie
|
190
|
-
email_subject: "%{author_name} %{author_nickname}
|
191
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
217
|
+
email_intro: <a href="%{author_path}">%{author_name} %{author_nickname}</a> hat den kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> zurückgezogen.
|
218
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie bei <a href="%{resource_path}">%{resource_title}</a> mitwirken.
|
219
|
+
email_subject: "%{author_name} %{author_nickname} hat den kollaborativen Entwurf %{resource_title} zurückgezogen."
|
220
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> hat den kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>zurückgezogen</strong>.
|
192
221
|
creation_enabled:
|
193
|
-
email_intro: 'Sie können jetzt neue Vorschläge in %{participatory_space_title}erstellen!
|
194
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title}. Sie
|
195
|
-
email_subject:
|
196
|
-
notification_title: Sie können jetzt <a href="%{resource_path}">neue Vorschläge</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
222
|
+
email_intro: 'Sie können jetzt neue Vorschläge in %{participatory_space_title} erstellen! Beteiligen Sie sich auf dieser Seite:'
|
223
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
224
|
+
email_subject: In %{participatory_space_title} sind jetzt Vorschläge verfügbar
|
225
|
+
notification_title: Sie können jetzt <a href="%{resource_path}">neue Vorschläge</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a> erfassen
|
197
226
|
endorsing_enabled:
|
198
|
-
email_intro: 'Sie können Vorschläge in %{participatory_space_title}!
|
199
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title}. Sie
|
200
|
-
email_subject:
|
201
|
-
notification_title: Sie können nun
|
227
|
+
email_intro: 'Sie können Vorschläge in %{participatory_space_title} unterstützen! Beteiligen Sie sich auf dieser Seite:'
|
228
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
229
|
+
email_subject: In %{participatory_space_title} ist es jetzt möglich, Vorschläge zu unterstützen
|
230
|
+
notification_title: Sie können nun Vorschläge in <a href="%{participatory_space_url}">%{participatory_space_title}</a> <a href="%{resource_path}">unterstützen</a>
|
202
231
|
proposal_accepted:
|
203
232
|
affected_user:
|
204
233
|
email_intro: 'Ihr Vorschlag "%{resource_title}" wurde angenommen. Sie können die Antwort auf dieser Seite lesen:'
|
@@ -207,35 +236,35 @@ de:
|
|
207
236
|
notification_title: Ihr Vorschlag <a href="%{resource_path}">%{resource_title}</a> wurde angenommen.
|
208
237
|
follower:
|
209
238
|
email_intro: 'Der Vorschlag "%{resource_title}" wurde akzeptiert. Sie können die Antwort auf dieser Seite lesen:'
|
210
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Sie
|
239
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
211
240
|
email_subject: Ein Vorschlag, dem Sie folgen, wurde akzeptiert
|
212
|
-
notification_title: Der <a href="%{resource_path}">%{resource_title}</a>
|
241
|
+
notification_title: Der Vorschlag <a href="%{resource_path}">%{resource_title}</a> wurde angenommen.
|
213
242
|
proposal_evaluating:
|
214
243
|
affected_user:
|
215
|
-
email_intro: 'Ihr
|
244
|
+
email_intro: 'Ihr Vorschlag "%{resource_title}" wird derzeit geprüft. Das Resultat wird auf dieser Seite aufgeschaltet werden:'
|
216
245
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von "%{resource_title}" sind.
|
217
|
-
email_subject: Ihr Vorschlag wird
|
218
|
-
notification_title: Ihr Vorschlag <a href="%{resource_path}">%{resource_title}</a> wird
|
246
|
+
email_subject: Ihr Vorschlag wird evaluiert
|
247
|
+
notification_title: Ihr Vorschlag <a href="%{resource_path}">%{resource_title}</a> wird evaluiert.
|
219
248
|
follower:
|
220
|
-
email_intro: 'Der Vorschlag "%{resource_title}" wird
|
221
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Sie
|
249
|
+
email_intro: 'Der Vorschlag "%{resource_title}" wird derzeit geprüft. Das Resultat wird auf dieser Seite aufgeschaltet werden:'
|
250
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
222
251
|
email_subject: Ein Vorschlag, dem Sie folgen, wird evaluiert
|
223
|
-
notification_title: Der <a href="%{resource_path}">%{resource_title}</a>
|
252
|
+
notification_title: Der Vorschlag <a href="%{resource_path}">%{resource_title}</a> wird evaluiert.
|
224
253
|
proposal_mentioned:
|
225
|
-
email_intro: Ihr Vorschlag
|
254
|
+
email_intro: Ihr Vorschlag "%{mentioned_proposal_title}" wurde <a href="%{resource_url}">hier</a> in den Kommentaren erwähnt.
|
226
255
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von "%{resource_title}" sind.
|
227
256
|
email_subject: Ihr Vorschlag "%{mentioned_proposal_title}" wurde erwähnt
|
228
|
-
notification_title: Ihr Vorschlag
|
257
|
+
notification_title: Ihr Vorschlag "%{mentioned_proposal_title}" wurde <a href="%{resource_path}">hier</a> in den Kommentaren erwähnt.
|
229
258
|
proposal_published:
|
230
|
-
email_intro: '%{author_name} %{author_nickname}, dem Sie folgen, hat einen neuen Vorschlag mit dem Namen "%{resource_title}" veröffentlicht.
|
231
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname}. Sie
|
232
|
-
email_subject: Neuer Vorschlag "%{resource_title}"
|
233
|
-
notification_title: Der <a href="%{resource_path}">%{resource_title}</a>
|
259
|
+
email_intro: '%{author_name} %{author_nickname}, dem Sie folgen, hat einen neuen Vorschlag mit dem Namen "%{resource_title}" veröffentlicht. Sehen Sie es sich an und reden Sie mit:'
|
260
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
261
|
+
email_subject: Neuer Vorschlag "%{resource_title}" von %{author_nickname}
|
262
|
+
notification_title: Der Vorschlag <a href="%{resource_path}">%{resource_title}</a> wurde von <a href="%{author_path}">%{author_name} %{author_nickname}</a> veröffentlicht.
|
234
263
|
proposal_published_for_space:
|
235
|
-
email_intro: Der Vorschlag "%{resource_title}" wurde zu "%{participatory_space_title}" hinzugefügt,
|
236
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{participatory_space_title}" folgen. Sie können
|
237
|
-
email_subject: Neuer Vorschlag "%{resource_title}" zu %{participatory_space_title}hinzugefügt
|
238
|
-
notification_title: Der Vorschlag <a href="%{resource_path}">%{resource_title}</a> wurde zu %{participatory_space_title}hinzugefügt
|
264
|
+
email_intro: Der Vorschlag "%{resource_title}" wurde zu "%{participatory_space_title}" hinzugefügt, welchem Sie folgen.
|
265
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{participatory_space_title}" folgen. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
|
266
|
+
email_subject: Neuer Vorschlag "%{resource_title}" zu %{participatory_space_title} hinzugefügt
|
267
|
+
notification_title: Der Vorschlag <a href="%{resource_path}">%{resource_title}</a> wurde zu %{participatory_space_title} hinzugefügt
|
239
268
|
proposal_rejected:
|
240
269
|
affected_user:
|
241
270
|
email_intro: 'Ihr Vorschlag "%{resource_title}" wurde abgelehnt. Sie können die Antwort auf dieser Seite lesen:'
|
@@ -244,24 +273,24 @@ de:
|
|
244
273
|
notification_title: Ihr Vorschlag <a href="%{resource_path}">%{resource_title}</a> wurde abgelehnt.
|
245
274
|
follower:
|
246
275
|
email_intro: 'Der Vorschlag "%{resource_title}" wurde abgelehnt. Sie können die Antwort auf dieser Seite lesen:'
|
247
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Sie
|
276
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
248
277
|
email_subject: Ein Vorschlag, dem Sie folgen, wurde abgelehnt
|
249
|
-
notification_title: Der <a href="%{resource_path}">%{resource_title}</a>
|
278
|
+
notification_title: Der Vorschlag <a href="%{resource_path}">%{resource_title}</a> wurde abgelehnt.
|
250
279
|
proposal_update_category:
|
251
|
-
email_intro: 'Ein Administrator hat die Kategorie Ihres
|
252
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor des
|
280
|
+
email_intro: 'Ein Administrator hat die Kategorie Ihres Vorschlags "%{resource_title}" aktualisiert, sehen Sie es sich an:'
|
281
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor des Vorschlags sind.
|
253
282
|
email_subject: Die Vorschlagskategorie %{resource_title} wurde aktualisiert
|
254
|
-
notification_title: Die <a href="%{resource_path}">%{resource_title}</a>
|
283
|
+
notification_title: Die Vorschlagskategorie <a href="%{resource_path}">%{resource_title}</a> wurde von einem Administrator aktualisiert.
|
255
284
|
proposal_update_scope:
|
256
|
-
email_intro: 'Ein Administrator hat den
|
257
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor des
|
258
|
-
email_subject: Der
|
259
|
-
notification_title: Der
|
285
|
+
email_intro: 'Ein Administrator hat den Bereich Ihres Vorschlags „%{resource_title}“ aktualisiert, sehen Sie es sich das auf dieser Seite an:'
|
286
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor des Vorschlags sind.
|
287
|
+
email_subject: Der Bereich des Vorschlags %{resource_title} wurde aktualisiert
|
288
|
+
notification_title: Der Bereich des Vorschlags <a href="%{resource_path}">%{resource_title}</a> wurde von einem Administrator aktualisiert.
|
260
289
|
voting_enabled:
|
261
|
-
email_intro: 'Sie können Vorschläge in %{participatory_space_title}abstimmen!
|
262
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title}. Sie
|
263
|
-
email_subject:
|
264
|
-
notification_title: Sie können jetzt <a href="%{
|
290
|
+
email_intro: 'Sie können für Vorschläge in %{participatory_space_title} abstimmen! Beteiligen Sie sich auf dieser Seite:'
|
291
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
292
|
+
email_subject: In %{participatory_space_title} ist es jetzt möglich, für Vorschläge abzustimmen
|
293
|
+
notification_title: Sie können jetzt für Vorschläge in <a href="%{participatory_space_url}">%{participatory_space_title}</a> <a href="%{resource_path}">abstimmen</a>
|
265
294
|
gamification:
|
266
295
|
badges:
|
267
296
|
accepted_proposals:
|
@@ -314,10 +343,6 @@ de:
|
|
314
343
|
description: Anzahl der Unterstützungen zu Vorschlägen
|
315
344
|
object: Unterstützer
|
316
345
|
title: Unterstützer
|
317
|
-
participatory_processes:
|
318
|
-
participatory_process_groups:
|
319
|
-
highlighted_proposals:
|
320
|
-
proposals: Vorschläge
|
321
346
|
participatory_spaces:
|
322
347
|
highlighted_proposals:
|
323
348
|
see_all: Alle anzeigen (%{count})
|
@@ -334,7 +359,7 @@ de:
|
|
334
359
|
actions:
|
335
360
|
preview: Vorschau
|
336
361
|
exports:
|
337
|
-
|
362
|
+
proposal_comments: Kommentare
|
338
363
|
proposals: Vorschläge
|
339
364
|
models:
|
340
365
|
proposal:
|
@@ -358,9 +383,9 @@ de:
|
|
358
383
|
new_import:
|
359
384
|
accepted_mime_types:
|
360
385
|
md: Markdown
|
361
|
-
odt:
|
386
|
+
odt: ODT
|
362
387
|
bottom_hint: "(Sie können Dokumentabschnitte in der Vorschau anzeigen und sortieren.)"
|
363
|
-
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}'
|
364
389
|
title: DOKUMENT HINZUFÜGEN
|
365
390
|
upload_document: Dokument hochladen
|
366
391
|
publish:
|
@@ -401,6 +426,7 @@ de:
|
|
401
426
|
form:
|
402
427
|
attachment_legend: "(Optional) Anhang hinzufügen"
|
403
428
|
created_in_meeting: Dieser Vorschlag stammt von einer Besprechung
|
429
|
+
delete_attachment: Anhang löschen
|
404
430
|
select_a_category: Kategorie auswählen
|
405
431
|
select_a_meeting: Besprechung auswählen
|
406
432
|
index:
|
@@ -475,6 +501,7 @@ de:
|
|
475
501
|
no_components: In diesem partizipatorischen Bereich gibt es keine weiteren Vorschlagskomponenten, aus denen die Vorschläge importiert werden könnten.
|
476
502
|
select_component: Bitte wählen Sie eine Komponente aus
|
477
503
|
select_states: Überprüfen Sie die Status der zu importierenden Vorschläge
|
504
|
+
title: Vorschläge importieren
|
478
505
|
proposals_merges:
|
479
506
|
create:
|
480
507
|
invalid: Beim Zusammenführen der ausgewählten Vorschläge ist ein Fehler aufgetreten.
|
@@ -512,7 +539,7 @@ de:
|
|
512
539
|
all: Alle
|
513
540
|
filter_origin_values:
|
514
541
|
all: Alle
|
515
|
-
citizens:
|
542
|
+
citizens: Einzelpersonen
|
516
543
|
meetings: Meetings
|
517
544
|
official: Offiziell
|
518
545
|
user_groups: Benutzergruppen
|
@@ -547,13 +574,6 @@ de:
|
|
547
574
|
ok: Ziehen Sie den gemeinsamen Entwurf zurück
|
548
575
|
title: Die folgende Aktion ist irreversibel
|
549
576
|
success: Kollaborativer Entwurf erfolgreich zurückgezogen.
|
550
|
-
compare:
|
551
|
-
mine_is_different: Mein gemeinsamer Entwurf ist anders
|
552
|
-
no_similars_found: Gut gemacht! Keine ähnlichen kollaborativen Entwürfe gefunden
|
553
|
-
title: Ähnliche kollaborative Entwürfe
|
554
|
-
complete:
|
555
|
-
send: Absenden
|
556
|
-
title: Vervollständigen Sie Ihren gemeinsamen Entwurf
|
557
577
|
count:
|
558
578
|
drafts_count:
|
559
579
|
one: "%{count} kollaborativer Entwurf"
|
@@ -562,7 +582,7 @@ de:
|
|
562
582
|
error: Beim Erstellen dieser kollaborativen Entwürfe ist ein Problem aufgetreten
|
563
583
|
success: Collaborative Draft wurde erfolgreich erstellt.
|
564
584
|
edit:
|
565
|
-
attachment_legend: "(Optional) Fügen Sie
|
585
|
+
attachment_legend: "(Optional) Fügen Sie einen Anhang hinzu"
|
566
586
|
back: Zurück
|
567
587
|
select_a_category: Bitte wählen Sie eine Kategorie
|
568
588
|
send: Abschicken
|
@@ -585,14 +605,13 @@ de:
|
|
585
605
|
unfold: Aufklappen
|
586
606
|
new:
|
587
607
|
send: Fortsetzen
|
588
|
-
title: Gemeinsamen Entwurf erstellen
|
589
608
|
new_collaborative_draft_button:
|
590
609
|
new_collaborative_draft: Neuer gemeinsamer Entwurf
|
591
610
|
orders:
|
592
611
|
label: 'Bestellentwürfe von:'
|
593
612
|
most_contributed: Am meisten beigetragen
|
594
613
|
random: Zufällig
|
595
|
-
recent:
|
614
|
+
recent: Kürzlich hinzugefügt
|
596
615
|
requests:
|
597
616
|
accepted_request:
|
598
617
|
error: Könnte nicht als Mitarbeiter akzeptiert werden, versuchen Sie es später erneut.
|
@@ -630,23 +649,14 @@ de:
|
|
630
649
|
update:
|
631
650
|
error: Beim Speichern des gemeinsamen Entwurfs sind Fehler aufgetreten.
|
632
651
|
success: Collaborative Draft wurde erfolgreich aktualisiert.
|
633
|
-
title: gemeinsamen Entwurf bearbeiten
|
634
652
|
wizard_aside:
|
635
|
-
back: Zurück
|
636
653
|
back_from_collaborative_draft: Zurück zu gemeinschaftlichen Entwürfen
|
637
|
-
back_from_step_1: Zurück zu gemeinschaftlichen Entwürfen
|
638
|
-
back_from_step_2: Zurück zu gemeinschaftlichen Entwürfen
|
639
|
-
back_from_step_3: Zurück zum Vergleich der gemeinschaftlichen Entwürfe
|
640
|
-
back_from_step_4: Zurück zum Entwurf bearbeiten
|
641
654
|
info: Sie erstellen einen <strong>gemeinsamen Entwurf</strong>.
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
step_3: Vervollständigen Sie Ihren gemeinsamen Entwurf
|
648
|
-
step_of: Schritt %{current_step_num} von %{total_steps}
|
649
|
-
title: Gemeinschaftliche Entwurfsschritte
|
655
|
+
wizard_header:
|
656
|
+
title: Erstellen Sie Ihren gemeinsamen Entwurf
|
657
|
+
content_blocks:
|
658
|
+
highlighted_proposals:
|
659
|
+
proposals: Vorschläge
|
650
660
|
create:
|
651
661
|
error: Beim Speichern des Vorschlags ist ein Fehler aufgetreten.
|
652
662
|
success: Der Vorschlag wurde erfolgreich erstellt. Gespeichert als Entwurf.
|
@@ -699,9 +709,16 @@ de:
|
|
699
709
|
proposals_count:
|
700
710
|
one: "%{count} Vorschlag"
|
701
711
|
other: "%{count} Vorschläge"
|
712
|
+
dynamic_map_instructions:
|
713
|
+
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>
|
702
714
|
edit:
|
715
|
+
add_documents: Dokumente
|
716
|
+
add_images: Datei
|
703
717
|
attachment_legend: "(Optional) Fügen Sie einen Anhang hinzu"
|
704
718
|
back: Zurück
|
719
|
+
delete_document: Dokument löschen
|
720
|
+
delete_image: Bild löschen
|
721
|
+
gallery_legend: "(Optional) Ein Bild zur Vorschlagskarte hinzufügen"
|
705
722
|
select_a_category: Bitte wählen sie eine Kategorie
|
706
723
|
send: Abschicken
|
707
724
|
title: Vorschlag bearbeiten
|
@@ -747,20 +764,25 @@ de:
|
|
747
764
|
most_followed: Am meisten gefolgt
|
748
765
|
most_voted: Am meisten unterstützt
|
749
766
|
random: Zufällig
|
750
|
-
recent: Kürzlich
|
767
|
+
recent: Kürzlich hinzugefügt
|
751
768
|
with_more_authors: Mit mehr Autoren
|
752
769
|
participatory_texts:
|
753
770
|
index:
|
754
771
|
document_index: Dokumentenindex
|
755
772
|
view_index:
|
756
773
|
see_index: Index anzeigen
|
774
|
+
placeholder:
|
775
|
+
address: 37 Homewood Drive Brownsburg, IN 46112
|
757
776
|
preview:
|
777
|
+
announcement_body: Ihr Vorschlag wurde als Entwurf gespeichert. Er muss veröffentlicht werden, damit er auf der Seite erscheint.
|
778
|
+
announcement_title: Ihr Vorschlag wurde noch nicht veröffentlicht
|
758
779
|
modify: Vorschlag ändern
|
759
780
|
proposal_edit_before_minutes:
|
760
781
|
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.
|
761
782
|
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.
|
762
783
|
publish: Veröffentlichen
|
763
784
|
title: Vorschlag veröffentlichen
|
785
|
+
update_position: Position aktualisieren
|
764
786
|
proposal:
|
765
787
|
creation_date: 'Erstellt am %{date}'
|
766
788
|
view_proposal: Vorschlag anzeigen
|