decidim-accountability 0.20.0 → 0.23.1.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/accountability/admin/accountability_admin.js.es6 +6 -42
- data/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss +8 -1
- data/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss +8 -0
- data/app/assets/stylesheets/decidim/accountability/accountability/_results.scss +0 -3
- data/app/cells/decidim/accountability/highlighted_results_for_component/show.erb +3 -3
- data/app/cells/decidim/accountability/highlighted_results_for_component_cell.rb +1 -1
- data/app/commands/decidim/accountability/admin/create_imported_result.rb +106 -0
- data/app/commands/decidim/accountability/admin/update_imported_result.rb +110 -0
- data/app/controllers/decidim/accountability/admin/import_results_controller.rb +34 -0
- data/app/controllers/decidim/accountability/admin/results_controller.rb +2 -20
- data/app/controllers/decidim/accountability/results_controller.rb +0 -1
- data/app/controllers/decidim/accountability/versions_controller.rb +7 -8
- data/app/forms/decidim/accountability/admin/result_form.rb +3 -9
- data/app/helpers/decidim/accountability/admin/application_helper.rb +13 -0
- data/app/helpers/decidim/accountability/application_helper.rb +1 -1
- data/app/jobs/application_job.rb +4 -0
- data/app/jobs/decidim/accountability/admin/import_results_csv_job.rb +19 -0
- data/app/mailers/decidim/accountability/import_mailer.rb +26 -0
- data/app/models/decidim/accountability/result.rb +4 -1
- data/app/models/decidim/accountability/status.rb +3 -0
- data/app/models/decidim/accountability/timeline_entry.rb +3 -0
- data/app/queries/decidim/accountability/metrics/results_metric_manage.rb +2 -8
- data/app/services/decidim/accountability/result_search.rb +2 -20
- data/app/services/decidim/accountability/result_stats_calculator.rb +1 -1
- data/app/services/decidim/accountability/results_csv_importer.rb +139 -0
- data/app/types/decidim/accountability/accountability_type.rb +32 -0
- data/app/types/decidim/accountability/result_type.rb +35 -0
- data/app/types/decidim/accountability/status_type.rb +20 -0
- data/app/types/decidim/accountability/timeline_entry_type.rb +18 -0
- data/app/views/decidim/accountability/admin/import_results/new.html.erb +22 -0
- data/app/views/decidim/accountability/admin/results/_form.html.erb +3 -7
- data/app/views/decidim/accountability/admin/results/index.html.erb +3 -0
- data/app/views/decidim/accountability/admin/results/proposals_picker.html.erb +1 -0
- data/app/views/decidim/accountability/import_mailer/import.html.erb +25 -0
- data/app/views/decidim/accountability/results/_linked_results.html.erb +1 -1
- data/app/views/decidim/accountability/results/_results_leaf.html.erb +5 -5
- data/app/views/decidim/accountability/results/_results_parent.html.erb +2 -2
- data/app/views/decidim/accountability/results/_scope_filters.html.erb +17 -4
- data/app/views/decidim/accountability/results/_search.html.erb +3 -3
- data/app/views/decidim/accountability/results/_stats_box.html.erb +11 -5
- data/app/views/decidim/accountability/results/_timeline.html.erb +2 -2
- data/app/views/decidim/accountability/versions/index.html.erb +7 -25
- data/app/views/decidim/accountability/versions/show.html.erb +9 -31
- data/app/views/decidim/participatory_spaces/_result.html.erb +3 -3
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -24
- data/config/locales/bg-BG.yml +220 -0
- data/config/locales/bg.yml +226 -0
- data/config/locales/ca.yml +22 -22
- data/config/locales/cs.yml +48 -48
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +22 -22
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +224 -0
- data/config/locales/en.yml +22 -22
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +22 -22
- data/config/locales/es-PY.yml +22 -22
- data/config/locales/es.yml +22 -22
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +1 -24
- data/config/locales/fi-plain.yml +22 -22
- data/config/locales/fi.yml +35 -35
- data/config/locales/fr-CA.yml +226 -0
- data/config/locales/fr.yml +22 -22
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +1 -24
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +19 -22
- data/config/locales/id-ID.yml +1 -24
- data/config/locales/is-IS.yml +177 -0
- data/config/locales/is.yml +177 -0
- data/config/locales/it.yml +40 -40
- data/config/locales/ja-JP.yml +222 -0
- data/config/locales/ja.yml +224 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +218 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +21 -22
- data/config/locales/no.yml +26 -28
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +75 -75
- data/config/locales/pt-BR.yml +2 -25
- data/config/locales/pt.yml +60 -62
- data/config/locales/ro-RO.yml +224 -0
- data/config/locales/ru.yml +1 -24
- data/config/locales/sk-SK.yml +224 -0
- data/config/locales/sk.yml +207 -0
- data/config/locales/sl.yml +130 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +205 -0
- data/config/locales/sv.yml +22 -24
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -24
- data/config/locales/uk.yml +1 -21
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +223 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20200320105903_index_foreign_keys_in_decidim_accountability_results.rb +7 -0
- data/db/migrate/20200827154103_add_commentable_counter_cache_to_results.rb +9 -0
- data/lib/decidim/accountability/admin_engine.rb +4 -3
- data/lib/decidim/accountability/component.rb +7 -1
- data/lib/decidim/accountability/engine.rb +0 -1
- data/lib/decidim/accountability/test/factories.rb +3 -1
- data/lib/decidim/accountability/version.rb +1 -1
- metadata +85 -28
- data/app/controllers/decidim/accountability/result_widgets_controller.rb +0 -19
- data/app/views/decidim/accountability/admin/results/_proposals.html.erb +0 -12
- data/app/views/decidim/accountability/versions/_version.html.erb +0 -20
@@ -0,0 +1,177 @@
|
|
1
|
+
is:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
result:
|
5
|
+
decidim_accountability_status_id: Staða
|
6
|
+
decidim_category_id: Flokkur
|
7
|
+
decidim_scope_id: Umfang
|
8
|
+
description: Lýsing
|
9
|
+
end_date: Loka dagsetning
|
10
|
+
progress: Framfarir
|
11
|
+
project_ids: Innifalið verkefni
|
12
|
+
proposals: Innifalið tillögur
|
13
|
+
start_date: Upphafsdagur
|
14
|
+
title: Titill
|
15
|
+
updated_at: Uppfært á
|
16
|
+
status:
|
17
|
+
description: Lýsing
|
18
|
+
key: Lykill
|
19
|
+
name: Nafn
|
20
|
+
progress: Framfarir
|
21
|
+
timeline_entry:
|
22
|
+
description: Lýsing
|
23
|
+
entry_date: Dagsetning
|
24
|
+
decidim:
|
25
|
+
accountability:
|
26
|
+
actions:
|
27
|
+
confirm_destroy: Ertu viss um að þú viljir eyða þessu %{name}?
|
28
|
+
destroy: Eyða
|
29
|
+
edit: Breyta
|
30
|
+
new: Nýtt %{name}
|
31
|
+
preview: Preview
|
32
|
+
timeline_entries: Verkefnisþróun
|
33
|
+
title: Aðgerðir
|
34
|
+
admin:
|
35
|
+
exports:
|
36
|
+
results: Niðurstöður
|
37
|
+
models:
|
38
|
+
result:
|
39
|
+
name: Niðurstaða
|
40
|
+
status:
|
41
|
+
name: Staða
|
42
|
+
timeline_entry:
|
43
|
+
name: Tímalína færsla
|
44
|
+
results:
|
45
|
+
create:
|
46
|
+
success: Niðurstaða búin til
|
47
|
+
destroy:
|
48
|
+
success: Niðurstaða tókst að eyða
|
49
|
+
edit:
|
50
|
+
title: Breyta niðurstöðum
|
51
|
+
update: Uppfæra niðurstöðu
|
52
|
+
index:
|
53
|
+
title: Niðurstöður
|
54
|
+
new:
|
55
|
+
create: Búa til niðurstöðu
|
56
|
+
title: Nýtt niðurstaða
|
57
|
+
update:
|
58
|
+
success: Niðurstaða tókst að uppfæra
|
59
|
+
shared:
|
60
|
+
subnav:
|
61
|
+
statuses: Staða
|
62
|
+
statuses:
|
63
|
+
create:
|
64
|
+
success: Staða búin til
|
65
|
+
destroy:
|
66
|
+
success: Staða var eytt
|
67
|
+
edit:
|
68
|
+
title: Breyta stöðu
|
69
|
+
update: Uppfæra stöðu
|
70
|
+
index:
|
71
|
+
title: Staða
|
72
|
+
new:
|
73
|
+
create: Búa til stöðu
|
74
|
+
title: Ný staða
|
75
|
+
update:
|
76
|
+
success: Staða uppfærður með góðum árangri
|
77
|
+
timeline_entries:
|
78
|
+
create:
|
79
|
+
success: Uppfærsla búin til með góðum árangri
|
80
|
+
destroy:
|
81
|
+
success: Innslátt tókst eytt
|
82
|
+
edit:
|
83
|
+
title: Breyta færslu
|
84
|
+
update: Uppfæra færslu
|
85
|
+
index:
|
86
|
+
title: Verkefni tímalína færslur
|
87
|
+
new:
|
88
|
+
create: Búðu til færslu
|
89
|
+
title: Ný færsla
|
90
|
+
update:
|
91
|
+
success: Uppfærsla uppfærð með góðum árangri
|
92
|
+
admin_log:
|
93
|
+
result:
|
94
|
+
create: "%{user_name} búið til afleiðing %{resource_name} í %{space_name}"
|
95
|
+
delete: "%{user_name} eytt %{resource_name} niðurstöðu í %{space_name}"
|
96
|
+
update: "%{user_name} uppfært niðurstaða %{resource_name} í %{space_name}"
|
97
|
+
value_types:
|
98
|
+
parent_presenter:
|
99
|
+
not_found: 'Móðirin fannst ekki í gagnagrunninum (ID: %{id})'
|
100
|
+
models:
|
101
|
+
result:
|
102
|
+
fields:
|
103
|
+
end_date: Loka dagsetning
|
104
|
+
progress: Framfarir
|
105
|
+
start_date: Upphafsdagur
|
106
|
+
status: Staða
|
107
|
+
title: Titill
|
108
|
+
status:
|
109
|
+
fields:
|
110
|
+
description: Lýsing
|
111
|
+
key: Lykill
|
112
|
+
name: Nafn
|
113
|
+
progress: Framfarir
|
114
|
+
timeline_entry:
|
115
|
+
fields:
|
116
|
+
description: Lýsing
|
117
|
+
entry_date: Dagsetning
|
118
|
+
results:
|
119
|
+
count:
|
120
|
+
results_count:
|
121
|
+
one: 1 niðurstaða
|
122
|
+
other: "%{count} niðurstöður"
|
123
|
+
filters:
|
124
|
+
all: Allt
|
125
|
+
scopes: Scopes
|
126
|
+
home:
|
127
|
+
categories_label: Flokkar
|
128
|
+
subcategories_label: Undirflokka
|
129
|
+
home_header:
|
130
|
+
global_status: Global framkvæmdastaða
|
131
|
+
nav_breadcrumb:
|
132
|
+
global: Global framkvæmd
|
133
|
+
search:
|
134
|
+
search: Leitaðu að aðgerðum
|
135
|
+
show:
|
136
|
+
stats:
|
137
|
+
attendees: Dómarar
|
138
|
+
back_to_resource: Fara aftur til niðurstöðu
|
139
|
+
comments: Athugasemdir
|
140
|
+
contributions: Framlög
|
141
|
+
last_edited_by: Síðast breytt af
|
142
|
+
last_updated_at: Síðast uppfært á
|
143
|
+
meetings: Fundir
|
144
|
+
proposals: Tillögur
|
145
|
+
votes: Styður
|
146
|
+
timeline:
|
147
|
+
title: Verkefnisþróun
|
148
|
+
components:
|
149
|
+
accountability:
|
150
|
+
name: Ábyrgð
|
151
|
+
settings:
|
152
|
+
global:
|
153
|
+
categories_label: Nafn fyrir "Flokkar"
|
154
|
+
comments_enabled: Athugasemdir virkt
|
155
|
+
display_progress_enabled: Sýna framfarir
|
156
|
+
heading_leaf_level_results: Nafn fyrir "Verkefni"
|
157
|
+
heading_parent_level_results: Nafn fyrir "Úrslit"
|
158
|
+
intro: Intro
|
159
|
+
subcategories_label: Nafn fyrir "undirflokka"
|
160
|
+
step:
|
161
|
+
comments_blocked: Athugasemdir læst
|
162
|
+
events:
|
163
|
+
accountability:
|
164
|
+
proposal_linked:
|
165
|
+
email_intro: 'Tillagan "%{proposal_title}" hefur verið hluti af niðurstöðu. Þú getur séð það frá þessari síðu:'
|
166
|
+
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með "%{proposal_title}". Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
|
167
|
+
email_subject: Uppfærsla á %{proposal_title}
|
168
|
+
notification_title: Tillagan <a href="%{proposal_path}">%{proposal_title}</a> hefur verið innifalinn í <a href="%{resource_path}">%{resource_title}</a> niðurstöðum.
|
169
|
+
participatory_processes:
|
170
|
+
participatory_process_groups:
|
171
|
+
highlighted_results:
|
172
|
+
results: Niðurstöður
|
173
|
+
resource_links:
|
174
|
+
included_projects:
|
175
|
+
result_project: Verkefni í þessari niðurstöðu
|
176
|
+
included_proposals:
|
177
|
+
result_proposal: Tillögur innifalnar í þessari niðurstöðu
|
data/config/locales/it.yml
CHANGED
@@ -6,13 +6,13 @@ it:
|
|
6
6
|
decidim_category_id: Categoria
|
7
7
|
decidim_scope_id: Obiettivi
|
8
8
|
description: Descrizione
|
9
|
-
end_date: Data
|
9
|
+
end_date: Data di fine
|
10
10
|
progress: Progresso
|
11
11
|
project_ids: Progetti inclusi
|
12
12
|
proposals: Proposte incluse
|
13
13
|
start_date: Data di inizio
|
14
14
|
title: Nome
|
15
|
-
updated_at: Aggiornato
|
15
|
+
updated_at: Aggiornato al
|
16
16
|
status:
|
17
17
|
description: Descrizione
|
18
18
|
key: Chiave
|
@@ -35,6 +35,7 @@ it:
|
|
35
35
|
confirm_destroy: Sei sicuro di voler eliminare questo %{name}?
|
36
36
|
destroy: Cancella
|
37
37
|
edit: Modifica
|
38
|
+
import_csv: Importa da file CSV
|
38
39
|
new: Nuovo %{name}
|
39
40
|
preview: Anteprima
|
40
41
|
timeline_entries: Evoluzione del progetto
|
@@ -42,13 +43,22 @@ it:
|
|
42
43
|
admin:
|
43
44
|
exports:
|
44
45
|
results: Risultati
|
46
|
+
import_results:
|
47
|
+
new:
|
48
|
+
import: Importa
|
49
|
+
info: "<p>Si consiglia di seguire questi passaggi:</p><ol><li>Creare gli Stati per i risultati che si desidera aggiungere (<a href='%{link_new_status}' target='_blank'>link</a>)</li><li>Creare manualmente almeno un risultato attraverso questo pannello di amministrazione (<a href='%{link_new_result}' target='_blank'>link</a>) prima di utilizzare Import, per avere una migliore comprensione del formato e di ciò che è necessario compilare.</li><li>Scarica l'esportazione nel formato CSV (%{link_export_csv})</li><li>Effettua le modifiche localmente. È possibile modificare solo le seguenti colonne del CSV:</li></ol><ul><li><b>categoria/id:</b> ID per la categoria</li><li><b>scope/id:</b> ID per l'ambito</li><li><b>parent/id:</b> ID dell'origine (per i risultati correlati). Opzionale</li><li><b>titolo/I18N:</b> Titolo sulla lingua X</li><li><b>descrizione/I18N:</b> Descrizione sulla lingua X</li><li><b>start_date:</b> data in cui il risultato inizia l'esecuzione (formato YYYY-MM-DD)</li><li><b>end_date:</b> data in cui il risultato termina l'esecuzione (formato AAAA-MM-DD)</li><li><b>status/id:</b> ID dello stato per questo risultato</li><li><b>progresso:</b> Percentuale (da 0 a 100) dell'esecuzione</li><li><b>proposte_ids:</b> ID interno delle relative proposte (separate da una virgola). Viene convertito automaticamente in <span class='attribute-name'>proposal_url</span></li></ul>"
|
50
|
+
link: collegamento
|
51
|
+
title: Importa risultati da CSV
|
52
|
+
imports:
|
53
|
+
create:
|
54
|
+
success: L'importazione del file è iniziata. Riceverai un'email nei prossimi minuti con l'esito
|
45
55
|
models:
|
46
56
|
result:
|
47
57
|
name: Risultato
|
48
58
|
status:
|
49
59
|
name: Stato
|
50
60
|
timeline_entry:
|
51
|
-
name:
|
61
|
+
name: Voce della cronologia
|
52
62
|
results:
|
53
63
|
create:
|
54
64
|
invalid: C'è stato un problema durante la creazione di questo risultato
|
@@ -58,23 +68,17 @@ it:
|
|
58
68
|
edit:
|
59
69
|
title: Modifica il risultato
|
60
70
|
update: Aggiorna il risultato
|
61
|
-
form:
|
62
|
-
add_proposal: Aggiungi proposta
|
63
71
|
index:
|
64
72
|
title: Risultati
|
65
73
|
new:
|
66
74
|
create: Crea un risultato
|
67
75
|
title: Nuovo risultato
|
68
|
-
proposals:
|
69
|
-
close: Vicino
|
70
|
-
current_selection: Selezione corrente
|
71
|
-
select: Selezionare
|
72
76
|
update:
|
73
77
|
invalid: C'è stato un problema durante l'aggiornamento di questo risultato
|
74
78
|
success: Risultato modificato con successo
|
75
79
|
shared:
|
76
80
|
subnav:
|
77
|
-
statuses:
|
81
|
+
statuses: Stati
|
78
82
|
statuses:
|
79
83
|
create:
|
80
84
|
invalid: C'è stato un problema nella creazione di questo stato
|
@@ -87,7 +91,7 @@ it:
|
|
87
91
|
index:
|
88
92
|
title: Status
|
89
93
|
new:
|
90
|
-
create: Crea
|
94
|
+
create: Crea stato
|
91
95
|
title: Nuovo stato
|
92
96
|
update:
|
93
97
|
invalid: C'è stato un problema nel aggiornamento di questo stato
|
@@ -111,18 +115,25 @@ it:
|
|
111
115
|
success: Voce aggiornata con successo
|
112
116
|
admin_log:
|
113
117
|
result:
|
114
|
-
create: "%{user_name}
|
115
|
-
delete: "%{user_name} eliminato il risultato %{resource_name} in %{space_name}"
|
116
|
-
update: "%{user_name}
|
118
|
+
create: "%{user_name} ha creato il risultato %{resource_name} in %{space_name}"
|
119
|
+
delete: "%{user_name} ha eliminato il risultato %{resource_name} in %{space_name}"
|
120
|
+
update: "%{user_name} ha aggiornato il risultato %{resource_name} in %{space_name}"
|
117
121
|
value_types:
|
118
122
|
parent_presenter:
|
119
123
|
not_found: 'Il genitore non è stato trovato sul database (ID: %{id})'
|
124
|
+
import_mailer:
|
125
|
+
import:
|
126
|
+
errors: Errori
|
127
|
+
errors_present: Si è verificato un problema durante l'importazione dei risultati
|
128
|
+
row_number: Riga
|
129
|
+
subject: Importazione dei risultati riuscita
|
130
|
+
success: Importazione riuscita dei risultati. È possibile rivedere i risultati nell'interfaccia di amministrazione.
|
120
131
|
last_activity:
|
121
132
|
new_result_at_html: "<span>Nuovo risultato a %{link}</span>"
|
122
133
|
models:
|
123
134
|
result:
|
124
135
|
fields:
|
125
|
-
end_date: Data
|
136
|
+
end_date: Data di fine
|
126
137
|
progress: Avanzamento
|
127
138
|
start_date: Data di inizio
|
128
139
|
status: Stato
|
@@ -143,44 +154,30 @@ it:
|
|
143
154
|
one: 1 risultato
|
144
155
|
other: "%{count} risultati"
|
145
156
|
filters:
|
146
|
-
all:
|
157
|
+
all: Tutti
|
147
158
|
scopes: Ambiti
|
148
159
|
home:
|
149
160
|
categories_label: Categorie
|
150
|
-
subcategories_label:
|
161
|
+
subcategories_label: Sottocategorie
|
151
162
|
home_header:
|
152
163
|
global_status: Stato di esecuzione globale
|
153
164
|
nav_breadcrumb:
|
154
|
-
global:
|
165
|
+
global: Esecuzione globale
|
155
166
|
search:
|
156
167
|
search: Cerca azioni
|
157
168
|
show:
|
158
169
|
stats:
|
159
170
|
attendees: Partecipanti
|
160
|
-
|
171
|
+
back_to_resource: Torna al risultato
|
161
172
|
comments: Commenti
|
162
173
|
contributions: Contributi
|
163
|
-
last_edited_by: Ultima modifica
|
174
|
+
last_edited_by: Ultima modifica del
|
164
175
|
last_updated_at: Ultimo aggiornamento alle
|
165
176
|
meetings: Riunioni
|
166
|
-
number_of_versions: versioni
|
167
177
|
proposals: Proposte
|
168
|
-
show_all_versions: Mostra tutte le versioni
|
169
|
-
version_author: Autore della versione
|
170
|
-
version_created_at: Versione creata il
|
171
|
-
version_number: Numero della versione
|
172
|
-
version_number_out_of_total: "%{current_version} su %{total_count}"
|
173
178
|
votes: Voti
|
174
179
|
timeline:
|
175
180
|
title: Evoluzione del progetto
|
176
|
-
versions:
|
177
|
-
index:
|
178
|
-
changes_at_title: Modifiche a "%{title}"
|
179
|
-
title: versioni
|
180
|
-
show:
|
181
|
-
changes_at_title: Modifiche a "%{title}"
|
182
|
-
version:
|
183
|
-
version_index: Versione %{index}
|
184
181
|
components:
|
185
182
|
accountability:
|
186
183
|
name: Accountability
|
@@ -188,10 +185,13 @@ it:
|
|
188
185
|
global:
|
189
186
|
categories_label: Nome per "Categorie"
|
190
187
|
comments_enabled: Commenti abilitati
|
191
|
-
|
188
|
+
comments_max_length: Lunghezza massima dei commenti (Lasciare 0 per il valore predefinito)
|
189
|
+
display_progress_enabled: Mostra avanzamento
|
192
190
|
heading_leaf_level_results: Nome per "Progetti"
|
193
191
|
heading_parent_level_results: Nome per "Risultati"
|
194
|
-
intro:
|
192
|
+
intro: Introduzione
|
193
|
+
scope_id: Ambito
|
194
|
+
scopes_enabled: Ambiti abilitati
|
195
195
|
subcategories_label: Nome per "Sottocategorie"
|
196
196
|
step:
|
197
197
|
comments_blocked: Commenti bloccati
|
@@ -205,20 +205,20 @@ it:
|
|
205
205
|
result_progress_updated:
|
206
206
|
email_intro: 'Il risultato "%{resource_title}", che include la proposta "%{proposal_title}", è ora completo al %{progress}%. Puoi vederlo da questa pagina:'
|
207
207
|
email_outro: Hai ricevuto questa notifica perché stai seguendo "%{proposal_title}" e questa proposta è inclusa nel risultato "%{resource_title}". È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
208
|
-
email_subject: Un aggiornamento
|
208
|
+
email_subject: Un aggiornamento dell'avanzamento di %{resource_title}
|
209
209
|
notification_title: Il risultato <a href="%{resource_path}">%{resource_title}</a>, che include la proposta <a href="%{proposal_path}">%{proposal_title}</a>, è ora completo al %{progress}%.
|
210
210
|
metrics:
|
211
211
|
results:
|
212
212
|
description: Numero di risultati generati
|
213
213
|
object: risultati
|
214
|
-
title:
|
214
|
+
title: Risultati
|
215
215
|
participatory_processes:
|
216
216
|
participatory_process_groups:
|
217
217
|
highlighted_results:
|
218
|
-
results:
|
218
|
+
results: Risultati
|
219
219
|
participatory_spaces:
|
220
220
|
highlighted_results:
|
221
|
-
see_all: Vedi
|
221
|
+
see_all: Vedi tutti i risultati (%{count})
|
222
222
|
resource_links:
|
223
223
|
included_projects:
|
224
224
|
result_project: Progetti inclusi in questo risultato
|
@@ -0,0 +1,222 @@
|
|
1
|
+
ja:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
result:
|
5
|
+
decidim_accountability_status_id: ステータス
|
6
|
+
decidim_category_id: カテゴリ
|
7
|
+
decidim_scope_id: スコープ
|
8
|
+
description: 説明
|
9
|
+
end_date: 終了日
|
10
|
+
progress: 進捗状況
|
11
|
+
project_ids: 含まれるプロジェクト
|
12
|
+
proposals: 含まれる提案
|
13
|
+
start_date: 開始日
|
14
|
+
title: タイトル
|
15
|
+
updated_at: 更新日時
|
16
|
+
status:
|
17
|
+
description: 説明
|
18
|
+
key: キー
|
19
|
+
name: 名前
|
20
|
+
progress: 進捗状況
|
21
|
+
timeline_entry:
|
22
|
+
description: 説明
|
23
|
+
entry_date: 日付
|
24
|
+
models:
|
25
|
+
decidim/accountability/proposal_linked_event: 結果に提案を含めます
|
26
|
+
decidim/accountability/result_progress_updated_event: 結果の進捗状況が更新されました
|
27
|
+
activerecord:
|
28
|
+
models:
|
29
|
+
decidim/accountability/result:
|
30
|
+
other: 結果
|
31
|
+
decidim:
|
32
|
+
accountability:
|
33
|
+
actions:
|
34
|
+
confirm_destroy: この %{name} を削除してもよろしいですか?
|
35
|
+
destroy: 削除
|
36
|
+
edit: 編集
|
37
|
+
import_csv: CSVをインポート
|
38
|
+
new: 新しい %{name}
|
39
|
+
preview: プレビュー
|
40
|
+
timeline_entries: プロジェクトの進化
|
41
|
+
title: アクション
|
42
|
+
admin:
|
43
|
+
exports:
|
44
|
+
results: 結果
|
45
|
+
import_results:
|
46
|
+
new:
|
47
|
+
import: インポート
|
48
|
+
info: "<p>以下の手順をお勧めします:</p><ol><li>追加したい結果のステータスを作成する (<a href='%{link_new_status}' target='_blank'>link</a>)</li><li>この管理ページを使用して、少なくとも1つの結果を手動で作成します。 (<a href='%{link_new_result}' target='_blank'>link</a>) インポートを使用する前に、フォーマットと何を記入する必要があるかをよりよく理解してください。</li><li>CSV形式でエクスポートをダウンロードしてください。 (%{link_export_csv})</li><li>ローカルで変更を行います。変更できるのは、CSVの次の列のみです:</li></ol><ul><li><b>category/id:</b> CategoryのID</li><li><b>scope/id:</b> Scope の ID</li><li><b>parent/id:</b> 関連する結果の親ID。任意</li><li><b>title/I18N:</b> 言語Xのタイトル</li><li><b>description/I18N:</b> 言語XのDescription</li><li><b>start_date:</b> 結果の効力が開始される日 (format YYYY-MM-DD)</li><li><b>end_date:</b> 結果の効力が失われる日 (format YYYY-MM-DD)</li><li><b>status/id:</b> 結果のステータスID</li><li><b>progress:</b> 進行のパーセンテージ(0 から 100)</li><li><b>proposals_ids:</b> 提案に関連する内部ID(カンマ区切り)。 自動的に <span class='attribute-name'>proposal_url</span> に変換されます。</li></ul>"
|
49
|
+
link: リンク
|
50
|
+
title: CSVから結果をインポート
|
51
|
+
imports:
|
52
|
+
create:
|
53
|
+
success: ファイルのインポートが開始されました。インポートの結果、数分後にメールが届きます。
|
54
|
+
models:
|
55
|
+
result:
|
56
|
+
name: 結果
|
57
|
+
status:
|
58
|
+
name: ステータス
|
59
|
+
timeline_entry:
|
60
|
+
name: タイムラインのエントリ
|
61
|
+
results:
|
62
|
+
create:
|
63
|
+
invalid: この結果を作成する際に問題が発生しました
|
64
|
+
success: 結果を作成しました
|
65
|
+
destroy:
|
66
|
+
success: 結果を削除しました
|
67
|
+
edit:
|
68
|
+
title: 結果を編集
|
69
|
+
update: 結果を更新
|
70
|
+
index:
|
71
|
+
title: 結果
|
72
|
+
new:
|
73
|
+
create: 結果を作成
|
74
|
+
title: 新しい結果
|
75
|
+
update:
|
76
|
+
invalid: この結果の更新中に問題が発生しました
|
77
|
+
success: 結果を更新しました
|
78
|
+
shared:
|
79
|
+
subnav:
|
80
|
+
statuses: Statuses
|
81
|
+
statuses:
|
82
|
+
create:
|
83
|
+
invalid: ステータスの作成中に問題が発生しました
|
84
|
+
success: ステータスが正常に作成されました
|
85
|
+
destroy:
|
86
|
+
success: ステータスが削除されました
|
87
|
+
edit:
|
88
|
+
title: ステータスの編集
|
89
|
+
update: ステータスを更新
|
90
|
+
index:
|
91
|
+
title: Statuses
|
92
|
+
new:
|
93
|
+
create: 状態を作成
|
94
|
+
title: 新しいステータス
|
95
|
+
update:
|
96
|
+
invalid: ステータスの更新中に問題が発生しました
|
97
|
+
success: ステータスが正常に更新されました
|
98
|
+
timeline_entries:
|
99
|
+
create:
|
100
|
+
invalid: このエントリの作成中に問題が発生しました
|
101
|
+
success: Entry successfully created
|
102
|
+
destroy:
|
103
|
+
success: Entry successfully deleted
|
104
|
+
edit:
|
105
|
+
title: エントリを編集
|
106
|
+
update: エントリを更新
|
107
|
+
index:
|
108
|
+
title: プロジェクトのタイムライン項目
|
109
|
+
new:
|
110
|
+
create: エントリを作成
|
111
|
+
title: 新しい項目
|
112
|
+
update:
|
113
|
+
invalid: このエントリの更新中に問題が発生しました
|
114
|
+
success: Entry successfully updated
|
115
|
+
admin_log:
|
116
|
+
result:
|
117
|
+
create: "%{user_name} が結果 %{resource_name} を %{space_name} に作成しました"
|
118
|
+
delete: "%{user_name} が %{resource_name} の結果 %{space_name} を削除しました"
|
119
|
+
update: "%{user_name} の結果 %{resource_name} を %{space_name} に更新しました"
|
120
|
+
value_types:
|
121
|
+
parent_presenter:
|
122
|
+
not_found: '親がデータベース上に見つかりませんでした (ID: %{id})'
|
123
|
+
import_mailer:
|
124
|
+
import:
|
125
|
+
errors: エラー
|
126
|
+
errors_present: 結果のインポート中に問題が発生しました
|
127
|
+
row_number: 行
|
128
|
+
subject: 結果のインポートに成功しました
|
129
|
+
success: 結果のインポートに成功しました。管理画面で結果を確認できます。
|
130
|
+
last_activity:
|
131
|
+
new_result_at_html: "<span>新しい結果 %{link}</span>"
|
132
|
+
models:
|
133
|
+
result:
|
134
|
+
fields:
|
135
|
+
end_date: 終了日
|
136
|
+
progress: 進捗状況
|
137
|
+
start_date: 開始日
|
138
|
+
status: ステータス
|
139
|
+
title: タイトル
|
140
|
+
status:
|
141
|
+
fields:
|
142
|
+
description: 説明
|
143
|
+
key: キー
|
144
|
+
name: 名前
|
145
|
+
progress: 進捗状況
|
146
|
+
timeline_entry:
|
147
|
+
fields:
|
148
|
+
description: 説明
|
149
|
+
entry_date: 日付
|
150
|
+
results:
|
151
|
+
count:
|
152
|
+
results_count:
|
153
|
+
other: "%{count} 件の結果"
|
154
|
+
filters:
|
155
|
+
all: すべて
|
156
|
+
scopes: スコープ
|
157
|
+
home:
|
158
|
+
categories_label: カテゴリ
|
159
|
+
subcategories_label: サブカテゴリ
|
160
|
+
home_header:
|
161
|
+
global_status: グローバル実行状況
|
162
|
+
nav_breadcrumb:
|
163
|
+
global: グローバル実行
|
164
|
+
search:
|
165
|
+
search: アクションを検索
|
166
|
+
show:
|
167
|
+
stats:
|
168
|
+
attendees: 参加者
|
169
|
+
back_to_resource: 結果に戻る
|
170
|
+
comments: コメント
|
171
|
+
contributions: 貢献
|
172
|
+
last_edited_by: '最終編集者:'
|
173
|
+
last_updated_at: 最終更新日時
|
174
|
+
meetings: ミーティング
|
175
|
+
proposals: 提案
|
176
|
+
votes: サポート
|
177
|
+
timeline:
|
178
|
+
title: プロジェクトの進化
|
179
|
+
components:
|
180
|
+
accountability:
|
181
|
+
name: Accountability
|
182
|
+
settings:
|
183
|
+
global:
|
184
|
+
categories_label: '「カテゴリ」の名前'
|
185
|
+
comments_enabled: コメントは有効です
|
186
|
+
comments_max_length: コメント最大長 (デフォルト値は 0 のまま)
|
187
|
+
display_progress_enabled: 進行状況を表示
|
188
|
+
heading_leaf_level_results: プロジェクトの名前
|
189
|
+
heading_parent_level_results: 検索結果の名前
|
190
|
+
intro: はじめに
|
191
|
+
subcategories_label: サブカテゴリの名前
|
192
|
+
step:
|
193
|
+
comments_blocked: コメントがブロックされました
|
194
|
+
events:
|
195
|
+
accountability:
|
196
|
+
proposal_linked:
|
197
|
+
email_intro: '提案「%{proposal_title}」が結果に含まれています。このページから見ることができます:'
|
198
|
+
email_outro: '「%{proposal_title}」をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止できます。'
|
199
|
+
email_subject: '%{proposal_title} への更新'
|
200
|
+
notification_title: 提案 <a href="%{proposal_path}">%{proposal_title}</a> が <a href="%{resource_path}">%{resource_title}</a> の結果に含まれています。
|
201
|
+
result_progress_updated:
|
202
|
+
email_intro: '提案「%{resource_title}」を含む結果「%{proposal_title}」が %{progress}%完了しました。このページから見ることができます:'
|
203
|
+
email_outro: '"%{proposal_title}" をフォローしているため、この通知を受け取りました。この提案は結果 "%{resource_title}" に含まれています。 前のリンクに続く通知の受信を停止できます。'
|
204
|
+
email_subject: '%{resource_title} の進捗状況の更新'
|
205
|
+
notification_title: 提案 <a href="%{resource_path}">%{resource_title}</a> <a href="%{proposal_path}">%{proposal_title}</a>を含む結果 , が %{progress}%完了しました。
|
206
|
+
metrics:
|
207
|
+
results:
|
208
|
+
description: 生成した結果の数
|
209
|
+
object: 結果
|
210
|
+
title: 結果
|
211
|
+
participatory_processes:
|
212
|
+
participatory_process_groups:
|
213
|
+
highlighted_results:
|
214
|
+
results: 結果
|
215
|
+
participatory_spaces:
|
216
|
+
highlighted_results:
|
217
|
+
see_all: すべての結果を見る (%{count})
|
218
|
+
resource_links:
|
219
|
+
included_projects:
|
220
|
+
result_project: この結果に含まれるプロジェクト
|
221
|
+
included_proposals:
|
222
|
+
result_proposal: この結果に含まれる提案
|