decidim-comments 0.21.0 → 0.23.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/comments/bundle.js +67 -67
  3. data/app/assets/javascripts/decidim/comments/bundle.js.map +1 -1
  4. data/app/cells/decidim/comments/comment_activity_cell.rb +2 -22
  5. data/app/cells/decidim/comments/comment_cell.rb +22 -0
  6. data/app/cells/decidim/comments/comment_m/footer.erb +5 -0
  7. data/app/cells/decidim/comments/comment_m/top.erb +7 -0
  8. data/app/cells/decidim/comments/comment_m_cell.rb +29 -0
  9. data/app/commands/decidim/comments/create_comment.rb +8 -8
  10. data/app/events/decidim/comments/comment_by_followed_user_group_event.rb +9 -0
  11. data/app/events/decidim/comments/comment_event.rb +14 -9
  12. data/app/events/decidim/comments/user_group_mentioned_event.rb +10 -0
  13. data/app/forms/decidim/comments/comment_form.rb +17 -1
  14. data/app/frontend/application/icon.component.tsx +16 -4
  15. data/app/frontend/comments/add_comment_form.component.test.tsx +31 -29
  16. data/app/frontend/comments/add_comment_form.component.tsx +34 -18
  17. data/app/frontend/comments/comment.component.test.tsx +36 -5
  18. data/app/frontend/comments/comment.component.tsx +218 -88
  19. data/app/frontend/comments/comment_order_selector.component.tsx +26 -7
  20. data/app/frontend/comments/comment_thread.component.test.tsx +9 -8
  21. data/app/frontend/comments/comment_thread.component.tsx +3 -1
  22. data/app/frontend/comments/comments.component.test.tsx +17 -14
  23. data/app/frontend/comments/comments.component.tsx +28 -4
  24. data/app/frontend/comments/down_vote_button.component.tsx +27 -9
  25. data/app/frontend/comments/up_vote_button.component.tsx +27 -9
  26. data/app/frontend/comments/vote_button.component.tsx +4 -0
  27. data/app/frontend/comments/vote_button_component.test.tsx +14 -8
  28. data/app/frontend/mutations/add_comment.mutation.graphql +2 -2
  29. data/app/frontend/mutations/down_vote.mutation.graphql +2 -2
  30. data/app/frontend/mutations/up_vote.mutation.graphql +2 -2
  31. data/app/frontend/queries/comments.query.graphql +2 -2
  32. data/app/frontend/support/schema.ts +1060 -735
  33. data/app/helpers/decidim/comments/comment_cells_helper.rb +33 -0
  34. data/app/models/decidim/comments/comment.rb +81 -22
  35. data/app/models/decidim/comments/seed.rb +1 -1
  36. data/app/queries/decidim/comments/metrics/comments_metric_manage.rb +1 -6
  37. data/app/services/decidim/comments/new_comment_notification_creator.rb +28 -3
  38. data/app/types/decidim/comments/commentable_interface.rb +1 -1
  39. data/app/types/decidim/comments/commentable_mutation_type.rb +6 -3
  40. data/config/locales/am-ET.yml +1 -0
  41. data/config/locales/ar.yml +4 -1
  42. data/config/locales/bg-BG.yml +6 -0
  43. data/config/locales/bg.yml +6 -0
  44. data/config/locales/ca.yml +19 -2
  45. data/config/locales/cs.yml +31 -14
  46. data/config/locales/da-DK.yml +1 -0
  47. data/config/locales/da.yml +1 -0
  48. data/config/locales/de.yml +47 -24
  49. data/config/locales/el.yml +121 -0
  50. data/config/locales/en.yml +18 -1
  51. data/config/locales/eo.yml +1 -0
  52. data/config/locales/es-MX.yml +18 -1
  53. data/config/locales/es-PY.yml +18 -1
  54. data/config/locales/es.yml +18 -1
  55. data/config/locales/et-EE.yml +1 -0
  56. data/config/locales/et.yml +1 -0
  57. data/config/locales/eu.yml +4 -1
  58. data/config/locales/fi-plain.yml +18 -1
  59. data/config/locales/fi.yml +25 -8
  60. data/config/locales/fr-CA.yml +123 -0
  61. data/config/locales/fr.yml +25 -2
  62. data/config/locales/ga-IE.yml +1 -0
  63. data/config/locales/gl.yml +17 -1
  64. data/config/locales/hr-HR.yml +1 -0
  65. data/config/locales/hr.yml +1 -0
  66. data/config/locales/hu.yml +12 -2
  67. data/config/locales/id-ID.yml +4 -1
  68. data/config/locales/is-IS.yml +3 -3
  69. data/config/locales/is.yml +76 -0
  70. data/config/locales/it.yml +21 -1
  71. data/config/locales/ja-JP.yml +120 -0
  72. data/config/locales/ja.yml +121 -0
  73. data/config/locales/ko-KR.yml +1 -0
  74. data/config/locales/ko.yml +1 -0
  75. data/config/locales/lt-LT.yml +1 -0
  76. data/config/locales/lt.yml +1 -0
  77. data/config/locales/lv.yml +118 -0
  78. data/config/locales/mt-MT.yml +1 -0
  79. data/config/locales/mt.yml +1 -0
  80. data/config/locales/nl.yml +27 -8
  81. data/config/locales/no.yml +18 -2
  82. data/config/locales/om-ET.yml +1 -0
  83. data/config/locales/pl.yml +63 -40
  84. data/config/locales/pt-BR.yml +5 -2
  85. data/config/locales/pt.yml +47 -25
  86. data/config/locales/ro-RO.yml +124 -0
  87. data/config/locales/ru.yml +4 -1
  88. data/config/locales/si-LK.yml +1 -0
  89. data/config/locales/sk-SK.yml +116 -0
  90. data/config/locales/sk.yml +120 -0
  91. data/config/locales/sl.yml +4 -0
  92. data/config/locales/so-SO.yml +1 -0
  93. data/config/locales/sr-CS.yml +20 -0
  94. data/config/locales/sv.yml +26 -3
  95. data/config/locales/sw-KE.yml +1 -0
  96. data/config/locales/ti-ER.yml +1 -0
  97. data/config/locales/tr-TR.yml +54 -31
  98. data/config/locales/uk.yml +4 -2
  99. data/config/locales/vi-VN.yml +1 -0
  100. data/config/locales/vi.yml +1 -0
  101. data/config/locales/zh-CN.yml +121 -0
  102. data/config/locales/zh-TW.yml +1 -0
  103. data/db/migrate/20200320105911_index_foreign_keys_in_decidim_comments_comments.rb +7 -0
  104. data/db/migrate/20200706123136_make_comments_handle_i18n.rb +41 -0
  105. data/db/migrate/20200828101910_add_commentable_counter_cache_to_comments.rb +9 -0
  106. data/lib/decidim/comments/api/comment_type.rb +5 -1
  107. data/lib/decidim/comments/comment_serializer.rb +7 -2
  108. data/lib/decidim/comments/comment_vote_serializer.rb +5 -1
  109. data/lib/decidim/comments/commentable.rb +11 -0
  110. data/lib/decidim/comments/comments_helper.rb +28 -4
  111. data/lib/decidim/comments/engine.rb +13 -0
  112. data/lib/decidim/comments/mutation_extensions.rb +8 -0
  113. data/lib/decidim/comments/query_extensions.rb +4 -0
  114. data/lib/decidim/comments/test/factories.rb +10 -1
  115. data/lib/decidim/comments/test/shared_examples/comment_event.rb +12 -2
  116. data/lib/decidim/comments/test/shared_examples/create_comment_context.rb +3 -2
  117. data/lib/decidim/comments/version.rb +1 -1
  118. metadata +59 -13
