decidim-blogs 0.23.0 → 0.23.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/decidim/blogs/posts/show.html.erb +7 -5
- data/config/locales/de.yml +3 -3
- data/config/locales/fi-plain.yml +2 -2
- data/config/locales/fi.yml +2 -2
- data/config/locales/gl.yml +16 -11
- data/config/locales/is-IS.yml +4 -0
- data/config/locales/nl.yml +2 -2
- data/config/locales/ru.yml +2 -2
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +5 -0
- data/config/locales/uk.yml +2 -2
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +21 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d1815152dacd659c6fba90b429192d9f0b635920fe880ef16e63b2144783f40
|
4
|
+
data.tar.gz: 65e5105db66b81998f3af944615663f8aed62f48e0b32467b21ae60c634400a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb396199bf22426e5af5fdbcc6e2852d621cd83c515ca8e01a2d5e2f01414afea41cad0b07cbe1752fa2546225486dc17fa732876c1e1b4713243bb8ca9f6d51
|
7
|
+
data.tar.gz: 84aada6ea397d5beb453c312829874e85cb6266dc2dd64e4afea6c4b6bdb3705eb45dfd4eaac09255a1b5efe26db431e70ef5c0ff14f795ae2d4121f7e286ddc
|
@@ -16,10 +16,12 @@
|
|
16
16
|
%>
|
17
17
|
|
18
18
|
<div class="row column view-header">
|
19
|
-
|
20
|
-
<%=
|
21
|
-
|
22
|
-
|
19
|
+
<div class="m-bottom">
|
20
|
+
<%= link_to :posts, class: "small hollow" do %>
|
21
|
+
<%= icon "chevron-left", class: "icon--small", role: "img", "aria-hidden": true %>
|
22
|
+
<%= t(".back") %>
|
23
|
+
<% end %>
|
24
|
+
</div>
|
23
25
|
<h2 class="heading2"><%= translated_attribute post.title %></h2>
|
24
26
|
<%= cell "decidim/author", present(post.author), from: post %>
|
25
27
|
</div>
|
@@ -46,7 +48,7 @@
|
|
46
48
|
</div>
|
47
49
|
</div>
|
48
50
|
<% end %>
|
49
|
-
<div class="columns mediumlarge-8 mediumlarge-pull-4">
|
51
|
+
<div class="columns mediumlarge-8 <%= "mediumlarge-pull-4" if show_endorsements_card? %>">
|
50
52
|
<div class="section">
|
51
53
|
<%= decidim_sanitize translated_attribute post.body %>
|
52
54
|
</div>
|
data/config/locales/de.yml
CHANGED
@@ -50,7 +50,7 @@ de:
|
|
50
50
|
show:
|
51
51
|
back: Zurück zur Liste
|
52
52
|
comments: Kommentare
|
53
|
-
view:
|
53
|
+
view: Anzeigen
|
54
54
|
sidebar_blog:
|
55
55
|
comments: Bemerkungen
|
56
56
|
most_commented_posts: Meist kommentierte Posts
|
@@ -72,9 +72,9 @@ de:
|
|
72
72
|
blogs:
|
73
73
|
post_created:
|
74
74
|
email_intro: Der Beitrag "%{resource_title}" wurde in "%{participatory_space_title}" veröffentlicht, dem Sie folgen.
|
75
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{participatory_space_title}" folgen. Sie
|
75
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{participatory_space_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
76
76
|
email_subject: Neuer Beitrag in %{participatory_space_title}
|
77
|
-
notification_title: Der Beitrag <a href="%{resource_path}">%{resource_title}</a> wurde in %{participatory_space_title}
|
77
|
+
notification_title: Der Beitrag <a href="%{resource_path}">%{resource_title}</a> wurde in %{participatory_space_title} veröffentlicht
|
78
78
|
pages:
|
79
79
|
home:
|
80
80
|
statistics:
|
data/config/locales/fi-plain.yml
CHANGED
data/config/locales/fi.yml
CHANGED
data/config/locales/gl.yml
CHANGED
@@ -5,12 +5,12 @@ gl:
|
|
5
5
|
activerecord:
|
6
6
|
models:
|
7
7
|
decidim/blogs/post:
|
8
|
-
one:
|
8
|
+
one: Publicación
|
9
9
|
other: Publicacións
|
10
10
|
decidim:
|
11
11
|
blogs:
|
12
12
|
actions:
|
13
|
-
confirm_destroy:
|
13
|
+
confirm_destroy: Tes a certeza de querer eliminar esta publicación?
|
14
14
|
destroy: Eliminar
|
15
15
|
edit: Editar
|
16
16
|
new: Nova publicación
|
@@ -20,15 +20,15 @@ gl:
|
|
20
20
|
components:
|
21
21
|
body: Corpo
|
22
22
|
post:
|
23
|
-
name:
|
23
|
+
name: Publicación
|
24
24
|
posts:
|
25
25
|
create:
|
26
26
|
invalid: Produciuse un problema ao crear esta publicación
|
27
|
-
success:
|
27
|
+
success: Publicación creada con éxito
|
28
28
|
destroy:
|
29
|
-
success:
|
29
|
+
success: Publicación eliminada con éxito
|
30
30
|
edit:
|
31
|
-
save:
|
31
|
+
save: Actualizar
|
32
32
|
index:
|
33
33
|
title: Publicacións
|
34
34
|
new:
|
@@ -36,7 +36,7 @@ gl:
|
|
36
36
|
title: Crear unha publicación
|
37
37
|
update:
|
38
38
|
invalid: Produciuse un erro ao gardar a publicación.
|
39
|
-
success:
|
39
|
+
success: Publicación gardada con éxito
|
40
40
|
last_activity:
|
41
41
|
new_post_at_html: "<span>Nova publicación en %{link}</span>"
|
42
42
|
models:
|
@@ -44,15 +44,17 @@ gl:
|
|
44
44
|
fields:
|
45
45
|
author: Autor
|
46
46
|
body: Corpo
|
47
|
-
created_at: Creado
|
47
|
+
created_at: Creado o
|
48
48
|
title: título
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Volver á listaxe
|
52
|
+
comments: Comentarios
|
51
53
|
view: Ver
|
52
54
|
sidebar_blog:
|
53
55
|
comments: comentarios
|
54
|
-
most_commented_posts:
|
55
|
-
read_more:
|
56
|
+
most_commented_posts: As publicacións máis comentadas
|
57
|
+
read_more: Ler máis
|
56
58
|
components:
|
57
59
|
blogs:
|
58
60
|
name: Blog
|
@@ -60,14 +62,17 @@ gl:
|
|
60
62
|
global:
|
61
63
|
announcement: Anuncio
|
62
64
|
comments_enabled: Comentarios habilitados
|
65
|
+
comments_max_length: Lonxitude máxima dos comentarios (0 para valor predefinido)
|
63
66
|
step:
|
64
67
|
announcement: Anuncio
|
65
68
|
comments_blocked: Comentarios bloqueados
|
69
|
+
endorsements_blocked: Adhesións bloqueadas
|
70
|
+
endorsements_enabled: Adhesións habilitadas
|
66
71
|
events:
|
67
72
|
blogs:
|
68
73
|
post_created:
|
69
74
|
email_intro: A publicación "%{resource_title}" publicouse en "%{participatory_space_title}" que estás seguindo.
|
70
|
-
email_outro: Recibiches esta notificación porque estás seguindo "%{participatory_space_title}". Podes deixar de seguir
|
75
|
+
email_outro: Recibiches esta notificación porque estás seguindo "%{participatory_space_title}". Podes deixar de seguir dende a ligazón anterior.
|
71
76
|
email_subject: Nova publicación publicada en %{participatory_space_title}
|
72
77
|
notification_title: A publicación <a href="%{resource_path}">%{resource_title}</a> publicouse en %{participatory_space_title}
|
73
78
|
pages:
|
data/config/locales/is-IS.yml
CHANGED
@@ -51,6 +51,10 @@ is-IS:
|
|
51
51
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með "%{participatory_space_title}". Þú getur sleppt því frá fyrri tengilinn.
|
52
52
|
email_subject: Ný staða birt í %{participatory_space_title}
|
53
53
|
notification_title: Staða <a href="%{resource_path}">%{resource_title}</a> hefur verið birt í %{participatory_space_title}
|
54
|
+
pages:
|
55
|
+
home:
|
56
|
+
statistics:
|
57
|
+
posts_count: Innlegg
|
54
58
|
participatory_processes:
|
55
59
|
statistics:
|
56
60
|
posts_count: Innlegg
|
data/config/locales/nl.yml
CHANGED
@@ -49,7 +49,7 @@ nl:
|
|
49
49
|
posts:
|
50
50
|
show:
|
51
51
|
back: Terug naar het overzicht
|
52
|
-
comments:
|
52
|
+
comments: Reacties
|
53
53
|
view: Bekijk
|
54
54
|
sidebar_blog:
|
55
55
|
comments: reacties
|
@@ -81,4 +81,4 @@ nl:
|
|
81
81
|
posts_count: berichten
|
82
82
|
participatory_processes:
|
83
83
|
statistics:
|
84
|
-
posts_count:
|
84
|
+
posts_count: berichten
|
data/config/locales/ru.yml
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
si:
|
@@ -0,0 +1 @@
|
|
1
|
+
sw:
|
data/config/locales/tr-TR.yml
CHANGED
@@ -48,6 +48,8 @@ tr:
|
|
48
48
|
title: Başlık
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Listeye geri dön
|
52
|
+
comments: Yorumlar
|
51
53
|
view: Görünüm
|
52
54
|
sidebar_blog:
|
53
55
|
comments: yorumlar
|
@@ -60,9 +62,12 @@ tr:
|
|
60
62
|
global:
|
61
63
|
announcement: duyuru
|
62
64
|
comments_enabled: Yorumlar etkin
|
65
|
+
comments_max_length: Maksimum yorum uzunluğu (Varsayılan değer için 0 bırakın)
|
63
66
|
step:
|
64
67
|
announcement: duyuru
|
65
68
|
comments_blocked: Yorumlar engellendi
|
69
|
+
endorsements_blocked: Yorumlar engellendi
|
70
|
+
endorsements_enabled: Yorumlar etkin
|
66
71
|
events:
|
67
72
|
blogs:
|
68
73
|
post_created:
|
data/config/locales/uk.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-blogs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.23.
|
4
|
+
version: 0.23.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Isaac Massot Gil
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|
@@ -16,42 +16,42 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.23.
|
19
|
+
version: 0.23.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.23.
|
26
|
+
version: 0.23.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-comments
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.23.
|
33
|
+
version: 0.23.4
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.23.
|
40
|
+
version: 0.23.4
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: decidim-core
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.23.
|
47
|
+
version: 0.23.4
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.23.
|
54
|
+
version: 0.23.4
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: httparty
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -106,56 +106,56 @@ dependencies:
|
|
106
106
|
requirements:
|
107
107
|
- - '='
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
version: 0.23.
|
109
|
+
version: 0.23.4
|
110
110
|
type: :development
|
111
111
|
prerelease: false
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
113
113
|
requirements:
|
114
114
|
- - '='
|
115
115
|
- !ruby/object:Gem::Version
|
116
|
-
version: 0.23.
|
116
|
+
version: 0.23.4
|
117
117
|
- !ruby/object:Gem::Dependency
|
118
118
|
name: decidim-assemblies
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
120
120
|
requirements:
|
121
121
|
- - '='
|
122
122
|
- !ruby/object:Gem::Version
|
123
|
-
version: 0.23.
|
123
|
+
version: 0.23.4
|
124
124
|
type: :development
|
125
125
|
prerelease: false
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
127
127
|
requirements:
|
128
128
|
- - '='
|
129
129
|
- !ruby/object:Gem::Version
|
130
|
-
version: 0.23.
|
130
|
+
version: 0.23.4
|
131
131
|
- !ruby/object:Gem::Dependency
|
132
132
|
name: decidim-dev
|
133
133
|
requirement: !ruby/object:Gem::Requirement
|
134
134
|
requirements:
|
135
135
|
- - '='
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version: 0.23.
|
137
|
+
version: 0.23.4
|
138
138
|
type: :development
|
139
139
|
prerelease: false
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
141
141
|
requirements:
|
142
142
|
- - '='
|
143
143
|
- !ruby/object:Gem::Version
|
144
|
-
version: 0.23.
|
144
|
+
version: 0.23.4
|
145
145
|
- !ruby/object:Gem::Dependency
|
146
146
|
name: decidim-participatory_processes
|
147
147
|
requirement: !ruby/object:Gem::Requirement
|
148
148
|
requirements:
|
149
149
|
- - '='
|
150
150
|
- !ruby/object:Gem::Version
|
151
|
-
version: 0.23.
|
151
|
+
version: 0.23.4
|
152
152
|
type: :development
|
153
153
|
prerelease: false
|
154
154
|
version_requirements: !ruby/object:Gem::Requirement
|
155
155
|
requirements:
|
156
156
|
- - '='
|
157
157
|
- !ruby/object:Gem::Version
|
158
|
-
version: 0.23.
|
158
|
+
version: 0.23.4
|
159
159
|
description: A Blog component for decidim's participatory spaces.
|
160
160
|
email:
|
161
161
|
- isaac.mg@coditramuntana.com
|
@@ -253,12 +253,14 @@ files:
|
|
253
253
|
- config/locales/pt.yml
|
254
254
|
- config/locales/ro-RO.yml
|
255
255
|
- config/locales/ru.yml
|
256
|
+
- config/locales/si-LK.yml
|
256
257
|
- config/locales/sk-SK.yml
|
257
258
|
- config/locales/sk.yml
|
258
259
|
- config/locales/sl.yml
|
259
260
|
- config/locales/so-SO.yml
|
260
261
|
- config/locales/sr-CS.yml
|
261
262
|
- config/locales/sv.yml
|
263
|
+
- config/locales/sw-KE.yml
|
262
264
|
- config/locales/ti-ER.yml
|
263
265
|
- config/locales/tr-TR.yml
|
264
266
|
- config/locales/uk.yml
|
@@ -284,7 +286,7 @@ homepage: https://github.com/decidim/decidim
|
|
284
286
|
licenses:
|
285
287
|
- AGPL-3.0
|
286
288
|
metadata: {}
|
287
|
-
post_install_message:
|
289
|
+
post_install_message:
|
288
290
|
rdoc_options: []
|
289
291
|
require_paths:
|
290
292
|
- lib
|
@@ -300,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
300
302
|
version: '0'
|
301
303
|
requirements: []
|
302
304
|
rubygems_version: 3.0.3
|
303
|
-
signing_key:
|
305
|
+
signing_key:
|
304
306
|
specification_version: 4
|
305
307
|
summary: Decidim blogs module
|
306
308
|
test_files: []
|