decidim-blogs 0.26.4 → 0.26.5
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/admin/posts/_form.html.erb +1 -1
- data/config/locales/ar.yml +0 -3
- data/config/locales/ca.yml +10 -4
- data/config/locales/cs.yml +9 -3
- data/config/locales/de.yml +0 -3
- data/config/locales/el.yml +0 -3
- data/config/locales/en.yml +9 -3
- data/config/locales/es-MX.yml +9 -3
- data/config/locales/es-PY.yml +9 -3
- data/config/locales/es.yml +10 -4
- data/config/locales/eu.yml +31 -25
- data/config/locales/fi-plain.yml +9 -3
- data/config/locales/fi.yml +9 -3
- data/config/locales/fr-CA.yml +9 -3
- data/config/locales/fr.yml +9 -3
- data/config/locales/ga-IE.yml +0 -3
- data/config/locales/gl.yml +0 -3
- data/config/locales/hu.yml +0 -3
- data/config/locales/id-ID.yml +0 -3
- data/config/locales/is-IS.yml +0 -3
- data/config/locales/it.yml +0 -3
- data/config/locales/ja.yml +8 -2
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/lb.yml +0 -3
- data/config/locales/lt.yml +3 -3
- data/config/locales/lv.yml +0 -3
- data/config/locales/nl.yml +0 -3
- data/config/locales/no.yml +0 -3
- data/config/locales/pl.yml +0 -3
- data/config/locales/pt-BR.yml +0 -3
- data/config/locales/pt.yml +0 -3
- data/config/locales/ro-RO.yml +9 -3
- data/config/locales/ru.yml +0 -3
- data/config/locales/sk.yml +0 -3
- data/config/locales/sv.yml +5 -3
- data/config/locales/tr-TR.yml +0 -3
- data/config/locales/uk.yml +0 -3
- data/config/locales/zh-CN.yml +0 -3
- data/lib/decidim/blogs/component.rb +1 -1
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +17 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 703331af752ab70a59db72cf8b090764d32c4135bead4d1a10a2c36bb8422b54
|
|
4
|
+
data.tar.gz: e691766a485e9685cef91aaa420644398a92392e2cac9a5938fc996b3f3a828e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c19450b87c069e0be155853a9473c42510f7a724324926b1052568a764b364522ce92994fa1ba3e88df4c892b4ff5a7197c614db0541e0ffd183e44fcc6ccc81
|
|
7
|
+
data.tar.gz: bcab1fff06ef543fcdf68c91f5e449d16a9fe4834888fb20c1f7b63744da4d79ba30a01890c77acfe6c36020c4efc5707b1a48a37249f52a50946e44889b94b6
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<%= form.translated :text_field, :title, autofocus: true %>
|
|
13
13
|
</div>
|
|
14
14
|
<div class="row column">
|
|
15
|
-
<%= form.translated :editor, :body, toolbar: :full, lines: 30
|
|
15
|
+
<%= form.translated :editor, :body, toolbar: :full, lines: 30 %>
|
|
16
16
|
</div>
|
|
17
17
|
</div>
|
|
18
18
|
</div>
|
data/config/locales/ar.yml
CHANGED
|
@@ -22,8 +22,6 @@ ar:
|
|
|
22
22
|
user_group_id: إنشاء مشاركة كـ
|
|
23
23
|
admin:
|
|
24
24
|
models:
|
|
25
|
-
components:
|
|
26
|
-
body: الجسم
|
|
27
25
|
post:
|
|
28
26
|
name: بريد
|
|
29
27
|
posts:
|
|
@@ -51,7 +49,6 @@ ar:
|
|
|
51
49
|
author: مؤلف
|
|
52
50
|
body: الجسم
|
|
53
51
|
created_at: أنشئت في
|
|
54
|
-
title: عنوان
|
|
55
52
|
posts:
|
|
56
53
|
show:
|
|
57
54
|
back: العودة إلى القائمة
|
data/config/locales/ca.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
ca:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Cos del text
|
|
6
|
+
decidim_author_id: Autoria
|
|
7
|
+
published_at: Hora de publicació
|
|
8
|
+
title: Títol
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Nova publicació al blog
|
|
5
11
|
activerecord:
|
|
@@ -10,7 +16,7 @@ ca:
|
|
|
10
16
|
decidim:
|
|
11
17
|
blogs:
|
|
12
18
|
actions:
|
|
13
|
-
confirm_destroy:
|
|
19
|
+
confirm_destroy: Segur que vols eliminar aquesta publicació?
|
|
14
20
|
destroy: Suprimeix
|
|
15
21
|
edit: Edita
|
|
16
22
|
new: Nova publicació
|
|
@@ -18,8 +24,6 @@ ca:
|
|
|
18
24
|
user_group_id: Crear publicació com
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Cos
|
|
23
27
|
post:
|
|
24
28
|
name: Publicar
|
|
25
29
|
posts:
|
|
@@ -47,7 +51,7 @@ ca:
|
|
|
47
51
|
author: Autora
|
|
48
52
|
body: Cos
|
|
49
53
|
created_at: Creat el
|
|
50
|
-
title:
|
|
54
|
+
title: Títol
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Tornar al llistat
|
|
@@ -60,8 +64,10 @@ ca:
|
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Comentar
|
|
63
68
|
create: Crear
|
|
64
69
|
destroy: Esborrar
|
|
70
|
+
endorse: Adherir-se
|
|
65
71
|
update: Actualitzar
|
|
66
72
|
name: Blog
|
|
67
73
|
settings:
|
data/config/locales/cs.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
cs:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Tělo zprávy
|
|
6
|
+
decidim_author_id: Autor
|
|
7
|
+
published_at: Čas zveřejnění
|
|
8
|
+
title: Název
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Nový blogový příspěvek
|
|
5
11
|
activerecord:
|
|
@@ -20,8 +26,6 @@ cs:
|
|
|
20
26
|
user_group_id: Vytvořit příspěvek jako
|
|
21
27
|
admin:
|
|
22
28
|
models:
|
|
23
|
-
components:
|
|
24
|
-
body: Tělo
|
|
25
29
|
post:
|
|
26
30
|
name: Příspěvek
|
|
27
31
|
posts:
|
|
@@ -49,7 +53,7 @@ cs:
|
|
|
49
53
|
author: Autor
|
|
50
54
|
body: Tělo
|
|
51
55
|
created_at: Vytvořeno v
|
|
52
|
-
title:
|
|
56
|
+
title: Název
|
|
53
57
|
posts:
|
|
54
58
|
show:
|
|
55
59
|
back: Zpět na seznam
|
|
@@ -62,8 +66,10 @@ cs:
|
|
|
62
66
|
components:
|
|
63
67
|
blogs:
|
|
64
68
|
actions:
|
|
69
|
+
comment: Komentář
|
|
65
70
|
create: Vytvořit
|
|
66
71
|
destroy: Smazat
|
|
72
|
+
endorse: Schválit
|
|
67
73
|
update: Aktualizovat
|
|
68
74
|
name: Blog
|
|
69
75
|
settings:
|
data/config/locales/de.yml
CHANGED
|
@@ -18,8 +18,6 @@ de:
|
|
|
18
18
|
user_group_id: Beitrag erstellen als
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Haupttext
|
|
23
21
|
post:
|
|
24
22
|
name: Post
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ de:
|
|
|
47
45
|
author: Autor
|
|
48
46
|
body: Haupttext
|
|
49
47
|
created_at: Hergestellt in
|
|
50
|
-
title: Titel
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Zurück zur Liste
|
data/config/locales/el.yml
CHANGED
|
@@ -18,8 +18,6 @@ el:
|
|
|
18
18
|
user_group_id: Δημιουργία ανάρτησης ως
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Σώμα
|
|
23
21
|
post:
|
|
24
22
|
name: Δημοσίευση
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ el:
|
|
|
47
45
|
author: Συντάκτης
|
|
48
46
|
body: Σώμα
|
|
49
47
|
created_at: Δημιουργήθηκε στις
|
|
50
|
-
title: τίτλος
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Επιστροφή στη λίστα
|
data/config/locales/en.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
en:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Body
|
|
7
|
+
decidim_author_id: Author
|
|
8
|
+
published_at: Publish time
|
|
9
|
+
title: Title
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: New blog post
|
|
6
12
|
activerecord:
|
|
@@ -19,8 +25,6 @@ en:
|
|
|
19
25
|
user_group_id: Create post as
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Body
|
|
24
28
|
post:
|
|
25
29
|
name: Post
|
|
26
30
|
posts:
|
|
@@ -48,7 +52,7 @@ en:
|
|
|
48
52
|
author: Author
|
|
49
53
|
body: Body
|
|
50
54
|
created_at: Created at
|
|
51
|
-
title:
|
|
55
|
+
title: Title
|
|
52
56
|
posts:
|
|
53
57
|
show:
|
|
54
58
|
back: Back to list
|
|
@@ -61,8 +65,10 @@ en:
|
|
|
61
65
|
components:
|
|
62
66
|
blogs:
|
|
63
67
|
actions:
|
|
68
|
+
comment: Comment
|
|
64
69
|
create: Create
|
|
65
70
|
destroy: Delete
|
|
71
|
+
endorse: Endorse
|
|
66
72
|
update: Update
|
|
67
73
|
name: Blog
|
|
68
74
|
settings:
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
es-MX:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Cuerpo del texto
|
|
6
|
+
decidim_author_id: Autoria
|
|
7
|
+
published_at: Hora de publicación
|
|
8
|
+
title: Título
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Nueva publicación del blog
|
|
5
11
|
activerecord:
|
|
@@ -18,8 +24,6 @@ es-MX:
|
|
|
18
24
|
user_group_id: Crear publicación como
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Cuerpo
|
|
23
27
|
post:
|
|
24
28
|
name: Enviar
|
|
25
29
|
posts:
|
|
@@ -47,7 +51,7 @@ es-MX:
|
|
|
47
51
|
author: Autoría
|
|
48
52
|
body: Cuerpo
|
|
49
53
|
created_at: Creado en
|
|
50
|
-
title:
|
|
54
|
+
title: Título
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Volver al listado
|
|
@@ -60,8 +64,10 @@ es-MX:
|
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Comentar
|
|
63
68
|
create: Crear
|
|
64
69
|
destroy: Borrar
|
|
70
|
+
endorse: Adherirse
|
|
65
71
|
update: Actualizar
|
|
66
72
|
name: Blog
|
|
67
73
|
settings:
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
es-PY:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Cuerpo del texto
|
|
6
|
+
decidim_author_id: Autoria
|
|
7
|
+
published_at: Hora de publicación
|
|
8
|
+
title: Título
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Nueva publicación del blog
|
|
5
11
|
activerecord:
|
|
@@ -18,8 +24,6 @@ es-PY:
|
|
|
18
24
|
user_group_id: Crear publicación como
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Cuerpo
|
|
23
27
|
post:
|
|
24
28
|
name: Enviar
|
|
25
29
|
posts:
|
|
@@ -47,7 +51,7 @@ es-PY:
|
|
|
47
51
|
author: Autoría
|
|
48
52
|
body: Cuerpo
|
|
49
53
|
created_at: Creado en
|
|
50
|
-
title:
|
|
54
|
+
title: Título
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Volver al listado
|
|
@@ -60,8 +64,10 @@ es-PY:
|
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Comentar
|
|
63
68
|
create: Crear
|
|
64
69
|
destroy: Borrar
|
|
70
|
+
endorse: Adherirse
|
|
65
71
|
update: Actualizar
|
|
66
72
|
name: Blog
|
|
67
73
|
settings:
|
data/config/locales/es.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
es:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Cuerpo del texto
|
|
6
|
+
decidim_author_id: Autoria
|
|
7
|
+
published_at: Hora de publicación
|
|
8
|
+
title: Título
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Nueva publicación en el blog
|
|
5
11
|
activerecord:
|
|
@@ -10,7 +16,7 @@ es:
|
|
|
10
16
|
decidim:
|
|
11
17
|
blogs:
|
|
12
18
|
actions:
|
|
13
|
-
confirm_destroy: '¿
|
|
19
|
+
confirm_destroy: '¿Seguro que quieres eliminar esta publicación?'
|
|
14
20
|
destroy: Borrar
|
|
15
21
|
edit: Editar
|
|
16
22
|
new: Nueva publicación
|
|
@@ -18,8 +24,6 @@ es:
|
|
|
18
24
|
user_group_id: Crear publicación como
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Cuerpo
|
|
23
27
|
post:
|
|
24
28
|
name: Publicar
|
|
25
29
|
posts:
|
|
@@ -47,7 +51,7 @@ es:
|
|
|
47
51
|
author: Autora
|
|
48
52
|
body: Cuerpo
|
|
49
53
|
created_at: Creado en
|
|
50
|
-
title:
|
|
54
|
+
title: Título
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Volver al listado
|
|
@@ -60,8 +64,10 @@ es:
|
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Comentar
|
|
63
68
|
create: Crear
|
|
64
69
|
destroy: Borrar
|
|
70
|
+
endorse: Adherirse
|
|
65
71
|
update: Actualizar
|
|
66
72
|
name: Blog
|
|
67
73
|
settings:
|
data/config/locales/eu.yml
CHANGED
|
@@ -1,85 +1,91 @@
|
|
|
1
1
|
eu:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Testua
|
|
6
|
+
decidim_author_id: Egilea
|
|
7
|
+
published_at: Argitaratze data
|
|
8
|
+
title: Izena
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Blogeko post berria
|
|
5
11
|
activerecord:
|
|
6
12
|
models:
|
|
7
13
|
decidim/blogs/post:
|
|
8
|
-
one:
|
|
9
|
-
other:
|
|
14
|
+
one: Argitalpena
|
|
15
|
+
other: Argitalpen
|
|
10
16
|
decidim:
|
|
11
17
|
blogs:
|
|
12
18
|
actions:
|
|
13
|
-
confirm_destroy: Ziur
|
|
19
|
+
confirm_destroy: Ziur zaude post hau argitalpen ezabatu nahi duzula?
|
|
14
20
|
destroy: Ezabatu
|
|
15
21
|
edit: Editatu
|
|
16
|
-
new:
|
|
22
|
+
new: Argitalpe berria
|
|
17
23
|
title: Ekintzak
|
|
18
24
|
user_group_id: Sortu argitalpena hau bezala
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Gorputzeko
|
|
23
27
|
post:
|
|
24
|
-
name:
|
|
28
|
+
name: Argitalpena
|
|
25
29
|
posts:
|
|
26
30
|
create:
|
|
27
|
-
invalid: Arazo bat izan da
|
|
28
|
-
success:
|
|
31
|
+
invalid: Arazo bat izan da sarrera hau sortzeko
|
|
32
|
+
success: Argitalpena ondo sortu da
|
|
29
33
|
destroy:
|
|
30
34
|
success: Mezua ondo ezabatu da
|
|
31
35
|
edit:
|
|
32
|
-
save:
|
|
36
|
+
save: Eguneratu
|
|
33
37
|
title: Editatu argitalpena
|
|
34
38
|
index:
|
|
35
|
-
title:
|
|
39
|
+
title: Argitalpenak
|
|
36
40
|
new:
|
|
37
41
|
create: Sortu
|
|
38
|
-
title: Sortu
|
|
42
|
+
title: Sortu argitalpena
|
|
39
43
|
update:
|
|
40
|
-
invalid:
|
|
41
|
-
success:
|
|
44
|
+
invalid: Akatsen bat gertatu da mezua gordetzean.
|
|
45
|
+
success: Sarrera ondo gorde da
|
|
42
46
|
last_activity:
|
|
43
|
-
new_post_at_html: "<span>Post berria %{link}</span>"
|
|
47
|
+
new_post_at_html: "<span>Post berria %{link}-ean</span>"
|
|
44
48
|
models:
|
|
45
49
|
post:
|
|
46
50
|
fields:
|
|
47
51
|
author: Egilea
|
|
48
|
-
body:
|
|
49
|
-
created_at:
|
|
52
|
+
body: Testua
|
|
53
|
+
created_at: Sortze-data
|
|
50
54
|
title: Izenburua
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Itzuli zerrendara
|
|
54
58
|
comments: Iruzkinak
|
|
55
|
-
view:
|
|
59
|
+
view: Ikusi
|
|
56
60
|
sidebar_blog:
|
|
57
61
|
comments: iruzkinak
|
|
58
62
|
most_commented_posts: Gehien iruzkinatutako mezu
|
|
59
|
-
read_more:
|
|
63
|
+
read_more: Geihago irakurri
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Iruzkindu
|
|
63
68
|
create: Sortu
|
|
64
69
|
destroy: Ezabatu
|
|
65
|
-
|
|
70
|
+
endorse: Atxiki
|
|
71
|
+
update: Gorde
|
|
66
72
|
name: Bloga
|
|
67
73
|
settings:
|
|
68
74
|
global:
|
|
69
|
-
announcement:
|
|
75
|
+
announcement: Iragarpena
|
|
70
76
|
comments_enabled: Iruzkinak gaituta
|
|
71
|
-
comments_max_length: Iruzkinen gehieneko luzera (utzi 0
|
|
77
|
+
comments_max_length: Iruzkinen gehieneko luzera (utzi 0 lehenetsitako konfigurazioari eutsi nahi badiozu)
|
|
72
78
|
step:
|
|
73
|
-
announcement:
|
|
79
|
+
announcement: Iragarpena
|
|
74
80
|
comments_blocked: Iruzkinak blokeatuta
|
|
75
81
|
endorsements_blocked: Atxikimenduak blokeatuta
|
|
76
82
|
endorsements_enabled: Atxikimenduak gaituta
|
|
77
83
|
events:
|
|
78
84
|
blogs:
|
|
79
85
|
post_created:
|
|
80
|
-
email_intro: '"%{resource_title}"
|
|
86
|
+
email_intro: '"%{resource_title}" argitalpena jarraitzen ari zaren "%{participatory_space_title}" espazioan argitaratu da.'
|
|
81
87
|
email_outro: Jakinarazpena jaso duzu "%{participatory_space_title}" jarraitzen ari zarelako. Aurreko estekan utzi ahal diozu jarraitzeari.
|
|
82
|
-
email_subject:
|
|
88
|
+
email_subject: Argitalpen berria %{participatory_space_title} espazioan
|
|
83
89
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> posta %{participatory_space_title} argitaratu da
|
|
84
90
|
statistics:
|
|
85
91
|
posts_count: Argitalpenak
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
fi-pl:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Sisältöteksti
|
|
6
|
+
decidim_author_id: Laatija
|
|
7
|
+
published_at: Julkaisuaika
|
|
8
|
+
title: Otsikko
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Uusi blogiartikkeli
|
|
5
11
|
activerecord:
|
|
@@ -18,8 +24,6 @@ fi-pl:
|
|
|
18
24
|
user_group_id: Luo artikkeli käyttäjänä
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Leipäteksti
|
|
23
27
|
post:
|
|
24
28
|
name: Artikkeli
|
|
25
29
|
posts:
|
|
@@ -47,7 +51,7 @@ fi-pl:
|
|
|
47
51
|
author: Kirjoittaja
|
|
48
52
|
body: Leipäteksti
|
|
49
53
|
created_at: Luotu
|
|
50
|
-
title:
|
|
54
|
+
title: Otsikko
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Takaisin listaan
|
|
@@ -60,8 +64,10 @@ fi-pl:
|
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Kommentointi
|
|
63
68
|
create: Luo
|
|
64
69
|
destroy: Poista
|
|
70
|
+
endorse: Suosittelu
|
|
65
71
|
update: Päivitä
|
|
66
72
|
name: Blogi
|
|
67
73
|
settings:
|
data/config/locales/fi.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
fi:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Sisältöteksti
|
|
6
|
+
decidim_author_id: Laatija
|
|
7
|
+
published_at: Julkaisuaika
|
|
8
|
+
title: Otsikko
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Uusi blogiartikkeli
|
|
5
11
|
activerecord:
|
|
@@ -18,8 +24,6 @@ fi:
|
|
|
18
24
|
user_group_id: Luo artikkeli käyttäjänä
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Leipäteksti
|
|
23
27
|
post:
|
|
24
28
|
name: Artikkeli
|
|
25
29
|
posts:
|
|
@@ -47,7 +51,7 @@ fi:
|
|
|
47
51
|
author: Laatija
|
|
48
52
|
body: Leipäteksti
|
|
49
53
|
created_at: Luotu
|
|
50
|
-
title:
|
|
54
|
+
title: Otsikko
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Takaisin listaan
|
|
@@ -60,8 +64,10 @@ fi:
|
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Kommentointi
|
|
63
68
|
create: Luo
|
|
64
69
|
destroy: Poista
|
|
70
|
+
endorse: Suosittelu
|
|
65
71
|
update: Päivitä
|
|
66
72
|
name: Blogi
|
|
67
73
|
settings:
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
fr-CA:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Corps du texte
|
|
6
|
+
decidim_author_id: Auteur
|
|
7
|
+
published_at: Date de publication
|
|
8
|
+
title: Titre
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Nouvel article
|
|
5
11
|
activerecord:
|
|
@@ -18,8 +24,6 @@ fr-CA:
|
|
|
18
24
|
user_group_id: Créer un article comme
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Corps du texte
|
|
23
27
|
post:
|
|
24
28
|
name: Publier
|
|
25
29
|
posts:
|
|
@@ -47,7 +51,7 @@ fr-CA:
|
|
|
47
51
|
author: Auteur
|
|
48
52
|
body: Corps du texte
|
|
49
53
|
created_at: Créé à
|
|
50
|
-
title:
|
|
54
|
+
title: Titre
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Retour à la liste
|
|
@@ -60,8 +64,10 @@ fr-CA:
|
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Commenter
|
|
63
68
|
create: Créer
|
|
64
69
|
destroy: Supprimer
|
|
70
|
+
endorse: Soutenir
|
|
65
71
|
update: Mettre à jour
|
|
66
72
|
name: Actualités
|
|
67
73
|
settings:
|
data/config/locales/fr.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
fr:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Corps du texte
|
|
6
|
+
decidim_author_id: Auteur
|
|
7
|
+
published_at: Date de publication
|
|
8
|
+
title: Titre
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Nouvel article
|
|
5
11
|
activerecord:
|
|
@@ -18,8 +24,6 @@ fr:
|
|
|
18
24
|
user_group_id: Créer un article en tant que
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Corps du texte
|
|
23
27
|
post:
|
|
24
28
|
name: Publier
|
|
25
29
|
posts:
|
|
@@ -47,7 +51,7 @@ fr:
|
|
|
47
51
|
author: Auteur
|
|
48
52
|
body: Corps du texte
|
|
49
53
|
created_at: Créé à
|
|
50
|
-
title:
|
|
54
|
+
title: Titre
|
|
51
55
|
posts:
|
|
52
56
|
show:
|
|
53
57
|
back: Retour à la liste
|
|
@@ -60,8 +64,10 @@ fr:
|
|
|
60
64
|
components:
|
|
61
65
|
blogs:
|
|
62
66
|
actions:
|
|
67
|
+
comment: Commenter
|
|
63
68
|
create: Créer
|
|
64
69
|
destroy: Supprimer
|
|
70
|
+
endorse: Soutenir
|
|
65
71
|
update: Mettre à jour
|
|
66
72
|
name: Actualités
|
|
67
73
|
settings:
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
|
@@ -18,8 +18,6 @@ gl:
|
|
|
18
18
|
user_group_id: Crear publicación como
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Corpo
|
|
23
21
|
post:
|
|
24
22
|
name: Publicación
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ gl:
|
|
|
47
45
|
author: Autor
|
|
48
46
|
body: Corpo
|
|
49
47
|
created_at: Creado o
|
|
50
|
-
title: título
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Volver á listaxe
|
data/config/locales/hu.yml
CHANGED
|
@@ -18,8 +18,6 @@ hu:
|
|
|
18
18
|
user_group_id: Bejegyzés létrehozása
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Szöveg
|
|
23
21
|
post:
|
|
24
22
|
name: Bejegyzés
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ hu:
|
|
|
47
45
|
author: Szerző
|
|
48
46
|
body: Szöveg
|
|
49
47
|
created_at: 'Létrehozva:'
|
|
50
|
-
title: cím
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Vissza a listához
|
data/config/locales/id-ID.yml
CHANGED
data/config/locales/is-IS.yml
CHANGED
|
@@ -8,8 +8,6 @@ is-IS:
|
|
|
8
8
|
title: Aðgerðir
|
|
9
9
|
admin:
|
|
10
10
|
models:
|
|
11
|
-
components:
|
|
12
|
-
body: Líkami
|
|
13
11
|
post:
|
|
14
12
|
name: Post
|
|
15
13
|
posts:
|
|
@@ -30,7 +28,6 @@ is-IS:
|
|
|
30
28
|
author: Höfundur
|
|
31
29
|
body: Líkami
|
|
32
30
|
created_at: Búið til á
|
|
33
|
-
title: titill
|
|
34
31
|
posts:
|
|
35
32
|
sidebar_blog:
|
|
36
33
|
comments: athugasemdir
|
data/config/locales/it.yml
CHANGED
|
@@ -18,8 +18,6 @@ it:
|
|
|
18
18
|
user_group_id: Crea post come
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Corpo
|
|
23
21
|
post:
|
|
24
22
|
name: Inviare
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ it:
|
|
|
47
45
|
author: Autore
|
|
48
46
|
body: Corpo
|
|
49
47
|
created_at: Creato a
|
|
50
|
-
title: titolo
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Torna alla lista
|
data/config/locales/ja.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
ja:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: 本文
|
|
6
|
+
decidim_author_id: 作成者
|
|
7
|
+
published_at: 公開時刻
|
|
8
|
+
title: タイトル
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: 新しいブログ投稿
|
|
5
11
|
activerecord:
|
|
@@ -17,8 +23,6 @@ ja:
|
|
|
17
23
|
user_group_id: 次のように投稿を作成
|
|
18
24
|
admin:
|
|
19
25
|
models:
|
|
20
|
-
components:
|
|
21
|
-
body: 本文
|
|
22
26
|
post:
|
|
23
27
|
name: 投稿
|
|
24
28
|
posts:
|
|
@@ -59,8 +63,10 @@ ja:
|
|
|
59
63
|
components:
|
|
60
64
|
blogs:
|
|
61
65
|
actions:
|
|
66
|
+
comment: コメント
|
|
62
67
|
create: 作成
|
|
63
68
|
destroy: 削除
|
|
69
|
+
endorse: オススメ
|
|
64
70
|
update: 更新
|
|
65
71
|
name: ブログ
|
|
66
72
|
settings:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ka:
|
data/config/locales/lb.yml
CHANGED
|
@@ -18,8 +18,6 @@ lb:
|
|
|
18
18
|
user_group_id: Beitrag erstellen als
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Haupttext
|
|
23
21
|
post:
|
|
24
22
|
name: Post
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ lb:
|
|
|
47
45
|
author: Autor
|
|
48
46
|
body: Haupttext
|
|
49
47
|
created_at: Hergestellt in
|
|
50
|
-
title: Titel
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Zurück zur Liste
|
data/config/locales/lt.yml
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
lt:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
published_at: Paskelbimo laikas
|
|
3
6
|
models:
|
|
4
7
|
decidim/blogs/create_post_event: Naujas tinklaraščio įrašas
|
|
5
8
|
activerecord:
|
|
@@ -20,8 +23,6 @@ lt:
|
|
|
20
23
|
user_group_id: Sukurti įrašą kaip
|
|
21
24
|
admin:
|
|
22
25
|
models:
|
|
23
|
-
components:
|
|
24
|
-
body: Pagrindinė dalis
|
|
25
26
|
post:
|
|
26
27
|
name: Publikacija
|
|
27
28
|
posts:
|
|
@@ -49,7 +50,6 @@ lt:
|
|
|
49
50
|
author: Autorė(-ius)
|
|
50
51
|
body: Pagrindinė dalis
|
|
51
52
|
created_at: Sukurta
|
|
52
|
-
title: pavadinimas
|
|
53
53
|
posts:
|
|
54
54
|
show:
|
|
55
55
|
back: Grįžti į sąrašą
|
data/config/locales/lv.yml
CHANGED
|
@@ -18,8 +18,6 @@ lv:
|
|
|
18
18
|
title: Darbības
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Pamatteksts
|
|
23
21
|
post:
|
|
24
22
|
name: Ziņa
|
|
25
23
|
posts:
|
|
@@ -46,7 +44,6 @@ lv:
|
|
|
46
44
|
author: Autors
|
|
47
45
|
body: Pamatteksts
|
|
48
46
|
created_at: Izveidots plkst.
|
|
49
|
-
title: nosaukums
|
|
50
47
|
posts:
|
|
51
48
|
show:
|
|
52
49
|
back: Atpakaļ uz sarakstu
|
data/config/locales/nl.yml
CHANGED
|
@@ -18,8 +18,6 @@ nl:
|
|
|
18
18
|
user_group_id: Bericht aanmaken als
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Tekstgedeelte
|
|
23
21
|
post:
|
|
24
22
|
name: Post
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ nl:
|
|
|
47
45
|
author: Auteur
|
|
48
46
|
body: Tekstgedeelte
|
|
49
47
|
created_at: Aangemaakt op
|
|
50
|
-
title: titel
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Terug naar het overzicht
|
data/config/locales/no.yml
CHANGED
|
@@ -18,8 +18,6 @@
|
|
|
18
18
|
user_group_id: Opprett innlegg som
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Tekst
|
|
23
21
|
post:
|
|
24
22
|
name: Innlegg
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@
|
|
|
47
45
|
author: Forfatter
|
|
48
46
|
body: Tekst
|
|
49
47
|
created_at: Opprettet på
|
|
50
|
-
title: tittel
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Tilbake til listen
|
data/config/locales/pl.yml
CHANGED
|
@@ -20,8 +20,6 @@ pl:
|
|
|
20
20
|
user_group_id: Utwórz wpis jako
|
|
21
21
|
admin:
|
|
22
22
|
models:
|
|
23
|
-
components:
|
|
24
|
-
body: Treść
|
|
25
23
|
post:
|
|
26
24
|
name: Wpis
|
|
27
25
|
posts:
|
|
@@ -49,7 +47,6 @@ pl:
|
|
|
49
47
|
author: Autor
|
|
50
48
|
body: Treść
|
|
51
49
|
created_at: Utworzono
|
|
52
|
-
title: Tytuł
|
|
53
50
|
posts:
|
|
54
51
|
show:
|
|
55
52
|
back: Powrót do listy
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -18,8 +18,6 @@ pt-BR:
|
|
|
18
18
|
user_group_id: Criar publicação como
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Corpo
|
|
23
21
|
post:
|
|
24
22
|
name: Postar
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ pt-BR:
|
|
|
47
45
|
author: Autor
|
|
48
46
|
body: Corpo
|
|
49
47
|
created_at: Criado em
|
|
50
|
-
title: título
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Voltar para a lista
|
data/config/locales/pt.yml
CHANGED
|
@@ -18,8 +18,6 @@ pt:
|
|
|
18
18
|
user_group_id: Criar publicação como
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Corpo
|
|
23
21
|
post:
|
|
24
22
|
name: Publicação
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ pt:
|
|
|
47
45
|
author: Autor
|
|
48
46
|
body: Corpo
|
|
49
47
|
created_at: Criado em
|
|
50
|
-
title: título
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Retroceder à lista
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
ro:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
body: Conținut
|
|
6
|
+
decidim_author_id: Autor
|
|
7
|
+
published_at: Publicat la
|
|
8
|
+
title: Titlu
|
|
3
9
|
models:
|
|
4
10
|
decidim/blogs/create_post_event: Postare nouă pe blog
|
|
5
11
|
activerecord:
|
|
@@ -19,8 +25,6 @@ ro:
|
|
|
19
25
|
user_group_id: Creează postare ca
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Conținut
|
|
24
28
|
post:
|
|
25
29
|
name: Postează
|
|
26
30
|
posts:
|
|
@@ -48,7 +52,7 @@ ro:
|
|
|
48
52
|
author: Autor
|
|
49
53
|
body: Conținut
|
|
50
54
|
created_at: Creat la
|
|
51
|
-
title:
|
|
55
|
+
title: Titlu
|
|
52
56
|
posts:
|
|
53
57
|
show:
|
|
54
58
|
back: Înapoi la listă
|
|
@@ -61,8 +65,10 @@ ro:
|
|
|
61
65
|
components:
|
|
62
66
|
blogs:
|
|
63
67
|
actions:
|
|
68
|
+
comment: Comentariu
|
|
64
69
|
create: Creează
|
|
65
70
|
destroy: Șterge
|
|
71
|
+
endorse: Susține
|
|
66
72
|
update: Actualizează
|
|
67
73
|
name: Blog
|
|
68
74
|
settings:
|
data/config/locales/ru.yml
CHANGED
|
@@ -19,8 +19,6 @@ ru:
|
|
|
19
19
|
title: Действия
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Основной текст
|
|
24
22
|
post:
|
|
25
23
|
name: Пост
|
|
26
24
|
posts:
|
|
@@ -47,7 +45,6 @@ ru:
|
|
|
47
45
|
author: Автор
|
|
48
46
|
body: Основной текст
|
|
49
47
|
created_at: 'Создано:'
|
|
50
|
-
title: заголовок
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
view: Посмотреть
|
data/config/locales/sk.yml
CHANGED
|
@@ -19,8 +19,6 @@ sk:
|
|
|
19
19
|
title: Akcie
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Telo textu
|
|
24
22
|
post:
|
|
25
23
|
name: Príspevok
|
|
26
24
|
posts:
|
|
@@ -47,7 +45,6 @@ sk:
|
|
|
47
45
|
author: Autor
|
|
48
46
|
body: Telo textu
|
|
49
47
|
created_at: Vytvorené
|
|
50
|
-
title: názov
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Späť na zoznam
|
data/config/locales/sv.yml
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
sv:
|
|
2
2
|
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
post:
|
|
5
|
+
decidim_author_id: Författare
|
|
6
|
+
title: Titel
|
|
3
7
|
models:
|
|
4
8
|
decidim/blogs/create_post_event: Nytt blogginlägg
|
|
5
9
|
activerecord:
|
|
@@ -18,8 +22,6 @@ sv:
|
|
|
18
22
|
user_group_id: Skapa inlägg som
|
|
19
23
|
admin:
|
|
20
24
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Innehåll
|
|
23
25
|
post:
|
|
24
26
|
name: Publicera
|
|
25
27
|
posts:
|
|
@@ -47,7 +49,7 @@ sv:
|
|
|
47
49
|
author: Författare
|
|
48
50
|
body: Innehåll
|
|
49
51
|
created_at: Skapad
|
|
50
|
-
title:
|
|
52
|
+
title: Titel
|
|
51
53
|
posts:
|
|
52
54
|
show:
|
|
53
55
|
back: Tillbaka till listan
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -17,8 +17,6 @@ tr:
|
|
|
17
17
|
title: Eylemler
|
|
18
18
|
admin:
|
|
19
19
|
models:
|
|
20
|
-
components:
|
|
21
|
-
body: Vücut
|
|
22
20
|
post:
|
|
23
21
|
name: posta
|
|
24
22
|
posts:
|
|
@@ -46,7 +44,6 @@ tr:
|
|
|
46
44
|
author: Yazar
|
|
47
45
|
body: Vücut
|
|
48
46
|
created_at: Adresinde düzenlendi
|
|
49
|
-
title: Başlık
|
|
50
47
|
posts:
|
|
51
48
|
show:
|
|
52
49
|
back: Listeye geri dön
|
data/config/locales/uk.yml
CHANGED
|
@@ -19,8 +19,6 @@ uk:
|
|
|
19
19
|
title: Дії
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Основний текст
|
|
24
22
|
post:
|
|
25
23
|
name: Допис
|
|
26
24
|
posts:
|
|
@@ -45,7 +43,6 @@ uk:
|
|
|
45
43
|
author: Автор
|
|
46
44
|
body: Основний текст
|
|
47
45
|
created_at: 'Створено:'
|
|
48
|
-
title: заголовок
|
|
49
46
|
posts:
|
|
50
47
|
show:
|
|
51
48
|
view: Переглянути
|
data/config/locales/zh-CN.yml
CHANGED
|
@@ -36,7 +36,7 @@ Decidim.register_component(:blogs) do |component|
|
|
|
36
36
|
component.register_resource(:blogpost) do |resource|
|
|
37
37
|
resource.model_class_name = "Decidim::Blogs::Post"
|
|
38
38
|
resource.card = "decidim/blogs/post"
|
|
39
|
-
resource.actions = %w(endorse
|
|
39
|
+
resource.actions = %w(endorse comment)
|
|
40
40
|
resource.searchable = true
|
|
41
41
|
end
|
|
42
42
|
|
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.26.
|
|
4
|
+
version: 0.26.5
|
|
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: 2023-02-13 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.26.
|
|
19
|
+
version: 0.26.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.26.
|
|
26
|
+
version: 0.26.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.26.
|
|
33
|
+
version: 0.26.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.26.
|
|
40
|
+
version: 0.26.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.26.
|
|
47
|
+
version: 0.26.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.26.
|
|
54
|
+
version: 0.26.5
|
|
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.26.
|
|
61
|
+
version: 0.26.5
|
|
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.26.
|
|
68
|
+
version: 0.26.5
|
|
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.26.
|
|
75
|
+
version: 0.26.5
|
|
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.26.
|
|
82
|
+
version: 0.26.5
|
|
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.26.
|
|
89
|
+
version: 0.26.5
|
|
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.26.
|
|
96
|
+
version: 0.26.5
|
|
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.26.
|
|
103
|
+
version: 0.26.5
|
|
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.26.
|
|
110
|
+
version: 0.26.5
|
|
111
111
|
description: A Blog component for decidim's participatory spaces.
|
|
112
112
|
email:
|
|
113
113
|
- isaac.mg@coditramuntana.com
|
|
@@ -189,6 +189,7 @@ files:
|
|
|
189
189
|
- config/locales/is.yml
|
|
190
190
|
- config/locales/it.yml
|
|
191
191
|
- config/locales/ja.yml
|
|
192
|
+
- config/locales/ka-GE.yml
|
|
192
193
|
- config/locales/ko-KR.yml
|
|
193
194
|
- config/locales/ko.yml
|
|
194
195
|
- config/locales/lb-LU.yml
|