@@ -0,0 +1 @@
1
+ da:
@@ -0,0 +1 @@
1
+ da:
@@ -4,6 +4,7 @@ de:
4
4
  decidim/comments/comment_by_followed_user_event: Kommentar
5
5
  decidim/comments/comment_created_event: Kommentar
6
6
  decidim/comments/reply_created_event: Kommentarantwort
7
+ decidim/comments/user_group_mentioned_event: Erwähnen
7
8
  decidim/comments/user_mentioned_event: Erwähnen
8
9
  activerecord:
9
10
  models:
@@ -16,80 +17,102 @@ de:
16
17
  decidim:
17
18
  comments:
18
19
  comments: Bemerkungen
20
+ comments_count: Kommentaranzahl
19
21
  last_activity:
20
22
  new_comment_at_html: "<span>Neuer Kommentar unter %{link}</span>"
23
+ view: Ansicht
21
24
  votes:
22
25
  create:
23
26
  error: Beim Abstimmen des Kommentars sind Fehler aufgetreten.
24
27
  components:
25
28
  add_comment_form:
26
- account_message: <a href="%{sign_in_url}">Melden Sie sich mit Ihrem Konto an</a> oder <a href="%{sign_up_url}">Melden Sie sich</a> an, um Ihren Kommentar hinzuzufügen.
29
+ 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.
27
30
  form:
28
31
  body:
29
32
  label: Kommentar
30
- placeholder: Was denkst du darüber?
33
+ placeholder: Was denken Sie darüber?
31
34
  form_error: Der Text ist erforderlich und darf nicht länger als %{length} Zeichen sein.
32
35
  submit: Senden
33
36
  user_group_id:
34
- label: Kommentar als
37
+ label: Kommentieren als
35
38
  opinion:
36
39
  neutral: Neutral
