decidim-proposals 0.30.0.rc2 → 0.30.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.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/proposals/highlighted_proposals_for_component/show.erb +1 -13
  3. data/app/cells/decidim/proposals/proposal_g_cell.rb +4 -2
  4. data/app/cells/decidim/proposals/proposal_l/show.erb +1 -1
  5. data/app/cells/decidim/proposals/proposal_l_cell.rb +6 -1
  6. data/app/cells/decidim/proposals/proposal_vote/show.erb +12 -8
  7. data/app/commands/decidim/proposals/admin/import_proposals.rb +7 -60
  8. data/app/controllers/decidim/proposals/admin/proposals_imports_controller.rb +2 -2
  9. data/app/controllers/decidim/proposals/proposals_controller.rb +0 -9
  10. data/app/controllers/decidim/proposals/versions_controller.rb +1 -1
  11. data/app/forms/decidim/proposals/admin/proposal_answer_form.rb +0 -15
  12. data/app/helpers/decidim/proposals/application_helper.rb +0 -13
  13. data/app/helpers/decidim/proposals/proposal_votes_helper.rb +39 -16
  14. data/app/helpers/decidim/proposals/proposals_helper.rb +1 -3
  15. data/app/jobs/decidim/proposals/admin/import_proposals_job.rb +86 -0
  16. data/app/mailers/decidim/proposals/admin/import_proposals_mailer.rb +30 -0
  17. data/app/models/decidim/proposals/collaborative_draft.rb +2 -3
  18. data/app/models/decidim/proposals/proposal.rb +0 -5
  19. data/app/models/decidim/proposals/proposal_vote.rb +1 -0
  20. data/app/packs/stylesheets/decidim/proposals/proposals.scss +34 -2
  21. data/app/services/decidim/proposals/proposal_builder.rb +1 -0
  22. data/app/views/decidim/proposals/admin/import_proposals_mailer/notify_failure.html.erb +1 -0
  23. data/app/views/decidim/proposals/admin/import_proposals_mailer/notify_success.html.erb +2 -0
  24. data/app/views/decidim/proposals/proposal_votes/update_buttons_and_counters.js.erb +3 -6
  25. data/app/views/decidim/proposals/proposals/_exit_modal.html.erb +3 -3
  26. data/app/views/decidim/proposals/proposals/_proposal.html.erb +1 -1
  27. data/app/views/decidim/proposals/proposals/_proposals.html.erb +2 -2
  28. data/app/views/decidim/proposals/proposals/_remaining_votes_count.html.erb +1 -1
  29. data/app/views/decidim/proposals/proposals/_remaining_votes_notification.html.erb +3 -3
  30. data/app/views/decidim/proposals/proposals/_vote_button.html.erb +2 -2
  31. data/app/views/decidim/proposals/proposals/_votes_count.html.erb +1 -1
  32. data/app/views/decidim/proposals/proposals/_voting_rules.html.erb +27 -24
  33. data/app/views/decidim/proposals/proposals/index.html.erb +1 -6
  34. data/app/views/decidim/proposals/proposals/participatory_texts/_proposal_vote_button.html.erb +2 -2
  35. data/app/views/decidim/proposals/proposals/participatory_texts/_proposal_votes_count.html.erb +2 -2
  36. data/app/views/decidim/proposals/proposals/show.html.erb +1 -1
  37. data/config/locales/ar.yml +3 -3
  38. data/config/locales/bg.yml +2 -6
  39. data/config/locales/bs-BA.yml +2 -2
  40. data/config/locales/ca-IT.yml +1079 -0
  41. data/config/locales/ca.yml +18 -9
  42. data/config/locales/cs.yml +10 -6
  43. data/config/locales/de.yml +15 -6
  44. data/config/locales/el.yml +4 -4
  45. data/config/locales/en.yml +14 -5
  46. data/config/locales/es-MX.yml +17 -8
  47. data/config/locales/es-PY.yml +17 -8
  48. data/config/locales/es.yml +18 -9
  49. data/config/locales/eu.yml +110 -101
  50. data/config/locales/fi-plain.yml +13 -5
  51. data/config/locales/fi.yml +12 -4
  52. data/config/locales/fr-CA.yml +34 -6
  53. data/config/locales/fr.yml +35 -7
  54. data/config/locales/ga-IE.yml +2 -1
  55. data/config/locales/gl.yml +2 -0
  56. data/config/locales/hu.yml +4 -7
  57. data/config/locales/id-ID.yml +3 -1
  58. data/config/locales/is-IS.yml +5 -0
  59. data/config/locales/it.yml +5 -4
  60. data/config/locales/ja.yml +81 -6
  61. data/config/locales/lt.yml +4 -5
  62. data/config/locales/lv.yml +4 -2
  63. data/config/locales/nl.yml +6 -5
  64. data/config/locales/no.yml +2 -2
  65. data/config/locales/pl.yml +2 -6
  66. data/config/locales/pt-BR.yml +2 -4
  67. data/config/locales/pt.yml +4 -2
  68. data/config/locales/ro-RO.yml +26 -2
  69. data/config/locales/ru.yml +5 -1
  70. data/config/locales/sk.yml +2 -2
  71. data/config/locales/sr-CS.yml +2 -2
  72. data/config/locales/sv.yml +2 -7
  73. data/config/locales/tr-TR.yml +4 -2
  74. data/config/locales/uk.yml +5 -1
  75. data/config/locales/zh-CN.yml +4 -2
  76. data/config/locales/zh-TW.yml +4 -4
  77. data/lib/decidim/proposals/version.rb +1 -1
  78. data/lib/tasks/proposals/upgrade/decidim_proposals_upgrade_tasks.rake +22 -0
  79. metadata +25 -20
