decidim-assemblies 0.26.8 → 0.27.0.rc1
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/cells/decidim/assemblies/content_blocks/highlighted_assemblies/show.erb +2 -2
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +5 -5
- data/app/commands/decidim/assemblies/admin/copy_assembly.rb +10 -7
- data/app/commands/decidim/assemblies/admin/create_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +12 -12
- data/app/commands/decidim/assemblies/admin/destroy_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/destroy_assembly_admin.rb +1 -6
- data/app/commands/decidim/assemblies/admin/destroy_assembly_member.rb +1 -1
- data/app/commands/decidim/assemblies/admin/import_assembly.rb +11 -7
- data/app/commands/decidim/assemblies/admin/notify_role_assigned_to_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/publish_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/unpublish_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_setting.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assembly_member.rb +11 -11
- data/app/controllers/decidim/assemblies/admin/assemblies_types_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_copies_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_imports_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_members_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/assemblies/assemblies_controller.rb +6 -6
- data/app/events/decidim/role_assigned_to_assembly_event.rb +1 -1
- data/app/forms/decidim/assemblies/admin/assembly_import_form.rb +5 -6
- data/app/helpers/decidim/assemblies/filter_assemblies_helper.rb +10 -6
- data/app/models/decidim/assembly.rb +10 -4
- data/app/packs/src/decidim/assemblies/orgchart.js +52 -46
- data/app/permissions/decidim/assemblies/permissions.rb +45 -11
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +1 -1
- data/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +4 -1
- data/app/presenters/decidim/assembly_member_presenter.rb +3 -5
- data/app/queries/decidim/assemblies/admin/admin_users.rb +1 -1
- data/app/queries/decidim/assemblies/admin/assembly_members.rb +1 -1
- data/app/queries/decidim/assemblies/assemblies_with_user_role.rb +1 -1
- data/app/queries/decidim/assemblies/filtered_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_prioritized_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/organization_published_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/parent_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/parent_assemblies_for_select.rb +1 -1
- data/app/queries/decidim/assemblies/prioritized_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/promoted_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/published_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/visible_assemblies.rb +1 -1
- data/app/serializers/decidim/assemblies/assembly_importer.rb +3 -4
- data/app/views/decidim/assemblies/_filter_by_type.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -3
- data/app/views/decidim/assemblies/admin/assemblies/new.html.erb +0 -2
- data/app/views/decidim/assemblies/admin/assemblies_settings/edit.html.erb +0 -1
- data/app/views/decidim/assemblies/admin/assemblies_types/edit.html.erb +0 -1
- data/app/views/decidim/assemblies/admin/assemblies_types/index.html.erb +0 -2
- data/app/views/decidim/assemblies/admin/assemblies_types/new.html.erb +0 -1
- data/app/views/decidim/assemblies/assemblies/_promoted_assembly.html.erb +1 -1
- data/app/views/decidim/assemblies/assemblies/index.html.erb +3 -1
- data/app/views/decidim/assemblies/assemblies/show.html.erb +8 -6
- data/app/views/layouts/decidim/_assembly_header.html.erb +1 -1
- data/app/views/layouts/decidim/admin/assembly.html.erb +0 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +7 -76
- data/config/locales/bg.yml +1 -4
- data/config/locales/ca.yml +8 -12
- data/config/locales/cs.yml +20 -24
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +9 -13
- data/config/locales/el.yml +6 -32
- data/config/locales/en.yml +6 -11
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +8 -12
- data/config/locales/es-PY.yml +8 -12
- data/config/locales/es.yml +10 -14
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +27 -33
- data/config/locales/fi-plain.yml +9 -13
- data/config/locales/fi.yml +11 -15
- data/config/locales/fr-CA.yml +9 -13
- data/config/locales/fr.yml +14 -18
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +6 -8
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +8 -57
- data/config/locales/id-ID.yml +6 -1
- data/config/locales/is-IS.yml +9 -6
- data/config/locales/it.yml +8 -11
- data/config/locales/ja.yml +6 -10
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +6 -8
- data/config/locales/lt.yml +1 -466
- data/config/locales/lv.yml +4 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +23 -31
- data/config/locales/no.yml +6 -9
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +6 -4
- data/config/locales/pt-BR.yml +7 -29
- data/config/locales/pt.yml +4 -7
- data/config/locales/ro-RO.yml +5 -22
- data/config/locales/ru.yml +7 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -17
- data/config/locales/sl.yml +5 -15
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +12 -20
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +8 -24
- data/config/locales/uk.yml +7 -3
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +4 -7
- data/config/locales/zh-TW.yml +1 -462
- data/lib/decidim/assemblies/admin_engine.rb +5 -4
- data/lib/decidim/assemblies/participatory_space.rb +9 -9
- data/lib/decidim/assemblies/test/factories.rb +0 -4
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +13 -48
- data/app/services/decidim/assemblies/assembly_search.rb +0 -18
- data/config/environment.rb +0 -0
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -60
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/no.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
"no":
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -68,12 +69,6 @@
|
|
|
68
69
|
email: Epost
|
|
69
70
|
name: Navn
|
|
70
71
|
role: Rolle
|
|
71
|
-
errors:
|
|
72
|
-
models:
|
|
73
|
-
assembly:
|
|
74
|
-
attributes:
|
|
75
|
-
document:
|
|
76
|
-
invalid_document_type: 'Ugyldig dokumenttype. Godkjente formater er: %{valid_mime_types}'
|
|
77
72
|
activerecord:
|
|
78
73
|
models:
|
|
79
74
|
decidim/assembly:
|
|
@@ -270,7 +265,6 @@
|
|
|
270
265
|
duration_help: Hvis varigheten av denne forsamlingen er limitert, velg en sluttdato. Hvis ikke, vil den vises som ubestemt.
|
|
271
266
|
filters: Filter
|
|
272
267
|
images: Bilder
|
|
273
|
-
included_at_help: Velg datoen da denne forsamling ble lagt til Decidim. Dette trenger ikke nødvendigvis å være det samme som opprettelsesdatoen.
|
|
274
268
|
metadata: Metadata
|
|
275
269
|
other: Annet
|
|
276
270
|
select_a_created_by: Velg en opprettet av
|
|
@@ -354,7 +348,9 @@
|
|
|
354
348
|
pages:
|
|
355
349
|
home:
|
|
356
350
|
highlighted_assemblies:
|
|
351
|
+
active_assemblies: Aktive forsamlinger
|
|
357
352
|
assemblies_button_title: Lenke til forsamlingssiden som viser alle forsamlinger
|
|
353
|
+
see_all_assemblies: Se alle forsamlingene
|
|
358
354
|
user_profile:
|
|
359
355
|
member_of:
|
|
360
356
|
member_of: Medlem av
|
|
@@ -366,14 +362,15 @@
|
|
|
366
362
|
composition: Sammensetning
|
|
367
363
|
created_by: Opprettet av
|
|
368
364
|
creation_date: Dato opprettet
|
|
369
|
-
developer_group:
|
|
365
|
+
developer_group: Promotør gruppe
|
|
370
366
|
duration: Varighet
|
|
371
367
|
included_at: Inkludert på
|
|
368
|
+
indefinite_duration: Ubestemt
|
|
372
369
|
internal_organisation: Intern organisasjon
|
|
373
370
|
is_transparent:
|
|
374
371
|
'false': opaque
|
|
375
372
|
'true': privat
|
|
376
|
-
local_area:
|
|
373
|
+
local_area: Organisasjonsområdet
|
|
377
374
|
participatory_scope: Hva er bestemt
|
|
378
375
|
participatory_structure: Hvordan blir det bestemt
|
|
379
376
|
private_space: Dette er en privat forsamling
|
data/config/locales/om-ET.yml
CHANGED
data/config/locales/pl.yml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
pl:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Włącz wykres dla organizacji
|
|
6
7
|
assembly:
|
|
7
|
-
announcement: Powiadomienie
|
|
8
8
|
area_id: Kategoria
|
|
9
9
|
assembly_type: Typ zespołu
|
|
10
10
|
assembly_type_other: Typ zespołu inny
|
|
@@ -74,7 +74,7 @@ pl:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
|
|
77
|
+
allowed_file_content_types: 'Nieprawidłowy typ dokumentu. Akceptowane formaty to: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
|
@@ -277,7 +277,6 @@ pl:
|
|
|
277
277
|
duration_help: Jeśli czas trwania tego zespołu jest ograniczony, wybierz datę końcową. W przeciwnym razie pojawi się jako nieokreślony.
|
|
278
278
|
filters: Filtry
|
|
279
279
|
images: Obrazy
|
|
280
|
-
included_at_help: Wybierz datę dodania tego zespołu do Decidim. To niekoniecznie musi być ta sama data co data utworzenia.
|
|
281
280
|
metadata: Metadane
|
|
282
281
|
other: Inny
|
|
283
282
|
select_a_created_by: Wybierz utworzony przez
|
|
@@ -359,7 +358,9 @@ pl:
|
|
|
359
358
|
pages:
|
|
360
359
|
home:
|
|
361
360
|
highlighted_assemblies:
|
|
361
|
+
active_assemblies: Aktywne zespoły
|
|
362
362
|
assemblies_button_title: Link do strony Zespołów wyświetlającej wszystkie zespoły
|
|
363
|
+
see_all_assemblies: Zobacz wszystkie zespoły
|
|
363
364
|
user_profile:
|
|
364
365
|
member_of:
|
|
365
366
|
member_of: Członek
|
|
@@ -369,11 +370,12 @@ pl:
|
|
|
369
370
|
children: Zespoły
|
|
370
371
|
closing_date: Data zamknięcia
|
|
371
372
|
composition: Skład zespołu
|
|
372
|
-
created_by:
|
|
373
|
+
created_by: Utworzone przez
|
|
373
374
|
creation_date: Data utworzenia
|
|
374
375
|
developer_group: Grupa inicjatorów
|
|
375
376
|
duration: Czas trwania
|
|
376
377
|
included_at: Dołączono
|
|
378
|
+
indefinite_duration: Nie określono
|
|
377
379
|
internal_organisation: Organizacja wewnętrzna
|
|
378
380
|
is_transparent:
|
|
379
381
|
'false': nietransparentny
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
---
|
|
2
|
+
pt:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Habilitar gráfico de organização
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Título
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Avisos
|
|
10
8
|
area_id: Área
|
|
11
9
|
assembly_type: Tipo de assembleia
|
|
12
10
|
assembly_type_other: Tipo de montagem outro
|
|
@@ -25,16 +23,12 @@ pt-BR:
|
|
|
25
23
|
decidim_scope_id: Âmbito
|
|
26
24
|
description: Descrição
|
|
27
25
|
developer_group: Grupo promotor
|
|
28
|
-
document: Documento
|
|
29
26
|
domain: Domínio
|
|
30
27
|
duration: Duração
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Imagem inicial
|
|
35
|
-
import_attachments: Importar anexos
|
|
36
|
-
import_categories: Importar categorias
|
|
37
|
-
import_components: Importar componentes
|
|
38
32
|
included_at: Incluído em
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Organização interna
|
|
@@ -68,20 +62,12 @@ pt-BR:
|
|
|
68
62
|
designation_date: Data de designação
|
|
69
63
|
full_name: Nome completo
|
|
70
64
|
gender: Gênero
|
|
71
|
-
non_user_avatar: Avatar
|
|
72
65
|
position: Posição
|
|
73
66
|
user_id: Usuário ou grupo
|
|
74
|
-
weight: Posição do pedido
|
|
75
67
|
assembly_user_role:
|
|
76
68
|
email: E-mail
|
|
77
69
|
name: Nome
|
|
78
70
|
role: Cargo
|
|
79
|
-
errors:
|
|
80
|
-
models:
|
|
81
|
-
assembly:
|
|
82
|
-
attributes:
|
|
83
|
-
document:
|
|
84
|
-
invalid_document_type: 'Tipo de documento inválido. Formatos aceitos são: %{valid_mime_types}'
|
|
85
71
|
activerecord:
|
|
86
72
|
models:
|
|
87
73
|
decidim/assembly:
|
|
@@ -190,9 +176,6 @@ pt-BR:
|
|
|
190
176
|
update:
|
|
191
177
|
error: Ocorreu um erro ao atualizar um usuário para esta montagem.
|
|
192
178
|
success: Usuário atualizado com sucesso para esta montagem.
|
|
193
|
-
filters:
|
|
194
|
-
decidim_assemblies_type_id_eq:
|
|
195
|
-
label: Tipo de assembleia
|
|
196
179
|
menu:
|
|
197
180
|
assemblies: Assembleias
|
|
198
181
|
assemblies_settings: Configurações
|
|
@@ -278,7 +261,6 @@ pt-BR:
|
|
|
278
261
|
duration_help: Se a duração desse assembly for limitada, selecione a data final. Caso contrário, aparecerá como indefinido.
|
|
279
262
|
filters: Filtros
|
|
280
263
|
images: Imagens
|
|
281
|
-
included_at_help: Selecione a data em que esta montagem foi adicionada ao Decidim. Não precisa necessariamente ser o mesmo que a data de criação.
|
|
282
264
|
metadata: Metadados
|
|
283
265
|
other: De outros
|
|
284
266
|
select_a_created_by: Selecione um criado por
|
|
@@ -324,9 +306,6 @@ pt-BR:
|
|
|
324
306
|
new_import:
|
|
325
307
|
accepted_types:
|
|
326
308
|
json: JSON
|
|
327
|
-
assemblies:
|
|
328
|
-
show:
|
|
329
|
-
title: Sobre este assembly
|
|
330
309
|
assembly_members:
|
|
331
310
|
index:
|
|
332
311
|
members: Membros
|
|
@@ -362,9 +341,9 @@ pt-BR:
|
|
|
362
341
|
pages:
|
|
363
342
|
home:
|
|
364
343
|
highlighted_assemblies:
|
|
365
|
-
active_assemblies:
|
|
344
|
+
active_assemblies: Conjuntos ativos
|
|
366
345
|
assemblies_button_title: Link para a página de Assembleias exibindo todos as assembleias
|
|
367
|
-
see_all_assemblies:
|
|
346
|
+
see_all_assemblies: Veja todas as assembleias
|
|
368
347
|
user_profile:
|
|
369
348
|
member_of:
|
|
370
349
|
member_of: Membro de
|
|
@@ -379,11 +358,12 @@ pt-BR:
|
|
|
379
358
|
developer_group: Grupo promotor
|
|
380
359
|
duration: Duração
|
|
381
360
|
included_at: Incluído em
|
|
361
|
+
indefinite_duration: Indeterminado
|
|
382
362
|
internal_organisation: Organização interna
|
|
383
363
|
is_transparent:
|
|
384
364
|
'false': opaco
|
|
385
365
|
'true': transparente
|
|
386
|
-
local_area: Área
|
|
366
|
+
local_area: Área de organização
|
|
387
367
|
participatory_scope: O que é decidido
|
|
388
368
|
participatory_structure: Como é decidido
|
|
389
369
|
private_space: Esta é uma assembleia privada
|
|
@@ -393,8 +373,7 @@ pt-BR:
|
|
|
393
373
|
related_participatory_processes: Processos participativos relacionados
|
|
394
374
|
scope: Âmbito
|
|
395
375
|
social_networks: Redes sociais
|
|
396
|
-
|
|
397
|
-
target: Quem participa
|
|
376
|
+
target: Quem pode participar
|
|
398
377
|
assembly_members:
|
|
399
378
|
assembly_member:
|
|
400
379
|
designated_on: Designado em
|
|
@@ -404,7 +383,6 @@ pt-BR:
|
|
|
404
383
|
assemblies:
|
|
405
384
|
create_assembly_member:
|
|
406
385
|
email_intro: Um administrador da assembleia<a href="%{resource_url}">%{resource_name}</a> adicionou você como um de seus membros.
|
|
407
|
-
email_outro: Você recebeu esta notificação porque foi convidado para um assembleia. Verifique a <a href="%{resource_url}">página de assembleia</a> para contribuir!
|
|
408
386
|
email_subject: Você foi convidado para ser um membro da assembleia %{resource_name}!
|
|
409
387
|
notification_title: Você foi registrado como um membro da Assembleia <a href="%{resource_path}">%{resource_name}</a>. Verifique a <a href="%{resource_path}">página do assembleia</a> para contribuir!
|
|
410
388
|
assembly:
|
data/config/locales/pt.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
pt:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -68,12 +69,6 @@ pt:
|
|
|
68
69
|
email: E-mail
|
|
69
70
|
name: Nome
|
|
70
71
|
role: Função
|
|
71
|
-
errors:
|
|
72
|
-
models:
|
|
73
|
-
assembly:
|
|
74
|
-
attributes:
|
|
75
|
-
document:
|
|
76
|
-
invalid_document_type: 'Tipo de documento inválido. Os formatos aceites são: %{valid_mime_types}'
|
|
77
72
|
activerecord:
|
|
78
73
|
models:
|
|
79
74
|
decidim/assembly:
|
|
@@ -270,7 +265,6 @@ pt:
|
|
|
270
265
|
duration_help: Se a duração desta reunião for limitada, selecione a data final. Caso contrário, aparecerá como indefinida.
|
|
271
266
|
filters: Filtros
|
|
272
267
|
images: Imagens
|
|
273
|
-
included_at_help: Selecione a data em que esta reunião foi adicionada ao Decidim. Não necessita necessariamente de ser a mesma que a data de criação.
|
|
274
268
|
metadata: Metadados
|
|
275
269
|
other: Outros
|
|
276
270
|
select_a_created_by: Selecione um criado por
|
|
@@ -354,7 +348,9 @@ pt:
|
|
|
354
348
|
pages:
|
|
355
349
|
home:
|
|
356
350
|
highlighted_assemblies:
|
|
351
|
+
active_assemblies: Reuniões ativas
|
|
357
352
|
assemblies_button_title: Hiperligação para página de Reuniões que apresenta todas as reuniões
|
|
353
|
+
see_all_assemblies: Ver todas as reuniões
|
|
358
354
|
user_profile:
|
|
359
355
|
member_of:
|
|
360
356
|
member_of: Membro de
|
|
@@ -369,6 +365,7 @@ pt:
|
|
|
369
365
|
developer_group: Grupo promotor
|
|
370
366
|
duration: Duração
|
|
371
367
|
included_at: Incluído em
|
|
368
|
+
indefinite_duration: Indeterminado
|
|
372
369
|
internal_organisation: Organização interna
|
|
373
370
|
is_transparent:
|
|
374
371
|
'false': opaco
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
ro:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Activează graficul organizatiei
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Titlu
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Anunţ
|
|
10
8
|
area_id: Zonă
|
|
11
9
|
assembly_type: Tipul grupului de lucru
|
|
12
10
|
assembly_type_other: Alt tip de grup de lucru
|
|
@@ -25,16 +23,12 @@ ro:
|
|
|
25
23
|
decidim_scope_id: Domeniu
|
|
26
24
|
description: Descriere
|
|
27
25
|
developer_group: Grup promotor
|
|
28
|
-
document: Document
|
|
29
26
|
domain: Domeniu
|
|
30
27
|
duration: Durată
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Imagine pentru pagina principală
|
|
35
|
-
import_attachments: Importă atașamente
|
|
36
|
-
import_categories: Importă categorii
|
|
37
|
-
import_components: Importă componente
|
|
38
32
|
included_at: Inclus la
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Organizare internă
|
|
@@ -59,7 +53,7 @@ ro:
|
|
|
59
53
|
target: Cine participă
|
|
60
54
|
title: Titlu
|
|
61
55
|
twitter: Twitter
|
|
62
|
-
weight:
|
|
56
|
+
weight: Ordinea în poziționare
|
|
63
57
|
youtube: YouTube
|
|
64
58
|
assembly_member:
|
|
65
59
|
birthday: Data nașterii
|
|
@@ -71,17 +65,10 @@ ro:
|
|
|
71
65
|
non_user_avatar: Avatar
|
|
72
66
|
position: Poziție
|
|
73
67
|
user_id: Utilizator sau grup
|
|
74
|
-
weight: Poziție
|
|
75
68
|
assembly_user_role:
|
|
76
69
|
email: E-mail
|
|
77
70
|
name: Nume
|
|
78
71
|
role: Rol
|
|
79
|
-
errors:
|
|
80
|
-
models:
|
|
81
|
-
assembly:
|
|
82
|
-
attributes:
|
|
83
|
-
document:
|
|
84
|
-
invalid_document_type: 'Tip de document invalid. Formatele acceptate sunt: %{valid_mime_types}'
|
|
85
72
|
activerecord:
|
|
86
73
|
models:
|
|
87
74
|
decidim/assembly:
|
|
@@ -281,7 +268,6 @@ ro:
|
|
|
281
268
|
duration_help: În cazul în care durata acestui grup de lucru este limitată, selectaţi data de încheiere. În caz contrar, va apărea ca nelimitată.
|
|
282
269
|
filters: Filtre
|
|
283
270
|
images: Imagini
|
|
284
|
-
included_at_help: Selectați data la care aceast grup de lucru a fost adăugat în Decidem. Nu trebuie să fie neapărat aceeași dată cu data creării.
|
|
285
271
|
metadata: Metadate
|
|
286
272
|
other: Altul
|
|
287
273
|
select_a_created_by: Selectați după persoana care a creat
|
|
@@ -330,9 +316,6 @@ ro:
|
|
|
330
316
|
new_import:
|
|
331
317
|
accepted_types:
|
|
332
318
|
json: JSON
|
|
333
|
-
assemblies:
|
|
334
|
-
show:
|
|
335
|
-
title: Despre această adunare
|
|
336
319
|
assembly_members:
|
|
337
320
|
index:
|
|
338
321
|
members: Membri
|
|
@@ -368,7 +351,9 @@ ro:
|
|
|
368
351
|
pages:
|
|
369
352
|
home:
|
|
370
353
|
highlighted_assemblies:
|
|
354
|
+
active_assemblies: Grupuri de lucru active
|
|
371
355
|
assemblies_button_title: Link către pagina Grupuri de lucru care afișează toate grupurile
|
|
356
|
+
see_all_assemblies: Vezi toate grupurile de lucru
|
|
372
357
|
user_profile:
|
|
373
358
|
member_of:
|
|
374
359
|
member_of: Membru al
|
|
@@ -396,9 +381,8 @@ ro:
|
|
|
396
381
|
read_less: Citește mai puțin
|
|
397
382
|
read_more: Citește mai mult
|
|
398
383
|
related_participatory_processes: Procese participative asociate
|
|
399
|
-
scope: Domeniu
|
|
384
|
+
scope: Domeniu de interes
|
|
400
385
|
social_networks: Rețele sociale
|
|
401
|
-
social_networks_title: Vizitează adunarea pe
|
|
402
386
|
target: Cine participă
|
|
403
387
|
assembly_members:
|
|
404
388
|
assembly_member:
|
|
@@ -409,7 +393,6 @@ ro:
|
|
|
409
393
|
assemblies:
|
|
410
394
|
create_assembly_member:
|
|
411
395
|
email_intro: Un administrator al grupului de lucru <a href="%{resource_url}">%{resource_name}</a> te-a adăugat ca unul dintre membrii săi.
|
|
412
|
-
email_outro: Ai primit această notificare deoarece ai fost invitat la un grup de lucru. Verifică <a href="%{resource_url}">pagina grupului de lucru</a> pentru a colabora!
|
|
413
396
|
email_subject: Ai primit invitație drept membru al grupului de lucru %{resource_name}!
|
|
414
397
|
notification_title: Ai fost înregistrat ca membru al grupului de lucru <a href="%{resource_path}">%{resource_name}</a>. Verificați pagina <a href="%{resource_path}">grupului de lucru</a> pentru a accepta!
|
|
415
398
|
assembly:
|
data/config/locales/ru.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
ru:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -222,7 +223,6 @@ ru:
|
|
|
222
223
|
assemblies:
|
|
223
224
|
form:
|
|
224
225
|
duration_help: Если длительность этого собрания ограничена, выберите дату окончания. В противном случае оно будет отображаться как бессрочное.
|
|
225
|
-
included_at_help: Выберите дату, когда это собрание было добавлено в Десидим. Она не обязательно должна совпадать с датой создания.
|
|
226
226
|
select_a_created_by: Укажите, кем создано
|
|
227
227
|
select_an_area: Выберите участок
|
|
228
228
|
select_an_assembly_type: Выберите вид собрания
|
|
@@ -269,9 +269,11 @@ ru:
|
|
|
269
269
|
public: Граждане
|
|
270
270
|
index:
|
|
271
271
|
title: Собрания
|
|
272
|
-
last_activity:
|
|
273
|
-
new_assembly: Добавить собрание
|
|
274
272
|
pages:
|
|
273
|
+
home:
|
|
274
|
+
highlighted_assemblies:
|
|
275
|
+
active_assemblies: Действующие собрания
|
|
276
|
+
see_all_assemblies: Просмотреть все собрания
|
|
275
277
|
user_profile:
|
|
276
278
|
member_of:
|
|
277
279
|
member_of: 'Входит в состав:'
|
|
@@ -286,6 +288,7 @@ ru:
|
|
|
286
288
|
developer_group: Рабочая группа по продвижению
|
|
287
289
|
duration: Длительность
|
|
288
290
|
included_at: Включено в
|
|
291
|
+
indefinite_duration: Бессрочное
|
|
289
292
|
internal_organisation: Внутренняя организация
|
|
290
293
|
is_transparent:
|
|
291
294
|
'false': непрозрачное
|
|
@@ -329,6 +332,7 @@ ru:
|
|
|
329
332
|
many: "%{count} собраний"
|
|
330
333
|
other: "%{count} собраний"
|
|
331
334
|
promoted_assembly:
|
|
335
|
+
more_info: Дополнительные сведения
|
|
332
336
|
take_part: Принять участие
|
|
333
337
|
assembly_navigation:
|
|
334
338
|
assembly_menu_item: Собрание
|
data/config/locales/si-LK.yml
CHANGED
data/config/locales/sk.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
sk:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -136,27 +137,10 @@ sk:
|
|
|
136
137
|
assemblies_types:
|
|
137
138
|
form:
|
|
138
139
|
title: Názov
|
|
139
|
-
last_activity:
|
|
140
|
-
new_assembly: Nové zhromaždenie
|
|
141
140
|
pages:
|
|
142
141
|
home:
|
|
143
142
|
highlighted_assemblies:
|
|
144
143
|
assemblies_button_title: Odkaz na stránku Zhromaždenia, zobrazujúcu všetky zhromaždenia
|
|
145
|
-
show:
|
|
146
|
-
area: Oblasť
|
|
147
|
-
closing_date: Dátum uzavretia
|
|
148
|
-
composition: Zloženie
|
|
149
|
-
created_by: Vytvorené
|
|
150
|
-
creation_date: Dátum vytvorenia
|
|
151
|
-
developer_group: Propagačná skupina
|
|
152
|
-
included_at: Zahrnuté v
|
|
153
|
-
internal_organisation: Interné organizácie
|
|
154
|
-
local_area: Oblasť organizácie
|
|
155
|
-
participatory_scope: O čom sa rozhoduje
|
|
156
|
-
participatory_structure: Ako sa o tom rozhoduje
|
|
157
|
-
purpose_of_action: Cieľ aktivity
|
|
158
|
-
scope: Rozsah
|
|
159
|
-
target: Kto sa zúčastňuje
|
|
160
144
|
events:
|
|
161
145
|
assemblies:
|
|
162
146
|
create_assembly_member:
|
data/config/locales/sl.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
sl:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -59,12 +60,6 @@ sl:
|
|
|
59
60
|
email: Email
|
|
60
61
|
name: Ime
|
|
61
62
|
role: Vloga
|
|
62
|
-
errors:
|
|
63
|
-
models:
|
|
64
|
-
assembly:
|
|
65
|
-
attributes:
|
|
66
|
-
document:
|
|
67
|
-
invalid_document_type: 'Neveljavna vrsta dokumenta. Sprejemljive oblike so: %{valid_mime_types}'
|
|
68
63
|
activerecord:
|
|
69
64
|
models:
|
|
70
65
|
decidim/assembly:
|
|
@@ -210,14 +205,13 @@ sl:
|
|
|
210
205
|
commission: Provizija
|
|
211
206
|
index:
|
|
212
207
|
title: Združbe
|
|
213
|
-
last_activity:
|
|
214
|
-
new_assembly: Nova združba
|
|
215
208
|
pages:
|
|
216
209
|
home:
|
|
217
210
|
highlighted_assemblies:
|
|
211
|
+
active_assemblies: Aktivne združbe
|
|
218
212
|
assemblies_button_title: Povezava do strani Združb
|
|
213
|
+
see_all_assemblies: Poglej vse združbe
|
|
219
214
|
show:
|
|
220
|
-
area: Področje
|
|
221
215
|
assembly_type: Vrsta združbe
|
|
222
216
|
children: Združbe
|
|
223
217
|
closing_date: Datum zaprtja
|
|
@@ -226,15 +220,11 @@ sl:
|
|
|
226
220
|
creation_date: Datum nastanka
|
|
227
221
|
duration: Trajanje
|
|
228
222
|
included_at: Vsebovan
|
|
229
|
-
|
|
230
|
-
local_area: Območje organizacije
|
|
231
|
-
participatory_scope: Kar je bilo odločeno
|
|
232
|
-
participatory_structure: Kot je bilo odločeno
|
|
233
|
-
purpose_of_action: Namen ukrepanja
|
|
223
|
+
indefinite_duration: Nedoločno
|
|
234
224
|
read_less: Preberi manj
|
|
235
225
|
read_more: Preberi več
|
|
236
226
|
related_participatory_processes: Povezani participativni procesi
|
|
237
|
-
scope:
|
|
227
|
+
scope: Področje
|
|
238
228
|
social_networks: Socialna omrežja
|
|
239
229
|
target: Kdor je prisostoval
|
|
240
230
|
help:
|
data/config/locales/so-SO.yml
CHANGED
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
sv:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Aktivera organisationskarta
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Titel
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Meddelande
|
|
10
8
|
area_id: Område
|
|
11
9
|
assembly_type: Typ av grupp
|
|
12
10
|
assembly_type_other: Annan typ av grupp
|
|
@@ -25,14 +23,12 @@ sv:
|
|
|
25
23
|
decidim_scope_id: Omfång
|
|
26
24
|
description: Beskrivning
|
|
27
25
|
developer_group: Kampanjgrupp
|
|
28
|
-
document: Dokument
|
|
29
26
|
domain: Domän
|
|
30
27
|
duration: Varaktighet
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Hembild
|
|
35
|
-
import_attachments: Importera bilagor
|
|
36
32
|
included_at: Inkluderad vid
|
|
37
33
|
instagram: Instagram
|
|
38
34
|
internal_organisation: Intern organisation
|
|
@@ -57,7 +53,7 @@ sv:
|
|
|
57
53
|
target: Vem deltar
|
|
58
54
|
title: Titel
|
|
59
55
|
twitter: Twitter
|
|
60
|
-
weight:
|
|
56
|
+
weight: Vikt
|
|
61
57
|
youtube: YouTube
|
|
62
58
|
assembly_member:
|
|
63
59
|
birthday: Födelsedag
|
|
@@ -69,17 +65,10 @@ sv:
|
|
|
69
65
|
non_user_avatar: Profilbild
|
|
70
66
|
position: Befattning
|
|
71
67
|
user_id: Användare
|
|
72
|
-
weight: Ordning
|
|
73
68
|
assembly_user_role:
|
|
74
69
|
email: E-post
|
|
75
70
|
name: Namn
|
|
76
71
|
role: Roll
|
|
77
|
-
errors:
|
|
78
|
-
models:
|
|
79
|
-
assembly:
|
|
80
|
-
attributes:
|
|
81
|
-
document:
|
|
82
|
-
invalid_document_type: 'Ogiltig dokumenttyp. Godkända format är: %{valid_mime_types}'
|
|
83
72
|
activerecord:
|
|
84
73
|
models:
|
|
85
74
|
decidim/assembly:
|
|
@@ -276,7 +265,7 @@ sv:
|
|
|
276
265
|
duration_help: Om varaktigheten för gruppen är begränsad, välj ett slutdatum. Annars kommer den att visas som permanent.
|
|
277
266
|
filters: Filter
|
|
278
267
|
images: Bilder
|
|
279
|
-
included_at_help: Markera det datum då gruppen lades till
|
|
268
|
+
included_at_help: Markera det datum då gruppen lades till på plattformen. Det behöver inte nödvändigtvis vara detsamma som datumet det skapades.
|
|
280
269
|
metadata: Metadata
|
|
281
270
|
other: Annan
|
|
282
271
|
select_a_created_by: Välj en skapad av
|
|
@@ -363,7 +352,9 @@ sv:
|
|
|
363
352
|
pages:
|
|
364
353
|
home:
|
|
365
354
|
highlighted_assemblies:
|
|
355
|
+
active_assemblies: Aktiva grupper
|
|
366
356
|
assemblies_button_title: Länk till sidan över grupper som visar alla grupper
|
|
357
|
+
see_all_assemblies: Visa alla grupper
|
|
367
358
|
user_profile:
|
|
368
359
|
member_of:
|
|
369
360
|
member_of: Medlem av
|
|
@@ -371,28 +362,29 @@ sv:
|
|
|
371
362
|
area: Område
|
|
372
363
|
assembly_type: Typ av grupp
|
|
373
364
|
children: Grupper
|
|
374
|
-
closing_date:
|
|
365
|
+
closing_date: Stängningsdatum
|
|
375
366
|
composition: Sammansättning
|
|
376
367
|
created_by: Skapad av
|
|
377
|
-
creation_date:
|
|
368
|
+
creation_date: Skapelsedatum
|
|
378
369
|
developer_group: Kampanjgrupp
|
|
379
370
|
duration: Varaktighet
|
|
380
|
-
included_at:
|
|
371
|
+
included_at: Ingår vid
|
|
372
|
+
indefinite_duration: Permanent
|
|
381
373
|
internal_organisation: Intern organisation
|
|
382
374
|
is_transparent:
|
|
383
375
|
'false': ogenomskinlig
|
|
384
376
|
'true': transparent
|
|
385
377
|
local_area: Område
|
|
386
378
|
participatory_scope: Vad bestäms
|
|
387
|
-
participatory_structure: Hur bestäms
|
|
379
|
+
participatory_structure: Hur det bestäms
|
|
388
380
|
private_space: Detta är en privat grupp
|
|
389
|
-
purpose_of_action:
|
|
381
|
+
purpose_of_action: Syftet med åtgärden
|
|
390
382
|
read_less: Läs mindre
|
|
391
383
|
read_more: Läs mer
|
|
392
384
|
related_participatory_processes: Relaterade dialoger
|
|
393
385
|
scope: Omfång
|
|
394
386
|
social_networks: Sociala nätverk
|
|
395
|
-
target:
|
|
387
|
+
target: Vilka deltar
|
|
396
388
|
assembly_members:
|
|
397
389
|
assembly_member:
|
|
398
390
|
designated_on: Utsedd den
|
data/config/locales/sw-KE.yml
CHANGED
data/config/locales/ti-ER.yml
CHANGED