decidim-budgets 0.26.5 → 0.26.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/budgets/budgets_header/show.erb +1 -1
  3. data/app/controllers/decidim/budgets/admin/application_controller.rb +0 -2
  4. data/app/controllers/decidim/budgets/admin/attachment_collections_controller.rb +3 -1
  5. data/app/controllers/decidim/budgets/admin/attachments_controller.rb +7 -1
  6. data/app/controllers/decidim/budgets/admin/budgets_controller.rb +1 -1
  7. data/app/controllers/decidim/budgets/line_items_controller.rb +2 -2
  8. data/app/controllers/decidim/budgets/orders_controller.rb +1 -1
  9. data/app/controllers/decidim/budgets/projects_controller.rb +6 -2
  10. data/app/forms/decidim/budgets/admin/budget_form.rb +2 -1
  11. data/app/models/decidim/budgets/order.rb +1 -0
  12. data/app/views/decidim/budgets/admin/budgets/_form.html.erb +1 -1
  13. data/app/views/decidim/budgets/admin/budgets/edit.html.erb +1 -0
  14. data/app/views/decidim/budgets/admin/budgets/index.html.erb +1 -0
  15. data/app/views/decidim/budgets/admin/budgets/new.html.erb +1 -0
  16. data/app/views/decidim/budgets/admin/projects/edit.html.erb +1 -0
  17. data/app/views/decidim/budgets/admin/projects/index.html.erb +1 -0
  18. data/app/views/decidim/budgets/admin/projects/new.html.erb +1 -0
  19. data/app/views/decidim/budgets/admin/proposals_imports/new.html.erb +1 -0
  20. data/app/views/decidim/budgets/order_summary_mailer/order_summary.html.erb +1 -0
  21. data/app/views/decidim/budgets/projects/show.html.erb +1 -1
  22. data/config/environment.rb +0 -0
  23. data/config/locales/ar.yml +1 -1
  24. data/config/locales/ca.yml +1 -1
  25. data/config/locales/cs.yml +2 -2
  26. data/config/locales/de.yml +8 -3
  27. data/config/locales/el.yml +33 -1
  28. data/config/locales/es-MX.yml +3 -3
  29. data/config/locales/es-PY.yml +3 -3
  30. data/config/locales/es.yml +2 -2
  31. data/config/locales/eu.yml +5 -4
  32. data/config/locales/fa-IR.yml +1 -0
  33. data/config/locales/fi-plain.yml +1 -1
  34. data/config/locales/fi.yml +47 -47
  35. data/config/locales/fr-CA.yml +1 -1
  36. data/config/locales/fr.yml +1 -1
  37. data/config/locales/ga-IE.yml +1 -1
  38. data/config/locales/hu.yml +149 -2
  39. data/config/locales/id-ID.yml +1 -1
  40. data/config/locales/is-IS.yml +1 -2
  41. data/config/locales/it.yml +2 -2
  42. data/config/locales/ja.yml +2 -2
  43. data/config/locales/kaa.yml +11 -0
  44. data/config/locales/lb.yml +5 -3
  45. data/config/locales/lt.yml +1 -1
  46. data/config/locales/lv.yml +1 -1
  47. data/config/locales/nl.yml +2 -2
  48. data/config/locales/no.yml +1 -1
  49. data/config/locales/pl.yml +3 -1
  50. data/config/locales/pt-BR.yml +18 -1
  51. data/config/locales/pt.yml +3 -1
  52. data/config/locales/ru.yml +1 -1
  53. data/config/locales/sk.yml +1 -1
  54. data/config/locales/sv.yml +1 -1
  55. data/config/locales/tr-TR.yml +3 -1
  56. data/config/locales/uk.yml +2 -2
  57. data/config/locales/zh-CN.yml +3 -0
  58. data/config/locales/zh-TW.yml +326 -0
  59. data/lib/decidim/budgets/version.rb +1 -1
  60. data/lib/decidim/budgets/workflows/all.rb +1 -1
  61. data/lib/decidim/budgets/workflows/base.rb +1 -1
  62. metadata +15 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a7eb220680e03c3f8ca012a81217a443c5672804687417251c1dffbec45b0e0
