decidim-assemblies 0.29.1 → 0.29.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/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 +8 -0
- data/app/presenters/decidim/assemblies/assembly_presenter.rb +2 -2
- 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-IT.yml +460 -0
- data/config/locales/ca.yml +3 -3
- data/config/locales/cs.yml +2 -2
- data/config/locales/de.yml +6 -6
- 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 +49 -49
- 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 +5 -3
- data/config/locales/he-IL.yml +172 -0
- data/config/locales/hu.yml +1 -1
- data/config/locales/id-ID.yml +5 -0
- data/config/locales/is-IS.yml +8 -5
- data/config/locales/it.yml +76 -4
- 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 +83 -1
- data/config/locales/ro-RO.yml +22 -18
- data/config/locales/ru.yml +9 -6
- data/config/locales/sk.yml +18 -0
- data/config/locales/sl.yml +15 -0
- data/config/locales/sq-AL.yml +6 -3
- data/config/locales/sv.yml +6 -6
- data/config/locales/tr-TR.yml +4 -4
- data/config/locales/uk.yml +8 -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 +16 -13
data/config/locales/pt.yml
CHANGED
@@ -2,7 +2,10 @@
|
|
2
2
|
pt:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_type:
|
6
|
+
title: Título
|
5
7
|
assembly:
|
8
|
+
announcement: Anúncio
|
6
9
|
area_id: Área
|
7
10
|
assembly_type: Tipo de reunião
|
8
11
|
assembly_type_other: Outro tipo de reunião
|
@@ -21,12 +24,16 @@ pt:
|
|
21
24
|
decidim_scope_id: Âmbito
|
22
25
|
description: Descrição
|
23
26
|
developer_group: Grupo promotor
|
27
|
+
document: Documento
|
24
28
|
domain: Domínio
|
25
29
|
duration: Duração
|
26
30
|
facebook: Facebook
|
27
31
|
github: GitHub
|
28
32
|
hashtag: Hashtag
|
29
33
|
hero_image: Imagem inicial
|
34
|
+
import_attachments: Importar anexos
|
35
|
+
import_categories: Importar categorias
|
36
|
+
import_components: Importar componentes
|
30
37
|
included_at: Incluído em
|
31
38
|
instagram: Instagram
|
32
39
|
internal_organisation: Organização interna
|
@@ -49,6 +56,7 @@ pt:
|
|
49
56
|
subtitle: Subtítulo
|
50
57
|
target: Quem participa
|
51
58
|
title: Título
|
59
|
+
twitter: X
|
52
60
|
weight: Posição de ordenamento
|
53
61
|
youtube: Youtube
|
54
62
|
assembly_member:
|
@@ -61,10 +69,17 @@ pt:
|
|
61
69
|
non_user_avatar: Avatar
|
62
70
|
position: Posição
|
63
71
|
user_id: Utilizador ou grupo
|
72
|
+
weight: Posição de ordenamento
|
64
73
|
assembly_user_role:
|
65
74
|
email: E-mail
|
66
75
|
name: Nome
|
67
76
|
role: Função
|
77
|
+
errors:
|
78
|
+
models:
|
79
|
+
assembly:
|
80
|
+
attributes:
|
81
|
+
document:
|
82
|
+
allowed_file_content_types: 'Tipo de documento inválido. Só são permitidos ficheiros com as seguintes extensões: %{types}.'
|
68
83
|
activerecord:
|
69
84
|
models:
|
70
85
|
decidim/assembly:
|
@@ -82,6 +97,7 @@ pt:
|
|
82
97
|
import_assembly: Importar
|
83
98
|
new_assembly: Nova reunião
|
84
99
|
new_assembly_type: Novo tipo de reunião
|
100
|
+
new_assembly_user_role: Administrador da nova reunião
|
85
101
|
assemblies:
|
86
102
|
create:
|
87
103
|
error: Ocorreu um problema ao criar uma nova reunião.
|
@@ -92,6 +108,7 @@ pt:
|
|
92
108
|
private: Privado
|
93
109
|
public: Público
|
94
110
|
published: Publicado
|
111
|
+
unpublished: Não publicado
|
95
112
|
new:
|
96
113
|
create: Criar
|
97
114
|
title: Nova assembléia
|
@@ -156,17 +173,26 @@ pt:
|
|
156
173
|
destroy:
|
157
174
|
success: Administrador removido corretamente desta reunião.
|
158
175
|
edit:
|
176
|
+
title: Atualizar o administrador da reunião
|
159
177
|
update: Atualizar
|
160
178
|
index:
|
161
179
|
assembly_admins_title: Administradores da reunião
|
162
180
|
new:
|
163
181
|
create: Criar
|
182
|
+
title: Administrador da nova reunião
|
164
183
|
update:
|
165
184
|
error: Ocorreu um problema ao atualizar um administrador para esta reunião.
|
166
185
|
success: Administrador atualizador corretamente para esta reunião.
|
167
186
|
filters:
|
187
|
+
ceased_date_not_null:
|
188
|
+
label: Cessou
|
189
|
+
values:
|
190
|
+
'false': Não cessou
|
191
|
+
'true': Cessou
|
168
192
|
decidim_assemblies_type_id_eq:
|
169
|
-
label: Tipo de
|
193
|
+
label: Tipo de reunião
|
194
|
+
search_placeholder:
|
195
|
+
full_name_or_user_name_or_user_nickname_cont: Pesquisar por nome ou apelido
|
170
196
|
menu:
|
171
197
|
assemblies: Reuniões
|
172
198
|
assemblies_submenu:
|
@@ -177,7 +203,10 @@ pt:
|
|
177
203
|
attachments: Anexos
|
178
204
|
categories: Categorias
|
179
205
|
components: Componentes
|
206
|
+
info: Sobre esta reunião
|
207
|
+
landing_page: Página de destino
|
180
208
|
moderations: Moderação
|
209
|
+
see_assembly: Veja a reunião
|
181
210
|
assemblies_types: Tipos de reuniões
|
182
211
|
models:
|
183
212
|
assemblies_types:
|
@@ -186,6 +215,7 @@ pt:
|
|
186
215
|
title: Título
|
187
216
|
assembly:
|
188
217
|
fields:
|
218
|
+
actions: Ações
|
189
219
|
created_at: Criado em
|
190
220
|
private: Privado
|
191
221
|
promoted: Realçado
|
@@ -221,6 +251,9 @@ pt:
|
|
221
251
|
admin_log:
|
222
252
|
assembly:
|
223
253
|
create: "%{user_name} criou a reunião %{resource_name}"
|
254
|
+
duplicate: "%{user_name} duplicou a reunião %{resource_name}"
|
255
|
+
export: "%{user_name} exportou a reunião %{resource_name}"
|
256
|
+
import: "%{user_name} importou a reunião %{resource_name}"
|
224
257
|
publish: "%{user_name} publicou a reunião %{resource_name}"
|
225
258
|
unpublish: "%{user_name} removeu a publicação da reunião %{resource_name}"
|
226
259
|
update: "%{user_name} atualizou a reunião %{resource_name}"
|
@@ -249,21 +282,31 @@ pt:
|
|
249
282
|
duration_help: Se a duração desta reunião for limitada, selecione a data final. Caso contrário, aparecerá como indefinida.
|
250
283
|
filters: Filtros
|
251
284
|
images: Imagens
|
285
|
+
included_at_help: Selecione a data em que esta reunião foi adicionada à plataforma. Não precisa de ser necessariamente a mesma que a data de criação.
|
252
286
|
metadata: Metadados
|
253
287
|
other: Outros
|
254
288
|
select_a_created_by: Selecione um criado por
|
255
289
|
select_an_area: Selecione uma Área
|
256
290
|
select_an_assembly_type: Selecione um tipo de reunião
|
257
291
|
select_parent_assembly: Selecione a reunião pai
|
292
|
+
slug_help_html: 'São usados slugs de URL para gerar URLs que apontam para esta reunião. Aceita apenas letras, números e traços, e deve começar com uma letra. Exemplo: %{url}'
|
258
293
|
social_handlers: Social
|
259
294
|
title: Informação geral
|
295
|
+
visibility: Visibilidade
|
260
296
|
assemblies_types:
|
261
297
|
form:
|
262
298
|
title: Título
|
299
|
+
assembly_copies:
|
300
|
+
form:
|
301
|
+
slug_help_html: 'São usados slugs de URL para gerar URLs que apontam para esta reunião. Aceita apenas letras, números e traços, e deve começar com uma letra. Exemplo: %{url}'
|
302
|
+
assembly_imports:
|
303
|
+
form:
|
304
|
+
slug_help_html: 'São usados slugs de URL para gerar URLs que apontam para esta reunião. Aceita apenas letras, números e traços, e deve começar com uma letra. Exemplo: %{url}'
|
263
305
|
assembly_members:
|
264
306
|
form:
|
265
307
|
existing_user: Participante existente
|
266
308
|
explanation: 'Orientações para imagem:'
|
309
|
+
image_guide: De preferência uma imagem de retrato que não tenha nenhum texto.
|
267
310
|
non_user: Não participante
|
268
311
|
non_user_avatar_help: Deve obter o consentimento das pessoas antes de as publicar como membros.
|
269
312
|
select_a_position: Selecione uma posição
|
@@ -276,9 +319,28 @@ pt:
|
|
276
319
|
accepted_types:
|
277
320
|
json: JSON
|
278
321
|
assemblies:
|
322
|
+
description:
|
323
|
+
area_name: Área
|
324
|
+
closing_date: Data de encerramento
|
325
|
+
created_by: Criado por
|
326
|
+
creation_date: Data de criação
|
327
|
+
data: Dados da reunião
|
328
|
+
developer_group: Grupo promotor
|
329
|
+
duration: Duração
|
330
|
+
included_at: Incluído em
|
331
|
+
indefinite_duration: Indeterminada
|
332
|
+
local_area: Área de organização
|
333
|
+
meta_scope: Âmbito
|
334
|
+
participatory_scope: O que é decidido
|
335
|
+
participatory_structure: Como é decidido
|
336
|
+
target: Quem participa
|
337
|
+
title: Sobre esta reunião
|
279
338
|
filters:
|
280
339
|
names:
|
281
340
|
all: Todos
|
341
|
+
type: Tipo
|
342
|
+
show:
|
343
|
+
title: Sobre esta reunião
|
282
344
|
assembly_members:
|
283
345
|
index:
|
284
346
|
members: Membros
|
@@ -291,8 +353,16 @@ pt:
|
|
291
353
|
participatory: Participativo
|
292
354
|
working_group: Grupo de trabalho
|
293
355
|
content_blocks:
|
356
|
+
children_assemblies:
|
357
|
+
name: Reuniões
|
358
|
+
dates_metadata:
|
359
|
+
name: Metadados de datas
|
360
|
+
extra_data:
|
361
|
+
name: Tipo e duração
|
294
362
|
highlighted_assemblies:
|
295
363
|
name: Reuniões realçadas
|
364
|
+
related_assemblies:
|
365
|
+
name: Reuniões relacionadas
|
296
366
|
created_by:
|
297
367
|
city_council: Câmara Municipal
|
298
368
|
others: Outros
|
@@ -309,7 +379,13 @@ pt:
|
|
309
379
|
working_group: Grupo de trabalho
|
310
380
|
index:
|
311
381
|
title: Reuniões
|
382
|
+
last_activity:
|
383
|
+
new_assembly: 'Nova reunião:'
|
312
384
|
pages:
|
385
|
+
home:
|
386
|
+
highlighted_assemblies:
|
387
|
+
active_spaces: Reuniões ativas
|
388
|
+
see_all_spaces: Ver todas as reuniões
|
313
389
|
user_profile:
|
314
390
|
member_of:
|
315
391
|
member_of: Membro de
|
@@ -317,6 +393,7 @@ pt:
|
|
317
393
|
assembly_type: Tipo de reunião
|
318
394
|
duration: Duração
|
319
395
|
private_space: Esta é uma reunião privada
|
396
|
+
social_networks_title: Visite a reunião em
|
320
397
|
assembly_members:
|
321
398
|
assembly_member:
|
322
399
|
designated_on: Designado em
|
@@ -326,6 +403,7 @@ pt:
|
|
326
403
|
assemblies:
|
327
404
|
create_assembly_member:
|
328
405
|
email_intro: Um administrador da reunião <a href="%{resource_url}">%{resource_name}</a> adicionou-o como um dos seus membros.
|
406
|
+
email_outro: Recebeu esta notificação porque foi convidado para uma reunião. Verifique a <a href="%{resource_url}">página da reunião</a> para contribuir!
|
329
407
|
email_subject: Foi convidado para ser membro da reunião %{resource_name}!
|
330
408
|
notification_title: Foi registado como membro da Reunião <a href="%{resource_path}">%{resource_name}</a>. Consulte a página da reunião <a href="%{resource_path}"></a> para contribuir!
|
331
409
|
assembly:
|
@@ -366,6 +444,10 @@ pt:
|
|
366
444
|
take_part: Participar
|
367
445
|
index:
|
368
446
|
promoted_assemblies: Reuniões realçadas
|
447
|
+
metadata:
|
448
|
+
children_item:
|
449
|
+
one: "%{count} reunião"
|
450
|
+
other: "%{count} reuniões"
|
369
451
|
order_by_assemblies:
|
370
452
|
assemblies:
|
371
453
|
one: "%{count} reunião"
|
data/config/locales/ro-RO.yml
CHANGED
@@ -5,7 +5,7 @@ ro:
|
|
5
5
|
assemblies_type:
|
6
6
|
title: Titlu
|
7
7
|
assembly:
|
8
|
-
announcement:
|
8
|
+
announcement: Anunț
|
9
9
|
area_id: Zonă
|
10
10
|
assembly_type: Tipul grupului de lucru
|
11
11
|
assembly_type_other: Alt tip de grup de lucru
|
@@ -14,8 +14,8 @@ ro:
|
|
14
14
|
closing_date_reason: Motivul datei de închidere
|
15
15
|
composition: Componență
|
16
16
|
copy_categories: Copiază categoriile
|
17
|
-
copy_components:
|
18
|
-
copy_features:
|
17
|
+
copy_components: Copiați componentele
|
18
|
+
copy_features: Copiați funcționalitățile
|
19
19
|
created_by: Creat de
|
20
20
|
created_by_other: Creat de altcineva
|
21
21
|
creation_date: Data creării
|
@@ -33,7 +33,7 @@ ro:
|
|
33
33
|
hero_image: Imagine pentru pagina principală
|
34
34
|
import_attachments: Importă atașamente
|
35
35
|
import_categories: Importă categorii
|
36
|
-
import_components:
|
36
|
+
import_components: Importați componente
|
37
37
|
included_at: Inclus la
|
38
38
|
instagram: Instagram
|
39
39
|
internal_organisation: Organizare internă
|
@@ -45,18 +45,18 @@ ro:
|
|
45
45
|
participatory_scope: Ce se decide
|
46
46
|
participatory_structure: Cum se decide
|
47
47
|
private_space: Spațiu privat
|
48
|
-
promoted:
|
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
|
-
short_description:
|
53
|
+
short_description: Scurtă descriere
|
54
54
|
slug: URL slug
|
55
|
-
special_features:
|
55
|
+
special_features: Caracteristici speciale
|
56
56
|
subtitle: Subtitlu
|
57
57
|
target: Cine participă
|
58
58
|
title: Titlu
|
59
|
-
weight:
|
59
|
+
weight: Ordinea în poziționare
|
60
60
|
youtube: YouTube
|
61
61
|
assembly_member:
|
62
62
|
birthday: Data nașterii
|
@@ -68,7 +68,7 @@ ro:
|
|
68
68
|
non_user_avatar: Avatar
|
69
69
|
position: Poziție
|
70
70
|
user_id: Utilizator sau grup
|
71
|
-
weight:
|
71
|
+
weight: Ordinea în poziționare
|
72
72
|
assembly_user_role:
|
73
73
|
email: E-mail
|
74
74
|
name: Nume
|
@@ -96,21 +96,21 @@ ro:
|
|
96
96
|
decidim:
|
97
97
|
admin:
|
98
98
|
actions:
|
99
|
-
import_assembly:
|
99
|
+
import_assembly: Importați
|
100
100
|
new_assembly: Grup de lucru nou
|
101
101
|
new_assembly_type: Tip nou de grup de lucru
|
102
102
|
assemblies:
|
103
103
|
create:
|
104
|
-
error: A apărut o problemă la crearea unui nou
|
104
|
+
error: A apărut o problemă la crearea unui nou grup de lucru.
|
105
105
|
success: Grupul de lucru a fost creat cu succes.
|
106
106
|
edit:
|
107
|
-
update:
|
107
|
+
update: Actualizați
|
108
108
|
index:
|
109
109
|
private: Privat
|
110
110
|
public: Public
|
111
111
|
published: Publicat
|
112
112
|
new:
|
113
|
-
create:
|
113
|
+
create: Creați
|
114
114
|
title: Grup de lucru nou
|
115
115
|
update:
|
116
116
|
error: A apărut o eroare la actualizarea acestui grup de lucru.
|
@@ -126,7 +126,7 @@ ro:
|
|
126
126
|
destroy:
|
127
127
|
success: Tipul grupului de lucru a fost șters cu succes.
|
128
128
|
new:
|
129
|
-
create:
|
129
|
+
create: Creați
|
130
130
|
title: Tip nou de grup de lucru
|
131
131
|
update:
|
132
132
|
error: A apărut o eroare la actualizarea acestui grup de lucru.
|
@@ -151,11 +151,11 @@ ro:
|
|
151
151
|
destroy:
|
152
152
|
success: Membru şters cu succes pentru acest grup de lucru.
|
153
153
|
edit:
|
154
|
-
update:
|
154
|
+
update: Actualizați
|
155
155
|
index:
|
156
156
|
assembly_members_title: Membrii grupului de lucru
|
157
157
|
new:
|
158
|
-
create:
|
158
|
+
create: Creați
|
159
159
|
update:
|
160
160
|
error: A apărut o problemă la adăugarea unui membru pentru acest grup de lucru.
|
161
161
|
success: Membrul a fost actualizat cu succes pentru acest grup de lucru.
|
@@ -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: Рекомендуемые собрания
|
@@ -272,6 +272,9 @@ ru:
|
|
272
272
|
not_found: 'Собрание не найдено в базе данных (ID: %{id})'
|
273
273
|
menu:
|
274
274
|
assemblies: Собрания
|
275
|
+
metrics:
|
276
|
+
assemblies:
|
277
|
+
title: Собрания
|
275
278
|
layouts:
|
276
279
|
decidim:
|
277
280
|
assemblies:
|
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ë
|
@@ -388,3 +388,6 @@ sq:
|
|
388
388
|
designated_on: Caktuar më
|
389
389
|
index:
|
390
390
|
title: Anëtarët
|
391
|
+
metrics:
|
392
|
+
assemblies:
|
393
|
+
title: Asambletë
|
data/config/locales/sv.yml
CHANGED
@@ -23,14 +23,14 @@ 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
|
@@ -39,7 +39,7 @@ sv:
|
|
39
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
|
@@ -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
|
@@ -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,7 +329,7 @@ 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
|
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: Висвітлені збори
|
@@ -272,6 +272,9 @@ uk:
|
|
272
272
|
not_found: 'Ці збори не знайдено в базі даних (ID: %{id})'
|
273
273
|
menu:
|
274
274
|
assemblies: Збори
|
275
|
+
metrics:
|
276
|
+
assemblies:
|
277
|
+
title: Збори
|
275
278
|
layouts:
|
276
279
|
decidim:
|
277
280
|
assemblies:
|
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",
|