decidim-accountability 0.22.0 → 0.23.3
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/controllers/decidim/accountability/results_controller.rb +0 -1
- 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/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/services/decidim/accountability/result_search.rb +2 -20
- data/app/services/decidim/accountability/result_stats_calculator.rb +1 -1
- data/app/views/decidim/accountability/admin/results/_form.html.erb +2 -2
- data/app/views/decidim/accountability/admin/results/index.html.erb +2 -0
- data/app/views/decidim/accountability/results/_scope_filters.html.erb +1 -1
- data/app/views/decidim/accountability/results/_stats_box.html.erb +0 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/bg.yml +226 -0
- data/config/locales/ca.yml +16 -13
- data/config/locales/cs.yml +22 -19
- data/config/locales/da.yml +202 -0
- data/config/locales/de.yml +21 -18
- data/config/locales/el.yml +1 -0
- data/config/locales/en.yml +3 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +3 -0
- data/config/locales/es-PY.yml +3 -0
- data/config/locales/es.yml +15 -12
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +8 -8
- data/config/locales/fi-plain.yml +3 -0
- data/config/locales/fi.yml +3 -0
- data/config/locales/fr-CA.yml +4 -0
- data/config/locales/fr.yml +4 -0
- data/config/locales/gl.yml +24 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +1 -0
- data/config/locales/is-IS.yml +29 -0
- data/config/locales/is.yml +177 -0
- data/config/locales/it.yml +3 -0
- data/config/locales/ja-JP.yml +2 -1
- 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.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +12 -9
- data/config/locales/no.yml +2 -0
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +38 -35
- data/config/locales/pt.yml +1 -0
- data/config/locales/ro-RO.yml +1 -0
- data/config/locales/si-LK.yml +28 -0
- data/config/locales/sk.yml +16 -0
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sv.yml +3 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +37 -14
- 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/20200827154103_add_commentable_counter_cache_to_results.rb +9 -0
- data/lib/decidim/accountability/component.rb +6 -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 +49 -27
- data/app/controllers/decidim/accountability/result_widgets_controller.rb +0 -19
data/config/locales/ca.yml
CHANGED
@@ -6,11 +6,11 @@ ca:
|
|
6
6
|
decidim_category_id: Categoria
|
7
7
|
decidim_scope_id: Àmbit
|
8
8
|
description: Descripció
|
9
|
-
end_date:
|
9
|
+
end_date: Data de finalització
|
10
10
|
progress: Progrés
|
11
11
|
project_ids: Projectes inclosos
|
12
12
|
proposals: Propostes incloses
|
13
|
-
start_date:
|
13
|
+
start_date: Data d'inici
|
14
14
|
title: Títol
|
15
15
|
updated_at: Actualitzat el
|
16
16
|
status:
|
@@ -22,7 +22,7 @@ ca:
|
|
22
22
|
description: Descripció
|
23
23
|
entry_date: Data
|
24
24
|
models:
|
25
|
-
decidim/accountability/proposal_linked_event: Proposta inclosa
|
25
|
+
decidim/accountability/proposal_linked_event: Proposta inclosa a un resultat
|
26
26
|
decidim/accountability/result_progress_updated_event: Progrés del resultat actualitzat
|
27
27
|
activerecord:
|
28
28
|
models:
|
@@ -32,10 +32,10 @@ ca:
|
|
32
32
|
decidim:
|
33
33
|
accountability:
|
34
34
|
actions:
|
35
|
-
confirm_destroy:
|
35
|
+
confirm_destroy: Segur que vols suprimir aquest %{name}?
|
36
36
|
destroy: Esborrar
|
37
37
|
edit: Editar
|
38
|
-
import_csv:
|
38
|
+
import_csv: Importar CSV
|
39
39
|
new: Nou/va %{name}
|
40
40
|
preview: Previsualitzar
|
41
41
|
timeline_entries: Evolució del projecte
|
@@ -46,28 +46,28 @@ ca:
|
|
46
46
|
import_results:
|
47
47
|
new:
|
48
48
|
import: Importar
|
49
|
-
info: "<p>Et recomanem que segueixis les passes següents:</p><ol><li>Crea els estats per als resultats que vulguis afegir (<a href='%{link_new_status}' target='_blank'>link</a>)</li><li>Crea com a mínim un resultat manualment a través del taulell d'administració (<a href='%{link_new_result}' target='_blank'>link</a>) abans d'importar, per a entendre millor el format i com cal omplir-ho.</li><li>Descarrega l'arxiu en format CSV(%{link_export_csv})</li><li>Fes els canvis en local. Només pots modificar les següents columnes del CSV:</li></ol><ul><li><b>id category/id:</b> ID per la categoria</li><li><b>scope/id:</b> ID per a l'àmbit</li><li><b>parent/id:</b> ID per al pare (per a resultats relacionats). Opcional</li><li><b>title/I18N:</b> Title en la llengua X</li><li><b>description/I18N:</b> Descripció en la lleguna X </li><li><b>start_date:</b>
|
49
|
+
info: "<p>Et recomanem que segueixis les passes següents:</p><ol><li>Crea els estats per als resultats que vulguis afegir (<a href='%{link_new_status}' target='_blank'>link</a>)</li><li>Crea com a mínim un resultat manualment a través del taulell d'administració (<a href='%{link_new_result}' target='_blank'>link</a>) abans d'importar, per a entendre millor el format i com cal omplir-ho.</li><li>Descarrega l'arxiu en format CSV(%{link_export_csv})</li><li>Fes els canvis en local. Només pots modificar les següents columnes del CSV:</li></ol><ul><li><b>id category/id:</b> ID per la categoria</li><li><b>scope/id:</b> ID per a l'àmbit</li><li><b>parent/id:</b> ID per al pare (per a resultats relacionats). Opcional</li><li><b>title/I18N:</b> Title en la llengua X</li><li><b>description/I18N:</b> Descripció en la lleguna X </li><li><b>start_date:</b> data en la que s'inicia l'execució del resultat (format YYYY-MM-DD)</li><li><b>end_date:</b> data en la que finalitza l'execució del resultat (format YYYY-MM-DD)</li><li><b>status/id:</b> ID de l'estat per a aquest resultat</li><li><b>progress:</b> Tant per cent (de 0 a 100) d'execució</li><li><b>proposals_ids:</b> ID intern de les propostes relacionades (separades per comes). Es convertirà automàticament en <span class='attribute-name'>proposal_url</span></li></ul>"
|
50
50
|
link: enllaç
|
51
|
-
title:
|
51
|
+
title: Importar resultats via CSV
|
52
52
|
imports:
|
53
53
|
create:
|
54
|
-
success: S'està important el fitxer. Rebràs un
|
54
|
+
success: S'està important el fitxer. Rebràs un correu electrònic en els propers minuts amb el resultat de la importació
|
55
55
|
models:
|
56
56
|
result:
|
57
57
|
name: Resultat
|
58
58
|
status:
|
59
59
|
name: Estat
|
60
60
|
timeline_entry:
|
61
|
-
name:
|
61
|
+
name: Entrada de la cronologia
|
62
62
|
results:
|
63
63
|
create:
|
64
64
|
invalid: S'ha produït un error en crear aquest resultat
|
65
|
-
success:
|
65
|
+
success: Resultat creat correctament
|
66
66
|
destroy:
|
67
|
-
success:
|
67
|
+
success: Resultat eliminat correctament
|
68
68
|
edit:
|
69
69
|
title: Editar resultat
|
70
|
-
update:
|
70
|
+
update: Actualitzar resultat
|
71
71
|
index:
|
72
72
|
title: Resultats
|
73
73
|
new:
|
@@ -75,7 +75,7 @@ ca:
|
|
75
75
|
title: Nou resultat
|
76
76
|
update:
|
77
77
|
invalid: S'ha produït un error en actualitzar aquest resultat
|
78
|
-
success:
|
78
|
+
success: Resultat actualitzat correctament
|
79
79
|
shared:
|
80
80
|
subnav:
|
81
81
|
statuses: Estats
|
@@ -185,10 +185,13 @@ ca:
|
|
185
185
|
global:
|
186
186
|
categories_label: Nom per a "Categories"
|
187
187
|
comments_enabled: Comentaris habilitats
|
188
|
+
comments_max_length: Longitud màxima dels comentaris (deixa 0 si vols mantenir la configuració per defecte)
|
188
189
|
display_progress_enabled: Mostrar el progrés
|
189
190
|
heading_leaf_level_results: Nom per a "Projectes"
|
190
191
|
heading_parent_level_results: Nom per a "Resultats"
|
191
192
|
intro: Introducció
|
193
|
+
scope_id: Àmbit
|
194
|
+
scopes_enabled: Àmbits habilitats
|
192
195
|
subcategories_label: Nom per a "Subcategories"
|
193
196
|
step:
|
194
197
|
comments_blocked: Comentaris bloquejats
|
data/config/locales/cs.yml
CHANGED
@@ -4,20 +4,20 @@ cs:
|
|
4
4
|
result:
|
5
5
|
decidim_accountability_status_id: Stav
|
6
6
|
decidim_category_id: Kategorie
|
7
|
-
decidim_scope_id:
|
7
|
+
decidim_scope_id: Oblast působnosti
|
8
8
|
description: Popis
|
9
9
|
end_date: Datum ukončení
|
10
|
-
progress:
|
10
|
+
progress: Průběh
|
11
11
|
project_ids: Zahrnuté projekty
|
12
12
|
proposals: Zahrnuté návrhy
|
13
|
-
start_date:
|
13
|
+
start_date: Datum zahájení
|
14
14
|
title: Titul
|
15
|
-
updated_at: Aktualizováno
|
15
|
+
updated_at: Aktualizováno v
|
16
16
|
status:
|
17
17
|
description: Popis
|
18
18
|
key: Klíč
|
19
19
|
name: Název
|
20
|
-
progress:
|
20
|
+
progress: Průběh
|
21
21
|
timeline_entry:
|
22
22
|
description: Popis
|
23
23
|
entry_date: Datum
|
@@ -30,7 +30,7 @@ cs:
|
|
30
30
|
one: Výsledek
|
31
31
|
few: Výsledek
|
32
32
|
many: Výsledek
|
33
|
-
other:
|
33
|
+
other: Výsledků
|
34
34
|
decidim:
|
35
35
|
accountability:
|
36
36
|
actions:
|
@@ -38,7 +38,7 @@ cs:
|
|
38
38
|
destroy: Odstranit
|
39
39
|
edit: Upravit
|
40
40
|
import_csv: Importovat CSV
|
41
|
-
new:
|
41
|
+
new: Nový %{name}
|
42
42
|
preview: Náhled
|
43
43
|
timeline_entries: Vývoj projektu
|
44
44
|
title: Akce
|
@@ -60,7 +60,7 @@ cs:
|
|
60
60
|
status:
|
61
61
|
name: Stav
|
62
62
|
timeline_entry:
|
63
|
-
name:
|
63
|
+
name: Záznam v harmonogramu
|
64
64
|
results:
|
65
65
|
create:
|
66
66
|
invalid: Při vytváření tohoto výsledku došlo k problému
|
@@ -110,7 +110,7 @@ cs:
|
|
110
110
|
index:
|
111
111
|
title: Položky časové osy projektu
|
112
112
|
new:
|
113
|
-
create:
|
113
|
+
create: Vytvořit položku
|
114
114
|
title: Nová položka
|
115
115
|
update:
|
116
116
|
invalid: Došlo k problému při aktualizaci této položky
|
@@ -122,7 +122,7 @@ cs:
|
|
122
122
|
update: "%{user_name} aktualizovaný výsledek %{resource_name} v %{space_name}"
|
123
123
|
value_types:
|
124
124
|
parent_presenter:
|
125
|
-
not_found: '
|
125
|
+
not_found: 'Nadřazený nebyl nalezen v databázi (ID: %{id})'
|
126
126
|
import_mailer:
|
127
127
|
import:
|
128
128
|
errors: Chyby
|
@@ -136,7 +136,7 @@ cs:
|
|
136
136
|
result:
|
137
137
|
fields:
|
138
138
|
end_date: Datum ukončení
|
139
|
-
progress:
|
139
|
+
progress: Průběh
|
140
140
|
start_date: Počáteční datum
|
141
141
|
status: Stav
|
142
142
|
title: Název
|
@@ -145,7 +145,7 @@ cs:
|
|
145
145
|
description: Popis
|
146
146
|
key: Klíč
|
147
147
|
name: Název
|
148
|
-
progress:
|
148
|
+
progress: Průběh
|
149
149
|
timeline_entry:
|
150
150
|
fields:
|
151
151
|
description: Popis
|
@@ -159,16 +159,16 @@ cs:
|
|
159
159
|
other: "%{count} výsledků"
|
160
160
|
filters:
|
161
161
|
all: Vše
|
162
|
-
scopes:
|
162
|
+
scopes: Oblasti působnosti
|
163
163
|
home:
|
164
164
|
categories_label: Kategorie
|
165
165
|
subcategories_label: Podkategorie
|
166
166
|
home_header:
|
167
167
|
global_status: Globální stav provedení
|
168
168
|
nav_breadcrumb:
|
169
|
-
global: Globální
|
169
|
+
global: Globální provedení
|
170
170
|
search:
|
171
|
-
search:
|
171
|
+
search: Hledat akce
|
172
172
|
show:
|
173
173
|
stats:
|
174
174
|
attendees: Účastníci
|
@@ -176,10 +176,10 @@ cs:
|
|
176
176
|
comments: Komentáře
|
177
177
|
contributions: Příspěvky
|
178
178
|
last_edited_by: Naposledy upravil
|
179
|
-
last_updated_at: Poslední aktualizace
|
179
|
+
last_updated_at: Poslední aktualizace v
|
180
180
|
meetings: Setkání
|
181
181
|
proposals: Návrhy
|
182
|
-
votes:
|
182
|
+
votes: Podpory
|
183
183
|
timeline:
|
184
184
|
title: Vývoj projektu
|
185
185
|
components:
|
@@ -189,18 +189,21 @@ cs:
|
|
189
189
|
global:
|
190
190
|
categories_label: Název pro "Kategorie"
|
191
191
|
comments_enabled: Komentáře povoleny
|
192
|
+
comments_max_length: Maximální délka komentáře (ponechte 0 pro výchozí hodnotu)
|
192
193
|
display_progress_enabled: Zobrazit průběh
|
193
194
|
heading_leaf_level_results: Název pro "Projekty"
|
194
195
|
heading_parent_level_results: Název pro "Výsledky"
|
195
196
|
intro: Intro
|
197
|
+
scope_id: Oblast působnosti
|
198
|
+
scopes_enabled: Oblast působnosti povolena
|
196
199
|
subcategories_label: Název pro "Podkategorie"
|
197
200
|
step:
|
198
201
|
comments_blocked: Komentáře blokovány
|
199
202
|
events:
|
200
203
|
accountability:
|
201
204
|
proposal_linked:
|
202
|
-
email_intro: 'Návrh
|
203
|
-
email_outro: Toto oznámení jste obdrželi, protože
|
205
|
+
email_intro: 'Návrh "%{proposal_title}" byl zahrnut do výsledku. Můžete jej vidět z této stránky:'
|
206
|
+
email_outro: Toto oznámení jste obdrželi, protože sledujete "%{proposal_title}". Můžete přestat dostávat oznámení za předchozím odkazem.
|
204
207
|
email_subject: Aktualizace na %{proposal_title}
|
205
208
|
notification_title: Návrh <a href="%{proposal_path}">%{proposal_title}</a> byl zahrnut do výsledku <a href="%{resource_path}">%{resource_title}</a>.
|
206
209
|
result_progress_updated:
|
@@ -0,0 +1,202 @@
|
|
1
|
+
da:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
result:
|
5
|
+
decidim_accountability_status_id: Status
|
6
|
+
decidim_category_id: Kategori
|
7
|
+
decidim_scope_id: Anvendelsesområde
|
8
|
+
description: Beskrivelse
|
9
|
+
end_date: Slutdato
|
10
|
+
progress: Fremskridt
|
11
|
+
project_ids: Inkluderede projekter
|
12
|
+
proposals: Inkluderede projekter
|
13
|
+
start_date: Start dato
|
14
|
+
title: Titel
|
15
|
+
updated_at: Opdateret
|
16
|
+
status:
|
17
|
+
description: Beskrivelse
|
18
|
+
key: Nøgle
|
19
|
+
name: Navn
|
20
|
+
progress: Fremskridt
|
21
|
+
timeline_entry:
|
22
|
+
description: Beskrivelse
|
23
|
+
entry_date: Dato
|
24
|
+
models:
|
25
|
+
decidim/accountability/proposal_linked_event: Projekter, der indgår i dette resultat
|
26
|
+
decidim/accountability/result_progress_updated_event: Resultatstatus opdateret
|
27
|
+
activerecord:
|
28
|
+
models:
|
29
|
+
decidim/accountability/result:
|
30
|
+
one: Resultat
|
31
|
+
other: Resultater
|
32
|
+
decidim:
|
33
|
+
accountability:
|
34
|
+
actions:
|
35
|
+
confirm_destroy: Er du sikker på, at du vil slette dette %{name}?
|
36
|
+
destroy: Slet
|
37
|
+
edit: Rediger
|
38
|
+
import_csv: Importér CSV
|
39
|
+
new: Nyt %{name}
|
40
|
+
preview: Eksempelvisning
|
41
|
+
timeline_entries: Projektudvikling
|
42
|
+
title: Handlinger
|
43
|
+
admin:
|
44
|
+
exports:
|
45
|
+
results: Resultater
|
46
|
+
import_results:
|
47
|
+
new:
|
48
|
+
import: Import
|
49
|
+
info: "<p>Vi anbefaler, at du følger disse trin:</p><ol><li>Opret status for de resultater, du ønsker at tilføje (<a href='%{link_new_status}' target='_blank'>link</a>)</li><li>Opret mindst ét resultat manuelt via dette administrationspanel (<a href='%{link_new_result}' target='_blank'>link</a>) før brug af import for at få en bedre forståelse af formatet, og hvad du har brug for til at udfylde det.</li><li>Download eksporten som CSV-format (%{link_export_csv})</li><li>Lav ændringerne lokalt. Du kan kun ændre følgende kolonner i CSV’et:</li></ol><ul><li><b>category/id:</b> ID for kategorien</li><li><b>scope/id:</b> ID for anvendelsesområde</li><li><b>parent/id:</b> ID for forælder(tilknyttede resultater). Valgfrit</li><li><b>title/I18N:</b> Titel for X-sprog</li><li><b>description/I18N:</b> Beskrivelse på X-sprog</li><li><b> dato, hvor resultatet begynder med at blive gennemført (format YYYY-MM-DD)</li><li><b>slutdato:</b> dato, hvor gennemførelsen af resultatet afsluttes (format YYYY-MM-DD)</li><li><b>status/id:</b> ID for status for dette resultat</li><li><b>fremskridt:</b> procentandel (fra 0 til 100) for gennemførelsen </li><li><b>proposals_ids:</b> internt ID for de tilknyttede forslag (adskilt med et komma). Den konverteres automatisk til <span class='attribute-name'>proposal_url</span></li></ul>"
|
50
|
+
link: link
|
51
|
+
title: Importresultater fra CSV
|
52
|
+
imports:
|
53
|
+
create:
|
54
|
+
success: Import af filen er begyndt. Du vil inden for de næste få minutter modtage en e-mail med resultatet af importen
|
55
|
+
models:
|
56
|
+
result:
|
57
|
+
name: Resultat
|
58
|
+
status:
|
59
|
+
name: Status
|
60
|
+
timeline_entry:
|
61
|
+
name: Indførsel på tidslinje
|
62
|
+
results:
|
63
|
+
create:
|
64
|
+
invalid: Der opstod et problem med oprettelsen af dette resultat
|
65
|
+
success: Resultat oprettet
|
66
|
+
destroy:
|
67
|
+
success: Resultat slettet
|
68
|
+
edit:
|
69
|
+
title: Rediger resultat
|
70
|
+
update: Opdater resultat
|
71
|
+
index:
|
72
|
+
title: Resultater
|
73
|
+
new:
|
74
|
+
create: Opret resultat
|
75
|
+
title: Nyt resultat
|
76
|
+
update:
|
77
|
+
invalid: Der opstod et problem med opdateringen af dette resultat
|
78
|
+
success: Resultat opdateret
|
79
|
+
shared:
|
80
|
+
subnav:
|
81
|
+
statuses: Statusser
|
82
|
+
statuses:
|
83
|
+
create:
|
84
|
+
invalid: Der opstod et problem med oprettelsen af denne status
|
85
|
+
success: Status oprettet
|
86
|
+
destroy:
|
87
|
+
success: Status slettet
|
88
|
+
edit:
|
89
|
+
title: Rediger status
|
90
|
+
update: Opdater status
|
91
|
+
index:
|
92
|
+
title: Statusser
|
93
|
+
new:
|
94
|
+
create: Opret status
|
95
|
+
title: Ny status
|
96
|
+
update:
|
97
|
+
invalid: Der opstod et problem med oprettelsen af denne status
|
98
|
+
success: Status opdateret
|
99
|
+
timeline_entries:
|
100
|
+
create:
|
101
|
+
invalid: Der opstod et problem med at oprette dette indlæg
|
102
|
+
success: Indlægget blev oprettet
|
103
|
+
destroy:
|
104
|
+
success: Indlægget blev slettet
|
105
|
+
edit:
|
106
|
+
title: Rediger Indlæg
|
107
|
+
update: Opdater indlæg
|
108
|
+
index:
|
109
|
+
title: Projekt tidslinje indlæg
|
110
|
+
new:
|
111
|
+
create: Opret indlæg
|
112
|
+
title: Nyt indlæg
|
113
|
+
update:
|
114
|
+
invalid: Der opstod et problem med at opdatere dette indlæg
|
115
|
+
success: Indlæg opdateret
|
116
|
+
admin_log:
|
117
|
+
result:
|
118
|
+
create: "%{user_name} oprettede resultat %{resource_name} i %{space_name}"
|
119
|
+
delete: "%{user_name} slettede %{resource_name} resultatet i %{space_name}"
|
120
|
+
update: "%{user_name} opdaterede resultat %{resource_name} i %{space_name}"
|
121
|
+
value_types:
|
122
|
+
parent_presenter:
|
123
|
+
not_found: 'Forældretypen blev ikke fundet i databasen (ID: %{id})'
|
124
|
+
import_mailer:
|
125
|
+
import:
|
126
|
+
errors: Fejl
|
127
|
+
errors_present: Der opstod et problem med at importere resultater
|
128
|
+
row_number: Række
|
129
|
+
subject: Succesfuld import af resultater
|
130
|
+
success: Succesfuld import af resultater. Du kan gennemgå resultaterne i administrator interfacet.
|
131
|
+
last_activity:
|
132
|
+
new_result_at_html: "<span>Nyt resultat på %{link}</span>"
|
133
|
+
models:
|
134
|
+
result:
|
135
|
+
fields:
|
136
|
+
end_date: Slutdato
|
137
|
+
progress: Fremskridt
|
138
|
+
start_date: Start dato
|
139
|
+
status: Status
|
140
|
+
title: Titel
|
141
|
+
status:
|
142
|
+
fields:
|
143
|
+
description: Beskrivelse
|
144
|
+
key: Nøgle
|
145
|
+
name: Navn
|
146
|
+
progress: Fremskridt
|
147
|
+
timeline_entry:
|
148
|
+
fields:
|
149
|
+
description: Beskrivelse
|
150
|
+
entry_date: Dato
|
151
|
+
results:
|
152
|
+
count:
|
153
|
+
results_count:
|
154
|
+
one: 1 resultat
|
155
|
+
other: "%{count} resultater"
|
156
|
+
filters:
|
157
|
+
all: Alle
|
158
|
+
scopes: Områder
|
159
|
+
home:
|
160
|
+
categories_label: Kategorier
|
161
|
+
subcategories_label: Underkategorier
|
162
|
+
home_header:
|
163
|
+
global_status: Samlet gennemførelsesstatus
|
164
|
+
nav_breadcrumb:
|
165
|
+
global: Samlet udførelse
|
166
|
+
search:
|
167
|
+
search: Søg efter handlinger
|
168
|
+
show:
|
169
|
+
stats:
|
170
|
+
attendees: Mødedeltagere
|
171
|
+
back_to_resource: Tilbage til resultater
|
172
|
+
comments: Kommentarer
|
173
|
+
contributions: Bidrag
|
174
|
+
last_edited_by: Sidst redigeret af
|
175
|
+
last_updated_at: Senest opdateret den
|
176
|
+
meetings: Møder
|
177
|
+
proposals: Forslag
|
178
|
+
votes: Støtter
|
179
|
+
timeline:
|
180
|
+
title: Projektets udvikling
|
181
|
+
components:
|
182
|
+
accountability:
|
183
|
+
name: Ansvarlighed
|
184
|
+
settings:
|
185
|
+
global:
|
186
|
+
categories_label: Navn for "kategorier"
|
187
|
+
comments_enabled: Kommentarer aktiveret
|
188
|
+
comments_max_length: Kommentarer maks. længde (Leave 0 for standardværdi)
|
189
|
+
display_progress_enabled: Vis fremskridt
|
190
|
+
heading_leaf_level_results: Navn for "Projekter"
|
191
|
+
heading_parent_level_results: Navn for "Resultater"
|
192
|
+
intro: Intro
|
193
|
+
scope_id: Omfang
|
194
|
+
scopes_enabled: Omfang aktiveret
|
195
|
+
subcategories_label: Navn for "Underkategorier"
|
196
|
+
participatory_processes:
|
197
|
+
participatory_process_groups:
|
198
|
+
highlighted_results:
|
199
|
+
results: Resultater
|
200
|
+
resource_links:
|
201
|
+
included_proposals:
|
202
|
+
result_proposal: Forslag i dette resultat
|
data/config/locales/de.yml
CHANGED
@@ -6,11 +6,11 @@ de:
|
|
6
6
|
decidim_category_id: Kategorie
|
7
7
|
decidim_scope_id: Umfang
|
8
8
|
description: Beschreibung
|
9
|
-
end_date:
|
9
|
+
end_date: Enddatum
|
10
10
|
progress: Fortschritt
|
11
11
|
project_ids: Enthaltene Projekte
|
12
12
|
proposals: Enthaltene Vorschläge
|
13
|
-
start_date:
|
13
|
+
start_date: Startdatum
|
14
14
|
title: Titel
|
15
15
|
updated_at: Aktualisiert am
|
16
16
|
status:
|
@@ -115,12 +115,12 @@ de:
|
|
115
115
|
success: Eintrag erfolgreich aktualisiert
|
116
116
|
admin_log:
|
117
117
|
result:
|
118
|
-
create: "%{user_name}
|
119
|
-
delete: "%{user_name}
|
120
|
-
update: "%{user_name}
|
118
|
+
create: "%{user_name} hat das Ergebnis %{resource_name} in %{space_name} erstellt"
|
119
|
+
delete: "%{user_name} hat das Ergebnis %{resource_name} in %{space_name} gelöscht"
|
120
|
+
update: "%{user_name} hat das Ergebnis %{resource_name} in %{space_name} aktualisiert"
|
121
121
|
value_types:
|
122
122
|
parent_presenter:
|
123
|
-
not_found: '
|
123
|
+
not_found: 'Das übergeordnete Objekt wurde nicht in der Datenbank gefunden (ID: %{id})'
|
124
124
|
import_mailer:
|
125
125
|
import:
|
126
126
|
errors: Fehler
|
@@ -133,9 +133,9 @@ de:
|
|
133
133
|
models:
|
134
134
|
result:
|
135
135
|
fields:
|
136
|
-
end_date:
|
136
|
+
end_date: Enddatum
|
137
137
|
progress: Fortschritt
|
138
|
-
start_date:
|
138
|
+
start_date: Startdatum
|
139
139
|
status: Status
|
140
140
|
title: Titel
|
141
141
|
status:
|
@@ -160,7 +160,7 @@ de:
|
|
160
160
|
categories_label: Kategorien
|
161
161
|
subcategories_label: Unterkategorien
|
162
162
|
home_header:
|
163
|
-
global_status: Globaler
|
163
|
+
global_status: Globaler Umsetzungsstatus
|
164
164
|
nav_breadcrumb:
|
165
165
|
global: Globale Ausführung
|
166
166
|
search:
|
@@ -172,7 +172,7 @@ de:
|
|
172
172
|
comments: Bemerkungen
|
173
173
|
contributions: Beiträge
|
174
174
|
last_edited_by: Zuletzt bearbeitet von
|
175
|
-
last_updated_at: Zuletzt aktualisiert
|
175
|
+
last_updated_at: Zuletzt aktualisiert am
|
176
176
|
meetings: Meetings
|
177
177
|
proposals: Vorschläge
|
178
178
|
votes: Unterstützt
|
@@ -185,25 +185,28 @@ de:
|
|
185
185
|
global:
|
186
186
|
categories_label: Name für "Kategorien"
|
187
187
|
comments_enabled: Kommentare aktiviert
|
188
|
+
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
188
189
|
display_progress_enabled: Fortschritt anzeigen
|
189
190
|
heading_leaf_level_results: Name für "Projekte"
|
190
191
|
heading_parent_level_results: Name für "Ergebnisse"
|
191
192
|
intro: Einführung
|
193
|
+
scope_id: Bereich
|
194
|
+
scopes_enabled: Bereiche aktiviert
|
192
195
|
subcategories_label: Name für "Unterkategorien"
|
193
196
|
step:
|
194
197
|
comments_blocked: Kommentare blockiert
|
195
198
|
events:
|
196
199
|
accountability:
|
197
200
|
proposal_linked:
|
198
|
-
email_intro: 'Der Vorschlag "%{proposal_title}" wurde in ein Ergebnis aufgenommen. Sie können
|
199
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen. Sie
|
200
|
-
email_subject:
|
201
|
-
notification_title: Der Vorschlag <a href="%{proposal_path}">%{proposal_title}</a> wurde
|
201
|
+
email_intro: 'Der Vorschlag "%{proposal_title}" wurde in ein Ergebnis aufgenommen. Sie können das auf dieser Seite sehen:'
|
202
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
203
|
+
email_subject: Eine Aktualisierung auf %{proposal_title}
|
204
|
+
notification_title: Der Vorschlag <a href="%{proposal_path}">%{proposal_title}</a> wurde im Ergebnis <a href="%{resource_path}">%{resource_title}</a> aufgenommen.
|
202
205
|
result_progress_updated:
|
203
|
-
email_intro: 'Das Ergebnis "%{resource_title}", das den Vorschlag "%{proposal_title}" enthält, ist jetzt zu %{progress}% abgeschlossen. Sie können
|
204
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen und dieser Vorschlag in das Ergebnis "%{resource_title}" aufgenommen
|
205
|
-
email_subject:
|
206
|
-
notification_title: Das Ergebnis <a href="%{resource_path}">%{resource_title}</a>, das den Vorschlag <a href="%{proposal_path}">%{proposal_title}</a
|
206
|
+
email_intro: 'Das Ergebnis "%{resource_title}", das den Vorschlag "%{proposal_title}" enthält, ist jetzt zu %{progress}% abgeschlossen. Sie können das auf dieser Seite sehen:'
|
207
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen und dieser Vorschlag in das Ergebnis "%{resource_title}" aufgenommen wurde. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
208
|
+
email_subject: Fortschritt von %{resource_title} aktualisiert
|
209
|
+
notification_title: Das Ergebnis <a href="%{resource_path}">%{resource_title}</a>, das den Vorschlag <a href="%{proposal_path}">%{proposal_title}</a> enthält, ist jetzt zu %{progress}% abgeschlossen.
|
207
210
|
metrics:
|
208
211
|
results:
|
209
212
|
description: Anzahl der generierten Ergebnisse
|