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
  fi:
2
3
  activemodel:
3
4
  attributes:
@@ -88,16 +89,40 @@ fi:
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: Suunnitelman päivitys epäonnistui
100
110
  success: Suunnitelman päivitys onnistui
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 tuonti suunnitelmiksi epäonnistui
@@ -110,6 +135,12 @@ fi:
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:
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:
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:
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:
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:
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
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr-CA:
2
3
  activemodel:
3
4
  attributes:
@@ -88,16 +89,40 @@ fr-CA:
88
89
  title: Éditer un projet
89
90
  update: Mettre à jour
90
91
  index:
92
+ actions: Actions
93
+ cancel: Annuler
94
+ change_category: Modifier la catégorie
95
+ change_scope: Changer le secteur
96
+ change_selected: Changer l'état "sélectionné"
97
+ deselect_implementation: Annuler la sélection
91
98
  finished_orders: Votes terminés
92
99
  pending_orders: Votes en cours
100
+ select_for_implementation: Sélectionné pour implémentation
93
101
  selected: Sélectionné
94
102
  title: Projets
103
+ update: Mettre à jour
104
+ update_scope_button: Mettre à jour le secteur
95
105
  new:
96
106
  create: Créer
97
107
  title: Nouveau projet
98
108
  update:
99
109
  invalid: Il y a eu un problème lors de la mise à jour de ce projet
100
110
  success: Projet mis à jour avec succès
111
+ update_category:
112
+ invalid: 'Ces projets avaient déjà la catégorie %{subject_name} : %{projects}.'
113
+ select_a_category: Veuillez sélectionner une catégorie
114
+ select_a_project: Veuillez selectionner un projet
115
+ success: 'Les projets ont été mis à jour avec succès avec la catégorie %{subject_name} : %{projects}.'
116
+ update_scope:
117
+ invalid: 'Ces projets avaient déjà le secteur %{subject_name} : %{projects}.'
118
+ select_a_project: Veuillez selectionner un projet
119
+ select_a_scope: Veuillez sélectionner un secteur
120
+ success: 'Les projets ont été mis à jour avec succès avec le secteur %{subject_name} : %{projects}.'
121
+ update_selected:
122
+ invalid: 'Ces projets étaient déjà sélectionnés pour l''implémentation : %{projects}.'
123
+ select_a_project: Veuillez selectionner un projet
124
+ select_a_selection: Veuillez sélectionner un état de sélection pour implémentation
125
+ success: 'La sélection des projets a été modifiée avec succès : %{projects}.'
101
126
  proposals_imports:
102
127
  create:
103
128
  invalid: Un problème est survenu lors de l'importation des propositions dans des projets
@@ -110,6 +135,12 @@ fr-CA:
110
135
  origin_component_id: Composant d'origine
111
136
  select_component: Veuillez sélectionner un module
112
137
  title: Importer des propositions
138
+ reminders:
139
+ orders:
140
+ description: Les utilisateurs recevront un e-mail avec des liens vers les budgets où ils ont un vote en attente.
141
+ title:
142
+ one: Vous êtes sur le point d'envoyer un rappel par e-mail à %{count} utilisateur
143
+ other: Vous êtes sur le point d'envoyer un rappel par e-mail à %{count} utilisateurs
113
144
  admin_log:
114
145
  budget:
115
146
  create: "%{user_name} a créé le budget %{resource_name} dans l'espace %{space_name}"
@@ -141,6 +172,8 @@ fr-CA:
141
172
  show: Voir les projets
142
173
  vote: Voter
143
174
  voted_on: Vous avez voté sur %{links}
175
+ last_activity:
176
+ new_vote_at_html: "<span>Nouveau vote du budget sur ce lien %{link}</span>"
144
177
  limit_announcement:
145
178
  cant_vote: Vous ne pouvez pas voter sur ce budget. <a href="%{landing_path}">Essayez sur un autre budget</a>.
146
179
  limit_reached: Vous avez des votes actifs dans %{links}. Pour voter sur ce budget, vous devez <a href="%{landing_path}">supprimer votre vote et recommencer</a>.
@@ -154,6 +187,7 @@ fr-CA:
154
187
  fields:
