decidim-blogs 0.23.1.rc1 → 0.23.5

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: f33707aec62e2bfc5594c267cf05137403d15b420458ff513945f39334da9d15
4
- data.tar.gz: 9c465751b57fd23b22f5607f305dad1f1d53510c4f68b27658eabcac8bf7597d
3
+ metadata.gz: 6c7b36ad3694649d7454268b8498b13bec693ca07dbdee071d9f317cc1ace1c3
4
+ data.tar.gz: 45bf4b8da5f2796c101fb2a6bf863194e892c2e7c7a13ec1ce21683fff4a0b12
5
5
  SHA512:
6
- metadata.gz: a3bd384e798fda1c6958ce686c0ea1a0d9b4ae44ce7ec5b14091fabb3f441c5f42967421bba3e21965ef4d824bcb5af5522be34620e553bbac37a8289bdea7cb
7
- data.tar.gz: aaa253b8f325cf09163ea3e198bd50d91cf4de7c251e405ba19a7ca4f6ba08808ea9619f2bafd8557e84843f2006f64d2427416ae458895ecf3498b73a3ec29a
6
+ metadata.gz: 5e64b12d5c1cba0199c55ea54cb455cff4664dff788f0c90ac20a5361c0b42708cefa7c0f43a299e5307f7ee7c6e0c523ae045cab4c95687ba406a7a2270799d
7
+ data.tar.gz: 02c32f578c88808e8cd81fbca964b43a8668191d4188f4ace5106fd9e383dafd5ae15e6f85d370e134eadd6d26ccf3849fddb6ff339f227360459ef23804f239
@@ -16,10 +16,12 @@
16
16
  %>
17
17
 
18
18
  <div class="row column view-header">
19
- <%= link_to :posts, class: "small hollow" do %>
20
- <%= icon "chevron-left", class: "icon--small", role: "img", "aria-hidden": true %>
21
- <%= t(".back") %>
22
- <% end %>
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>
@@ -18,7 +18,7 @@ de:
18
18
  admin:
19
19
  models:
20
20
  components:
21
- body: Karosserie
21
+ body: Haupttext
22
22
  post:
23
23
  name: Post
24
24
  posts:
@@ -43,14 +43,14 @@ de:
43
43
  post:
44
44
  fields:
45
45
  author: Autor
46
- body: Karosserie
46
+ body: Haupttext
47
47
  created_at: Hergestellt in
48
48
  title: Titel
49
49
  posts:
50
50
  show:
51
51
  back: Zurück zur Liste
52
52
  comments: Kommentare
53
- view: Aussicht
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 können es aus dem vorherigen Link aufheben.
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:
@@ -78,7 +78,7 @@ fi-pl:
78
78
  pages:
79
79
  home:
80
80
  statistics:
81
- posts_count: Artikkeleja
81
+ posts_count: Artikkelit
82
82
  participatory_processes:
83
83
  statistics:
84
- posts_count: Artikkeleja
84
+ posts_count: Artikkelit
@@ -78,7 +78,7 @@ fi:
78
78
  pages:
79
79
  home:
80
80
  statistics:
81
- posts_count: Artikkeleja
81
+ posts_count: Artikkelit
82
82
  participatory_processes:
83
83
  statistics:
84
- posts_count: Artikkelia
84
+ posts_count: Artikkelit
@@ -5,12 +5,12 @@ gl:
5
5
  activerecord:
6
6
  models:
7
7
  decidim/blogs/post:
8
- one: Publicar
8
+ one: Publicación
9
9
  other: Publicacións
10
10
  decidim:
11
11
  blogs:
12
12
  actions:
13
- confirm_destroy: Estás seguro de que queres eliminar esta publicación?
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: Publicar
23
+ name: Publicación
24
24
  posts:
25
25
  create:
26
26
  invalid: Produciuse un problema ao crear esta publicación
27
- success: Publicouse a publicación correctamente
27
+ success: Publicación creada con éxito
28
28
  destroy:
29
- success: Publicouse correctamente a eliminación
29
+ success: Publicación eliminada con éxito
30
30
  edit:
31
- save: Actualización
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: Publicouse o envío con éxito
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 en
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: A maioría das publicacións comentadas
55
- read_more: Le máis
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 desde a ligazón anterior.
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:
@@ -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
@@ -49,7 +49,7 @@ nl:
49
49
  posts:
50
50
  show:
51
51
  back: Terug naar het overzicht
52
- comments: Opmerkingen
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: Berichten
84
+ posts_count: berichten
@@ -75,7 +75,7 @@ ru:
75
75
  pages:
76
76
  home:
77
77
  statistics:
78
- posts_count: Постов
78
+ posts_count: Посты
79
79
  participatory_processes:
80
80
  statistics:
81
- posts_count: Постов
81
+ posts_count: Посты
@@ -0,0 +1 @@
1
+ si:
@@ -0,0 +1 @@
1
+ sw:
@@ -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:
@@ -73,7 +73,7 @@ uk:
73
73
  pages:
74
74
  home:
75
75
  statistics:
76
- posts_count: Дописів
76
+ posts_count: Дописи
77
77
  participatory_processes:
78
78
  statistics:
79
- posts_count: Дописів
79
+ posts_count: Дописи
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-pages version.
5
5
  module Blogs
6
6
  def self.version
7
- "0.23.1.rc1"
7
+ "0.23.5"
8
8
  end
9
9
  end
10
10
  end
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.1.rc1
4
+ version: 0.23.5
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: 2020-11-06 00:00:00.000000000 Z
11
+ date: 2021-04-08 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.1.rc1
19
+ version: 0.23.5
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.1.rc1
26
+ version: 0.23.5
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.1.rc1
33
+ version: 0.23.5
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.1.rc1
40
+ version: 0.23.5
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.1.rc1
47
+ version: 0.23.5
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.1.rc1
54
+ version: 0.23.5
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.1.rc1
109
+ version: 0.23.5
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.1.rc1
116
+ version: 0.23.5
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.1.rc1
123
+ version: 0.23.5
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.1.rc1
130
+ version: 0.23.5
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.1.rc1
137
+ version: 0.23.5
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.1.rc1
144
+ version: 0.23.5
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.1.rc1
151
+ version: 0.23.5
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.1.rc1
158
+ version: 0.23.5
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
@@ -295,12 +297,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
295
297
  version: '2.6'
296
298
  required_rubygems_version: !ruby/object:Gem::Requirement
297
299
  requirements:
298
- - - ">"
300
+ - - ">="
299
301
  - !ruby/object:Gem::Version
300
- version: 1.3.1
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: []