decidim-admin 0.29.5 → 0.29.6
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: ff7e198739747b3cba473cf9b91c812d5feb0d7a21e529add676d67be567b22b
|
|
4
|
+
data.tar.gz: fb8124ea118b9a492247d6e1ee512271b3510f1457aae90af9c07700558fe73b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81720488852c01ba440876fd4fda0ceb2c2549896e217e0fd20cd559d25b371304fb59684e8312c62f83d512ac509d3ade07fc80a342d4cd2d10f05415454f56
|
|
7
|
+
data.tar.gz: 88689462a06f5bbfae462a666a347c7d7ec8a7d036fb024893fe6c3b44ffd9707507144ea06d76c99a6565f6188fc5f4a3abf556f1c55e7d68fedf5c458228ed
|
|
@@ -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
|
-
|
|
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
|
|
@@ -802,7 +803,7 @@ ca-IT:
|
|
|
802
803
|
success: S'ha retirat correctament l'oficialització de la participant.
|
|
803
804
|
index:
|
|
804
805
|
actions: Accions
|
|
805
|
-
badge:
|
|
806
|
+
badge: Ensenya
|
|
806
807
|
block: Bloquejar usuària
|
|
807
808
|
created_at: Creat el
|
|
808
809
|
name: Nom
|
|
@@ -817,7 +818,7 @@ ca-IT:
|
|
|
817
818
|
unblock: Desbloquejar usuària
|
|
818
819
|
unofficialize: Des-oficialitzar
|
|
819
820
|
new:
|
|
820
|
-
badge:
|
|
821
|
+
badge: Ensenya d'oficialització
|
|
821
822
|
officialize: Oficialitza
|
|
822
823
|
title: Oficialitza la participant "%{name}"
|
|
823
824
|
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
|
|
@@ -802,7 +803,7 @@ ca:
|
|
|
802
803
|
success: S'ha retirat correctament l'oficialització de la participant.
|
|
803
804
|
index:
|
|
804
805
|
actions: Accions
|
|
805
|
-
badge:
|
|
806
|
+
badge: Ensenya
|
|
806
807
|
block: Bloquejar usuària
|
|
807
808
|
created_at: Creat el
|
|
808
809
|
name: Nom
|
|
@@ -817,7 +818,7 @@ ca:
|
|
|
817
818
|
unblock: Desbloquejar usuària
|
|
818
819
|
unofficialize: Des-oficialitzar
|
|
819
820
|
new:
|
|
820
|
-
badge:
|
|
821
|
+
badge: Ensenya d'oficialització
|
|
821
822
|
officialize: Oficialitza
|
|
822
823
|
title: Oficialitza la participant "%{name}"
|
|
823
824
|
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
|
|
@@ -776,7 +777,7 @@ de:
|
|
|
776
777
|
recipients_count: Dieser Newsletter wird an <strong id='recipients_count'>%{count}</strong> Teilnehmer gesendet.
|
|
777
778
|
scopes_help: Sendet den Newsletter an Teilnehmer, die einen der gewählten Themenbereiche in den "Meine Interessen" Einstellungen ihres Kontos aktiviert haben.
|
|
778
779
|
select_scopes: Nur Teilnehmer anzeigen, die einen der gewählten Themenbereiche in Ihren "Meine Interessen" Einstellungen ihres Kontos aktiviert haben.
|
|
779
|
-
select_spaces:
|
|
780
|
+
select_spaces: Bereiche zum Segmentieren des Newsletters auswählen
|
|
780
781
|
select_users: Wählen Sie aus, welchen Benutzern Sie den Newsletter senden möchten
|
|
781
782
|
title: Empfänger auswählen
|
|
782
783
|
warning: "<strong>Achtung:</strong> Dieser Newsletter wird nur an Benutzer gesendet, die <em>Ich möchte Newsletter empfangen</em> in ihren Benachrichtigungseinstellungen aktiviert haben."
|
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
|
@@ -863,7 +863,7 @@ it:
|
|
|
863
863
|
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.
|
|
864
864
|
header_snippets:
|
|
865
865
|
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>.
|
|
866
|
-
title: Frammenti
|
|
866
|
+
title: Frammenti d'intestazione HTML
|
|
867
867
|
homepage_appearance_title: Modifica l'aspetto della home page
|
|
868
868
|
homepage_highlighted_content_banner_title: Banner con contenuti Highligted
|
|
869
869
|
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.29.
|
|
4
|
+
version: 0.29.6
|
|
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.29.
|
|
35
|
+
version: 0.29.6
|
|
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.29.
|
|
42
|
+
version: 0.29.6
|
|
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.29.
|
|
97
|
+
version: 0.29.6
|
|
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.29.
|
|
104
|
+
version: 0.29.6
|
|
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.29.
|
|
111
|
+
version: 0.29.6
|
|
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.29.
|
|
118
|
+
version: 0.29.6
|
|
119
119
|
description: Organization administration to manage a single organization.
|
|
120
120
|
email:
|
|
121
121
|
- josepjaume@gmail.com
|