155
188
  category: Catégorie
156
189
  id: ID
190
+ scope: Secteur
157
191
  title: Titre
158
192
  order_summary_mailer:
159
193
  order_summary:
@@ -226,6 +260,8 @@ fr-CA:
226
260
  filter: Filtrer
227
261
  filter_by: Filtrer par
228
262
  unfold: Voir la suite
263
+ index:
264
+ view_project: Voir le projet
229
265
  order_progress:
230
266
  vote: Voter
231
267
  order_selected_projects:
@@ -259,6 +295,15 @@ fr-CA:
259
295
  show:
260
296
  budget: Budget
261
297
  view_all_projects: Voir tous les projets
298
+ vote_reminder_mailer:
299
+ vote_reminder:
300
+ email_budgets: 'Budgets où vous avez un vote encore en cours :'
301
+ email_intro: Vous avez commencé un vote sur le budget, mais vous ne l'avez pas finalisé.
302
+ email_link: Cliquez ici pour finaliser votre vote
303
+ email_outro: N'oubliez pas de finaliser votre vote. Pour voter, vous devez d'abord sélectionner le projet ou les projets sur lesquelles vous souhaitez voter, puis confirmer votre vote avec le bouton "Voter".
304
+ email_subject:
305
+ one: Vous avez un vote inachevé sur un budget
306
+ other: Vous avez des votes inachevés sur des budgets
262
307
  components:
263
308
  budgets:
264
309
  actions:
@@ -274,6 +319,7 @@ fr-CA:
274
319
  errors:
275
320
  budget_voting_rule_only_one: Une seule règle de vote doit être activée
276
321
  budget_voting_rule_required: Une règle de vote est requise
322
+ geocoding_enabled: Géocodage activé
277
323
  landing_page_content: Page d'accueil des budgets
278
324
  more_information_modal: Plus d’informations
279
325
  projects_per_page: Projets par page
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr:
2
3
  activemodel:
3
4
  attributes:
@@ -17,7 +18,7 @@ fr:
17
18
  selected: Sélectionné pour l'implémentation
18
19
  title: Titre
19
20
  proposals_import:
20
- scope_id: Périmètre d'application
21
+ scope_id: Secteur
21
22
  activerecord:
22
23
  models:
23
24
  decidim/budgets/project:
@@ -88,16 +89,40 @@ fr:
88
89
  title: Éditer un projet
89
90
  update: Mettre à jour
90
91
  index:
92
+ actions: Actions
93
+ cancel: Annuler
94
+ change_category: Modifier la catégorie
95
+ change_scope: Changer le secteur
96
+ change_selected: Changer l'état "sélectionné"
97
+ deselect_implementation: Annuler la sélection
91
98
  finished_orders: Votes terminés
92
99
  pending_orders: Votes en cours
100
+ select_for_implementation: Sélectionné pour implémentation
93
101
  selected: Sélectionné
94
102
  title: Projets
103
+ update: Mettre à jour
104
+ update_scope_button: Mettre à jour le secteur
95
105
  new:
96
106
  create: Créer
97
107
  title: Nouveau projet
98
108
  update:
99
109
  invalid: Il y a eu un problème lors de la mise à jour de ce projet
100
110
  success: Projet mis à jour avec succès
111
+ update_category:
112
+ invalid: 'Ces projets avaient déjà la catégorie %{subject_name} : %{projects}.'
113
+ select_a_category: Veuillez sélectionner une catégorie
114
+ select_a_project: Veuillez selectionner un projet
115
+ success: 'Les projets ont été mis à jour avec succès avec la catégorie %{subject_name} : %{projects}.'
116
+ update_scope:
117
+ invalid: 'Ces projets avaient déjà le secteur %{subject_name} : %{projects}.'
118
+ select_a_project: Veuillez selectionner un projet
119
+ select_a_scope: Veuillez sélectionner un secteur
120
+ success: 'Les projets ont été mis à jour avec succès avec le secteur %{subject_name} : %{projects}.'
121
+ update_selected:
122
+ invalid: 'Ces projets étaient déjà sélectionnés pour l''implémentation : %{projects}.'
123
+ select_a_project: Veuillez selectionner un projet
124
+ select_a_selection: Veuillez sélectionner un état de sélection pour implémentation
125
+ success: 'La sélection des projets a été modifiée avec succès : %{projects}.'
101
126
  proposals_imports:
