decidim-admin 0.28.4 → 0.28.5

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.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/admin/block_user.rb +1 -0
  3. data/app/controllers/decidim/admin/block_user_controller.rb +1 -1
  4. data/app/controllers/decidim/admin/conflicts_controller.rb +1 -1
  5. data/app/controllers/decidim/admin/impersonations_controller.rb +1 -0
  6. data/app/controllers/decidim/admin/newsletters_controller.rb +2 -1
  7. data/app/forms/decidim/admin/help_section_form.rb +1 -1
  8. data/app/forms/decidim/admin/impersonate_user_form.rb +5 -0
  9. data/app/forms/decidim/admin/organization_appearance_form.rb +2 -2
  10. data/app/forms/decidim/admin/organization_form.rb +2 -2
  11. data/app/forms/decidim/admin/static_page_form.rb +1 -1
  12. data/app/forms/decidim/admin/transfer_user_form.rb +15 -0
  13. data/app/packs/src/decidim/admin/newsletters.js +18 -9
  14. data/app/packs/stylesheets/decidim/admin/_moderations.scss +8 -0
  15. data/app/queries/decidim/admin/newsletter_recipients.rb +9 -5
  16. data/app/views/decidim/admin/conflicts/edit.html.erb +21 -11
  17. data/app/views/decidim/admin/moderated_users/index.html.erb +2 -2
  18. data/app/views/decidim/admin/newsletter_templates/index.html.erb +0 -1
  19. data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +1 -1
  20. data/config/locales/ar.yml +48 -2
  21. data/config/locales/bn-BD.yml +1 -0
  22. data/config/locales/bs-BA.yml +528 -0
  23. data/config/locales/ca.yml +2 -2
  24. data/config/locales/de.yml +3 -3
  25. data/config/locales/el.yml +0 -1
  26. data/config/locales/en.yml +1 -1
  27. data/config/locales/es-MX.yml +3 -3
  28. data/config/locales/es-PY.yml +3 -3
  29. data/config/locales/es.yml +3 -3
  30. data/config/locales/eu.yml +144 -132
  31. data/config/locales/fi-plain.yml +3 -3
  32. data/config/locales/fi.yml +20 -20
  33. data/config/locales/fr-CA.yml +1 -1
  34. data/config/locales/gl.yml +2 -3
  35. data/config/locales/hu.yml +2 -2
  36. data/config/locales/id-ID.yml +4 -0
  37. data/config/locales/is-IS.yml +12 -0
  38. data/config/locales/it.yml +3 -4
  39. data/config/locales/ja.yml +4 -4
  40. data/config/locales/kaa.yml +0 -3
  41. data/config/locales/ko.yml +1 -2
  42. data/config/locales/lb.yml +4 -5
  43. data/config/locales/lt.yml +0 -1
  44. data/config/locales/lv.yml +3 -2
  45. data/config/locales/nl.yml +1 -2
  46. data/config/locales/no.yml +1 -2
  47. data/config/locales/pl.yml +1 -1
  48. data/config/locales/pt-BR.yml +0 -1
  49. data/config/locales/pt.yml +4 -1
  50. data/config/locales/ro-RO.yml +2 -3
  51. data/config/locales/ru.yml +3 -1
  52. data/config/locales/sk.yml +3 -2
  53. data/config/locales/sl.yml +0 -2
  54. data/config/locales/sq-AL.yml +0 -3
  55. data/config/locales/sr-CS.yml +3 -3
  56. data/config/locales/sv.yml +2 -2
  57. data/config/locales/th-TH.yml +10 -0
  58. data/config/locales/tr-TR.yml +2 -3
  59. data/config/locales/uk.yml +3 -0
  60. data/config/locales/zh-CN.yml +0 -6
  61. data/config/locales/zh-TW.yml +0 -1
  62. data/config/routes.rb +1 -1
  63. data/decidim-admin.gemspec +1 -1
  64. data/lib/decidim/admin/engine.rb +1 -0
  65. data/lib/decidim/admin/version.rb +1 -1
  66. metadata +11 -9
@@ -261,8 +261,6 @@ sr:
261
261
  values:
262
262
  'false': Objavljeno
263
263
  'true': Neobjavljeno
264
- scope_id_eq:
265
- label: Opseg
266
264
  search_label: Pretraži
267
265
  search_placeholder:
268
266
  name_or_nickname_or_email_cont: Pretraži %{collection} prema e-pošti, imenu ili nadimku.
@@ -379,6 +377,9 @@ sr:
379
377
  fields:
380
378
  name: Ime
381
379
  plural: Množina
380
+ share_token:
381
+ fields:
382
+ created_at: Stvoreno
382
383
  static_page:
383
384
  fields:
384
385
  created_at: Kreirano na
@@ -450,7 +451,6 @@ sr:
450
451
  confirm_deliver: Da li ste sigurni da želite da dostavite ovaj bilten? Ova radnja se ne može poništiti.
451
452
  deliver: Dostavi bilten
452
453
  followers_help: Pošalji bilten svim potvrđenim učesnicima koji prate bilo koji od odabranih prostora za učešće sa liste.
453
- none: Nijеdan
454
454
  participants_help: Pošalji bilten svim potvrđenim učesnicima koji su učestvovali u bilo kojem od odabranih prostora za učešće sa liste.
455
455
  recipients_count: Ovaj bilten biće dostavljen <strong id='recipients_count'>%{count}</strong> korisnicima.
456
456
  scopes_help: Šalje bilten korisnicima koji su aktivirali makar jedan od odabranih opsega u podešavanjima "Moji interesi" svog naloga.
@@ -760,7 +760,7 @@ sv:
760
760
  confirm_deliver: Vill du skicka nyhetsbrevet? Den här åtgärden kan inte ångras.
761
761
  deliver: Leverera nyhetsbrev
762
762
  followers_help: Skickar nyhetsbrevet till alla verifierade användare som följer något av de markerade deltagarutrymmena i listan.
763
- none: Inga
763
+ none: Ingen
764
764
  participants_help: Skickar nyhetsbrevet till alla verifierade användare som har deltagit i något av de markerade deltagarutrymmena i listan.
765
765
  recipients_count: Nyhetsbrevet kommer att skickas till <strong id='recipients_count'>%{count}</strong> användare.
766
766
  scopes_help: Skickar nyhetsbrev till användare som markerat någon av de valda indelningarna under "Mina intressen".
@@ -1001,7 +1001,7 @@ sv:
1001
1001
  none: Ingen
1002
1002
  slug_help_html: 'Använd relativa sökvägar, inte fullständiga URL: er. Accepterar bokstäver, siffror, bindestreck och snedstreck, och måste börja med en bokstav. Exempel: %{url}'
1003
1003
  index:
1004
- last_notable_change: Senast märkbara förändring
1004
+ last_notable_change: Senaste större ändring
1005
1005
  new:
1006
1006
  create: Skapa sida
1007
1007
  title: Ny sida
@@ -97,6 +97,16 @@ th:
97
97
  success: ทำลายพื้นที่สำเร็จ
98
98
  edit:
99
99
  title: แก้ไขพื้นที่
100
+ categories:
101
+ edit:
102
+ update: อัปเดต
103
+ filters:
104
+ scope_id_eq:
105
+ label: ขอบเขต
100
106
  organization_external_domain_whitelist:
101
107
  edit:
102
108
  update: อัปเดต
109
+ resources:
110
+ index:
111
+ headers:
112
+ scope: ขอบเขต
@@ -265,7 +265,6 @@ tr:
265
265
  solved: Çözüldü
266
266
  transfer:
267
267
  email: E-Posta
268
- error: Mevcut katılımcıyı yönetilen katılımcıya aktarırken bir sorun oluştu.
269
268
  name: İsim
270
269
  reason: Nedeni
271
270
  success: Aktarım başarıyla tamamlandı.
@@ -428,7 +427,7 @@ tr:
428
427
  plural: Çoğul
429
428
  share_token:
430
429
  fields:
431
- created_at: Oluşturulma tarihi
430
+ created_at: Düzenlendi
432
431
  expires_at: Süre sonu
433
432
  last_used_at: Son kullanıldığı zaman
434
433
  times_used: Kullanım Sayısı
@@ -533,7 +532,7 @@ tr:
533
532
  confirm_deliver: Bu bülteni sunmak istediğinizden emin misiniz? Bu işlem geri alınamaz.
534
533
  deliver: Bülten sunun
535
534
  followers_help: Listede seçili herhangi bir katılımcı süreci takip eden bütün onaylanmış kullanıcılara haber bülteni gönderir.
536
- none: Hiçbiri
535
+ none: Yok
537
536
  participants_help: Listede seçili herhangi bir katılımcı sürece katılmış olan bütün onaylanmış kullanıcılara haber bülteni gönderir.
538
537
  recipients_count: Bu haber bülteni <strong id='recipients_count'>%{count}</strong> kullanıcıya gönderilecektir.