37
40
  remaining_characters: "%{count} Zeichen übrig"
38
41
  remaining_characters_1: "%{count} Zeichen übrig"
39
- title: Füge deinen Kommentar hinzu
42
+ title: Kommentar hinzufügen
40
43
  comment:
41
44
  alignment:
42
45
  against: Gegen
43
46
  in_favor: Zugunsten
44
47
  deleted_user: Gelöschter Benutzer
48
+ hide_replies: Antworten verbergen
45
49
  reply: Antworten
46
50
  report:
47
- action: Bericht
51
+ action: Melden
48
52
  already_reported: Dieser Inhalt wurde bereits gemeldet und wird von einem Administrator überprüft.
49
53
  close: Schließen
50
54
  description: Ist dieser Inhalt unangemessen?
51
55
  details: Zusätzliche Kommentare
52
56
  reasons:
53
- 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}.
54
- offensive: Enthält Rassismus, Sexismus, Verunglimpfungen, persönliche Angriffe, Morddrohungen, Selbstmordanträge oder jede Form von Hassreden.
57
+ 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.
58
+ offensive: Enthält Rassismus, Sexismus, Verleumdungen, persönliche Angriffe, Morddrohungen, Selbstmordanträge oder jegliche Form von Hassreden.
55
59
  spam: Enthält Clickbait, Werbung, Scams oder Script Bots.
56
- title: Ein Problem melden
60
+ title: Ungeeigneten Inhalt melden
61
+ show_replies: '%{replies_count} Antworten anzeigen'
62
+ single_comment_link_title: Verknüpfung zu einzelnem Kommentar erhalten
57
63
  comment_order_selector:
58
64
  order:
59
65
  best_rated: Am besten bewertet
60
66
  most_discussed: Meist diskutiert
61
- older: Älter
62
- recent: Kürzlich
67
+ older: Chronologisch
68
+ recent: Kürzlich hinzugefügt
63
69
  title: 'Sortieren nach:'
64
70
  comment_thread:
65
71
  title: Konversation mit %{authorName}
66
72
  comments:
67
73
  blocked_comments_for_user_warning: Sie können momentan nichts kommentieren, aber Sie können die vorherigen lesen.
68
74
  blocked_comments_warning: Kommentare sind zu diesem Zeitpunkt deaktiviert, aber Sie können die vorherigen lesen.
75
+ comment_details_title: Kommentarinformationen
69
76
  loading: Kommentare werden geladen ...
77
+ single_comment_warning: Sie können die restlichen Kommentare <a href="%{url}">hier</a> prüfen.
78
+ single_comment_warning_title: Ihnen wird ein einzelner Kommentar angezeigt
70
79
  title: "%{count} Kommentare"
80
+ down_vote_button:
81
+ text: Ich bin mit diesem Kommentar nicht einverstanden
82
+ up_vote_button:
83
+ text: Ich stimme diesem Kommentar zu
71
84
  events:
72
85
  comments:
73
86
  comment_by_followed_user:
74
- email_intro: "%{author_name} hat einen Kommentar in %{resource_title}hinterlassen. Sie können es auf dieser Seite lesen:"
75
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_name}. Sie können diesen Benutzer von seiner Profilseite aus nicht mehr anzeigen.
76
- email_subject: Es gibt einen neuen Kommentar von %{author_name} in %{resource_title}
77
- notification_title: Es gibt einen neuen Kommentar von <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>.
87
+ email_intro: "%{author_name} hat einen Kommentar zu %{resource_title} hinterlassen. Sie können diesen auf dieser Seite lesen:"
88
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_name} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie die Profil-Seite dieses Benutzers.
89
+ email_subject: Neuer Kommentar von %{author_name} zu %{resource_title}
90
+ notification_title: Es gibt einen neuen Kommentar von <a href="%{author_path}">%{author_name} %{author_nickname}</a> zu <a href="%{resource_path}">%{resource_title}</a>.
91
+ comment_by_followed_user_group:
92
+ email_intro: 'Die Gruppe %{author_name} hat einen Kommentar in %{resource_title} hinterlassen. Sie können diesen auf dieser Seite lesen:'
93
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_name} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie die Profil-Seite dieser Gruppe.
94
+ email_subject: Neuer Kommentar von %{author_name} zu %{resource_title}
95
+ notification_title: Es gibt einen neuen Kommentar von <a href="%{author_path}">%{author_name} %{author_nickname}</a> zu <a href="%{resource_path}">%{resource_title}</a>.
78
96
  comment_created:
79
97
  email_intro: "%{resource_title} wurde kommentiert. Sie können den Kommentar auf dieser Seite lesen:"
