decidim-blogs 0.16.1 → 0.17.0
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/views/decidim/blogs/posts/_posts.html.erb +1 -1
- data/config/locales/ar-SA.yml +4 -0
- data/config/locales/ca.yml +1 -1
- data/config/locales/cs.yml +81 -0
- data/config/locales/en.yml +4 -3
- data/config/locales/es.yml +3 -3
- data/config/locales/fi-plain.yml +79 -0
- data/config/locales/fi.yml +3 -3
- data/config/locales/id-ID.yml +4 -0
- data/config/locales/tr-TR.yml +3 -3
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +18 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f368ae536aa30d76a269c142393945db121997c9b183b8e3f72fc9e0ab1d1660
|
|
4
|
+
data.tar.gz: 03e403717e69e7cb3c574f1a7eb3c5fd4e35bdb85e0d7d7d5e8d0c5461c204c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c11b42a662a87bbad956eb9d85bb94e465f2192ba0f9157cc14bbab576491173e42604c541505aa318f352910d93e8724f40aaa9415ac2b206b16226103dde5
|
|
7
|
+
data.tar.gz: e7a850f557550b3fc882bc9ea1a14cb3aca27c3ab215b15f34d9687ea67e4f7f18af7757bc972ca05ddd75cf96e655fbf6bace459fd66db500db59000f9463b7
|
data/config/locales/ar-SA.yml
CHANGED
|
@@ -27,6 +27,7 @@ ar:
|
|
|
27
27
|
name: بريد
|
|
28
28
|
posts:
|
|
29
29
|
create:
|
|
30
|
+
invalid: حدثت مشكلة أثناء إنشاء هذا المنشور
|
|
30
31
|
success: تم النشر بنجاح
|
|
31
32
|
destroy:
|
|
32
33
|
success: تم حذف المشاركة بنجاح
|
|
@@ -37,6 +38,9 @@ ar:
|
|
|
37
38
|
new:
|
|
38
39
|
create: خلق
|
|
39
40
|
title: إنشاء وظيفة
|
|
41
|
+
update:
|
|
42
|
+
invalid: حدثت مشكلة في حفظ المشاركة.
|
|
43
|
+
success: تم حفظ النشر بنجاح
|
|
40
44
|
last_activity:
|
|
41
45
|
new_post_at_html: "<span>وظيفة جديدة في %{link}</span>"
|
|
42
46
|
models:
|
data/config/locales/ca.yml
CHANGED
|
@@ -36,7 +36,7 @@ ca:
|
|
|
36
36
|
title: Crea una publicació
|
|
37
37
|
update:
|
|
38
38
|
invalid: Hi ha hagut errors en desar la publicació.
|
|
39
|
-
success:
|
|
39
|
+
success: S'ha desat correctament la publicació
|
|
40
40
|
last_activity:
|
|
41
41
|
new_post_at_html: "<span>Nova publicació a %{link}</span>"
|
|
42
42
|
models:
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
cs:
|
|
2
|
+
activemodel:
|
|
3
|
+
models:
|
|
4
|
+
decidim/blogs/create_post_event: Nový blogový příspěvek
|
|
5
|
+
activerecord:
|
|
6
|
+
models:
|
|
7
|
+
decidim/blogs/post:
|
|
8
|
+
one: Pošta
|
|
9
|
+
few: Příspěvky
|
|
10
|
+
many: Příspěvky
|
|
11
|
+
other: Příspěvky
|
|
12
|
+
decidim:
|
|
13
|
+
blogs:
|
|
14
|
+
actions:
|
|
15
|
+
confirm_destroy: Opravdu chcete tento příspěvek smazat?
|
|
16
|
+
destroy: Odstranit
|
|
17
|
+
edit: Upravit
|
|
18
|
+
new: Nový příspěvek
|
|
19
|
+
title: Akce
|
|
20
|
+
admin:
|
|
21
|
+
models:
|
|
22
|
+
components:
|
|
23
|
+
body: Tělo
|
|
24
|
+
post:
|
|
25
|
+
name: Pošta
|
|
26
|
+
posts:
|
|
27
|
+
create:
|
|
28
|
+
invalid: Při vytváření tohoto příspěvku došlo k potížím
|
|
29
|
+
success: Pošta byla úspěšně vytvořena
|
|
30
|
+
destroy:
|
|
31
|
+
success: Pošta byla úspěšně smazána
|
|
32
|
+
edit:
|
|
33
|
+
save: Aktualizace
|
|
34
|
+
index:
|
|
35
|
+
title: Příspěvky
|
|
36
|
+
new:
|
|
37
|
+
create: Vytvořit
|
|
38
|
+
title: Vytvořte příspěvek
|
|
39
|
+
update:
|
|
40
|
+
invalid: Při ukládání příspěvku došlo k chybám.
|
|
41
|
+
success: Úspěšně uložen příspěvek
|
|
42
|
+
last_activity:
|
|
43
|
+
new_post_at_html: "<span>Nový příspěvek v %{link}</span>"
|
|
44
|
+
models:
|
|
45
|
+
post:
|
|
46
|
+
fields:
|
|
47
|
+
author: Autor
|
|
48
|
+
body: Tělo
|
|
49
|
+
created_at: Vytvořeno u
|
|
50
|
+
title: titul
|
|
51
|
+
posts:
|
|
52
|
+
show:
|
|
53
|
+
view: Pohled
|
|
54
|
+
sidebar_blog:
|
|
55
|
+
comments: komentáře
|
|
56
|
+
most_commented_posts: Nejvíce komentované příspěvky
|
|
57
|
+
read_more: Přečtěte si více
|
|
58
|
+
components:
|
|
59
|
+
blogs:
|
|
60
|
+
name: Blog
|
|
61
|
+
settings:
|
|
62
|
+
global:
|
|
63
|
+
announcement: Oznámení
|
|
64
|
+
comments_enabled: Komentáře povoleny
|
|
65
|
+
step:
|
|
66
|
+
announcement: Oznámení
|
|
67
|
+
comments_blocked: Komentáře byly blokovány
|
|
68
|
+
events:
|
|
69
|
+
blogs:
|
|
70
|
+
post_created:
|
|
71
|
+
email_intro: Písmeno "%{resource_title}" bylo zveřejněno v "%{participatory_space_title}", které sledujete.
|
|
72
|
+
email_outro: Toto oznámení jste obdrželi, protože jste sledovali "%{participatory_space_title}". Můžete jej odhlásit od předchozího odkazu.
|
|
73
|
+
email_subject: Nový příspěvek publikován v %{participatory_space_title}
|
|
74
|
+
notification_title: Příspěvek <a href="%{resource_path}">%{resource_title}</a> byl zveřejněn ve %{participatory_space_title}
|
|
75
|
+
pages:
|
|
76
|
+
home:
|
|
77
|
+
statistics:
|
|
78
|
+
posts_count: Příspěvky
|
|
79
|
+
participatory_processes:
|
|
80
|
+
statistics:
|
|
81
|
+
posts_count: Příspěvky
|
data/config/locales/en.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
en:
|
|
2
3
|
activemodel:
|
|
3
4
|
models:
|
|
@@ -23,7 +24,7 @@ en:
|
|
|
23
24
|
name: Post
|
|
24
25
|
posts:
|
|
25
26
|
create:
|
|
26
|
-
invalid: There
|
|
27
|
+
invalid: There was a problem creating this post
|
|
27
28
|
success: Post successfully created
|
|
28
29
|
destroy:
|
|
29
30
|
success: Post successfully deleted
|
|
@@ -35,8 +36,8 @@ en:
|
|
|
35
36
|
create: Create
|
|
36
37
|
title: Create post
|
|
37
38
|
update:
|
|
38
|
-
invalid: There
|
|
39
|
-
success: Post saved
|
|
39
|
+
invalid: There was a problem saving the post.
|
|
40
|
+
success: Post successfully saved
|
|
40
41
|
last_activity:
|
|
41
42
|
new_post_at_html: "<span>New post at %{link}</span>"
|
|
42
43
|
models:
|
data/config/locales/es.yml
CHANGED
|
@@ -23,7 +23,7 @@ es:
|
|
|
23
23
|
name: Enviar
|
|
24
24
|
posts:
|
|
25
25
|
create:
|
|
26
|
-
invalid:
|
|
26
|
+
invalid: Se ha producido un error al crear esta publicación
|
|
27
27
|
success: Publicación creada con éxito
|
|
28
28
|
destroy:
|
|
29
29
|
success: Publicación eliminada con éxito
|
|
@@ -35,8 +35,8 @@ es:
|
|
|
35
35
|
create: Crear
|
|
36
36
|
title: Crear publicación
|
|
37
37
|
update:
|
|
38
|
-
invalid:
|
|
39
|
-
success: Publicación guardada
|
|
38
|
+
invalid: Se ha producido un error al guardar la publicación.
|
|
39
|
+
success: Publicación guardada correctamente
|
|
40
40
|
last_activity:
|
|
41
41
|
new_post_at_html: "<span>Nueva publicación en %{link}</span>"
|
|
42
42
|
models:
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
fi-pl:
|
|
2
|
+
activemodel:
|
|
3
|
+
models:
|
|
4
|
+
decidim/blogs/create_post_event: Uusi blogiartikkeli
|
|
5
|
+
activerecord:
|
|
6
|
+
models:
|
|
7
|
+
decidim/blogs/post:
|
|
8
|
+
one: Artikkeli
|
|
9
|
+
other: Artikkelia
|
|
10
|
+
decidim:
|
|
11
|
+
blogs:
|
|
12
|
+
actions:
|
|
13
|
+
confirm_destroy: Haluatko varmasti poistaa tämän artikkelin?
|
|
14
|
+
destroy: Poista
|
|
15
|
+
edit: Muokkaa
|
|
16
|
+
new: Uusi artikkeli
|
|
17
|
+
title: Toiminnot
|
|
18
|
+
admin:
|
|
19
|
+
models:
|
|
20
|
+
components:
|
|
21
|
+
body: Leipäteksti
|
|
22
|
+
post:
|
|
23
|
+
name: Artikkeli
|
|
24
|
+
posts:
|
|
25
|
+
create:
|
|
26
|
+
invalid: Tämän artikkelin luomisessa esiintyi ongelma
|
|
27
|
+
success: Artikkeli luotu onnistuneesti
|
|
28
|
+
destroy:
|
|
29
|
+
success: Artikkeli poistettu onnistuneesti
|
|
30
|
+
edit:
|
|
31
|
+
save: Päivitä
|
|
32
|
+
index:
|
|
33
|
+
title: Artikkelit
|
|
34
|
+
new:
|
|
35
|
+
create: Luo
|
|
36
|
+
title: Luo artikkeli
|
|
37
|
+
update:
|
|
38
|
+
invalid: Artikkelin tallennuksessa tapahtui virheitä.
|
|
39
|
+
success: Artikkeli tallennettu onnistuneesti
|
|
40
|
+
last_activity:
|
|
41
|
+
new_post_at_html: "<span>Uusi artikkeli osoitteessa %{link}</span>"
|
|
42
|
+
models:
|
|
43
|
+
post:
|
|
44
|
+
fields:
|
|
45
|
+
author: Kirjoittaja
|
|
46
|
+
body: Leipäteksti
|
|
47
|
+
created_at: Luotu
|
|
48
|
+
title: otsikko
|
|
49
|
+
posts:
|
|
50
|
+
show:
|
|
51
|
+
view: Näytä
|
|
52
|
+
sidebar_blog:
|
|
53
|
+
comments: kommentit
|
|
54
|
+
most_commented_posts: Eniten kommentoidut artikkelit
|
|
55
|
+
read_more: Lue lisää
|
|
56
|
+
components:
|
|
57
|
+
blogs:
|
|
58
|
+
name: Blogi
|
|
59
|
+
settings:
|
|
60
|
+
global:
|
|
61
|
+
announcement: Ilmoitus
|
|
62
|
+
comments_enabled: Kommentointi käytössä
|
|
63
|
+
step:
|
|
64
|
+
announcement: Ilmoitus
|
|
65
|
+
comments_blocked: Kommentointi estetty
|
|
66
|
+
events:
|
|
67
|
+
blogs:
|
|
68
|
+
post_created:
|
|
69
|
+
email_intro: Seuraamassasi kohteessa "%{participatory_space_title}" on julkaistu artikkeli "%{resource_title}".
|
|
70
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{participatory_space_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
|
71
|
+
email_subject: Uusi artikkeli julkaistiin tilassa %{participatory_space_title}
|
|
72
|
+
notification_title: Kohteessa %{participatory_space_title} on julkaistu artikkeli <a href="%{resource_path}">%{resource_title}</a>
|
|
73
|
+
pages:
|
|
74
|
+
home:
|
|
75
|
+
statistics:
|
|
76
|
+
posts_count: Artikkeleja
|
|
77
|
+
participatory_processes:
|
|
78
|
+
statistics:
|
|
79
|
+
posts_count: Artikkeleja
|
data/config/locales/fi.yml
CHANGED
|
@@ -23,7 +23,7 @@ fi:
|
|
|
23
23
|
name: Artikkeli
|
|
24
24
|
posts:
|
|
25
25
|
create:
|
|
26
|
-
invalid: Tämän artikkelin
|
|
26
|
+
invalid: Tämän artikkelin luonti epäonnistui
|
|
27
27
|
success: Artikkeli luotu onnistuneesti
|
|
28
28
|
destroy:
|
|
29
29
|
success: Artikkeli poistettu onnistuneesti
|
|
@@ -35,8 +35,8 @@ fi:
|
|
|
35
35
|
create: Luo
|
|
36
36
|
title: Luo artikkeli
|
|
37
37
|
update:
|
|
38
|
-
invalid: Artikkelin
|
|
39
|
-
success: Artikkeli
|
|
38
|
+
invalid: Artikkelin tallennus epäonnistui.
|
|
39
|
+
success: Artikkeli tallennus onnistui
|
|
40
40
|
last_activity:
|
|
41
41
|
new_post_at_html: "<span>Uusi artikkeli osoitteessa %{link}</span>"
|
|
42
42
|
models:
|
data/config/locales/id-ID.yml
CHANGED
|
@@ -22,6 +22,7 @@ id:
|
|
|
22
22
|
name: Pos
|
|
23
23
|
posts:
|
|
24
24
|
create:
|
|
25
|
+
invalid: Terjadi masalah saat membuat pos ini
|
|
25
26
|
success: Pos berhasil dibuat
|
|
26
27
|
destroy:
|
|
27
28
|
success: Posting berhasil dihapus
|
|
@@ -32,6 +33,9 @@ id:
|
|
|
32
33
|
new:
|
|
33
34
|
create: Membuat
|
|
34
35
|
title: Buat posting
|
|
36
|
+
update:
|
|
37
|
+
invalid: Terjadi masalah saat menyimpan pos.
|
|
38
|
+
success: Posting berhasil disimpan
|
|
35
39
|
last_activity:
|
|
36
40
|
new_post_at_html: "<span>Posting baru di %{link}</span>"
|
|
37
41
|
models:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -23,7 +23,7 @@ tr:
|
|
|
23
23
|
name: posta
|
|
24
24
|
posts:
|
|
25
25
|
create:
|
|
26
|
-
invalid:
|
|
26
|
+
invalid: Bu yayını oluştururken bir sorun oluştu
|
|
27
27
|
success: Yayın başarıyla oluşturuldu
|
|
28
28
|
destroy:
|
|
29
29
|
success: Yayın başarıyla silindi
|
|
@@ -35,8 +35,8 @@ tr:
|
|
|
35
35
|
create: yaratmak
|
|
36
36
|
title: Gönderi oluştur
|
|
37
37
|
update:
|
|
38
|
-
invalid:
|
|
39
|
-
success:
|
|
38
|
+
invalid: Gönderiyi kaydederken bir sorun oluştu.
|
|
39
|
+
success: Yayın başarıyla kaydedildi
|
|
40
40
|
last_activity:
|
|
41
41
|
new_post_at_html: "<span> %{link}</span>yeni gönderi"
|
|
42
42
|
models:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-blogs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Isaac Massot Gil
|
|
@@ -16,42 +16,42 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.17.0
|
|
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.17.0
|
|
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.17.0
|
|
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.17.0
|
|
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.17.0
|
|
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.17.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: httparty
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -100,56 +100,56 @@ dependencies:
|
|
|
100
100
|
requirements:
|
|
101
101
|
- - '='
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 0.
|
|
103
|
+
version: 0.17.0
|
|
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.17.0
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: decidim-assemblies
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
115
|
- - '='
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 0.
|
|
117
|
+
version: 0.17.0
|
|
118
118
|
type: :development
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - '='
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 0.
|
|
124
|
+
version: 0.17.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: decidim-dev
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
128
128
|
requirements:
|
|
129
129
|
- - '='
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.
|
|
131
|
+
version: 0.17.0
|
|
132
132
|
type: :development
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - '='
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.
|
|
138
|
+
version: 0.17.0
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: decidim-participatory_processes
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
142
142
|
requirements:
|
|
143
143
|
- - '='
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
version: 0.
|
|
145
|
+
version: 0.17.0
|
|
146
146
|
type: :development
|
|
147
147
|
prerelease: false
|
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
149
149
|
requirements:
|
|
150
150
|
- - '='
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 0.
|
|
152
|
+
version: 0.17.0
|
|
153
153
|
description: A Blog component for decidim's participatory spaces.
|
|
154
154
|
email:
|
|
155
155
|
- isaac.mg@coditramuntana.com
|
|
@@ -191,6 +191,7 @@ files:
|
|
|
191
191
|
- config/locales/ar-SA.yml
|
|
192
192
|
- config/locales/ca.yml
|
|
193
193
|
- config/locales/cs-CZ.yml
|
|
194
|
+
- config/locales/cs.yml
|
|
194
195
|
- config/locales/de.yml
|
|
195
196
|
- config/locales/en.yml
|
|
196
197
|
- config/locales/es-MX.yml
|
|
@@ -198,6 +199,7 @@ files:
|
|
|
198
199
|
- config/locales/es.yml
|
|
199
200
|
- config/locales/eu.yml
|
|
200
201
|
- config/locales/fi-pl.yml
|
|
202
|
+
- config/locales/fi-plain.yml
|
|
201
203
|
- config/locales/fi.yml
|
|
202
204
|
- config/locales/fr.yml
|
|
203
205
|
- config/locales/gl.yml
|
|
@@ -234,7 +236,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
234
236
|
requirements:
|
|
235
237
|
- - ">="
|
|
236
238
|
- !ruby/object:Gem::Version
|
|
237
|
-
version: 2.
|
|
239
|
+
version: '2.5'
|
|
238
240
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
239
241
|
requirements:
|
|
240
242
|
- - ">="
|