@@ -122,7 +122,8 @@
122
122
  }
123
123
  }
124
124
 
125
- .card__proposals-votes {
125
+ .card__proposals-votes,
126
+ .card__proposals-votes-hidden {
126
127
  @apply flex md:flex-col lg:flex-row bg-[#F5F5F5] justify-around md:flex-[0.6] lg:flex-[0.8] items-center md:items-stretch lg:items-center lg:min-w-[196px] h-[68px] md:h-auto lg:h-[68px];
127
128
 
128
129
  button {
@@ -138,6 +139,14 @@
138
139
 
139
140
  .proposals__aside-progress {
140
141
  @apply flex flex-col w-[80%] items-center md:order-1 lg:order-none md:flex-[1_1_100%] lg:flex-none;
142
+
143
+ .progress-bar {
144
+ @apply bg-[#D3D5D9] border-white border border-solid;
145
+
146
+ > :first-child {
147
+ @apply outline outline-white;
148
+ }
149
+ }
141
150
  }
142
151
 
143
152
  .progress-bar {
@@ -149,6 +158,10 @@
149
158
  span {
150
159
  @apply text-sm;
151
160
  }
161
+
162
+ > :last-child::before {
163
+ @apply content-['/'] mx-1;
164
+ }
152
165
  }
153
166
  }
154
167
  }
@@ -228,7 +241,8 @@
228
241
  }
229
242
  }
230
243
 
231
- .card__proposals-votes {
244
+ .card__proposals-votes,
245
+ .card__proposals-votes-hidden {
232
246
  @apply flex bg-[#F5F5F5EE] justify-around items-center px-4 h-[68px];
233
247
 
234
248
  button {
@@ -244,6 +258,14 @@
244
258
 
245
259
  .proposals__aside-progress {
246
260
  @apply flex flex-col-reverse w-[80%] items-center;
261
+
262
+ .progress-bar {
263
+ @apply bg-[#D3D5D9] border-white border border-solid;
264
+
265
+ > :first-child {
266
+ @apply outline outline-white;
267
+ }
268
+ }
247
269
  }
248
270
 
249
271
  .progress-bar {
@@ -253,6 +275,10 @@
253
275
  span {
254
276
  @apply text-sm;
255
277
  }
278
+
279
+ > :last-child::before {
280
+ @apply content-['/'] mx-1;
281
+ }
256
282
  }
257
283
 
258
284
  &__units {
@@ -374,3 +400,9 @@
374
400
  @apply lg:col-start-2 lg:col-span-10;
375
401
  }
376
402
  }
403
+
404
+ .card__proposals-item {
405
+ & + & {
406
+ @apply mt-6;
407
+ }
408
+ }
@@ -63,6 +63,7 @@ module Decidim
63
63
  "created_at",
64
64
  "updated_at",
65
65
  "state",
66
+ "decidim_proposals_proposal_state_id",
66
67
  "state_published_at",
67
68
  "answer",
68
69
  "answered_at",
@@ -0,0 +1 @@
1
+ <p><%= t(".body", origin_component_name: translated_attribute(@origin_component.name), target_component_name: translated_attribute(@target_component.name)) %></p>
@@ -0,0 +1,2 @@
1
+ <p><%= t(".body", origin_component_name: translated_attribute(@origin_component.name), target_component_name: translated_attribute(@target_component.name)) %></p>
2
+ <p><%= t(".added_proposals", count: @count) %></p>
@@ -23,12 +23,10 @@
23
23
  morphdom($remainingVotesCount[0], '<%= j(render partial: "decidim/proposals/proposals/remaining_votes_count").strip.html_safe %>');
24
24
  }
25
25
 
26
- <% if remaining_votes_count_for(current_user) == 0 %>
26
+ <% if remaining_votes_count_for_user == 0 %>
27
27
  $notVotedButtons.attr('disabled', true);
28
- $notVotedButtons.text('<%= t("decidim.proposals.proposals.vote_button.no_votes_remaining") %>');
29
28
  <% else %>
30
29
  $notVotedButtons.attr('disabled', false);
31
- $notVotedButtons.text('<%= t("decidim.proposals.proposals.vote_button.vote") %>');
32
30
  <% end %>
33
31
  }());
34
32
  <% end %>
@@ -44,9 +42,8 @@
44
42
  morphdom($votingRules[0], '<%= j(render partial: "decidim/proposals/proposals/voting_rules").strip.html_safe %>');
45
43
  }
46
44
 
47
- <% if remaining_minimum_votes_count_for(current_user).zero? %>
45
+ <% if minimum_votes_per_user_enabled? && remaining_minimum_votes_count_for_user.zero? %>
48
46
  $votingRulesNode.prepend(`<%= j(render partial: "decidim/proposals/proposals/notification_alert_box").strip.html_safe %>`)
49
-
50
47
  <% end %>
51
48
  if ($exitProposalModal[0]) {
52
49
  morphdom($exitProposalModal[0], '<%= j(render partial: "decidim/proposals/proposals/exit_modal").strip.html_safe %>')
@@ -56,7 +53,7 @@
56
53
  }
57
54
 
58
55
  if ($remainingVotesNotification[0]) {
59
- morphdom($remainingVotesNotification[0], '<%= j(render partial: "decidim/proposals/proposals/remaining_votes_notification").strip.html_safe %>')
56
+ morphdom($remainingVotesNotification[0], '<%= j(render partial: "decidim/proposals/proposals/remaining_votes_notification").strip.html_safe %>');
60
57
  }
61
58
  }());