4
- data.tar.gz: 49dfd04c441922ca035ba2960af1fa9bcecdc96a714f4ce8c8aa174a0518c6ed
3
+ metadata.gz: 2f2cdc629bfb6b15b82bbf1282a5ac79e3bab24c171c0574154ae2e7e27d4ad2
4
+ data.tar.gz: 9850c9295cb2142528f4503b0ae04190ca57e036f345043f7ff1f51ff7b2c3c7
5
5
  SHA512:
6
- metadata.gz: d12adac75f375e11e435c5615036e501597afe8a4e3708f7d7444ebb7c9205748962171e8025f8f5570dc0359a62abdac396c90fca00d869dc1823cd655eaee7
7
- data.tar.gz: 3aa335a63d70836da050ef789353eef75cef7e0c1943b055e219d0d2cb7a0e58dc09edf7a09b37a5865b781d2d263e3721d24ea182f773b64922230ca5e57216
6
+ metadata.gz: 56dbc00316c58ea9c641bd1468615308c13b68960a44d097c2d2a49a886007eeec0825cf03ec2f51c5e040ee6abe092e54b4eae06dc60d83172ffed28c45bd60
7
+ data.tar.gz: 37809196ac1a1c4956c8894e1286fb40cf4328cfa48bc3994952e9248fc826b1c8b977b99684156957e4e69f0fdd9772dc18baca345d6de69f22939e8736810d
@@ -1,7 +1,7 @@
1
1
  <div class="row">
2
2
  <div class="columns medium-7 mediumlarge-8">
3
3
  <div class="section">
4
- <%= decidim_sanitize_editor(landing_page_content) %>
4
+ <%= decidim_sanitize_editor_admin(landing_page_content) %>
5
5
  </div>
6
6
  </div>
7
7
  </div>
@@ -22,8 +22,6 @@ module Decidim
22
22
  end
23
23
 
24
24
  def project
25
- return unless projects
26
-
27
25
  @project ||= projects.find(params[:id])
28
26
  end
29
27
  end
@@ -17,7 +17,9 @@ module Decidim
17
17
  end
18
18
 
19
19
  def project
20
- @project ||= Decidim::Budgets::Project.find(params[:project_id])
20
+ @project ||= Decidim::Budgets::Project
21
+ .joins("INNER JOIN decidim_budgets_budgets budget ON budget.id = decidim_budgets_projects.decidim_budgets_budget_id")
22
+ .where(budget: { component: current_component }).find(params[:project_id])
21
23
  end
22
24
  end
23
25
  end
@@ -17,8 +17,14 @@ module Decidim
17
17
  project
18
18
  end
19
19
 
20
+ def projects
21
+ @projects ||= Decidim::Budgets::Project
22
+ .joins("INNER JOIN decidim_budgets_budgets budget ON budget.id = decidim_budgets_projects.decidim_budgets_budget_id")
23
+ .where(budget: { component: current_component })
24
+ end
25
+
20
26
  def project
21
- @project ||= Decidim::Budgets::Project.find(params[:project_id])
27
+ @project ||= projects.find(params[:project_id])
22
28
  end
23
29
  end
24
30
  end
@@ -79,7 +79,7 @@ module Decidim
79
79
  end
80
80
 
81
81
  def orders
82
- @orders ||= Order.where(decidim_budgets_budget_id: budgets)
82
+ @orders ||= Order.where(budget: budgets)
83
83
  end
84
84
 
85
85
  def pending_orders
@@ -44,11 +44,11 @@ module Decidim
44
44
  private
45
45
 
46
46
  def project
47
- @project ||= Project.includes(:budget).find_by(id: params[:project_id], decidim_budgets_budget_id: params[:budget_id])
47
+ @project ||= budget&.projects&.find_by(id: params[:project_id])
48
48
  end
49
49
 
50
50
  def budget
51
- @budget ||= project.budget
51
+ @budget ||= Budget.find_by(id: params[:budget_id], component: current_component)
52
52
  end
53
53
  end
54
54
  end
@@ -39,7 +39,7 @@ module Decidim
39
39
  private
40
40
 
41
41
  def budget
42
- @budget ||= Budget.find_by(id: params[:budget_id])
42
+ @budget ||= Budget.find_by(id: params[:budget_id], component: current_component)
43
43
  end
44
44
 
45
45
  def redirect_path
@@ -33,7 +33,7 @@ module Decidim
33
33
  end
