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.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/app/views/decidim/blogs/admin/posts/_form.html.erb +1 -1
  3. data/app/views/decidim/blogs/posts/show.html.erb +1 -1
  4. data/config/locales/ar.yml +15 -3
  5. data/config/locales/ca.yml +10 -4
  6. data/config/locales/cs.yml +9 -3
  7. data/config/locales/de.yml +0 -3
  8. data/config/locales/el.yml +0 -3
  9. data/config/locales/en.yml +9 -3
  10. data/config/locales/es-MX.yml +9 -3
  11. data/config/locales/es-PY.yml +9 -3
  12. data/config/locales/es.yml +10 -4
  13. data/config/locales/eu.yml +35 -23
  14. data/config/locales/fa-IR.yml +1 -0
  15. data/config/locales/fi-plain.yml +9 -3
  16. data/config/locales/fi.yml +9 -3
  17. data/config/locales/fr-CA.yml +9 -3
  18. data/config/locales/fr.yml +9 -3
  19. data/config/locales/ga-IE.yml +0 -3
  20. data/config/locales/gl.yml +0 -3
  21. data/config/locales/hu.yml +0 -3
  22. data/config/locales/id-ID.yml +0 -3
  23. data/config/locales/is-IS.yml +0 -3
  24. data/config/locales/it.yml +0 -3
  25. data/config/locales/ja.yml +8 -2
  26. data/config/locales/ka-GE.yml +1 -0
  27. data/config/locales/kaa.yml +1 -0
  28. data/config/locales/lb.yml +0 -3
  29. data/config/locales/lt.yml +3 -3
  30. data/config/locales/lv.yml +0 -3
  31. data/config/locales/nl.yml +0 -3
  32. data/config/locales/no.yml +0 -3
  33. data/config/locales/pl.yml +0 -3
  34. data/config/locales/pt-BR.yml +0 -3
  35. data/config/locales/pt.yml +0 -3
  36. data/config/locales/ro-RO.yml +15 -3
  37. data/config/locales/ru.yml +0 -3
  38. data/config/locales/sk.yml +0 -3
  39. data/config/locales/sv.yml +5 -3
  40. data/config/locales/tr-TR.yml +6 -3
  41. data/config/locales/uk.yml +0 -3
  42. data/config/locales/zh-CN.yml +0 -3
  43. data/config/locales/zh-TW.yml +96 -0
  44. data/lib/decidim/blogs/component.rb +1 -1
  45. data/lib/decidim/blogs/version.rb +1 -1
  46. metadata +19 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5d74de31638e29699343c06a34474a153e51d9e052b8a58a4af99bcf8794b18
4
- data.tar.gz: 03d1a0ea81ec7c22fefc630ec12fea6c567af6047de20eaa0d1952b12b91e188
3
+ metadata.gz: f3e84a353d8de91e79dcb58a62fc4fef6b7fd19230f64ae7a0fa76d48d12dff9
4
+ data.tar.gz: ebdbb6c878ee5e294ee0ac6860cd83d8674cf971bef82b72e985c4371aca255e
5
5
  SHA512:
6
- metadata.gz: d680aab375d8e7d3cf9d12b13b1bde89050573733d74bcdfca8022036af98f5c28133f63f8331ea986d4a802ddda2d47a5b5d2f29704f14ea9f971319b10d4ae
7
- data.tar.gz: 339a8f96c1bafcbe90509f5982790b8391ae1fc6eaefb28e643cadd04f9cb995ca92074d3b55767547e5de45cd84549974fbdb30330f347ad6ab30e10dd08fef
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, toolbar: :full, lines: 30, label: t("models.components.body", scope: "decidim.blogs.admin") %>
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
- <%= decidim_sanitize_editor translated_attribute post.body %>
55
+ <%= decidim_sanitize_editor_admin translated_attribute(post.body) %>
56
56
  </div>
57
57
  <%= cell "decidim/endorsers_list", post %>
58
58
  </div>
@@ -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
- title: عنوان
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:
@@ -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: Estàs segura que vols eliminar aquesta publicació?
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: títol
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:
@@ -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: titulek
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:
@@ -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
@@ -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: Επιστροφή στη λίστα
@@ -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: 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:
@@ -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: título
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:
@@ -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: título
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:
@@ -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: '¿Estás segura que quieres eliminar esta publicación?'
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: título
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:
@@ -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: Post
10
- other: Mezuak
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 mezua ezabatu nahi duzula?
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: Post
29
+ name: Argitalpena
26
30
  posts:
27
31
  create:
28
- invalid: Arazo bat izan da post hau sortzeko
29
- success: Mezua ondo sortu da
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: eguneratzearen
37
+ save: Eguneratu
34
38
  title: Editatu argitalpena
35
39
  index:
36
- title: Mezuak
40
+ title: Argitalpenak
37
41
  new:
38
42
  create: Sortu
39
- title: Sortu mezua
43
+ title: Sortu argitalpena
40
44
  update:
41
- invalid: Erroreak gertatu dira mezua gordetzean.
42
- success: Mezua ondo gorde da
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: Gorputzeko
50
- created_at: Sortutako 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: ikusi
66
+ view: Ikusi
57
67
  sidebar_blog:
58
68
  comments: iruzkinak
59
69
  most_commented_posts: Gehien iruzkinatutako mezu
60
- read_more: Irakurri gehiago
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: Anuntzio
82
+ announcement: Iragarpena
71
83
  comments_enabled: Iruzkinak gaituta
72
- comments_max_length: Iruzkinen gehieneko luzera (utzi 0 defektuz konfigurazioa mantendu nahi baduzu)
84
+ comments_max_length: Iruzkinen gehieneko luzera (utzi 0 lehenetsitako konfigurazioari eutsi nahi badiozu)
73
85
  step:
74
- announcement: Anuntzio
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}" mezua "%{participatory_space_title}" argitaratzen ari zarela jarraitzen ari zara.'
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: '%{participatory_space_title} argitaratutako mezu berria'
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:
@@ -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: otsikko
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:
@@ -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: otsikko
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:
@@ -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: titre
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:
@@ -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: titre
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:
@@ -17,8 +17,6 @@ ga:
17
17
  title: Gníomhartha
18
18
  admin:
19
19
  models:
20
- components:
21
- body: Corp
22
20
  post:
23
21
  name: Postáil
24
22
  posts:
@@ -35,7 +33,6 @@ ga:
35
33
  fields:
36
34
  author: Údar
37
35
  body: Corp
38
- title: teideal
39
36
  posts:
40
37
  show:
41
38
  comments: Tráchtanna