decidim-comments 0.21.0 → 0.22.0
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 +32 -32
- data/app/assets/javascripts/decidim/comments/bundle.js.map +1 -1
- data/app/cells/decidim/comments/comment_activity_cell.rb +1 -1
- data/app/commands/decidim/comments/create_comment.rb +7 -7
- data/app/events/decidim/comments/comment_by_followed_user_group_event.rb +9 -0
- data/app/events/decidim/comments/comment_event.rb +15 -2
- data/app/events/decidim/comments/user_group_mentioned_event.rb +10 -0
- data/app/forms/decidim/comments/comment_form.rb +9 -0
- data/app/frontend/application/icon.component.tsx +16 -4
- data/app/frontend/comments/add_comment_form.component.test.tsx +1 -1
- data/app/frontend/comments/add_comment_form.component.tsx +2 -2
- data/app/frontend/comments/comment.component.test.tsx +1 -1
- data/app/frontend/comments/comment.component.tsx +194 -73
- data/app/frontend/comments/comment_order_selector.component.tsx +26 -7
- data/app/frontend/comments/down_vote_button.component.tsx +3 -0
- data/app/frontend/comments/up_vote_button.component.tsx +3 -0
- data/app/frontend/comments/vote_button.component.tsx +4 -0
- data/app/frontend/comments/vote_button_component.test.tsx +14 -8
- data/app/models/decidim/comments/comment.rb +2 -2
- data/app/queries/decidim/comments/metrics/comments_metric_manage.rb +1 -6
- data/app/services/decidim/comments/new_comment_notification_creator.rb +28 -3
- data/app/types/decidim/comments/commentable_mutation_type.rb +2 -2
- data/config/locales/ar.yml +4 -1
- data/config/locales/bg-BG.yml +6 -0
- data/config/locales/ca.yml +18 -2
- data/config/locales/cs.yml +29 -13
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/de.yml +23 -1
- data/config/locales/el.yml +121 -0
- data/config/locales/en.yml +17 -1
- data/config/locales/es-MX.yml +17 -1
- data/config/locales/es-PY.yml +17 -1
- data/config/locales/es.yml +17 -1
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/eu.yml +4 -1
- data/config/locales/fi-plain.yml +17 -1
- data/config/locales/fi.yml +23 -7
- data/config/locales/fr-CA.yml +122 -0
- data/config/locales/fr.yml +23 -1
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +4 -1
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hu.yml +11 -1
- data/config/locales/id-ID.yml +4 -1
- data/config/locales/is-IS.yml +3 -1
- data/config/locales/it.yml +20 -1
- data/config/locales/ja-JP.yml +120 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +118 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/nl.yml +19 -1
- data/config/locales/no.yml +18 -2
- data/config/locales/pl.yml +57 -35
- data/config/locales/pt-BR.yml +5 -2
- data/config/locales/pt.yml +47 -25
- data/config/locales/ro-RO.yml +124 -0
- data/config/locales/ru.yml +4 -1
- data/config/locales/sk-SK.yml +116 -0
- data/config/locales/sk.yml +120 -0
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +20 -0
- data/config/locales/sv.yml +25 -3
- data/config/locales/tr-TR.yml +4 -1
- data/config/locales/uk.yml +4 -1
- data/db/migrate/20200320105911_index_foreign_keys_in_decidim_comments_comments.rb +7 -0
- data/lib/decidim/comments/test/shared_examples/comment_event.rb +11 -1
- data/lib/decidim/comments/test/shared_examples/create_comment_context.rb +3 -2
- data/lib/decidim/comments/version.rb +1 -1
- metadata +26 -8
data/config/locales/fi-plain.yml
CHANGED
@@ -4,6 +4,7 @@ fi-pl:
|
|
4
4
|
decidim/comments/comment_by_followed_user_event: Kommentti
|
5
5
|
decidim/comments/comment_created_event: Kommentti
|
6
6
|
decidim/comments/reply_created_event: Vastaus kommentiin
|
7
|
+
decidim/comments/user_group_mentioned_event: Maininta
|
7
8
|
decidim/comments/user_mentioned_event: Maininta
|
8
9
|
activerecord:
|
9
10
|
models:
|
@@ -16,6 +17,7 @@ fi-pl:
|
|
16
17
|
decidim:
|
17
18
|
comments:
|
18
19
|
comments: Kommentit
|
20
|
+
comments_count: Kommenttien määrä
|
19
21
|
last_activity:
|
20
22
|
new_comment_at_html: "<span>Uusi kommentti osoitteessa %{link}</span>"
|
21
23
|
votes:
|
@@ -54,7 +56,7 @@ fi-pl:
|
|
54
56
|
does_not_belong: Sisältää laitonta toimintaa, itsemurhauhkailua, henkilökohtaisia tietoja tai jotain muuta, jonka et usko kuuluvan organisaatioon %{organization_name}.
|
55
57
|
offensive: Sisältää rasismia, seksismiä, haukkumista, henkilökohtaisia hyökkäyksiä, tappouhkauksia, itsemurhapyyntöjä tai muuta vihapuhetta.
|
56
58
|
spam: Sisältää klikkihoukutteita, mainostusta, huijauksia tai bottiskriptejä.
|
57
|
-
title: Ilmoita
|
59
|
+
title: Ilmoita asiatonta sisältöä
|
58
60
|
show_replies: Näytä %{replies_count} vastausta
|
59
61
|
single_comment_link_title: Hae linkki yksittäiseen kommenttiin
|
60
62
|
comment_order_selector:
|
@@ -74,6 +76,10 @@ fi-pl:
|
|
74
76
|
single_comment_warning: Voit katsoa loput kommentit <a href="%{url}">täältä</a>.
|
75
77
|
single_comment_warning_title: Näet yhden kommentin
|
76
78
|
title: "%{count} kommenttia"
|
79
|
+
down_vote_button:
|
80
|
+
text: Olen eri mieltä tämän kommentin kanssa
|
81
|
+
up_vote_button:
|
82
|
+
text: Olen samaa mieltä tämän kommentin kanssa
|
77
83
|
events:
|
78
84
|
comments:
|
79
85
|
comment_by_followed_user:
|
@@ -81,6 +87,11 @@ fi-pl:
|
|
81
87
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat %{author_name}. Voit perua seuraamisen kyseisen käyttäjän profiilisivulta.
|
82
88
|
email_subject: '%{author_name} on jättänyt uuden kommentin kohtaan %{resource_title}'
|
83
89
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on jättänyt uuden kommentin kohtaan <a href="%{resource_path}">%{resource_title}</a>.
|
90
|
+
comment_by_followed_user_group:
|
91
|
+
email_intro: '%{author_name} on jättänyt kommentin kohteessa %{resource_title}. Voit lukea sen täältä:'
|
92
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat %{author_name}. Voit perua seuraamisen kyseisen käyttäjän profiilisivulta.
|
93
|
+
email_subject: '%{author_name} on jättänyt uuden kommentin kohtaan %{resource_title}'
|
94
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on jättänyt uuden kommentin kohtaan <a href="%{resource_path}">%{resource_title}</a>.
|
84
95
|
comment_created:
|
85
96
|
email_intro: "%{resource_title} on kommentoitu. Voit lukea kommentin tällä sivulla:"
|
86
97
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}" tai sen kirjoittajaa. Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
@@ -91,6 +102,11 @@ fi-pl:
|
|
91
102
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska kommenttiisi vastattiin.
|
92
103
|
email_subject: "%{author_name} on vastannut kommentiisi %{resource_title}"
|
93
104
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on vastannut kommentiisi kohdassa <a href="%{resource_path}">%{resource_title}</a>
|
105
|
+
user_group_mentioned:
|
106
|
+
email_intro: Ryhmä, jonka jäsen olet, on mainittu
|
107
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet jäsenenä ryhmässä %{group_name} ja ryhmä on mainittu kohteessa %{resource_title}.
|
108
|
+
email_subject: Sinut on mainittu kohteessa %{resource_title} ryhmän %{group_name} jäsenenä
|
109
|
+
notification_title: Käyttäjä <a href="%{author_path}">%{author_name}%{author_nickname}</a> on maininnut sinut kohteessa <a href="%{resource_path}">%{resource_title}</a> ryhmän <a href="%{group_path}">%{group_name} %{group_nickname}</a> jäsenenä
|
94
110
|
user_mentioned:
|
95
111
|
email_intro: Sinut on mainittu
|
96
112
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska sinut on mainittu kohdssa %{resource_title}.
|
data/config/locales/fi.yml
CHANGED
@@ -4,6 +4,7 @@ fi:
|
|
4
4
|
decidim/comments/comment_by_followed_user_event: Kommentti
|
5
5
|
decidim/comments/comment_created_event: Kommentti
|
6
6
|
decidim/comments/reply_created_event: Vastaus kommentiin
|
7
|
+
decidim/comments/user_group_mentioned_event: Maininta
|
7
8
|
decidim/comments/user_mentioned_event: Maininta
|
8
9
|
activerecord:
|
9
10
|
models:
|
@@ -16,6 +17,7 @@ fi:
|
|
16
17
|
decidim:
|
17
18
|
comments:
|
18
19
|
comments: Kommentit
|
20
|
+
comments_count: Kommenttien määrä
|
19
21
|
last_activity:
|
20
22
|
new_comment_at_html: "<span>Uusi kommentti osoitteessa %{link}</span>"
|
21
23
|
votes:
|
@@ -48,13 +50,13 @@ fi:
|
|
48
50
|
action: Tee ilmoitus
|
49
51
|
already_reported: Tämä sisältö on jo ilmoitettu ja ylläpitäjä tutkii sen.
|
50
52
|
close: Sulje
|
51
|
-
description: Onko tämä sisältö
|
53
|
+
description: Onko tämä sisältö sopimatonta?
|
52
54
|
details: Lisätiedot
|
53
55
|
reasons:
|
54
56
|
does_not_belong: Sisältää laitonta toimintaa, itsemurhauhkailua, henkilökohtaisia tietoja tai jotain muuta, jonka et usko kuuluvan organisaatioon %{organization_name}.
|
55
57
|
offensive: Sisältää rasismia, seksismiä, haukkumista, henkilökohtaisia hyökkäyksiä, tappouhkauksia, itsemurhapyyntöjä tai muuta vihapuhetta.
|
56
58
|
spam: Sisältää klikkihoukutteita, mainostusta, huijauksia tai bottiskriptejä.
|
57
|
-
title: Ilmoita
|
59
|
+
title: Ilmoita asiatonta sisältöä
|
58
60
|
show_replies: Näytä %{replies_count} vastausta
|
59
61
|
single_comment_link_title: Hae linkki yksittäiseen kommenttiin
|
60
62
|
comment_order_selector:
|
@@ -74,23 +76,37 @@ fi:
|
|
74
76
|
single_comment_warning: Voit katsoa loput kommentit <a href="%{url}">täältä</a>.
|
75
77
|
single_comment_warning_title: Näet yhden kommentin
|
76
78
|
title: "%{count} kommenttia"
|
79
|
+
down_vote_button:
|
80
|
+
text: Olen eri mieltä tämän kommentin kanssa
|
81
|
+
up_vote_button:
|
82
|
+
text: Olen samaa mieltä tämän kommentin kanssa
|
77
83
|
events:
|
78
84
|
comments:
|
79
85
|
comment_by_followed_user:
|
80
|
-
email_intro: "%{author_name} on jättänyt kommentin %{resource_title}. Voit lukea sen
|
86
|
+
email_intro: "%{author_name} on jättänyt kommentin kohteessa %{resource_title}. Voit lukea sen täältä:"
|
81
87
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat %{author_name}. Voit perua seuraamisen kyseisen käyttäjän profiilisivulta.
|
82
|
-
email_subject: '%{author_name} on jättänyt uuden kommentin
|
83
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on jättänyt uuden kommentin
|
88
|
+
email_subject: '%{author_name} on jättänyt uuden kommentin kohteessa %{resource_title}'
|
89
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on jättänyt uuden kommentin kohteessa <a href="%{resource_path}">%{resource_title}</a>.
|
90
|
+
comment_by_followed_user_group:
|
91
|
+
email_intro: '%{author_name} on jättänyt kommentin kohteessa %{resource_title}. Voit lukea sen täältä:'
|
92
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat %{author_name}. Voit perua seuraamisen kyseisen käyttäjän profiilisivulta.
|
93
|
+
email_subject: '%{author_name} on jättänyt uuden kommentin kohteessa %{resource_title}'
|
94
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on jättänyt uuden kommentin kohteessa <a href="%{resource_path}">%{resource_title}</a>.
|
84
95
|
comment_created:
|
85
96
|
email_intro: "%{resource_title} on kommentoitu. Voit lukea kommentin tällä sivulla:"
|
86
97
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}" tai sen kirjoittajaa. Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
87
|
-
email_subject: '%{author_name} on jättänyt uuden kommentin
|
88
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a>on jättänyt uuden kommentin
|
98
|
+
email_subject: '%{author_name} on jättänyt uuden kommentin kohteessa %{resource_title}'
|
99
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a>on jättänyt uuden kommentin kohteessa <a href="%{resource_path}">%{resource_title}</a>
|
89
100
|
reply_created:
|
90
101
|
email_intro: "%{author_name} on vastannut kommentiisi kohdassa %{resource_title}. Voit lukea sen tällä sivulla:"
|
91
102
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska kommenttiisi vastattiin.
|
92
103
|
email_subject: "%{author_name} on vastannut kommentiisi %{resource_title}"
|
93
104
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on vastannut kommentiisi kohdassa <a href="%{resource_path}">%{resource_title}</a>
|
105
|
+
user_group_mentioned:
|
106
|
+
email_intro: Ryhmä, jonka jäsen olet, on mainittu
|
107
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet jäsenenä ryhmässä %{group_name} ja ryhmä on mainittu kohteessa %{resource_title}.
|
108
|
+
email_subject: Sinut on mainittu kohteessa %{resource_title} ryhmän %{group_name} jäsenenä
|
109
|
+
notification_title: Käyttäjä <a href="%{author_path}">%{author_name}%{author_nickname}</a> on maininnut sinut kohteessa <a href="%{resource_path}">%{resource_title}</a> ryhmän <a href="%{group_path}">%{group_name} %{group_nickname}</a> jäsenenä
|
94
110
|
user_mentioned:
|
95
111
|
email_intro: Sinut on mainittu
|
96
112
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska sinut on mainittu kohdssa %{resource_title}.
|
@@ -0,0 +1,122 @@
|
|
1
|
+
fr-CA:
|
2
|
+
activemodel:
|
3
|
+
models:
|
4
|
+
decidim/comments/comment_by_followed_user_event: Commentaire
|
5
|
+
decidim/comments/comment_created_event: Commentaire
|
6
|
+
decidim/comments/reply_created_event: Réponse à un commentaire
|
7
|
+
decidim/comments/user_group_mentioned_event: Mention
|
8
|
+
decidim/comments/user_mentioned_event: Mention
|
9
|
+
activerecord:
|
10
|
+
models:
|
11
|
+
decidim/comments/comment:
|
12
|
+
one: Commentaire
|
13
|
+
other: Commentaires
|
14
|
+
decidim/comments/comment_vote:
|
15
|
+
one: Vote
|
16
|
+
other: Votes
|
17
|
+
decidim:
|
18
|
+
comments:
|
19
|
+
comments: Commentaires
|
20
|
+
comments_count: Nombre de commentaires
|
21
|
+
last_activity:
|
22
|
+
new_comment_at_html: "<span>Nouveau commentaire à %{link}</span>"
|
23
|
+
votes:
|
24
|
+
create:
|
25
|
+
error: Une erreur s'est produite lors du vote sur le commentaire.
|
26
|
+
components:
|
27
|
+
add_comment_form:
|
28
|
+
account_message: Pour ajouter votre commentaire <a href="%{sign_in_url}"> connectez-vous avec votre compte</a> ou <a href="%{sign_up_url}">inscrivez-vous</a>.
|
29
|
+
form:
|
30
|
+
body:
|
31
|
+
label: Commentaire
|
32
|
+
placeholder: Que pensez-vous de cela ?
|
33
|
+
form_error: Le texte est requis et ne peut pas dépasser %{length} caractères.
|
34
|
+
submit: Publier
|
35
|
+
user_group_id:
|
36
|
+
label: Commenter en tant que
|
37
|
+
opinion:
|
38
|
+
neutral: Neutre
|
39
|
+
remaining_characters: "%{count} caractères restants"
|
40
|
+
remaining_characters_1: "%{count} caractère restant"
|
41
|
+
title: Ajoutez votre commentaire
|
42
|
+
comment:
|
43
|
+
alignment:
|
44
|
+
against: Contre
|
45
|
+
in_favor: Pour
|
46
|
+
deleted_user: Utilisateur supprimé
|
47
|
+
hide_replies: Cacher les réponses
|
48
|
+
reply: Répondre
|
49
|
+
report:
|
50
|
+
action: Signaler
|
51
|
+
already_reported: Ce contenu a déjà été signalé et il sera examiné par un administrateur.
|
52
|
+
close: Fermer
|
53
|
+
description: Ce contenu est-il inapproprié ?
|
54
|
+
details: Commentaires additionnels
|
55
|
+
reasons:
|
56
|
+
does_not_belong: Contient d’autres types de contenus qui vous semblent inappropriés à %{organization_name} (activités illégales, menaces suicidaires, informations personnelles,...).
|
57
|
+
offensive: Contient des propos contraires à la loi (propos racistes, sexistes, insultes, attaques personnelles, menaces de mort, incitations au suicide ou toute forme de discours de haine,...).
|
58
|
+
spam: Contient des publicités, des escroqueries, des pièges à clic (clickbait) ou des robots fonctionnant au script (script bots).
|
59
|
+
title: Signaler un contenu inapproprié
|
60
|
+
show_replies: Afficher %{replies_count} réponses
|
61
|
+
single_comment_link_title: Obtenir un lien vers un seul commentaire
|
62
|
+
comment_order_selector:
|
63
|
+
order:
|
64
|
+
best_rated: Les mieux notés
|
65
|
+
most_discussed: Les plus débattus
|
66
|
+
older: Les plus anciens
|
67
|
+
recent: Les plus récents
|
68
|
+
title: 'Classement par :'
|
69
|
+
comment_thread:
|
70
|
+
title: Conversation avec %{authorName}
|
71
|
+
comments:
|
72
|
+
blocked_comments_for_user_warning: Vous n'êtes pas en mesure de commenter pour le moment, mais vous pouvez lire les précédents.
|
73
|
+
blocked_comments_warning: Les commentaires sont actuellement désactivés, mais vous pouvez lire ceux déjà saisis.
|
74
|
+
comment_details_title: Détails du commentaire
|
75
|
+
loading: Chargement des commentaires ...
|
76
|
+
single_comment_warning: Vous pouvez accéder au reste des commentaires <a href="%{url}">ici</a>.
|
77
|
+
single_comment_warning_title: Vous ne voyez qu'un seul commentaire
|
78
|
+
title: "%{count} commentaires"
|
79
|
+
down_vote_button:
|
80
|
+
text: Je ne suis pas d'accord avec ce commentaire
|
81
|
+
up_vote_button:
|
82
|
+
text: Je suis d'accord avec ce commentaire
|
83
|
+
events:
|
84
|
+
comments:
|
85
|
+
comment_by_followed_user:
|
86
|
+
email_intro: "%{author_name} a laissé un commentaire dans %{resource_title}. Vous pouvez le lire sur la page suivante :"
|
87
|
+
email_outro: Vous avez reçu cette notification, car vous suivez %{author_name}. Vous pouvez vous désabonner de cet utilisateur depuis sa page de profil.
|
88
|
+
email_subject: Un nouveau commentaire vient d'être déposé par %{author_name} dans %{resource_title}
|
89
|
+
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>.
|
90
|
+
comment_by_followed_user_group:
|
91
|
+
email_intro: '%{author_name} a laissé un commentaire dans %{resource_title}. Vous pouvez le lire sur la page suivante :'
|
92
|
+
email_outro: Vous avez reçu cette notification, car vous suivez %{author_name}. Vous pouvez vous désabonner de cet utilisateur depuis sa page de profil.
|
93
|
+
email_subject: Un nouveau commentaire vient d'être déposé par %{author_name} dans %{resource_title}
|
94
|
+
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>.
|
95
|
+
comment_created:
|
96
|
+
email_intro: "%{resource_title} a été commenté. Vous pouvez lire le commentaire sur cette page :"
|
97
|
+
email_outro: Vous venez de recevoir cette notification parce que vous suivez "%{resource_title}" ou son auteur. Vous pouvez vous désabonner à partir du lien précédant.
|
98
|
+
email_subject: Un nouveau commentaire vient d'être publié par %{author_name} dans %{resource_title}
|
99
|
+
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>
|
100
|
+
reply_created:
|
101
|
+
email_intro: "%{author_name} a répondu à votre commentaire dans %{resource_title}. Vous pouvez le lire depuis la page suivante :"
|
102
|
+
email_outro: Vous venez de recevoir une notification à votre commentaire.
|
103
|
+
email_subject: "%{author_name} a répondu à votre commentaire dans %{resource_title}"
|
104
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> a réagi à votre commentaire sur <a href="%{resource_path}">%{resource_title}</a>
|
105
|
+
user_group_mentioned:
|
106
|
+
email_intro: Un groupe auquel vous appartenez a été mentionné
|
107
|
+
email_outro: Vous avez reçu cette notification parce que vous êtes membre du groupe %{group_name} qui a été mentionné dans %{resource_title}.
|
108
|
+
email_subject: Vous avez été mentionné dans %{resource_title} en tant que membre de %{group_name}
|
109
|
+
notification_title: Vous avez été mentionné dans <a href="%{resource_path}">%{resource_title}</a> par <a href="%{author_path}">%{author_name} %{author_nickname}</a> en tant que membre de <a href="%{group_path}">%{group_name} %{group_nickname}</a>
|
110
|
+
user_mentioned:
|
111
|
+
email_intro: Vous avez été mentionné
|
112
|
+
email_outro: Vous avez reçu cette notification parce que vous avez été mentionné dans %{resource_title}.
|
113
|
+
email_subject: Vous avez été mentionné dans %{resource_title}
|
114
|
+
notification_title: Vous avez été mentionné dans <a href="%{resource_path}">%{resource_title}</a> par <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
115
|
+
metrics:
|
116
|
+
comments:
|
117
|
+
description: Nombre de commentaires générés par les utilisateurs
|
118
|
+
object: commentaires
|
119
|
+
title: commentaires
|
120
|
+
errors:
|
121
|
+
messages:
|
122
|
+
cannot_have_comments: ne peut pas être commenté
|
data/config/locales/fr.yml
CHANGED
@@ -4,6 +4,7 @@ fr:
|
|
4
4
|
decidim/comments/comment_by_followed_user_event: Commentaire
|
5
5
|
decidim/comments/comment_created_event: Commentaire
|
6
6
|
decidim/comments/reply_created_event: Réponse à un commentaire
|
7
|
+
decidim/comments/user_group_mentioned_event: Mention
|
7
8
|
decidim/comments/user_mentioned_event: Mention
|
8
9
|
activerecord:
|
9
10
|
models:
|
@@ -16,6 +17,7 @@ fr:
|
|
16
17
|
decidim:
|
17
18
|
comments:
|
18
19
|
comments: Commentaires
|
20
|
+
comments_count: Nombre de commentaires
|
19
21
|
last_activity:
|
20
22
|
new_comment_at_html: "<span>Nouveau commentaire à %{link}</span>"
|
21
23
|
votes:
|
@@ -42,6 +44,7 @@ fr:
|
|
42
44
|
against: Contre
|
43
45
|
in_favor: Pour
|
44
46
|
deleted_user: Utilisateur supprimé
|
47
|
+
hide_replies: Cacher les réponses
|
45
48
|
reply: Répondre
|
46
49
|
report:
|
47
50
|
action: Signaler
|
@@ -53,7 +56,9 @@ fr:
|
|
53
56
|
does_not_belong: Contient d’autres types de contenus qui vous semblent inappropriés à %{organization_name} (activités illégales, menaces suicidaires, informations personnelles,...).
|
54
57
|
offensive: Contient des propos contraires à la loi (propos racistes, sexistes, insultes, attaques personnelles, menaces de mort, incitations au suicide ou toute forme de discours de haine,...).
|
55
58
|
spam: Contient des publicités, des escroqueries, des pièges à clic (clickbait) ou des robots fonctionnant au script (script bots).
|
56
|
-
title: Signaler un
|
59
|
+
title: Signaler un contenu inapproprié
|
60
|
+
show_replies: Afficher %{replies_count} réponses
|
61
|
+
single_comment_link_title: Obtenir un lien vers un seul commentaire
|
57
62
|
comment_order_selector:
|
58
63
|
order:
|
59
64
|
best_rated: Les mieux notés
|
@@ -66,8 +71,15 @@ fr:
|
|
66
71
|
comments:
|
67
72
|
blocked_comments_for_user_warning: Vous n'êtes pas en mesure de commenter pour le moment, mais vous pouvez lire les précédents.
|
68
73
|
blocked_comments_warning: Les commentaires sont actuellement désactivés, mais vous pouvez lire ceux déjà saisis.
|
74
|
+
comment_details_title: Détails du commentaire
|
69
75
|
loading: Chargement des commentaires ...
|
76
|
+
single_comment_warning: Vous pouvez accéder au reste des commentaires <a href="%{url}">ici</a>.
|
77
|
+
single_comment_warning_title: Vous ne voyez qu'un seul commentaire
|
70
78
|
title: "%{count} commentaires"
|
79
|
+
down_vote_button:
|
80
|
+
text: Je ne suis pas d'accord avec ce commentaire
|
81
|
+
up_vote_button:
|
82
|
+
text: Je suis d'accord avec ce commentaire
|
71
83
|
events:
|
72
84
|
comments:
|
73
85
|
comment_by_followed_user:
|
@@ -75,6 +87,11 @@ fr:
|
|
75
87
|
email_outro: Vous avez reçu cette notification, car vous suivez %{author_name}. Vous pouvez vous désabonner de cet utilisateur depuis sa page de profil.
|
76
88
|
email_subject: Un nouveau commentaire vient d'être déposé par %{author_name} dans %{resource_title}
|
77
89
|
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>.
|
90
|
+
comment_by_followed_user_group:
|
91
|
+
email_intro: '%{author_name} a laissé un commentaire dans %{resource_title}. Vous pouvez le lire sur la page suivante :'
|
92
|
+
email_outro: Vous avez reçu cette notification, car vous suivez %{author_name}. Vous pouvez vous désabonner de cet utilisateur depuis sa page de profil.
|
93
|
+
email_subject: Un nouveau commentaire vient d'être déposé par %{author_name} dans %{resource_title}
|
94
|
+
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>.
|
78
95
|
comment_created:
|
79
96
|
email_intro: "%{resource_title} a été commenté. Vous pouvez lire le commentaire sur cette page :"
|
80
97
|
email_outro: Vous venez de recevoir cette notification parce que vous suivez "%{resource_title}" ou son auteur. Vous pouvez vous désabonner à partir du lien précédant.
|
@@ -85,6 +102,11 @@ fr:
|
|
85
102
|
email_outro: Vous venez de recevoir une notification à votre commentaire.
|
86
103
|
email_subject: "%{author_name} a répondu à votre commentaire dans %{resource_title}"
|
87
104
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> a réagi à votre commentaire sur <a href="%{resource_path}">%{resource_title}</a>
|
105
|
+
user_group_mentioned:
|
106
|
+
email_intro: Un groupe auquel vous appartenez a été mentionné
|
107
|
+
email_outro: Vous avez reçu cette notification parce que vous êtes membre du groupe %{group_name} qui a été mentionné dans %{resource_title}.
|
108
|
+
email_subject: Vous avez été mentionné dans %{resource_title} en tant que membre de %{group_name}
|
109
|
+
notification_title: Vous avez été mentionné dans <a href="%{resource_path}">%{resource_title}</a> par <a href="%{author_path}">%{author_name} %{author_nickname}</a> en tant que membre de <a href="%{group_path}">%{group_name} %{group_nickname}</a>
|
88
110
|
user_mentioned:
|
89
111
|
email_intro: Vous avez été mentionné
|
90
112
|
email_outro: Vous avez reçu cette notification parce que vous avez été mentionné dans %{resource_title}.
|
@@ -0,0 +1 @@
|
|
1
|
+
ga:
|
data/config/locales/gl.yml
CHANGED
@@ -4,6 +4,7 @@ gl:
|
|
4
4
|
decidim/comments/comment_by_followed_user_event: Comentario
|
5
5
|
decidim/comments/comment_created_event: Comentario
|
6
6
|
decidim/comments/reply_created_event: Comentario de resposta
|
7
|
+
decidim/comments/user_group_mentioned_event: Mención
|
7
8
|
decidim/comments/user_mentioned_event: Mención
|
8
9
|
activerecord:
|
9
10
|
models:
|
@@ -53,7 +54,6 @@ gl:
|
|
53
54
|
does_not_belong: Contén actividades ilegais, ameazas de suicidio, información persoal ou outra cousa que pensas que non pertence a %{organization_name}.
|
54
55
|
offensive: Contén racismo, sexismo, abuso, ataques persoais, ameazas de morte, solicitudes de suicidio ou calquera tipo de discurso de odio.
|
55
56
|
spam: Contén clic, publicidade, fraudes ou bots de script.
|
56
|
-
title: Informar dun problema
|
57
57
|
comment_order_selector:
|
58
58
|
order:
|
59
59
|
best_rated: Mellor valorado
|
@@ -75,6 +75,9 @@ gl:
|
|
75
75
|
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.
|
76
76
|
email_subject: Hai un novo comentario por %{author_name} en %{resource_title}
|
77
77
|
notification_title: Hai un novo comentario <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
|
78
|
+
comment_by_followed_user_group:
|
79
|
+
email_subject: Hai un novo comentario por %{author_name} en %{resource_title}
|
80
|
+
notification_title: Hai un novo comentario <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
|
78
81
|
comment_created:
|
79
82
|
email_intro: "Comentouse %{resource_title} . Podes ler o comentario nesta páxina:"
|
80
83
|
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.
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
data/config/locales/hu.yml
CHANGED
@@ -4,6 +4,7 @@ hu:
|
|
4
4
|
decidim/comments/comment_by_followed_user_event: Megjegyzés
|
5
5
|
decidim/comments/comment_created_event: Megjegyzés
|
6
6
|
decidim/comments/reply_created_event: Hozzászólás válasz
|
7
|
+
decidim/comments/user_group_mentioned_event: Említés
|
7
8
|
decidim/comments/user_mentioned_event: Említés
|
8
9
|
activerecord:
|
9
10
|
models:
|
@@ -54,7 +55,6 @@ hu:
|
|
54
55
|
does_not_belong: 'Illegális tevékenységet, öngyilkosságra való felhívást, személyes adatokat vagy más olyan dolgot tartalmaz, ami nem tartozik ide: %{organization_name}.'
|
55
56
|
offensive: Rasszizmust, szexizmust, gyalázkodást, személyeskedést, halálos fenyegetést, öngyilkosságra való felhívást vagy gyűlöletbeszédet tartalmaz.
|
56
57
|
spam: Klikkvadászat, reklám, átverés vagy script bot.
|
57
|
-
title: Jelentem a problémát
|
58
58
|
show_replies: '%{replies_count} válasz mutatása'
|
59
59
|
single_comment_link_title: Link a kommenthez
|
60
60
|
comment_order_selector:
|
@@ -81,6 +81,11 @@ hu:
|
|
81
81
|
email_outro: 'Ezt az értesítést azért kaptad, mert ezt követed: "%{author_name}". Leiratkozás az előző link segítségével.'
|
82
82
|
email_subject: '%{author_name} új megjegyzése itt: %{resource_title}'
|
83
83
|
notification_title: 'Új megjegyzés: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <a href="%{resource_path}">%{resource_title}</a>.'
|
84
|
+
comment_by_followed_user_group:
|
85
|
+
email_intro: 'A csoport %{author_name} megjegyzést hagyott itt: %{resource_title}. Ezen az oldalon megtalálod:'
|
86
|
+
email_outro: 'Ezt az értesítést azért kaptad, mert követed: "%{author_name}". Leiratkozáshoz látogasd meg ezt a csoportod a profiloldaláról.'
|
87
|
+
email_subject: '%{author_name} új megjegyzése itt: %{resource_title}'
|
88
|
+
notification_title: 'Új megjegyzés: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <a href="%{resource_path}">%{resource_title}</a>.'
|
84
89
|
comment_created:
|
85
90
|
email_intro: "A \"%{resource_title}\" témához megjegyzést fűzött valaki. Itt tudod elolvasni:"
|
86
91
|
email_outro: 'Ezt az értesítést azért kaptad, mert ezt (vagy ennek szerzőjét) követed: "%{resource_title}". Ha szeretnél, a link segítségével leiratkozhatsz.'
|
@@ -91,6 +96,11 @@ hu:
|
|
91
96
|
email_outro: Ezt az értesítést azért kaptad, mert valaki választolt a mejegyzésedre.
|
92
97
|
email_subject: "%{author_name} megjegyzést tett a kommentedhez itt: %{resource_title}"
|
93
98
|
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a> válaszolt a megjegyzésedre itt: <a href="%{resource_path}">%{resource_title}</a>'
|
99
|
+
user_group_mentioned:
|
100
|
+
email_intro: Említettek egy csoportot, amelybe tartozol
|
101
|
+
email_outro: Azért kapta ezt az értesítést, mert tagja annak a(z) %{group_name} csoportnak, amelyet a(z) %{resource_title} megemlített.
|
102
|
+
email_subject: A(z) %{resource_title} -ban említettek, a(z) %{group_name} tagjaként
|
103
|
+
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a> -ban a <a href="%{author_path}">%{author_name} %{author_nickname}</a> megemlített a(z) <a href="%{group_path}">%{group_name} %{group_nickname} </a> tagjaként
|
94
104
|
user_mentioned:
|
95
105
|
email_intro: Valaki említette a neved
|
96
106
|
email_outro: Ezt az értesítést azért kaptad, mert korábban megemlítettek a(z) "%{resource_title}" témában.
|
data/config/locales/id-ID.yml
CHANGED
@@ -4,6 +4,7 @@ id:
|
|
4
4
|
decidim/comments/comment_by_followed_user_event: Komentar
|
5
5
|
decidim/comments/comment_created_event: Komentar
|
6
6
|
decidim/comments/reply_created_event: Balasan komentar
|
7
|
+
decidim/comments/user_group_mentioned_event: Menyebut
|
7
8
|
decidim/comments/user_mentioned_event: Menyebut
|
8
9
|
activerecord:
|
9
10
|
models:
|
@@ -51,7 +52,6 @@ id:
|
|
51
52
|
does_not_belong: Berisi aktivitas ilegal, ancaman bunuh diri, informasi pribadi, atau sesuatu yang menurut Anda bukan milik %{organization_name}
|
52
53
|
offensive: Berisi rasisme, seksisme, penghinaan, serangan pribadi, ancaman kematian, permintaan bunuh diri atau segala bentuk pidato kebencian.
|
53
54
|
spam: Berisi clickbait, iklan, penipuan atau bot skrip.
|
54
|
-
title: Laporkan masalah
|
55
55
|
comment_order_selector:
|
56
56
|
order:
|
57
57
|
best_rated: Nilai terbaik
|
@@ -73,6 +73,9 @@ id:
|
|
73
73
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{author_name}. Anda dapat berhenti mengikuti pengguna ini dari halaman profil mereka.
|
74
74
|
email_subject: Ada komentar baru dengan %{author_name} in %{resource_title}
|
75
75
|
notification_title: Ada komentar baru oleh <a href="%{author_path}">%{author_name} %{author_nickname}</a> di <a href="%{resource_path}">%{resource_title}</a>.
|
76
|
+
comment_by_followed_user_group:
|
77
|
+
email_subject: Ada komentar baru dengan %{author_name} in %{resource_title}
|
78
|
+
notification_title: Ada komentar baru oleh <a href="%{author_path}">%{author_name} %{author_nickname}</a> di <a href="%{resource_path}">%{resource_title}</a>.
|
76
79
|
comment_created:
|
77
80
|
email_intro: "%{resource_title} telah dikomentari. Anda dapat membaca komentar di halaman ini:"
|
78
81
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti "%{resource_title}" atau penulisnya. Anda dapat berhenti mengikutinya dari tautan sebelumnya.
|
data/config/locales/is-IS.yml
CHANGED
@@ -33,7 +33,6 @@ is-IS:
|
|
33
33
|
does_not_belong: Inniheldur ólöglega starfsemi, sjálfsvígshugmyndir, persónulegar upplýsingar eða eitthvað sem þér finnst ekki tilheyra %{organization_name}.
|
34
34
|
offensive: Inniheldur kynþáttafordóma, kynhneigð, slurðir, persónulegar árásir, dauðarefsárásir, sjálfsvígstilraunir eða hvers konar hatursmál.
|
35
35
|
spam: Inniheldur clickbait, auglýsingar, óþekktarangi eða handritabots.
|
36
|
-
title: Tilkynna um vandamál
|
37
36
|
comment_order_selector:
|
38
37
|
order:
|
39
38
|
best_rated: Bestu einkunnir
|
@@ -54,6 +53,9 @@ is-IS:
|
|
54
53
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{author_name}. Þú getur sleppt þessari notanda frá prófílssíðunni sinni.
|
55
54
|
email_subject: Það er nýtt ummæli um %{author_name} í %{resource_title}
|
56
55
|
notification_title: Það er nýtt ummæli við <a href="%{author_path}">%{author_name} %{author_nickname}</a> í <a href="%{resource_path}">%{resource_title}</a>.
|
56
|
+
comment_by_followed_user_group:
|
57
|
+
email_subject: Það er nýtt ummæli um %{author_name} í %{resource_title}
|
58
|
+
notification_title: Það er nýtt ummæli við <a href="%{author_path}">%{author_name} %{author_nickname}</a> í <a href="%{resource_path}">%{resource_title}</a>.
|
57
59
|
comment_created:
|
58
60
|
email_intro: "%{resource_title} hefur verið skrifað ummæli. Þú getur lesið athugasemdina á þessari síðu:"
|
59
61
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með "%{resource_title}" eða höfundinum. Þú getur sleppt því frá fyrri tengilinn.
|
data/config/locales/it.yml
CHANGED
@@ -4,6 +4,7 @@ it:
|
|
4
4
|
decidim/comments/comment_by_followed_user_event: Commento
|
5
5
|
decidim/comments/comment_created_event: Commento
|
6
6
|
decidim/comments/reply_created_event: Risposta al commento
|
7
|
+
decidim/comments/user_group_mentioned_event: Citare
|
7
8
|
decidim/comments/user_mentioned_event: Citare
|
8
9
|
activerecord:
|
9
10
|
models:
|
@@ -16,6 +17,7 @@ it:
|
|
16
17
|
decidim:
|
17
18
|
comments:
|
18
19
|
comments: Commenti
|
20
|
+
comments_count: Conteggio dei Commenti
|
19
21
|
last_activity:
|
20
22
|
new_comment_at_html: "<span>Nuovo commento al %{link}</span>"
|
21
23
|
votes:
|
@@ -54,7 +56,7 @@ it:
|
|
54
56
|
does_not_belong: Contiene un'attività illegale, istigazioni al suicidio, minacce, informazioni personali o riservate, oppure vi sono dei contenuti che reputi inappropriati per %{organization_name}.
|
55
57
|
offensive: Vi sono contenuti razzisti, sessisti, offensivi, attacchi di carattere personale, minacce di morte o altro tipo di minacci, istigazioni al suicidio o altre forme d'odio verbale.
|
56
58
|
spam: Contiene pubblicità, truffe, clickbait ("esca da click") o altro contenuto mirato ad attrarre traffico internet.
|
57
|
-
title: Segnala
|
59
|
+
title: Segnala contenuti inappropriati
|
58
60
|
show_replies: Mostra %{replies_count} risposte
|
59
61
|
single_comment_link_title: Ottieni link a singolo commento
|
60
62
|
comment_order_selector:
|
@@ -69,8 +71,15 @@ it:
|
|
69
71
|
comments:
|
70
72
|
blocked_comments_for_user_warning: Non sei in grado di commentare in questo momento, ma puoi leggere quelli precedenti.
|
71
73
|
blocked_comments_warning: I commenti sono disabilitati in questo momento, ma puoi leggere quelli precedenti.
|
74
|
+
comment_details_title: Dettagli commento
|
72
75
|
loading: Sto caricando i commenti ...
|
76
|
+
single_comment_warning: Puoi controllare il resto dei commenti <a href="%{url}">qui</a>.
|
77
|
+
single_comment_warning_title: Stai vedendo un singolo commento
|
73
78
|
title: "%{count} commenti"
|
79
|
+
down_vote_button:
|
80
|
+
text: Non sono d'accordo con questo commento
|
81
|
+
up_vote_button:
|
82
|
+
text: Sono d'accordo con questo commento
|
74
83
|
events:
|
75
84
|
comments:
|
76
85
|
comment_by_followed_user:
|
@@ -78,6 +87,11 @@ it:
|
|
78
87
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{author_name}. Puoi smettere di seguire questo utente dalla pagina del profilo.
|
79
88
|
email_subject: C'è un nuovo commento di %{author_name} in %{resource_title}
|
80
89
|
notification_title: C'è un nuovo commento di <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>.
|
90
|
+
comment_by_followed_user_group:
|
91
|
+
email_intro: 'Il gruppo %{author_name} ha lasciato un commento in %{resource_title}. Puoi leggerlo in questa pagina:'
|
92
|
+
email_outro: Hai ricevuto questa notifica perché stai seguendo "%{author_name}". Puoi smettere di seguirlo cliccando sul link precedente.
|
93
|
+
email_subject: C'è un nuovo commento di %{author_name} in %{resource_title}
|
94
|
+
notification_title: C'è un nuovo commento di <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>.
|
81
95
|
comment_created:
|
82
96
|
email_intro: "%{resource_title} è stato commentato. Puoi leggere il commento in questa pagina:"
|
83
97
|
email_outro: Hai ricevuto questa notifica perché stai seguendo "%{resource_title}" o il suo autore. Puoi smettere di seguirlo dal link precedente.
|
@@ -88,6 +102,11 @@ it:
|
|
88
102
|
email_outro: Hai ricevuto questa notifica perché il tuo commento è stato risposto.
|
89
103
|
email_subject: "%{author_name} ha risposto il tuo commento in %{resource_title}"
|
90
104
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha risposto il tuo commento in <a href="%{resource_path}">%{resource_title}</a>
|
105
|
+
user_group_mentioned:
|
106
|
+
email_intro: È stato menzionato un gruppo a cui appartieni
|
107
|
+
email_outro: Hai ricevuto questa notifica perché appartieni al gruppo %{group_name} che è stato menzionato in %{resource_title}.
|
108
|
+
email_subject: Ti si nomina in %{resource_title} come appartenente a %{group_name}
|
109
|
+
notification_title: Ti si nomina in <a href="%{resource_path}">%{resource_title}</a> by <a href="%{author_path}">%{author_name} %{author_nickname}</a> come appartenente a <a href="%{group_path}">%{group_name} %{group_nickname}</a>
|
91
110
|
user_mentioned:
|
92
111
|
email_intro: Sei stato menzionato
|
93
112
|
email_outro: Hai ricevuto questa notifica perché sei stato citato in %{resource_title}.
|