decidim-initiatives 0.28.0 → 0.28.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/decidim/initiatives/admin/committee_requests_controller.rb +1 -1
- data/app/events/decidim/initiatives/admin/initiative_sent_to_technical_validation_event.rb +1 -1
- data/app/events/decidim/initiatives/approve_membership_request_event.rb +1 -4
- data/app/events/decidim/initiatives/initiative_sent_to_technical_validation_event.rb +1 -1
- data/app/helpers/decidim/initiatives/initiatives_helper.rb +1 -1
- data/app/views/decidim/initiatives/admin/answers/edit.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/committee_requests/index.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/initiatives/edit.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/initiatives_settings/edit.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/initiatives_type_scopes/edit.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/initiatives_type_scopes/new.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/initiatives_types/edit.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +2 -2
- data/app/views/decidim/initiatives/admin/initiatives_types/new.html.erb +2 -2
- data/app/views/decidim/initiatives/create_initiative/select_initiative_type.html.erb +2 -2
- data/app/views/decidim/initiatives/initiatives/_result.html.erb +2 -2
- data/app/views/layouts/decidim/admin/initiatives.html.erb +2 -31
- data/config/locales/ar.yml +5 -0
- data/config/locales/bg.yml +17 -0
- data/config/locales/ca.yml +11 -11
- data/config/locales/de.yml +6 -6
- data/config/locales/el.yml +1 -0
- data/config/locales/es.yml +8 -8
- data/config/locales/fi-plain.yml +2 -2
- data/config/locales/ga-IE.yml +3 -0
- data/config/locales/he-IL.yml +7 -0
- data/config/locales/hu.yml +4 -0
- data/config/locales/is-IS.yml +2 -0
- data/config/locales/it.yml +2 -0
- data/config/locales/ja.yml +2 -0
- data/config/locales/lb.yml +2 -0
- data/config/locales/lt.yml +2 -0
- data/config/locales/lv.yml +1 -0
- data/config/locales/nl.yml +1 -0
- data/config/locales/no.yml +2 -0
- data/config/locales/pl.yml +57 -0
- data/config/locales/pt-BR.yml +27 -2
- data/config/locales/pt.yml +2 -0
- data/config/locales/ro-RO.yml +2 -0
- data/config/locales/ru.yml +1 -0
- data/config/locales/sk.yml +1 -0
- data/config/locales/sl.yml +2 -0
- data/config/locales/sr-CS.yml +5 -0
- data/config/locales/sv.yml +2 -0
- data/config/locales/tr-TR.yml +1 -0
- data/config/locales/uk.yml +1 -0
- data/config/locales/zh-TW.yml +2 -0
- data/decidim-initiatives.gemspec +43 -0
- data/lib/decidim/initiatives/admin_engine.rb +0 -12
- data/lib/decidim/initiatives/menu.rb +8 -6
- data/lib/decidim/initiatives/test/factories.rb +48 -42
- data/lib/decidim/initiatives/version.rb +1 -1
- metadata +22 -21
- data/config/environment.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df40d8accbe30d128907e67ed67f9f258a25c115923f846b6b9506a0f7d78184
|
4
|
+
data.tar.gz: 2f786007f2213c07819f5d35e2e724ac0df3be6cd795501dfa4f3068aa27e322
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f32c5fbedf3834157b7490f7ae1bf3057e432deb0130aca487fda782ec41106cb6440d33abb11e704c951526af67ec801506396b56a45e3fafba3f0f4c10a20
|
7
|
+
data.tar.gz: 3cb68e7102d325cc4f4f157f733df17c5f9afb287edb7731e406bbf7f0dd5ac2db41d52e8b6dfa43a426c57e59491ab13162e06158cc04e50323fb7371f8fc17
|
@@ -7,7 +7,7 @@ module Decidim
|
|
7
7
|
class CommitteeRequestsController < Decidim::Initiatives::Admin::ApplicationController
|
8
8
|
include InitiativeAdmin
|
9
9
|
|
10
|
-
add_breadcrumb_item_from_menu :
|
10
|
+
add_breadcrumb_item_from_menu :admin_initiative_menu
|
11
11
|
|
12
12
|
# GET /admin/initiatives/:initiative_id/committee_requests
|
13
13
|
def index
|
@@ -2,10 +2,7 @@
|
|
2
2
|
|
3
3
|
module Decidim
|
4
4
|
module Initiatives
|
5
|
-
class ApproveMembershipRequestEvent < Decidim::Events::
|
6
|
-
include Decidim::Events::EmailEvent
|
7
|
-
include Decidim::Events::NotificationEvent
|
8
|
-
|
5
|
+
class ApproveMembershipRequestEvent < Decidim::Events::SimpleEvent
|
9
6
|
def email_subject
|
10
7
|
I18n.t(
|
11
8
|
"decidim.initiatives.events.approve_membership_request.email_subject",
|
@@ -10,7 +10,7 @@ module Decidim
|
|
10
10
|
|
11
11
|
components.map do |component|
|
12
12
|
{
|
13
|
-
name:
|
13
|
+
name: decidim_escape_translated(component.name),
|
14
14
|
url: main_component_path(component),
|
15
15
|
active: is_active_link?(main_component_path(component), :inclusive)
|
16
16
|
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t("decidim.admin_log.helpers.answers") %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
|
8
8
|
<div class="item__edit item__edit-1col">
|
@@ -1,9 +1,9 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="card" id="committee_members">
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<%= t ".title" %>
|
6
|
-
</
|
6
|
+
</h1>
|
7
7
|
</div>
|
8
8
|
|
9
9
|
<div class="card-section p-4">
|
@@ -1,9 +1,9 @@
|
|
1
1
|
<% add_decidim_page_title(t("info", scope: "decidim.admin.menu.initiatives_submenu")) %>
|
2
2
|
<% add_decidim_page_title(translated_attribute(current_participatory_space.title)) %>
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<%= t("info", scope: "decidim.admin.menu.initiatives_submenu") %>
|
6
|
-
</
|
6
|
+
</h1>
|
7
7
|
</div>
|
8
8
|
|
9
9
|
<div class="item__edit item__edit-1col">
|
@@ -1,13 +1,13 @@
|
|
1
1
|
<% add_decidim_page_title(t("decidim.admin.titles.initiatives")) %>
|
2
2
|
<div class="card" id="initiatives">
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<%= t("decidim.admin.titles.initiatives") %>
|
6
6
|
|
7
7
|
<% if allowed_to? :export, :initiatives %>
|
8
8
|
<%= export_dropdowns(query) %>
|
9
9
|
<% end %>
|
10
|
-
</
|
10
|
+
</h1>
|
11
11
|
</div>
|
12
12
|
<%= admin_filter_selector(:initiatives) %>
|
13
13
|
<div class="table-scroll">
|
@@ -1,9 +1,9 @@
|
|
1
1
|
<% add_decidim_page_title(t("decidim.initiatives.admin.initiatives_settings.form.title")) %>
|
2
2
|
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<%= t "title", scope: "decidim.initiatives.admin.initiatives_settings.form" %>
|
6
|
-
</
|
6
|
+
</h1>
|
7
7
|
</div>
|
8
8
|
|
9
9
|
<div class="item__edit item__edit-1col">
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(translated_attribute(current_initiative_type.title)) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t "decidim.admin.titles.initiatives_types" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
|
8
8
|
<div class="item__edit item__edit-1col">
|
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
<div class="card" id="initiative-types">
|
4
4
|
<div class="item_show__header">
|
5
|
-
<
|
5
|
+
<h1 class="item_show__header-title">
|
6
6
|
<%= t "decidim.admin.titles.initiatives_types" %>
|
7
7
|
<%= link_to t("actions.new_initiative_type", scope: "decidim.admin"),
|
8
8
|
[:new, :initiatives_type],
|
9
9
|
class: "button button__sm button__secondary" if allowed_to? :create, :initiative_type %>
|
10
|
-
</
|
10
|
+
</h1>
|
11
11
|
</div>
|
12
12
|
<div class="table-scroll">
|
13
13
|
<table class="table-list">
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<%= icon "lightbulb-flash-line", class: "verification__icon " %>
|
17
17
|
<div class="initiatives__selection__text">
|
18
18
|
<h2 class="h5 text-secondary"><%= translated_attribute(type.title) %></h2>
|
19
|
-
<span><%=
|
19
|
+
<span><%= decidim_escape_translated(type.description) %></span>
|
20
20
|
</div>
|
21
21
|
<%= icon "arrow-right-s-line", class: "fill-secondary initiatives__selection__icon" %>
|
22
22
|
</button>
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<%= icon "lightbulb-flash-line", class: "verification__icon " %>
|
27
27
|
<div class="initiatives__selection__text">
|
28
28
|
<h2 class="h5 text-secondary"><%= translated_attribute(type.title) %></h2>
|
29
|
-
<span><%=
|
29
|
+
<span><%= decidim_escape_translated(type.description) %></span>
|
30
30
|
<%= authorized_create_modal_button(type, remote: true, class: "button button__sm button__secondary") do %>
|
31
31
|
<%= t("verification_required", scope: "decidim.initiatives.create_initiative.select_initiative_type") %>
|
32
32
|
<% end %>
|
@@ -3,9 +3,9 @@
|
|
3
3
|
<h5><%= t("decidim.initiatives.initiatives.result.answer_title") %>:</h5>
|
4
4
|
<p>
|
5
5
|
<% if initiative.answer_url.present? %>
|
6
|
-
|
6
|
+
<%= link_to initiative.answer_url, target: "_blank", rel: "noopener noreferrer" do %>
|
7
7
|
<%= decidim_sanitize_editor translated_attribute initiative.answer %>
|
8
|
-
|
8
|
+
<% end %>
|
9
9
|
<% else %>
|
10
10
|
<%= decidim_sanitize_editor translated_attribute initiative.answer %>
|
11
11
|
<% end %>
|
@@ -4,37 +4,8 @@
|
|
4
4
|
<%= t("actions.manage", scope: "decidim.admin") %>
|
5
5
|
<%= icon "arrow-down-s-line" %>
|
6
6
|
<% end %>
|
7
|
-
<div id="initiatives-dropdown-menu-settings" aria-hidden="true">
|
8
|
-
|
9
|
-
<li class="dropdown__item">
|
10
|
-
<% if allowed_to?(:index, :initiative) %>
|
11
|
-
<%= icon "lightbulb-flash-line" %>
|
12
|
-
<%= link_to t("menu.initiatives", scope: "decidim.admin"),
|
13
|
-
decidim_admin_initiatives.initiatives_path,
|
14
|
-
class: "text-secondary" %>
|
15
|
-
<% end %>
|
16
|
-
</li>
|
17
|
-
<li class="dropdown__item">
|
18
|
-
<% if allowed_to?(:manage, :initiative_type) %>
|
19
|
-
<%= icon "layout-masonry-line" %>
|
20
|
-
<%= link_to t("menu.initiatives_types", scope: "decidim.admin"),
|
21
|
-
decidim_admin_initiatives.initiatives_types_path,
|
22
|
-
class: "text-secondary" %>
|
23
|
-
<% end %>
|
24
|
-
</li>
|
25
|
-
<li class="dropdown__item">
|
26
|
-
<% if allowed_to?(:update, :initiatives_settings) %>
|
27
|
-
<%= icon "tools-line" %>
|
28
|
-
<%= link_to t("menu.initiatives_settings", scope: "decidim.admin"),
|
29
|
-
decidim_admin_initiatives.edit_initiatives_setting_path(
|
30
|
-
Decidim::InitiativesSettings.find_or_create_by!(
|
31
|
-
organization: current_organization
|
32
|
-
)
|
33
|
-
),
|
34
|
-
class: "text-secondary" %>
|
35
|
-
<% end %>
|
36
|
-
</li>
|
37
|
-
</ul>
|
7
|
+
<div id="initiatives-dropdown-menu-settings" class="process-title-content-dropdown" aria-hidden="true">
|
8
|
+
<%= dropdown_menu(:admin_initiatives_menu).render %>
|
38
9
|
</div>
|
39
10
|
</div>
|
40
11
|
<% end %>
|
data/config/locales/ar.yml
CHANGED
@@ -63,7 +63,11 @@ ar:
|
|
63
63
|
components: المكونات
|
64
64
|
information: معلومات
|
65
65
|
initiatives: المبادرات
|
66
|
+
initiatives_settings: الإعدادات
|
67
|
+
initiatives_submenu:
|
68
|
+
info: عن هذه المبادرة
|
66
69
|
initiatives_types: أنواع المبادرة
|
70
|
+
moderations: الإشراف
|
67
71
|
models:
|
68
72
|
initiatives:
|
69
73
|
fields:
|
@@ -168,6 +172,7 @@ ar:
|
|
168
172
|
send_to_technical_validation: إرسال إلى التحقق الفني
|
169
173
|
update: تحديث
|
170
174
|
form:
|
175
|
+
settings: الإعدادات
|
171
176
|
title: معلومات عامة
|
172
177
|
index:
|
173
178
|
actions_title: عمل
|
data/config/locales/bg.yml
CHANGED
@@ -6,9 +6,26 @@ bg:
|
|
6
6
|
decidim_user_group_id: Автор
|
7
7
|
description: Описание
|
8
8
|
offline_votes: Лични подписи
|
9
|
+
activerecord:
|
10
|
+
models:
|
11
|
+
decidim/initiative:
|
12
|
+
one: Инициатива
|
13
|
+
other: Инициативи
|
9
14
|
decidim:
|
15
|
+
admin:
|
16
|
+
initiatives_settings:
|
17
|
+
update:
|
18
|
+
error: Възникна грешка!
|
10
19
|
initiatives:
|
11
20
|
application_helper:
|
12
21
|
filter_state_values:
|
13
22
|
closed: Затворен
|
14
23
|
open: Отворен
|
24
|
+
initiatives:
|
25
|
+
vote_cabin:
|
26
|
+
supports_required: "Необходими са %{total_supports} подписа"
|
27
|
+
modal:
|
28
|
+
not_authorized:
|
29
|
+
authorizations_page: Преглед на оторизациите
|
30
|
+
explanation: Трябва да преминете проверка, за да създадете нова инициатива.
|
31
|
+
title: Изисква се оторизация
|
data/config/locales/ca.yml
CHANGED
@@ -160,33 +160,33 @@ ca:
|
|
160
160
|
admin:
|
161
161
|
initiative_sent_to_technical_validation:
|
162
162
|
email_intro: La iniciativa "%{resource_title}" s'ha enviat a validació tècnica. Comprova-ho a través del <a href="%{admin_initiative_url}">taullel d'administració</a>
|
163
|
-
email_outro: Has rebut aquesta notificació perquè
|
163
|
+
email_outro: Has rebut aquesta notificació perquè admnistres la plataforma.
|
164
164
|
email_subject: La iniciativa %{resource_title} ha sol·licitat validació tècnica.
|
165
165
|
notification_title: La iniciativa "%{resource_title}" s'ha enviat a validació tècnica. Comprova-ho a través del <a href="%{admin_initiative_path}">taullel d'administració</a>
|
166
166
|
initiative_extended:
|
167
167
|
email_intro: La data de finalització de recollida de signatures per a la iniciativa %{resource_title} s'ha ampliat!
|
168
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{resource_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
168
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint la iniciativa "%{resource_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
169
169
|
email_subject: S'ha ampliat la data de finalització de la recollida de signatura de la iniciativa!
|
170
170
|
notification_title: El termini de recollida de signatures per a la iniciativa <a href="%{resource_path}">%{resource_title}</a> s'ha ampliat.
|
171
171
|
initiative_sent_to_technical_validation:
|
172
172
|
email_intro: La iniciativa "%{resource_title}" s'ha enviat a validació tècnica. Comprova-ho a través del <a href="%{admin_initiative_url}">taulell d'administració</a>
|
173
|
-
email_outro: Has rebut aquesta notificació perquè
|
173
|
+
email_outro: Has rebut aquesta notificació perquè admnistres la plataforma.
|
174
174
|
email_subject: La iniciativa %{resource_title} ha sol·licitat validació tècnica.
|
175
175
|
notification_title: La iniciativa "%{resource_title}" s'ha enviat a validació tècnica. Comprova-ho a través del <a href="%{admin_initiative_path}">taullel d'administració</a>
|
176
176
|
milestone_completed:
|
177
177
|
affected_user:
|
178
178
|
email_intro: La teva iniciativa %{resource_title} ha aconseguit un %{percentage}% de les signatures necessàries!
|
179
|
-
email_outro: Has rebut aquesta notificació perquè
|
179
|
+
email_outro: Has rebut aquesta notificació perquè promous la iniciativa "%{resource_title}".
|
180
180
|
email_subject: S'ha completat una nova fita!
|
181
181
|
notification_title: La teva iniciativa <a href="%{resource_path}">%{resource_title}</a> ha aconseguit el %{percentage}% de les signatures.
|
182
182
|
follower:
|
183
183
|
email_intro: La iniciativa %{resource_title} ha aconseguit el %{percentage}% de les signatures!
|
184
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{resource_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
184
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint la inciativa "%{resource_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
185
185
|
email_subject: S'ha completat una nova fita!
|
186
186
|
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha aconseguit el %{percentage}% de les signatures.
|
187
187
|
support_threshold_reached:
|
188
188
|
email_intro: La iniciativa %{resource_title} ha arribat al llindar de signatures
|
189
|
-
email_outro: Has rebut aquesta notificació perquè
|
189
|
+
email_outro: Has rebut aquesta notificació perquè admnistres la plataforma.
|
190
190
|
email_subject: Llindar de signatures aconseguit
|
191
191
|
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha arribat al llindar de signatures
|
192
192
|
gamification:
|
@@ -402,27 +402,27 @@ ca:
|
|
402
402
|
events:
|
403
403
|
approve_membership_request:
|
404
404
|
email_intro: "%{author_nickname} ha acceptat la teva sol·licitud per formar part de la comissió promotora de la iniciativa %{resource_title}."
|
405
|
-
email_outro: 'Has rebut aquesta notificació perquè has sol·licitat formar part de la iniciativa %{resource_title}'
|
405
|
+
email_outro: 'Has rebut aquesta notificació perquè has sol·licitat formar part de la iniciativa: "%{resource_title}"'
|
406
406
|
email_subject: "%{author_nickname} ha acceptat la teva sol·licitud per formar part de la comissió promotora"
|
407
407
|
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> ha acceptat la teva sol·licitud per formar part de la comissió promotora per la següent iniciativa <a href="%{resource_url}">%{resource_title}</a>.
|
408
408
|
create_initiative_event:
|
409
409
|
email_intro: "%{author_name} %{author_nickname}, a qui segueixes, ha creat una nova iniciativa. Comprova-la i contribueix:"
|
410
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{author_nickname}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
410
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint a "%{author_nickname}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
411
411
|
email_subject: Nova iniciativa de %{author_nickname}
|
412
412
|
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> va ser creada per <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
413
413
|
endorse_initiative_event:
|
414
414
|
email_intro: "%{author_name} %{author_nickname}, a qui segueixes, ha donat suport a la següent iniciativa. Potser vols contribuir a la conversa:"
|
415
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{author_nickname}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
415
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint a "%{author_nickname}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
416
416
|
email_subject: Iniciativa adherida per %{author_nickname}
|
417
417
|
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> va ser adherida per <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
418
418
|
revoke_membership_request:
|
419
419
|
email_intro: "%{author_nickname} ha rebutjat la teva sol·licitud per formar part de la comissió promotora per la iniciativa %{resource_title}."
|
420
|
-
email_outro: 'Has rebut aquesta notificació perquè has sol·licitat formar part de la iniciativa %{resource_title}.'
|
420
|
+
email_outro: 'Has rebut aquesta notificació perquè has sol·licitat formar part de la iniciativa: "%{resource_title}".'
|
421
421
|
email_subject: "%{author_nickname} ha rebutjat la teva sol·licitud per formar part de la comissió promotora"
|
422
422
|
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> ha rebutjat la teva sol·licitud per formar part de la comissió promotora per la següent iniciativa <a href="%{resource_url}">%{resource_title}</a>.
|
423
423
|
spawn_committee_request_event:
|
424
424
|
email_intro: "%{applicant_nickname} ha sol·licitat formar part de la comissió promotora de la teva iniciativa %{resource_title}. Per a acceptar o rebutjar la sol·licitud, vés al formulari d'edició de la teva iniciativa."
|
425
|
-
email_outro: 'Has rebut aquesta notificació perquè
|
425
|
+
email_outro: 'Has rebut aquesta notificació perquè promous la iniciativa: "%{resource_title}"'
|
426
426
|
email_subject: "%{applicant_nickname} vol unir-se a la teva iniciativa"
|
427
427
|
notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> ha sol·licitat formar part de la comissió promotora de la teva iniciativa <a href="%{resource_url}">%{resource_title}</a>. Per acceptar-ho o rebutjar-ho fes clic <a href="%{resource_url}/edit">aquí</a>.
|
428
428
|
form:
|
data/config/locales/de.yml
CHANGED
@@ -20,7 +20,7 @@ de:
|
|
20
20
|
any: Gemischt
|
21
21
|
offline: Angesicht zu Angesicht
|
22
22
|
online: Online
|
23
|
-
state:
|
23
|
+
state: Status
|
24
24
|
title: Titel
|
25
25
|
type_id: Typ
|
26
26
|
initiatives_committee_member:
|
@@ -88,7 +88,7 @@ de:
|
|
88
88
|
decidim_area_id_eq:
|
89
89
|
label: Bereich
|
90
90
|
state_eq:
|
91
|
-
label:
|
91
|
+
label: Status
|
92
92
|
values:
|
93
93
|
accepted: Ausreichend Unterschriften
|
94
94
|
created: Erstellt
|
@@ -124,7 +124,7 @@ de:
|
|
124
124
|
created_at: Erstellt am
|
125
125
|
id: ID
|
126
126
|
published_at: Veröffentlicht am
|
127
|
-
state:
|
127
|
+
state: Status
|
128
128
|
supports_count: Unterschriften
|
129
129
|
title: Initiativen
|
130
130
|
initiatives_type_scope:
|
@@ -219,9 +219,9 @@ de:
|
|
219
219
|
info_initiative:
|
220
220
|
created_at: Erstellt am
|
221
221
|
description: Beschreibung
|
222
|
-
initiative_votes_count: Stimmen
|
222
|
+
initiative_votes_count: Anzahl Stimmen
|
223
223
|
initiatives: Initiativen
|
224
|
-
state:
|
224
|
+
state: Status
|
225
225
|
committee_requests:
|
226
226
|
index:
|
227
227
|
approve: Genehmigen
|
@@ -481,7 +481,7 @@ de:
|
|
481
481
|
author: Autor
|
482
482
|
myself: Meine Initiativen
|
483
483
|
scope: Umfang
|
484
|
-
state:
|
484
|
+
state: Status
|
485
485
|
type: Art
|
486
486
|
index_header:
|
487
487
|
new_initiative: Neue Initiative
|
data/config/locales/el.yml
CHANGED
data/config/locales/es.yml
CHANGED
@@ -160,33 +160,33 @@ es:
|
|
160
160
|
admin:
|
161
161
|
initiative_sent_to_technical_validation:
|
162
162
|
email_intro: La iniciativa "%{resource_title}" ha sido enviada a validación técnica. Compruébalo a través del <a href="%{admin_initiative_url}"> panel de administración</a>
|
163
|
-
email_outro: Has recibido esta notificación porque
|
163
|
+
email_outro: Has recibido esta notificación porque administras la plataforma.
|
164
164
|
email_subject: La iniciativa %{resource_title} ha solicitado validación técnica.
|
165
165
|
notification_title: La iniciativa "%{resource_title}" ha sido enviada a validación técnica. Compruébalo a través del <a href="%{admin_initiative_path}"> panel de administración</a>
|
166
166
|
initiative_extended:
|
167
167
|
email_intro: '¡El plazo de finalización de la iniciativa %{resource_title} se ha ampliado!'
|
168
|
-
email_outro: Has recibido esta notificación porque está siguiendo %{resource_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
168
|
+
email_outro: Has recibido esta notificación porque está siguiendo la iniciactiva "%{resource_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
169
169
|
email_subject: '¡Ampliado el términio de recogida de firmas para esta iniciativa!'
|
170
170
|
notification_title: El plazo de recogida de firmas para la iniciativa <a href="%{resource_path}">%{resource_title}</a> se ha ampliado.
|
171
171
|
initiative_sent_to_technical_validation:
|
172
172
|
email_intro: La iniciativa "%{resource_title}" ha sido enviada a la validación técnica. Compruébala en <a href="%{admin_initiative_url}">el panel de administración</a>
|
173
|
-
email_outro: Has recibido esta notificación porque
|
173
|
+
email_outro: Has recibido esta notificación porque administras la plataforma.
|
174
174
|
email_subject: La iniciativa "%{resource_title}" fue enviada a validación técnica.
|
175
175
|
notification_title: La iniciativa "%{resource_title}" ha sido enviada a validación técnica. Compruébalo en <a href="%{admin_initiative_path}">el panel de administración</a>
|
176
176
|
milestone_completed:
|
177
177
|
affected_user:
|
178
178
|
email_intro: '¡Tu iniciativa %{resource_title} ha conseguido el %{percentage}% de las firmas necesarias!'
|
179
|
-
email_outro: Has recibido esta notificación porque
|
179
|
+
email_outro: Has recibido esta notificación porque promueves la iniciativa "%{resource_title}".
|
180
180
|
email_subject: '¡Nuevo hito completado!'
|
181
181
|
notification_title: Tu iniciativa <a href="%{resource_path}">%{resource_title}</a> ha conseguido el %{percentage}% de firmas.
|
182
182
|
follower:
|
183
183
|
email_intro: '¡La iniciativa %{resource_title} ha logrado el %{percentage}% de firmas!'
|
184
|
-
email_outro: Has recibido esta notificación porque estás siguiendo
|
184
|
+
email_outro: Has recibido esta notificación porque estás siguiendo la iniciativa "%{resource_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
185
185
|
email_subject: '¡Nuevo hito completado!'
|
186
186
|
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha logrado el %{percentage}% de las firmas.
|
187
187
|
support_threshold_reached:
|
188
188
|
email_intro: La iniciativa %{resource_title} ha alcanzado el umbral de firmas
|
189
|
-
email_outro: Has recibido esta notificación porque
|
189
|
+
email_outro: Has recibido esta notificación porque administras la plataforma.
|
190
190
|
email_subject: Umbral de firmas alcanzado
|
191
191
|
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha alcanzado el umbral de firmas
|
192
192
|
gamification:
|
@@ -417,12 +417,12 @@ es:
|
|
417
417
|
notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> fue adherida por <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
418
418
|
revoke_membership_request:
|
419
419
|
email_intro: "%{author_nickname} rechazó tu solicitud para formar parte del comité promotor de la siguiente iniciativa %{resource_title}."
|
420
|
-
email_outro: 'Has recibido esta notificación porque has solicitado unirte a esta iniciativa: %{resource_title}.'
|
420
|
+
email_outro: 'Has recibido esta notificación porque has solicitado unirte a esta iniciativa: "%{resource_title}".'
|
421
421
|
email_subject: "%{author_nickname} rechazó tu solicitud para unirte al comité promotor"
|
422
422
|
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> rechazó tu solicitud para formar parte del comité promotor de la siguiente iniciativa <a href="%{resource_url}">%{resource_title}</a>.
|
423
423
|
spawn_committee_request_event:
|
424
424
|
email_intro: "%{applicant_nickname} ha solicitado unirse al comité promotor de tu iniciativa %{resource_title}. Para aceptar o rechazar la solicitud, ve al formulario de edición de tu iniciativa."
|
425
|
-
email_outro: 'Has recibido esta notificación porque
|
425
|
+
email_outro: 'Has recibido esta notificación porque promueves esta iniciativa: "%{resource_title}"'
|
426
426
|
email_subject: "%{applicant_nickname} quiere unirse a tu iniciativa"
|
427
427
|
notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> ha solicitado unirse al comité promotor de tu iniciativa <a href="%{resource_url}">%{resource_title}</a>. Para aceptar o rechazar la solicitud haz clic <a href="%{resource_url}/edit">aquí</a>.
|
428
428
|
form:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -80,7 +80,7 @@ fi-pl:
|
|
80
80
|
decidim:
|
81
81
|
admin:
|
82
82
|
actions:
|
83
|
-
manage:
|
83
|
+
manage: Hallitse
|
84
84
|
new_initiative_type: Uusi aloitetyyppi
|
85
85
|
new_initiative_type_scope: Uusi aloitetyypin teema
|
86
86
|
filters:
|
@@ -469,7 +469,7 @@ fi-pl:
|
|
469
469
|
invite_to_committee_help: Jaa tämä linkki ja kutsu muita käyttäjiä kannatuskomiteaan.
|
470
470
|
link: Linkki
|
471
471
|
no_members_yet: Kannatuskomiteassa ei ole jäseniä.
|
472
|
-
revoke:
|
472
|
+
revoke: Peruuta
|
473
473
|
title: Komitean jäsenet
|
474
474
|
count:
|
475
475
|
title:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -26,6 +26,8 @@ ga:
|
|
26
26
|
other: Coistí
|
27
27
|
decidim:
|
28
28
|
admin:
|
29
|
+
actions:
|
30
|
+
manage: Bainistigh
|
29
31
|
filters:
|
30
32
|
initiatives:
|
31
33
|
decidim_area_id_eq:
|
@@ -122,6 +124,7 @@ ga:
|
|
122
124
|
initiatives:
|
123
125
|
committee_members:
|
124
126
|
approve: Ceadaigh
|
127
|
+
revoke: Cúlghairm
|
125
128
|
filters:
|
126
129
|
any: Ar Bith
|
127
130
|
area: Ceantar
|
data/config/locales/hu.yml
CHANGED
@@ -77,6 +77,7 @@ hu:
|
|
77
77
|
decidim:
|
78
78
|
admin:
|
79
79
|
actions:
|
80
|
+
manage: Kezelés
|
80
81
|
new_initiative_type: Új kezdeményezés típusa
|
81
82
|
filters:
|
82
83
|
initiatives:
|
@@ -371,6 +372,7 @@ hu:
|
|
371
372
|
back: Vissza
|
372
373
|
choose_html: Szeretnék létrehozni egy <strong>%{title}</strong>
|
373
374
|
more_information: (További információk)
|
375
|
+
new: Új kezdeményezés létrehozása
|
374
376
|
select: Szeretném támogatni ezt a kezdeményezést
|
375
377
|
select_initiative_type_help: A kezdeményezések olyan eszközök, amelyekkel a résztvevők beavatkozhatnak, hogy a szervezet a közérdek védelmében lépéseket tegyen. Milyen kezdeményezést szeretnél elindítani?
|
376
378
|
share_committee_link:
|
@@ -437,6 +439,7 @@ hu:
|
|
437
439
|
other: és még %{count} ember
|
438
440
|
committee_members:
|
439
441
|
approve: Jóváhagy
|
442
|
+
revoke: Visszavonás
|
440
443
|
title: Bizottsági tagok
|
441
444
|
count:
|
442
445
|
title:
|
@@ -544,6 +547,7 @@ hu:
|
|
544
547
|
comment: Megjegyzés
|
545
548
|
initiatives_type:
|
546
549
|
actions:
|
550
|
+
create: Létrehozás
|
547
551
|
title: Hozzászólások
|
548
552
|
vote: Szavazás
|
549
553
|
layouts:
|
data/config/locales/is-IS.yml
CHANGED
data/config/locales/it.yml
CHANGED
@@ -63,6 +63,7 @@ it:
|
|
63
63
|
decidim:
|
64
64
|
admin:
|
65
65
|
actions:
|
66
|
+
manage: Gestisci
|
66
67
|
new_initiative_type: Nuovo tipo di iniziativa
|
67
68
|
filters:
|
68
69
|
initiatives:
|
@@ -375,6 +376,7 @@ it:
|
|
375
376
|
other: e altre %{count} persone
|
376
377
|
committee_members:
|
377
378
|
approve: Approva
|
379
|
+
revoke: Revoca
|
378
380
|
title: Membri del comitato
|
379
381
|
count:
|
380
382
|
title:
|
data/config/locales/ja.yml
CHANGED
@@ -298,6 +298,8 @@ ja:
|
|
298
298
|
update: 更新
|
299
299
|
form:
|
300
300
|
authorizations: 認証設定
|
301
|
+
child_scope_threshold_enabled_help_html: 'この設定フラグはオフライン投票に対応していません。サブスコープを有効にし、ユーザーにスコープを関連付ける権限ハンドラと連携します。認証設定の下部で、その認証を選択することを確認してください。これを動作させるためには、スコープを階層的に設定する必要があります:1つの親 - N個の子。この設定がどのように機能するかの詳細は、 <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">イニシアチブの管理者向けドキュメントページ</a> を参照してください。'
|
302
|
+
only_global_scope_enabled_help_html: '「子スコープ署名」を有効にし、グローバルスコープを親スコープとして設定した場合、このフラグをチェックします。これを有効にすると、イニシアチブ作成ウィザードでのイニシアチブタイプの選択がスキップされます。この仕組みについての詳細は、こちらの <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">リンク</a> を参照してください。'
|
301
303
|
options: オプション
|
302
304
|
initiative_type_scopes:
|
303
305
|
title: イニシアチブ種別のスコープ
|