decidim-budgets 0.26.2 → 0.27.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/budgets/order_activity_cell.rb +29 -0
  3. data/app/commands/decidim/budgets/add_line_item.rb +4 -2
  4. data/app/commands/decidim/budgets/admin/create_budget.rb +1 -1
  5. data/app/commands/decidim/budgets/admin/create_order_reminders.rb +66 -0
  6. data/app/commands/decidim/budgets/admin/create_project.rb +5 -2
  7. data/app/commands/decidim/budgets/admin/destroy_budget.rb +1 -1
  8. data/app/commands/decidim/budgets/admin/destroy_project.rb +1 -1
  9. data/app/commands/decidim/budgets/admin/import_proposals_to_budgets.rb +5 -2
  10. data/app/commands/decidim/budgets/admin/update_budget.rb +1 -1
  11. data/app/commands/decidim/budgets/admin/update_project.rb +5 -2
  12. data/app/commands/decidim/budgets/admin/update_project_category.rb +48 -0
  13. data/app/commands/decidim/budgets/admin/update_project_scope.rb +54 -0
  14. data/app/commands/decidim/budgets/admin/update_project_selection.rb +56 -0
  15. data/app/commands/decidim/budgets/cancel_order.rb +1 -1
  16. data/app/commands/decidim/budgets/checkout.rb +10 -3
  17. data/app/commands/decidim/budgets/remove_line_item.rb +1 -1
  18. data/app/controllers/decidim/budgets/admin/projects_controller.rb +149 -1
  19. data/app/controllers/decidim/budgets/projects_controller.rb +12 -12
  20. data/app/forms/decidim/budgets/admin/budget_form.rb +2 -2
  21. data/app/forms/decidim/budgets/admin/order_reminder_form.rb +75 -0
  22. data/app/forms/decidim/budgets/admin/project_form.rb +19 -3
  23. data/app/helpers/decidim/budgets/admin/project_bulk_actions_helper.rb +20 -0
  24. data/app/helpers/decidim/budgets/projects_helper.rb +29 -0
  25. data/app/jobs/decidim/budgets/send_vote_reminder_job.rb +16 -0
  26. data/app/mailers/decidim/budgets/vote_reminder_mailer.rb +39 -0
  27. data/app/models/decidim/budgets/order.rb +2 -3
  28. data/app/models/decidim/budgets/project.rb +12 -4
  29. data/app/packs/entrypoints/decidim_budgets_admin.js +1 -0
  30. data/app/packs/src/decidim/budgets/admin/projects.js +143 -0
  31. data/app/permissions/decidim/budgets/admin/permissions.rb +8 -3
  32. data/app/queries/decidim/budgets/filtered_projects.rb +1 -1
  33. data/app/serializers/decidim/budgets/{data_portability_budgets_order_serializer.rb → download_your_data_budgets_order_serializer.rb} +2 -2
  34. data/app/services/decidim/budgets/order_reminder_generator.rb +85 -0
  35. data/app/views/decidim/budgets/admin/budgets/index.html.erb +3 -0
  36. data/app/views/decidim/budgets/admin/projects/_bulk-actions.html.erb +13 -0
  37. data/app/views/decidim/budgets/admin/projects/_form.html.erb +6 -0
  38. data/app/views/decidim/budgets/admin/projects/_project-tr.html.erb +50 -0
  39. data/app/views/decidim/budgets/admin/projects/bulk_actions/_change-selected.html.erb +15 -0
  40. data/app/views/decidim/budgets/admin/projects/bulk_actions/_dropdown.html.erb +36 -0
  41. data/app/views/decidim/budgets/admin/projects/bulk_actions/_recategorize.html.erb +15 -0
  42. data/app/views/decidim/budgets/admin/projects/bulk_actions/_scope-change.html.erb +25 -0
  43. data/app/views/decidim/budgets/admin/projects/index.html.erb +6 -54
  44. data/app/views/decidim/budgets/admin/projects/update_attribute.js.erb +26 -0
  45. data/app/views/decidim/budgets/projects/_filters.html.erb +4 -4
  46. data/app/views/decidim/budgets/projects/index.html.erb +28 -1
  47. data/app/views/decidim/budgets/projects/show.html.erb +6 -1
  48. data/app/views/decidim/budgets/vote_reminder_mailer/vote_reminder.html.erb +21 -0
  49. data/config/assets.rb +2 -1
  50. data/config/locales/ar.yml +4 -0
  51. data/config/locales/bg.yml +1 -0
  52. data/config/locales/ca.yml +49 -3
  53. data/config/locales/cs.yml +50 -0
  54. data/config/locales/de.yml +48 -0
  55. data/config/locales/el.yml +1 -0
  56. data/config/locales/en.yml +45 -0
  57. data/config/locales/es-MX.yml +43 -0
  58. data/config/locales/es-PY.yml +46 -0
  59. data/config/locales/es.yml +46 -0
  60. data/config/locales/eu.yml +1 -0
  61. data/config/locales/fi-plain.yml +46 -0
  62. data/config/locales/fi.yml +46 -0
  63. data/config/locales/fr-CA.yml +46 -0
  64. data/config/locales/fr.yml +47 -1
  65. data/config/locales/ga-IE.yml +1 -0
  66. data/config/locales/gl.yml +10 -0
  67. data/config/locales/hu.yml +19 -0
  68. data/config/locales/id-ID.yml +1 -0
  69. data/config/locales/is-IS.yml +2 -1
  70. data/config/locales/it.yml +1 -0
  71. data/config/locales/ja.yml +44 -0
  72. data/config/locales/lb.yml +1 -0
  73. data/config/locales/lt.yml +388 -0
  74. data/config/locales/lv.yml +1 -0
  75. data/config/locales/nl.yml +74 -12
  76. data/config/locales/no.yml +16 -0
  77. data/config/locales/pl.yml +1 -0
  78. data/config/locales/pt-BR.yml +1 -0
  79. data/config/locales/pt.yml +1 -0
  80. data/config/locales/ro-RO.yml +1 -0
  81. data/config/locales/ru.yml +1 -0
  82. data/config/locales/sk.yml +1 -0
  83. data/config/locales/sr-CS.yml +1 -0
  84. data/config/locales/sv.yml +25 -0
  85. data/config/locales/tr-TR.yml +1 -0
  86. data/config/locales/uk.yml +1 -0
  87. data/config/locales/zh-CN.yml +1 -0
  88. data/db/migrate/20200804175222_votes_enabled_to_votes_choices.rb +2 -2
  89. data/db/migrate/20220428072638_add_geolocalization_fields_to_projects.rb +9 -0
  90. data/lib/decidim/budgets/admin_engine.rb +3 -0
  91. data/lib/decidim/budgets/component.rb +7 -6
  92. data/lib/decidim/budgets/engine.rb +17 -0
  93. data/lib/decidim/budgets/test/factories.rb +11 -0
  94. data/lib/decidim/budgets/version.rb +1 -1
  95. metadata +38 -18
  96. data/app/services/decidim/budgets/project_search.rb +0 -45
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
@@ -13,6 +14,7 @@ de:
13
14
  decidim_scope_id: Umfang
