decidim-blogs 0.19.1 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/decidim/blogs/icon.svg +1 -3
- data/app/cells/decidim/blogs/post_m/footer.erb +1 -1
- data/app/cells/decidim/blogs/post_m_cell.rb +6 -0
- data/app/controllers/decidim/blogs/posts_controller.rb +2 -0
- data/app/helpers/decidim/blogs/application_helper.rb +2 -0
- data/app/models/decidim/blogs/post.rb +21 -0
- data/app/types/decidim/blogs/blogs_type.rb +30 -0
- data/app/types/decidim/blogs/post_input_filter.rb +29 -0
- data/app/types/decidim/blogs/post_input_sort.rb +15 -0
- data/app/types/decidim/blogs/post_type.rb +24 -0
- data/app/views/decidim/blogs/posts/_posts.html.erb +4 -4
- data/app/views/decidim/blogs/posts/_sidebar_blog.html.erb +2 -2
- data/app/views/decidim/blogs/posts/show.html.erb +34 -9
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/bg-BG.yml +13 -0
- data/config/locales/bg.yml +13 -0
- data/config/locales/ca.yml +5 -0
- data/config/locales/cs.yml +17 -12
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +5 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +84 -0
- data/config/locales/en.yml +5 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +5 -0
- data/config/locales/es-PY.yml +5 -0
- data/config/locales/es.yml +5 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/fi-plain.yml +5 -0
- data/config/locales/fi.yml +9 -4
- data/config/locales/fr-CA.yml +84 -0
- data/config/locales/fr.yml +5 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +4 -0
- data/config/locales/is-IS.yml +56 -0
- data/config/locales/is.yml +56 -0
- data/config/locales/it.yml +5 -0
- data/config/locales/ja-JP.yml +83 -0
- data/config/locales/ja.yml +83 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +84 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +5 -0
- data/config/locales/no.yml +58 -0
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +34 -29
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +29 -24
- data/config/locales/ro-RO.yml +85 -0
- data/config/locales/sk-SK.yml +85 -0
- data/config/locales/sk.yml +85 -0
- data/config/locales/sl.yml +5 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +13 -0
- data/config/locales/sv.yml +5 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +83 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20191212162606_add_user_group_author_to_blogs.rb +7 -0
- data/db/migrate/20200128094730_add_endorsements_counter_cache_to_blogs.rb +7 -0
- data/db/migrate/20200320105910_index_foreign_keys_in_decidim_blogs_posts.rb +7 -0
- data/db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb +9 -0
- data/lib/decidim/blogs/component.rb +9 -0
- data/lib/decidim/blogs/test/factories.rb +8 -0
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +70 -19
@@ -0,0 +1 @@
|
|
1
|
+
el:
|
@@ -0,0 +1,84 @@
|
|
1
|
+
el:
|
2
|
+
activemodel:
|
3
|
+
models:
|
4
|
+
decidim/blogs/create_post_event: Νέα δημοσίευση ιστολογίου
|
5
|
+
activerecord:
|
6
|
+
models:
|
7
|
+
decidim/blogs/post:
|
8
|
+
one: Δημοσίευση
|
9
|
+
other: Δημοσιεύσεις
|
10
|
+
decidim:
|
11
|
+
blogs:
|
12
|
+
actions:
|
13
|
+
confirm_destroy: Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν τη δημοσίευση;
|
14
|
+
destroy: Διαγραφή
|
15
|
+
edit: Επεξεργασία
|
16
|
+
new: Νέα δημοσίευση
|
17
|
+
title: Ενέργειες
|
18
|
+
admin:
|
19
|
+
models:
|
20
|
+
components:
|
21
|
+
body: Σώμα
|
22
|
+
post:
|
23
|
+
name: Δημοσίευση
|
24
|
+
posts:
|
25
|
+
create:
|
26
|
+
invalid: Υπήρξε ένα πρόβλημα κατά τη δημιουργία αυτής της δημοσίευσης
|
27
|
+
success: Η δημοσίευση δημιουργήθηκε με επιτυχία
|
28
|
+
destroy:
|
29
|
+
success: Η δημοσίευση διαγράφηκε με επιτυχία
|
30
|
+
edit:
|
31
|
+
save: Ενημέρωση
|
32
|
+
index:
|
33
|
+
title: Δημοσιεύσεις
|
34
|
+
new:
|
35
|
+
create: Δημιουργία
|
36
|
+
title: Δημιουργία δημοσίευσης
|
37
|
+
update:
|
38
|
+
invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της δημοσίευσης.
|
39
|
+
success: Η δημοσίευση αποθηκεύτηκε με επιτυχία
|
40
|
+
last_activity:
|
41
|
+
new_post_at_html: "<span>Νέα δημοσίευση στις %{link}</span>"
|
42
|
+
models:
|
43
|
+
post:
|
44
|
+
fields:
|
45
|
+
author: Συντάκτης
|
46
|
+
body: Σώμα
|
47
|
+
created_at: Δημιουργήθηκε στις
|
48
|
+
title: τίτλος
|
49
|
+
posts:
|
50
|
+
show:
|
51
|
+
back: Επιστροφή στη λίστα
|
52
|
+
comments: Σχόλια
|
53
|
+
view: Προβολή
|
54
|
+
sidebar_blog:
|
55
|
+
comments: σχόλια
|
56
|
+
most_commented_posts: Δημοσιεύσεις με τα περισσότερα σχόλια
|
57
|
+
read_more: Διαβάστε περισσότερα
|
58
|
+
components:
|
59
|
+
blogs:
|
60
|
+
name: Ιστολόγιο
|
61
|
+
settings:
|
62
|
+
global:
|
63
|
+
announcement: Ανακοίνωση
|
64
|
+
comments_enabled: Τα σχόλια ενεργοποιήθηκαν
|
65
|
+
comments_max_length: Μέγιστο μέγεθος σχολίων (Αφήστε το 0 για το προκαθορισμένο μέγεθος)
|
66
|
+
step:
|
67
|
+
announcement: Ανακοίνωση
|
68
|
+
comments_blocked: Τα σχόλια αποκλείστηκαν
|
69
|
+
endorsements_blocked: Επιδοκιμασίες αποκλεισμένες
|
70
|
+
endorsements_enabled: Επιδοκιμασίες ενεργοποιημένες
|
71
|
+
events:
|
72
|
+
blogs:
|
73
|
+
post_created:
|
74
|
+
email_intro: Η δημοσίευση «%{resource_title}» έχει δημοσιευτεί στον χώρο συμμετοχής «%{participatory_space_title}» που ακολουθείτε.
|
75
|
+
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον χώρο συμμετοχής «%{participatory_space_title}». Μπορείτε να σταματήσετε να τον ακολουθείτε από τον προηγούμενο σύνδεσμο.
|
76
|
+
email_subject: Νέα δημοσίευση δημοσιεύτηκε στον χώρο συμμετοχής %{participatory_space_title}
|
77
|
+
notification_title: Η δημοσίευση <a href="%{resource_path}">%{resource_title}</a> δημοσιεύτηκε στον χώρο συμμετοχής %{participatory_space_title}
|
78
|
+
pages:
|
79
|
+
home:
|
80
|
+
statistics:
|
81
|
+
posts_count: Δημοσιεύσεις
|
82
|
+
participatory_processes:
|
83
|
+
statistics:
|
84
|
+
posts_count: Δημοσιεύσεις
|
data/config/locales/en.yml
CHANGED
@@ -49,6 +49,8 @@ en:
|
|
49
49
|
title: title
|
50
50
|
posts:
|
51
51
|
show:
|
52
|
+
back: Back to list
|
53
|
+
comments: Comments
|
52
54
|
view: View
|
53
55
|
sidebar_blog:
|
54
56
|
comments: comments
|
@@ -61,9 +63,12 @@ en:
|
|
61
63
|
global:
|
62
64
|
announcement: Announcement
|
63
65
|
comments_enabled: Comments enabled
|
66
|
+
comments_max_length: Comments max length (Leave 0 for default value)
|
64
67
|
step:
|
65
68
|
announcement: Announcement
|
66
69
|
comments_blocked: Comments blocked
|
70
|
+
endorsements_blocked: Endorsements blocked
|
71
|
+
endorsements_enabled: Endorsements enabled
|
67
72
|
events:
|
68
73
|
blogs:
|
69
74
|
post_created:
|
@@ -0,0 +1 @@
|
|
1
|
+
eo:
|
data/config/locales/es-MX.yml
CHANGED
@@ -48,6 +48,8 @@ es-MX:
|
|
48
48
|
title: título
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Volver al listado
|
52
|
+
comments: Comentarios
|
51
53
|
view: Ver
|
52
54
|
sidebar_blog:
|
53
55
|
comments: comentarios
|
@@ -60,9 +62,12 @@ es-MX:
|
|
60
62
|
global:
|
61
63
|
announcement: Anuncio
|
62
64
|
comments_enabled: Comentarios habilitados
|
65
|
+
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
63
66
|
step:
|
64
67
|
announcement: Anuncio
|
65
68
|
comments_blocked: Comentarios bloqueados
|
69
|
+
endorsements_blocked: Adhesiones bloqueadas
|
70
|
+
endorsements_enabled: Adhesiones habilitadas
|
66
71
|
events:
|
67
72
|
blogs:
|
68
73
|
post_created:
|
data/config/locales/es-PY.yml
CHANGED
@@ -48,6 +48,8 @@ es-PY:
|
|
48
48
|
title: título
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Volver al listado
|
52
|
+
comments: Comentarios
|
51
53
|
view: Ver
|
52
54
|
sidebar_blog:
|
53
55
|
comments: comentarios
|
@@ -60,9 +62,12 @@ es-PY:
|
|
60
62
|
global:
|
61
63
|
announcement: Anuncio
|
62
64
|
comments_enabled: Comentarios habilitados
|
65
|
+
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
63
66
|
step:
|
64
67
|
announcement: Anuncio
|
65
68
|
comments_blocked: Comentarios bloqueados
|
69
|
+
endorsements_blocked: Adhesiones bloqueadas
|
70
|
+
endorsements_enabled: Adhesiones habilitadas
|
66
71
|
events:
|
67
72
|
blogs:
|
68
73
|
post_created:
|
data/config/locales/es.yml
CHANGED
@@ -48,6 +48,8 @@ es:
|
|
48
48
|
title: título
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Volver al listado
|
52
|
+
comments: Comentarios
|
51
53
|
view: Ver
|
52
54
|
sidebar_blog:
|
53
55
|
comments: comentarios
|
@@ -60,9 +62,12 @@ es:
|
|
60
62
|
global:
|
61
63
|
announcement: Aviso
|
62
64
|
comments_enabled: Comentarios habilitados
|
65
|
+
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
63
66
|
step:
|
64
67
|
announcement: Aviso
|
65
68
|
comments_blocked: Comentarios bloqueados
|
69
|
+
endorsements_blocked: Adhesiones bloqueadas
|
70
|
+
endorsements_enabled: Adhesiones habilitadas
|
66
71
|
events:
|
67
72
|
blogs:
|
68
73
|
post_created:
|
@@ -0,0 +1 @@
|
|
1
|
+
et:
|
@@ -0,0 +1 @@
|
|
1
|
+
et:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -48,6 +48,8 @@ fi-pl:
|
|
48
48
|
title: otsikko
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Takaisin listaan
|
52
|
+
comments: Kommentit
|
51
53
|
view: Näytä
|
52
54
|
sidebar_blog:
|
53
55
|
comments: kommentit
|
@@ -60,9 +62,12 @@ fi-pl:
|
|
60
62
|
global:
|
61
63
|
announcement: Ilmoitus
|
62
64
|
comments_enabled: Kommentointi käytössä
|
65
|
+
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
63
66
|
step:
|
64
67
|
announcement: Ilmoitus
|
65
68
|
comments_blocked: Kommentointi estetty
|
69
|
+
endorsements_blocked: Suositukset estetty
|
70
|
+
endorsements_enabled: Suositukset käytössä
|
66
71
|
events:
|
67
72
|
blogs:
|
68
73
|
post_created:
|
data/config/locales/fi.yml
CHANGED
@@ -24,9 +24,9 @@ fi:
|
|
24
24
|
posts:
|
25
25
|
create:
|
26
26
|
invalid: Tämän artikkelin luonti epäonnistui
|
27
|
-
success:
|
27
|
+
success: Artikkelin luonti onnistui
|
28
28
|
destroy:
|
29
|
-
success:
|
29
|
+
success: Artikkelin poisto onnistui
|
30
30
|
edit:
|
31
31
|
save: Päivitä
|
32
32
|
index:
|
@@ -42,12 +42,14 @@ fi:
|
|
42
42
|
models:
|
43
43
|
post:
|
44
44
|
fields:
|
45
|
-
author:
|
45
|
+
author: Laatija
|
46
46
|
body: Leipäteksti
|
47
47
|
created_at: Luotu
|
48
48
|
title: otsikko
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Takaisin listaan
|
52
|
+
comments: Kommentit
|
51
53
|
view: Näytä
|
52
54
|
sidebar_blog:
|
53
55
|
comments: kommentit
|
@@ -60,15 +62,18 @@ fi:
|
|
60
62
|
global:
|
61
63
|
announcement: Ilmoitus
|
62
64
|
comments_enabled: Kommentointi käytössä
|
65
|
+
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
63
66
|
step:
|
64
67
|
announcement: Ilmoitus
|
65
68
|
comments_blocked: Kommentointi estetty
|
69
|
+
endorsements_blocked: Suositukset estetty
|
70
|
+
endorsements_enabled: Suositukset käytössä
|
66
71
|
events:
|
67
72
|
blogs:
|
68
73
|
post_created:
|
69
74
|
email_intro: Seuraamassasi kohteessa "%{participatory_space_title}" on julkaistu artikkeli "%{resource_title}".
|
70
75
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{participatory_space_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
71
|
-
email_subject: Uusi artikkeli julkaistiin
|
76
|
+
email_subject: Uusi artikkeli julkaistiin osallistumistilassa %{participatory_space_title}
|
72
77
|
notification_title: Kohteessa %{participatory_space_title} on julkaistu artikkeli <a href="%{resource_path}">%{resource_title}</a>
|
73
78
|
pages:
|
74
79
|
home:
|
@@ -0,0 +1,84 @@
|
|
1
|
+
fr-CA:
|
2
|
+
activemodel:
|
3
|
+
models:
|
4
|
+
decidim/blogs/create_post_event: Nouvel article
|
5
|
+
activerecord:
|
6
|
+
models:
|
7
|
+
decidim/blogs/post:
|
8
|
+
one: Article
|
9
|
+
other: Articles
|
10
|
+
decidim:
|
11
|
+
blogs:
|
12
|
+
actions:
|
13
|
+
confirm_destroy: Êtes-vous certain de vouloir supprimer cet article ?
|
14
|
+
destroy: Supprimer
|
15
|
+
edit: Modifier
|
16
|
+
new: Nouvel article
|
17
|
+
title: Actions
|
18
|
+
admin:
|
19
|
+
models:
|
20
|
+
components:
|
21
|
+
body: Corps du texte
|
22
|
+
post:
|
23
|
+
name: Publier
|
24
|
+
posts:
|
25
|
+
create:
|
26
|
+
invalid: Un problème est survenu lors de la création de cet article
|
27
|
+
success: Article créé avec succès
|
28
|
+
destroy:
|
29
|
+
success: Article supprimé avec succès
|
30
|
+
edit:
|
31
|
+
save: Mettre à jour
|
32
|
+
index:
|
33
|
+
title: Articles
|
34
|
+
new:
|
35
|
+
create: Créer
|
36
|
+
title: Créer un article
|
37
|
+
update:
|
38
|
+
invalid: Il y a eu des erreurs lors de l'enregistrement de l'article.
|
39
|
+
success: Article enregistré avec succès
|
40
|
+
last_activity:
|
41
|
+
new_post_at_html: "<span>Nouvel article à %{link}</span>"
|
42
|
+
models:
|
43
|
+
post:
|
44
|
+
fields:
|
45
|
+
author: Auteur
|
46
|
+
body: Corps du texte
|
47
|
+
created_at: Créé à
|
48
|
+
title: titre
|
49
|
+
posts:
|
50
|
+
show:
|
51
|
+
back: Retour à la liste
|
52
|
+
comments: Commentaires
|
53
|
+
view: Voir
|
54
|
+
sidebar_blog:
|
55
|
+
comments: commentaires
|
56
|
+
most_commented_posts: Articles les plus commentés
|
57
|
+
read_more: Voir la suite
|
58
|
+
components:
|
59
|
+
blogs:
|
60
|
+
name: Actualités
|
61
|
+
settings:
|
62
|
+
global:
|
63
|
+
announcement: Annonce
|
64
|
+
comments_enabled: Activer le module de commentaire
|
65
|
+
comments_max_length: Longueur max des commentaires (laisser 0 pour la valeur par défaut)
|
66
|
+
step:
|
67
|
+
announcement: Annonce
|
68
|
+
comments_blocked: Commentaires désactivés
|
69
|
+
endorsements_blocked: Soutiens bloqués
|
70
|
+
endorsements_enabled: Soutiens activés
|
71
|
+
events:
|
72
|
+
blogs:
|
73
|
+
post_created:
|
74
|
+
email_intro: L'article "%{resource_title}" a été publié dans "%{participatory_space_title}" que vous suivez.
|
75
|
+
email_outro: Vous avez reçu cette notification parce que vous suivez "%{participatory_space_title}". Vous pouvez le retirer du lien précédent.
|
76
|
+
email_subject: Nouvel article publié dans %{participatory_space_title}
|
77
|
+
notification_title: L'article <a href="%{resource_path}">%{resource_title}</a> a été publié dans %{participatory_space_title}
|
78
|
+
pages:
|
79
|
+
home:
|
80
|
+
statistics:
|
81
|
+
posts_count: Articles
|
82
|
+
participatory_processes:
|
83
|
+
statistics:
|
84
|
+
posts_count: Articles
|
data/config/locales/fr.yml
CHANGED
@@ -48,6 +48,8 @@ fr:
|
|
48
48
|
title: titre
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Retour à la liste
|
52
|
+
comments: Commentaires
|
51
53
|
view: Voir
|
52
54
|
sidebar_blog:
|
53
55
|
comments: commentaires
|
@@ -60,9 +62,12 @@ fr:
|
|
60
62
|
global:
|
61
63
|
announcement: Annonce
|
62
64
|
comments_enabled: Activer le module de commentaire
|
65
|
+
comments_max_length: Longueur max des commentaires (laisser 0 pour la valeur par défaut)
|
63
66
|
step:
|
64
67
|
announcement: Annonce
|
65
68
|
comments_blocked: Commentaires désactivés
|
69
|
+
endorsements_blocked: Soutiens bloqués
|
70
|
+
endorsements_enabled: Soutiens activés
|
66
71
|
events:
|
67
72
|
blogs:
|
68
73
|
post_created:
|
@@ -0,0 +1 @@
|
|
1
|
+
ga:
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
data/config/locales/hu.yml
CHANGED
@@ -48,6 +48,8 @@ hu:
|
|
48
48
|
title: cím
|
49
49
|
posts:
|
50
50
|
show:
|
51
|
+
back: Vissza a listához
|
52
|
+
comments: Hozzászólások
|
51
53
|
view: Nézet
|
52
54
|
sidebar_blog:
|
53
55
|
comments: hozzászólások
|
@@ -63,6 +65,8 @@ hu:
|
|
63
65
|
step:
|
64
66
|
announcement: Közlemény
|
65
67
|
comments_blocked: Megjegyzések letiltva
|
68
|
+
endorsements_blocked: Jóváhagyások letiltva
|
69
|
+
endorsements_enabled: Jóváhagyások engedélyezve
|
66
70
|
events:
|
67
71
|
blogs:
|
68
72
|
post_created:
|
@@ -0,0 +1,56 @@
|
|
1
|
+
is-IS:
|
2
|
+
decidim:
|
3
|
+
blogs:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: Ertu viss um að þú viljir eyða þessu færslu?
|
6
|
+
destroy: Eyða
|
7
|
+
edit: Breyta
|
8
|
+
title: Aðgerðir
|
9
|
+
admin:
|
10
|
+
models:
|
11
|
+
components:
|
12
|
+
body: Líkami
|
13
|
+
post:
|
14
|
+
name: Post
|
15
|
+
posts:
|
16
|
+
create:
|
17
|
+
success: Post var búin til
|
18
|
+
destroy:
|
19
|
+
success: Post var eytt
|
20
|
+
edit:
|
21
|
+
save: Uppfæra
|
22
|
+
index:
|
23
|
+
title: Innlegg
|
24
|
+
new:
|
25
|
+
create: Búa til
|
26
|
+
title: Búa til færslu
|
27
|
+
models:
|
28
|
+
post:
|
29
|
+
fields:
|
30
|
+
author: Höfundur
|
31
|
+
body: Líkami
|
32
|
+
created_at: Búið til á
|
33
|
+
title: titill
|
34
|
+
posts:
|
35
|
+
sidebar_blog:
|
36
|
+
comments: athugasemdir
|
37
|
+
most_commented_posts: Flestar ummæli innleggar
|
38
|
+
read_more: Lestu meira
|
39
|
+
components:
|
40
|
+
blogs:
|
41
|
+
name: Blogg
|
42
|
+
settings:
|
43
|
+
global:
|
44
|
+
announcement: Tilkynning
|
45
|
+
step:
|
46
|
+
announcement: Tilkynning
|
47
|
+
events:
|
48
|
+
blogs:
|
49
|
+
post_created:
|
50
|
+
email_intro: Staða "%{resource_title}" hefur verið birt í "%{participatory_space_title}" sem þú fylgist með.
|
51
|
+
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með "%{participatory_space_title}". Þú getur sleppt því frá fyrri tengilinn.
|
52
|
+
email_subject: Ný staða birt í %{participatory_space_title}
|
53
|
+
notification_title: Staða <a href="%{resource_path}">%{resource_title}</a> hefur verið birt í %{participatory_space_title}
|
54
|
+
participatory_processes:
|
55
|
+
statistics:
|
56
|
+
posts_count: Innlegg
|