decidim-proposals 0.30.0 → 0.30.1
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/proposals/proposal_vote/show.erb +1 -2
- data/app/packs/stylesheets/decidim/proposals/proposals.scss +6 -0
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/_vote_button.html.erb +3 -3
- data/config/locales/ar.yml +0 -7
- data/config/locales/bg.yml +1 -4
- data/config/locales/bs-BA.yml +0 -4
- data/config/locales/ca-IT.yml +2 -2
- data/config/locales/ca.yml +2 -2
- data/config/locales/cs.yml +0 -7
- data/config/locales/de.yml +1 -6
- data/config/locales/el.yml +0 -3
- data/config/locales/en.yml +2 -2
- data/config/locales/es-MX.yml +2 -2
- data/config/locales/es-PY.yml +2 -2
- data/config/locales/es.yml +2 -2
- data/config/locales/eu.yml +7 -7
- data/config/locales/fi-plain.yml +1 -6
- data/config/locales/fi.yml +1 -6
- data/config/locales/fr-CA.yml +3 -6
- data/config/locales/fr.yml +2 -5
- data/config/locales/gl.yml +0 -3
- data/config/locales/hu.yml +1 -4
- data/config/locales/it.yml +0 -3
- data/config/locales/ja.yml +2 -4
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +2 -5
- data/config/locales/no.yml +0 -3
- data/config/locales/pl.yml +2 -7
- data/config/locales/pt-BR.yml +0 -3
- data/config/locales/pt.yml +0 -3
- data/config/locales/ro-RO.yml +5 -4
- data/config/locales/sk.yml +3 -8
- data/config/locales/sr-CS.yml +0 -4
- data/config/locales/sv.yml +4 -4
- data/config/locales/tr-TR.yml +1 -4
- data/config/locales/zh-CN.yml +0 -2
- data/config/locales/zh-TW.yml +0 -2
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +20 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e46e23322a80375e12c2bd56498ff3604e4c4bbe4336c064777e7264cdd47e9
|
4
|
+
data.tar.gz: 6920addf8b528fac01c004be5f0d92b880029ab6d4c4f3a82da6c79e564f3588
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb4669959f9803b68f15c12548adbea25bbdb1398cb5be9b93856344383fe96db43a9cdc70a54fde73ac28de2db094bd9097ae5e2bf7ae962d8c729c0838f60a
|
7
|
+
data.tar.gz: 45f46ed22877e1ede2acfb2da37d884fc0ecedd176c9985535a3eeffcb339c7b52e795c9c9e5d06acbda7ea483aa8f6122d44ad405bb5c74f751efbab1734e8e
|
@@ -41,7 +41,6 @@
|
|
41
41
|
remote: true,
|
42
42
|
data: {
|
43
43
|
"proposal-vote-button": true,
|
44
|
-
disable: true,
|
45
44
|
original: t("decidim.proposals.proposals.vote_button.already_voted"),
|
46
45
|
replace: t("decidim.proposals.proposals.vote_button.already_voted_hover"),
|
47
46
|
"redirect-url": proposal_path(resource)
|
@@ -59,7 +58,7 @@
|
|
59
58
|
<%= content_tag :button, t("decidim.proposals.proposals.vote_button.maximum_votes_reached"), class: button_classes, disabled: true, data: { "proposal-vote-button": true } %>
|
60
59
|
<% else %>
|
61
60
|
<% if vote_limit_enabled? && remaining_votes_count_for_user == 0 %>
|
62
|
-
<%= action_authorized_button_to :vote, proposal_proposal_vote_path(proposal_id: resource, from_proposals_list:), resource: , remote: true, disabled: true, data: { "proposal-vote-button": true,
|
61
|
+
<%= action_authorized_button_to :vote, proposal_proposal_vote_path(proposal_id: resource, from_proposals_list:), resource: , remote: true, disabled: true, data: { "proposal-vote-button": true, "redirect-url": proposal_path(resource) }, class: button_classes do %>
|
63
62
|
<%= t("decidim.proposals.proposals.vote_button.vote") %>
|
64
63
|
<span class="sr-only"><%= decidim_html_escape(present(resource).title) %></span>
|
65
64
|
<% end %>
|
@@ -63,7 +63,7 @@
|
|
63
63
|
label: t("decidim.proposals.proposals.edit.add_attachments"),
|
64
64
|
button_label: t("decidim.proposals.proposals.edit.add_attachments"),
|
65
65
|
button_edit_label: t("decidim.proposals.proposals.edit.edit_attachments"),
|
66
|
-
button_class: "button
|
66
|
+
button_class: "button button__sm button__transparent-secondary mt-2 md:w-auto w-full",
|
67
67
|
help_i18n_scope: "decidim.forms.file_help.file",
|
68
68
|
help_text: t("attachment_legend", scope: "decidim.proposals.proposals.edit") %>
|
69
69
|
</div>
|
@@ -11,7 +11,7 @@
|
|
11
11
|
<%= t("decidim.proposals.proposals.vote_button.votes_blocked") %>
|
12
12
|
<% end %>
|
13
13
|
<% else %>
|
14
|
-
<%= action_authorized_button_to :vote, proposal_proposal_vote_path(proposal_id: proposal, from_proposals_list:), resource: proposal, class: button_classes, data: { "proposal-vote-button": true,
|
14
|
+
<%= action_authorized_button_to :vote, proposal_proposal_vote_path(proposal_id: proposal, from_proposals_list:), resource: proposal, class: button_classes, data: { "proposal-vote-button": true, "redirect-url": proposal_path(proposal) } do %>
|
15
15
|
<%= t("decidim.proposals.proposals.vote_button.vote") %>
|
16
16
|
<span class="sr-only"><%= decidim_html_escape(present(proposal).title) %></span>
|
17
17
|
<% end %>
|
@@ -25,12 +25,12 @@
|
|
25
25
|
method: :delete,
|
26
26
|
remote: true,
|
27
27
|
data: {
|
28
|
-
disable: true,
|
29
28
|
original: t("decidim.proposals.proposals.vote_button.already_voted"),
|
30
29
|
replace: t("decidim.proposals.proposals.vote_button.already_voted_hover"),
|
31
30
|
"proposal-vote-button": true,
|
32
31
|
"redirect-url": proposal_path(proposal)
|
33
32
|
},
|
33
|
+
disabled: current_settings.votes_blocked?,
|
34
34
|
class: "#{button_classes}",
|
35
35
|
id: "vote_button-#{proposal.id}"
|
36
36
|
) do %>
|
@@ -47,7 +47,7 @@
|
|
47
47
|
<% elsif current_settings.votes_blocked? || !current_component.participatory_space.can_participate?(current_user) %>
|
48
48
|
<%= content_tag :button, t("decidim.proposals.proposals.vote_button.votes_blocked"), class: button_classes, data: { "proposal-vote-button": true }, disabled: true %>
|
49
49
|
<% else %>
|
50
|
-
<%= action_authorized_button_to :vote, proposal_proposal_vote_path(proposal_id: proposal, from_proposals_list:), resource: proposal, remote: true, data: { "proposal-vote-button": true,
|
50
|
+
<%= action_authorized_button_to :vote, proposal_proposal_vote_path(proposal_id: proposal, from_proposals_list:), resource: proposal, remote: true, data: { "proposal-vote-button": true, "redirect-url": proposal_path(proposal) }, class: button_classes do %>
|
51
51
|
<%= t("decidim.proposals.proposals.vote_button.vote") %>
|
52
52
|
<span class="sr-only"><%= decidim_html_escape(present(proposal).title) %></span>
|
53
53
|
<% end %>
|
data/config/locales/ar.yml
CHANGED
@@ -411,13 +411,6 @@ ar:
|
|
411
411
|
documents: المستندات
|
412
412
|
endorsements_count: عد أصوات التأييدات
|
413
413
|
endorsers: المؤيدون
|
414
|
-
n_more_endorsers:
|
415
|
-
zero: و%{count} آخرين
|
416
|
-
one: وواحد آخر
|
417
|
-
two: و%{count} آخرين
|
418
|
-
few: و%{count} آخرين
|
419
|
-
many: و%{count} آخرين
|
420
|
-
other: و%{count} آخرين
|
421
414
|
photos: الصور
|
422
415
|
ranking: "%{ranking} مِن %{total}"
|
423
416
|
related_meetings: ملتقيات ذات صلة
|
data/config/locales/bg.yml
CHANGED
@@ -497,9 +497,6 @@ bg:
|
|
497
497
|
endorsements_count: Брой препоръки
|
498
498
|
endorsers: Препоръчали
|
499
499
|
link: Виж предложението
|
500
|
-
n_more_endorsers:
|
501
|
-
one: и още 1
|
502
|
-
other: и още %{count}
|
503
500
|
photos: Снимки
|
504
501
|
ranking: "%{ranking} от %{total}"
|
505
502
|
related_meetings: Свързани срещи
|
@@ -763,7 +760,7 @@ bg:
|
|
763
760
|
changes_at_title: Изменение на „%{title}“
|
764
761
|
estimated_cost: Предвидени разходи
|
765
762
|
hidden_endorsers_count:
|
766
|
-
one: и още %{count}
|
763
|
+
one: и още %{count}
|
767
764
|
other: и още %{count} души
|
768
765
|
link_to_collaborative_draft_help_text: Това предложение е резултат от съвместна чернова. Прегледайте хронологията
|
769
766
|
link_to_collaborative_draft_text: Вижте съвместната чернова
|
data/config/locales/bs-BA.yml
CHANGED
@@ -57,10 +57,6 @@ bs:
|
|
57
57
|
documents: Dokumenti
|
58
58
|
endorsements_count: Broj podržavanja
|
59
59
|
endorsers: Podržavaoci
|
60
|
-
n_more_endorsers:
|
61
|
-
one: i još 1
|
62
|
-
few: i još %{count}
|
63
|
-
other: i još %{count}
|
64
60
|
photos: Slike
|
65
61
|
ranking: "%{ranking} od %{total}"
|
66
62
|
related_meetings: Slični sastanci
|
data/config/locales/ca-IT.yml
CHANGED
@@ -98,9 +98,9 @@ ca-IT:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text:
|
101
|
+
budget_text: La proposta <span class="resource-link">%{link} s'ha creat</span>
|
102
102
|
import_from_proposal_text: 'S''ha convertit en aquesta proposta: %{link}'
|
103
|
-
import_to_proposal_text:
|
103
|
+
import_to_proposal_text: Aquesta proposta <span "resource-link">%{link} es va crear</span>
|
104
104
|
merge_from_proposal_text: 'S''ha convertit en aquesta proposta: %{link}'
|
105
105
|
merge_to_proposal_text: 'Es va crear aquesta proposta: %{link}'
|
106
106
|
split_from_proposal_text: 'S''ha convertit en aquesta proposta: %{link}'
|
data/config/locales/ca.yml
CHANGED
@@ -98,9 +98,9 @@ ca:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text:
|
101
|
+
budget_text: La proposta <span class="resource-link">%{link} s'ha creat</span>
|
102
102
|
import_from_proposal_text: 'S''ha convertit en aquesta proposta: %{link}'
|
103
|
-
import_to_proposal_text:
|
103
|
+
import_to_proposal_text: Aquesta proposta <span "resource-link">%{link} es va crear</span>
|
104
104
|
merge_from_proposal_text: 'S''ha convertit en aquesta proposta: %{link}'
|
105
105
|
merge_to_proposal_text: 'Es va crear aquesta proposta: %{link}'
|
106
106
|
split_from_proposal_text: 'S''ha convertit en aquesta proposta: %{link}'
|
data/config/locales/cs.yml
CHANGED
@@ -98,9 +98,7 @@ cs:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text: Návrh %{link} byl vytvořen
|
102
101
|
import_from_proposal_text: 'Stal se z něj tento návrh: %{link}'
|
103
|
-
import_to_proposal_text: Tento návrh %{link} byl vytvořen
|
104
102
|
merge_from_proposal_text: 'Stal se z něj tento návrh: %{link}'
|
105
103
|
merge_to_proposal_text: 'Tento návrh byl vytvořen: %{link}'
|
106
104
|
split_from_proposal_text: 'Stal se z něj tento návrh: %{link}'
|
@@ -683,11 +681,6 @@ cs:
|
|
683
681
|
endorsements_count: Počet schvalování
|
684
682
|
endorsers: Schvalující
|
685
683
|
link: Zobrazit návrh
|
686
|
-
n_more_endorsers:
|
687
|
-
one: a další 1
|
688
|
-
few: a %{count} dalších
|
689
|
-
many: a %{count} dalších
|
690
|
-
other: a dalších %{count}
|
691
684
|
photos: Fotky
|
692
685
|
ranking: "%{ranking} z %{total}"
|
693
686
|
related_meetings: Související schůzky
|
data/config/locales/de.yml
CHANGED
@@ -98,9 +98,7 @@ de:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text: Der Vorschlag %{link} wurde erstellt
|
102
101
|
import_from_proposal_text: 'Es wurde zu diesem Vorschlag: %{link}'
|
103
|
-
import_to_proposal_text: Dieser Vorschlag %{link} wurde erstellt
|
104
102
|
merge_from_proposal_text: 'Es wurde zu diesem Vorschlag: %{link}'
|
105
103
|
merge_to_proposal_text: 'Dieser Vorschlag wurde erstellt: %{link}'
|
106
104
|
split_from_proposal_text: 'Es wurde zu diesem Vorschlag: %{link}'
|
@@ -675,9 +673,6 @@ de:
|
|
675
673
|
endorsements_count: Anzahl der Befürwortungen
|
676
674
|
endorsers: Befürworter
|
677
675
|
link: Vorschlag anzeigen
|
678
|
-
n_more_endorsers:
|
679
|
-
one: und 1 mehr
|
680
|
-
other: und %{count} mehr
|
681
676
|
photos: Fotos
|
682
677
|
ranking: "%{ranking} von %{total}"
|
683
678
|
related_meetings: Ähnliche Besprechungen
|
@@ -925,7 +920,7 @@ de:
|
|
925
920
|
send: Abschicken
|
926
921
|
title: Vorschlag bearbeiten
|
927
922
|
edit_draft:
|
928
|
-
discard:
|
923
|
+
discard: Entwurf verwerfen
|
929
924
|
discard_confirmation: Möchten Sie diesen Vorschlagsentwurf wirklich verwerfen?
|
930
925
|
send: Vorschau
|
931
926
|
title: Vorschlagsentwurf bearbeiten
|
data/config/locales/el.yml
CHANGED
@@ -408,9 +408,6 @@ el:
|
|
408
408
|
documents: Έγγραφα
|
409
409
|
endorsements_count: Πλήθος επιδοκιμασιών
|
410
410
|
endorsers: Υποστηρικτές
|
411
|
-
n_more_endorsers:
|
412
|
-
one: και 1 ακόμα
|
413
|
-
other: και %{count} ακόμη
|
414
411
|
photos: Φωτογραφίες
|
415
412
|
ranking: "%{ranking} από %{total}"
|
416
413
|
related_meetings: Σχετικές συσκέψεις
|
data/config/locales/en.yml
CHANGED
@@ -98,9 +98,9 @@ en:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text: The proposal
|
101
|
+
budget_text: The proposal <span class="resource-link">%{link} was created</span>
|
102
102
|
import_from_proposal_text: 'It became this proposal: %{link}'
|
103
|
-
import_to_proposal_text: This proposal
|
103
|
+
import_to_proposal_text: This proposal <span "resource-link">%{link} was created</span>
|
104
104
|
merge_from_proposal_text: 'It became this proposal: %{link}'
|
105
105
|
merge_to_proposal_text: 'This proposal was created: %{link}'
|
106
106
|
split_from_proposal_text: 'It became this proposal: %{link}'
|
data/config/locales/es-MX.yml
CHANGED
@@ -98,9 +98,9 @@ es-MX:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text:
|
101
|
+
budget_text: La propuesta <span class="resource-link">%{link} se creó</span>
|
102
102
|
import_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
103
|
-
import_to_proposal_text:
|
103
|
+
import_to_proposal_text: Esta propuesta <span "resource-link">%{link} fue creada</span>
|
104
104
|
merge_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
105
105
|
merge_to_proposal_text: 'Esta propuesta fue creada: %{link}'
|
106
106
|
split_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
data/config/locales/es-PY.yml
CHANGED
@@ -98,9 +98,9 @@ es-PY:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text:
|
101
|
+
budget_text: La propuesta <span class="resource-link">%{link} se creó</span>
|
102
102
|
import_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
103
|
-
import_to_proposal_text:
|
103
|
+
import_to_proposal_text: Esta propuesta <span "resource-link">%{link} fue creada</span>
|
104
104
|
merge_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
105
105
|
merge_to_proposal_text: 'Esta propuesta fue creada: %{link}'
|
106
106
|
split_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
data/config/locales/es.yml
CHANGED
@@ -98,9 +98,9 @@ es:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text:
|
101
|
+
budget_text: La propuesta <span class="resource-link">%{link} se creó</span>
|
102
102
|
import_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
103
|
-
import_to_proposal_text:
|
103
|
+
import_to_proposal_text: Esta propuesta <span "resource-link">%{link} fue creada</span>
|
104
104
|
merge_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
105
105
|
merge_to_proposal_text: 'Esta propuesta fue creada: %{link}'
|
106
106
|
split_from_proposal_text: 'Se convirtió en esta propuesta: %{link}'
|
data/config/locales/eu.yml
CHANGED
@@ -75,7 +75,7 @@ eu:
|
|
75
75
|
cant_be_equal_to_template: ezin da plantilla bezalakoa izan
|
76
76
|
identical: ETA izenburua ezin da berdina izan
|
77
77
|
title:
|
78
|
-
identical: ETA
|
78
|
+
identical: ETA testua ezin da berdina izan
|
79
79
|
proposals_merge:
|
80
80
|
attributes:
|
81
81
|
base:
|
@@ -98,9 +98,9 @@ eu:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text:
|
101
|
+
budget_text: <span class="resource-link">% {link} proposamena sortu zen</span>
|
102
102
|
import_from_proposal_text: 'Proposamen hau eratorri da: %{link}'
|
103
|
-
import_to_proposal_text:
|
103
|
+
import_to_proposal_text: <span class="resource-link">% {link} proposamen hau sortu zen</span>
|
104
104
|
merge_from_proposal_text: 'Proposamen hau eratorri da: %{link}'
|
105
105
|
merge_to_proposal_text: '%{link} proposamena sortu da'
|
106
106
|
split_from_proposal_text: 'Proposamen hau eratorri da: %{link}'
|
@@ -339,7 +339,7 @@ eu:
|
|
339
339
|
notification_title: 'Orain honi <a href="%{resource_path}"> proposamen berriak aurkeztu ahal dizkiozu hemen: <a href="%{participatory_space_url}">%{participatory_space_title}</a>.'
|
340
340
|
endorsing_enabled:
|
341
341
|
email_intro: 'Proposamenak egin ditzakezu %{participatory_space_title} parte hartze espazioan! Hasi orri honetan parte hartzen:'
|
342
|
-
email_outro: Jakinarazpen hau jaso duzu %{participatory_space_title} jarraitzen
|
342
|
+
email_outro: Jakinarazpen hau jaso duzu %{participatory_space_title} jarraitzen ari zarelako. Jakinarazpenak jasotzeari utzi ahal diozu aurreko estekan.
|
343
343
|
email_subject: Onarpen proposamenak %{participatory_space_title} espazioan hasi dira
|
344
344
|
notification_title: 'Orain has zaitezke <a href="%{resource_path}"></a> proposamenak onartzen hemen: <a href="%{participatory_space_url}">%{participatory_space_title}</a>.'
|
345
345
|
proposal_mentioned:
|
@@ -453,7 +453,7 @@ eu:
|
|
453
453
|
answered_at: Zein datatan erantzun zen proposamen hau
|
454
454
|
attachments: Proposamen honek duen iruzkin kopurua
|
455
455
|
author: Proposamen honen egilearen data
|
456
|
-
body: Proposamenaren
|
456
|
+
body: Proposamenaren testua
|
457
457
|
coauthorships_count: Zenbat egilekide ordezkatzen dituen proposamenak
|
458
458
|
comments: Proposamen honek duen babes kopurua
|
459
459
|
component: Proposamena osagai honen barruan dago
|
@@ -669,7 +669,7 @@ eu:
|
|
669
669
|
show:
|
670
670
|
amendments_count: Zuzenketa kopurua
|
671
671
|
assigned_valuators: Ebaluatzaileak esleituta
|
672
|
-
body:
|
672
|
+
body: Testua
|
673
673
|
comments_count: Iruzkin kopurua
|
674
674
|
documents: Dokumentuak
|
675
675
|
endorsements_count: Atxikimendu kopurua
|
@@ -1028,7 +1028,7 @@ eu:
|
|
1028
1028
|
minimum_votes_per_user:
|
1029
1029
|
description: Gutxienez %{votes} babes banatu behar duzu proposamen ezberdinen artean zure euskarriak kontuan har daitezen.
|
1030
1030
|
proposal_limit:
|
1031
|
-
description:
|
1031
|
+
description: Proposamen(ak) sortu ditzakezu.
|
1032
1032
|
success: Zure babesak ongi onartu dira
|
1033
1033
|
threshold_per_proposal:
|
1034
1034
|
description: Proposamenak baliagarriak izan daitezen, %{limit} babes izatera iritsi behar da.
|
data/config/locales/fi-plain.yml
CHANGED
@@ -98,9 +98,7 @@ fi-pl:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text: Ehdotus %{link} luotiin
|
102
101
|
import_from_proposal_text: 'Toisen ehdotuksen perusteella luotiin tämä ehdotus: %{link}'
|
103
|
-
import_to_proposal_text: Tämä ehdotus %{link} luotiin
|
104
102
|
merge_from_proposal_text: 'Ehdotus yhdistettiin uudeksi ehdotukseksi: %{link}'
|
105
103
|
merge_to_proposal_text: 'Tämä ehdotus luotiin: %{link}'
|
106
104
|
split_from_proposal_text: 'Alkuperäinen ehdotus jaettiin uusiksi ehdotuksiksi: %{link}'
|
@@ -339,7 +337,7 @@ fi-pl:
|
|
339
337
|
notification_title: Voit nyt esittää <a href="%{resource_path}">uusia ehdotuksia</a> osallistumistilassa <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
340
338
|
endorsing_enabled:
|
341
339
|
email_intro: 'Voit suositella ehdotuksia kohteessa %{participatory_space_title}! Aloita osallistuminen tällä sivulla:'
|
342
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä
|
340
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
343
341
|
email_subject: Ehdotusten suosittelu on alkanut kohteelle %{participatory_space_title}
|
344
342
|
notification_title: Voit nyt aloittaa <a href="%{resource_path}">ehdotusten suosittelun</a> osallistumistilassa <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
345
343
|
proposal_mentioned:
|
@@ -675,9 +673,6 @@ fi-pl:
|
|
675
673
|
endorsements_count: Suositusten lukumäärä
|
676
674
|
endorsers: Suosittelijat
|
677
675
|
link: Näytä ehdotus
|
678
|
-
n_more_endorsers:
|
679
|
-
one: ja 1 muu
|
680
|
-
other: ja %{count} muuta
|
681
676
|
photos: Kuvat
|
682
677
|
ranking: "%{ranking} / %{total}"
|
683
678
|
related_meetings: Liittyvät tapahtumat
|
data/config/locales/fi.yml
CHANGED
@@ -98,9 +98,7 @@ fi:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text: Ehdotus %{link} luotiin
|
102
101
|
import_from_proposal_text: 'Toisen ehdotuksen perusteella luotiin tämä ehdotus: %{link}'
|
103
|
-
import_to_proposal_text: Tämä ehdotus %{link} luotiin
|
104
102
|
merge_from_proposal_text: 'Ehdotus yhdistettiin uudeksi ehdotukseksi: %{link}'
|
105
103
|
merge_to_proposal_text: 'Tämä ehdotus luotiin: %{link}'
|
106
104
|
split_from_proposal_text: 'Alkuperäinen ehdotus jaettiin uusiksi ehdotuksiksi: %{link}'
|
@@ -339,7 +337,7 @@ fi:
|
|
339
337
|
notification_title: Voit nyt esittää <a href="%{resource_path}">uusia ehdotuksia</a> osallistumistilassa <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
340
338
|
endorsing_enabled:
|
341
339
|
email_intro: 'Voit suositella ehdotuksia osallistumistilassa %{participatory_space_title}! Aloita osallistuminen sivulta:'
|
342
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä
|
340
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
343
341
|
email_subject: Ehdotusten suosittelu on alkanut kohteelle %{participatory_space_title}
|
344
342
|
notification_title: Voit nyt aloittaa <a href="%{resource_path}">ehdotusten suosittelun</a> osallistumistilassa <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
345
343
|
proposal_mentioned:
|
@@ -675,9 +673,6 @@ fi:
|
|
675
673
|
endorsements_count: Suositusten lukumäärä
|
676
674
|
endorsers: Suosittelijat
|
677
675
|
link: Näytä ehdotus
|
678
|
-
n_more_endorsers:
|
679
|
-
one: ja 1 muu
|
680
|
-
other: ja %{count} muuta
|
681
676
|
photos: Kuvat
|
682
677
|
ranking: "%{ranking} / %{total}"
|
683
678
|
related_meetings: Liittyvät tapaamiset
|
data/config/locales/fr-CA.yml
CHANGED
@@ -97,8 +97,8 @@ fr-CA:
|
|
97
97
|
decidim:
|
98
98
|
proposals:
|
99
99
|
proposal:
|
100
|
-
budget_text: La proposition
|
101
|
-
import_to_proposal_text:
|
100
|
+
budget_text: La proposition <span class="resource-link">%{link} a été créée</span>
|
101
|
+
import_to_proposal_text: Cette proposition <span "resource-link">%{link} a été créée</span>
|
102
102
|
decidim/proposals/collaborative_draft:
|
103
103
|
one: Brouillon collaboratif
|
104
104
|
other: Brouillons collaboratifs
|
@@ -331,7 +331,7 @@ fr-CA:
|
|
331
331
|
notification_title: Vous pouvez maintenant créer de <a href="%{resource_path}">nouvelles propositions</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
332
332
|
endorsing_enabled:
|
333
333
|
email_intro: 'Vous pouvez soutenir les différentes propositions dans %{participatory_space_title} ! Commencez à participer en vous rendant sur cette page :'
|
334
|
-
email_outro: Vous avez reçu cette notification car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en cliquant sur
|
334
|
+
email_outro: Vous avez reçu cette notification car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en cliquant sur le lien précédent.
|
335
335
|
email_subject: Vous pouvez désormais soutenir des propositions dans %{participatory_space_title}
|
336
336
|
notification_title: Vous pouvez maintenant commencer à <a href="%{resource_path}">soutenir les propositions</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
337
337
|
proposal_mentioned:
|
@@ -601,9 +601,6 @@ fr-CA:
|
|
601
601
|
endorsements_count: Nombre de soutiens
|
602
602
|
endorsers: Soutiens
|
603
603
|
link: Voir la proposition
|
604
|
-
n_more_endorsers:
|
605
|
-
one: et 1 de plus
|
606
|
-
other: et %{count} autres
|
607
604
|
photos: Photos
|
608
605
|
ranking: "%{ranking} sur %{total}"
|
609
606
|
related_meetings: Réunions associées
|
data/config/locales/fr.yml
CHANGED
@@ -97,8 +97,8 @@ fr:
|
|
97
97
|
decidim:
|
98
98
|
proposals:
|
99
99
|
proposal:
|
100
|
-
budget_text: La proposition
|
101
|
-
import_to_proposal_text:
|
100
|
+
budget_text: La proposition <span class="resource-link">%{link} a été créée</span>
|
101
|
+
import_to_proposal_text: Cette proposition <span "resource-link">%{link} a été créée</span>
|
102
102
|
decidim/proposals/collaborative_draft:
|
103
103
|
one: Brouillon collaboratif
|
104
104
|
other: Brouillons collaboratifs
|
@@ -601,9 +601,6 @@ fr:
|
|
601
601
|
endorsements_count: Nombre de soutiens
|
602
602
|
endorsers: Soutiens
|
603
603
|
link: Voir la proposition
|
604
|
-
n_more_endorsers:
|
605
|
-
one: et 1 de plus
|
606
|
-
other: et %{count} autres
|
607
604
|
photos: Photos
|
608
605
|
ranking: "%{ranking} sur %{total}"
|
609
606
|
related_meetings: Réunions associées
|
data/config/locales/gl.yml
CHANGED
data/config/locales/hu.yml
CHANGED
@@ -379,9 +379,6 @@ hu:
|
|
379
379
|
documents: Dokumentumok
|
380
380
|
endorsements_count: Támogatások száma
|
381
381
|
endorsers: Támogatók
|
382
|
-
n_more_endorsers:
|
383
|
-
one: és még egy
|
384
|
-
other: és még %{count}
|
385
382
|
photos: Fotók
|
386
383
|
ranking: "%{total} -ból %{ranking}"
|
387
384
|
related_meetings: Kapcsolódó találkozók
|
@@ -595,7 +592,7 @@ hu:
|
|
595
592
|
estimated_cost: Becsült költség
|
596
593
|
hidden_endorsers_count:
|
597
594
|
one: és még %{count} személy
|
598
|
-
other: és még %{count}
|
595
|
+
other: és még %{count} személy
|
599
596
|
link_to_collaborative_draft_help_text: Ez a javaslat egy közös vázlat eredménye. Nézd át az előzményeket
|
600
597
|
link_to_collaborative_draft_text: Közös vázlat megtekintése
|
601
598
|
link_to_promoted_emendation_help_text: Ez a javaslat egy támogatott helyreigazítás
|
data/config/locales/it.yml
CHANGED
@@ -344,9 +344,6 @@ it:
|
|
344
344
|
documents: Documenti
|
345
345
|
endorsements_count: Numero di Appoggi
|
346
346
|
endorsers: Sostenitori
|
347
|
-
n_more_endorsers:
|
348
|
-
one: e 1 altro
|
349
|
-
other: e altri %{count}
|
350
347
|
photos: Foto
|
351
348
|
ranking: "%{ranking} di %{total}"
|
352
349
|
related_meetings: Riunioni correlate
|
data/config/locales/ja.yml
CHANGED
@@ -98,9 +98,9 @@ ja:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text: 提案
|
101
|
+
budget_text: 提案 <span class="resource-link">%{link} が作成されました</span>
|
102
102
|
import_from_proposal_text: 'この提案になりました: %{link}'
|
103
|
-
import_to_proposal_text:
|
103
|
+
import_to_proposal_text: 提案 <span "resource-link">%{link} が作成されました</span>
|
104
104
|
merge_from_proposal_text: 'この提案になりました: %{link}'
|
105
105
|
merge_to_proposal_text: 'この提案が作成されました: %{link}'
|
106
106
|
split_from_proposal_text: 'この提案になりました: %{link}'
|
@@ -668,8 +668,6 @@ ja:
|
|
668
668
|
endorsements_count: オススメ数
|
669
669
|
endorsers: オススメしている人
|
670
670
|
link: 提案を見る
|
671
|
-
n_more_endorsers:
|
672
|
-
other: 他 %{count} 名
|
673
671
|
photos: 写真
|
674
672
|
ranking: "%{ranking} / %{total}"
|
675
673
|
related_meetings: 関連するミーティング
|
data/config/locales/lt.yml
CHANGED
@@ -418,11 +418,6 @@ lt:
|
|
418
418
|
documents: Dokumentai
|
419
419
|
endorsements_count: Palaikymų skaičius
|
420
420
|
endorsers: Pritariantieji
|
421
|
-
n_more_endorsers:
|
422
|
-
one: ir dar vienas
|
423
|
-
few: ir dar %{count}
|
424
|
-
many: ir dar %{count} daugiau
|
425
|
-
other: ir dar %{count} daugiau
|
426
421
|
photos: Nuotraukos
|
427
422
|
ranking: "%{ranking} iš %{total}"
|
428
423
|
related_meetings: Susiję susitikimai
|
data/config/locales/lv.yml
CHANGED
@@ -299,10 +299,6 @@ lv:
|
|
299
299
|
documents: Dokumenti
|
300
300
|
endorsements_count: Atbalstu skaits
|
301
301
|
endorsers: Atbalstītāji
|
302
|
-
n_more_endorsers:
|
303
|
-
zero: un %{count} vēl
|
304
|
-
one: un vēl viens
|
305
|
-
other: un %{count} vēl
|
306
302
|
photos: Fotogrāfijas
|
307
303
|
ranking: "%{ranking} no %{total}"
|
308
304
|
related_meetings: 'Saistītās sanāksmes:'
|
data/config/locales/nl.yml
CHANGED
@@ -192,7 +192,7 @@ nl:
|
|
192
192
|
email_subject: Voorstellen nu beschikbaar in %{participatory_space_title}
|
193
193
|
endorsing_enabled:
|
194
194
|
email_intro: 'U kunt voorstellen in %{participatory_space_title} goedkeuren! Neem deel op deze pagina:'
|
195
|
-
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title}volgt.
|
195
|
+
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title} volgt. Schakel de meldingen uit door te klikken op de voorgaande link.
|
196
196
|
email_subject: Je kan nu de voorstellen in %{participatory_space_title} steunen
|
197
197
|
proposal_mentioned:
|
198
198
|
email_intro: Uw voorstel "%{mentioned_proposal_title}" is in deze ruimte <a href="%{resource_url}"></a> genoemd in de reacties.
|
@@ -357,9 +357,6 @@ nl:
|
|
357
357
|
documents: Documenten
|
358
358
|
endorsements_count: Aantal suggesties
|
359
359
|
endorsers: Aanbevelers
|
360
|
-
n_more_endorsers:
|
361
|
-
one: en nog 1
|
362
|
-
other: en %{count} meer
|
363
360
|
photos: Foto's
|
364
361
|
ranking: "%{ranking} van %{total}"
|
365
362
|
related_meetings: Gerelateerde vergaderingen
|
@@ -577,7 +574,7 @@ nl:
|
|
577
574
|
estimated_cost: Geschatte kosten
|
578
575
|
hidden_endorsers_count:
|
579
576
|
one: en nog %{count} persoon
|
580
|
-
other: en nog %{count}
|
577
|
+
other: en nog %{count} personen
|
581
578
|
link_to_collaborative_draft_help_text: Dit voorstel is het resultaat van een gezamenlijk concept. Bekijk de geschiedenis
|
582
579
|
link_to_collaborative_draft_text: Bekijk het gezamenlijke ontwerp
|
583
580
|
link_to_promoted_emendation_help_text: Dit voorstel is een gepromoot amendement
|
data/config/locales/no.yml
CHANGED
@@ -351,9 +351,6 @@
|
|
351
351
|
documents: Dokumenter
|
352
352
|
endorsements_count: Påtegnelser teller
|
353
353
|
endorsers: Påtegnelser
|
354
|
-
n_more_endorsers:
|
355
|
-
one: og 1 til
|
356
|
-
other: og %{count} til
|
357
354
|
photos: Bilder
|
358
355
|
ranking: "%{ranking} av %{total}"
|
359
356
|
related_meetings: Relaterte møter
|
data/config/locales/pl.yml
CHANGED
@@ -267,7 +267,7 @@ pl:
|
|
267
267
|
notification_title: Możesz teraz przedstawiać <a href="%{resource_path}">nowe propozycje</a> w <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
268
268
|
endorsing_enabled:
|
269
269
|
email_intro: 'Możesz rekomendować propozycje w %{participatory_space_title}! Dołącz na tej stronie:'
|
270
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia
|
270
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
271
271
|
email_subject: Rozpoczęto rekomendację propozycji w %{participatory_space_title}
|
272
272
|
notification_title: Możesz teraz zacząć <a href="%{resource_path}">rekomendować propozycje</a> w <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
273
273
|
proposal_mentioned:
|
@@ -499,11 +499,6 @@ pl:
|
|
499
499
|
endorsements_count: Liczba rekomendacji
|
500
500
|
endorsers: Rekomendujący
|
501
501
|
link: Zobacz propozycję
|
502
|
-
n_more_endorsers:
|
503
|
-
one: i jeszcze 1
|
504
|
-
few: i jeszcze %{count}
|
505
|
-
many: i jeszcze %{count}
|
506
|
-
other: i jeszcze %{count}
|
507
502
|
photos: Zdjęcia
|
508
503
|
ranking: "%{ranking} z %{total}"
|
509
504
|
related_meetings: Powiązane spotkania
|
@@ -775,7 +770,7 @@ pl:
|
|
775
770
|
changes_at_title: Poprawka do „%{title}”
|
776
771
|
estimated_cost: Szacowany koszt
|
777
772
|
hidden_endorsers_count:
|
778
|
-
one: i %{count} osoba
|
773
|
+
one: i %{count} więcej osoba
|
779
774
|
few: i %{count} więcej osób
|
780
775
|
many: i %{count} więcej osób
|
781
776
|
other: i %{count} więcej osób
|
data/config/locales/pt-BR.yml
CHANGED
@@ -379,9 +379,6 @@ pt-BR:
|
|
379
379
|
documents: Documentos
|
380
380
|
endorsements_count: Contagem de endossos
|
381
381
|
endorsers: Endossar
|
382
|
-
n_more_endorsers:
|
383
|
-
one: e mais 1
|
384
|
-
other: e mais %{count}
|
385
382
|
photos: Fotos
|
386
383
|
ranking: "%{ranking} de %{total}"
|
387
384
|
related_meetings: Reuniões relacionadas
|
data/config/locales/pt.yml
CHANGED
@@ -356,9 +356,6 @@ pt:
|
|
356
356
|
documents: Documentos
|
357
357
|
endorsements_count: Contagem de endossamentos
|
358
358
|
endorsers: Endossadores
|
359
|
-
n_more_endorsers:
|
360
|
-
one: e mais 1
|
361
|
-
other: e mais %{count}
|
362
359
|
photos: Fotos
|
363
360
|
ranking: "%{ranking} de %{total}"
|
364
361
|
related_meetings: Reuniões relacionadas
|
data/config/locales/ro-RO.yml
CHANGED
@@ -67,6 +67,11 @@ ro:
|
|
67
67
|
decidim/proposals/voting_enabled_event: Votare propunerii este activată
|
68
68
|
activerecord:
|
69
69
|
models:
|
70
|
+
decidim:
|
71
|
+
proposals:
|
72
|
+
proposal:
|
73
|
+
budget_text: Propunerea <span class="resource-link">%{link} a fost creată</span>
|
74
|
+
import_to_proposal_text: Această propunere <span "resource-link">%{link} a fost creată</span>
|
70
75
|
decidim/proposals/collaborative_draft:
|
71
76
|
one: Ciornă colaborativă
|
72
77
|
few: Ciorne colaborative
|
@@ -386,10 +391,6 @@ ro:
|
|
386
391
|
documents: Documente
|
387
392
|
endorsements_count: Număr de susțineri
|
388
393
|
endorsers: Susținători
|
389
|
-
n_more_endorsers:
|
390
|
-
one: și încă 1
|
391
|
-
few: și încă %{count}
|
392
|
-
other: și încă %{count}
|
393
394
|
photos: Imagini
|
394
395
|
ranking: "%{ranking} din %{total}"
|
395
396
|
related_meetings: Întâlniri similare
|
data/config/locales/sk.yml
CHANGED
@@ -301,11 +301,6 @@ sk:
|
|
301
301
|
documents: Dokumenty
|
302
302
|
endorsements_count: Počet podporení
|
303
303
|
endorsers: Podporovatelia
|
304
|
-
n_more_endorsers:
|
305
|
-
one: a 1 ďalší
|
306
|
-
few: + %{count} ďalších
|
307
|
-
many: + %{count} ďalších
|
308
|
-
other: + %{count} ďalších
|
309
304
|
photos: Fotografie
|
310
305
|
ranking: "%{ranking} z celkového %{total}"
|
311
306
|
related_meetings: Podobné stretnutia
|
@@ -518,9 +513,9 @@ sk:
|
|
518
513
|
estimated_cost: Odhadované náklady
|
519
514
|
hidden_endorsers_count:
|
520
515
|
one: a%{count} ďalšia osoba
|
521
|
-
few: a
|
522
|
-
many: a
|
523
|
-
other: a
|
516
|
+
few: a%{count} ďalších ľudí
|
517
|
+
many: a%{count} ďalších ľudí
|
518
|
+
other: a%{count} ďalších ľudí
|
524
519
|
link_to_collaborative_draft_help_text: Tento návrh je výsledkom spoločného návrhu. Skontrolujte históriu
|
525
520
|
link_to_collaborative_draft_text: Pozri schému spolupráca
|
526
521
|
link_to_promoted_emendation_help_text: Tento návrh je podporované vylepšenia
|
data/config/locales/sr-CS.yml
CHANGED
@@ -59,10 +59,6 @@ sr:
|
|
59
59
|
documents: Dokumenti
|
60
60
|
endorsements_count: Broj podržavanja
|
61
61
|
endorsers: Podržavaoci
|
62
|
-
n_more_endorsers:
|
63
|
-
one: i još 1
|
64
|
-
few: i još %{count}
|
65
|
-
other: i još %{count}
|
66
62
|
photos: Slike
|
67
63
|
ranking: "%{ranking} od %{total}"
|
68
64
|
related_meetings: Slični sastanci
|
data/config/locales/sv.yml
CHANGED
@@ -98,9 +98,7 @@ sv:
|
|
98
98
|
decidim:
|
99
99
|
proposals:
|
100
100
|
proposal:
|
101
|
-
budget_text: Förslaget %{link} skapades
|
102
101
|
import_from_proposal_text: 'Det blev det här förslaget: %{link}'
|
103
|
-
import_to_proposal_text: Förslaget %{link} skapades
|
104
102
|
merge_from_proposal_text: 'Det blev det här förslaget: %{link}'
|
105
103
|
merge_to_proposal_text: 'Förslaget skapades: %{link}'
|
106
104
|
split_from_proposal_text: 'Det blev det här förslaget: %{link}'
|
@@ -576,6 +574,7 @@ sv:
|
|
576
574
|
actions: Åtgärder
|
577
575
|
apply_answer_template: Tillämpa svarsmall
|
578
576
|
assign_to_valuator: Tilldela till handläggare
|
577
|
+
assign_to_valuator_button: Tilldelad
|
579
578
|
cancel: Avbryt
|
580
579
|
merge: Slå samman till ett nytt
|
581
580
|
merge_button: Slå ihop
|
@@ -590,6 +589,7 @@ sv:
|
|
590
589
|
statuses: Statusar
|
591
590
|
title: Förslag
|
592
591
|
unassign_from_valuator: Ta bort tilldelning till handläggare
|
592
|
+
unassign_from_valuator_button: Ta bort
|
593
593
|
update: Uppdatera
|
594
594
|
new:
|
595
595
|
create: Skapa
|
@@ -890,8 +890,8 @@ sv:
|
|
890
890
|
changes_at_title: Ändring till %{title}
|
891
891
|
estimated_cost: Beräknad kostnad
|
892
892
|
hidden_endorsers_count:
|
893
|
-
one: och %{count}
|
894
|
-
other: och %{count}
|
893
|
+
one: och %{count} mer person
|
894
|
+
other: och %{count} fler personer
|
895
895
|
link_to_collaborative_draft_help_text: Detta förslag är resultatet av ett gemensamt utkast. Läs historiken
|
896
896
|
link_to_collaborative_draft_text: Visa det gemensamma utkastet
|
897
897
|
link_to_promoted_emendation_help_text: Detta förslag är ett annonserat ändringsförslag
|
data/config/locales/tr-TR.yml
CHANGED
@@ -187,7 +187,7 @@ tr:
|
|
187
187
|
email_subject: Teklifler artık %{participatory_space_title} içinde mevcut
|
188
188
|
endorsing_enabled:
|
189
189
|
email_intro: 'Teklifleri %{participatory_space_title} olarak onaylayabilirsiniz! Bu sayfaya katılmaya başlayın:'
|
190
|
-
email_outro: Bu bildirimi %{participatory_space_title}
|
190
|
+
email_outro: Bu bildirimi, %{participatory_space_title} adlı kişiyi takip ettiğiniz için aldınız. Önceki bağlantıyı izleyerek bildirim almayı durdurabilirsiniz.
|
191
191
|
email_subject: '%{participatory_space_title} için teklifleri onaylamaya başladı'
|
192
192
|
proposal_mentioned:
|
193
193
|
email_intro: Yorumlarınızda <a href="%{resource_url}"> bu alanda </a> "%{mentioned_proposal_title}" önerinizden bahsedildi.
|
@@ -375,9 +375,6 @@ tr:
|
|
375
375
|
documents: Dokümanlar
|
376
376
|
endorsements_count: Onay sayısı
|
377
377
|
endorsers: Onaycılar
|
378
|
-
n_more_endorsers:
|
379
|
-
one: ve 1 tane daha
|
380
|
-
other: ve %{count} tane daha
|
381
378
|
photos: Resimler
|
382
379
|
ranking: "%{ranking} / %{total}"
|
383
380
|
related_meetings: İlgili toplantılar
|
data/config/locales/zh-CN.yml
CHANGED
data/config/locales/zh-TW.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-proposals
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.30.
|
4
|
+
version: 0.30.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-
|
13
|
+
date: 2025-06-17 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-comments
|
@@ -18,28 +18,28 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.30.
|
21
|
+
version: 0.30.1
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.30.
|
28
|
+
version: 0.30.1
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-core
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.30.
|
35
|
+
version: 0.30.1
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.30.
|
42
|
+
version: 0.30.1
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: doc2text
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -80,98 +80,98 @@ dependencies:
|
|
80
80
|
requirements:
|
81
81
|
- - '='
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: 0.30.
|
83
|
+
version: 0.30.1
|
84
84
|
type: :development
|
85
85
|
prerelease: false
|
86
86
|
version_requirements: !ruby/object:Gem::Requirement
|
87
87
|
requirements:
|
88
88
|
- - '='
|
89
89
|
- !ruby/object:Gem::Version
|
90
|
-
version: 0.30.
|
90
|
+
version: 0.30.1
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
92
|
name: decidim-assemblies
|
93
93
|
requirement: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
95
|
- - '='
|
96
96
|
- !ruby/object:Gem::Version
|
97
|
-
version: 0.30.
|
97
|
+
version: 0.30.1
|
98
98
|
type: :development
|
99
99
|
prerelease: false
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
101
101
|
requirements:
|
102
102
|
- - '='
|
103
103
|
- !ruby/object:Gem::Version
|
104
|
-
version: 0.30.
|
104
|
+
version: 0.30.1
|
105
105
|
- !ruby/object:Gem::Dependency
|
106
106
|
name: decidim-budgets
|
107
107
|
requirement: !ruby/object:Gem::Requirement
|
108
108
|
requirements:
|
109
109
|
- - '='
|
110
110
|
- !ruby/object:Gem::Version
|
111
|
-
version: 0.30.
|
111
|
+
version: 0.30.1
|
112
112
|
type: :development
|
113
113
|
prerelease: false
|
114
114
|
version_requirements: !ruby/object:Gem::Requirement
|
115
115
|
requirements:
|
116
116
|
- - '='
|
117
117
|
- !ruby/object:Gem::Version
|
118
|
-
version: 0.30.
|
118
|
+
version: 0.30.1
|
119
119
|
- !ruby/object:Gem::Dependency
|
120
120
|
name: decidim-conference
|
121
121
|
requirement: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - '='
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version: 0.30.
|
125
|
+
version: 0.30.1
|
126
126
|
type: :development
|
127
127
|
prerelease: false
|
128
128
|
version_requirements: !ruby/object:Gem::Requirement
|
129
129
|
requirements:
|
130
130
|
- - '='
|
131
131
|
- !ruby/object:Gem::Version
|
132
|
-
version: 0.30.
|
132
|
+
version: 0.30.1
|
133
133
|
- !ruby/object:Gem::Dependency
|
134
134
|
name: decidim-dev
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
137
|
- - '='
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version: 0.30.
|
139
|
+
version: 0.30.1
|
140
140
|
type: :development
|
141
141
|
prerelease: false
|
142
142
|
version_requirements: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
144
|
- - '='
|
145
145
|
- !ruby/object:Gem::Version
|
146
|
-
version: 0.30.
|
146
|
+
version: 0.30.1
|
147
147
|
- !ruby/object:Gem::Dependency
|
148
148
|
name: decidim-meetings
|
149
149
|
requirement: !ruby/object:Gem::Requirement
|
150
150
|
requirements:
|
151
151
|
- - '='
|
152
152
|
- !ruby/object:Gem::Version
|
153
|
-
version: 0.30.
|
153
|
+
version: 0.30.1
|
154
154
|
type: :development
|
155
155
|
prerelease: false
|
156
156
|
version_requirements: !ruby/object:Gem::Requirement
|
157
157
|
requirements:
|
158
158
|
- - '='
|
159
159
|
- !ruby/object:Gem::Version
|
160
|
-
version: 0.30.
|
160
|
+
version: 0.30.1
|
161
161
|
- !ruby/object:Gem::Dependency
|
162
162
|
name: decidim-participatory_processes
|
163
163
|
requirement: !ruby/object:Gem::Requirement
|
164
164
|
requirements:
|
165
165
|
- - '='
|
166
166
|
- !ruby/object:Gem::Version
|
167
|
-
version: 0.30.
|
167
|
+
version: 0.30.1
|
168
168
|
type: :development
|
169
169
|
prerelease: false
|
170
170
|
version_requirements: !ruby/object:Gem::Requirement
|
171
171
|
requirements:
|
172
172
|
- - '='
|
173
173
|
- !ruby/object:Gem::Version
|
174
|
-
version: 0.30.
|
174
|
+
version: 0.30.1
|
175
175
|
description: A proposals component for decidim's participatory spaces.
|
176
176
|
email:
|
177
177
|
- josepjaume@gmail.com
|