34
34
 
35
35
  def project
36
- @project ||= Project.find_by(id: params[:id])
36
+ @project ||= budget&.projects&.find_by(id: params[:id])
37
37
  end
38
38
 
39
39
  def search_klass
@@ -50,7 +50,11 @@ module Decidim
50
50
  end
51
51
 
52
52
  def default_filter_status_params
53
- voting_finished? ? %w(selected) : %w(all)
53
+ show_selected_budgets? ? %w(selected) : %w(all)
54
+ end
55
+
56
+ def show_selected_budgets?
57
+ voting_finished? && budget.projects.selected.any?
54
58
  end
55
59
 
56
60
  def context_params
@@ -16,7 +16,8 @@ module Decidim
16
16
  attribute :decidim_scope_id, Integer
17
17
 
18
18
  validates :title, translatable_presence: true
19
- validates :weight, :total_budget, numericality: { greater_than_or_equal_to: 0 }
19
+ validates :weight, numericality: { greater_than_or_equal_to: 0 }
20
+ validates :total_budget, numericality: { greater_than: 0 }
20
21
  validates :scope, presence: true, if: ->(form) { form.decidim_scope_id.present? }
21
22
  validates :decidim_scope_id, scope_belongs_to_component: true, if: ->(form) { form.decidim_scope_id.present? }
22
23
 
@@ -109,6 +109,7 @@ module Decidim
109
109
  # enabled
110
110
  def budget_percent
111
111
  return (total_projects.to_f / maximum_projects) * 100 if projects_rule?
112
+ return 0 if budget.total_budget.zero?
112
113
 
113
114
  (total_budget.to_f / budget.total_budget) * 100
114
115
  end
@@ -9,7 +9,7 @@
9
9
 
10
10
  <%= form.number_field :weight %>
11
11
 
12
- <%= form.translated :editor, :description %>
12
+ <%= form.translated :editor, :description, toolbar: :content %>
13
13
 
14
14
  <%= form.number_field :total_budget %>
15
15
 
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t(".title")) %>
1
2
  <%= decidim_form_for(@form, html: { class: "form edit_budget" }) do |f| %>
2
3
  <%= render partial: "form", object: f, locals: { title: t(".title") } %>
3
4
 
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t(".title")) %>
1
2
  <div class="card with-overflow">
2
3
  <div class="card-divider">
3
4
  <h2 class="card-title flex--sbc">
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t(".title")) %>
1
2
  <%= decidim_form_for(@form, html: { class: "form new_budget" }) do |f| %>
2
3
  <%= render partial: "form", object: f, locals: { title: t(".title") } %>
3
4
 
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title("#{translated_attribute(budget.title)} - #{t(".title")}") %>
1
2
  <%= decidim_form_for([budget, @form], html: { class: "form edit_project" }) do |f| %>
2
3
  <%= render partial: "form", object: f, locals: { title: "#{translated_attribute(budget.title)} &gt; #{t(".title")}" } %>
3
4
 
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t(".title")) %>
1
2
  <div class="card with-overflow">
2
3
  <div class="card-divider">
3
4
  <h2 class="card-title flex--sbc">
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title("#{translated_attribute(budget.title)} - #{t(".title")}") %>
1
2
  <%= decidim_form_for([budget, @form], html: { class: "form new_project" }) do |f| %>
2
3
  <%= render partial: "form", object: f, locals: { title: "#{translated_attribute(budget.title)} &gt; #{t(".title")}" } %>
3
4
 
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t(".title")) %>
1
2
  <%= decidim_form_for(@form, url: budget_proposals_import_path(budget), html: { class: "form import_proposals" }) do |f| %>
2
3
  <% if @form.origin_components.any? %>
3
4
  <div class="card">
@@ -1,6 +1,7 @@
1
1
  <% if @component.try(:scopes_enabled) %>
