decidim-blogs 0.27.1 → 0.27.2
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 +35 -23
- 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 +15 -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 +18 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fca3b4e67bb33415a963bbfd7cbe1fdc277b25c8f719be3832eddd50a631051b
|
|
4
|
+
data.tar.gz: 3fc3e83d578ead1daf13a5174bb8508731794ce7f5fc1708fc1a02b784b031b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f26c228cc7024c421e7733f692ce33b7f25eabda949bf80c349e08ca78271833fd2cfef64d45d266363588b08c659d1e801cd3cfc727463ea3537cb346337f36
|
|
7
|
+
data.tar.gz: 5825914cf48405cb9a72dd4de4f3aa6d5f38560d88a32536519d5acf390dddfd5cb6245b90650b1468fa89674c86836b02fa7d9c3f2a4ed4089da8f7da6b1018
|
|
@@ -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
|
@@ -23,8 +23,6 @@ ar:
|
|
|
23
23
|
title: أفعال
|
|
24
24
|
admin:
|
|
25
25
|
models:
|
|
26
|
-
components:
|
|
27
|
-
body: الجسم
|
|
28
26
|
post:
|
|
29
27
|
name: بريد
|
|
30
28
|
posts:
|
|
@@ -52,7 +50,6 @@ ar:
|
|
|
52
50
|
author: مؤلف
|
|
53
51
|
body: الجسم
|
|
54
52
|
created_at: أنشئت في
|
|
55
|
-
title: عنوان
|
|
56
53
|
posts:
|
|
57
54
|
show:
|
|
58
55
|
back: العودة إلى القائمة
|
data/config/locales/ca.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
ca:
|
|
3
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
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Nova publicació al blog
|
|
6
12
|
activerecord:
|
|
@@ -12,15 +18,13 @@ ca:
|
|
|
12
18
|
blogs:
|
|
13
19
|
actions:
|
|
14
20
|
author_id: Crear publicació com
|
|
15
|
-
confirm_destroy:
|
|
21
|
+
confirm_destroy: Segur que vols eliminar aquesta publicació?
|
|
16
22
|
destroy: Suprimeix
|
|
17
23
|
edit: Edita
|
|
18
24
|
new: Nova publicació
|
|
19
25
|
title: Accions
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Cos
|
|
24
28
|
post:
|
|
25
29
|
name: Publicar
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ ca:
|
|
|
54
58
|
body: Cos
|
|
55
59
|
created_at: Creat el
|
|
56
60
|
official_blog_post: Post oficial
|
|
57
|
-
title:
|
|
61
|
+
title: Títol
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Tornar al llistat
|
|
@@ -67,8 +71,10 @@ ca:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Comentar
|
|
70
75
|
create: Crear
|
|
71
76
|
destroy: Esborrar
|
|
77
|
+
endorse: Adherir-se
|
|
72
78
|
update: Actualitzar
|
|
73
79
|
name: Blog
|
|
74
80
|
settings:
|
data/config/locales/cs.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
cs:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Tělo zprávy
|
|
7
|
+
decidim_author_id: Autor
|
|
8
|
+
published_at: Čas zveřejnění
|
|
9
|
+
title: Název
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Nový blogový příspěvek
|
|
6
12
|
activerecord:
|
|
@@ -21,8 +27,6 @@ cs:
|
|
|
21
27
|
title: Akce
|
|
22
28
|
admin:
|
|
23
29
|
models:
|
|
24
|
-
components:
|
|
25
|
-
body: Tělo
|
|
26
30
|
post:
|
|
27
31
|
name: Příspěvek
|
|
28
32
|
posts:
|
|
@@ -56,7 +60,7 @@ cs:
|
|
|
56
60
|
body: Tělo
|
|
57
61
|
created_at: Vytvořeno v
|
|
58
62
|
official_blog_post: Oficiální příspěvek
|
|
59
|
-
title:
|
|
63
|
+
title: Název
|
|
60
64
|
posts:
|
|
61
65
|
show:
|
|
62
66
|
back: Zpět na seznam
|
|
@@ -69,8 +73,10 @@ cs:
|
|
|
69
73
|
components:
|
|
70
74
|
blogs:
|
|
71
75
|
actions:
|
|
76
|
+
comment: Komentář
|
|
72
77
|
create: Vytvořit
|
|
73
78
|
destroy: Smazat
|
|
79
|
+
endorse: Schválit
|
|
74
80
|
update: Aktualizovat
|
|
75
81
|
name: Blog
|
|
76
82
|
settings:
|
data/config/locales/de.yml
CHANGED
|
@@ -19,8 +19,6 @@ de:
|
|
|
19
19
|
title: Aktionen
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Haupttext
|
|
24
22
|
post:
|
|
25
23
|
name: Post
|
|
26
24
|
posts:
|
|
@@ -54,7 +52,6 @@ de:
|
|
|
54
52
|
body: Haupttext
|
|
55
53
|
created_at: Hergestellt in
|
|
56
54
|
official_blog_post: Offizieller Post
|
|
57
|
-
title: Titel
|
|
58
55
|
posts:
|
|
59
56
|
show:
|
|
60
57
|
back: Zurück zur Liste
|
data/config/locales/el.yml
CHANGED
|
@@ -19,8 +19,6 @@ el:
|
|
|
19
19
|
title: Ενέργειες
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Σώμα
|
|
24
22
|
post:
|
|
25
23
|
name: Δημοσίευση
|
|
26
24
|
posts:
|
|
@@ -48,7 +46,6 @@ el:
|
|
|
48
46
|
author: Συντάκτης
|
|
49
47
|
body: Σώμα
|
|
50
48
|
created_at: Δημιουργήθηκε στις
|
|
51
|
-
title: τίτλος
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
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
|
title: Actions
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Body
|
|
24
28
|
post:
|
|
25
29
|
name: Post
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ en:
|
|
|
54
58
|
body: Body
|
|
55
59
|
created_at: Created at
|
|
56
60
|
official_blog_post: Official post
|
|
57
|
-
title:
|
|
61
|
+
title: Title
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Back to list
|
|
@@ -67,8 +71,10 @@ en:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Comment
|
|
70
75
|
create: Create
|
|
71
76
|
destroy: Delete
|
|
77
|
+
endorse: Endorse
|
|
72
78
|
update: Update
|
|
73
79
|
name: Blog
|
|
74
80
|
settings:
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
es-MX:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Cuerpo del texto
|
|
7
|
+
decidim_author_id: Autoria
|
|
8
|
+
published_at: Hora de publicación
|
|
9
|
+
title: Título
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Nueva publicación del blog
|
|
6
12
|
activerecord:
|
|
@@ -19,8 +25,6 @@ es-MX:
|
|
|
19
25
|
title: Comportamiento
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Cuerpo
|
|
24
28
|
post:
|
|
25
29
|
name: Enviar
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ es-MX:
|
|
|
54
58
|
body: Cuerpo
|
|
55
59
|
created_at: Creado en
|
|
56
60
|
official_blog_post: Post oficial
|
|
57
|
-
title:
|
|
61
|
+
title: Título
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Volver al listado
|
|
@@ -67,8 +71,10 @@ es-MX:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Comentar
|
|
70
75
|
create: Crear
|
|
71
76
|
destroy: Borrar
|
|
77
|
+
endorse: Adherirse
|
|
72
78
|
update: Actualizar
|
|
73
79
|
name: Blog
|
|
74
80
|
settings:
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
es-PY:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Cuerpo del texto
|
|
7
|
+
decidim_author_id: Autoria
|
|
8
|
+
published_at: Hora de publicación
|
|
9
|
+
title: Título
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Nueva publicación del blog
|
|
6
12
|
activerecord:
|
|
@@ -19,8 +25,6 @@ es-PY:
|
|
|
19
25
|
title: Comportamiento
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Cuerpo
|
|
24
28
|
post:
|
|
25
29
|
name: Enviar
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ es-PY:
|
|
|
54
58
|
body: Cuerpo
|
|
55
59
|
created_at: Creado en
|
|
56
60
|
official_blog_post: Post oficial
|
|
57
|
-
title:
|
|
61
|
+
title: Título
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Volver al listado
|
|
@@ -67,8 +71,10 @@ es-PY:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Comentar
|
|
70
75
|
create: Crear
|
|
71
76
|
destroy: Borrar
|
|
77
|
+
endorse: Adherirse
|
|
72
78
|
update: Actualizar
|
|
73
79
|
name: Blog
|
|
74
80
|
settings:
|
data/config/locales/es.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
es:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Cuerpo del texto
|
|
7
|
+
decidim_author_id: Autoria
|
|
8
|
+
published_at: Hora de publicación
|
|
9
|
+
title: Título
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Nueva publicación en el blog
|
|
6
12
|
activerecord:
|
|
@@ -12,15 +18,13 @@ es:
|
|
|
12
18
|
blogs:
|
|
13
19
|
actions:
|
|
14
20
|
author_id: Crear publicación como
|
|
15
|
-
confirm_destroy: '¿
|
|
21
|
+
confirm_destroy: '¿Seguro que quieres eliminar esta publicación?'
|
|
16
22
|
destroy: Borrar
|
|
17
23
|
edit: Editar
|
|
18
24
|
new: Nueva publicación
|
|
19
25
|
title: Acciones
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Cuerpo
|
|
24
28
|
post:
|
|
25
29
|
name: Publicar
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ es:
|
|
|
54
58
|
body: Cuerpo
|
|
55
59
|
created_at: Creado en
|
|
56
60
|
official_blog_post: Post oficial
|
|
57
|
-
title:
|
|
61
|
+
title: Título
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Volver al listado
|
|
@@ -67,8 +71,10 @@ es:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Comentar
|
|
70
75
|
create: Crear
|
|
71
76
|
destroy: Borrar
|
|
77
|
+
endorse: Adherirse
|
|
72
78
|
update: Actualizar
|
|
73
79
|
name: Blog
|
|
74
80
|
settings:
|
data/config/locales/eu.yml
CHANGED
|
@@ -1,86 +1,98 @@
|
|
|
1
1
|
---
|
|
2
2
|
eu:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Testua
|
|
7
|
+
decidim_author_id: Egilea
|
|
8
|
+
published_at: Argitaratze data
|
|
9
|
+
title: Izena
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Blogeko post berria
|
|
6
12
|
activerecord:
|
|
7
13
|
models:
|
|
8
14
|
decidim/blogs/post:
|
|
9
|
-
one:
|
|
10
|
-
other:
|
|
15
|
+
one: Argitalpena
|
|
16
|
+
other: Argitalpenak
|
|
11
17
|
decidim:
|
|
12
18
|
blogs:
|
|
13
19
|
actions:
|
|
14
20
|
author_id: Sortu argitalpena hau bezala
|
|
15
|
-
confirm_destroy: Ziur
|
|
21
|
+
confirm_destroy: Ziur zaude post hau argitalpen ezabatu nahi duzula?
|
|
16
22
|
destroy: Ezabatu
|
|
17
23
|
edit: Editatu
|
|
18
24
|
new: Post berria
|
|
19
25
|
title: Ekintzak
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Gorputzeko
|
|
24
28
|
post:
|
|
25
|
-
name:
|
|
29
|
+
name: Argitalpena
|
|
26
30
|
posts:
|
|
27
31
|
create:
|
|
28
|
-
invalid: Arazo bat izan da
|
|
29
|
-
success:
|
|
32
|
+
invalid: Arazo bat izan da sarrera hau sortzeko
|
|
33
|
+
success: Argitalpena ondo sortu da
|
|
30
34
|
destroy:
|
|
31
35
|
success: Mezua ondo ezabatu da
|
|
32
36
|
edit:
|
|
33
|
-
save:
|
|
37
|
+
save: Eguneratu
|
|
34
38
|
title: Editatu argitalpena
|
|
35
39
|
index:
|
|
36
|
-
title:
|
|
40
|
+
title: Argitalpenak
|
|
37
41
|
new:
|
|
38
42
|
create: Sortu
|
|
39
|
-
title: Sortu
|
|
43
|
+
title: Sortu argitalpena
|
|
40
44
|
update:
|
|
41
|
-
invalid:
|
|
42
|
-
success:
|
|
45
|
+
invalid: Akatsen bat gertatu da mezua gordetzean.
|
|
46
|
+
success: Sarrera ondo gorde da
|
|
47
|
+
admin_log:
|
|
48
|
+
post:
|
|
49
|
+
create: "%{user_name} k %{resource_name} blogeko argitalpena sortu du %{space_name} espazioan"
|
|
50
|
+
delete: "%{user_name} k %{resource_name} blogeko argitalpena ezabatu du %{space_name} espazioan"
|
|
51
|
+
update: "%{user_name} k %{resource_name} blogeko argitalpena eguneratu egin da %{space_name} espazioan"
|
|
43
52
|
last_activity:
|
|
44
|
-
new_post_at_html: "<span>Post berria %{link}</span>"
|
|
53
|
+
new_post_at_html: "<span>Post berria %{link}-ean</span>"
|
|
45
54
|
models:
|
|
46
55
|
post:
|
|
47
56
|
fields:
|
|
48
57
|
author: Egilea
|
|
49
|
-
body:
|
|
50
|
-
created_at:
|
|
58
|
+
body: Testua
|
|
59
|
+
created_at: Sortze-data
|
|
60
|
+
official_blog_post: Blogeko argitalpen ofiziala
|
|
51
61
|
title: Izenburua
|
|
52
62
|
posts:
|
|
53
63
|
show:
|
|
54
64
|
back: Itzuli zerrendara
|
|
55
65
|
comments: Iruzkinak
|
|
56
|
-
view:
|
|
66
|
+
view: Ikusi
|
|
57
67
|
sidebar_blog:
|
|
58
68
|
comments: iruzkinak
|
|
59
69
|
most_commented_posts: Gehien iruzkinatutako mezu
|
|
60
|
-
read_more:
|
|
70
|
+
read_more: Geihago irakurri
|
|
61
71
|
components:
|
|
62
72
|
blogs:
|
|
63
73
|
actions:
|
|
74
|
+
comment: Iruzkindu
|
|
64
75
|
create: Sortu
|
|
65
76
|
destroy: Ezabatu
|
|
77
|
+
endorse: Atxiki
|
|
66
78
|
update: Eguneratu
|
|
67
79
|
name: Bloga
|
|
68
80
|
settings:
|
|
69
81
|
global:
|
|
70
|
-
announcement:
|
|
82
|
+
announcement: Iragarpena
|
|
71
83
|
comments_enabled: Iruzkinak gaituta
|
|
72
|
-
comments_max_length: Iruzkinen gehieneko luzera (utzi 0
|
|
84
|
+
comments_max_length: Iruzkinen gehieneko luzera (utzi 0 lehenetsitako konfigurazioari eutsi nahi badiozu)
|
|
73
85
|
step:
|
|
74
|
-
announcement:
|
|
86
|
+
announcement: Iragarpena
|
|
75
87
|
comments_blocked: Iruzkinak blokeatuta
|
|
76
88
|
endorsements_blocked: Atxikimenduak blokeatuta
|
|
77
89
|
endorsements_enabled: Atxikimenduak gaituta
|
|
78
90
|
events:
|
|
79
91
|
blogs:
|
|
80
92
|
post_created:
|
|
81
|
-
email_intro: '"%{resource_title}"
|
|
93
|
+
email_intro: '"%{resource_title}" argitalpena jarraitzen ari zaren "%{participatory_space_title}" espazioan argitaratu da.'
|
|
82
94
|
email_outro: Jakinarazpena jaso duzu "%{participatory_space_title}" jarraitzen ari zarelako. Aurreko estekan utzi ahal diozu jarraitzeari.
|
|
83
|
-
email_subject:
|
|
95
|
+
email_subject: Argitalpen berria %{participatory_space_title} espazioan
|
|
84
96
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> posta %{participatory_space_title} argitaratu da
|
|
85
97
|
statistics:
|
|
86
98
|
posts_count: Argitalpenak
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
fi-pl:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Sisältöteksti
|
|
7
|
+
decidim_author_id: Laatija
|
|
8
|
+
published_at: Julkaisuaika
|
|
9
|
+
title: Otsikko
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Uusi blogiartikkeli
|
|
6
12
|
activerecord:
|
|
@@ -19,8 +25,6 @@ fi-pl:
|
|
|
19
25
|
title: Toiminnot
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Leipäteksti
|
|
24
28
|
post:
|
|
25
29
|
name: Artikkeli
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ fi-pl:
|
|
|
54
58
|
body: Leipäteksti
|
|
55
59
|
created_at: Luotu
|
|
56
60
|
official_blog_post: Virallinen artikkeli
|
|
57
|
-
title:
|
|
61
|
+
title: Otsikko
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Takaisin listaan
|
|
@@ -67,8 +71,10 @@ fi-pl:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Kommentointi
|
|
70
75
|
create: Luo
|
|
71
76
|
destroy: Poista
|
|
77
|
+
endorse: Suosittelu
|
|
72
78
|
update: Päivitä
|
|
73
79
|
name: Blogi
|
|
74
80
|
settings:
|
data/config/locales/fi.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
fi:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Sisältöteksti
|
|
7
|
+
decidim_author_id: Laatija
|
|
8
|
+
published_at: Julkaisuaika
|
|
9
|
+
title: Otsikko
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Uusi blogiartikkeli
|
|
6
12
|
activerecord:
|
|
@@ -19,8 +25,6 @@ fi:
|
|
|
19
25
|
title: Toiminnot
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Leipäteksti
|
|
24
28
|
post:
|
|
25
29
|
name: Artikkeli
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ fi:
|
|
|
54
58
|
body: Leipäteksti
|
|
55
59
|
created_at: Luotu
|
|
56
60
|
official_blog_post: Virallinen artikkeli
|
|
57
|
-
title:
|
|
61
|
+
title: Otsikko
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Takaisin listaan
|
|
@@ -67,8 +71,10 @@ fi:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Kommentointi
|
|
70
75
|
create: Luo
|
|
71
76
|
destroy: Poista
|
|
77
|
+
endorse: Suosittelu
|
|
72
78
|
update: Päivitä
|
|
73
79
|
name: Blogi
|
|
74
80
|
settings:
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
fr-CA:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Corps du texte
|
|
7
|
+
decidim_author_id: Auteur
|
|
8
|
+
published_at: Date de publication
|
|
9
|
+
title: Titre
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Nouvel article
|
|
6
12
|
activerecord:
|
|
@@ -19,8 +25,6 @@ fr-CA:
|
|
|
19
25
|
title: Actions
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Corps du texte
|
|
24
28
|
post:
|
|
25
29
|
name: Publier
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ fr-CA:
|
|
|
54
58
|
body: Corps du texte
|
|
55
59
|
created_at: Créé à
|
|
56
60
|
official_blog_post: Article officiel
|
|
57
|
-
title:
|
|
61
|
+
title: Titre
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Retour à la liste
|
|
@@ -67,8 +71,10 @@ fr-CA:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Commenter
|
|
70
75
|
create: Créer
|
|
71
76
|
destroy: Supprimer
|
|
77
|
+
endorse: Soutenir
|
|
72
78
|
update: Mettre à jour
|
|
73
79
|
name: Actualités
|
|
74
80
|
settings:
|
data/config/locales/fr.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
fr:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Corps du texte
|
|
7
|
+
decidim_author_id: Auteur
|
|
8
|
+
published_at: Date de publication
|
|
9
|
+
title: Titre
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Nouvel article
|
|
6
12
|
activerecord:
|
|
@@ -19,8 +25,6 @@ fr:
|
|
|
19
25
|
title: Actions
|
|
20
26
|
admin:
|
|
21
27
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Corps du texte
|
|
24
28
|
post:
|
|
25
29
|
name: Publier
|
|
26
30
|
posts:
|
|
@@ -54,7 +58,7 @@ fr:
|
|
|
54
58
|
body: Corps du texte
|
|
55
59
|
created_at: Créé à
|
|
56
60
|
official_blog_post: Article officiel
|
|
57
|
-
title:
|
|
61
|
+
title: Titre
|
|
58
62
|
posts:
|
|
59
63
|
show:
|
|
60
64
|
back: Retour à la liste
|
|
@@ -67,8 +71,10 @@ fr:
|
|
|
67
71
|
components:
|
|
68
72
|
blogs:
|
|
69
73
|
actions:
|
|
74
|
+
comment: Commenter
|
|
70
75
|
create: Créer
|
|
71
76
|
destroy: Supprimer
|
|
77
|
+
endorse: Soutenir
|
|
72
78
|
update: Mettre à jour
|
|
73
79
|
name: Actualités
|
|
74
80
|
settings:
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
|
@@ -19,8 +19,6 @@ gl:
|
|
|
19
19
|
title: Accións
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Corpo
|
|
24
22
|
post:
|
|
25
23
|
name: Publicación
|
|
26
24
|
posts:
|
|
@@ -48,7 +46,6 @@ gl:
|
|
|
48
46
|
author: Autor
|
|
49
47
|
body: Corpo
|
|
50
48
|
created_at: Creado o
|
|
51
|
-
title: título
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
back: Volver á listaxe
|
data/config/locales/hu.yml
CHANGED
|
@@ -19,8 +19,6 @@ hu:
|
|
|
19
19
|
title: Műveletek
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Szöveg
|
|
24
22
|
post:
|
|
25
23
|
name: Bejegyzés
|
|
26
24
|
posts:
|
|
@@ -54,7 +52,6 @@ hu:
|
|
|
54
52
|
body: Szöveg
|
|
55
53
|
created_at: 'Létrehozva:'
|
|
56
54
|
official_blog_post: Hivatalos bejegyzés
|
|
57
|
-
title: cím
|
|
58
55
|
posts:
|
|
59
56
|
show:
|
|
60
57
|
back: Vissza a listához
|
data/config/locales/id-ID.yml
CHANGED
data/config/locales/is-IS.yml
CHANGED
|
@@ -9,8 +9,6 @@ is:
|
|
|
9
9
|
title: Aðgerðir
|
|
10
10
|
admin:
|
|
11
11
|
models:
|
|
12
|
-
components:
|
|
13
|
-
body: Líkami
|
|
14
12
|
post:
|
|
15
13
|
name: Post
|
|
16
14
|
posts:
|
|
@@ -31,7 +29,6 @@ is:
|
|
|
31
29
|
author: Höfundur
|
|
32
30
|
body: Líkami
|
|
33
31
|
created_at: Búið til á
|
|
34
|
-
title: titill
|
|
35
32
|
posts:
|
|
36
33
|
sidebar_blog:
|
|
37
34
|
comments: athugasemdir
|
data/config/locales/it.yml
CHANGED
|
@@ -19,8 +19,6 @@ it:
|
|
|
19
19
|
title: Azioni
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Corpo
|
|
24
22
|
post:
|
|
25
23
|
name: Inviare
|
|
26
24
|
posts:
|
|
@@ -48,7 +46,6 @@ it:
|
|
|
48
46
|
author: Autore
|
|
49
47
|
body: Corpo
|
|
50
48
|
created_at: Creato a
|
|
51
|
-
title: titolo
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
back: Torna alla lista
|
data/config/locales/ja.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
ja:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: 本文
|
|
7
|
+
decidim_author_id: 作成者
|
|
8
|
+
published_at: 公開時刻
|
|
9
|
+
title: タイトル
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: 新しいブログ投稿
|
|
6
12
|
activerecord:
|
|
@@ -18,8 +24,6 @@ ja:
|
|
|
18
24
|
title: アクション
|
|
19
25
|
admin:
|
|
20
26
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: 本文
|
|
23
27
|
post:
|
|
24
28
|
name: 投稿
|
|
25
29
|
posts:
|
|
@@ -66,8 +70,10 @@ ja:
|
|
|
66
70
|
components:
|
|
67
71
|
blogs:
|
|
68
72
|
actions:
|
|
73
|
+
comment: コメント
|
|
69
74
|
create: 作成
|
|
70
75
|
destroy: 削除
|
|
76
|
+
endorse: オススメ
|
|
71
77
|
update: 更新
|
|
72
78
|
name: ブログ
|
|
73
79
|
settings:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ka:
|
data/config/locales/lb.yml
CHANGED
|
@@ -19,8 +19,6 @@ lb:
|
|
|
19
19
|
title: Aktionen
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Haupttext
|
|
24
22
|
post:
|
|
25
23
|
name: Post
|
|
26
24
|
posts:
|
|
@@ -48,7 +46,6 @@ lb:
|
|
|
48
46
|
author: Autor
|
|
49
47
|
body: Haupttext
|
|
50
48
|
created_at: Hergestellt in
|
|
51
|
-
title: Titel
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
back: Zurück zur Liste
|
data/config/locales/lt.yml
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
lt:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
published_at: Paskelbimo laikas
|
|
4
7
|
models:
|
|
5
8
|
decidim/blogs/create_post_event: Naujas tinklaraščio įrašas
|
|
6
9
|
activerecord:
|
|
@@ -21,8 +24,6 @@ lt:
|
|
|
21
24
|
title: Veiksmai
|
|
22
25
|
admin:
|
|
23
26
|
models:
|
|
24
|
-
components:
|
|
25
|
-
body: Pagrindinė dalis
|
|
26
27
|
post:
|
|
27
28
|
name: Publikacija
|
|
28
29
|
posts:
|
|
@@ -56,7 +57,6 @@ lt:
|
|
|
56
57
|
body: Pagrindinė dalis
|
|
57
58
|
created_at: Sukurta
|
|
58
59
|
official_blog_post: Oficiali publikacija
|
|
59
|
-
title: pavadinimas
|
|
60
60
|
posts:
|
|
61
61
|
show:
|
|
62
62
|
back: Grįžti į sąrašą
|
data/config/locales/lv.yml
CHANGED
|
@@ -19,8 +19,6 @@ lv:
|
|
|
19
19
|
title: Darbības
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Pamatteksts
|
|
24
22
|
post:
|
|
25
23
|
name: Ziņa
|
|
26
24
|
posts:
|
|
@@ -47,7 +45,6 @@ lv:
|
|
|
47
45
|
author: Autors
|
|
48
46
|
body: Pamatteksts
|
|
49
47
|
created_at: Izveidots plkst.
|
|
50
|
-
title: nosaukums
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Atpakaļ uz sarakstu
|
data/config/locales/nl.yml
CHANGED
|
@@ -19,8 +19,6 @@ nl:
|
|
|
19
19
|
title: acties
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Tekstgedeelte
|
|
24
22
|
post:
|
|
25
23
|
name: Post
|
|
26
24
|
posts:
|
|
@@ -54,7 +52,6 @@ nl:
|
|
|
54
52
|
body: Tekstgedeelte
|
|
55
53
|
created_at: Aangemaakt op
|
|
56
54
|
official_blog_post: Officiële blogpost
|
|
57
|
-
title: titel
|
|
58
55
|
posts:
|
|
59
56
|
show:
|
|
60
57
|
back: Terug naar het overzicht
|
data/config/locales/no.yml
CHANGED
|
@@ -19,8 +19,6 @@
|
|
|
19
19
|
title: Handlinger
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Tekst
|
|
24
22
|
post:
|
|
25
23
|
name: Innlegg
|
|
26
24
|
posts:
|
|
@@ -48,7 +46,6 @@
|
|
|
48
46
|
author: Forfatter
|
|
49
47
|
body: Tekst
|
|
50
48
|
created_at: Opprettet på
|
|
51
|
-
title: tittel
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
back: Tilbake til listen
|
data/config/locales/pl.yml
CHANGED
|
@@ -21,8 +21,6 @@ pl:
|
|
|
21
21
|
title: Działania
|
|
22
22
|
admin:
|
|
23
23
|
models:
|
|
24
|
-
components:
|
|
25
|
-
body: Treść
|
|
26
24
|
post:
|
|
27
25
|
name: Wpis
|
|
28
26
|
posts:
|
|
@@ -50,7 +48,6 @@ pl:
|
|
|
50
48
|
author: Autor
|
|
51
49
|
body: Treść
|
|
52
50
|
created_at: Utworzono
|
|
53
|
-
title: Tytuł
|
|
54
51
|
posts:
|
|
55
52
|
show:
|
|
56
53
|
back: Powrót do listy
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -19,8 +19,6 @@ pt-BR:
|
|
|
19
19
|
title: Ações
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Corpo
|
|
24
22
|
post:
|
|
25
23
|
name: Postar
|
|
26
24
|
posts:
|
|
@@ -48,7 +46,6 @@ pt-BR:
|
|
|
48
46
|
author: Autor
|
|
49
47
|
body: Corpo
|
|
50
48
|
created_at: Criado em
|
|
51
|
-
title: título
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
back: Voltar para a lista
|
data/config/locales/pt.yml
CHANGED
|
@@ -19,8 +19,6 @@ pt:
|
|
|
19
19
|
title: Ações
|
|
20
20
|
admin:
|
|
21
21
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Corpo
|
|
24
22
|
post:
|
|
25
23
|
name: Publicação
|
|
26
24
|
posts:
|
|
@@ -48,7 +46,6 @@ pt:
|
|
|
48
46
|
author: Autor
|
|
49
47
|
body: Corpo
|
|
50
48
|
created_at: Criado em
|
|
51
|
-
title: título
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
back: Retroceder à lista
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
ro:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
body: Conținut
|
|
7
|
+
decidim_author_id: Autor
|
|
8
|
+
published_at: Publicat la
|
|
9
|
+
title: Titlu
|
|
4
10
|
models:
|
|
5
11
|
decidim/blogs/create_post_event: Postare nouă pe blog
|
|
6
12
|
activerecord:
|
|
@@ -20,8 +26,6 @@ ro:
|
|
|
20
26
|
title: Acțiuni
|
|
21
27
|
admin:
|
|
22
28
|
models:
|
|
23
|
-
components:
|
|
24
|
-
body: Conținut
|
|
25
29
|
post:
|
|
26
30
|
name: Postează
|
|
27
31
|
posts:
|
|
@@ -41,6 +45,11 @@ ro:
|
|
|
41
45
|
update:
|
|
42
46
|
invalid: A apărut o eroare la salvarea postării.
|
|
43
47
|
success: Postarea a fost salvată cu succes
|
|
48
|
+
admin_log:
|
|
49
|
+
post:
|
|
50
|
+
create: "%{user_name} a creat postarea de blog %{resource_name} în %{space_name}"
|
|
51
|
+
delete: "%{user_name} a șters postarea de blog %{resource_name} din %{space_name}"
|
|
52
|
+
update: "%{user_name} a actualizat postarea de blog %{resource_name} în %{space_name}"
|
|
44
53
|
last_activity:
|
|
45
54
|
new_post_at_html: "<span>Postare nouă la %{link}</span>"
|
|
46
55
|
models:
|
|
@@ -49,7 +58,8 @@ ro:
|
|
|
49
58
|
author: Autor
|
|
50
59
|
body: Conținut
|
|
51
60
|
created_at: Creat la
|
|
52
|
-
|
|
61
|
+
official_blog_post: Postare oficială
|
|
62
|
+
title: Titlu
|
|
53
63
|
posts:
|
|
54
64
|
show:
|
|
55
65
|
back: Înapoi la listă
|
|
@@ -62,8 +72,10 @@ ro:
|
|
|
62
72
|
components:
|
|
63
73
|
blogs:
|
|
64
74
|
actions:
|
|
75
|
+
comment: Comentariu
|
|
65
76
|
create: Creează
|
|
66
77
|
destroy: Șterge
|
|
78
|
+
endorse: Susține
|
|
67
79
|
update: Actualizează
|
|
68
80
|
name: Blog
|
|
69
81
|
settings:
|
data/config/locales/ru.yml
CHANGED
|
@@ -20,8 +20,6 @@ ru:
|
|
|
20
20
|
title: Действия
|
|
21
21
|
admin:
|
|
22
22
|
models:
|
|
23
|
-
components:
|
|
24
|
-
body: Основной текст
|
|
25
23
|
post:
|
|
26
24
|
name: Пост
|
|
27
25
|
posts:
|
|
@@ -48,7 +46,6 @@ ru:
|
|
|
48
46
|
author: Автор
|
|
49
47
|
body: Основной текст
|
|
50
48
|
created_at: 'Создано:'
|
|
51
|
-
title: заголовок
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
view: Посмотреть
|
data/config/locales/sk.yml
CHANGED
|
@@ -20,8 +20,6 @@ sk:
|
|
|
20
20
|
title: Akcie
|
|
21
21
|
admin:
|
|
22
22
|
models:
|
|
23
|
-
components:
|
|
24
|
-
body: Telo textu
|
|
25
23
|
post:
|
|
26
24
|
name: Príspevok
|
|
27
25
|
posts:
|
|
@@ -48,7 +46,6 @@ sk:
|
|
|
48
46
|
author: Autor
|
|
49
47
|
body: Telo textu
|
|
50
48
|
created_at: Vytvorené
|
|
51
|
-
title: názov
|
|
52
49
|
posts:
|
|
53
50
|
show:
|
|
54
51
|
back: Späť na zoznam
|
data/config/locales/sv.yml
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
sv:
|
|
3
3
|
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
post:
|
|
6
|
+
decidim_author_id: Författare
|
|
7
|
+
title: Titel
|
|
4
8
|
models:
|
|
5
9
|
decidim/blogs/create_post_event: Nytt blogginlägg
|
|
6
10
|
activerecord:
|
|
@@ -19,8 +23,6 @@ sv:
|
|
|
19
23
|
title: Åtgärder
|
|
20
24
|
admin:
|
|
21
25
|
models:
|
|
22
|
-
components:
|
|
23
|
-
body: Innehåll
|
|
24
26
|
post:
|
|
25
27
|
name: Publicera
|
|
26
28
|
posts:
|
|
@@ -49,7 +51,7 @@ sv:
|
|
|
49
51
|
body: Innehåll
|
|
50
52
|
created_at: Skapad
|
|
51
53
|
official_blog_post: Officiellt inlägg
|
|
52
|
-
title:
|
|
54
|
+
title: Titel
|
|
53
55
|
posts:
|
|
54
56
|
show:
|
|
55
57
|
back: Tillbaka till listan
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -18,8 +18,6 @@ tr:
|
|
|
18
18
|
title: Eylemler
|
|
19
19
|
admin:
|
|
20
20
|
models:
|
|
21
|
-
components:
|
|
22
|
-
body: Vücut
|
|
23
21
|
post:
|
|
24
22
|
name: posta
|
|
25
23
|
posts:
|
|
@@ -47,7 +45,6 @@ tr:
|
|
|
47
45
|
author: Yazar
|
|
48
46
|
body: Vücut
|
|
49
47
|
created_at: Adresinde düzenlendi
|
|
50
|
-
title: Başlık
|
|
51
48
|
posts:
|
|
52
49
|
show:
|
|
53
50
|
back: Listeye geri dön
|
data/config/locales/uk.yml
CHANGED
|
@@ -20,8 +20,6 @@ uk:
|
|
|
20
20
|
title: Дії
|
|
21
21
|
admin:
|
|
22
22
|
models:
|
|
23
|
-
components:
|
|
24
|
-
body: Основний текст
|
|
25
23
|
post:
|
|
26
24
|
name: Допис
|
|
27
25
|
posts:
|
|
@@ -46,7 +44,6 @@ uk:
|
|
|
46
44
|
author: Автор
|
|
47
45
|
body: Основний текст
|
|
48
46
|
created_at: 'Створено:'
|
|
49
|
-
title: заголовок
|
|
50
47
|
posts:
|
|
51
48
|
show:
|
|
52
49
|
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.27.
|
|
4
|
+
version: 0.27.2
|
|
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.27.
|
|
19
|
+
version: 0.27.2
|
|
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.27.
|
|
26
|
+
version: 0.27.2
|
|
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.27.
|
|
33
|
+
version: 0.27.2
|
|
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.27.
|
|
40
|
+
version: 0.27.2
|
|
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.27.
|
|
47
|
+
version: 0.27.2
|
|
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.27.
|
|
54
|
+
version: 0.27.2
|
|
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.27.
|
|
61
|
+
version: 0.27.2
|
|
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.27.
|
|
68
|
+
version: 0.27.2
|
|
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.27.
|
|
75
|
+
version: 0.27.2
|
|
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.27.
|
|
82
|
+
version: 0.27.2
|
|
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.27.
|
|
89
|
+
version: 0.27.2
|
|
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.27.
|
|
96
|
+
version: 0.27.2
|
|
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.27.
|
|
103
|
+
version: 0.27.2
|
|
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.27.
|
|
110
|
+
version: 0.27.2
|
|
111
111
|
description: A Blog component for decidim's participatory spaces.
|
|
112
112
|
email:
|
|
113
113
|
- isaac.mg@coditramuntana.com
|
|
@@ -191,6 +191,7 @@ files:
|
|
|
191
191
|
- config/locales/is.yml
|
|
192
192
|
- config/locales/it.yml
|
|
193
193
|
- config/locales/ja.yml
|
|
194
|
+
- config/locales/ka-GE.yml
|
|
194
195
|
- config/locales/ko-KR.yml
|
|
195
196
|
- config/locales/ko.yml
|
|
196
197
|
- config/locales/lb-LU.yml
|
|
@@ -265,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
265
266
|
- !ruby/object:Gem::Version
|
|
266
267
|
version: '0'
|
|
267
268
|
requirements: []
|
|
268
|
-
rubygems_version: 3.
|
|
269
|
+
rubygems_version: 3.3.7
|
|
269
270
|
signing_key:
|
|
270
271
|
specification_version: 4
|
|
271
272
|
summary: Decidim blogs module
|