decidim-participatory_processes 0.26.7 → 0.26.8
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/participatory_processes/admin/destroy_participatory_process_admin.rb +5 -0
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_groups_controller.rb +2 -3
- data/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +1 -1
- data/app/queries/decidim/participatory_processes/filtered_participatory_process_groups.rb +4 -2
- data/app/queries/decidim/participatory_processes/stats_participants_count.rb +12 -0
- data/app/views/decidim/participatory_processes/admin/participatory_process_copies/new.html.erb +1 -2
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/edit.html.erb +1 -0
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/index.html.erb +1 -0
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/new.html.erb +1 -0
- data/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +0 -1
- data/app/views/decidim/participatory_processes/admin/participatory_processes/new.html.erb +0 -1
- data/app/views/decidim/participatory_processes/participatory_process_steps/index.html.erb +0 -1
- data/config/environment.rb +0 -0
- data/config/locales/ar.yml +5 -3
- data/config/locales/bg.yml +6 -0
- data/config/locales/ca.yml +4 -4
- data/config/locales/cs.yml +3 -3
- data/config/locales/de.yml +13 -10
- data/config/locales/el.yml +64 -3
- data/config/locales/es-MX.yml +0 -4
- data/config/locales/es-PY.yml +0 -4
- data/config/locales/es.yml +2 -2
- data/config/locales/eu.yml +19 -12
- data/config/locales/fi-plain.yml +1 -5
- data/config/locales/fi.yml +0 -4
- data/config/locales/fr-CA.yml +1 -5
- data/config/locales/fr.yml +4 -5
- data/config/locales/ga-IE.yml +2 -0
- data/config/locales/gl.yml +2 -6
- data/config/locales/hu.yml +61 -55
- data/config/locales/id-ID.yml +7 -3
- data/config/locales/is-IS.yml +0 -10
- data/config/locales/it.yml +7 -11
- data/config/locales/ja.yml +2 -6
- data/config/locales/kaa.yml +5 -0
- data/config/locales/lb.yml +3 -5
- data/config/locales/lt.yml +0 -4
- data/config/locales/lv.yml +7 -3
- data/config/locales/nl.yml +4 -8
- data/config/locales/no.yml +6 -10
- data/config/locales/pl.yml +1 -5
- data/config/locales/pt-BR.yml +0 -4
- data/config/locales/pt.yml +1 -5
- data/config/locales/ro-RO.yml +0 -4
- data/config/locales/ru.yml +4 -4
- data/config/locales/sk.yml +7 -3
- data/config/locales/sl.yml +3 -0
- data/config/locales/sv.yml +3 -7
- data/config/locales/tr-TR.yml +2 -6
- data/config/locales/uk.yml +4 -4
- data/config/locales/zh-CN.yml +7 -3
- data/config/locales/zh-TW.yml +1 -5
- data/lib/decidim/participatory_processes/version.rb +1 -1
- metadata +11 -10
data/config/locales/zh-TW.yml
CHANGED
@@ -332,8 +332,7 @@ zh-TW:
|
|
332
332
|
html_3:
|
333
333
|
name: 第三個 HTML 區塊
|
334
334
|
metadata:
|
335
|
-
|
336
|
-
name: Metadata
|
335
|
+
name: 元數據
|
337
336
|
participatory_scope: 決定了什麼
|
338
337
|
participatory_structure: 如何決定
|
339
338
|
target: 誰參加
|
@@ -401,13 +400,11 @@ zh-TW:
|
|
401
400
|
pages:
|
402
401
|
home:
|
403
402
|
highlighted_processes:
|
404
|
-
active_processes: 運行中的程序
|
405
403
|
active_step: 進行中的階段
|
406
404
|
more_information: 更多資訊
|
407
405
|
participate: 參與
|
408
406
|
participate_in: 參與程序 %{resource_name}
|
409
407
|
processes_button_title: 鏈接到顯示所有程序的程序頁面
|
410
|
-
see_all_processes: 檢視所有程序
|
411
408
|
participatory_process_steps:
|
412
409
|
index:
|
413
410
|
back_to_process: 返回程序頁
|
@@ -442,7 +439,6 @@ zh-TW:
|
|
442
439
|
dates: 日期
|
443
440
|
developer_group: 促銷團隊
|
444
441
|
end_date: 結束日期
|
445
|
-
local_area: 組織區域
|
446
442
|
participatory_scope: 決定了什麼
|
447
443
|
participatory_structure: 如何決定
|
448
444
|
private_space: 這是不公開程序。
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-participatory_processes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.26.
|
4
|
+
version: 0.26.8
|
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: 2023-
|
13
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-core
|
@@ -18,56 +18,56 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.26.
|
21
|
+
version: 0.26.8
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.26.
|
28
|
+
version: 0.26.8
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-admin
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.26.
|
35
|
+
version: 0.26.8
|
36
36
|
type: :development
|
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.26.
|
42
|
+
version: 0.26.8
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: decidim-dev
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - '='
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.26.
|
49
|
+
version: 0.26.8
|
50
50
|
type: :development
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - '='
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 0.26.
|
56
|
+
version: 0.26.8
|
57
57
|
- !ruby/object:Gem::Dependency
|
58
58
|
name: decidim-meetings
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
61
|
- - '='
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: 0.26.
|
63
|
+
version: 0.26.8
|
64
64
|
type: :development
|
65
65
|
prerelease: false
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - '='
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: 0.26.
|
70
|
+
version: 0.26.8
|
71
71
|
description: Participatory processes component for decidim.
|
72
72
|
email:
|
73
73
|
- josepjaume@gmail.com
|
@@ -280,6 +280,7 @@ files:
|
|
280
280
|
- app/views/layouts/decidim/admin/participatory_processes.html.erb
|
281
281
|
- app/views/layouts/decidim/participatory_process.html.erb
|
282
282
|
- config/assets.rb
|
283
|
+
- config/environment.rb
|
283
284
|
- config/locales/am-ET.yml
|
284
285
|
- config/locales/ar-SA.yml
|
285
286
|
- config/locales/ar.yml
|