decidim-comments 0.28.6 → 0.29.0.rc1
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 +4 -3
- data/app/cells/decidim/comments/comment/deletion_data.erb +1 -1
- data/app/cells/decidim/comments/comment/show.erb +3 -3
- data/app/cells/decidim/comments/comment_cell.rb +0 -2
- data/app/cells/decidim/comments/comment_form/opinion.erb +4 -4
- data/app/cells/decidim/comments/comment_form_cell.rb +0 -2
- data/app/cells/decidim/comments/comment_metadata_cell.rb +1 -1
- data/app/cells/decidim/comments/comments_cell.rb +0 -3
- data/app/cells/decidim/comments/edit_comment_modal_form_cell.rb +0 -1
- data/app/commands/decidim/comments/create_comment.rb +6 -6
- data/app/commands/decidim/comments/update_comment.rb +3 -4
- data/app/controllers/decidim/comments/comments_controller.rb +5 -3
- data/app/helpers/decidim/comments/comment_cells_helper.rb +1 -1
- data/app/models/decidim/comments/comment.rb +1 -1
- data/app/models/decidim/comments/seed.rb +55 -5
- data/app/packs/entrypoints/decidim_comments.js +1 -1
- data/app/packs/src/decidim/comments/comments.component.js +8 -8
- data/app/packs/src/decidim/comments/comments.component.test.js +14 -14
- data/app/views/decidim/comments/comments/create.js.erb +2 -2
- data/app/views/decidim/comments/comments/delete.js.erb +5 -2
- data/app/views/decidim/comments/comments/update.js.erb +0 -6
- data/app/views/decidim/comments/votes/create.js.erb +1 -1
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +2 -2
- data/config/locales/cs.yml +0 -6
- data/config/locales/de.yml +1 -2
- data/config/locales/en.yml +1 -1
- data/config/locales/es-MX.yml +1 -1
- data/config/locales/es-PY.yml +1 -1
- data/config/locales/es.yml +2 -2
- data/config/locales/eu.yml +37 -40
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +10 -10
- data/config/locales/fr-CA.yml +1 -1
- data/config/locales/fr.yml +1 -1
- data/config/locales/ja.yml +1 -1
- data/config/locales/lt.yml +1 -1
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +0 -3
- data/config/locales/ro-RO.yml +60 -68
- data/config/locales/sv.yml +24 -42
- data/config/locales/tr-TR.yml +1 -2
- data/db/seeds.rb +1 -0
- data/decidim-comments.gemspec +2 -2
- data/lib/decidim/api/comment_type.rb +0 -13
- data/lib/decidim/api/commentable_interface.rb +1 -7
- data/lib/decidim/api/commentable_mutation_type.rb +2 -1
- data/lib/decidim/comments/commentable.rb +2 -2
- data/lib/decidim/comments/commentable_with_component.rb +1 -3
- data/lib/decidim/comments/query_extensions.rb +1 -1
- data/lib/decidim/comments/test/factories.rb +1 -1
- data/lib/decidim/comments/test/shared_examples/create_comment_context.rb +3 -2
- data/lib/decidim/comments/version.rb +1 -1
- data/lib/tasks/upgrade/decidim_comments.rake +28 -0
- metadata +14 -17
- data/config/locales/bn-BD.yml +0 -1
- data/config/locales/bs-BA.yml +0 -15
- data/config/locales/ca-IT.yml +0 -176
- data/lib/tasks/decidim_comments.rake +0 -26
data/config/locales/es-PY.yml
CHANGED
@@ -39,7 +39,7 @@ es-PY:
|
|
39
39
|
error: Ha habido errores al votar el comentario.
|
40
40
|
components:
|
41
41
|
add_comment_form:
|
42
|
-
account_message:
|
42
|
+
account_message: <a href="%{sign_in_url}">Inicia sesión</a> o <a href="%{sign_up_url}">crea una cuenta</a> para añadir tu comentario.
|
43
43
|
form:
|
44
44
|
body:
|
45
45
|
label: Comentario
|
data/config/locales/es.yml
CHANGED
@@ -39,7 +39,7 @@ es:
|
|
39
39
|
error: Se ha producido un error al votar el comentario.
|
40
40
|
components:
|
41
41
|
add_comment_form:
|
42
|
-
account_message:
|
42
|
+
account_message: <a href="%{sign_in_url}">Inicia sesión</a> o <a href="%{sign_up_url}">crea una cuenta</a> para añadir tu comentario.
|
43
43
|
form:
|
44
44
|
body:
|
45
45
|
label: Comentario
|
@@ -137,7 +137,7 @@ es:
|
|
137
137
|
email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
|
138
138
|
notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>.
|
139
139
|
comment_created:
|
140
|
-
email_intro: "
|
140
|
+
email_intro: "%{resource_title} ha sido comentado. Puedes leer el comentario en esta página:"
|
141
141
|
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.
|
142
142
|
email_subject: Hay un nuevo comentario de %{author_name} en %{resource_title}
|
143
143
|
notification_title: Hay un nuevo comentario de <a href="%{author_path}">%{author_name} %{author_nickname}</a> en <a href="%{resource_path}">%{resource_title}</a>
|
data/config/locales/eu.yml
CHANGED
@@ -14,15 +14,15 @@ eu:
|
|
14
14
|
one: Iruzkina
|
15
15
|
other: Iruzkinak
|
16
16
|
decidim/comments/comment_vote:
|
17
|
-
one:
|
18
|
-
other:
|
17
|
+
one: Bozkatu
|
18
|
+
other: Botoak
|
19
19
|
decidim:
|
20
20
|
comments:
|
21
21
|
admin:
|
22
22
|
shared:
|
23
23
|
availability_fields:
|
24
24
|
enabled: Iruzkinak gaituta
|
25
|
-
end_time: Iruzkinak
|
25
|
+
end_time: Iruzkinak gaituta daude
|
26
26
|
start_time: Iruzkinak noiztik aktibatuta
|
27
27
|
comments:
|
28
28
|
create:
|
@@ -33,20 +33,20 @@ eu:
|
|
33
33
|
error: Arazo bat ego da iruzkina eguneratzean.
|
34
34
|
comments_title: Iruzkina
|
35
35
|
last_activity:
|
36
|
-
new_comment: '
|
36
|
+
new_comment: 'Beste iruzkin bat:'
|
37
37
|
votes:
|
38
38
|
create:
|
39
|
-
error: Arazo bat
|
39
|
+
error: Arazo bat egon da iruzkina bozkatzean.
|
40
40
|
components:
|
41
41
|
add_comment_form:
|
42
|
-
account_message: <a href="%{sign_in_url}">
|
42
|
+
account_message: Sortu kontu bat <a href="%{sign_in_url}">Log in</a> edo <a href="%{sign_up_url}"> </a> zure iruzkina gehitzeko.
|
43
43
|
form:
|
44
44
|
body:
|
45
45
|
label: Iruzkina
|
46
46
|
placeholder: Zer deritzozu honi?
|
47
47
|
form_error: Testua behar da, eta ezin du izan %{length} karaktere baino gehiago.
|
48
|
-
submit_reply:
|
49
|
-
submit_root_comment:
|
48
|
+
submit_reply: Argitaratu erantzuna
|
49
|
+
submit_root_comment: Argitaratu iruzkina
|
50
50
|
user_group_id:
|
51
51
|
label: 'Egin iruzkina honako honen gisa:'
|
52
52
|
opinion:
|
@@ -57,14 +57,14 @@ eu:
|
|
57
57
|
neutral_selected: Zure iritzia gai honi buruz neutroa da
|
58
58
|
positive: Positiboa
|
59
59
|
positive_selected: Zure iritzia gai honi buruz positiboa da
|
60
|
-
remaining_characters: "%{count}
|
60
|
+
remaining_characters: "%{count} karaktere geratzen dira"
|
61
61
|
remaining_characters_1: "karaktere %{count} geratzen da"
|
62
62
|
title: Gehitu zure iruzkina
|
63
63
|
comment:
|
64
64
|
alignment:
|
65
65
|
against: Aurka
|
66
66
|
in_favor: Alde
|
67
|
-
cancel_reply:
|
67
|
+
cancel_reply: Ezeztatu erantzuna
|
68
68
|
comment_label: Iruzkindu %{comment_id}
|
69
69
|
comment_label_reply: Iruzkindu %{comment_id} (erantzun %{parent_comment_id} iruzkinei)
|
70
70
|
confirm_destroy: Ziur zaude iruzkin hau ezabatu nahi duzula?
|
@@ -74,20 +74,17 @@ eu:
|
|
74
74
|
deleted_user: Parte-hartzailea ezabatua
|
75
75
|
edit: Editatu
|
76
76
|
edited: Editatuta
|
77
|
-
hide_replies:
|
78
|
-
one: Ezkutatu erantzuna
|
79
|
-
other: Ezkutatu %{count} erantzun
|
80
77
|
moderated_at: Iruzkina %{date}-an moderatu egin da
|
81
78
|
reply: Erantzuna
|
82
79
|
report:
|
83
80
|
action: Salatu
|
84
|
-
already_reported: Eduki
|
81
|
+
already_reported: Eduki hau jada salatuta dago, eta administratzaile batek.
|
85
82
|
close: Itxi
|
86
83
|
description: Eduki hau desegokia da?
|
87
84
|
details: Iruzkin gehigarriak
|
88
85
|
reasons:
|
89
86
|
does_not_belong: Bertan badago legez kontrako jardunik, suizidio-mehatxurik, informazio pertsonalik edo beste zernahi, zure ustez %{organization_name}-ri ez dagokionik.
|
90
|
-
offensive:
|
87
|
+
offensive: Ertan badago arrazakeriarik, sexismorik, irainik, eraso pertsonalik, heriotza-mehatxurik, suizidio-eskaerarik edo beste edozein eratako gorroto-diskurtsorik.
|
91
88
|
spam: Bertan badago clickbait-ik, publizitaterik edo iruzurrik.
|
92
89
|
title: Jakinarazi eduki desegokia
|
93
90
|
show_replies:
|
@@ -102,15 +99,15 @@ eu:
|
|
102
99
|
recent: Berrienak
|
103
100
|
title: 'Ordenatu honen arabera:'
|
104
101
|
comments:
|
105
|
-
blocked_comments_for_unauthorized_user_warning: Egiaztatuta egon behar zara momentu honetan
|
102
|
+
blocked_comments_for_unauthorized_user_warning: Egiaztatuta egon behar zara momentu honetan iruzkina egiteko, baina aurreko iruzkinak irakur ditzakezu.
|
106
103
|
blocked_comments_for_user_warning: Oraindik ez duzu iruzkinik egin, baina aurrekoak irakurri ditzakezu.
|
107
104
|
blocked_comments_warning: Iruzkinak desgaituta daude une honetan, baina aurrekoak irakur ditzakezu.
|
108
105
|
comment_details_title: Iruzkinaren xehetasunak
|
109
106
|
loading: Iruzkinak kargatzen...
|
110
|
-
single_comment_warning: <a href="%{url}"> iruzkin guztiak
|
107
|
+
single_comment_warning: <a href="%{url}">k erakusten ditu iruzkin guztiak</a>
|
111
108
|
single_comment_warning_title: Iruzkin bakar bat ikusten ari zara
|
112
109
|
title:
|
113
|
-
one: "
|
110
|
+
one: "%{count} iruzkin"
|
114
111
|
other: "%{count} iruzkin"
|
115
112
|
down_vote_button:
|
116
113
|
text: Ez nago ados iruzkin honekin
|
@@ -128,39 +125,39 @@ eu:
|
|
128
125
|
comments:
|
129
126
|
comment_by_followed_user:
|
130
127
|
email_intro: "%{author_name} egileak iruzkin bat utzi du %{resource_title} helbidean. Orri honetan irakur dezakezu:"
|
131
|
-
email_outro: Jakinarazpen hau jaso duzu %{author_name}
|
132
|
-
email_subject: '%{author_name}
|
133
|
-
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
128
|
+
email_outro: Jakinarazpen hau jaso duzu %{author_name} erabiltzailea jarraitzen duzulako. Nahi izatekotan erabiltzaile hori bere profil-orritik jarraitzeari utz diezaiokezu.
|
129
|
+
email_subject: '%{author_name} k beste iruzkin bat egin du hemen: %{resource_title}'
|
130
|
+
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a> k iruzkin berri bat egin du hemen: <a href="%{resource_path}">%{resource_title}</a>-an.'
|
134
131
|
comment_by_followed_user_group:
|
135
|
-
email_intro: '%{author_name}
|
132
|
+
email_intro: '%{author_name} k iruzkin bat utzi du hemen %{resource_title}. Orrialde honetan irakur dezakezu:'
|
136
133
|
email_outro: Jakinarazpena jaso duzu "%{author_name}" jarraitzen ari zarelako. Jarraitzeari utzi ahal diozu bere perfileko orrialdetik.
|
137
|
-
email_subject: '%{author_name} egileak
|
138
|
-
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
134
|
+
email_subject: '%{author_name} egileak iruzkin berri bat utzi du hemen: %{resource_title}'
|
135
|
+
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a>egileak iruzkin berri bat utzi du hemen: <a href="%{resource_path}">%{resource_title}</a>-an.'
|
139
136
|
comment_created:
|
140
|
-
email_intro: "
|
137
|
+
email_intro: "%{resource_title} iruzkindu da. Orri honetan irakur dezakezu iruzkina:"
|
141
138
|
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" edo bere egilea jarraitzen duzulako. Aurreko estekan jarrai dezakezu.
|
142
|
-
email_subject: '%{author_name}
|
143
|
-
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
139
|
+
email_subject: '%{author_name} k beste iruzkin berri bat egin du hemen: %{resource_title}'
|
140
|
+
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a> k iruzkin berri bat egin du hemen: <a href="%{resource_path}">%{resource_title}</a></a>'
|
144
141
|
comment_downvoted:
|
145
|
-
email_intro: Zure iruzkina hemen "%{resource_title}" negatiboki bozkatu da. Orain %{upvotes}
|
142
|
+
email_intro: Zure iruzkina hemen "%{resource_title}" negatiboki bozkatu da. Orain %{upvotes} boto positibo eta %{downvotes} boto negatibo dituzu guztira.
|
146
143
|
email_outro: Jakinarazpen hau jaso duzu iruzkin honen egilea zarelako.
|
147
|
-
email_subject: Zure iruzkina hemen "%{resource_title}"
|
148
|
-
notification_title: Zure <a href="%{resource_path}">
|
144
|
+
email_subject: Zure iruzkina hemen "%{resource_title}" negatiboki bozkatu da.
|
145
|
+
notification_title: Zure <a href="%{resource_path}">iruzkina</a> hemen "%{resource_title}" negatiboki bozkatu da. Orain guztira %{upvotes} boto positibo eta %{downvotes} boto negatibo dituzu.
|
149
146
|
comment_upvoted:
|
150
|
-
email_intro: Zure iruzkina hemen "%{resource_title}"
|
147
|
+
email_intro: Zure iruzkina hemen "%{resource_title}" positiboki bozkatu da. Orain guztira %{upvotes} boto positibo eta %{downvotes} boto negatibo dituzu.
|
151
148
|
email_outro: Jakinarazpen hau jaso duzu iruzkin honen egilea zarelako.
|
152
|
-
email_subject: Zure iruzkina hemen "%{resource_title}"
|
153
|
-
notification_title: Zure <a href="%{resource_path}">iruzkina </a> "%{resource_title}"-an
|
149
|
+
email_subject: Zure iruzkina hemen "%{resource_title}" positiboki bozkatu da.
|
150
|
+
notification_title: Zure <a href="%{resource_path}">iruzkina </a> "%{resource_title}"-an positiboki bozkatu da. Orain guztira %{upvotes} botos positibo eta %{downvotes} boto negatibo dituzu.
|
154
151
|
reply_created:
|
155
|
-
email_intro: "%{author_name}
|
156
|
-
email_outro: Jakinarazpen hau jaso duzu zure
|
157
|
-
email_subject: "%{author_name}
|
158
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> -k zure iruzkinari erantzun dio
|
152
|
+
email_intro: "%{author_name} k zure iruzkina erantzun du hemen: %{resource_title}. Orri honetan irakur dezakezu:"
|
153
|
+
email_outro: Jakinarazpen hau jaso duzu zure iruzkina erantzun delako.
|
154
|
+
email_subject: "%{author_name}-k zure iruzkina erantzun du hemen: %{resource_title}"
|
155
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> -k zure iruzkinari erantzun dio <a href="%{resource_path}">%{resource_title}</a>
|
159
156
|
user_group_mentioned:
|
160
157
|
email_intro: Zure talde bat aipatu dute
|
161
158
|
email_outro: '%{resource_title}-an aipatutako %{group_name} taldeko kidea zarelako jaso duzu jakinarazpen hau.'
|
162
|
-
email_subject: Hemen %{resource_title} aipatu zaituzte %{group_name}
|
163
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
159
|
+
email_subject: Hemen %{resource_title} aipatu zaituzte %{group_name} taldearen kide gisa
|
160
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> k aipatu zaitu hemen <a href="%{resource_path}">%{resource_title}</a> <a href="%{group_path}">%{group_name} %{group_nickname}</a> taldearen kide gisa
|
164
161
|
user_mentioned:
|
165
162
|
email_intro: Aipatu zaituzte
|
166
163
|
email_outro: 'Jakinarazpen hau jaso duzu hemen: %{resource_title} aipatu zaituztelako.'
|
@@ -168,7 +165,7 @@ eu:
|
|
168
165
|
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'
|
169
166
|
metrics:
|
170
167
|
comments:
|
171
|
-
description:
|
168
|
+
description: Erabiltzaileek sortutako iruzkin kopurua
|
172
169
|
object: iruzkinak
|
173
170
|
title: Iruzkinak
|
174
171
|
errors:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -39,7 +39,7 @@ fi-pl:
|
|
39
39
|
error: Äänestettäessä kommenttia tapahtui virhe.
|
40
40
|
components:
|
41
41
|
add_comment_form:
|
42
|
-
account_message: <a href="%{sign_in_url}">Kirjaudu
|
42
|
+
account_message: <a href="%{sign_in_url}">Kirjaudu sisään</a> tai <a href="%{sign_up_url}">luo tili</a> kommentoidaksesi.
|
43
43
|
form:
|
44
44
|
body:
|
45
45
|
label: Kommentti
|
data/config/locales/fi.yml
CHANGED
@@ -26,7 +26,7 @@ fi:
|
|
26
26
|
start_time: Kommentointi sallittu alkaen
|
27
27
|
comments:
|
28
28
|
create:
|
29
|
-
error: Kommentin
|
29
|
+
error: Kommentin luotaessa tapahtui virhe.
|
30
30
|
delete:
|
31
31
|
error: Kommenttia ei voitu poistaa.
|
32
32
|
update:
|
@@ -39,7 +39,7 @@ fi:
|
|
39
39
|
error: Kommentin äänestys epäonnistui.
|
40
40
|
components:
|
41
41
|
add_comment_form:
|
42
|
-
account_message: <a href="%{sign_in_url}">Kirjaudu
|
42
|
+
account_message: <a href="%{sign_in_url}">Kirjaudu sisään</a> tai <a href="%{sign_up_url}">luo tili</a> kommentoidaksesi.
|
43
43
|
form:
|
44
44
|
body:
|
45
45
|
label: Kommentti
|
@@ -89,7 +89,7 @@ fi:
|
|
89
89
|
does_not_belong: Sisältää laitonta toimintaa, itsemurhauhkailua, henkilökohtaisia tietoja tai jotain muuta, jonka et usko kuuluvan %{organization_name} -palveluun.
|
90
90
|
offensive: Sisältää rasismia, seksismiä, haukkumista, henkilökohtaisia hyökkäyksiä, tappouhkauksia, itsemurhapyyntöjä tai muuta vihapuhetta.
|
91
91
|
spam: Sisältää klikkihoukutteita, mainostusta, huijauksia tai bottiskriptejä.
|
92
|
-
title: Ilmoita
|
92
|
+
title: Ilmoita asiatonta sisältöä
|
93
93
|
show_replies:
|
94
94
|
one: Näytä vastaus
|
95
95
|
other: Näytä %{count} vastausta
|
@@ -102,7 +102,7 @@ fi:
|
|
102
102
|
recent: Uusimmat
|
103
103
|
title: 'Järjestä tulokset:'
|
104
104
|
comments:
|
105
|
-
blocked_comments_for_unauthorized_user_warning: Tilisi tulee olla
|
105
|
+
blocked_comments_for_unauthorized_user_warning: Tilisi tulee olla varmennettu, jotta voit kommentoida tällä hetkellä. Voit kuitenkin lukea muiden jättämiä kommentteja.
|
106
106
|
blocked_comments_for_user_warning: Et voi kommentoida tällä hetkellä, mutta voit lukea aikaisempia kommentteja.
|
107
107
|
blocked_comments_warning: Kommentit on poistettu käytöstä tällä hetkellä, mutta voit lukea aikaisempia kommentteja.
|
108
108
|
comment_details_title: Kommentin yksityiskohdat
|
@@ -127,8 +127,8 @@ fi:
|
|
127
127
|
events:
|
128
128
|
comments:
|
129
129
|
comment_by_followed_user:
|
130
|
-
email_intro: "%{author_name} on jättänyt kommentin kohteessa %{resource_title}. Voit lukea sen
|
131
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat
|
130
|
+
email_intro: "%{author_name} on jättänyt kommentin kohteessa %{resource_title}. Voit lukea sen täältä:"
|
131
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat %{author_name}. Voit perua seuraamisen kyseisen käyttäjän profiilisivulta.
|
132
132
|
email_subject: '%{author_name} on jättänyt uuden kommentin kohteessa %{resource_title}'
|
133
133
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on jättänyt uuden kommentin kohteessa <a href="%{resource_path}">%{resource_title}</a>.
|
134
134
|
comment_by_followed_user_group:
|
@@ -137,7 +137,7 @@ fi:
|
|
137
137
|
email_subject: '%{author_name} on jättänyt uuden kommentin kohteessa %{resource_title}'
|
138
138
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on jättänyt uuden kommentin kohteessa <a href="%{resource_path}">%{resource_title}</a>.
|
139
139
|
comment_created:
|
140
|
-
email_intro: "%{resource_title} on kommentoitu. Voit lukea kommentin
|
140
|
+
email_intro: "%{resource_title} on kommentoitu. Voit lukea kommentin tällä sivulla:"
|
141
141
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}" tai sen kirjoittajaa. Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
142
142
|
email_subject: '%{author_name} on jättänyt uuden kommentin kohteessa %{resource_title}'
|
143
143
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a>on jättänyt uuden kommentin kohteessa <a href="%{resource_path}">%{resource_title}</a>
|
@@ -152,10 +152,10 @@ fi:
|
|
152
152
|
email_subject: Kommenttisi kohteessa "%{resource_title}" sai äänen.
|
153
153
|
notification_title: <a href="%{resource_path}">Kommenttisi</a> kohteessa "%{resource_title}" sai äänen. Sillä on yhteensä %{upvotes} ääntä ja %{downvotes} miinusääntä.
|
154
154
|
reply_created:
|
155
|
-
email_intro: "%{author_name} on vastannut kommentiisi kohdassa %{resource_title}. Voit lukea sen
|
155
|
+
email_intro: "%{author_name} on vastannut kommentiisi kohdassa %{resource_title}. Voit lukea sen tällä sivulla:"
|
156
156
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska kommenttiisi vastattiin.
|
157
157
|
email_subject: "%{author_name} on vastannut kommentiisi %{resource_title}"
|
158
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on vastannut kommentiisi
|
158
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on vastannut kommentiisi kohdassa <a href="%{resource_path}">%{resource_title}</a>
|
159
159
|
user_group_mentioned:
|
160
160
|
email_intro: Ryhmä, jonka jäsen olet, on mainittu
|
161
161
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet jäsenenä ryhmässä %{group_name} ja ryhmä on mainittu kohteessa %{resource_title}.
|
@@ -165,7 +165,7 @@ fi:
|
|
165
165
|
email_intro: Sinut on mainittu
|
166
166
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska sinut on mainittu kohteessa %{resource_title}.
|
167
167
|
email_subject: Sinut on mainittu kohdassa %{resource_title}
|
168
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on maininnut sinut
|
168
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on maininnut sinut kohdassa <a href="%{resource_path}">%{resource_title}</a>
|
169
169
|
metrics:
|
170
170
|
comments:
|
171
171
|
description: Käyttäjien kirjoittamien kommenttien määrä
|
data/config/locales/fr-CA.yml
CHANGED
@@ -39,7 +39,7 @@ fr-CA:
|
|
39
39
|
error: Une erreur s'est produite lors du vote sur le commentaire.
|
40
40
|
components:
|
41
41
|
add_comment_form:
|
42
|
-
account_message: <a href="%{sign_in_url}">Connectez-vous
|
42
|
+
account_message: <a href="%{sign_in_url}">Connectez-vous</a> ou <a href="%{sign_up_url}">créez un compte</a> pour ajouter votre commentaire.
|
43
43
|
form:
|
44
44
|
body:
|
45
45
|
label: Commentaire
|
data/config/locales/fr.yml
CHANGED
@@ -39,7 +39,7 @@ fr:
|
|
39
39
|
error: Une erreur s'est produite lors du vote sur le commentaire.
|
40
40
|
components:
|
41
41
|
add_comment_form:
|
42
|
-
account_message: <a href="%{sign_in_url}">Connectez-vous
|
42
|
+
account_message: <a href="%{sign_in_url}">Connectez-vous</a> ou <a href="%{sign_up_url}">créez un compte</a> pour ajouter votre commentaire.
|
43
43
|
form:
|
44
44
|
body:
|
45
45
|
label: Commentaire
|
data/config/locales/ja.yml
CHANGED
@@ -37,7 +37,7 @@ ja:
|
|
37
37
|
error: コメントに投票中に問題がありました。
|
38
38
|
components:
|
39
39
|
add_comment_form:
|
40
|
-
account_message:
|
40
|
+
account_message: コメントを追加するには<a href="%{sign_in_url}">ログインする</a> か <a href="%{sign_up_url}">アカウントを作成</a>してください
|
41
41
|
form:
|
42
42
|
body:
|
43
43
|
label: コメント
|
data/config/locales/lt.yml
CHANGED
@@ -6,7 +6,7 @@ lt:
|
|
6
6
|
decidim/comments/comment_created_event: Komentarai
|
7
7
|
decidim/comments/comment_upvoted_event: Komentaras palaikytas
|
8
8
|
decidim/comments/reply_created_event: Atsakymas į komentarą
|
9
|
-
decidim/comments/user_group_mentioned_event:
|
9
|
+
decidim/comments/user_group_mentioned_event: Paminėjimas
|
10
10
|
decidim/comments/user_mentioned_event: Paminėti
|
11
11
|
activerecord:
|
12
12
|
models:
|
data/config/locales/pl.yml
CHANGED
@@ -43,7 +43,7 @@ pl:
|
|
43
43
|
error: Podczas dodawania komentarza wystąpił błąd.
|
44
44
|
components:
|
45
45
|
add_comment_form:
|
46
|
-
account_message: <a href="%{sign_in_url}">Zaloguj
|
46
|
+
account_message: <a href="%{sign_in_url}">Zaloguj się</a> lub <a href="%{sign_up_url}">utwórz konto</a>, aby dodać swój komentarz.
|
47
47
|
form:
|
48
48
|
body:
|
49
49
|
label: Komentarz
|
@@ -140,7 +140,7 @@ pl:
|
|
140
140
|
email_intro: 'Grupa %{author_name} dodała komentarz do %{resource_title}. Możesz go przeczytać na tej stronie:'
|
141
141
|
email_outro: Otrzymujesz to powiadomienie, ponieważ obserwujesz %{author_name}. Możesz przestać obserwować tę grupę z poziomu jej strony profilowej.
|
142
142
|
email_subject: Jest nowy komentarz dodany przez %{author_name} do %{resource_title}
|
143
|
-
notification_title: Pojawił się nowy komentarz
|
143
|
+
notification_title: Pojawił się nowy komentarz <a href="%{author_path}">%{author_name} %{author_nickname}</a> do <a href="%{resource_path}">%{resource_title}</a>.
|
144
144
|
comment_created:
|
145
145
|
email_intro: "Nowy komentarz: %{resource_title}. Możesz go przeczytać na tej stronie:"
|
146
146
|
email_outro: Otrzymujesz to powiadomienie, ponieważ obserwujesz "%{resource_title}" lub jego autora. Możesz przestać go obserwować po kliknięciu w poprzedni link.
|
data/config/locales/pt-BR.yml
CHANGED
@@ -67,9 +67,6 @@ pt-BR:
|
|
67
67
|
offensive: Contém racismo, sexismo, insultos, ataques pessoais, ameaças de morte, pedidos de suicídio ou qualquer tipo de discurso de ódio.
|
68
68
|
spam: Contém clickbait, publicidade, fraudes ou script bots.
|
69
69
|
title: Reportar conteúdo impróprio
|
70
|
-
show_replies:
|
71
|
-
one: Mostrar resposta
|
72
|
-
other: Mostrar %{count} respostas
|
73
70
|
single_comment_link_title: Obter o link
|
74
71
|
comment_order_selector:
|
75
72
|
order:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -3,11 +3,11 @@ ro:
|
|
3
3
|
activemodel:
|
4
4
|
models:
|
5
5
|
decidim/comments/comment_by_followed_user_event: Comentariu
|
6
|
-
decidim/comments/comment_created_event:
|
7
|
-
decidim/comments/comment_upvoted_event: Comentariu votat
|
6
|
+
decidim/comments/comment_created_event: Comentează
|
7
|
+
decidim/comments/comment_upvoted_event: Comentariu votat
|
8
8
|
decidim/comments/reply_created_event: Răspuns la comentariu
|
9
|
-
decidim/comments/user_group_mentioned_event:
|
10
|
-
decidim/comments/user_mentioned_event:
|
9
|
+
decidim/comments/user_group_mentioned_event: Menționează
|
10
|
+
decidim/comments/user_mentioned_event: Menționează
|
11
11
|
activerecord:
|
12
12
|
models:
|
13
13
|
decidim/comments/comment:
|
@@ -41,63 +41,55 @@ ro:
|
|
41
41
|
error: A apărut o problemă la votarea comentariului.
|
42
42
|
components:
|
43
43
|
add_comment_form:
|
44
|
-
account_message: <a href="%{sign_in_url}">Conectați-vă cu contul dumneavoastră</a> sau <a href="%{sign_up_url}">înregistrați-vă</a> pentru a adăuga un comentariu.
|
45
44
|
form:
|
46
45
|
body:
|
47
46
|
label: Comentariu
|
48
|
-
placeholder: Ce părere
|
47
|
+
placeholder: Ce părere ai despre asta?
|
49
48
|
form_error: Textul este obligatoriu și nu poate fi mai lung de %{length} caractere.
|
50
49
|
submit_reply: Publicați răspuns
|
51
50
|
submit_root_comment: Publicați comentariu
|
52
51
|
user_group_id:
|
53
|
-
label:
|
52
|
+
label: Comentează în calitate de
|
54
53
|
opinion:
|
55
|
-
label: Opinia
|
54
|
+
label: Opinia ta despre acest subiect
|
56
55
|
negative: Negativ
|
57
|
-
negative_selected: Opinia
|
56
|
+
negative_selected: Opinia ta despre acest subiect este negativă
|
58
57
|
neutral: Neutru
|
59
|
-
neutral_selected: Opinia
|
58
|
+
neutral_selected: Opinia ta despre acest subiect este neutră
|
60
59
|
positive: Pozitiv
|
61
|
-
positive_selected: Opinia
|
60
|
+
positive_selected: Opinia ta despre acest subiect este pozitivă
|
62
61
|
remaining_characters: "%{count} caractere rămase"
|
63
62
|
remaining_characters_1: "%{count} caracter rămas"
|
64
|
-
title:
|
63
|
+
title: Adaugă comentariul tău
|
65
64
|
comment:
|
66
65
|
alignment:
|
67
66
|
against: Împotrivă
|
68
67
|
in_favor: Pentru
|
69
|
-
cancel_reply:
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
controls_label: Controale comentariu
|
74
|
-
delete: Ștergeți
|
75
|
-
deleted_at: Comentariu șters pe %{date}
|
68
|
+
cancel_reply: Anulează răspunsul
|
69
|
+
confirm_destroy: Sigur dorești să ştergi acest comentariu?
|
70
|
+
delete: Șterge
|
71
|
+
deleted_at: Comentariu șters la %{date}
|
76
72
|
deleted_user: Participant șters
|
77
73
|
edit: Actualizare
|
78
74
|
edited: Actualizat
|
79
|
-
hide_replies:
|
80
|
-
one: Ascundeți răspunsul
|
81
|
-
few: Ascundeți %{count} răspunsuri
|
82
|
-
other: Ascundeți %{count} răspunsuri
|
83
75
|
moderated_at: Comentariu moderat pe %{date}
|
84
|
-
reply:
|
76
|
+
reply: Răspunde
|
85
77
|
report:
|
86
|
-
action:
|
78
|
+
action: Raportează
|
87
79
|
already_reported: Acest conținut este deja raportat și va fi revizuit de către un administrator.
|
88
|
-
close:
|
89
|
-
description:
|
90
|
-
details:
|
80
|
+
close: Închide
|
81
|
+
description: Este acest conținut neadecvat?
|
82
|
+
details: Comentarii suplimentare
|
91
83
|
reasons:
|
92
84
|
does_not_belong: Conține activitate ilegală, amenințări cu sinuciderea, informații personale sau altceva ce consideri că nu aparține de %{organization_name}.
|
93
85
|
offensive: Conține rasism, sexism, insulte, atacuri personale, amenințări cu moartea, cereri de sinucidere sau orice formă de discurs de incitare la ură.
|
94
86
|
spam: Conține clickbait, publicitate, escrocherii sau script rulat de roboți.
|
95
|
-
title:
|
87
|
+
title: Raportează conținut nepotrivit
|
96
88
|
show_replies:
|
97
|
-
one:
|
98
|
-
few:
|
99
|
-
other:
|
100
|
-
single_comment_link_title:
|
89
|
+
one: Arată răspunsul
|
90
|
+
few: Arată %{count} răspunsuri
|
91
|
+
other: Arată %{count} răspunsuri
|
92
|
+
single_comment_link_title: Obţine link
|
101
93
|
comment_order_selector:
|
102
94
|
order:
|
103
95
|
best_rated: Cele mai apreciate
|
@@ -106,13 +98,13 @@ ro:
|
|
106
98
|
recent: Recente
|
107
99
|
title: 'Ordonare după:'
|
108
100
|
comments:
|
109
|
-
blocked_comments_for_unauthorized_user_warning: Trebuie să
|
110
|
-
blocked_comments_for_user_warning: Nu
|
101
|
+
blocked_comments_for_unauthorized_user_warning: Trebuie să fii verificat pentru a trimite comentarii în acest moment, dar le poți citi pe cele anterioare.
|
102
|
+
blocked_comments_for_user_warning: Nu poți comenta în acest moment, dar le poți citi pe cele anterioare.
|
111
103
|
blocked_comments_warning: Comentariile sunt dezactivate în acest moment, dar le poți citi pe cele anterioare.
|
112
104
|
comment_details_title: Detaliile comentariului
|
113
|
-
loading:
|
114
|
-
single_comment_warning: <a href="%{url}">
|
115
|
-
single_comment_warning_title:
|
105
|
+
loading: Se încarcă comentariile...
|
106
|
+
single_comment_warning: <a href="%{url}">Vezi toate comentariile</a>
|
107
|
+
single_comment_warning_title: Poți vedea un singur comentariu
|
116
108
|
title:
|
117
109
|
one: "%{count} comentariu"
|
118
110
|
few: "%{count} comentarii"
|
@@ -120,57 +112,57 @@ ro:
|
|
120
112
|
down_vote_button:
|
121
113
|
text: Nu sunt de acord cu acest comentariu
|
122
114
|
edit_comment_modal_form:
|
123
|
-
close:
|
115
|
+
close: Închide
|
124
116
|
form:
|
125
117
|
body:
|
126
118
|
label: Comentariu
|
127
|
-
placeholder: Ce părere
|
128
|
-
submit:
|
129
|
-
title:
|
119
|
+
placeholder: Ce părere ai despre asta?
|
120
|
+
submit: Trimite
|
121
|
+
title: Editează comentariul tău
|
130
122
|
up_vote_button:
|
131
123
|
text: Sunt de acord cu acest comentariu
|
132
124
|
events:
|
133
125
|
comments:
|
134
126
|
comment_by_followed_user:
|
135
|
-
email_intro: "%{author_name} a lăsat un comentariu în %{resource_title}. Îl
|
136
|
-
email_outro:
|
127
|
+
email_intro: "%{author_name} a lăsat un comentariu în %{resource_title}. Îl poți citi în această pagină:"
|
128
|
+
email_outro: Ai primit această notificare deoarece urmărești pe „%{author_name}”. Poți anula abonarea de la acest utilizator de pe pagina sa de profil.
|
137
129
|
email_subject: Există un nou comentariu de la %{author_name} pentru %{resource_title}
|
138
130
|
notification_title: Există un comentariu nou de la <a href="%{author_path}">%{author_name} %{author_nickname}</a> pentru <a href="%{resource_path}">%{resource_title}</a>.
|
139
131
|
comment_by_followed_user_group:
|
140
|
-
email_intro: 'Grupul %{author_name} a lăsat un comentariu pentru %{resource_title}. Îl
|
141
|
-
email_outro:
|
132
|
+
email_intro: 'Grupul %{author_name} a lăsat un comentariu pentru %{resource_title}. Îl poți citi în această pagină:'
|
133
|
+
email_outro: Ai primit această notificare deoarece urmărești grupul „%{author_name}”. Poți anula abonarea de la acest grup de pe pagina sa de profil.
|
142
134
|
email_subject: Există un nou comentariu de la %{author_name} pentru %{resource_title}
|
143
135
|
notification_title: Există un comentariu nou de la <a href="%{author_path}">%{author_name} %{author_nickname}</a> pentru <a href="%{resource_path}">%{resource_title}</a>.
|
144
136
|
comment_created:
|
145
137
|
email_intro: "%{resource_title} a primit un comentariu. Poți citi comentariul pe această pagină:"
|
146
138
|
email_outro: Ați primit această notificare deoarece urmăriți „%{resource_title}” sau pe autorii săi. Puteți anula abonarea de la link-ul anterior.
|
147
|
-
email_subject: Există un comentariu
|
148
|
-
notification_title: Există un comentariu
|
139
|
+
email_subject: Există un nou comentariu de la %{author_name} pentru %{resource_title}
|
140
|
+
notification_title: Există un nou comentariu de la <a href="%{author_path}">%{author_name} %{author_nickname}</a> pentru <a href="%{resource_path}">%{resource_title}</a>
|
149
141
|
comment_downvoted:
|
150
|
-
email_intro: Comentariul
|
151
|
-
email_outro:
|
152
|
-
email_subject: Comentariul
|
153
|
-
notification_title: Comentariul
|
142
|
+
email_intro: Comentariul tău pentru "%{resource_title}" a primit un vot nefavorabil. Acesta are acum un total de %{upvotes} voturi favorabile şi %{downvotes} voturi nefaborabile.
|
143
|
+
email_outro: Ai primit această notificare deoarece ești autorul acestui comentariu.
|
144
|
+
email_subject: Comentariul tău pentru "%{resource_title}" a primit un vot nefavorabil.
|
145
|
+
notification_title: Comentariul tău <a href="%{resource_path}"></a> pentru "%{resource_title}" a primit un vot nefavorabil. Acum are un total de %{upvotes} voturi favorabile și %{downvotes} voturi nefavorabile.
|
154
146
|
comment_upvoted:
|
155
|
-
email_intro: Comentariul
|
156
|
-
email_outro:
|
157
|
-
email_subject: Comentariul
|
158
|
-
notification_title: Comentariul
|
147
|
+
email_intro: Comentariul tău pentru "%{resource_title}" a primit un vot favorabil. Acesta are acum un total de %{upvotes} voturi favorabile și %{downvotes} voturi nefavorabile.
|
148
|
+
email_outro: Ai primit această notificare deoarece ești autorul acestui comentariu.
|
149
|
+
email_subject: Comentariul tău pentru "%{resource_title}" a primit un vot favorabil.
|
150
|
+
notification_title: Comentariul tău <a href="%{resource_path}"></a> în "%{resource_title}" a primit un vot favorabil. Acum are un total de %{upvotes} voturi faborabile și %{downvotes} voturi nefavorabile.
|
159
151
|
reply_created:
|
160
|
-
email_intro: "%{author_name} a răspuns la comentariul
|
161
|
-
email_outro:
|
162
|
-
email_subject: "%{author_name} a răspuns la comentariul
|
163
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> a răspuns la comentariul
|
152
|
+
email_intro: "%{author_name} a răspuns la comentariul tău pentru %{resource_title}. Îl poți citi în această pagină:"
|
153
|
+
email_outro: Ai primit această notificare deoarece comentariul tău a primit un răspuns.
|
154
|
+
email_subject: "%{author_name} a răspuns la comentariul tău pentru %{resource_title}"
|
155
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> a răspuns la comentariul tău pentru <a href="%{resource_path}">%{resource_title}</a>
|
164
156
|
user_group_mentioned:
|
165
|
-
email_intro: Un grup
|
166
|
-
email_outro:
|
167
|
-
email_subject: Ai fost menționat
|
168
|
-
notification_title: Ai fost menționat
|
157
|
+
email_intro: Un grup de care aparți a fost menționat
|
158
|
+
email_outro: Ai primit această notificare deoarece ești un membru al grupului %{group_name} care a fost menționat în %{resource_title}.
|
159
|
+
email_subject: Ai fost menționat în %{resource_title} ca membru al %{group_name}
|
160
|
+
notification_title: Ai fost menționat în <a href="%{resource_path}">%{resource_title}</a> de <a href="%{author_path}">%{author_name} %{author_nickname}</a> ca membru al <a href="%{group_path}">%{group_name} %{group_nickname}</a>
|
169
161
|
user_mentioned:
|
170
|
-
email_intro:
|
171
|
-
email_outro:
|
172
|
-
email_subject:
|
173
|
-
notification_title:
|
162
|
+
email_intro: Ai fost menționat(ă)
|
163
|
+
email_outro: Ai primit această notificare deoarece ai fost menționat în %{resource_title}.
|
164
|
+
email_subject: Ai fost menționat în %{resource_title}
|
165
|
+
notification_title: Ai fost menționat în <a href="%{resource_path}">%{resource_title}</a> de către <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
174
166
|
metrics:
|
175
167
|
comments:
|
176
168
|
description: Numărul de comentarii generate de participanți
|