decidim-comments 0.27.4 → 0.28.0.rc5
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/cells/decidim/comments/comment/actions.erb +13 -7
- data/app/cells/decidim/comments/comment/alignment_badge.erb +1 -4
- data/app/cells/decidim/comments/comment/deletion_data.erb +9 -1
- data/app/cells/decidim/comments/comment/moderation_data.erb +1 -1
- data/app/cells/decidim/comments/comment/replies.erb +3 -0
- data/app/cells/decidim/comments/comment/show.erb +72 -35
- data/app/cells/decidim/comments/comment/votes.erb +14 -14
- data/app/cells/decidim/comments/comment_activity_cell.rb +11 -7
- data/app/cells/decidim/comments/comment_card_cell.rb +2 -2
- data/app/cells/decidim/comments/comment_cell.rb +5 -15
- data/app/cells/decidim/comments/comment_form/comment_as.erb +3 -3
- data/app/cells/decidim/comments/comment_form/opinion.erb +18 -0
- data/app/cells/decidim/comments/comment_form/show.erb +33 -16
- data/app/cells/decidim/comments/comment_form_cell.rb +11 -3
- data/app/cells/decidim/comments/comment_metadata_cell.rb +27 -0
- data/app/cells/decidim/comments/comment_s_cell.rb +27 -0
- data/app/cells/decidim/comments/comment_thread/show.erb +2 -5
- data/app/cells/decidim/comments/comment_thread_cell.rb +0 -6
- data/app/cells/decidim/comments/comments/add_comment.erb +1 -20
- data/app/cells/decidim/comments/comments/blocked_comments_warning.erb +1 -3
- data/app/cells/decidim/comments/comments/comments_loading.erb +1 -3
- data/app/cells/decidim/comments/comments/order_control.erb +11 -35
- data/app/cells/decidim/comments/comments/show.erb +8 -9
- data/app/cells/decidim/comments/comments/single_comment_warning.erb +6 -9
- data/app/cells/decidim/comments/comments/user_comments_blocked_warning.erb +9 -6
- data/app/cells/decidim/comments/comments_cell.rb +1 -1
- data/app/cells/decidim/comments/edit_comment_modal_form/show.erb +20 -15
- data/app/commands/decidim/comments/create_comment.rb +17 -5
- data/app/commands/decidim/comments/delete_comment.rb +1 -1
- data/app/commands/decidim/comments/update_comment.rb +14 -2
- data/app/commands/decidim/comments/vote_comment.rb +1 -1
- data/app/controllers/decidim/comments/comments_controller.rb +14 -9
- data/app/controllers/decidim/comments/votes_controller.rb +1 -1
- data/app/events/decidim/comments/comment_by_followed_user_event.rb +1 -1
- data/app/events/decidim/comments/comment_by_followed_user_group_event.rb +1 -1
- data/app/events/decidim/comments/comment_event.rb +2 -3
- data/app/events/decidim/comments/reply_created_event.rb +1 -1
- data/app/events/decidim/comments/user_group_mentioned_event.rb +1 -1
- data/app/events/decidim/comments/user_mentioned_event.rb +1 -1
- data/app/helpers/decidim/comments/comment_cells_helper.rb +1 -1
- data/app/jobs/decidim/comments/hide_all_created_by_author_job.rb +13 -0
- data/app/models/decidim/comments/comment.rb +8 -4
- data/app/models/decidim/comments/seed.rb +30 -14
- data/app/packs/entrypoints/decidim_comments.js +5 -0
- data/app/packs/src/decidim/comments/comments.component.js +27 -36
- data/app/packs/src/decidim/comments/comments.component.test.js +218 -240
- data/app/packs/src/decidim/comments/comments.component_for_testing.js +1 -1
- data/app/packs/src/decidim/comments/comments.js +20 -1
- data/app/packs/stylesheets/comments.scss +327 -0
- data/app/queries/decidim/comments/metrics/comments_metric_manage.rb +1 -1
- data/app/queries/decidim/comments/sorted_comments.rb +10 -10
- data/app/services/decidim/comments/comment_creation.rb +1 -1
- data/app/services/decidim/comments/new_comment_notification_creator.rb +8 -8
- data/app/views/decidim/comments/admin/shared/_availability_fields.html.erb +4 -9
- data/app/views/decidim/comments/comments/_comment.html.erb +1 -1
- data/app/views/decidim/comments/comments/_comments.html.erb +1 -1
- data/app/views/decidim/comments/comments/_delete.html.erb +2 -4
- data/app/views/decidim/comments/comments/_moderated.html.erb +2 -4
- data/app/views/decidim/comments/comments/create.js.erb +5 -3
- data/app/views/decidim/comments/comments/delete.js.erb +4 -1
- data/app/views/decidim/comments/comments/index.js.erb +8 -1
- data/app/views/decidim/comments/comments/reload.js.erb +1 -2
- data/app/views/decidim/comments/comments/update.js.erb +5 -4
- data/app/views/decidim/comments/votes/create.js.erb +5 -5
- data/config/assets.rb +3 -0
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +0 -16
- data/config/locales/ca.yml +8 -10
- data/config/locales/cs.yml +8 -10
- data/config/locales/de.yml +6 -8
- data/config/locales/el.yml +3 -11
- data/config/locales/en.yml +10 -12
- data/config/locales/es-MX.yml +10 -12
- data/config/locales/es-PY.yml +10 -12
- data/config/locales/es.yml +9 -11
- data/config/locales/eu.yml +26 -28
- data/config/locales/fi-plain.yml +7 -9
- data/config/locales/fi.yml +7 -9
- data/config/locales/fr-CA.yml +9 -11
- data/config/locales/fr.yml +9 -11
- data/config/locales/ga-IE.yml +0 -4
- data/config/locales/gl.yml +0 -16
- data/config/locales/hu.yml +5 -11
- data/config/locales/id-ID.yml +0 -11
- data/config/locales/is-IS.yml +0 -8
- data/config/locales/it.yml +0 -16
- data/config/locales/ja.yml +10 -12
- data/config/locales/lb.yml +0 -16
- data/config/locales/lt.yml +12 -10
- data/config/locales/lv.yml +0 -11
- data/config/locales/nl.yml +0 -16
- data/config/locales/no.yml +0 -16
- data/config/locales/pl.yml +16 -10
- data/config/locales/pt-BR.yml +0 -16
- data/config/locales/pt.yml +0 -16
- data/config/locales/ro-RO.yml +2 -10
- data/config/locales/ru.yml +0 -11
- data/config/locales/sk.yml +0 -11
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +5 -16
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +1 -13
- data/config/locales/uk.yml +0 -8
- data/config/locales/zh-CN.yml +0 -13
- data/config/locales/zh-TW.yml +1 -9
- data/lib/decidim/api/commentable_interface.rb +1 -1
- data/lib/decidim/comments/comment_serializer.rb +2 -2
- data/lib/decidim/comments/comment_vote_serializer.rb +2 -2
- data/lib/decidim/comments/commentable.rb +1 -1
- data/lib/decidim/comments/comments_helper.rb +6 -3
- data/lib/decidim/comments/engine.rb +31 -1
- data/lib/decidim/comments/export.rb +1 -1
- data/lib/decidim/comments/test/factories.rb +2 -2
- data/lib/decidim/comments/test/shared_examples/comment_event.rb +3 -3
- data/lib/decidim/comments/test/shared_examples/comment_voted_event.rb +3 -3
- data/lib/decidim/comments/test/shared_examples/create_comment_context.rb +5 -5
- data/lib/decidim/comments/test/shared_examples/has_comments_availability_attributes.rb +2 -2
- data/lib/decidim/comments/test/shared_examples/translatable_comment.rb +3 -3
- data/lib/decidim/comments/version.rb +1 -1
- metadata +28 -20
- data/app/cells/decidim/comments/comment/author.erb +0 -1
- data/app/cells/decidim/comments/comment/utilities.erb +0 -41
- data/app/cells/decidim/comments/comment_m/footer.erb +0 -5
- data/app/cells/decidim/comments/comment_m/top.erb +0 -7
- data/app/cells/decidim/comments/comment_m_cell.rb +0 -29
- data/app/cells/decidim/comments/comment_thread/title.erb +0 -3
data/config/locales/fi-plain.yml
CHANGED
|
@@ -31,23 +31,22 @@ fi-pl:
|
|
|
31
31
|
error: Kommenttia ei voitu poistaa.
|
|
32
32
|
update:
|
|
33
33
|
error: Kommentin päivittäminen epäonnistui.
|
|
34
|
-
|
|
35
|
-
comments_title: Kommentit
|
|
34
|
+
comments_title: Kommentti
|
|
36
35
|
last_activity:
|
|
37
|
-
|
|
38
|
-
view: Näytä
|
|
36
|
+
new_comment: 'Uusi kommentti:'
|
|
39
37
|
votes:
|
|
40
38
|
create:
|
|
41
39
|
error: Äänestettäessä kommenttia tapahtui virhe.
|
|
42
40
|
components:
|
|
43
41
|
add_comment_form:
|
|
44
|
-
account_message: <a href="%{sign_in_url}">Kirjaudu
|
|
42
|
+
account_message: <a href="%{sign_in_url}">Kirjaudu tilillesi</a> tai <a href="%{sign_up_url}">rekisteröidy</a> kommentoidaksesi.
|
|
45
43
|
form:
|
|
46
44
|
body:
|
|
47
45
|
label: Kommentti
|
|
48
46
|
placeholder: Mitä mieltä olet tästä?
|
|
49
47
|
form_error: Teksti vaaditaan ja se ei voi olla pidempi kuin %{length} merkkiä.
|
|
50
|
-
|
|
48
|
+
submit_reply: Julkaise vastaus
|
|
49
|
+
submit_root_comment: Julkaise kommentti
|
|
51
50
|
user_group_id:
|
|
52
51
|
label: Kommentoi käyttäjänä
|
|
53
52
|
opinion:
|
|
@@ -65,6 +64,7 @@ fi-pl:
|
|
|
65
64
|
alignment:
|
|
66
65
|
against: Vastaan
|
|
67
66
|
in_favor: Puolesta
|
|
67
|
+
cancel_reply: Peruuta vastaus
|
|
68
68
|
confirm_destroy: Haluatko varmasti poistaa tämän kommentin?
|
|
69
69
|
delete: Poista
|
|
70
70
|
deleted_at: Kommentti poistettu %{date}
|
|
@@ -81,7 +81,7 @@ fi-pl:
|
|
|
81
81
|
description: Onko tämä sisältö epäasiallista?
|
|
82
82
|
details: Lisätiedot
|
|
83
83
|
reasons:
|
|
84
|
-
does_not_belong: Sisältää laitonta toimintaa, itsemurhauhkailua, henkilökohtaisia tietoja tai jotain muuta, jonka et usko kuuluvan
|
|
84
|
+
does_not_belong: Sisältää laitonta toimintaa, itsemurhauhkailua, henkilökohtaisia tietoja tai jotain muuta, jonka et usko kuuluvan %{organization_name} -palveluun.
|
|
85
85
|
offensive: Sisältää rasismia, seksismiä, haukkumista, henkilökohtaisia hyökkäyksiä, tappouhkauksia, itsemurhapyyntöjä tai muuta vihapuhetta.
|
|
86
86
|
spam: Sisältää klikkihoukutteita, mainostusta, huijauksia tai bottiskriptejä.
|
|
87
87
|
title: Ilmoita asiatonta sisältöä
|
|
@@ -96,8 +96,6 @@ fi-pl:
|
|
|
96
96
|
older: Vanhimmat
|
|
97
97
|
recent: Uusimmat
|
|
98
98
|
title: 'Järjestä tulokset:'
|
|
99
|
-
comment_thread:
|
|
100
|
-
title: Keskustelu henkilön %{authorName} kanssa
|
|
101
99
|
comments:
|
|
102
100
|
blocked_comments_for_unauthorized_user_warning: Tilisi tulee olla varmennettu, jotta voit kommentoida tällä hetkellä. Voit kuitenkin lukea muiden jättämiä kommentteja.
|
|
103
101
|
blocked_comments_for_user_warning: Et voi kommentoida tällä hetkellä, mutta voit lukea aikaisempia kommentteja.
|
data/config/locales/fi.yml
CHANGED
|
@@ -31,23 +31,22 @@ fi:
|
|
|
31
31
|
error: Kommenttia ei voitu poistaa.
|
|
32
32
|
update:
|
|
33
33
|
error: Kommentin päivittäminen epäonnistui.
|
|
34
|
-
|
|
35
|
-
comments_title: Kommentit
|
|
34
|
+
comments_title: Kommentti
|
|
36
35
|
last_activity:
|
|
37
|
-
|
|
38
|
-
view: Näytä
|
|
36
|
+
new_comment: 'Uusi kommentti:'
|
|
39
37
|
votes:
|
|
40
38
|
create:
|
|
41
39
|
error: Kommentin äänestys epäonnistui.
|
|
42
40
|
components:
|
|
43
41
|
add_comment_form:
|
|
44
|
-
account_message: <a href="%{sign_in_url}">Kirjaudu
|
|
42
|
+
account_message: <a href="%{sign_in_url}">Kirjaudu tilillesi</a> tai <a href="%{sign_up_url}">rekisteröidy</a> kommentoidaksesi.
|
|
45
43
|
form:
|
|
46
44
|
body:
|
|
47
45
|
label: Kommentti
|
|
48
46
|
placeholder: Mitä mieltä olet tästä?
|
|
49
47
|
form_error: Teksti vaaditaan ja se ei voi olla pidempi kuin %{length} merkkiä.
|
|
50
|
-
|
|
48
|
+
submit_reply: Julkaise vastaus
|
|
49
|
+
submit_root_comment: Julkaise kommentti
|
|
51
50
|
user_group_id:
|
|
52
51
|
label: Kommentoi käyttäjänä
|
|
53
52
|
opinion:
|
|
@@ -65,6 +64,7 @@ fi:
|
|
|
65
64
|
alignment:
|
|
66
65
|
against: Vastaan
|
|
67
66
|
in_favor: Puolesta
|
|
67
|
+
cancel_reply: Peruuta vastaus
|
|
68
68
|
confirm_destroy: Haluatko varmasti poistaa tämän kommentin?
|
|
69
69
|
delete: Poista
|
|
70
70
|
deleted_at: Kommentti poistettu %{date}
|
|
@@ -81,7 +81,7 @@ fi:
|
|
|
81
81
|
description: Onko tämä sisältö sopimatonta?
|
|
82
82
|
details: Lisätiedot
|
|
83
83
|
reasons:
|
|
84
|
-
does_not_belong: Sisältää laitonta toimintaa, itsemurhauhkailua, henkilökohtaisia tietoja tai jotain muuta, jonka et usko kuuluvan
|
|
84
|
+
does_not_belong: Sisältää laitonta toimintaa, itsemurhauhkailua, henkilökohtaisia tietoja tai jotain muuta, jonka et usko kuuluvan %{organization_name} -palveluun.
|
|
85
85
|
offensive: Sisältää rasismia, seksismiä, haukkumista, henkilökohtaisia hyökkäyksiä, tappouhkauksia, itsemurhapyyntöjä tai muuta vihapuhetta.
|
|
86
86
|
spam: Sisältää klikkihoukutteita, mainostusta, huijauksia tai bottiskriptejä.
|
|
87
87
|
title: Ilmoita asiatonta sisältöä
|
|
@@ -96,8 +96,6 @@ fi:
|
|
|
96
96
|
older: Vanhimmat
|
|
97
97
|
recent: Uusimmat
|
|
98
98
|
title: 'Järjestä tulokset:'
|
|
99
|
-
comment_thread:
|
|
100
|
-
title: Keskustelu henkilön %{authorName} kanssa
|
|
101
99
|
comments:
|
|
102
100
|
blocked_comments_for_unauthorized_user_warning: Tilisi tulee olla varmennettu, jotta voit kommentoida tällä hetkellä. Voit kuitenkin lukea muiden jättämiä kommentteja.
|
|
103
101
|
blocked_comments_for_user_warning: Et voi kommentoida tällä hetkellä, mutta voit lukea aikaisempia kommentteja.
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -31,23 +31,22 @@ fr-CA:
|
|
|
31
31
|
error: Le commentaire n'a pas pu être supprimé.
|
|
32
32
|
update:
|
|
33
33
|
error: Une erreur s'est produite lors de la mise à jour du commentaire.
|
|
34
|
-
|
|
35
|
-
comments_title: commentaires
|
|
34
|
+
comments_title: Commentaire
|
|
36
35
|
last_activity:
|
|
37
|
-
|
|
38
|
-
view: Voir
|
|
36
|
+
new_comment: 'Nouveau commentaire :'
|
|
39
37
|
votes:
|
|
40
38
|
create:
|
|
41
39
|
error: Une erreur s'est produite lors du vote sur le commentaire.
|
|
42
40
|
components:
|
|
43
41
|
add_comment_form:
|
|
44
|
-
account_message:
|
|
42
|
+
account_message: <a href="%{sign_in_url}">Connectez-vous avec votre compte</a> ou <a href="%{sign_up_url}"> inscrivez-vous </a> pour ajouter votre commentaire.
|
|
45
43
|
form:
|
|
46
44
|
body:
|
|
47
45
|
label: Commentaire
|
|
48
46
|
placeholder: Que pensez-vous de cela ?
|
|
49
|
-
form_error: Le texte est requis et ne
|
|
50
|
-
|
|
47
|
+
form_error: Le texte est requis et ne doit pas dépasser %{length} caractères.
|
|
48
|
+
submit_reply: Publier la réponse
|
|
49
|
+
submit_root_comment: Publier le commentaire
|
|
51
50
|
user_group_id:
|
|
52
51
|
label: Commenter en tant que
|
|
53
52
|
opinion:
|
|
@@ -65,6 +64,7 @@ fr-CA:
|
|
|
65
64
|
alignment:
|
|
66
65
|
against: Contre
|
|
67
66
|
in_favor: Pour
|
|
67
|
+
cancel_reply: Annuler la réponse
|
|
68
68
|
confirm_destroy: Êtes-vous sûr de vouloir supprimer ce commentaire?
|
|
69
69
|
delete: Supprimer
|
|
70
70
|
deleted_at: Commentaire supprimé le %{date}
|
|
@@ -81,7 +81,7 @@ fr-CA:
|
|
|
81
81
|
description: Ce contenu est-il inapproprié ?
|
|
82
82
|
details: Commentaires additionnels
|
|
83
83
|
reasons:
|
|
84
|
-
does_not_belong: Contient
|
|
84
|
+
does_not_belong: Contient du contenu illégal, menace de suicide, informations personnelles ou tout autre élément qui, selon vous, n'aurait pas sa place sur %{organization_name}.
|
|
85
85
|
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,...).
|
|
86
86
|
spam: Contient des publicités, des escroqueries, des pièges à clic (clickbait) ou des robots fonctionnant au script (script bots).
|
|
87
87
|
title: Signaler un contenu inapproprié
|
|
@@ -96,8 +96,6 @@ fr-CA:
|
|
|
96
96
|
older: Les plus anciens
|
|
97
97
|
recent: Les plus récents
|
|
98
98
|
title: 'Classement par :'
|
|
99
|
-
comment_thread:
|
|
100
|
-
title: Conversation avec %{authorName}
|
|
101
99
|
comments:
|
|
102
100
|
blocked_comments_for_unauthorized_user_warning: Vous devez valider votre inscription pour commenter maintenant, mais vous pouvez lire les commentaires précédents.
|
|
103
101
|
blocked_comments_for_user_warning: Vous n'êtes pas en mesure de commenter pour le moment, mais vous pouvez lire les précédents.
|
|
@@ -170,4 +168,4 @@ fr-CA:
|
|
|
170
168
|
title: commentaires
|
|
171
169
|
errors:
|
|
172
170
|
messages:
|
|
173
|
-
cannot_have_comments: ne peut pas
|
|
171
|
+
cannot_have_comments: ne peut pas avoir de commentaires
|
data/config/locales/fr.yml
CHANGED
|
@@ -31,23 +31,22 @@ fr:
|
|
|
31
31
|
error: Le commentaire n'a pas pu être supprimé.
|
|
32
32
|
update:
|
|
33
33
|
error: Une erreur s'est produite lors de la mise à jour du commentaire.
|
|
34
|
-
|
|
35
|
-
comments_title: commentaires
|
|
34
|
+
comments_title: Commentaire
|
|
36
35
|
last_activity:
|
|
37
|
-
|
|
38
|
-
view: Voir
|
|
36
|
+
new_comment: 'Nouveau commentaire :'
|
|
39
37
|
votes:
|
|
40
38
|
create:
|
|
41
39
|
error: Une erreur s'est produite lors du vote sur le commentaire.
|
|
42
40
|
components:
|
|
43
41
|
add_comment_form:
|
|
44
|
-
account_message:
|
|
42
|
+
account_message: <a href="%{sign_in_url}">Connectez-vous avec votre compte</a> ou <a href="%{sign_up_url}"> inscrivez-vous </a> pour ajouter votre commentaire.
|
|
45
43
|
form:
|
|
46
44
|
body:
|
|
47
45
|
label: Commentaire
|
|
48
46
|
placeholder: Que pensez-vous de cela ?
|
|
49
|
-
form_error: Le texte est requis et ne
|
|
50
|
-
|
|
47
|
+
form_error: Le texte est requis et ne doit pas dépasser %{length} caractères.
|
|
48
|
+
submit_reply: Publier la réponse
|
|
49
|
+
submit_root_comment: Publier le commentaire
|
|
51
50
|
user_group_id:
|
|
52
51
|
label: Commenter en tant que
|
|
53
52
|
opinion:
|
|
@@ -65,6 +64,7 @@ fr:
|
|
|
65
64
|
alignment:
|
|
66
65
|
against: Contre
|
|
67
66
|
in_favor: Pour
|
|
67
|
+
cancel_reply: Annuler la réponse
|
|
68
68
|
confirm_destroy: Êtes-vous sûr de vouloir supprimer ce commentaire ?
|
|
69
69
|
delete: Supprimer
|
|
70
70
|
deleted_at: Commentaire supprimé le %{date}
|
|
@@ -81,7 +81,7 @@ fr:
|
|
|
81
81
|
description: Ce contenu est-il inapproprié ?
|
|
82
82
|
details: Commentaires additionnels
|
|
83
83
|
reasons:
|
|
84
|
-
does_not_belong: Contient
|
|
84
|
+
does_not_belong: Contient du contenu illégal, menace de suicide, informations personnelles ou tout autre élément qui, selon vous, n'aurait pas sa place sur %{organization_name}.
|
|
85
85
|
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,...).
|
|
86
86
|
spam: Contient des publicités, des escroqueries, des pièges à clic (clickbait) ou des robots fonctionnant au script (script bots).
|
|
87
87
|
title: Signaler un contenu inapproprié
|
|
@@ -96,8 +96,6 @@ fr:
|
|
|
96
96
|
older: Les plus anciens
|
|
97
97
|
recent: Les plus récents
|
|
98
98
|
title: 'Classement par :'
|
|
99
|
-
comment_thread:
|
|
100
|
-
title: Conversation avec %{authorName}
|
|
101
99
|
comments:
|
|
102
100
|
blocked_comments_for_unauthorized_user_warning: Vous devez faire vérifier votre compte pour commenter, mais vous pouvez lire les commentaires précédents.
|
|
103
101
|
blocked_comments_for_user_warning: Vous n'êtes pas en mesure de commenter pour le moment, mais vous pouvez lire les précédents.
|
|
@@ -170,4 +168,4 @@ fr:
|
|
|
170
168
|
title: commentaires
|
|
171
169
|
errors:
|
|
172
170
|
messages:
|
|
173
|
-
cannot_have_comments: ne peut pas
|
|
171
|
+
cannot_have_comments: ne peut pas avoir de commentaires
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
|
@@ -26,27 +26,17 @@ gl:
|
|
|
26
26
|
comments:
|
|
27
27
|
create:
|
|
28
28
|
error: Produciuse un problema ao crear o comentario.
|
|
29
|
-
delete:
|
|
30
|
-
error: Non foi posíbel eliminar o comentario.
|
|
31
29
|
update:
|
|
32
30
|
error: Produciuse un problema ao actualizar o comentario.
|
|
33
|
-
comments_count: Número de comentarios
|
|
34
|
-
comments_title: Comentarios
|
|
35
|
-
last_activity:
|
|
36
|
-
new_comment_at_html: "<span>Novo comentario en %{link}</span>"
|
|
37
|
-
view: Ver
|
|
38
31
|
votes:
|
|
39
32
|
create:
|
|
40
33
|
error: Houbo erros ao votar o comentario.
|
|
41
34
|
components:
|
|
42
35
|
add_comment_form:
|
|
43
|
-
account_message: <a href="%{sign_in_url}">Inicia sesión coa túa conta</a> ou <a href="%{sign_up_url}">iniciar</a> para engadir o teu comentario.
|
|
44
36
|
form:
|
|
45
37
|
body:
|
|
46
38
|
label: Comentario
|
|
47
39
|
placeholder: Que vos parece?
|
|
48
|
-
form_error: Requírese o texto e non pode ter máis de %{length} caracteres.
|
|
49
|
-
submit: Enviar
|
|
50
40
|
user_group_id:
|
|
51
41
|
label: Comentar como
|
|
52
42
|
opinion:
|
|
@@ -80,7 +70,6 @@ gl:
|
|
|
80
70
|
description: Este contido é inapropiado?
|
|
81
71
|
details: Comentarios adicionais
|
|
82
72
|
reasons:
|
|
83
|
-
does_not_belong: Contén actividades ilegais, ameazas de suicidio, información persoal ou outra cousa que pensas que non pertence a %{organization_name}.
|
|
84
73
|
offensive: Contén racismo, sexismo, abuso, ataques persoais, ameazas de morte, solicitudes de suicidio ou calquera tipo de discurso de odio.
|
|
85
74
|
spam: Contén clic, publicidade, fraudes ou bots de script.
|
|
86
75
|
title: Denunciar contido inapropiado
|
|
@@ -92,8 +81,6 @@ gl:
|
|
|
92
81
|
older: Máis vello
|
|
93
82
|
recent: Recentes
|
|
94
83
|
title: 'Ordenar por:'
|
|
95
|
-
comment_thread:
|
|
96
|
-
title: Conversa con %{authorName}
|
|
97
84
|
comments:
|
|
98
85
|
blocked_comments_for_unauthorized_user_warning: Tes de estar verificado para poder comentar neste intre, porén podes ler os comentarios anteriores.
|
|
99
86
|
blocked_comments_for_user_warning: Non podes comentar neste momento, pero podes ler os anteriores.
|
|
@@ -147,6 +134,3 @@ gl:
|
|
|
147
134
|
description: Número de comentarios xerados polos usuarios
|
|
148
135
|
object: comentarios
|
|
149
136
|
title: Comentarios
|
|
150
|
-
errors:
|
|
151
|
-
messages:
|
|
152
|
-
cannot_have_comments: Non podo ter comentarios
|
data/config/locales/hu.yml
CHANGED
|
@@ -27,25 +27,21 @@ hu:
|
|
|
27
27
|
comments:
|
|
28
28
|
create:
|
|
29
29
|
error: Hiba történt a hozzászólás létrehozása során.
|
|
30
|
+
delete:
|
|
31
|
+
error: A hozzászólás nem törölhető.
|
|
30
32
|
update:
|
|
31
33
|
error: Hiba történt a hozzászólás frissítése során.
|
|
32
|
-
|
|
33
|
-
comments_title: Hozzászólások
|
|
34
|
-
last_activity:
|
|
35
|
-
new_comment_at_html: "<span>Új megjegyzés: %{link}</span>"
|
|
36
|
-
view: Megtekintés
|
|
34
|
+
comments_title: Hozzászólás
|
|
37
35
|
votes:
|
|
38
36
|
create:
|
|
39
37
|
error: Hiba történt a megjegyzésre való szavazáskor.
|
|
40
38
|
components:
|
|
41
39
|
add_comment_form:
|
|
42
|
-
account_message: <a href="%{sign_in_url}">Jelentkezzen be fiókodba</a> vagy <a href="%{sign_up_url}">iratkozz fel</a> megjegyzés küldéséhez.
|
|
43
40
|
form:
|
|
44
41
|
body:
|
|
45
42
|
label: Megjegyzés
|
|
46
43
|
placeholder: Mit gondolsz erről?
|
|
47
44
|
form_error: Kötelező kitölteni, és nem lehet hosszabb, mint %{length} karakter.
|
|
48
|
-
submit: Elküld
|
|
49
45
|
user_group_id:
|
|
50
46
|
label: 'Megjegyzés mint:'
|
|
51
47
|
opinion:
|
|
@@ -79,7 +75,7 @@ hu:
|
|
|
79
75
|
description: Sértő a tartalom?
|
|
80
76
|
details: További megjegyzések
|
|
81
77
|
reasons:
|
|
82
|
-
does_not_belong: 'Illegális tevékenységet, öngyilkosságra való felhívást, személyes adatokat vagy más olyan dolgot tartalmaz,
|
|
78
|
+
does_not_belong: 'Illegális tevékenységet, öngyilkosságra való felhívást, személyes adatokat vagy más olyan dolgot tartalmaz, amiről úgy gondolja, nem tartozik ide: %{organization_name}.'
|
|
83
79
|
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.
|
|
84
80
|
spam: Klikkvadászat, reklám, átverés vagy script bot.
|
|
85
81
|
title: Nem megfelelő tartalom bejelentése
|
|
@@ -91,8 +87,6 @@ hu:
|
|
|
91
87
|
older: Korábbi
|
|
92
88
|
recent: Legutóbbi
|
|
93
89
|
title: 'Rendezés:'
|
|
94
|
-
comment_thread:
|
|
95
|
-
title: 'Beszélgetés vele: %{authorName}'
|
|
96
90
|
comments:
|
|
97
91
|
blocked_comments_for_unauthorized_user_warning: Ebben a pillanatban nem tud megjegyzéseket tenni, de elolvashatja az előzőeket.
|
|
98
92
|
blocked_comments_for_user_warning: Ebben a pillanatban nem tud megjegyzéseket tenni, de elolvashatja az előzőeket.
|
|
@@ -165,4 +159,4 @@ hu:
|
|
|
165
159
|
title: Hozzászólások
|
|
166
160
|
errors:
|
|
167
161
|
messages:
|
|
168
|
-
cannot_have_comments: nem
|
|
162
|
+
cannot_have_comments: nem adhat hozzá hozzászólásokat
|
data/config/locales/id-ID.yml
CHANGED
|
@@ -15,20 +15,15 @@ id:
|
|
|
15
15
|
other: Voting
|
|
16
16
|
decidim:
|
|
17
17
|
comments:
|
|
18
|
-
comments_title: Komentar
|
|
19
|
-
last_activity:
|
|
20
|
-
new_comment_at_html: "<span>Komentar baru di %{link}</span>"
|
|
21
18
|
votes:
|
|
22
19
|
create:
|
|
23
20
|
error: Terjadi masalah saat memilih komentar.
|
|
24
21
|
components:
|
|
25
22
|
add_comment_form:
|
|
26
|
-
account_message: <a href="%{sign_in_url}">Masuk dengan akun Anda</a> atau <a href="%{sign_up_url}">mendaftar</a> untuk menambahkan komentar Anda.
|
|
27
23
|
form:
|
|
28
24
|
body:
|
|
29
25
|
label: Komentar
|
|
30
26
|
placeholder: Apa yang Anda pikirkan tentang ini?
|
|
31
|
-
form_error: Teks diperlukan dan tidak boleh lebih dari %{length} karakter.
|
|
32
27
|
user_group_id:
|
|
33
28
|
label: Beri komentar sebagai
|
|
34
29
|
opinion:
|
|
@@ -49,7 +44,6 @@ id:
|
|
|
49
44
|
description: Apakah konten ini tidak pantas?
|
|
50
45
|
details: Komentar tambahan
|
|
51
46
|
reasons:
|
|
52
|
-
does_not_belong: Berisi aktivitas ilegal, ancaman bunuh diri, informasi pribadi, atau sesuatu yang menurut Anda bukan milik %{organization_name}
|
|
53
47
|
offensive: Berisi rasisme, seksisme, penghinaan, serangan pribadi, ancaman kematian, permintaan bunuh diri atau segala bentuk pidato kebencian.
|
|
54
48
|
spam: Berisi clickbait, iklan, penipuan atau bot skrip.
|
|
55
49
|
comment_order_selector:
|
|
@@ -59,8 +53,6 @@ id:
|
|
|
59
53
|
older: Lebih tua
|
|
60
54
|
recent: Baru
|
|
61
55
|
title: 'Dipesan oleh:'
|
|
62
|
-
comment_thread:
|
|
63
|
-
title: Percakapan dengan %{authorName}
|
|
64
56
|
comments:
|
|
65
57
|
blocked_comments_for_user_warning: Anda tidak dapat berkomentar saat ini, tetapi Anda dapat membaca yang sebelumnya.
|
|
66
58
|
blocked_comments_warning: Komentar dinonaktifkan saat ini, tetapi Anda dapat membaca yang sebelumnya.
|
|
@@ -95,6 +87,3 @@ id:
|
|
|
95
87
|
description: Jumlah komentar yang dihasilkan oleh peserta
|
|
96
88
|
object: komentar
|
|
97
89
|
title: Komentar
|
|
98
|
-
errors:
|
|
99
|
-
messages:
|
|
100
|
-
cannot_have_comments: tidak dapat memiliki komentar
|
data/config/locales/is-IS.yml
CHANGED
|
@@ -3,12 +3,10 @@ is:
|
|
|
3
3
|
decidim:
|
|
4
4
|
components:
|
|
5
5
|
add_comment_form:
|
|
6
|
-
account_message: <a href="%{sign_in_url}">Skráðu þig inn með reikningnum þínum</a> eða <a href="%{sign_up_url}">skráðu þig</a> til að bæta við ummælum þínum.
|
|
7
6
|
form:
|
|
8
7
|
body:
|
|
9
8
|
label: Athugasemd
|
|
10
9
|
placeholder: Hvað finnst þér um þetta?
|
|
11
|
-
form_error: Textinn er krafist og það má ekki vera lengri en %{length} stafir.
|
|
12
10
|
user_group_id:
|
|
13
11
|
label: Athugasemd sem
|
|
14
12
|
opinion:
|
|
@@ -28,7 +26,6 @@ is:
|
|
|
28
26
|
description: Er þetta efni óviðeigandi?
|
|
29
27
|
details: Önnur athugasemdir
|
|
30
28
|
reasons:
|
|
31
|
-
does_not_belong: Inniheldur ólöglega starfsemi, sjálfsvígshugmyndir, persónulegar upplýsingar eða eitthvað sem þér finnst ekki tilheyra %{organization_name}.
|
|
32
29
|
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.
|
|
33
30
|
spam: Inniheldur clickbait, auglýsingar, óþekktarangi eða handritabots.
|
|
34
31
|
comment_order_selector:
|
|
@@ -38,8 +35,6 @@ is:
|
|
|
38
35
|
older: Eldri
|
|
39
36
|
recent: Nýleg
|
|
40
37
|
title: 'Raða eftir:'
|
|
41
|
-
comment_thread:
|
|
42
|
-
title: Samtal við %{authorName}
|
|
43
38
|
comments:
|
|
44
39
|
blocked_comments_warning: Athugasemdir eru gerðar óvirkar á þessum tíma, en þú getur lesið þau fyrri.
|
|
45
40
|
loading: Hleð inn athugasemdir ...
|
|
@@ -68,6 +63,3 @@ is:
|
|
|
68
63
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú hefur verið nefndur í %{resource_title}.
|
|
69
64
|
email_subject: Þú hefur verið nefndur í %{resource_title}
|
|
70
65
|
notification_title: Þú hefur verið nefndur í <a href="%{resource_path}">%{resource_title}</a> af <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
|
71
|
-
errors:
|
|
72
|
-
messages:
|
|
73
|
-
cannot_have_comments: getur ekki haft athugasemdir
|
data/config/locales/it.yml
CHANGED
|
@@ -26,27 +26,17 @@ it:
|
|
|
26
26
|
comments:
|
|
27
27
|
create:
|
|
28
28
|
error: Ci sono stati problemi durante la creazione del commento.
|
|
29
|
-
delete:
|
|
30
|
-
error: Il commento non può essere eliminato.
|
|
31
29
|
update:
|
|
32
30
|
error: Si è verificato un errore durante l'aggiornamento del commento.
|
|
33
|
-
comments_count: Conteggio dei Commenti
|
|
34
|
-
comments_title: Commenti
|
|
35
|
-
last_activity:
|
|
36
|
-
new_comment_at_html: "<span>Nuovo commento al %{link}</span>"
|
|
37
|
-
view: Visualizza
|
|
38
31
|
votes:
|
|
39
32
|
create:
|
|
40
33
|
error: Ci sono stati errori durante la votazione del commento.
|
|
41
34
|
components:
|
|
42
35
|
add_comment_form:
|
|
43
|
-
account_message: <a href="%{sign_in_url}">Connessione con il tuo account</a> o <a href="%{sign_up_url}">Sign up</a> per aggiungere il tuo commento.
|
|
44
36
|
form:
|
|
45
37
|
body:
|
|
46
38
|
label: Commenta
|
|
47
39
|
placeholder: Cosa ne pensi?
|
|
48
|
-
form_error: Il testo è necessario, deve essere obbligatoriamente indicato (max %{length} caratteri).
|
|
49
|
-
submit: Invia
|
|
50
40
|
user_group_id:
|
|
51
41
|
label: Commenta come
|
|
52
42
|
opinion:
|
|
@@ -79,7 +69,6 @@ it:
|
|
|
79
69
|
description: Trovi questo contenuto inappropriato?
|
|
80
70
|
details: motivazione
|
|
81
71
|
reasons:
|
|
82
|
-
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}.
|
|
83
72
|
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.
|
|
84
73
|
spam: Contiene pubblicità, truffe, clickbait ("esca da click") o altro contenuto mirato ad attrarre traffico internet.
|
|
85
74
|
title: Segnala contenuti inappropriati
|
|
@@ -91,8 +80,6 @@ it:
|
|
|
91
80
|
older: Più vecchi
|
|
92
81
|
recent: Più recenti
|
|
93
82
|
title: 'Ordina per:'
|
|
94
|
-
comment_thread:
|
|
95
|
-
title: Conversazioni con %{authorName}
|
|
96
83
|
comments:
|
|
97
84
|
blocked_comments_for_unauthorized_user_warning: Devi essere verificato prima di poter commentare, ma puoi leggere i commenti precedenti.
|
|
98
85
|
blocked_comments_for_user_warning: Non sei in grado di commentare in questo momento, ma puoi leggere quelli precedenti.
|
|
@@ -163,6 +150,3 @@ it:
|
|
|
163
150
|
description: Numero di commenti generati dagli utenti
|
|
164
151
|
object: Commenti
|
|
165
152
|
title: Commenti
|
|
166
|
-
errors:
|
|
167
|
-
messages:
|
|
168
|
-
cannot_have_comments: non si possono fare commenti
|
data/config/locales/ja.yml
CHANGED
|
@@ -29,23 +29,22 @@ ja:
|
|
|
29
29
|
error: コメントを削除できませんでした。
|
|
30
30
|
update:
|
|
31
31
|
error: コメントの更新中に問題が発生しました。
|
|
32
|
-
comments_count: コメント数
|
|
33
32
|
comments_title: コメント
|
|
34
33
|
last_activity:
|
|
35
|
-
|
|
36
|
-
view: 表示
|
|
34
|
+
new_comment: '新規コメント:'
|
|
37
35
|
votes:
|
|
38
36
|
create:
|
|
39
37
|
error: コメントに投票中に問題がありました。
|
|
40
38
|
components:
|
|
41
39
|
add_comment_form:
|
|
42
|
-
account_message: <a href="%{sign_in_url}">ログイン</a> または <a href="%{sign_up_url}"
|
|
40
|
+
account_message: <a href="%{sign_in_url}">ログイン</a> または <a href="%{sign_up_url}">サインアップ</a> してコメントできます。
|
|
43
41
|
form:
|
|
44
42
|
body:
|
|
45
43
|
label: コメント
|
|
46
44
|
placeholder: これについてどう思いますか?
|
|
47
45
|
form_error: テキストは必須で、 %{length} 文字を超えることはできません。
|
|
48
|
-
|
|
46
|
+
submit_reply: 返信を公開
|
|
47
|
+
submit_root_comment: コメントを公開
|
|
49
48
|
user_group_id:
|
|
50
49
|
label: 'コメント:'
|
|
51
50
|
opinion:
|
|
@@ -63,6 +62,7 @@ ja:
|
|
|
63
62
|
alignment:
|
|
64
63
|
against: 反対
|
|
65
64
|
in_favor: 賛成
|
|
65
|
+
cancel_reply: 返信をキャンセル
|
|
66
66
|
confirm_destroy: コメントを削除してもよろしいですか?
|
|
67
67
|
delete: 削除
|
|
68
68
|
deleted_at: '%{date} にコメントが削除されました'
|
|
@@ -79,7 +79,7 @@ ja:
|
|
|
79
79
|
description: このコンテンツは不適切ですか?
|
|
80
80
|
details: 追加コメント
|
|
81
81
|
reasons:
|
|
82
|
-
does_not_belong:
|
|
82
|
+
does_not_belong: 違法行為、自殺予告、個人情報、または %{organization_name} にふさわしくないと思われる何かが含まれています。
|
|
83
83
|
offensive: 差別的な内容、誹謗中傷などの不適切な内容が含まれています。
|
|
84
84
|
spam: 本来の内容に関係が無い広告、詐欺や悪意のある処理などが含まれています。
|
|
85
85
|
title: 不適切なコンテンツを報告する
|
|
@@ -88,13 +88,11 @@ ja:
|
|
|
88
88
|
single_comment_link_title: リンク取得
|
|
89
89
|
comment_order_selector:
|
|
90
90
|
order:
|
|
91
|
-
best_rated:
|
|
92
|
-
most_discussed:
|
|
91
|
+
best_rated: 評価の高い順
|
|
92
|
+
most_discussed: 議論数の多い順
|
|
93
93
|
older: 古い順
|
|
94
|
-
recent:
|
|
94
|
+
recent: 新しい順
|
|
95
95
|
title: '並び順:'
|
|
96
|
-
comment_thread:
|
|
97
|
-
title: '%{authorName} との会話'
|
|
98
96
|
comments:
|
|
99
97
|
blocked_comments_for_unauthorized_user_warning: 現在、コメントできるのは検証済アカウントのみになりますが、以前のコメントを読むことはできます。
|
|
100
98
|
blocked_comments_for_user_warning: 現時点ではコメントできませんが、以前のコメントを読むことができます。
|
|
@@ -130,7 +128,7 @@ ja:
|
|
|
130
128
|
email_subject: '%{author_name} から %{resource_title} に対して新しいコメントがあります'
|
|
131
129
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> より <a href="%{resource_path}">%{resource_title} に対して新しいコメントがあります</a>.
|
|
132
130
|
comment_created:
|
|
133
|
-
email_intro: "%{resource_title}
|
|
131
|
+
email_intro: "%{resource_title} にコメントがありました。このページでコメントを読むことができます:"
|
|
134
132
|
email_outro: '"%{resource_title}" 、またはその参加者をフォローしているためこの通知を受け取りました。前のリンクからフォローを解除することができます。'
|
|
135
133
|
email_subject: '%{author_name} から %{resource_title} に対して新しいコメントがあります'
|
|
136
134
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> から <a href="%{resource_path}">%{resource_title} に対して新しいコメントがあります</a>
|
data/config/locales/lb.yml
CHANGED
|
@@ -20,27 +20,17 @@ lb:
|
|
|
20
20
|
comments:
|
|
21
21
|
create:
|
|
22
22
|
error: Beim Erstellen des Kommentars ist ein Fehler aufgetreten.
|
|
23
|
-
delete:
|
|
24
|
-
error: "Der Kommentar konnte nicht gelöscht werden.\n\n"
|
|
25
23
|
update:
|
|
26
24
|
error: Beim Aktualisieren des Kommentars ist ein Problem aufgetreten.
|
|
27
|
-
comments_count: Kommentaranzahl
|
|
28
|
-
comments_title: Bemerkungen
|
|
29
|
-
last_activity:
|
|
30
|
-
new_comment_at_html: "<span>Neuer Kommentar unter %{link}</span>"
|
|
31
|
-
view: Ansicht
|
|
32
25
|
votes:
|
|
33
26
|
create:
|
|
34
27
|
error: Beim Abstimmen des Kommentars sind Fehler aufgetreten.
|
|
35
28
|
components:
|
|
36
29
|
add_comment_form:
|
|
37
|
-
account_message: <a href="%{sign_in_url}">Melden Sie sich mit Ihrem Konto an</a> oder <a href="%{sign_up_url}">registrieren Sie sich</a>, um Ihren Kommentar hinzuzufügen.
|
|
38
30
|
form:
|
|
39
31
|
body:
|
|
40
32
|
label: Kommentar
|
|
41
33
|
placeholder: Was denken Sie darüber?
|
|
42
|
-
form_error: Der Text ist erforderlich und darf nicht länger als %{length} Zeichen sein.
|
|
43
|
-
submit: Senden
|
|
44
34
|
user_group_id:
|
|
45
35
|
label: Kommentieren als
|
|
46
36
|
opinion:
|
|
@@ -73,7 +63,6 @@ lb:
|
|
|
73
63
|
description: Ist dieser Inhalt unangemessen?
|
|
74
64
|
details: Zusätzliche Kommentare
|
|
75
65
|
reasons:
|
|
76
|
-
does_not_belong: Enthält illegale Aktivitäten, Selbstmorddrohungen, persönliche Informationen oder etwas anderes, von dem Sie denken, dass es nicht auf %{organization_name} gehört.
|
|
77
66
|
offensive: Enthält Rassismus, Sexismus, Verleumdungen, persönliche Angriffe, Morddrohungen, Selbstmordanträge oder jegliche Form von Hassreden.
|
|
78
67
|
spam: Enthält Clickbait, Werbung, Scams oder Script Bots.
|
|
79
68
|
title: Ungeeigneten Inhalt melden
|
|
@@ -85,8 +74,6 @@ lb:
|
|
|
85
74
|
older: Chronologisch
|
|
86
75
|
recent: Kürzlich hinzugefügt
|
|
87
76
|
title: 'Sortieren nach:'
|
|
88
|
-
comment_thread:
|
|
89
|
-
title: Konversation mit %{authorName}
|
|
90
77
|
comments:
|
|
91
78
|
blocked_comments_for_unauthorized_user_warning: Sie müssen aktuell verifiziert sein um zu kommentieren, aber Sie können die bisherigen Kommentare lesen.
|
|
92
79
|
blocked_comments_for_user_warning: Sie können momentan nichts kommentieren, aber Sie können die vorherigen lesen.
|
|
@@ -156,6 +143,3 @@ lb:
|
|
|
156
143
|
description: Anzahl der von Benutzern generierten Kommentare
|
|
157
144
|
object: Bemerkungen
|
|
158
145
|
title: Bemerkungen
|
|
159
|
-
errors:
|
|
160
|
-
messages:
|
|
161
|
-
cannot_have_comments: kann keine Kommentare haben
|