decidim-participatory_processes 0.28.2 → 0.29.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/cells/decidim/participatory_process_groups/content_blocks/extra_data_cell.rb +4 -4
- data/app/cells/decidim/participatory_processes/content_blocks/highlighted_processes_cell.rb +0 -2
- data/app/cells/decidim/participatory_processes/content_blocks/stats_cell.rb +1 -1
- data/app/cells/decidim/participatory_processes/process_filters/filter_tabs.erb +2 -2
- data/app/cells/decidim/participatory_processes/process_filters/show.erb +1 -1
- data/app/cells/decidim/participatory_processes/process_filters/type_filter.erb +1 -1
- data/app/cells/decidim/participatory_processes/process_filters_cell.rb +1 -2
- data/app/cells/decidim/participatory_processes/process_group_s_cell.rb +5 -1
- data/app/commands/decidim/participatory_processes/admin/copy_participatory_process.rb +5 -7
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process.rb +27 -99
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process_group.rb +10 -53
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process_step.rb +9 -36
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process_type.rb +4 -34
- data/app/commands/decidim/participatory_processes/admin/destroy_participatory_process_step.rb +6 -37
- data/app/commands/decidim/participatory_processes/admin/import_participatory_process.rb +5 -4
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process.rb +10 -80
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process_group.rb +6 -55
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process_step.rb +8 -52
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process_type.rb +2 -38
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_copies_controller.rb +1 -1
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_groups_controller.rb +2 -2
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_steps_controller.rb +2 -2
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_types_controller.rb +2 -2
- data/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +1 -1
- data/app/controllers/decidim/participatory_processes/admin/participatory_space_private_users_controller.rb +1 -1
- data/app/controllers/decidim/participatory_processes/application_controller.rb +3 -0
- data/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +1 -6
- data/app/events/decidim/participatory_process_role_assigned_event.rb +0 -5
- data/app/forms/decidim/participatory_processes/admin/participatory_process_form.rb +0 -5
- data/app/models/decidim/participatory_process.rb +0 -3
- data/app/models/decidim/participatory_process_step.rb +1 -1
- data/app/permissions/decidim/participatory_processes/permissions.rb +1 -1
- data/app/presenters/decidim/participatory_processes/participatory_process_presenter.rb +0 -4
- data/app/queries/decidim/participatory_processes/stats_participants_count.rb +4 -4
- data/app/serializers/decidim/participatory_processes/participatory_process_importer.rb +2 -5
- data/app/serializers/decidim/participatory_processes/participatory_process_serializer.rb +0 -3
- data/app/views/decidim/participatory_processes/admin/participatory_process_steps/index.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_steps/show.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/index.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_processes/_form.html.erb +5 -17
- data/app/views/decidim/participatory_processes/participatory_processes/all_metrics.html.erb +4 -1
- data/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +23 -19
- data/config/locales/ar.yml +0 -3
- data/config/locales/bg.yml +1 -4
- data/config/locales/ca.yml +1 -4
- data/config/locales/cs.yml +1 -4
- data/config/locales/de.yml +1 -4
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +1 -4
- data/config/locales/es-MX.yml +1 -4
- data/config/locales/es-PY.yml +1 -4
- data/config/locales/es.yml +1 -4
- data/config/locales/eu.yml +1 -4
- data/config/locales/fi-plain.yml +1 -4
- data/config/locales/fi.yml +1 -4
- data/config/locales/fr-CA.yml +1 -4
- data/config/locales/fr.yml +1 -4
- data/config/locales/gl.yml +0 -4
- data/config/locales/hu.yml +0 -4
- data/config/locales/id-ID.yml +0 -2
- data/config/locales/is-IS.yml +0 -2
- data/config/locales/it.yml +0 -4
- data/config/locales/ja.yml +1 -4
- data/config/locales/lb.yml +0 -3
- data/config/locales/lt.yml +0 -4
- data/config/locales/lv.yml +0 -3
- data/config/locales/nl.yml +0 -4
- data/config/locales/no.yml +0 -4
- data/config/locales/pl.yml +1 -4
- data/config/locales/pt-BR.yml +0 -4
- data/config/locales/pt.yml +0 -4
- data/config/locales/ro-RO.yml +0 -4
- data/config/locales/ru.yml +0 -2
- data/config/locales/sk.yml +0 -3
- data/config/locales/sr-CS.yml +0 -1
- data/config/locales/sv.yml +0 -4
- data/config/locales/tr-TR.yml +0 -4
- data/config/locales/uk.yml +0 -2
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +0 -4
- data/db/migrate/20240529161054_add_link_to_decidim_attachments.rb +7 -0
- data/decidim-participatory_processes.gemspec +1 -1
- data/lib/decidim/api/participatory_process_type.rb +0 -7
- data/lib/decidim/participatory_processes/content_blocks/registry_manager.rb +1 -1
- data/lib/decidim/participatory_processes/engine.rb +1 -0
- data/lib/decidim/participatory_processes/menu.rb +11 -0
- data/lib/decidim/participatory_processes/seeds.rb +4 -12
- data/lib/decidim/participatory_processes/test/factories.rb +0 -3
- data/lib/decidim/participatory_processes/version.rb +1 -1
- data/lib/tasks/decidim_participatory_processes.rake +1 -1
- metadata +14 -18
- data/app/commands/decidim/participatory_processes/admin/destroy_participatory_process_group.rb +0 -46
- data/app/commands/decidim/participatory_processes/admin/destroy_participatory_process_type.rb +0 -49
- data/app/views/decidim/participatory_processes/participatory_processes/_statistics.html.erb +0 -0
- data/app/views/layouts/decidim/_process_header.html.erb +0 -17
- data/app/views/layouts/decidim/participatory_process.html.erb +0 -18
@@ -86,10 +86,6 @@
|
|
86
86
|
<div class="columns">
|
87
87
|
<%= form.upload :hero_image, button_class: "button button__sm button__transparent-secondary" %>
|
88
88
|
</div>
|
89
|
-
|
90
|
-
<div class="columns">
|
91
|
-
<%= form.upload :banner_image, button_class: "button button__sm button__transparent-secondary" %>
|
92
|
-
</div>
|
93
89
|
</div>
|
94
90
|
</div>
|
95
91
|
</div>
|
@@ -168,16 +164,16 @@
|
|
168
164
|
</div>
|
169
165
|
</div>
|
170
166
|
|
171
|
-
<div class="card" data-component="accordion" id="accordion-
|
167
|
+
<div class="card" data-component="accordion" id="accordion-visibility">
|
172
168
|
<div class="card-divider">
|
173
|
-
<button class="card-divider-button" data-open="true" data-controls="panel-
|
169
|
+
<button class="card-divider-button" data-open="true" data-controls="panel-visibility" type="button">
|
174
170
|
<%= icon "arrow-right-s-line" %>
|
175
|
-
<h2 class="card-title" id="
|
176
|
-
<%= t("
|
171
|
+
<h2 class="card-title" id="visibility">
|
172
|
+
<%= t("visibility", scope: "decidim.participatory_processes.admin.participatory_processes.form") %>
|
177
173
|
</h2>
|
178
174
|
</button>
|
179
175
|
</div>
|
180
|
-
<div id="panel-
|
176
|
+
<div id="panel-visibility" class="card-section">
|
181
177
|
<div class="row column">
|
182
178
|
<% if process_groups_for_select %>
|
183
179
|
<%= form.select :participatory_process_group_id,
|
@@ -227,14 +223,6 @@
|
|
227
223
|
</div>
|
228
224
|
|
229
225
|
<div id="panel-other" class="card-section">
|
230
|
-
<div class="row column">
|
231
|
-
<%= form.check_box :show_statistics %>
|
232
|
-
</div>
|
233
|
-
|
234
|
-
<div class="row column">
|
235
|
-
<%= form.check_box :show_metrics %>
|
236
|
-
</div>
|
237
|
-
|
238
226
|
<% if @form.participatory_process_types_for_select.present? %>
|
239
227
|
<div class="row column">
|
240
228
|
<%= form.select(
|
@@ -1,7 +1,10 @@
|
|
1
|
+
<% add_decidim_page_title(t("decidim.pages.participatory_space.metrics.headline")) %>
|
2
|
+
<% add_decidim_page_title(translated_attribute(current_participatory_space.title)) %>
|
3
|
+
|
1
4
|
<%= render layout:"layouts/decidim/shared/layout_center", locals: { columns: 8 } do %>
|
2
5
|
<div class="text-center py-10">
|
3
6
|
<h2 class="title-decorator inline-block text-left">
|
4
|
-
<%= t("decidim.pages.participatory_space.metrics.headline"
|
7
|
+
<%= t("decidim.pages.participatory_space.metrics.headline") %>
|
5
8
|
</h2>
|
6
9
|
</div>
|
7
10
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_meta_tags({
|
2
|
+
title: translated_attribute(current_participatory_space.title),
|
2
3
|
image_url: current_participatory_space.attached_uploader(:hero_image).path,
|
3
4
|
description: translated_attribute(current_participatory_space.short_description),
|
4
|
-
url: participatory_process_url(current_participatory_space)
|
5
|
-
twitter_handler: current_organization.twitter_handler
|
5
|
+
url: participatory_process_url(current_participatory_space)
|
6
6
|
}) %>
|
7
7
|
|
8
8
|
<%
|
@@ -14,26 +14,30 @@
|
|
14
14
|
)
|
15
15
|
%>
|
16
16
|
|
17
|
-
|
18
|
-
<% if current_participatory_space.private_space? %>
|
19
|
-
<section class="participatory-space__block-reference alert">
|
20
|
-
<%= t("private_space", scope: "decidim.participatory_processes.show") %>
|
21
|
-
</section>
|
22
|
-
<% end %>
|
17
|
+
<%= render partial: "layouts/decidim/header/follow_space_menu_bar_button", locals: { participatory_space: current_participatory_space } %>
|
23
18
|
|
24
|
-
<
|
19
|
+
<main>
|
20
|
+
<%# NOTE: this elements goes outside of the .participatory-space__container block %>
|
21
|
+
<% if current_participatory_space.private_space? %>
|
22
|
+
<section class="participatory-space__block-reference alert">
|
23
|
+
<%= t("private_space", scope: "decidim.participatory_processes.show") %>
|
24
|
+
</section>
|
25
|
+
<% end %>
|
25
26
|
|
26
|
-
|
27
|
-
<%= cell "decidim/participatory_processes/process_step", current_participatory_space, display_steps: params[:display_steps] %>
|
27
|
+
<div class="participatory-space__container">
|
28
28
|
|
29
|
-
|
30
|
-
|
29
|
+
<%= participatory_space_floating_help %>
|
30
|
+
<%= cell "decidim/participatory_processes/process_step", current_participatory_space, display_steps: params[:display_steps] %>
|
31
31
|
|
32
|
-
|
33
|
-
|
32
|
+
<% active_content_blocks.each do |content_block| %>
|
33
|
+
<% next unless content_block.manifest %>
|
34
34
|
|
35
|
-
|
35
|
+
<%= cell content_block.manifest.cell, content_block %>
|
36
|
+
<% end %>
|
36
37
|
|
37
|
-
|
38
|
-
|
39
|
-
|
38
|
+
</div>
|
39
|
+
|
40
|
+
<section class="participatory-space__block-reference">
|
41
|
+
<%= resource_reference(current_participatory_space) %>
|
42
|
+
</section>
|
43
|
+
</main>
|
data/config/locales/ar.yml
CHANGED
@@ -5,7 +5,6 @@ ar:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: إعلان
|
7
7
|
area_id: منطقة
|
8
|
-
banner_image: صورة بانر
|
9
8
|
copy_categories: نسخ الفئات
|
10
9
|
copy_components: نسخ المكونات
|
11
10
|
copy_steps: نسخ الخطوات
|
@@ -27,8 +26,6 @@ ar:
|
|
27
26
|
scope_id: نطاق
|
28
27
|
scopes_enabled: النطاقات المُفعّلَة
|
29
28
|
short_description: وصف قصير
|
30
|
-
show_metrics: اظهر المقاييس
|
31
|
-
show_statistics: عرض الإحصائيات
|
32
29
|
slug: سبيكة العنوان الشبكي
|
33
30
|
start_date: تاريخ البدء
|
34
31
|
subtitle: عنوان فرعي
|
data/config/locales/bg.yml
CHANGED
@@ -5,7 +5,6 @@ bg:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Обявление
|
7
7
|
area_id: Район
|
8
|
-
banner_image: Банер изображение
|
9
8
|
copy_categories: Копирай категории
|
10
9
|
copy_components: Копирай компоненти
|
11
10
|
copy_steps: Копирай стъпки
|
@@ -35,8 +34,6 @@ bg:
|
|
35
34
|
scope_type_max_depth_id: Дълбочина на филтъра за обхвата
|
36
35
|
scopes_enabled: Обхватите са активирани
|
37
36
|
short_description: Кратко описание
|
38
|
-
show_metrics: Показване на показатели
|
39
|
-
show_statistics: Покажи статистиките
|
40
37
|
slug: Съкратен URL
|
41
38
|
start_date: Начална дата
|
42
39
|
subtitle: Подзаглавие
|
@@ -438,7 +435,7 @@ bg:
|
|
438
435
|
select_process_group: Изберете група на процеса
|
439
436
|
slug_help_html: 'Съкратените URL се използват за генериране на URL адреси, които сочат към този процес. Приема само букви, цифри и тирета и трябва да започва с буква. Пример: %{url}'
|
440
437
|
title: Основна информация
|
441
|
-
|
438
|
+
visibility: Видимост
|
442
439
|
content_blocks:
|
443
440
|
extra_data:
|
444
441
|
name: Фаза и продължителност
|
data/config/locales/ca.yml
CHANGED
@@ -5,7 +5,6 @@ ca:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Avís
|
7
7
|
area_id: Àrea
|
8
|
-
banner_image: Imatge de bàner
|
9
8
|
copy_categories: Copiar les categories
|
10
9
|
copy_components: Copiar els components
|
11
10
|
copy_steps: Copiar les fases
|
@@ -35,8 +34,6 @@ ca:
|
|
35
34
|
scope_type_max_depth_id: Profunditat del filtre d'àmbit
|
36
35
|
scopes_enabled: Àmbits habilitats
|
37
36
|
short_description: Breu descripció
|
38
|
-
show_metrics: Mostrar mètriques
|
39
|
-
show_statistics: Mostra estadístiques
|
40
37
|
slug: Nom curt d'URL
|
41
38
|
start_date: Data d'inici
|
42
39
|
subtitle: Subtítol
|
@@ -437,7 +434,7 @@ ca:
|
|
437
434
|
select_process_group: Selecciona un grup de processos
|
438
435
|
slug_help_html: '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}'
|
439
436
|
title: Informació general
|
440
|
-
|
437
|
+
visibility: Visibilitat
|
441
438
|
content_blocks:
|
442
439
|
extra_data:
|
443
440
|
name: Fase i durada
|
data/config/locales/cs.yml
CHANGED
@@ -5,7 +5,6 @@ cs:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Oznámení
|
7
7
|
area_id: Oblast
|
8
|
-
banner_image: Obrázek banneru
|
9
8
|
copy_categories: Kopírovat kategorie
|
10
9
|
copy_components: Kopírování komponent
|
11
10
|
copy_steps: Kopírování kroků
|
@@ -35,8 +34,6 @@ cs:
|
|
35
34
|
scope_type_max_depth_id: Hloubka filtru rozsahu
|
36
35
|
scopes_enabled: Oblasti působnosti povoleny
|
37
36
|
short_description: Stručný popis
|
38
|
-
show_metrics: Zobrazit metriku
|
39
|
-
show_statistics: Zobrazit statistiky
|
40
37
|
slug: URL slug
|
41
38
|
start_date: Datum zahájení
|
42
39
|
subtitle: Podtitul
|
@@ -441,7 +438,7 @@ cs:
|
|
441
438
|
select_process_group: Vyberte skupinu procesů
|
442
439
|
slug_help_html: '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}'
|
443
440
|
title: Obecná informace
|
444
|
-
|
441
|
+
visibility: Viditelnost
|
445
442
|
content_blocks:
|
446
443
|
extra_data:
|
447
444
|
name: Fáze a doba trvání
|
data/config/locales/de.yml
CHANGED
@@ -5,7 +5,6 @@ de:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Ankündigung
|
7
7
|
area_id: Bereich
|
8
|
-
banner_image: Banner-Bild
|
9
8
|
copy_categories: Kategorien kopieren
|
10
9
|
copy_components: Komponenten kopieren
|
11
10
|
copy_steps: Phasen kopieren
|
@@ -35,8 +34,6 @@ de:
|
|
35
34
|
scope_type_max_depth_id: Umfang-Filtertiefe
|
36
35
|
scopes_enabled: Themenbereiche aktiviert
|
37
36
|
short_description: Kurzbeschreibung
|
38
|
-
show_metrics: Metriken anzeigen
|
39
|
-
show_statistics: Statistiken anzeigen
|
40
37
|
slug: URL-Slug
|
41
38
|
start_date: Startdatum
|
42
39
|
subtitle: Untertitel
|
@@ -438,7 +435,7 @@ de:
|
|
438
435
|
select_process_group: Wählen Sie eine Prozessgruppe aus
|
439
436
|
slug_help_html: '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}'
|
440
437
|
title: Allgemeine Information
|
441
|
-
|
438
|
+
visibility: Sichtbarkeit
|
442
439
|
content_blocks:
|
443
440
|
extra_data:
|
444
441
|
name: Phase & Dauer
|
data/config/locales/el.yml
CHANGED
@@ -5,7 +5,6 @@ el:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Ανακοίνωση
|
7
7
|
area_id: Τομέας
|
8
|
-
banner_image: Εικόνα διαφημιστικού πλαισίου
|
9
8
|
copy_categories: Αντιγραφή κατηγοριών
|
10
9
|
copy_components: Αντιγραφή στοιχείων
|
11
10
|
copy_steps: Αντιγραφή βημάτων
|
@@ -35,8 +34,6 @@ el:
|
|
35
34
|
scope_type_max_depth_id: Βάθος φίλτρου πεδίου εφαρμογής
|
36
35
|
scopes_enabled: Ενεργοποιημένα πεδία εφαρμογών
|
37
36
|
short_description: Σύντομη περιγραφή
|
38
|
-
show_metrics: Εμφάνιση μετρικών
|
39
|
-
show_statistics: Εμφάνιση στατιστικών
|
40
37
|
slug: Slug διεύθυνσης URL
|
41
38
|
start_date: Ημερομηνία έναρξης
|
42
39
|
subtitle: Υπότιτλος
|
@@ -402,7 +399,6 @@ el:
|
|
402
399
|
select_participatory_process_type: Επιλέξτε έναν τύπο διεργασίας
|
403
400
|
select_process_group: Επιλέξτε ομάδα διαδικασίας
|
404
401
|
title: Γενικές πληροφορίες
|
405
|
-
visbility: Ορατότητα
|
406
402
|
content_blocks:
|
407
403
|
highlighted_processes:
|
408
404
|
name: Επισημασμένες διαδικασίες
|
data/config/locales/en.yml
CHANGED
@@ -5,7 +5,6 @@ en:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Announcement
|
7
7
|
area_id: Area
|
8
|
-
banner_image: Banner image
|
9
8
|
copy_categories: Copy categories
|
10
9
|
copy_components: Copy components
|
11
10
|
copy_steps: Copy steps
|
@@ -35,8 +34,6 @@ en:
|
|
35
34
|
scope_type_max_depth_id: Scope filter depth
|
36
35
|
scopes_enabled: Scopes enabled
|
37
36
|
short_description: Short description
|
38
|
-
show_metrics: Show metrics
|
39
|
-
show_statistics: Show statistics
|
40
37
|
slug: URL slug
|
41
38
|
start_date: Start date
|
42
39
|
subtitle: Subtitle
|
@@ -438,7 +435,7 @@ en:
|
|
438
435
|
select_process_group: Select a process group
|
439
436
|
slug_help_html: 'URL slugs are used to generate the URLs that point to this process. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
|
440
437
|
title: General Information
|
441
|
-
|
438
|
+
visibility: Visibility
|
442
439
|
content_blocks:
|
443
440
|
extra_data:
|
444
441
|
name: Phase & duration
|
data/config/locales/es-MX.yml
CHANGED
@@ -5,7 +5,6 @@ es-MX:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Anuncio
|
7
7
|
area_id: Área
|
8
|
-
banner_image: Imagen de banner
|
9
8
|
copy_categories: Copiar categorías
|
10
9
|
copy_components: Copiar componentes
|
11
10
|
copy_steps: Copiar las fases
|
@@ -35,8 +34,6 @@ es-MX:
|
|
35
34
|
scope_type_max_depth_id: Profundidad del filtro de ámbito
|
36
35
|
scopes_enabled: Ámbitos habilitados
|
37
36
|
short_description: Descripción breve
|
38
|
-
show_metrics: Mostrar métricas
|
39
|
-
show_statistics: Mostrar estadísticas
|
40
37
|
slug: Texto corto de URL
|
41
38
|
start_date: Fecha de inicio
|
42
39
|
subtitle: Subtítulo
|
@@ -438,7 +435,7 @@ es-MX:
|
|
438
435
|
select_process_group: Seleccione un grupo de proceso
|
439
436
|
slug_help_html: 'Los nombres cortos de URL se utilizan para generar las URL que apuntan a esta votación. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
440
437
|
title: Información general
|
441
|
-
|
438
|
+
visibility: Visibilidad
|
442
439
|
content_blocks:
|
443
440
|
extra_data:
|
444
441
|
name: Fase y duración
|
data/config/locales/es-PY.yml
CHANGED
@@ -5,7 +5,6 @@ es-PY:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Anuncio
|
7
7
|
area_id: Área
|
8
|
-
banner_image: Imagen de banner
|
9
8
|
copy_categories: Copiar categorías
|
10
9
|
copy_components: Copiar componentes
|
11
10
|
copy_steps: Copiar las fases
|
@@ -35,8 +34,6 @@ es-PY:
|
|
35
34
|
scope_type_max_depth_id: Profundidad del filtro de ámbito
|
36
35
|
scopes_enabled: Ámbitos habilitados
|
37
36
|
short_description: Descripción breve
|
38
|
-
show_metrics: Mostrar métricas
|
39
|
-
show_statistics: Mostrar estadísticas
|
40
37
|
slug: Texto corto de URL
|
41
38
|
start_date: Fecha de inicio
|
42
39
|
subtitle: Subtítulo
|
@@ -438,7 +435,7 @@ es-PY:
|
|
438
435
|
select_process_group: Seleccione un grupo de proceso
|
439
436
|
slug_help_html: 'Los nombres cortos de URL se utilizan para generar las URL que apuntan a esta votación. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
440
437
|
title: Información general
|
441
|
-
|
438
|
+
visibility: Visibilidad
|
442
439
|
content_blocks:
|
443
440
|
extra_data:
|
444
441
|
name: Fase y duración
|
data/config/locales/es.yml
CHANGED
@@ -5,7 +5,6 @@ es:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Aviso
|
7
7
|
area_id: Área
|
8
|
-
banner_image: Imagen de banner
|
9
8
|
copy_categories: Copiar categorías
|
10
9
|
copy_components: Copiar componentes
|
11
10
|
copy_steps: Copiar las fases
|
@@ -35,8 +34,6 @@ es:
|
|
35
34
|
scope_type_max_depth_id: Profundidad del filtro de ámbito
|
36
35
|
scopes_enabled: Ámbitos habilitados
|
37
36
|
short_description: Descripción breve
|
38
|
-
show_metrics: Mostrar métricas
|
39
|
-
show_statistics: Mostrar estadísticas
|
40
37
|
slug: Texto corto de URL
|
41
38
|
start_date: Fecha de inicio
|
42
39
|
subtitle: Subtítulo
|
@@ -438,7 +435,7 @@ es:
|
|
438
435
|
select_process_group: Selecciona un grupo de procesos
|
439
436
|
slug_help_html: 'Los nombres cortos de URL se utilizan para generar las URL que apuntan a esta votación. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
440
437
|
title: Información general
|
441
|
-
|
438
|
+
visibility: Visibilidad
|
442
439
|
content_blocks:
|
443
440
|
extra_data:
|
444
441
|
name: Fase y duración
|
data/config/locales/eu.yml
CHANGED
@@ -5,7 +5,6 @@ eu:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Oharra
|
7
7
|
area_id: Arloa
|
8
|
-
banner_image: Banner-irudia
|
9
8
|
copy_categories: Kopiatu kategoriak
|
10
9
|
copy_components: Kopiatu osagaiak
|
11
10
|
copy_steps: Kopiatu faseak
|
@@ -35,8 +34,6 @@ eu:
|
|
35
34
|
scope_type_max_depth_id: Esparruaren iragazkiaren sakonera
|
36
35
|
scopes_enabled: Esparru gaituak
|
37
36
|
short_description: Deskribapen laburra
|
38
|
-
show_metrics: Erakutsi metrikak
|
39
|
-
show_statistics: Erakutsi estatistikak
|
40
37
|
slug: URL laburra
|
41
38
|
start_date: Hasiera-data
|
42
39
|
subtitle: Azpititulua
|
@@ -438,7 +435,7 @@ eu:
|
|
438
435
|
select_process_group: Hautatu prozesu-talde bat
|
439
436
|
slug_help_html: 'URLetako testu laburrak erabiltzen dira prozesu honi aurre egiteko URLak sortzeko. Letrak, zenbakiak eta gidoiak soilik onartzen ditu, eta letra batez hasi behar du. Adibidea: %{url}'
|
440
437
|
title: Informazio orokorra
|
441
|
-
|
438
|
+
visibility: Ikusgarritasuna
|
442
439
|
content_blocks:
|
443
440
|
extra_data:
|
444
441
|
name: Fasea eta iraupena
|
data/config/locales/fi-plain.yml
CHANGED
@@ -5,7 +5,6 @@ fi-pl:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Ilmoitus
|
7
7
|
area_id: Alue
|
8
|
-
banner_image: Bannerikuva
|
9
8
|
copy_categories: Kopioi aihepiirit
|
10
9
|
copy_components: Kopioi komponentit
|
11
10
|
copy_steps: Kopioi vaiheet
|
@@ -35,8 +34,6 @@ fi-pl:
|
|
35
34
|
scope_type_max_depth_id: Teema-suodattimen syvyys
|
36
35
|
scopes_enabled: Teemat käytössä
|
37
36
|
short_description: Lyhyt kuvaus
|
38
|
-
show_metrics: Näytä tilastot
|
39
|
-
show_statistics: Näytä tilastot
|
40
37
|
slug: URL-tunniste
|
41
38
|
start_date: Alkamispäivä
|
42
39
|
subtitle: Alaotsikko
|
@@ -437,7 +434,7 @@ fi-pl:
|
|
437
434
|
select_process_group: Valitse prosessiryhmä
|
438
435
|
slug_help_html: 'URL-tunnisteita käytetään tuottamaan URL-osoitteet, jotka viittaavat tähän prosessiin. Hyväksyy vain kirjaimet, numerot ja viivat. Arvon on alettava kirjaimella. Esimerkki: %{url}'
|
439
436
|
title: Yleistä tietoa
|
440
|
-
|
437
|
+
visibility: Näkyvyys
|
441
438
|
content_blocks:
|
442
439
|
extra_data:
|
443
440
|
name: Vaihe ja kesto
|
data/config/locales/fi.yml
CHANGED
@@ -5,7 +5,6 @@ fi:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Ilmoitus
|
7
7
|
area_id: Alue
|
8
|
-
banner_image: Bannerikuva
|
9
8
|
copy_categories: Kopioi aihepiirit
|
10
9
|
copy_components: Kopioi komponentit
|
11
10
|
copy_steps: Kopioi vaiheet
|
@@ -35,8 +34,6 @@ fi:
|
|
35
34
|
scope_type_max_depth_id: Teema-suodattimen syvyys
|
36
35
|
scopes_enabled: Teemat käytössä
|
37
36
|
short_description: Lyhyt kuvaus
|
38
|
-
show_metrics: Näytä tilastomittarit
|
39
|
-
show_statistics: Näytä tilastot
|
40
37
|
slug: URL-tunniste
|
41
38
|
start_date: Alkamispäivä
|
42
39
|
subtitle: Alaotsikko
|
@@ -437,7 +434,7 @@ fi:
|
|
437
434
|
select_process_group: Valitse prosessiryhmä
|
438
435
|
slug_help_html: 'URL-tunnisteita käytetään tuottamaan URL-osoitteet, jotka viittaavat tähän prosessiin. Hyväksyy vain kirjaimet, numerot ja viivat. Arvon on alettava kirjaimella. Esimerkki: %{url}'
|
439
436
|
title: Yleistä tietoa
|
440
|
-
|
437
|
+
visibility: Näkyvyys
|
441
438
|
content_blocks:
|
442
439
|
extra_data:
|
443
440
|
name: Vaihe ja kesto
|
data/config/locales/fr-CA.yml
CHANGED
@@ -5,7 +5,6 @@ fr-CA:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Annonce
|
7
7
|
area_id: Périmètre d'assemblée
|
8
|
-
banner_image: Image d'en-tête
|
9
8
|
copy_categories: Copier les catégories
|
10
9
|
copy_components: Copier les fonctionnalités
|
11
10
|
copy_steps: Copier les étapes
|
@@ -35,8 +34,6 @@ fr-CA:
|
|
35
34
|
scope_type_max_depth_id: Profondeur du filtre de portée
|
36
35
|
scopes_enabled: Périmètres d'application activés
|
37
36
|
short_description: Résumé
|
38
|
-
show_metrics: Afficher les métriques
|
39
|
-
show_statistics: Montrer les statistiques
|
40
37
|
slug: Identifiant
|
41
38
|
start_date: Date de début
|
42
39
|
subtitle: Sous-titre
|
@@ -437,7 +434,7 @@ fr-CA:
|
|
437
434
|
select_process_group: Sélectionnez un groupe de concertations
|
438
435
|
slug_help_html: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette concertation. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
439
436
|
title: Informations générales
|
440
|
-
|
437
|
+
visibility: Visibilité
|
441
438
|
content_blocks:
|
442
439
|
extra_data:
|
443
440
|
name: Phase & durée
|
data/config/locales/fr.yml
CHANGED
@@ -5,7 +5,6 @@ fr:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Annonce
|
7
7
|
area_id: Périmètre d'assemblée
|
8
|
-
banner_image: Image d'en-tête
|
9
8
|
copy_categories: Copier les catégories
|
10
9
|
copy_components: Copier les fonctionnalités
|
11
10
|
copy_steps: Copier les étapes
|
@@ -35,8 +34,6 @@ fr:
|
|
35
34
|
scope_type_max_depth_id: Profondeur du filtre de portée
|
36
35
|
scopes_enabled: Secteurs activés
|
37
36
|
short_description: Résumé
|
38
|
-
show_metrics: Afficher les métriques
|
39
|
-
show_statistics: Montrer les statistiques
|
40
37
|
slug: Identifiant
|
41
38
|
start_date: Date de début
|
42
39
|
subtitle: Sous-titre
|
@@ -437,7 +434,7 @@ fr:
|
|
437
434
|
select_process_group: Sélectionnez un groupe de concertations
|
438
435
|
slug_help_html: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette concertation. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
439
436
|
title: Informations générales
|
440
|
-
|
437
|
+
visibility: Visibilité
|
441
438
|
content_blocks:
|
442
439
|
extra_data:
|
443
440
|
name: Phase & durée
|
data/config/locales/gl.yml
CHANGED
@@ -5,7 +5,6 @@ gl:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Anuncio
|
7
7
|
area_id: Área
|
8
|
-
banner_image: Imaxe do banner
|
9
8
|
copy_categories: Copiar categorías
|
10
9
|
copy_components: Copiar compoñentes
|
11
10
|
copy_steps: Copiar os pasos
|
@@ -27,8 +26,6 @@ gl:
|
|
27
26
|
scope_id: Alcance
|
28
27
|
scopes_enabled: Ámbitos habilitados
|
29
28
|
short_description: Descrición curta
|
30
|
-
show_metrics: Amosar métricas
|
31
|
-
show_statistics: Amosar estatísticas
|
32
29
|
slug: URL slug
|
33
30
|
start_date: Data de inicio
|
34
31
|
subtitle: Subtítulo
|
@@ -329,7 +326,6 @@ gl:
|
|
329
326
|
select_an_area: Seleccione unha área
|
330
327
|
select_process_group: Seleccione un grupo de procesos
|
331
328
|
title: Información xeral
|
332
|
-
visbility: Visibilidade
|
333
329
|
content_blocks:
|
334
330
|
highlighted_processes:
|
335
331
|
name: Procesos destacados
|
data/config/locales/hu.yml
CHANGED
@@ -5,7 +5,6 @@ hu:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Közlemény
|
7
7
|
area_id: Terület
|
8
|
-
banner_image: Banner kép
|
9
8
|
copy_categories: Kategóriák másolása
|
10
9
|
copy_components: Elemek másolása
|
11
10
|
copy_steps: Lépések másolása
|
@@ -35,8 +34,6 @@ hu:
|
|
35
34
|
scope_type_max_depth_id: Scope szűrő mélysége
|
36
35
|
scopes_enabled: Hatáskörök engedélyezve
|
37
36
|
short_description: Rövid leírás
|
38
|
-
show_metrics: Mutatók megjelenítése
|
39
|
-
show_statistics: Statisztikák megjelenítése
|
40
37
|
slug: URL slug
|
41
38
|
start_date: Kezdő dátum
|
42
39
|
subtitle: Felirat
|
@@ -402,7 +399,6 @@ hu:
|
|
402
399
|
select_participatory_process_type: Válasszon folyamat típust
|
403
400
|
select_process_group: Válassza ki a folyamatcsoportot
|
404
401
|
title: Általános információk
|
405
|
-
visbility: Láthatóság
|
406
402
|
content_blocks:
|
407
403
|
highlighted_processes:
|
408
404
|
name: Kiemelt folyamatok
|
data/config/locales/id-ID.yml
CHANGED
@@ -5,7 +5,6 @@ id:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Pengumuman
|
7
7
|
area_id: Daerah
|
8
|
-
banner_image: Gambar spanduk
|
9
8
|
copy_categories: Salin kategori
|
10
9
|
copy_components: Salin komponen
|
11
10
|
copy_steps: Salin langkah
|
@@ -27,7 +26,6 @@ id:
|
|
27
26
|
scope_id: Cakupan
|
28
27
|
scopes_enabled: Lingkup diaktifkan
|
29
28
|
short_description: Deskripsi Singkat
|
30
|
-
show_statistics: Tampilkan statistik
|
31
29
|
slug: Siput URL
|
32
30
|
start_date: Mulai tanggal
|
33
31
|
subtitle: Subtitle
|
data/config/locales/is-IS.yml
CHANGED
@@ -4,7 +4,6 @@ is:
|
|
4
4
|
attributes:
|
5
5
|
participatory_process:
|
6
6
|
announcement: Tilkynning
|
7
|
-
banner_image: Borðamynd
|
8
7
|
copy_categories: Afrita flokka
|
9
8
|
copy_components: Afrita hluti
|
10
9
|
copy_steps: Afrita skref
|
@@ -21,7 +20,6 @@ is:
|
|
21
20
|
scope_id: Umfang
|
22
21
|
scopes_enabled: Scopes virkt
|
23
22
|
short_description: Stutt lýsing
|
24
|
-
show_statistics: Sýna tölfræði
|
25
23
|
slug: URL slug
|
26
24
|
start_date: Upphafsdagur
|
27
25
|
subtitle: Texti
|
data/config/locales/it.yml
CHANGED
@@ -5,7 +5,6 @@ it:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Avviso
|
7
7
|
area_id: Area
|
8
|
-
banner_image: Immagine del banner
|
9
8
|
copy_categories: Copia le categorie
|
10
9
|
copy_components: Copia le componenti
|
11
10
|
copy_steps: Copia le fasi
|
@@ -28,8 +27,6 @@ it:
|
|
28
27
|
scope_type_max_depth_id: Profondità del filtro dell'ambito
|
29
28
|
scopes_enabled: Gli ambiti abilitati
|
30
29
|
short_description: Descrizione breve
|
31
|
-
show_metrics: Mostra tutte le statistiche
|
32
|
-
show_statistics: Mostra statistiche
|
33
30
|
slug: Stringa URL
|
34
31
|
start_date: Data di inizio
|
35
32
|
subtitle: Sottotitolo
|
@@ -348,7 +345,6 @@ it:
|
|
348
345
|
select_an_area: Seleziona un'area
|
349
346
|
select_process_group: Seleziona un gruppo di processi
|
350
347
|
title: Informazioni generali
|
351
|
-
visbility: Visibilità
|
352
348
|
content_blocks:
|
353
349
|
highlighted_processes:
|
354
350
|
name: Processi evidenziati
|
data/config/locales/ja.yml
CHANGED
@@ -5,7 +5,6 @@ ja:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: お知らせ
|
7
7
|
area_id: エリア
|
8
|
-
banner_image: バナー画像
|
9
8
|
copy_categories: カテゴリをコピー
|
10
9
|
copy_components: コンポーネントをコピー
|
11
10
|
copy_steps: フェーズをコピー
|
@@ -35,8 +34,6 @@ ja:
|
|
35
34
|
scope_type_max_depth_id: スコープフィルタの深さ
|
36
35
|
scopes_enabled: スコープは有効です
|
37
36
|
short_description: 短い説明
|
38
|
-
show_metrics: 指標を表示
|
39
|
-
show_statistics: 統計情報を表示
|
40
37
|
slug: URL スラグ
|
41
38
|
start_date: 開始日
|
42
39
|
subtitle: サブタイトル
|
@@ -433,7 +430,7 @@ ja:
|
|
433
430
|
select_process_group: 参加型プロセス グループを選択
|
434
431
|
slug_help_html: 'URLスラグは、この参加型プロセスを指すURLを生成するために使用されます。英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
435
432
|
title: 一般情報
|
436
|
-
|
433
|
+
visibility: 公開範囲
|
437
434
|
content_blocks:
|
438
435
|
extra_data:
|
439
436
|
name: フェーズと期間
|
data/config/locales/lb.yml
CHANGED
@@ -5,7 +5,6 @@ lb:
|
|
5
5
|
participatory_process:
|
6
6
|
announcement: Ukënnegung
|
7
7
|
area_id: Bereich
|
8
|
-
banner_image: Banner-Bild
|
9
8
|
copy_categories: Kategorien kopieren
|
10
9
|
copy_components: Komponenten kopieren
|
11
10
|
copy_steps: Phasen kopieren
|
@@ -28,8 +27,6 @@ lb:
|
|
28
27
|
scope_type_max_depth_id: Umfang-Filtertiefe
|
29
28
|
scopes_enabled: Themenbereiche aktiviert
|
30
29
|
short_description: Kurzbeschreibung
|
31
|
-
show_metrics: Metriken anzeigen
|
32
|
-
show_statistics: Statistiken anzeigen
|
33
30
|
slug: URL-Slug
|
34
31
|
start_date: Ufanksdatum
|
35
32
|
subtitle: Ënnertitel
|