decidim-comments 0.10.1 → 0.11.0.pre1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/comments/bundle.js +1 -1
- data/app/assets/javascripts/decidim/comments/bundle.js.map +1 -1
- data/app/commands/decidim/comments/create_comment.rb +6 -31
- data/app/events/decidim/comments/comment_by_followed_user_event.rb +29 -0
- data/app/events/decidim/comments/comment_created_event.rb +1 -9
- data/app/events/decidim/comments/reply_created_event.rb +29 -0
- data/app/events/decidim/comments/user_mentioned_event.rb +1 -9
- data/app/frontend/support/graphql_transformer.js +5 -5
- data/app/models/decidim/comments/abilities/participatory_process_admin_ability.rb +1 -1
- data/app/models/decidim/comments/abilities/participatory_process_moderator_ability.rb +1 -1
- data/app/models/decidim/comments/comment.rb +10 -3
- data/app/services/decidim/comments/comment_creation.rb +33 -0
- data/app/services/decidim/comments/new_comment_notification_creator.rb +97 -0
- data/config/locales/ca.yml +15 -13
- data/config/locales/en.yml +15 -13
- data/config/locales/es.yml +15 -13
- data/config/locales/eu.yml +15 -13
- data/config/locales/fi.yml +15 -13
- data/config/locales/fr.yml +15 -13
- data/config/locales/gl.yml +15 -13
- data/config/locales/it.yml +15 -13
- data/config/locales/nl.yml +21 -19
- data/config/locales/pl.yml +15 -13
- data/config/locales/pt-BR.yml +15 -13
- data/config/locales/pt.yml +15 -13
- data/config/locales/ru.yml +0 -2
- data/config/locales/sv.yml +15 -13
- data/config/locales/uk.yml +0 -10
- data/lib/decidim/comments.rb +1 -1
- data/lib/decidim/comments/api/comment_type.rb +2 -7
- data/lib/decidim/comments/engine.rb +3 -3
- data/lib/decidim/comments/export.rb +6 -6
- data/lib/decidim/comments/test.rb +3 -0
- data/lib/decidim/comments/test/shared_examples/create_comment_context.rb +31 -0
- data/lib/decidim/comments/version.rb +1 -1
- metadata +16 -10
data/config/locales/es.yml
CHANGED
@@ -50,24 +50,26 @@ es:
|
|
50
50
|
blocked_comments_warning: Los comentarios están deshabilitados en este momento, pero puedes leer los anteriores.
|
51
51
|
loading: Cargando los comentarios ...
|
52
52
|
title: "%{count} comentarios"
|
53
|
-
featured_comment:
|
54
|
-
title: Comentario destacado
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} ha dejado un comentario en %{resource_title}. Puedes leerlo en esta página:"
|
57
|
+
email_outro: Has recibido esta notificación porque sigues "%{author_name}". Puedes dejar de seguirlo desde el enlace anterior.
|
58
|
+
email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
|
59
|
+
notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Hay una nueva respuesta de tu comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} ha sido comentado. Puedes leer el comentario en esta página:"
|
62
|
+
email_outro: Has recibido esta notificación porque está siguiendo "%{resource_title}" o su autor. Puedes dejar de seguirlo desde el enlace anterior.
|
63
|
+
email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
|
64
|
+
notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} ha respondido a tu comentario en %{resource_title}. Puedes leerlo en esta página:"
|
67
|
+
email_outro: Has recibido esta notificación porque tu comentario fue respondido.
|
68
|
+
email_subject: "%{author_name} ha respondido a tu comentario en %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Has sido mencionado
|
70
|
-
email_outro: Has recibido esta notificación porque has sido mencionado en
|
72
|
+
email_outro: Has recibido esta notificación porque has sido mencionado en %{resource_title}.
|
71
73
|
email_subject: Has sido mencionado en %{resource_title}
|
72
74
|
notification_title: Has sido mencionado en <a href="%{resource_path}">%{resource_title}</a> por <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
data/config/locales/eu.yml
CHANGED
@@ -50,24 +50,26 @@ eu:
|
|
50
50
|
blocked_comments_warning: Iruzkinak desgaituta daude une honetan, baina aurrekoak irakur ditzakezu.
|
51
51
|
loading: Iruzkinak kargatzen...
|
52
52
|
title: "%{count} iruzkin"
|
53
|
-
featured_comment:
|
54
|
-
title: Iruzkin nabarmendua
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} iruzkin bat utzi du %{resource_title}helbidean. Orri honetan irakur dezakezu:"
|
57
|
+
email_outro: Jakinarazpena jaso duzu %{author_name}jarraituz gero. Erabiltzaile hau bere profileko orrialdetik jarrai dezakezu.
|
58
|
+
email_subject: '%{author_name} %{resource_title} iruzkin berri bat dago'
|
59
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <a href="%{resource_path}">%{resource_title}</a> </a> iruzkin berri bat dago.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Zure iruzkinaren erantzun berria dago <a href="%{author_path}">%{author_name} %{author_nickname}</a> <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} iruzkindu da. Orri honetan iruzkina irakur dezakezu:"
|
62
|
+
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" edo bere egilea jarraitzen duzulako. Aurreko esteka estekan jarrai dezakezu.
|
63
|
+
email_subject: '%{author_name} (r) en %{resource_title} iruzkin berri bat dago'
|
64
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <a href="%{resource_path}">%{resource_title}</a> </a> iruzkin berri bat dago
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} zure iruzkina erantzun du %{resource_title}zenbakian. Orri honetan irakur dezakezu:"
|
67
|
+
email_outro: Jakinarazpen hau jaso duzu zure iruzkina erantzun delako.
|
68
|
+
email_subject: "%{author_name} zure iruzkina erantzun du %{resource_title} zenbakian"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> -k zure iruzkinari erantzun dio <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Esan zaizu
|
70
|
-
email_outro:
|
72
|
+
email_outro: Jakinarazpena jaso duzu %{resource_title} delakoan aipatu duzulako.
|
71
73
|
email_subject: '%{resource_title} aipatu zaituzte'
|
72
74
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> <a href="%{author_path}">%{author_name} %{author_nickname}</a> bidez aipatu zaituzte.
|
73
75
|
errors:
|
data/config/locales/fi.yml
CHANGED
@@ -50,24 +50,26 @@ fi:
|
|
50
50
|
blocked_comments_warning: Kommentit on poistettu käytöstä tällä hetkellä, mutta voit lukea aikaisempia kommentteja.
|
51
51
|
loading: Ladataan kommentteja ...
|
52
52
|
title: "%{count} kommenttia"
|
53
|
-
featured_comment:
|
54
|
-
title: Esille nostettu kommentti
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} on jättänyt kommentin %{resource_title}. Voit lukea sen tällä sivulla:"
|
57
|
+
email_outro: Olet saanut tämän ilmoituksen, koska seuraat %{author_name}. Voit poistaa tämän käyttäjän profiilisivulta.
|
58
|
+
email_subject: '%{author_name} : ssa on uusi kommentti %{resource_title}: ssa'
|
59
|
+
notification_title: Uusi kommentti on <a href="%{author_path}">%{author_name} %{author_nickname}</a> <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: 'Kommenttisi on uusi vastaus <a href="%{author_path}">%{author_name} %{author_nickname}</a>: sta <a href="%{resource_path}">%{resource_title}</a>'
|
61
|
+
email_intro: "%{resource_title} on kommentoinut. Voit lukea kommentin tällä sivulla:"
|
62
|
+
email_outro: Olet saanut tämän ilmoituksen, koska seuraat "%{resource_title}" tai sen kirjoittajaa. Voit purkaa sen edellisestä linkistä.
|
63
|
+
email_subject: '%{author_name} : ssa on uusi kommentti %{resource_title}: ssa'
|
64
|
+
notification_title: Uusi kommentti <a href="%{author_path}">%{author_name} %{author_nickname}</a> <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} on vastannut kommenteisi %{resource_title}. Voit lukea sen tällä sivulla:"
|
67
|
+
email_outro: Olet saanut tämän ilmoituksen, koska kommenttisi vastattiin.
|
68
|
+
email_subject: "%{author_name} on vastannut kommenteisi %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on vastannut kommentiooni <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Sinut on mainittu
|
70
|
-
email_outro: Olet saanut tämän ilmoituksen, koska
|
72
|
+
email_outro: Olet saanut tämän ilmoituksen, koska olet maininnut numerossa %{resource_title}.
|
71
73
|
email_subject: Olet maininnut %{resource_title}
|
72
74
|
notification_title: Olet maininnut <a href="%{resource_path}">%{resource_title}</a> mennessä <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
data/config/locales/fr.yml
CHANGED
@@ -50,24 +50,26 @@ fr:
|
|
50
50
|
blocked_comments_warning: Les commentaires sont actuellement désactivés, mais vous pouvez lire ceux déjà saisis.
|
51
51
|
loading: Chargement des commentaires ...
|
52
52
|
title: "%{count} commentaires"
|
53
|
-
featured_comment:
|
54
|
-
title: Commentaire vedette
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} a laissé un commentaire dans %{resource_title}. Vous pouvez le lire sur la page suivante :"
|
57
|
+
email_outro: Vous avez reçu cette notification, car vous suivez %{author_name}. Vous pouvez désabonner de cet utilisateur depuis sa page de profil.
|
58
|
+
email_subject: Un nouveau commentaire vient d'être déposé par %{author_name} dans %{resource_title}
|
59
|
+
notification_title: Un nouveau commentaire a été publié par <a href="%{author_path}">%{author_name} %{author_nickname}</a> dans <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
comment:
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Il y a une nouvelle réponse de votre commentaire de <a href="%{author_path}">%{author_name} %{author_nickname}</a> dans <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} a été commenté. Vous pouvez lire le commentaire sur cette page:"
|
62
|
+
email_outro: Vous venez de recevoir cette notification parce que vous suivez "%{resource_title}" ou son auteur. Vous pouvez vous désabonner depuis le lien précédant.
|
63
|
+
email_subject: Un nouveau commentaire vient d'être publié par %{author_name} dans %{resource_title}
|
64
|
+
notification_title: Un nouveau commentaire de <a href="%{author_path}">%{author_name} %{author_nickname}</a> vient d'être publié dans <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} a répondu à votre commentaire dans %{resource_title}. Vous pouvez le lire depuis la page suivante :"
|
67
|
+
email_outro: Vous venez de recevoir une notification à votre commentaire.
|
68
|
+
email_subject: "%{author_name} a répondu à votre commentaire dans %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> a réagit à votre commentaire sur <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Vous avez été mentionné
|
70
|
-
email_outro: Vous avez reçu cette notification parce que vous avez été mentionné dans
|
72
|
+
email_outro: Vous avez reçu cette notification parce que vous avez été mentionné dans %{resource_title}.
|
71
73
|
email_subject: Vous avez été mentionné dans %{resource_title}
|
72
74
|
notification_title: Vous avez été mentionné dans <a href="%{resource_path}">%{resource_title}</a> par <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
data/config/locales/gl.yml
CHANGED
@@ -50,24 +50,26 @@ gl:
|
|
50
50
|
blocked_comments_warning: Os comentarios están desactivados neste momento, pero podes ler os anteriores.
|
51
51
|
loading: Cargando comentarios ...
|
52
52
|
title: "%{count} comentarios"
|
53
|
-
featured_comment:
|
54
|
-
title: Comentario destacado
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} deixou un comentario en %{resource_title}. Podes lelo nesta páxina:"
|
57
|
+
email_outro: Recibiches esta notificación porque estás seguindo %{author_name}. Podes deixar de seguir este usuario desde a súa páxina de perfil.
|
58
|
+
email_subject: Hai un novo comentario por %{author_name} en %{resource_title}
|
59
|
+
notification_title: Hai un novo comentario <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Hai unha nova resposta do teu comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "Comentouse %{resource_title} . Podes ler o comentario nesta páxina:"
|
62
|
+
email_outro: Recibiches esta notificación porque estás seguindo "%{resource_title}" ou o seu autor. Podes deixar de seguir desde a ligazón anterior.
|
63
|
+
email_subject: Hai un novo comentario de %{author_name} en %{resource_title}
|
64
|
+
notification_title: Hai un novo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} respondeu o teu comentario en %{resource_title}. Podes lelo nesta páxina:"
|
67
|
+
email_outro: Recibiches esta notificación porque o teu comentario foi respondido.
|
68
|
+
email_subject: "%{author_name} respondeu o teu comentario en %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> respondeu o seu comentario en <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Foi mencionado
|
70
|
-
email_outro: Recibiches esta notificación porque foi mencionado en
|
72
|
+
email_outro: Recibiches esta notificación porque foi mencionado en %{resource_title}.
|
71
73
|
email_subject: Foi mencionado en %{resource_title}
|
72
74
|
notification_title: Foi mencionado en <a href="%{resource_path}">%{resource_title}</a> por <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
data/config/locales/it.yml
CHANGED
@@ -50,24 +50,26 @@ it:
|
|
50
50
|
blocked_comments_warning: I commenti sono disabilitati in questo momento, ma puoi leggere quelli precedenti.
|
51
51
|
loading: Sto caricando i commenti ...
|
52
52
|
title: "%{count} commenti"
|
53
|
-
featured_comment:
|
54
|
-
title: Commento in primo piano
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} ha lasciato un commento in %{resource_title}. Puoi leggerlo in questa pagina:"
|
57
|
+
email_outro: Hai ricevuto questa notifica perché stai seguendo %{author_name}. Puoi smettere di seguire questo utente dalla pagina del profilo.
|
58
|
+
email_subject: C'è un nuovo commento di %{author_name} in %{resource_title}
|
59
|
+
notification_title: C'è un nuovo commento di <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: C'è una nuova risposta del tuo commento da <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} è stato commentato. Puoi leggere il commento in questa pagina:"
|
62
|
+
email_outro: Hai ricevuto questa notifica perché stai seguendo "%{resource_title}" o il suo autore. Puoi smettere di seguirlo dal link precedente.
|
63
|
+
email_subject: C'è un nuovo commento da %{author_name} in %{resource_title}
|
64
|
+
notification_title: C'è un nuovo commento da <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} ha risposto il tuo commento in %{resource_title}. Puoi leggerlo in questa pagina:"
|
67
|
+
email_outro: Hai ricevuto questa notifica perché il tuo commento è stato risposto.
|
68
|
+
email_subject: "%{author_name} ha risposto il tuo commento in %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha risposto il tuo commento in <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Sei stato menzionato
|
70
|
-
email_outro: Hai ricevuto questa notifica perché sei stato citato in
|
72
|
+
email_outro: Hai ricevuto questa notifica perché sei stato citato in %{resource_title}.
|
71
73
|
email_subject: Sei stato menzionato in %{resource_title}
|
72
74
|
notification_title: Sei stato citato in <a href="%{resource_path}">%{resource_title}</a> di <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
data/config/locales/nl.yml
CHANGED
@@ -10,7 +10,7 @@ nl:
|
|
10
10
|
form:
|
11
11
|
body:
|
12
12
|
label: Reactie
|
13
|
-
placeholder: Wat
|
13
|
+
placeholder: Wat is jouw mening hierover?
|
14
14
|
form_error: De tekst is verplicht en het kan niet langer zijn dan %{length} tekens.
|
15
15
|
submit: Verzenden
|
16
16
|
user_group_id:
|
@@ -42,34 +42,36 @@ nl:
|
|
42
42
|
best_rated: Best beoordeeld
|
43
43
|
most_discussed: Meest besproken
|
44
44
|
older: Ouder
|
45
|
-
recent:
|
45
|
+
recent: Meest recent
|
46
46
|
title: 'Sorteer op:'
|
47
47
|
comment_thread:
|
48
48
|
title: Gesprek met %{authorName}
|
49
49
|
comments:
|
50
|
-
blocked_comments_warning: Reacties zijn op dit moment uitgeschakeld, maar
|
50
|
+
blocked_comments_warning: Reacties zijn op dit moment uitgeschakeld, maar je kan de vorige berichten lezen.
|
51
51
|
loading: Reacties laden...
|
52
52
|
title: "%{count} reacties"
|
53
|
-
featured_comment:
|
54
|
-
title: Aanbevolen reactie
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} heeft een reactie achtergelaten in %{resource_title}. Je kan het lezen op deze pagina:"
|
57
|
+
email_outro: Je hebt deze melding ontvangen omdat je %{author_name}volgt. Je kan deze gebruiker ontvolgen via zijn profielpagina.
|
58
|
+
email_subject: Er is een nieuwe reactie van %{author_name} in %{resource_title}
|
59
|
+
notification_title: Er is een nieuwe reactie van <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Er is een nieuw antwoord van je reactie van <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} heeft een reactie ontvangen. Je kan de opmerking op deze pagina lezen:"
|
62
|
+
email_outro: Je hebt deze melding ontvangen omdat je '%{resource_title}' of de auteur ervan volgt. Ontvolgen kan door te klikken op de vorige link.
|
63
|
+
email_subject: Er is een nieuwe reactie van %{author_name} in %{resource_title}
|
64
|
+
notification_title: Er is een nieuwe reactie van <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} heeft gereageerd op jouw opmerking in %{resource_title}. Lees het via deze link:"
|
67
|
+
email_outro: Je hebt deze melding ontvangen omdat je reactie beantwoord is.
|
68
|
+
email_subject: "%{author_name} heeft op je comment gereageerd in %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> heeft gereageerd op je opmerking in <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
|
-
email_intro:
|
70
|
-
email_outro: Je hebt deze melding ontvangen omdat je bent
|
71
|
-
email_subject:
|
72
|
-
notification_title: Je bent
|
71
|
+
email_intro: Iemand heeft je getagd
|
72
|
+
email_outro: Je hebt deze melding ontvangen omdat je bent getagd in %{resource_title}.
|
73
|
+
email_subject: Je bent getagd in %{resource_title}
|
74
|
+
notification_title: Je bent getagd in <a href="%{resource_path}">%{resource_title}</a> door <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
74
76
|
messages:
|
75
77
|
cannot_have_comments: Kan geen reacties hebben
|
data/config/locales/pl.yml
CHANGED
@@ -50,24 +50,26 @@ pl:
|
|
50
50
|
blocked_comments_warning: Komentarze są w tej chwili wyłączone, ale możesz przeczytać poprzednie.
|
51
51
|
loading: Ładowanie komentarzy ...
|
52
52
|
title: "%{count} komentarzy"
|
53
|
-
featured_comment:
|
54
|
-
title: Wyróżniony komentarz
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} dodał (a) komentarz w %{resource_title}. Możesz przeczytać na tej stronie:"
|
57
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{author_name}. Możesz przestać obserwować tego użytkownika na swojej stronie profilu.
|
58
|
+
email_subject: Jest nowy komentarz autor %{author_name} w %{resource_title}
|
59
|
+
notification_title: Pojawił się nowy komentarz <a href="%{author_path}">%{author_name} %{author_nickname}</a> w <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Pojawiła się nowa odpowiedź Twojego komentarza z <a href="%{author_path}">%{author_name} %{author_nickname}</a> w <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} został skomentowany. Możesz przeczytać komentarz na tej stronie:"
|
62
|
+
email_outro: Otrzymujesz to powiadomienie, ponieważ obserwujesz "%{resource_title}" lub jego autora. Możesz przestać go obserwować z poprzedniego linku.
|
63
|
+
email_subject: Jest nowy komentarz od %{author_name} w %{resource_title}
|
64
|
+
notification_title: Pojawił się nowy komentarz <a href="%{author_path}">%{author_name} %{author_nickname}</a> w <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} odpowiedział na Twój komentarz w %{resource_title}. Możesz przeczytać na tej stronie:"
|
67
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ Twój komentarz został wysłany.
|
68
|
+
email_subject: "%{author_name} odpowiedział na Twój komentarz w %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> odpowiedział na Twój komentarz w <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Zostałeś wspomniany
|
70
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ wspomniano
|
72
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ wspomniano o nim w %{resource_title}.
|
71
73
|
email_subject: Wspomnieliś cie w %{resource_title}
|
72
74
|
notification_title: Wspomniałeś w <a href="%{resource_path}">%{resource_title}</a> przez <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -50,24 +50,26 @@ pt-BR:
|
|
50
50
|
blocked_comments_warning: Os comentários estão desativados neste momento, mas você pode ler os anteriores.
|
51
51
|
loading: Carregando comentários ...
|
52
52
|
title: "%{count} comentários"
|
53
|
-
featured_comment:
|
54
|
-
title: Comentário em destaque
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} deixou um comentário em %{resource_title}. Você pode lê-lo nesta página:"
|
57
|
+
email_outro: Você recebeu esta notificação porque está seguindo %{author_name}. Você pode deixar de seguir esse usuário em sua página de perfil.
|
58
|
+
email_subject: Há um novo comentário por %{author_name} em %{resource_title}
|
59
|
+
notification_title: Há um novo comentário por <a href="%{author_path}">%{author_name} %{author_nickname}</a> em <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Há uma nova resposta do seu comentário de <a href="%{author_path}">%{author_name} %{author_nickname}</a> em <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} foi comentado. Você pode ler o comentário nesta página:"
|
62
|
+
email_outro: Você recebeu esta notificação porque você está seguindo "%{resource_title}" ou seu autor. Você pode ignorá-lo do link anterior.
|
63
|
+
email_subject: Há um novo comentário de %{author_name} em %{resource_title}
|
64
|
+
notification_title: Há um novo comentário de <a href="%{author_path}">%{author_name} %{author_nickname}</a> em <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} respondeu seu comentário em %{resource_title}. Você pode lê-lo nesta página:"
|
67
|
+
email_outro: Você recebeu esta notificação porque o seu comentário foi respondido.
|
68
|
+
email_subject: "%{author_name} respondeu seu comentário em %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> respondeu seu comentário em <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Você foi mencionado
|
70
|
-
email_outro: Você recebeu esta notificação porque você foi mencionado em
|
72
|
+
email_outro: Você recebeu esta notificação porque você foi mencionado em %{resource_title}.
|
71
73
|
email_subject: Você foi mencionado em %{resource_title}
|
72
74
|
notification_title: Você foi mencionado em <a href="%{resource_path}">%{resource_title}</a> por <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
data/config/locales/pt.yml
CHANGED
@@ -50,24 +50,26 @@ pt:
|
|
50
50
|
blocked_comments_warning: Os comentários estão desativados neste momento, mas você pode ler os anteriores.
|
51
51
|
loading: Carregando comentários ...
|
52
52
|
title: "%{count} comentários"
|
53
|
-
featured_comment:
|
54
|
-
title: Comentário em destaque
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} deixou um comentário em %{resource_title}. Você pode lê-lo nesta página:"
|
57
|
+
email_outro: Você recebeu esta notificação porque está seguindo %{author_name}. Você pode deixar de seguir esse usuário em sua página de perfil.
|
58
|
+
email_subject: Há um novo comentário por %{author_name} em %{resource_title}
|
59
|
+
notification_title: Há um novo comentário por <a href="%{author_path}">%{author_name} %{author_nickname}</a> em <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Há uma nova resposta do seu comentário de <a href="%{author_path}">%{author_name} %{author_nickname}</a> em <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} foi comentado. Você pode ler o comentário nesta página:"
|
62
|
+
email_outro: Você recebeu esta notificação porque você está seguindo "%{resource_title}" ou seu autor. Você pode ignorá-lo do link anterior.
|
63
|
+
email_subject: Há um novo comentário de %{author_name} em %{resource_title}
|
64
|
+
notification_title: Há um novo comentário de <a href="%{author_path}">%{author_name} %{author_nickname}</a> em <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} respondeu seu comentário em %{resource_title}. Você pode lê-lo nesta página:"
|
67
|
+
email_outro: Você recebeu esta notificação porque o seu comentário foi respondido.
|
68
|
+
email_subject: "%{author_name} respondeu seu comentário em %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> respondeu seu comentário em <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Você foi mencionado
|
70
|
-
email_outro: Você recebeu esta notificação porque você foi mencionado em
|
72
|
+
email_outro: Você recebeu esta notificação porque você foi mencionado em %{resource_title}.
|
71
73
|
email_subject: Você foi mencionado em %{resource_title}
|
72
74
|
notification_title: Você foi mencionado em <a href="%{resource_path}">%{resource_title}</a> por <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|
data/config/locales/ru.yml
CHANGED
@@ -50,8 +50,6 @@ ru:
|
|
50
50
|
blocked_comments_warning: Комментарии сейчас отключены, но вы можете прочитать предыдущие.
|
51
51
|
loading: Загрузка комментариев ...
|
52
52
|
title: "%{count} комментариев"
|
53
|
-
featured_comment:
|
54
|
-
title: Избранный комментарий
|
55
53
|
errors:
|
56
54
|
messages:
|
57
55
|
cannot_have_comments: не подлежит комментированию
|
data/config/locales/sv.yml
CHANGED
@@ -50,24 +50,26 @@ sv:
|
|
50
50
|
blocked_comments_warning: Kommentarer är inaktiverade just nu, men du kan läsa de föregående.
|
51
51
|
loading: Laddar kommentarer...
|
52
52
|
title: "%{count} kommentarer"
|
53
|
-
featured_comment:
|
54
|
-
title: Utvalda kommentarer
|
55
53
|
events:
|
56
54
|
comments:
|
55
|
+
comment_by_followed_user:
|
56
|
+
email_intro: "%{author_name} har lämnat en kommentar i %{resource_title}. Du kan läsa den på den här sidan:"
|
57
|
+
email_outro: Du har fått den här meddelandet eftersom du följer %{author_name}. Du kan följa bort den här användaren från deras profilsida.
|
58
|
+
email_subject: Det finns en ny kommentar av %{author_name} i %{resource_title}
|
59
|
+
notification_title: Det finns en ny kommentar av <a href="%{author_path}">%{author_name} %{author_nickname}</a> i <a href="%{resource_path}">%{resource_title}</a>.
|
57
60
|
comment_created:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
notification_title: Det finns ett nytt svar på din kommentar från <a href="%{author_path}">%{author_name} %{author_nickname}</a> i <a href="%{resource_path}">%{resource_title}</a>
|
61
|
+
email_intro: "%{resource_title} har kommenterats. Du kan läsa kommentaren på den här sidan:"
|
62
|
+
email_outro: Du har fått den här meddelandet eftersom du följer "%{resource_title}" eller dess författare. Du kan följa det från föregående länk.
|
63
|
+
email_subject: Det finns en ny kommentar från %{author_name} i %{resource_title}
|
64
|
+
notification_title: Det finns en ny kommentar från <a href="%{author_path}">%{author_name} %{author_nickname}</a> i <a href="%{resource_path}">%{resource_title}</a>
|
65
|
+
reply_created:
|
66
|
+
email_intro: "%{author_name} har svarat din kommentar i %{resource_title}. Du kan läsa den på den här sidan:"
|
67
|
+
email_outro: Du har fått den här meddelandet eftersom din kommentar var svarad.
|
68
|
+
email_subject: "%{author_name} har svarat din kommentar i %{resource_title}"
|
69
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> har svarat din kommentar i <a href="%{resource_path}">%{resource_title}</a>
|
68
70
|
user_mentioned:
|
69
71
|
email_intro: Du har nämnts
|
70
|
-
email_outro: Du har fått den här meddelandet eftersom du har nämnts i
|
72
|
+
email_outro: Du har fått den här meddelandet eftersom du har nämnts i %{resource_title}.
|
71
73
|
email_subject: Du har nämnts i %{resource_title}
|
72
74
|
notification_title: Du har nämnts i <a href="%{resource_path}">%{resource_title}</a> av <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
73
75
|
errors:
|