decidim-budgets 0.29.2 → 0.30.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/budgets/budget_list_item/vote_action.erb +2 -2
- data/app/cells/decidim/budgets/project_history_cell.rb +48 -0
- data/app/cells/decidim/budgets/project_metadata_cell.rb +3 -3
- data/app/cells/decidim/budgets/project_vote_button/show.erb +4 -2
- data/app/cells/decidim/budgets/project_vote_button_cell.rb +4 -0
- data/app/commands/decidim/budgets/admin/create_budget.rb +1 -1
- data/app/commands/decidim/budgets/admin/create_project.rb +1 -1
- data/app/commands/decidim/budgets/admin/import_proposals_to_budgets.rb +1 -8
- data/app/commands/decidim/budgets/admin/update_budget.rb +1 -1
- data/app/commands/decidim/budgets/admin/update_project.rb +2 -2
- data/app/commands/decidim/budgets/admin/update_project_selection.rb +1 -1
- data/app/controllers/concerns/decidim/budgets/admin/filterable.rb +7 -11
- data/app/controllers/decidim/budgets/admin/budgets_controller.rb +12 -15
- data/app/controllers/decidim/budgets/admin/projects_controller.rb +61 -85
- data/app/controllers/decidim/budgets/orders_controller.rb +7 -3
- data/app/controllers/decidim/budgets/projects_controller.rb +7 -16
- data/app/forms/decidim/budgets/admin/budget_form.rb +0 -17
- data/app/forms/decidim/budgets/admin/project_form.rb +7 -33
- data/app/forms/decidim/budgets/admin/project_import_proposals_form.rb +0 -11
- data/app/helpers/decidim/budgets/projects_helper.rb +6 -31
- data/app/models/decidim/budgets/budget.rb +2 -0
- data/app/models/decidim/budgets/project.rb +21 -1
- data/app/packs/stylesheets/budgets.scss +0 -2
- data/app/permissions/decidim/budgets/admin/permissions.rb +4 -4
- data/app/presenters/decidim/budgets/admin_log/budget_presenter.rb +1 -1
- data/app/presenters/decidim/budgets/admin_log/project_presenter.rb +1 -1
- data/app/presenters/decidim/budgets/project_presenter.rb +28 -0
- data/app/queries/decidim/budgets/filtered_projects.rb +2 -2
- data/app/queries/decidim/budgets/metrics/budget_followers_metric_measure.rb +2 -2
- data/app/queries/decidim/budgets/metrics/budget_participants_metric_measure.rb +2 -2
- data/app/serializers/decidim/budgets/download_your_data_budgets_order_serializer.rb +2 -2
- data/app/views/decidim/budgets/admin/budgets/_actions.html.erb +21 -0
- data/app/views/decidim/budgets/admin/budgets/_budget-tr.html.erb +18 -0
- data/app/views/decidim/budgets/admin/budgets/_budgets-thead.html.erb +8 -0
- data/app/views/decidim/budgets/admin/budgets/_form.html.erb +0 -6
- data/app/views/decidim/budgets/admin/budgets/index.html.erb +16 -48
- data/app/views/decidim/budgets/admin/budgets/manage_trash.html.erb +19 -0
- data/app/views/decidim/budgets/admin/projects/_actions.html.erb +27 -0
- data/app/views/decidim/budgets/admin/projects/_bulk-actions.html.erb +0 -2
- data/app/views/decidim/budgets/admin/projects/_form.html.erb +6 -8
- data/app/views/decidim/budgets/admin/projects/_project-tr.html.erb +2 -27
- data/app/views/decidim/budgets/admin/projects/_projects-thead.html.erb +14 -0
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_dropdown.html.erb +7 -10
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_taxonomy_change.html.erb +23 -0
- data/app/views/decidim/budgets/admin/projects/index.html.erb +19 -21
- data/app/views/decidim/budgets/admin/projects/manage_trash.html.erb +26 -0
- data/app/views/decidim/budgets/admin/projects/update_attribute.js.erb +1 -1
- data/app/views/decidim/budgets/admin/proposals_imports/new.html.erb +0 -5
- data/app/views/decidim/budgets/budgets/index.html.erb +6 -1
- data/app/views/decidim/budgets/order_summary_mailer/order_summary.html.erb +0 -10
- data/app/views/decidim/budgets/orders/status.html.erb +52 -0
- data/app/views/decidim/budgets/projects/_order_progress_summary_content.html.erb +3 -3
- data/app/views/decidim/budgets/projects/index.html.erb +10 -17
- data/app/views/decidim/budgets/projects/index.js.erb +1 -1
- data/app/views/decidim/budgets/projects/show.html.erb +19 -11
- data/config/locales/ar.yml +3 -10
- data/config/locales/bg.yml +3 -43
- data/config/locales/ca.yml +95 -42
- data/config/locales/cs.yml +101 -42
- data/config/locales/de.yml +95 -42
- data/config/locales/el.yml +3 -39
- data/config/locales/en.yml +95 -42
- data/config/locales/es-MX.yml +95 -42
- data/config/locales/es-PY.yml +95 -42
- data/config/locales/es.yml +95 -42
- data/config/locales/eu.yml +95 -42
- data/config/locales/fi-plain.yml +95 -42
- data/config/locales/fi.yml +94 -41
- data/config/locales/fr-CA.yml +38 -44
- data/config/locales/fr.yml +38 -44
- data/config/locales/ga-IE.yml +0 -3
- data/config/locales/gl.yml +3 -7
- data/config/locales/hu.yml +3 -40
- data/config/locales/id-ID.yml +3 -3
- data/config/locales/is-IS.yml +0 -3
- data/config/locales/it.yml +3 -5
- data/config/locales/ja.yml +92 -42
- data/config/locales/kaa.yml +0 -1
- data/config/locales/ko.yml +0 -20
- data/config/locales/lb.yml +3 -5
- data/config/locales/lt.yml +3 -41
- data/config/locales/lv.yml +3 -3
- data/config/locales/nl.yml +3 -24
- data/config/locales/no.yml +3 -8
- data/config/locales/pl.yml +5 -43
- data/config/locales/pt-BR.yml +4 -43
- data/config/locales/pt.yml +3 -5
- data/config/locales/ro-RO.yml +3 -17
- data/config/locales/ru.yml +3 -3
- data/config/locales/sk.yml +3 -3
- data/config/locales/sq-AL.yml +0 -16
- data/config/locales/sv.yml +94 -41
- data/config/locales/tr-TR.yml +3 -5
- data/config/locales/uk.yml +3 -3
- data/config/locales/zh-CN.yml +3 -4
- data/config/locales/zh-TW.yml +3 -39
- data/db/migrate/20200827154129_add_commentable_counter_cache_to_projects.rb +1 -1
- data/db/migrate/20210310120613_add_followable_counter_cache_to_budgets.rb +1 -1
- data/db/migrate/20240828103724_add_deleted_at_to_decidim_budgets_budgets.rb +8 -0
- data/db/migrate/20240916135141_add_deleted_at_to_decidim_budgets_projects.rb +8 -0
- data/decidim-budgets.gemspec +1 -1
- data/lib/decidim/api/budget_type.rb +3 -6
- data/lib/decidim/api/budgets_type.rb +4 -5
- data/lib/decidim/api/project_type.rb +6 -8
- data/lib/decidim/budgets/admin_engine.rb +16 -2
- data/lib/decidim/budgets/component.rb +4 -5
- data/lib/decidim/budgets/engine.rb +1 -0
- data/lib/decidim/budgets/project_serializer.rb +16 -14
- data/lib/decidim/budgets/seeds.rb +0 -2
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +27 -22
- data/app/cells/decidim/budgets/project_tags/show.erb +0 -5
- data/app/cells/decidim/budgets/project_tags_cell.rb +0 -18
- data/app/commands/decidim/budgets/admin/destroy_budget.rb +0 -17
- data/app/commands/decidim/budgets/admin/update_project_category.rb +0 -48
- data/app/commands/decidim/budgets/admin/update_project_scope.rb +0 -54
- data/app/helpers/decidim/budgets/admin/application_helper.rb +0 -13
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_recategorize.html.erb +0 -15
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_scope-change.html.erb +0 -22
data/config/locales/fr.yml
CHANGED
@@ -3,15 +3,12 @@ fr:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Secteur
|
7
6
|
description: Description
|
8
7
|
title: Titre
|
9
8
|
total_budget: Budget total
|
10
9
|
weight: Rang d'affichage
|
11
10
|
project:
|
12
11
|
budget_amount: Montant du budget
|
13
|
-
decidim_category_id: Catégorie
|
14
|
-
decidim_scope_id: Secteur
|
15
12
|
description: Description
|
16
13
|
proposal_ids: Propositions liées
|
17
14
|
proposals: Propositions
|
@@ -31,10 +28,6 @@ fr:
|
|
31
28
|
admin:
|
32
29
|
filters:
|
33
30
|
projects:
|
34
|
-
category_id_eq:
|
35
|
-
label: Catégorie
|
36
|
-
scope_id_eq:
|
37
|
-
label: Secteur
|
38
31
|
selected_at_null:
|
39
32
|
label: Sélectionnés
|
40
33
|
values:
|
@@ -44,8 +37,9 @@ fr:
|
|
44
37
|
actions:
|
45
38
|
attachment_collections: Dossiers
|
46
39
|
attachments: Documents liés
|
47
|
-
|
48
|
-
|
40
|
+
confirm_delete_budget: Etes-vous sûr(e) de vouloir supprimer ce budget ?
|
41
|
+
confirm_delete_project: Êtes-vous sûr(e) de vouloir supprimer ce projet ?
|
42
|
+
deleted_budgets_info: Les budgets supprimés peuvent être restaurés à partir de la corbeille.
|
49
43
|
edit: Modifier
|
50
44
|
edit_projects: Gérer les projets
|
51
45
|
import: Importer des propositions dans des projets
|
@@ -54,14 +48,13 @@ fr:
|
|
54
48
|
preview: Aperçu
|
55
49
|
send_voting_reminders: Envoyer des rappels de vote
|
56
50
|
title: Actions
|
51
|
+
view_deleted_budgets: Voir les budgets supprimés
|
52
|
+
view_deleted_projects: Voir les projets supprimés
|
57
53
|
admin:
|
58
54
|
budgets:
|
59
55
|
create:
|
60
56
|
invalid: Un problème est survenu lors de la création de ce budget.
|
61
57
|
success: Budget créé avec succès.
|
62
|
-
destroy:
|
63
|
-
invalid: Un problème est survenu lors de la suppression de ce budget.
|
64
|
-
success: Budget supprimé avec succès.
|
65
58
|
edit:
|
66
59
|
title: Modifier le budget
|
67
60
|
update: Mettre à jour le budget
|
@@ -71,6 +64,8 @@ fr:
|
|
71
64
|
title: Budgets
|
72
65
|
users_with_finished_orders: Utilisateurs ayant fini leur vote
|
73
66
|
users_with_pending_orders: Utilisateurs ayant des votes en attente
|
67
|
+
manage_trash:
|
68
|
+
title: Budgets supprimés
|
74
69
|
new:
|
75
70
|
create: Créer un budget
|
76
71
|
title: Nouveau budget
|
@@ -88,8 +83,6 @@ fr:
|
|
88
83
|
create:
|
89
84
|
invalid: Il y a eu un problème lors de la création de ce projet.
|
90
85
|
success: Projet créé avec succès.
|
91
|
-
destroy:
|
92
|
-
success: Projet supprimé avec succès.
|
93
86
|
edit:
|
94
87
|
title: Éditer un projet
|
95
88
|
update: Mettre à jour
|
@@ -97,8 +90,6 @@ fr:
|
|
97
90
|
actions: Actions
|
98
91
|
cancel: Annuler
|
99
92
|
change_budget: Modifier le budget
|
100
|
-
change_category: Modifier la catégorie
|
101
|
-
change_scope: Changer le secteur
|
102
93
|
change_selected: Changer l'état sélectionné
|
103
94
|
deselect_implementation: Retirer de la sélection pour implémentation
|
104
95
|
finished_orders: Votes terminés
|
@@ -111,7 +102,8 @@ fr:
|
|
111
102
|
title: Projets
|
112
103
|
update: Mettre à jour
|
113
104
|
update_budget_button: Mettre à jour le budget du projet
|
114
|
-
|
105
|
+
manage_trash:
|
106
|
+
title: Projets supprimés
|
115
107
|
new:
|
116
108
|
create: Créer
|
117
109
|
title: Nouveau projet
|
@@ -119,28 +111,10 @@ fr:
|
|
119
111
|
invalid: Il y a eu un problème lors de la mise à jour de ce projet.
|
120
112
|
success: Projet mis à jour avec succès.
|
121
113
|
update_budget:
|
122
|
-
invalid: 'Ces projets sont déjà dans le même budget ou leur budget est supérieur au montant maximum autorisé : %{projects}.'
|
123
114
|
select_a_project: Veuillez sélectionner un projet.
|
124
|
-
success: 'Les projets ont été mis à jour avec succès pour le budget %{subject_name} : %{projects}.'
|
125
|
-
update_category:
|
126
|
-
invalid: 'Ces projets avaient déjà la catégorie %{subject_name} : %{projects}.'
|
127
|
-
select_a_category: Veuillez sélectionner une catégorie.
|
128
|
-
select_a_project: Veuillez selectionner un projet.
|
129
|
-
success: 'Les projets ont été mis à jour avec succès avec la catégorie %{subject_name} : %{projects}.'
|
130
|
-
update_scope:
|
131
|
-
invalid: 'Ces projets avaient déjà le secteur %{subject_name} : %{projects}.'
|
132
|
-
select_a_project: Veuillez selectionner un projet.
|
133
|
-
select_a_scope: Veuillez sélectionner un secteur.
|
134
|
-
success: 'Les projets ont été mis à jour avec succès avec le secteur %{subject_name} : %{projects}.'
|
135
115
|
update_selected:
|
136
|
-
invalid:
|
137
|
-
selected: 'Ces projets ont déjà été sélectionnés pour une implémentation : %{projects}.'
|
138
|
-
unselected: 'Ces projets ont déjà été retirés de la sélection pour une implémentation : %{projects}.'
|
139
116
|
select_a_project: Veuillez selectionner un projet.
|
140
117
|
select_a_selection: Veuillez sélectionner un état d'implémentation.
|
141
|
-
success:
|
142
|
-
selected: 'Ces projets ont été bien été sélectionnés pour une implémentation : %{projects}.'
|
143
|
-
unselected: 'Ces projets ont été retirés de la sélection pour une implémentation : %{projects}.'
|
144
118
|
proposals_imports:
|
145
119
|
create:
|
146
120
|
invalid: Un problème est survenu lors de l'importation des propositions dans les projets.
|
@@ -209,16 +183,29 @@ fr:
|
|
209
183
|
total_budget: Budget total
|
210
184
|
project:
|
211
185
|
fields:
|
212
|
-
category: Catégorie
|
213
186
|
id: ID
|
214
187
|
map: Carte
|
215
188
|
title: Titre
|
189
|
+
order:
|
190
|
+
status:
|
191
|
+
continue_voting: Continuer le vote
|
192
|
+
download_vote: Télécharger votre vote
|
193
|
+
pending_to_vote_budgets:
|
194
|
+
one: Vous pouvez voter dans un autre budget
|
195
|
+
other: Vous pouvez voter dans d'autres budgets
|
196
|
+
share_vote: Partagez votre vote
|
197
|
+
title: Votre vote a été enregistré avec succès
|
198
|
+
view_votes:
|
199
|
+
one: Voir le vote
|
200
|
+
other: Voir les votes
|
201
|
+
votes_count:
|
202
|
+
one: Votre vote pour %{budget_name} a déjà été enregistré.
|
203
|
+
other: Vos votes %{count} pour %{budget_name} ont déjà été enregistrés.
|
216
204
|
order_summary_mailer:
|
217
205
|
order_summary:
|
218
206
|
selected_projects: 'Les projets que vous avez sélectionnés sont :'
|
219
207
|
subject: Vous avez voté sur l'espace participatif %{space_name}
|
220
208
|
voted_on_space: Vous avez voté sur le budget %{budget_name} pour l'espace participatif %{space_name}.
|
221
|
-
voted_on_space_with_scope: Vous avez voté sur le budget %{budget_name} pour l'espace participatif %{space_name} sur %{scope_name} (%{scope_type}).
|
222
209
|
projects:
|
223
210
|
budget_confirm:
|
224
211
|
are_you_sure: Si vous changez d'avis, vous pourrez modifier votre vote plus tard.
|
@@ -253,8 +240,6 @@ fr:
|
|
253
240
|
message: Votre vote n'a pas encore été enregistré car vous n'avez pas terminé le processus de vote. Êtes-vous sûr de vouloir quitter le vote ?
|
254
241
|
title: Vous n'avez pas encore voté
|
255
242
|
filters:
|
256
|
-
category: Catégorie
|
257
|
-
scope: Secteur
|
258
243
|
search: Rechercher
|
259
244
|
status: Statut
|
260
245
|
status_values:
|
@@ -329,13 +314,11 @@ fr:
|
|
329
314
|
errors:
|
330
315
|
budget_voting_rule_only_one: Une seule règle de vote doit être activée.
|
331
316
|
budget_voting_rule_required: Une règle de vote est requise.
|
332
|
-
geocoding_enabled:
|
317
|
+
geocoding_enabled: Cartes activées
|
333
318
|
landing_page_content: Page d'accueil des budgets
|
334
319
|
more_information_modal: Plus d’informations
|
335
320
|
projects_per_page: Projets par page
|
336
321
|
resources_permissions_enabled: Les autorisations d'actions peuvent être définies pour chaque projet
|
337
|
-
scope_id: Secteur
|
338
|
-
scopes_enabled: Secteurs activés
|
339
322
|
title: Titre
|
340
323
|
total_budget: Budget total
|
341
324
|
vote_minimum_budget_projects_number: Nombre minimum de projets à voter
|
@@ -363,6 +346,9 @@ fr:
|
|
363
346
|
disabled: Vote désactivé
|
364
347
|
enabled: Votes activés
|
365
348
|
finished: Vote terminé
|
349
|
+
download_your_data:
|
350
|
+
show:
|
351
|
+
projects: Export des projets
|
366
352
|
events:
|
367
353
|
budgets:
|
368
354
|
budget_published:
|
@@ -370,11 +356,19 @@ fr:
|
|
370
356
|
email_outro: Vous recevez cette notification car vous suivez « %{participatory_space_title} ». Si vous souhaitez vous désabonner des notifications, connectez-vous à la plateforme, puis rendez-vous dans l'onglet “Mon compte” > “Paramètres des notifications”.
|
371
357
|
email_subject: Le budget %{resource_title} est maintenant actif pour %{participatory_space_title}.
|
372
358
|
notification_title: Le budget <a href="%{resource_path}">%{resource_title}</a> est maintenant actif pour %{participatory_space_title}.
|
359
|
+
open_data:
|
360
|
+
help:
|
361
|
+
projects:
|
362
|
+
budget: Données concernant le budget (par exemple "Budget 2021") du projet
|
363
|
+
follows_count: Le nombre de personnes qui suivent ce projet
|
364
|
+
latitude: La latitude du projet au cas où il a un emplacement physique
|
365
|
+
longitude: La longitude du projet dans le cas où il a un emplacement physique
|
366
|
+
reference: La référence unique du projet
|
367
|
+
selected_at: L'heure à laquelle le projet a été sélectionné
|
368
|
+
updated_at: La dernière date de mise à jour du projet
|
373
369
|
orders:
|
374
370
|
checkout:
|
375
371
|
error: Une erreur s'est produite lors du traitement de votre vote.
|
376
|
-
success_html: <p>Votre vote a été soumis avec succès.</p> <p class="text-sm font-normal">Vous pouvez maintenant explorer le <a class="text-secondary underline" href="%{rest_of_budgets_link}">reste des budgets</a>.</p>
|
377
|
-
success_no_left_budgets_html: Votre vote a été enregistré avec succès.
|
378
372
|
destroy:
|
379
373
|
error: Un problème est survenu lors de l'annulation de votre vote.
|
380
374
|
success: Votre vote a été annulé avec succès.
|
data/config/locales/ga-IE.yml
CHANGED
@@ -5,14 +5,12 @@ ga:
|
|
5
5
|
budget:
|
6
6
|
title: Teideal
|
7
7
|
project:
|
8
|
-
decidim_category_id: Catagóir
|
9
8
|
title: Teideal
|
10
9
|
decidim:
|
11
10
|
budgets:
|
12
11
|
actions:
|
13
12
|
attachment_collections: Fillteáin
|
14
13
|
attachments: Ceangaltáin
|
15
|
-
destroy: Scrios
|
16
14
|
edit: Eagar
|
17
15
|
preview: Réamhamharc
|
18
16
|
title: Gníomhartha
|
@@ -52,7 +50,6 @@ ga:
|
|
52
50
|
budget_excess:
|
53
51
|
ok: Togha
|
54
52
|
filters:
|
55
|
-
category: Catagóir
|
56
53
|
search: Cuardaigh
|
57
54
|
status: Stádas
|
58
55
|
status_values:
|
data/config/locales/gl.yml
CHANGED
@@ -9,7 +9,6 @@ gl:
|
|
9
9
|
weight: Orde de posición
|
10
10
|
project:
|
11
11
|
budget_amount: Importe do orzamento
|
12
|
-
decidim_category_id: Categoría
|
13
12
|
description: Descrición
|
14
13
|
proposal_ids: Propostas relacionadas
|
15
14
|
title: Título
|
@@ -22,8 +21,6 @@ gl:
|
|
22
21
|
admin:
|
23
22
|
filters:
|
24
23
|
projects:
|
25
|
-
category_id_eq:
|
26
|
-
label: Categoría
|
27
24
|
selected_at_null:
|
28
25
|
label: Seleccionado
|
29
26
|
values:
|
@@ -33,7 +30,6 @@ gl:
|
|
33
30
|
actions:
|
34
31
|
attachment_collections: Carpetas
|
35
32
|
attachments: Anexos
|
36
|
-
destroy: Eliminar
|
37
33
|
edit: Editar
|
38
34
|
edit_projects: Xestionar proxectos
|
39
35
|
import: Importa propostas a proxectos
|
@@ -106,9 +102,11 @@ gl:
|
|
106
102
|
total_budget: Orzamento total
|
107
103
|
project:
|
108
104
|
fields:
|
109
|
-
category: Categoría
|
110
105
|
id: ID
|
111
106
|
title: Título
|
107
|
+
order:
|
108
|
+
status:
|
109
|
+
title: O teu voto foi aceptado con éxito
|
112
110
|
order_summary_mailer:
|
113
111
|
order_summary:
|
114
112
|
selected_projects: 'Os proxectos que seleccionaches son:'
|
@@ -137,7 +135,6 @@ gl:
|
|
137
135
|
message: O teu voto non foi rexistrado xa que aínda non completaches o proceso de votación. Estás certo/a de querer saír da votación?
|
138
136
|
title: Aínda non votaches
|
139
137
|
filters:
|
140
|
-
category: Categoría
|
141
138
|
search: Busca
|
142
139
|
status: Estado
|
143
140
|
status_values:
|
@@ -176,7 +173,6 @@ gl:
|
|
176
173
|
comments_enabled: Comentarios habilitados
|
177
174
|
comments_max_length: Lonxitude máxima dos comentarios (0 para valor predefinido)
|
178
175
|
projects_per_page: Proxectos por páxina
|
179
|
-
scopes_enabled: Ámbitos habilitados
|
180
176
|
title: Título
|
181
177
|
total_budget: Orzamento total
|
182
178
|
vote_minimum_budget_projects_number: Número mínimo de proxectos a votar
|
data/config/locales/hu.yml
CHANGED
@@ -3,15 +3,12 @@ hu:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Hatókör
|
7
6
|
description: Leírás
|
8
7
|
title: Cím
|
9
8
|
total_budget: Teljes költségvetés
|
10
9
|
weight: Sorbarendezés
|
11
10
|
project:
|
12
11
|
budget_amount: Költségvetés összege
|
13
|
-
decidim_category_id: Kategória
|
14
|
-
decidim_scope_id: Hatókör
|
15
12
|
description: Leírás
|
16
13
|
proposal_ids: Kapcsolódó javaslatok
|
17
14
|
proposals: Javaslatok
|
@@ -28,10 +25,6 @@ hu:
|
|
28
25
|
admin:
|
29
26
|
filters:
|
30
27
|
projects:
|
31
|
-
category_id_eq:
|
32
|
-
label: Kategória
|
33
|
-
scope_id_eq:
|
34
|
-
label: Hatókör
|
35
28
|
selected_at_null:
|
36
29
|
label: Kiválasztva
|
37
30
|
values:
|
@@ -41,7 +34,6 @@ hu:
|
|
41
34
|
actions:
|
42
35
|
attachment_collections: Mappák
|
43
36
|
attachments: Mellékletek
|
44
|
-
destroy: Törlés
|
45
37
|
edit: Szerkesztés
|
46
38
|
edit_projects: Projektek kezelése
|
47
39
|
import: Javaslatok importálása projektekhez
|
@@ -55,9 +47,6 @@ hu:
|
|
55
47
|
create:
|
56
48
|
invalid: Hiba történt a költségvetés létrehozása során.
|
57
49
|
success: A költségvetés létrehozása sikeres.
|
58
|
-
destroy:
|
59
|
-
invalid: Hiba történt a költségvetés törlése során.
|
60
|
-
success: A költségvetés törlésre került.
|
61
50
|
edit:
|
62
51
|
title: Költségvetés szerkesztése
|
63
52
|
update: Költségvetés frissítése
|
@@ -84,8 +73,6 @@ hu:
|
|
84
73
|
create:
|
85
74
|
invalid: Probléma történt a projekt létrehozása során.
|
86
75
|
success: Projekt létrehozása sikeres.
|
87
|
-
destroy:
|
88
|
-
success: A projekt törlése sikerült.
|
89
76
|
edit:
|
90
77
|
title: Projekt szerkesztése
|
91
78
|
update: Frissítés
|
@@ -93,8 +80,6 @@ hu:
|
|
93
80
|
actions: Műveletek
|
94
81
|
cancel: Mégsem
|
95
82
|
change_budget: Költségvetés megváltoztatása
|
96
|
-
change_category: Kategória módosítása
|
97
|
-
change_scope: Hatáskör megváltoztatása
|
98
83
|
change_selected: Kijelölés módosítása
|
99
84
|
deselect_implementation: A kiválasztpott törlése a megvalósításra várók közül
|
100
85
|
finished_orders: Befejezett szavazások
|
@@ -106,7 +91,6 @@ hu:
|
|
106
91
|
title: Projektek
|
107
92
|
update: Frissítés
|
108
93
|
update_budget_button: A projekt költségvetésének frissítése
|
109
|
-
update_scope_button: Hatáskör frissítése
|
110
94
|
new:
|
111
95
|
create: Létrehozás
|
112
96
|
title: Új projekt
|
@@ -115,24 +99,9 @@ hu:
|
|
115
99
|
success: Projekt frissítése sikeres.
|
116
100
|
update_budget:
|
117
101
|
select_a_project: Kérem, válasszon projektet.
|
118
|
-
success: 'A projektek sikeresen frissültek a(z) %{subject_name} költségvetésre: %{projects}.'
|
119
|
-
update_category:
|
120
|
-
invalid: 'Ezeknek a javaslatoknak már megvolt a(z) %{subject_name} kategóriája: %{projects}.'
|
121
|
-
select_a_category: Kérlek, válassz kategóriát.
|
122
|
-
select_a_project: Kérlek, válassz projektet.
|
123
|
-
success: 'A projektek sikeresen frissültek a(z) %{subject_name} kategóriában: %{projects}.'
|
124
|
-
update_scope:
|
125
|
-
invalid: 'Ezeknek a javaslatoknak már megvolt a(z) %{subject_name} hatásköre: %{projects}.'
|
126
|
-
select_a_project: Kérlek, válassz projektet.
|
127
|
-
select_a_scope: Kérlek válassz hatókört.
|
128
|
-
success: 'A javaslatok frissítése a(z) %{subject_name} hatáskörben sikeres: %{projects}.'
|
129
102
|
update_selected:
|
130
|
-
invalid:
|
131
|
-
selected: 'Ezeket a projekteket már kiválasztásra kerültek a megvalósításra: %{projektek}.'
|
132
103
|
select_a_project: Kérlek, válassz projektet.
|
133
104
|
select_a_selection: Kérjük, válasszon egy végrehajtási állapotot.
|
134
|
-
success:
|
135
|
-
selected: 'Ezeket a projektek sikseresen kiválasztásra kerültek a megvalósításra: %{projektek}.'
|
136
105
|
proposals_imports:
|
137
106
|
create:
|
138
107
|
invalid: Probléma merült fel a javaslatok projektekbe történő importálásakor.
|
@@ -191,16 +160,17 @@ hu:
|
|
191
160
|
total_budget: Teljes költségvetés
|
192
161
|
project:
|
193
162
|
fields:
|
194
|
-
category: Kategória
|
195
163
|
id: Azonosító
|
196
164
|
map: Térkép
|
197
165
|
title: Cím
|
166
|
+
order:
|
167
|
+
status:
|
168
|
+
title: A szavazatod elfogadása sikeres volt
|
198
169
|
order_summary_mailer:
|
199
170
|
order_summary:
|
200
171
|
selected_projects: 'Az általad kiválasztott projektek a következők:'
|
201
172
|
subject: 'A következő részvételi térben szavazott: %{space_name}'
|
202
173
|
voted_on_space: A(z) %{space_name} részvételi tér %{budget_name} költségvetésére szavazott.
|
203
|
-
voted_on_space_with_scope: 'A(z) %{budget_name} részvételi tér %{space_name} költségvetésére szavazott itt: %{scope_name} (%{scope_type}).'
|
204
174
|
projects:
|
205
175
|
budget_confirm:
|
206
176
|
are_you_sure: Ha meggondolja magát, később megváltoztathatja szavazatát.
|
@@ -235,8 +205,6 @@ hu:
|
|
235
205
|
message: Szavazatod nem regisztráltuk, mert még nem fejezted be a szavazási folyamatot. Biztosan kilépsz a szavazásból?
|
236
206
|
title: Még nem szavaztál
|
237
207
|
filters:
|
238
|
-
category: Kategória
|
239
|
-
scope: Hatókör
|
240
208
|
search: Keresés
|
241
209
|
status: Státusz
|
242
210
|
status_values:
|
@@ -308,13 +276,10 @@ hu:
|
|
308
276
|
errors:
|
309
277
|
budget_voting_rule_only_one: Csak egy szavazási szabály állítható be.
|
310
278
|
budget_voting_rule_required: Egy szavazási szabályra szükség van.
|
311
|
-
geocoding_enabled: Geokódolás engedélyezve
|
312
279
|
landing_page_content: A költségvetések kezdőlapja
|
313
280
|
more_information_modal: További információ modális ablak
|
314
281
|
projects_per_page: Projektek oldalanként
|
315
282
|
resources_permissions_enabled: A műveletek jogosultságai minden projekthez beállíthatók
|
316
|
-
scope_id: Hatókör
|
317
|
-
scopes_enabled: A hatókör engedélyezett
|
318
283
|
title: Cím
|
319
284
|
total_budget: Teljes költségvetés
|
320
285
|
vote_minimum_budget_projects_number: A szavazásban részt vevő projektek minimum száma
|
@@ -352,8 +317,6 @@ hu:
|
|
352
317
|
orders:
|
353
318
|
checkout:
|
354
319
|
error: Hiba történt a szavazatod feldolgozása során.
|
355
|
-
success_html: <p>A szavazatod sikeresen leadtad.</p><p class="text-sm font-normal">Megnézheted <a class="text-secondary underline" href="%{rest_of_budgets_link}"> a többi költségvetést</a></p>
|
356
|
-
success_no_left_budgets_html: A szavazatodat sikeresen leadtad.
|
357
320
|
destroy:
|
358
321
|
error: Hiba történt a szavazatod visszavonása során.
|
359
322
|
success: A szavazatod visszavonása sikerült.
|
data/config/locales/id-ID.yml
CHANGED
@@ -3,7 +3,6 @@ id:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
project:
|
6
|
-
decidim_category_id: Kategori
|
7
6
|
description: Deskripsi
|
8
7
|
proposal_ids: Proposal terkait
|
9
8
|
title: Judul
|
@@ -16,7 +15,6 @@ id:
|
|
16
15
|
actions:
|
17
16
|
attachment_collections: Folder
|
18
17
|
attachments: Lampiran
|
19
|
-
destroy: Menghapus
|
20
18
|
edit: Edit
|
21
19
|
import: Impor proposal ke proyek
|
22
20
|
preview: Pratinjau
|
@@ -50,6 +48,9 @@ id:
|
|
50
48
|
project:
|
51
49
|
fields:
|
52
50
|
title: Judul
|
51
|
+
order:
|
52
|
+
status:
|
53
|
+
title: Pilihan Anda telah berhasil diterima
|
53
54
|
projects:
|
54
55
|
budget_confirm:
|
55
56
|
cancel: Membatalkan
|
@@ -69,7 +70,6 @@ id:
|
|
69
70
|
projects_count:
|
70
71
|
other: "%{count} proyek"
|
71
72
|
filters:
|
72
|
-
category: Kategori
|
73
73
|
search: Pencarian
|
74
74
|
show:
|
75
75
|
budget: Anggaran
|
data/config/locales/is-IS.yml
CHANGED
@@ -3,7 +3,6 @@ is:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
project:
|
6
|
-
decidim_category_id: Flokkur
|
7
6
|
description: Lýsing
|
8
7
|
proposal_ids: Tengdar tillögur
|
9
8
|
title: Titill
|
@@ -11,7 +10,6 @@ is:
|
|
11
10
|
budgets:
|
12
11
|
actions:
|
13
12
|
attachments: Viðhengi
|
14
|
-
destroy: Eyða
|
15
13
|
edit: Breyta
|
16
14
|
preview: Preview
|
17
15
|
title: Aðgerðir
|
@@ -58,7 +56,6 @@ is:
|
|
58
56
|
one: 1 verkefni
|
59
57
|
other: "%{count} verkefni"
|
60
58
|
filters:
|
61
|
-
category: Flokkur
|
62
59
|
search: Leita
|
63
60
|
show:
|
64
61
|
budget: Fjárhagsáætlun
|
data/config/locales/it.yml
CHANGED
@@ -9,7 +9,6 @@ it:
|
|
9
9
|
weight: Ordine di posizionamento
|
10
10
|
project:
|
11
11
|
budget_amount: Importo del budget
|
12
|
-
decidim_category_id: Categoria
|
13
12
|
description: Descrizione
|
14
13
|
proposal_ids: Proposte correlate
|
15
14
|
selected: Selezionato per l'implementazione
|
@@ -24,7 +23,6 @@ it:
|
|
24
23
|
actions:
|
25
24
|
attachment_collections: Cartelle
|
26
25
|
attachments: Allegati
|
27
|
-
destroy: Cancella
|
28
26
|
edit: Modifica
|
29
27
|
edit_projects: Gestisci progetti
|
30
28
|
import: Importa proposte nei progetti
|
@@ -105,12 +103,14 @@ it:
|
|
105
103
|
project:
|
106
104
|
fields:
|
107
105
|
title: Titolo
|
106
|
+
order:
|
107
|
+
status:
|
108
|
+
title: OK, il tuo voto è stato acquisito.
|
108
109
|
order_summary_mailer:
|
109
110
|
order_summary:
|
110
111
|
selected_projects: 'I progetti che hai selezionato sono:'
|
111
112
|
subject: Hai votato nello spazio partecipativo %{space_name}
|
112
113
|
voted_on_space: Hai votato il budget %{budget_name} per lo spazio partecipativo %{space_name}.
|
113
|
-
voted_on_space_with_scope: Hai votato il budget %{budget_name} per lo spazio partecipativo %{space_name} su %{scope_name} (%{scope_type}).
|
114
114
|
projects:
|
115
115
|
budget_confirm:
|
116
116
|
are_you_sure: Se cambi idea, puoi cambiare il tuo voto più tardi.
|
@@ -139,7 +139,6 @@ it:
|
|
139
139
|
message: Il tuo voto non è stato registrato perché non hai ancora completato il processo di votazione. Sei sicuro di voler uscire dal voto?
|
140
140
|
title: Non hai ancora votato
|
141
141
|
filters:
|
142
|
-
category: Categoria
|
143
142
|
search: Cerca
|
144
143
|
status: Stato
|
145
144
|
status_values:
|
@@ -179,7 +178,6 @@ it:
|
|
179
178
|
more_information_modal: Finestra modale "Maggiori informazioni"
|
180
179
|
projects_per_page: Progetti per pagina
|
181
180
|
resources_permissions_enabled: Le autorizzazioni relative alle azioni possono essere impostate per ogni progetto
|
182
|
-
scopes_enabled: Obiettivi abilitati
|
183
181
|
title: Titolo
|
184
182
|
total_budget: Budget totale
|
185
183
|
vote_minimum_budget_projects_number: Numero minimo di progetti da votare
|