102
127
  create:
103
128
  invalid: Un problème est survenu lors de l'importation des propositions dans des projets
@@ -110,6 +135,12 @@ fr:
110
135
  origin_component_id: Composant d'origine
111
136
  select_component: Veuillez sélectionner un module
112
137
  title: Importer des propositions
138
+ reminders:
139
+ orders:
140
+ description: Les utilisateurs recevront un e-mail avec des liens vers les budgets où ils ont un vote en attente.
141
+ title:
142
+ one: Vous êtes sur le point d'envoyer un rappel par e-mail à %{count} utilisateur
143
+ other: Vous êtes sur le point d'envoyer un rappel par e-mail à %{count} utilisateurs
113
144
  admin_log:
114
145
  budget:
115
146
  create: "%{user_name} a créé le budget %{resource_name} dans l'espace %{space_name}"
@@ -141,6 +172,8 @@ fr:
141
172
  show: Voir les projets
142
173
  vote: Voter
143
174
  voted_on: Vous avez voté sur %{links}
175
+ last_activity:
176
+ new_vote_at_html: "<span>Nouveau vote du budget sur ce lien %{link}</span>"
144
177
  limit_announcement:
145
178
  cant_vote: Vous ne pouvez pas voter sur ce budget. <a href="%{landing_path}">Essayez sur un autre budget</a>.
146
179
  limit_reached: Vous avez des votes actifs dans %{links}. Pour voter sur ce budget, vous devez <a href="%{landing_path}">supprimer votre vote et recommencer</a>.
@@ -154,6 +187,7 @@ fr:
154
187
  fields:
155
188
  category: Catégorie
156
189
  id: ID
190
+ scope: Secteur
157
191
  title: Titre
158
192
  order_summary_mailer:
159
193
  order_summary:
@@ -226,6 +260,8 @@ fr:
226
260
  filter: Filtrer
227
261
  filter_by: Filtrer par
228
262
  unfold: Voir la suite
263
+ index:
264
+ view_project: Voir le projet
229
265
  order_progress:
230
266
  vote: Voter
231
267
  order_selected_projects:
@@ -259,6 +295,15 @@ fr:
259
295
  show:
260
296
  budget: Budget
261
297
  view_all_projects: Voir tous les projets
298
+ vote_reminder_mailer:
299
+ vote_reminder:
300
+ email_budgets: 'Budgets où vous avez un vote encore en cours :'
301
+ email_intro: Vous avez commencé un vote sur le budget, mais vous ne l'avez pas finalisé.
302
+ email_link: Cliquez ici pour finaliser votre vote
303
+ email_outro: N'oubliez pas de finaliser votre vote. Pour voter, vous devez d'abord sélectionner le projet ou les projets sur lesquelles vous souhaitez voter, puis confirmer votre vote avec le bouton "Voter".
304
+ email_subject:
305
+ one: Vous avez un vote inachevé sur un budget
306
+ other: Vous avez des votes inachevés sur des budgets
262
307
  components:
263
308
  budgets:
264
309
  actions:
@@ -274,6 +319,7 @@ fr:
274
319
  errors:
275
320
  budget_voting_rule_only_one: Une seule règle de vote doit être activée
276
321
  budget_voting_rule_required: Une règle de vote est requise
322
+ geocoding_enabled: Géocodage activé
277
323
  landing_page_content: Page d'accueil des budgets
278
324
  more_information_modal: Plus d’informations
279
325
  projects_per_page: Projets par page
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ga:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  gl:
2
3
  activemodel:
3
4
  attributes:
@@ -97,6 +98,12 @@ gl:
97
98
  create: Importa propostas a proxectos
98
99
  no_components: Non existen outros compoñentes de proposta neste espazo participativo para importar as propostas en proxectos.
99
100
  select_component: Selecciona un compoñente
