decidim-budgets 0.19.0 → 0.22.0
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/assets/images/decidim/budgets/icon.svg +1 -11
- data/app/assets/javascripts/decidim/budgets/projects.js.es6 +26 -4
- data/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss +147 -24
- data/app/cells/decidim/budgets/project_list_item/project_data.erb +5 -0
- data/app/cells/decidim/budgets/project_list_item/project_data_number.erb +3 -0
- data/app/cells/decidim/budgets/project_list_item/project_data_vote_button.erb +15 -0
- data/app/cells/decidim/budgets/project_list_item/project_data_votes.erb +7 -0
- data/app/cells/decidim/budgets/project_list_item/project_image.erb +5 -0
- data/app/cells/decidim/budgets/project_list_item/project_text.erb +17 -0
- data/app/cells/decidim/budgets/project_list_item/show.erb +5 -0
- data/app/cells/decidim/budgets/project_list_item_cell.rb +86 -0
- data/app/cells/decidim/budgets/project_m/data.erb +2 -2
- data/app/cells/decidim/budgets/project_m/footer.erb +1 -1
- data/app/commands/decidim/budgets/admin/create_project.rb +19 -9
- data/app/commands/decidim/budgets/admin/update_project.rb +12 -1
- data/app/commands/decidim/budgets/checkout.rb +2 -1
- data/app/controllers/concerns/decidim/budgets/needs_current_order.rb +5 -1
- data/app/controllers/concerns/decidim/budgets/orderable.rb +61 -0
- data/app/controllers/decidim/budgets/admin/projects_controller.rb +8 -5
- data/app/controllers/decidim/budgets/line_items_controller.rb +1 -1
- data/app/controllers/decidim/budgets/projects_controller.rb +23 -3
- data/app/forms/decidim/budgets/admin/component_form.rb +44 -0
- data/app/forms/decidim/budgets/admin/project_form.rb +14 -2
- data/app/helpers/decidim/budgets/application_helper.rb +1 -0
- data/app/helpers/decidim/budgets/projects_helper.rb +17 -0
- data/app/jobs/decidim/budgets/send_order_summary_job.rb +15 -0
- data/app/mailers/decidim/budgets/order_summary_mailer.rb +34 -0
- data/app/models/decidim/budgets/order.rb +28 -1
- data/app/models/decidim/budgets/project.rb +13 -0
- data/app/services/decidim/budgets/project_search.rb +8 -0
- data/app/types/decidim/budgets/budgets_type.rb +32 -0
- data/app/types/decidim/budgets/project_type.rb +25 -0
- data/app/views/decidim/budgets/admin/projects/_form.html.erb +3 -6
- data/app/views/decidim/budgets/admin/projects/proposals_picker.html.erb +1 -0
- data/app/views/decidim/budgets/order_summary_mailer/order_summary.html.erb +21 -0
- data/app/views/decidim/budgets/projects/_budget_confirm.html.erb +1 -1
- data/app/views/decidim/budgets/projects/_budget_summary.html.erb +8 -2
- data/app/views/decidim/budgets/projects/_filters.html.erb +10 -6
- data/app/views/decidim/budgets/projects/_linked_projects.html.erb +1 -1
- data/app/views/decidim/budgets/projects/_order_progress.html.erb +8 -16
- data/app/views/decidim/budgets/projects/_project.html.erb +1 -57
- data/app/views/decidim/budgets/projects/_project_budget_button.html.erb +3 -3
- data/app/views/decidim/budgets/projects/_projects.html.erb +8 -1
- data/app/views/decidim/budgets/projects/index.html.erb +3 -3
- data/app/views/decidim/budgets/projects/index.js.erb +8 -0
- data/app/views/decidim/budgets/projects/show.html.erb +1 -1
- data/config/locales/ar.yml +1 -6
- data/config/locales/bg-BG.yml +7 -0
- data/config/locales/ca.yml +27 -5
- data/config/locales/cs.yml +44 -22
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/de.yml +27 -5
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +175 -0
- data/config/locales/en.yml +27 -5
- data/config/locales/es-MX.yml +27 -5
- data/config/locales/es-PY.yml +27 -5
- data/config/locales/es.yml +27 -5
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/eu.yml +1 -6
- data/config/locales/fi-plain.yml +27 -5
- data/config/locales/fi.yml +40 -18
- data/config/locales/fr-CA.yml +175 -0
- data/config/locales/fr.yml +27 -5
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +1 -6
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hu.yml +17 -6
- data/config/locales/id-ID.yml +1 -6
- data/config/locales/is-IS.yml +114 -0
- data/config/locales/it.yml +28 -6
- data/config/locales/ja-JP.yml +171 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +172 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/nl.yml +32 -10
- data/config/locales/no.yml +160 -0
- data/config/locales/pl.yml +74 -52
- data/config/locales/pt-BR.yml +2 -7
- data/config/locales/pt.yml +64 -42
- data/config/locales/ro-RO.yml +179 -0
- data/config/locales/ru.yml +1 -6
- data/config/locales/sk-SK.yml +180 -0
- data/config/locales/sk.yml +175 -0
- data/config/locales/sl.yml +5 -0
- data/config/locales/sr-CS.yml +29 -0
- data/config/locales/sv.yml +27 -5
- data/config/locales/tr-TR.yml +1 -6
- data/config/locales/uk.yml +1 -6
- data/lib/decidim/budgets/admin_engine.rb +2 -0
- data/lib/decidim/budgets/component.rb +12 -0
- data/lib/decidim/budgets/seeds/city.jpeg +0 -0
- data/lib/decidim/budgets/test/factories.rb +33 -0
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +55 -15
data/config/locales/no.yml
CHANGED
|
@@ -4,3 +4,163 @@
|
|
|
4
4
|
project:
|
|
5
5
|
budget: Budsjett
|
|
6
6
|
decidim_category_id: Kategori
|
|
7
|
+
decidim_scope_id: Tema
|
|
8
|
+
description: Beskrivelse
|
|
9
|
+
proposal_ids: Relaterte forslag
|
|
10
|
+
title: Tittel
|
|
11
|
+
activerecord:
|
|
12
|
+
models:
|
|
13
|
+
decidim/budgets/project:
|
|
14
|
+
one: Prosjekt
|
|
15
|
+
other: Prosjekter
|
|
16
|
+
decidim:
|
|
17
|
+
budgets:
|
|
18
|
+
actions:
|
|
19
|
+
attachment_collections: Mapper
|
|
20
|
+
attachments: Vedlegg
|
|
21
|
+
confirm_destroy: Er du sikker på at du vil slette dette prosjektet?
|
|
22
|
+
destroy: Slett
|
|
23
|
+
edit: Editar
|
|
24
|
+
import: Importer forslag til prosjekter
|
|
25
|
+
new: Nytt prosjekt
|
|
26
|
+
preview: Forhåndsvis
|
|
27
|
+
title: Handlinger
|
|
28
|
+
admin:
|
|
29
|
+
models:
|
|
30
|
+
project:
|
|
31
|
+
name: Prosjekt
|
|
32
|
+
projects:
|
|
33
|
+
create:
|
|
34
|
+
invalid: Det oppstod et problem med å opprette dette prosjektet
|
|
35
|
+
success: Prosjektet ble opprettet
|
|
36
|
+
destroy:
|
|
37
|
+
success: Prosjektet ble slettet
|
|
38
|
+
edit:
|
|
39
|
+
title: Rediger prosjekt
|
|
40
|
+
update: Oppdater
|
|
41
|
+
index:
|
|
42
|
+
finished_orders: Avsluttede stemmer
|
|
43
|
+
pending_orders: Ventende stemmer
|
|
44
|
+
title: Prosjekter
|
|
45
|
+
new:
|
|
46
|
+
create: Opprett
|
|
47
|
+
title: Nytt prosjekt
|
|
48
|
+
update:
|
|
49
|
+
invalid: Det oppstod et problem med å oppdatere dette prosjektet
|
|
50
|
+
success: Prosjektet ble oppdatert
|
|
51
|
+
proposals_imports:
|
|
52
|
+
create:
|
|
53
|
+
invalid: Det oppsto et problem med å importere forslagene til prosjektet
|
|
54
|
+
success: "%{number} forslag importert til prosjekter"
|
|
55
|
+
new:
|
|
56
|
+
create: Importer forslag til prosjekter
|
|
57
|
+
no_components: Det er ingen andre forslag komponenter i dette deltaker området å importere forslagene inn i prosjekter.
|
|
58
|
+
select_component: Velg en komponent
|
|
59
|
+
admin_log:
|
|
60
|
+
project:
|
|
61
|
+
create: "%{user_name} opprettet %{resource_name} prosjektet i %{space_name} rommet"
|
|
62
|
+
delete: "%{user_name} slettet %{resource_name} prosjektet i %{space_name} rommet"
|
|
63
|
+
update: "%{user_name} oppdaterte %{resource_name} prosjektet i %{space_name} rommet"
|
|
64
|
+
models:
|
|
65
|
+
project:
|
|
66
|
+
fields:
|
|
67
|
+
title: Tittel
|
|
68
|
+
order_summary_mailer:
|
|
69
|
+
order_summary:
|
|
70
|
+
selected_projects: 'Prosjektene du har valgt er:'
|
|
71
|
+
subject: Du har stemt på %{space_name} i deltakelsesrommet
|
|
72
|
+
voted_on_space: Du har stemt på budsjettene for deltakerrommet %{space_name}.
|
|
73
|
+
voted_on_space_with_scope: Du har stemt på budsjettene for deltakelsesrommet %{space_name} på %{scope_name} (%{scope_type}).
|
|
74
|
+
projects:
|
|
75
|
+
budget_confirm:
|
|
76
|
+
are_you_sure: Er du enig? Når du har bekrefter din stemme, kan du ikke endre den.
|
|
77
|
+
cancel: Avbryt
|
|
78
|
+
confirm: Bekreft
|
|
79
|
+
description: Dette er prosjektene du har valgt å være en del av budsjettet.
|
|
80
|
+
title: Bekreft stemme
|
|
81
|
+
budget_excess:
|
|
82
|
+
close: Lukk
|
|
83
|
+
description: Dette prosjektet overskrider det maksimale budsjettet og kan ikke bli lagt til. Hvis du ønsker, kan du slette et prosjekt du har allerede har valgt å legge til, eller avgi stemme på dine preferanser.
|
|
84
|
+
ok: OK
|
|
85
|
+
title: Maksimalt budsjett overskredet
|
|
86
|
+
budget_summary:
|
|
87
|
+
are_you_sure: Er du sikker på at du vil avbryte din stemme?
|
|
88
|
+
assigned: 'Tildelt:'
|
|
89
|
+
cancel_order: slett stemmen din og begynn på nytt
|
|
90
|
+
checked_out:
|
|
91
|
+
description: Du har allerede stemt for budsjettet. Hvis du har ombestemt deg, kan du %{cancel_link}.
|
|
92
|
+
title: Budtjett avstemning fullført
|
|
93
|
+
description: Hvilke prosjekter tror du vi bør bevilge budsjett for? Tildel minst %{minimum_budget} til prosjektene du ønsker, og stem på dine preferanser for å definere budsjettet.
|
|
94
|
+
title: Du bestemmer budsjettet
|
|
95
|
+
count:
|
|
96
|
+
projects_count:
|
|
97
|
+
one: 1 prosjekt
|
|
98
|
+
other: "%{count} prosjekter"
|
|
99
|
+
filters:
|
|
100
|
+
category: Kategori
|
|
101
|
+
scope: Tema
|
|
102
|
+
search: Søk
|
|
103
|
+
filters_small_view:
|
|
104
|
+
close_modal: Lukk modal
|
|
105
|
+
filter: Filter
|
|
106
|
+
filter_by: Filtrer etter
|
|
107
|
+
unfold: Åpne
|
|
108
|
+
order_progress:
|
|
109
|
+
vote: Stemme
|
|
110
|
+
order_selected_projects:
|
|
111
|
+
remove: Fjern
|
|
112
|
+
selected_projects:
|
|
113
|
+
one: prosjekt valgt
|
|
114
|
+
other: prosjekter valgt
|
|
115
|
+
view: Vis
|
|
116
|
+
orders:
|
|
117
|
+
highest_cost: Høyeste kostnad
|
|
118
|
+
label: Sorter prosjekter etter
|
|
119
|
+
lowest_cost: Laveste kostnad
|
|
120
|
+
most_voted: Mest stemte
|
|
121
|
+
random: Tilfeldig rekkefølge
|
|
122
|
+
project:
|
|
123
|
+
count:
|
|
124
|
+
one: 1 støtte
|
|
125
|
+
other: "%{count} støttere"
|
|
126
|
+
view: Vis
|
|
127
|
+
show:
|
|
128
|
+
budget: Budsjett
|
|
129
|
+
view_all_projects: Vis alle prosjekter
|
|
130
|
+
components:
|
|
131
|
+
budgets:
|
|
132
|
+
actions:
|
|
133
|
+
vote: Stemme
|
|
134
|
+
name: Budsjetter
|
|
135
|
+
settings:
|
|
136
|
+
global:
|
|
137
|
+
announcement: Kunngjøring
|
|
138
|
+
comments_enabled: Kommentarer aktivert
|
|
139
|
+
form:
|
|
140
|
+
errors:
|
|
141
|
+
budget_voting_rule_only_one: Bare én regel for stemmegivning må være aktivert
|
|
142
|
+
budget_voting_rule_required: En avstemningsregel kreves
|
|
143
|
+
projects_per_page: Prosjekter per side
|
|
144
|
+
resources_permissions_enabled: Handlings tillatelser kan settes for hvert møte
|
|
145
|
+
total_budget: Totalt budsjett
|
|
146
|
+
vote_minimum_budget_projects_number: Minimum antall prosjekter å stemme på
|
|
147
|
+
vote_rule_minimum_budget_projects_enabled: 'Aktiver regel: Minimum antall prosjekter det skal stemmes på'
|
|
148
|
+
vote_threshold_percent: Stemmeterskel prosent
|
|
149
|
+
step:
|
|
150
|
+
announcement: Kunngjøring
|
|
151
|
+
comments_blocked: Kommentarer blokkert
|
|
152
|
+
show_votes: Vis stemmer
|
|
153
|
+
votes_enabled: Stemming aktivert
|
|
154
|
+
orders:
|
|
155
|
+
checkout:
|
|
156
|
+
error: Det oppstod et problem med å behandle din stemme
|
|
157
|
+
success: Stemmen din ble godtatt
|
|
158
|
+
destroy:
|
|
159
|
+
error: Det oppstod et problem med å avbryte stemmen din
|
|
160
|
+
success: Stemmen din ble kansellert
|
|
161
|
+
resource_links:
|
|
162
|
+
included_proposals:
|
|
163
|
+
project_proposal: 'Forslag inkludert i dette prosjektet:'
|
|
164
|
+
index:
|
|
165
|
+
confirmed_orders_count: Stemmer teller
|
|
166
|
+
total_budget: Totalt budsjett
|
data/config/locales/pl.yml
CHANGED
|
@@ -6,140 +6,162 @@ pl:
|
|
|
6
6
|
decidim_category_id: Kategoria
|
|
7
7
|
decidim_scope_id: Zakres
|
|
8
8
|
description: Opis
|
|
9
|
-
proposal_ids:
|
|
9
|
+
proposal_ids: Powiązane propozycje
|
|
10
10
|
title: Tytuł
|
|
11
11
|
activerecord:
|
|
12
12
|
models:
|
|
13
13
|
decidim/budgets/project:
|
|
14
14
|
one: Projekt
|
|
15
|
-
few:
|
|
16
|
-
many:
|
|
17
|
-
other:
|
|
15
|
+
few: Projekty
|
|
16
|
+
many: Projekty
|
|
17
|
+
other: Projekty
|
|
18
18
|
decidim:
|
|
19
19
|
budgets:
|
|
20
20
|
actions:
|
|
21
|
-
attachment_collections:
|
|
21
|
+
attachment_collections: Foldery
|
|
22
22
|
attachments: Załączniki
|
|
23
23
|
confirm_destroy: Czy na pewno chcesz usunąć ten projekt?
|
|
24
|
-
destroy:
|
|
25
|
-
edit:
|
|
24
|
+
destroy: Usuń
|
|
25
|
+
edit: Edytuj
|
|
26
26
|
import: Importuj propozycje do projektów
|
|
27
27
|
new: Nowy projekt
|
|
28
|
-
preview:
|
|
29
|
-
title:
|
|
28
|
+
preview: Podgląd
|
|
29
|
+
title: Działania
|
|
30
30
|
admin:
|
|
31
31
|
models:
|
|
32
32
|
project:
|
|
33
33
|
name: Projekt
|
|
34
34
|
projects:
|
|
35
35
|
create:
|
|
36
|
-
invalid: Podczas tworzenia tego projektu wystąpił
|
|
37
|
-
success: Projekt został
|
|
36
|
+
invalid: Podczas tworzenia tego projektu wystąpił błąd
|
|
37
|
+
success: Projekt został utworzony
|
|
38
38
|
destroy:
|
|
39
|
-
success: Projekt został
|
|
39
|
+
success: Projekt został usunięty
|
|
40
40
|
edit:
|
|
41
41
|
title: Edytuj projekt
|
|
42
|
-
update:
|
|
42
|
+
update: Aktualizuj
|
|
43
43
|
index:
|
|
44
|
-
finished_orders: Ukończone
|
|
45
|
-
pending_orders:
|
|
46
|
-
title:
|
|
44
|
+
finished_orders: Ukończone głosowania
|
|
45
|
+
pending_orders: Głosowania oczekujące
|
|
46
|
+
title: Projekty
|
|
47
47
|
new:
|
|
48
|
-
create:
|
|
48
|
+
create: Utwórz
|
|
49
49
|
title: Nowy projekt
|
|
50
50
|
update:
|
|
51
|
-
invalid: Wystąpił
|
|
51
|
+
invalid: Wystąpił błąd podczas aktualizowania tego projektu
|
|
52
52
|
success: Zaktualizowano projekt
|
|
53
53
|
proposals_imports:
|
|
54
54
|
create:
|
|
55
|
-
invalid: Wystąpił
|
|
56
|
-
success: "%{number} propozycji pomyślnie
|
|
55
|
+
invalid: Wystąpił błąd podczas importowania propozycji do projektów
|
|
56
|
+
success: "%{number} propozycji pomyślnie zaimportowano do projektów"
|
|
57
57
|
new:
|
|
58
58
|
create: Importuj propozycje do projektów
|
|
59
59
|
no_components: W tej przestrzeni partycypacyjnej nie ma innych komponentów propozycji do importowania propozycji do projektów.
|
|
60
60
|
select_component: Wybierz komponent
|
|
61
61
|
admin_log:
|
|
62
62
|
project:
|
|
63
|
-
create: "%{user_name} utworzył projekt %{resource_name} w przestrzeni %{space_name}"
|
|
64
|
-
delete: "%{user_name}
|
|
63
|
+
create: "%{user_name} utworzył(a) projekt %{resource_name} w przestrzeni %{space_name}"
|
|
64
|
+
delete: "%{user_name} usunął/usunęła projekt %{resource_name} z przestrzeni %{space_name}"
|
|
65
65
|
update: "%{user_name} zaktualizował projekt %{resource_name} w przestrzeni %{space_name}"
|
|
66
66
|
models:
|
|
67
67
|
project:
|
|
68
68
|
fields:
|
|
69
69
|
title: Tytuł
|
|
70
|
+
order_summary_mailer:
|
|
71
|
+
order_summary:
|
|
72
|
+
selected_projects: 'Wybrane przez Ciebie projekty to:'
|
|
73
|
+
subject: Zagłosowałeś(-aś) w przestrzeni partycypacyjnej %{space_name}
|
|
74
|
+
voted_on_space: Zagłosowałeś(-aś) w sprawie budżetów dla przestrzeni partycypacyjnej %{space_name}.
|
|
75
|
+
voted_on_space_with_scope: Zagłosowałeś(-aś) w sprawie budżetów dla przestrzeni partycypacyjnej %{space_name} w zakresie %{scope_name} (%{scope_type}).
|
|
70
76
|
projects:
|
|
71
77
|
budget_confirm:
|
|
72
|
-
are_you_sure:
|
|
78
|
+
are_you_sure: Zgadzasz się? Po potwierdzeniu głosu, nie będzie można go zmienić.
|
|
73
79
|
cancel: Anuluj
|
|
74
|
-
confirm:
|
|
80
|
+
confirm: Potwierdź
|
|
75
81
|
description: Są to projekty, które wybrałeś jako część budżetu.
|
|
76
82
|
title: Potwierdź głosowanie
|
|
77
83
|
budget_excess:
|
|
78
|
-
close:
|
|
84
|
+
close: Zamknij
|
|
79
85
|
description: Ten projekt przekracza maksymalny budżet i nie można go dodać. Jeśli chcesz, możesz usunąć projekt, który został już wybrany, aby dodać lub sprawić, aby głosował z Twoimi preferencjami.
|
|
80
86
|
ok: ok
|
|
81
87
|
title: Przekroczono maksymalny budżet
|
|
82
88
|
budget_summary:
|
|
83
89
|
are_you_sure: Czy na pewno chcesz anulować swój głos?
|
|
84
|
-
assigned: '
|
|
85
|
-
cancel_order:
|
|
90
|
+
assigned: 'Przypisano:'
|
|
91
|
+
cancel_order: usuń głos i zacznij od nowa
|
|
86
92
|
checked_out:
|
|
87
93
|
description: Już głosowałeś na budżet. Jeśli zmieniłeś zdanie, możesz %{cancel_link}.
|
|
88
|
-
title: Ukończono
|
|
89
|
-
description:
|
|
90
|
-
|
|
94
|
+
title: Ukończono głosowanie dot. budżetu
|
|
95
|
+
description: Na jakie projekty Twoim zdaniem powinniśmy przeznaczyć budżet? Przeznacz co najmniej %{minimum_budget} na te projekty, które chcesz, i głosuj zgodnie ze swoimi preferencjami, aby określić budżet.
|
|
96
|
+
description_minimum_projects_rule: Na jakie projekty Twoim zdaniem powinniśmy przeznaczyć budżet? Wybierz co najmniej %{minimum_number} spośród dostępnych projektów i zagłosuj zgodnie ze swoimi preferencjami, aby określić budżet.
|
|
97
|
+
title: Ty decydujesz o budżecie
|
|
91
98
|
count:
|
|
92
99
|
projects_count:
|
|
93
100
|
one: 1 projekt
|
|
94
101
|
few: "%{count} projektów"
|
|
95
|
-
many: "%{count}
|
|
102
|
+
many: "%{count} projekty"
|
|
96
103
|
other: "%{count} projektów"
|
|
97
104
|
filters:
|
|
98
105
|
category: Kategoria
|
|
99
|
-
|
|
100
|
-
search:
|
|
106
|
+
scope: Zakres
|
|
107
|
+
search: Szukaj
|
|
101
108
|
filters_small_view:
|
|
102
109
|
close_modal: Zamknij modal
|
|
103
110
|
filter: Filtr
|
|
104
111
|
filter_by: Filtruj według
|
|
105
|
-
unfold:
|
|
112
|
+
unfold: Rozwiń
|
|
106
113
|
order_progress:
|
|
107
|
-
vote:
|
|
114
|
+
vote: Głosuj
|
|
108
115
|
order_selected_projects:
|
|
109
|
-
remove:
|
|
116
|
+
remove: Usuń
|
|
110
117
|
selected_projects:
|
|
111
|
-
one:
|
|
112
|
-
few:
|
|
118
|
+
one: wybrany projekt
|
|
119
|
+
few: wybranych projektów
|
|
113
120
|
many: wybrane projekty
|
|
114
|
-
other:
|
|
121
|
+
other: wybranych projektów
|
|
115
122
|
view: Widok
|
|
123
|
+
orders:
|
|
124
|
+
highest_cost: Najwyższy koszt
|
|
125
|
+
label: Uporządkuj projekty według
|
|
126
|
+
lowest_cost: Najniższy koszt
|
|
127
|
+
most_voted: Z największą liczbą głosów
|
|
128
|
+
random: Kolejność losowa
|
|
116
129
|
project:
|
|
117
|
-
add: Dodaj
|
|
130
|
+
add: Dodaj projekt %{resource_name} do swojego głosowania
|
|
118
131
|
count:
|
|
119
|
-
one: 1
|
|
120
|
-
few: "%{count}
|
|
121
|
-
many: "%{count}
|
|
122
|
-
other: "%{count}
|
|
123
|
-
remove:
|
|
132
|
+
one: 1 wsparcie
|
|
133
|
+
few: "%{count} wsparć"
|
|
134
|
+
many: "%{count} wsparć"
|
|
135
|
+
other: "%{count} wsparć"
|
|
136
|
+
remove: Usuń projekt %{resource_name} z Twojego głosu
|
|
124
137
|
view: Widok
|
|
125
138
|
project_budget_button:
|
|
126
|
-
add: Dodaj
|
|
127
|
-
|
|
139
|
+
add: Dodaj do swojego głosu
|
|
140
|
+
add_descriptive: Dodaj projekt %{resource_name} do swojego głosu
|
|
141
|
+
added: Dodano do Twojego głosu
|
|
142
|
+
added_descriptive: Projekt %{resource_name} został dodany do Twojego głosowania
|
|
128
143
|
show:
|
|
129
144
|
budget: Budżet
|
|
130
145
|
view_all_projects: Wyświetl wszystkie projekty
|
|
131
146
|
components:
|
|
132
147
|
budgets:
|
|
133
148
|
actions:
|
|
134
|
-
vote:
|
|
149
|
+
vote: Głosuj
|
|
135
150
|
name: Budżety
|
|
136
151
|
settings:
|
|
137
152
|
global:
|
|
138
153
|
announcement: Ogłoszenie
|
|
139
154
|
comments_enabled: Komentarze włączone
|
|
140
|
-
|
|
141
|
-
|
|
155
|
+
form:
|
|
156
|
+
errors:
|
|
157
|
+
budget_voting_rule_only_one: Może być włączona tylko jedna reguła głosowania
|
|
158
|
+
budget_voting_rule_required: Wymagana jest jedna reguła głosowania
|
|
159
|
+
projects_per_page: Projektów na stronie
|
|
160
|
+
resources_permissions_enabled: Uprawnienia działań można ustawić dla każdego spotkania
|
|
142
161
|
total_budget: Cały budżet
|
|
162
|
+
vote_minimum_budget_projects_number: Minimalna liczba projektów, na które można głosować
|
|
163
|
+
vote_rule_minimum_budget_projects_enabled: 'Włącz regułę: minimalna liczba projektów, na które można głosować'
|
|
164
|
+
vote_rule_threshold_percent_enabled: 'Włącz regułę: minimalny procent budżetu'
|
|
143
165
|
vote_threshold_percent: Procent progu głosowania
|
|
144
166
|
step:
|
|
145
167
|
announcement: Ogłoszenie
|
|
@@ -149,10 +171,10 @@ pl:
|
|
|
149
171
|
orders:
|
|
150
172
|
checkout:
|
|
151
173
|
error: Podczas przetwarzania Twojego głosu wystąpił błąd
|
|
152
|
-
success: Twój głos został
|
|
174
|
+
success: Twój głos został przyjęty
|
|
153
175
|
destroy:
|
|
154
176
|
error: Podczas anulowania Twojego głosu wystąpił błąd
|
|
155
|
-
success: Twój głos został
|
|
177
|
+
success: Twój głos został anulowany
|
|
156
178
|
resource_links:
|
|
157
179
|
included_proposals:
|
|
158
180
|
project_proposal: 'Propozycje zawarte w tym projekcie:'
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pt
|
|
1
|
+
pt:
|
|
2
2
|
activemodel:
|
|
3
3
|
attributes:
|
|
4
4
|
project:
|
|
@@ -92,7 +92,7 @@ pt-BR:
|
|
|
92
92
|
other: "%{count} projetos"
|
|
93
93
|
filters:
|
|
94
94
|
category: Categoria
|
|
95
|
-
|
|
95
|
+
scope: Âmbito
|
|
96
96
|
search: Pesquisa
|
|
97
97
|
filters_small_view:
|
|
98
98
|
close_modal: Fechar modal
|
|
@@ -108,15 +108,10 @@ pt-BR:
|
|
|
108
108
|
other: projetos selecionados
|
|
109
109
|
view: Visão
|
|
110
110
|
project:
|
|
111
|
-
add: Adicionar
|
|
112
111
|
count:
|
|
113
112
|
one: 1 suporte
|
|
114
113
|
other: "%{count} suporta"
|
|
115
|
-
remove: Remover
|
|
116
114
|
view: Ver
|
|
117
|
-
project_budget_button:
|
|
118
|
-
add: Adicionar
|
|
119
|
-
added: Adicionado
|
|
120
115
|
show:
|
|
121
116
|
budget: Orçamento
|
|
122
117
|
view_all_projects: Ver todos os projetos
|
data/config/locales/pt.yml
CHANGED
|
@@ -18,12 +18,12 @@ pt:
|
|
|
18
18
|
actions:
|
|
19
19
|
attachment_collections: Pastas
|
|
20
20
|
attachments: Anexos
|
|
21
|
-
confirm_destroy: Tem certeza de que deseja
|
|
22
|
-
destroy:
|
|
21
|
+
confirm_destroy: Tem certeza de que deseja eliminar este projeto?
|
|
22
|
+
destroy: Eliminar
|
|
23
23
|
edit: Editar
|
|
24
24
|
import: Importar propostas para projetos
|
|
25
25
|
new: Novo projeto
|
|
26
|
-
preview:
|
|
26
|
+
preview: Pré-visualização
|
|
27
27
|
title: Ações
|
|
28
28
|
admin:
|
|
29
29
|
models:
|
|
@@ -31,15 +31,15 @@ pt:
|
|
|
31
31
|
name: Projeto
|
|
32
32
|
projects:
|
|
33
33
|
create:
|
|
34
|
-
invalid:
|
|
35
|
-
success: Projeto criado
|
|
34
|
+
invalid: Ocorreu um problema ao criar este projeto
|
|
35
|
+
success: Projeto criado corretamente
|
|
36
36
|
destroy:
|
|
37
|
-
success: Projeto excluído
|
|
37
|
+
success: Projeto excluído corretamente
|
|
38
38
|
edit:
|
|
39
39
|
title: Editar projeto
|
|
40
|
-
update:
|
|
40
|
+
update: Atualizar
|
|
41
41
|
index:
|
|
42
|
-
finished_orders:
|
|
42
|
+
finished_orders: Votações concluídas
|
|
43
43
|
pending_orders: Votações pendentes
|
|
44
44
|
title: Projetos
|
|
45
45
|
new:
|
|
@@ -47,44 +47,51 @@ pt:
|
|
|
47
47
|
title: Novo projeto
|
|
48
48
|
update:
|
|
49
49
|
invalid: Ocorreu um problema ao atualizar este projeto
|
|
50
|
-
success: Projeto atualizado
|
|
50
|
+
success: Projeto atualizado corretamente
|
|
51
51
|
proposals_imports:
|
|
52
52
|
create:
|
|
53
|
-
invalid:
|
|
54
|
-
success: "%{number} propostas importadas
|
|
53
|
+
invalid: Ocorreu um problema ao importar as propostas nos projetos
|
|
54
|
+
success: "%{number} propostas importadas corretamente nos projetos"
|
|
55
55
|
new:
|
|
56
|
-
create: Importar propostas
|
|
57
|
-
no_components: Não há outros componentes da proposta neste espaço participativo para importar as propostas
|
|
56
|
+
create: Importar propostas em projetos
|
|
57
|
+
no_components: Não há outros componentes da proposta neste espaço participativo para importar as propostas em projetos.
|
|
58
58
|
select_component: Por favor selecione um componente
|
|
59
59
|
admin_log:
|
|
60
60
|
project:
|
|
61
61
|
create: "%{user_name} criou o projeto %{resource_name} no espaço %{space_name}"
|
|
62
|
-
delete: "%{user_name}
|
|
62
|
+
delete: "%{user_name} eliminou o projeto %{resource_name} no espaço %{space_name}"
|
|
63
63
|
update: "%{user_name} atualizou o projeto %{resource_name} no espaço %{space_name}"
|
|
64
64
|
models:
|
|
65
65
|
project:
|
|
66
66
|
fields:
|
|
67
67
|
title: Título
|
|
68
|
+
order_summary_mailer:
|
|
69
|
+
order_summary:
|
|
70
|
+
selected_projects: 'Os projetos que selecionou são:'
|
|
71
|
+
subject: Votou no espaço participativo %{space_name}
|
|
72
|
+
voted_on_space: Votou nos orçamentos para o espaço participativo %{space_name}.
|
|
73
|
+
voted_on_space_with_scope: Votou nos orçamentos para o espaço participativo %{space_name} em %{scope_name} (%{scope_type}).
|
|
68
74
|
projects:
|
|
69
75
|
budget_confirm:
|
|
70
76
|
are_you_sure: Você concorda? Depois de confirmar o seu voto, não pode alterá-lo.
|
|
71
77
|
cancel: Cancelar
|
|
72
|
-
confirm:
|
|
73
|
-
description: Estes são os projetos que
|
|
78
|
+
confirm: Confirmar
|
|
79
|
+
description: Estes são os projetos que escolheu para fazer parte do orçamento.
|
|
74
80
|
title: Confirmar votação
|
|
75
81
|
budget_excess:
|
|
76
82
|
close: Fechar
|
|
77
|
-
description: Este projeto excede o orçamento máximo e não pode ser adicionado. Se
|
|
78
|
-
ok:
|
|
79
|
-
title:
|
|
83
|
+
description: Este projeto excede o orçamento máximo e não pode ser adicionado. Se quiser, pode eliminar um projeto que já selecionou para adicionar, ou fazer o seu voto com as suas preferências.
|
|
84
|
+
ok: OK
|
|
85
|
+
title: Orçamento máximo excedido
|
|
80
86
|
budget_summary:
|
|
81
|
-
are_you_sure: Tem certeza de que deseja cancelar o seu voto?
|
|
87
|
+
are_you_sure: Tem a certeza de que deseja cancelar o seu voto?
|
|
82
88
|
assigned: 'Atribuído:'
|
|
83
|
-
cancel_order:
|
|
89
|
+
cancel_order: elimine o seu voto e comece de novo
|
|
84
90
|
checked_out:
|
|
85
|
-
description:
|
|
91
|
+
description: Já votou no orçamento. Se mudou de ideia, pode %{cancel_link}.
|
|
86
92
|
title: Votação do orçamento concluída
|
|
87
|
-
description: Em que projetos
|
|
93
|
+
description: Em que projetos crê que devemos alocar orçamento? Atribua pelo menos %{minimum_budget} aos projetos que deseja e vote com as suas preferências para definir o orçamento.
|
|
94
|
+
description_minimum_projects_rule: Em que projetos crê que devemos alocar orçamento? Selecione pelo menos %{minimum_number} projetos que deseja e vote de acordo com as suas preferências para definir o orçamento.
|
|
88
95
|
title: Você decide o orçamento
|
|
89
96
|
count:
|
|
90
97
|
projects_count:
|
|
@@ -92,47 +99,62 @@ pt:
|
|
|
92
99
|
other: "%{count} projetos"
|
|
93
100
|
filters:
|
|
94
101
|
category: Categoria
|
|
95
|
-
|
|
96
|
-
search:
|
|
102
|
+
scope: Âmbito
|
|
103
|
+
search: Pesquisar
|
|
97
104
|
filters_small_view:
|
|
98
105
|
close_modal: Fechar modal
|
|
99
|
-
filter:
|
|
106
|
+
filter: Filtrar
|
|
100
107
|
filter_by: Filtrar por
|
|
101
108
|
unfold: Desdobrar
|
|
102
109
|
order_progress:
|
|
103
|
-
vote:
|
|
110
|
+
vote: Votação
|
|
104
111
|
order_selected_projects:
|
|
105
112
|
remove: Remover
|
|
106
113
|
selected_projects:
|
|
107
114
|
one: projeto selecionado
|
|
108
115
|
other: projetos selecionados
|
|
109
|
-
view:
|
|
116
|
+
view: Visualização
|
|
117
|
+
orders:
|
|
118
|
+
highest_cost: Custo mais elevado
|
|
119
|
+
label: Ordenar projetos por
|
|
120
|
+
lowest_cost: Custo mais baixo
|
|
121
|
+
most_voted: Mais votado
|
|
122
|
+
random: Ordem aleatória
|
|
110
123
|
project:
|
|
111
|
-
add: Adicionar
|
|
124
|
+
add: Adicionar projeto %{resource_name} à sua votação
|
|
112
125
|
count:
|
|
113
|
-
one: 1
|
|
114
|
-
other: "%{count}
|
|
115
|
-
remove: Remover
|
|
116
|
-
view:
|
|
126
|
+
one: 1 suporta
|
|
127
|
+
other: "%{count} suportam"
|
|
128
|
+
remove: Remover projeto %{resource_name} da sua votação
|
|
129
|
+
view: Visualização
|
|
117
130
|
project_budget_button:
|
|
118
|
-
add: Adicionar
|
|
119
|
-
|
|
131
|
+
add: Adicionar à sua votação
|
|
132
|
+
add_descriptive: Adicionar projeto %{resource_name} à sua votação
|
|
133
|
+
added: Adicionado à sua votação
|
|
134
|
+
added_descriptive: Projeto %{resource_name} adicionado à sua votação
|
|
120
135
|
show:
|
|
121
|
-
budget:
|
|
136
|
+
budget: Orçamento
|
|
122
137
|
view_all_projects: Ver todos os projetos
|
|
123
138
|
components:
|
|
124
139
|
budgets:
|
|
125
140
|
actions:
|
|
126
|
-
vote:
|
|
141
|
+
vote: Votação
|
|
127
142
|
name: Orçamentos
|
|
128
143
|
settings:
|
|
129
144
|
global:
|
|
130
145
|
announcement: Anúncio
|
|
131
146
|
comments_enabled: Comentários ativados
|
|
147
|
+
form:
|
|
148
|
+
errors:
|
|
149
|
+
budget_voting_rule_only_one: Apenas deve estar ativa uma regra de votação
|
|
150
|
+
budget_voting_rule_required: É necessária uma regra de votação
|
|
132
151
|
projects_per_page: Projetos por página
|
|
133
152
|
resources_permissions_enabled: Permissões de ações podem ser definidas para cada reunião
|
|
134
153
|
total_budget: Orçamento total
|
|
135
|
-
|
|
154
|
+
vote_minimum_budget_projects_number: Número mínimo de projetos a votar
|
|
155
|
+
vote_rule_minimum_budget_projects_enabled: 'Ativar regra: Número mínimo de projetos a voto'
|
|
156
|
+
vote_rule_threshold_percent_enabled: 'Ativar regra: Percentagem mínima do orçamento'
|
|
157
|
+
vote_threshold_percent: Percentagem do limite da votação
|
|
136
158
|
step:
|
|
137
159
|
announcement: Anúncio
|
|
138
160
|
comments_blocked: Comentários bloqueados
|
|
@@ -140,11 +162,11 @@ pt:
|
|
|
140
162
|
votes_enabled: Votação habilitada
|
|
141
163
|
orders:
|
|
142
164
|
checkout:
|
|
143
|
-
error: Ocorreu um
|
|
144
|
-
success:
|
|
165
|
+
error: Ocorreu um problema ao processar o seu voto
|
|
166
|
+
success: O seu voto foi aceite corretamente
|
|
145
167
|
destroy:
|
|
146
|
-
error: Ocorreu um
|
|
147
|
-
success:
|
|
168
|
+
error: Ocorreu um problema ao cancelar o seu voto
|
|
169
|
+
success: O seu voto foi cancelado corretamente
|
|
148
170
|
resource_links:
|
|
149
171
|
included_proposals:
|
|
150
172
|
project_proposal: 'Propostas incluídas neste projeto:'
|