2
2
  <%= t(
3
3
  ".voted_on_space_with_scope",
4
+ budget_name: translated_attribute(@budget.title),
4
5
  space_name: translated_attribute(@space.title),
5
6
  scope_name: translated_attribute(@component.scope.name),
6
7
  scope_type: translated_attribute(@component.scope.scope_type.name)
@@ -56,7 +56,7 @@ edit_link(
56
56
  <div class="columns mediumlarge-8 mediumlarge-pull-4">
57
57
  <div class="section">
58
58
  <%= cell("decidim/budgets/project_selected_status", project, as_label: true) %>
59
- <%= decidim_sanitize_editor translated_attribute project.description %>
59
+ <%= decidim_sanitize_editor_admin translated_attribute project.description %>
60
60
  <%= cell "decidim/budgets/project_tags", project, context: { extra_classes: ["tags--project"] } %>
61
61
  </div>
62
62
  <%= attachments_for project %>
File without changes
@@ -115,6 +115,7 @@ ar:
115
115
  description: لقد قمت بالتصويت بالفعل على الميزانية. إذا غيرت رأيك ، يمكنك %{cancel_link}.
116
116
  title: اكتمال التصويت في الميزانية
117
117
  title: عليك أن تقرر الميزانية
118
+ total_budget: الميزانية الإجمالية
118
119
  count:
119
120
  projects_count:
120
121
  zero: "%{count} مشاريع"
@@ -128,7 +129,6 @@ ar:
128
129
  scope: نطاق
129
130
  search: بحث
130
131
  filters_small_view:
131
- close_modal: إغلاق مشروط
132
132
  filter: منقي
133
133
  filter_by: مصنف بواسطة
134
134
  unfold: كشف
@@ -222,7 +222,7 @@ ca:
222
222
  not_selected: No seleccionat
223
223
  selected: Seleccionat
224
224
  filters_small_view:
225
- close_modal: Tancar finestra
225
+ close_modal: Tancar el modal
226
226
  filter: Filtra
227
227
  filter_by: Filtra per
228
228
  unfold: Desplegar
@@ -212,7 +212,7 @@ cs:
212
212
  other: "%{count} projektů"
213
213
  exit_modal:
214
214
  cancel: Návrat k hlasování
215
- close_modal: Zavřít modal
215
+ close_modal: Zavřít okno
216
216
  exit: Ukončit hlasování
217
217
  message: Váš hlas nebyl zaregistrován, protože jste ještě nedokončili proces hlasování. Opravdu chcete ukončit hlasování?
218
218
  title: Zatím jste nehlasovali
@@ -226,7 +226,7 @@ cs:
226
226
  not_selected: Nevybráno
227
227
  selected: Vybrané
228
228
  filters_small_view:
229
- close_modal: Zavřít modální
229
+ close_modal: Zavřít okno
230
230
  filter: Filtr
231
231
  filter_by: Filtrovat podle
232
232
  unfold: Rozbalit
@@ -16,6 +16,8 @@ de:
16
16
  proposals: Vorschläge
17
17
  selected: Zur Implementierung ausgewählt
18
18
  title: Titel
19
+ proposals_import:
20
+ scope_id: Themenbereich
19
21
  activerecord:
20
22
  models:
21
23
  decidim/budgets/project:
@@ -102,8 +104,10 @@ de:
102
104
  success: "%{number} Vorschläge wurden erfolgreich in Projekte importiert"
103
105
  new:
104
106
  create: Importieren Sie Vorschläge in Projekte
107
+ default_budget: Standardbudget
105
108
  import_all_accepted_proposals: Alle akzeptierten Vorschläge importieren
106
109
  no_components: Es gibt keine weiteren Vorschlagskomponenten in diesem partizipativen Raum, um die Vorschläge in Projekte zu importieren.
110
+ origin_component_id: Ursprungskomponente
107
111
  select_component: Bitte wählen Sie eine Komponente aus
108
112
  title: Vorschläge importieren
109
113
  admin_log:
@@ -193,7 +197,7 @@ de:
193
197
  rules:
194
198
  title: Budgetregeln
195
199
  title: Sie entscheiden über das Budget
196
- total_budget: Gesamtbudget
200
+ total_budget: Gesamtbudget; Gesamtetat
197
201
  total_projects: Stimmen insgesamt
198
202
  vote_threshold_percent_rule:
199
203
  description: Welche Projekte sollen finanziert werden? Wählen Sie Projekte im Wert von mindestens %{minimum_budget} aus und stimmen Sie entsprechend Ihren Präferenzen ab, um das Budget festzulegen.
@@ -218,12 +222,12 @@ de:
218
222
  not_selected: Nicht ausgewählt
219
223
  selected: Ausgewählt
220
224
  filters_small_view:
221
- close_modal: Modal schließen
225
+ close_modal: Dialog schließen
222
226
  filter: Filter
223
227
  filter_by: Filtern nach
224
228
  unfold: Aufklappen
225
229
  order_progress:
226
- vote: Abstimmung
230
+ vote: Abstimmen
227
231
  order_selected_projects:
228
232
  remove: Löschen
229
233
  selected_projects:
@@ -245,6 +249,7 @@ de:
245
249
  votes:
246
250
  one: Abstimmung
247
251
  other: Abstimmungen
252
+ you_voted: Sie haben dafür gestimmt
248
253
  project_budget_button:
249
254
  add: Zur Abstimmung hinzufügen
250
255
  add_descriptive: Projekt %{resource_name} Ihrer Stimme hinzufügen
@@ -13,14 +13,29 @@ el:
13
13
  decidim_scope_id: Πεδίο εφαρμογής
14
14
  description: Περιγραφή
15
15
  proposal_ids: Σχετικές προτάσεις
16
+ proposals: Προτάσεις
16
17
  selected: Επιλεγμένο για εφαρμογή
17
18
  title: Τίτλος
19
+ proposals_import:
20
+ scope_id: Πεδίο εφαρμογής
18
21
  activerecord:
19
22
  models:
20
23
  decidim/budgets/project:
21
24
  one: Έργο
22
25
  other: Έργα
23
26
  decidim:
27
+ admin:
28
+ filters:
29
+ projects:
30
+ category_id_eq:
31
+ label: Κατηγορία
32
+ scope_id_eq:
33
+ label: Πεδίο εφαρμογής
34
+ selected_at_null:
35
+ label: Επιλέχθηκε
36
+ values:
37
+ 'false': Επιλέχθηκε για υλοποίηση
38
+ 'true': Δεν επιλέχθηκε για υλοποίηση
24
39
  budgets:
25
40
  actions:
26
41
  attachment_collections: Φάκελοι
@@ -89,7 +104,10 @@ el:
89
104
  success: "%{number} προτάσεις εισήχθηκαν με επιτυχία σε έργα"
90
105
  new:
91
106
  create: Εισαγωγή προτάσεων σε έργα
107
+ default_budget: Προεπιλεγμένος προϋπολογισμός
108
+ import_all_accepted_proposals: Εισαγωγή όλων των αποδεχθείσων προτάσεων
92
109
  no_components: Δεν υπάρχουν άλλα στοιχεία προτάσεων σε αυτόν τον χώρο συμμετοχής για εισαγωγή των προτάσεων σε έργα.
110
+ origin_component_id: Στοιχείο καταγωγής
93
111
  select_component: Επιλέξτε ένα στοιχείο
94
112
  title: Προτάσεις εισαγωγής
95
113
  admin_log:
@@ -119,6 +137,9 @@ el:
119
137
  highlighted_cta: Ψηφίστε για %{name}
120
138
  if_change_opinion: Αν αλλάξατε γνώμη, μπορείτε να
121
139
  my_budgets: Οι προϋπολογισμοί μου
140
+ progress: Ολοκλήρωση ψηφοφορίας
141
+ show: Δείτε τα έργα
142
+ vote: Ψήφος
122
143
  voted_on: Έχετε ψηφίσει για %{links}
123
144
  limit_announcement:
124
145
  cant_vote: Δεν μπορείτε να ψηφίσετε αυτόν τον προϋπολογισμό. <a href="%{landing_path}">Δοκιμάστε έναν άλλο προϋπολογισμό</a>.
@@ -131,6 +152,8 @@ el:
131
152
  total_budget: Συνολικός προϋπολογισμός
132
153
  project:
133
154
  fields:
155
+ category: Κατηγορία
156
+ id: ID
134
157
  title: Τίτλος
135
158
  order_summary_mailer:
136
159
  order_summary:
@@ -151,6 +174,7 @@ el:
151
174
  close: Κλείσιμο
152
175
  ok: OK
153
176
  projects_excess:
177
+ description: Το έργο αυτό υπερβαίνει τον μέγιστο αριθμό έργων και δεν μπορεί να προστεθεί. Εάν θέλετε, μπορείτε να διαγράψετε ένα έργο που έχετε ήδη επιλέξει, για να μπορείτε να ψηφίσετε σύμφωνα με τις προτιμήσεις σας.
154
178
  title: Υπέρβαση των μέγιστων έργων
155
179
  budget_summary:
156
180
  are_you_sure: Είστε βέβαιοι ότι θέλετε να ακυρώσετε την ψήφο σας;
@@ -180,6 +204,12 @@ el:
180
204
  projects_count:
181
205
  one: 1 έργο
182
206
  other: "%{count} έργα"
207
+ exit_modal:
208
+ cancel: Επιστροφή στην ψηφοφορία
209
+ close_modal: Κλείσιμο παραθύρου
210
+ exit: Έξοδος από την ψηφοφορία
211
+ message: Η ψήφος σας δεν έχει εγγραφεί επειδή δεν έχετε ολοκληρώσει ακόμα τη διαδικασία ψηφοφορίας. Είστε σίγουροι ότι θέλετε να βγείτε από την ψηφοφορία;
212
+ title: Δεν έχετε ψηφίσει ακόμα
183
213
  filters:
184
214
  category: Κατηγορία
185
215
  scope: Πεδίο εφαρμογής
@@ -190,7 +220,7 @@ el:
190
220
  not_selected: Δεν έχει επιλεγεί
191
221
  selected: Επιλεγμένο
192
222
  filters_small_view:
193
- close_modal: Κλείσιμο βοηθητικού στοιχείου
223
+ close_modal: Κλείσιμο παραθύρου
194
224
  filter: Φίλτρο
195
225
  filter_by: Φιλτράρισμα κατά
196
226
  unfold: Αποκάλυψη
@@ -217,6 +247,7 @@ el:
217
247
  votes:
218
248
  one: ψήφος
219
249
  other: ψήφοι
250
+ you_voted: Ψηφίσατε για αυτό
220
251
  project_budget_button:
221
252
  add: Προσθέστε στην ψήφο σας
222
253
  add_descriptive: Προσθήκη του έργου %{resource_name} στην ψήφο σας
@@ -251,6 +282,7 @@ el:
251
282
  total_budget: Συνολικός προϋπολογισμός
252
283
  vote_minimum_budget_projects_number: Ελάχιστος αριθμός έργων προς ψηφοφορία
253
284
  vote_rule_minimum_budget_projects_enabled: 'Ενεργοποίηση κανόνα: Ελάχιστος αριθμός έργων προς ψηφοφορία'
285
+ vote_rule_selected_projects_enabled: 'Ενεργοποίηση κανόνα: Ελάχιστος και μέγιστος αριθμός έργων που θα ψηφιστούν'
254
286
  vote_rule_threshold_percent_enabled: 'Ενεργοποίηση κανόνα: Ελάχιστο ποσοστό προϋπολογισμού'
255
287
  vote_selected_projects_maximum: Μέγιστο ποσό έργων προς επιλογή
256
288
  vote_selected_projects_minimum: Ελάχιστος αριθμός έργων προς επιλογή
@@ -208,7 +208,7 @@ es-MX:
208
208
  other: "%{count} proyectos"
209
209
  exit_modal:
210
210
  cancel: Volver a la votación
211
- close_modal: Cerrar modal
211
+ close_modal: Cierra el modal
212
212
  exit: Salir de la votación
213
213
  message: Tu voto no ha sido registrado porque aún no has completado el proceso de votación. ¿Seguro que quieres salir de la votación?
214
214
  title: Aún no has votado
@@ -222,12 +222,12 @@ es-MX:
222
222
  not_selected: No seleccionado
223
223
  selected: Seleccionado
224
224
  filters_small_view:
225
- close_modal: Cerrar ventana
225
+ close_modal: Cierra el modal
226
226
  filter: Filtrar
227
227
  filter_by: Filtrar por
228
228
  unfold: Desplegar
229
229
  order_progress:
230
- vote: Dar apoyo
230
+ vote: Votar
231
231
  order_selected_projects:
232
232
  remove: Eliminar
233
233
  selected_projects:
@@ -208,7 +208,7 @@ es-PY:
208
208
  other: "%{count} proyectos"
209
209
  exit_modal:
210
210
  cancel: Volver a la votación
211
- close_modal: Cerrar modal
211
+ close_modal: Cierra el modal
212
212
  exit: Salir de la votación
213
213
  message: Tu voto no ha sido registrado porque aún no has completado el proceso de votación. ¿Seguro que quieres salir de la votación?
214
214
  title: Aún no has votado
@@ -222,12 +222,12 @@ es-PY:
222
222
  not_selected: No seleccionado
223
223
  selected: Seleccionado
224
224
  filters_small_view:
225
- close_modal: Cerrar ventana
225
+ close_modal: Cierra el modal
226
226
  filter: Filtrar
227
227
  filter_by: Filtrar por
228
228
  unfold: Desplegar
229
229
  order_progress:
230
- vote: Dar apoyo
230
+ vote: Votar
231
231
  order_selected_projects:
232
232
  remove: Eliminar
233
233
  selected_projects:
@@ -208,7 +208,7 @@ es:
208
208
  other: "%{count} proyectos"
209
209
  exit_modal:
210
210
  cancel: Volver a la votación
211
- close_modal: Cerrar modal
211
+ close_modal: Cierra el modal
212
212
  exit: Salir de la votación
213
213
  message: Tu voto no ha sido registrado porque aún no has completado el proceso de votación. ¿Seguro que quieres salir de la votación?
214
214
  title: Aún no has votado
@@ -222,7 +222,7 @@ es:
222
222
  not_selected: No seleccionado
223
223
  selected: Seleccionado
224
224
  filters_small_view:
225
- close_modal: Cerrar ventana
225
+ close_modal: Cierra el modal
226
226
  filter: Filtrar
227
227
  filter_by: Filtrar por
228
228
  unfold: Desplegar
@@ -190,7 +190,7 @@ eu:
190
190
  rules:
191
191
  title: Aurrekontuaren arauak
192
192
  title: Zure esku dago aurrekontua erabakitzea
193
- total_budget: Aurrekontua guztira
193
+ total_budget: Aurrekontu osoa
194
194
  total_projects: Botoak guztira
195
195
  vote_threshold_percent_rule:
196
196
  description: Zure ustez, zein proiekturi eman beharko genieke aurrekontua? Hautatu %{minimum_budget} arte eta eman botoa zure lehentasunen arabera aurrekontua zehazteko.
@@ -201,6 +201,7 @@ eu:
201
201
  other: "%{count} proiektu"
202
202
  exit_modal:
203
203
  cancel: Berriro bozkatu
204
+ close_modal: Itxi modala
204
205
  exit: Bozketatik irten
205
206
  message: Zure botoa ez da erregistratu, oraindik ez duzulako osatu bozketa-prozesua. Ziur zaude bozketatik irten nahi duzula?
206
207
  title: Oraindik ez duzu bozkatu
@@ -214,18 +215,18 @@ eu:
214
215
  not_selected: Ez hautatua
215
216
  selected: Hautatua
216
217
  filters_small_view:
217
- close_modal: Itxi leihoa
218
+ close_modal: Itxi modala
218
219
  filter: Iragazi
219
220
  filter_by: 'Iragazi honen arabera:'
220
221
  unfold: Zabaldu
221
222
  order_progress:
222
- vote: Proiektuaren alde egin
223
+ vote: Bozkatu
223
224
  order_selected_projects:
224
225
  remove: Kendu
225
226
  selected_projects:
226
227
  one: hautatutako proiektua
227
228
  other: hautatutako proiektuak
228
- view: Ikusi
229
+ view: ikusi
229
230
  orders:
230
231
  highest_cost: Kostu handiena
231
232
  label: Antolatu proiektuak honen arabera
@@ -0,0 +1 @@
1
+ fa:
@@ -197,7 +197,7 @@ fi-pl:
197
197
  rules:
198
198
  title: Budjetoinnin säännöt
199
199
  title: Voit päättää budjetin
200
- total_budget: Käytettävissä oleva budjetti
200
+ total_budget: Kokonaisbudjetti
201
201
  total_projects: Käytettävissä olevat äänet
202
202
  vote_threshold_percent_rule:
203
203
  description: Mille suunnitelmille budjetin rahaa tulisi jakaa? Varaa vähintään %{minimum_budget} suunnitelmille, jotka haluat toteutettavan ja äänestä mieltymystesi mukaisesti määrittääksesi budjetin.