decidim-accountability 0.8.4 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/app/assets/stylesheets/decidim/accountability/accountability/_cards.scss +8 -6
- data/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss +33 -28
- data/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss +8 -8
- data/app/assets/stylesheets/decidim/accountability/accountability/_results.scss +51 -44
- data/app/assets/stylesheets/decidim/accountability/accountability/_versions.scss +5 -4
- data/app/commands/decidim/accountability/admin/create_result.rb +9 -0
- data/app/commands/decidim/accountability/admin/update_result.rb +9 -0
- data/app/forms/decidim/accountability/admin/result_form.rb +23 -7
- data/app/helpers/decidim/accountability/breadcrumb_helper.rb +1 -3
- data/app/services/decidim/accountability/result_search.rb +23 -0
- data/app/services/decidim/accountability/results_calculator.rb +9 -9
- data/app/views/decidim/accountability/admin/results/_form.html.erb +11 -1
- data/app/views/decidim/accountability/admin/results/index.html.erb +1 -1
- data/app/views/decidim/accountability/results/_nav_breadcrumb.html.erb +3 -3
- data/app/views/decidim/accountability/results/_scope_filters.html.erb +0 -1
- data/app/views/decidim/accountability/results/_show_parent.html.erb +0 -1
- data/app/views/decidim/accountability/results/_stats.html.erb +5 -1
- data/config/locales/ca.yml +3 -2
- data/config/locales/en.yml +3 -1
- data/config/locales/es.yml +4 -3
- data/config/locales/eu.yml +3 -1
- data/config/locales/fi.yml +39 -37
- data/config/locales/fr.yml +5 -3
- data/config/locales/gl.yml +176 -0
- data/config/locales/it.yml +3 -1
- data/config/locales/nl.yml +3 -1
- data/config/locales/pl.yml +3 -1
- data/config/locales/pt-BR.yml +176 -0
- data/config/locales/pt.yml +5 -3
- data/config/locales/ru.yml +20 -1
- data/config/locales/sv.yml +176 -0
- data/config/locales/uk.yml +11 -3
- data/lib/decidim/accountability/feature.rb +4 -0
- data/lib/decidim/accountability/version.rb +1 -1
- metadata +31 -29
- data/app/views/decidim/accountability/admin/shared/_extra.html.erb +0 -1
data/config/locales/fr.yml
CHANGED
@@ -8,6 +8,7 @@ fr:
|
|
8
8
|
description: Description
|
9
9
|
end_date: Date et heure de fin
|
10
10
|
progress: Avancement
|
11
|
+
project_ids: Projets inclus
|
11
12
|
proposal_ids: Propositions incluses
|
12
13
|
start_date: Date de début
|
13
14
|
title: Titre
|
@@ -96,7 +97,7 @@ fr:
|
|
96
97
|
models:
|
97
98
|
result:
|
98
99
|
fields:
|
99
|
-
end_date: Date
|
100
|
+
end_date: Date de fin
|
100
101
|
progress: Avancement
|
101
102
|
start_date: Date de début
|
102
103
|
status: Statut
|
@@ -118,7 +119,6 @@ fr:
|
|
118
119
|
other: "%{count} résultats"
|
119
120
|
filters:
|
120
121
|
all: Tous
|
121
|
-
global: Global
|
122
122
|
scopes: Périmètre d'application
|
123
123
|
home:
|
124
124
|
categories_label: Catégories
|
@@ -132,7 +132,7 @@ fr:
|
|
132
132
|
show:
|
133
133
|
stats:
|
134
134
|
attendees: Participants
|
135
|
-
back_to_result:
|
135
|
+
back_to_result: Revenir au résultat
|
136
136
|
comments: Commentaires
|
137
137
|
contributions: Contributions
|
138
138
|
last_edited_by: Dernière édition par
|
@@ -170,5 +170,7 @@ fr:
|
|
170
170
|
step:
|
171
171
|
comments_blocked: Commentaires bloqués
|
172
172
|
resource_links:
|
173
|
+
included_projects:
|
174
|
+
result_projects: Projets inclus dans ce résultat
|
173
175
|
included_proposals:
|
174
176
|
result_proposals: Propositions incluses dans ce résultat
|
@@ -0,0 +1,176 @@
|
|
1
|
+
gl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
result:
|
5
|
+
decidim_accountability_status_id: estado
|
6
|
+
decidim_category_id: Categoría
|
7
|
+
decidim_scope_id: Alcance
|
8
|
+
description: Descrición
|
9
|
+
end_date: Data de finalización
|
10
|
+
progress: Progreso
|
11
|
+
project_ids: Proxectos incluídos
|
12
|
+
proposal_ids: Propostas incluidas
|
13
|
+
start_date: Data de inicio
|
14
|
+
title: Título
|
15
|
+
status:
|
16
|
+
description: Descrición
|
17
|
+
key: Clave
|
18
|
+
name: Nome
|
19
|
+
progress: Progreso
|
20
|
+
timeline_entry:
|
21
|
+
description: Descrición
|
22
|
+
entry_date: Data
|
23
|
+
decidim:
|
24
|
+
accountability:
|
25
|
+
actions:
|
26
|
+
confirm_destroy: Estás seguro de que queres eliminar este %{name}?
|
27
|
+
destroy: Eliminar
|
28
|
+
edit: Editar
|
29
|
+
new: Novo %{name}
|
30
|
+
preview: Vista previa
|
31
|
+
timeline_entries: Evolución do proxecto
|
32
|
+
title: Accións
|
33
|
+
admin:
|
34
|
+
exports:
|
35
|
+
results: Resultados
|
36
|
+
models:
|
37
|
+
result:
|
38
|
+
name: Resultado
|
39
|
+
status:
|
40
|
+
name: Estado
|
41
|
+
timeline_entry:
|
42
|
+
name: Entrada de liña de tempo
|
43
|
+
results:
|
44
|
+
create:
|
45
|
+
invalid: Produciuse un problema ao crear este resultado
|
46
|
+
success: Resultado creado con éxito
|
47
|
+
destroy:
|
48
|
+
success: Resultado eliminado correctamente
|
49
|
+
edit:
|
50
|
+
title: Editar resultado
|
51
|
+
update: Actualizar resultado
|
52
|
+
index:
|
53
|
+
title: Resultados
|
54
|
+
new:
|
55
|
+
create: Crear resultado
|
56
|
+
title: Novo resultado
|
57
|
+
update:
|
58
|
+
invalid: Produciuse un problema ao actualizar este resultado
|
59
|
+
success: Resultado actualizado correctamente
|
60
|
+
shared:
|
61
|
+
subnav:
|
62
|
+
statuses: Estatus
|
63
|
+
statuses:
|
64
|
+
create:
|
65
|
+
invalid: Produciuse un problema ao crear este estado
|
66
|
+
success: Estado creado con éxito
|
67
|
+
destroy:
|
68
|
+
success: Estado eliminado con éxito
|
69
|
+
edit:
|
70
|
+
title: Editar o estado
|
71
|
+
update: Actualizar o estado
|
72
|
+
index:
|
73
|
+
title: Estatus
|
74
|
+
new:
|
75
|
+
create: Crear estado
|
76
|
+
title: Novo estado
|
77
|
+
update:
|
78
|
+
invalid: Houbo un problema ao actualizar este estado
|
79
|
+
success: Estado actualizado correctamente
|
80
|
+
timeline_entries:
|
81
|
+
create:
|
82
|
+
invalid: Produciuse un problema ao crear esta entrada
|
83
|
+
success: Entrada creada con éxito
|
84
|
+
destroy:
|
85
|
+
success: Entrada correctamente eliminada
|
86
|
+
edit:
|
87
|
+
title: Editar entrada
|
88
|
+
update: Actualizar a entrada
|
89
|
+
index:
|
90
|
+
title: Entradas da liña de tempo do proxecto
|
91
|
+
new:
|
92
|
+
create: Crear entrada
|
93
|
+
title: Nova entrada
|
94
|
+
update:
|
95
|
+
invalid: Produciuse un problema ao actualizar esta entrada
|
96
|
+
success: Entrada actualizada con éxito
|
97
|
+
models:
|
98
|
+
result:
|
99
|
+
fields:
|
100
|
+
end_date: Data de finalización
|
101
|
+
progress: Progreso
|
102
|
+
start_date: Data de inicio
|
103
|
+
status: Estado
|
104
|
+
title: Título
|
105
|
+
status:
|
106
|
+
fields:
|
107
|
+
description: Descrición
|
108
|
+
key: Clave
|
109
|
+
name: Nome
|
110
|
+
progress: Progreso
|
111
|
+
timeline_entry:
|
112
|
+
fields:
|
113
|
+
description: Descrición
|
114
|
+
entry_date: Data
|
115
|
+
results:
|
116
|
+
count:
|
117
|
+
results_count:
|
118
|
+
one: 1 resultado
|
119
|
+
other: "%{count} resultados"
|
120
|
+
filters:
|
121
|
+
all: Todo
|
122
|
+
scopes: Ámbitos
|
123
|
+
home:
|
124
|
+
categories_label: Categorías
|
125
|
+
subcategories_label: Subcategorías
|
126
|
+
home_header:
|
127
|
+
global_status: Estado de execución global
|
128
|
+
nav_breadcrumb:
|
129
|
+
global: Execución global
|
130
|
+
search:
|
131
|
+
search: Busca de accións
|
132
|
+
show:
|
133
|
+
stats:
|
134
|
+
attendees: Asistentes
|
135
|
+
back_to_result: Volver ao resultado
|
136
|
+
comments: Comentarios
|
137
|
+
contributions: Contribucións
|
138
|
+
last_edited_by: Última edición por
|
139
|
+
last_updated_at: Última actualización en
|
140
|
+
meetings: Reunións
|
141
|
+
number_of_versions: Versións
|
142
|
+
proposals: Propostas
|
143
|
+
show_all_versions: Mostrar todas as versións
|
144
|
+
version_author: Autor da versión
|
145
|
+
version_created_at: Versión creada en
|
146
|
+
version_number: Número de versión
|
147
|
+
version_number_out_of_total: "%{current_version} de %{total_count}"
|
148
|
+
votes: Soporta
|
149
|
+
timeline:
|
150
|
+
title: Evolución do proxecto
|
151
|
+
versions:
|
152
|
+
index:
|
153
|
+
changes_at_title: Cambios en "%{title}"
|
154
|
+
title: Versións
|
155
|
+
show:
|
156
|
+
changes_at_title: Cambios en "%{title}"
|
157
|
+
version:
|
158
|
+
version_index: Versión %{index}
|
159
|
+
features:
|
160
|
+
accountability:
|
161
|
+
name: Responsabilidade
|
162
|
+
settings:
|
163
|
+
global:
|
164
|
+
categories_label: Nome para "Categorías"
|
165
|
+
comments_enabled: Comentarios habilitados
|
166
|
+
heading_leaf_level_results: Nome para "Proxectos"
|
167
|
+
heading_parent_level_results: Nome para "Resultados"
|
168
|
+
intro: Intro
|
169
|
+
subcategories_label: Nome para "Subcategorías"
|
170
|
+
step:
|
171
|
+
comments_blocked: Comentarios bloqueados
|
172
|
+
resource_links:
|
173
|
+
included_projects:
|
174
|
+
result_projects: Proxectos incluídos neste resultado
|
175
|
+
included_proposals:
|
176
|
+
result_proposals: Propostas incluídas neste resultado
|
data/config/locales/it.yml
CHANGED
@@ -8,6 +8,7 @@ it:
|
|
8
8
|
description: Descrizione
|
9
9
|
end_date: Data finale
|
10
10
|
progress: Progresso
|
11
|
+
project_ids: Progetti inclusi
|
11
12
|
proposal_ids: Proposte incluse
|
12
13
|
start_date: Date di inizio
|
13
14
|
title: Nome
|
@@ -118,7 +119,6 @@ it:
|
|
118
119
|
other: "%{count} risultati"
|
119
120
|
filters:
|
120
121
|
all: Tutto
|
121
|
-
global: Globale
|
122
122
|
scopes: Visibilità
|
123
123
|
home:
|
124
124
|
categories_label: Categorie
|
@@ -170,5 +170,7 @@ it:
|
|
170
170
|
step:
|
171
171
|
comments_blocked: Commenti bloccati
|
172
172
|
resource_links:
|
173
|
+
included_projects:
|
174
|
+
result_projects: Progetti inclusi in questo risultato
|
173
175
|
included_proposals:
|
174
176
|
result_proposals: Proposte incluse in questo risultato
|
data/config/locales/nl.yml
CHANGED
@@ -8,6 +8,7 @@ nl:
|
|
8
8
|
description: Beschrijving
|
9
9
|
end_date: Einddatum
|
10
10
|
progress: Vooruitgang
|
11
|
+
project_ids: Opgenomen projecten
|
11
12
|
proposal_ids: Opgenomen voorstellen
|
12
13
|
start_date: Begin datum
|
13
14
|
title: Titel
|
@@ -118,7 +119,6 @@ nl:
|
|
118
119
|
other: "%{count} resultaten"
|
119
120
|
filters:
|
120
121
|
all: Alle
|
121
|
-
global: Globaal
|
122
122
|
scopes: scopes
|
123
123
|
home:
|
124
124
|
categories_label: Categorieën
|
@@ -170,5 +170,7 @@ nl:
|
|
170
170
|
step:
|
171
171
|
comments_blocked: Reacties geblokkeerd
|
172
172
|
resource_links:
|
173
|
+
included_projects:
|
174
|
+
result_projects: Projecten opgenomen in dit resultaat
|
173
175
|
included_proposals:
|
174
176
|
result_proposals: Voorstellen opgenomen in dit resultaat
|
data/config/locales/pl.yml
CHANGED
@@ -8,6 +8,7 @@ pl:
|
|
8
8
|
description: Opis
|
9
9
|
end_date: Data zakończenia
|
10
10
|
progress: Postęp
|
11
|
+
project_ids: Uwzględnione projekty
|
11
12
|
proposal_ids: Zawarte propozycje
|
12
13
|
start_date: Data rozpoczęcia
|
13
14
|
title: Tytuł
|
@@ -119,7 +120,6 @@ pl:
|
|
119
120
|
other: "%{count} wyników"
|
120
121
|
filters:
|
121
122
|
all: Wszystkie
|
122
|
-
global: Światowy
|
123
123
|
scopes: Zakresy
|
124
124
|
home:
|
125
125
|
categories_label: Kategorie
|
@@ -171,5 +171,7 @@ pl:
|
|
171
171
|
step:
|
172
172
|
comments_blocked: Komentarze zablokowane
|
173
173
|
resource_links:
|
174
|
+
included_projects:
|
175
|
+
result_projects: Projekty uwzględnione w tym wyniku
|
174
176
|
included_proposals:
|
175
177
|
result_proposals: Propozycje zawarte w tym wyniku
|
@@ -0,0 +1,176 @@
|
|
1
|
+
pt-BR:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
result:
|
5
|
+
decidim_accountability_status_id: status
|
6
|
+
decidim_category_id: Categoria
|
7
|
+
decidim_scope_id: Âmbito
|
8
|
+
description: Descrição
|
9
|
+
end_date: Data final
|
10
|
+
progress: Progresso
|
11
|
+
project_ids: Projetos incluídos
|
12
|
+
proposal_ids: Propostas incluídas
|
13
|
+
start_date: Data de início
|
14
|
+
title: Título
|
15
|
+
status:
|
16
|
+
description: Descrição
|
17
|
+
key: Chave
|
18
|
+
name: Nome
|
19
|
+
progress: Progresso
|
20
|
+
timeline_entry:
|
21
|
+
description: Descrição
|
22
|
+
entry_date: Encontro
|
23
|
+
decidim:
|
24
|
+
accountability:
|
25
|
+
actions:
|
26
|
+
confirm_destroy: Tem certeza de que deseja excluir este %{name}?
|
27
|
+
destroy: Excluir
|
28
|
+
edit: Editar
|
29
|
+
new: Novo %{name}
|
30
|
+
preview: Visualização
|
31
|
+
timeline_entries: Evolução do projeto
|
32
|
+
title: Ações
|
33
|
+
admin:
|
34
|
+
exports:
|
35
|
+
results: Resultados
|
36
|
+
models:
|
37
|
+
result:
|
38
|
+
name: Resultado
|
39
|
+
status:
|
40
|
+
name: Status
|
41
|
+
timeline_entry:
|
42
|
+
name: Entrada da linha de tempo
|
43
|
+
results:
|
44
|
+
create:
|
45
|
+
invalid: Tem havido um problema ao criar esse resultado
|
46
|
+
success: Resultado criado com sucesso
|
47
|
+
destroy:
|
48
|
+
success: Resultado eliminado com êxito
|
49
|
+
edit:
|
50
|
+
title: Editar resultado
|
51
|
+
update: Atualizar resultado
|
52
|
+
index:
|
53
|
+
title: Resultados
|
54
|
+
new:
|
55
|
+
create: Criar resultado
|
56
|
+
title: Novo resultado
|
57
|
+
update:
|
58
|
+
invalid: Ocorreu um problema ao atualizar este resultado
|
59
|
+
success: Resultado atualizado com sucesso
|
60
|
+
shared:
|
61
|
+
subnav:
|
62
|
+
statuses: Status
|
63
|
+
statuses:
|
64
|
+
create:
|
65
|
+
invalid: Tem havido um problema ao criar esse status
|
66
|
+
success: Status criado com sucesso
|
67
|
+
destroy:
|
68
|
+
success: Status excluído com êxito
|
69
|
+
edit:
|
70
|
+
title: Editar status
|
71
|
+
update: Atualizar o status
|
72
|
+
index:
|
73
|
+
title: Status
|
74
|
+
new:
|
75
|
+
create: Criar status
|
76
|
+
title: Novo status
|
77
|
+
update:
|
78
|
+
invalid: Ocorreu um problema ao atualizar esse status
|
79
|
+
success: Status atualizado com sucesso
|
80
|
+
timeline_entries:
|
81
|
+
create:
|
82
|
+
invalid: Tem havido um problema ao criar esta entrada
|
83
|
+
success: Entrada criada com sucesso
|
84
|
+
destroy:
|
85
|
+
success: Entrada excluída com êxito
|
86
|
+
edit:
|
87
|
+
title: Editar entrada
|
88
|
+
update: Atualizar entrada
|
89
|
+
index:
|
90
|
+
title: Entradas da linha de tempo do projeto
|
91
|
+
new:
|
92
|
+
create: Criar entrada
|
93
|
+
title: Nova entrada
|
94
|
+
update:
|
95
|
+
invalid: Ocorreu um problema ao atualizar esta entrada
|
96
|
+
success: Entrada atualizada com sucesso
|
97
|
+
models:
|
98
|
+
result:
|
99
|
+
fields:
|
100
|
+
end_date: Data final
|
101
|
+
progress: Progresso
|
102
|
+
start_date: Data de início
|
103
|
+
status: Status
|
104
|
+
title: Título
|
105
|
+
status:
|
106
|
+
fields:
|
107
|
+
description: Descrição
|
108
|
+
key: Chave
|
109
|
+
name: Nome
|
110
|
+
progress: Progresso
|
111
|
+
timeline_entry:
|
112
|
+
fields:
|
113
|
+
description: Descrição
|
114
|
+
entry_date: Encontro
|
115
|
+
results:
|
116
|
+
count:
|
117
|
+
results_count:
|
118
|
+
one: 1 resultado
|
119
|
+
other: "%{count} resultados"
|
120
|
+
filters:
|
121
|
+
all: Todos
|
122
|
+
scopes: Âmbitos
|
123
|
+
home:
|
124
|
+
categories_label: Categorias
|
125
|
+
subcategories_label: Subcategorias
|
126
|
+
home_header:
|
127
|
+
global_status: Status de execução global
|
128
|
+
nav_breadcrumb:
|
129
|
+
global: Execução global
|
130
|
+
search:
|
131
|
+
search: Procure ações
|
132
|
+
show:
|
133
|
+
stats:
|
134
|
+
attendees: Participantes
|
135
|
+
back_to_result: Volte ao resultado
|
136
|
+
comments: Comentários
|
137
|
+
contributions: Contribuições
|
138
|
+
last_edited_by: Última edição por
|
139
|
+
last_updated_at: Última atualização em
|
140
|
+
meetings: Reuniões
|
141
|
+
number_of_versions: Versões
|
142
|
+
proposals: Propostas
|
143
|
+
show_all_versions: Mostrar todas as versões
|
144
|
+
version_author: Autor da versão
|
145
|
+
version_created_at: Versão criada em
|
146
|
+
version_number: Número da versão
|
147
|
+
version_number_out_of_total: "%{current_version} de %{total_count}"
|
148
|
+
votes: Suporta
|
149
|
+
timeline:
|
150
|
+
title: Evolução do projeto
|
151
|
+
versions:
|
152
|
+
index:
|
153
|
+
changes_at_title: Alterações em "%{title}"
|
154
|
+
title: Versões
|
155
|
+
show:
|
156
|
+
changes_at_title: Alterações em "%{title}"
|
157
|
+
version:
|
158
|
+
version_index: Versão %{index}
|
159
|
+
features:
|
160
|
+
accountability:
|
161
|
+
name: Prestação de contas
|
162
|
+
settings:
|
163
|
+
global:
|
164
|
+
categories_label: Nome para "Categorias"
|
165
|
+
comments_enabled: Comentários ativados
|
166
|
+
heading_leaf_level_results: Nome para "Projetos"
|
167
|
+
heading_parent_level_results: Nome para "Resultados"
|
168
|
+
intro: Introdução
|
169
|
+
subcategories_label: Nome para "Subcategorias"
|
170
|
+
step:
|
171
|
+
comments_blocked: Comentários bloqueados
|
172
|
+
resource_links:
|
173
|
+
included_projects:
|
174
|
+
result_projects: Projetos incluídos neste resultado
|
175
|
+
included_proposals:
|
176
|
+
result_proposals: Propostas incluídas neste resultado
|