14
15
  description: Beschreibung
15
16
  proposal_ids: Ähnliche Vorschläge
17
+ proposals: Vorschläge
16
18
  selected: Zur Implementierung ausgewählt
17
19
  title: Titel
18
20
  activerecord:
@@ -85,25 +87,56 @@ de:
85
87
  title: Projekt bearbeiten
86
88
  update: Aktualisieren
87
89
  index:
90
+ actions: Aktionen
91
+ cancel: Abbrechen
92
+ change_category: Kategorie ändern
93
+ change_scope: Themenbereich ändern
94
+ change_selected: Auswahl ändern
95
+ deselect_implementation: Auswahl aufheben
88
96
  finished_orders: Abgeschlossene Stimmen
89
97
  pending_orders: Ausstehende Stimmen
98
+ select_for_implementation: Auswählen
90
99
  selected: Ausgewählt
91
100
  title: Projekte
101
+ update: Aktualisieren
102
+ update_scope_button: Themenbereich aktualisieren
92
103
  new:
93
104
  create: Erstellen
94
105
  title: Neues Projekt
95
106
  update:
96
107
  invalid: Beim Aktualisieren dieses Projekts ist ein Problem aufgetreten
97
108
  success: Projekt erfolgreich aktualisiert
109
+ update_category:
110
+ invalid: 'Diese Projekte gehörten bereits zur Kategorie %{subject_name}: %{projects}.'
111
+ select_a_category: Bitte wählen Sie eine Kategorie aus
112
+ select_a_project: Bitte wählen Sie ein Projekt
113
+ success: 'Die folgenden Projekte wurden erfolgreich zur Kategorie %{subject_name} hinzugefügt: %{projects}.'
114
+ update_scope:
115
+ invalid: 'Diese Projekte gehörten bereits zum Themenbereich %{subject_name}: %{projects}.'
116
+ select_a_project: Bitte wählen Sie ein Projekt
117
+ select_a_scope: Bitte wählen Sie einen Themenbereich
118
+ success: 'Die folgenden Projekte wurden erfolgreich zum Themenbereich %{subject_name} hinzugefügt: %{projects}.'
119
+ update_selected:
120
+ invalid: 'Diese Projekte wurden bereits zur Umsetzung ausgewählt: %{projects}.'
121
+ select_a_project: Bitte wählen Sie ein Projekt
122
+ select_a_selection: Bitte wähle einen Umsetzungsstatus
123
+ success: 'Ausgewählte Projekte erfolgreich geändert: %{projects}.'
98
124
  proposals_imports:
99
125
  create:
100
126
  invalid: Beim Importieren der Vorschläge in Projekte ist ein Problem aufgetreten
101
127
  success: "%{number} Vorschläge wurden erfolgreich in Projekte importiert"
102
128
  new:
103
129
  create: Importieren Sie Vorschläge in Projekte
130
+ import_all_accepted_proposals: Alle akzeptierten Vorschläge importieren
104
131
  no_components: Es gibt keine weiteren Vorschlagskomponenten in diesem partizipativen Raum, um die Vorschläge in Projekte zu importieren.
