decidim-pages 0.22.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e70a0ace8335c6c447929ff9a3320f61645a914c2c68ee04960647e19a91b74
4
- data.tar.gz: ce4c58723ea65adeaa89ae9b490ef27d3ccd69e161c166ba64548dec2b4cb49e
3
+ metadata.gz: 68697744bc62060e73f292915e4dcb91e925206401e323af207453baf4514043
4
+ data.tar.gz: 16ea5a00bbb8e0b438ba24b206178001c82d49e58c8c418c55af7868a2e2d6af
5
5
  SHA512:
6
- metadata.gz: 3db935fa387d4062e3c655407796f528e0c4afcd61299331bed7e50edb87d13150e6a541f84c8f9134db3cf727115e0b6c7f82d9cf514d11a30e5ffbe4cf9d45
7
- data.tar.gz: 99c4bef9a802d9b4cf592f294955d77f113bef33b9c8fef6654e089c65ce34133442e8bc70794af6fb80a981a6569b63e6e0ad90fdd24fc76335365bafaa4955
6
+ metadata.gz: d2c23dd2529439ec2fae82bfadb8ac2b551120b208e05778e71a0b9e48de8465e8ebc3e2a1897b965de7b18719bf526a995d3489fc1e74482c3385b8e2ab24bc
7
+ data.tar.gz: bdaac11318ebfe691fab6c84a15af24215a11968fae7de6221075e6ceb705cd863e72d92638a6deb6a3d46d7b2b6ee7d42abbcb57fd8c769b36c68806c46a4be
@@ -9,6 +9,9 @@ module Decidim
9
9
  include Decidim::HasComponent
10
10
  include Decidim::Traceable
11
11
  include Decidim::Loggable
12
+ include Decidim::TranslatableResource
13
+
14
+ translatable_fields :body
12
15
 
13
16
  component_manifest_name "pages"
14
17
 
@@ -0,0 +1 @@
1
+ am:
@@ -0,0 +1,30 @@
1
+ bg:
2
+ activerecord:
3
+ models:
4
+ decidim/pages/page:
5
+ one: Страница
6
+ other: Страници
7
+ decidim:
8
+ admin_log:
9
+ page:
10
+ update: "%{user_name} обнови страницата %{resource_name} в %{space_name}"
11
+ components:
12
+ pages:
13
+ name: Страница
14
+ settings:
15
+ global:
16
+ announcement: Обявяване
17
+ step:
18
+ announcement: Обявяване
19
+ pages:
20
+ admin:
21
+ models:
22
+ components:
23
+ body: Тяло
24
+ pages:
25
+ edit:
26
+ save: Обновяване
27
+ title: Редактиране на страница
28
+ update:
29
+ invalid: Възникна проблем при запазване на страницата.
30
+ success: Страницата е успешно съхранена.
@@ -0,0 +1 @@
1
+ da:
@@ -0,0 +1 @@
1
+ eo:
@@ -0,0 +1 @@
1
+ et:
@@ -0,0 +1 @@
1
+ hr:
@@ -0,0 +1,22 @@
1
+ is:
2
+ decidim:
3
+ admin_log:
4
+ page:
5
+ update: "%{user_name} uppfært %{resource_name} síðu í %{space_name}"
6
+ components:
7
+ pages:
8
+ name: Síða
9
+ settings:
10
+ global:
11
+ announcement: Tilkynning
12
+ step:
13
+ announcement: Tilkynning
14
+ pages:
15
+ admin:
16
+ models:
17
+ components:
18
+ body: Meginmál
19
+ pages:
20
+ edit:
21
+ save: Uppfæra
22
+ title: Breyta síðu
@@ -0,0 +1,29 @@
1
+ ja:
2
+ activerecord:
3
+ models:
4
+ decidim/pages/page:
5
+ other: ページ
6
+ decidim:
7
+ admin_log:
8
+ page:
9
+ update: "%{user_name} が %{resource_name} の %{space_name} ページを更新しました"
10
+ components:
11
+ pages:
12
+ name: ページ
13
+ settings:
14
+ global:
15
+ announcement: お知らせ
16
+ step:
17
+ announcement: お知らせ
18
+ pages:
19
+ admin:
20
+ models:
21
+ components:
22
+ body: 本文
23
+ pages:
24
+ edit:
25
+ save: 更新
26
+ title: ページを編集
27
+ update:
28
+ invalid: ページの保存中に問題が発生しました。
29
+ success: ページを保存しました。
@@ -0,0 +1 @@
1
+ ko:
@@ -0,0 +1 @@
1
+ ko:
@@ -0,0 +1 @@
1
+ lt:
File without changes
@@ -0,0 +1 @@
1
+ mt:
@@ -0,0 +1 @@
1
+ om:
@@ -4,12 +4,12 @@ pl:
4
4
  decidim/pages/page:
5
5
  one: Strona
6
6
  few: Strony
7
- many: Strony
8
- other: Strony
7
+ many: Stron
8
+ other: Stron
9
9
  decidim:
10
10
  admin_log:
11
11
  page:
12
- update: "%{user_name} zaktualizował stronę %{resource_name} w %{space_name}"
12
+ update: "%{user_name} zaktualizował(a) stronę %{resource_name} w %{space_name}"
13
13
  components:
14
14
  pages:
15
15
  name: Strona
@@ -28,5 +28,5 @@ pl:
28
28
  save: Aktualizuj
29
29
  title: Edytuj stronę
30
30
  update:
31
- invalid: Podczas zapisywania strony wystąpiły błędy.
32
- success: Strona została zapisana pomyślnie.
31
+ invalid: Podczas zapisywania strony wystąpił błąd.
32
+ success: Strona została zapisana.
@@ -0,0 +1 @@
1
+ so:
@@ -0,0 +1 @@
1
+ ti:
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1,29 @@
1
+ zh-CN:
2
+ activerecord:
3
+ models:
4
+ decidim/pages/page:
5
+ other: 页 次
6
+ decidim:
7
+ admin_log:
8
+ page:
9
+ update: "%{user_name} 在 %{resource_name} 页面更新了 %{space_name}"
10
+ components:
11
+ pages:
12
+ name: 页
13
+ settings:
14
+ global:
15
+ announcement: 通 知
16
+ step:
17
+ announcement: 通 知
18
+ pages:
19
+ admin:
20
+ models:
21
+ components:
22
+ body: 正文内容
23
+ pages:
24
+ edit:
25
+ save: 更新
26
+ title: 编辑页面
27
+ update:
28
+ invalid: 保存页面时出现问题。
29
+ success: 页面保存成功
@@ -0,0 +1 @@
1
+ zh-TW:
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-pages version.
5
5
  module Pages
6
6
  def self.version
7
- "0.22.0"
7
+ "0.23.0"
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-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
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: 2020-09-01 00:00:00.000000000 Z
13
+ date: 2020-11-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: decidim-core
@@ -18,42 +18,42 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.22.0
21
+ version: 0.23.0
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.22.0
28
+ version: 0.23.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: decidim-dev
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.22.0
35
+ version: 0.23.0
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.22.0
42
+ version: 0.23.0
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: decidim-participatory_processes
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.22.0
49
+ version: 0.23.0
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.22.0
56
+ version: 0.23.0
57
57
  description: A pages component for decidim's participatory processes.
58
58
  email:
59
59
  - josepjaume@gmail.com
@@ -84,22 +84,27 @@ files:
84
84
  - app/views/decidim/pages/admin/pages/_form.html.erb
85
85
  - app/views/decidim/pages/admin/pages/edit.html.erb
86
86
  - app/views/decidim/pages/application/show.html.erb
87
+ - config/locales/am-ET.yml
87
88
  - config/locales/ar-SA.yml
88
89
  - config/locales/ar.yml
89
90
  - config/locales/bg-BG.yml
91
+ - config/locales/bg.yml
90
92
  - config/locales/ca.yml
91
93
  - config/locales/cs-CZ.yml
92
94
  - config/locales/cs.yml
93
95
  - config/locales/da-DK.yml
96
+ - config/locales/da.yml
94
97
  - config/locales/de.yml
95
98
  - config/locales/el-GR.yml
96
99
  - config/locales/el.yml
97
100
  - config/locales/en.yml
98
101
  - config/locales/eo-UY.yml
102
+ - config/locales/eo.yml
99
103
  - config/locales/es-MX.yml
100
104
  - config/locales/es-PY.yml
101
105
  - config/locales/es.yml
102
106
  - config/locales/et-EE.yml
107
+ - config/locales/et.yml
103
108
  - config/locales/eu.yml
104
109
  - config/locales/fi-pl.yml
105
110
  - config/locales/fi-plain.yml
@@ -109,16 +114,24 @@ files:
109
114
  - config/locales/ga-IE.yml
110
115
  - config/locales/gl.yml
111
116
  - config/locales/hr-HR.yml
117
+ - config/locales/hr.yml
112
118
  - config/locales/hu.yml
113
119
  - config/locales/id-ID.yml
114
120
  - config/locales/is-IS.yml
121
+ - config/locales/is.yml
115
122
  - config/locales/it.yml
116
123
  - config/locales/ja-JP.yml
124
+ - config/locales/ja.yml
125
+ - config/locales/ko-KR.yml
126
+ - config/locales/ko.yml
117
127
  - config/locales/lt-LT.yml
118
- - config/locales/lv-LV.yml
128
+ - config/locales/lt.yml
129
+ - config/locales/lv.yml
119
130
  - config/locales/mt-MT.yml
131
+ - config/locales/mt.yml
120
132
  - config/locales/nl.yml
121
133
  - config/locales/no.yml
134
+ - config/locales/om-ET.yml
122
135
  - config/locales/pl.yml
123
136
  - config/locales/pt-BR.yml
124
137
  - config/locales/pt.yml
@@ -127,10 +140,16 @@ files:
127
140
  - config/locales/sk-SK.yml
128
141
  - config/locales/sk.yml
129
142
  - config/locales/sl.yml
143
+ - config/locales/so-SO.yml
130
144
  - config/locales/sr-CS.yml
131
145
  - config/locales/sv.yml
146
+ - config/locales/ti-ER.yml
132
147
  - config/locales/tr-TR.yml
133
148
  - config/locales/uk.yml
149
+ - config/locales/vi-VN.yml
150
+ - config/locales/vi.yml
151
+ - config/locales/zh-CN.yml
152
+ - config/locales/zh-TW.yml
134
153
  - db/migrate/20161116121353_create_decidim_pages.rb
135
154
  - db/migrate/20161214150429_add_commentable_to_pages.rb
136
155
  - db/migrate/20170110145040_remove_commentable_flag_from_pages.rb
@@ -154,14 +173,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
154
173
  requirements:
155
174
  - - ">="
156
175
  - !ruby/object:Gem::Version
157
- version: '2.5'
176
+ version: '2.6'
158
177
  required_rubygems_version: !ruby/object:Gem::Requirement
159
178
  requirements:
160
179
  - - ">="
161
180
  - !ruby/object:Gem::Version
162
181
  version: '0'
163
182
  requirements: []
164
- rubygems_version: 3.1.2
183
+ rubygems_version: 3.0.3
165
184
  signing_key:
166
185
  specification_version: 4
167
186
  summary: Decidim pages module