decidim-assemblies 0.28.4 → 0.28.6
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 +6 -1
- 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 +465 -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 +50 -50
- 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 +170 -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 +75 -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 +82 -1
- data/config/locales/ro-RO.yml +22 -18
- data/config/locales/ru.yml +9 -6
- data/config/locales/sk.yml +17 -0
- data/config/locales/sl.yml +15 -0
- data/config/locales/sq-AL.yml +6 -3
- data/config/locales/sv.yml +7 -7
- 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
|
@@ -50,6 +57,7 @@ pt:
|
|
50
57
|
subtitle: Subtítulo
|
51
58
|
target: Quem participa
|
52
59
|
title: Título
|
60
|
+
twitter: X
|
53
61
|
weight: Posição de ordenamento
|
54
62
|
youtube: Youtube
|
55
63
|
assembly_member:
|
@@ -62,10 +70,17 @@ pt:
|
|
62
70
|
non_user_avatar: Avatar
|
63
71
|
position: Posição
|
64
72
|
user_id: Utilizador ou grupo
|
73
|
+
weight: Posição de ordenamento
|
65
74
|
assembly_user_role:
|
66
75
|
email: E-mail
|
67
76
|
name: Nome
|
68
77
|
role: Função
|
78
|
+
errors:
|
79
|
+
models:
|
80
|
+
assembly:
|
81
|
+
attributes:
|
82
|
+
document:
|
83
|
+
allowed_file_content_types: 'Tipo de documento inválido. Só são permitidos ficheiros com as seguintes extensões: %{types}.'
|
69
84
|
activerecord:
|
70
85
|
models:
|
71
86
|
decidim/assembly:
|
@@ -83,6 +98,7 @@ pt:
|
|
83
98
|
import_assembly: Importar
|
84
99
|
new_assembly: Nova reunião
|
85
100
|
new_assembly_type: Novo tipo de reunião
|
101
|
+
new_assembly_user_role: Administrador da nova reunião
|
86
102
|
assemblies:
|
87
103
|
create:
|
88
104
|
error: Ocorreu um problema ao criar uma nova reunião.
|
@@ -93,6 +109,7 @@ pt:
|
|
93
109
|
private: Privado
|
94
110
|
public: Público
|
95
111
|
published: Publicado
|
112
|
+
unpublished: Não publicado
|
96
113
|
new:
|
97
114
|
create: Criar
|
98
115
|
title: Nova assembléia
|
@@ -157,17 +174,26 @@ pt:
|
|
157
174
|
destroy:
|
158
175
|
success: Administrador removido corretamente desta reunião.
|
159
176
|
edit:
|
177
|
+
title: Atualizar o administrador da reunião
|
160
178
|
update: Atualizar
|
161
179
|
index:
|
162
180
|
assembly_admins_title: Administradores da reunião
|
163
181
|
new:
|
164
182
|
create: Criar
|
183
|
+
title: Administrador da nova reunião
|
165
184
|
update:
|
166
185
|
error: Ocorreu um problema ao atualizar um administrador para esta reunião.
|
167
186
|
success: Administrador atualizador corretamente para esta reunião.
|
168
187
|
filters:
|
188
|
+
ceased_date_not_null:
|
189
|
+
label: Cessou
|
190
|
+
values:
|
191
|
+
'false': Não cessou
|
192
|
+
'true': Cessou
|
169
193
|
decidim_assemblies_type_id_eq:
|
170
|
-
label: Tipo de
|
194
|
+
label: Tipo de reunião
|
195
|
+
search_placeholder:
|
196
|
+
full_name_or_user_name_or_user_nickname_cont: Pesquisar por nome ou apelido
|
171
197
|
menu:
|
172
198
|
assemblies: Reuniões
|
173
199
|
assemblies_submenu:
|
@@ -178,7 +204,10 @@ pt:
|
|
178
204
|
attachments: Anexos
|
179
205
|
categories: Categorias
|
180
206
|
components: Componentes
|
207
|
+
info: Sobre esta reunião
|
208
|
+
landing_page: Página de destino
|
181
209
|
moderations: Moderação
|
210
|
+
see_assembly: Veja a reunião
|
182
211
|
assemblies_types: Tipos de reuniões
|
183
212
|
models:
|
184
213
|
assemblies_types:
|
@@ -187,6 +216,7 @@ pt:
|
|
187
216
|
title: Título
|
188
217
|
assembly:
|
189
218
|
fields:
|
219
|
+
actions: Ações
|
190
220
|
created_at: Criado em
|
191
221
|
private: Privado
|
192
222
|
promoted: Realçado
|
@@ -222,6 +252,9 @@ pt:
|
|
222
252
|
admin_log:
|
223
253
|
assembly:
|
224
254
|
create: "%{user_name} criou a reunião %{resource_name}"
|
255
|
+
duplicate: "%{user_name} duplicou a reunião %{resource_name}"
|
256
|
+
export: "%{user_name} exportou a reunião %{resource_name}"
|
257
|
+
import: "%{user_name} importou a reunião %{resource_name}"
|
225
258
|
publish: "%{user_name} publicou a reunião %{resource_name}"
|
226
259
|
unpublish: "%{user_name} removeu a publicação da reunião %{resource_name}"
|
227
260
|
update: "%{user_name} atualizou a reunião %{resource_name}"
|
@@ -250,17 +283,26 @@ pt:
|
|
250
283
|
duration_help: Se a duração desta reunião for limitada, selecione a data final. Caso contrário, aparecerá como indefinida.
|
251
284
|
filters: Filtros
|
252
285
|
images: Imagens
|
286
|
+
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.
|
253
287
|
metadata: Metadados
|
254
288
|
other: Outros
|
255
289
|
select_a_created_by: Selecione um criado por
|
256
290
|
select_an_area: Selecione uma Área
|
257
291
|
select_an_assembly_type: Selecione um tipo de reunião
|
258
292
|
select_parent_assembly: Selecione a reunião pai
|
293
|
+
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}'
|
259
294
|
social_handlers: Social
|
260
295
|
title: Informação geral
|
296
|
+
visbility: Visibilidade
|
261
297
|
assemblies_types:
|
262
298
|
form:
|
263
299
|
title: Título
|
300
|
+
assembly_copies:
|
301
|
+
form:
|
302
|
+
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}'
|
303
|
+
assembly_imports:
|
304
|
+
form:
|
305
|
+
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}'
|
264
306
|
assembly_members:
|
265
307
|
form:
|
266
308
|
existing_user: Participante existente
|
@@ -278,9 +320,28 @@ pt:
|
|
278
320
|
accepted_types:
|
279
321
|
json: JSON
|
280
322
|
assemblies:
|
323
|
+
description:
|
324
|
+
area_name: Área
|
325
|
+
closing_date: Data de encerramento
|
326
|
+
created_by: Criado por
|
327
|
+
creation_date: Data de criação
|
328
|
+
data: Dados da reunião
|
329
|
+
developer_group: Grupo promotor
|
330
|
+
duration: Duração
|
331
|
+
included_at: Incluído em
|
332
|
+
indefinite_duration: Indeterminada
|
333
|
+
local_area: Área de organização
|
334
|
+
meta_scope: Âmbito
|
335
|
+
participatory_scope: O que é decidido
|
336
|
+
participatory_structure: Como é decidido
|
337
|
+
target: Quem participa
|
338
|
+
title: Sobre esta reunião
|
281
339
|
filters:
|
282
340
|
names:
|
283
341
|
all: Todos
|
342
|
+
type: Tipo
|
343
|
+
show:
|
344
|
+
title: Sobre esta reunião
|
284
345
|
assembly_members:
|
285
346
|
index:
|
286
347
|
members: Membros
|
@@ -293,8 +354,16 @@ pt:
|
|
293
354
|
participatory: Participativo
|
294
355
|
working_group: Grupo de trabalho
|
295
356
|
content_blocks:
|
357
|
+
children_assemblies:
|
358
|
+
name: Reuniões
|
359
|
+
dates_metadata:
|
360
|
+
name: Metadados de datas
|
361
|
+
extra_data:
|
362
|
+
name: Tipo e duração
|
296
363
|
highlighted_assemblies:
|
297
364
|
name: Reuniões realçadas
|
365
|
+
related_assemblies:
|
366
|
+
name: Reuniões relacionadas
|
298
367
|
created_by:
|
299
368
|
city_council: Câmara Municipal
|
300
369
|
others: Outros
|
@@ -311,7 +380,13 @@ pt:
|
|
311
380
|
working_group: Grupo de trabalho
|
312
381
|
index:
|
313
382
|
title: Reuniões
|
383
|
+
last_activity:
|
384
|
+
new_assembly: 'Nova reunião:'
|
314
385
|
pages:
|
386
|
+
home:
|
387
|
+
highlighted_assemblies:
|
388
|
+
active_spaces: Reuniões ativas
|
389
|
+
see_all_spaces: Ver todas as reuniões
|
315
390
|
user_profile:
|
316
391
|
member_of:
|
317
392
|
member_of: Membro de
|
@@ -323,6 +398,7 @@ pt:
|
|
323
398
|
'true': transparente
|
324
399
|
private_space: Esta é uma reunião privada
|
325
400
|
related_participatory_processes: Processos participativos relacionados
|
401
|
+
social_networks_title: Visite a reunião em
|
326
402
|
assembly_members:
|
327
403
|
assembly_member:
|
328
404
|
designated_on: Designado em
|
@@ -332,6 +408,7 @@ pt:
|
|
332
408
|
assemblies:
|
333
409
|
create_assembly_member:
|
334
410
|
email_intro: Um administrador da reunião <a href="%{resource_url}">%{resource_name}</a> adicionou-o como um dos seus membros.
|
411
|
+
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!
|
335
412
|
email_subject: Foi convidado para ser membro da reunião %{resource_name}!
|
336
413
|
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!
|
337
414
|
assembly:
|
@@ -372,6 +449,10 @@ pt:
|
|
372
449
|
take_part: Participar
|
373
450
|
index:
|
374
451
|
promoted_assemblies: Reuniões realçadas
|
452
|
+
metadata:
|
453
|
+
children_item:
|
454
|
+
one: "%{count} reunião"
|
455
|
+
other: "%{count} reuniões"
|
375
456
|
order_by_assemblies:
|
376
457
|
assemblies:
|
377
458
|
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,19 +45,19 @@ 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
|
show_statistics: Arată statistici
|
55
55
|
slug: URL slug
|
56
|
-
special_features:
|
56
|
+
special_features: Caracteristici speciale
|
57
57
|
subtitle: Subtitlu
|
58
58
|
target: Cine participă
|
59
59
|
title: Titlu
|
60
|
-
weight:
|
60
|
+
weight: Ordinea în poziționare
|
61
61
|
youtube: YouTube
|
62
62
|
assembly_member:
|
63
63
|
birthday: Data nașterii
|
@@ -69,7 +69,7 @@ ro:
|
|
69
69
|
non_user_avatar: Avatar
|
70
70
|
position: Poziție
|
71
71
|
user_id: Utilizator sau grup
|
72
|
-
weight:
|
72
|
+
weight: Ordinea în poziționare
|
73
73
|
assembly_user_role:
|
74
74
|
email: E-mail
|
75
75
|
name: Nume
|
@@ -97,21 +97,21 @@ ro:
|
|
97
97
|
decidim:
|
98
98
|
admin:
|
99
99
|
actions:
|
100
|
-
import_assembly:
|
100
|
+
import_assembly: Importați
|
101
101
|
new_assembly: Grup de lucru nou
|
102
102
|
new_assembly_type: Tip nou de grup de lucru
|
103
103
|
assemblies:
|
104
104
|
create:
|
105
|
-
error: A apărut o problemă la crearea unui nou
|
105
|
+
error: A apărut o problemă la crearea unui nou grup de lucru.
|
106
106
|
success: Grupul de lucru a fost creat cu succes.
|
107
107
|
edit:
|
108
|
-
update:
|
108
|
+
update: Actualizați
|
109
109
|
index:
|
110
110
|
private: Privat
|
111
111
|
public: Public
|
112
112
|
published: Publicat
|
113
113
|
new:
|
114
|
-
create:
|
114
|
+
create: Creați
|
115
115
|
title: Grup de lucru nou
|
116
116
|
update:
|
117
117
|
error: A apărut o eroare la actualizarea acestui grup de lucru.
|
@@ -127,7 +127,7 @@ ro:
|
|
127
127
|
destroy:
|
128
128
|
success: Tipul grupului de lucru a fost șters cu succes.
|
129
129
|
new:
|
130
|
-
create:
|
130
|
+
create: Creați
|
131
131
|
title: Tip nou de grup de lucru
|
132
132
|
update:
|
133
133
|
error: A apărut o eroare la actualizarea acestui grup de lucru.
|
@@ -152,11 +152,11 @@ ro:
|
|
152
152
|
destroy:
|
153
153
|
success: Membru şters cu succes pentru acest grup de lucru.
|
154
154
|
edit:
|
155
|
-
update:
|
155
|
+
update: Actualizați
|
156
156
|
index:
|
157
157
|
assembly_members_title: Membrii grupului de lucru
|
158
158
|
new:
|
159
|
-
create:
|
159
|
+
create: Creați
|
160
160
|
update:
|
161
161
|
error: A apărut o problemă la adăugarea unui membru pentru acest grup de lucru.
|
162
162
|
success: Membrul a fost actualizat cu succes pentru acest grup de lucru.
|
@@ -326,7 +326,7 @@ ro:
|
|
326
326
|
consultative_advisory: Organ consultativ
|
327
327
|
executive: Executiv
|
328
328
|
government: Conducere
|
329
|
-
others:
|
329
|
+
others: Alții
|
330
330
|
participatory: Participativ
|
331
331
|
working_group: Sub-grup de lucru
|
332
332
|
content_blocks:
|
@@ -351,6 +351,10 @@ ro:
|
|
351
351
|
last_activity:
|
352
352
|
new_assembly: 'Adunare nouă:'
|
353
353
|
pages:
|
354
|
+
home:
|
355
|
+
highlighted_assemblies:
|
356
|
+
active_spaces: Grupuri de lucru active
|
357
|
+
see_all_spaces: Vedeți tot
|
354
358
|
user_profile:
|
355
359
|
member_of:
|
356
360
|
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: Вид собрания
|
@@ -148,6 +150,9 @@ ru:
|
|
148
150
|
update:
|
149
151
|
error: При попытке обновить члена президиума этого собрания произошла ошибка.
|
150
152
|
success: Участник этого собрания успешно обновлен.
|
153
|
+
filters:
|
154
|
+
decidim_assemblies_type_id_eq:
|
155
|
+
label: Вид собрания
|
151
156
|
menu:
|
152
157
|
assemblies: Собрания
|
153
158
|
assemblies_submenu:
|
@@ -239,12 +244,7 @@ ru:
|
|
239
244
|
members: Члены президиума
|
240
245
|
assembly_types:
|
241
246
|
commission: Комиссия
|
242
|
-
|
243
|
-
executive: Исполнительное
|
244
|
-
government: Правительственное
|
245
|
-
others: Другое
|
246
|
-
participatory: Соучастное
|
247
|
-
working_group: Рабочая группа
|
247
|
+
others: Другие
|
248
248
|
content_blocks:
|
249
249
|
highlighted_assemblies:
|
250
250
|
name: Рекомендуемые собрания
|
@@ -277,6 +277,9 @@ ru:
|
|
277
277
|
not_found: 'Собрание не найдено в базе данных (ID: %{id})'
|
278
278
|
menu:
|
279
279
|
assemblies: Собрания
|
280
|
+
metrics:
|
281
|
+
assemblies:
|
282
|
+
title: Собрания
|
280
283
|
layouts:
|
281
284
|
decidim:
|
282
285
|
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
|
@@ -113,12 +115,26 @@ sk:
|
|
113
115
|
update:
|
114
116
|
error: Pri tvorbe nového typu zhromaždenia nastala chyba.
|
115
117
|
success: Typ zhromaždenia úspešne aktualizovaný.
|
118
|
+
assembly_members:
|
119
|
+
edit:
|
120
|
+
update: Aktualizovať
|
121
|
+
new:
|
122
|
+
create: Vytvoriť
|
123
|
+
filters:
|
124
|
+
decidim_assemblies_type_id_eq:
|
125
|
+
label: Typ zhromaždenia
|
116
126
|
menu:
|
117
127
|
assemblies_types: Typy zhromaždení
|
118
128
|
models:
|
119
129
|
assemblies_types:
|
120
130
|
fields:
|
121
131
|
title: Názov
|
132
|
+
assembly_member:
|
133
|
+
fields:
|
134
|
+
ceased_date: Dátum ukončenia
|
135
|
+
designation_date: Dátum konania
|
136
|
+
full_name: Meno
|
137
|
+
position: Pozícia
|
122
138
|
assembly_user_role:
|
123
139
|
roles:
|
124
140
|
valuator: Hodnotiteľ
|
@@ -136,6 +152,7 @@ sk:
|
|
136
152
|
form:
|
137
153
|
title: Názov
|
138
154
|
show:
|
155
|
+
assembly_type: Typ zhromaždenia
|
139
156
|
related_participatory_processes: Súvisiace participatívne procesy
|
140
157
|
events:
|
141
158
|
assemblies:
|
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
|
@@ -133,6 +135,13 @@ sl:
|
|
133
135
|
success: Član uspešno kreiran v tej združbi.
|
134
136
|
destroy:
|
135
137
|
success: Član uspešno izbrisan v tej združbi.
|
138
|
+
edit:
|
139
|
+
update: Posodobi
|
140
|
+
new:
|
141
|
+
create: Ustvari
|
142
|
+
filters:
|
143
|
+
decidim_assemblies_type_id_eq:
|
144
|
+
label: Vrsta združbe
|
136
145
|
menu:
|
137
146
|
assemblies: Združbe
|
138
147
|
assemblies_submenu:
|
@@ -148,6 +157,12 @@ sl:
|
|
148
157
|
assemblies_types:
|
149
158
|
fields:
|
150
159
|
title: Naziv
|
160
|
+
assembly_member:
|
161
|
+
fields:
|
162
|
+
ceased_date: Datum prenehanja
|
163
|
+
designation_date: Datum imenovanja
|
164
|
+
full_name: Ime
|
165
|
+
position: Položaj
|
151
166
|
titles:
|
152
167
|
assemblies: Združbe
|
153
168
|
assemblies_types: Vrste združb
|
data/config/locales/sq-AL.yml
CHANGED
@@ -182,7 +182,7 @@ sq:
|
|
182
182
|
'false': E papërfunduar
|
183
183
|
'true': Përfunduar
|
184
184
|
decidim_assemblies_type_id_eq:
|
185
|
-
label:
|
185
|
+
label: Lloji i asamblesë
|
186
186
|
search_placeholder:
|
187
187
|
full_name_or_user_name_or_user_nickname_cont: Kërko me emër ose nofkë
|
188
188
|
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
|
related_participatory_processes: Procese pjesëmarrëse të përafërta
|
@@ -389,3 +389,6 @@ sq:
|
|
389
389
|
designated_on: Caktuar më
|
390
390
|
index:
|
391
391
|
title: Anëtarët
|
392
|
+
metrics:
|
393
|
+
assemblies:
|
394
|
+
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 beslutas
|
@@ -232,7 +232,7 @@ sv:
|
|
232
232
|
ceased_date: Slutdatum
|
233
233
|
designation_date: Utnämningsdatum
|
234
234
|
full_name: Namn
|
235
|
-
position:
|
235
|
+
position: Befattning
|
236
236
|
name: Medlem
|
237
237
|
positions:
|
238
238
|
other: Andra
|
@@ -289,7 +289,7 @@ sv:
|
|
289
289
|
images: Bilder
|
290
290
|
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.
|
291
291
|
metadata: Metadata
|
292
|
-
other:
|
292
|
+
other: Övrigt
|
293
293
|
select_a_created_by: Välj en skapad av
|
294
294
|
select_an_area: Välj ett område
|
295
295
|
select_an_assembly_type: Välj typ av samråd
|
@@ -312,7 +312,7 @@ sv:
|
|
312
312
|
existing_user: Befintlig deltagare
|
313
313
|
explanation: 'Instruktioner för bild:'
|
314
314
|
image_guide: Helst en porträttbild utan text.
|
315
|
-
non_user:
|
315
|
+
non_user: Icke-deltagare
|
316
316
|
non_user_avatar_help: Du bör få samtycke av personerna innan du lägger till dem som medlemmar.
|
317
317
|
select_a_position: Välj en position
|
318
318
|
select_user: Välj en deltagare
|
@@ -330,7 +330,7 @@ sv:
|
|
330
330
|
created_by: Skapad av
|
331
331
|
creation_date: Skapad
|
332
332
|
data: Data från samråd
|
333
|
-
developer_group:
|
333
|
+
developer_group: Arrangör
|
334
334
|
duration: Varaktighet
|
335
335
|
included_at: Inkluderad
|
336
336
|
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
|
@@ -177,7 +177,7 @@ tr:
|
|
177
177
|
success: Yönetici bu kurul için başarıyla güncellendi.
|
178
178
|
filters:
|
179
179
|
decidim_assemblies_type_id_eq:
|
180
|
-
label:
|
180
|
+
label: Kurul türü
|
181
181
|
menu:
|
182
182
|
assemblies: Kurullar
|
183
183
|
assemblies_submenu:
|
@@ -189,7 +189,7 @@ tr:
|
|
189
189
|
categories: Kategoriler
|
190
190
|
components: Bileşenler
|
191
191
|
moderations: Yönetim
|
192
|
-
assemblies_types: Kurul
|
192
|
+
assemblies_types: Kurul türleri
|
193
193
|
models:
|
194
194
|
assemblies_types:
|
195
195
|
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: Різновид зборів
|
@@ -148,6 +150,9 @@ uk:
|
|
148
150
|
update:
|
149
151
|
error: При спробі оновити учасника цих зборів сталася помилка.
|
150
152
|
success: Учасника цих зборів успішно оновлено.
|
153
|
+
filters:
|
154
|
+
decidim_assemblies_type_id_eq:
|
155
|
+
label: Різновид зборів
|
151
156
|
menu:
|
152
157
|
assemblies: Збори
|
153
158
|
assemblies_submenu:
|
@@ -239,12 +244,7 @@ uk:
|
|
239
244
|
members: Члени президії
|
240
245
|
assembly_types:
|
241
246
|
commission: Робочий гурт
|
242
|
-
consultative_advisory: Дорадчі / Консультативні
|
243
|
-
executive: Виконавчі
|
244
|
-
government: Урядові
|
245
247
|
others: Інші
|
246
|
-
participatory: Співучасні
|
247
|
-
working_group: Робочий гурт
|
248
248
|
content_blocks:
|
249
249
|
highlighted_assemblies:
|
250
250
|
name: Висвітлені збори
|
@@ -277,6 +277,9 @@ uk:
|
|
277
277
|
not_found: 'Ці збори не знайдено в базі даних (ID: %{id})'
|
278
278
|
menu:
|
279
279
|
assemblies: Збори
|
280
|
+
metrics:
|
281
|
+
assemblies:
|
282
|
+
title: Збори
|
280
283
|
layouts:
|
281
284
|
decidim:
|
282
285
|
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: 程序集类型
|
@@ -159,6 +161,9 @@ zh-CN:
|
|
159
161
|
update:
|
160
162
|
error: 更新这个会议的管理员时出现问题。
|
161
163
|
success: 管理员已成功更新此程序集。
|
164
|
+
filters:
|
165
|
+
decidim_assemblies_type_id_eq:
|
166
|
+
label: 程序集类型
|
162
167
|
menu:
|
163
168
|
assemblies: 程序集
|
164
169
|
assemblies_submenu:
|