decidim-blogs 0.27.1 → 0.27.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/decidim/blogs/admin/posts/_form.html.erb +1 -1
- data/app/views/decidim/blogs/posts/show.html.erb +1 -1
- data/config/locales/ar.yml +15 -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/fa-IR.yml +1 -0
- 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/kaa.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 +6 -3
- data/config/locales/uk.yml +0 -3
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +96 -0
- data/lib/decidim/blogs/component.rb +1 -1
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +19 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3e84a353d8de91e79dcb58a62fc4fef6b7fd19230f64ae7a0fa76d48d12dff9
|
4
|
+
data.tar.gz: ebdbb6c878ee5e294ee0ac6860cd83d8674cf971bef82b72e985c4371aca255e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71cd25c8265b30f3be3bb9cb3ffc48967097df10a70954ab6dfb481a74e11cc1374b26feeb9d79a597c0cf797701c9b377d6c289b67736957b3baa029ff53ccd
|
7
|
+
data.tar.gz: 367eb3ae477cb1a88901842c62983827c1f352e2c6371d449ea9aa71fd80e1cd3bba4e4496d29ceb3a3ef2be54b54ae6ca74ab3c20400d8b94a752132d6c0cc4
|
@@ -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,
|
15
|
+
<%= form.translated :editor, :body, lines: 30 %>
|
16
16
|
</div>
|
17
17
|
</div>
|
18
18
|
</div>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<% end %>
|
53
53
|
<div class="columns mediumlarge-8 <%= "mediumlarge-pull-4" if show_endorsements_card? %>">
|
54
54
|
<div class="section">
|
55
|
-
<%=
|
55
|
+
<%= decidim_sanitize_editor_admin translated_attribute(post.body) %>
|
56
56
|
</div>
|
57
57
|
<%= cell "decidim/endorsers_list", post %>
|
58
58
|
</div>
|
data/config/locales/ar.yml
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
---
|
2
2
|
ar:
|
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:
|
@@ -23,8 +29,6 @@ ar:
|
|
23
29
|
title: أفعال
|
24
30
|
admin:
|
25
31
|
models:
|
26
|
-
components:
|
27
|
-
body: الجسم
|
28
32
|
post:
|
29
33
|
name: بريد
|
30
34
|
posts:
|
@@ -44,6 +48,11 @@ ar:
|
|
44
48
|
update:
|
45
49
|
invalid: حدثت مشكلة في حفظ المشاركة.
|
46
50
|
success: تم حفظ النشر بنجاح
|
51
|
+
admin_log:
|
52
|
+
post:
|
53
|
+
create: "%{user_name} أنشأ منشور المدونة %{resource_name} في %{space_name}"
|
54
|
+
delete: "%{user_name} حذف منشور المدونة%{resource_name} من %{space_name}"
|
55
|
+
update: "%{user_name} حدث منشور المدونة %{resource_name} في %{space_name}"
|
47
56
|
last_activity:
|
48
57
|
new_post_at_html: "<span>وظيفة جديدة في %{link}</span>"
|
49
58
|
models:
|
@@ -52,7 +61,8 @@ ar:
|
|
52
61
|
author: مؤلف
|
53
62
|
body: الجسم
|
54
63
|
created_at: أنشئت في
|
55
|
-
|
64
|
+
official_blog_post: المنشور الرسمي
|
65
|
+
title: العنوان
|
56
66
|
posts:
|
57
67
|
show:
|
58
68
|
back: العودة إلى القائمة
|
@@ -65,8 +75,10 @@ ar:
|
|
65
75
|
components:
|
66
76
|
blogs:
|
67
77
|
actions:
|
78
|
+
comment: التعليق
|
68
79
|
create: إنشاء
|
69
80
|
destroy: حذف
|
81
|
+
endorse: تأييد
|
70
82
|
update: تحديث
|
71
83
|
name: مدونة
|
72
84
|
settings:
|
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
|
@@ -0,0 +1 @@
|
|
1
|
+
fa:
|
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