decidim-admin 0.31.5 → 0.31.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/commands/decidim/admin/create_newsletter.rb +1 -1
- data/app/commands/decidim/admin/create_taxonomy_filter.rb +16 -2
- data/app/commands/decidim/admin/update_taxonomy_filter.rb +24 -6
- data/app/controllers/decidim/admin/block_user_controller.rb +2 -0
- data/app/controllers/decidim/admin/newsletters_controller.rb +1 -0
- data/app/controllers/decidim/admin/officializations_controller.rb +2 -0
- data/app/forms/decidim/admin/taxonomy_filter_form.rb +11 -9
- data/app/packs/stylesheets/decidim/admin/application.scss +1 -1
- data/app/views/decidim/admin/attachment_collections/index.html.erb +1 -1
- data/app/views/decidim/admin/components/_actions.html.erb +1 -1
- data/app/views/decidim/admin/moderations/_moderation-tr.html.erb +1 -1
- data/app/views/decidim/admin/officializations/show_email.html.erb +7 -1
- data/app/views/decidim/admin/shared/_attachments.html.erb +15 -0
- data/app/views/decidim/admin/taxonomy_filters/_table.html.erb +2 -2
- data/app/views/layouts/decidim/admin/_application.html.erb +1 -1
- data/config/locales/ar.yml +0 -5
- data/config/locales/bg.yml +0 -5
- data/config/locales/bs-BA.yml +0 -4
- data/config/locales/ca-IT.yml +15 -5
- data/config/locales/ca.yml +15 -5
- data/config/locales/cs.yml +12 -5
- data/config/locales/de.yml +4 -5
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +15 -5
- data/config/locales/es-MX.yml +15 -5
- data/config/locales/es-PY.yml +15 -5
- data/config/locales/es.yml +15 -5
- data/config/locales/eu.yml +19 -9
- data/config/locales/fi-plain.yml +14 -4
- data/config/locales/fi.yml +14 -4
- data/config/locales/fr-CA.yml +52 -5
- data/config/locales/fr.yml +52 -5
- data/config/locales/gl.yml +0 -6
- data/config/locales/he-IL.yml +0 -1
- data/config/locales/hu.yml +0 -6
- data/config/locales/it.yml +1 -4
- data/config/locales/ja.yml +17 -7
- data/config/locales/kaa.yml +0 -4
- data/config/locales/ko.yml +0 -6
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +0 -6
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +0 -6
- data/config/locales/no.yml +0 -6
- data/config/locales/pl.yml +0 -5
- data/config/locales/pt-BR.yml +7 -12
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +0 -6
- data/config/locales/sk.yml +3 -6
- data/config/locales/sl.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/sr-CS.yml +0 -4
- data/config/locales/sv.yml +2 -5
- data/config/locales/tr-TR.yml +7 -12
- data/config/locales/zh-CN.yml +0 -5
- data/config/locales/zh-TW.yml +0 -6
- data/lib/decidim/admin/version.rb +1 -1
- metadata +9 -9
- data/app/views/decidim/admin/shared/_gallery.html.erb +0 -15
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
|
@@ -45,7 +45,6 @@ sv:
|
|
|
45
45
|
alert_color: Larm
|
|
46
46
|
available_authorizations: Tillgängliga auktoriseringar
|
|
47
47
|
badges_enabled: Aktivera märken
|
|
48
|
-
comments_max_length: Maximal kommentarslängd (ange 0 för att använda standardvärdet)
|
|
49
48
|
customize_welcome_notification: Anpassa välkomstmeddelande
|
|
50
49
|
default_locale: Förvalt språk och region
|
|
51
50
|
description: Beskrivning
|
|
@@ -827,6 +826,7 @@ sv:
|
|
|
827
826
|
officializations:
|
|
828
827
|
block:
|
|
829
828
|
error: Det gick inte att blockera deltagaren.
|
|
829
|
+
no_user: Ingen användare hittad
|
|
830
830
|
success: Deltagaren har blockerats.
|
|
831
831
|
bulk_action:
|
|
832
832
|
block:
|
|
@@ -836,6 +836,7 @@ sv:
|
|
|
836
836
|
invalid: Det gick inte att avblockera deltagarna.
|
|
837
837
|
success: Deltagarna har avblockerats.
|
|
838
838
|
create:
|
|
839
|
+
no_user_found: Deltagaren hittades inte.
|
|
839
840
|
success: Deltagaren har fått officiell status.
|
|
840
841
|
destroy:
|
|
841
842
|
success: Deltagaren har inte längre officiell status.
|
|
@@ -1059,10 +1060,6 @@ sv:
|
|
|
1059
1060
|
next_title: Nästa
|
|
1060
1061
|
previous: Föregående
|
|
1061
1062
|
previous_title: Föregående
|
|
1062
|
-
gallery:
|
|
1063
|
-
add_images: Lägg till bilder
|
|
1064
|
-
edit_images: Redigera bilder
|
|
1065
|
-
gallery_legend: Lägg till ett bildgalleri (Frivilligt)
|
|
1066
1063
|
static_page_topics:
|
|
1067
1064
|
create:
|
|
1068
1065
|
error: Det gick inte att skapa ett nytt ämne.
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -45,7 +45,6 @@ tr:
|
|
|
45
45
|
alert_color: Alarm
|
|
46
46
|
available_authorizations: Uygun yetkilendirmeler
|
|
47
47
|
badges_enabled: Rozetleri etkinleştir
|
|
48
|
-
comments_max_length: Maksimum yorum uzunluğu (Varsayılan değer için 0 bırakın)
|
|
49
48
|
customize_welcome_notification: Karşılama bildirimlerini özelleştir
|
|
50
49
|
default_locale: Varsayılan yerel ayar
|
|
51
50
|
description: Açıklama
|
|
@@ -183,9 +182,9 @@ tr:
|
|
|
183
182
|
confirm_delete_component: |
|
|
184
183
|
Bu bileşeni silmek istediğinizden emin misiniz? <br>
|
|
185
184
|
|
|
186
|
-
Bu bileşen şunu içeriyor: <br>
|
|
187
|
-
<ul class="list-disc ml-6 my-2">
|
|
188
|
-
<li class="font-bold"> %{resources_count} kaynakları </li>
|
|
185
|
+
Bu bileşen şunu içeriyor: <br>
|
|
186
|
+
<ul class="list-disc ml-6 my-2">
|
|
187
|
+
<li class="font-bold"> %{resources_count} kaynakları </li>
|
|
189
188
|
</ul>
|
|
190
189
|
Fikrinizi değiştirirseniz daha sonra yeniden yükleyebilirsiniz.
|
|
191
190
|
export_all: Tümünü dışa aktar
|
|
@@ -359,11 +358,11 @@ tr:
|
|
|
359
358
|
error: Bu içerik bloğu oluşturulurken bir sorun oluştu.
|
|
360
359
|
success: Içerik bloğu başarıyla oluşturuldu.
|
|
361
360
|
destroy:
|
|
362
|
-
error: Bu içerik bloğunu silmeye çalişirken bir sorun oluştu.
|
|
361
|
+
error: Bu içerik bloğunu silmeye çalişirken bir sorun oluştu.
|
|
363
362
|
success: İçerik bloğu başariyla silindi.
|
|
364
363
|
edit:
|
|
365
364
|
active_content_blocks: Etkin içerik blokları
|
|
366
|
-
add: İçerik bloğu ekle
|
|
365
|
+
add: İçerik bloğu ekle
|
|
367
366
|
destroy_confirmation: Bu içerik bloğunu silmek istediğnizden emin misiniz?
|
|
368
367
|
inactive_content_blocks: Etkin olmayan içerik blokları
|
|
369
368
|
title: Sayfa İçeriği
|
|
@@ -958,8 +957,8 @@ tr:
|
|
|
958
957
|
never: Asla
|
|
959
958
|
new_share_token_button: Yeni erişim linki
|
|
960
959
|
share_tokens_help_html: |
|
|
961
|
-
Diğerlerinin bu yayınlanmamış kaynağı görüntüleyebilmesi için bir erişim linki oluşturun ve paylaşın.
|
|
962
|
-
Erişim linkleri sadece kayıtlı kullanıcılar için geçerli olabilir ve gerekirse bir son kullanım tarihi belirlenebilir.
|
|
960
|
+
Diğerlerinin bu yayınlanmamış kaynağı görüntüleyebilmesi için bir erişim linki oluşturun ve paylaşın.
|
|
961
|
+
Erişim linkleri sadece kayıtlı kullanıcılar için geçerli olabilir ve gerekirse bir son kullanım tarihi belirlenebilir.
|
|
963
962
|
Yeni bir erişim linki paylaşmak için, oluşturduktan sonra "%{clipboard} ikonunu kullanarak linki kopyalayın.
|
|
964
963
|
title: '%{name} için erişim linkleri'
|
|
965
964
|
new:
|
|
@@ -974,10 +973,6 @@ tr:
|
|
|
974
973
|
next_title: Sonraki öğe
|
|
975
974
|
previous: Önceki
|
|
976
975
|
previous_title: Önceki öğe
|
|
977
|
-
gallery:
|
|
978
|
-
add_images: Resim ekle
|
|
979
|
-
edit_images: Resimleri düzenle
|
|
980
|
-
gallery_legend: Bir resim galerisi ekleyin (İsteğe bağlı)
|
|
981
976
|
static_page_topics:
|
|
982
977
|
create:
|
|
983
978
|
error: Yeni bir konu oluştururken bir hata oluştu.
|
data/config/locales/zh-CN.yml
CHANGED
|
@@ -32,7 +32,6 @@ zh-CN:
|
|
|
32
32
|
organization:
|
|
33
33
|
alert_color: 警告
|
|
34
34
|
badges_enabled: 启用徽章
|
|
35
|
-
comments_max_length: 评论最大长度 (默认值留0)
|
|
36
35
|
customize_welcome_notification: 自定义欢迎通知
|
|
37
36
|
default_locale: 默认区域设置
|
|
38
37
|
description: 描述
|
|
@@ -521,10 +520,6 @@ zh-CN:
|
|
|
521
520
|
share_tokens:
|
|
522
521
|
actions:
|
|
523
522
|
destroy: 删除
|
|
524
|
-
shared:
|
|
525
|
-
gallery:
|
|
526
|
-
add_images: 添加图像
|
|
527
|
-
gallery_legend: 添加图片库 (可选)
|
|
528
523
|
static_page_topics:
|
|
529
524
|
create:
|
|
530
525
|
error: 创建一个新主题时出现问题。
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -42,7 +42,6 @@ zh-TW:
|
|
|
42
42
|
alert_color: 警告
|
|
43
43
|
available_authorizations: 可用認證方式
|
|
44
44
|
badges_enabled: 啟用勳章
|
|
45
|
-
comments_max_length: 留言字數上限 (0 表示使用預設)
|
|
46
45
|
customize_welcome_notification: 自訂歡迎通知
|
|
47
46
|
default_locale: 預設語言
|
|
48
47
|
description: 說明
|
|
@@ -774,11 +773,6 @@ zh-TW:
|
|
|
774
773
|
share_tokens:
|
|
775
774
|
actions:
|
|
776
775
|
destroy: 刪除
|
|
777
|
-
shared:
|
|
778
|
-
gallery:
|
|
779
|
-
add_images: 添加圖案
|
|
780
|
-
edit_images: 編輯圖片
|
|
781
|
-
gallery_legend: 新增圖片庫(可選)
|
|
782
776
|
static_page_topics:
|
|
783
777
|
create:
|
|
784
778
|
error: 建立新主題時發生問題。
|
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.31.
|
|
4
|
+
version: 0.31.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: 2026-
|
|
13
|
+
date: 2026-07-06 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.31.
|
|
35
|
+
version: 0.31.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.31.
|
|
42
|
+
version: 0.31.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.31.
|
|
97
|
+
version: 0.31.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.31.
|
|
104
|
+
version: 0.31.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.31.
|
|
111
|
+
version: 0.31.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.31.
|
|
118
|
+
version: 0.31.6
|
|
119
119
|
description: Organization administration to manage a single organization.
|
|
120
120
|
email:
|
|
121
121
|
- josepjaume@gmail.com
|
|
@@ -556,8 +556,8 @@ files:
|
|
|
556
556
|
- app/views/decidim/admin/share_tokens/new.html.erb
|
|
557
557
|
- app/views/decidim/admin/shared/_adjacent_navigation.html.erb
|
|
558
558
|
- app/views/decidim/admin/shared/_admin_confirm_modal.html.erb
|
|
559
|
+
- app/views/decidim/admin/shared/_attachments.html.erb
|
|
559
560
|
- app/views/decidim/admin/shared/_filters.html.erb
|
|
560
|
-
- app/views/decidim/admin/shared/_gallery.html.erb
|
|
561
561
|
- app/views/decidim/admin/shared/_js-callout.html.erb
|
|
562
562
|
- app/views/decidim/admin/shared/landing_page/_content_blocks.html.erb
|
|
563
563
|
- app/views/decidim/admin/shared/landing_page/edit.html.erb
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<div class="row column mt-4">
|
|
2
|
-
<fieldset>
|
|
3
|
-
<legend><%= t(".gallery_legend") %></legend>
|
|
4
|
-
|
|
5
|
-
<div>
|
|
6
|
-
<%= form.attachment :photos,
|
|
7
|
-
multiple: true,
|
|
8
|
-
label: t(".add_images"),
|
|
9
|
-
button_label: t(".add_images"),
|
|
10
|
-
button_edit_label: t(".edit_images"),
|
|
11
|
-
button_class: "button button__sm button__transparent-secondary",
|
|
12
|
-
help_i18n_scope: "decidim.forms.file_help.image" %>
|
|
13
|
-
</div>
|
|
14
|
-
</fieldset>
|
|
15
|
-
</div>
|