decidim-initiatives 0.22.0 → 0.23.3
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/initiatives/admin/initiatives_types.js.es6 +18 -0
- data/app/assets/stylesheet/decidim/initiatives/initiatives.scss +6 -0
- data/app/cells/decidim/initiatives/initiative_m_cell.rb +14 -0
- data/app/cells/decidim/initiatives_votes/vote/show.erb +12 -9
- data/app/cells/decidim/initiatives_votes/vote_cell.rb +7 -0
- data/app/commands/decidim/initiatives/admin/create_initiative_type.rb +3 -1
- data/app/commands/decidim/initiatives/admin/update_initiative_type.rb +3 -1
- data/app/commands/decidim/initiatives/attachment_methods.rb +9 -5
- data/app/commands/decidim/initiatives/create_initiative.rb +2 -2
- data/app/commands/decidim/initiatives/unvote_initiative.rb +4 -10
- data/app/commands/decidim/initiatives/vote_initiative.rb +36 -36
- data/app/controllers/decidim/initiatives/admin/answers_controller.rb +2 -3
- data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +2 -2
- data/app/controllers/decidim/initiatives/create_initiative_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/initiative_signatures_controller.rb +20 -26
- data/app/controllers/decidim/initiatives/initiative_votes_controller.rb +11 -5
- data/app/controllers/decidim/initiatives/initiatives_controller.rb +11 -10
- data/app/controllers/decidim/initiatives/initiatives_type_scopes_controller.rb +9 -1
- data/app/controllers/decidim/initiatives/{initiative_widgets_controller.rb → widgets_controller.rb} +2 -2
- data/app/forms/decidim/initiatives/admin/initiative_form.rb +19 -8
- data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +3 -0
- data/app/forms/decidim/initiatives/initiative_form.rb +23 -2
- data/app/forms/decidim/initiatives/vote_form.rb +134 -77
- data/app/models/decidim/initiative.rb +123 -52
- data/app/models/decidim/initiatives_type.rb +5 -2
- data/app/models/decidim/initiatives_type_scope.rb +5 -1
- data/app/models/decidim/initiatives_vote.rb +19 -23
- data/app/permissions/decidim/initiatives/admin/permissions.rb +2 -2
- data/app/permissions/decidim/initiatives/permissions.rb +2 -4
- data/app/presenters/decidim/initiatives/admin_log/initiative_presenter.rb +2 -2
- data/app/presenters/decidim/initiatives/initiative_stats_presenter.rb +1 -5
- data/app/views/decidim/initiatives/admin/answers/_info_initiative.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives/_form.html.erb +39 -17
- data/app/views/decidim/initiatives/admin/initiatives/export_pdf_signatures.pdf.erb +12 -9
- data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +35 -10
- data/app/views/decidim/initiatives/admin/initiatives_types/_initiative_type_scopes.html.erb +28 -25
- data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +18 -16
- data/app/views/decidim/initiatives/initiative_signatures/error_on_vote.js.erb +5 -0
- data/app/views/decidim/initiatives/initiative_signatures/fill_personal_data.html.erb +0 -1
- data/app/views/decidim/initiatives/initiative_signatures/update_buttons_and_counters.js.erb +1 -1
- data/app/views/decidim/initiatives/initiative_votes/update_buttons_and_counters.js.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_index_header.html.erb +36 -2
- data/app/views/decidim/initiatives/initiatives/_initiatives.html.erb +10 -0
- data/app/views/decidim/initiatives/initiatives/_progress_bar.html.erb +24 -9
- data/app/views/decidim/initiatives/initiatives/_vote_cabin.html.erb +1 -13
- data/app/views/decidim/initiatives/initiatives/show.html.erb +1 -3
- data/app/views/layouts/decidim/initiative.html.erb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +0 -4
- data/config/locales/bg.yml +13 -0
- data/config/locales/ca.yml +22 -8
- data/config/locales/cs.yml +32 -18
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +69 -43
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +18 -4
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +18 -4
- data/config/locales/es-PY.yml +18 -4
- data/config/locales/es.yml +31 -17
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +0 -14
- data/config/locales/fi-plain.yml +18 -4
- data/config/locales/fi.yml +18 -4
- data/config/locales/fr-CA.yml +32 -4
- data/config/locales/fr.yml +36 -8
- data/config/locales/gl.yml +7 -17
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +5 -4
- data/config/locales/id-ID.yml +0 -14
- data/config/locales/is-IS.yml +0 -10
- data/config/locales/is.yml +251 -0
- data/config/locales/it.yml +9 -4
- data/config/locales/ja-JP.yml +43 -49
- data/config/locales/ja.yml +549 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -4
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +15 -10
- data/config/locales/no.yml +69 -6
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +28 -22
- data/config/locales/pt-BR.yml +0 -14
- data/config/locales/pt.yml +5 -4
- data/config/locales/ro-RO.yml +5 -4
- data/config/locales/ru.yml +0 -14
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +0 -4
- data/config/locales/sl.yml +6 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sv.yml +28 -8
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +204 -122
- data/config/locales/uk.yml +0 -14
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +549 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20191106144259_add_settings_to_initiatives_types.rb +8 -0
- data/db/migrate/20191107134847_add_scopes_to_initiatives_votes.rb +28 -0
- data/db/migrate/20191116170841_allow_multiple_initiative_votes_counter_caches.rb +32 -0
- data/db/migrate/20191118105634_allow_multiple_offline_votes.rb +34 -0
- data/db/migrate/20200528151456_remove_user_groups_from_initiative_votes.rb +7 -0
- data/db/migrate/20200827154214_add_commentable_counter_cache_to_initiatives.rb +9 -0
- data/db/seeds/city.jpeg +0 -0
- data/lib/decidim/initiatives/admin_engine.rb +1 -0
- data/lib/decidim/initiatives/engine.rb +2 -2
- data/lib/decidim/initiatives/participatory_space.rb +7 -0
- data/lib/decidim/initiatives/test/factories.rb +21 -3
- data/lib/decidim/initiatives/version.rb +1 -1
- data/lib/tasks/decidim_initiatives.rake +1 -3
- metadata +48 -21
- data/app/views/decidim/initiatives/initiatives/_supports.html.erb +0 -22
- data/app/views/decidim/initiatives/initiatives/signature_identities.html.erb +0 -42
@@ -1,14 +1,4 @@
|
|
1
|
-
<% if
|
2
|
-
<button id="select-identity-button"
|
3
|
-
class="button expanded light button--sc">
|
4
|
-
<%= t(".vote") %>
|
5
|
-
</button>
|
6
|
-
|
7
|
-
<div class="reveal"
|
8
|
-
id="user-identities"
|
9
|
-
data-reveal data-refresh-url="<%= signature_identities_initiative_url(slug: initiative.slug) %>">
|
10
|
-
</div>
|
11
|
-
<% elsif initiative.accepts_online_votes? %>
|
1
|
+
<% if initiative.accepts_online_votes? %>
|
12
2
|
<%= render partial: "decidim/initiatives/initiatives/vote_button",
|
13
3
|
locals: {
|
14
4
|
initiative: initiative,
|
@@ -22,5 +12,3 @@
|
|
22
12
|
<%= t(".votes_blocked") %>
|
23
13
|
</button>
|
24
14
|
<% end %>
|
25
|
-
|
26
|
-
<%= javascript_include_tag "decidim/initiatives/identity_selector_dialog" %>
|
@@ -52,7 +52,7 @@ edit_link(
|
|
52
52
|
</div>
|
53
53
|
<% end %>
|
54
54
|
<%= render partial: "decidim/shared/share_modal" %>
|
55
|
-
<%= embed_modal_for
|
55
|
+
<%= embed_modal_for initiative_widget_url(current_initiative, format: :js) %>
|
56
56
|
<%= resource_reference(current_initiative) %>
|
57
57
|
<%= resource_version(current_initiative, versions_path: initiative_versions_path(current_initiative)) %>
|
58
58
|
</div>
|
@@ -76,8 +76,6 @@ edit_link(
|
|
76
76
|
</div>
|
77
77
|
|
78
78
|
<%= attachments_for current_initiative %>
|
79
|
-
|
80
|
-
<%= render partial: "supports", locals: { initiative: current_initiative } %>
|
81
79
|
</div>
|
82
80
|
</div>
|
83
81
|
|
@@ -0,0 +1 @@
|
|
1
|
+
am:
|
data/config/locales/ar.yml
CHANGED
@@ -408,8 +408,6 @@ ar:
|
|
408
408
|
any_vote_method: تجمع مبادرة المواطن هذه التوقيعات عبر الإنترنت والشخصية.
|
409
409
|
follow_description: تلقي إشعار عند وجود أخبار في هذه المبادرة
|
410
410
|
offline_method: تجمع مبادرة المواطن هذه التوقيعات الشخصية فقط.
|
411
|
-
signature_identities:
|
412
|
-
select_identity: حدد معرف المشارك
|
413
411
|
signatures_count:
|
414
412
|
zero: " التوقيعات"
|
415
413
|
one: " التوقيع"
|
@@ -417,8 +415,6 @@ ar:
|
|
417
415
|
few: " التوقيعات"
|
418
416
|
many: " التوقيعات"
|
419
417
|
other: " التوقيعات"
|
420
|
-
supports:
|
421
|
-
title: قائمة التوقيعات
|
422
418
|
vote_cabin:
|
423
419
|
already_voted: وقعت بالفعل
|
424
420
|
supports_required: "%{total_supports} التوقيعات المطلوبة"
|
data/config/locales/ca.yml
CHANGED
@@ -5,6 +5,7 @@ ca:
|
|
5
5
|
decidim_user_group_id: Autoria
|
6
6
|
description: Descripció
|
7
7
|
offline_votes: Signatures presencials
|
8
|
+
offline_votes_for_scope: Signatures presencials per a %{scope_name}
|
8
9
|
scope_id: Àmbit
|
9
10
|
signature_end_date: Fi del període de recollida de signatures
|
10
11
|
signature_start_date: Inici del període de recollida de signatures
|
@@ -29,6 +30,7 @@ ca:
|
|
29
30
|
area_enabled: Permet a les autores triar l'àrea de la seva iniciativa
|
30
31
|
attachments_enabled: Habilitat arxius adjunts
|
31
32
|
banner_image: Imatge del bàner
|
33
|
+
child_scope_threshold_enabled: Activar signatures per subàmbit
|
32
34
|
collect_user_extra_fields: Recopilar les dades personals de la participant amb la signatura
|
33
35
|
custom_signature_end_date_enabled: Permet a les autores triar la fi del període de recollida de signatures
|
34
36
|
description: Descripció
|
@@ -36,6 +38,7 @@ ca:
|
|
36
38
|
extra_fields_legal_information: Informació legal sobre la recollida de dades personals
|
37
39
|
minimum_committee_members: Nombre mínim de membres de la comissió
|
38
40
|
online_signature_enabled: S'ha activat la signatura digital
|
41
|
+
only_global_scope_enabled: Permetre només la creació d'iniciatives d'àmbit global
|
39
42
|
promoting_committee_enabled: Habilita el comitè promotor
|
40
43
|
title: Títol
|
41
44
|
undo_online_signatures_enabled: Permetre a les participants desfer les seves signatures digitals
|
@@ -123,6 +126,7 @@ ca:
|
|
123
126
|
initiative_title: Títol de la iniciativa
|
124
127
|
name_and_surname: Nom i cognoms
|
125
128
|
postal_code: Codi postal
|
129
|
+
scope: Àmbit
|
126
130
|
time_and_date: Data i hora
|
127
131
|
timestamp: Marca de temps
|
128
132
|
titles:
|
@@ -153,10 +157,10 @@ ca:
|
|
153
157
|
email_subject: S'ha completat una nova fita!
|
154
158
|
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha aconseguit el %{percentage}% de les signatures.
|
155
159
|
support_threshold_reached:
|
156
|
-
email_intro: La iniciativa %{resource_title} ha arribat al llindar de
|
160
|
+
email_intro: La iniciativa %{resource_title} ha arribat al llindar de signatures
|
157
161
|
email_outro: Has rebut aquesta notificació perquè ets una de les administradores de la plataforma.
|
158
|
-
email_subject: Llindar de
|
159
|
-
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha arribat al llindar de
|
162
|
+
email_subject: Llindar de signatures aconseguit
|
163
|
+
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha arribat al llindar de signatures
|
160
164
|
gamification:
|
161
165
|
badges:
|
162
166
|
initiatives:
|
@@ -215,6 +219,8 @@ ca:
|
|
215
219
|
success: La iniciativa s'ha enviat a validació tècnica
|
216
220
|
update: Actualitzar
|
217
221
|
form:
|
222
|
+
attachments: Adjunts
|
223
|
+
settings: Configuració
|
218
224
|
title: Informació general
|
219
225
|
index:
|
220
226
|
actions_title: Acció
|
@@ -260,6 +266,10 @@ ca:
|
|
260
266
|
destroy: Suprimeix
|
261
267
|
update: Actualitza
|
262
268
|
form:
|
269
|
+
authorizations: Configuració de l'autorització
|
270
|
+
child_scope_threshold_enabled_help: 'Aquest ajust de configuració no suporta recollida de signatures presencials. Habilita indicadors de signatures per subàmbits i funciona amb un controlador d''autoritzacions que associa un àmbit a l''usuari. Assegura''t de seleccionar aquesta autorització més a baix, en la configuració d''autorització. Perquè funcioni ha de configurar-se de manera jeràrquica : 1 àmbit - N subàmbits. Per a més informació sobre com funciona aquesta configuració, consulta aquest <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">enllaç</a>.'
|
271
|
+
only_global_scope_enabled_help: Marca aquesta casella si has habilitat "Activar signatures per subàmbit" i vas configurar l'àmbit global com l'àmbit principal. En habilitar aquesta casella, la selecció del tipus d'iniciativa s'ometrà en l'assistent de creació d'iniciatives. Per a més informació sobre com funciona aquesta configuració, consulta aquest <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">enllaç</a>.
|
272
|
+
options: Opcions
|
263
273
|
title: Informació general
|
264
274
|
initiative_type_scopes:
|
265
275
|
title: Àmbits del tipus d'iniciativa
|
@@ -286,7 +296,7 @@ ca:
|
|
286
296
|
filter_area_values:
|
287
297
|
all: Totes
|
288
298
|
filter_scope_values:
|
289
|
-
all:
|
299
|
+
all: Tots
|
290
300
|
filter_state_values:
|
291
301
|
accepted: Ha aconseguit les signatures
|
292
302
|
all: Tots
|
@@ -420,6 +430,14 @@ ca:
|
|
420
430
|
unfold: Desplegar
|
421
431
|
index_header:
|
422
432
|
new_initiative: Nova iniciativa
|
433
|
+
not_authorized:
|
434
|
+
authorizations_page: Veure les autoritzacions
|
435
|
+
close: Tanca
|
436
|
+
explanation: Cal que estiguis verificada per tal de crear una nova iniciativa.
|
437
|
+
title: Es requereix autorització
|
438
|
+
initiatives:
|
439
|
+
closed_initiatives_warning: Actualment no hi ha iniciatives obertes, però aquí pots trobar el llistat de totes les iniciatives tancades.
|
440
|
+
no_initiatives_warning: No hi ha iniciatives que coincideixin amb el teu criteri de cerca.
|
423
441
|
interactions:
|
424
442
|
comments_count:
|
425
443
|
count:
|
@@ -445,13 +463,9 @@ ca:
|
|
445
463
|
any_vote_method: Aquesta iniciativa ciutadana recull signatures digitals i presencials.
|
446
464
|
follow_description: Rebre una notificació quan hi hagi novetats sobre aquesta iniciativa
|
447
465
|
offline_method: Aquesta iniciativa ciutadana només recull signatures presencials.
|
448
|
-
signature_identities:
|
449
|
-
select_identity: Selecciona l'identificador de la participant
|
450
466
|
signatures_count:
|
451
467
|
one: " signatura"
|
452
468
|
other: " signatures"
|
453
|
-
supports:
|
454
|
-
title: Llistat d'adhesions
|
455
469
|
vote_cabin:
|
456
470
|
already_voted: Ja has signat
|
457
471
|
supports_required: "Es requereixen %{total_supports} signatures"
|
data/config/locales/cs.yml
CHANGED
@@ -5,6 +5,7 @@ cs:
|
|
5
5
|
decidim_user_group_id: Autor
|
6
6
|
description: Popis
|
7
7
|
offline_votes: Podpora tváří v tvář
|
8
|
+
offline_votes_for_scope: Podepsané osoby pro %{scope_name}
|
8
9
|
scope_id: Rozsah
|
9
10
|
signature_end_date: Konec doby sběru podpisu
|
10
11
|
signature_start_date: Začátek doby sběru podpisu
|
@@ -13,22 +14,23 @@ cs:
|
|
13
14
|
any: Smíšený
|
14
15
|
offline: Z očí do očí
|
15
16
|
online: OnLine
|
16
|
-
state:
|
17
|
+
state: Stav
|
17
18
|
title: Titul
|
18
19
|
initiative_author:
|
19
20
|
address: Adresa
|
20
21
|
city: Město
|
21
|
-
id_document:
|
22
|
+
id_document: IČ / Občanský průkaz
|
22
23
|
name: Jméno a příjmení
|
23
24
|
phone_number: Telefonní číslo
|
24
25
|
post_code: PSČ
|
25
26
|
province: Okres
|
26
27
|
initiatives_committee_member:
|
27
|
-
user:
|
28
|
+
user: Člen výboru
|
28
29
|
initiatives_type:
|
29
30
|
area_enabled: Povolit autorům vybrat oblast pro jejich iniciativu
|
30
31
|
attachments_enabled: Povolit přílohy
|
31
32
|
banner_image: Obrázek banneru
|
33
|
+
child_scope_threshold_enabled: Povolit podpisy podřízené oblasti působnosti
|
32
34
|
collect_user_extra_fields: Sbírejte osobní údaje uživatelů podpisem
|
33
35
|
custom_signature_end_date_enabled: Povolit autorům zvolit konec doby sběru podpisů
|
34
36
|
description: Popis
|
@@ -36,6 +38,7 @@ cs:
|
|
36
38
|
extra_fields_legal_information: Právní informace o shromažďování osobních údajů
|
37
39
|
minimum_committee_members: Minimální počet členů výboru
|
38
40
|
online_signature_enabled: Online podpis povolen
|
41
|
+
only_global_scope_enabled: Umožnit pouze vytvoření iniciativ globálního rozsahu
|
39
42
|
promoting_committee_enabled: Povolit podporu výboru
|
40
43
|
title: Titul
|
41
44
|
undo_online_signatures_enabled: Povolit uživatelům vrátit své podpisy online
|
@@ -48,7 +51,7 @@ cs:
|
|
48
51
|
organization_data:
|
49
52
|
address: Adresa
|
50
53
|
id_document: Doklad totožnosti
|
51
|
-
name:
|
54
|
+
name: Úplný název
|
52
55
|
errors:
|
53
56
|
models:
|
54
57
|
initiative:
|
@@ -104,7 +107,7 @@ cs:
|
|
104
107
|
created_at: Vytvořeno v
|
105
108
|
id: ID
|
106
109
|
published_at: Publikováno v
|
107
|
-
state:
|
110
|
+
state: Stav
|
108
111
|
supports_count: Podpisy
|
109
112
|
title: Iniciativy
|
110
113
|
initiatives_type_scope:
|
@@ -129,6 +132,7 @@ cs:
|
|
129
132
|
initiative_title: Název iniciativy
|
130
133
|
name_and_surname: Jméno a příjmení
|
131
134
|
postal_code: Poštovní směrovací číslo
|
135
|
+
scope: Oblast působnosti
|
132
136
|
time_and_date: Čas a datum
|
133
137
|
timestamp: Časové razítko
|
134
138
|
titles:
|
@@ -195,15 +199,15 @@ cs:
|
|
195
199
|
description: Popis
|
196
200
|
initiative_votes_count: Počet hlasů
|
197
201
|
initiatives: Iniciativy
|
198
|
-
state:
|
202
|
+
state: Stav
|
199
203
|
committee_requests:
|
200
204
|
index:
|
201
205
|
approve: Schvalovat
|
202
206
|
confirm_revoke: Jste si jisti?
|
203
207
|
invite_to_committee_help: Sdílejte tento odkaz, abyste mohli pozvat ostatní uživatele do propagačního výboru
|
204
|
-
no_members_yet:
|
208
|
+
no_members_yet: Ve výboru promotérů nejsou žádní členové
|
205
209
|
revoke: Zrušit
|
206
|
-
title:
|
210
|
+
title: Členové výboru
|
207
211
|
content_blocks:
|
208
212
|
highlighted_initiatives:
|
209
213
|
max_results: Maximální množství prvků, které chcete zobrazit
|
@@ -221,6 +225,8 @@ cs:
|
|
221
225
|
success: Iniciativa byla odeslána k technickému ověření
|
222
226
|
update: Aktualizovat
|
223
227
|
form:
|
228
|
+
attachments: Přílohy
|
229
|
+
settings: Nastavení
|
224
230
|
title: Obecná informace
|
225
231
|
index:
|
226
232
|
actions_title: Akce
|
@@ -266,6 +272,10 @@ cs:
|
|
266
272
|
destroy: Odstranit
|
267
273
|
update: Aktualizovat
|
268
274
|
form:
|
275
|
+
authorizations: Nastavení autorizace
|
276
|
+
child_scope_threshold_enabled_help: 'Tento znak konfigurace nepodporuje offline hlasování, umožňuje dílčí hlasování a pracuje s autorizačním handlerem, který uživateli přiřazuje oblast působnosti. Ujistěte se, že jste vybrali tuto autorizaci, níže v nastavení autorizace. Aby fungovala oblast působnosti, musí být nastavena hierarchickým způsobem: 1 nadřazený - N podřazených. Více informací o tom, jak tato konfigurace funguje, naleznete na tomto <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">odkazu</a>.'
|
277
|
+
only_global_scope_enabled_help: Zaškrtněte tuto poznámku, pokud jste povolili "Podřazená oblast působnosti" a nakonfigurovali globální rozsah jako vaši nadřazenou oblast působnosti. Povolením této možnosti bude výběr typu iniciativy přeskočeno v průvodci vytvořením iniciativy. Více informací o tom, jak tato konfigurace funguje, naleznete na tomto <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">odkazu</a>.
|
278
|
+
options: Možnosti
|
269
279
|
title: Obecná informace
|
270
280
|
initiative_type_scopes:
|
271
281
|
title: Zaměřuje se na typ iniciativy
|
@@ -343,7 +353,7 @@ cs:
|
|
343
353
|
more_information: "(Více informací)"
|
344
354
|
promotal_committee:
|
345
355
|
back: Zpět
|
346
|
-
individual_help_text: Tento druh občanské iniciativy vyžaduje
|
356
|
+
individual_help_text: Tento druh občanské iniciativy vyžaduje promotérský výbor skládající se z nejméně %{committee_size} lidí (atestoři). Musíte sdílet následující odkaz s ostatními lidmi, kteří jsou součástí této iniciativy. Když vaše kontakty obdrží tento odkaz, budou muset postupovat podle uvedených kroků.
|
347
357
|
more_information: "(Více informací)"
|
348
358
|
select_initiative_type:
|
349
359
|
back: Zpět
|
@@ -421,7 +431,7 @@ cs:
|
|
421
431
|
myself: Moje iniciativy
|
422
432
|
scope: Oblast působnosti
|
423
433
|
search: Vyhledávání
|
424
|
-
state:
|
434
|
+
state: Stav
|
425
435
|
type: Typ
|
426
436
|
filters_small_view:
|
427
437
|
close_modal: Zavřít okno
|
@@ -430,6 +440,14 @@ cs:
|
|
430
440
|
unfold: Rozvinout
|
431
441
|
index_header:
|
432
442
|
new_initiative: Nová iniciativa
|
443
|
+
not_authorized:
|
444
|
+
authorizations_page: Zobrazit autorizace
|
445
|
+
close: Zavřít
|
446
|
+
explanation: Musíte být ověřen, abyste mohli vytvořit novou iniciativu.
|
447
|
+
title: Vyžadována autorizace
|
448
|
+
initiatives:
|
449
|
+
closed_initiatives_warning: V současné době neexistují žádné otevřené iniciativy, ale zde najdete všechny uzavřené iniciativy uvedené v seznamu.
|
450
|
+
no_initiatives_warning: Žádná iniciativa neodpovídá vašim kritériím vyhledávání.
|
433
451
|
interactions:
|
434
452
|
comments_count:
|
435
453
|
count:
|
@@ -438,9 +456,9 @@ cs:
|
|
438
456
|
many: Komentáře
|
439
457
|
other: Komentáře
|
440
458
|
orders:
|
441
|
-
label: '
|
459
|
+
label: 'Seřadit iniciativy podle:'
|
442
460
|
most_commented: Nejvíce komentované
|
443
|
-
most_voted:
|
461
|
+
most_voted: S nejvíce podpisy
|
444
462
|
random: Náhodné
|
445
463
|
recent: Nejnovější
|
446
464
|
recently_published: Nedávno publikované
|
@@ -457,15 +475,11 @@ cs:
|
|
457
475
|
any_vote_method: Tato občanská iniciativa shromažďuje podporu online i tváří v tvář.
|
458
476
|
follow_description: Obdržíte oznámení, pokud jsou v této iniciativě zprávy
|
459
477
|
offline_method: Tato občanská iniciativa pouze shromažďuje podporu tváří v tvář.
|
460
|
-
signature_identities:
|
461
|
-
select_identity: Vyberte identifikátor uživatele
|
462
478
|
signatures_count:
|
463
479
|
one: " podpis"
|
464
480
|
few: " podpisy"
|
465
481
|
many: " podpisy"
|
466
482
|
other: " podpisy"
|
467
|
-
supports:
|
468
|
-
title: Výpis podpisů
|
469
483
|
vote_cabin:
|
470
484
|
already_voted: Již jste podepsal
|
471
485
|
supports_required: "Vyžaduje se %{total_supports} podpisů"
|
@@ -519,13 +533,13 @@ cs:
|
|
519
533
|
initiatives_type:
|
520
534
|
actions:
|
521
535
|
title: Akce
|
522
|
-
vote:
|
536
|
+
vote: Podepsat
|
523
537
|
layouts:
|
524
538
|
decidim:
|
525
539
|
admin:
|
526
540
|
initiative:
|
527
541
|
attachments: Přílohy
|
528
|
-
committee_members:
|
542
|
+
committee_members: Členové výboru
|
529
543
|
components: Komponenty
|
530
544
|
information: Informace
|
531
545
|
initiative_creation_header:
|
@@ -0,0 +1 @@
|
|
1
|
+
da:
|
data/config/locales/de.yml
CHANGED
@@ -5,6 +5,7 @@ de:
|
|
5
5
|
decidim_user_group_id: Autor
|
6
6
|
description: Beschreibung
|
7
7
|
offline_votes: Face-to-Face-Unterstützung
|
8
|
+
offline_votes_for_scope: Persönliche Unterschriften für %{scope_name}
|
8
9
|
scope_id: Umfang
|
9
10
|
signature_end_date: Ende der Unterschriftensammlung
|
10
11
|
signature_start_date: Beginn der Unterschriftensammlung
|
@@ -29,13 +30,15 @@ de:
|
|
29
30
|
area_enabled: Die Auswahl des Bereichs von Initiativen für Autoren freigeben
|
30
31
|
attachments_enabled: Anhänge freigeben
|
31
32
|
banner_image: Banner-Bild
|
33
|
+
child_scope_threshold_enabled: Unterschriften von Unterbereichen aktivieren
|
32
34
|
collect_user_extra_fields: Sammeln Sie persönliche Daten des Benutzers bei der Unterschrift
|
33
|
-
custom_signature_end_date_enabled: Die Auswahl des
|
35
|
+
custom_signature_end_date_enabled: Die Auswahl des Enddatums der Unterschriftensammlung für Autoren freigeben
|
34
36
|
description: Beschreibung
|
35
37
|
document_number_authorization_handler: Berechtigung zur Überprüfung der Belegnummer bei Abstimmungen
|
36
38
|
extra_fields_legal_information: Rechtliche Informationen zur Erhebung personenbezogener Daten
|
37
39
|
minimum_committee_members: Minimum der Ausschussmitglieder
|
38
40
|
online_signature_enabled: Online-Signatur aktiviert
|
41
|
+
only_global_scope_enabled: Nur die Erstellung globaler Initiativen zulassen
|
39
42
|
promoting_committee_enabled: Förderkomitee freigeben
|
40
43
|
title: Titel
|
41
44
|
undo_online_signatures_enabled: Ermöglichen Sie Benutzern, ihre Online-Signaturen rückgängig zu machen
|
@@ -55,7 +58,7 @@ de:
|
|
55
58
|
attributes:
|
56
59
|
attachment:
|
57
60
|
file: Datei ist ungültig
|
58
|
-
needs_to_be_reattached:
|
61
|
+
needs_to_be_reattached: Der Anhang muss erneut angehängt werden
|
59
62
|
title: Der Titel sollte nicht leer sein
|
60
63
|
activerecord:
|
61
64
|
models:
|
@@ -73,6 +76,20 @@ de:
|
|
73
76
|
actions:
|
74
77
|
new_initiative_type: Neuer Initiativentyp
|
75
78
|
filters:
|
79
|
+
initiatives:
|
80
|
+
decidim_area_id_eq:
|
81
|
+
label: Bereich
|
82
|
+
state_eq:
|
83
|
+
label: Zustand
|
84
|
+
values:
|
85
|
+
accepted: Ausreichend Unterschriften
|
86
|
+
created: Erstellt
|
87
|
+
discarded: Verworfen
|
88
|
+
published: Veröffentlicht
|
89
|
+
rejected: Zu wenige Unterschriften
|
90
|
+
validating: Technische Validierung
|
91
|
+
type_id_eq:
|
92
|
+
label: Typ
|
76
93
|
search_placeholder:
|
77
94
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Suche in %{collection} nach Titel, Beschreibung, ID oder Autoren.
|
78
95
|
menu:
|
@@ -102,13 +119,14 @@ de:
|
|
102
119
|
date_of_birth: Geburtsdatum
|
103
120
|
document_number: Dokumentnummer
|
104
121
|
hash: Hash
|
105
|
-
initiative_end_date:
|
122
|
+
initiative_end_date: Enddatum
|
106
123
|
initiative_id: Initiativ-ID
|
107
124
|
initiative_signatures_count: Anzahl der Unterschriften
|
108
|
-
initiative_start_date:
|
125
|
+
initiative_start_date: Startdatum
|
109
126
|
initiative_title: Initiativentitel
|
110
127
|
name_and_surname: Name und Nachname
|
111
128
|
postal_code: Postleitzahl
|
129
|
+
scope: Umfang
|
112
130
|
time_and_date: Zeit und Datum
|
113
131
|
timestamp: Zeitstempel
|
114
132
|
titles:
|
@@ -118,31 +136,31 @@ de:
|
|
118
136
|
initiatives:
|
119
137
|
admin:
|
120
138
|
initiative_sent_to_technical_validation:
|
121
|
-
email_intro: Die Initiative
|
139
|
+
email_intro: Die Initiative "%{resource_title}" wurde zur technischen Validierung gesendet. Über das <a href="%{admin_initiative_url}">Admin-Panel</a> können Sie sie aufrufen
|
122
140
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Administrator der Plattform sind.
|
123
|
-
email_subject: Die Initiative
|
124
|
-
notification_title: Die Initiative
|
141
|
+
email_subject: Die Initiative "%{resource_title}" wurde zur technischen Validierung gesendet.
|
142
|
+
notification_title: Die Initiative "%{resource_title}" wurde zur technischen Validierung gesendet. Über das <a href="%{admin_initiative_path}">Admin-Panel</a> können Sie sie aufrufen
|
125
143
|
initiative_extended:
|
126
|
-
email_intro: Das Enddatum der
|
127
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title}. Sie
|
128
|
-
email_subject:
|
129
|
-
notification_title: Das Enddatum der
|
144
|
+
email_intro: Das Enddatum der Unterschriftensammlung für die Initiative %{resource_title} wurde verlängert!
|
145
|
+
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.
|
146
|
+
email_subject: Enddatum der Unterschriftensammlung verlängert!
|
147
|
+
notification_title: Das Enddatum der Unterschriftensammlung für die Initiative <a href="%{resource_path}">%{resource_title}</a> wurde verlängert.
|
130
148
|
milestone_completed:
|
131
149
|
affected_user:
|
132
|
-
email_intro: Ihre Initiative %{resource_title} hat
|
133
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor der Initiative %{resource_title}.
|
150
|
+
email_intro: Ihre Initiative %{resource_title} hat %{percentage}% der Unterschriften erreicht!
|
151
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor der Initiative %{resource_title} sind.
|
134
152
|
email_subject: Neuer Meilenstein abgeschlossen!
|
135
|
-
notification_title: Ihre <a href="%{resource_path}">%{resource_title}</a>
|
153
|
+
notification_title: Ihre Initiative <a href="%{resource_path}">%{resource_title}</a> hat %{percentage}% der Unterschriften erreicht.
|
136
154
|
follower:
|
137
|
-
email_intro: Die Initiative %{resource_title} hat
|
138
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title}. Sie
|
155
|
+
email_intro: Die Initiative %{resource_title} hat %{percentage}% der Unterschriften erreicht!
|
156
|
+
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.
|
139
157
|
email_subject: Neuer Meilenstein abgeschlossen!
|
140
|
-
notification_title: Die <a href="%{resource_path}">%{resource_title}</a>
|
158
|
+
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> hat %{percentage}% der Unterschriften erreicht.
|
141
159
|
support_threshold_reached:
|
142
|
-
email_intro: Die Initiative %{resource_title} hat die
|
160
|
+
email_intro: Die Initiative %{resource_title} hat die Grenze der Anzahl Unterstützer erreicht
|
143
161
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Administrator der Plattform sind.
|
144
|
-
email_subject:
|
145
|
-
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> hat die
|
162
|
+
email_subject: Grenze der Anzahl Unterstützer erreicht
|
163
|
+
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> hat die Grenze der Anzahl Unterstützer erreicht
|
146
164
|
gamification:
|
147
165
|
badges:
|
148
166
|
initiatives:
|
@@ -201,6 +219,8 @@ de:
|
|
201
219
|
success: Die Initiative wurde an die technische Validierung gesendet
|
202
220
|
update: Aktualisieren
|
203
221
|
form:
|
222
|
+
attachments: Beilagen
|
223
|
+
settings: Einstellungen
|
204
224
|
title: Allgemeine Information
|
205
225
|
index:
|
206
226
|
actions_title: Aktion
|
@@ -246,6 +266,8 @@ de:
|
|
246
266
|
destroy: Löschen
|
247
267
|
update: Aktualisieren
|
248
268
|
form:
|
269
|
+
authorizations: Autorisierungseinstellungen
|
270
|
+
options: Optionen
|
249
271
|
title: Allgemeine Information
|
250
272
|
initiative_type_scopes:
|
251
273
|
title: Bereiche für den Typ der Initiative
|
@@ -257,10 +279,10 @@ de:
|
|
257
279
|
success: Der Initiativentyp wurde erfolgreich aktualisiert
|
258
280
|
admin_log:
|
259
281
|
initiative:
|
260
|
-
publish: "%{user_name}
|
261
|
-
send_to_technical_validation: "%{user_name}
|
262
|
-
unpublish: "%{user_name}
|
263
|
-
update: "%{user_name}
|
282
|
+
publish: "%{user_name} hat die Initiative %{resource_name} veröffentlicht"
|
283
|
+
send_to_technical_validation: "%{user_name} hat die Initiative %{resource_name} zur technischen Validierung gesendet"
|
284
|
+
unpublish: "%{user_name} hat die Initiative %{resource_name} verworfen"
|
285
|
+
update: "%{user_name} hat die Initiative %{resource_name} aktualisiert"
|
264
286
|
admin_states:
|
265
287
|
accepted: Ausreichend Unterschriften
|
266
288
|
created: Erstellt
|
@@ -303,7 +325,7 @@ de:
|
|
303
325
|
finish:
|
304
326
|
back: Zurück
|
305
327
|
back_to_initiatives: Zurück zu den Initiativen
|
306
|
-
callout_text:
|
328
|
+
callout_text: Herzlichen Glückwunsch! Ihre Bürgerinitiative wurde erfolgreich erstellt.
|
307
329
|
confirm: Bestätigen
|
308
330
|
edit_my_initiative: Meine Initiativen bearbeiten
|
309
331
|
go_to_my_initiatives: Geh zu meinen Initiativen
|
@@ -323,11 +345,11 @@ de:
|
|
323
345
|
more_information: "(Weitere Informationen)"
|
324
346
|
promotal_committee:
|
325
347
|
back: Zurück
|
326
|
-
individual_help_text: Diese Art
|
348
|
+
individual_help_text: Diese Art der Bürgerinitiative erfordert einen Ausschuss der Initiatoren, der aus mindestens %{committee_size} Personen (Zeugen) besteht. Sie müssen den folgenden Link mit den anderen Personen teilen, die an dieser Initiative beteiligt sind. Wenn Ihre Kontakte diesen Link erhalten, müssen sie die angegebenen Schritte befolgen.
|
327
349
|
more_information: "(Weitere Informationen)"
|
328
350
|
select_initiative_type:
|
329
351
|
back: Zurück
|
330
|
-
choose_html: Ich möchte eine <strong>%{title}</strong>erstellen
|
352
|
+
choose_html: Ich möchte eine <strong>%{title}</strong> erstellen
|
331
353
|
more_information: "(Weitere Informationen)"
|
332
354
|
select: Ich möchte diese Initiative fördern
|
333
355
|
select_initiative_type_help: Bürgerinitiativen sind ein Mittel, mit dem die Bürgerschaft eingreifen kann, so dass der Stadtrat Maßnahmen zur Verteidigung des allgemeinen Interesses ergreifen kann, die in Bereichen der kommunalen Gerichtsbarkeit liegen. Welche Initiative möchten Sie starten?
|
@@ -341,15 +363,15 @@ de:
|
|
341
363
|
more_information: "(Weitere Informationen)"
|
342
364
|
events:
|
343
365
|
create_initiative_event:
|
344
|
-
email_intro: "%{author_name} %{author_nickname}, dem du folgst, hat eine neue Initiative erstellt,
|
345
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname}. Sie
|
366
|
+
email_intro: "%{author_name} %{author_nickname}, dem du folgst, hat eine neue Initiative erstellt, sehen Sie es sich an und reden Sie mit:"
|
367
|
+
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.
|
346
368
|
email_subject: Neue Initiative von %{author_nickname}
|
347
|
-
notification_title: Die <a href="%{resource_path}">%{resource_title}</a>
|
369
|
+
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> wurde von <a href="%{author_path}">%{author_name} %{author_nickname}</a> erstellt.
|
348
370
|
endorse_initiative_event:
|
349
|
-
email_intro: "%{author_name} %{author_nickname}, dem
|
350
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname}. Sie
|
351
|
-
email_subject: Initiative
|
352
|
-
notification_title: Die <a href="%{resource_path}">%{resource_title}</a>
|
371
|
+
email_intro: "%{author_name} %{author_nickname}, dem Sie folgen, hat die folgende Initiative unterstützt, vielleicht möchten Sie mitreden:"
|
372
|
+
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.
|
373
|
+
email_subject: Initiative wurde von %{author_nickname} unterstützt
|
374
|
+
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> wurde von <a href="%{author_path}">%{author_name} %{author_nickname}</a> unterstützt.
|
353
375
|
index:
|
354
376
|
title: Initiativen
|
355
377
|
initiative_signatures:
|
@@ -406,6 +428,14 @@ de:
|
|
406
428
|
unfold: Entfalten
|
407
429
|
index_header:
|
408
430
|
new_initiative: Neue Initiative
|
431
|
+
not_authorized:
|
432
|
+
authorizations_page: Autorisierungen anzeigen
|
433
|
+
close: Schließen
|
434
|
+
explanation: Sie müssen überprüft werden, um eine neue Initiative zu schaffen.
|
435
|
+
title: Autorisierung erforderlich
|
436
|
+
initiatives:
|
437
|
+
closed_initiatives_warning: Derzeit gibt es keine offenen Initiativen, aber hier finden Sie alle abgeschlossenen Initiativen aufgelistet.
|
438
|
+
no_initiatives_warning: Keine Initiativen entsprechen Ihren Suchkriterien.
|
409
439
|
interactions:
|
410
440
|
comments_count:
|
411
441
|
count:
|
@@ -416,7 +446,7 @@ de:
|
|
416
446
|
most_commented: Am meisten kommentiert
|
417
447
|
most_voted: Am meisten unterzeichnet
|
418
448
|
random: Zufällig
|
419
|
-
recent: Neueste
|
449
|
+
recent: Neueste zuerst
|
420
450
|
recently_published: Zuletzt veröffentlicht
|
421
451
|
result:
|
422
452
|
answer_title:
|
@@ -428,21 +458,17 @@ de:
|
|
428
458
|
validating: Dieser Vorschlag wird geprüft
|
429
459
|
initiative_rejected_reason: Diese Initiative wurde wegen fehlender Unterstützung abgelehnt.
|
430
460
|
show:
|
431
|
-
any_vote_method: Diese Bürgerinitiative sammelt Online-
|
461
|
+
any_vote_method: Diese Bürgerinitiative sammelt sowohl Online- als auch persönliche Unterschriften.
|
432
462
|
follow_description: Erhalten Sie eine Benachrichtigung, wenn es Neuigkeiten bei dieser Initiative gibt
|
433
|
-
offline_method: Diese Bürgerinitiative sammelt nur persönliche
|
434
|
-
signature_identities:
|
435
|
-
select_identity: Wählen Sie die Benutzerkennung aus
|
463
|
+
offline_method: Diese Bürgerinitiative sammelt nur persönliche Unterschriften.
|
436
464
|
signatures_count:
|
437
465
|
one: " Unterschrift"
|
438
466
|
other: " Signaturen"
|
439
|
-
supports:
|
440
|
-
title: Auflistung der Signaturen
|
441
467
|
vote_cabin:
|
442
468
|
already_voted: Schon unterschrieben
|
443
469
|
supports_required: "%{total_supports} Signaturen erforderlich"
|
444
470
|
verification_required: Bestätigen Sie Ihr Konto, um die Initiative zu unterzeichnen
|
445
|
-
vote:
|
471
|
+
vote: Signieren
|
446
472
|
votes_blocked: Die Anmeldung ist deaktiviert
|
447
473
|
votes_count:
|
448
474
|
count:
|
@@ -494,7 +520,7 @@ de:
|
|
494
520
|
decidim:
|
495
521
|
admin:
|
496
522
|
initiative:
|
497
|
-
attachments:
|
523
|
+
attachments: Anhänge
|
498
524
|
committee_members: Ausschussmitglieder
|
499
525
|
components: Komponenten
|
500
526
|
information: Information
|