105
132
  select_component: Bitte wählen Sie eine Komponente aus
106
133
  title: Vorschläge importieren
134
+ reminders:
135
+ orders:
136
+ description: Benutzer erhalten eine E-Mail mit Links zu den Budgets, in denen sie ausstehende Stimmen haben.
137
+ title:
138
+ one: Sie werden eine Erinnerungs-E-Mail an %{count} Benutzer zu senden
139
+ other: Sie werden eine Erinnerungs-E-Mail an %{count} Benutzer zu senden
107
140
  admin_log:
108
141
  budget:
109
142
  create: "%{user_name} hat das Budget %{resource_name} in %{space_name} erstellt"
@@ -135,6 +168,8 @@ de:
135
168
  show: Projekte ansehen
136
169
  vote: Abstimmen
137
170
  voted_on: Sie haben über %{links} abgestimmt
171
+ last_activity:
172
+ new_vote_at_html: "<span>Neue Budgetverteilung unter %{link}</span>"
138
173
  limit_announcement:
139
174
  cant_vote: Sie können nicht über dieses Budget abstimmen. <a href="%{landing_path}">Versuchen Sie es mit einem anderen Budget</a>.
140
175
  limit_reached: Sie haben aktive Stimmen in %{links}. Um über dieses Budget abstimmen zu können, müssen Sie <a href="%{landing_path}">Ihre Stimme löschen und neu </a> beginnen.
@@ -148,6 +183,7 @@ de:
148
183
  fields:
149
184
  category: Kategorie
150
185
  id: ID
186
+ scope: Themenbereich
151
187
  title: Titel
152
188
  order_summary_mailer:
153
189
  order_summary:
@@ -220,6 +256,8 @@ de:
220
256
  filter: Filter
221
257
  filter_by: Filtern nach
222
258
  unfold: Aufklappen
259
+ index:
260
+ view_project: Projekt anzeigen
223
261
  order_progress:
224
262
  vote: Abstimmung
225
263
  order_selected_projects:
@@ -253,6 +291,15 @@ de:
253
291
  show:
254
292
  budget: Budget
255
293
  view_all_projects: Alle Projekte anzeigen
294
+ vote_reminder_mailer:
295
+ vote_reminder:
296
+ email_budgets: 'Bereiche, in denen Sie eine unvollendete Abstimmung haben:'
297
+ email_intro: Sie haben Ihre begonnene Abstimmung zur Verteilung des partizipativen Budgets noch nicht abgeschlossen.
298
+ email_link: Mit der Abstimmung fortfahren
299
+ email_outro: Denken Sie daran, die Abstimmung vollständig abzuschließen. Wählen Sie dazu den gewünschten Vorschlag oder die gewünschten Vorschläge aus, denen Sie Ihre Stimme geben möchten. Bestätigen Sie anschliessend Ihre Auswahl, indem Sie auf "Abstimmen" klicken.
300
+ email_subject:
301
+ one: Sie haben Ihre Abstimmung bei der Verteilung des partizipativen Budgets noch nicht abgeschlossen
302
+ other: Sie haben Ihre Abstimmung bei der Verteilung des partizipativen Budgets noch nicht abgeschlossen
256
303
  components:
257
304
  budgets:
258
305
  actions:
@@ -268,6 +315,7 @@ de:
268
315
  errors:
269
316
  budget_voting_rule_only_one: Nur eine Abstimmungsregel kann aktiviert sein
270
317
  budget_voting_rule_required: Es ist eine Abstimmungsregel notwendig
318
+ geocoding_enabled: Geocoding aktiviert
271
319
  landing_page_content: Budgets Landingpage
272
320
  more_information_modal: Weitere Informationen
273
321
  projects_per_page: Projekte pro Seite
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  attributes:
@@ -89,16 +89,40 @@ en:
89
89
  title: Edit project
90
90
  update: Update
91
91
  index:
92
+ actions: Actions
93
+ cancel: Cancel
94
+ change_category: Change category
95
+ change_scope: Change scope
96
+ change_selected: Change selected
97
+ deselect_implementation: Unselect
92
98
  finished_orders: Finished votes
93
99
  pending_orders: Pending votes
100
+ select_for_implementation: Select
94
101
  selected: Selected
95
102
  title: Projects
103
+ update: Update
104
+ update_scope_button: Update scope
96
105
  new:
97
106
  create: Create
98
107
  title: New project
99
108
  update:
100
109
  invalid: There was a problem updating this project
101
110
  success: Project successfully updated
111
+ update_category:
112
+ invalid: 'These projects already had the %{subject_name} category: %{projects}.'
113
+ select_a_category: Please select a category
114
+ select_a_project: Please select a project
115
+ success: 'Projects successfully updated to the %{subject_name} category: %{projects}.'
116
+ update_scope:
117
+ invalid: 'These projects already had the %{subject_name} scope: %{projects}.'
118
+ select_a_project: Please select a project
119
+ select_a_scope: Please select a scope
120
+ success: 'Projects successfully updated to the %{subject_name} scope: %{projects}.'
121
+ update_selected:
122
+ invalid: 'These projects already had the same selected: %{projects}.'
123
+ select_a_project: Please select a project
124
+ select_a_selection: Please select a selection
125
+ success: 'Projects selection successfully changed: %{projects}.'
102
126
  proposals_imports:
