decidim-blogs 0.28.6 → 0.29.0.rc1
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/cells/decidim/blogs/post_g_cell.rb +5 -1
- data/app/cells/decidim/blogs/post_l_cell.rb +5 -1
- data/app/commands/decidim/blogs/admin/create_post.rb +7 -37
- data/app/commands/decidim/blogs/admin/update_post.rb +4 -40
- data/app/controllers/decidim/blogs/admin/posts_controller.rb +7 -8
- data/app/forms/decidim/blogs/admin/post_form.rb +1 -1
- data/app/helpers/decidim/blogs/admin/posts_helper.rb +1 -1
- data/app/models/decidim/blogs/post.rb +5 -0
- data/app/views/decidim/blogs/admin/posts/_form.html.erb +0 -2
- data/app/views/decidim/blogs/admin/posts/index.html.erb +2 -2
- data/app/views/decidim/blogs/posts/index.html.erb +1 -9
- data/config/locales/ar.yml +1 -3
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +1 -1
- data/config/locales/cs.yml +1 -1
- data/config/locales/el.yml +1 -0
- data/config/locales/es-MX.yml +1 -1
- data/config/locales/es-PY.yml +1 -1
- data/config/locales/es.yml +1 -1
- data/config/locales/eu.yml +7 -7
- data/config/locales/fr-CA.yml +1 -1
- data/config/locales/fr.yml +1 -1
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +1 -0
- data/config/locales/hu.yml +1 -0
- data/config/locales/id-ID.yml +2 -0
- data/config/locales/is-IS.yml +2 -0
- data/config/locales/it.yml +2 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +2 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +2 -0
- data/config/locales/nl.yml +2 -1
- data/config/locales/no.yml +1 -0
- data/config/locales/pl.yml +1 -0
- data/config/locales/pt-BR.yml +1 -0
- data/config/locales/pt.yml +1 -36
- data/config/locales/ro-RO.yml +25 -37
- data/config/locales/ru.yml +1 -0
- data/config/locales/sk.yml +2 -0
- data/config/locales/sl.yml +5 -0
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +7 -28
- data/config/locales/tr-TR.yml +2 -0
- data/config/locales/uk.yml +2 -0
- data/config/locales/zh-CN.yml +2 -0
- data/config/locales/zh-TW.yml +1 -0
- data/decidim-blogs.gemspec +2 -2
- data/lib/decidim/api/blogs_type.rb +3 -1
- data/lib/decidim/api/post_type.rb +0 -13
- data/lib/decidim/blogs/test/factories.rb +1 -23
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +21 -24
- data/config/locales/bn-BD.yml +0 -1
- data/config/locales/bs-BA.yml +0 -9
- data/config/locales/ca-IT.yml +0 -98
data/config/locales/ro-RO.yml
CHANGED
@@ -5,7 +5,7 @@ ro:
|
|
5
5
|
post:
|
6
6
|
body: Conținut
|
7
7
|
decidim_author_id: Autor
|
8
|
-
published_at:
|
8
|
+
published_at: Publicat la
|
9
9
|
title: Titlu
|
10
10
|
models:
|
11
11
|
decidim/blogs/create_post_event: Postare nouă pe blog
|
@@ -18,10 +18,10 @@ ro:
|
|
18
18
|
decidim:
|
19
19
|
blogs:
|
20
20
|
actions:
|
21
|
-
author_id:
|
22
|
-
confirm_destroy:
|
23
|
-
destroy:
|
24
|
-
edit:
|
21
|
+
author_id: Creează postare ca
|
22
|
+
confirm_destroy: Sigur dorești să ştergi această postare?
|
23
|
+
destroy: Șterge
|
24
|
+
edit: Editează
|
25
25
|
new: Postare nouă
|
26
26
|
title: Acțiuni
|
27
27
|
admin:
|
@@ -32,27 +32,22 @@ ro:
|
|
32
32
|
destroy:
|
33
33
|
success: Postarea a fost ștearsă cu succes.
|
34
34
|
edit:
|
35
|
-
save:
|
36
|
-
title:
|
35
|
+
save: Actualizează
|
36
|
+
title: Editează postarea
|
37
37
|
index:
|
38
38
|
not_published_yet: Nu a fost publicat încă.
|
39
39
|
title: Postări
|
40
40
|
new:
|
41
|
-
create:
|
42
|
-
title:
|
41
|
+
create: Creează
|
42
|
+
title: Creează postare
|
43
43
|
update:
|
44
|
-
invalid: A apărut o eroare la
|
45
|
-
success: Postarea a fost
|
44
|
+
invalid: A apărut o eroare la salvarea postării.
|
45
|
+
success: Postarea a fost salvată cu succes.
|
46
46
|
admin_log:
|
47
47
|
post:
|
48
|
-
create: "%{user_name} a creat postarea %{resource_name} în %{space_name}"
|
49
|
-
delete: "%{user_name} a șters postarea %{resource_name} din %{space_name}"
|
50
|
-
update: "%{user_name} a actualizat postarea %{resource_name} în %{space_name}"
|
51
|
-
content_blocks:
|
52
|
-
highlighted_posts:
|
53
|
-
last_published: Publicate recent
|
54
|
-
name: Postări
|
55
|
-
see_all: Vedeți toate postările
|
48
|
+
create: "%{user_name} a creat postarea de blog %{resource_name} în %{space_name}"
|
49
|
+
delete: "%{user_name} a șters postarea de blog %{resource_name} din %{space_name}"
|
50
|
+
update: "%{user_name} a actualizat postarea de blog %{resource_name} în %{space_name}"
|
56
51
|
last_activity:
|
57
52
|
new_post: 'Postare nouă:'
|
58
53
|
models:
|
@@ -61,39 +56,32 @@ ro:
|
|
61
56
|
author: Autor
|
62
57
|
body: Conținut
|
63
58
|
official_blog_post: Postare oficială
|
64
|
-
published_at:
|
59
|
+
published_at: Publicat la
|
65
60
|
title: Titlu
|
66
|
-
posts:
|
67
|
-
index:
|
68
|
-
count:
|
69
|
-
one: "%{count} postare"
|
70
|
-
few: "%{count} postări"
|
71
|
-
other: "%{count} postări"
|
72
|
-
empty: Nu există postări încă.
|
73
61
|
components:
|
74
62
|
blogs:
|
75
63
|
actions:
|
76
|
-
comment:
|
77
|
-
create:
|
78
|
-
destroy:
|
79
|
-
endorse:
|
80
|
-
update:
|
64
|
+
comment: Comentariu
|
65
|
+
create: Creează
|
66
|
+
destroy: Șterge
|
67
|
+
endorse: Susține
|
68
|
+
update: Actualizează
|
81
69
|
name: Blog
|
82
70
|
settings:
|
83
71
|
global:
|
84
|
-
announcement:
|
72
|
+
announcement: Anunţ
|
85
73
|
comments_enabled: Comentarii activate
|
86
74
|
comments_max_length: Lungimea maximă a comentariilor (lăsați 0 pentru valoarea implicită)
|
87
75
|
step:
|
88
|
-
announcement:
|
76
|
+
announcement: Anunţ
|
89
77
|
comments_blocked: Comentarii blocate
|
90
|
-
endorsements_blocked: Susțineri
|
78
|
+
endorsements_blocked: Susțineri blocate
|
91
79
|
endorsements_enabled: Susțineri activate
|
92
80
|
events:
|
93
81
|
blogs:
|
94
82
|
post_created:
|
95
|
-
email_intro: Postarea "%{resource_title}" a fost publicată în "%{participatory_space_title}" pe care o
|
96
|
-
email_outro:
|
83
|
+
email_intro: Postarea "%{resource_title}" a fost publicată în "%{participatory_space_title}" pe care o urmărești.
|
84
|
+
email_outro: Ai primit această notificare deoarece urmărești „%{participatory_space_title}”. Poți anula abonarea de la link-ul anterior.
|
97
85
|
email_subject: Postare nouă publicată în %{participatory_space_title}
|
98
86
|
notification_title: Postarea <a href="%{resource_path}">%{resource_title}</a> a fost publicată în %{participatory_space_title}
|
99
87
|
statistics:
|
data/config/locales/ru.yml
CHANGED
data/config/locales/sk.yml
CHANGED
data/config/locales/sl.yml
CHANGED
data/config/locales/sq-AL.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -5,7 +5,6 @@ sv:
|
|
5
5
|
post:
|
6
6
|
body: Innehåll
|
7
7
|
decidim_author_id: Författare
|
8
|
-
published_at: Publicerad
|
9
8
|
title: Titel
|
10
9
|
models:
|
11
10
|
decidim/blogs/create_post_event: Nytt blogginlägg
|
@@ -18,38 +17,25 @@ sv:
|
|
18
17
|
blogs:
|
19
18
|
actions:
|
20
19
|
author_id: Skapa inlägg som
|
21
|
-
confirm_destroy:
|
20
|
+
confirm_destroy: Vill du radera inlägget?
|
22
21
|
destroy: Radera
|
23
22
|
edit: Redigera
|
24
23
|
new: Nytt inlägg
|
25
24
|
title: Åtgärder
|
26
25
|
admin:
|
27
26
|
posts:
|
28
|
-
create:
|
29
|
-
invalid: Det gick inte att skapa inlägget.
|
30
|
-
success: Inlägget har skapats.
|
31
|
-
destroy:
|
32
|
-
success: Inlägget har raderats.
|
33
27
|
edit:
|
34
28
|
save: Uppdatera
|
35
29
|
title: Redigera inlägg
|
36
30
|
index:
|
37
|
-
not_published_yet: Ej publicerat.
|
38
31
|
title: Inlägg
|
39
32
|
new:
|
40
33
|
create: Skapa
|
41
34
|
title: Skapa inlägg
|
42
35
|
update:
|
43
36
|
invalid: Det gick inte att spara inlägget.
|
44
|
-
success: Inlägget har sparats.
|
45
|
-
admin_log:
|
46
|
-
post:
|
47
|
-
create: "%{user_name} skapade blogginlägget %{resource_name} i %{space_name}"
|
48
|
-
delete: "%{user_name} raderade blogginlägget %{resource_name} från %{space_name}"
|
49
|
-
update: "%{user_name} uppdaterade blogginlägget %{resource_name} i %{space_name}"
|
50
37
|
content_blocks:
|
51
38
|
highlighted_posts:
|
52
|
-
last_published: Senast publicerade
|
53
39
|
name: Inlägg
|
54
40
|
see_all: Se alla inlägg
|
55
41
|
last_activity:
|
@@ -60,33 +46,26 @@ sv:
|
|
60
46
|
author: Författare
|
61
47
|
body: Innehåll
|
62
48
|
official_blog_post: Officiellt inlägg
|
63
|
-
published_at: Publicerad
|
64
49
|
title: Titel
|
65
|
-
posts:
|
66
|
-
index:
|
67
|
-
count:
|
68
|
-
one: "%{count} inlägg"
|
69
|
-
other: "%{count} inlägg"
|
70
|
-
empty: Det finns inga inlägg ännu.
|
71
50
|
components:
|
72
51
|
blogs:
|
73
52
|
actions:
|
74
53
|
comment: Kommentera
|
75
54
|
create: Skapa
|
76
55
|
destroy: Radera
|
77
|
-
endorse:
|
56
|
+
endorse: Instäm
|
78
57
|
update: Uppdatera
|
79
58
|
name: Blogg
|
80
59
|
settings:
|
81
60
|
global:
|
82
61
|
announcement: Meddelande
|
83
|
-
comments_enabled:
|
84
|
-
comments_max_length: Maximal
|
62
|
+
comments_enabled: Kommentarer aktiverade
|
63
|
+
comments_max_length: Maximal längd för kommentarer (Lämna 0 för standardvärde)
|
85
64
|
step:
|
86
65
|
announcement: Meddelande
|
87
|
-
comments_blocked:
|
88
|
-
endorsements_blocked:
|
89
|
-
endorsements_enabled:
|
66
|
+
comments_blocked: Kommentarer blockerade
|
67
|
+
endorsements_blocked: Instämmanden är blockerade
|
68
|
+
endorsements_enabled: Instämmanden tillåtna
|
90
69
|
events:
|
91
70
|
blogs:
|
92
71
|
post_created:
|
data/config/locales/tr-TR.yml
CHANGED
data/config/locales/uk.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
data/config/locales/zh-TW.yml
CHANGED
data/decidim-blogs.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.version = Decidim::Blogs.version
|
11
11
|
s.authors = ["Isaac Massot Gil"]
|
12
12
|
s.email = ["isaac.mg@coditramuntana.com"]
|
13
|
-
s.license = "AGPL-3.0
|
13
|
+
s.license = "AGPL-3.0"
|
14
14
|
s.homepage = "https://decidim.org"
|
15
15
|
s.metadata = {
|
16
16
|
"bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
19
19
|
"homepage_uri" => "https://decidim.org",
|
20
20
|
"source_code_uri" => "https://github.com/decidim/decidim"
|
21
21
|
}
|
22
|
-
s.required_ruby_version = "~> 3.
|
22
|
+
s.required_ruby_version = "~> 3.2.0"
|
23
23
|
|
24
24
|
s.name = "decidim-blogs"
|
25
25
|
s.summary = "Decidim blogs module"
|
@@ -2,7 +2,9 @@
|
|
2
2
|
|
3
3
|
module Decidim
|
4
4
|
module Blogs
|
5
|
-
class BlogsType < Decidim::
|
5
|
+
class BlogsType < Decidim::Api::Types::BaseObject
|
6
|
+
implements Decidim::Core::ComponentInterface
|
7
|
+
|
6
8
|
graphql_name "Blogs"
|
7
9
|
description "A blogs component of a participatory space."
|
8
10
|
|
@@ -17,19 +17,6 @@ module Decidim
|
|
17
17
|
field :title, Decidim::Core::TranslatedFieldType, "The title for this post", null: true
|
18
18
|
field :body, Decidim::Core::TranslatedFieldType, "The body of this post", null: true
|
19
19
|
field :published_at, Decidim::Core::DateTimeType, "The time this page was published", null: false
|
20
|
-
|
21
|
-
def self.authorized?(object, context)
|
22
|
-
context[:post] = object
|
23
|
-
|
24
|
-
chain = [
|
25
|
-
allowed_to?(:read, :blogpost, object, context),
|
26
|
-
!object.hidden?
|
27
|
-
].all?
|
28
|
-
|
29
|
-
super && chain
|
30
|
-
rescue Decidim::PermissionAction::PermissionNotSetError
|
31
|
-
false
|
32
|
-
end
|
33
20
|
end
|
34
21
|
end
|
35
22
|
end
|
@@ -14,22 +14,6 @@ FactoryBot.define do
|
|
14
14
|
name { generate_component_name(participatory_space.organization.available_locales, :blogs, skip_injection:) }
|
15
15
|
manifest_name { :blogs }
|
16
16
|
participatory_space { create(:participatory_process, :with_steps, skip_injection:, organization:) }
|
17
|
-
|
18
|
-
trait :with_endorsements_enabled do
|
19
|
-
step_settings do
|
20
|
-
{
|
21
|
-
participatory_space.active_step.id => { endorsements_enabled: true }
|
22
|
-
}
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
trait :with_endorsements_disabled do
|
27
|
-
step_settings do
|
28
|
-
{
|
29
|
-
participatory_space.active_step.id => { endorsements_enabled: false }
|
30
|
-
}
|
31
|
-
end
|
32
|
-
end
|
33
17
|
end
|
34
18
|
|
35
19
|
factory :post, class: "Decidim::Blogs::Post" do
|
@@ -48,15 +32,9 @@ FactoryBot.define do
|
|
48
32
|
create(:endorsement,
|
49
33
|
resource: post,
|
50
34
|
skip_injection: evaluator.skip_injection,
|
51
|
-
author: build(:user,
|
35
|
+
author: build(:user, skip_injection: evaluator.skip_injection, organization: post.participatory_space.organization))
|
52
36
|
end
|
53
37
|
end
|
54
38
|
end
|
55
|
-
|
56
|
-
trait :hidden do
|
57
|
-
after :create do |post, evaluator|
|
58
|
-
create(:moderation, hidden_at: Time.current, reportable: post, skip_injection: evaluator.skip_injection)
|
59
|
-
end
|
60
|
-
end
|
61
39
|
end
|
62
40
|
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.
|
4
|
+
version: 0.29.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Isaac Massot Gil
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|
@@ -16,98 +16,98 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.29.0.rc1
|
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.
|
26
|
+
version: 0.29.0.rc1
|
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.
|
33
|
+
version: 0.29.0.rc1
|
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.
|
40
|
+
version: 0.29.0.rc1
|
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.
|
47
|
+
version: 0.29.0.rc1
|
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.
|
54
|
+
version: 0.29.0.rc1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: decidim-admin
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
61
|
+
version: 0.29.0.rc1
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
68
|
+
version: 0.29.0.rc1
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: decidim-assemblies
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.29.0.rc1
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.29.0.rc1
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: decidim-dev
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
89
|
+
version: 0.29.0.rc1
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
96
|
+
version: 0.29.0.rc1
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: decidim-participatory_processes
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 0.
|
103
|
+
version: 0.29.0.rc1
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 0.
|
110
|
+
version: 0.29.0.rc1
|
111
111
|
description: A Blog component for decidim's participatory spaces.
|
112
112
|
email:
|
113
113
|
- isaac.mg@coditramuntana.com
|
@@ -161,9 +161,6 @@ files:
|
|
161
161
|
- config/locales/ar.yml
|
162
162
|
- config/locales/bg-BG.yml
|
163
163
|
- config/locales/bg.yml
|
164
|
-
- config/locales/bn-BD.yml
|
165
|
-
- config/locales/bs-BA.yml
|
166
|
-
- config/locales/ca-IT.yml
|
167
164
|
- config/locales/ca.yml
|
168
165
|
- config/locales/cs-CZ.yml
|
169
166
|
- config/locales/cs.yml
|
@@ -264,7 +261,7 @@ files:
|
|
264
261
|
- lib/decidim/blogs/version.rb
|
265
262
|
homepage: https://decidim.org
|
266
263
|
licenses:
|
267
|
-
- AGPL-3.0
|
264
|
+
- AGPL-3.0
|
268
265
|
metadata:
|
269
266
|
bug_tracker_uri: https://github.com/decidim/decidim/issues
|
270
267
|
documentation_uri: https://docs.decidim.org/
|
@@ -279,14 +276,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
279
276
|
requirements:
|
280
277
|
- - "~>"
|
281
278
|
- !ruby/object:Gem::Version
|
282
|
-
version: 3.
|
279
|
+
version: 3.2.0
|
283
280
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
284
281
|
requirements:
|
285
|
-
- - "
|
282
|
+
- - ">"
|
286
283
|
- !ruby/object:Gem::Version
|
287
|
-
version:
|
284
|
+
version: 1.3.1
|
288
285
|
requirements: []
|
289
|
-
rubygems_version: 3.
|
286
|
+
rubygems_version: 3.4.10
|
290
287
|
signing_key:
|
291
288
|
specification_version: 4
|
292
289
|
summary: Decidim blogs module
|
data/config/locales/bn-BD.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
bn:
|
data/config/locales/bs-BA.yml
DELETED
data/config/locales/ca-IT.yml
DELETED
@@ -1,98 +0,0 @@
|
|
1
|
-
---
|
2
|
-
ca-IT:
|
3
|
-
activemodel:
|
4
|
-
attributes:
|
5
|
-
post:
|
6
|
-
body: Cos del text
|
7
|
-
decidim_author_id: Autoria
|
8
|
-
published_at: Hora de publicació
|
9
|
-
title: Títol
|
10
|
-
models:
|
11
|
-
decidim/blogs/create_post_event: Nova publicació al blog
|
12
|
-
activerecord:
|
13
|
-
models:
|
14
|
-
decidim/blogs/post:
|
15
|
-
one: Publicació
|
16
|
-
other: Publicacions
|
17
|
-
decidim:
|
18
|
-
blogs:
|
19
|
-
actions:
|
20
|
-
author_id: Crear publicació com
|
21
|
-
confirm_destroy: Segur que vols eliminar aquesta publicació?
|
22
|
-
destroy: Esborrar
|
23
|
-
edit: Edita
|
24
|
-
new: Nova publicació
|
25
|
-
title: Accions
|
26
|
-
admin:
|
27
|
-
posts:
|
28
|
-
create:
|
29
|
-
invalid: S'ha produït un error en crear aquesta publicació.
|
30
|
-
success: Publicació creada correctament.
|
31
|
-
destroy:
|
32
|
-
success: La publicació s'ha eliminat correctament.
|
33
|
-
edit:
|
34
|
-
save: Actualitza
|
35
|
-
title: Editar publicació
|
36
|
-
index:
|
37
|
-
not_published_yet: No publicada encara.
|
38
|
-
title: Publicacions
|
39
|
-
new:
|
40
|
-
create: Crear
|
41
|
-
title: Crea una publicació
|
42
|
-
update:
|
43
|
-
invalid: S'ha produït un error en guardar la publicació.
|
44
|
-
success: S'ha desat la publicació correctament.
|
45
|
-
admin_log:
|
46
|
-
post:
|
47
|
-
create: "%{user_name} ha creat el post %{resource_name} al blog de %{space_name}"
|
48
|
-
delete: "%{user_name} ha eliminat el post %{resource_name} del blog de %{space_name}"
|
49
|
-
update: "%{user_name} ha actualitzat el post %{resource_name} en el blog de %{space_name}"
|
50
|
-
content_blocks:
|
51
|
-
highlighted_posts:
|
52
|
-
last_published: Darrera publicació
|
53
|
-
name: Publicacions
|
54
|
-
see_all: Veure totes les publicacions
|
55
|
-
last_activity:
|
56
|
-
new_post: 'Nova publicació:'
|
57
|
-
models:
|
58
|
-
post:
|
59
|
-
fields:
|
60
|
-
author: Autora
|
61
|
-
body: Cos
|
62
|
-
official_blog_post: Post oficial
|
63
|
-
published_at: Hora de publicació
|
64
|
-
title: Títol
|
65
|
-
posts:
|
66
|
-
index:
|
67
|
-
count:
|
68
|
-
one: "%{count} publicació"
|
69
|
-
other: "%{count} publicacions"
|
70
|
-
empty: Encara no hi ha cap publicació.
|
71
|
-
components:
|
72
|
-
blogs:
|
73
|
-
actions:
|
74
|
-
comment: Comentar
|
75
|
-
create: Crear
|
76
|
-
destroy: Esborrar
|
77
|
-
endorse: Adherir-se
|
78
|
-
update: Actualitzar
|
79
|
-
name: Blog
|
80
|
-
settings:
|
81
|
-
global:
|
82
|
-
announcement: Avís
|
83
|
-
comments_enabled: Comentaris habilitats
|
84
|
-
comments_max_length: Longitud màxima dels comentaris (deixa 0 si vols mantenir la configuració per defecte)
|
85
|
-
step:
|
86
|
-
announcement: Avís
|
87
|
-
comments_blocked: Comentaris bloquejats
|
88
|
-
endorsements_blocked: Adhesions bloquejades
|
89
|
-
endorsements_enabled: Adhesions habilitades
|
90
|
-
events:
|
91
|
-
blogs:
|
92
|
-
post_created:
|
93
|
-
email_intro: La publicació "%{resource_title}" s'ha publicat al "%{participatory_space_title}", el qual segueixes.
|
94
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai "%{participatory_space_title}". Pots deixar de seguir-lo des de l'enllaç anterior.
|
95
|
-
email_subject: Nova publicació publicada a %{participatory_space_title}
|
96
|
-
notification_title: La publicació <a href="%{resource_path}">%{resource_title}</a> ha estat publicada a %{participatory_space_title}
|
97
|
-
statistics:
|
98
|
-
posts_count: Publicacions
|