101
+ reminders:
102
+ orders:
103
+ description: Os usuarios recibirán un correo coas ligazóns aos orzamentos onde teñen ordes pendentes.
104
+ title:
105
+ one: Estás a punto de enviar un correo recordatorio a %{count} usuario
106
+ other: Estás a punto de enviar un correo recordatorio a %{count} usuarios
100
107
  admin_log:
101
108
  project:
102
109
  create: "%{user_name} creou o proxecto %{resource_name} no espazo %{space_name}"
@@ -213,6 +220,9 @@ gl:
213
220
  show:
214
221
  budget: Orzamento
215
222
  view_all_projects: Ver todos os proxectos
223
+ vote_reminder_mailer:
224
+ vote_reminder:
225
+ email_outro: Por favor, lembra completar a voto. Para votar, tes que seleccionar a proposta ou propostas para as que desexas votar e despois confirmar o teu voto premendo o botón "Votat".
216
226
  components:
217
227
  budgets:
218
228
  actions:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  attributes:
@@ -37,15 +38,27 @@ hu:
37
38
  title: Projekt szerkesztése
38
39
  update: Frissítés
39
40
  index:
41
+ actions: Műveletek
42
+ cancel: Mégsem
43
+ change_category: Kategória módosítása
44
+ change_scope: Hatáskör megváltoztatása
45
+ change_selected: Kijelölés módosítása
46
+ deselect_implementation: Kiválasztás törlése
40
47
  finished_orders: Befejezett szavazások
41
48
  pending_orders: Függőben lévő szavazások
49
+ select_for_implementation: Kijelölés
42
50
  title: Projektek
51
+ update: Frissítés
52
+ update_scope_button: Hatáskör frissítése
43
53
  new:
44
54
  create: Létrehozás
45
55
  title: Új projekt
46
56
  update:
47
57
  invalid: Probléma történt a projekt frissítése során
48
58
  success: Projekt frissítése sikeres
59
+ update_category:
60
+ select_a_category: Kérjük, válasszon egy kategóriát
61
+ select_a_project: Kérem, válasszon projektet
49
62
  proposals_imports:
50
63
  create:
51
64
  invalid: Probléma merült fel a javaslatok projektekbe történő importálásakor
@@ -125,6 +138,12 @@ hu:
125
138
  show:
126
139
  budget: Költségvetés
127
140
  view_all_projects: Összes projekt megtekintése
141
+ vote_reminder_mailer:
142
+ vote_reminder:
143
+ email_budgets: 'Nem fejezte be a szavazat leadását itt:'
144
+ email_intro: Elkezdte a részvételi költségvetési szavazat leadását, de nem fejezte be.
145
+ email_link: Szavazás folytatása
146
+ email_outro: Kérjük, fejezze be a szavazat leadását. A szavazáshoz előbb ki kell jelölnie azt a javaslatot vagy javaslatokat, amiket támogatni szeretne, majd a "Szavazok" gombra kattintással adhatja le szavazatát.
128
147
  components:
129
148
  budgets:
130
149
  actions:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activemodel:
3
4
  attributes:
@@ -1,4 +1,5 @@
1
- is-IS:
1
+ ---
2
+ is:
2
3
  activemodel:
3
4
  attributes:
4
5
  project:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  attributes:
@@ -87,16 +88,40 @@ ja:
87
88
  title: プロジェクトを編集
88
89
  update: 更新
89
90
  index:
91
+ actions: アクション
92
+ cancel: キャンセル
93
+ change_category: カテゴリの変更
94
+ change_scope: スコープの変更
95
+ change_selected: 選択した項目を変更
96
+ deselect_implementation: 選択解除
90
97
  finished_orders: 完了した投票
91
98
  pending_orders: 保留中の投票
99
+ select_for_implementation: 選択
92
100
  selected: 選択済
93
101
  title: プロジェクト
102
+ update: 更新
103
+ update_scope_button: スコープを更新
94
104
  new:
95
105
  create: 作成
96
106
  title: 新規プロジェクト
97
107
  update:
98
108
  invalid: このプロジェクトの更新中に問題が発生しました
99
109
  success: プロジェクトを更新しました
