decidim-accountability 0.23.1 → 0.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/ca.yml +10 -10
- data/config/locales/cs.yml +17 -17
- data/config/locales/da.yml +201 -0
- data/config/locales/de.yml +18 -18
- data/config/locales/es.yml +9 -9
- data/config/locales/eu.yml +8 -8
- data/config/locales/gl.yml +24 -1
- data/config/locales/no.yml +1 -0
- data/config/locales/si-LK.yml +28 -0
- data/config/locales/sk.yml +16 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +37 -14
- data/lib/decidim/accountability/version.rb +1 -1
- metadata +25 -23
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 762c4805e1e386dc9408e495c8c2695faca429f0216b1910cad5621311e35b24
|
|
4
|
+
data.tar.gz: d8a154639d12b746fbff535a475a3dbfd6468d53379b3fc49d25848317e444cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8ae9996b7769c83c96b3aafe54a0b1a0dbcb910ae2d109822d01aa35d0f085ffa49a4c9517c7d3c1c4b990178cafba4652b0f39889caddff53b26afbe1e8100
|
|
7
|
+
data.tar.gz: '09b7ff691bd19c96cd497aa037117f4458948ec42d0d7207a5f4ff67ef407cac70657c448d3fae446ecd9c5b99ed84e6ff8f5803676e335d2dfe4ca5df180ff8'
|
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,7 +32,7 @@ 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
38
|
import_csv: Importar CSV
|
|
@@ -51,23 +51,23 @@ ca:
|
|
|
51
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
|
data/config/locales/cs.yml
CHANGED
|
@@ -7,17 +7,17 @@ cs:
|
|
|
7
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
|
|
@@ -166,9 +166,9 @@ cs:
|
|
|
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:
|
|
@@ -202,8 +202,8 @@ cs:
|
|
|
202
202
|
events:
|
|
203
203
|
accountability:
|
|
204
204
|
proposal_linked:
|
|
205
|
-
email_intro: 'Návrh
|
|
206
|
-
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.
|
|
207
207
|
email_subject: Aktualizace na %{proposal_title}
|
|
208
208
|
notification_title: Návrh <a href="%{proposal_path}">%{proposal_title}</a> byl zahrnut do výsledku <a href="%{resource_path}">%{resource_title}</a>.
|
|
209
209
|
result_progress_updated:
|
data/config/locales/da.yml
CHANGED
|
@@ -1 +1,202 @@
|
|
|
1
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
|
|
@@ -198,15 +198,15 @@ de:
|
|
|
198
198
|
events:
|
|
199
199
|
accountability:
|
|
200
200
|
proposal_linked:
|
|
201
|
-
email_intro: 'Der Vorschlag "%{proposal_title}" wurde in ein Ergebnis aufgenommen. Sie können
|
|
202
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen. Sie
|
|
203
|
-
email_subject:
|
|
204
|
-
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.
|
|
205
205
|
result_progress_updated:
|
|
206
|
-
email_intro: 'Das Ergebnis "%{resource_title}", das den Vorschlag "%{proposal_title}" enthält, ist jetzt zu %{progress}% abgeschlossen. Sie können
|
|
207
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen und dieser Vorschlag in das Ergebnis "%{resource_title}" aufgenommen
|
|
208
|
-
email_subject:
|
|
209
|
-
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.
|
|
210
210
|
metrics:
|
|
211
211
|
results:
|
|
212
212
|
description: Anzahl der generierten Ergebnisse
|
data/config/locales/es.yml
CHANGED
|
@@ -6,13 +6,13 @@ es:
|
|
|
6
6
|
decidim_category_id: Categoría
|
|
7
7
|
decidim_scope_id: Ámbito
|
|
8
8
|
description: Descripción
|
|
9
|
-
end_date:
|
|
9
|
+
end_date: Fecha de finalización
|
|
10
10
|
progress: Progreso
|
|
11
11
|
project_ids: Proyectos incluidos
|
|
12
12
|
proposals: Propuestas incluidas
|
|
13
|
-
start_date:
|
|
13
|
+
start_date: Fecha de inicio
|
|
14
14
|
title: Título
|
|
15
|
-
updated_at: Actualizado
|
|
15
|
+
updated_at: Actualizado el
|
|
16
16
|
status:
|
|
17
17
|
description: Descripción
|
|
18
18
|
key: Clave
|
|
@@ -32,7 +32,7 @@ es:
|
|
|
32
32
|
decidim:
|
|
33
33
|
accountability:
|
|
34
34
|
actions:
|
|
35
|
-
confirm_destroy: '¿
|
|
35
|
+
confirm_destroy: '¿Seguro que quieres eliminar este %{name}?'
|
|
36
36
|
destroy: Borrar
|
|
37
37
|
edit: Editar
|
|
38
38
|
import_csv: Importar CSV
|
|
@@ -51,20 +51,20 @@ es:
|
|
|
51
51
|
title: Importar resultados vía CSV
|
|
52
52
|
imports:
|
|
53
53
|
create:
|
|
54
|
-
success: Se está importando el fichero. Recibirás un
|
|
54
|
+
success: Se está importando el fichero. Recibirás un correo electrónico en los próximos minutos con el resultado de la importación
|
|
55
55
|
models:
|
|
56
56
|
result:
|
|
57
57
|
name: Resultado
|
|
58
58
|
status:
|
|
59
59
|
name: Estado
|
|
60
60
|
timeline_entry:
|
|
61
|
-
name:
|
|
61
|
+
name: Entrada de la cronología
|
|
62
62
|
results:
|
|
63
63
|
create:
|
|
64
64
|
invalid: Se ha producido un error al crear este resultado
|
|
65
|
-
success:
|
|
65
|
+
success: Resultado creado correctamente
|
|
66
66
|
destroy:
|
|
67
|
-
success:
|
|
67
|
+
success: Resultado eliminado correctamente
|
|
68
68
|
edit:
|
|
69
69
|
title: Editar resultado
|
|
70
70
|
update: Actualizar resultado
|
|
@@ -75,7 +75,7 @@ es:
|
|
|
75
75
|
title: Nuevo resultado
|
|
76
76
|
update:
|
|
77
77
|
invalid: Se ha producido un error al actualizar este resultado
|
|
78
|
-
success:
|
|
78
|
+
success: Resultado actualizado correctamente
|
|
79
79
|
shared:
|
|
80
80
|
subnav:
|
|
81
81
|
statuses: Estados
|
data/config/locales/eu.yml
CHANGED
|
@@ -7,7 +7,7 @@ eu:
|
|
|
7
7
|
decidim_scope_id: Esparrua
|
|
8
8
|
description: Deskribapena
|
|
9
9
|
end_date: Bukaera-data
|
|
10
|
-
progress:
|
|
10
|
+
progress: Aurrerapena
|
|
11
11
|
project_ids: Proiektu barne
|
|
12
12
|
proposals: Proposamen sortak
|
|
13
13
|
start_date: Hasiera-data
|
|
@@ -17,7 +17,7 @@ eu:
|
|
|
17
17
|
description: Descripción
|
|
18
18
|
key: Gakoa
|
|
19
19
|
name: Izena
|
|
20
|
-
progress:
|
|
20
|
+
progress: Aurrerapena
|
|
21
21
|
timeline_entry:
|
|
22
22
|
description: Descripción
|
|
23
23
|
entry_date: Data
|
|
@@ -54,7 +54,7 @@ eu:
|
|
|
54
54
|
invalid: Arazo bat izan da emaitza hau sortzean.
|
|
55
55
|
success: Emaitza zuzen sortu da
|
|
56
56
|
destroy:
|
|
57
|
-
success: Emaitza zuzen ezabatu da
|
|
57
|
+
success: Emaitza zuzen ezabatu da
|
|
58
58
|
edit:
|
|
59
59
|
title: Editatu emaitza
|
|
60
60
|
update: Eguneratu emaitza
|
|
@@ -65,10 +65,10 @@ eu:
|
|
|
65
65
|
title: Emaitza berria
|
|
66
66
|
update:
|
|
67
67
|
invalid: Arazo bat izan da emaitza hau eguneratzean.
|
|
68
|
-
success: Emaitza zuzen eguneratu da
|
|
68
|
+
success: Emaitza zuzen eguneratu da
|
|
69
69
|
shared:
|
|
70
70
|
subnav:
|
|
71
|
-
statuses:
|
|
71
|
+
statuses: Egoerak
|
|
72
72
|
statuses:
|
|
73
73
|
create:
|
|
74
74
|
invalid: Arazo bat izan da egoera hau sortzean
|
|
@@ -79,7 +79,7 @@ eu:
|
|
|
79
79
|
title: Editatu egoera
|
|
80
80
|
update: Eguneratze egoera
|
|
81
81
|
index:
|
|
82
|
-
title:
|
|
82
|
+
title: Egoerak
|
|
83
83
|
new:
|
|
84
84
|
create: Sortu egoera
|
|
85
85
|
title: Egoera berria
|
|
@@ -117,7 +117,7 @@ eu:
|
|
|
117
117
|
result:
|
|
118
118
|
fields:
|
|
119
119
|
end_date: Bukaera-data
|
|
120
|
-
progress:
|
|
120
|
+
progress: Aurrerapena
|
|
121
121
|
start_date: Hasiera-data
|
|
122
122
|
status: Egoera
|
|
123
123
|
title: Izenburua
|
|
@@ -126,7 +126,7 @@ eu:
|
|
|
126
126
|
description: Descripción
|
|
127
127
|
key: Gakoa
|
|
128
128
|
name: Izena
|
|
129
|
-
progress:
|
|
129
|
+
progress: Aurrerapena
|
|
130
130
|
timeline_entry:
|
|
131
131
|
fields:
|
|
132
132
|
description: Descripción
|
data/config/locales/gl.yml
CHANGED
|
@@ -9,7 +9,7 @@ gl:
|
|
|
9
9
|
end_date: Data de finalización
|
|
10
10
|
progress: Progreso
|
|
11
11
|
project_ids: Proxectos incluídos
|
|
12
|
-
proposals: Propostas
|
|
12
|
+
proposals: Propostas incluídas
|
|
13
13
|
start_date: Data de inicio
|
|
14
14
|
title: Título
|
|
15
15
|
updated_at: Actualizado en
|
|
@@ -35,6 +35,7 @@ gl:
|
|
|
35
35
|
confirm_destroy: Estás seguro de que queres eliminar este %{name}?
|
|
36
36
|
destroy: Eliminar
|
|
37
37
|
edit: Editar
|
|
38
|
+
import_csv: Importar CSV
|
|
38
39
|
new: Novo %{name}
|
|
39
40
|
preview: Vista previa
|
|
40
41
|
timeline_entries: Evolución do proxecto
|
|
@@ -42,6 +43,15 @@ gl:
|
|
|
42
43
|
admin:
|
|
43
44
|
exports:
|
|
44
45
|
results: Resultados
|
|
46
|
+
import_results:
|
|
47
|
+
new:
|
|
48
|
+
import: Importar
|
|
49
|
+
info: "<p>Recomendámosche seguir os seguintes pasos:</p><ol><li>Crear os estados para os Resultados que desexes engadir (<a href='%{link_new_status}' target='_blank'>ligazón</a>)</li><li>Crear polo menos un Resultado de xeito manual a través deste panel de administrador (<a href='%{link_new_result}' target='_blank'>ligazón</a>) antes de usar Importar, para entender o formato e que precisas encher.</li><li>Descargar o ficheiro en formato CSV (%{link_export_csv})</li><li>Fai os trocos localmente. Só podes trocar as seguintes columnas do CSV:</li></ol><ul><li><b>category/id:</b> ID da categoría</li><li><b>scope/id:</b> ID do ámbito</li><li><b>parent/id:</b> ID do pai (para Resultados relacionados). Opcional</li><li><b>title/I18N:</b> Título no idioma X</li><li><b>description/I18N:</b> Descrición no idioma X</li><li><b>start_date:</b> data na que se inicia a execución do resultado (formato YYYY-MM-DD)</li><li><b>end_date:</b> data na que remata a execución (formato YYYY-MM-DD)</li><li><b>status/id:</b> ID do estado do resultado</li><li><b>progress:</b> Porcentaxe (de 0 a 100) da execución</li><li><b>proposals_ids:</b> ID interno das propostas relacionadas (separadas por comas). Isto converterase automaticamente en <span class='attribute-name'>proposal_url</span></li></ul>"
|
|
50
|
+
link: ligazón
|
|
51
|
+
title: Importar resultados dun CSV
|
|
52
|
+
imports:
|
|
53
|
+
create:
|
|
54
|
+
success: Importando o ficheiro. Recibirás un correo electrónico nos vindeiros minutos co resultado da importación
|
|
45
55
|
models:
|
|
46
56
|
result:
|
|
47
57
|
name: Resultado
|
|
@@ -111,6 +121,13 @@ gl:
|
|
|
111
121
|
value_types:
|
|
112
122
|
parent_presenter:
|
|
113
123
|
not_found: 'Non se atopou o pai na base de datos (ID: %{id})'
|
|
124
|
+
import_mailer:
|
|
125
|
+
import:
|
|
126
|
+
errors: Erros
|
|
127
|
+
errors_present: Produciuse un erro ao importar os resultados
|
|
128
|
+
row_number: Fila
|
|
129
|
+
subject: Resultados importados con éxito
|
|
130
|
+
success: Resultados importados con éxito. Podes revisar os resultados no panel de administración.
|
|
114
131
|
last_activity:
|
|
115
132
|
new_result_at_html: "<span>Novo resultado en %{link}</span>"
|
|
116
133
|
models:
|
|
@@ -168,10 +185,13 @@ gl:
|
|
|
168
185
|
global:
|
|
169
186
|
categories_label: Nome para "Categorías"
|
|
170
187
|
comments_enabled: Comentarios habilitados
|
|
188
|
+
comments_max_length: Lonxitude máxima dos comentarios (0 para valor predefinido)
|
|
171
189
|
display_progress_enabled: Mostrar o progreso
|
|
172
190
|
heading_leaf_level_results: Nome para "Proxectos"
|
|
173
191
|
heading_parent_level_results: Nome para "Resultados"
|
|
174
192
|
intro: Intro
|
|
193
|
+
scope_id: Ámbito
|
|
194
|
+
scopes_enabled: Ámbitos habilitados
|
|
175
195
|
subcategories_label: Nome para "Subcategorías"
|
|
176
196
|
step:
|
|
177
197
|
comments_blocked: Comentarios bloqueados
|
|
@@ -196,6 +216,9 @@ gl:
|
|
|
196
216
|
participatory_process_groups:
|
|
197
217
|
highlighted_results:
|
|
198
218
|
results: Resultados
|
|
219
|
+
participatory_spaces:
|
|
220
|
+
highlighted_results:
|
|
221
|
+
see_all: Ver todos os resultados (%{count})
|
|
199
222
|
resource_links:
|
|
200
223
|
included_projects:
|
|
201
224
|
result_project: Proxectos incluídos neste resultado
|
data/config/locales/no.yml
CHANGED
|
@@ -190,6 +190,7 @@
|
|
|
190
190
|
heading_leaf_level_results: Navn på "Prosjekter"
|
|
191
191
|
heading_parent_level_results: Navn på "Resultater"
|
|
192
192
|
intro: Introduksjon
|
|
193
|
+
scope_id: Tema
|
|
193
194
|
subcategories_label: Navn på "Underkategorier"
|
|
194
195
|
step:
|
|
195
196
|
comments_blocked: Kommentarer blokkert
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
si:
|
|
2
|
+
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
result:
|
|
5
|
+
decidim_accountability_status_id: තත්වය
|
|
6
|
+
status:
|
|
7
|
+
name: නම
|
|
8
|
+
timeline_entry:
|
|
9
|
+
entry_date: දිනය
|
|
10
|
+
decidim:
|
|
11
|
+
accountability:
|
|
12
|
+
actions:
|
|
13
|
+
edit: සංස්කරණය
|
|
14
|
+
admin:
|
|
15
|
+
models:
|
|
16
|
+
status:
|
|
17
|
+
name: තත්වය
|
|
18
|
+
import_mailer:
|
|
19
|
+
import:
|
|
20
|
+
errors: දෝෂ
|
|
21
|
+
models:
|
|
22
|
+
timeline_entry:
|
|
23
|
+
fields:
|
|
24
|
+
entry_date: දිනය
|
|
25
|
+
results:
|
|
26
|
+
show:
|
|
27
|
+
stats:
|
|
28
|
+
meetings: රැස්වීම්
|
data/config/locales/sk.yml
CHANGED
|
@@ -37,6 +37,7 @@ sk:
|
|
|
37
37
|
confirm_destroy: Naozaj chcete odstrániť toto %{name}?
|
|
38
38
|
destroy: Odstrániť
|
|
39
39
|
edit: Upraviť
|
|
40
|
+
import_csv: Importovať súbor CSV
|
|
40
41
|
new: Nový %{name}
|
|
41
42
|
preview: Ukážka
|
|
42
43
|
timeline_entries: Vývoj projektu
|
|
@@ -44,6 +45,14 @@ sk:
|
|
|
44
45
|
admin:
|
|
45
46
|
exports:
|
|
46
47
|
results: Výsledky
|
|
48
|
+
import_results:
|
|
49
|
+
new:
|
|
50
|
+
import: Importovať
|
|
51
|
+
link: odkaz
|
|
52
|
+
title: Importovať výsledky zo súboru CSV
|
|
53
|
+
imports:
|
|
54
|
+
create:
|
|
55
|
+
success: Začalo sa importovanie súboru. O výsledku importovania dostanete informáciu e-mailom v priebehu niekoľkých minút
|
|
47
56
|
models:
|
|
48
57
|
result:
|
|
49
58
|
name: Výsledok
|
|
@@ -113,6 +122,13 @@ sk:
|
|
|
113
122
|
value_types:
|
|
114
123
|
parent_presenter:
|
|
115
124
|
not_found: 'Nadradený záznam nebol nájdený v databáze(ID: %{id})'
|
|
125
|
+
import_mailer:
|
|
126
|
+
import:
|
|
127
|
+
errors: Chyby
|
|
128
|
+
errors_present: Pri importovaní výsledkov sa vyskytol problém
|
|
129
|
+
row_number: Riadky
|
|
130
|
+
subject: Import výsledkov bol úspešný
|
|
131
|
+
success: Import výsledkov bol úspešný. Výsledky je možné skontrolovať v správcovskom rozhraní.
|
|
116
132
|
last_activity:
|
|
117
133
|
new_result_at_html: "<span>Nový výsledok na %{link}</span>"
|
|
118
134
|
models:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sw:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -2,7 +2,7 @@ tr:
|
|
|
2
2
|
activemodel:
|
|
3
3
|
attributes:
|
|
4
4
|
result:
|
|
5
|
-
decidim_accountability_status_id:
|
|
5
|
+
decidim_accountability_status_id: Durum
|
|
6
6
|
decidim_category_id: Kategori
|
|
7
7
|
decidim_scope_id: kapsam
|
|
8
8
|
description: Açıklama
|
|
@@ -35,6 +35,7 @@ tr:
|
|
|
35
35
|
confirm_destroy: Bu %{name}silmek istediğinize emin misiniz?
|
|
36
36
|
destroy: silmek
|
|
37
37
|
edit: Düzenle
|
|
38
|
+
import_csv: CSV'yi içe aktar
|
|
38
39
|
new: Yeni %{name}
|
|
39
40
|
preview: Ön izleme
|
|
40
41
|
timeline_entries: Proje evrimi
|
|
@@ -42,6 +43,15 @@ tr:
|
|
|
42
43
|
admin:
|
|
43
44
|
exports:
|
|
44
45
|
results: Sonuçlar
|
|
46
|
+
import_results:
|
|
47
|
+
new:
|
|
48
|
+
import: İçe aktar
|
|
49
|
+
info: "<p>Bu adımları izlemenizi tavsiye ederiz:</p><ol><li>Eklemek istediğiniz Sonuçlar için Statüleri oluşturun (<a href='%{link_new_status}' target='_blank'>bağlantı</a>)</li><li>Biçimi ve neleri doldurmanız gerektiğini daha iyi anlamak için İçe Aktar'ı kullanmadan önce bu Yönetici paneli (<a href='%{link_new_result}' target='_blank'>bağlantı</a>) aracılığıyla yeniden en az bir Sonuç oluşturun. </li><li>Dışa aktarımı CSV formatında indirin (%{link_export_csv})</li><li>Değişiklikleri yerel olarak yapın. CSV'nin yalnızca aşağıdaki sütunlarını değiştirebilirsiniz:</li></ol><ul><li><b>category/id:</b> Kategori ID</li><li><b>scope/id:</b> Kapsam ID </li><li><b>parent/id:</b> Üst ID (ilgili Sonuçlar için). İsteğe bağlı</li><li><b>title/I18N:</b> X dilinde başlık</li><li><b>description/I18N:</b> X dilinde açıklama</li><li><b>start_date:</b> sonucun uygulamaya başladığı tarih (biçim YYYY-AA-GG)</li><li><b>end_date:</b> sonucun yürütmeyi bitirdiği tarih (biçim YYYY-AA-GG)</li><li><b>status/id:</b> Durum ID</li><li><b>progress:</b> Yürütme yüzdesi (0'dan 100'e)</li><li><b>proposals_ids:</b> İlgili tekliflerin ID'leri (virgülle ayrılmış). Otomatik olarak <span class='attribute-name'>proposal_url</span>'e dönüştürülür</li></ul>"
|
|
50
|
+
link: bağlantı
|
|
51
|
+
title: Sonuçları CSV'den içe aktar
|
|
52
|
+
imports:
|
|
53
|
+
create:
|
|
54
|
+
success: Dosya içe aktarılmaya başladı. Önümüzdeki birkaç dakika içinde içe aktarmanın sonucunu içeren bir e-posta alacaksınız
|
|
45
55
|
models:
|
|
46
56
|
result:
|
|
47
57
|
name: Sonuç
|
|
@@ -111,6 +121,13 @@ tr:
|
|
|
111
121
|
value_types:
|
|
112
122
|
parent_presenter:
|
|
113
123
|
not_found: 'Üst veritabanında bulunamadı (ID: %{id})'
|
|
124
|
+
import_mailer:
|
|
125
|
+
import:
|
|
126
|
+
errors: Hatalar
|
|
127
|
+
errors_present: Sonuçları içe aktarırken bir sorun oluştu
|
|
128
|
+
row_number: Satır
|
|
129
|
+
subject: Sonuçların içe aktarılması başarılı
|
|
130
|
+
success: Sonuçların içe aktarılması başarılı. Sonuçları yönetim arayüzünde inceleyebilirsiniz.
|
|
114
131
|
last_activity:
|
|
115
132
|
new_result_at_html: "<span> %{link}</span>yeni sonuç"
|
|
116
133
|
models:
|
|
@@ -154,24 +171,27 @@ tr:
|
|
|
154
171
|
back_to_resource: Sonuca geri dön
|
|
155
172
|
comments: Yorumlar
|
|
156
173
|
contributions: Katılımlar
|
|
157
|
-
last_edited_by:
|
|
158
|
-
last_updated_at:
|
|
174
|
+
last_edited_by: Son düzenleyen
|
|
175
|
+
last_updated_at: Son güncelleme
|
|
159
176
|
meetings: Toplantılar
|
|
160
|
-
proposals:
|
|
177
|
+
proposals: Teklifler
|
|
161
178
|
votes: Destekler
|
|
162
179
|
timeline:
|
|
163
|
-
title: Proje
|
|
180
|
+
title: Proje gelişimi
|
|
164
181
|
components:
|
|
165
182
|
accountability:
|
|
166
|
-
name:
|
|
183
|
+
name: Sorumluluk
|
|
167
184
|
settings:
|
|
168
185
|
global:
|
|
169
186
|
categories_label: '"Kategoriler" için isim'
|
|
170
187
|
comments_enabled: Yorumlar etkin
|
|
171
|
-
|
|
172
|
-
|
|
188
|
+
comments_max_length: Maksimum yorum uzunluğu (Varsayılan değer için 0 bırakın)
|
|
189
|
+
display_progress_enabled: İlerlemeyi göster
|
|
190
|
+
heading_leaf_level_results: '"Projeler" için isim'
|
|
173
191
|
heading_parent_level_results: '"Sonuçların" Adı'
|
|
174
|
-
intro:
|
|
192
|
+
intro: Tanıtım
|
|
193
|
+
scope_id: Kapsam
|
|
194
|
+
scopes_enabled: Kapsamlar etkinleştirildi
|
|
175
195
|
subcategories_label: '"Alt kategoriler" için isim'
|
|
176
196
|
step:
|
|
177
197
|
comments_blocked: Yorumlar engellendi
|
|
@@ -179,23 +199,26 @@ tr:
|
|
|
179
199
|
accountability:
|
|
180
200
|
proposal_linked:
|
|
181
201
|
email_intro: '"%{proposal_title}" teklifi bir sonuca dahil edildi. Bu sayfadan görebilirsiniz:'
|
|
182
|
-
email_outro: Bu bildirimi
|
|
183
|
-
email_subject: '%{proposal_title}
|
|
202
|
+
email_outro: Bu bildirimi "%{proposal_title}" takip ettiğiniz için aldınız. Bir önceki bağlantıdan takip etmeyi bırakabilirsiniz.
|
|
203
|
+
email_subject: '%{proposal_title} teklifi için bir güncelleme bulundu'
|
|
184
204
|
notification_title: <a href="%{proposal_path}">%{proposal_title}</a> teklifi <a href="%{resource_path}">%{resource_title}</a> sonucuna dahil edilmiştir.
|
|
185
205
|
result_progress_updated:
|
|
186
206
|
email_intro: '"%{proposal_title}" önerisini içeren "%{resource_title}" sonucu şimdi% %{progress}tamamlandı. Bu sayfadan görebilirsiniz:'
|
|
187
207
|
email_outro: '"%{proposal_title}" izlemekte olduğunuz için bu bildirimi aldınız ve bu teklif "%{resource_title}" sonucuna dahil edildi. Önceki bağlantıyı takip ederek bildirim almayı durdurabilirsiniz.'
|
|
188
|
-
email_subject: '%{resource_title}
|
|
189
|
-
notification_title: <a href="%{proposal_path}">%{proposal_title}</a
|
|
208
|
+
email_subject: '%{resource_title} için bir güncelleme'
|
|
209
|
+
notification_title: '<a href="%{proposal_path}">%{proposal_title}</a> teklifini içeren <a href="%{resource_path}">%{resource_title}</a> sonucu: %{progress} tamamlandı.'
|
|
190
210
|
metrics:
|
|
191
211
|
results:
|
|
192
212
|
description: Üretilen sonuç sayısı
|
|
193
|
-
object:
|
|
213
|
+
object: sonuçlar
|
|
194
214
|
title: Sonuçlar
|
|
195
215
|
participatory_processes:
|
|
196
216
|
participatory_process_groups:
|
|
197
217
|
highlighted_results:
|
|
198
218
|
results: Sonuçlar
|
|
219
|
+
participatory_spaces:
|
|
220
|
+
highlighted_results:
|
|
221
|
+
see_all: Tüm sonuçları gör (%{count})
|
|
199
222
|
resource_links:
|
|
200
223
|
included_projects:
|
|
201
224
|
result_project: Bu sonuca dahil edilen projeler
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-accountability
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.
|
|
4
|
+
version: 0.23.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
8
8
|
- Marc Riera Casals
|
|
9
9
|
- Oriol Gual Oliva
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2021-02-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-comments
|
|
@@ -18,28 +18,28 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.23.
|
|
21
|
+
version: 0.23.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.23.
|
|
28
|
+
version: 0.23.2
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-core
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.23.
|
|
35
|
+
version: 0.23.2
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.23.
|
|
42
|
+
version: 0.23.2
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: kaminari
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -80,98 +80,98 @@ dependencies:
|
|
|
80
80
|
requirements:
|
|
81
81
|
- - '='
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: 0.23.
|
|
83
|
+
version: 0.23.2
|
|
84
84
|
type: :development
|
|
85
85
|
prerelease: false
|
|
86
86
|
version_requirements: !ruby/object:Gem::Requirement
|
|
87
87
|
requirements:
|
|
88
88
|
- - '='
|
|
89
89
|
- !ruby/object:Gem::Version
|
|
90
|
-
version: 0.23.
|
|
90
|
+
version: 0.23.2
|
|
91
91
|
- !ruby/object:Gem::Dependency
|
|
92
92
|
name: decidim-assemblies
|
|
93
93
|
requirement: !ruby/object:Gem::Requirement
|
|
94
94
|
requirements:
|
|
95
95
|
- - '='
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: 0.23.
|
|
97
|
+
version: 0.23.2
|
|
98
98
|
type: :development
|
|
99
99
|
prerelease: false
|
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
|
102
102
|
- - '='
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: 0.23.
|
|
104
|
+
version: 0.23.2
|
|
105
105
|
- !ruby/object:Gem::Dependency
|
|
106
106
|
name: decidim-comments
|
|
107
107
|
requirement: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
109
|
- - '='
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version: 0.23.
|
|
111
|
+
version: 0.23.2
|
|
112
112
|
type: :development
|
|
113
113
|
prerelease: false
|
|
114
114
|
version_requirements: !ruby/object:Gem::Requirement
|
|
115
115
|
requirements:
|
|
116
116
|
- - '='
|
|
117
117
|
- !ruby/object:Gem::Version
|
|
118
|
-
version: 0.23.
|
|
118
|
+
version: 0.23.2
|
|
119
119
|
- !ruby/object:Gem::Dependency
|
|
120
120
|
name: decidim-dev
|
|
121
121
|
requirement: !ruby/object:Gem::Requirement
|
|
122
122
|
requirements:
|
|
123
123
|
- - '='
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
|
-
version: 0.23.
|
|
125
|
+
version: 0.23.2
|
|
126
126
|
type: :development
|
|
127
127
|
prerelease: false
|
|
128
128
|
version_requirements: !ruby/object:Gem::Requirement
|
|
129
129
|
requirements:
|
|
130
130
|
- - '='
|
|
131
131
|
- !ruby/object:Gem::Version
|
|
132
|
-
version: 0.23.
|
|
132
|
+
version: 0.23.2
|
|
133
133
|
- !ruby/object:Gem::Dependency
|
|
134
134
|
name: decidim-meetings
|
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
|
136
136
|
requirements:
|
|
137
137
|
- - '='
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 0.23.
|
|
139
|
+
version: 0.23.2
|
|
140
140
|
type: :development
|
|
141
141
|
prerelease: false
|
|
142
142
|
version_requirements: !ruby/object:Gem::Requirement
|
|
143
143
|
requirements:
|
|
144
144
|
- - '='
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
|
-
version: 0.23.
|
|
146
|
+
version: 0.23.2
|
|
147
147
|
- !ruby/object:Gem::Dependency
|
|
148
148
|
name: decidim-participatory_processes
|
|
149
149
|
requirement: !ruby/object:Gem::Requirement
|
|
150
150
|
requirements:
|
|
151
151
|
- - '='
|
|
152
152
|
- !ruby/object:Gem::Version
|
|
153
|
-
version: 0.23.
|
|
153
|
+
version: 0.23.2
|
|
154
154
|
type: :development
|
|
155
155
|
prerelease: false
|
|
156
156
|
version_requirements: !ruby/object:Gem::Requirement
|
|
157
157
|
requirements:
|
|
158
158
|
- - '='
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
|
-
version: 0.23.
|
|
160
|
+
version: 0.23.2
|
|
161
161
|
- !ruby/object:Gem::Dependency
|
|
162
162
|
name: decidim-proposals
|
|
163
163
|
requirement: !ruby/object:Gem::Requirement
|
|
164
164
|
requirements:
|
|
165
165
|
- - '='
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 0.23.
|
|
167
|
+
version: 0.23.2
|
|
168
168
|
type: :development
|
|
169
169
|
prerelease: false
|
|
170
170
|
version_requirements: !ruby/object:Gem::Requirement
|
|
171
171
|
requirements:
|
|
172
172
|
- - '='
|
|
173
173
|
- !ruby/object:Gem::Version
|
|
174
|
-
version: 0.23.
|
|
174
|
+
version: 0.23.2
|
|
175
175
|
description: An accountability component for decidim's participatory spaces.
|
|
176
176
|
email:
|
|
177
177
|
- josepjaume@gmail.com
|
|
@@ -337,12 +337,14 @@ files:
|
|
|
337
337
|
- config/locales/pt.yml
|
|
338
338
|
- config/locales/ro-RO.yml
|
|
339
339
|
- config/locales/ru.yml
|
|
340
|
+
- config/locales/si-LK.yml
|
|
340
341
|
- config/locales/sk-SK.yml
|
|
341
342
|
- config/locales/sk.yml
|
|
342
343
|
- config/locales/sl.yml
|
|
343
344
|
- config/locales/so-SO.yml
|
|
344
345
|
- config/locales/sr-CS.yml
|
|
345
346
|
- config/locales/sv.yml
|
|
347
|
+
- config/locales/sw-KE.yml
|
|
346
348
|
- config/locales/ti-ER.yml
|
|
347
349
|
- config/locales/tr-TR.yml
|
|
348
350
|
- config/locales/uk.yml
|
|
@@ -375,7 +377,7 @@ homepage: https://github.com/decidim/decidim
|
|
|
375
377
|
licenses:
|
|
376
378
|
- AGPL-3.0
|
|
377
379
|
metadata: {}
|
|
378
|
-
post_install_message:
|
|
380
|
+
post_install_message:
|
|
379
381
|
rdoc_options: []
|
|
380
382
|
require_paths:
|
|
381
383
|
- lib
|
|
@@ -391,7 +393,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
391
393
|
version: '0'
|
|
392
394
|
requirements: []
|
|
393
395
|
rubygems_version: 3.0.3
|
|
394
|
-
signing_key:
|
|
396
|
+
signing_key:
|
|
395
397
|
specification_version: 4
|
|
396
398
|
summary: Decidim accountability module
|
|
397
399
|
test_files: []
|