decidim-assemblies 0.26.7 → 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 -1
- 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/assembly_copies_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_imports_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 -2
- 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/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -73
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +6 -10
- data/config/locales/cs.yml +14 -18
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +7 -4
- data/config/locales/el.yml +1 -7
- data/config/locales/en.yml +5 -10
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +6 -10
- data/config/locales/es-PY.yml +6 -10
- data/config/locales/es.yml +6 -10
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +20 -27
- data/config/locales/fi-plain.yml +6 -10
- data/config/locales/fi.yml +7 -11
- data/config/locales/fr-CA.yml +6 -10
- data/config/locales/fr.yml +11 -15
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -7
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +3 -44
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +2 -3
- data/config/locales/it.yml +1 -7
- data/config/locales/ja.yml +6 -10
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -6
- data/config/locales/lt.yml +1 -469
- data/config/locales/lv.yml +1 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +18 -29
- data/config/locales/no.yml +1 -7
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +2 -3
- data/config/locales/pt-BR.yml +2 -8
- data/config/locales/pt.yml +1 -7
- data/config/locales/ro-RO.yml +2 -21
- data/config/locales/ru.yml +1 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -2
- data/config/locales/sl.yml +1 -8
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +3 -14
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -20
- data/config/locales/uk.yml +1 -3
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -7
- data/config/locales/zh-TW.yml +1 -465
- 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 -47
- data/app/services/decidim/assemblies/assembly_search.rb +0 -18
- 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 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
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
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
---
|
|
2
|
+
pt:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
@@ -67,12 +68,6 @@ pt-BR:
|
|
|
67
68
|
email: E-mail
|
|
68
69
|
name: Nome
|
|
69
70
|
role: Cargo
|
|
70
|
-
errors:
|
|
71
|
-
models:
|
|
72
|
-
assembly:
|
|
73
|
-
attributes:
|
|
74
|
-
document:
|
|
75
|
-
invalid_document_type: 'Tipo de documento inválido. Formatos aceitos são: %{valid_mime_types}'
|
|
76
71
|
activerecord:
|
|
77
72
|
models:
|
|
78
73
|
decidim/assembly:
|
|
@@ -266,7 +261,6 @@ pt-BR:
|
|
|
266
261
|
duration_help: Se a duração desse assembly for limitada, selecione a data final. Caso contrário, aparecerá como indefinido.
|
|
267
262
|
filters: Filtros
|
|
268
263
|
images: Imagens
|
|
269
|
-
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.
|
|
270
264
|
metadata: Metadados
|
|
271
265
|
other: De outros
|
|
272
266
|
select_a_created_by: Selecione um criado por
|
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
|
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
|
|
@@ -400,7 +383,6 @@ ro:
|
|
|
400
383
|
related_participatory_processes: Procese participative asociate
|
|
401
384
|
scope: Domeniu de interes
|
|
402
385
|
social_networks: Rețele sociale
|
|
403
|
-
social_networks_title: Vizitează adunarea pe
|
|
404
386
|
target: Cine participă
|
|
405
387
|
assembly_members:
|
|
406
388
|
assembly_member:
|
|
@@ -411,7 +393,6 @@ ro:
|
|
|
411
393
|
assemblies:
|
|
412
394
|
create_assembly_member:
|
|
413
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.
|
|
414
|
-
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!
|
|
415
396
|
email_subject: Ai primit invitație drept membru al grupului de lucru %{resource_name}!
|
|
416
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!
|
|
417
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,8 +269,6 @@ ru:
|
|
|
269
269
|
public: Граждане
|
|
270
270
|
index:
|
|
271
271
|
title: Собрания
|
|
272
|
-
last_activity:
|
|
273
|
-
new_assembly: Добавить собрание
|
|
274
272
|
pages:
|
|
275
273
|
home:
|
|
276
274
|
highlighted_assemblies:
|
data/config/locales/si-LK.yml
CHANGED
data/config/locales/sk.yml
CHANGED
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,8 +205,6 @@ 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:
|
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
|
data/config/locales/sw-KE.yml
CHANGED
data/config/locales/ti-ER.yml
CHANGED
data/config/locales/tr-TR.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
tr:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Organizasyon şemasını etkinleştir
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Başlik / Unvani
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Duyuru
|
|
10
8
|
area_id: Alan
|
|
11
9
|
assembly_type: Kurul türü
|
|
12
10
|
assembly_type_other: Diğer montaj türü
|
|
@@ -25,16 +23,12 @@ tr:
|
|
|
25
23
|
decidim_scope_id: kapsam
|
|
26
24
|
description: Açıklama
|
|
27
25
|
developer_group: Tanıtım grubu
|
|
28
|
-
document: Belge
|
|
29
26
|
domain: domain
|
|
30
27
|
duration: süre
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Başlık etiketi
|
|
34
31
|
hero_image: Ana resim
|
|
35
|
-
import_attachments: Eki içe aktar
|
|
36
|
-
import_categories: Kategorileri içe aktar
|
|
37
|
-
import_components: Bireşenleri içe aktar
|
|
38
32
|
included_at: Dahil
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: İç organizasyon
|
|
@@ -59,7 +53,6 @@ tr:
|
|
|
59
53
|
target: Katılanlar
|
|
60
54
|
title: Başlık
|
|
61
55
|
twitter: Twitter
|
|
62
|
-
weight: Sipariş pozisyonu
|
|
63
56
|
youtube: YouTube
|
|
64
57
|
assembly_member:
|
|
65
58
|
birthday: Doğum günü
|
|
@@ -68,20 +61,12 @@ tr:
|
|
|
68
61
|
designation_date: Atama tarihi
|
|
69
62
|
full_name: Ad Soyad
|
|
70
63
|
gender: Cinsiyet
|
|
71
|
-
non_user_avatar: Profil resmi
|
|
72
64
|
position: Pozisyon
|
|
73
65
|
user_id: Kullanıcı
|
|
74
|
-
weight: Sipatiş pozisyonu
|
|
75
66
|
assembly_user_role:
|
|
76
67
|
email: E-posta
|
|
77
68
|
name: Adı
|
|
78
69
|
role: Rol
|
|
79
|
-
errors:
|
|
80
|
-
models:
|
|
81
|
-
assembly:
|
|
82
|
-
attributes:
|
|
83
|
-
document:
|
|
84
|
-
invalid_document_type: 'Geçersiz belge türü. Kabul edilen biçimler şunlardır: %{valid_mime_types}'
|
|
85
70
|
activerecord:
|
|
86
71
|
models:
|
|
87
72
|
decidim/assembly:
|
|
@@ -190,9 +175,6 @@ tr:
|
|
|
190
175
|
update:
|
|
191
176
|
error: Bu kurul için bir yönetici güncellenirken bir sorun oluştu.
|
|
192
177
|
success: Yönetici bu kurul için başarıyla güncellendi.
|
|
193
|
-
filters:
|
|
194
|
-
decidim_assemblies_type_id_eq:
|
|
195
|
-
label: Montaj tipi
|
|
196
178
|
menu:
|
|
197
179
|
assemblies: Kurullar
|
|
198
180
|
assemblies_settings: Ayarlar
|
|
@@ -276,7 +258,6 @@ tr:
|
|
|
276
258
|
duration_help: Bu kurulun süresi sınırlıysa, bitiş tarihini seçin. Aksi takdirde belirsiz görünecektir.
|
|
277
259
|
filters: Filtreler
|
|
278
260
|
images: Resimler
|
|
279
|
-
included_at_help: Bu kurulun Decidim'e eklendiği tarihi seçin. Yaratılış tarihi ile aynı olmak zorunda değildir.
|
|
280
261
|
metadata: Meta veri
|
|
281
262
|
other: Diğer
|
|
282
263
|
select_a_created_by: tarafından oluşturulanı seçin
|
data/config/locales/uk.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
uk:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -222,7 +223,6 @@ uk:
|
|
|
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,8 +269,6 @@ uk:
|
|
|
269
269
|
public: Громадяни
|
|
270
270
|
index:
|
|
271
271
|
title: Збори
|
|
272
|
-
last_activity:
|
|
273
|
-
new_assembly: Додати збори
|
|
274
272
|
pages:
|
|
275
273
|
home:
|
|
276
274
|
highlighted_assemblies:
|
data/config/locales/val-ES.yml
CHANGED
data/config/locales/vi.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
zh-CN:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -63,12 +64,6 @@ zh-CN:
|
|
|
63
64
|
email: 电子邮件地址
|
|
64
65
|
name: 名称
|
|
65
66
|
role: 作用
|
|
66
|
-
errors:
|
|
67
|
-
models:
|
|
68
|
-
assembly:
|
|
69
|
-
attributes:
|
|
70
|
-
document:
|
|
71
|
-
invalid_document_type: '无效的文档类型。接受的格式为: %{valid_mime_types}'
|
|
72
67
|
activerecord:
|
|
73
68
|
models:
|
|
74
69
|
decidim/assembly:
|
|
@@ -257,7 +252,6 @@ zh-CN:
|
|
|
257
252
|
duration_help: 如果这个程序集的持续时间有限,请选择结束日期。否则,它将显示为无限期。
|
|
258
253
|
filters: 筛选器
|
|
259
254
|
images: 图像
|
|
260
|
-
included_at_help: 选择程序集添加到 Decidim 的日期。它不一定与创建日期相同。
|
|
261
255
|
metadata: 元数据
|
|
262
256
|
other: 其他
|
|
263
257
|
select_a_created_by: 选择创建者:
|