decidim-blogs 0.26.9 → 0.27.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/blogs/admin/create_post.rb +1 -1
- data/app/commands/decidim/blogs/admin/update_post.rb +6 -3
- data/app/controllers/decidim/blogs/admin/posts_controller.rb +6 -2
- data/app/forms/decidim/blogs/admin/post_form.rb +27 -7
- data/app/helpers/decidim/blogs/admin/posts_helper.rb +15 -0
- data/app/models/decidim/blogs/post.rb +9 -17
- data/app/presenters/decidim/blogs/admin_log/post_presenter.rb +36 -0
- data/app/presenters/decidim/blogs/official_author_presenter.rb +14 -0
- data/app/presenters/decidim/blogs/post_presenter.rb +7 -1
- data/app/views/decidim/blogs/admin/posts/_form.html.erb +4 -4
- data/app/views/decidim/blogs/admin/posts/edit.html.erb +0 -1
- data/app/views/decidim/blogs/admin/posts/index.html.erb +0 -1
- data/app/views/decidim/blogs/admin/posts/new.html.erb +0 -1
- data/app/views/decidim/blogs/posts/_posts.html.erb +2 -1
- data/app/views/decidim/blogs/posts/show.html.erb +4 -3
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +5 -10
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +12 -11
- data/config/locales/cs.yml +11 -10
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +5 -10
- data/config/locales/el.yml +5 -14
- data/config/locales/en.yml +10 -10
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +11 -10
- data/config/locales/es-PY.yml +11 -10
- data/config/locales/es.yml +12 -11
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +29 -34
- data/config/locales/fi-plain.yml +11 -10
- data/config/locales/fi.yml +11 -10
- data/config/locales/fr-CA.yml +5 -10
- data/config/locales/fr.yml +5 -10
- data/config/locales/ga-IE.yml +4 -0
- data/config/locales/gl.yml +5 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +4 -18
- data/config/locales/id-ID.yml +4 -0
- data/config/locales/is-IS.yml +5 -1
- data/config/locales/it.yml +5 -1
- data/config/locales/ja.yml +9 -9
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +5 -1
- data/config/locales/lt.yml +1 -92
- data/config/locales/lv.yml +4 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +9 -5
- data/config/locales/no.yml +5 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +5 -1
- data/config/locales/pt-BR.yml +6 -14
- data/config/locales/pt.yml +5 -1
- data/config/locales/ro-RO.yml +5 -10
- data/config/locales/ru.yml +4 -22
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +4 -0
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +6 -9
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +4 -6
- data/config/locales/uk.yml +4 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +4 -0
- data/config/locales/zh-TW.yml +1 -89
- data/lib/decidim/blogs/component.rb +9 -3
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +22 -29
- data/config/environment.rb +0 -3
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -23
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/th-TH.yml +0 -1
data/config/locales/en.yml
CHANGED
@@ -1,12 +1,6 @@
|
|
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
|
10
4
|
models:
|
11
5
|
decidim/blogs/create_post_event: New blog post
|
12
6
|
activerecord:
|
@@ -17,14 +11,16 @@ en:
|
|
17
11
|
decidim:
|
18
12
|
blogs:
|
19
13
|
actions:
|
14
|
+
author_id: Create post as
|
20
15
|
confirm_destroy: Are you sure you want to delete this post?
|
21
16
|
destroy: Delete
|
22
17
|
edit: Edit
|
23
18
|
new: New post
|
24
19
|
title: Actions
|
25
|
-
user_group_id: Create post as
|
26
20
|
admin:
|
27
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Body
|
28
24
|
post:
|
29
25
|
name: Post
|
30
26
|
posts:
|
@@ -44,6 +40,11 @@ en:
|
|
44
40
|
update:
|
45
41
|
invalid: There was a problem saving the post.
|
46
42
|
success: Post successfully saved
|
43
|
+
admin_log:
|
44
|
+
post:
|
45
|
+
create: "%{user_name} created the %{resource_name} blog post in %{space_name}"
|
46
|
+
delete: "%{user_name} deleted the %{resource_name} blog post from %{space_name}"
|
47
|
+
update: "%{user_name} updated the %{resource_name} blog post in %{space_name}"
|
47
48
|
last_activity:
|
48
49
|
new_post_at_html: "<span>New post at %{link}</span>"
|
49
50
|
models:
|
@@ -52,7 +53,8 @@ en:
|
|
52
53
|
author: Author
|
53
54
|
body: Body
|
54
55
|
created_at: Created at
|
55
|
-
|
56
|
+
official_blog_post: Official post
|
57
|
+
title: title
|
56
58
|
posts:
|
57
59
|
show:
|
58
60
|
back: Back to list
|
@@ -65,10 +67,8 @@ en:
|
|
65
67
|
components:
|
66
68
|
blogs:
|
67
69
|
actions:
|
68
|
-
comment: Comment
|
69
70
|
create: Create
|
70
71
|
destroy: Delete
|
71
|
-
endorse: Endorse
|
72
72
|
update: Update
|
73
73
|
name: Blog
|
74
74
|
settings:
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
+
---
|
1
2
|
es-MX:
|
2
3
|
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
|
9
4
|
models:
|
10
5
|
decidim/blogs/create_post_event: Nueva publicación del blog
|
11
6
|
activerecord:
|
@@ -16,14 +11,16 @@ es-MX:
|
|
16
11
|
decidim:
|
17
12
|
blogs:
|
18
13
|
actions:
|
14
|
+
author_id: Crear publicación como
|
19
15
|
confirm_destroy: '¿Seguro que quieres eliminar esta publicación?'
|
20
16
|
destroy: Borrar
|
21
17
|
edit: Editar
|
22
18
|
new: Nueva publicación
|
23
19
|
title: Comportamiento
|
24
|
-
user_group_id: Crear publicación como
|
25
20
|
admin:
|
26
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Cuerpo
|
27
24
|
post:
|
28
25
|
name: Enviar
|
29
26
|
posts:
|
@@ -43,6 +40,11 @@ es-MX:
|
|
43
40
|
update:
|
44
41
|
invalid: Ha habido errores al guardar la publicación.
|
45
42
|
success: Publicación guardada con éxito
|
43
|
+
admin_log:
|
44
|
+
post:
|
45
|
+
create: "%{user_name} creó el post %{resource_name} en el blog de %{space_name}"
|
46
|
+
delete: "%{user_name} ha eliminado el post %{resource_name} en el blog de %{space_name}"
|
47
|
+
update: "%{user_name} ha actualizado el post %{resource_name} en el blog de %{space_name}"
|
46
48
|
last_activity:
|
47
49
|
new_post_at_html: "<span>Nueva publicación en %{link}</span>"
|
48
50
|
models:
|
@@ -51,7 +53,8 @@ es-MX:
|
|
51
53
|
author: Autoría
|
52
54
|
body: Cuerpo
|
53
55
|
created_at: Creado en
|
54
|
-
|
56
|
+
official_blog_post: Post oficial
|
57
|
+
title: título
|
55
58
|
posts:
|
56
59
|
show:
|
57
60
|
back: Volver al listado
|
@@ -64,10 +67,8 @@ es-MX:
|
|
64
67
|
components:
|
65
68
|
blogs:
|
66
69
|
actions:
|
67
|
-
comment: Comentar
|
68
70
|
create: Crear
|
69
71
|
destroy: Borrar
|
70
|
-
endorse: Adherirse
|
71
72
|
update: Actualizar
|
72
73
|
name: Blog
|
73
74
|
settings:
|
data/config/locales/es-PY.yml
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
+
---
|
1
2
|
es-PY:
|
2
3
|
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
|
9
4
|
models:
|
10
5
|
decidim/blogs/create_post_event: Nueva publicación del blog
|
11
6
|
activerecord:
|
@@ -16,14 +11,16 @@ es-PY:
|
|
16
11
|
decidim:
|
17
12
|
blogs:
|
18
13
|
actions:
|
14
|
+
author_id: Crear publicación como
|
19
15
|
confirm_destroy: '¿Seguro que quieres eliminar esta publicación?'
|
20
16
|
destroy: Borrar
|
21
17
|
edit: Editar
|
22
18
|
new: Nueva publicación
|
23
19
|
title: Comportamiento
|
24
|
-
user_group_id: Crear publicación como
|
25
20
|
admin:
|
26
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Cuerpo
|
27
24
|
post:
|
28
25
|
name: Enviar
|
29
26
|
posts:
|
@@ -43,6 +40,11 @@ es-PY:
|
|
43
40
|
update:
|
44
41
|
invalid: Ha habido errores al guardar la publicación.
|
45
42
|
success: Publicación guardada con éxito
|
43
|
+
admin_log:
|
44
|
+
post:
|
45
|
+
create: "%{user_name} creó el post %{resource_name} en el blog de %{space_name}"
|
46
|
+
delete: "%{user_name} ha eliminado el post %{resource_name} en el blog de %{space_name}"
|
47
|
+
update: "%{user_name} ha actualizado el post %{resource_name} en el blog de %{space_name}"
|
46
48
|
last_activity:
|
47
49
|
new_post_at_html: "<span>Nueva publicación en %{link}</span>"
|
48
50
|
models:
|
@@ -51,7 +53,8 @@ es-PY:
|
|
51
53
|
author: Autoría
|
52
54
|
body: Cuerpo
|
53
55
|
created_at: Creado en
|
54
|
-
|
56
|
+
official_blog_post: Post oficial
|
57
|
+
title: título
|
55
58
|
posts:
|
56
59
|
show:
|
57
60
|
back: Volver al listado
|
@@ -64,10 +67,8 @@ es-PY:
|
|
64
67
|
components:
|
65
68
|
blogs:
|
66
69
|
actions:
|
67
|
-
comment: Comentar
|
68
70
|
create: Crear
|
69
71
|
destroy: Borrar
|
70
|
-
endorse: Adherirse
|
71
72
|
update: Actualizar
|
72
73
|
name: Blog
|
73
74
|
settings:
|
data/config/locales/es.yml
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
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
|
9
4
|
models:
|
10
5
|
decidim/blogs/create_post_event: Nueva publicación en el blog
|
11
6
|
activerecord:
|
@@ -16,14 +11,16 @@ es:
|
|
16
11
|
decidim:
|
17
12
|
blogs:
|
18
13
|
actions:
|
19
|
-
|
14
|
+
author_id: Crear publicación como
|
15
|
+
confirm_destroy: '¿Estás segura que quieres eliminar esta publicación?'
|
20
16
|
destroy: Borrar
|
21
17
|
edit: Editar
|
22
18
|
new: Nueva publicación
|
23
19
|
title: Acciones
|
24
|
-
user_group_id: Crear publicación como
|
25
20
|
admin:
|
26
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Cuerpo
|
27
24
|
post:
|
28
25
|
name: Publicar
|
29
26
|
posts:
|
@@ -43,6 +40,11 @@ es:
|
|
43
40
|
update:
|
44
41
|
invalid: Se ha producido un error al guardar la publicación.
|
45
42
|
success: Se ha guardado la publicación correctamente
|
43
|
+
admin_log:
|
44
|
+
post:
|
45
|
+
create: "%{user_name} creó el post %{resource_name} en el blog de %{space_name}"
|
46
|
+
delete: "%{user_name} ha eliminado el post %{resource_name} en el blog de %{space_name}"
|
47
|
+
update: "%{user_name} ha actualizado el post %{resource_name} en el blog de %{space_name}"
|
46
48
|
last_activity:
|
47
49
|
new_post_at_html: "<span>Nueva publicación en %{link}</span>"
|
48
50
|
models:
|
@@ -51,7 +53,8 @@ es:
|
|
51
53
|
author: Autora
|
52
54
|
body: Cuerpo
|
53
55
|
created_at: Creado en
|
54
|
-
|
56
|
+
official_blog_post: Post oficial
|
57
|
+
title: título
|
55
58
|
posts:
|
56
59
|
show:
|
57
60
|
back: Volver al listado
|
@@ -64,10 +67,8 @@ es:
|
|
64
67
|
components:
|
65
68
|
blogs:
|
66
69
|
actions:
|
67
|
-
comment: Comentar
|
68
70
|
create: Crear
|
69
71
|
destroy: Borrar
|
70
|
-
endorse: Adherirse
|
71
72
|
update: Actualizar
|
72
73
|
name: Blog
|
73
74
|
settings:
|
data/config/locales/et.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -1,91 +1,86 @@
|
|
1
|
+
---
|
1
2
|
eu:
|
2
3
|
activemodel:
|
3
|
-
attributes:
|
4
|
-
post:
|
5
|
-
body: Gorputza
|
6
|
-
decidim_author_id: Egilea
|
7
|
-
published_at: Argitaratze-data
|
8
|
-
title: Izenburua
|
9
4
|
models:
|
10
|
-
decidim/blogs/create_post_event: Blogeko
|
5
|
+
decidim/blogs/create_post_event: Blogeko post berria
|
11
6
|
activerecord:
|
12
7
|
models:
|
13
8
|
decidim/blogs/post:
|
14
|
-
one:
|
15
|
-
other:
|
9
|
+
one: Post
|
10
|
+
other: Mezuak
|
16
11
|
decidim:
|
17
12
|
blogs:
|
18
13
|
actions:
|
19
|
-
|
14
|
+
author_id: Sortu argitalpena hau bezala
|
15
|
+
confirm_destroy: Ziur mezua ezabatu nahi duzula?
|
20
16
|
destroy: Ezabatu
|
21
17
|
edit: Editatu
|
22
|
-
new:
|
18
|
+
new: Post berria
|
23
19
|
title: Ekintzak
|
24
|
-
user_group_id: Sortu argitalpena hau bezala
|
25
20
|
admin:
|
26
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Gorputzeko
|
27
24
|
post:
|
28
|
-
name:
|
25
|
+
name: Post
|
29
26
|
posts:
|
30
27
|
create:
|
31
|
-
invalid: Arazo bat
|
32
|
-
success:
|
28
|
+
invalid: Arazo bat izan da post hau sortzeko
|
29
|
+
success: Mezua ondo sortu da
|
33
30
|
destroy:
|
34
|
-
success:
|
31
|
+
success: Mezua ondo ezabatu da
|
35
32
|
edit:
|
36
|
-
save:
|
33
|
+
save: eguneratzearen
|
37
34
|
title: Editatu argitalpena
|
38
35
|
index:
|
39
|
-
title:
|
36
|
+
title: Mezuak
|
40
37
|
new:
|
41
38
|
create: Sortu
|
42
|
-
title: Sortu
|
39
|
+
title: Sortu mezua
|
43
40
|
update:
|
44
|
-
invalid:
|
45
|
-
success:
|
41
|
+
invalid: Erroreak gertatu dira mezua gordetzean.
|
42
|
+
success: Mezua ondo gorde da
|
46
43
|
last_activity:
|
47
|
-
new_post_at_html: "<span> %{link}</span
|
44
|
+
new_post_at_html: "<span>Post berria %{link}</span>"
|
48
45
|
models:
|
49
46
|
post:
|
50
47
|
fields:
|
51
48
|
author: Egilea
|
52
|
-
body:
|
53
|
-
created_at:
|
49
|
+
body: Gorputzeko
|
50
|
+
created_at: Sortutako at
|
54
51
|
title: Izenburua
|
55
52
|
posts:
|
56
53
|
show:
|
57
54
|
back: Itzuli zerrendara
|
58
55
|
comments: Iruzkinak
|
59
|
-
view:
|
56
|
+
view: ikusi
|
60
57
|
sidebar_blog:
|
61
58
|
comments: iruzkinak
|
62
59
|
most_commented_posts: Gehien iruzkinatutako mezu
|
63
|
-
read_more:
|
60
|
+
read_more: Irakurri gehiago
|
64
61
|
components:
|
65
62
|
blogs:
|
66
63
|
actions:
|
67
|
-
comment: Iruzkindu
|
68
64
|
create: Sortu
|
69
65
|
destroy: Ezabatu
|
70
|
-
|
71
|
-
update: Gorde
|
66
|
+
update: Eguneratu
|
72
67
|
name: Bloga
|
73
68
|
settings:
|
74
69
|
global:
|
75
|
-
announcement:
|
70
|
+
announcement: Anuntzio
|
76
71
|
comments_enabled: Iruzkinak gaituta
|
77
|
-
comments_max_length: Iruzkinen gehieneko luzera (utzi 0
|
72
|
+
comments_max_length: Iruzkinen gehieneko luzera (utzi 0 defektuz konfigurazioa mantendu nahi baduzu)
|
78
73
|
step:
|
79
|
-
announcement:
|
74
|
+
announcement: Anuntzio
|
80
75
|
comments_blocked: Iruzkinak blokeatuta
|
81
76
|
endorsements_blocked: Atxikimenduak blokeatuta
|
82
77
|
endorsements_enabled: Atxikimenduak gaituta
|
83
78
|
events:
|
84
79
|
blogs:
|
85
80
|
post_created:
|
86
|
-
email_intro: '"%{resource_title}"
|
81
|
+
email_intro: '"%{resource_title}" mezua "%{participatory_space_title}" argitaratzen ari zarela jarraitzen ari zara.'
|
87
82
|
email_outro: Jakinarazpena jaso duzu "%{participatory_space_title}" jarraitzen ari zarelako. Aurreko estekan utzi ahal diozu jarraitzeari.
|
88
|
-
email_subject:
|
83
|
+
email_subject: '%{participatory_space_title} argitaratutako mezu berria'
|
89
84
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> posta %{participatory_space_title} argitaratu da
|
90
85
|
statistics:
|
91
86
|
posts_count: Argitalpenak
|
data/config/locales/fi-plain.yml
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
+
---
|
1
2
|
fi-pl:
|
2
3
|
activemodel:
|
3
|
-
attributes:
|
4
|
-
post:
|
5
|
-
body: Sisältöteksti
|
6
|
-
decidim_author_id: Laatija
|
7
|
-
published_at: Julkaisuaika
|
8
|
-
title: Otsikko
|
9
4
|
models:
|
10
5
|
decidim/blogs/create_post_event: Uusi blogiartikkeli
|
11
6
|
activerecord:
|
@@ -16,14 +11,16 @@ fi-pl:
|
|
16
11
|
decidim:
|
17
12
|
blogs:
|
18
13
|
actions:
|
14
|
+
author_id: Luo artikkeli käyttäjänä
|
19
15
|
confirm_destroy: Haluatko varmasti poistaa tämän artikkelin?
|
20
16
|
destroy: Poista
|
21
17
|
edit: Muokkaa
|
22
18
|
new: Uusi artikkeli
|
23
19
|
title: Toiminnot
|
24
|
-
user_group_id: Luo artikkeli käyttäjänä
|
25
20
|
admin:
|
26
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Leipäteksti
|
27
24
|
post:
|
28
25
|
name: Artikkeli
|
29
26
|
posts:
|
@@ -43,6 +40,11 @@ fi-pl:
|
|
43
40
|
update:
|
44
41
|
invalid: Artikkelin tallennuksessa tapahtui virheitä.
|
45
42
|
success: Artikkeli tallennettu onnistuneesti
|
43
|
+
admin_log:
|
44
|
+
post:
|
45
|
+
create: "%{user_name} loi blogikirjoituksen %{resource_name} tilassa %{space_name}"
|
46
|
+
delete: "%{user_name} poisti blogikirjoituksen %{resource_name} tilasta %{space_name}"
|
47
|
+
update: "%{user_name} päivitti blogikirjoitusta %{resource_name} tilassa %{space_name}"
|
46
48
|
last_activity:
|
47
49
|
new_post_at_html: "<span>Uusi artikkeli osoitteessa %{link}</span>"
|
48
50
|
models:
|
@@ -51,7 +53,8 @@ fi-pl:
|
|
51
53
|
author: Kirjoittaja
|
52
54
|
body: Leipäteksti
|
53
55
|
created_at: Luotu
|
54
|
-
|
56
|
+
official_blog_post: Virallinen artikkeli
|
57
|
+
title: otsikko
|
55
58
|
posts:
|
56
59
|
show:
|
57
60
|
back: Takaisin listaan
|
@@ -64,10 +67,8 @@ fi-pl:
|
|
64
67
|
components:
|
65
68
|
blogs:
|
66
69
|
actions:
|
67
|
-
comment: Kommentointi
|
68
70
|
create: Luo
|
69
71
|
destroy: Poista
|
70
|
-
endorse: Suosittelu
|
71
72
|
update: Päivitä
|
72
73
|
name: Blogi
|
73
74
|
settings:
|
data/config/locales/fi.yml
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
+
---
|
1
2
|
fi:
|
2
3
|
activemodel:
|
3
|
-
attributes:
|
4
|
-
post:
|
5
|
-
body: Sisältöteksti
|
6
|
-
decidim_author_id: Laatija
|
7
|
-
published_at: Julkaisuaika
|
8
|
-
title: Otsikko
|
9
4
|
models:
|
10
5
|
decidim/blogs/create_post_event: Uusi blogiartikkeli
|
11
6
|
activerecord:
|
@@ -16,14 +11,16 @@ fi:
|
|
16
11
|
decidim:
|
17
12
|
blogs:
|
18
13
|
actions:
|
14
|
+
author_id: Luo artikkeli käyttäjänä
|
19
15
|
confirm_destroy: Haluatko varmasti poistaa tämän artikkelin?
|
20
16
|
destroy: Poista
|
21
17
|
edit: Muokkaa
|
22
18
|
new: Uusi artikkeli
|
23
19
|
title: Toiminnot
|
24
|
-
user_group_id: Luo artikkeli käyttäjänä
|
25
20
|
admin:
|
26
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Leipäteksti
|
27
24
|
post:
|
28
25
|
name: Artikkeli
|
29
26
|
posts:
|
@@ -43,6 +40,11 @@ fi:
|
|
43
40
|
update:
|
44
41
|
invalid: Artikkelin tallennus epäonnistui.
|
45
42
|
success: Artikkeli tallennus onnistui
|
43
|
+
admin_log:
|
44
|
+
post:
|
45
|
+
create: "%{user_name} loi blogikirjoituksen %{resource_name} tilassa %{space_name}"
|
46
|
+
delete: "%{user_name} poisti blogikirjoituksen %{resource_name} tilasta %{space_name}"
|
47
|
+
update: "%{user_name} päivitti blogikirjoitusta %{resource_name} tilassa %{space_name}"
|
46
48
|
last_activity:
|
47
49
|
new_post_at_html: "<span>Uusi artikkeli osoitteessa %{link}</span>"
|
48
50
|
models:
|
@@ -51,7 +53,8 @@ fi:
|
|
51
53
|
author: Laatija
|
52
54
|
body: Leipäteksti
|
53
55
|
created_at: Luotu
|
54
|
-
|
56
|
+
official_blog_post: Virallinen artikkeli
|
57
|
+
title: otsikko
|
55
58
|
posts:
|
56
59
|
show:
|
57
60
|
back: Takaisin listaan
|
@@ -64,10 +67,8 @@ fi:
|
|
64
67
|
components:
|
65
68
|
blogs:
|
66
69
|
actions:
|
67
|
-
comment: Kommentointi
|
68
70
|
create: Luo
|
69
71
|
destroy: Poista
|
70
|
-
endorse: Suosittelu
|
71
72
|
update: Päivitä
|
72
73
|
name: Blogi
|
73
74
|
settings:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
+
---
|
1
2
|
fr-CA:
|
2
3
|
activemodel:
|
3
|
-
attributes:
|
4
|
-
post:
|
5
|
-
body: Corps du texte
|
6
|
-
decidim_author_id: Auteur
|
7
|
-
published_at: Date de publication
|
8
|
-
title: Titre
|
9
4
|
models:
|
10
5
|
decidim/blogs/create_post_event: Nouvel article
|
11
6
|
activerecord:
|
@@ -16,14 +11,16 @@ fr-CA:
|
|
16
11
|
decidim:
|
17
12
|
blogs:
|
18
13
|
actions:
|
14
|
+
author_id: Créer un article comme
|
19
15
|
confirm_destroy: Êtes-vous certain de vouloir supprimer cet article ?
|
20
16
|
destroy: Supprimer
|
21
17
|
edit: Modifier
|
22
18
|
new: Nouvel article
|
23
19
|
title: Actions
|
24
|
-
user_group_id: Créer un article comme
|
25
20
|
admin:
|
26
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Corps du texte
|
27
24
|
post:
|
28
25
|
name: Publier
|
29
26
|
posts:
|
@@ -51,7 +48,7 @@ fr-CA:
|
|
51
48
|
author: Auteur
|
52
49
|
body: Corps du texte
|
53
50
|
created_at: Créé à
|
54
|
-
title:
|
51
|
+
title: titre
|
55
52
|
posts:
|
56
53
|
show:
|
57
54
|
back: Retour à la liste
|
@@ -64,10 +61,8 @@ fr-CA:
|
|
64
61
|
components:
|
65
62
|
blogs:
|
66
63
|
actions:
|
67
|
-
comment: Commenter
|
68
64
|
create: Créer
|
69
65
|
destroy: Supprimer
|
70
|
-
endorse: Soutenir
|
71
66
|
update: Mettre à jour
|
72
67
|
name: Actualités
|
73
68
|
settings:
|
data/config/locales/fr.yml
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
3
|
activemodel:
|
3
|
-
attributes:
|
4
|
-
post:
|
5
|
-
body: Corps du texte
|
6
|
-
decidim_author_id: Auteur
|
7
|
-
published_at: Date de publication
|
8
|
-
title: Titre
|
9
4
|
models:
|
10
5
|
decidim/blogs/create_post_event: Nouvel article
|
11
6
|
activerecord:
|
@@ -16,14 +11,16 @@ fr:
|
|
16
11
|
decidim:
|
17
12
|
blogs:
|
18
13
|
actions:
|
14
|
+
author_id: Créer un article en tant que
|
19
15
|
confirm_destroy: Êtes-vous certain de vouloir supprimer cet article ?
|
20
16
|
destroy: Supprimer
|
21
17
|
edit: Modifier
|
22
18
|
new: Nouvel article
|
23
19
|
title: Actions
|
24
|
-
user_group_id: Créer un article en tant que
|
25
20
|
admin:
|
26
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Corps du texte
|
27
24
|
post:
|
28
25
|
name: Publier
|
29
26
|
posts:
|
@@ -51,7 +48,7 @@ fr:
|
|
51
48
|
author: Auteur
|
52
49
|
body: Corps du texte
|
53
50
|
created_at: Créé à
|
54
|
-
title:
|
51
|
+
title: titre
|
55
52
|
posts:
|
56
53
|
show:
|
57
54
|
back: Retour à la liste
|
@@ -64,10 +61,8 @@ fr:
|
|
64
61
|
components:
|
65
62
|
blogs:
|
66
63
|
actions:
|
67
|
-
comment: Commenter
|
68
64
|
create: Créer
|
69
65
|
destroy: Supprimer
|
70
|
-
endorse: Soutenir
|
71
66
|
update: Mettre à jour
|
72
67
|
name: Actualités
|
73
68
|
settings:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ga:
|
2
3
|
activerecord:
|
3
4
|
models:
|
@@ -16,6 +17,8 @@ ga:
|
|
16
17
|
title: Gníomhartha
|
17
18
|
admin:
|
18
19
|
models:
|
20
|
+
components:
|
21
|
+
body: Corp
|
19
22
|
post:
|
20
23
|
name: Postáil
|
21
24
|
posts:
|
@@ -32,6 +35,7 @@ ga:
|
|
32
35
|
fields:
|
33
36
|
author: Údar
|
34
37
|
body: Corp
|
38
|
+
title: teideal
|
35
39
|
posts:
|
36
40
|
show:
|
37
41
|
comments: Tráchtanna
|
data/config/locales/gl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
gl:
|
2
3
|
activemodel:
|
3
4
|
models:
|
@@ -10,14 +11,16 @@ gl:
|
|
10
11
|
decidim:
|
11
12
|
blogs:
|
12
13
|
actions:
|
14
|
+
author_id: Crear publicación como
|
13
15
|
confirm_destroy: Tes a certeza de querer eliminar esta publicación?
|
14
16
|
destroy: Eliminar
|
15
17
|
edit: Editar
|
16
18
|
new: Nova publicación
|
17
19
|
title: Accións
|
18
|
-
user_group_id: Crear publicación como
|
19
20
|
admin:
|
20
21
|
models:
|
22
|
+
components:
|
23
|
+
body: Corpo
|
21
24
|
post:
|
22
25
|
name: Publicación
|
23
26
|
posts:
|
@@ -45,6 +48,7 @@ gl:
|
|
45
48
|
author: Autor
|
46
49
|
body: Corpo
|
47
50
|
created_at: Creado o
|
51
|
+
title: título
|
48
52
|
posts:
|
49
53
|
show:
|
50
54
|
back: Volver á listaxe
|
data/config/locales/hr.yml
CHANGED