decidim-comments 0.32.0.rc1 → 0.32.0.rc3

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.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/comments/comments/inline.erb +6 -6
  3. data/app/packs/src/decidim/comments/comments_mobile_modal.js +2 -6
  4. data/app/packs/stylesheets/comments.scss +3 -3
  5. data/app/views/decidim/comments/admin/shared/_availability_fields.html.erb +1 -1
  6. data/config/locales/ar.yml +1 -4
  7. data/config/locales/bg.yml +1 -4
  8. data/config/locales/bs-BA.yml +1 -0
  9. data/config/locales/ca-IT.yml +5 -4
  10. data/config/locales/ca.yml +5 -4
  11. data/config/locales/cs.yml +3 -4
  12. data/config/locales/de.yml +1 -4
  13. data/config/locales/el.yml +1 -4
  14. data/config/locales/en.yml +4 -4
  15. data/config/locales/es-MX.yml +5 -4
  16. data/config/locales/es-PY.yml +5 -4
  17. data/config/locales/es.yml +5 -4
  18. data/config/locales/eu.yml +16 -15
  19. data/config/locales/fi-plain.yml +5 -4
  20. data/config/locales/fi.yml +5 -4
  21. data/config/locales/fr-CA.yml +1 -4
  22. data/config/locales/fr.yml +1 -4
  23. data/config/locales/ga-IE.yml +1 -0
  24. data/config/locales/gl.yml +1 -4
  25. data/config/locales/hu.yml +1 -4
  26. data/config/locales/id-ID.yml +1 -4
  27. data/config/locales/is-IS.yml +2 -5
  28. data/config/locales/it.yml +1 -4
  29. data/config/locales/ja.yml +1 -4
  30. data/config/locales/lb.yml +1 -4
  31. data/config/locales/lt.yml +1 -4
  32. data/config/locales/lv.yml +1 -4
  33. data/config/locales/nl.yml +1 -4
  34. data/config/locales/no.yml +1 -4
  35. data/config/locales/pl.yml +1 -4
  36. data/config/locales/pt-BR.yml +1 -4
  37. data/config/locales/pt.yml +1 -4
  38. data/config/locales/ro-RO.yml +1 -4
  39. data/config/locales/ru.yml +1 -4
  40. data/config/locales/si-LK.yml +1 -0
  41. data/config/locales/sk.yml +128 -4
  42. data/config/locales/sl.yml +1 -0
  43. data/config/locales/sq-AL.yml +1 -0
  44. data/config/locales/sr-CS.yml +1 -0
  45. data/config/locales/sv.yml +5 -4
  46. data/config/locales/tr-TR.yml +1 -4
  47. data/config/locales/uk.yml +1 -4
  48. data/config/locales/zh-CN.yml +1 -4
  49. data/config/locales/zh-TW.yml +1 -4
  50. data/decidim-comments.gemspec +1 -1
  51. data/lib/decidim/comments/engine.rb +0 -11
  52. data/lib/decidim/comments/version.rb +1 -1
  53. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31c9f9edb9b180b45de88f99e78665579abf750966bcd87eba5094a27f2b3ca9
4
- data.tar.gz: 6a66c1581118aafa964547213c97454a5493fa0b38ef2e88bb70902d9ddef093
3
+ metadata.gz: 2c868331fba7ce73c9070793fd80693f626c0b2a7bcb97f5f47aa3cd8e9cde7c
4
+ data.tar.gz: fd3dfc1340010ba4f8df20de1a4375a9fe4c690602f7f97359f47048c77a9263
5
5
  SHA512:
6
- metadata.gz: d026ab1b9fb210f23ba6f50e8b94f6d1ab728c6c159dd9b790fc25cab52f6489e9de1c95db96b8b351f4c7e757d78a802cdbe1a21e3e37c3d6f8d82a4f6b9fdf
7
- data.tar.gz: 9efa7deae0c784ace5ff6814868e54215d4cad7a4534b9f6da7236c6c26f8e950824d733a840fbe051a975bc81a165b05030dd23251e1dd62e2064a04bb052ed
6
+ metadata.gz: b633845393e2d0d0db593fe3b8fedc688d4516580158d300469022512a9d96a613d4300e76ddc1a286ba562cf17dd50c0ff62541446a2f75a369f3b7acc4e18b
7
+ data.tar.gz: da0bc0401bff9c6f04d2059a1915ca21a443eb0d75cbefde6be937699c6f71d9ef45d1f458df0ce44b34d1ac6674678ee3da4e9e253ddb54beba0edba26d54b5
@@ -1,11 +1,5 @@
1
1
  <div id="comments">
2
2
  <div class="comments">
3
- <% if user_signed_in? %>
4
- <button class="button button__lg button__secondary flex md:hidden w-full h-9 text-sm add-comment-mobile">
5
- <%= t("add_comment", scope: "decidim.components.add_comment_form") %>
6
- </button>
7
- <% end %>
8
- <%= add_comment %>
9
3
  <%= user_comments_blocked_warning %>
10
4
  <div class="comments__header mt-8">
11
5
  <h2 class="h4">
@@ -26,6 +20,12 @@
26
20
  </div>
27
21
  <%= single_comment_warning %>
28
22
  <%= blocked_comments_warning %>
23
+ <%= add_comment %>
24
+ <% if user_signed_in? %>
25
+ <button class="button button__lg button__secondary flex md:hidden w-full h-9 text-sm add-comment-mobile">
26
+ <%= t("add_comment", scope: "decidim.components.add_comment_form") %>
27
+ </button>
28
+ <% end %>
29
29
  <%= render_comments %>
30
30
  </div>
31
31
  </div>