80
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" oder seinem Autor folgen. Sie können es aus dem vorherigen Link entfernen.
81
- email_subject: Es gibt einen neuen Kommentar von %{author_name} in %{resource_title}
82
- notification_title: Es gibt einen neuen Kommentar von <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>
98
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" oder seinem Autor folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
99
+ email_subject: Neuer Kommentar von %{author_name} zu %{resource_title}
100
+ notification_title: Es gibt einen neuen Kommentar von <a href="%{author_path}">%{author_name} %{author_nickname}</a> zu <a href="%{resource_path}">%{resource_title}</a>
83
101
  reply_created:
84
- email_intro: "%{author_name} hat Ihren Kommentar in %{resource_title}geantwortet. Sie können es auf dieser Seite lesen:"
102
+ email_intro: "%{author_name} hat auf Ihren Kommentar zu %{resource_title} geantwortet. Sie können das auf dieser Seite lesen:"
85
103
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Ihr Kommentar beantwortet wurde.
86
- email_subject: "%{author_name} hat Ihren Kommentar in %{resource_title}geantwortet"
87
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> hat Ihren Kommentar in <a href="%{resource_path}">%{resource_title}</a>geantwortet
104
+ email_subject: "%{author_name} hat auf Ihren Kommentar zu %{resource_title} geantwortet"
105
+ notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> hat auf Ihren Kommentar in <a href="%{resource_path}">%{resource_title}</a> geantwortet
106
+ user_group_mentioned:
107
+ email_intro: Eine Ihrer Gruppen wurde erwähnt
108
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Mitglied der Gruppe %{group_name} sind, die in %{resource_title} erwähnt wurde.
109
+ email_subject: Sie wurden in %{resource_title} als Mitglied von %{group_name} erwähnt
110
+ notification_title: Sie wurden in <a href="%{resource_path}">%{resource_title}</a> von <a href="%{author_path}">%{author_name} %{author_nickname}</a> als ein Mitglied von <a href="%{group_path}">%{group_name} %{group_nickname}</a> erwähnt
88
111
  user_mentioned:
89
- email_intro: Du wurdest erwähnt
90
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie in %{resource_title}.
91
- email_subject: Du wurdest in %{resource_title}
92
- notification_title: Sie wurden in <a href="%{resource_path}">%{resource_title}</a> von <a href="%{author_path}">%{author_name} %{author_nickname}</a>
112
+ email_intro: Sie wurden erwähnt
113
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie in %{resource_title} erwähnt wurden.
114
+ email_subject: Sie wurden in %{resource_title} erwähnt
115
+ notification_title: Sie wurden in <a href="%{resource_path}">%{resource_title}</a> von <a href="%{author_path}">%{author_name} %{author_nickname}</a> erwähnt
93
116
  metrics:
94
117
  comments:
95
118
  description: Anzahl der von Benutzern generierten Kommentare
@@ -1 +1,122 @@
1
1
  el:
2
+ activemodel:
3
+ models:
4
+ decidim/comments/comment_by_followed_user_event: Σχόλιο
5
+ decidim/comments/comment_created_event: Σχόλιο
6
+ decidim/comments/reply_created_event: Απάντηση σχολίου
7
+ decidim/comments/user_group_mentioned_event: Αναφορά
8
+ decidim/comments/user_mentioned_event: Αναφορά
9
+ activerecord:
10
+ models:
11
+ decidim/comments/comment:
12
+ one: Σχόλιο
13
+ other: Σχόλια
14
+ decidim/comments/comment_vote:
15
+ one: Ψηφοφορία
16
+ other: Ψήφοι
17
+ decidim:
18
+ comments:
19
+ comments: Σχόλια
20
+ comments_count: Αριθμός σχολίων
21
+ last_activity:
22
+ new_comment_at_html: "<span>Νέο σχόλιο στο %{link}</span>"
23
+ votes:
24
+ create:
25
+ error: Υπήρξε ένα πρόβλημα κατά την ψηφοφορία του σχολίου.
26
+ components:
27
+ add_comment_form:
28
+ account_message: <a href="%{sign_in_url}">Είσοδος με τον λογαριασμό σας</a> ή <a href="%{sign_up_url}">εγγραφείτε</a> για να προσθέσετε το σχόλιό σας.
29
+ form:
30
+ body:
31
+ label: Σχόλιο
32
+ placeholder: Ποια είναι η γνώμη σας για αυτό;
33
+ form_error: Το κείμενο απαιτείται και δεν μπορεί να υπερβαίνει τους %{length} χαρακτήρες.
34
+ submit: Αποστολή
35
+ user_group_id:
36
+ label: Σχόλιο ως
37
+ opinion:
38
+ neutral: Ούτε ικανοποιημένος/η ούτε δυσαρεστημένος/η
39
+ remaining_characters: "%{count} χαρακτήρες απομένουν"
40
+ remaining_characters_1: "%{count} χαρακτήρας απομένει"
41
+ title: Προσθέστε το σχόλιό σας
42
+ comment:
43
+ alignment:
44
+ against: Κατά
45
+ in_favor: Υπέρ
46
+ deleted_user: Διαγραμμένος συμμετέχων
47
+ hide_replies: Απόκρυψη απαντήσεων
48
+ reply: Απάντηση
49
+ report:
50
+ action: Αναφορά
51
+ already_reported: Αυτό το περιεχόμενο έχει ήδη αναφερθεί και θα ελεγχθεί από έναν διαχειριστή.
52
+ close: Κλείσιμο
53
+ description: Αυτό το περιεχόμενο είναι ακατάλληλο;
54
+ details: Πρόσθετα σχόλια
55
+ reasons:
56
+ does_not_belong: Περιέχει παράνομη δραστηριότητα, απειλές αυτοκτονίας, προσωπικά στοιχεία ή κάτι άλλο που πιστεύετε ότι δεν ανήκει στον οργανισμό %{organization_name}.
57
+ offensive: Περιέχει ρατσισμό, σεξισμό, δυσφημίσεις, προσωπικές επιθέσεις, απειλές θανάτου, αιτήματα αυτοκτονίας ή οποιαδήποτε μορφή ρητορικής μίσους.
58
+ spam: Περιέχει clickbait, διαφημίσεις, απάτες ή script bot.
59
+ title: Αναφορά ακατάλληλου περιεχομένου
60
+ show_replies: Εμφάνιση %{replies_count} απαντήσεων
61
+ single_comment_link_title: Λήψη συνδέσμου για ένα μόνο σχόλιο
62
+ comment_order_selector:
63
+ order:
64
+ best_rated: Με την καλύτερη βαθμολογία
65
+ most_discussed: Πιο συζητημένα
66
+ older: Παλαιότερα
67
+ recent: Πρόσφατα
68
+ title: 'Ταξινόμηση κατά:'
69
+ comment_thread:
70
+ title: Συζήτηση με τον συντάκτη %{authorName}
71
+ comments:
72
+ blocked_comments_for_user_warning: Δεν μπορείτε να σχολιάσετε αυτήν τη στιγμή, αλλά μπορείτε να διαβάσετε τα προηγούμενα σχόλια.
73
+ blocked_comments_warning: Τα σχόλια είναι απενεργοποιημένα αυτήν τη στιγμή, αλλά μπορείτε να διαβάσετε τα προηγούμενα σχόλια.
74
+ comment_details_title: Λεπτομέρειες σχολίων
75
+ loading: Φόρτωση σχολίων...
76
+ single_comment_warning: Μπορείτε να δείτε τα υπόλοιπα σχόλια <a href="%{url}">εδώ</a>.
77
+ single_comment_warning_title: Βλέπετε ένα μόνο σχόλιο
78
+ title: "%{count} σχόλια"
79
+ down_vote_button:
80
+ text: Δεν συμφωνώ με αυτό το σχόλιο
81
+ up_vote_button:
82
+ text: Συμφωνώ με αυτό το σχόλιο
83
+ events:
84
+ comments:
85
+ comment_by_followed_user:
86
+ email_intro: "Ο συντάκτης %{author_name} έκανε ένα σχόλιο στο στοιχείο %{resource_title}. Μπορείτε να το διαβάσετε σε αυτήν τη σελίδα:"
87
+ email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον συντάκτη %{author_name}. Μπορείτε να σταματήσετε να ακολουθείτε αυτόν τον χρήστη από τη σελίδα προφίλ του.
88
+ email_subject: Υπάρχει ένα νέο σχόλιο από τον συντάκτη %{author_name} στο στοιχείο %{resource_title}
89
+ notification_title: Υπάρχει ένα νέο σχόλιο από τον συντάκτη <a href="%{author_path}">%{author_name} %{author_nickname}</a> στο στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
90
+ comment_by_followed_user_group:
91
+ email_intro: 'Η ομάδα %{author_name} έκανε ένα σχόλιο στο στοιχείο %{resource_title}. Μπορείτε να το διαβάσετε σε αυτήν τη σελίδα:'
92
+ email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον συντάκτη %{author_name}. Μπορείτε να σταματήσετε να ακολουθείτε αυτήν την ομάδα από τη σελίδα προφίλ της.
93
+ email_subject: Υπάρχει ένα νέο σχόλιο από τον συντάκτη %{author_name} στο στοιχείο %{resource_title}
94
+ notification_title: Υπάρχει ένα νέο σχόλιο από τον συντάκτη <a href="%{author_path}">%{author_name} %{author_nickname}</a> στο στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
95
+ comment_created:
96
+ email_intro: "Το στοιχείο %{resource_title} έχει σχολιαστεί. Μπορείτε να διαβάσετε το σχόλιο σε αυτήν τη σελίδα:"
97
+ email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε το στοιχείο «%{resource_title}» ή τον συντάκτη του. Μπορείτε να σταματήσετε να την ακολουθείτε από τον προηγούμενο σύνδεσμο.
98
+ email_subject: Υπάρχει ένα νέο σχόλιο από τον συντάκτη %{author_name} στο στοιχείο %{resource_title}
99
+ notification_title: Υπάρχει ένα νέο σχόλιο από τον συντάκτη<a href="%{author_path}">%{author_name} %{author_nickname}</a> στο στοιχείο <a href="%{resource_path}">%{resource_title}</a>
100
+ reply_created:
101
+ email_intro: "Ο συντάκτης %{author_name} απάντησε στο σχόλιό σας στο στοιχείο %{resource_title}. Μπορείτε να το διαβάσετε σε αυτήν τη σελίδα:"
102
+ email_outro: Λάβατε αυτήν την ειδοποίηση, επειδή το σχόλιό σας απαντήθηκε.
103
+ email_subject: "Ο συντάκτης %{author_name} απάντησε στο σχόλιό σας στο στοιχείο %{resource_title}"
104
+ notification_title: Ο συντάκτης <a href="%{author_path}">%{author_name} %{author_nickname}</a> απάντησε στο σχόλιό σας στο στοιχείο <a href="%{resource_path}">%{resource_title}</a>
105
+ user_group_mentioned:
106
+ email_intro: Έγινε αναφορά σε μια ομάδα στην οποία ανήκετε
107
+ email_outro: Λάβατε αυτήν την ειδοποίηση επειδή είστε μέλος της ομάδας %{group_name} που αναφέρθηκε στο στοιχείο %{resource_title}.
108
+ email_subject: Έγινε αναφορά σε εσάς στο στοιχείο %{resource_title} ως μέλος της ομάδας %{group_name}
109
+ notification_title: Έγινε αναφορά σε εσάς στο στοιχείο <a href="%{resource_path}">%{resource_title}</a> από τον συντάκτη <a href="%{author_path}">%{author_name} %{author_nickname}</a> ως μέλος της ομάδας <a href="%{group_path}">%{group_name} %{group_nickname}</a>
110
+ user_mentioned:
111
+ email_intro: Έγινε αναφορά σε εσάς
112
+ email_outro: Λάβατε αυτήν την ειδοποίηση επειδή έγινε αναφορά σε εσάς στο στοιχείο %{resource_title}.
113
+ email_subject: Έγινε αναφορά σε εσάς στο στοιχείο %{resource_title}
114
+ notification_title: Έγινε αναφορά σε εσάς στο στοιχείο <a href="%{resource_path}">%{resource_title}</a> από τον συντάκτη <a href="%{author_path}">%{author_name} %{author_nickname}</a>
115
+ metrics:
116
+ comments:
117
+ description: Αριθμός σχολίων που δημιουργήθηκαν από συμμετέχοντες
118
+ object: σχόλια
119
+ title: Σχόλια
120
+ errors:
121
+ messages:
122
+ cannot_have_comments: δεν μπορεί να έχει σχόλια
@@ -5,6 +5,7 @@ en:
5
5
  decidim/comments/comment_by_followed_user_event: Comment