103
127
  create:
104
128
  invalid: There was a problem importing the proposals into projects
@@ -111,6 +135,12 @@ en:
111
135
  origin_component_id: Origin component
112
136
  select_component: Please select a component
113
137
  title: Import proposals
138
+ reminders:
139
+ orders:
140
+ description: Users will receive an email with links to the budgets where they have pending order.
141
+ title:
142
+ one: You are about to send an email reminder to %{count} user
143
+ other: You are about to send an email reminder to %{count} users
114
144
  admin_log:
115
145
  budget:
116
146
  create: "%{user_name} created the %{resource_name} budget in the %{space_name} space"
@@ -142,6 +172,8 @@ en:
142
172
  show: See projects
143
173
  vote: Vote
144
174
  voted_on: You've voted on %{links}
175
+ last_activity:
176
+ new_vote_at_html: "<span>New budgeting vote at %{link}</span>"
145
177
  limit_announcement:
146
178
  cant_vote: You can't vote on this budget. <a href="%{landing_path}">Try on another budget</a>.
147
179
  limit_reached: You have active votes in %{links}. To vote on this budget you must <a href="%{landing_path}">delete your vote and start over</a>.
@@ -155,6 +187,7 @@ en:
155
187
  fields:
156
188
  category: Category
157
189
  id: ID
190
+ scope: Scope
158
191
  title: Title
159
192
  order_summary_mailer:
160
193
  order_summary:
@@ -227,6 +260,8 @@ en:
227
260
  filter: Filter
228
261
  filter_by: Filter by
229
262
  unfold: Unfold
263
+ index:
264
+ view_project: View project
230
265
  order_progress:
231
266
  vote: Vote
232
267
  order_selected_projects:
@@ -260,6 +295,15 @@ en:
260
295
  show:
261
296
  budget: Budget
262
297
  view_all_projects: View all projects
298
+ vote_reminder_mailer:
299
+ vote_reminder:
300
+ email_budgets: 'Areas where you have an unfinished vote:'
301
+ email_intro: You have started the participatory budgeting vote, but have not completed it.
302
+ email_link: Go to continue voting
303
+ email_outro: Please remember to complete the vote. To vote, you must first select the proposal or proposals you want to vote on and then confirm your vote with the "Vote" button.
304
+ email_subject:
305
+ one: You have an unfinished vote in the participatory budgeting vote
306
+ other: You have unfinished votes in the participatory budgeting vote
263
307
  components:
264
308
  budgets:
265
309
  actions:
@@ -275,6 +319,7 @@ en:
275
319
  errors:
276
320
  budget_voting_rule_only_one: Only one voting rule must be enabled
277
321
  budget_voting_rule_required: One voting rule is required
322
+ geocoding_enabled: Geocoding enabled
278
323
  landing_page_content: Budgets landing page
279
324
  more_information_modal: More information modal
280
325
  projects_per_page: Projects per page
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  attributes:
@@ -88,16 +89,40 @@ es-MX:
88
89
  title: Editar proyecto
89
90
  update: Actualizar
90
91
  index:
92
+ actions: Acciones
93
+ cancel: Cancelar
94
+ change_category: Cambiar categoría
95
+ change_scope: Cambiar ámbito
96
+ change_selected: Cambiar la selección
97
+ deselect_implementation: Deseleccionar
91
98
  finished_orders: Votos terminados
92
99
  pending_orders: Votos pendientes
100
+ select_for_implementation: Seleccionar
93
101
  selected: Seleccionado
94
102
  title: Proyectos
103
+ update: Actualizar
104
+ update_scope_button: Actualizar ámbito
95
105
  new:
96
106
  create: Crear
97
107
  title: Nuevo proyecto
98
108
  update:
99
109
  invalid: Ha habido un problema al actualizar este proyecto
100
110
  success: Proyecto actualizado correctamente
111
+ update_category:
112
+ invalid: 'Estas propuestas ya tenían la categoría %{subject_name}: %{projects}.'
113
+ select_a_category: Por favor, selecciona una categoría
114
+ select_a_project: Por favor, selecciona un proyecto
115
+ success: 'Los siguientes proyectos se han actualizado correctamente a la categoría %{subject_name}: %{projects}.'
116
+ update_scope:
117
+ invalid: 'Estos proyectos ya tenían el ámbito %{subject_name}: %{projects}.'
118
+ select_a_project: Por favor, selecciona un proyecto
119
+ select_a_scope: Por favor, selecciona un ámbito
120
+ success: 'Los siguientes proyectos se han actualizado correctamente al ámbito %{subject_name}: %{projects}.'
121
+ update_selected:
122
+ invalid: 'Estos proyectos ya estaban seleccionados: %{projects}.'
123
+ select_a_project: Por favor, selecciona un proyecto
124
+ select_a_selection: Por favor, elige un estado
125
+ success: 'Selección de proyectos cambiada con éxito: %{projects}.'
101
126
  proposals_imports:
