decidim-dev 0.19.0 → 0.22.0

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.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/decidim/dummy.svg +1 -4
  3. data/app/assets/images/decidim/gamification/badges/test.svg +1 -145
  4. data/app/commands/decidim/dummy_resources/create_dummy_resource.rb +48 -0
  5. data/app/forms/decidim/dummy_resources/dummy_resource_form.rb +3 -0
  6. data/config/locales/ar.yml +1 -0
  7. data/config/locales/bg-BG.yml +56 -0
  8. data/config/locales/ca.yml +15 -0
  9. data/config/locales/cs.yml +16 -1
  10. data/config/locales/da-DK.yml +1 -0
  11. data/config/locales/de.yml +16 -0
  12. data/config/locales/el-GR.yml +1 -0
  13. data/config/locales/el.yml +56 -0
  14. data/config/locales/en.yml +15 -0
  15. data/config/locales/es-MX.yml +15 -0
  16. data/config/locales/es-PY.yml +15 -0
  17. data/config/locales/es.yml +15 -0
  18. data/config/locales/et-EE.yml +1 -0
  19. data/config/locales/fi-plain.yml +15 -0
  20. data/config/locales/fi.yml +15 -0
  21. data/config/locales/fr-CA.yml +56 -0
  22. data/config/locales/fr.yml +15 -0
  23. data/config/locales/ga-IE.yml +1 -0
  24. data/config/locales/hr-HR.yml +1 -0
  25. data/config/locales/hu.yml +11 -2
  26. data/config/locales/is-IS.yml +21 -0
  27. data/config/locales/it.yml +18 -2
  28. data/config/locales/ja-JP.yml +56 -0
  29. data/config/locales/lt-LT.yml +1 -0
  30. data/config/locales/lv-LV.yml +54 -0
  31. data/config/locales/mt-MT.yml +1 -0
  32. data/config/locales/nl.yml +15 -0
  33. data/config/locales/no.yml +36 -0
  34. data/config/locales/pl.yml +26 -10
  35. data/config/locales/pt-BR.yml +1 -1
  36. data/config/locales/pt.yml +26 -10
  37. data/config/locales/ro-RO.yml +56 -0
  38. data/config/locales/ru.yml +13 -0
  39. data/config/locales/sk-SK.yml +47 -0
  40. data/config/locales/sk.yml +47 -0
  41. data/config/locales/sl.yml +5 -0
  42. data/config/locales/sr-CS.yml +8 -0
  43. data/config/locales/sv.yml +16 -0
  44. data/lib/decidim/dev/assets/city.jpeg +0 -0
  45. data/lib/decidim/dev/assets/city2.jpeg +0 -0
  46. data/lib/decidim/dev/assets/city3.jpeg +0 -0
  47. data/lib/decidim/dev/assets/participatory_processes.json +434 -0
  48. data/lib/decidim/dev/assets/participatory_processes_with_null.json +103 -0
  49. data/lib/decidim/dev/test/base_spec_helper.rb +14 -0
  50. data/lib/decidim/dev/test/rspec_support/authorization.rb +3 -0
  51. data/lib/decidim/dev/test/rspec_support/capybara.rb +1 -1
  52. data/lib/decidim/dev/test/rspec_support/capybara_data_picker.rb +15 -5
  53. data/lib/decidim/dev/test/rspec_support/capybara_scopes_picker.rb +5 -5
  54. data/lib/decidim/dev/test/rspec_support/comments.rb +2 -2
  55. data/lib/decidim/dev/test/rspec_support/component.rb +71 -2
  56. data/lib/decidim/dev/test/rspec_support/confirmation_helpers.rb +60 -0
  57. data/lib/decidim/dev/test/rspec_support/content_processing.rb +2 -2
  58. data/lib/decidim/dev/test/rspec_support/geocoder.rb +1 -2
  59. data/lib/decidim/dev/test/rspec_support/helpers.rb +2 -2
  60. data/lib/decidim/dev/test/rspec_support/timezone.rb +7 -0
  61. data/lib/decidim/dev/version.rb +1 -1
  62. metadata +66 -16
  63. data/lib/decidim/dev/test/rspec_support/capybara_proposals_picker.rb +0 -51
@@ -2,4 +2,40 @@
2
2
  activemodel:
3
3
  attributes:
4
4
  dummy_resource:
5
+ created_at: Opprettet på
6
+ field: Mitt felt
7
+ start_date: Startdato
5
8
  title: Tittel
