decidim-admin 0.30.2 → 0.30.3
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/packs/stylesheets/decidim/admin/_forms.scss +22 -13
- data/app/views/decidim/admin/officializations/index.html.erb +7 -2
- data/config/locales/ca-IT.yml +3 -2
- data/config/locales/ca.yml +3 -2
- data/config/locales/cs.yml +1 -0
- data/config/locales/de.yml +2 -1
- data/config/locales/en.yml +1 -0
- data/config/locales/es-MX.yml +1 -0
- data/config/locales/es-PY.yml +1 -0
- data/config/locales/es.yml +1 -0
- data/config/locales/eu.yml +1 -0
- data/config/locales/fi-plain.yml +1 -0
- data/config/locales/fi.yml +1 -0
- data/config/locales/it.yml +1 -1
- data/config/locales/ja.yml +1 -0
- data/lib/decidim/admin/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50628d7a45718c008e1a77f9f443bff0170179846fc40febea0e788a19746da3
|
|
4
|
+
data.tar.gz: fb299468e2e066697faa0a483950629787dd4ebe72e6706d55b822398a8098b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 532e2947b49c89996f8ddfc6633ff7127b922565ed88425788d47fa20c9d89ed22dc23d332ae20f07b19abcc8dcb6228036a1c3a73e3df7b5597281aa7fa2131
|
|
7
|
+
data.tar.gz: b43e20bf3b1d5f0022de001af00bcff644e173d69ef86125b837d8ddf25aef84455462cb41f543d8c37a3f9125e28ce0d94fd21b46d435abb2cb6f0a790a33df
|
|
@@ -58,24 +58,33 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.questionnaire-
|
|
62
|
-
|
|
63
|
-
.
|
|
64
|
-
@apply block;
|
|
65
|
-
}
|
|
61
|
+
.questionnaire-questions {
|
|
62
|
+
.questionnaire-question {
|
|
63
|
+
transition: all 0.2s ease;
|
|
66
64
|
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
svg[role="img"] {
|
|
66
|
+
cursor: default !important;
|
|
67
|
+
transition: color 0.2s ease;
|
|
69
68
|
}
|
|
70
|
-
}
|
|
71
69
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
70
|
+
button[aria-expanded="true"] {
|
|
71
|
+
.icon-collapse {
|
|
72
|
+
@apply block;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.icon-expand {
|
|
76
|
+
@apply hidden;
|
|
77
|
+
}
|
|
75
78
|
}
|
|
76
79
|
|
|
77
|
-
|
|
78
|
-
|
|
80
|
+
button[aria-expanded="false"] {
|
|
81
|
+
.icon-collapse {
|
|
82
|
+
@apply hidden;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.icon-expand {
|
|
86
|
+
@apply block;
|
|
87
|
+
}
|
|
79
88
|
}
|
|
80
89
|
}
|
|
81
90
|
}
|
|
@@ -20,8 +20,13 @@
|
|
|
20
20
|
<tbody>
|
|
21
21
|
<% @users.each do |user| %>
|
|
22
22
|
<tr data-user-id="<%= user.id %>">
|
|
23
|
-
|
|
24
|
-
<td><%=
|
|
23
|
+
<% if user.nickname.present? %>
|
|
24
|
+
<td><%= link_to user.name, decidim.profile_path(user.nickname) %></td>
|
|
25
|
+
<td><%= link_to user.nickname, decidim.profile_path(user.nickname) %></td>
|
|
26
|
+
<% else %>
|
|
27
|
+
<td><%= user.name %></td>
|
|
28
|
+
<td><%= user.nickname %></td>
|
|
29
|
+
<% end %>
|
|
25
30
|
<td><%= l user.created_at, format: :short %></td>
|
|
26
31
|
<td><%= user.officialized? ? t(".officialized") : t(".not_officialized") %></td>
|
|
27
32
|
<td><%= translated_attribute(user.officialized_as) %></td>
|
data/config/locales/ca-IT.yml
CHANGED
|
@@ -53,6 +53,7 @@ ca-IT:
|
|
|
53
53
|
customize_welcome_notification: Personalitza la notificació de benvinguda
|
|
54
54
|
default_locale: Idioma per defecte
|
|
55
55
|
description: Descripció
|
|
56
|
+
enable_machine_translations: Habilitar traduccions automàtiques
|
|
56
57
|
enable_omnipresent_banner: Mostrar el banner omnipresent
|
|
57
58
|
enable_participatory_space_filters: Habilitar els filtres a l'espai de participació
|
|
58
59
|
facebook_handler: Nom d'usuari de Facebook
|
|
@@ -859,7 +860,7 @@ ca-IT:
|
|
|
859
860
|
success: S'ha retirat correctament l'oficialització de la participant.
|
|
860
861
|
index:
|
|
861
862
|
actions: Accions
|
|
862
|
-
badge:
|
|
863
|
+
badge: Ensenya
|
|
863
864
|
block: Bloquejar usuària
|
|
864
865
|
created_at: Creat el
|
|
865
866
|
name: Nom
|
|
@@ -874,7 +875,7 @@ ca-IT:
|
|
|
874
875
|
unblock: Desbloquejar usuària
|
|
875
876
|
unofficialize: Des-oficialitzar
|
|
876
877
|
new:
|
|
877
|
-
badge:
|
|
878
|
+
badge: Ensenya d'oficialització
|
|
878
879
|
officialize: Oficialitza
|
|
879
880
|
title: Oficialitza la participant "%{name}"
|
|
880
881
|
show_email_modal:
|
data/config/locales/ca.yml
CHANGED
|
@@ -53,6 +53,7 @@ ca:
|
|
|
53
53
|
customize_welcome_notification: Personalitza la notificació de benvinguda
|
|
54
54
|
default_locale: Idioma per defecte
|
|
55
55
|
description: Descripció
|
|
56
|
+
enable_machine_translations: Habilitar traduccions automàtiques
|
|
56
57
|
enable_omnipresent_banner: Mostrar el banner omnipresent
|
|
57
58
|
enable_participatory_space_filters: Habilitar els filtres a l'espai de participació
|
|
58
59
|
facebook_handler: Nom d'usuari de Facebook
|
|
@@ -859,7 +860,7 @@ ca:
|
|
|
859
860
|
success: S'ha retirat correctament l'oficialització de la participant.
|
|
860
861
|
index:
|
|
861
862
|
actions: Accions
|
|
862
|
-
badge:
|
|
863
|
+
badge: Ensenya
|
|
863
864
|
block: Bloquejar usuària
|
|
864
865
|
created_at: Creat el
|
|
865
866
|
name: Nom
|
|
@@ -874,7 +875,7 @@ ca:
|
|
|
874
875
|
unblock: Desbloquejar usuària
|
|
875
876
|
unofficialize: Des-oficialitzar
|
|
876
877
|
new:
|
|
877
|
-
badge:
|
|
878
|
+
badge: Ensenya d'oficialització
|
|
878
879
|
officialize: Oficialitza
|
|
879
880
|
title: Oficialitza la participant "%{name}"
|
|
880
881
|
show_email_modal:
|
data/config/locales/cs.yml
CHANGED
|
@@ -53,6 +53,7 @@ cs:
|
|
|
53
53
|
customize_welcome_notification: Přizpůsobit uvítací oznámení
|
|
54
54
|
default_locale: Výchozí jazyk
|
|
55
55
|
description: Popis
|
|
56
|
+
enable_machine_translations: Povolit strojové překlady
|
|
56
57
|
enable_omnipresent_banner: Zobrazit všudypřítomný banner
|
|
57
58
|
enable_participatory_space_filters: Povolit filtry participačního prostoru
|
|
58
59
|
facebook_handler: Facebook handler
|
data/config/locales/de.yml
CHANGED
|
@@ -53,6 +53,7 @@ de:
|
|
|
53
53
|
customize_welcome_notification: Willkommens-Benachrichtigung anpassen
|
|
54
54
|
default_locale: Standardgebietsschema
|
|
55
55
|
description: Beschreibung
|
|
56
|
+
enable_machine_translations: Maschinelle Übersetzungen aktivieren
|
|
56
57
|
enable_omnipresent_banner: Zeige allgegenwärtiges Banner
|
|
57
58
|
enable_participatory_space_filters: Bereichs- und Gebietsfilter aktivieren
|
|
58
59
|
facebook_handler: Facebook-Handler
|
|
@@ -821,7 +822,7 @@ de:
|
|
|
821
822
|
select_conferences: Konferenzen auswählen
|
|
822
823
|
select_initiatives: Initiativen auswählen
|
|
823
824
|
select_participatory_processes: Beteiligungsprozesse auswählen
|
|
824
|
-
select_spaces:
|
|
825
|
+
select_spaces: Bereiche zum Segmentieren des Newsletters auswählen
|
|
825
826
|
select_users_for_participatory_space: Newsletter an einen oder mehrere partizipative Bereiche senden
|
|
826
827
|
select_users_general: Plattformweiter Newsletter senden
|
|
827
828
|
select_verification_types: Verifizierungsmethoden auswählen
|
data/config/locales/en.yml
CHANGED
|
@@ -53,6 +53,7 @@ en:
|
|
|
53
53
|
customize_welcome_notification: Customize welcome notification
|
|
54
54
|
default_locale: Default locale
|
|
55
55
|
description: Description
|
|
56
|
+
enable_machine_translations: Enable machine translations
|
|
56
57
|
enable_omnipresent_banner: Show omnipresent banner
|
|
57
58
|
enable_participatory_space_filters: Enable participatory space filters
|
|
58
59
|
facebook_handler: Facebook handler
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -53,6 +53,7 @@ es-MX:
|
|
|
53
53
|
customize_welcome_notification: Personalizar notificación de bienvenida
|
|
54
54
|
default_locale: Idioma predeterminado
|
|
55
55
|
description: Descripción
|
|
56
|
+
enable_machine_translations: Habilitar traducciones automáticas
|
|
56
57
|
enable_omnipresent_banner: Mostrar banner omnipresente
|
|
57
58
|
enable_participatory_space_filters: Habilitar los filtros en el espacio de participación
|
|
58
59
|
facebook_handler: Nombre en Facebook
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -53,6 +53,7 @@ es-PY:
|
|
|
53
53
|
customize_welcome_notification: Personalizar notificación de bienvenida
|
|
54
54
|
default_locale: Idioma predeterminado
|
|
55
55
|
description: Descripción
|
|
56
|
+
enable_machine_translations: Habilitar traducciones automáticas
|
|
56
57
|
enable_omnipresent_banner: Mostrar banner omnipresente
|
|
57
58
|
enable_participatory_space_filters: Habilitar los filtros en el espacio de participación
|
|
58
59
|
facebook_handler: Nombre en Facebook
|
data/config/locales/es.yml
CHANGED
|
@@ -53,6 +53,7 @@ es:
|
|
|
53
53
|
customize_welcome_notification: Personalizar notificación de bienvenida
|
|
54
54
|
default_locale: Idioma predeterminado
|
|
55
55
|
description: Descripción
|
|
56
|
+
enable_machine_translations: Habilitar traducciones automáticas
|
|
56
57
|
enable_omnipresent_banner: Mostrar banner omnipresente
|
|
57
58
|
enable_participatory_space_filters: Habilitar los filtros en el espacio de participación
|
|
58
59
|
facebook_handler: Nombre en Facebook
|
data/config/locales/eu.yml
CHANGED
|
@@ -53,6 +53,7 @@ eu:
|
|
|
53
53
|
customize_welcome_notification: Pertsonalizatu ongi etorri jakinarazpena
|
|
54
54
|
default_locale: Kokapen lehenetsia
|
|
55
55
|
description: Deskribapena
|
|
56
|
+
enable_machine_translations: Gaitu itzulpen automatikoak
|
|
56
57
|
enable_omnipresent_banner: Erakutsi banner nonahikoa
|
|
57
58
|
enable_participatory_space_filters: Gaitu iragazkiak parte hartzeko espazioan
|
|
58
59
|
facebook_handler: Facebook kudeatzailea
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -53,6 +53,7 @@ fi-pl:
|
|
|
53
53
|
customize_welcome_notification: Muokkaa tervetuloilmoitusta
|
|
54
54
|
default_locale: Oletuskieli
|
|
55
55
|
description: Kuvaus
|
|
56
|
+
enable_machine_translations: Ota konekäännökset käyttöön
|
|
56
57
|
enable_omnipresent_banner: Näytä kaikkialla näkyvä banneri
|
|
57
58
|
enable_participatory_space_filters: Ota käyttöön osallistumistilan suodattimet
|
|
58
59
|
facebook_handler: Facebook-käsittelijä
|
data/config/locales/fi.yml
CHANGED
|
@@ -53,6 +53,7 @@ fi:
|
|
|
53
53
|
customize_welcome_notification: Muokkaa tervetuloilmoitusta
|
|
54
54
|
default_locale: Oletuskieli
|
|
55
55
|
description: Kuvaus
|
|
56
|
+
enable_machine_translations: Ota konekäännökset käyttöön
|
|
56
57
|
enable_omnipresent_banner: Näytä kaikkialla näkyvä banneri
|
|
57
58
|
enable_participatory_space_filters: Ota käyttöön osallistumistilan suodattimet
|
|
58
59
|
facebook_handler: Facebook-käsittelijä
|
data/config/locales/it.yml
CHANGED
|
@@ -920,7 +920,7 @@ it:
|
|
|
920
920
|
cta_button_text_help: Puoi sovrascrivere il testo del pulsante Chiamata all'azione nella home page per ogni lingua disponibile nell'organizzazione. Se non è impostato, verrà utilizzato il valore predefinito. Il pulsante Chiamata all'azione è mostrato nella homepage tra il testo di benvenuto e la descrizione.
|
|
921
921
|
header_snippets:
|
|
922
922
|
header_snippets_help_html: Usa questo campo per aggiungere funzionalità all head HTML. L'uso più comune è quello di integrare servizi di terze parti che richiedono alcuni JavaScript o CSS aggiuntivi. Inoltre, è possibile utilizzarlo per aggiungere meta tag extra per l'HTML. Nota che questo sarà reso solo nelle pagine pubbliche, non nella sezione amministrazione. Se il codice interagisce con API esterne o non è conforme alle linee guida di sicurezza dell’applicazione, sarà necessario modificare la Content Security Policy. Per saperne di più su <a href="https://docs.decidim.org/develop/en/customize/content_security_policy">nella documentazione di Decidim</a>.
|
|
923
|
-
title: Frammenti
|
|
923
|
+
title: Frammenti d'intestazione HTML
|
|
924
924
|
homepage_appearance_title: Modifica l'aspetto della home page
|
|
925
925
|
homepage_highlighted_content_banner_title: Banner con contenuti Highligted
|
|
926
926
|
images:
|
data/config/locales/ja.yml
CHANGED
|
@@ -53,6 +53,7 @@ ja:
|
|
|
53
53
|
customize_welcome_notification: ウェルカム通知をカスタマイズ
|
|
54
54
|
default_locale: 既定のロケール:
|
|
55
55
|
description: 説明
|
|
56
|
+
enable_machine_translations: 機械翻訳を有効にする
|
|
56
57
|
enable_omnipresent_banner: Omnipresentバナーを表示
|
|
57
58
|
enable_participatory_space_filters: 参加型スペースフィルタを有効にする
|
|
58
59
|
facebook_handler: Facebook ハンドラー
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.30.
|
|
4
|
+
version: 0.30.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2025-
|
|
13
|
+
date: 2025-10-28 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: active_link_to
|
|
@@ -32,14 +32,14 @@ dependencies:
|
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.30.
|
|
35
|
+
version: 0.30.3
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.30.
|
|
42
|
+
version: 0.30.3
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: devise
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -94,28 +94,28 @@ dependencies:
|
|
|
94
94
|
requirements:
|
|
95
95
|
- - '='
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: 0.30.
|
|
97
|
+
version: 0.30.3
|
|
98
98
|
type: :development
|
|
99
99
|
prerelease: false
|
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
|
102
102
|
- - '='
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: 0.30.
|
|
104
|
+
version: 0.30.3
|
|
105
105
|
- !ruby/object:Gem::Dependency
|
|
106
106
|
name: decidim-participatory_processes
|
|
107
107
|
requirement: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
109
|
- - '='
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version: 0.30.
|
|
111
|
+
version: 0.30.3
|
|
112
112
|
type: :development
|
|
113
113
|
prerelease: false
|
|
114
114
|
version_requirements: !ruby/object:Gem::Requirement
|
|
115
115
|
requirements:
|
|
116
116
|
- - '='
|
|
117
117
|
- !ruby/object:Gem::Version
|
|
118
|
-
version: 0.30.
|
|
118
|
+
version: 0.30.3
|
|
119
119
|
description: Organization administration to manage a single organization.
|
|
120
120
|
email:
|
|
121
121
|
- josepjaume@gmail.com
|