102
127
  create:
103
128
  invalid: Ha habido un problema al importar las propuestas en proyectos
@@ -110,6 +135,9 @@ es-MX:
110
135
  origin_component_id: Componente de origen
111
136
  select_component: Por favor seleccione un componente
112
137
  title: Importar propuestas
138
+ reminders:
139
+ orders:
140
+ description: Las usuarias recibirán un correo electrónico con enlaces a los presupuestos en los que tienen un pedido pendiente.
113
141
  admin_log:
114
142
  budget:
115
143
  create: "%{user_name} creó el presupuesto %{resource_name} en el espacio %{space_name}"
@@ -141,6 +169,8 @@ es-MX:
141
169
  show: Ver proyectos
142
170
  vote: Votar
143
171
  voted_on: Has votado en %{links}
172
+ last_activity:
173
+ new_vote_at_html: "<span>Nueva votación presupiestaria en %{link}</span>"
144
174
  limit_announcement:
145
175
  cant_vote: No puedes votar en este presupuesto. <a href="%{landing_path}"> Prueba con otro presupuesto</a>.
146
176
  limit_reached: Tienes votos activos en %{links}. Para votar en este presupuesto debes <a href="%{landing_path}">borrar tu voto y empezar de nuevo</a>.
@@ -154,6 +184,7 @@ es-MX:
154
184
  fields:
155
185
  category: Categoría
156
186
  id: ID
187
+ scope: Ámbito
157
188
  title: Título
158
189
  order_summary_mailer:
159
190
  order_summary:
@@ -226,6 +257,8 @@ es-MX:
226
257
  filter: Filtrar
227
258
  filter_by: Filtrar por
228
259
  unfold: Desplegar
260
+ index:
261
+ view_project: Ver proyecto
229
262
  order_progress:
230
263
  vote: Dar apoyo
231
264
  order_selected_projects:
@@ -259,6 +292,15 @@ es-MX:
259
292
  show:
260
293
  budget: Presupuesto
261
294
  view_all_projects: Ver todos los proyectos
295
+ vote_reminder_mailer:
296
+ vote_reminder:
297
+ email_budgets: 'Áreas donde tienes una votación inacabada:'
298
+ email_intro: Has iniciado la votación de los presupuestos, pero no la has completado.
299
+ email_link: Ir a la votación
300
+ email_outro: Por favor, recuerda completar la votación. Para votar, primero debes seleccionar el proyecto o proyectos sobre las que deseas votar y luego confirmar tu voto con el botón "Votar".
301
+ email_subject:
302
+ one: Tienes un voto sin finalizar en la votación de los presupuestos
303
+ other: Tienes votos sin finalizar en la votación de los presupuestos
262
304
  components:
263
305
  budgets:
264
306
  actions:
@@ -274,6 +316,7 @@ es-MX:
274
316
  errors:
275
317
  budget_voting_rule_only_one: Hay que activar por lo menos una norma para la votación
276
318
  budget_voting_rule_required: Se requiere una norma para la votación
319
+ geocoding_enabled: Geolocalización habilitada
277
320
  landing_page_content: Página de inicio de presupuestos
278
321
  more_information_modal: Modal de "Más información"
279
322
  projects_per_page: Proyectos por página
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-PY:
2
3
  activemodel:
3
4
  attributes:
@@ -88,16 +89,40 @@ es-PY:
88
89
  title: Editar proyecto
89
90
  update: Actualizar
90
91
  index:
92
+ actions: Acciones
93
+ cancel: Cancelar
94
+ change_category: Cambiar categoría
95
+ change_scope: Cambiar ámbito
96
+ change_selected: Cambiar la selección
97
+ deselect_implementation: Deseleccionar
91
98
  finished_orders: Votos terminados
92
99
  pending_orders: Votos pendientes
100
+ select_for_implementation: Seleccionar
93
101
  selected: Seleccionado
94
102
  title: Proyectos
103
+ update: Actualizar
104
+ update_scope_button: Actualizar ámbito
95
105
  new:
96
106
  create: Crear
97
107
  title: Nuevo proyecto
98
108
  update:
99
109
  invalid: Ha habido un problema al actualizar este proyecto
100
110
  success: Proyecto actualizado correctamente
111
+ update_category:
112
+ invalid: 'Estas propuestas ya tenían la categoría %{subject_name}: %{projects}.'
113
+ select_a_category: Por favor, selecciona una categoría
114
+ select_a_project: Selecciona un proyecto
115
+ success: 'Los proyectos se han actualizado correctamente a la categoría %{subject_name}: %{projects}.'
116
+ update_scope:
117
+ invalid: 'Estos proyectos ya pertenecían al ámbito %{subject_name}: %{projects}.'
118
+ select_a_project: Por favor, selecciona un proyecto
119
+ select_a_scope: Por favor, selecciona un ámbito
120
+ success: 'Los proyectos se han actualizado correctamente al ámbito %{subject_name}: %{projects}.'
121
+ update_selected:
122
+ invalid: 'Estos proyectos ya estaban seleccionados: %{projects}.'
123
+ select_a_project: Por favor, selecciona un proyecto
124
+ select_a_selection: Por favor, elige un estado
125
+ success: 'Selección de proyectos cambiada con éxito: %{projects}.'
101
126
  proposals_imports:
102
127
  create:
103
128
  invalid: Ha habido un problema al importar las propuestas en proyectos
@@ -110,6 +135,12 @@ es-PY:
110
135
  origin_component_id: Componente de origen
111
136
  select_component: Por favor seleccione un componente
112
137
  title: Importar propuestas
138
+ reminders:
139
+ orders:
140
+ description: Las usuarias recibirán un correo electrónico con enlaces a los presupuestos en los que tienen un pedido pendiente.
141
+ title:
142
+ one: Estás a punto de enviar un recordatorio por correo electrónico a %{count} usuaria
143
+ other: Estás a punto de enviar un recordatorio por correo electrónico a %{count} usuarias
113
144
  admin_log:
114
145
  budget:
115
146
  create: "%{user_name} creó el presupuesto %{resource_name} en el espacio %{space_name}"
@@ -141,6 +172,8 @@ es-PY:
141
172
  show: Ver proyectos
142
173
  vote: Votar
143
174
  voted_on: Has votado en %{links}
175
+ last_activity:
176
+ new_vote_at_html: "<span>Nueva votación presupiestaria en %{link}</span>"
144
177
  limit_announcement:
145
178
  cant_vote: No puedes votar en este presupuesto. <a href="%{landing_path}"> Prueba con otro presupuesto</a>.
146
179
  limit_reached: Tienes votos activos en %{links}. Para votar en este presupuesto debes <a href="%{landing_path}">borrar tu voto y empezar de nuevo</a>.
@@ -154,6 +187,7 @@ es-PY:
154
187
  fields:
155
188
  category: Categoría
156
189
  id: ID
190
+ scope: Ámbito
157
191
  title: Título
158
192
  order_summary_mailer:
159
193
  order_summary:
@@ -226,6 +260,8 @@ es-PY:
226
260
  filter: Filtrar
227
261
  filter_by: Filtrar por
228
262
  unfold: Desplegar
263
+ index:
264
+ view_project: Ver proyecto
229
265
  order_progress:
230
266
  vote: Dar apoyo
231
267
  order_selected_projects:
@@ -259,6 +295,15 @@ es-PY:
259
295
  show:
260
296
  budget: Presupuesto
261
297
  view_all_projects: Ver todos los proyectos
298
+ vote_reminder_mailer:
299
+ vote_reminder:
300
+ email_budgets: 'Áreas donde tienes una votación inacabada:'
301
+ email_intro: Has iniciado la votación de los presupuestos, pero no la has completado.
302
+ email_link: Ir a la votación
303
+ email_outro: Por favor, recuerda completar la votación. Para votar, primero debes seleccionar el proyecto o proyectos sobre las que deseas votar y luego confirmar tu voto con el botón "Votar".
304
+ email_subject:
305
+ one: Tienes un voto sin finalizar en la votación de los presupuestos
306
+ other: Tienes votos sin finalizar en la votación de los presupuestos
262
307
  components:
263
308
  budgets:
264
309
  actions:
@@ -274,6 +319,7 @@ es-PY:
274
319
  errors:
275
320
  budget_voting_rule_only_one: Hay que activar por lo menos una norma para la votación
276
321
  budget_voting_rule_required: Se requiere una norma para la votación
322
+ geocoding_enabled: Geolocalización habilitada
277
323
  landing_page_content: Página de inicio de presupuestos
278
324
  more_information_modal: Modal de "Más información"
279
325
  projects_per_page: Proyectos por página
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  activemodel:
3
4
  attributes:
@@ -88,16 +89,40 @@ es:
88
89
  title: Editar proyecto
89
90
  update: Actualizar
90
91
  index:
92
+ actions: Acciones
93
+ cancel: Cancelar
94
+ change_category: Cambiar categoría
95
+ change_scope: Cambiar ámbito
96
+ change_selected: Cambiar la selección
97
+ deselect_implementation: Deseleccionar
91
98
  finished_orders: Votos terminados
92
99
  pending_orders: Votos pendientes
100
+ select_for_implementation: Seleccionar
93
101
  selected: Seleccionado
94
102
  title: Proyectos
103
+ update: Actualizar
104
+ update_scope_button: Actualizar ámbito
95
105
  new:
96
106
  create: Crear
97
107
  title: Nuevo proyecto
98
108
  update:
99
109
  invalid: Se ha producido un error al actualizar este proyecto
100
110
  success: Proyecto actualizado correctamente
