decidim-admin 0.26.4 → 0.26.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/commands/decidim/admin/publish_component.rb +1 -1
- data/app/commands/decidim/admin/unblock_user.rb +1 -1
- data/app/controllers/decidim/admin/block_user_controller.rb +3 -3
- data/app/controllers/decidim/admin/newsletter_templates_controller.rb +1 -1
- data/app/controllers/decidim/admin/newsletters_controller.rb +1 -1
- data/app/forms/decidim/admin/block_user_form.rb +2 -2
- data/app/helpers/decidim/admin/bulk_actions_helper.rb +1 -6
- data/app/models/decidim/admin/fake_newsletter.rb +20 -0
- data/app/packs/src/decidim/admin/draggable-list.js +1 -1
- data/app/packs/stylesheets/decidim/admin/extra/_quill.scss +7 -0
- data/app/permissions/decidim/admin/permissions.rb +32 -2
- data/app/views/decidim/admin/moderated_users/index.html.erb +1 -1
- data/app/views/decidim/admin/officializations/index.html.erb +14 -10
- data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
- data/config/locales/ar.yml +26 -16
- data/config/locales/ca.yml +21 -10
- data/config/locales/cs.yml +16 -4
- data/config/locales/de.yml +17 -8
- data/config/locales/el.yml +0 -5
- data/config/locales/en.yml +13 -2
- data/config/locales/es-MX.yml +17 -6
- data/config/locales/es-PY.yml +17 -6
- data/config/locales/es.yml +20 -9
- data/config/locales/eu.yml +32 -19
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +15 -4
- data/config/locales/fi.yml +19 -8
- data/config/locales/fr-CA.yml +15 -4
- data/config/locales/fr.yml +15 -4
- data/config/locales/gl.yml +0 -5
- data/config/locales/hu.yml +36 -22
- data/config/locales/id-ID.yml +1 -3
- data/config/locales/is-IS.yml +4 -3
- data/config/locales/it.yml +1 -6
- data/config/locales/ja.yml +21 -9
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +1 -5
- data/config/locales/nl.yml +1 -6
- data/config/locales/no.yml +0 -5
- data/config/locales/pl.yml +0 -5
- data/config/locales/pt-BR.yml +1 -6
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +26 -14
- data/config/locales/ru.yml +4 -3
- data/config/locales/sk.yml +1 -5
- data/config/locales/sr-CS.yml +8 -4
- data/config/locales/sv.yml +15 -8
- data/config/locales/tr-TR.yml +2 -5
- data/config/locales/uk.yml +4 -3
- data/config/locales/zh-CN.yml +1 -5
- data/config/locales/zh-TW.yml +1075 -0
- data/lib/decidim/admin/test/manage_moderations_examples.rb +7 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +11 -8
data/config/locales/sv.yml
CHANGED
|
@@ -14,17 +14,24 @@ sv:
|
|
|
14
14
|
description: Beskrivning
|
|
15
15
|
file: Fil
|
|
16
16
|
title: Bilaga eller bildnamn
|
|
17
|
+
weight: Ordning
|
|
17
18
|
attachment_collection:
|
|
18
19
|
description: Beskrivning
|
|
19
20
|
name: Namn
|
|
21
|
+
weight: Ordning
|
|
20
22
|
category:
|
|
21
23
|
description: Beskrivning
|
|
22
24
|
name: Namn
|
|
23
25
|
parent_id: Överordnad
|
|
26
|
+
weight: Ordning
|
|
24
27
|
component:
|
|
25
28
|
name: Namn
|
|
26
29
|
published_at: Publicerad
|
|
27
|
-
weight:
|
|
30
|
+
weight: Ordning
|
|
31
|
+
external_domain:
|
|
32
|
+
value: Värde
|
|
33
|
+
help_section:
|
|
34
|
+
content: Innehåll
|
|
28
35
|
id: ID
|
|
29
36
|
import:
|
|
30
37
|
user_group_id: Skapa import som
|
|
@@ -92,6 +99,9 @@ sv:
|
|
|
92
99
|
welcome_notification_body: Välkomstmeddelandets brödtext
|
|
93
100
|
welcome_notification_subject: Välkomstmeddelandets ämnesrad
|
|
94
101
|
youtube_handler: YouTube-hanterare
|
|
102
|
+
participatory_space_private_user:
|
|
103
|
+
email: E-post
|
|
104
|
+
name: Namn
|
|
95
105
|
scope:
|
|
96
106
|
code: Kod
|
|
97
107
|
name: Namn
|
|
@@ -113,12 +123,13 @@ sv:
|
|
|
113
123
|
show_in_footer: Visa i sidfoten
|
|
114
124
|
slug: URL slug
|
|
115
125
|
title: Titel
|
|
116
|
-
|
|
126
|
+
topic_id: Ämne
|
|
127
|
+
weight: Ordning
|
|
117
128
|
static_page_topic:
|
|
118
129
|
description: Beskrivning
|
|
119
130
|
show_in_footer: Visa i sidfoten
|
|
120
131
|
title: Titel
|
|
121
|
-
weight:
|
|
132
|
+
weight: Ordning
|
|
122
133
|
user_group_csv_verification:
|
|
123
134
|
file: Fil
|
|
124
135
|
errors:
|
|
@@ -185,12 +196,10 @@ sv:
|
|
|
185
196
|
success: Du har godkänt användarvillkoren för administratörer.
|
|
186
197
|
actions:
|
|
187
198
|
are_you_sure: Är du säker på att du vill avvisa administratörsvillkoren?
|
|
188
|
-
refuse: Avvisa villkoren för administratörer
|
|
189
199
|
title: Godkänn användarvillkoren
|
|
190
200
|
required_review:
|
|
191
201
|
alert: 'Krav: granska villkoren för administratörer'
|
|
192
202
|
callout: Granska användarvillkoren för administratörer. Annars kan du inte administrera plattformen.
|
|
193
|
-
cta: Granska dem nu.
|
|
194
203
|
title: Användarvillkor för administratörer
|
|
195
204
|
area_types:
|
|
196
205
|
create:
|
|
@@ -631,7 +640,6 @@ sv:
|
|
|
631
640
|
nickname: Användarnamn
|
|
632
641
|
reason: Anledning
|
|
633
642
|
reports: Antal anmälningar
|
|
634
|
-
title: Rapporterade användare
|
|
635
643
|
report:
|
|
636
644
|
reasons:
|
|
637
645
|
does_not_belong: Tillhör inte
|
|
@@ -641,8 +649,6 @@ sv:
|
|
|
641
649
|
blocked: Blockerad
|
|
642
650
|
unblocked: Icke blockerade
|
|
643
651
|
moderations:
|
|
644
|
-
index:
|
|
645
|
-
title: Moderering
|
|
646
652
|
report:
|
|
647
653
|
reasons:
|
|
648
654
|
does_not_belong: Hör inte hemma
|
|
@@ -1038,6 +1044,7 @@ sv:
|
|
|
1038
1044
|
moderation:
|
|
1039
1045
|
fields:
|
|
1040
1046
|
created_at: Skapandedatum
|
|
1047
|
+
deleted_resource: Borttagen resurs
|
|
1041
1048
|
hidden_at: Dold
|
|
1042
1049
|
participatory_space: Deltagarutrymme
|
|
1043
1050
|
report_count: Antal
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -77,6 +77,8 @@ tr:
|
|
|
77
77
|
welcome_notification_body: Karşılama bildirimi gövdesi
|
|
78
78
|
welcome_notification_subject: Karşılama bildirimi konusu
|
|
79
79
|
youtube_handler: YouTube işleyici
|
|
80
|
+
participatory_space_private_user:
|
|
81
|
+
name: Adı
|
|
80
82
|
scope:
|
|
81
83
|
code: kod
|
|
82
84
|
name: isim
|
|
@@ -143,11 +145,9 @@ tr:
|
|
|
143
145
|
error: Yönetici kullanım şartlarını kabul ederken bir hata oluştu.
|
|
144
146
|
success: Harika! Yönetici kullanım şartlarını kabul ettiniz.
|
|
145
147
|
actions:
|
|
146
|
-
refuse: Yönetici şartlarını reddedin
|
|
147
148
|
title: Kullanım şartlarını ve koşullarını kabul edin
|
|
148
149
|
required_review:
|
|
149
150
|
alert: 'Gerekli: Yönetici kullanım şartlarımızı inceleyin'
|
|
150
|
-
cta: Şimdi gözden geçirin.
|
|
151
151
|
title: Yönetici Kullanım Koşulları
|
|
152
152
|
area_types:
|
|
153
153
|
create:
|
|
@@ -495,15 +495,12 @@ tr:
|
|
|
495
495
|
name: Adı
|
|
496
496
|
nickname: Rumuz
|
|
497
497
|
reason: Nedeni
|
|
498
|
-
title: Bildirilen kullanıcılar listesi
|
|
499
498
|
report:
|
|
500
499
|
reasons:
|
|
501
500
|
does_not_belong: Ait değil
|
|
502
501
|
offensive: Saldırgan
|
|
503
502
|
spam: İstenmeyen
|
|
504
503
|
moderations:
|
|
505
|
-
index:
|
|
506
|
-
title: Denetimler
|
|
507
504
|
report:
|
|
508
505
|
reasons:
|
|
509
506
|
does_not_belong: Ait değil
|
data/config/locales/uk.yml
CHANGED
|
@@ -368,8 +368,6 @@ uk:
|
|
|
368
368
|
state: Стан
|
|
369
369
|
users_count: Кількість учасників
|
|
370
370
|
moderations:
|
|
371
|
-
index:
|
|
372
|
-
title: Дії з модерації
|
|
373
371
|
report:
|
|
374
372
|
reasons:
|
|
375
373
|
does_not_belong: Неприйнятно
|
|
@@ -457,6 +455,9 @@ uk:
|
|
|
457
455
|
edit:
|
|
458
456
|
active_content_blocks: Блоки діючого вмісту
|
|
459
457
|
inactive_content_blocks: Блоки недіючого вмісту
|
|
458
|
+
organization_homepage_content_blocks:
|
|
459
|
+
edit:
|
|
460
|
+
update: Оновити
|
|
460
461
|
participatory_space_private_users:
|
|
461
462
|
create:
|
|
462
463
|
error: При спробі додати приватного учасника до цього простору співучасті сталася помилка.
|
|
@@ -579,10 +580,10 @@ uk:
|
|
|
579
580
|
models:
|
|
580
581
|
moderation:
|
|
581
582
|
fields:
|
|
583
|
+
created_at: Дата створення
|
|
582
584
|
hidden_at: 'Приховано:'
|
|
583
585
|
report_count: Кількість
|
|
584
586
|
reported_content_url: Веб-адреса оскарженого вмісту
|
|
585
|
-
reports: Скарги
|
|
586
587
|
visit_url: Відвідайте веб-адресу
|
|
587
588
|
errors:
|
|
588
589
|
messages:
|
data/config/locales/zh-CN.yml
CHANGED
|
@@ -140,11 +140,9 @@ zh-CN:
|
|
|
140
140
|
error: 接受管理员使用条款时出错。
|
|
141
141
|
success: 太棒了!您已经接受了管理员使用条款。
|
|
142
142
|
actions:
|
|
143
|
-
refuse: 拒绝管理条款
|
|
144
143
|
title: 同意使用条款
|
|
145
144
|
required_review:
|
|
146
145
|
alert: '要求:审查我们的管理员使用条件'
|
|
147
|
-
cta: 现在审查它们。
|
|
148
146
|
title: 管理员使用条款
|
|
149
147
|
area_types:
|
|
150
148
|
create:
|
|
@@ -460,8 +458,6 @@ zh-CN:
|
|
|
460
458
|
state: 状态
|
|
461
459
|
users_count: 参与者数量
|
|
462
460
|
moderations:
|
|
463
|
-
index:
|
|
464
|
-
title: 版面
|
|
465
461
|
report:
|
|
466
462
|
reasons:
|
|
467
463
|
does_not_belong: 不属于哪个国家
|
|
@@ -799,10 +795,10 @@ zh-CN:
|
|
|
799
795
|
models:
|
|
800
796
|
moderation:
|
|
801
797
|
fields:
|
|
798
|
+
created_at: 创建日期
|
|
802
799
|
hidden_at: 隐藏于
|
|
803
800
|
report_count: 计数
|
|
804
801
|
reported_content_url: 报告的内容 URL
|
|
805
|
-
reports: 报告
|
|
806
802
|
visit_url: 访问 URL
|
|
807
803
|
errors:
|
|
808
804
|
messages:
|