62
59
  <% end %>
@@ -1,11 +1,11 @@
1
1
  <%= decidim_modal id: "exit-proposal-notification" do %>
2
- <div data-dialog-container data-minimum-votes-reached="<%= remaining_minimum_votes_count_for(current_user).zero? %>" data-minimum-votes-count="<%= minimum_votes_per_user - remaining_minimum_votes_count_for(current_user) %>">
2
+ <div data-dialog-container data-minimum-votes-reached="<%= remaining_minimum_votes_count_for_user.zero? %>" data-minimum-votes-count="<%= minimum_votes_per_user - remaining_minimum_votes_count_for_user %>">
3
3
  <%= icon "information-line" %>
4
4
  <h3 class="h3 text-base" id="dialog-title-exit-proposal-notification" tabindex="-1" data-dialog-title>
5
- <%= t("title", scope: "decidim.proposals.exit_modal", number: remaining_minimum_votes_count_for(current_user)) %>
5
+ <%= t("title", scope: "decidim.proposals.exit_modal", number: remaining_minimum_votes_count_for_user) %>
6
6
  </h3>
7
7
  <p id="dialog-desc-budget-modal">
8
- <%= t("message", scope: "decidim.proposals.exit_modal", number: remaining_minimum_votes_count_for(current_user)) %>
8
+ <%= t("message", scope: "decidim.proposals.exit_modal", number: remaining_minimum_votes_count_for_user) %>
9
9
  </p>
10
10
  </div>
11
11
  <div data-dialog-actions>
@@ -1 +1 @@
1
- <%= card_for proposal, from: proposal, size: card_size %>
1
+ <%= card_for proposal, from: proposal, size: card_size, show_voting: %>
@@ -8,7 +8,7 @@
8
8
  <%= cell("decidim/announcement", params[:filter].present? ? t(".empty_filters") : t(".empty")) %>