110
+ update_category:
111
+ invalid: 'これらのプロジェクトは既に %{subject_name} カテゴリを持っています: %{projects}'
112
+ select_a_category: カテゴリを選択してください
113
+ select_a_project: プロジェクトを選択してください
114
+ success: 'プロジェクトは %{subject_name} カテゴリに更新されました: %{projects}'
115
+ update_scope:
116
+ invalid: 'これらのプロジェクトは既に %{subject_name} スコープを持っています: %{projects}'
117
+ select_a_project: プロジェクトを選択してください
118
+ select_a_scope: スコープを選択してください
119
+ success: 'プロジェクトは %{subject_name} スコープに正常に更新されました: %{projects}'
120
+ update_selected:
121
+ invalid: 'これらのプロジェクトは既に選択されています: %{projects}'
122
+ select_a_project: プロジェクトを選択してください
123
+ select_a_selection: 選択してください
124
+ success: 'プロジェクトの選択が変更されました: %{projects}.'
100
125
  proposals_imports:
101
126
  create:
102
127
  invalid: 提案をプロジェクトにインポートする際に問題が発生しました
@@ -109,6 +134,11 @@ ja:
109
134
  origin_component_id: 元のコンポーネント
110
135
  select_component: コンポーネントを選択してください
111
136
  title: 提案のインポート
137
+ reminders:
138
+ orders:
139
+ description: ユーザーは、保留中の指定がある予算へのリンクを含む電子メールを受け取ります。
140
+ title:
141
+ other: '%{count} ユーザーにメール通知を送信しようとしています'
112
142
  admin_log:
113
143
  budget:
114
144
  create: "%{user_name} が予算 %{resource_name} を %{space_name} に作成しました。"
@@ -140,6 +170,8 @@ ja:
140
170
  show: プロジェクトを表示
141
171
  vote: 投票
142
172
  voted_on: '%{links} に投票しました'
173
+ last_activity:
174
+ new_vote_at_html: "<span> %{link} での新しい予算投票</span>"
143
175
  limit_announcement:
144
176
  cant_vote: この予算に投票することはできません。 <a href="%{landing_path}">別の予算を試してみてください</a>。
145
177
  limit_reached: '%{links} に有効な投票があります。この予算に投票するには、 <a href="%{landing_path}">投票を削除し、</a> やり直す必要があります。'
@@ -153,6 +185,7 @@ ja:
153
185
  fields:
154
186
  category: カテゴリ
155
187
  id: ID
188
+ scope: スコープ
156
189
  title: タイトル
157
190
  order_summary_mailer:
158
191
  order_summary:
@@ -224,6 +257,8 @@ ja:
224
257
  filter: フィルター
225
258
  filter_by: フィルター
226
259
  unfold: 展開する
260
+ index:
261
+ view_project: プロジェクトを表示
227
262
  order_progress:
228
263
  vote: 投票
229
264
  order_selected_projects:
@@ -255,6 +290,14 @@ ja:
255
290
  show:
256
291
  budget: 予算
257
292
  view_all_projects: すべてのプロジェクトを表示
293
+ vote_reminder_mailer:
294
+ vote_reminder:
295
+ email_budgets: '未完了の投票場所:'
296
+ email_intro: 参加型予算の投票を開始しましたが、完了していません。
297
+ email_link: 投票を続行する
298
+ email_outro: 投票を完了することを忘れないでください。 投票するには、まず投票する提案を選択し、「投票」ボタンで投票を確認する必要があります。
299
+ email_subject:
300
+ other: 参加型予算投票に未完了の投票があります
258
301
  components:
259
302
  budgets:
260
303
  actions:
@@ -270,6 +313,7 @@ ja:
270
313
  errors:
271
314
  budget_voting_rule_only_one: 1つの投票ルールを有効にする必要があります
272
315
  budget_voting_rule_required: 1つの投票ルールが必要です
316
+ geocoding_enabled: ジオコーディングを有効にする
273
317
  landing_page_content: 予算ランディングページ
274
318
  more_information_modal: 詳しい情報
275
319
  projects_per_page: ページあたりのプロジェクト数
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activemodel:
3
4
  attributes: