decidim-participatory_processes 0.27.4 → 0.27.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/participatory_process_groups/content_blocks/highlighted_participatory_processes/filters.erb +1 -1
- data/app/cells/decidim/participatory_process_groups/content_blocks/highlighted_participatory_processes_cell.rb +1 -1
- data/app/cells/decidim/participatory_process_groups/content_blocks/title/show.erb +1 -1
- data/app/cells/decidim/participatory_process_groups/process_filters_cell.rb +1 -1
- data/app/cells/decidim/participatory_processes/process_filters_cell.rb +2 -2
- data/app/cells/decidim/participatory_processes/process_group_m_cell.rb +1 -1
- data/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +1 -1
- data/app/controllers/decidim/participatory_processes/widgets_controller.rb +12 -2
- data/app/models/decidim/participatory_process.rb +1 -1
- data/app/permissions/decidim/participatory_processes/permissions.rb +12 -0
- data/app/views/decidim/participatory_processes/participatory_processes/_promoted_process_group.html.erb +1 -1
- data/config/locales/ar.yml +9 -7
- data/config/locales/bg.yml +66 -0
- data/config/locales/ca.yml +6 -6
- data/config/locales/cs.yml +8 -8
- data/config/locales/de.yml +14 -10
- data/config/locales/el.yml +0 -6
- data/config/locales/es-MX.yml +7 -3
- data/config/locales/es-PY.yml +7 -3
- data/config/locales/es.yml +3 -3
- data/config/locales/eu.yml +159 -112
- data/config/locales/fi-plain.yml +9 -5
- data/config/locales/fi.yml +10 -6
- data/config/locales/fr-CA.yml +9 -5
- data/config/locales/fr.yml +8 -7
- data/config/locales/ga-IE.yml +3 -0
- data/config/locales/gl.yml +5 -7
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hu.yml +2 -8
- data/config/locales/id-ID.yml +9 -7
- data/config/locales/is-IS.yml +8 -4
- data/config/locales/it.yml +5 -8
- data/config/locales/ja.yml +11 -7
- data/config/locales/lb.yml +109 -2
- data/config/locales/lt.yml +17 -6
- data/config/locales/lv.yml +10 -7
- data/config/locales/nl.yml +4 -7
- data/config/locales/no.yml +31 -9
- data/config/locales/pl.yml +36 -5
- data/config/locales/pt-BR.yml +45 -7
- data/config/locales/pt.yml +6 -9
- data/config/locales/ro-RO.yml +0 -6
- data/config/locales/ru.yml +9 -5
- data/config/locales/sk.yml +10 -8
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sr-CS.yml +4 -0
- data/config/locales/sv.yml +3 -7
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +7 -9
- data/config/locales/uk.yml +9 -5
- data/config/locales/zh-CN.yml +8 -7
- data/config/locales/zh-TW.yml +0 -6
- data/decidim-participatory_processes.gemspec +31 -0
- data/lib/decidim/participatory_processes/admin_engine.rb +1 -1
- data/lib/decidim/participatory_processes/test/factories.rb +59 -36
- data/lib/decidim/participatory_processes/version.rb +1 -1
- metadata +19 -16
- data/config/environment.rb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9af913270797727b4a0b31400b416d82c5ff01d47e539bd164fca045ce9a5d75
|
4
|
+
data.tar.gz: f96a5257cc6e898f82b5553b8ed8546e6d2ae4b3904d002e3e51d2f96a60a241
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8193468ba41c6de3239e1658f5b9bfdcff29e5a7295ba71bbddfa8df7f00d15ce11b3e13484cb39ba2a05f6cc4b3616c200d381378fd71d11dab9207453b32e0
|
7
|
+
data.tar.gz: e7201adb64a879ca2497a74c37ad9f2f3ce8b22b98713cdb90e44810658248142deaf756ab339c422e5a90ad5864404de2171f53498b11945836d32ee4b4a3a9
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<section class="section">
|
2
|
-
<h2 class="heading2"><%=
|
2
|
+
<h2 class="heading2"><%= decidim_escape_translated(participatory_process_group.title) %></h2>
|
3
3
|
<div class="row">
|
4
4
|
<div class="columns medium-9">
|
5
5
|
<%= decidim_sanitize_editor_admin translated_attribute(participatory_process_group.description) %>
|
@@ -56,7 +56,7 @@ module Decidim
|
|
56
56
|
query = base_relation.ransack(
|
57
57
|
{
|
58
58
|
with_date: date_filter,
|
59
|
-
|
59
|
+
with_any_scope: get_filter(:with_any_scope),
|
60
60
|
with_area: get_filter(:with_area),
|
61
61
|
with_type: filter_with_type ? get_filter(:with_type) : nil
|
62
62
|
},
|
@@ -34,7 +34,7 @@ module Decidim
|
|
34
34
|
{
|
35
35
|
filter: {
|
36
36
|
with_date: date_filter,
|
37
|
-
|
37
|
+
with_any_scope: get_filter(:with_any_scope),
|
38
38
|
with_area: get_filter(:with_area),
|
39
39
|
with_type: type_filter || get_filter(:with_type)
|
40
40
|
}
|
@@ -45,7 +45,7 @@ module Decidim
|
|
45
45
|
query = ParticipatoryProcess.where(organization: current_organization).ransack(
|
46
46
|
{
|
47
47
|
with_date: date_filter,
|
48
|
-
|
48
|
+
with_any_scope: get_filter(:with_any_scope),
|
49
49
|
with_area: get_filter(:with_area),
|
50
50
|
with_type: filter_with_type ? get_filter(:with_type) : nil
|
51
51
|
},
|
@@ -5,13 +5,19 @@ module Decidim
|
|
5
5
|
class WidgetsController < Decidim::WidgetsController
|
6
6
|
helper Decidim::SanitizeHelper
|
7
7
|
|
8
|
+
def show
|
9
|
+
enforce_permission_to :embed, :participatory_space, current_participatory_space: model
|
10
|
+
|
11
|
+
super
|
12
|
+
end
|
13
|
+
|
8
14
|
private
|
9
15
|
|
10
16
|
def model
|
11
17
|
return unless params[:participatory_process_slug]
|
12
18
|
|
13
|
-
@model ||= ParticipatoryProcess.where(slug: params[:participatory_process_slug]).or(
|
14
|
-
ParticipatoryProcess.where(id: params[:participatory_process_slug])
|
19
|
+
@model ||= ParticipatoryProcess.where(organization: current_organization).public_spaces.where(slug: params[:participatory_process_slug]).or(
|
20
|
+
ParticipatoryProcess.where(organization: current_organization).public_spaces.where(id: params[:participatory_process_slug])
|
15
21
|
).first!
|
16
22
|
end
|
17
23
|
|
@@ -22,6 +28,10 @@ module Decidim
|
|
22
28
|
def iframe_url
|
23
29
|
@iframe_url ||= participatory_process_widget_url(model)
|
24
30
|
end
|
31
|
+
|
32
|
+
def permission_class_chain
|
33
|
+
::Decidim.permissions_registry.chain_for(::Decidim::ParticipatoryProcesses::ApplicationController)
|
34
|
+
end
|
25
35
|
end
|
26
36
|
end
|
27
37
|
end
|
@@ -19,6 +19,7 @@ module Decidim
|
|
19
19
|
public_list_process_groups_action?
|
20
20
|
public_read_process_group_action?
|
21
21
|
public_read_process_action?
|
22
|
+
public_embed_process_action?
|
22
23
|
return permission_action
|
23
24
|
end
|
24
25
|
|
@@ -112,6 +113,17 @@ module Decidim
|
|
112
113
|
toggle_allow(can_manage_process?)
|
113
114
|
end
|
114
115
|
|
116
|
+
def public_embed_process_action?
|
117
|
+
return unless permission_action.action == :embed &&
|
118
|
+
[:process, :participatory_space].include?(permission_action.subject) &&
|
119
|
+
process
|
120
|
+
|
121
|
+
return disallow! unless process.published?
|
122
|
+
return disallow! if process.private_space
|
123
|
+
|
124
|
+
allow!
|
125
|
+
end
|
126
|
+
|
115
127
|
def can_view_private_space?
|
116
128
|
return true unless process.private_space
|
117
129
|
return false unless user
|
@@ -14,7 +14,7 @@
|
|
14
14
|
</div>
|
15
15
|
</div>
|
16
16
|
<div class="columns mediumlarge-8 large-6 card--process__column">
|
17
|
-
<div class="card--full__image" style="background-image:url('<%=
|
17
|
+
<div class="card--full__image" style="background-image:url('<%= promoted_process_group.attached_uploader(:hero_image).path %>')">
|
18
18
|
<% if cta_settings.present? %>
|
19
19
|
<div class="card__content row collapse">
|
20
20
|
<div class="large-6 large-offset-6 columns">
|
data/config/locales/ar.yml
CHANGED
@@ -106,7 +106,6 @@ ar:
|
|
106
106
|
attachments: مرفقات
|
107
107
|
categories: الاقسام
|
108
108
|
components: المكونات
|
109
|
-
info: معلومات
|
110
109
|
moderations: الإعتدال
|
111
110
|
private_users: المشاركون من القطاع الخاص
|
112
111
|
process_admins: مدراء العملية
|
@@ -147,6 +146,9 @@ ar:
|
|
147
146
|
copy: نسخ
|
148
147
|
select: حدد البيانات التي ترغب في تكرارها
|
149
148
|
title: عملية تشاركية مكررة
|
149
|
+
participatory_process_group_landing_page_content_blocks:
|
150
|
+
edit:
|
151
|
+
update: تحديث
|
150
152
|
participatory_process_groups:
|
151
153
|
destroy:
|
152
154
|
success: تم حذف مجموعة العملية التشاركية بنجاح.
|
@@ -197,6 +199,9 @@ ar:
|
|
197
199
|
update:
|
198
200
|
error: حدثت مشكلة أثناء تحديث هذه المرحلة من العملية التشاركية.
|
199
201
|
success: تم تحديث المرحلة التشاركية بنجاح.
|
202
|
+
participatory_process_types:
|
203
|
+
form:
|
204
|
+
title: عنوان
|
200
205
|
participatory_process_user_roles:
|
201
206
|
create:
|
202
207
|
error: حدثت مشكلة أثناء إضافة مشارك لهذه العملية التشاركية.
|
@@ -304,15 +309,14 @@ ar:
|
|
304
309
|
content_blocks:
|
305
310
|
highlighted_processes:
|
306
311
|
max_results: أقصى قدر من العناصر لإظهارها
|
307
|
-
|
312
|
+
participatory_process_groups:
|
308
313
|
form:
|
309
|
-
|
314
|
+
title: معلومات عامة
|
310
315
|
participatory_process_imports:
|
311
316
|
form:
|
312
317
|
document_legend: إضافة وثيقة
|
313
318
|
participatory_process_steps:
|
314
319
|
form:
|
315
|
-
cta_path_help: 'استخدم المسارات الجزئية ، وليس عناوين URL الكاملة هنا. يقبل الحروف والأرقام والشرطات والمائلة ، ويجب أن يبدأ بحرف. إذا لم يتم تعيينه ، فلن يظهر الزر. مثال: %{url}'
|
316
320
|
cta_text_help: إذا لم يتم تعيينه ، فلن يظهر الزر.
|
317
321
|
participatory_processes:
|
318
322
|
form:
|
@@ -325,9 +329,7 @@ ar:
|
|
325
329
|
related_processes: العمليات ذات الصلة
|
326
330
|
select_an_area: اختر منطقة
|
327
331
|
select_process_group: حدد مجموعة عملية
|
328
|
-
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذه العملية. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
329
332
|
title: معلومات عامة
|
330
|
-
visbility: رؤية
|
331
333
|
content_blocks:
|
332
334
|
highlighted_processes:
|
333
335
|
name: عمليات مميزة
|
@@ -421,6 +423,6 @@ ar:
|
|
421
423
|
more_info: مزيد من المعلومات
|
422
424
|
process_header_steps:
|
423
425
|
step: المرحلة %{current} من %{total}
|
424
|
-
view_steps:
|
426
|
+
view_steps: مراحل العملية
|
425
427
|
process_navigation:
|
426
428
|
process_menu_item: المسار
|
data/config/locales/bg.yml
CHANGED
@@ -19,8 +19,74 @@ bg:
|
|
19
19
|
local_area: Район на организацията
|
20
20
|
meta_scope: Метаданни сфера
|
21
21
|
decidim:
|
22
|
+
admin:
|
23
|
+
actions:
|
24
|
+
filter:
|
25
|
+
all_processes: Показване на всички процеси
|
26
|
+
process_groups: Групи процеси
|
27
|
+
models:
|
28
|
+
participatory_process:
|
29
|
+
fields:
|
30
|
+
promoted: Акцентирано
|
31
|
+
participatory_process_group_landing_page:
|
32
|
+
edit:
|
33
|
+
active_content_blocks: Активни блокове със съдържание
|
34
|
+
inactive_content_blocks: Неактивни блокове със съдържание
|
35
|
+
participatory_process_steps:
|
36
|
+
destroy:
|
37
|
+
error:
|
38
|
+
active_step: Не може да изтриете активна фаза.
|
39
|
+
last_step: Не може да изтриете последната фаза от процеса.
|
40
|
+
participatory_processes:
|
41
|
+
index:
|
42
|
+
not_published: Не публикувано
|
43
|
+
log:
|
44
|
+
value_types:
|
45
|
+
participatory_process_type_presenter:
|
46
|
+
not_found: 'Типът на процеса не бе намерен в базата данни (Идент. №: %{id})'
|
47
|
+
participatory_process:
|
48
|
+
show:
|
49
|
+
related_assemblies: Свързани събрания
|
50
|
+
participatory_process_groups:
|
51
|
+
content_blocks:
|
52
|
+
title:
|
53
|
+
name: Заглавие, описание и хаштаг
|
54
|
+
participatory_process_steps:
|
55
|
+
index:
|
56
|
+
title: Фази на процес за участие
|
22
57
|
participatory_processes:
|
58
|
+
pages:
|
59
|
+
home:
|
60
|
+
highlighted_processes:
|
61
|
+
active_step: Активна фаза
|
62
|
+
more_information: Още информация
|
63
|
+
participate: Участвайте
|
64
|
+
participate_in: Участие в процеса %{resource_name}
|
65
|
+
processes_button_title: Връзка към страницата „Процеси“, на която се показват всички процеси
|
66
|
+
participatory_processes:
|
67
|
+
filters:
|
68
|
+
explanations:
|
69
|
+
no_active: Няма активни процеси
|
70
|
+
no_active_nor_upcoming: Няма активни или предстоящи процеси
|
71
|
+
index:
|
72
|
+
loading: Зареждане на резултати...
|
23
73
|
show:
|
24
74
|
area: Район
|
75
|
+
dates: Дати
|
25
76
|
developer_group: Група за популяризиране
|
26
77
|
end_date: Крайна дата
|
78
|
+
unspecified: Неопределено
|
79
|
+
layouts:
|
80
|
+
decidim:
|
81
|
+
participatory_process_widgets:
|
82
|
+
show:
|
83
|
+
active_step: Активна фаза
|
84
|
+
participatory_processes:
|
85
|
+
participatory_process:
|
86
|
+
active_step: 'Текуща фаза:'
|
87
|
+
promoted_process:
|
88
|
+
active_step: 'Текуща фаза:'
|
89
|
+
process_header_steps:
|
90
|
+
step: Фаза %{current} от общо %{total}
|
91
|
+
process_navigation:
|
92
|
+
process_menu_item: Процесът
|
data/config/locales/ca.yml
CHANGED
@@ -180,7 +180,7 @@ ca:
|
|
180
180
|
inactive_content_blocks: Blocs de contingut inactius
|
181
181
|
participatory_process_group_landing_page_content_blocks:
|
182
182
|
edit:
|
183
|
-
update:
|
183
|
+
update: Actualitza
|
184
184
|
participatory_process_groups:
|
185
185
|
destroy:
|
186
186
|
error: Hi ha hagut un error eliminant aquest grup de processos participatius.
|
@@ -337,12 +337,12 @@ ca:
|
|
337
337
|
notification_title: Se t'ha assignat el rol de %{role} al procés participatiu <a href="%{resource_url}">%{resource_title}</a>.
|
338
338
|
step_activated:
|
339
339
|
email_intro: 'Ja està activa la fase %{resource_title} per a %{participatory_space_title}. Pots veure-ho des d''aquesta pàgina:'
|
340
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{participatory_space_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
340
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai "%{participatory_space_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
341
341
|
email_subject: Una actualització a %{participatory_space_title}
|
342
342
|
notification_title: Ja està activa la fase %{resource_title} per a <a href="%{resource_path}">%{participatory_space_title}</a>
|
343
343
|
step_changed:
|
344
344
|
email_intro: 'S''han actualitzat les dates de la fase %{resource_title} a %{participatory_space_title}. Pots veure-ho des d''aquesta pàgina:'
|
345
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{participatory_space_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
345
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai "%{participatory_space_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
346
346
|
email_subject: Una actualització a %{participatory_space_title}
|
347
347
|
notification_title: Les dates de la fase <a href="%{resource_path}">%{resource_title}</a> a <a href="%{participatory_space_url}">%{participatory_space_title}</a> s'han actualitzat.
|
348
348
|
help:
|
@@ -405,7 +405,7 @@ ca:
|
|
405
405
|
json: JSON
|
406
406
|
participatory_process_copies:
|
407
407
|
form:
|
408
|
-
slug_help: 'Els noms curts d''URL s''utilitzen per generar
|
408
|
+
slug_help: 'Els noms curts d''URL s''utilitzen per generar les URL que apunten a aquest procés. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
|
409
409
|
participatory_process_groups:
|
410
410
|
form:
|
411
411
|
metadata: Metadades
|
@@ -432,7 +432,7 @@ ca:
|
|
432
432
|
select_an_area: Selecciona una àrea
|
433
433
|
select_participatory_process_type: Selecciona un tipus de procés
|
434
434
|
select_process_group: Selecciona un grup de processos
|
435
|
-
slug_help: 'Els noms curts d''URL s''utilitzen per generar
|
435
|
+
slug_help: 'Els noms curts d''URL s''utilitzen per generar les URL que apunten a aquest procés. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
|
436
436
|
title: Informació general
|
437
437
|
visbility: Visibilitat
|
438
438
|
content_blocks:
|
@@ -533,6 +533,6 @@ ca:
|
|
533
533
|
more_info: Més informació
|
534
534
|
process_header_steps:
|
535
535
|
step: Fase %{current} de %{total}
|
536
|
-
view_steps:
|
536
|
+
view_steps: Fases del procés
|
537
537
|
process_navigation:
|
538
538
|
process_menu_item: El procés
|
data/config/locales/cs.yml
CHANGED
@@ -186,7 +186,7 @@ cs:
|
|
186
186
|
inactive_content_blocks: Neaktivní bloky obsahu
|
187
187
|
participatory_process_group_landing_page_content_blocks:
|
188
188
|
edit:
|
189
|
-
update:
|
189
|
+
update: Aktualizace
|
190
190
|
participatory_process_groups:
|
191
191
|
destroy:
|
192
192
|
error: Došlo k chybě při zrušení skupiny účastnických procesů.
|
@@ -252,7 +252,7 @@ cs:
|
|
252
252
|
title: Upravit typ procesu
|
253
253
|
update: Aktualizovat
|
254
254
|
form:
|
255
|
-
title:
|
255
|
+
title: Titul
|
256
256
|
new:
|
257
257
|
create: Vytvořit
|
258
258
|
title: Nový typ procesu
|
@@ -413,19 +413,19 @@ cs:
|
|
413
413
|
json: JSON
|
414
414
|
participatory_process_copies:
|
415
415
|
form:
|
416
|
-
slug_help: '
|
416
|
+
slug_help: 'URL slugy slouží ke generaci adres URL, které odkazují na tento proces. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
417
417
|
participatory_process_groups:
|
418
418
|
form:
|
419
419
|
metadata: Metadata
|
420
|
-
title:
|
420
|
+
title: Obecná informace
|
421
421
|
visibility: Viditelnost
|
422
422
|
participatory_process_imports:
|
423
423
|
form:
|
424
424
|
document_legend: Přidat dokument
|
425
|
-
slug_help: 'URL
|
425
|
+
slug_help: 'URL slugy slouží ke generaci adres URL, které odkazují na tento proces. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
426
426
|
participatory_process_steps:
|
427
427
|
form:
|
428
|
-
cta_path_help: '
|
428
|
+
cta_path_help: 'Zde použijte částečné cesty, nikoli úplné adresy URL. Jsou povolena písmena, čísla, pomlčky a lomítka a musí začínat písmenem. Příklad: %{url}'
|
429
429
|
cta_text_help: Není-li nastaveno, tlačítko se nezobrazí.
|
430
430
|
participatory_processes:
|
431
431
|
form:
|
@@ -440,7 +440,7 @@ cs:
|
|
440
440
|
select_an_area: Vyberte oblast
|
441
441
|
select_participatory_process_type: Vyberte typ procesu
|
442
442
|
select_process_group: Vyberte skupinu procesů
|
443
|
-
slug_help: '
|
443
|
+
slug_help: 'URL slugy slouží ke generaci adres URL, které odkazují na tento proces. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
444
444
|
title: Obecná informace
|
445
445
|
visbility: Viditelnost
|
446
446
|
content_blocks:
|
@@ -549,6 +549,6 @@ cs:
|
|
549
549
|
more_info: Více informací
|
550
550
|
process_header_steps:
|
551
551
|
step: Krok %{current} z %{total}
|
552
|
-
view_steps:
|
552
|
+
view_steps: Procesní kroky
|
553
553
|
process_navigation:
|
554
554
|
process_menu_item: Proces
|
data/config/locales/de.yml
CHANGED
@@ -29,7 +29,7 @@ de:
|
|
29
29
|
participatory_structure: Wie wird es entschieden?
|
30
30
|
private_space: Privater Prozess
|
31
31
|
promoted: Hervorgehoben
|
32
|
-
published_at: Veröffentlicht
|
32
|
+
published_at: Veröffentlicht am
|
33
33
|
related_process_ids: Ähnliche Beteiligungsprozesse
|
34
34
|
scope_id: Themenbereich
|
35
35
|
scope_type_max_depth_id: Umfang-Filtertiefe
|
@@ -133,7 +133,7 @@ de:
|
|
133
133
|
models:
|
134
134
|
participatory_process:
|
135
135
|
fields:
|
136
|
-
created_at:
|
136
|
+
created_at: Erstellt am
|
137
137
|
private: Privat
|
138
138
|
promoted: Hervorgehoben
|
139
139
|
published: Veröffentlicht
|
@@ -260,7 +260,7 @@ de:
|
|
260
260
|
destroy:
|
261
261
|
success: Der Benutzer wurde erfolgreich aus diesem partizipativen Prozess entfernt.
|
262
262
|
edit:
|
263
|
-
title:
|
263
|
+
title: Admin des Beteiligungsprozesses aktualisieren
|
264
264
|
update: Aktualisieren
|
265
265
|
index:
|
266
266
|
process_admins_title: Partizipative Prozessbenutzer
|
@@ -374,6 +374,7 @@ de:
|
|
374
374
|
html_3:
|
375
375
|
name: Dritter HTML-Block
|
376
376
|
metadata:
|
377
|
+
developer_group: Unterstützt von
|
377
378
|
name: Metadaten
|
378
379
|
participatory_scope: Was wird entschieden?
|
379
380
|
participatory_structure: Wie wird es entschieden?
|
@@ -404,19 +405,19 @@ de:
|
|
404
405
|
json: JSON
|
405
406
|
participatory_process_copies:
|
406
407
|
form:
|
407
|
-
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
408
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
408
409
|
participatory_process_groups:
|
409
410
|
form:
|
410
411
|
metadata: Metadaten
|
411
|
-
title: Allgemeine
|
412
|
+
title: Allgemeine Information
|
412
413
|
visibility: Sichtbarkeit
|
413
414
|
participatory_process_imports:
|
414
415
|
form:
|
415
416
|
document_legend: Dokument hinzufügen
|
416
|
-
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
417
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
417
418
|
participatory_process_steps:
|
418
419
|
form:
|
419
|
-
cta_path_help: 'Verwenden Sie hier Teilpfade, nicht vollständige
|
420
|
+
cta_path_help: 'Verwenden Sie hier Teilpfade, nicht die vollständige URL. Buchstaben, Zahlen, Bindestriche und Schrägstriche sind erlaubt; an der ersten Stelle ist ein Buchstabe erforderlich. Wenn nicht eingestellt, wird die Schaltfläche nicht angezeigt. Beispiel: %{url}'
|
420
421
|
cta_text_help: Wenn nicht eingestellt, wird die Schaltfläche nicht angezeigt.
|
421
422
|
participatory_processes:
|
422
423
|
form:
|
@@ -431,9 +432,9 @@ de:
|
|
431
432
|
select_an_area: Wählen Sie einen Bereich aus
|
432
433
|
select_participatory_process_type: Wählen Sie einen Prozesstyp aus
|
433
434
|
select_process_group: Wählen Sie eine Prozessgruppe aus
|
434
|
-
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
435
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
435
436
|
title: Allgemeine Information
|
436
|
-
visbility:
|
437
|
+
visbility: Sichtbarkeit
|
437
438
|
content_blocks:
|
438
439
|
highlighted_processes:
|
439
440
|
name: Hervorgehobene Beteiligungsprozesse
|
@@ -444,11 +445,13 @@ de:
|
|
444
445
|
pages:
|
445
446
|
home:
|
446
447
|
highlighted_processes:
|
448
|
+
active_processes: Aktive Prozesse
|
447
449
|
active_step: Aktiver Schritt
|
448
450
|
more_information: Mehr Informationen
|
449
451
|
participate: Sich beteiligen
|
450
452
|
participate_in: Am Prozess %{resource_name} teilnehmen
|
451
453
|
processes_button_title: Link zur Prozess-Seite die alle Prozesse anzeigt
|
454
|
+
see_all_processes: Alle Prozesse anzeigen
|
452
455
|
participatory_process_steps:
|
453
456
|
index:
|
454
457
|
back_to_process: Zurück zur Prozessseite
|
@@ -489,6 +492,7 @@ de:
|
|
489
492
|
dates: Daten
|
490
493
|
developer_group: Promoter-Gruppe
|
491
494
|
end_date: Enddatum
|
495
|
+
local_area: Gebiet der Organisation
|
492
496
|
participatory_scope: Was wird entschieden?
|
493
497
|
participatory_structure: Wie wird es entschieden?
|
494
498
|
private_space: Dies ist ein privater Prozess
|
@@ -529,6 +533,6 @@ de:
|
|
529
533
|
more_info: Mehr Info
|
530
534
|
process_header_steps:
|
531
535
|
step: Schritt %{current} von %{total}
|
532
|
-
view_steps:
|
536
|
+
view_steps: Prozessschritte
|
533
537
|
process_navigation:
|
534
538
|
process_menu_item: Der Prozess
|
data/config/locales/el.yml
CHANGED
@@ -398,9 +398,6 @@ el:
|
|
398
398
|
new_import:
|
399
399
|
accepted_types:
|
400
400
|
json: JSON
|
401
|
-
participatory_process_copies:
|
402
|
-
form:
|
403
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διαδικασία. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
404
401
|
participatory_process_groups:
|
405
402
|
form:
|
406
403
|
metadata: Μεταδεδομένα
|
@@ -409,10 +406,8 @@ el:
|
|
409
406
|
participatory_process_imports:
|
410
407
|
form:
|
411
408
|
document_legend: Προσθήκη εγγράφου
|
412
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διαδικασία. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
413
409
|
participatory_process_steps:
|
414
410
|
form:
|
415
|
-
cta_path_help: 'Χρησιμοποιήστε μερικές διαδρομές, όχι πλήρεις διευθύνσεις URL εδώ. Δέχεται γράμματα, αριθμούς, παύλες και καθέτους, και πρέπει να ξεκινά με γράμμα. Εάν δεν οριστεί, το κουμπί δεν θα εμφανιστεί. Παράδειγμα: διεύθυνση %{url}'
|
416
411
|
cta_text_help: Εάν δεν οριστεί, το κουμπί δεν θα εμφανιστεί.
|
417
412
|
participatory_processes:
|
418
413
|
form:
|
@@ -427,7 +422,6 @@ el:
|
|
427
422
|
select_an_area: Επιλέξτε «Τομέα»
|
428
423
|
select_participatory_process_type: Επιλέξτε έναν τύπο διεργασίας
|
429
424
|
select_process_group: Επιλέξτε ομάδα διαδικασίας
|
430
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διαδικασία. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
431
425
|
title: Γενικές πληροφορίες
|
432
426
|
visbility: Ορατότητα
|
433
427
|
content_blocks:
|
data/config/locales/es-MX.yml
CHANGED
@@ -374,6 +374,7 @@ es-MX:
|
|
374
374
|
html_3:
|
375
375
|
name: Tercer bloque HTML
|
376
376
|
metadata:
|
377
|
+
developer_group: Promovido por
|
377
378
|
name: Metadatos
|
378
379
|
participatory_scope: Qué se decide
|
379
380
|
participatory_structure: Cómo se decide
|
@@ -413,10 +414,10 @@ es-MX:
|
|
413
414
|
participatory_process_imports:
|
414
415
|
form:
|
415
416
|
document_legend: Añadir un documento
|
416
|
-
slug_help: 'Los
|
417
|
+
slug_help: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a este proceso. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
417
418
|
participatory_process_steps:
|
418
419
|
form:
|
419
|
-
cta_path_help: '
|
420
|
+
cta_path_help: 'Utiliza rutas parciales, no URL completas aquí. Acepta letras, números, guiones y barras, y debe comenzar con una letra. Si no ese establece ninguna ruta, el botón no se mostrará. Ejemplo: %{url}'
|
420
421
|
cta_text_help: Si no está configurado, el botón no se mostrará.
|
421
422
|
participatory_processes:
|
422
423
|
form:
|
@@ -444,11 +445,13 @@ es-MX:
|
|
444
445
|
pages:
|
445
446
|
home:
|
446
447
|
highlighted_processes:
|
448
|
+
active_processes: Procesos activos
|
447
449
|
active_step: Paso activo
|
448
450
|
more_information: Más información
|
449
451
|
participate: Participar
|
450
452
|
participate_in: Participa en el proceso %{resource_name}
|
451
453
|
processes_button_title: Enlace a la página de Procesos que muestra todos los procesos
|
454
|
+
see_all_processes: Ver todos los procesos
|
452
455
|
participatory_process_steps:
|
453
456
|
index:
|
454
457
|
back_to_process: Volver a la página del proceso
|
@@ -489,6 +492,7 @@ es-MX:
|
|
489
492
|
dates: Fechas
|
490
493
|
developer_group: Grupo promotor
|
491
494
|
end_date: Fecha de finalización
|
495
|
+
local_area: Área de organización
|
492
496
|
participatory_scope: Qué se decide
|
493
497
|
participatory_structure: Cómo se decide
|
494
498
|
private_space: Este es un proceso privado
|
@@ -529,6 +533,6 @@ es-MX:
|
|
529
533
|
more_info: Más información
|
530
534
|
process_header_steps:
|
531
535
|
step: Fase %{current} de %{total}
|
532
|
-
view_steps:
|
536
|
+
view_steps: Las fases de proceso
|
533
537
|
process_navigation:
|
534
538
|
process_menu_item: El proceso
|
data/config/locales/es-PY.yml
CHANGED
@@ -374,6 +374,7 @@ es-PY:
|
|
374
374
|
html_3:
|
375
375
|
name: Tercer bloque HTML
|
376
376
|
metadata:
|
377
|
+
developer_group: Promovido por
|
377
378
|
name: Metadatos
|
378
379
|
participatory_scope: Qué se decide
|
379
380
|
participatory_structure: Cómo se decide
|
@@ -413,10 +414,10 @@ es-PY:
|
|
413
414
|
participatory_process_imports:
|
414
415
|
form:
|
415
416
|
document_legend: Añadir un documento
|
416
|
-
slug_help: 'Los
|
417
|
+
slug_help: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a este proceso. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
417
418
|
participatory_process_steps:
|
418
419
|
form:
|
419
|
-
cta_path_help: '
|
420
|
+
cta_path_help: 'Utiliza rutas parciales, no URL completas aquí. Acepta letras, números, guiones y barras, y debe comenzar con una letra. Si no ese establece ninguna ruta, el botón no se mostrará. Ejemplo: %{url}'
|
420
421
|
cta_text_help: Si no está configurado, el botón no se mostrará.
|
421
422
|
participatory_processes:
|
422
423
|
form:
|
@@ -444,11 +445,13 @@ es-PY:
|
|
444
445
|
pages:
|
445
446
|
home:
|
446
447
|
highlighted_processes:
|
448
|
+
active_processes: Procesos activos
|
447
449
|
active_step: Paso activo
|
448
450
|
more_information: Más información
|
449
451
|
participate: Participar
|
450
452
|
participate_in: Participa en el proceso %{resource_name}
|
451
453
|
processes_button_title: Enlace a la página de Procesos que muestra todos los procesos
|
454
|
+
see_all_processes: Ver todos los procesos
|
452
455
|
participatory_process_steps:
|
453
456
|
index:
|
454
457
|
back_to_process: Volver a la página del proceso
|
@@ -489,6 +492,7 @@ es-PY:
|
|
489
492
|
dates: Fechas
|
490
493
|
developer_group: Grupo promotor
|
491
494
|
end_date: Fecha de finalización
|
495
|
+
local_area: Área de organización
|
492
496
|
participatory_scope: Qué se decide
|
493
497
|
participatory_structure: Cómo se decide
|
494
498
|
private_space: Este es un proceso privado
|
@@ -529,6 +533,6 @@ es-PY:
|
|
529
533
|
more_info: Más información
|
530
534
|
process_header_steps:
|
531
535
|
step: Fase %{current} de %{total}
|
532
|
-
view_steps:
|
536
|
+
view_steps: Las fases de proceso
|
533
537
|
process_navigation:
|
534
538
|
process_menu_item: El proceso
|