111
+ update_category:
112
+ invalid: 'Estas propuestas ya tenían la categoría %{subject_name}: %{projects}.'
113
+ select_a_category: Por favor, selecciona una categoría
114
+ select_a_project: Selecciona un proyecto
115
+ success: 'Los proyectos se han actualizado correctamente a la categoría %{subject_name}: %{projects}.'
116
+ update_scope:
117
+ invalid: 'Estos proyectos ya pertenecían al ámbito %{subject_name}: %{projects}.'
118
+ select_a_project: Por favor, selecciona un proyecto
119
+ select_a_scope: Por favor, selecciona un ámbito
120
+ success: 'Los proyectos se han actualizado correctamente al ámbito %{subject_name}: %{projects}.'
121
+ update_selected:
122
+ invalid: 'Estos proyectos ya estaban seleccionados: %{projects}.'
123
+ select_a_project: Por favor, selecciona un proyecto
124
+ select_a_selection: Por favor, elige un estado
125
+ success: 'Selección de proyectos cambiada con éxito: %{projects}.'
101
126
  proposals_imports:
102
127
  create:
103
128
  invalid: Se ha producido un error al importar las propuestas a proyectos
@@ -110,6 +135,12 @@ es:
110
135
  origin_component_id: Componente de origen
111
136
  select_component: Por favor seleccione un componente
112
137
  title: Importar propuestas
138
+ reminders:
139
+ orders:
140
+ description: Las usuarias recibirán un correo electrónico con enlaces a los presupuestos en los que tienen un pedido pendiente.
141
+ title:
142
+ one: Estás a punto de enviar un recordatorio por correo electrónico a %{count} usuaria
143
+ other: Estás a punto de enviar un recordatorio por correo electrónico a %{count} usuarias
113
144
  admin_log:
114
145
  budget:
115
146
  create: "%{user_name} creó el presupuesto %{resource_name} en el espacio %{space_name}"
@@ -141,6 +172,8 @@ es:
141
172
  show: Ver proyectos
142
173
  vote: Votar
143
174
  voted_on: Has votado en %{links}
175
+ last_activity:
176
+ new_vote_at_html: "<span>Nueva votación presupiestaria en %{link}</span>"
144
177
  limit_announcement:
145
178
  cant_vote: No puedes votar en este presupuesto. <a href="%{landing_path}"> Prueba con otro presupuesto</a>.
146
179
  limit_reached: Tienes votos activos en %{links}. Para votar en este presupuesto debes <a href="%{landing_path}">borrar tu voto y empezar de nuevo</a>.
@@ -154,6 +187,7 @@ es:
154
187
  fields:
155
188
  category: Categoría
156
189
  id: ID
190
+ scope: Ámbito
157
191
  title: Título
158
192
  order_summary_mailer:
159
193
  order_summary:
@@ -226,6 +260,8 @@ es:
226
260
  filter: Filtrar
227
261
  filter_by: Filtrar por
228
262
  unfold: Desplegar
263
+ index:
264
+ view_project: Ver proyecto
229
265
  order_progress:
230
266
  vote: Vota
231
267
  order_selected_projects:
@@ -259,6 +295,15 @@ es:
259
295
  show:
260
296
  budget: Presupuesto
261
297
  view_all_projects: Ver todos los proyectos
298
+ vote_reminder_mailer:
299
+ vote_reminder:
300
+ email_budgets: 'Áreas donde tienes una votación inacabada:'
301
+ email_intro: Has iniciado la votación de los presupuestos, pero no la has completado.
302
+ email_link: Ir a la votación
303
+ email_outro: Por favor, recuerda completar la votación. Para votar, primero debes seleccionar el proyecto o proyectos sobre las que deseas votar y luego confirmar tu voto con el botón "Votar".
304
+ email_subject:
305
+ one: Tienes un voto sin finalizar en la votación de los presupuestos
306
+ other: Tienes votos sin finalizar en la votación de los presupuestos
262
307
  components:
263
308
  budgets:
264
309
  actions:
@@ -274,6 +319,7 @@ es:
274
319
  errors:
275
320
  budget_voting_rule_only_one: Hay que activar por lo menos una norma para la votación
276
321
  budget_voting_rule_required: Se requiere una norma para la votación
322
+ geocoding_enabled: Geolocalización habilitada
277
323
  landing_page_content: Página de inicio de presupuestos
278
324
  more_information_modal: Modal de "Más información"
279
325
  projects_per_page: Proyectos por página
@@ -1,3 +1,4 @@
1
+ ---
1
2
  eu:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi-pl:
2
3
  activemodel:
3
4
  attributes:
@@ -88,16 +89,40 @@ fi-pl:
88
89
  title: Muokkaa suunnitelmaa
89
90
  update: Päivitä
90
91
  index:
92
+ actions: Toiminnot
93
+ cancel: Peruuta
94
+ change_category: Vaihda aihepiiri
95
+ change_scope: Vaihda teema
96
+ change_selected: Vaihda valittu-tilaa
97
+ deselect_implementation: Ei toteutukseen
91
98
  finished_orders: Valmiit äänet
92
99
  pending_orders: Odottavat äänet
100
+ select_for_implementation: Valittu toteutukseen
93
101
  selected: Valittu
94
102
  title: Suunnitelmat
103
+ update: Päivitä
104
+ update_scope_button: Muuta teema
95
105
  new:
96
106
  create: Luo