9
+ translatable_text: Oversettbar tekst
10
+ updated_at: Oppdatert på
11
+ decidim:
12
+ dummy:
13
+ admin:
14
+ exports:
15
+ dummies: Dukker
16
+ gamification:
17
+ badges:
18
+ test:
19
+ conditions:
20
+ - Bruk et testmiljø for decidim.
21
+ description: Deltakerne får dette merket ved å lage tester.
22
+ description_another: Denne deltakeren har opprettet %{score} tester.
23
+ description_own: Du har opprettet %{score} tester.
24
+ name: Tester
25
+ next_level_in: Opprett %{score} flere tester for å nå neste nivå!
26
+ unearned_another: Denne deltakeren har ikke opprettet en test ennå.
27
+ unearned_own: Du har ikke laget noen tester ennå.
28
+ pages:
29
+ home:
30
+ statistics:
31
+ bar: Felt
32
+ dummies_count_high: Dukker høy
33
+ dummies_count_medium: Dukker medium
34
+ foo: Foo
35
+ participatory_processes:
36
+ statistics:
37
+ dummies_count_high: Dukker høy
38
+ dummies_count_medium: Dukker medium
39
+ resource_links:
40
+ test_link:
41
+ dummy_resource_dummy: Relaterte dukke
@@ -2,12 +2,28 @@ pl:
2
2
  activemodel:
3
3
  attributes:
4
4
  dummy_resource:
5
- created_at: Utworzono w
5
+ created_at: Utworzono
6
+ decidim_scope_id: Zakres
6
7
  field: Moja dziedzina
7
8
  start_date: Data rozpoczęcia
8
9
  title: Tytuł
9
- updated_at: Zaktualizowano na
10
+ translatable_text: Tekst do przetłumaczenia
11
+ updated_at: Zaktualizowano
10
12
  decidim:
13
+ components:
14
+ dummy:
15
+ settings:
16
+ global:
17
+ readonly_attribute: Atrybut tylko do odczytu
18
+ test: Test A
19
+ test_choices:
20
+ a: Opcja A
21
+ b: Opcja B
22
+ c: Opcja C
23
+ step:
24
+ endorsements_blocked: Możliwość poparcia zablokowana
25
+ endorsements_enabled: Popieranie włączone
26
+ readonly_step_attribute: Atrybut kroku tylko do odczytu
11
27
  dummy:
12
28
  admin:
13
29
  exports:
@@ -17,9 +33,9 @@ pl:
17
33
  test:
18
34
  conditions:
19
35
  - Użyj środowiska testowego dla decidim.
20
- description: Użytkownicy otrzymują tę odznakę, tworząc testy.
36
+ description: Użytkownicy otrzymują tę odznakę tworząc testy.
21
37
  description_another: Ten użytkownik utworzył %{score} testów.
22
- description_own: Stworzyłeś %{score} testów.
38
+ description_own: Utworzyłeś %{score} testów.
23
39
  name: Testy
24
40
  next_level_in: Stwórz %{score} dodatkowych testów, aby przejść do następnego poziomu!
25
41
  unearned_another: Ten użytkownik nie utworzył jeszcze żadnych testów.
@@ -28,13 +44,13 @@ pl:
28
44
  home:
29
45
  statistics:
30
46
  bar: Bar
31
- dummies_count_high: Atrapy wysokie
32
- dummies_count_medium: Średni manekin
33
- foo: bla
47
+ dummies_count_high: Przykładowa duża liczba
48
+ dummies_count_medium: Przykładowa średnia liczba
49
+ foo: Foo
34
50
  participatory_processes:
35
51
  statistics:
36
- dummies_count_high: Atrapy wysokie
37
- dummies_count_medium: Średni manekin
52
+ dummies_count_high: Przykładowa duża liczba
53
+ dummies_count_medium: Przykładowa średnia liczba
38
54
  resource_links:
39
55
  test_link:
40
- dummy_resource_dummy: Podobne manekina
56
+ dummy_resource_dummy: Przykładowe powiązanie
@@ -1,4 +1,4 @@
1
- pt-BR:
1
+ pt:
2
2
  activemodel:
3
3
  attributes:
4
4
  dummy_resource:
@@ -3,11 +3,27 @@ pt:
3
3
  attributes:
4
4
  dummy_resource:
5
5
  created_at: Criado em
6
- field: Meu campo
6
+ decidim_scope_id: Âmbito
7
+ field: O meu campo
7
8
  start_date: Data de início
8
9
  title: Título
10
+ translatable_text: Texto traduzível
9
11
  updated_at: Atualizado em
10
12
  decidim:
13
+ components:
14
+ dummy:
15
+ settings:
16
+ global:
17
+ readonly_attribute: Atributo só de leitura
18
+ test: Teste A
19
+ test_choices:
20
+ a: Escolha A
21
+ b: Escolha B
22
+ c: Escolha C
23
+ step:
24
+ endorsements_blocked: Endossamentos bloqueados
25
+ endorsements_enabled: Endossamentos ativados
26
+ readonly_step_attribute: Atributo de passo só de leitura
11
27
  dummy:
12
28
  admin:
13
29
  exports:
@@ -16,24 +32,24 @@ pt:
16
32
  badges:
17
33
  test:
18
34
  conditions:
19
- - Use um ambiente de teste para decidim.
20
- description: Os usuários obtêm esse selo criando testes.
21
- description_another: Este usuário criou %{score} testes.
22
- description_own: Você criou %{score} testes.
35
+ - Utilize um ambiente de teste para decidim.
36
+ description: Os participantes obtêm este distintivo ao criarem testes.
37
+ description_another: Este participante criou %{score} testes.
38
+ description_own: Criou %{score} testes.
23
39
  name: Testes
24
40
  next_level_in: Crie mais %{score} testes para alcançar o próximo nível!
25
- unearned_another: Este usuário ainda não criou nenhum teste.
26
- unearned_own: Você não criou testes ainda.
41
+ unearned_another: Este participante ainda não criou nenhum teste.
42
+ unearned_own: Ainda não criou qualquer teste.
27
43
  pages:
28
44
  home:
29
45
  statistics:
30
46
  bar: Barra
31
- dummies_count_high: Dummies alta
32
- dummies_count_medium: Dummies medium
47
+ dummies_count_high: Fictícias alto
48
+ dummies_count_medium: Fictícias médio
33
49
  foo: Foo
34
50
  participatory_processes:
35
51
  statistics:
36
- dummies_count_high: Dummies alta
52
+ dummies_count_high: Fictícias alto
37
53
  dummies_count_medium: Dummies médio
38
54
  resource_links:
39
55
  test_link:
@@ -0,0 +1,56 @@
1
+ ro:
2
+ activemodel:
3
+ attributes:
4
+ dummy_resource:
5
+ created_at: Creat la
6
+ decidim_scope_id: Domeniu
7
+ field: Câmpul meu
8
+ start_date: Data de început
9
+ title: Titlu
10
+ translatable_text: Text traductibil
11
+ updated_at: Actualizat la
12
+ decidim:
13
+ components:
14
+ dummy:
15
+ settings:
16
+ global:
17
+ readonly_attribute: Atribut Readonly
18
+ test: Un test
19
+ test_choices:
20
+ a: O alegere
21
+ b: Alegere B
22
+ c: Alegere C
23
+ step:
24
+ endorsements_blocked: Aprobări blocate
25
+ endorsements_enabled: Aprobări activate
26
+ readonly_step_attribute: Atribut pas Readonly
27
+ dummy:
28
+ admin:
29
+ exports:
30
+ dummies: Dummieri
31
+ gamification:
32
+ badges:
33
+ test:
34
+ conditions:
35
+ - Utilizaţi un mediu de testare pentru decidim.
36
+ description: Participanții obțin această insignă prin crearea de teste.
37
+ description_another: Acest participant a creat %{score} teste.
38
+ description_own: Ați creat %{score} teste.
39
+ name: Teste
40
+ next_level_in: Crează încă %{score} teste pentru a atinge următorul nivel!
41
+ unearned_another: Acest participant nu a creat încă niciun test.
42
+ unearned_own: Nu ați creat încă niciun test.
43
+ pages:
44
+ home:
45
+ statistics:
46
+ bar: Bară
47
+ dummies_count_high: Dummieri mari
48
+ dummies_count_medium: Medie de ficare
49
+ foo: Foo
50
+ participatory_processes:
51
+ statistics:
52
+ dummies_count_high: Dummieri mari
53
+ dummies_count_medium: Medie de ficare
54
+ resource_links:
55
+ test_link:
56
+ dummy_resource_dummy: Legat de manechin
@@ -6,12 +6,25 @@ ru:
6
6
  field: Мое поле
7
7
  start_date: Дата начала
8
8
  title: Название
9
+ translatable_text: Переводимый текст
9
10
  updated_at: 'Обновлено:'
10
11
  decidim:
11
12
  dummy:
12
13
  admin:
13
14
  exports:
14
15
  dummies: Примеры сохранения
16
+ gamification:
17
+ badges:
18
+ test:
19
+ conditions:
20
+ - Используйте тестовую среду для decidim.
21
+ description: Участники получают этот значок за написание тестов.
22
+ description_another: Этот участник написал %{score} тестов.
23
+ description_own: Вы написали %{score} тест.
24
+ name: Тесты
25
+ next_level_in: Напишите еще %{score} тестов, чтобы достичь следующего уровня!
26
+ unearned_another: Этот участник еще не написал тестов.
27
+ unearned_own: Вы еще не написали тестов.
15
28
  pages:
16
29
  home:
17
30
  statistics:
@@ -0,0 +1,47 @@
1
+ sk:
2
+ activemodel:
3
+ attributes:
4
+ dummy_resource:
5
+ created_at: Vytvorené
6
+ field: Moje pole
7
+ start_date: Dátum začatia
8
+ title: Názov
9
+ translatable_text: Text na preloženie
10
+ updated_at: Aktualizované
11
+ decidim:
12
+ components:
13
+ dummy:
14
+ settings:
15
+ step:
16
+ endorsements_blocked: Zablokovanie podpory
17
+ endorsements_enabled: Povolenie podpory
18
+ dummy:
19
+ admin:
20
+ exports:
21
+ dummies: Indikátory (dummy variable)
22
+ gamification:
23
+ badges:
24
+ test:
25
+ conditions:
26
+ - Použiť testovacie prostredie pre decidim.
27
+ description: Účastníci dostanú tento odznak za vytváranie testov.
28
+ description_another: Tento účastník vytvoril %{score} testov.
29
+ description_own: Vytvorili ste %{score} testov.
30
+ name: Testy
31
+ next_level_in: Vytvorte o %{score} testov viac pre dosiahnutie ďalšej úrovne!
32
+ unearned_another: Tento účastník nevytvoril žiadny test.
33
+ unearned_own: Zatiaľ ste nevytvorili žiadny test.
34
+ pages:
35
+ home:
36
+ statistics:
37
+ bar: Stĺpec
38
+ dummies_count_high: Vysoký počet testovacích premenných
39
+ dummies_count_medium: Stredný počet testovacích premenných
40
+ foo: Test
41
+ participatory_processes:
42
+ statistics:
43
+ dummies_count_high: Vysoký počet testovacích premenných
44
+ dummies_count_medium: Stredný počet testovacích premenných
45
+ resource_links:
46
+ test_link:
47
+ dummy_resource_dummy: Súvisiace indikátory
@@ -0,0 +1,47 @@
1
+ sk:
2
+ activemodel:
3
+ attributes:
4
+ dummy_resource:
5
+ created_at: Vytvorené
6
+ field: Moje pole
7
+ start_date: Dátum začatia
8
+ title: Názov
9
+ translatable_text: Text na preloženie
10
+ updated_at: Aktualizované
11
+ decidim:
12
+ components:
13
+ dummy:
14
+ settings:
15
+ step:
16
+ endorsements_blocked: Zablokovanie podpory
17
+ endorsements_enabled: Povolenie podpory
18
+ dummy:
19
+ admin:
20
+ exports:
21
+ dummies: Indikátory (dummy variable)
22
+ gamification:
23
+ badges:
24
+ test:
25
+ conditions:
26
+ - Použiť testovacie prostredie pre decidim.
27
+ description: Účastníci dostanú tento odznak za vytváranie testov.
28
+ description_another: Tento účastník vytvoril %{score} testov.
29
+ description_own: Vytvorili ste %{score} testov.
30
+ name: Testy
31
+ next_level_in: Vytvorte o %{score} testov viac pre dosiahnutie ďalšej úrovne!
32
+ unearned_another: Tento účastník nevytvoril žiadny test.
33
+ unearned_own: Zatiaľ ste nevytvorili žiadny test.
34
+ pages:
35
+ home:
36
+ statistics:
37
+ bar: Stĺpec
38
+ dummies_count_high: Vysoký počet testovacích premenných
39
+ dummies_count_medium: Stredný počet testovacích premenných
40
+ foo: Test
41
+ participatory_processes:
42
+ statistics:
43
+ dummies_count_high: Vysoký počet testovacích premenných
44
+ dummies_count_medium: Stredný počet testovacích premenných
45
+ resource_links:
46
+ test_link:
47
+ dummy_resource_dummy: Súvisiace indikátory
@@ -0,0 +1,5 @@
1
+ sl:
2
+ activemodel:
3
+ attributes:
4
+ dummy_resource:
5
+ title: Naziv
@@ -0,0 +1,8 @@
1
+ sr:
2
+ decidim:
3
+ components:
4
+ dummy:
5
+ settings:
6
+ step:
7
+ endorsements_blocked: Podržavanja su onemogućena
8
+ endorsements_enabled: Podržavanja su omogućena
@@ -3,11 +3,27 @@ sv:
3
3
  attributes:
4
4
  dummy_resource:
5
5
  created_at: Skapad
6
+ decidim_scope_id: Omfattning
6
7
  field: Mitt fält
7
8
  start_date: Startdatum
8
9
  title: Titel
10
+ translatable_text: Översättningsbar text
9
11
  updated_at: Uppdaterad
