decidim-blogs 0.26.4 → 0.26.7
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 +9 -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/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 +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 +6 -3
- data/config/locales/uk.yml +0 -3
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +89 -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: da6df3e7ce55d46006357f98585eed7c0d19d6862558a29677de58adb6ab2435
|
4
|
+
data.tar.gz: c2306bcb404a003299c71acb223673d59703cf5395ef457e6b5a104a2b65ec88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e40309eb20587a3960fd7dbe2486174061cf90812e5cfb41081f9d6ac5d38a46880bb265b940268d0b5ad6f81abba29b4416041ab6e632f42d9bf96c8ed3dfe6
|
7
|
+
data.tar.gz: 4a4802d656962d8864c0bed4c705ba5102fa51629fd77d26bc24c26b20fa2334fa84bc303052a861c862ca816e9dd1a68af11ef268da441b0435885aebed9d41
|
@@ -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>
|
@@ -50,7 +50,7 @@
|
|
50
50
|
<% end %>
|
51
51
|
<div class="columns mediumlarge-8 <%= "mediumlarge-pull-4" if show_endorsements_card? %>">
|
52
52
|
<div class="section">
|
53
|
-
<%=
|
53
|
+
<%= decidim_sanitize_editor_admin translated_attribute post.body %>
|
54
54
|
</div>
|
55
55
|
<%= cell "decidim/endorsers_list", post %>
|
56
56
|
</div>
|
data/config/locales/ar.yml
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
ar:
|
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:
|
@@ -22,8 +28,6 @@ ar:
|
|
22
28
|
user_group_id: إنشاء مشاركة كـ
|
23
29
|
admin:
|
24
30
|
models:
|
25
|
-
components:
|
26
|
-
body: الجسم
|
27
31
|
post:
|
28
32
|
name: بريد
|
29
33
|
posts:
|
@@ -51,7 +55,7 @@ ar:
|
|
51
55
|
author: مؤلف
|
52
56
|
body: الجسم
|
53
57
|
created_at: أنشئت في
|
54
|
-
title:
|
58
|
+
title: العنوان
|
55
59
|
posts:
|
56
60
|
show:
|
57
61
|
back: العودة إلى القائمة
|
@@ -64,8 +68,10 @@ ar:
|
|
64
68
|
components:
|
65
69
|
blogs:
|
66
70
|
actions:
|
71
|
+
comment: التعليق
|
67
72
|
create: إنشاء
|
68
73
|
destroy: حذف
|
74
|
+
endorse: تأييد
|
69
75
|
update: تحديث
|
70
76
|
name: مدونة
|
71
77
|
settings:
|
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
|
@@ -0,0 +1 @@
|
|
1
|
+
fa:
|
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
|