decidim-assemblies 0.29.0 → 0.29.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/decidim/assemblies/admin/assemblies_controller.rb +19 -4
- data/app/controllers/decidim/assemblies/admin/assembly_landing_page_content_blocks_controller.rb +6 -0
- data/app/forms/decidim/assemblies/admin/assembly_form.rb +8 -8
- data/app/models/decidim/assembly.rb +5 -0
- data/app/permissions/decidim/assemblies/permissions.rb +1 -1
- data/app/presenters/decidim/assemblies/assembly_presenter.rb +2 -2
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -2
- data/app/views/layouts/decidim/admin/assemblies.html.erb +1 -1
- data/config/locales/ar.yml +8 -7
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +44 -0
- data/config/locales/ca.yml +6 -6
- data/config/locales/cs.yml +2 -2
- data/config/locales/de.yml +17 -17
- data/config/locales/es-MX.yml +4 -4
- data/config/locales/es-PY.yml +4 -4
- data/config/locales/es.yml +4 -4
- data/config/locales/eu.yml +46 -46
- data/config/locales/fi-plain.yml +5 -5
- data/config/locales/fi.yml +9 -9
- data/config/locales/fr-CA.yml +5 -5
- data/config/locales/fr.yml +5 -5
- data/config/locales/ga-IE.yml +2 -0
- data/config/locales/gl.yml +4 -2
- data/config/locales/he-IL.yml +169 -0
- data/config/locales/hu.yml +1 -1
- data/config/locales/id-ID.yml +5 -0
- data/config/locales/is-IS.yml +5 -5
- data/config/locales/it.yml +5 -3
- data/config/locales/ja.yml +1 -1
- data/config/locales/ko.yml +1 -8
- data/config/locales/lb.yml +9 -5
- data/config/locales/lt.yml +2 -2
- data/config/locales/lv.yml +5 -0
- data/config/locales/nl.yml +5 -3
- data/config/locales/no.yml +2 -0
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt.yml +3 -1
- data/config/locales/ro-RO.yml +6 -2
- data/config/locales/ru.yml +6 -6
- data/config/locales/sk.yml +18 -0
- data/config/locales/sl.yml +15 -0
- data/config/locales/sq-AL.yml +3 -3
- data/config/locales/sv.yml +19 -19
- data/config/locales/tr-TR.yml +4 -4
- data/config/locales/uk.yml +5 -5
- data/config/locales/zh-CN.yml +5 -0
- data/config/locales/zh-TW.yml +1 -1
- data/decidim-assemblies.gemspec +1 -1
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +15 -13
data/config/locales/it.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
it:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Titolo
|
5
7
|
assembly:
|
6
8
|
area_id: Area
|
7
9
|
assembly_type: Tipo di assemblea
|
@@ -41,7 +43,7 @@ it:
|
|
41
43
|
promoted: In evidenza
|
42
44
|
published_at: Pubblicato a
|
43
45
|
purpose_of_action: Scopo dell'azione
|
44
|
-
scope_id:
|
46
|
+
scope_id: Ambito
|
45
47
|
scopes_enabled: Ambiti abilitati
|
46
48
|
short_description: Breve descrizione
|
47
49
|
slug: URL slug
|
@@ -172,7 +174,7 @@ it:
|
|
172
174
|
assemblies: Assemblee
|
173
175
|
assemblies_submenu:
|
174
176
|
assembly_admins: Amministratori dell'assemblea
|
175
|
-
assembly_members:
|
177
|
+
assembly_members: Utenti
|
176
178
|
attachment_collections: Cartelle
|
177
179
|
attachment_files: File
|
178
180
|
attachments: Allegati
|
@@ -292,7 +294,7 @@ it:
|
|
292
294
|
executive: Esecutivo
|
293
295
|
government: Governo
|
294
296
|
others: Altri
|
295
|
-
participatory:
|
297
|
+
participatory: Partecipativo
|
296
298
|
working_group: Gruppo di lavoro
|
297
299
|
content_blocks:
|
298
300
|
highlighted_assemblies:
|
data/config/locales/ja.yml
CHANGED
data/config/locales/ko.yml
CHANGED
@@ -16,7 +16,6 @@ ko:
|
|
16
16
|
instagram: 인스타그램
|
17
17
|
local_area: 조직 영역
|
18
18
|
private_space: 비공개 공간
|
19
|
-
scope_id: 범위
|
20
19
|
scopes_enabled: 범위 활성화됨
|
21
20
|
twitter: X
|
22
21
|
youtube: 유튜브
|
@@ -39,11 +38,6 @@ ko:
|
|
39
38
|
assembly_imports:
|
40
39
|
new:
|
41
40
|
import: 가져오기
|
42
|
-
assembly_members:
|
43
|
-
edit:
|
44
|
-
update: 업데이트
|
45
|
-
new:
|
46
|
-
create: 생성하기
|
47
41
|
assembly_user_roles:
|
48
42
|
edit:
|
49
43
|
update: 업데이트
|
@@ -51,7 +45,7 @@ ko:
|
|
51
45
|
create: 생성하기
|
52
46
|
menu:
|
53
47
|
assemblies_submenu:
|
54
|
-
assembly_members:
|
48
|
+
assembly_members: 멤버
|
55
49
|
attachment_collections: 폴더
|
56
50
|
attachment_files: 파일
|
57
51
|
attachments: 첨부 파일
|
@@ -60,7 +54,6 @@ ko:
|
|
60
54
|
models:
|
61
55
|
assembly_member:
|
62
56
|
fields:
|
63
|
-
designation_date: 지정된 날짜
|
64
57
|
full_name: 이름
|
65
58
|
name: 멤버
|
66
59
|
assembly_user_role:
|
data/config/locales/lb.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
lb:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Titel
|
5
7
|
assembly:
|
6
8
|
area_id: Bereich
|
7
9
|
assembly_type: Versammlungstyp
|
@@ -164,6 +166,9 @@ lb:
|
|
164
166
|
update:
|
165
167
|
error: Bei einem Fehler ist ein Benutzer für diese Assembly aktualisiert worden.
|
166
168
|
success: Der Benutzer wurde für diese Assembly erfolgreich aktualisiert.
|
169
|
+
filters:
|
170
|
+
decidim_assemblies_type_id_eq:
|
171
|
+
label: Versammlungstyp
|
167
172
|
menu:
|
168
173
|
assemblies: Gremien
|
169
174
|
assemblies_submenu:
|
@@ -174,7 +179,6 @@ lb:
|
|
174
179
|
categories: Kategorien
|
175
180
|
components: Komponenten
|
176
181
|
moderations: Moderationen
|
177
|
-
assemblies_types: Versammlungstypen
|
178
182
|
models:
|
179
183
|
assemblies_types:
|
180
184
|
fields:
|
@@ -231,11 +235,11 @@ lb:
|
|
231
235
|
members: Mitglieder
|
232
236
|
assembly_types:
|
233
237
|
commission: Kommission
|
234
|
-
consultative_advisory:
|
235
|
-
executive:
|
238
|
+
consultative_advisory: Beratung / Beratung
|
239
|
+
executive: Executive
|
236
240
|
government: Regierung
|
237
241
|
others: Andere
|
238
|
-
participatory:
|
242
|
+
participatory: Partizipativ
|
239
243
|
working_group: Arbeitsgruppe
|
240
244
|
content_blocks:
|
241
245
|
highlighted_assemblies:
|
@@ -261,7 +265,7 @@ lb:
|
|
261
265
|
member_of:
|
262
266
|
member_of: Mitglied von
|
263
267
|
show:
|
264
|
-
assembly_type:
|
268
|
+
assembly_type: Versammlungstyp
|
265
269
|
duration: Dauer
|
266
270
|
private_space: Dies ist eine private Versammlung
|
267
271
|
assembly_members:
|
data/config/locales/lt.yml
CHANGED
@@ -218,7 +218,7 @@ lt:
|
|
218
218
|
ceased_date: Nutraukimo data
|
219
219
|
designation_date: Paskyrimo data
|
220
220
|
full_name: Vardas
|
221
|
-
position:
|
221
|
+
position: Pozicija
|
222
222
|
name: Narys
|
223
223
|
positions:
|
224
224
|
other: Kita
|
@@ -330,7 +330,7 @@ lt:
|
|
330
330
|
commission: Komisija
|
331
331
|
consultative_advisory: Konsultacinė / Patariamoji
|
332
332
|
executive: Vykdomoji
|
333
|
-
government:
|
333
|
+
government: Vyriausybė
|
334
334
|
others: Kita
|
335
335
|
participatory: Dalyvaujamoji
|
336
336
|
working_group: Darbo grupė
|
data/config/locales/lv.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
lv:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Nosaukums
|
5
7
|
assembly:
|
6
8
|
area_id: Joma
|
7
9
|
assembly_type: Asamblejas veids
|
@@ -151,6 +153,9 @@ lv:
|
|
151
153
|
update:
|
152
154
|
error: Atjauninot administratoru šai asamblejai, radās problēma.
|
153
155
|
success: Šīs asamblejas administrators ir veiksmīgi atjaunināts.
|
156
|
+
filters:
|
157
|
+
decidim_assemblies_type_id_eq:
|
158
|
+
label: Asamblejas veids
|
154
159
|
menu:
|
155
160
|
assemblies: Asambleja
|
156
161
|
assemblies_submenu:
|
data/config/locales/nl.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
nl:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Titel
|
5
7
|
assembly:
|
6
8
|
area_id: Onderwerp
|
7
9
|
assembly_type: Groepstype
|
@@ -41,7 +43,7 @@ nl:
|
|
41
43
|
promoted: Gepromoveerd
|
42
44
|
published_at: Gepubliceerd op
|
43
45
|
purpose_of_action: Doelstelling
|
44
|
-
scope_id:
|
46
|
+
scope_id: Bereik
|
45
47
|
scopes_enabled: Scopes ingeschakeld
|
46
48
|
short_description: Korte beschrijving
|
47
49
|
slug: URL pad
|
@@ -138,7 +140,7 @@ nl:
|
|
138
140
|
index:
|
139
141
|
assembly_members_title: Groepsleden
|
140
142
|
new:
|
141
|
-
create:
|
143
|
+
create: creëren
|
142
144
|
update:
|
143
145
|
error: Er is een fout opgetreden bij het bijwerken van het lid voor deze groep.
|
144
146
|
success: Lid is succesvol bijgewerkt voor deze groep.
|
@@ -178,7 +180,7 @@ nl:
|
|
178
180
|
categories: Categorieën
|
179
181
|
components: Onderdelen
|
180
182
|
moderations: Moderaties
|
181
|
-
assemblies_types:
|
183
|
+
assemblies_types: Groepstype
|
182
184
|
models:
|
183
185
|
assemblies_types:
|
184
186
|
fields:
|
data/config/locales/no.yml
CHANGED
data/config/locales/pl.yml
CHANGED
@@ -235,7 +235,7 @@ pl:
|
|
235
235
|
assembly_member:
|
236
236
|
fields:
|
237
237
|
ceased_date: Data zakończenia
|
238
|
-
designation_date: Data
|
238
|
+
designation_date: Data wyboru
|
239
239
|
full_name: Imię
|
240
240
|
position: Pozycja
|
241
241
|
name: Członek
|
@@ -359,7 +359,7 @@ pl:
|
|
359
359
|
consultative_advisory: Konsultacyjne / doradcze
|
360
360
|
executive: Wykonawcze
|
361
361
|
government: Rząd
|
362
|
-
others:
|
362
|
+
others: Inni
|
363
363
|
participatory: Uczestniczące
|
364
364
|
working_group: Grupa robocza
|
365
365
|
content_blocks:
|
data/config/locales/pt.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
pt:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Título
|
5
7
|
assembly:
|
6
8
|
area_id: Área
|
7
9
|
assembly_type: Tipo de reunião
|
@@ -166,7 +168,7 @@ pt:
|
|
166
168
|
success: Administrador atualizador corretamente para esta reunião.
|
167
169
|
filters:
|
168
170
|
decidim_assemblies_type_id_eq:
|
169
|
-
label: Tipo de
|
171
|
+
label: Tipo de reunião
|
170
172
|
menu:
|
171
173
|
assemblies: Reuniões
|
172
174
|
assemblies_submenu:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -48,7 +48,7 @@ ro:
|
|
48
48
|
promoted: Evidenţiat
|
49
49
|
published_at: Publicat la
|
50
50
|
purpose_of_action: Scopul acțiunii
|
51
|
-
scope_id: Domeniu
|
51
|
+
scope_id: Domeniu
|
52
52
|
scopes_enabled: Domenii activate
|
53
53
|
short_description: Descriere scurtă
|
54
54
|
slug: URL slug
|
@@ -324,7 +324,7 @@ ro:
|
|
324
324
|
consultative_advisory: Organ consultativ
|
325
325
|
executive: Executiv
|
326
326
|
government: Conducere
|
327
|
-
others:
|
327
|
+
others: Alții
|
328
328
|
participatory: Participativ
|
329
329
|
working_group: Sub-grup de lucru
|
330
330
|
content_blocks:
|
@@ -349,6 +349,10 @@ ro:
|
|
349
349
|
last_activity:
|
350
350
|
new_assembly: 'Adunare nouă:'
|
351
351
|
pages:
|
352
|
+
home:
|
353
|
+
highlighted_assemblies:
|
354
|
+
active_spaces: Grupuri de lucru active
|
355
|
+
see_all_spaces: Vedeți tot
|
352
356
|
user_profile:
|
353
357
|
member_of:
|
354
358
|
member_of: Membru al
|
data/config/locales/ru.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
ru:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Название
|
5
7
|
assembly:
|
6
8
|
area_id: Участок
|
7
9
|
assembly_type: Вид собрания
|
@@ -147,6 +149,9 @@ ru:
|
|
147
149
|
update:
|
148
150
|
error: При попытке обновить члена президиума этого собрания произошла ошибка.
|
149
151
|
success: Участник этого собрания успешно обновлен.
|
152
|
+
filters:
|
153
|
+
decidim_assemblies_type_id_eq:
|
154
|
+
label: Вид собрания
|
150
155
|
menu:
|
151
156
|
assemblies: Собрания
|
152
157
|
assemblies_submenu:
|
@@ -238,12 +243,7 @@ ru:
|
|
238
243
|
members: Члены президиума
|
239
244
|
assembly_types:
|
240
245
|
commission: Комиссия
|
241
|
-
|
242
|
-
executive: Исполнительное
|
243
|
-
government: Правительственное
|
244
|
-
others: Другое
|
245
|
-
participatory: Соучастное
|
246
|
-
working_group: Рабочая группа
|
246
|
+
others: Другие
|
247
247
|
content_blocks:
|
248
248
|
highlighted_assemblies:
|
249
249
|
name: Рекомендуемые собрания
|
data/config/locales/sk.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
sk:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Názov
|
5
7
|
assembly:
|
6
8
|
area_id: Oblasť
|
7
9
|
assembly_type: Typ zhromaždenia
|
@@ -112,12 +114,26 @@ sk:
|
|
112
114
|
update:
|
113
115
|
error: Pri tvorbe nového typu zhromaždenia nastala chyba.
|
114
116
|
success: Typ zhromaždenia úspešne aktualizovaný.
|
117
|
+
assembly_members:
|
118
|
+
edit:
|
119
|
+
update: Aktualizovať
|
120
|
+
new:
|
121
|
+
create: Vytvoriť
|
122
|
+
filters:
|
123
|
+
decidim_assemblies_type_id_eq:
|
124
|
+
label: Typ zhromaždenia
|
115
125
|
menu:
|
116
126
|
assemblies_types: Typy zhromaždení
|
117
127
|
models:
|
118
128
|
assemblies_types:
|
119
129
|
fields:
|
120
130
|
title: Názov
|
131
|
+
assembly_member:
|
132
|
+
fields:
|
133
|
+
ceased_date: Dátum ukončenia
|
134
|
+
designation_date: Dátum konania
|
135
|
+
full_name: Meno
|
136
|
+
position: Pozícia
|
121
137
|
assembly_user_role:
|
122
138
|
roles:
|
123
139
|
valuator: Hodnotiteľ
|
@@ -134,6 +150,8 @@ sk:
|
|
134
150
|
assemblies_types:
|
135
151
|
form:
|
136
152
|
title: Názov
|
153
|
+
show:
|
154
|
+
assembly_type: Typ zhromaždenia
|
137
155
|
events:
|
138
156
|
assemblies:
|
139
157
|
create_assembly_member:
|
data/config/locales/sl.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
sl:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Naziv
|
5
7
|
assembly:
|
6
8
|
area_id: Področje
|
7
9
|
assembly_type: Vrsta združbe
|
@@ -132,6 +134,13 @@ sl:
|
|
132
134
|
success: Član uspešno kreiran v tej združbi.
|
133
135
|
destroy:
|
134
136
|
success: Član uspešno izbrisan v tej združbi.
|
137
|
+
edit:
|
138
|
+
update: Posodobi
|
139
|
+
new:
|
140
|
+
create: Ustvari
|
141
|
+
filters:
|
142
|
+
decidim_assemblies_type_id_eq:
|
143
|
+
label: Vrsta združbe
|
135
144
|
menu:
|
136
145
|
assemblies: Združbe
|
137
146
|
assemblies_submenu:
|
@@ -147,6 +156,12 @@ sl:
|
|
147
156
|
assemblies_types:
|
148
157
|
fields:
|
149
158
|
title: Naziv
|
159
|
+
assembly_member:
|
160
|
+
fields:
|
161
|
+
ceased_date: Datum prenehanja
|
162
|
+
designation_date: Datum imenovanja
|
163
|
+
full_name: Ime
|
164
|
+
position: Položaj
|
150
165
|
titles:
|
151
166
|
assemblies: Združbe
|
152
167
|
assemblies_types: Vrste združb
|
data/config/locales/sq-AL.yml
CHANGED
@@ -181,7 +181,7 @@ sq:
|
|
181
181
|
'false': E papërfunduar
|
182
182
|
'true': Përfunduar
|
183
183
|
decidim_assemblies_type_id_eq:
|
184
|
-
label:
|
184
|
+
label: Lloji i asamblesë
|
185
185
|
search_placeholder:
|
186
186
|
full_name_or_user_name_or_user_nickname_cont: Kërko me emër ose nofkë
|
187
187
|
menu:
|
@@ -338,7 +338,7 @@ sq:
|
|
338
338
|
consultative_advisory: Këshilluese
|
339
339
|
executive: Ekzekutive
|
340
340
|
government: Qeverisja
|
341
|
-
others:
|
341
|
+
others: Të tjerët
|
342
342
|
participatory: Pjesëmarrëse
|
343
343
|
working_group: Grup pune
|
344
344
|
content_blocks:
|
@@ -379,7 +379,7 @@ sq:
|
|
379
379
|
member_of:
|
380
380
|
member_of: Anëtar i
|
381
381
|
show:
|
382
|
-
assembly_type:
|
382
|
+
assembly_type: Lloji i asamblesë
|
383
383
|
duration: Kohëzgjatja
|
384
384
|
private_space: Kjo është asamble private
|
385
385
|
social_networks_title: Vizito asamblenë në
|
data/config/locales/sv.yml
CHANGED
@@ -11,7 +11,7 @@ sv:
|
|
11
11
|
assembly_type_other: Annan typ av samråd
|
12
12
|
banner_image: Bannerbild
|
13
13
|
closing_date: Slutdatum
|
14
|
-
closing_date_reason:
|
14
|
+
closing_date_reason: Anledning till avslut
|
15
15
|
composition: Sammansättning
|
16
16
|
copy_categories: Kopiera kategorier
|
17
17
|
copy_components: Kopiera komponenter
|
@@ -23,31 +23,31 @@ sv:
|
|
23
23
|
decidim_assemblies_type_id: Typ av samråd
|
24
24
|
decidim_scope_id: Indelning
|
25
25
|
description: Beskrivning
|
26
|
-
developer_group:
|
26
|
+
developer_group: Arrangör
|
27
27
|
document: Dokument
|
28
28
|
domain: Domän
|
29
29
|
duration: Varaktighet
|
30
30
|
facebook: Facebook
|
31
31
|
github: GitHub
|
32
32
|
hashtag: Hashtag
|
33
|
-
hero_image:
|
33
|
+
hero_image: Startbild
|
34
34
|
import_attachments: Importera bilagor
|
35
35
|
import_categories: Importera kategorier
|
36
36
|
import_components: Importera komponenter
|
37
|
-
included_at:
|
37
|
+
included_at: Publicerad
|
38
38
|
instagram: Instagram
|
39
|
-
internal_organisation:
|
39
|
+
internal_organisation: Organisation
|
40
40
|
is_transparent: Är transparent
|
41
41
|
local_area: Område
|
42
|
-
meta_scope:
|
42
|
+
meta_scope: Omfattning
|
43
43
|
parent_id: Överordnat samråd
|
44
44
|
participatory_processes_ids: Relaterade deltagandeprocesser
|
45
45
|
participatory_scope: Vad bestäms
|
46
|
-
participatory_structure: Hur
|
46
|
+
participatory_structure: Hur fattas beslut
|
47
47
|
private_space: Privat utrymme
|
48
|
-
promoted:
|
48
|
+
promoted: Utvald
|
49
49
|
published_at: Publicerad
|
50
|
-
purpose_of_action: Syfte
|
50
|
+
purpose_of_action: Syfte
|
51
51
|
scope_id: Indelning
|
52
52
|
scopes_enabled: Aktivera indelningar
|
53
53
|
short_description: Kort beskrivning
|
@@ -84,7 +84,7 @@ sv:
|
|
84
84
|
models:
|
85
85
|
decidim/assembly:
|
86
86
|
one: Samråd
|
87
|
-
other:
|
87
|
+
other: Samråd
|
88
88
|
decidim/assembly_member:
|
89
89
|
one: Medlem i samråd
|
90
90
|
other: Medlemmar i samråd
|
@@ -222,7 +222,7 @@ sv:
|
|
222
222
|
actions: Åtgärder
|
223
223
|
created_at: Skapad
|
224
224
|
private: Privat
|
225
|
-
promoted:
|
225
|
+
promoted: Utvald
|
226
226
|
published: Publicerad
|
227
227
|
title: Titel
|
228
228
|
name: Samråd
|
@@ -231,7 +231,7 @@ sv:
|
|
231
231
|
ceased_date: Slutade datum
|
232
232
|
designation_date: Utnämningsdatum
|
233
233
|
full_name: Namn
|
234
|
-
position:
|
234
|
+
position: Befattning
|
235
235
|
name: Medlem
|
236
236
|
positions:
|
237
237
|
other: Andra
|
@@ -288,7 +288,7 @@ sv:
|
|
288
288
|
images: Bilder
|
289
289
|
included_at_help: Markera datumet när samrådet lades till på plattformen. Det behöver inte nödvändigtvis vara samma som datumet det skapades.
|
290
290
|
metadata: Metadata
|
291
|
-
other:
|
291
|
+
other: Övrigt
|
292
292
|
select_a_created_by: Välj en skapad av
|
293
293
|
select_an_area: Välj ett område
|
294
294
|
select_an_assembly_type: Välj typ av samråd
|
@@ -311,7 +311,7 @@ sv:
|
|
311
311
|
existing_user: Befintlig deltagare
|
312
312
|
explanation: 'Instruktioner för bild:'
|
313
313
|
image_guide: Helst en porträttbild utan text.
|
314
|
-
non_user:
|
314
|
+
non_user: Icke-deltagare
|
315
315
|
non_user_avatar_help: Du bör få medgivande av personerna innan du lägger till dem som medlemmar.
|
316
316
|
select_a_position: Välj en position
|
317
317
|
select_user: Välj en deltagare
|
@@ -329,13 +329,13 @@ sv:
|
|
329
329
|
created_by: Skapad av
|
330
330
|
creation_date: Skapad
|
331
331
|
data: Data från samråd
|
332
|
-
developer_group:
|
332
|
+
developer_group: Arrangör
|
333
333
|
duration: Varaktighet
|
334
334
|
included_at: Inkluderad
|
335
335
|
indefinite_duration: Permanent
|
336
336
|
local_area: Område
|
337
337
|
meta_scope: Indelning
|
338
|
-
participatory_scope: Vad
|
338
|
+
participatory_scope: Vad beslutas
|
339
339
|
participatory_structure: Hur fattas beslut
|
340
340
|
target: Vilka deltar
|
341
341
|
title: Om samrådet
|
@@ -364,7 +364,7 @@ sv:
|
|
364
364
|
extra_data:
|
365
365
|
name: Typ & varaktighet
|
366
366
|
highlighted_assemblies:
|
367
|
-
name: Viktiga samråd
|
367
|
+
name: Viktiga samråd just nu
|
368
368
|
related_assemblies:
|
369
369
|
name: Relaterade samråd
|
370
370
|
created_by:
|
@@ -388,7 +388,7 @@ sv:
|
|
388
388
|
pages:
|
389
389
|
home:
|
390
390
|
highlighted_assemblies:
|
391
|
-
active_spaces:
|
391
|
+
active_spaces: Pågående samråd
|
392
392
|
see_all_spaces: Visa alla samråd
|
393
393
|
user_profile:
|
394
394
|
member_of:
|
@@ -447,7 +447,7 @@ sv:
|
|
447
447
|
more_info: Mer information
|
448
448
|
take_part: Delta
|
449
449
|
index:
|
450
|
-
promoted_assemblies: Viktiga samråd
|
450
|
+
promoted_assemblies: Viktiga samråd just nu
|
451
451
|
metadata:
|
452
452
|
children_item:
|
453
453
|
one: "%{count} samråd"
|
data/config/locales/tr-TR.yml
CHANGED
@@ -3,7 +3,7 @@ tr:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
assemblies_type:
|
6
|
-
title:
|
6
|
+
title: Başlık
|
7
7
|
assembly:
|
8
8
|
announcement: Duyuru
|
9
9
|
area_id: Alan
|
@@ -20,7 +20,7 @@ tr:
|
|
20
20
|
created_by_other: Diğer tarafından oluşturuldu
|
21
21
|
creation_date: Tarih oluşturuldu
|
22
22
|
decidim_area_id: alan
|
23
|
-
decidim_assemblies_type_id:
|
23
|
+
decidim_assemblies_type_id: Kurul türü
|
24
24
|
decidim_scope_id: kapsam
|
25
25
|
description: Açıklama
|
26
26
|
developer_group: Tanıtım grubu
|
@@ -176,7 +176,7 @@ tr:
|
|
176
176
|
success: Yönetici bu kurul için başarıyla güncellendi.
|
177
177
|
filters:
|
178
178
|
decidim_assemblies_type_id_eq:
|
179
|
-
label:
|
179
|
+
label: Kurul türü
|
180
180
|
menu:
|
181
181
|
assemblies: Kurullar
|
182
182
|
assemblies_submenu:
|
@@ -188,7 +188,7 @@ tr:
|
|
188
188
|
categories: Kategoriler
|
189
189
|
components: Bileşenler
|
190
190
|
moderations: Yönetim
|
191
|
-
assemblies_types: Kurul
|
191
|
+
assemblies_types: Kurul türleri
|
192
192
|
models:
|
193
193
|
assemblies_types:
|
194
194
|
fields:
|
data/config/locales/uk.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
uk:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Назва
|
5
7
|
assembly:
|
6
8
|
area_id: Дільниця
|
7
9
|
assembly_type: Різновид зборів
|
@@ -147,6 +149,9 @@ uk:
|
|
147
149
|
update:
|
148
150
|
error: При спробі оновити учасника цих зборів сталася помилка.
|
149
151
|
success: Учасника цих зборів успішно оновлено.
|
152
|
+
filters:
|
153
|
+
decidim_assemblies_type_id_eq:
|
154
|
+
label: Різновид зборів
|
150
155
|
menu:
|
151
156
|
assemblies: Збори
|
152
157
|
assemblies_submenu:
|
@@ -238,12 +243,7 @@ uk:
|
|
238
243
|
members: Члени президії
|
239
244
|
assembly_types:
|
240
245
|
commission: Робочий гурт
|
241
|
-
consultative_advisory: Дорадчі / Консультативні
|
242
|
-
executive: Виконавчі
|
243
|
-
government: Урядові
|
244
246
|
others: Інші
|
245
|
-
participatory: Співучасні
|
246
|
-
working_group: Робочий гурт
|
247
247
|
content_blocks:
|
248
248
|
highlighted_assemblies:
|
249
249
|
name: Висвітлені збори
|
data/config/locales/zh-CN.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
zh-CN:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: 标题
|
5
7
|
assembly:
|
6
8
|
area_id: 区域
|
7
9
|
assembly_type: 程序集类型
|
@@ -158,6 +160,9 @@ zh-CN:
|
|
158
160
|
update:
|
159
161
|
error: 更新这个会议的管理员时出现问题。
|
160
162
|
success: 管理员已成功更新此程序集。
|
163
|
+
filters:
|
164
|
+
decidim_assemblies_type_id_eq:
|
165
|
+
label: 程序集类型
|
161
166
|
menu:
|
162
167
|
assemblies: 程序集
|
163
168
|
assemblies_submenu:
|
data/config/locales/zh-TW.yml
CHANGED
data/decidim-assemblies.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.version = Decidim::Assemblies.version
|
9
9
|
s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
|
10
10
|
s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
|
11
|
-
s.license = "AGPL-3.0"
|
11
|
+
s.license = "AGPL-3.0-or-later"
|
12
12
|
s.homepage = "https://decidim.org"
|
13
13
|
s.metadata = {
|
14
14
|
"bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
|