10
12
  decidim:
13
+ components:
14
+ dummy:
15
+ settings:
16
+ global:
17
+ readonly_attribute: Skrivskyddat attribut
18
+ test: Ett test
19
+ test_choices:
20
+ a: Ett val
21
+ b: B val
22
+ c: C val
23
+ step:
24
+ endorsements_blocked: Instämmanden är blockerade
25
+ endorsements_enabled: Instämmanden tillåtna
26
+ readonly_step_attribute: Skrivskyddade steg attribut
11
27
  dummy:
12
28
  admin:
13
29
  exports:
@@ -0,0 +1,434 @@
1
+ [
2
+ {
3
+ "id": 1,
4
+ "title": {
5
+ "ca": "Laborum totam et nisi autem.",
6
+ "en": "Tempora esse debitis in ut.",
7
+ "es": "Eum quia ut maiores officia."
8
+ },
9
+ "subtitle": {
10
+ "ca": "Sit ut.",
11
+ "en": "Consequatur sed.",
12
+ "es": "In laudantium."
13
+ },
14
+ "slug": "distinctio-cupiditate",
15
+ "hashtag": "harum",
16
+ "short_description": {
17
+ "ca": "<p>Harum magnam id.</p>",
18
+ "en": "<p>Aut quam doloribus.</p>",
19
+ "es": "<p>Vel eaque voluptatem.</p>"
20
+ },
21
+ "description": {
22
+ "ca": "<p>Eius velit earum. Dolorem consequuntur ullam. Atque autem non.</p>",
23
+ "en": "<p>Ad quaerat consequuntur. Voluptas dignissimos eos. Eos saepe et.</p>",
24
+ "es": "<p>Omnis similique illo. Expedita adipisci qui. Voluptas cupiditate qui.</p>"
25
+ },
26
+ "announcement": null,
27
+ "start_date": "2019-10-02",
28
+ "end_date": "2019-12-02",
29
+ "remote_hero_image_url": "http://localhost:3000/uploads/decidim/participatory_process/hero_image/1/city.jpeg",
30
+ "remote_banner_image_url": "http://localhost:3000/uploads/decidim/participatory_process/banner_image/1/city2.jpeg",
31
+ "developer_group": {
32
+ "ca": "Reiciendis.",
33
+ "en": "Nostrum.",
34
+ "es": "Aut."
35
+ },
36
+ "local_area": {
37
+ "ca": "Eum necessitatibus.",
38
+ "en": "Aspernatur perspiciatis.",
39
+ "es": "A laudantium."
40
+ },
41
+ "meta_scope": {
42
+ "ca": "sint",
43
+ "en": "voluptas",
44
+ "es": "ullam"
45
+ },
46
+ "participatory_scope": {
47
+ "ca": "Ad.",
48
+ "en": "Amet.",
49
+ "es": "Excepturi."
50
+ },
51
+ "participatory_structure": {
52
+ "ca": "Eos est.",
53
+ "en": "Quaerat mollitia.",
54
+ "es": "Vel iusto."
55
+ },
56
+ "target": {
57
+ "ca": "Ratione amet harum.",
58
+ "en": "Deserunt nulla modi.",
59
+ "es": "Aut quae ipsa."
60
+ },
61
+ "area": {
62
+ "id": null,
63
+ "name": {
64
+ "en": "",
65
+ "ca": "",
66
+ "es": ""
67
+ }
68
+ },
69
+ "participatory_process_group": {
70
+ "id": 1,
71
+ "name": {
72
+ "ca": "Molestias pariatur eaque.",
73
+ "en": "Iure iusto ut.",
74
+ "es": "Pariatur culpa reprehenderit."
75
+ },
76
+ "description": {
77
+ "ca": "<p>Et accusamus debitis. Sint voluptatem velit. Quia architecto at.</p>",
78
+ "en": "<p>Sunt eius labore. Odit fugiat numquam. Et consequatur pariatur.</p>",
79
+ "es": "<p>Rerum aperiam omnis. Optio est quo. Odit est eveniet.</p>"
80
+ },
81
+ "remote_hero_image_url": "http://localhost:3000/uploads/decidim/participatory_process_group/hero_image/1/city.jpeg"
82
+ },
83
+ "scope": {
84
+ "id": 1,
85
+ "name": {
86
+ "ca": "South Carolina",
87
+ "en": "South Carolina",
88
+ "es": "South Carolina"
89
+ }
90
+ },
91
+ "private_space": false,
92
+ "promoted": true,
93
+ "scopes_enabled": true,
94
+ "show_statistics": true,
95
+ "participatory_process_steps": [
96
+ {
97
+ "id": 1,
98
+ "title": {
99
+ "ca": "Quo.",
100
+ "en": "Magni.",
101
+ "es": "Praesentium."
102
+ },
103
+ "description": {
104
+ "ca": "<p>Est placeat ut. Odit eum consequatur. Aliquam consequatur molestiae.</p>",
105
+ "en": "<p>Possimus similique repudiandae. Sunt praesentium incidunt. Ipsam qui ullam.</p>",
106
+ "es": "<p>Quo cum amet. Ea quis aut. Voluptas sed quis.</p>"
107
+ },
108
+ "start_date": "2019-09-02",
109
+ "end_date": "2019-12-02",
110
+ "cta_path": null,
111
+ "cta_text": {
112
+ },
113
+ "active": true,
114
+ "position": 0
115
+ }
116
+ ],
117
+ "participatory_process_categories": [
118
+ {
119
+ "id": 1,
120
+ "name": {
121
+ "ca": "Rerum quo dicta asperiores officiis.",
122
+ "en": "Illum nesciunt praesentium explicabo qui.",
123
+ "es": "Consequatur dolorem aspernatur quia aut."
124
+ },
125
+ "description": {
126
+ "ca": "<p>Qui eaque possimus. Dolores doloremque veniam. Voluptatem nostrum omnis.</p>",
127
+ "en": "<p>Placeat vitae id. Nam amet pariatur. Quasi omnis magni.</p>",
128
+ "es": "<p>Repellendus voluptatem praesentium. Deserunt et et. Doloremque minus magni.</p>"
129
+ },
130
+ "parent_id": null,
131
+ "subcategories": null
132
+ },
133
+ {
134
+ "id": 2,
135
+ "name": {
136
+ "ca": "Dolorem velit est nihil aut.",
137
+ "en": "Expedita sint earum rerum consequatur.",
138
+ "es": "Labore pariatur numquam qui recusandae."
139
+ },
140
+ "description": {
141
+ "ca": "<p>Porro dolores nobis. Ut qui provident. Quasi beatae ducimus.</p>",
142
+ "en": "<p>Tempore voluptatum sequi. Sed asperiores sit. Illum in quo.</p>",
143
+ "es": "<p>Dignissimos esse omnis. Non temporibus commodi. Nemo corrupti est.</p>"
144
+ },
145
+ "parent_id": null,
146
+ "subcategories": [
147
+ {
148
+ "id": 3,
149
+ "name": {
150
+ "ca": "Quibusdam a ratione sit sint.",
151
+ "en": "Adipisci doloremque deserunt sit quo.",
152
+ "es": "Eaque iusto nemo minus doloribus."
153
+ },
154
+ "description": {
155
+ "ca": "<p>Voluptatem similique soluta. Quidem fugit voluptas. Repellat suscipit id.</p>",
156
+ "en": "<p>Animi quae ipsum. Perferendis alias molestiae. Voluptas aut dolorem.</p>",
157
+ "es": "<p>Id quisquam nisi. Vel doloremque et. Voluptas et totam.</p>"
158
+ },
159
+ "parent_id": 2
160
+ },
161
+ {
162
+ "id": 4,
163
+ "name": {
164
+ "ca": "A consequuntur pariatur ratione dolor.",
165
+ "en": "Dolor fugit provident illo mollitia.",
166
+ "es": "Pariatur sit nemo culpa impedit."
167
+ },
168
+ "description": {
169
+ "ca": "<p>Voluptate ad neque. Reprehenderit id a. Voluptatem et beatae.</p>",
170
+ "en": "<p>Atque eum aut. Repellat eos vero. Pariatur ipsa culpa.</p>",
171
+ "es": "<p>Libero et a. Nihil reprehenderit esse. Ducimus ab similique.</p>"
172
+ },
173
+ "parent_id": 2
174
+ },
175
+ {
176
+ "id": 5,
177
+ "name": {
178
+ "ca": "Voluptatem quasi porro minima dolorum.",
179
+ "en": "Nihil ratione ducimus tempora magni.",
180
+ "es": "Libero ut voluptatem atque sequi."
181
+ },
182
+ "description": {
183
+ "ca": "<p>Accusantium nihil modi. Voluptas non officia. Repellendus placeat et.</p>",
184
+ "en": "<p>Accusamus doloremque dolorem. Rerum nemo provident. Alias ad quia.</p>",
185
+ "es": "<p>Dolores nihil non. Ratione dolore et. Nihil facere fugiat.</p>"
186
+ },
187
+ "parent_id": 2
188
+ },
189
+ {
190
+ "id": 6,
191
+ "name": {
192
+ "ca": "Enim qui voluptatem et error.",
193
+ "en": "Aliquid quia non et illum.",
194
+ "es": "Similique accusantium rerum provident maxime."
195
+ },
196
+ "description": {
197
+ "ca": "<p>Enim laboriosam dignissimos. Placeat voluptas dignissimos. Voluptatem temporibus aut.</p>",
198
+ "en": "<p>Quis in perferendis. Veritatis ad doloremque. Impedit rerum consequatur.</p>",
199
+ "es": "<p>Et ut mollitia. Voluptatem ducimus sint. Corrupti in id.</p>"
200
+ },
201
+ "parent_id": 2
202
+ },
203
+ {
204
+ "id": 7,
205
+ "name": {
206
+ "ca": "Amet in hic consectetur maxime.",
207
+ "en": "Aut minima vel repudiandae magnam.",
208
+ "es": "Vel inventore id autem aspernatur."
209
+ },
210
+ "description": {
211
+ "ca": "<p>Eius ducimus aut. Ratione mollitia voluptatem. Sint repellat dolores.</p>",
212
+ "en": "<p>Aliquam ut sed. Quod pariatur voluptatum. Similique qui temporibus.</p>",
213
+ "es": "<p>Repellendus esse quibusdam. Explicabo vel quia. Quia ut quidem.</p>"
214
+ },
215
+ "parent_id": 2
216
+ },
217
+ {
218
+ "id": 8,
219
+ "name": {
220
+ "ca": "Labore numquam in fugiat fugit.",
221
+ "en": "Amet ut doloribus alias et.",
222
+ "es": "Est qui repudiandae dolor neque."
223
+ },
224
+ "description": {
225
+ "ca": "<p>Consequatur minima non. Ipsa eligendi suscipit. Est molestiae impedit.</p>",
226
+ "en": "<p>Quaerat nesciunt ut. Voluptatibus voluptates deserunt. Aliquid et ducimus.</p>",
227
+ "es": "<p>Nulla eius occaecati. Dignissimos earum nisi. Iure nihil possimus.</p>"
228
+ },
229
+ "parent_id": 2
230
+ }
231
+ ]
232
+ }
233
+ ],
234
+ "attachments": {
235
+ "attachment_collections": [
236
+ {
237
+ "id": 1,
238
+ "name": {
239
+ "ca": "assumenda",
240
+ "en": "cumque",
241
+ "es": "rem"
242
+ },
243
+ "weight": 0,
244
+ "description": {
245
+ "ca": "Ratione quae ut expedita placeat.",
246
+ "en": "Enim velit nulla nihil expedita.",
247
+ "es": "Pariatur excepturi veritatis cumque sed."
248
+ }
249
+ }
250
+ ],
251
+ "files": [
252
+ {
253
+ "id": 3,
254
+ "title": {
255
+ "ca": "Facilis unde.",
256
+ "en": "Reprehenderit quo.",
257
+ "es": "Autem consequatur."
258
+ },
259
+ "weight": 0,
260
+ "description": {
261
+ "ca": "Numquam aut beatae repudiandae minima.",
262
+ "en": "Sequi non eum minus impedit.",
263
+ "es": "Consequatur quis perferendis consequuntur repudiandae."
264
+ },
265
+ "attachment_collection": {
266
+ "name": null,
267
+ "weight": null,
268
+ "description": null
269
+ },
270
+ "remote_file_url": "http://localhost:3000/uploads/decidim/attachment/file/3/Exampledocument.pdf"
271
+ },
272
+ {
273
+ "id": 2,
274
+ "title": {
275
+ "ca": "Libero sed.",
276
+ "en": "Aut cum.",
277
+ "es": "Voluptas quisquam."
278
+ },
279
+ "weight": 0,
280
+ "description": {
281
+ "ca": "Similique vitae voluptas quae qui.",
282
+ "en": "Sapiente velit voluptatem id delectus.",
283
+ "es": "Facere eum nam adipisci culpa."
284
+ },
285
+ "attachment_collection": {
286
+ "name": null,
287
+ "weight": null,
288
+ "description": null
289
+ },
290
+ "remote_file_url": "http://localhost:3000/uploads/decidim/attachment/file/2/city.jpeg"
291
+ },
292
+ {
293
+ "id": 1,
294
+ "title": {
295
+ "ca": "Ea rerum.",
296
+ "en": "Possimus quia.",
297
+ "es": "Quod fugit."
298
+ },
299
+ "weight": 0,
300
+ "description": {
301
+ "ca": "Suscipit minus sit sit reprehenderit.",
302
+ "en": "Accusamus non iure ut reprehenderit.",
303
+ "es": "Inventore voluptatum nobis et ut."
304
+ },
305
+ "attachment_collection": {
306
+ "name": {
307
+ "ca": "assumenda",
308
+ "en": "cumque",
309
+ "es": "rem"
310
+ },
311
+ "weight": 0,
312
+ "description": {
313
+ "ca": "Ratione quae ut expedita placeat.",
314
+ "en": "Enim velit nulla nihil expedita.",
315
+ "es": "Pariatur excepturi veritatis cumque sed."
316
+ }
317
+ },
318
+ "remote_file_url": "http://localhost:3000/uploads/decidim/attachment/file/1/Exampledocument.pdf"
319
+ }
320
+ ]
321
+ },
322
+ "components": [
323
+ {
324
+ "manifest_name": "accountability",
325
+ "id": 15,
326
+ "name": {
327
+ "ca": "Seguiment",
328
+ "en": "Accountability",
329
+ "es": "Seguimiento"
330
+ },
331
+ "participatory_space_id": 2,
332
+ "participatory_space_type": "Decidim::ParticipatoryProcess",
333
+ "settings": {
334
+ "comments_enabled": true,
335
+ "intro": {
336
+ "ca": "<p>Sapiente animi quo at.</p>",
337
+ "en": "<p>Voluptatem praesentium maxime vitae.</p>",
338
+ "es": "<p>Illum veritatis porro nulla.</p>"
339
+ },
340
+ "intro_en": "<p>Voluptatem praesentium maxime vitae.</p>",
341
+ "intro_ca": "<p>Sapiente animi quo at.</p>",
342
+ "intro_es": "<p>Illum veritatis porro nulla.</p>",
343
+ "categories_label": {
344
+ "ca": "alias",
345
+ "en": "aut",
346
+ "es": "omnis"
347
+ },
348
+ "categories_label_en": "aut",
349
+ "categories_label_ca": "alias",
350
+ "categories_label_es": "omnis",
351
+ "subcategories_label": {
352
+ "ca": "rerum",
353
+ "en": "reprehenderit",
354
+ "es": "nostrum"
355
+ },
356
+ "subcategories_label_en": "reprehenderit",
357
+ "subcategories_label_ca": "rerum",
358
+ "subcategories_label_es": "nostrum",
359
+ "heading_parent_level_results": {
360
+ "ca": "et",
361
+ "en": "explicabo",
362
+ "es": "officiis"
363
+ },
364
+ "heading_parent_level_results_en": "explicabo",
365
+ "heading_parent_level_results_ca": "et",
366
+ "heading_parent_level_results_es": "officiis",
367
+ "heading_leaf_level_results": {
368
+ "ca": "consectetur",
369
+ "en": "illum",
370
+ "es": "sunt"
371
+ },
372
+ "heading_leaf_level_results_en": "illum",
373
+ "heading_leaf_level_results_ca": "consectetur",
374
+ "heading_leaf_level_results_es": "sunt",
375
+ "display_progress_enabled": true
376
+ },
377
+ "weight": 0,
378
+ "permissions": null,
379
+ "published_at": "2019-10-02 13:08:43 UTC"
380
+ },
381
+ {
382
+ "manifest_name": "blogs",
383
+ "id": 18,
384
+ "name": {
385
+ "ca": "Blog",
386
+ "en": "Blog",
387
+ "es": "Blog"
388
+ },
389
+ "participatory_space_id": 2,
390
+ "participatory_space_type": "Decidim::ParticipatoryProcess",
391
+ "settings": {
392
+ "announcement": {
393
+ "ca": null,
394
+ "en": null,
395
+ "es": null
396
+ },
397
+ "announcement_en": null,
398
+ "announcement_ca": null,
399
+ "announcement_es": null,
400
+ "comments_enabled": true
401
+ },
402
+ "weight": 0,
403
+ "permissions": null,
404
+ "published_at": "2019-10-02 13:08:47 UTC"
405
+ },
406
+ {
407
+ "manifest_name": "budgets",
408
+ "id": 13,
409
+ "name": {
410
+ "ca": "Pressupostos",
411
+ "en": "Budgets",
412
+ "es": "Presupuestos"
413
+ },
414
+ "participatory_space_id": 2,
415
+ "participatory_space_type": "Decidim::ParticipatoryProcess",
416
+ "settings": {
417
+ "projects_per_page": 12,
418
+ "total_budget": 100000000,
419
+ "vote_threshold_percent": 70,
420
+ "comments_enabled": true,
421
+ "resources_permissions_enabled": true,
422
+ "announcement": {
423
+ },
424
+ "announcement_en": null,
425
+ "announcement_ca": null,
426
+ "announcement_es": null
427
+ },
428
+ "weight": 0,
429
+ "permissions": null,
430
+ "published_at": "2019-10-02 13:08:42 UTC"
431
+ }
432
+ ]
433
+ }
434
+ ]