decidim-initiatives 0.30.6 → 0.30.7
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/views/decidim/initiatives/initiatives/show.html.erb +5 -3
- data/config/locales/ar.yml +0 -2
- data/config/locales/bg.yml +0 -2
- data/config/locales/de.yml +0 -2
- data/config/locales/fi-plain.yml +0 -2
- data/config/locales/fi.yml +0 -2
- data/config/locales/fr-CA.yml +1 -3
- data/config/locales/fr.yml +1 -3
- data/config/locales/hu.yml +1 -1
- data/config/locales/pl.yml +0 -2
- data/config/locales/pt-BR.yml +21 -0
- data/config/locales/sv.yml +25 -3
- data/config/locales/tr-TR.yml +4 -0
- data/config/locales/zh-TW.yml +1 -1
- data/lib/decidim/initiatives/version.rb +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d6a129758f29e81ad422b9afb90f559b007ff243f155576ba062430926e4b23
|
|
4
|
+
data.tar.gz: 3f303c2e52904ffcd0697feb1720eacd89351fa183443a5972240bb930886fcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9aeee78d89706b8bf0afcf7c41675a5a96a40cd5ddfa9de94fa04b757cc95958751c574f6cd6a743d06d2a9854851d195b62d216ad1c2a7793d23950cf18d1d9
|
|
7
|
+
data.tar.gz: 3d081e5bac1d4b4b5969bc03c1cec54c2e507cff73dacbbc2bbb7fb86c4998ed4a4c557986731c0af764fcef82f8f732b606782ff0e4d32799fb1c7aecc0866b
|
|
@@ -45,9 +45,11 @@ edit_link(
|
|
|
45
45
|
</section>
|
|
46
46
|
<% end %>
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
<% if current_initiative.open? || current_initiative.accepted? %>
|
|
49
|
+
<section class="layout-aside__section">
|
|
50
|
+
<%= cell("decidim/nav_links", initiative_nav_items(current_initiative)) %>
|
|
51
|
+
</section>
|
|
52
|
+
<% end %>
|
|
51
53
|
|
|
52
54
|
<% if current_initiative.type.promoting_committee_enabled? && current_user&.admin? %>
|
|
53
55
|
<div class="layout-aside__section">
|
data/config/locales/ar.yml
CHANGED
data/config/locales/bg.yml
CHANGED
data/config/locales/de.yml
CHANGED
data/config/locales/fi-plain.yml
CHANGED
data/config/locales/fi.yml
CHANGED
data/config/locales/fr-CA.yml
CHANGED
|
@@ -112,8 +112,6 @@ fr-CA:
|
|
|
112
112
|
initiatives_menu:
|
|
113
113
|
see_initiative: Voir la pétition
|
|
114
114
|
initiatives_settings: Paramètres
|
|
115
|
-
initiatives_submenu:
|
|
116
|
-
info: À propos de cette pétition
|
|
117
115
|
initiatives_types: Types d'initiatives
|
|
118
116
|
moderations: Modérations
|
|
119
117
|
models:
|
|
@@ -157,7 +155,7 @@ fr-CA:
|
|
|
157
155
|
initiatives: Toutes les pétitions
|
|
158
156
|
titles:
|
|
159
157
|
initiatives: Pétitions
|
|
160
|
-
initiatives_types: Types d'
|
|
158
|
+
initiatives_types: Types d'initiatives
|
|
161
159
|
download_your_data:
|
|
162
160
|
show:
|
|
163
161
|
initiatives: Exporter les pétitions
|
data/config/locales/fr.yml
CHANGED
|
@@ -112,8 +112,6 @@ fr:
|
|
|
112
112
|
initiatives_menu:
|
|
113
113
|
see_initiative: Voir la pétition
|
|
114
114
|
initiatives_settings: Paramètres
|
|
115
|
-
initiatives_submenu:
|
|
116
|
-
info: À propos de cette pétition
|
|
117
115
|
initiatives_types: Types de pétitions
|
|
118
116
|
moderations: Modérations
|
|
119
117
|
models:
|
|
@@ -157,7 +155,7 @@ fr:
|
|
|
157
155
|
initiatives: Toutes les pétitions
|
|
158
156
|
titles:
|
|
159
157
|
initiatives: Pétitions
|
|
160
|
-
initiatives_types: Types de
|
|
158
|
+
initiatives_types: Types de pétitions
|
|
161
159
|
download_your_data:
|
|
162
160
|
show:
|
|
163
161
|
initiatives: Exporter les pétitions
|
data/config/locales/hu.yml
CHANGED
data/config/locales/pl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
|
@@ -3,6 +3,10 @@ pt-BR:
|
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
5
|
initiative:
|
|
6
|
+
answer: Resposta
|
|
7
|
+
answer_url: URL da Resposta
|
|
8
|
+
area_id: Área
|
|
9
|
+
decidim_scope_id: Escopo
|
|
6
10
|
decidim_user_group_id: Autor
|
|
7
11
|
description: Descrição
|
|
8
12
|
offline_votes: Suporte face a face
|
|
@@ -17,6 +21,7 @@ pt-BR:
|
|
|
17
21
|
online: Conectados
|
|
18
22
|
state: Estado
|
|
19
23
|
title: Título
|
|
24
|
+
type_id: Tipo
|
|
20
25
|
initiatives_committee_member:
|
|
21
26
|
user: membro do Comitê
|
|
22
27
|
initiatives_type:
|
|
@@ -34,10 +39,12 @@ pt-BR:
|
|
|
34
39
|
online_signature_enabled: Assinatura on-line ativada
|
|
35
40
|
only_global_scope_enabled: Só permitir criação de iniciativas de escopo global
|
|
36
41
|
promoting_committee_enabled: Ativar comitê de promoção
|
|
42
|
+
signature_type: Tipo de assinatura
|
|
37
43
|
title: Título
|
|
38
44
|
undo_online_signatures_enabled: Permitir que os usuários desfizessem suas assinaturas on-line
|
|
39
45
|
validate_sms_code_on_votes: Adicionar etapa de validação do código SMS ao processo de assinatura
|
|
40
46
|
initiatives_type_scope:
|
|
47
|
+
decidim_scopes_id: Escopos
|
|
41
48
|
supports_required: Apoios requeridos
|
|
42
49
|
initiatives_vote:
|
|
43
50
|
date_of_birth: Data de nascimento
|
|
@@ -55,6 +62,7 @@ pt-BR:
|
|
|
55
62
|
attachment:
|
|
56
63
|
file: O arquivo é inválido
|
|
57
64
|
needs_to_be_reattached: Precisa ser reanexado
|
|
65
|
+
title: O título não pode estar vazio
|
|
58
66
|
activerecord:
|
|
59
67
|
models:
|
|
60
68
|
decidim/initiative:
|
|
@@ -80,6 +88,7 @@ pt-BR:
|
|
|
80
88
|
accepted: Assinaturas suficientes
|
|
81
89
|
created: Criado
|
|
82
90
|
discarded: Descartado
|
|
91
|
+
open: Aberto
|
|
83
92
|
rejected: Não há assinaturas suficientes
|
|
84
93
|
validating: Validação técnica
|
|
85
94
|
type_id_eq:
|
|
@@ -88,12 +97,16 @@ pt-BR:
|
|
|
88
97
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Pesquisar %{collection} por título, descrição, ID ou nome do autor.
|
|
89
98
|
initiatives_settings:
|
|
90
99
|
update:
|
|
100
|
+
error: Houve um problema ao atualizar as configurações das iniciativas.
|
|
91
101
|
success: As configurações de iniciativas foram atualizadas com sucesso.
|
|
92
102
|
menu:
|
|
93
103
|
attachments: Anexos
|
|
94
104
|
committee_members: Membros do Comitê
|
|
95
105
|
information: Em formação
|
|
96
106
|
initiatives: Iniciativas
|
|
107
|
+
initiatives_menu:
|
|
108
|
+
see_initiative: Ver iniciativa
|
|
109
|
+
initiatives_settings: Confirgurações
|
|
97
110
|
initiatives_types: Tipos de iniciativa
|
|
98
111
|
moderations: Moderações
|
|
99
112
|
models:
|
|
@@ -262,6 +275,8 @@ pt-BR:
|
|
|
262
275
|
new:
|
|
263
276
|
create: Criar
|
|
264
277
|
title: Novo tipo de iniciativa
|
|
278
|
+
update:
|
|
279
|
+
success: O tipo de iniciativa foi atualizado com sucesso.
|
|
265
280
|
admin_log:
|
|
266
281
|
initiative:
|
|
267
282
|
publish: "%{user_name} publicou a iniciativa %{resource_name}"
|
|
@@ -278,6 +293,7 @@ pt-BR:
|
|
|
278
293
|
accepted: Assinaturas suficientes
|
|
279
294
|
created: Criada
|
|
280
295
|
discarded: Descartado
|
|
296
|
+
open: Aberto
|
|
281
297
|
rejected: Não há assinaturas suficientes
|
|
282
298
|
validating: Validação técnica
|
|
283
299
|
application_helper:
|
|
@@ -313,6 +329,7 @@ pt-BR:
|
|
|
313
329
|
finish:
|
|
314
330
|
back: Costas
|
|
315
331
|
back_to_initiatives: De volta às iniciativas
|
|
332
|
+
callout_text: Parabéns! Sua iniciativa foi criada com sucesso.
|
|
316
333
|
confirm: Você vai enviar a iniciativa para um administrador revisá-lo e publicá-lo. Uma vez publicado, você não será capaz de editá-lo. Você tem certeza?
|
|
317
334
|
edit_my_initiative: Editar minha iniciativa
|
|
318
335
|
go_to_my_initiatives: Vá para minhas iniciativas
|
|
@@ -510,6 +527,10 @@ pt-BR:
|
|
|
510
527
|
unavailable_scope: Escopo não disponível
|
|
511
528
|
menu:
|
|
512
529
|
initiatives: Iniciativas
|
|
530
|
+
open_data:
|
|
531
|
+
help:
|
|
532
|
+
initiatives:
|
|
533
|
+
hashtag: A hashtag da iniciativa, usada no Twitter/X
|
|
513
534
|
resources:
|
|
514
535
|
initiatives_type:
|
|
515
536
|
actions:
|
data/config/locales/sv.yml
CHANGED
|
@@ -112,8 +112,6 @@ sv:
|
|
|
112
112
|
initiatives_menu:
|
|
113
113
|
see_initiative: Visa initiativ
|
|
114
114
|
initiatives_settings: Inställningar
|
|
115
|
-
initiatives_submenu:
|
|
116
|
-
info: Om det här initiativet
|
|
117
115
|
initiatives_types: Initiativtyper
|
|
118
116
|
moderations: Moderering
|
|
119
117
|
models:
|
|
@@ -150,13 +148,14 @@ sv:
|
|
|
150
148
|
name_and_surname: Namn och efternamn
|
|
151
149
|
nickname: Användarnamn
|
|
152
150
|
postal_code: Postnummer
|
|
151
|
+
signature_count: Antal underskrifter
|
|
153
152
|
timestamp: Tidsstämpel
|
|
154
153
|
taxonomy_filters:
|
|
155
154
|
space_filter_for:
|
|
156
155
|
initiatives: Alla initiativ
|
|
157
156
|
titles:
|
|
158
157
|
initiatives: Initiativ
|
|
159
|
-
initiatives_types:
|
|
158
|
+
initiatives_types: Initiativtyper
|
|
160
159
|
download_your_data:
|
|
161
160
|
show:
|
|
162
161
|
initiatives: Exportera initiativ
|
|
@@ -280,6 +279,8 @@ sv:
|
|
|
280
279
|
success: Initiativet har publicerats.
|
|
281
280
|
reject:
|
|
282
281
|
success: Initiativet har avvisats.
|
|
282
|
+
unpublish:
|
|
283
|
+
success: Initiativet har avpublicerats.
|
|
283
284
|
update:
|
|
284
285
|
error: Det gick inte att uppdatera initiativet.
|
|
285
286
|
success: Initiativet har uppdaterats.
|
|
@@ -606,7 +607,28 @@ sv:
|
|
|
606
607
|
open_data:
|
|
607
608
|
help:
|
|
608
609
|
initiatives:
|
|
610
|
+
answer: Svar på initiativet (om det fått något)
|
|
611
|
+
answer_url: Webbadressen till svaret (om det finns)
|
|
612
|
+
answered_at: Datum för svaret (om det finns)
|
|
613
|
+
area: Område för initiativ
|
|
614
|
+
authors: Författare till initiativet
|
|
615
|
+
comments_count: Antal kommentarer till initiativet
|
|
616
|
+
created_at: Datum när utrymmet skapades
|
|
617
|
+
description: Beskrivning av initiativet
|
|
618
|
+
first_progress_notification_at: Datum då det första resultatet skapades
|
|
619
|
+
follows_count: Antal följare
|
|
609
620
|
hashtag: Initiativet hashtag, som används för Twitter/X
|
|
621
|
+
offline_votes: Antal underskrifter som initiativet fått utanför plattformen
|
|
622
|
+
online_votes: Antal digitala underskrifter som initiativet fått (från den här plattformen)
|
|
623
|
+
published_at: Publiceringsdatum för utrymmet
|
|
624
|
+
reference: Unikt id för initativ
|
|
625
|
+
scope: Omfattning för initiativ
|
|
626
|
+
second_progress_notification_at: Datum då det andra resultatet skapades
|
|
627
|
+
signature_end_date: Datum när insamling av underskrifter slutar
|
|
628
|
+
signature_start_date: Datum när insamling av underskrifter börjar
|
|
629
|
+
signature_type: Typ av underskrifter (digitala eller fysiska)
|
|
630
|
+
signatures: Antalet underskrifter av initiativet
|
|
631
|
+
state: Aktuell status för initiativet
|
|
610
632
|
title: Titeln på initiativet
|
|
611
633
|
type: Typ av initiativ
|
|
612
634
|
updated_at: Senaste datum när utrymmet uppdaterades
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -75,6 +75,7 @@ tr:
|
|
|
75
75
|
accepted: Yeterince imza
|
|
76
76
|
created: Oluşturuldu
|
|
77
77
|
discarded: Yok sayıldı
|
|
78
|
+
open: Aç
|
|
78
79
|
rejected: Yeterince imza yok
|
|
79
80
|
validating: Teknik doğrulama
|
|
80
81
|
type_id_eq:
|
|
@@ -244,6 +245,7 @@ tr:
|
|
|
244
245
|
accepted: Yeterince imza
|
|
245
246
|
created: Oluşturuldu
|
|
246
247
|
discarded: Yok sayıldı
|
|
248
|
+
open: Aç
|
|
247
249
|
rejected: Yeterince imza yok
|
|
248
250
|
validating: Teknik doğrulama
|
|
249
251
|
application_helper:
|
|
@@ -431,6 +433,7 @@ tr:
|
|
|
431
433
|
accepted: Yeterince imza
|
|
432
434
|
created: Oluşturuldu
|
|
433
435
|
discarded: Yok sayıldı
|
|
436
|
+
open: Açık
|
|
434
437
|
rejected: Yeterince imza yok
|
|
435
438
|
validating: Teknik doğrulama
|
|
436
439
|
states:
|
|
@@ -442,6 +445,7 @@ tr:
|
|
|
442
445
|
resources:
|
|
443
446
|
initiatives_type:
|
|
444
447
|
actions:
|
|
448
|
+
create: Bir girişim oluşturun
|
|
445
449
|
title: Eylemler
|
|
446
450
|
vote: İmza
|
|
447
451
|
layouts:
|
data/config/locales/zh-TW.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-initiatives
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.30.
|
|
4
|
+
version: 0.30.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Salvador Perez Garcia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-admin
|
|
@@ -16,84 +16,84 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.30.
|
|
19
|
+
version: 0.30.7
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.30.
|
|
26
|
+
version: 0.30.7
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: decidim-comments
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.30.
|
|
33
|
+
version: 0.30.7
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.30.
|
|
40
|
+
version: 0.30.7
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: decidim-core
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.30.
|
|
47
|
+
version: 0.30.7
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.30.
|
|
54
|
+
version: 0.30.7
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: decidim-verifications
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.30.
|
|
61
|
+
version: 0.30.7
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.30.
|
|
68
|
+
version: 0.30.7
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: decidim-dev
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.30.
|
|
75
|
+
version: 0.30.7
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.30.
|
|
82
|
+
version: 0.30.7
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: decidim-meetings
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.30.
|
|
89
|
+
version: 0.30.7
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.30.
|
|
96
|
+
version: 0.30.7
|
|
97
97
|
description: Participants initiatives plugin for decidim.
|
|
98
98
|
email:
|
|
99
99
|
- jsperezg@gmail.com
|