9
9
  <% else %>
10
10
  <div class="flex items-center justify-between">
11
- <h2 class="h5 md:h3 decorator"><%= t("count", scope: "decidim.proposals.proposals.index", count: @proposals.total_count) %></h2>
11
+ <h2 class="h5 md:h3 decorator" aria-live="polite" aria-atomic="true"><%= t("count", scope: "decidim.proposals.proposals.index", count: @proposals.total_count) %></h2>
12
12
  <div class="view-layout__links flex view_mode__links">
13
13
  <%= toggle_view_mode_link(@view_mode, "list", t("list_mode", scope: "decidim.proposals.proposals.index"), params) %>
14
14
  <%= toggle_view_mode_link(@view_mode, "grid", t("grid_mode", scope: "decidim.proposals.proposals.index"), params) %>
@@ -18,7 +18,7 @@
18
18
  <%= order_selector available_orders, i18n_scope: "decidim.proposals.proposals.orders" %>
19
19
 
20
20
  <div class="<%= proposals_container_class(@view_mode) %>">
21
- <%= render partial: "proposal", collection: @proposals, as: :proposal, locals: { card_size: card_size_for_view_mode(@view_mode) } %>
21
+ <%= render partial: "proposal", collection: @proposals, as: :proposal, locals: { card_size: card_size_for_view_mode(@view_mode), show_voting: true } %>
22
22
  </div>
23
23
 
24
24
  <%= decidim_paginate @proposals %>
@@ -1,3 +1,3 @@
1
1
  <div data-remaining-votes-count="true">
2
- <%= t("votes", scope: "decidim.proposals.proposals.voting_rules.vote_limit", number: remaining_minimum_votes_count_for(current_user)) %>
2
+ <%= t("votes", scope: "decidim.proposals.proposals.voting_rules.vote_limit", number: remaining_minimum_votes_count_for_user) %>
3
3
  </div>
@@ -1,12 +1,12 @@
1
1
  <%= alert_box(
2
2
  message(
3
3
  content_tag(:div, class: "") do
4
- concat content_tag(:strong, t("already_vote.title", scope: "decidim.proposals.proposals.voting_rules", number: remaining_minimum_votes_count_for(current_user)))
5
- concat content_tag(:p, t("already_vote.description", scope: "decidim.proposals.proposals.voting_rules", number: remaining_minimum_votes_count_for(current_user)))
4
+ concat content_tag(:strong, t("already_vote.title", scope: "decidim.proposals.proposals.voting_rules", number: remaining_minimum_votes_count_for_user))
5
+ concat content_tag(:p, t("already_vote.description", scope: "decidim.proposals.proposals.voting_rules", number: remaining_minimum_votes_count_for_user))
6
6
  concat link_to(t("already_vote.see_other_proposals", scope: "decidim.proposals.proposals.voting_rules"), proposals_path, class: "no-modal")
7
7
  end
8
8
  ),
9
9
  :secondary,
10
10
  true,
11
- { id: "remaining-votes-notification", class: "flash secondary #{"hidden" unless remaining_minimum_votes_count_for(current_user).positive?}" }
11
+ { id: "remaining-votes-notification", class: "flash secondary #{"hidden" unless remaining_minimum_votes_count_for_user.positive?}" }
12
12
  ) %>
@@ -17,7 +17,7 @@
17
17
  <% end %>
18
18
  <% end %>
19
19
  <% else %>
