decidim-budgets 0.27.1 → 0.27.2
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.
- checksums.yaml +4 -4
- data/app/views/decidim/budgets/admin/budgets/index.html.erb +1 -1
- data/config/locales/ca.yml +2 -1
- data/config/locales/cs.yml +2 -1
- data/config/locales/de.yml +1 -2
- data/config/locales/el.yml +0 -1
- data/config/locales/en.yml +2 -1
- data/config/locales/es-MX.yml +2 -1
- data/config/locales/es-PY.yml +2 -1
- data/config/locales/es.yml +4 -3
- data/config/locales/eu.yml +17 -2
- data/config/locales/fi-plain.yml +1 -0
- data/config/locales/fi.yml +1 -0
- data/config/locales/fr-CA.yml +4 -3
- data/config/locales/fr.yml +4 -3
- data/config/locales/gl.yml +0 -1
- data/config/locales/it.yml +0 -1
- data/config/locales/ja.yml +2 -1
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/lb.yml +0 -1
- data/config/locales/lt.yml +0 -1
- data/config/locales/nl.yml +0 -1
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +3 -1
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +0 -1
- data/config/locales/ro-RO.yml +12 -1
- data/config/locales/sv.yml +8 -2
- data/config/locales/tr-TR.yml +0 -1
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +14 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 685a5f0eb505f7b98f896b28f0ffe99b81197bdf4d875dbde6b5d1b2fe00bb58
|
|
4
|
+
data.tar.gz: f7bbcc990268189ec4b0d6b6257920f95a3f53de1cca9a90ae3f8c30c64bf420
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1624da12169b7e4c97bca3d82691853a880d3ed86674ac1c8b9fa56e37995260eed77d68b5ce8cf5dc1d32a3bf7a0dc57be749840da8da4545fff22f082f0c8
|
|
7
|
+
data.tar.gz: 1d78bc77d4e0b29326205df8e50714382f0f88f0e0d7ca2605dafaaf3fbeef12a7b3c0762386a75ce86e8cba2b33b196ebb3cd08ebf02b9507a9967ecc4ac164
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</div>
|
|
7
7
|
<div class="flex--cc flex-gap--1">
|
|
8
8
|
<% if allowed_to? :remind, :order %>
|
|
9
|
-
<%= link_to "
|
|
9
|
+
<%= link_to t("actions.send_voting_reminders", scope: "decidim.budgets"), admin_reminders_path(current_component, name: "orders"), class: "button tiny button--title" %>
|
|
10
10
|
<% end %>
|
|
11
11
|
<% if allowed_to? :export, :budget %>
|
|
12
12
|
<%= export_dropdown %>
|
data/config/locales/ca.yml
CHANGED
|
@@ -41,13 +41,14 @@ ca:
|
|
|
41
41
|
actions:
|
|
42
42
|
attachment_collections: Carpetes
|
|
43
43
|
attachments: Adjunts
|
|
44
|
-
confirm_destroy:
|
|
44
|
+
confirm_destroy: Segur que vols eliminar aquest projecte?
|
|
45
45
|
destroy: Esborrar
|
|
46
46
|
edit: Editar
|
|
47
47
|
edit_projects: Gestionar projectes
|
|
48
48
|
import: Importa propostes a projectes
|
|
49
49
|
new: Nou %{name}
|
|
50
50
|
preview: Previsualitzar
|
|
51
|
+
send_voting_reminders: Enviar recordatoris de votació
|
|
51
52
|
title: Accions
|
|
52
53
|
admin:
|
|
53
54
|
budgets:
|
data/config/locales/cs.yml
CHANGED
|
@@ -50,6 +50,7 @@ cs:
|
|
|
50
50
|
import: Importovat návrhy do projektů
|
|
51
51
|
new: Nový %{name}
|
|
52
52
|
preview: Náhled
|
|
53
|
+
send_voting_reminders: Odeslat připomenutí hlasování
|
|
53
54
|
title: Akce
|
|
54
55
|
admin:
|
|
55
56
|
budgets:
|
|
@@ -299,7 +300,7 @@ cs:
|
|
|
299
300
|
few: hlasy
|
|
300
301
|
many: hlasů
|
|
301
302
|
other: hlasů
|
|
302
|
-
you_voted:
|
|
303
|
+
you_voted: Hlasoval jste pro toto
|
|
303
304
|
project_budget_button:
|
|
304
305
|
add: Přidat do vašeho hlasování
|
|
305
306
|
add_descriptive: Přidat k hlasování projekt %{resource_name}
|
data/config/locales/de.yml
CHANGED
|
@@ -7,7 +7,7 @@ de:
|
|
|
7
7
|
description: Beschreibung
|
|
8
8
|
title: Titel
|
|
9
9
|
total_budget: Gesamtbudget
|
|
10
|
-
weight:
|
|
10
|
+
weight: Reihenfolge
|
|
11
11
|
project:
|
|
12
12
|
budget_amount: Höhe des Budgets
|
|
13
13
|
decidim_category_id: Kategorie
|
|
@@ -276,7 +276,6 @@ de:
|
|
|
276
276
|
votes:
|
|
277
277
|
one: Abstimmung
|
|
278
278
|
other: Abstimmungen
|
|
279
|
-
you_voted: Du hast für dieses gestimmt
|
|
280
279
|
project_budget_button:
|
|
281
280
|
add: Zur Abstimmung hinzufügen
|
|
282
281
|
add_descriptive: Projekt %{resource_name} Ihrer Stimme hinzufügen
|
data/config/locales/el.yml
CHANGED
data/config/locales/en.yml
CHANGED
|
@@ -48,6 +48,7 @@ en:
|
|
|
48
48
|
import: Import proposals to projects
|
|
49
49
|
new: New %{name}
|
|
50
50
|
preview: Preview
|
|
51
|
+
send_voting_reminders: Send voting reminders
|
|
51
52
|
title: Actions
|
|
52
53
|
admin:
|
|
53
54
|
budgets:
|
|
@@ -289,7 +290,7 @@ en:
|
|
|
289
290
|
votes:
|
|
290
291
|
one: vote
|
|
291
292
|
other: votes
|
|
292
|
-
you_voted: You voted this
|
|
293
|
+
you_voted: You voted for this
|
|
293
294
|
project_budget_button:
|
|
294
295
|
add: Add to your vote
|
|
295
296
|
add_descriptive: Add project %{resource_name} to your vote
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -48,6 +48,7 @@ es-MX:
|
|
|
48
48
|
import: Importar propuestas a proyectos
|
|
49
49
|
new: Nuevo %{name}
|
|
50
50
|
preview: Previsualizar
|
|
51
|
+
send_voting_reminders: Enviar recordatorios de votación
|
|
51
52
|
title: Acciones
|
|
52
53
|
admin:
|
|
53
54
|
budgets:
|
|
@@ -121,7 +122,7 @@ es-MX:
|
|
|
121
122
|
update_selected:
|
|
122
123
|
invalid:
|
|
123
124
|
selected: 'Estos proyectos ya han sido seleccionados para ser implementados: %{projects}.'
|
|
124
|
-
unselected: 'Estos proyectos han sido
|
|
125
|
+
unselected: 'Estos proyectos ya han sido deseleccionados de ser implementados: %{projects}.'
|
|
125
126
|
select_a_project: Por favor, selecciona un proyecto
|
|
126
127
|
select_a_selection: Por favor, seleccione un estado de implementación
|
|
127
128
|
success:
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -48,6 +48,7 @@ es-PY:
|
|
|
48
48
|
import: Importar propuestas a proyectos
|
|
49
49
|
new: Nuevo %{name}
|
|
50
50
|
preview: Previsualizar
|
|
51
|
+
send_voting_reminders: Enviar recordatorios de votación
|
|
51
52
|
title: Acciones
|
|
52
53
|
admin:
|
|
53
54
|
budgets:
|
|
@@ -121,7 +122,7 @@ es-PY:
|
|
|
121
122
|
update_selected:
|
|
122
123
|
invalid:
|
|
123
124
|
selected: 'Estos proyectos ya han sido seleccionados para ser implementados: %{projects}.'
|
|
124
|
-
unselected: 'Estos proyectos han sido
|
|
125
|
+
unselected: 'Estos proyectos ya han sido deseleccionados de ser implementados: %{projects}.'
|
|
125
126
|
select_a_project: Por favor, selecciona un proyecto
|
|
126
127
|
select_a_selection: Por favor, seleccione un estado de implementación
|
|
127
128
|
success:
|
data/config/locales/es.yml
CHANGED
|
@@ -41,13 +41,14 @@ es:
|
|
|
41
41
|
actions:
|
|
42
42
|
attachment_collections: Carpetas
|
|
43
43
|
attachments: Adjuntos
|
|
44
|
-
confirm_destroy: '¿
|
|
44
|
+
confirm_destroy: '¿Seguro que deseas eliminar este proyecto?'
|
|
45
45
|
destroy: Borrar
|
|
46
46
|
edit: Editar
|
|
47
47
|
edit_projects: Gestionar proyectos
|
|
48
48
|
import: Importar propuestas a proyectos
|
|
49
49
|
new: Nuevo %{name}
|
|
50
50
|
preview: Previsualizar
|
|
51
|
+
send_voting_reminders: Enviar recordatorios de votación
|
|
51
52
|
title: Acciones
|
|
52
53
|
admin:
|
|
53
54
|
budgets:
|
|
@@ -121,7 +122,7 @@ es:
|
|
|
121
122
|
update_selected:
|
|
122
123
|
invalid:
|
|
123
124
|
selected: 'Estos proyectos ya han sido seleccionados para ser implementados: %{projects}.'
|
|
124
|
-
unselected: 'Estos proyectos han sido
|
|
125
|
+
unselected: 'Estos proyectos ya han sido deseleccionados de ser implementados: %{projects}.'
|
|
125
126
|
select_a_project: Por favor, selecciona un proyecto
|
|
126
127
|
select_a_selection: Por favor, seleccione un estado de implementación
|
|
127
128
|
success:
|
|
@@ -217,7 +218,7 @@ es:
|
|
|
217
218
|
description: Este proyecto sobrepasa el presupuesto máximo y no se puede añadir. Si lo deseas, puedes eliminar un proyecto que ya hayas seleccionado, o votar de acuerdo a tus preferencias.
|
|
218
219
|
title: Se ha superado el número máximo de proyectos
|
|
219
220
|
budget_summary:
|
|
220
|
-
are_you_sure: '¿
|
|
221
|
+
are_you_sure: '¿Seguro que deseas cancelar tu voto?'
|
|
221
222
|
assigned: 'Asignado:'
|
|
222
223
|
cancel_order: eliminar tu voto y empezar de nuevo
|
|
223
224
|
checked_out:
|
data/config/locales/eu.yml
CHANGED
|
@@ -14,8 +14,11 @@ eu:
|
|
|
14
14
|
decidim_scope_id: Esparrua
|
|
15
15
|
description: Descripción
|
|
16
16
|
proposal_ids: Honekin lotutako proposamenak
|
|
17
|
-
|
|
17
|
+
proposals: Proposamenak
|
|
18
|
+
selected: Ezarpenerako hautatuak
|
|
18
19
|
title: Titulua
|
|
20
|
+
proposals_import:
|
|
21
|
+
scope_id: Eremua
|
|
19
22
|
activerecord:
|
|
20
23
|
models:
|
|
21
24
|
decidim/budgets/project:
|
|
@@ -27,6 +30,8 @@ eu:
|
|
|
27
30
|
projects:
|
|
28
31
|
category_id_eq:
|
|
29
32
|
label: Kategoria
|
|
33
|
+
scope_id_eq:
|
|
34
|
+
label: Eremua
|
|
30
35
|
selected_at_null:
|
|
31
36
|
label: Hautatua
|
|
32
37
|
values:
|
|
@@ -43,6 +48,7 @@ eu:
|
|
|
43
48
|
import: Inportatu proposamenak proiektuetarako
|
|
44
49
|
new: '%{name} berria'
|
|
45
50
|
preview: Aurreikusi
|
|
51
|
+
send_voting_reminders: Botoa gogorarazi
|
|
46
52
|
title: Ekintzak
|
|
47
53
|
admin:
|
|
48
54
|
budgets:
|
|
@@ -84,6 +90,10 @@ eu:
|
|
|
84
90
|
title: Editatu proiektua
|
|
85
91
|
update: Eguneratu
|
|
86
92
|
index:
|
|
93
|
+
actions: Ekintzak
|
|
94
|
+
cancel: Ezeztatu
|
|
95
|
+
change_category: Kategoria aldatu
|
|
96
|
+
change_scope: Aldatu eremua
|
|
87
97
|
change_selected: Aldatu hautatutako eremua
|
|
88
98
|
deselect_implementation: Gauzatzekoetatik kendu
|
|
89
99
|
finished_orders: Bukatutako botoak
|
|
@@ -91,12 +101,17 @@ eu:
|
|
|
91
101
|
select_for_implementation: Gauzatzeko hautatua
|
|
92
102
|
selected: Hautatua
|
|
93
103
|
title: Proiektuak
|
|
104
|
+
update: Eguneratu
|
|
105
|
+
update_scope_button: Eguneratu eremua
|
|
94
106
|
new:
|
|
95
107
|
create: Sortu
|
|
96
108
|
title: Proiektu berria
|
|
97
109
|
update:
|
|
98
110
|
invalid: Arazo bat izan da proiektu hau eguneratzean
|
|
99
111
|
success: Proiektua zuzen eguneratu da
|
|
112
|
+
update_category:
|
|
113
|
+
select_a_category: Mesedez, hautatu kategoria bat
|
|
114
|
+
select_a_project: Mesedez, hautatu proiektu bat
|
|
100
115
|
update_selected:
|
|
101
116
|
invalid:
|
|
102
117
|
selected: 'Honako proiektu hauek dagoeneko gauzatzeko hautatu dira: %{projects}.'
|
|
@@ -248,7 +263,7 @@ eu:
|
|
|
248
263
|
votes:
|
|
249
264
|
one: Botoa
|
|
250
265
|
other: botoak
|
|
251
|
-
you_voted:
|
|
266
|
+
you_voted: Honen aldeko botoa eman duzu
|
|
252
267
|
project_budget_button:
|
|
253
268
|
add: Gehitu zure botoari
|
|
254
269
|
add_descriptive: Gehitu %{resource_name} proiektua zure botoari
|
data/config/locales/fi-plain.yml
CHANGED
data/config/locales/fi.yml
CHANGED
data/config/locales/fr-CA.yml
CHANGED
|
@@ -48,6 +48,7 @@ fr-CA:
|
|
|
48
48
|
import: Importer des propositions dans des projets
|
|
49
49
|
new: Nouveau %{name}
|
|
50
50
|
preview: Aperçu
|
|
51
|
+
send_voting_reminders: Envoyer des rappels de vote
|
|
51
52
|
title: Actions
|
|
52
53
|
admin:
|
|
53
54
|
budgets:
|
|
@@ -94,10 +95,10 @@ fr-CA:
|
|
|
94
95
|
change_category: Modifier la catégorie
|
|
95
96
|
change_scope: Changer le secteur
|
|
96
97
|
change_selected: Changer l'état sélectionné
|
|
97
|
-
deselect_implementation: Retirer de la sélection pour
|
|
98
|
+
deselect_implementation: Retirer de la sélection pour implémentation
|
|
98
99
|
finished_orders: Votes terminés
|
|
99
100
|
pending_orders: Votes en cours
|
|
100
|
-
select_for_implementation:
|
|
101
|
+
select_for_implementation: Sélectionné pour implémentation
|
|
101
102
|
selected: Sélectionné
|
|
102
103
|
title: Projets
|
|
103
104
|
update: Mettre à jour
|
|
@@ -289,7 +290,7 @@ fr-CA:
|
|
|
289
290
|
votes:
|
|
290
291
|
one: vote
|
|
291
292
|
other: votes
|
|
292
|
-
you_voted: Vous avez voté pour
|
|
293
|
+
you_voted: Vous avez voté pour ceci
|
|
293
294
|
project_budget_button:
|
|
294
295
|
add: Ajouter à votre vote
|
|
295
296
|
add_descriptive: Ajouter le projet %{resource_name} à votre vote
|
data/config/locales/fr.yml
CHANGED
|
@@ -48,6 +48,7 @@ fr:
|
|
|
48
48
|
import: Importer des propositions dans des projets
|
|
49
49
|
new: Nouveau %{name}
|
|
50
50
|
preview: Aperçu
|
|
51
|
+
send_voting_reminders: Envoyer des rappels de vote
|
|
51
52
|
title: Actions
|
|
52
53
|
admin:
|
|
53
54
|
budgets:
|
|
@@ -94,10 +95,10 @@ fr:
|
|
|
94
95
|
change_category: Modifier la catégorie
|
|
95
96
|
change_scope: Changer le secteur
|
|
96
97
|
change_selected: Changer l'état sélectionné
|
|
97
|
-
deselect_implementation: Retirer de la sélection pour
|
|
98
|
+
deselect_implementation: Retirer de la sélection pour implémentation
|
|
98
99
|
finished_orders: Votes terminés
|
|
99
100
|
pending_orders: Votes en cours
|
|
100
|
-
select_for_implementation:
|
|
101
|
+
select_for_implementation: Sélectionné pour implémentation
|
|
101
102
|
selected: Sélectionné
|
|
102
103
|
title: Projets
|
|
103
104
|
update: Mettre à jour
|
|
@@ -289,7 +290,7 @@ fr:
|
|
|
289
290
|
votes:
|
|
290
291
|
one: vote
|
|
291
292
|
other: votes
|
|
292
|
-
you_voted: Vous avez voté pour
|
|
293
|
+
you_voted: Vous avez voté pour ceci
|
|
293
294
|
project_budget_button:
|
|
294
295
|
add: Ajouter à votre vote
|
|
295
296
|
add_descriptive: Ajouter le projet %{resource_name} à votre vote
|
data/config/locales/gl.yml
CHANGED
data/config/locales/it.yml
CHANGED
data/config/locales/ja.yml
CHANGED
|
@@ -47,6 +47,7 @@ ja:
|
|
|
47
47
|
import: プロジェクトへの提案をインポート
|
|
48
48
|
new: 新しい %{name}
|
|
49
49
|
preview: プレビュー
|
|
50
|
+
send_voting_reminders: 投票リマインダーを送信
|
|
50
51
|
title: アクション
|
|
51
52
|
admin:
|
|
52
53
|
budgets:
|
|
@@ -284,7 +285,7 @@ ja:
|
|
|
284
285
|
view: 表示
|
|
285
286
|
votes:
|
|
286
287
|
other: 投票
|
|
287
|
-
you_voted:
|
|
288
|
+
you_voted: あなたの投票
|
|
288
289
|
project_budget_button:
|
|
289
290
|
add: 投票に追加
|
|
290
291
|
add_descriptive: プロジェクト %{resource_name} をあなたの投票に追加
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ka:
|
data/config/locales/lb.yml
CHANGED
data/config/locales/lt.yml
CHANGED
data/config/locales/nl.yml
CHANGED
data/config/locales/no.yml
CHANGED
data/config/locales/pl.yml
CHANGED
|
@@ -76,6 +76,7 @@ pl:
|
|
|
76
76
|
title: Edytuj projekt
|
|
77
77
|
update: Aktualizuj
|
|
78
78
|
index:
|
|
79
|
+
change_selected: Zmień wybrany status
|
|
79
80
|
finished_orders: Ukończone głosowania
|
|
80
81
|
pending_orders: Głosowania oczekujące
|
|
81
82
|
selected: Wybrano
|
|
@@ -86,6 +87,8 @@ pl:
|
|
|
86
87
|
update:
|
|
87
88
|
invalid: Wystąpił błąd podczas aktualizowania tego projektu
|
|
88
89
|
success: Zaktualizowano projekt
|
|
90
|
+
update_selected:
|
|
91
|
+
select_a_selection: Wybierz status implementacji
|
|
89
92
|
proposals_imports:
|
|
90
93
|
create:
|
|
91
94
|
invalid: Wystąpił błąd podczas importowania propozycji do projektów
|
|
@@ -227,7 +230,6 @@ pl:
|
|
|
227
230
|
few: głosów
|
|
228
231
|
many: głosów
|
|
229
232
|
other: głosów
|
|
230
|
-
you_voted: Zagłosowałeś na
|
|
231
233
|
project_budget_button:
|
|
232
234
|
add: Dodaj do swojego głosu
|
|
233
235
|
add_descriptive: Dodaj projekt %{resource_name} do swojego głosu
|
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
|
@@ -17,6 +17,8 @@ ro:
|
|
|
17
17
|
proposals: Propuneri
|
|
18
18
|
selected: Selectate pentru implementare
|
|
19
19
|
title: Titlu
|
|
20
|
+
proposals_import:
|
|
21
|
+
scope_id: Domeniu de interes
|
|
20
22
|
activerecord:
|
|
21
23
|
models:
|
|
22
24
|
decidim/budgets/project:
|
|
@@ -47,6 +49,7 @@ ro:
|
|
|
47
49
|
import: Importă propuneri în proiecte
|
|
48
50
|
new: Nou %{name}
|
|
49
51
|
preview: Previzualizare
|
|
52
|
+
send_voting_reminders: Trimite memento-uri de votare
|
|
50
53
|
title: Acțiuni
|
|
51
54
|
admin:
|
|
52
55
|
budgets:
|
|
@@ -88,11 +91,18 @@ ro:
|
|
|
88
91
|
title: Editare proiect
|
|
89
92
|
update: Actualizare
|
|
90
93
|
index:
|
|
94
|
+
actions: Acțiuni
|
|
95
|
+
cancel: Anulează
|
|
96
|
+
change_category: Schimbă categoria
|
|
97
|
+
change_scope: Schimbă domeniul
|
|
98
|
+
change_selected: Schimbă starea selectată
|
|
91
99
|
finished_orders: Voturi terminate
|
|
92
100
|
pending_orders: Voturi în așteptare
|
|
101
|
+
select_for_implementation: Ales pentru implementare
|
|
93
102
|
selected: Selectate
|
|
94
103
|
title: Proiecte
|
|
95
104
|
update: Actualizare
|
|
105
|
+
update_scope_button: Actualizează domeniu
|
|
96
106
|
new:
|
|
97
107
|
create: Creează
|
|
98
108
|
title: Proiect nou
|
|
@@ -104,6 +114,7 @@ ro:
|
|
|
104
114
|
select_a_project: Vă rugăm să selectaţi un proiect
|
|
105
115
|
update_scope:
|
|
106
116
|
select_a_project: Te rugăm să selectezi un proiect
|
|
117
|
+
select_a_scope: Te rugăm selectează un domeniu
|
|
107
118
|
update_selected:
|
|
108
119
|
select_a_project: Te rugăm să selectezi un proiect
|
|
109
120
|
proposals_imports:
|
|
@@ -159,6 +170,7 @@ ro:
|
|
|
159
170
|
fields:
|
|
160
171
|
category: Categorie
|
|
161
172
|
id: ID
|
|
173
|
+
scope: Domeniu de interes
|
|
162
174
|
title: Titlu
|
|
163
175
|
order_summary_mailer:
|
|
164
176
|
order_summary:
|
|
@@ -256,7 +268,6 @@ ro:
|
|
|
256
268
|
one: vot
|
|
257
269
|
few: voturi
|
|
258
270
|
other: voturi
|
|
259
|
-
you_voted: Ai votat pentru
|
|
260
271
|
project_budget_button:
|
|
261
272
|
add: Adaugă la votul tău
|
|
262
273
|
add_descriptive: Adaugă proiectul %{resource_name} la votul tău
|
data/config/locales/sv.yml
CHANGED
|
@@ -7,7 +7,7 @@ sv:
|
|
|
7
7
|
description: Beskrivning
|
|
8
8
|
title: Titel
|
|
9
9
|
total_budget: Total budget
|
|
10
|
-
weight:
|
|
10
|
+
weight: Ordning
|
|
11
11
|
project:
|
|
12
12
|
budget_amount: Belopp
|
|
13
13
|
decidim_category_id: Kategori
|
|
@@ -90,11 +90,13 @@ sv:
|
|
|
90
90
|
index:
|
|
91
91
|
actions: Åtgärder
|
|
92
92
|
cancel: Avbryt
|
|
93
|
+
change_category: Ändra kategori
|
|
93
94
|
finished_orders: Avslutade omröstningar
|
|
94
95
|
pending_orders: Pågående omröstningar
|
|
95
96
|
selected: Valda
|
|
96
97
|
title: Projekt
|
|
97
98
|
update: Uppdatera
|
|
99
|
+
update_scope_button: Uppdatera omfång
|
|
98
100
|
new:
|
|
99
101
|
create: Skapa
|
|
100
102
|
title: Nytt projekt
|
|
@@ -180,10 +182,13 @@ sv:
|
|
|
180
182
|
title: Bekräfta röst
|
|
181
183
|
budget_excess:
|
|
182
184
|
budget_excess:
|
|
185
|
+
description: Detta projekt överstiger den maximala budgeten och kan inte tilläggas. Du måste först ta bort ett projekt innan du lägger till ett nytt.
|
|
183
186
|
title: Maximal budget överskriden
|
|
184
187
|
close: Stäng
|
|
188
|
+
description: Detta projekt överstiger den maximala budgeten och kan inte tilläggas. Du måste först ta bort ett projekt innan du lägger till ett nytt.
|
|
185
189
|
ok: OK
|
|
186
190
|
projects_excess:
|
|
191
|
+
description: Du har valt för många projekt. Du måste först ta bort ett projekt innan du lägger till ett nytt.
|
|
187
192
|
title: Maximalt antal projekt överskridet
|
|
188
193
|
budget_summary:
|
|
189
194
|
are_you_sure: Vill du dra tillbaka din röst?
|
|
@@ -233,6 +238,8 @@ sv:
|
|
|
233
238
|
filter: Filtrera
|
|
234
239
|
filter_by: Filtrera efter
|
|
235
240
|
unfold: Veckla ut
|
|
241
|
+
index:
|
|
242
|
+
view_project: Visa projektet
|
|
236
243
|
order_progress:
|
|
237
244
|
vote: Rösta
|
|
238
245
|
order_selected_projects:
|
|
@@ -256,7 +263,6 @@ sv:
|
|
|
256
263
|
votes:
|
|
257
264
|
one: röst
|
|
258
265
|
other: röster
|
|
259
|
-
you_voted: Det här är din röst
|
|
260
266
|
project_budget_button:
|
|
261
267
|
add: Lägg till i din röst
|
|
262
268
|
add_descriptive: Lägg till projekt %{resource_name} till din röst
|
data/config/locales/tr-TR.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-budgets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.27.
|
|
4
|
+
version: 0.27.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-comments
|
|
@@ -18,70 +18,70 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.27.
|
|
21
|
+
version: 0.27.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.27.
|
|
28
|
+
version: 0.27.2
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-core
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.27.
|
|
35
|
+
version: 0.27.2
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.27.
|
|
42
|
+
version: 0.27.2
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: decidim-admin
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.27.
|
|
49
|
+
version: 0.27.2
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - '='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 0.27.
|
|
56
|
+
version: 0.27.2
|
|
57
57
|
- !ruby/object:Gem::Dependency
|
|
58
58
|
name: decidim-dev
|
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
61
|
- - '='
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 0.27.
|
|
63
|
+
version: 0.27.2
|
|
64
64
|
type: :development
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - '='
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 0.27.
|
|
70
|
+
version: 0.27.2
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
72
72
|
name: decidim-proposals
|
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
|
74
74
|
requirements:
|
|
75
75
|
- - '='
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 0.27.
|
|
77
|
+
version: 0.27.2
|
|
78
78
|
type: :development
|
|
79
79
|
prerelease: false
|
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
82
|
- - '='
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: 0.27.
|
|
84
|
+
version: 0.27.2
|
|
85
85
|
description: A budgets component for decidim's participatory spaces.
|
|
86
86
|
email:
|
|
87
87
|
- josepjaume@gmail.com
|
|
@@ -273,6 +273,7 @@ files:
|
|
|
273
273
|
- config/locales/is.yml
|
|
274
274
|
- config/locales/it.yml
|
|
275
275
|
- config/locales/ja.yml
|
|
276
|
+
- config/locales/ka-GE.yml
|
|
276
277
|
- config/locales/ko-KR.yml
|
|
277
278
|
- config/locales/ko.yml
|
|
278
279
|
- config/locales/lb-LU.yml
|
|
@@ -365,7 +366,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
365
366
|
- !ruby/object:Gem::Version
|
|
366
367
|
version: '0'
|
|
367
368
|
requirements: []
|
|
368
|
-
rubygems_version: 3.
|
|
369
|
+
rubygems_version: 3.3.7
|
|
369
370
|
signing_key:
|
|
370
371
|
specification_version: 4
|
|
371
372
|
summary: Decidim budgets module
|