6
6
  decidim/comments/comment_created_event: Comment
7
7
  decidim/comments/reply_created_event: Comment reply
8
+ decidim/comments/user_group_mentioned_event: Mention
8
9
  decidim/comments/user_mentioned_event: Mention
9
10
  activerecord:
10
11
  models:
@@ -17,8 +18,10 @@ en:
17
18
  decidim:
18
19
  comments:
19
20
  comments: Comments
21
+ comments_count: Comments count
20
22
  last_activity:
21
23
  new_comment_at_html: "<span>New comment at %{link}</span>"
24
+ view: View
22
25
  votes:
23
26
  create:
24
27
  error: There was a problem voting the comment.
@@ -55,7 +58,7 @@ en:
55
58
  does_not_belong: Contains illegal activity, suicide threats, personal information, or something else you think doesn't belong on %{organization_name}.
56
59
  offensive: Contains racism, sexism, slurs, personal attacks, death threats, suicide requests or any form of hate speech.
57
60
  spam: Contains clickbait, advertising, scams or script bots.
58
- title: Report a problem
61
+ title: Report inappropriate content
59
62
  show_replies: Show %{replies_count} replies
60
63
  single_comment_link_title: Get link to single comment
61
64
  comment_order_selector:
@@ -75,6 +78,10 @@ en:
75
78
  single_comment_warning: You can check the rest of the comments <a href="%{url}">here</a>.
76
79
  single_comment_warning_title: You are seeing a single comment
77
80
  title: "%{count} comments"
81
+ down_vote_button:
82
+ text: I disagree with this comment
83
+ up_vote_button:
84
+ text: I agree with this comment
78
85
  events:
79
86
  comments:
80
87
  comment_by_followed_user:
@@ -82,6 +89,11 @@ en:
82
89
  email_outro: You have received this notification because you are following %{author_name}. You can unfollow this user from their profile page.
83
90
  email_subject: There is a new comment by %{author_name} in %{resource_title}
84
91
  notification_title: There is a new comment by <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>.
92
+ comment_by_followed_user_group:
93
+ email_intro: 'The group %{author_name} has left a comment in %{resource_title}. You can read it in this page:'
94
+ email_outro: You have received this notification because you are following %{author_name}. You can unfollow this group from its profile page.
95
+ email_subject: There is a new comment by %{author_name} in %{resource_title}
96
+ notification_title: There is a new comment by <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>.
85
97
  comment_created:
86
98
  email_intro: "%{resource_title} has been commented. You can read the comment in this page:"
87
99
  email_outro: You have received this notification because you are following "%{resource_title}" or its author. You can unfollow it from the previous link.
@@ -92,6 +104,11 @@ en:
92
104
  email_outro: You have received this notification because your comment was replied.
93
105
  email_subject: "%{author_name} has replied your comment in %{resource_title}"
94
106
  notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> has replied your comment in <a href="%{resource_path}">%{resource_title}</a>
107
+ user_group_mentioned:
108
+ email_intro: A group you belong to has been mentioned
109
+ email_outro: You have received this notification because you are a member of the group %{group_name} that has been mentioned in %{resource_title}.
110
+ email_subject: You have been mentioned in %{resource_title} as a member of %{group_name}
111
+ notification_title: You have been mentioned in <a href="%{resource_path}">%{resource_title}</a> by <a href="%{author_path}">%{author_name} %{author_nickname}</a> as a member of <a href="%{group_path}">%{group_name} %{group_nickname}</a>
95
112
  user_mentioned:
96
113
  email_intro: You have been mentioned
97
114
  email_outro: You have received this notification because you have been mentioned in %{resource_title}.
@@ -0,0 +1 @@
1
+ eo:
@@ -4,6 +4,7 @@ es-MX:
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: Respuesta al comentario
7
+ decidim/comments/user_group_mentioned_event: Mencionar
7
8
  decidim/comments/user_mentioned_event: Mencionar
8
9
  activerecord:
9
10
  models:
@@ -16,8 +17,10 @@ es-MX:
16
17
  decidim:
17
18
  comments:
18
19
  comments: Comentarios
20
+ comments_count: Número de comentarios
19
21
  last_activity:
20
22
  new_comment_at_html: "<span>Nuevo comentario en %{link}</span>"
23
+ view: Ver
21
24
  votes:
22
25
  create:
23
26
  error: Ha habido errores al votar el comentario.
@@ -54,7 +57,7 @@ es-MX:
54
57
  does_not_belong: Contiene actividad ilegal, amenazas de suicidio, información personal o cualquier otra cosa que usted piense que no pertenece en %{organization_name}.
55
58
  offensive: Contiene racismo, sexismo, insultos, ataques personales, amenazas de muerte, solicitudes de suicidio o cualquier forma de discurso de odio.
56
59
  spam: Contiene clickbait, publicidad o estafas.
57
- title: Denunciar un problema
60
+ title: Notificar contenido inapropiado
58
61
  show_replies: Mostrar %{replies_count} respuestas
59
62
  single_comment_link_title: Obtener enlace a un solo comentario
60
63
  comment_order_selector:
@@ -74,6 +77,10 @@ es-MX:
74
77
  single_comment_warning: Puedes revisar el resto de los comentarios <a href="%{url}">aquí</a>.
75
78
  single_comment_warning_title: Estás viendo un solo comentario
76
79
  title: "%{count} comentarios"
80
+ down_vote_button:
81
+ text: No estoy de acuerdo con este comentario
82
+ up_vote_button:
83
+ text: Estoy de acuerdo con este comentario
77
84
  events:
78
85
  comments:
79
86
  comment_by_followed_user:
@@ -81,6 +88,11 @@ es-MX:
81
88
  email_outro: Has recibido esta notificación porque sigues "%{author_name}". Puedes dejar de seguirlo desde el enlace anterior.
82
89
  email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
83
90
  notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
91
+ comment_by_followed_user_group:
92
+ email_intro: '%{author_name} ha dejado un comentario en %{resource_title}. Puede leerlo en esta página:'
93
+ email_outro: Recibes esta notificación porque sigues a %{author_name}. Puedes dejar de seguir a este grupo des de su página de perfil.
94
+ email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
95
+ notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
84
96
  comment_created:
85
97
  email_intro: "%{resource_title} ha sido comentado. Puedes leer el comentario en esta página:"
86
98
  email_outro: Has recibido esta notificación porque está siguiendo "%{resource_title}" o su autor. Puedes dejar de seguirlo desde el enlace anterior.
