decidim-blogs 0.27.8 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/blogs/content_blocks/highlighted_posts/content.erb +17 -0
- data/app/cells/decidim/blogs/content_blocks/highlighted_posts_cell.rb +52 -0
- data/app/cells/decidim/blogs/post_activity_cell.rb +1 -4
- data/app/cells/decidim/blogs/post_cell.rb +9 -2
- data/app/cells/decidim/blogs/post_g_cell.rb +31 -0
- data/app/cells/decidim/blogs/post_l_cell.rb +35 -0
- data/app/cells/decidim/blogs/post_metadata_cell.rb +29 -0
- data/app/cells/decidim/blogs/post_metadata_g_cell.rb +14 -0
- data/app/cells/decidim/blogs/post_s_cell.rb +15 -0
- data/app/commands/decidim/blogs/admin/create_post.rb +1 -0
- data/app/commands/decidim/blogs/admin/update_post.rb +10 -1
- data/app/controllers/decidim/blogs/admin/posts_controller.rb +2 -2
- data/app/controllers/decidim/blogs/posts_controller.rb +16 -4
- data/app/forms/decidim/blogs/admin/post_form.rb +2 -1
- data/app/helpers/decidim/blogs/admin/posts_helper.rb +11 -1
- data/app/helpers/decidim/blogs/application_helper.rb +4 -0
- data/app/helpers/decidim/blogs/posts_helper.rb +2 -4
- data/app/models/decidim/blogs/post.rb +14 -3
- data/app/packs/entrypoints/decidim_blogs.js +3 -0
- data/app/packs/stylesheets/blogs.scss +53 -0
- data/app/presenters/decidim/blogs/admin_log/post_presenter.rb +2 -2
- data/app/views/decidim/blogs/admin/posts/_form.html.erb +19 -13
- data/app/views/decidim/blogs/admin/posts/edit.html.erb +16 -6
- data/app/views/decidim/blogs/admin/posts/index.html.erb +60 -52
- data/app/views/decidim/blogs/admin/posts/new.html.erb +17 -6
- data/app/views/decidim/blogs/posts/_actions.html.erb +18 -0
- data/app/views/decidim/blogs/posts/index.html.erb +22 -9
- data/app/views/decidim/blogs/posts/show.html.erb +37 -47
- data/config/locales/ar.yml +2 -20
- data/config/locales/bg.yml +0 -86
- data/config/locales/ca.yml +16 -18
- data/config/locales/cs.yml +17 -17
- data/config/locales/de.yml +15 -17
- data/config/locales/el.yml +7 -18
- data/config/locales/en.yml +15 -17
- data/config/locales/es-MX.yml +15 -17
- data/config/locales/es-PY.yml +15 -17
- data/config/locales/es.yml +15 -17
- data/config/locales/eu.yml +16 -18
- data/config/locales/fi-plain.yml +15 -17
- data/config/locales/fi.yml +15 -17
- data/config/locales/fr-CA.yml +15 -17
- data/config/locales/fr.yml +15 -17
- data/config/locales/ga-IE.yml +0 -12
- data/config/locales/gl.yml +0 -21
- data/config/locales/hu.yml +15 -23
- data/config/locales/id-ID.yml +0 -19
- data/config/locales/is-IS.yml +0 -13
- data/config/locales/it.yml +0 -24
- data/config/locales/ja.yml +14 -17
- data/config/locales/ko.yml +0 -38
- data/config/locales/lb.yml +0 -24
- data/config/locales/lt.yml +12 -18
- data/config/locales/lv.yml +0 -21
- data/config/locales/nl.yml +0 -21
- data/config/locales/no.yml +0 -21
- data/config/locales/pl.yml +0 -42
- data/config/locales/pt-BR.yml +12 -27
- data/config/locales/pt.yml +0 -24
- data/config/locales/ro-RO.yml +7 -18
- data/config/locales/ru.yml +12 -18
- data/config/locales/sk.yml +0 -21
- data/config/locales/sq-AL.yml +0 -79
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +5 -20
- data/config/locales/tr-TR.yml +0 -21
- data/config/locales/uk.yml +0 -17
- data/config/locales/zh-CN.yml +0 -21
- data/config/locales/zh-TW.yml +3 -14
- data/db/migrate/20220812122940_add_published_at_to_decidim_blogs_posts.rb +17 -0
- data/lib/decidim/api/blogs_type.rb +14 -2
- data/lib/decidim/api/post_type.rb +1 -0
- data/lib/decidim/blogs/admin_engine.rb +2 -2
- data/lib/decidim/blogs/component.rb +4 -60
- data/lib/decidim/blogs/engine.rb +16 -1
- data/lib/decidim/blogs/seeds.rb +76 -0
- data/lib/decidim/blogs/test/factories.rb +9 -19
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +39 -30
- data/app/cells/decidim/blogs/post_m/footer.erb +0 -5
- data/app/cells/decidim/blogs/post_m_cell.rb +0 -21
- data/app/views/decidim/blogs/posts/_datetime.html.erb +0 -1
- data/app/views/decidim/blogs/posts/_posts.html.erb +0 -24
- data/app/views/decidim/blogs/posts/_sidebar_blog.html.erb +0 -21
- data/config/locales/he-IL.yml +0 -1
- data/decidim-blogs.gemspec +0 -36
data/config/locales/fr.yml
CHANGED
@@ -24,52 +24,50 @@ fr:
|
|
24
24
|
new: Nouvel article
|
25
25
|
title: Actions
|
26
26
|
admin:
|
27
|
-
models:
|
28
|
-
post:
|
29
|
-
name: Publier
|
30
27
|
posts:
|
31
28
|
create:
|
32
|
-
invalid: Un problème est survenu lors de la création de cet article
|
33
|
-
success: Article créé avec succès
|
29
|
+
invalid: Un problème est survenu lors de la création de cet article.
|
30
|
+
success: Article créé avec succès.
|
34
31
|
destroy:
|
35
|
-
success: Article supprimé avec succès
|
32
|
+
success: Article supprimé avec succès.
|
36
33
|
edit:
|
37
34
|
save: Mettre à jour
|
38
35
|
title: Éditer le post
|
39
36
|
index:
|
37
|
+
not_published_yet: Pas encore publié.
|
40
38
|
title: Articles
|
41
39
|
new:
|
42
40
|
create: Créer
|
43
41
|
title: Créer un article
|
44
42
|
update:
|
45
43
|
invalid: Il y a eu des erreurs lors de l'enregistrement de l'article.
|
46
|
-
success: Article enregistré avec succès
|
44
|
+
success: Article enregistré avec succès.
|
47
45
|
admin_log:
|
48
46
|
post:
|
49
47
|
create: "%{user_name} a créé l'article de blog %{resource_name} dans %{space_name}"
|
50
48
|
delete: "%{user_name} a supprimé l'article de blog %{resource_name} dans %{space_name}"
|
51
49
|
update: "%{user_name} a mis à jour l'article de blog %{resource_name} dans %{space_name}"
|
50
|
+
content_blocks:
|
51
|
+
highlighted_posts:
|
52
|
+
last_published: Dernière publication
|
53
|
+
name: Articles
|
54
|
+
see_all: Voir tous les articles
|
52
55
|
last_activity:
|
53
|
-
|
56
|
+
new_post: 'Nouvel article :'
|
54
57
|
models:
|
55
58
|
post:
|
56
59
|
fields:
|
57
60
|
author: Auteur
|
58
61
|
body: Corps du texte
|
59
|
-
created_at: Créé à
|
60
62
|
official_blog_post: Article officiel
|
63
|
+
published_at: Date de publication
|
61
64
|
title: Titre
|
62
65
|
posts:
|
63
66
|
index:
|
67
|
+
count:
|
68
|
+
one: "%{count} article"
|
69
|
+
other: "%{count} articles"
|
64
70
|
empty: Il n'y a pas encore d'articles.
|
65
|
-
show:
|
66
|
-
back: Retour à la liste
|
67
|
-
comments: Commentaires
|
68
|
-
view: Voir
|
69
|
-
sidebar_blog:
|
70
|
-
comments: commentaires
|
71
|
-
most_commented_posts: Articles les plus commentés
|
72
|
-
read_more: Voir la suite
|
73
71
|
components:
|
74
72
|
blogs:
|
75
73
|
actions:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -16,9 +16,6 @@ ga:
|
|
16
16
|
new: Postáil nua
|
17
17
|
title: Gníomhartha
|
18
18
|
admin:
|
19
|
-
models:
|
20
|
-
post:
|
21
|
-
name: Postáil
|
22
19
|
posts:
|
23
20
|
edit:
|
24
21
|
save: Nuashonraigh
|
@@ -33,17 +30,8 @@ ga:
|
|
33
30
|
fields:
|
34
31
|
author: Údar
|
35
32
|
body: Corp
|
36
|
-
posts:
|
37
|
-
show:
|
38
|
-
comments: Tráchtanna
|
39
|
-
view: Amharc
|
40
|
-
sidebar_blog:
|
41
|
-
comments: tráchtanna
|
42
33
|
components:
|
43
34
|
blogs:
|
44
|
-
actions:
|
45
|
-
comment: Tabhair Trácht
|
46
|
-
endorse: Formhuinigh
|
47
35
|
name: Blag
|
48
36
|
settings:
|
49
37
|
step:
|
data/config/locales/gl.yml
CHANGED
@@ -18,15 +18,7 @@ gl:
|
|
18
18
|
new: Nova publicación
|
19
19
|
title: Accións
|
20
20
|
admin:
|
21
|
-
models:
|
22
|
-
post:
|
23
|
-
name: Publicación
|
24
21
|
posts:
|
25
|
-
create:
|
26
|
-
invalid: Produciuse un problema ao crear esta publicación
|
27
|
-
success: Publicación creada con éxito
|
28
|
-
destroy:
|
29
|
-
success: Publicación eliminada con éxito
|
30
22
|
edit:
|
31
23
|
save: Actualizar
|
32
24
|
title: Editar publicación
|
@@ -37,24 +29,11 @@ gl:
|
|
37
29
|
title: Crear unha publicación
|
38
30
|
update:
|
39
31
|
invalid: Produciuse un erro ao gardar a publicación.
|
40
|
-
success: Publicación gardada con éxito
|
41
|
-
last_activity:
|
42
|
-
new_post_at_html: "<span>Nova publicación en %{link}</span>"
|
43
32
|
models:
|
44
33
|
post:
|
45
34
|
fields:
|
46
35
|
author: Autor
|
47
36
|
body: Corpo
|
48
|
-
created_at: Creado o
|
49
|
-
posts:
|
50
|
-
show:
|
51
|
-
back: Volver á listaxe
|
52
|
-
comments: Comentarios
|
53
|
-
view: Ver
|
54
|
-
sidebar_blog:
|
55
|
-
comments: comentarios
|
56
|
-
most_commented_posts: As publicacións máis comentadas
|
57
|
-
read_more: Ler máis
|
58
37
|
components:
|
59
38
|
blogs:
|
60
39
|
actions:
|
data/config/locales/hu.yml
CHANGED
@@ -24,59 +24,51 @@ hu:
|
|
24
24
|
new: Új bejegyzés
|
25
25
|
title: Műveletek
|
26
26
|
admin:
|
27
|
-
models:
|
28
|
-
post:
|
29
|
-
name: Bejegyzés
|
30
27
|
posts:
|
31
28
|
create:
|
32
|
-
invalid: Probléma történt a bejegyzés létrehozásakor
|
33
|
-
success: Bejegyzés
|
29
|
+
invalid: Probléma történt a bejegyzés létrehozásakor.
|
30
|
+
success: Bejegyzés sikeresen létrehozva.
|
34
31
|
destroy:
|
35
|
-
success: Bejegyzés
|
32
|
+
success: Bejegyzés sikeresen törölve.
|
36
33
|
edit:
|
37
34
|
save: Frissítés
|
38
35
|
title: Bejegyzés szerkesztése
|
39
36
|
index:
|
37
|
+
not_published_yet: Még nincs közzétéve.
|
40
38
|
title: Bejegyzések
|
41
39
|
new:
|
42
40
|
create: Létrehozás
|
43
41
|
title: Bejegyzés létrehozása
|
44
42
|
update:
|
45
43
|
invalid: Hiba történt a bejegyzés mentése során.
|
46
|
-
success: Bejegyzés mentése sikeres
|
44
|
+
success: Bejegyzés mentése sikeres.
|
47
45
|
admin_log:
|
48
46
|
post:
|
49
47
|
create: "%{user_name} létrehozta a(z) %{resource_name} blogposztot itt: %{space_name}"
|
50
48
|
delete: "%{user_name} törölte a(z) %{resource_name} blogposztot itt: %{space_name}"
|
51
49
|
update: "%{user_name} frissítette a(z) %{resource_name} blogposztot itt: %{space_name}"
|
50
|
+
content_blocks:
|
51
|
+
highlighted_posts:
|
52
|
+
last_published: Utoljára közzétett
|
53
|
+
name: Bejegyzések
|
54
|
+
see_all: Megnézem az összes bejegyzést
|
52
55
|
last_activity:
|
53
|
-
|
56
|
+
new_post: 'Új bejegyzés:'
|
54
57
|
models:
|
55
58
|
post:
|
56
59
|
fields:
|
57
60
|
author: Szerző
|
58
61
|
body: Szöveg
|
59
|
-
created_at: 'Létrehozva:'
|
60
62
|
official_blog_post: Hivatalos bejegyzés
|
63
|
+
published_at: Közzététel időpontja
|
61
64
|
title: Cím
|
62
|
-
posts:
|
63
|
-
index:
|
64
|
-
empty: Még nincsenek bejegyzések.
|
65
|
-
show:
|
66
|
-
back: Vissza a listához
|
67
|
-
comments: Hozzászólások
|
68
|
-
view: Nézet
|
69
|
-
sidebar_blog:
|
70
|
-
comments: hozzászólások
|
71
|
-
most_commented_posts: Legtöbb hozzászólással
|
72
|
-
read_more: Bővebben
|
73
65
|
components:
|
74
66
|
blogs:
|
75
67
|
actions:
|
76
68
|
comment: Hozzászólás
|
77
69
|
create: Létrehozás
|
78
70
|
destroy: Törlés
|
79
|
-
endorse: Jóváhagy
|
71
|
+
endorse: Helyesel/Jóváhagy
|
80
72
|
update: Frissítés
|
81
73
|
name: Blog
|
82
74
|
settings:
|
@@ -87,8 +79,8 @@ hu:
|
|
87
79
|
step:
|
88
80
|
announcement: Közlemény
|
89
81
|
comments_blocked: Megjegyzések letiltva
|
90
|
-
endorsements_blocked:
|
91
|
-
endorsements_enabled:
|
82
|
+
endorsements_blocked: Jóváhagyások letiltva
|
83
|
+
endorsements_enabled: Jóváhagyások engedélyezve
|
92
84
|
events:
|
93
85
|
blogs:
|
94
86
|
post_created:
|
data/config/locales/id-ID.yml
CHANGED
@@ -16,15 +16,7 @@ id:
|
|
16
16
|
new: Berita Baru
|
17
17
|
title: Tindakan
|
18
18
|
admin:
|
19
|
-
models:
|
20
|
-
post:
|
21
|
-
name: Pos
|
22
19
|
posts:
|
23
|
-
create:
|
24
|
-
invalid: Terjadi masalah saat membuat pos ini
|
25
|
-
success: Pos berhasil dibuat
|
26
|
-
destroy:
|
27
|
-
success: Posting berhasil dihapus
|
28
20
|
edit:
|
29
21
|
save: Memperbarui
|
30
22
|
index:
|
@@ -34,22 +26,11 @@ id:
|
|
34
26
|
title: Buat posting
|
35
27
|
update:
|
36
28
|
invalid: Terjadi masalah saat menyimpan pos.
|
37
|
-
success: Posting berhasil disimpan
|
38
|
-
last_activity:
|
39
|
-
new_post_at_html: "<span>Posting baru di %{link}</span>"
|
40
29
|
models:
|
41
30
|
post:
|
42
31
|
fields:
|
43
32
|
author: Penulis
|
44
33
|
body: Tubuh
|
45
|
-
created_at: Dibuat di
|
46
|
-
posts:
|
47
|
-
show:
|
48
|
-
view: Melihat
|
49
|
-
sidebar_blog:
|
50
|
-
comments: komentar
|
51
|
-
most_commented_posts: Posting yang paling banyak dikomentari
|
52
|
-
read_more: Baca lebih lajut
|
53
34
|
components:
|
54
35
|
blogs:
|
55
36
|
name: Blog
|
data/config/locales/is-IS.yml
CHANGED
@@ -8,14 +8,7 @@ is:
|
|
8
8
|
edit: Breyta
|
9
9
|
title: Aðgerðir
|
10
10
|
admin:
|
11
|
-
models:
|
12
|
-
post:
|
13
|
-
name: Post
|
14
11
|
posts:
|
15
|
-
create:
|
16
|
-
success: Post var búin til
|
17
|
-
destroy:
|
18
|
-
success: Post var eytt
|
19
12
|
edit:
|
20
13
|
save: Uppfæra
|
21
14
|
index:
|
@@ -28,12 +21,6 @@ is:
|
|
28
21
|
fields:
|
29
22
|
author: Höfundur
|
30
23
|
body: Líkami
|
31
|
-
created_at: Búið til á
|
32
|
-
posts:
|
33
|
-
sidebar_blog:
|
34
|
-
comments: athugasemdir
|
35
|
-
most_commented_posts: Flestar ummæli innleggar
|
36
|
-
read_more: Lestu meira
|
37
24
|
components:
|
38
25
|
blogs:
|
39
26
|
name: Blogg
|
data/config/locales/it.yml
CHANGED
@@ -18,15 +18,7 @@ it:
|
|
18
18
|
new: Nuovo post
|
19
19
|
title: Azioni
|
20
20
|
admin:
|
21
|
-
models:
|
22
|
-
post:
|
23
|
-
name: Inviare
|
24
21
|
posts:
|
25
|
-
create:
|
26
|
-
invalid: Si è verificato un problema durante la creazione di questo post
|
27
|
-
success: Post creato con successo
|
28
|
-
destroy:
|
29
|
-
success: Posta cancellata con successo
|
30
22
|
edit:
|
31
23
|
save: Aggiornare
|
32
24
|
title: Modifica post
|
@@ -37,29 +29,13 @@ it:
|
|
37
29
|
title: Crea un post
|
38
30
|
update:
|
39
31
|
invalid: Si sono verificati errori durante il salvataggio del post.
|
40
|
-
success: Post salvato correttamente
|
41
|
-
last_activity:
|
42
|
-
new_post_at_html: "<span>Nuovo post a %{link}</span>"
|
43
32
|
models:
|
44
33
|
post:
|
45
34
|
fields:
|
46
35
|
author: Autore
|
47
36
|
body: Corpo
|
48
|
-
created_at: Creato a
|
49
|
-
posts:
|
50
|
-
show:
|
51
|
-
back: Torna alla lista
|
52
|
-
comments: Commenti
|
53
|
-
view: vista
|
54
|
-
sidebar_blog:
|
55
|
-
comments: Commenti
|
56
|
-
most_commented_posts: La maggior parte dei post commentati
|
57
|
-
read_more: Leggi di più
|
58
37
|
components:
|
59
38
|
blogs:
|
60
|
-
actions:
|
61
|
-
comment: Commento
|
62
|
-
endorse: Appoggia
|
63
39
|
name: blog
|
64
40
|
settings:
|
65
41
|
global:
|
data/config/locales/ja.yml
CHANGED
@@ -23,52 +23,49 @@ ja:
|
|
23
23
|
new: 新規投稿
|
24
24
|
title: アクション
|
25
25
|
admin:
|
26
|
-
models:
|
27
|
-
post:
|
28
|
-
name: 投稿
|
29
26
|
posts:
|
30
27
|
create:
|
31
|
-
invalid:
|
32
|
-
success:
|
28
|
+
invalid: 投稿の作成中に問題が発生しました。
|
29
|
+
success: 投稿を作成しました。
|
33
30
|
destroy:
|
34
|
-
success:
|
31
|
+
success: 投稿を削除しました。
|
35
32
|
edit:
|
36
33
|
save: 更新
|
37
34
|
title: 投稿を編集
|
38
35
|
index:
|
36
|
+
not_published_yet: まだ公開されていません。
|
39
37
|
title: 投稿
|
40
38
|
new:
|
41
39
|
create: 作成
|
42
40
|
title: 投稿を作成
|
43
41
|
update:
|
44
42
|
invalid: 投稿の保存中に問題が発生しました。
|
45
|
-
success:
|
43
|
+
success: 投稿を保存しました。
|
46
44
|
admin_log:
|
47
45
|
post:
|
48
46
|
create: "%{user_name} が %{space_name} でブログ投稿 %{resource_name} を作成しました"
|
49
47
|
delete: "%{user_name} がブログ投稿 %{resource_name} を %{space_name} から削除しました"
|
50
48
|
update: "%{user_name} が %{space_name} のブログ投稿 %{resource_name} を更新しました"
|
49
|
+
content_blocks:
|
50
|
+
highlighted_posts:
|
51
|
+
last_published: 最近公開された投稿
|
52
|
+
name: 投稿
|
53
|
+
see_all: すべての投稿を表示
|
51
54
|
last_activity:
|
52
|
-
|
55
|
+
new_post: '新しい投稿:'
|
53
56
|
models:
|
54
57
|
post:
|
55
58
|
fields:
|
56
59
|
author: 作成者
|
57
60
|
body: 本文
|
58
|
-
created_at: 作成日時
|
59
61
|
official_blog_post: 公式ポスト
|
62
|
+
published_at: 公開時刻
|
60
63
|
title: タイトル
|
61
64
|
posts:
|
62
65
|
index:
|
66
|
+
count:
|
67
|
+
other: "%{count} 件の投稿"
|
63
68
|
empty: 投稿はまだありません。
|
64
|
-
show:
|
65
|
-
back: リストに戻る
|
66
|
-
comments: コメント
|
67
|
-
view: 表示
|
68
|
-
sidebar_blog:
|
69
|
-
comments: コメント
|
70
|
-
most_commented_posts: 最もコメントされた投稿
|
71
|
-
read_more: もっと読む
|
72
69
|
components:
|
73
70
|
blogs:
|
74
71
|
actions:
|
data/config/locales/ko.yml
CHANGED
@@ -1,39 +1 @@
|
|
1
|
-
---
|
2
1
|
ko:
|
3
|
-
activemodel:
|
4
|
-
attributes:
|
5
|
-
post:
|
6
|
-
decidim_author_id: 작성자
|
7
|
-
title: 제목
|
8
|
-
decidim:
|
9
|
-
blogs:
|
10
|
-
actions:
|
11
|
-
destroy: 삭제
|
12
|
-
edit: 수정
|
13
|
-
new: 새 게시물
|
14
|
-
title: 작업
|
15
|
-
admin:
|
16
|
-
posts:
|
17
|
-
edit:
|
18
|
-
save: 업데이트
|
19
|
-
models:
|
20
|
-
post:
|
21
|
-
fields:
|
22
|
-
author: 작성자
|
23
|
-
official_blog_post: 공식 게시물
|
24
|
-
title: 제목
|
25
|
-
components:
|
26
|
-
blogs:
|
27
|
-
actions:
|
28
|
-
update: 업데이트
|
29
|
-
name: 블로그
|
30
|
-
settings:
|
31
|
-
global:
|
32
|
-
announcement: 공지 사항
|
33
|
-
comments_enabled: 댓글 활성화됨
|
34
|
-
comments_max_length: 댓글 최대 길이(기본값은 0으로 남김)
|
35
|
-
step:
|
36
|
-
announcement: 공지 사항
|
37
|
-
comments_blocked: 댓글 차단됨
|
38
|
-
statistics:
|
39
|
-
posts_count: 게시물
|
data/config/locales/lb.yml
CHANGED
@@ -18,15 +18,7 @@ lb:
|
|
18
18
|
new: Neuer Beitrag
|
19
19
|
title: Aktionen
|
20
20
|
admin:
|
21
|
-
models:
|
22
|
-
post:
|
23
|
-
name: Post
|
24
21
|
posts:
|
25
|
-
create:
|
26
|
-
invalid: Beim Erstellen dieses Posts ist ein Problem aufgetreten
|
27
|
-
success: Post erfolgreich erstellt
|
28
|
-
destroy:
|
29
|
-
success: Beitrag wurde erfolgreich gelöscht
|
30
22
|
edit:
|
31
23
|
save: Aktualisieren
|
32
24
|
title: Post bearbeiten
|
@@ -37,29 +29,13 @@ lb:
|
|
37
29
|
title: Post erstellen
|
38
30
|
update:
|
39
31
|
invalid: Beim Speichern des Posts sind Fehler aufgetreten.
|
40
|
-
success: Beitrag wurde erfolgreich gespeichert
|
41
|
-
last_activity:
|
42
|
-
new_post_at_html: "<span>Neuer Beitrag bei %{link}</span>"
|
43
32
|
models:
|
44
33
|
post:
|
45
34
|
fields:
|
46
35
|
author: Autor
|
47
36
|
body: Haupttext
|
48
|
-
created_at: Hergestellt in
|
49
|
-
posts:
|
50
|
-
show:
|
51
|
-
back: Zurück zur Liste
|
52
|
-
comments: Kommentare
|
53
|
-
view: Anzeigen
|
54
|
-
sidebar_blog:
|
55
|
-
comments: Bemerkungen
|
56
|
-
most_commented_posts: Meist kommentierte Posts
|
57
|
-
read_more: Weiterlesen
|
58
37
|
components:
|
59
38
|
blogs:
|
60
|
-
actions:
|
61
|
-
comment: Kommentar
|
62
|
-
endorse: Bestätigen
|
63
39
|
name: Blog
|
64
40
|
settings:
|
65
41
|
global:
|
data/config/locales/lt.yml
CHANGED
@@ -26,50 +26,44 @@ lt:
|
|
26
26
|
new: Naujas įrašas
|
27
27
|
title: Veiksmai
|
28
28
|
admin:
|
29
|
-
models:
|
30
|
-
post:
|
31
|
-
name: Publikacija
|
32
29
|
posts:
|
33
30
|
create:
|
34
|
-
invalid: Kuriant šį įrašą iškilo problema
|
35
|
-
success: Įrašas sukurtas sėkmingai
|
31
|
+
invalid: Kuriant šį įrašą iškilo problema.
|
32
|
+
success: Įrašas sukurtas sėkmingai.
|
36
33
|
destroy:
|
37
|
-
success: Įrašas pašalintas
|
34
|
+
success: Įrašas pašalintas.
|
38
35
|
edit:
|
39
36
|
save: Atnaujinimas
|
40
37
|
title: Redaguoti publikaciją
|
41
38
|
index:
|
39
|
+
not_published_yet: Dar nepaskelbta.
|
42
40
|
title: Publikacijos
|
43
41
|
new:
|
44
42
|
create: Sukurti
|
45
43
|
title: Sukurti publikaciją
|
46
44
|
update:
|
47
45
|
invalid: Išsaugant šį įrašą iškilo problema.
|
48
|
-
success: Įrašas išsaugotas
|
46
|
+
success: Įrašas išsaugotas.
|
49
47
|
admin_log:
|
50
48
|
post:
|
51
49
|
create: "%{user_name} sukūrė %{resource_name} tinklaraščio įrašą %{space_name}"
|
52
50
|
delete: "%{user_name} ištrynė %{resource_name} tinklaraščio įrašą iš %{space_name}"
|
53
51
|
update: "%{user_name} atnaujino %{resource_name} tinklaraščio įrašą %{space_name}"
|
52
|
+
content_blocks:
|
53
|
+
highlighted_posts:
|
54
|
+
last_published: Paskutinis paskelbimas
|
55
|
+
name: Įrašai
|
56
|
+
see_all: Žiūrėti visus įrašus
|
54
57
|
last_activity:
|
55
|
-
|
58
|
+
new_post: 'Naujas įrašas:'
|
56
59
|
models:
|
57
60
|
post:
|
58
61
|
fields:
|
59
62
|
author: Autorė(-ius)
|
60
63
|
body: Pagrindinė dalis
|
61
|
-
created_at: Sukurta
|
62
64
|
official_blog_post: Oficiali publikacija
|
65
|
+
published_at: Paskelbimo laikas
|
63
66
|
title: Pavadinimas
|
64
|
-
posts:
|
65
|
-
show:
|
66
|
-
back: Grįžti į sąrašą
|
67
|
-
comments: Komentarai
|
68
|
-
view: Peržiūrėti
|
69
|
-
sidebar_blog:
|
70
|
-
comments: komentarai
|
71
|
-
most_commented_posts: Labiausiai komentuojamos publikacijos
|
72
|
-
read_more: Skaityti daugiau
|
73
67
|
components:
|
74
68
|
blogs:
|
75
69
|
actions:
|
data/config/locales/lv.yml
CHANGED
@@ -18,15 +18,7 @@ lv:
|
|
18
18
|
new: Jauna ziņa
|
19
19
|
title: Darbības
|
20
20
|
admin:
|
21
|
-
models:
|
22
|
-
post:
|
23
|
-
name: Ziņa
|
24
21
|
posts:
|
25
|
-
create:
|
26
|
-
invalid: Šīs ziņas izveides laikā radās problēma
|
27
|
-
success: Ziņa ir veiksmīgi izveidota
|
28
|
-
destroy:
|
29
|
-
success: Ziņa ir veiksmīgi izdzēsta
|
30
22
|
edit:
|
31
23
|
save: Atjaunināt
|
32
24
|
index:
|
@@ -36,24 +28,11 @@ lv:
|
|
36
28
|
title: Izveidot ziņu
|
37
29
|
update:
|
38
30
|
invalid: Ziņas saglabāšanas laikā radās problēma.
|
39
|
-
success: Ziņa ir veiksmīgi saglabāta
|
40
|
-
last_activity:
|
41
|
-
new_post_at_html: "<span>Jauna ziņa %{link}</span>"
|
42
31
|
models:
|
43
32
|
post:
|
44
33
|
fields:
|
45
34
|
author: Autors
|
46
35
|
body: Pamatteksts
|
47
|
-
created_at: Izveidots plkst.
|
48
|
-
posts:
|
49
|
-
show:
|
50
|
-
back: Atpakaļ uz sarakstu
|
51
|
-
comments: Komentāri
|
52
|
-
view: Apskatīt
|
53
|
-
sidebar_blog:
|
54
|
-
comments: komentāri
|
55
|
-
most_commented_posts: Visvairāk komentētie ziņojumi
|
56
|
-
read_more: Lasīt vairāk
|
57
36
|
components:
|
58
37
|
blogs:
|
59
38
|
name: Emuārs
|
data/config/locales/nl.yml
CHANGED
@@ -18,15 +18,7 @@ nl:
|
|
18
18
|
new: Nieuwe blogpost
|
19
19
|
title: acties
|
20
20
|
admin:
|
21
|
-
models:
|
22
|
-
post:
|
23
|
-
name: Post
|
24
21
|
posts:
|
25
|
-
create:
|
26
|
-
invalid: Er is een probleem opgetreden bij het maken van dit bericht
|
27
|
-
success: Post succesvol aangemaakt
|
28
|
-
destroy:
|
29
|
-
success: Post succesvol verwijderd
|
30
22
|
edit:
|
31
23
|
save: Bijwerken
|
32
24
|
title: Bericht bewerken
|
@@ -37,30 +29,17 @@ nl:
|
|
37
29
|
title: Maak bericht
|
38
30
|
update:
|
39
31
|
invalid: Er zijn fouten opgetreden bij het opslaan van deze blogpost.
|
40
|
-
success: Post succesvol opgeslagen
|
41
32
|
admin_log:
|
42
33
|
post:
|
43
34
|
create: "%{user_name} heeft de %{resource_name} blog gemaakt in %{space_name}"
|
44
35
|
delete: "%{user_name} heeft de %{resource_name} blog verwijderd in %{space_name}"
|
45
36
|
update: "%{user_name} heeft de %{resource_name} blog bijgewerkt in %{space_name}"
|
46
|
-
last_activity:
|
47
|
-
new_post_at_html: "<span>Nieuw bericht op %{link}</span>"
|
48
37
|
models:
|
49
38
|
post:
|
50
39
|
fields:
|
51
40
|
author: Auteur
|
52
41
|
body: Tekstgedeelte
|
53
|
-
created_at: Aangemaakt op
|
54
42
|
official_blog_post: Officiële blogpost
|
55
|
-
posts:
|
56
|
-
show:
|
57
|
-
back: Terug naar het overzicht
|
58
|
-
comments: Reacties
|
59
|
-
view: Bekijk
|
60
|
-
sidebar_blog:
|
61
|
-
comments: reacties
|
62
|
-
most_commented_posts: Bericht met meeste reacties
|
63
|
-
read_more: Lees meer
|
64
43
|
components:
|
65
44
|
blogs:
|
66
45
|
actions:
|
data/config/locales/no.yml
CHANGED
@@ -18,15 +18,7 @@
|
|
18
18
|
new: Nytt innlegg
|
19
19
|
title: Handlinger
|
20
20
|
admin:
|
21
|
-
models:
|
22
|
-
post:
|
23
|
-
name: Innlegg
|
24
21
|
posts:
|
25
|
-
create:
|
26
|
-
invalid: Det oppstod et problem med å opprette dette innlegget
|
27
|
-
success: Innlegget ble opprettet
|
28
|
-
destroy:
|
29
|
-
success: Innlegget ble slettet
|
30
22
|
edit:
|
31
23
|
save: Oppdater
|
32
24
|
title: Rediger innlegg
|
@@ -37,24 +29,11 @@
|
|
37
29
|
title: Opprett innlegg
|
38
30
|
update:
|
39
31
|
invalid: Det oppstod et problem med å lagre dette innlegget.
|
40
|
-
success: Innlegget ble lagret
|
41
|
-
last_activity:
|
42
|
-
new_post_at_html: "<span>Nytt innlegg på %{link}</span>"
|
43
32
|
models:
|
44
33
|
post:
|
45
34
|
fields:
|
46
35
|
author: Forfatter
|
47
36
|
body: Tekst
|
48
|
-
created_at: Opprettet på
|
49
|
-
posts:
|
50
|
-
show:
|
51
|
-
back: Tilbake til listen
|
52
|
-
comments: Kommentarer
|
53
|
-
view: Vis
|
54
|
-
sidebar_blog:
|
55
|
-
comments: kommentarer
|
56
|
-
most_commented_posts: Mest kommenterte innlegg
|
57
|
-
read_more: Les mer
|
58
37
|
components:
|
59
38
|
blogs:
|
60
39
|
actions:
|