539
538
  scopes_help: Hesaplarındaki 'İlgi Alanlarım' ayarlarında etkinleştirilmiş herhangi bir seçili kapsam bulunan kullanıcılara haber bülteni gönderir.
@@ -326,6 +326,9 @@ uk:
326
326
  fields:
327
327
  name: Ім'я
328
328
  plural: Множина
329
+ share_token:
330
+ fields:
331
+ created_at: 'Створено:'
329
332
  static_page:
330
333
  fields:
331
334
  created_at: 'Створено:'
@@ -275,8 +275,6 @@ zh-CN:
275
275
  values:
276
276
  'false': 已发布
277
277
  'true': 未发布
278
- scope_id_eq:
279
- label: 范围
280
278
  search_label: 搜索
281
279
  search_placeholder:
282
280
  name_or_nickname_or_email_cont: 通过电子邮件、名称或昵称搜索 %{collection}。
@@ -564,10 +562,6 @@ zh-CN:
564
562
  title: 编辑权限
565
563
  update:
566
564
  success: 权限更新成功。
567
- resources:
568
- index:
569
- headers:
570
- scope: 范围
571
565
  scope_types:
572
566
  create:
573
567
  error: 创建新的范围类型时出现问题。
@@ -347,7 +347,6 @@ zh-TW:
347
347
  title: 驗證衝突
348
348
  transfer:
349
349
  email: 電子郵件
350
- error: 轉移現在參與者到管理參與者時發生錯誤
351
350
  name: 名稱
352
351
  reason: 理由
353
352
  success: 目前的轉換完成
data/config/routes.rb CHANGED
@@ -84,7 +84,7 @@ Decidim::Admin::Engine.routes.draw do
84
84
 
85
85
  resources :newsletters, except: [:new, :create] do
86
86
  member do
87
- get :recipients_count
87
+ post :recipients_count
88
88
  post :send_to_user
89
89
  get :preview
90
90
  get :select_recipients_to_deliver
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.version = Decidim::Admin.version
11
11
  s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
12
12
  s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
13
- s.license = "AGPL-3.0"
13
+ s.license = "AGPL-3.0-or-later"
14
14
  s.homepage = "https://decidim.org"
15
15
  s.metadata = {
16
16
  "bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
@@ -26,6 +26,7 @@ module Decidim
26
26
  end
27
27
 
28
28
  initializer "decidim_admin.register_icons" do |_app|
29
+ Decidim.icons.register(name: "lock-2-line", icon: "lock-2-line", category: "system", description: "Block user icon", engine: :admin)
29
30
  Decidim.icons.register(name: "layout-masonry-line", icon: "layout-masonry-line", category: "system", description: "", engine: :admin)
30
31
  Decidim.icons.register(name: "service-line", icon: "service-line", category: "system", description: "", engine: :admin)
31
32
  Decidim.icons.register(name: "fullscreen-line", icon: "fullscreen-line", category: "system", description: "", engine: :admin)
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-admin version.
5
5
  module Admin
6
6
  def self.version
7
- "0.28.4"
7
+ "0.28.5"
8
8
  end
9
9
  end
10
10
  end
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.28.4
4
+ version: 0.28.5
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: 2024-10-02 00:00:00.000000000 Z
13
+ date: 2025-02-12 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.28.4
35
+ version: 0.28.5
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.28.4
42
+ version: 0.28.5
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.28.4
97
+ version: 0.28.5
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.28.4
104
+ version: 0.28.5
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.28.4
111
+ version: 0.28.5
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.28.4
118
+ version: 0.28.5
119
119
  description: Organization administration to manage a single organization.
120
120
  email:
121
121
  - josepjaume@gmail.com
@@ -560,6 +560,8 @@ files:
560
560
  - config/locales/ar.yml
561
561
  - config/locales/bg-BG.yml
562
562
  - config/locales/bg.yml
563
+ - config/locales/bn-BD.yml
564
+ - config/locales/bs-BA.yml
563
565
  - config/locales/ca.yml
564
566
  - config/locales/cs-CZ.yml
565
567
  - config/locales/cs.yml
@@ -690,7 +692,7 @@ files:
690
692
  - lib/decidim/admin/version.rb
691
693
  homepage: https://decidim.org
692
694
  licenses:
693
- - AGPL-3.0
695
+ - AGPL-3.0-or-later
694
696
  metadata:
695
697
  bug_tracker_uri: https://github.com/decidim/decidim/issues
696
698
  documentation_uri: https://docs.decidim.org/