decidim-accountability 0.9.3 → 0.10.0
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/assets/javascripts/decidim/accountability/admin/accountability_admin.js.es6 +46 -0
- data/app/assets/javascripts/decidim/accountability/version_diff.js.es6 +2 -6
- data/app/commands/decidim/accountability/admin/create_result.rb +15 -0
- data/app/commands/decidim/accountability/admin/update_status.rb +1 -1
- data/app/commands/decidim/accountability/admin/update_timeline_entry.rb +1 -1
- data/app/controllers/decidim/accountability/admin/results_controller.rb +20 -0
- data/app/events/decidim/accountability/proposal_linked_event.rb +21 -0
- data/app/forms/decidim/accountability/admin/result_form.rb +13 -3
- data/app/models/decidim/accountability/result.rb +8 -1
- data/app/presenters/decidim/accountability/admin_log/result_presenter.rb +44 -0
- data/app/views/decidim/accountability/admin/results/_form.html.erb +3 -5
- data/app/views/decidim/accountability/admin/results/_proposals.html.erb +12 -0
- data/app/views/decidim/accountability/results/_home_categories.html.erb +3 -3
- data/app/views/decidim/accountability/results/_home_header.html.erb +1 -1
- data/app/views/decidim/accountability/results/_nav_breadcrumb.html.erb +12 -4
- data/app/views/decidim/accountability/results/_results_leaf.html.erb +1 -1
- data/app/views/decidim/accountability/results/_results_parent.html.erb +1 -1
- data/app/views/decidim/accountability/results/_show_leaf.html.erb +1 -1
- data/app/views/decidim/accountability/results/_show_parent.html.erb +1 -1
- data/app/views/decidim/accountability/results/_stats_box.html.erb +20 -2
- data/app/views/decidim/participatory_processes/participatory_process_groups/_highlighted_results.html.erb +12 -0
- data/app/views/decidim/participatory_processes/participatory_process_groups/_result.html.erb +32 -0
- data/app/views/decidim/participatory_spaces/_highlighted_results.html.erb +14 -0
- data/app/views/decidim/participatory_spaces/_result.html.erb +32 -0
- data/config/locales/ca.yml +28 -1
- data/config/locales/en.yml +28 -1
- data/config/locales/es.yml +28 -1
- data/config/locales/eu.yml +28 -1
- data/config/locales/fi.yml +28 -1
- data/config/locales/fr.yml +28 -1
- data/config/locales/gl.yml +28 -1
- data/config/locales/it.yml +28 -1
- data/config/locales/nl.yml +28 -1
- data/config/locales/pl.yml +28 -6
- data/config/locales/pt-BR.yml +28 -1
- data/config/locales/pt.yml +28 -1
- data/config/locales/ru.yml +0 -1
- data/config/locales/sv.yml +28 -1
- data/config/locales/uk.yml +3 -3
- data/lib/decidim/accountability/admin_engine.rb +3 -0
- data/lib/decidim/accountability/engine.rb +34 -0
- data/lib/decidim/accountability/feature.rb +1 -0
- data/lib/decidim/accountability/version.rb +1 -1
- metadata +29 -22
- data/app/assets/javascripts/decidim/accountability/admin/accountability_admin.js +0 -9
data/config/locales/fr.yml
CHANGED
@@ -9,9 +9,10 @@ fr:
|
|
9
9
|
end_date: Date et heure de fin
|
10
10
|
progress: Avancement
|
11
11
|
project_ids: Projets inclus
|
12
|
-
|
12
|
+
proposals: Propositions incluses
|
13
13
|
start_date: Date de début
|
14
14
|
title: Titre
|
15
|
+
updated_at: Mis à jour à
|
15
16
|
status:
|
16
17
|
description: Description
|
17
18
|
key: Clé
|
@@ -49,11 +50,17 @@ fr:
|
|
49
50
|
edit:
|
50
51
|
title: Modifier le résultat
|
51
52
|
update: Mise à jour du résultat
|
53
|
+
form:
|
54
|
+
add_proposal: Ajouter une proposition
|
52
55
|
index:
|
53
56
|
title: Résultats
|
54
57
|
new:
|
55
58
|
create: Créer un résultat
|
56
59
|
title: Nouveau résultat
|
60
|
+
proposals:
|
61
|
+
close: Fermer
|
62
|
+
current_selection: Sélection actuelle
|
63
|
+
select: Sélectionner
|
57
64
|
update:
|
58
65
|
invalid: Un problème est survenu lors de la mise à jour de ce résultat
|
59
66
|
success: Résultat mis à jour avec succès
|
@@ -94,6 +101,10 @@ fr:
|
|
94
101
|
update:
|
95
102
|
invalid: Un problème est survenu lors de la mise à jour de cette entrée
|
96
103
|
success: Entrée mise à jour avec succès
|
104
|
+
admin_log:
|
105
|
+
result:
|
106
|
+
create: "%{user_name} résultat créé %{resource_name} dans %{space_name}"
|
107
|
+
update: "%{user_name} résultat mis à jour %{resource_name} dans %{space_name}"
|
97
108
|
models:
|
98
109
|
result:
|
99
110
|
fields:
|
@@ -156,6 +167,13 @@ fr:
|
|
156
167
|
changes_at_title: Changements à "%{title}"
|
157
168
|
version:
|
158
169
|
version_index: Version %{index}
|
170
|
+
events:
|
171
|
+
accountability:
|
172
|
+
proposal_linked:
|
173
|
+
email_intro: 'La proposition "%{proposal_title}" a été incluse dans un résultat. Vous pouvez le voir sur cette page:'
|
174
|
+
email_outro: Vous avez reçu cette notification parce que vous suivez "%{proposal_title}". Vous pouvez arrêter de recevoir des notifications en suivant le lien précédent.
|
175
|
+
email_subject: Une mise à jour de %{proposal_title}
|
176
|
+
notification_title: La proposition <a href="%{proposal_path}">%{proposal_title}</a> a été incluse dans le résultat <a href="%{resource_path}">%{resource_title}</a>.
|
159
177
|
features:
|
160
178
|
accountability:
|
161
179
|
name: Responsabilité
|
@@ -163,12 +181,21 @@ fr:
|
|
163
181
|
global:
|
164
182
|
categories_label: Nom pour "Catégories"
|
165
183
|
comments_enabled: Commentaires activés
|
184
|
+
display_progress_enabled: Afficher les progrès
|
166
185
|
heading_leaf_level_results: Nom pour "Projets"
|
167
186
|
heading_parent_level_results: Nom pour "Résultats"
|
168
187
|
intro: Intro
|
169
188
|
subcategories_label: Nom pour "Sous-catégories"
|
170
189
|
step:
|
171
190
|
comments_blocked: Commentaires bloqués
|
191
|
+
participatory_processes:
|
192
|
+
participatory_process_groups:
|
193
|
+
highlighted_results:
|
194
|
+
results: Résultats
|
195
|
+
participatory_spaces:
|
196
|
+
highlighted_results:
|
197
|
+
results: Résultats
|
198
|
+
see_all_results: Voir tous les résultats
|
172
199
|
resource_links:
|
173
200
|
included_projects:
|
174
201
|
result_projects: Projets inclus dans ce résultat
|
data/config/locales/gl.yml
CHANGED
@@ -9,9 +9,10 @@ gl:
|
|
9
9
|
end_date: Data de finalización
|
10
10
|
progress: Progreso
|
11
11
|
project_ids: Proxectos incluídos
|
12
|
-
|
12
|
+
proposals: Propostas incluidas
|
13
13
|
start_date: Data de inicio
|
14
14
|
title: Título
|
15
|
+
updated_at: Actualizado en
|
15
16
|
status:
|
16
17
|
description: Descrición
|
17
18
|
key: Clave
|
@@ -49,11 +50,17 @@ gl:
|
|
49
50
|
edit:
|
50
51
|
title: Editar resultado
|
51
52
|
update: Actualizar resultado
|
53
|
+
form:
|
54
|
+
add_proposal: Engadir proposta
|
52
55
|
index:
|
53
56
|
title: Resultados
|
54
57
|
new:
|
55
58
|
create: Crear resultado
|
56
59
|
title: Novo resultado
|
60
|
+
proposals:
|
61
|
+
close: Pechar
|
62
|
+
current_selection: Selección actual
|
63
|
+
select: Seleccionar
|
57
64
|
update:
|
58
65
|
invalid: Produciuse un problema ao actualizar este resultado
|
59
66
|
success: Resultado actualizado correctamente
|
@@ -94,6 +101,10 @@ gl:
|
|
94
101
|
update:
|
95
102
|
invalid: Produciuse un problema ao actualizar esta entrada
|
96
103
|
success: Entrada actualizada con éxito
|
104
|
+
admin_log:
|
105
|
+
result:
|
106
|
+
create: "%{user_name} resultado creado %{resource_name} en %{space_name}"
|
107
|
+
update: "%{user_name} resultado actualizado %{resource_name} en %{space_name}"
|
97
108
|
models:
|
98
109
|
result:
|
99
110
|
fields:
|
@@ -156,6 +167,13 @@ gl:
|
|
156
167
|
changes_at_title: Cambios en "%{title}"
|
157
168
|
version:
|
158
169
|
version_index: Versión %{index}
|
170
|
+
events:
|
171
|
+
accountability:
|
172
|
+
proposal_linked:
|
173
|
+
email_intro: 'A proposta "%{proposal_title}" foi incluída nun resultado. Podes velo desde esta páxina:'
|
174
|
+
email_outro: Recibiches esta notificación porque estás seguindo "%{proposal_title}". Podes deixar de recibir notificacións seguindo a ligazón anterior.
|
175
|
+
email_subject: Unha actualización a %{proposal_title}
|
176
|
+
notification_title: A proposta <a href="%{proposal_path}">%{proposal_title}</a> foi incluída no <a href="%{resource_path}">%{resource_title}</a> resultado.
|
159
177
|
features:
|
160
178
|
accountability:
|
161
179
|
name: Responsabilidade
|
@@ -163,12 +181,21 @@ gl:
|
|
163
181
|
global:
|
164
182
|
categories_label: Nome para "Categorías"
|
165
183
|
comments_enabled: Comentarios habilitados
|
184
|
+
display_progress_enabled: Mostrar o progreso
|
166
185
|
heading_leaf_level_results: Nome para "Proxectos"
|
167
186
|
heading_parent_level_results: Nome para "Resultados"
|
168
187
|
intro: Intro
|
169
188
|
subcategories_label: Nome para "Subcategorías"
|
170
189
|
step:
|
171
190
|
comments_blocked: Comentarios bloqueados
|
191
|
+
participatory_processes:
|
192
|
+
participatory_process_groups:
|
193
|
+
highlighted_results:
|
194
|
+
results: Resultados
|
195
|
+
participatory_spaces:
|
196
|
+
highlighted_results:
|
197
|
+
results: Resultados
|
198
|
+
see_all_results: Ver todos os resultados
|
172
199
|
resource_links:
|
173
200
|
included_projects:
|
174
201
|
result_projects: Proxectos incluídos neste resultado
|
data/config/locales/it.yml
CHANGED
@@ -9,9 +9,10 @@ it:
|
|
9
9
|
end_date: Data finale
|
10
10
|
progress: Progresso
|
11
11
|
project_ids: Progetti inclusi
|
12
|
-
|
12
|
+
proposals: Proposte incluse
|
13
13
|
start_date: Date di inizio
|
14
14
|
title: Nome
|
15
|
+
updated_at: Aggiornato a
|
15
16
|
status:
|
16
17
|
description: Descrizione
|
17
18
|
key: Chiave
|
@@ -49,11 +50,17 @@ it:
|
|
49
50
|
edit:
|
50
51
|
title: Modifica il risultato
|
51
52
|
update: Aggiorna il risultato
|
53
|
+
form:
|
54
|
+
add_proposal: Aggiungi proposta
|
52
55
|
index:
|
53
56
|
title: Risultati
|
54
57
|
new:
|
55
58
|
create: Crea un risultato
|
56
59
|
title: Nuovo risultato
|
60
|
+
proposals:
|
61
|
+
close: Vicino
|
62
|
+
current_selection: Selezione corrente
|
63
|
+
select: Selezionare
|
57
64
|
update:
|
58
65
|
invalid: C'è stato un problema durante l'aggiornamento di questo risultato
|
59
66
|
success: Risultato modificato con successo
|
@@ -94,6 +101,10 @@ it:
|
|
94
101
|
update:
|
95
102
|
invalid: C'è stato un problema nel aggiornamento di questa voce
|
96
103
|
success: Voce aggiornata con successo
|
104
|
+
admin_log:
|
105
|
+
result:
|
106
|
+
create: "%{user_name} risultato creato %{resource_name} in %{space_name}"
|
107
|
+
update: "%{user_name} risultato aggiornato %{resource_name} in %{space_name}"
|
97
108
|
models:
|
98
109
|
result:
|
99
110
|
fields:
|
@@ -156,6 +167,13 @@ it:
|
|
156
167
|
changes_at_title: Modifiche a "%{title}"
|
157
168
|
version:
|
158
169
|
version_index: Versione %{index}
|
170
|
+
events:
|
171
|
+
accountability:
|
172
|
+
proposal_linked:
|
173
|
+
email_intro: 'La proposta "%{proposal_title}" è stata inclusa in un risultato. Puoi vederlo da questa pagina:'
|
174
|
+
email_outro: Hai ricevuto questa notifica perché stai seguendo "%{proposal_title}". È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
175
|
+
email_subject: Un aggiornamento a %{proposal_title}
|
176
|
+
notification_title: La proposta <a href="%{proposal_path}">%{proposal_title}</a> è stata inclusa nel risultato <a href="%{resource_path}">%{resource_title}</a>.
|
159
177
|
features:
|
160
178
|
accountability:
|
161
179
|
name: Responsabilità
|
@@ -163,12 +181,21 @@ it:
|
|
163
181
|
global:
|
164
182
|
categories_label: Nome per "Categorie"
|
165
183
|
comments_enabled: Commenti abilitati
|
184
|
+
display_progress_enabled: Mostra progressi
|
166
185
|
heading_leaf_level_results: Nome per "Progetti"
|
167
186
|
heading_parent_level_results: Nome per "Risultati"
|
168
187
|
intro: Intro
|
169
188
|
subcategories_label: Nome per "Sottocategorie"
|
170
189
|
step:
|
171
190
|
comments_blocked: Commenti bloccati
|
191
|
+
participatory_processes:
|
192
|
+
participatory_process_groups:
|
193
|
+
highlighted_results:
|
194
|
+
results: risultati
|
195
|
+
participatory_spaces:
|
196
|
+
highlighted_results:
|
197
|
+
results: risultati
|
198
|
+
see_all_results: Vedi tutti i risultati
|
172
199
|
resource_links:
|
173
200
|
included_projects:
|
174
201
|
result_projects: Progetti inclusi in questo risultato
|
data/config/locales/nl.yml
CHANGED
@@ -9,9 +9,10 @@ nl:
|
|
9
9
|
end_date: Einddatum
|
10
10
|
progress: Vooruitgang
|
11
11
|
project_ids: Opgenomen projecten
|
12
|
-
|
12
|
+
proposals: Inbegrepen voorstellen
|
13
13
|
start_date: Begin datum
|
14
14
|
title: Titel
|
15
|
+
updated_at: Bijgewerkt om
|
15
16
|
status:
|
16
17
|
description: Beschrijving
|
17
18
|
key: sleutel
|
@@ -49,11 +50,17 @@ nl:
|
|
49
50
|
edit:
|
50
51
|
title: Bewerk resultaat
|
51
52
|
update: Update resultaat
|
53
|
+
form:
|
54
|
+
add_proposal: Voeg voorstel toe
|
52
55
|
index:
|
53
56
|
title: Resultaten
|
54
57
|
new:
|
55
58
|
create: Maak resultaat
|
56
59
|
title: Nieuw resultaat
|
60
|
+
proposals:
|
61
|
+
close: Dichtbij
|
62
|
+
current_selection: Huidige selectie
|
63
|
+
select: kiezen
|
57
64
|
update:
|
58
65
|
invalid: Er is een probleem opgetreden bij het bijwerken van dit resultaat
|
59
66
|
success: Resultaat met succes bijgewerkt
|
@@ -94,6 +101,10 @@ nl:
|
|
94
101
|
update:
|
95
102
|
invalid: Er is een probleem opgetreden met het bijwerken van dit item
|
96
103
|
success: Item succesvol bijgewerkt
|
104
|
+
admin_log:
|
105
|
+
result:
|
106
|
+
create: "%{user_name} gemaakt resultaat %{resource_name} in %{space_name}"
|
107
|
+
update: "%{user_name} bijgewerkt resultaat %{resource_name} in %{space_name}"
|
97
108
|
models:
|
98
109
|
result:
|
99
110
|
fields:
|
@@ -156,6 +167,13 @@ nl:
|
|
156
167
|
changes_at_title: Veranderingen bij "%{title}"
|
157
168
|
version:
|
158
169
|
version_index: Versie %{index}
|
170
|
+
events:
|
171
|
+
accountability:
|
172
|
+
proposal_linked:
|
173
|
+
email_intro: 'Het voorstel "%{proposal_title}" is in een resultaat opgenomen. Je kunt het vanaf deze pagina bekijken:'
|
174
|
+
email_outro: Je hebt deze melding ontvangen omdat je "%{proposal_title}" volgt. Je kunt stoppen met het ontvangen van meldingen na de vorige link.
|
175
|
+
email_subject: Een update voor %{proposal_title}
|
176
|
+
notification_title: Het voorstel <a href="%{proposal_path}">%{proposal_title}</a> is opgenomen in het <a href="%{resource_path}">%{resource_title}</a> resultaat.
|
159
177
|
features:
|
160
178
|
accountability:
|
161
179
|
name: Verantwoording
|
@@ -163,12 +181,21 @@ nl:
|
|
163
181
|
global:
|
164
182
|
categories_label: Naam voor "Categorieën"
|
165
183
|
comments_enabled: Reacties ingeschakeld
|
184
|
+
display_progress_enabled: Geef de voortgang weer
|
166
185
|
heading_leaf_level_results: Naam voor "Projecten"
|
167
186
|
heading_parent_level_results: Naam voor "Resultaten"
|
168
187
|
intro: Intro
|
169
188
|
subcategories_label: Naam voor "Subcategorieën"
|
170
189
|
step:
|
171
190
|
comments_blocked: Reacties geblokkeerd
|
191
|
+
participatory_processes:
|
192
|
+
participatory_process_groups:
|
193
|
+
highlighted_results:
|
194
|
+
results: resultaten
|
195
|
+
participatory_spaces:
|
196
|
+
highlighted_results:
|
197
|
+
results: resultaten
|
198
|
+
see_all_results: Bekijk alle resultaten
|
172
199
|
resource_links:
|
173
200
|
included_projects:
|
174
201
|
result_projects: Projecten opgenomen in dit resultaat
|
data/config/locales/pl.yml
CHANGED
@@ -9,9 +9,10 @@ pl:
|
|
9
9
|
end_date: Data zakończenia
|
10
10
|
progress: Postęp
|
11
11
|
project_ids: Uwzględnione projekty
|
12
|
-
|
12
|
+
proposals: Uwzględnione propozycje
|
13
13
|
start_date: Data rozpoczęcia
|
14
14
|
title: Tytuł
|
15
|
+
updated_at: Zaktualizowano na
|
15
16
|
status:
|
16
17
|
description: Opis
|
17
18
|
key: Klawisz
|
@@ -49,11 +50,17 @@ pl:
|
|
49
50
|
edit:
|
50
51
|
title: Edytuj wynik
|
51
52
|
update: Zaktualizuj wynik
|
53
|
+
form:
|
54
|
+
add_proposal: Dodaj propozycję
|
52
55
|
index:
|
53
56
|
title: wyniki
|
54
57
|
new:
|
55
58
|
create: Utwórz wynik
|
56
59
|
title: Nowy wynik
|
60
|
+
proposals:
|
61
|
+
close: Blisko
|
62
|
+
current_selection: Obecny wybór
|
63
|
+
select: Wybierz
|
57
64
|
update:
|
58
65
|
invalid: Podczas aktualizowania tego wyniku wystąpił problem
|
59
66
|
success: Wynik został zaktualizowany
|
@@ -94,6 +101,10 @@ pl:
|
|
94
101
|
update:
|
95
102
|
invalid: Podczas aktualizowania tego wpisu wystąpił problem
|
96
103
|
success: Wprowadzono pomyślnie
|
104
|
+
admin_log:
|
105
|
+
result:
|
106
|
+
create: "%{user_name} utworzony wynik %{resource_name} w %{space_name}"
|
107
|
+
update: "%{user_name} zaktualizowany wynik %{resource_name} w %{space_name}"
|
97
108
|
models:
|
98
109
|
result:
|
99
110
|
fields:
|
@@ -113,11 +124,6 @@ pl:
|
|
113
124
|
description: Opis
|
114
125
|
entry_date: Data
|
115
126
|
results:
|
116
|
-
count:
|
117
|
-
results_count:
|
118
|
-
one: 1 wynik
|
119
|
-
few: "%{count} wyników"
|
120
|
-
other: "%{count} wyników"
|
121
127
|
filters:
|
122
128
|
all: Wszystkie
|
123
129
|
scopes: Zakresy
|
@@ -157,6 +163,13 @@ pl:
|
|
157
163
|
changes_at_title: Zmiany w "%{title}"
|
158
164
|
version:
|
159
165
|
version_index: Wersja %{index}
|
166
|
+
events:
|
167
|
+
accountability:
|
168
|
+
proposal_linked:
|
169
|
+
email_intro: 'Wniosek "%{proposal_title}" został uwzględniony w wyniku. Możesz go zobaczyć na tej stronie:'
|
170
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz "%{proposal_title}". Możesz przestać otrzymywać powiadomienia po poprzednim linku.
|
171
|
+
email_subject: Aktualizacja do %{proposal_title}
|
172
|
+
notification_title: Wniosek <a href="%{proposal_path}">%{proposal_title}</a> został uwzględniony w wyniku <a href="%{resource_path}">%{resource_title}</a>.
|
160
173
|
features:
|
161
174
|
accountability:
|
162
175
|
name: Odpowiedzialność
|
@@ -164,12 +177,21 @@ pl:
|
|
164
177
|
global:
|
165
178
|
categories_label: Nazwa "Kategorie"
|
166
179
|
comments_enabled: Komentarze włączone
|
180
|
+
display_progress_enabled: Wyświetl postęp
|
167
181
|
heading_leaf_level_results: Nazwa "Projekty"
|
168
182
|
heading_parent_level_results: Nazwa "Wyniki"
|
169
183
|
intro: Intro
|
170
184
|
subcategories_label: Nazwa "Podkategorie"
|
171
185
|
step:
|
172
186
|
comments_blocked: Komentarze zablokowane
|
187
|
+
participatory_processes:
|
188
|
+
participatory_process_groups:
|
189
|
+
highlighted_results:
|
190
|
+
results: Wyniki
|
191
|
+
participatory_spaces:
|
192
|
+
highlighted_results:
|
193
|
+
results: Wyniki
|
194
|
+
see_all_results: Zobacz wszystkie wyniki
|
173
195
|
resource_links:
|
174
196
|
included_projects:
|
175
197
|
result_projects: Projekty uwzględnione w tym wyniku
|
data/config/locales/pt-BR.yml
CHANGED
@@ -9,9 +9,10 @@ pt-BR:
|
|
9
9
|
end_date: Data final
|
10
10
|
progress: Progresso
|
11
11
|
project_ids: Projetos incluídos
|
12
|
-
|
12
|
+
proposals: Propostas incluídas
|
13
13
|
start_date: Data de início
|
14
14
|
title: Título
|
15
|
+
updated_at: Atualizado em
|
15
16
|
status:
|
16
17
|
description: Descrição
|
17
18
|
key: Chave
|
@@ -49,11 +50,17 @@ pt-BR:
|
|
49
50
|
edit:
|
50
51
|
title: Editar resultado
|
51
52
|
update: Atualizar resultado
|
53
|
+
form:
|
54
|
+
add_proposal: Adicionar proposta
|
52
55
|
index:
|
53
56
|
title: Resultados
|
54
57
|
new:
|
55
58
|
create: Criar resultado
|
56
59
|
title: Novo resultado
|
60
|
+
proposals:
|
61
|
+
close: Fechar
|
62
|
+
current_selection: Seleção atual
|
63
|
+
select: Selecione
|
57
64
|
update:
|
58
65
|
invalid: Ocorreu um problema ao atualizar este resultado
|
59
66
|
success: Resultado atualizado com sucesso
|
@@ -94,6 +101,10 @@ pt-BR:
|
|
94
101
|
update:
|
95
102
|
invalid: Ocorreu um problema ao atualizar esta entrada
|
96
103
|
success: Entrada atualizada com sucesso
|
104
|
+
admin_log:
|
105
|
+
result:
|
106
|
+
create: "%{user_name} resultado criado %{resource_name} em %{space_name}"
|
107
|
+
update: "%{user_name} resultado atualizado %{resource_name} em %{space_name}"
|
97
108
|
models:
|
98
109
|
result:
|
99
110
|
fields:
|
@@ -156,6 +167,13 @@ pt-BR:
|
|
156
167
|
changes_at_title: Alterações em "%{title}"
|
157
168
|
version:
|
158
169
|
version_index: Versão %{index}
|
170
|
+
events:
|
171
|
+
accountability:
|
172
|
+
proposal_linked:
|
173
|
+
email_intro: 'A proposta "%{proposal_title}" foi incluída em um resultado. Você pode vê-lo a partir desta página:'
|
174
|
+
email_outro: Você recebeu esta notificação porque está seguindo "%{proposal_title}". Você pode parar de receber notificações após o link anterior.
|
175
|
+
email_subject: Uma atualização para %{proposal_title}
|
176
|
+
notification_title: A proposta <a href="%{proposal_path}">%{proposal_title}</a> foi incluída no resultado <a href="%{resource_path}">%{resource_title}</a>.
|
159
177
|
features:
|
160
178
|
accountability:
|
161
179
|
name: Prestação de contas
|
@@ -163,12 +181,21 @@ pt-BR:
|
|
163
181
|
global:
|
164
182
|
categories_label: Nome para "Categorias"
|
165
183
|
comments_enabled: Comentários ativados
|
184
|
+
display_progress_enabled: Mostrar progresso
|
166
185
|
heading_leaf_level_results: Nome para "Projetos"
|
167
186
|
heading_parent_level_results: Nome para "Resultados"
|
168
187
|
intro: Introdução
|
169
188
|
subcategories_label: Nome para "Subcategorias"
|
170
189
|
step:
|
171
190
|
comments_blocked: Comentários bloqueados
|
191
|
+
participatory_processes:
|
192
|
+
participatory_process_groups:
|
193
|
+
highlighted_results:
|
194
|
+
results: Resultados
|
195
|
+
participatory_spaces:
|
196
|
+
highlighted_results:
|
197
|
+
results: Resultados
|
198
|
+
see_all_results: Ver todos os resultados
|
172
199
|
resource_links:
|
173
200
|
included_projects:
|
174
201
|
result_projects: Projetos incluídos neste resultado
|