@@ -2,16 +2,12 @@
2
2
  // 2. Handles dropdown menus: Dynamically updates button content based on user selection, hides selected items, and manages dropdown visibility.
3
3
  // This creates a responsive, interactive comment interface with mobile-friendly design and dynamic user group selection.
4
4
 
5
- import { screens } from "tailwindcss/defaultTheme"
6
5
  import { initializeCommentsDropdown } from "../../decidim/comments/comments_dropdown";
7
6
 
8
7
  // Add comment card for mobile
9
8
  const addCommentMobile = function (addCommentCard) {
10
- const smBreakpoint = parseInt(screens.sm.replace("px", ""), 10);
11
- if (window.matchMedia(`(max-width: ${smBreakpoint}px)`).matches) {
12
- addCommentCard.classList.remove("hidden");
13
- addCommentCard.classList.add("fullscreen");
14
- }
9
+ addCommentCard.classList.remove("hidden");
10
+ addCommentCard.classList.add("fullscreen");
15
11
  };
16
12
 
17
13
  const closeAddComment = function (addCommentCard) {
@@ -6,7 +6,7 @@
6
6
  }
7
7
 
8
8
  .add-comment {
9
- @apply mt-2 md:bg-gray-5 p-0 md:px-4 md:pb-6 md:pt-1 rounded-lg w-full;
9
+ @apply mt-2 mb-4 md:bg-gray-5 p-0 md:px-4 md:pb-6 md:pt-1 rounded-lg w-full;
10
10
 
11
11
  .new_comment {
12
12
  @apply w-full;
@@ -73,7 +73,7 @@
73
73
  }
74
74
 
75
75
  .comment {
76
- @apply rounded-lg border-2 border-background-5 p-3 pl-6;
76
+ @apply rounded-lg border-2 border-background-5 p-3 pl-6 mt-4 md:mt-0;
77
77
 
78
78
  &.top-comment {
79
79
  @apply border-gray-2;
@@ -140,7 +140,7 @@
140
140
  }
141
141
 
142
142
  &-thread {
143
- @apply mb-8;
143
+ @apply mb-4;
144
144
 
145
145
  .button[aria-expanded="false"] {
146
146
  svg:first-of-type {
@@ -2,7 +2,7 @@
2
2
  <%= form.check_box :comments_enabled, label: t(".enabled"), data: { controller: :toggle, "toggle-toggle-value": "customize_comments_times-div" } %>
3
3
  </div>
4
4
 
5
- <div id="customize_comments_times-div" data-toggler=".hide" class="row column <%= @form.comments_enabled ? nil : "hide" %>">
5
+ <div id="customize_comments_times-div" class="row column <%= @form.comments_enabled ? nil : "hide" %>">
6
6
  <div class="mb-4">
7
7
  <%= form.datetime_field :comments_start_time, label: t(".start_time") %>
8
8
  </div>
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ar:
2
3
  activemodel:
3
4
  models:
@@ -121,12 +122,10 @@ ar:
121
122
  email_intro: "%{author_name} ترك تعليق في %{resource_title}. يمكنك قراءتها في هذه الصفحة:"
122
123
  email_outro: لقد تلقيت هذا الإشعار لأنك تتابع %{author_name}. يمكنك إلغاء تتبع هذا المستخدم من صفحة ملفه الشخصي.
123
124
  email_subject: هناك تعليق جديد مِن %{author_name} على %{resource_title}
124
- notification_title: هناك تعليق جديد مِن <a href="%{author_path}">%{author_name} %{author_nickname}</a> على <a href="%{resource_path}">%{resource_title}</a>.
125
125
  comment_created:
126
126
  email_intro: "%{resource_title} تم التعليق. يمكنك قراءة التعليق في هذه الصفحة:"
127
127
  email_outro: لقد تلقيت هذا الإشعار لأنك تتابع "%{resource_title}" أو مؤلفه. يمكنك إلغاء تتبعه من الرابط السابق.
128
128
  email_subject: هناك تعليق جديد من %{author_name} في %{resource_title}
129
- notification_title: هناك تعليق جديد مِن <a href="%{author_path}">%{author_name} %{author_nickname}</a> على <a href="%{resource_path}">%{resource_title}</a>
130
129
  comment_downvoted:
131
130
  email_intro: تم خفض تعليقك في "%{resource_title}". الآن يحتوي على ما مجموعه %{upvotes} أصوات أعلى و %{downvotes} أصوات أدنى.
132
131
  email_outro: لقد تلقيت هذا الإشعار لأنك مؤلف هذا التعليق.
@@ -141,9 +140,7 @@ ar:
141
140
  email_intro: "%{author_name} رد على تعليقك في %{resource_title}. يمكنك قراءتها في هذه الصفحة:"
142
141
  email_outro: لقد تلقيت هذا الإشعار لأنه تم الرد على تعليقك.
143
142
  email_subject: "%{author_name} رد على تعليقك في %{resource_title}"
144
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> رد على تعليقك في <a href="%{resource_path}">%{resource_title}</a>
145
143
  user_mentioned:
146
144
  email_intro: لقد ذكرت
147
145
  email_outro: لقد تلقيت هذا الإشعار لأنك ذكرت في %{resource_title}.
148
146
  email_subject: لقد ذكرت في %{resource_title}
149
- notification_title: لقد ذكرت في <a href="%{resource_path}">%{resource_title}</a> من <a href="%{author_path}">%{author_name} %{author_nickname}</a>
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bg:
2
3
  activemodel:
3
4
  models:
@@ -128,12 +129,10 @@ bg:
128
129
  email_intro: "%{author_name} остави коментар в %{resource_title}. Можете да го прочетете на тази страница:"
129
130
  email_outro: Получихте това известие, защото следвате %{author_name}. Можете да спрете да следвате този потребител от страницата на неговия профил.
130
131
  email_subject: Има нов коментар от %{author_name} в(ъв) %{resource_title}
131
- notification_title: Има нов коментар от <a href="%{author_path}">%{author_name} %{author_nickname}</a> в(ъв) <a href="%{resource_path}">%{resource_title}</a>.
132
132
  comment_created:
133
133
  email_intro: "%{resource_title} получи коментар. Можете да прочетете коментара на тази страница:"
134
134
  email_outro: Получавате това известие, защото следвате „%{resource_title}“ или неговия автор. Можете да прекратите следването от предходната връзка.
135
135
  email_subject: Има нов коментар от %{author_name} по %{resource_title}
136
- notification_title: Има нов коментар от <a href="%{author_path}">%{author_name} %{author_nickname}</a> по <a href="%{resource_path}">%{resource_title}</a>
137
136
  comment_downvoted:
138
137
  email_intro: Вашият коментар в „%{resource_title}“ беше гласуван против. Вече има общо %{upvotes} гласа за и %{downvotes} гласа против.
139
138
  email_outro: Получихте това известие, защото вие сте авторът на този коментар.
@@ -148,12 +147,10 @@ bg:
148
147
  email_intro: "%{author_name} отговори на вашия коментар в %{resource_title}. Можете да го прочетете на тази страница:"
149
148
  email_outro: Получавате това известие, защото някой отговори на коментара Ви.
150
149
  email_subject: "%{author_name} отговори на коментара Ви по %{resource_title}"
151
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> отговори на коментара Ви по <a href="%{resource_path}">%{resource_title}</a>
152
150
  user_mentioned:
153
151
  email_intro: Бяхте споменати
154
152
  email_outro: Получавате това известие, защото бяхте споменати в(ъв) %{resource_title}.
155
153
  email_subject: Бяхте споменати в(ъв) %{resource_title}
156
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> Ви спомена в(ъв) <a href="%{resource_path}">%{resource_title}</a>
157
154
  errors:
158
155
  messages:
159
156
  cannot_have_comments: не може да има коментари
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bs:
2
3
  decidim:
3
4
  components:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca-IT:
2
3
  activemodel:
3
4
  models:
@@ -168,12 +169,12 @@ ca-IT:
168
169
  email_intro: "%{author_name} ha deixat un comentari a %{resource_title}. Podeu llegir-lo en aquesta pàgina:"
169
170
  email_outro: Has rebut aquesta notificació perquè estàs seguint el comentari "%{author_name}". Pots deixar de seguir a aquesta participant des de la seva pàgina de perfil.
170
171
  email_subject: Hi ha un nou comentari de %{author_name} en %{resource_title}
171
- notification_title: Hi ha un nou comentari per <a href="%{author_path}">%{author_name} %{author_nickname}</a> a <a href="%{resource_path}">%{resource_title}</a>.
172
+ notification_title: Hi ha un nou comentari de <a href="%{author_path}">%{author_name}</a> a<a href="%{resource_path}">%{resource_title}</a>.
172
173
  comment_created:
173
174
  email_intro: "Algú ha deixat un comentari a \"%{resource_title}\". Pots llegir el comentari a través del següent enllaç:"
174
175
  email_outro: Has rebut aquesta notificació perquè estàs seguint el comentari "%{resource_title}" o la seva autora. Pots deixar de seguir-la des de l'enllaç anterior.
175
176
  email_subject: Hi ha un nou comentari de %{author_name} a %{resource_title}
176
- notification_title: Hi ha un nou comentari de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
177
+ notification_title: Hi ha un nou comentari de <a href="%{author_path}">%{author_name}</a> a<a href="%{resource_path}">%{resource_title}</a>
177
178
  comment_downvoted:
178
179
  email_intro: El teu comentari a "%{resource_title}" ha rebut un vot negatiu. Ara té un total de %{upvotes} vots positius i %{downvotes} vots negatius.
179
180
  email_outro: Has rebut aquesta notificació perquè vas fer aquest comentari.
@@ -188,12 +189,12 @@ ca-IT:
188
189
  email_intro: "%{author_name} ha respost el teu comentari a %{resource_title}. Pots llegir-lo en aquesta pàgina:"
189
190
  email_outro: Has rebut aquesta notificació perquè s'ha respost el teu comentari.
190
191
  email_subject: "%{author_name} ha respost el teu comentari a %{resource_title}"
191
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha respost el teu comentari a <a href="%{resource_path}">%{resource_title}</a>
192
+ notification_title: <a href="%{author_path}">%{author_name}</a> ha respost el teu comentari a <a href="%{resource_path}">%{resource_title}</a>
192
193
  user_mentioned:
193
194
  email_intro: Has estat esmentada
194
195
  email_outro: Has rebut aquesta notificació perquè t'han esmentat al comentari "%{resource_title}".
195
196
  email_subject: Has estat esmentada a %{resource_title}
196
- notification_title: Has estat esmentada a <a href="%{resource_path}">%{resource_title}</a> per <a href="%{author_path}">%{author_name} %{author_nickname}</a>
197
+ notification_title: Has estat esmentada per <a href="%{author_path}">%{author_name}</a> a <a href="%{resource_path}">%{resource_title}</a>
197
198
  errors:
198
199
  messages:
199
200
  cannot_have_comments: no es poden fer comentaris
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca:
2
3
  activemodel:
3
4
  models:
@@ -168,12 +169,12 @@ ca:
168
169
  email_intro: "%{author_name} ha deixat un comentari a %{resource_title}. Podeu llegir-lo en aquesta pàgina:"
169
170
  email_outro: Has rebut aquesta notificació perquè estàs seguint el comentari "%{author_name}". Pots deixar de seguir a aquesta participant des de la seva pàgina de perfil.
170
171
  email_subject: Hi ha un nou comentari de %{author_name} en %{resource_title}
171
- notification_title: Hi ha un nou comentari per <a href="%{author_path}">%{author_name} %{author_nickname}</a> a <a href="%{resource_path}">%{resource_title}</a>.
172
+ notification_title: Hi ha un nou comentari de <a href="%{author_path}">%{author_name}</a> a<a href="%{resource_path}">%{resource_title}</a>.
172
173
  comment_created:
173
174
  email_intro: "Algú ha deixat un comentari a \"%{resource_title}\". Pots llegir el comentari a través del següent enllaç:"
174
175
  email_outro: Has rebut aquesta notificació perquè estàs seguint el comentari "%{resource_title}" o la seva autora. Pots deixar de seguir-la des de l'enllaç anterior.
175
176
  email_subject: Hi ha un nou comentari de %{author_name} a %{resource_title}
176
- notification_title: Hi ha un nou comentari de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
177
+ notification_title: Hi ha un nou comentari de <a href="%{author_path}">%{author_name}</a> a<a href="%{resource_path}">%{resource_title}</a>
177
178
  comment_downvoted:
178
179
  email_intro: El teu comentari a "%{resource_title}" ha rebut un vot negatiu. Ara té un total de %{upvotes} vots positius i %{downvotes} vots negatius.
179
180
  email_outro: Has rebut aquesta notificació perquè vas fer aquest comentari.
@@ -188,12 +189,12 @@ ca:
188
189
  email_intro: "%{author_name} ha respost el teu comentari a %{resource_title}. Pots llegir-lo en aquesta pàgina:"
189
190
  email_outro: Has rebut aquesta notificació perquè s'ha respost el teu comentari.
190
191
  email_subject: "%{author_name} ha respost el teu comentari a %{resource_title}"
191
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha respost el teu comentari a <a href="%{resource_path}">%{resource_title}</a>
192
+ notification_title: <a href="%{author_path}">%{author_name}</a> ha respost el teu comentari a <a href="%{resource_path}">%{resource_title}</a>
192
193
  user_mentioned:
193
194
  email_intro: Has estat esmentada
194
195
  email_outro: Has rebut aquesta notificació perquè t'han esmentat al comentari "%{resource_title}".
195
196
  email_subject: Has estat esmentada a %{resource_title}
196
- notification_title: Has estat esmentada a <a href="%{resource_path}">%{resource_title}</a> per <a href="%{author_path}">%{author_name} %{author_nickname}</a>
197
+ notification_title: Has estat esmentada per <a href="%{author_path}">%{author_name}</a> a <a href="%{resource_path}">%{resource_title}</a>
197
198
  errors:
198
199
  messages:
199
200
  cannot_have_comments: no es poden fer comentaris
@@ -1,3 +1,4 @@
1
+ ---
1
2
  cs:
2
3
  activemodel:
3
4
  models:
@@ -169,12 +170,12 @@ cs:
169
170
  email_intro: "%{author_name} zanechal komentář v %{resource_title}. Můžete si je přečíst na této stránce:"
170
171
  email_outro: Toto oznámení jste obdrželi, protože jste sledovali %{author_name}. Tento uživatel můžete zrušit ze své profilové stránky.
171
172
  email_subject: K dispozici je nový komentář %{author_name} v %{resource_title}
172
- notification_title: Je tu nový komentář <a href="%{author_path}">%{author_name} %{author_nickname}</a> v <a href="%{resource_path}">%{resource_title}</a>.
173
+ notification_title: Nový komentář od <a href="%{author_path}">%{author_name}</a> v <a href="%{resource_path}">%{resource_title}</a>.
173
174
  comment_created:
174
175
  email_intro: "%{resource_title} bylo komentováno. Můžete si přečíst komentář na této stránce:"
175
176
  email_outro: Toto oznámení jste obdrželi, protože jste sledovali "%{resource_title}" nebo jeho autora. Můžete jej odhlásit od předchozího odkazu.
176
177
  email_subject: K dispozici je nový komentář od %{author_name} do %{resource_title}
177
- notification_title: Je tu nový komentář od <a href="%{author_path}">%{author_name} %{author_nickname}</a> do <a href="%{resource_path}">%{resource_title}</a>
178
+ notification_title: Nový komentář od <a href="%{author_path}">%{author_name}</a> v <a href="%{resource_path}">%{resource_title}</a>
178
179
  comment_downvoted:
179
180
  email_intro: Váš komentář v "%{resource_title}" byl nepodpořen. Nyní má celkem %{upvotes} hlasů podpory a %{downvotes} hlasuje proti.
180
181
  email_outro: Obdrželi jste toto oznámení, protože jste autorem tohoto komentáře.
@@ -189,12 +190,10 @@ cs:
189
190
  email_intro: "%{author_name} odpověděl váš komentář v %{resource_title}. Můžete si je přečíst na této stránce:"
190
191
  email_outro: Toto oznámení jste obdrželi, protože váš komentář byl zodpovězen.
191
192
  email_subject: "%{author_name} odpověděl váš komentář v %{resource_title}"
192
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> odpověděl na váš komentář v <a href="%{resource_path}">%{resource_title}</a>
193
193
  user_mentioned:
194
194
  email_intro: Byl jste zmíněn
195
195
  email_outro: Toto oznámení jste obdrželi, protože jste byli uvedeni v %{resource_title}.
196
196
  email_subject: Byl jste zmíněn v %{resource_title}
197
- notification_title: Byli jste zmíněni v <a href="%{resource_path}">%{resource_title}</a> od <a href="%{author_path}">%{author_name} %{author_nickname}</a>
198
197
  errors:
199
198
  messages:
200
199
  cannot_have_comments: nelze komentovat
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  models:
@@ -168,12 +169,10 @@ de:
168
169
  email_intro: "%{author_name} hat einen Kommentar zu %{resource_title} hinterlassen. Sie können diesen auf dieser Seite lesen:"
169
170
  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.
170
171
  email_subject: Neuer Kommentar von %{author_name} zu %{resource_title}
171
- 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>.
172
172
  comment_created:
173
173
  email_intro: "%{resource_title} wurde kommentiert. Sie können den Kommentar auf dieser Seite lesen:"
174
174
  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.
175
175
  email_subject: Neuer Kommentar von %{author_name} zu %{resource_title}
176
- 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>
177
176
  comment_downvoted:
178
177
  email_intro: Ihr Kommentar in "%{resource_title}" wurde negativ bewertet. Er hat nun insgesamt %{upvotes} positive und %{downvotes} negative Stimmen.
179
178
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor des Vorschlags sind.
@@ -188,12 +187,10 @@ de:
188
187
  email_intro: "%{author_name} hat auf Ihren Kommentar zu %{resource_title} geantwortet. Sie können das auf dieser Seite lesen:"
189
188
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Ihr Kommentar beantwortet wurde.
190
189
  email_subject: "%{author_name} hat auf Ihren Kommentar zu %{resource_title} geantwortet"
191
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> hat auf Ihren Kommentar in <a href="%{resource_path}">%{resource_title}</a> geantwortet
192
190
  user_mentioned:
193
191
  email_intro: Sie wurden erwähnt
194
192
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie in %{resource_title} erwähnt wurden.
195
193
  email_subject: Sie wurden in %{resource_title} erwähnt
196
- notification_title: Sie wurden in <a href="%{resource_path}">%{resource_title}</a> von <a href="%{author_path}">%{author_name} %{author_nickname}</a> erwähnt
197
194
  errors:
198
195
  messages:
199
196
  cannot_have_comments: kann keine Kommentare haben
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  models:
@@ -117,12 +118,10 @@ el:
117
118
  email_intro: "Ο συντάκτης %{author_name} έκανε ένα σχόλιο στο στοιχείο %{resource_title}. Μπορείτε να το διαβάσετε σε αυτήν τη σελίδα:"
118
119
  email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον συντάκτη %{author_name}. Μπορείτε να σταματήσετε να ακολουθείτε αυτόν τον χρήστη από τη σελίδα προφίλ του.
119
120
  email_subject: Υπάρχει ένα νέο σχόλιο από τον συντάκτη %{author_name} στο στοιχείο %{resource_title}
120
- notification_title: Υπάρχει ένα νέο σχόλιο από τον συντάκτη <a href="%{author_path}">%{author_name} %{author_nickname}</a> στο στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
121
121
  comment_created:
122
122
  email_intro: "Το στοιχείο %{resource_title} έχει σχολιαστεί. Μπορείτε να διαβάσετε το σχόλιο σε αυτήν τη σελίδα:"
123
123
  email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε το στοιχείο «%{resource_title}» ή τον συντάκτη του. Μπορείτε να σταματήσετε να την ακολουθείτε από τον προηγούμενο σύνδεσμο.
124
124
  email_subject: Υπάρχει ένα νέο σχόλιο από τον συντάκτη %{author_name} στο στοιχείο %{resource_title}
125
- notification_title: Υπάρχει ένα νέο σχόλιο από τον συντάκτη<a href="%{author_path}">%{author_name} %{author_nickname}</a> στο στοιχείο <a href="%{resource_path}">%{resource_title}</a>
126
125
  comment_downvoted:
127
126
  email_intro: Το σχόλιό σας στο "%{resource_title}" έχει καταψηφιστεί. Τώρα έχει συνολικές ψήφους %{upvotes} υπέρ και %{downvotes} κατά.
128
127
  email_outro: Λάβατε αυτή την ειδοποίηση επειδή είστε ο συγγραφέας αυτού του σχολίου.
@@ -137,12 +136,10 @@ el:
137
136
  email_intro: "Ο συντάκτης %{author_name} απάντησε στο σχόλιό σας στο στοιχείο %{resource_title}. Μπορείτε να το διαβάσετε σε αυτήν τη σελίδα:"
138
137
  email_outro: Λάβατε αυτήν την ειδοποίηση, επειδή το σχόλιό σας απαντήθηκε.
139
138
  email_subject: "Ο συντάκτης %{author_name} απάντησε στο σχόλιό σας στο στοιχείο %{resource_title}"
140
- notification_title: Ο συντάκτης <a href="%{author_path}">%{author_name} %{author_nickname}</a> απάντησε στο σχόλιό σας στο στοιχείο <a href="%{resource_path}">%{resource_title}</a>
141
139
  user_mentioned:
142
140
  email_intro: Έγινε αναφορά σε εσάς
143
141
  email_outro: Λάβατε αυτήν την ειδοποίηση επειδή έγινε αναφορά σε εσάς στο στοιχείο %{resource_title}.
144
142
  email_subject: Έγινε αναφορά σε εσάς στο στοιχείο %{resource_title}
145
- notification_title: Έγινε αναφορά σε εσάς στο στοιχείο <a href="%{resource_path}">%{resource_title}</a> από τον συντάκτη <a href="%{author_path}">%{author_name} %{author_nickname}</a>
146
143
  errors:
147
144
  messages:
148
145
  cannot_have_comments: δεν μπορεί να έχει σχόλια
@@ -169,12 +169,12 @@ en:
169
169
  email_intro: "%{author_name} has left a comment in %{resource_title}. You can read it in this page:"
170
170
  email_outro: You have received this notification because you are following %{author_name}. You can unfollow this user from their profile page.
171
171
  email_subject: There is a new comment by %{author_name} in %{resource_title}
172
- 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>.
172
+ notification_title: There is a new comment by <a href="%{author_path}">%{author_name}</a> in <a href="%{resource_path}">%{resource_title}</a>.
173
173
  comment_created:
174
174
  email_intro: "%{resource_title} has been commented. You can read the comment in this page:"
175
175
  email_outro: You have received this notification because you are following "%{resource_title}" or its author. You can unfollow it from the previous link.
176
176
  email_subject: There is a new comment from %{author_name} in %{resource_title}
177
- notification_title: There is a new comment from <a href="%{author_path}">%{author_name} %{author_nickname}</a> in <a href="%{resource_path}">%{resource_title}</a>
177
+ notification_title: There is a new comment from <a href="%{author_path}">%{author_name}</a> in <a href="%{resource_path}">%{resource_title}</a>
178
178
  comment_downvoted:
179
179
  email_intro: Your comment in "%{resource_title}" has been downvoted. It now has a total of %{upvotes} upvotes and %{downvotes} downvotes.
180
180
  email_outro: You have received this notification because you are the author of this comment.
@@ -189,12 +189,12 @@ en:
189
189
  email_intro: "%{author_name} has replied your comment in %{resource_title}. You can read it in this page:"
190
190
  email_outro: You have received this notification because your comment was replied.
191
191
  email_subject: "%{author_name} has replied your comment in %{resource_title}"
192
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> has replied your comment in <a href="%{resource_path}">%{resource_title}</a>
192
+ notification_title: <a href="%{author_path}">%{author_name}</a> has replied your comment in <a href="%{resource_path}">%{resource_title}</a>
193
193
  user_mentioned:
194
194
  email_intro: You have been mentioned
195
195
  email_outro: You have received this notification because you have been mentioned in %{resource_title}.
196
196
  email_subject: You have been mentioned in %{resource_title}
197
- notification_title: You have been mentioned in <a href="%{resource_path}">%{resource_title}</a> by <a href="%{author_path}">%{author_name} %{author_nickname}</a>
197
+ notification_title: You have been mentioned in <a href="%{resource_path}">%{resource_title}</a> by <a href="%{author_path}">%{author_name}</a>
198
198
  errors:
199
199
  messages:
200
200
  cannot_have_comments: cannot have comments
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  models:
@@ -168,12 +169,12 @@ es-MX:
168
169
  email_intro: "%{author_name} ha dejado un comentario en %{resource_title}. Puedes leerlo en esta página:"
169
170
  email_outro: Has recibido esta notificación porque sigues "%{author_name}". Puedes dejar de seguirlo desde el enlace anterior.
170
171
  email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
171
- notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
172
+ notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>.
172
173
  comment_created:
173
174
  email_intro: "%{resource_title} ha sido comentado. Puedes leer el comentario en esta página:"
174
175
  email_outro: Has recibido esta notificación porque está siguiendo "%{resource_title}" o su autor. Puedes dejar de seguirlo desde el enlace anterior.
175
176
  email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
176
- notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
177
+ notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>
177
178
  comment_downvoted:
178
179
  email_intro: Tu comentario en "%{resource_title}" ha sido votado negativamente. Ahora tiene un total de %{upvotes} votos positivos y %{downvotes} votos negativos.
179
180
  email_outro: Has recibido esta notificación porque eres la autora de este comentario.
@@ -188,12 +189,12 @@ es-MX:
188
189
  email_intro: "%{author_name} ha respondido a tu comentario en %{resource_title}. Puedes leerlo en esta página:"
189
190
  email_outro: Has recibido esta notificación porque tu comentario fue respondido.
190
191
  email_subject: "%{author_name} ha respondido a tu comentario en %{resource_title}"
191
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
192
+ notification_title: <a href="%{author_path}">%{author_name}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
192
193
  user_mentioned:
193
194
  email_intro: Has sido mencionado
194
195
  email_outro: Has recibido esta notificación porque has sido mencionado en %{resource_title}.
195
196
  email_subject: Has sido mencionado en %{resource_title}
196
- notification_title: Has sido mencionado en <a href="%{resource_path}">%{resource_title}</a> por <a href="%{author_path}">%{author_name} %{author_nickname}</a>
197
+ notification_title: Has sido mencionada por <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>
197
198
  errors:
198
199
  messages:
199
200
  cannot_have_comments: no se pueden hacer comentarios
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-PY:
2
3
  activemodel:
3
4
  models:
@@ -168,12 +169,12 @@ es-PY:
168
169
  email_intro: "%{author_name} ha dejado un comentario en %{resource_title}. Puedes leerlo en esta página:"
169
170
  email_outro: Has recibido esta notificación porque sigues "%{author_name}". Puedes dejar de seguirlo desde el enlace anterior.
170
171
  email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
171
- notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
172
+ notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>.
172
173
  comment_created:
173
174
  email_intro: "%{resource_title} ha sido comentado. Puedes leer el comentario en esta página:"
174
175
  email_outro: Has recibido esta notificación porque está siguiendo "%{resource_title}" o su autor. Puedes dejar de seguirlo desde el enlace anterior.
175
176
  email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
176
- notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
177
+ notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>
177
178
  comment_downvoted:
178
179
  email_intro: Tu comentario en "%{resource_title}" ha sido votado negativamente. Ahora tiene un total de %{upvotes} votos positivos y %{downvotes} votos negativos.
179
180
  email_outro: Has recibido esta notificación porque eres la autora de este comentario.
@@ -188,12 +189,12 @@ es-PY:
188
189
  email_intro: "%{author_name} ha respondido a tu comentario en %{resource_title}. Puedes leerlo en esta página:"
189
190
  email_outro: Has recibido esta notificación porque tu comentario fue respondido.
190
191
  email_subject: "%{author_name} ha respondido a tu comentario en %{resource_title}"
191
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
192
+ notification_title: <a href="%{author_path}">%{author_name}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
192
193
  user_mentioned:
193
194
  email_intro: Has sido mencionado
194
195
  email_outro: Has recibido esta notificación porque has sido mencionado en %{resource_title}.
195
196
  email_subject: Has sido mencionado en %{resource_title}
196
- notification_title: Has sido mencionado en <a href="%{resource_path}">%{resource_title}</a> por <a href="%{author_path}">%{author_name} %{author_nickname}</a>
197
+ notification_title: Has sido mencionada por <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>
197
198
  errors:
198
199
  messages:
199
200
  cannot_have_comments: no se pueden hacer comentarios
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  activemodel:
3
4
  models:
@@ -168,12 +169,12 @@ es:
168
169
  email_intro: "%{author_name} ha dejado un comentario en %{resource_title}. Puedes leerlo en esta página:"
169
170
  email_outro: Has recibido esta notificación porque sigues a "%{author_name}". Puedes dejar de seguir a esta participante desde su página de perfil.
170
171
  email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
171
- notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
172
+ notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>.
172
173
  comment_created:
173
174
  email_intro: "Alguien ha dejado un comentario en \"%{resource_title}\". Puedes leer el comentario a través del siguiente enlace:"
174
175
  email_outro: Has recibido esta notificación porque estás siguiendo el comentario "%{resource_title}" o a su autora. Puedes dejar de seguirla desde el enlace anterior.
175
176
  email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
176
- notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
177
+ notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>
177
178
  comment_downvoted:
178
179
  email_intro: Tu comentario en "%{resource_title}" ha sido votado negativamente. Ahora tiene un total de %{upvotes} votos positivos y %{downvotes} votos negativos.
179
180
  email_outro: Has recibido esta notificación porque hiciste este comentario.
@@ -188,12 +189,12 @@ es:
188
189
  email_intro: "%{author_name} ha respondido a tu comentario en %{resource_title}. Puedes leerlo en esta página:"
189
190
  email_outro: Has recibido esta notificación porque han respondido a tu comentario.
190
191
  email_subject: "%{author_name} ha respondido a tu comentario en %{resource_title}"
191
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
192
+ notification_title: <a href="%{author_path}">%{author_name}</a> ha respondido a tu comentario en <a href="%{resource_path}">%{resource_title}</a>
192
193
  user_mentioned:
193
194
  email_intro: Has sido mencionada
194
195
  email_outro: Has recibido esta notificación porque te han mencionado en el comentario "%{resource_title}".
195
196
  email_subject: Has sido mencionada en %{resource_title}
196
- notification_title: Has sido mencionada en <a href="%{resource_path}">%{resource_title}</a> por <a href="%{author_path}">%{author_name} %{author_nickname}</a>
197
+ notification_title: Has sido mencionada por <a href="%{author_path}">%{author_name}</a> en <a href="%{resource_path}">%{resource_title}</a>
197
198
  errors:
198
199
  messages:
199
200
  cannot_have_comments: no se pueden hacer comentarios
@@ -1,3 +1,4 @@
1
+ ---
1
2
  eu:
2
3
  activemodel:
3
4
  models:
@@ -37,10 +38,10 @@ eu:
37
38
  error: Arazo bat ego da iruzkina eguneratzean.
38
39
  comments_title: Iruzkina
39
40
  last_activity:
40
- new_comment: 'Iruzkin berria:'
41
+ new_comment: 'Beste iruzkin bat:'
41
42
  votes:
42
43
  create:
43
- error: Arazo bat dago iruzkina bozkatzeko.
44
+ error: Arazo bat egon da iruzkina bozkatzean.
44
45
  components:
45
46
  add_comment_form:
46
47
  account_message: Sartu edo sortu kontu bat zure iruzkina gehitzeko.
@@ -50,8 +51,8 @@ eu:
50
51
  label: Iruzkina
51
52
  placeholder: Zer deritzozu honi?
52
53
  form_error: Testua behar da, eta ezin du izan %{length} karaktere baino gehiago.
53
- submit_reply: Erantzuna argitaratu
54
- submit_root_comment: Iruzkina argitaratu
54
+ submit_reply: Argitaratu erantzuna
55
+ submit_root_comment: Argitaratu iruzkina
55
56
  opinion:
56
57
  label: Zure iritzia gai honi buruz
57
58
  negative: Negatiboa
@@ -61,13 +62,13 @@ eu:
61
62
  positive: Positiboa
62
63
  positive_selected: Zure iritzia gai honi buruz positiboa da
63
64
  remaining_characters: "%{count} kakaktere geratzen dira"
64
- remaining_characters_1: "karaktere %{count} geratzen da"
65
+ remaining_characters_1: "%{count} kakaktere geratzen dira"
65
66
  title: Gehitu zure iruzkina
66
67
  comment:
67
68
  alignment:
68
69
  against: Aurka
69
70
  in_favor: Alde
70
- cancel_reply: Erantzuna ezabatu
71
+ cancel_reply: Ezeztatu erantzuna
71
72
  comment_label: Iruzkindu %{comment_id}
72
73
  comment_label_reply: Iruzkindu %{comment_id} (erantzun %{parent_comment_id} iruzkinei)
73
74
  confirm_destroy: Ziur zaude iruzkin hau ezabatu nahi duzula?
@@ -80,10 +81,10 @@ eu:
80
81
  hide_replies:
81
82
  one: Ezkutatu erantzuna
82
83
  other: Ezkutatu %{count} erantzun
83
- load_replies: Erantzunak igo
84
+ load_replies: Igo erantzunak
84
85
  moderated_at: Iruzkina %{date}-an moderatu egin da
85
86
  replies_count:
86
- one: "Erantzun bat"
87
+ one: "%{count} erantzun"
87
88
  other: "%{count} erantzun"
88
89
  reply: Erantzuna
89
90
  report:
@@ -98,8 +99,8 @@ eu:
98
99
  spam: Bertan badago clickbait-ik, publizitaterik edo iruzurrik.
99
100
  title: Jakinarazi eduki desegokia
100
101
  show_replies:
101
- one: Erakutsi erantzuna
102
- other: Erakutsi %{count} erantzunak
102
+ one: Erakutsi %{count} erantzun
103
+ other: Erakutsi %{count} erantzun
103
104
  single_comment_link_title: Lortu esteka
104
105
  sort_by: 'Nork sortua:'
105
106
  comment_order_selector:
@@ -116,7 +117,7 @@ eu:
116
117
  blocked_comments_warning: Iruzkinak desaktibatuta daude, administratzaileek soilik erantzun dezakete edo berriak argitaratu.
117
118
  comment_details_title: Iruzkinaren xehetasunak
118
119
  in_favor: Alde
119
- load_more_comments: Iruzkin gehiago igo
120
+ load_more_comments: Igo iruzkin gehiago
120
121
  loading: Iruzkinak kargatzen...
121
122
  no_comments_yet: Oraindik ez dago iruzkinik
122
123
  single_comment_warning: <a href="%{url}"> iruzkin guztiak ikusgai </a>
@@ -168,12 +169,12 @@ eu:
168
169
  email_intro: "%{author_name} egileak iruzkin bat utzi du %{resource_title} helbidean. Orri honetan irakur dezakezu:"
169
170
  email_outro: Jakinarazpen hau jaso duzu %{author_name} parte-hartzailea jarraitzen duzulako. Nahi izatekotan erabiltzaile hori bere profil-orritik jarraitzeari utz diezaiokezu.
170
171
  email_subject: '%{author_name} egileak beste iruzkin bat egin du hemen: %{resource_title}'
171
- notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a> parte-hartzaileak iruzkin berri bat egin du hemen: <a href="%{resource_path}">%{resource_title}</a>.'
172
+ notification_title: '<a href="%{author_path}">%{author_name}</a> egileak beste iruzkin bat egin du hemen: <a href="%{resource_path}">%{resource_title}</a>.'
172
173
  comment_created:
173
174
  email_intro: "Norbaitek iruzkin bat egin du hemen: %{resource_title}. Orri honetan irakur dezakezu:"
174
175
  email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" edo bere egilea jarraitzen duzulako. Aurreko estekan jarrai dezakezu.
175
176
  email_subject: '%{author_name} egileak beste iruzkin berri bat egin du hemen: %{resource_title}'
176
- notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a> parte-hartzaileak iruzkin berri bat egin du hemen: <a href="%{resource_path}">%{resource_title}</a>'
177
+ notification_title: '<a href="%{author_path}">%{author_name}</a> egileak beste iruzkin bat egin du hemen: <a href="%{resource_path}">%{resource_title}</a>'
177
178
  comment_downvoted:
178
179
  email_intro: Zure iruzkina hemen "%{resource_title}" negatiboki bozkatu da. Orain %{upvotes} babes positibo eta %{downvotes} boto negatibo dituzu guztira.
179
180
  email_outro: Jakinarazpen hau jaso duzu iruzkin honen egilea zarelako.
@@ -188,12 +189,12 @@ eu:
188
189
  email_intro: "%{author_name} egileak zure iruzkina erantzun du hemen: %{resource_title}. Orri honetan irakur dezakezu:"
189
190
  email_outro: Jakinarazpen hau jaso duzu zure iruzkinak erantzuna izan duelako.
190
191
  email_subject: "%{author_name} parte-hartzaileak zure iruzkina erantzun du hemen: %{resource_title}"
191
- notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> -k zure iruzkinari erantzun dio hemen <a href="%{resource_path}">%{resource_title}</a>
192
+ notification_title: '<a href="%{author_path}">%{author_name}</a> parte-hartzaileak zure iruzkina erantzun du hemen: <a href="%{resource_path}">%{resource_title}</a>'
192
193
  user_mentioned:
193
194
  email_intro: Aipatu zaituzte
194
195
  email_outro: 'Jakinarazpen hau jaso duzu hemen aipatu zaituztelako: %{resource_title}.'
195
196
  email_subject: 'Hemen: %{resource_title} aipatu zaituzte'
196
- notification_title: 'Hemen: <a href="%{group_path}">%{group_name} %{group_nickname}</a> egile honek: <a href="%{author_path}">%{author_name} %{author_nickname}</a> aipatu zaitu'
197
+ notification_title: '<a href="%{author_path}">%{author_name}</a> parte-hartzaileak aipatu zaitu hemen: <a href="%{resource_path}">%{resource_title}</a>'
197
198
  errors:
198
199
  messages:
199
200
  cannot_have_comments: ezin zaio iruzkinik egin