20
- <% if @voted_proposals ? @voted_proposals.include?(proposal.id) : proposal.voted_by?(current_user) %>
20
+ <% if proposal_voted_by_user?(proposal) %>
21
21
  <%= action_authorized_button_to(
22
22
  :vote,
23
23
  proposal_proposal_vote_path(proposal_id: proposal, from_proposals_list:),
@@ -42,7 +42,7 @@
42
42
  <% if proposal.maximum_votes_reached? && !proposal.can_accumulate_votes_beyond_threshold && current_component.participatory_space.can_participate?(current_user) %>
43
43
  <%= content_tag :button, t("decidim.proposals.proposals.vote_button.maximum_votes_reached"), class: button_classes, data: { "proposal-vote-button": true }, disabled: true %>
44
44
  <% else %>
45
- <% if vote_limit_enabled? && remaining_votes_count_for(current_user) == 0 %>
45
+ <% if vote_limit_enabled? && remaining_votes_count_for_user == 0 %>
46
46
  <%= content_tag :button, t("decidim.proposals.proposals.vote_button.no_votes_remaining"), class: button_classes, data: { "proposal-vote-button": true }, disabled: true %>
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 %>
@@ -1,4 +1,4 @@
1
- <% if !current_settings.votes_hidden? && current_component.participatory_space.can_participate?(current_user) %>
1
+ <% if !current_settings.votes_hidden? && (current_component.participatory_space.can_participate?(current_user) || current_user.admin?) %>
2
2
  <% if component_settings.participatory_texts_enabled? && from_proposals_list %>
3
3
  <%= render partial: "decidim/proposals/proposals/participatory_texts/proposal_votes_count", locals: { proposal:, from_proposals_list: true } %>
4
4
  <% else %>
@@ -1,31 +1,34 @@
1
1
  <% if show_voting_rules? %>
2
- <% announcement_body = capture do %>
3
- <div class="editor-content">
4
- <ul class="mt-0 mb-2">
5
- <% if vote_limit_enabled? %>
6
- <li><%= t(".vote_limit.description", limit: component_settings.vote_limit) %></li>
7
- <% end %>
2
+ <div class="item_voting_rules">
3
+ <%= render partial: "decidim/proposals/proposals/remaining_votes_notification" %>
4
+ <% announcement_body = capture do %>
5
+ <div class="editor-content">
6
+ <ul class="mt-0 mb-2">
7
+ <% if vote_limit_enabled? %>
8
+ <li><%= t(".vote_limit.description", limit: component_settings.vote_limit) %></li>
9
+ <% end %>
8
10
 
9
- <% if proposal_limit_enabled? %>
10
- <li><%= t(".proposal_limit.description", limit: proposal_limit) %></li>
11
- <% end %>
11
+ <% if proposal_limit_enabled? %>
12
+ <li><%= t(".proposal_limit.description", limit: proposal_limit) %></li>
13
+ <% end %>
12
14
 
13
- <% if threshold_per_proposal_enabled? %>
14
- <li><%= t(".threshold_per_proposal.description", limit: threshold_per_proposal) %></li>
15
- <% end %>
15
+ <% if threshold_per_proposal_enabled? %>
16
+ <li><%= t(".threshold_per_proposal.description", limit: threshold_per_proposal) %></li>
17
+ <% end %>
16
18
 
17
- <% if can_accumulate_votes_beyond_threshold? %>
18
- <li><%= t(".can_accumulate_votes_beyond_threshold.description", limit: threshold_per_proposal) %></li>
19
- <% end %>
19
+ <% if can_accumulate_votes_beyond_threshold? %>
20
+ <li><%= t(".can_accumulate_votes_beyond_threshold.description", limit: threshold_per_proposal) %></li>
21
+ <% end %>
20
22
 
21
- <% if minimum_votes_per_user_enabled? %>
22
- <li>
23
- <%= t(".minimum_votes_per_user.description", votes: minimum_votes_per_user) %>
24
- </li>
25
- <% end %>
26
- </ul>
27
- </div>
28
- <% end %>
23
+ <% if minimum_votes_per_user_enabled? %>
24
+ <li>
25
+ <%= t(".minimum_votes_per_user.description", votes: minimum_votes_per_user) %>
26
+ </li>
27
+ <% end %>
28
+ </ul>
29
+ </div>
30
+ <% end %>
29
31
 
30
- <%= cell("decidim/announcement", { title: t(".title"), body: announcement_body }, id: "voting-rules") %>
32
+ <%= cell("decidim/announcement", { title: t(".title"), body: announcement_body }, id: "voting-rules") %>
33
+ </div>
31
34
  <% end %>
@@ -43,12 +43,7 @@
43
43
  <% end %>
44
44
 
45
45
  <%= render partial: "decidim/shared/component_announcement" %>
46
-
47
- <% if show_voting_rules? %>
48
- <section class="layout-main__section">
49
- <%= render partial: "voting_rules" %>
50
- </section>
51
- <% end %>
46
+ <%= render partial: "voting_rules" %>
52
47
 
53
48
  <section id="proposals" class="layout-main__section layout-main__heading">
54
49
  <%= render partial: "proposals" %>
@@ -14,7 +14,7 @@
14
14
  <% end %>
15
15
  <% end %>
16
16
  <% else %>
17
- <% if @voted_proposals ? @voted_proposals.include?(proposal.id) : proposal.voted_by?(current_user) %>
17
+ <% if proposal_voted_by_user?(proposal) %>
18
18
  <%= action_authorized_button_to(
19
19
  :vote,
20
20
  proposal_proposal_vote_path(proposal_id: proposal, from_proposals_list:),
@@ -38,7 +38,7 @@
38
38
  <% if proposal.maximum_votes_reached? && !proposal.can_accumulate_votes_beyond_threshold && current_component.participatory_space.can_participate?(current_user) %>
39
39
  <%= content_tag :span, t("decidim.proposals.proposals.vote_button.maximum_votes_reached"), class: "column button light button--sc disabled", disabled: true %>
40
40
  <% else %>
41
- <% if vote_limit_enabled? && remaining_votes_count_for(current_user) == 0 %>
41
+ <% if vote_limit_enabled? && remaining_votes_count_for_user == 0 %>
42
42
  <%= content_tag :span, t("decidim.proposals.proposals.vote_button.no_votes_remaining"), class: "column button light button--sc", disabled: true %>
43
43
  <% elsif current_settings.votes_blocked? || !current_component.participatory_space.can_participate?(current_user) %>
44
44
  <%= content_tag :span, t("decidim.proposals.proposals.vote_button.votes_blocked"), class: "column button light button--sc disabled", disabled: true %>
@@ -12,7 +12,7 @@
12
12
  </button>
13
13
  <% end %>
14
14
  <% else %>
15
- <% if @voted_proposals ? @voted_proposals.include?(proposal.id) : proposal.voted_by?(current_user) %>
15
+ <% if proposal_voted_by_user?(proposal) %>
16
16
  <button type="button" name="button" class="column button success button--sc" id="proposal-<%= proposal.id %>-votes-count">
17
17
  <%= proposal.proposal_votes_count || 0 %>
18
18
  </button>
@@ -22,7 +22,7 @@
22
22
  <%= proposal.proposal_votes_count || 0 %>
23
23
  </button>
24
24
  <% else %>
25
- <% if vote_limit_enabled? && remaining_votes_count_for(current_user) == 0 %>
25
+ <% if vote_limit_enabled? && remaining_votes_count_for_user == 0 %>
26
26
  <button type="button" name="button" class="column button button--sc" disabled id="proposal-<%= proposal.id %>-votes-count">
27
27
  <%= proposal.proposal_votes_count || 0 %>
28
28
  </button>
@@ -41,7 +41,7 @@ extra_admin_link(
41
41
  <%= render layout: "layouts/decidim/shared/layout_item", locals: { back_path: component_settings.participatory_texts_enabled? ? main_component_path(current_component) : proposals_path } do %>
42
42
 
43
43
  <section class="layout-main__section layout-main__heading">
44
- <% if show_voting_rules? && remaining_minimum_votes_count_for(current_user).positive? && current_component.participatory_space.can_participate?(current_user) %>
44
+ <% if show_voting_rules? && remaining_minimum_votes_count_for_user.positive? && current_component.participatory_space.can_participate?(current_user) %>
45
45
  <%= render partial: "exit_modal" %>
46
46
  <% end %>
47
47
 
@@ -198,6 +198,8 @@ ar:
198
198
  events:
199
199
  proposals:
200
200
  admin:
201
+ proposal_assigned_to_valuator:
202
+ email_outro: تلقيت هذا الإشعار لأنك تستطيع تقييم الاقتراح.
201
203
  proposal_note_created:
202
204
  email_outro: تلقيت هذا الإشعار لأنك تستطيع تقييم الاقتراح.
203
205
  email_subject: ترك شخص ملاحظة على الاقتراح %{resource_title}.
@@ -297,6 +299,7 @@ ar:
297
299
  title: اقتراحات
298
300
  votes:
299
301
  object: أصوات
302
+ title: الأصوات
300
303
  participatory_spaces:
301
304
  highlighted_proposals:
302
305
  see_all: شاهد الكل
@@ -385,7 +388,6 @@ ar:
385
388
  index:
386
389
  actions: أفعال
387
390
  assign_to_valuator: أسنِده إلى مُقيِّم
388
- assign_to_valuator_button: تعيين
389
391
  cancel: إلغاء
390
392
  merge: دمج في واحدة جديدة
391
393
  merge_button: دمج
@@ -397,7 +399,6 @@ ar:
397
399
  split_button: انشق، مزق
398
400
  title: اقتراحات
399
401
  unassign_from_valuator: إلغاء الإسناد مِن المُقيِّم
400
- unassign_from_valuator_button: إلغاء الإسناد
401
402
  update: تحديث
402
403
  new:
403
404
  create: إنشاء
@@ -631,7 +632,6 @@ ar:
631
632
  text_banner: أنت تتطلع على قائمة الاقتراحات المسحوبة من قبل مؤلفيها. %{go_back_link}.
632
633
  new:
633
634
  send: استمر
634
- title: إنشاء اقتراحك
635
635
  orders:
636
636
  label: 'ترتيب المقترحات حسب:'
637
637
  most_commented: الأكثر تعليقًا عليها
@@ -222,6 +222,8 @@ bg:
222
222
  events:
223
223
  proposals:
224
224
  admin:
225
+ proposal_assigned_to_valuator:
226
+ email_outro: Получихте известие, защото можете да оценяте предложението.
225
227
  proposal_note_created:
226
228
  email_outro: Получихте известие, защото можете да оценяте предложението.
227
229
  email_subject: Някой е направил бележка в предложението %{resource_title}.
@@ -351,7 +353,6 @@ bg:
351
353
  title: Гласове
352
354
  participatory_spaces:
353
355
  highlighted_proposals:
354
- last: Позледни предложения
355
356
  see_all: Виж всички предложения
356
357
  proposals:
357
358
  actions:
@@ -467,7 +468,6 @@ bg:
467
468
  index:
468
469
  actions: Активности
469
470
  assign_to_valuator: Възлагане на оценител
470
- assign_to_valuator_button: Възлагане
471
471
  cancel: Отказ
472
472
  merge: Сливане в едно ново
473
473
  merge_button: Сливане
@@ -481,7 +481,6 @@ bg:
481
481
  statuses: Статуси
482
482
  title: Предложения
483
483
  unassign_from_valuator: Отнемане възложеното на оценителя
484
- unassign_from_valuator_button: Отнемане на възложеното
485
484
  update: Актуализация
486
485
  new:
487
486
  create: Създаване
@@ -511,7 +510,6 @@ bg:
511
510
  proposals_imports:
512
511
  create:
513
512
  invalid: Възникна проблем при импортирането на предложенията.
514
- success: "%{number} предложения бяха импортирани успешно."
515
513
  new:
516
514
  create: Импортиране на предложения
517
515
  no_components: Няма други компоненти на предложения в това пространство за участие, от които да се импортират предложенията.
@@ -734,7 +732,6 @@ bg:
734
732
  text_banner: Разглеждате списъка с предложения, оттеглени от своите автори. %{go_back_link}.
735
733
  new:
736
734
  send: Продължи
737
- title: Създайте Ваше предложение
738
735
  orders:
739
736
  label: 'Подреждане на предложенията по:'
740
737
  most_commented: Най-коментирани
@@ -782,7 +779,6 @@ bg:
782
779
  update:
783
780
  title: Актуализиране на предложението
784
781
  vote_button:
785
- already_voted: Вече гласувано
786
782
  already_voted_hover: Оттегляне на гласа
787
783
  maximum_votes_reached: Лимитът за гласуване е достигнат
788
784
  no_votes_remaining: Няма останали гласове
@@ -35,6 +35,8 @@ bs:
35
35
  events:
36
36
  proposals:
37
37
  admin:
38
+ proposal_assigned_to_valuator:
39
+ email_outro: Dobili ste ovo obaveštenje jer možete da procenite predlog.
38
40
  proposal_note_created:
39
41
  email_outro: Dobili ste ovo obaveštenje jer možete da procenite predlog.
40
42
  email_subject: Neko je ostavio poruku na predlogu %{resource_title}.
@@ -46,10 +48,8 @@ bs:
46
48
  proposals:
47
49
  index:
48
50
  assign_to_valuator: Dodeli procenjivaču
49
- assign_to_valuator_button: Dodeli
50
51
  publish_answers: Objavi odgovore
51
52
  unassign_from_valuator: Oduzmi od procenjivača
52
- unassign_from_valuator_button: Od dodeli
53
53
  show:
54
54
  amendments_count: Broj izmena
55
55
  assigned_valuators: Dodeljeni procenjivači