97
107
  title: Uusi suunnitelma
98
108
  update:
99
109
  invalid: Tämän suunnitelman päivityksessä tapahtui virhe
100
110
  success: Suunnitelma päivitetty onnistuneesti
111
+ update_category:
112
+ invalid: 'Näillä projekteilla oli jo aihepiiri %{subject_name}: %{projects}.'
113
+ select_a_category: Valitse aihepiiri
114
+ select_a_project: Valitse projekti
115
+ success: 'Seuraavien projektien aihepiirin päivitys onnistui %{subject_name}: %{projects}.'
116
+ update_scope:
117
+ invalid: 'Näillä projekteilla oli jo teema %{subject_name}: %{projects}.'
118
+ select_a_project: Valitse projekti
119
+ select_a_scope: Valitse teema
120
+ success: 'Seuraavien projektien teeman päivitys onnistui %{subject_name}: %{projects}.'
121
+ update_selected:
122
+ invalid: 'Nämä projektit oli jo merkitty toteutettaviksi: %{projects}.'
123
+ select_a_project: Valitse projekti
124
+ select_a_selection: Valitse toteutuksen tila
125
+ success: 'Toteutuksen tilan päivitys onnistui projekteille: %{projects}.'
101
126
  proposals_imports:
102
127
  create:
103
128
  invalid: Ehdotusten tuomisessa suunnitelmiin esiintyi ongelmia
@@ -110,6 +135,12 @@ fi-pl:
110
135
  origin_component_id: Lähdekomponentti
111
136
  select_component: Valitse komponentti
112
137
  title: Tuo ehdotuksia
138
+ reminders:
139
+ orders:
140
+ description: Käyttäjät saavat sähköpostiviestin, jossa on linkit budjetteihin, joissa heillä on odottavia ääniä.
141
+ title:
142
+ one: Olet lähettämässä muistutuksen sähköpostiin %{count} käyttäjälle
143
+ other: Olet lähettämässä muistutuksen sähköpostiin %{count} käyttäjälle
113
144
  admin_log:
114
145
  budget:
115
146
  create: "%{user_name} loi budjetin %{resource_name} osallistumistilassa %{space_name}"
@@ -141,6 +172,8 @@ fi-pl:
141
172
  show: Näytä projektit
142
173
  vote: Äänestä
143
174
  voted_on: Olet äänestänyt budjeteissa %{links}
175
+ last_activity:
176
+ new_vote_at_html: "<span>Uusi budjetointiääni %{link}</span>"
144
177
  limit_announcement:
145
178
  cant_vote: Et voi äänestää tästä budjetista. <a href="%{landing_path}">Kokeile toista budjettia</a>.
146
179
  limit_reached: Sinulla on ääniä kohteessa %{links}. Äänestääksesi tästä budjetista <a href="%{landing_path}">poista äänesi ja aloita alusta</a>.
@@ -154,6 +187,7 @@ fi-pl:
154
187
  fields:
155
188
  category: Aihepiiri
156
189
  id: ID
190
+ scope: Teema
157
191
  title: Otsikko
158
192
  order_summary_mailer:
159
193
  order_summary:
@@ -226,6 +260,8 @@ fi-pl:
226
260
  filter: Suodata
227
261
  filter_by: Suodata
228
262
  unfold: Avaa
263
+ index:
264
+ view_project: Näytä projekti
229
265
  order_progress:
230
266
  vote: Äänestä
231
267
  order_selected_projects:
@@ -259,6 +295,15 @@ fi-pl:
259
295
  show:
260
296
  budget: Budjetti
261
297
  view_all_projects: Näytä kaikki suunnitelmat
298
+ vote_reminder_mailer:
299
+ vote_reminder:
300
+ email_budgets: 'Alueet, joissa sinulla on keskeneräinen ääni:'
301
+ email_intro: Olet aloittanut osallistuvan budjetoinnin äänestyksen, mutta et suorittanut sitä loppuun.
302
+ email_link: Siirry jatkamaan äänestystä
303
+ email_outro: Muistathan saattaa äänesi loppuun saakka. Äänestääksesi, sinun on valittava se ehdotus tai ne ehdotukset, joita haluat äänestää ja tämän jälkeen vahvistettava äänesti "Äänestä" -painikkeella.
304
+ email_subject:
305
+ one: Sinulla on keskeneräinen ääni osallistavan budjetoinnin äänestyksessä
306
+ other: Sinulla on keskeneräisiä ääniä osallistavan budjetoinnin äänestyksessä
262
307
  components:
263
308
  budgets:
264
309
  actions:
@@ -274,6 +319,7 @@ fi-pl:
274
319
  errors:
275
320
  budget_voting_rule_only_one: Voit valita ainoastaan yhden äänestyssäännön
276
321
  budget_voting_rule_required: Yksi äänestyssääntö vaaditaan
322
+ geocoding_enabled: Geokoodaus käytössä
277
323
  landing_page_content: Budjetoinnin aloitussivun teksti
278
324
  more_information_modal: Lisätietoikkunan teksti
279
325
  projects_per_page: Suunnitelmat sivua kohden