decidim-budgets 0.26.0.rc2 → 0.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/budgets/budget_list_item/show.erb +4 -4
- data/app/cells/decidim/budgets/budgets_list/show.erb +2 -2
- data/app/cells/decidim/budgets/budgets_list/voted.erb +1 -1
- data/app/cells/decidim/budgets/project_list_item/project_text.erb +2 -2
- data/app/cells/decidim/budgets/project_list_item_cell.rb +1 -1
- data/app/packs/src/decidim/budgets/exit_handler.js +1 -32
- data/app/views/decidim/budgets/admin/proposals_imports/new.html.erb +3 -3
- data/app/views/decidim/budgets/projects/_budget_summary.html.erb +6 -6
- data/app/views/decidim/budgets/projects/index.html.erb +2 -2
- data/app/views/decidim/budgets/projects/show.html.erb +1 -1
- data/config/locales/ar.yml +31 -0
- data/config/locales/ca.yml +8 -2
- data/config/locales/cs.yml +10 -4
- data/config/locales/de.yml +18 -4
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +10 -4
- data/config/locales/es-MX.yml +9 -3
- data/config/locales/es-PY.yml +7 -1
- data/config/locales/es.yml +8 -2
- data/config/locales/eu.yml +0 -4
- data/config/locales/fi-plain.yml +10 -4
- data/config/locales/fi.yml +10 -4
- data/config/locales/fr-CA.yml +7 -1
- data/config/locales/fr.yml +8 -2
- data/config/locales/gl.yml +14 -0
- data/config/locales/hu.yml +8 -0
- data/config/locales/it.yml +0 -4
- data/config/locales/ja.yml +10 -4
- data/config/locales/lb.yml +0 -5
- data/config/locales/nl.yml +0 -4
- data/config/locales/no.yml +148 -0
- data/config/locales/pl.yml +0 -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/sv.yml +20 -4
- data/config/locales/tr-TR.yml +0 -4
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c17e890e9021bc82b0f86715d9078790fd8c493b7979e3be2b19f0acb27a587b
|
|
4
|
+
data.tar.gz: 5f1b1c43e21cc12288ce5f39ad58ace8e1a801c82699a84ba32f140f6c612263
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc1202205337bf77b4b63050f1ac26fca46835c9f769a8c19dadb0e28d4db8cdd0000e361d61e02aa505632009c796e8c0173b97ee4562c654a8a0306bd8824f
|
|
7
|
+
data.tar.gz: 0d33cff35072e2a4ca7df5fdd3e64249ab3c49402e1de27b3a6942625933b98bbdaf7f70c49ffca091231da4ec86b98863c1e3814e9e5e7470deb0d98f87b929
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<div class="<%= card_class %> budget-list__item budget-list__item-cell">
|
|
2
2
|
<div class="budget-list__text flex-horizontal">
|
|
3
3
|
<%= link_to budget_path(budget), class: link_class do %>
|
|
4
|
-
<
|
|
4
|
+
<h3 class="card--list__heading">
|
|
5
5
|
<%= translated_attribute(title) %>
|
|
6
|
-
</
|
|
6
|
+
</h3>
|
|
7
7
|
<% end %>
|
|
8
8
|
|
|
9
|
-
<
|
|
9
|
+
<div class="heading5">
|
|
10
10
|
<strong>
|
|
11
11
|
<%= budget_to_currency(total_budget) %>
|
|
12
12
|
</strong>
|
|
13
|
-
</
|
|
13
|
+
</div>
|
|
14
14
|
|
|
15
15
|
<%= decidim_sanitize html_truncate(translated_attribute(description), length: 140) %>
|
|
16
16
|
</div>
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<div class="columns medium-7 mediumlarge-8">
|
|
3
3
|
<% if !voting_finished? && (voted?) %>
|
|
4
4
|
<div class="section">
|
|
5
|
-
<
|
|
5
|
+
<h2 class="section-heading">
|
|
6
6
|
<%= t(:my_budgets, scope: i18n_scope) %>
|
|
7
|
-
</
|
|
7
|
+
</h2>
|
|
8
8
|
|
|
9
9
|
<%= render :voted %>
|
|
10
10
|
</div>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<%= t(:voted_on, scope: i18n_scope, links: budgets_link_list(voted)) %>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
<div id="voted-budgets" class="card card--list budget-list">
|
|
7
|
+
<div id="voted-budgets-list" class="card card--list budget-list">
|
|
8
8
|
<% voted.each do |budget| %>
|
|
9
9
|
<%= cell("decidim/budgets/budget_list_item", budget) %>
|
|
10
10
|
<% end %>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<div class="budget-list__text card__text">
|
|
2
2
|
<div>
|
|
3
3
|
<%= link_to resource_path, class: "card__link" do %>
|
|
4
|
-
<
|
|
4
|
+
<h3 class="card__title budget-list__title">
|
|
5
5
|
<%= cell("decidim/budgets/project_selected_status", model) %>
|
|
6
6
|
|
|
7
7
|
<%= resource_title %>
|
|
8
|
-
</
|
|
8
|
+
</h3>
|
|
9
9
|
<% end %>
|
|
10
10
|
|
|
11
11
|
<div class="show-for-medium">
|
|
@@ -45,22 +45,12 @@ const allowExitFrom = ($el) => {
|
|
|
45
45
|
return false;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
// Don't show browser's default confirmation panel when visit current_path is called in tests.
|
|
49
|
-
const testReload = (initialLocation) => {
|
|
50
|
-
if (navigator && navigator.webdriver && initialLocation === location.href) {
|
|
51
|
-
return true;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
return false;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
48
|
$(() => {
|
|
58
49
|
const $exitNotification = $("#exit-notification");
|
|
59
50
|
const $exitLink = $("#exit-notification-link");
|
|
60
51
|
const defaultExitUrl = $exitLink.attr("href");
|
|
61
52
|
const defaultExitLinkText = $exitLink.text();
|
|
62
53
|
let exitLinkText = defaultExitLinkText;
|
|
63
|
-
const initialLocation = location.href;
|
|
64
54
|
|
|
65
55
|
if ($exitNotification.length < 1) {
|
|
66
56
|
// Do not apply when not inside the voting pipeline
|
|
@@ -79,16 +69,11 @@ $(() => {
|
|
|
79
69
|
$exitNotification.foundation("open");
|
|
80
70
|
};
|
|
81
71
|
|
|
82
|
-
// Handle "beforeunload"
|
|
83
|
-
window.allowExit = false;
|
|
84
72
|
$(document).on("click", "a", (event) => {
|
|
85
73
|
exitLinkText = defaultExitLinkText;
|
|
86
|
-
window.allowExit = false;
|
|
87
74
|
|
|
88
75
|
const $link = $(event.currentTarget);
|
|
89
|
-
if (allowExitFrom($link)) {
|
|
90
|
-
window.allowExit = true;
|
|
91
|
-
} else {
|
|
76
|
+
if (!allowExitFrom($link)) {
|
|
92
77
|
event.preventDefault();
|
|
93
78
|
openExitNotification($link.attr("href"), $link.data("method"));
|
|
94
79
|
}
|
|
@@ -112,20 +97,4 @@ $(() => {
|
|
|
112
97
|
exitLinkText = defaultExitLinkText;
|
|
113
98
|
openExitNotification(defaultExitUrl);
|
|
114
99
|
});
|
|
115
|
-
// Allow all form submits on the page, including language change and sign
|
|
116
|
-
// out form (when triggered by the exit link click).
|
|
117
|
-
$(document).on("submit", "form", () => {
|
|
118
|
-
window.allowExit = true;
|
|
119
|
-
});
|
|
120
|
-
|
|
121
|
-
window.addEventListener("beforeunload", (event) => {
|
|
122
|
-
const allowExit = window.allowExit;
|
|
123
|
-
window.allowExit = false;
|
|
124
|
-
|
|
125
|
-
if (allowExit || testReload(initialLocation)) {
|
|
126
|
-
return;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
event.returnValue = true;
|
|
130
|
-
});
|
|
131
100
|
});
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<div class="card-section">
|
|
9
9
|
<div class="row column">
|
|
10
|
-
<%= f.select :origin_component_id, @form.origin_components_collection, prompt: t(".select_component") %>
|
|
10
|
+
<%= f.select :origin_component_id, @form.origin_components_collection, prompt: t(".select_component"), label: t(".origin_component_id") %>
|
|
11
11
|
</div>
|
|
12
12
|
<% if current_component.scopes_enabled? %>
|
|
13
13
|
<div class="row column">
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
<% end %>
|
|
17
17
|
<div class="row column">
|
|
18
|
-
<%= f.number_field :default_budget %>
|
|
18
|
+
<%= f.number_field :default_budget, label: t(".default_budget") %>
|
|
19
19
|
</div>
|
|
20
20
|
<div class="row column">
|
|
21
|
-
<%= f.check_box :import_all_accepted_proposals %>
|
|
21
|
+
<%= f.check_box :import_all_accepted_proposals, label: t(".import_all_accepted_proposals") %>
|
|
22
22
|
</div>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<div class="callout warning">
|
|
3
3
|
<div class="row">
|
|
4
4
|
<div class="columns medium-8 large-9">
|
|
5
|
-
<
|
|
5
|
+
<h2 class="heading3">
|
|
6
6
|
<%= t(".rules.title") %>
|
|
7
|
-
</
|
|
7
|
+
</h2>
|
|
8
8
|
<ul>
|
|
9
9
|
<%= raw current_rule_explanation %>
|
|
10
10
|
</ul>
|
|
@@ -16,23 +16,23 @@
|
|
|
16
16
|
<div class="card__content">
|
|
17
17
|
<% if include_heading %>
|
|
18
18
|
<% if current_order_checked_out? %>
|
|
19
|
-
<
|
|
19
|
+
<h2 class="heading3">
|
|
20
20
|
<%= t(".checked_out.title") %>
|
|
21
21
|
<% unless current_workflow.single? %>
|
|
22
22
|
<small><%= translated_attribute(budget.title) %></small>
|
|
23
23
|
<% end %>
|
|
24
|
-
</
|
|
24
|
+
</h2>
|
|
25
25
|
<p>
|
|
26
26
|
<%= raw t(".checked_out.description", cancel_link: link_to(t(".cancel_order"), budget_order_path(return_to: "budget"), method: :delete, class: "cancel-order", data: { confirm: t(".are_you_sure") })) %>
|
|
27
27
|
</p>
|
|
28
28
|
<% else %>
|
|
29
|
-
<
|
|
29
|
+
<h2 class="heading3">
|
|
30
30
|
<% if current_workflow.single? %>
|
|
31
31
|
<%= t(".title") %>
|
|
32
32
|
<% else %>
|
|
33
33
|
<%= translated_attribute(budget.title) %>
|
|
34
34
|
<% end %>
|
|
35
|
-
</
|
|
35
|
+
</h2>
|
|
36
36
|
<p>
|
|
37
37
|
<%= raw current_rule_description %>
|
|
38
38
|
</p>
|
|
@@ -22,7 +22,7 @@ edit_link(
|
|
|
22
22
|
<% end %>
|
|
23
23
|
|
|
24
24
|
<div class="m-bottom">
|
|
25
|
-
<%= link_to
|
|
25
|
+
<%= link_to budget_projects_path(budget), class: "muted-link js-back-to-list" do %>
|
|
26
26
|
<%= icon "chevron-left", class: "icon--small", role: "img", "aria-hidden": true %>
|
|
27
27
|
<%= t(".view_all_projects") %>
|
|
28
28
|
<% end %>
|
data/config/locales/ar.yml
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
ar:
|
|
2
2
|
activemodel:
|
|
3
3
|
attributes:
|
|
4
|
+
budget:
|
|
5
|
+
description: الوصف
|
|
6
|
+
title: العنوان
|
|
7
|
+
total_budget: الميزانية الإجمالية
|
|
4
8
|
project:
|
|
5
9
|
decidim_category_id: الفئة
|
|
6
10
|
decidim_scope_id: نطاق
|
|
@@ -17,6 +21,11 @@ ar:
|
|
|
17
21
|
many: مشاريع
|
|
18
22
|
other: مشاريع
|
|
19
23
|
decidim:
|
|
24
|
+
admin:
|
|
25
|
+
filters:
|
|
26
|
+
projects:
|
|
27
|
+
category_id_eq:
|
|
28
|
+
label: الفئة
|
|
20
29
|
budgets:
|
|
21
30
|
actions:
|
|
22
31
|
attachment_collections: المجلدات
|
|
@@ -24,11 +33,21 @@ ar:
|
|
|
24
33
|
confirm_destroy: هل أنت متأكد أنك تريد حذف هذا المشروع؟
|
|
25
34
|
destroy: حذف
|
|
26
35
|
edit: تعديل
|
|
36
|
+
edit_projects: إدارة المشاريع
|
|
27
37
|
import: استيراد مقترحات للمشاريع
|
|
38
|
+
new: '%{name} جديد'
|
|
28
39
|
preview: معاينة
|
|
29
40
|
title: أفعال
|
|
30
41
|
admin:
|
|
42
|
+
budgets:
|
|
43
|
+
edit:
|
|
44
|
+
title: تعديل الميزانية
|
|
45
|
+
update: تحديث الميزانية
|
|
46
|
+
exports:
|
|
47
|
+
projects: المشاريع
|
|
31
48
|
models:
|
|
49
|
+
budget:
|
|
50
|
+
name: الميزانية
|
|
32
51
|
project:
|
|
33
52
|
name: مشروع
|
|
34
53
|
projects:
|
|
@@ -56,6 +75,7 @@ ar:
|
|
|
56
75
|
success: "%{number} مقترحات تم استيرادها بنجاح في المشروعات"
|
|
57
76
|
new:
|
|
58
77
|
create: استيراد مقترحات للمشاريع
|
|
78
|
+
default_budget: الميزانية الافتراضية
|
|
59
79
|
no_components: لا توجد مكونات أخرى مقترحة في هذه المساحة التشاركية لاستيراد المقترحات إلى المشروعات.
|
|
60
80
|
select_component: يرجى اختيار عنصر
|
|
61
81
|
admin_log:
|
|
@@ -63,9 +83,18 @@ ar:
|
|
|
63
83
|
create: "%{user_name} إنشاء المشروع %{resource_name} في %{space_name} الفضاء"
|
|
64
84
|
delete: "%{user_name} حذف المشروع %{resource_name} في %{space_name} الفضاء"
|
|
65
85
|
update: "%{user_name} تحديث المشروع %{resource_name} في %{space_name} الفضاء"
|
|
86
|
+
budget_information_modal:
|
|
87
|
+
continue: مواصلة
|
|
88
|
+
more_information: المزيد من المعلومات
|
|
89
|
+
budgets_list:
|
|
90
|
+
my_budgets: ميزانياتي
|
|
66
91
|
models:
|
|
92
|
+
budget:
|
|
93
|
+
fields:
|
|
94
|
+
name: الإسم
|
|
67
95
|
project:
|
|
68
96
|
fields:
|
|
97
|
+
category: الفئة
|
|
69
98
|
title: عنوان
|
|
70
99
|
projects:
|
|
71
100
|
budget_confirm:
|
|
@@ -145,5 +174,7 @@ ar:
|
|
|
145
174
|
destroy:
|
|
146
175
|
error: حدثت مشكلة في إلغاء تصويتك
|
|
147
176
|
success: تم إلغاء تصويتك بنجاح
|
|
177
|
+
statistics:
|
|
178
|
+
projects_count: المشاريع
|
|
148
179
|
index:
|
|
149
180
|
confirmed_orders_count: عدد الأصوات
|
data/config/locales/ca.yml
CHANGED
|
@@ -13,8 +13,11 @@ ca:
|
|
|
13
13
|
decidim_scope_id: Àmbit
|
|
14
14
|
description: Descripció
|
|
15
15
|
proposal_ids: Propostes relacionades
|
|
16
|
+
proposals: Propostes
|
|
16
17
|
selected: Seleccionat per implementar
|
|
17
18
|
title: Títol
|
|
19
|
+
proposals_import:
|
|
20
|
+
scope_id: Àmbit
|
|
18
21
|
activerecord:
|
|
19
22
|
models:
|
|
20
23
|
decidim/budgets/project:
|
|
@@ -101,7 +104,10 @@ ca:
|
|
|
101
104
|
success: "S'ha importat amb èxit %{number} propostes en projectes"
|
|
102
105
|
new:
|
|
103
106
|
create: Importa propostes a projectes
|
|
107
|
+
default_budget: Pressupost per defecte
|
|
108
|
+
import_all_accepted_proposals: Importar totes les propostes acceptades
|
|
104
109
|
no_components: No hi ha cap component de propostes en aquest espai participatiu per importar les propostes a projectes.
|
|
110
|
+
origin_component_id: Component d'origen
|
|
105
111
|
select_component: Selecciona un component
|
|
106
112
|
title: Importar propostes
|
|
107
113
|
admin_log:
|
|
@@ -170,7 +176,7 @@ ca:
|
|
|
170
176
|
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o donar suport d'acord amb les teves preferències.
|
|
171
177
|
ok: D'acord
|
|
172
178
|
projects_excess:
|
|
173
|
-
description: Aquest projecte sobrepassa el
|
|
179
|
+
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o donar suport d'acord amb les teves preferències.
|
|
174
180
|
title: Màxim de projectes excedit
|
|
175
181
|
budget_summary:
|
|
176
182
|
are_you_sure: Segur que vols cancel·lar el teu vot?
|
|
@@ -278,7 +284,7 @@ ca:
|
|
|
278
284
|
total_budget: Pressupost total
|
|
279
285
|
vote_minimum_budget_projects_number: Número mínim de projectes a votar
|
|
280
286
|
vote_rule_minimum_budget_projects_enabled: 'Activar norma: Número mínim de projectes a votar'
|
|
281
|
-
vote_rule_selected_projects_enabled: 'Activar regla:
|
|
287
|
+
vote_rule_selected_projects_enabled: 'Activar regla: número mínim i màxim de projectes a votar'
|
|
282
288
|
vote_rule_threshold_percent_enabled: 'Activar norma: percentatge mínim del pressupost'
|
|
283
289
|
vote_selected_projects_maximum: Número màxim de projectes a seleccionar
|
|
284
290
|
vote_selected_projects_minimum: Número màxim de projectes a seleccionar
|
data/config/locales/cs.yml
CHANGED
|
@@ -13,8 +13,11 @@ cs:
|
|
|
13
13
|
decidim_scope_id: Oblast působnosti
|
|
14
14
|
description: Popis
|
|
15
15
|
proposal_ids: Související návrhy
|
|
16
|
+
proposals: Návrhy
|
|
16
17
|
selected: Vybráno pro implementaci
|
|
17
18
|
title: Titul
|
|
19
|
+
proposals_import:
|
|
20
|
+
scope_id: Oblast působnosti
|
|
18
21
|
activerecord:
|
|
19
22
|
models:
|
|
20
23
|
decidim/budgets/project:
|
|
@@ -103,7 +106,10 @@ cs:
|
|
|
103
106
|
success: "%{number} projektů úspěšně dovezených do projektů"
|
|
104
107
|
new:
|
|
105
108
|
create: Návrhy na projekty
|
|
109
|
+
default_budget: Výchozí rozpočet
|
|
110
|
+
import_all_accepted_proposals: Importovat všechny přijaté návrhy
|
|
106
111
|
no_components: V tomto participativním prostoru neexistují jiné komponenty návrhu, které by mohly importovat návrhy do projektů.
|
|
112
|
+
origin_component_id: Původ komponenty
|
|
107
113
|
select_component: Vyberte součást
|
|
108
114
|
title: Importovat návrhy
|
|
109
115
|
admin_log:
|
|
@@ -166,13 +172,13 @@ cs:
|
|
|
166
172
|
title: Potvrďte hlasování
|
|
167
173
|
budget_excess:
|
|
168
174
|
budget_excess:
|
|
169
|
-
description: Tento projekt překračuje maximální rozpočet a nemůže být přidán. Pokud chcete, můžete smazat projekt,
|
|
175
|
+
description: Tento projekt překračuje maximální rozpočet a nemůže být přidán. Pokud chcete, můžete smazat již vybraný projekt, abyste mohli hlasovat znovu podle vašich preferencí.
|
|
170
176
|
title: Maximální rozpočet byl překročen
|
|
171
177
|
close: Zavřít
|
|
172
|
-
description: Tento projekt překračuje maximální rozpočet a nemůže být přidán. Pokud chcete, můžete smazat projekt,
|
|
178
|
+
description: Tento projekt překračuje maximální rozpočet a nemůže být přidán. Pokud chcete, můžete smazat již vybraný projekt, abyste mohli hlasovat znovu podle vašich preferencí.
|
|
173
179
|
ok: OK
|
|
174
180
|
projects_excess:
|
|
175
|
-
description: Tento projekt překračuje maximální počet projektů a nemůže být přidán. Pokud chcete, můžete smazat projekt,
|
|
181
|
+
description: Tento projekt překračuje maximální počet projektů a nemůže být přidán. Pokud chcete, můžete smazat již vybraný projekt, abyste mohli hlasovat znovu podle vašich preferencí.
|
|
176
182
|
title: Byl překročen maximální počet projektů
|
|
177
183
|
budget_summary:
|
|
178
184
|
are_you_sure: Opravdu chcete zrušit hlasování?
|
|
@@ -286,7 +292,7 @@ cs:
|
|
|
286
292
|
total_budget: Celkový rozpočet
|
|
287
293
|
vote_minimum_budget_projects_number: Minimální počet projektů k hlasování
|
|
288
294
|
vote_rule_minimum_budget_projects_enabled: 'Povolit pravidlo: Minimální počet projektů, o kterých se má hlasovat'
|
|
289
|
-
vote_rule_selected_projects_enabled: 'Povolit pravidlo:
|
|
295
|
+
vote_rule_selected_projects_enabled: 'Povolit pravidlo: Minimální a maximální počet projektů, o kterých se má hlasovat'
|
|
290
296
|
vote_rule_threshold_percent_enabled: 'Povolit pravidlo: minimální procento rozpočtu'
|
|
291
297
|
vote_selected_projects_maximum: Maximální počet projektů, které mají být vybrány
|
|
292
298
|
vote_selected_projects_minimum: Minimální počet projektů, které mají být vybrány
|
data/config/locales/de.yml
CHANGED
|
@@ -21,6 +21,18 @@ de:
|
|
|
21
21
|
one: Projekt
|
|
22
22
|
other: Projekte
|
|
23
23
|
decidim:
|
|
24
|
+
admin:
|
|
25
|
+
filters:
|
|
26
|
+
projects:
|
|
27
|
+
category_id_eq:
|
|
28
|
+
label: Kategorie
|
|
29
|
+
scope_id_eq:
|
|
30
|
+
label: Themenbereich
|
|
31
|
+
selected_at_null:
|
|
32
|
+
label: Ausgewählt
|
|
33
|
+
values:
|
|
34
|
+
'false': Zur Umsetzung ausgewählt
|
|
35
|
+
'true': Nicht zur Umsetzung ausgewählt
|
|
24
36
|
budgets:
|
|
25
37
|
actions:
|
|
26
38
|
attachment_collections: Ordner
|
|
@@ -134,6 +146,8 @@ de:
|
|
|
134
146
|
total_budget: Gesamt Budget
|
|
135
147
|
project:
|
|
136
148
|
fields:
|
|
149
|
+
category: Kategorie
|
|
150
|
+
id: ID
|
|
137
151
|
title: Titel
|
|
138
152
|
order_summary_mailer:
|
|
139
153
|
order_summary:
|
|
@@ -150,13 +164,13 @@ de:
|
|
|
150
164
|
title: Bestätigung der Abstimmung
|
|
151
165
|
budget_excess:
|
|
152
166
|
budget_excess:
|
|
153
|
-
description:
|
|
167
|
+
description: Mit diesem Projekt überschreiten Sie das maximale Budget. Deshalb kann es nicht hinzugefügt werden. Entfernen Sie ein bereits ausgewähltes Projekt um diesem Projekt eine Stimme zu geben.
|
|
154
168
|
title: Maximales Budget überschritten
|
|
155
169
|
close: Schließen
|
|
156
|
-
description:
|
|
170
|
+
description: Mit diesem Projekt überschreiten Sie das maximale Budget. Deshalb kann es nicht hinzugefügt werden. Entfernen Sie ein bereits ausgewähltes Projekt um diesem Projekt eine Stimme zu geben.
|
|
157
171
|
ok: OK
|
|
158
172
|
projects_excess:
|
|
159
|
-
description:
|
|
173
|
+
description: Mit diesem Projekt überschreiten Sie die maximale Anzahl auszuwählende Projekte. Deshalb kann es nicht hinzugefügt werden. Entfernen Sie ein bereits ausgewähltes Projekt um diesem Projekt eine Stimme zu geben.
|
|
160
174
|
title: Maximale Anzahl Projekte überschritten
|
|
161
175
|
budget_summary:
|
|
162
176
|
are_you_sure: Sind Sie sicher, dass Sie Ihre Stimme zurückziehen wollen?
|
|
@@ -264,7 +278,7 @@ de:
|
|
|
264
278
|
total_budget: Gesamtbudget; Gesamtetat
|
|
265
279
|
vote_minimum_budget_projects_number: Mindestanzahl von Projekten, um abzustimmen
|
|
266
280
|
vote_rule_minimum_budget_projects_enabled: 'Regel aktivieren: Mindestanzahl von Projekten, um abzustimmen'
|
|
267
|
-
vote_rule_selected_projects_enabled: 'Regel aktivieren:
|
|
281
|
+
vote_rule_selected_projects_enabled: 'Regel aktivieren: Mindest- und Maximalanzahl abzustimmender Projekte'
|
|
268
282
|
vote_rule_threshold_percent_enabled: 'Regel aktivieren: Minimaler Budgetprozentsatz'
|
|
269
283
|
vote_selected_projects_maximum: Maximale Anzahl auszuwählender Projekte
|
|
270
284
|
vote_selected_projects_minimum: Minimale Anzahl auszuwählender Projekte
|
data/config/locales/el.yml
CHANGED
|
@@ -147,13 +147,10 @@ el:
|
|
|
147
147
|
title: Επιβεβαίωση ψήφου
|
|
148
148
|
budget_excess:
|
|
149
149
|
budget_excess:
|
|
150
|
-
description: Το έργο αυτό υπερβαίνει τον μέγιστο προϋπολογισμό και δεν μπορεί να προστεθεί. Εάν θέλετε, μπορείτε να διαγράψετε ένα έργο που έχετε ήδη επιλέξει να προσθέσετε ή να κάνετε την ψήφο σας σύμφωνα με τις προτιμήσεις σας.
|
|
151
150
|
title: Υπέρβαση του μέγιστου προϋπολογισμού
|
|
152
151
|
close: Κλείσιμο
|
|
153
|
-
description: Το έργο αυτό υπερβαίνει τον μέγιστο προϋπολογισμό και δεν μπορεί να προστεθεί. Εάν θέλετε, μπορείτε να διαγράψετε ένα έργο που έχετε ήδη επιλέξει να προσθέσετε ή να κάνετε την ψήφο σας σύμφωνα με τις προτιμήσεις σας.
|
|
154
152
|
ok: OK
|
|
155
153
|
projects_excess:
|
|
156
|
-
description: Αυτό το έργο υπερβαίνει τον μέγιστο αριθμό έργων και δεν μπορεί να προστεθεί. Εάν θέλετε, μπορείτε να διαγράψετε ένα έργο που έχετε ήδη επιλέξει να προσθέσετε ή να κάνετε την ψήφο σας σύμφωνα με τις προτιμήσεις σας.
|
|
157
154
|
title: Υπέρβαση των μέγιστων έργων
|
|
158
155
|
budget_summary:
|
|
159
156
|
are_you_sure: Είστε βέβαιοι ότι θέλετε να ακυρώσετε την ψήφο σας;
|
|
@@ -255,7 +252,6 @@ el:
|
|
|
255
252
|
total_budget: Συνολικός προϋπολογισμός
|
|
256
253
|
vote_minimum_budget_projects_number: Ελάχιστος αριθμός έργων προς ψηφοφορία
|
|
257
254
|
vote_rule_minimum_budget_projects_enabled: 'Ενεργοποίηση κανόνα: Ελάχιστος αριθμός έργων προς ψηφοφορία'
|
|
258
|
-
vote_rule_selected_projects_enabled: 'Ενεργοποίηση κανόνα: Επιλεγμένα έργα με ελάχιστο και μέγιστο αριθμό έργων προς ψήφιση'
|
|
259
255
|
vote_rule_threshold_percent_enabled: 'Ενεργοποίηση κανόνα: Ελάχιστο ποσοστό προϋπολογισμού'
|
|
260
256
|
vote_selected_projects_maximum: Μέγιστο ποσό έργων προς επιλογή
|
|
261
257
|
vote_selected_projects_minimum: Ελάχιστος αριθμός έργων προς επιλογή
|
data/config/locales/en.yml
CHANGED
|
@@ -14,8 +14,11 @@ en:
|
|
|
14
14
|
decidim_scope_id: Scope
|
|
15
15
|
description: Description
|
|
16
16
|
proposal_ids: Related proposals
|
|
17
|
+
proposals: Proposals
|
|
17
18
|
selected: Selected for implementation
|
|
18
19
|
title: Title
|
|
20
|
+
proposals_import:
|
|
21
|
+
scope_id: Scope
|
|
19
22
|
activerecord:
|
|
20
23
|
models:
|
|
21
24
|
decidim/budgets/project:
|
|
@@ -102,7 +105,10 @@ en:
|
|
|
102
105
|
success: "%{number} proposals successfully imported into projects"
|
|
103
106
|
new:
|
|
104
107
|
create: Import proposals to projects
|
|
108
|
+
default_budget: Default budget
|
|
109
|
+
import_all_accepted_proposals: Import all accepted proposals
|
|
105
110
|
no_components: There are no other proposal components in this participatory space to import the proposals into projects.
|
|
111
|
+
origin_component_id: Origin component
|
|
106
112
|
select_component: Please select a component
|
|
107
113
|
title: Import proposals
|
|
108
114
|
admin_log:
|
|
@@ -165,13 +171,13 @@ en:
|
|
|
165
171
|
title: Confirm vote
|
|
166
172
|
budget_excess:
|
|
167
173
|
budget_excess:
|
|
168
|
-
description: This project exceeds the maximum budget and can not be added. If you want, you can delete a project you have already selected to
|
|
174
|
+
description: This project exceeds the maximum budget and can not be added. If you want, you can delete a project you have already selected, in order to be able to vote again according to your preferences.
|
|
169
175
|
title: Maximum budget exceeded
|
|
170
176
|
close: Close
|
|
171
|
-
description: This project exceeds the maximum budget and can not be added. If you want, you can delete a project you have already selected to
|
|
177
|
+
description: This project exceeds the maximum budget and can not be added. If you want, you can delete a project you have already selected, in order to be able to vote again according to your preferences.
|
|
172
178
|
ok: OK
|
|
173
179
|
projects_excess:
|
|
174
|
-
description: This project exceeds the maximum number of projects and cannot be added. If you want, you can delete a project you have already selected to
|
|
180
|
+
description: This project exceeds the maximum number of projects and cannot be added. If you want, you can delete a project you have already selected, in order to be able to vote again according to your preferences.
|
|
175
181
|
title: Maximum projects exceeded
|
|
176
182
|
budget_summary:
|
|
177
183
|
are_you_sure: Are you sure you want to cancel your vote?
|
|
@@ -279,7 +285,7 @@ en:
|
|
|
279
285
|
total_budget: Total budget
|
|
280
286
|
vote_minimum_budget_projects_number: Minimum number of projects to vote
|
|
281
287
|
vote_rule_minimum_budget_projects_enabled: 'Enable rule: Minimum number of projects to be voted on'
|
|
282
|
-
vote_rule_selected_projects_enabled: 'Enable rule:
|
|
288
|
+
vote_rule_selected_projects_enabled: 'Enable rule: Minimum and maximum number of projects to be voted on'
|
|
283
289
|
vote_rule_threshold_percent_enabled: 'Enable rule: Minimum budget percentage'
|
|
284
290
|
vote_selected_projects_maximum: Maximum amount of projects to be selected
|
|
285
291
|
vote_selected_projects_minimum: Minimum amount of projects to be selected
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -13,8 +13,11 @@ es-MX:
|
|
|
13
13
|
decidim_scope_id: Ámbito
|
|
14
14
|
description: Descripción
|
|
15
15
|
proposal_ids: Propuestas relacionadas
|
|
16
|
+
proposals: Propuestas
|
|
16
17
|
selected: Seleccionado para implementar
|
|
17
18
|
title: Título
|
|
19
|
+
proposals_import:
|
|
20
|
+
scope_id: Ámbito
|
|
18
21
|
activerecord:
|
|
19
22
|
models:
|
|
20
23
|
decidim/budgets/project:
|
|
@@ -31,8 +34,8 @@ es-MX:
|
|
|
31
34
|
selected_at_null:
|
|
32
35
|
label: Seleccionado
|
|
33
36
|
values:
|
|
34
|
-
'false': Seleccionado para
|
|
35
|
-
'true': No seleccionado para
|
|
37
|
+
'false': Seleccionado para implementación
|
|
38
|
+
'true': No seleccionado para la implementación
|
|
36
39
|
budgets:
|
|
37
40
|
actions:
|
|
38
41
|
attachment_collections: Carpetas
|
|
@@ -101,7 +104,10 @@ es-MX:
|
|
|
101
104
|
success: "%{number} propuestas importadas con éxito en proyectos"
|
|
102
105
|
new:
|
|
103
106
|
create: Importar propuestas a proyectos
|
|
107
|
+
default_budget: Presupuesto por defecto
|
|
108
|
+
import_all_accepted_proposals: Importar todas las propuestas aceptadas
|
|
104
109
|
no_components: No hay otros componentes de la propuesta en este espacio participativo para importar las propuestas en los proyectos.
|
|
110
|
+
origin_component_id: Componente de origen
|
|
105
111
|
select_component: Por favor seleccione un componente
|
|
106
112
|
title: Importar propuestas
|
|
107
113
|
admin_log:
|
|
@@ -278,7 +284,7 @@ es-MX:
|
|
|
278
284
|
total_budget: Presupuesto total
|
|
279
285
|
vote_minimum_budget_projects_number: Número mínimo de proyectos a votar
|
|
280
286
|
vote_rule_minimum_budget_projects_enabled: 'Activar norma: Número mínimo de proyectos a votar'
|
|
281
|
-
vote_rule_selected_projects_enabled: 'Habilitar regla:
|
|
287
|
+
vote_rule_selected_projects_enabled: 'Habilitar regla: número mínimo y máximo de proyectos en los que votar'
|
|
282
288
|
vote_rule_threshold_percent_enabled: 'Activar norma: porcentaje mínimo del pressupuesto'
|
|
283
289
|
vote_selected_projects_maximum: Cantidad máxima de proyectos a seleccionar
|
|
284
290
|
vote_selected_projects_minimum: Cantidad mínima de proyectos a seleccionar
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -13,8 +13,11 @@ es-PY:
|
|
|
13
13
|
decidim_scope_id: Ámbito
|
|
14
14
|
description: Descripción
|
|
15
15
|
proposal_ids: Propuestas relacionadas
|
|
16
|
+
proposals: Propuestas
|
|
16
17
|
selected: Seleccionado para implementar
|
|
17
18
|
title: Título
|
|
19
|
+
proposals_import:
|
|
20
|
+
scope_id: Ámbito
|
|
18
21
|
activerecord:
|
|
19
22
|
models:
|
|
20
23
|
decidim/budgets/project:
|
|
@@ -101,7 +104,10 @@ es-PY:
|
|
|
101
104
|
success: "%{number} propuestas importadas con éxito en proyectos"
|
|
102
105
|
new:
|
|
103
106
|
create: Importar propuestas a proyectos
|
|
107
|
+
default_budget: Presupuesto por defecto
|
|
108
|
+
import_all_accepted_proposals: Importar todas las propuestas aceptadas
|
|
104
109
|
no_components: No hay otros componentes de la propuesta en este espacio participativo para importar las propuestas en los proyectos.
|
|
110
|
+
origin_component_id: Componente de origen
|
|
105
111
|
select_component: Por favor seleccione un componente
|
|
106
112
|
title: Importar propuestas
|
|
107
113
|
admin_log:
|
|
@@ -278,7 +284,7 @@ es-PY:
|
|
|
278
284
|
total_budget: Presupuesto total
|
|
279
285
|
vote_minimum_budget_projects_number: Número mínimo de proyectos a votar
|
|
280
286
|
vote_rule_minimum_budget_projects_enabled: 'Activar norma: Número mínimo de proyectos a votar'
|
|
281
|
-
vote_rule_selected_projects_enabled: 'Habilitar regla:
|
|
287
|
+
vote_rule_selected_projects_enabled: 'Habilitar regla: número mínimo y máximo de proyectos en los que votar'
|
|
282
288
|
vote_rule_threshold_percent_enabled: 'Activar norma: porcentaje mínimo del pressupuesto'
|
|
283
289
|
vote_selected_projects_maximum: Cantidad máxima de proyectos a seleccionar
|
|
284
290
|
vote_selected_projects_minimum: Cantidad mínima de proyectos a seleccionar
|
data/config/locales/es.yml
CHANGED
|
@@ -13,8 +13,11 @@ es:
|
|
|
13
13
|
decidim_scope_id: Ámbito
|
|
14
14
|
description: Descripción
|
|
15
15
|
proposal_ids: Propuestas relacionadas
|
|
16
|
+
proposals: Propuestas
|
|
16
17
|
selected: Seleccionado para implementar
|
|
17
18
|
title: Título
|
|
19
|
+
proposals_import:
|
|
20
|
+
scope_id: Ámbito
|
|
18
21
|
activerecord:
|
|
19
22
|
models:
|
|
20
23
|
decidim/budgets/project:
|
|
@@ -101,7 +104,10 @@ es:
|
|
|
101
104
|
success: "%{number} propuestas importadas correctamente en proyectos"
|
|
102
105
|
new:
|
|
103
106
|
create: Importar propuestas a proyectos
|
|
107
|
+
default_budget: Presupuesto por defecto
|
|
108
|
+
import_all_accepted_proposals: Importar todas las propuestas aceptadas
|
|
104
109
|
no_components: No hay otros componentes de la propuesta en este espacio participativo para importar las propuestas en los proyectos.
|
|
110
|
+
origin_component_id: Componente de origen
|
|
105
111
|
select_component: Por favor seleccione un componente
|
|
106
112
|
title: Importar propuestas
|
|
107
113
|
admin_log:
|
|
@@ -170,7 +176,7 @@ es:
|
|
|
170
176
|
description: Este proyecto sobrepasa el presupuesto máximo y no se puede añadir. Si lo deseas, puedes eliminar un proyecto que ya hayas seleccionado, o votar de acuerdo a tus preferencias.
|
|
171
177
|
ok: De acuerdo
|
|
172
178
|
projects_excess:
|
|
173
|
-
description: Este proyecto sobrepasa el
|
|
179
|
+
description: Este proyecto sobrepasa el presupuesto máximo y no se puede añadir. Si lo deseas, puedes eliminar un proyecto que ya hayas seleccionado, o votar de acuerdo a tus preferencias.
|
|
174
180
|
title: Se ha superado el número máximo de proyectos
|
|
175
181
|
budget_summary:
|
|
176
182
|
are_you_sure: '¿Estás seguro de que deseas cancelar tu voto?'
|
|
@@ -278,7 +284,7 @@ es:
|
|
|
278
284
|
total_budget: Presupuesto total
|
|
279
285
|
vote_minimum_budget_projects_number: Número mínimo de proyectos a votar
|
|
280
286
|
vote_rule_minimum_budget_projects_enabled: 'Activar norma: Número mínimo de proyectos a votar'
|
|
281
|
-
vote_rule_selected_projects_enabled: 'Habilitar regla:
|
|
287
|
+
vote_rule_selected_projects_enabled: 'Habilitar regla: número mínimo y máximo de proyectos en los que votar'
|
|
282
288
|
vote_rule_threshold_percent_enabled: 'Activar norma: porcentaje mínimo del presupuesto'
|
|
283
289
|
vote_selected_projects_maximum: Cantidad máxima de proyectos a seleccionar
|
|
284
290
|
vote_selected_projects_minimum: Cantidad mínima de proyectos a seleccionar
|