@@ -91,6 +103,11 @@ es-MX:
91
103
  email_outro: Has recibido esta notificación porque tu comentario fue respondido.
92
104
  email_subject: "%{author_name} ha respondido a tu comentario en %{resource_title}"
93
105
  notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
106
+ user_group_mentioned:
107
+ email_intro: Se ha mencionado un grupo al que perteneces
108
+ email_outro: Has recibido esta notificación porque formas parte del grupo %{group_name} que ha sido mencionado en %{resource_title}.
109
+ email_subject: Te han mencionado en %{resource_title} como miembro de %{group_name}
110
+ notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> te ha mencionado en <a href="%{resource_path}">%{resource_title}</a> como miembro de <a href="%{group_path}">%{group_name} %{group_nickname}</a>
94
111
  user_mentioned:
95
112
  email_intro: Has sido mencionado
96
113
  email_outro: Has recibido esta notificación porque has sido mencionado en %{resource_title}.
@@ -4,6 +4,7 @@ es-PY:
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: Respuesta al comentario
7
+ decidim/comments/user_group_mentioned_event: Mencionar
7
8
  decidim/comments/user_mentioned_event: Mencionar
8
9
  activerecord:
9
10
  models:
@@ -16,8 +17,10 @@ es-PY:
16
17
  decidim:
17
18
  comments:
18
19
  comments: Comentarios
20
+ comments_count: Número de comentarios
19
21
  last_activity:
20
22
  new_comment_at_html: "<span>Nuevo comentario en %{link}</span>"
23
+ view: Ver
21
24
  votes:
22
25
  create:
23
26
  error: Ha habido errores al votar el comentario.
@@ -54,7 +57,7 @@ es-PY:
54
57
  does_not_belong: Contiene actividad ilegal, amenazas de suicidio, información personal o cualquier otra cosa que usted piense que no pertenece en %{organization_name}.
55
58
  offensive: Contiene racismo, sexismo, insultos, ataques personales, amenazas de muerte, solicitudes de suicidio o cualquier forma de discurso de odio.
56
59
  spam: Contiene clickbait, publicidad o estafas.
57
- title: Denunciar un problema
60
+ title: Notificar contenido inapropiado
58
61
  show_replies: Mostrar %{replies_count} respuestas
59
62
  single_comment_link_title: Obtener enlace a un solo comentario
60
63
  comment_order_selector:
@@ -74,6 +77,10 @@ es-PY:
74
77
  single_comment_warning: Puedes revisar el resto de los comentarios <a href="%{url}">aquí</a>.
75
78
  single_comment_warning_title: Estás viendo un solo comentario
76
79
  title: "%{count} comentarios"
80
+ down_vote_button:
81
+ text: No estoy de acuerdo con este comentario
82
+ up_vote_button:
83
+ text: Estoy de acuerdo con este comentario
77
84
  events:
78
85
  comments:
79
86
  comment_by_followed_user:
@@ -81,6 +88,11 @@ es-PY:
81
88
  email_outro: Has recibido esta notificación porque sigues "%{author_name}". Puedes dejar de seguirlo desde el enlace anterior.
82
89
  email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
83
90
  notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
91
+ comment_by_followed_user_group:
92
+ email_intro: '%{author_name} ha dejado un comentario en %{resource_title}. Puede leerlo en esta página:'
93
+ email_outro: Recibes esta notificación porque sigues a %{author_name}. Puedes dejar de seguir a este grupo des de su página de perfil.
94
+ email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
95
+ notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
84
96
  comment_created:
85
97
  email_intro: "%{resource_title} ha sido comentado. Puedes leer el comentario en esta página:"
86
98
  email_outro: Has recibido esta notificación porque está siguiendo "%{resource_title}" o su autor. Puedes dejar de seguirlo desde el enlace anterior.
@@ -91,6 +103,11 @@ es-PY:
91
103
  email_outro: Has recibido esta notificación porque tu comentario fue respondido.
92
104
  email_subject: "%{author_name} ha respondido a tu comentario en %{resource_title}"
93
105
  notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
106
+ user_group_mentioned:
107
+ email_intro: Se ha mencionado un grupo al que perteneces
108
+ email_outro: Has recibido esta notificación porque formas parte del grupo %{group_name} que ha sido mencionado en %{resource_title}.
109
+ email_subject: Te han mencionado en %{resource_title} como miembro de %{group_name}
110
+ notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> te ha mencionado en <a href="%{resource_path}">%{resource_title}</a> como miembro de <a href="%{group_path}">%{group_name} %{group_nickname}</a>
94
111
  user_mentioned:
95
112
  email_intro: Has sido mencionado
96
113
  email_outro: Has recibido esta notificación porque has sido mencionado en %{resource_title}.