decidim-comments 0.29.5 → 0.30.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 +0 -8
- data/app/cells/decidim/comments/comment/show.erb +41 -5
- data/app/cells/decidim/comments/comment/votes.erb +4 -4
- data/app/cells/decidim/comments/comment_cell.rb +37 -1
- data/app/cells/decidim/comments/comment_form/comment_as.erb +24 -6
- data/app/cells/decidim/comments/comment_form/opinion.erb +2 -6
- data/app/cells/decidim/comments/comment_form/show.erb +31 -29
- data/app/cells/decidim/comments/comment_form_cell.rb +7 -2
- data/app/cells/decidim/comments/comment_thread/show.erb +2 -2
- data/app/cells/decidim/comments/comments/add_comment.erb +12 -14
- data/app/cells/decidim/comments/comments/comments_in_single_column.erb +6 -0
- data/app/cells/decidim/comments/comments/order_control.erb +32 -9
- data/app/cells/decidim/comments/comments/show.erb +28 -1
- data/app/cells/decidim/comments/comments_cell.rb +53 -14
- data/app/cells/decidim/comments/edit_comment_modal_form_cell.rb +1 -1
- data/app/cells/decidim/comments/two_columns_comments/column.erb +20 -0
- data/app/cells/decidim/comments/two_columns_comments/show.erb +11 -0
- data/app/cells/decidim/comments/two_columns_comments_cell.rb +86 -0
- data/app/controllers/decidim/comments/comments_controller.rb +1 -2
- data/app/forms/decidim/comments/comment_form.rb +14 -0
- data/app/models/decidim/comments/comment.rb +10 -8
- data/app/packs/entrypoints/decidim_comments.js +1 -0
- data/app/packs/src/decidim/comments/comments.component.js +151 -25
- data/app/packs/src/decidim/comments/comments.component.test.js +2 -1
- data/app/packs/src/decidim/comments/comments.js +95 -12
- data/app/packs/src/decidim/comments/comments_dropdown.js +57 -0
- data/app/packs/src/decidim/comments/comments_mobile_modal.js +46 -0
- data/app/packs/stylesheets/comments.scss +204 -51
- data/app/queries/decidim/comments/metrics/comment_participants_metric_measure.rb +1 -1
- data/app/queries/decidim/comments/metrics/comments_metric_manage.rb +22 -17
- data/app/views/decidim/comments/comments/_comments.html.erb +1 -0
- data/app/views/decidim/comments/comments/create.js.erb +9 -1
- data/app/views/decidim/comments/comments/index.js.erb +0 -3
- data/app/views/decidim/comments/comments/reload.js.erb +7 -3
- data/app/views/decidim/comments/comments/update.js.erb +3 -1
- data/app/views/decidim/comments/votes/create.js.erb +7 -26
- data/config/locales/ar.yml +0 -1
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +35 -10
- data/config/locales/cs.yml +37 -4
- data/config/locales/de.yml +35 -10
- data/config/locales/el.yml +0 -1
- data/config/locales/en.yml +35 -10
- data/config/locales/es-MX.yml +35 -10
- data/config/locales/es-PY.yml +35 -10
- data/config/locales/es.yml +35 -10
- data/config/locales/eu.yml +55 -30
- data/config/locales/fi-plain.yml +35 -10
- data/config/locales/fi.yml +36 -11
- data/config/locales/fr-CA.yml +8 -10
- data/config/locales/fr.yml +8 -10
- data/config/locales/gl.yml +0 -1
- data/config/locales/hu.yml +0 -1
- data/config/locales/id-ID.yml +0 -1
- data/config/locales/is-IS.yml +0 -1
- data/config/locales/it.yml +1 -2
- data/config/locales/ja.yml +34 -8
- data/config/locales/lb.yml +0 -1
- data/config/locales/lt.yml +1 -2
- data/config/locales/lv.yml +0 -1
- data/config/locales/nl.yml +0 -1
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +1 -3
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +0 -1
- data/config/locales/ro-RO.yml +57 -60
- data/config/locales/ru.yml +0 -1
- data/config/locales/sk.yml +0 -1
- data/config/locales/sv.yml +19 -4
- data/config/locales/tr-TR.yml +1 -2
- data/config/locales/uk.yml +0 -1
- data/config/locales/zh-CN.yml +0 -1
- data/config/locales/zh-TW.yml +0 -1
- data/decidim-comments.gemspec +1 -1
- data/lib/decidim/api/comment_mutation_type.rb +2 -2
- data/lib/decidim/api/comment_type.rb +12 -45
- data/lib/decidim/api/commentable_interface.rb +4 -16
- data/lib/decidim/api/commentable_mutation_type.rb +2 -3
- data/lib/decidim/comments/commentable.rb +11 -0
- data/lib/decidim/comments/comments_helper.rb +1 -1
- data/lib/decidim/comments/engine.rb +7 -1
- data/lib/decidim/comments/test/factories.rb +8 -0
- data/lib/decidim/comments/test/shared_examples/comment_event.rb +1 -1
- data/lib/decidim/comments/test/shared_examples/comment_voted_event.rb +2 -2
- data/lib/decidim/comments/test/shared_examples/create_comment_context.rb +1 -1
- data/lib/decidim/comments/test/shared_examples/translatable_comment.rb +2 -2
- data/lib/decidim/comments/version.rb +1 -1
- metadata +17 -12
- data/app/cells/decidim/comments/comments/inline.erb +0 -28
- data/config/locales/ca-IT.yml +0 -184
data/config/locales/es.yml
CHANGED
@@ -17,6 +17,10 @@ es:
|
|
17
17
|
one: Voto
|
18
18
|
other: Votos
|
19
19
|
decidim:
|
20
|
+
admin:
|
21
|
+
admin_log:
|
22
|
+
changeset:
|
23
|
+
comments: Comentarios
|
20
24
|
comments:
|
21
25
|
admin:
|
22
26
|
shared:
|
@@ -24,8 +28,6 @@ es:
|
|
24
28
|
enabled: Comentarios habilitados
|
25
29
|
end_time: Comentarios habilitados hasta
|
26
30
|
start_time: Comentarios habilitados desde
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: Hilo de comentario iniciado por %{full_name} el %{date}
|
29
31
|
comments:
|
30
32
|
create:
|
31
33
|
error: Se ha producido un error al crear el comentario.
|
@@ -41,7 +43,8 @@ es:
|
|
41
43
|
error: Se ha producido un error al votar el comentario.
|
42
44
|
components:
|
43
45
|
add_comment_form:
|
44
|
-
account_message:
|
46
|
+
account_message: Inicia sesión o crea una cuenta para añadir tu comentario.
|
47
|
+
add_comment: Añadir un comentario
|
45
48
|
form:
|
46
49
|
body:
|
47
50
|
label: Comentario
|
@@ -51,6 +54,7 @@ es:
|
|
51
54
|
submit_root_comment: Publicar comentario
|
52
55
|
user_group_id:
|
53
56
|
label: Comentar como
|
57
|
+
your_profile: Tu perfil
|
54
58
|
opinion:
|
55
59
|
label: Tu opinión sobre este tema
|
56
60
|
negative: Negativa
|
@@ -66,6 +70,9 @@ es:
|
|
66
70
|
alignment:
|
67
71
|
against: En contra
|
68
72
|
in_favor: A favor
|
73
|
+
answers:
|
74
|
+
one: "%{count} respuesta"
|
75
|
+
other: "%{count} respuestas"
|
69
76
|
cancel_reply: Cancelar respuesta
|
70
77
|
comment_label: Comentario %{comment_id}
|
71
78
|
comment_label_reply: Comentario %{comment_id} (responder al comentario %{parent_comment_id})
|
@@ -96,6 +103,7 @@ es:
|
|
96
103
|
one: Mostrar la respuesta
|
97
104
|
other: Mostrar las %{count} respuestas
|
98
105
|
single_comment_link_title: Obtener enlace
|
106
|
+
sort_by: 'Ordenar por: '
|
99
107
|
comment_order_selector:
|
100
108
|
order:
|
101
109
|
best_rated: Mejor valoración
|
@@ -104,20 +112,20 @@ es:
|
|
104
112
|
recent: Reciente
|
105
113
|
title: 'Ordenar por:'
|
106
114
|
comments:
|
115
|
+
against: En contra
|
107
116
|
blocked_comments_for_unauthorized_user_warning: Necesitas estar verificada para comentar en este momento, pero puedes leer los comentarios anteriores.
|
108
117
|
blocked_comments_for_user_warning: No puedes hacer comentarios en este momento, pero puedes leer los anteriores.
|
109
|
-
blocked_comments_warning: Los comentarios están
|
118
|
+
blocked_comments_warning: Los comentarios están desactivados en estos momentos, solo las administradoras pueden responder o publicar nuevos.
|
110
119
|
comment_details_title: Detalles del comentario
|
120
|
+
in_favor: A favor
|
111
121
|
loading: Cargando los comentarios ...
|
112
122
|
single_comment_warning: <a href="%{url}">Ver todos los comentarios</a>
|
113
123
|
single_comment_warning_title: Estás viendo un solo comentario
|
114
124
|
title:
|
115
125
|
one: "%{count} comentario"
|
116
126
|
other: "%{count} comentarios"
|
127
|
+
top_comment_label: Mejor valorado
|
117
128
|
down_vote_button:
|
118
|
-
label:
|
119
|
-
one: Botón "No me gusta". %{count} "no me gusta"
|
120
|
-
other: Botón "No me gusta". %{count} "no me gusta"
|
121
129
|
text: No estoy de acuerdo con este comentario
|
122
130
|
edit_comment_modal_form:
|
123
131
|
close: Cerrar
|
@@ -128,10 +136,27 @@ es:
|
|
128
136
|
submit: Enviar
|
129
137
|
title: Edita tu comentario
|
130
138
|
up_vote_button:
|
131
|
-
label:
|
132
|
-
one: Botón "Me gusta". %{count} "me gusta"
|
133
|
-
other: Botón "Me gusta". %{count} "me gusta"
|
134
139
|
text: Estoy de acuerdo con este comentario
|
140
|
+
download_your_data:
|
141
|
+
help:
|
142
|
+
comment_votes:
|
143
|
+
comment: La id del comentario que se va valoró
|
144
|
+
created_at: La fecha y la hora en que se valoró este comentario
|
145
|
+
id: La id de la valoración del comentario
|
146
|
+
updated_at: La fecha y hora de la última actualización de la valoración de este comentario
|
147
|
+
weight: El peso de la valoración (1 a favor, -1 en contra)
|
148
|
+
comments:
|
149
|
+
alignment: Si este comentario fue a favor, en contra o neutral
|
150
|
+
author: El nombre usuaria de la participante que hizo este comentario
|
151
|
+
body: El comentario en sí
|
152
|
+
commentable_id: El identificador único de aquello que se podía comentar
|
153
|
+
commentable_type: La tipología de aquello sobre lo que se realizó el comentario (si fue un resultado, una propuesta, etc.)
|
154
|
+
created_at: La fecha en la que se creó este comentario
|
155
|
+
depth: El lugar donde se encuentra este comentario en la terna de comentarios (si es una respuesta a un comentario, o la respuesta de una respuesta)
|
156
|
+
id: El identificador de este comentario
|
157
|
+
locale: La configuración regional (idioma) que la participante tenía al dejar este comentario
|
158
|
+
root_commentable_url: La URL (dirección web) del recurso que enlaza con este comentario
|
159
|
+
user_group: El nombre del grupo de usuarias que hizo este comentario (si lo hay)
|
135
160
|
events:
|
136
161
|
comments:
|
137
162
|
comment_by_followed_user:
|
data/config/locales/eu.yml
CHANGED
@@ -17,6 +17,10 @@ eu:
|
|
17
17
|
one: Babesa
|
18
18
|
other: Babesak
|
19
19
|
decidim:
|
20
|
+
admin:
|
21
|
+
admin_log:
|
22
|
+
changeset:
|
23
|
+
comments: Iruzkinak
|
20
24
|
comments:
|
21
25
|
admin:
|
22
26
|
shared:
|
@@ -24,8 +28,6 @@ eu:
|
|
24
28
|
enabled: Iruzkinak gaituta
|
25
29
|
end_time: Iruzkinak noiz arte gaituta
|
26
30
|
start_time: Iruzkinak noiztik aktibatuta
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: '%{full_name} -k %{date} -(e)an hasitako iruzkin-haria'
|
29
31
|
comments:
|
30
32
|
create:
|
31
33
|
error: Arazo bat egon da iruzkina sortzean.
|
@@ -41,7 +43,8 @@ eu:
|
|
41
43
|
error: Arazo bat dago iruzkina bozkatzeko.
|
42
44
|
components:
|
43
45
|
add_comment_form:
|
44
|
-
account_message:
|
46
|
+
account_message: Sartu edo sortu kontu bat zure iruzkina gehitzeko.
|
47
|
+
add_comment: Gehitu iruzkina
|
45
48
|
form:
|
46
49
|
body:
|
47
50
|
label: Iruzkina
|
@@ -51,6 +54,7 @@ eu:
|
|
51
54
|
submit_root_comment: Iruzkina argitaratu
|
52
55
|
user_group_id:
|
53
56
|
label: 'Egin iruzkina honako honen gisa:'
|
57
|
+
your_profile: Zure profila
|
54
58
|
opinion:
|
55
59
|
label: Zure iritzia gai honi buruz
|
56
60
|
negative: Negatiboa
|
@@ -66,6 +70,9 @@ eu:
|
|
66
70
|
alignment:
|
67
71
|
against: Aurka
|
68
72
|
in_favor: Alde
|
73
|
+
answers:
|
74
|
+
one: "Erantzun %{count}"
|
75
|
+
other: "%{count} erantzun"
|
69
76
|
cancel_reply: Erantzuna ezabatu
|
70
77
|
comment_label: Iruzkindu %{comment_id}
|
71
78
|
comment_label_reply: Iruzkindu %{comment_id} (erantzun %{parent_comment_id} iruzkinei)
|
@@ -89,13 +96,14 @@ eu:
|
|
89
96
|
details: Iruzkin gehigarriak
|
90
97
|
reasons:
|
91
98
|
does_not_belong: Bertan badago legez kontrako jardunik, suizidio-mehatxurik, informazio pertsonalik edo beste zernahi, zure ustez %{organization_name}-ri ez dagokionik.
|
92
|
-
offensive:
|
99
|
+
offensive: Ertan badago arrazakeriarik, sexismorik, irainik, eraso pertsonalik, heriotza-mehatxurik, suizidio-eskaerarik edo beste edozein eratako gorroto-diskurtsorik.
|
93
100
|
spam: Bertan badago clickbait-ik, publizitaterik edo iruzurrik.
|
94
101
|
title: Jakinarazi eduki desegokia
|
95
102
|
show_replies:
|
96
103
|
one: Erakutsi erantzuna
|
97
104
|
other: Erakutsi %{count} erantzunak
|
98
105
|
single_comment_link_title: Lortu esteka
|
106
|
+
sort_by: 'Nork sortua:'
|
99
107
|
comment_order_selector:
|
100
108
|
order:
|
101
109
|
best_rated: Balorazio onenak
|
@@ -104,20 +112,20 @@ eu:
|
|
104
112
|
recent: Berrienak
|
105
113
|
title: 'Ordenatu honen arabera:'
|
106
114
|
comments:
|
115
|
+
against: Aurka
|
107
116
|
blocked_comments_for_unauthorized_user_warning: Egiaztatuta egon behar zara momentu honetan iruzkin bat egiteko, baina aurreko iruzkinak irakur ditzakezu.
|
108
117
|
blocked_comments_for_user_warning: Oraindik ez duzu iruzkinik egin, baina aurrekoak irakurri ditzakezu.
|
109
|
-
blocked_comments_warning: Iruzkinak
|
118
|
+
blocked_comments_warning: Iruzkinak desaktibatuta daude, administratzaileek soilik erantzun dezakete edo berriak argitaratu.
|
110
119
|
comment_details_title: Iruzkinaren xehetasunak
|
120
|
+
in_favor: Alde
|
111
121
|
loading: Iruzkinak kargatzen...
|
112
|
-
single_comment_warning: <a href="%{url}"> iruzkin guztiak
|
122
|
+
single_comment_warning: <a href="%{url}">k erakusten ditu iruzkin guztiak</a>
|
113
123
|
single_comment_warning_title: Iruzkin bakar bat ikusten ari zara
|
114
124
|
title:
|
115
125
|
one: "Iruzkin bat"
|
116
126
|
other: "%{count} iruzkin"
|
127
|
+
top_comment_label: Bozkatuenak
|
117
128
|
down_vote_button:
|
118
|
-
label:
|
119
|
-
one: Ez dut atsegin botoia. %{count} ez-atsegin
|
120
|
-
other: Ez dut atsegin botoia. %{count} ez-atsegin
|
121
129
|
text: Ez nago ados iruzkin honekin
|
122
130
|
edit_comment_modal_form:
|
123
131
|
close: Itxi
|
@@ -128,47 +136,64 @@ eu:
|
|
128
136
|
submit: Bidali
|
129
137
|
title: Editatu zure iruzkina
|
130
138
|
up_vote_button:
|
131
|
-
label:
|
132
|
-
one: Atsegin dut botoia. %{count} atsegin dut
|
133
|
-
other: Atsegin dut botoia. %{count} atsegin dut
|
134
139
|
text: Ados nago iruzkin honekin
|
140
|
+
download_your_data:
|
141
|
+
help:
|
142
|
+
comment_votes:
|
143
|
+
comment: Bozkatutako iruzkinaren identifikazioa
|
144
|
+
created_at: Zein datatan sortu zen bozketa hau
|
145
|
+
id: Babesaren identifikazioa
|
146
|
+
updated_at: Zein datatan eguneratu zen azken aldiz bozketa hau
|
147
|
+
weight: Babesaren balioa (1 boto gehiago, -1 boto gutxiago)
|
148
|
+
comments:
|
149
|
+
alignment: Iruzkin hau aldekoa bazen, kontrakoa edo neutrala
|
150
|
+
author: Iruzkin hau egin duen parte-hartzailearen izena
|
151
|
+
body: Iruzkina bera
|
152
|
+
commentable_id: Iruzkingarriaren identifikazio bakarra
|
153
|
+
commentable_type: Iruzkingarri mota (emaitza, proposamena... bazen)
|
154
|
+
created_at: Zein datatan sortu zen iruzkin hau
|
155
|
+
depth: Zein lekutan dago iruzkin hau hiru iruzkinetan (iruzkinaren erantzuna bada edo erantzunaren erantzuna bada)
|
156
|
+
id: Identifikazioa iruzkin honetarako
|
157
|
+
locale: Parte-hartzaileak iruzkin hau uztean erabili du tokiko hizkuntza
|
158
|
+
root_commentable_url: Iruzkin honekin lotzen den baliabidearen URLa (web helbidea)
|
159
|
+
user_group: Iruzkin hau egin duen partaide-taldearen izena (baldin badago)
|
135
160
|
events:
|
136
161
|
comments:
|
137
162
|
comment_by_followed_user:
|
138
163
|
email_intro: "%{author_name} egileak iruzkin bat utzi du %{resource_title} helbidean. Orri honetan irakur dezakezu:"
|
139
164
|
email_outro: Jakinarazpen hau jaso duzu %{author_name} parte-hartzailea jarraitzen duzulako. Nahi izatekotan erabiltzaile hori bere profil-orritik jarraitzeari utz diezaiokezu.
|
140
|
-
email_subject: '%{author_name}
|
141
|
-
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
165
|
+
email_subject: '%{author_name} k beste iruzkin bat egin du hemen: %{resource_title}'
|
166
|
+
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.'
|
142
167
|
comment_by_followed_user_group:
|
143
|
-
email_intro: '%{author_name}
|
168
|
+
email_intro: '%{author_name} k iruzkin bat utzi du hemen %{resource_title}. Orrialde honetan irakur dezakezu:'
|
144
169
|
email_outro: Jakinarazpena jaso duzu "%{author_name}" jarraitzen ari zarelako. Jarraitzeari utzi ahal diozu bere perfileko orrialdetik.
|
145
|
-
email_subject: '%{author_name} egileak
|
146
|
-
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
170
|
+
email_subject: '%{author_name} egileak iruzkin berri bat utzi du hemen: %{resource_title}'
|
171
|
+
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.'
|
147
172
|
comment_created:
|
148
|
-
email_intro: "
|
173
|
+
email_intro: "%{resource_title} iruzkindu da. Orri honetan irakur dezakezu iruzkina:"
|
149
174
|
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" edo bere egilea jarraitzen duzulako. Aurreko estekan jarrai dezakezu.
|
150
|
-
email_subject: '%{author_name}
|
151
|
-
notification_title: '<a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
175
|
+
email_subject: '%{author_name} k beste iruzkin berri bat egin du hemen: %{resource_title}'
|
176
|
+
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>'
|
152
177
|
comment_downvoted:
|
153
178
|
email_intro: Zure iruzkina hemen "%{resource_title}" negatiboki bozkatu da. Orain %{upvotes} babes positibo eta %{downvotes} boto negatibo dituzu guztira.
|
154
179
|
email_outro: Jakinarazpen hau jaso duzu iruzkin honen egilea zarelako.
|
155
|
-
email_subject: Zure iruzkina hemen "%{resource_title}"
|
156
|
-
notification_title: Zure <a href="%{resource_path}">
|
180
|
+
email_subject: Zure iruzkina hemen "%{resource_title}" negatiboki bozkatu da.
|
181
|
+
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.
|
157
182
|
comment_upvoted:
|
158
|
-
email_intro: Zure iruzkina hemen "%{resource_title}"
|
183
|
+
email_intro: Zure iruzkina hemen "%{resource_title}" positiboki bozkatu da. Orain guztira %{upvotes} boto positibo eta %{downvotes} boto negatibo dituzu.
|
159
184
|
email_outro: Jakinarazpen hau jaso duzu iruzkin honen egilea zarelako.
|
160
|
-
email_subject: Zure iruzkina hemen "%{resource_title}"
|
161
|
-
notification_title: Zure <a href="%{resource_path}">iruzkina </a> "%{resource_title}"-an
|
185
|
+
email_subject: Zure iruzkina hemen "%{resource_title}" positiboki bozkatu da.
|
186
|
+
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.
|
162
187
|
reply_created:
|
163
188
|
email_intro: "%{author_name} egileak zure iruzkina erantzun du hemen: %{resource_title}. Orri honetan irakur dezakezu:"
|
164
|
-
email_outro: Jakinarazpen hau jaso duzu zure
|
165
|
-
email_subject: "%{author_name}
|
166
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> -k zure iruzkinari erantzun dio
|
189
|
+
email_outro: Jakinarazpen hau jaso duzu zure iruzkina erantzun delako.
|
190
|
+
email_subject: "%{author_name} k zure iruzkina erantzun du hemen: %{resource_title}"
|
191
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> -k zure iruzkinari erantzun dio <a href="%{resource_path}">%{resource_title}</a>
|
167
192
|
user_group_mentioned:
|
168
193
|
email_intro: Zure talde bat aipatu dute
|
169
194
|
email_outro: '%{resource_title}-an aipatutako %{group_name} taldeko kidea zarelako jaso duzu jakinarazpen hau.'
|
170
|
-
email_subject: Hemen %{resource_title} aipatu zaituzte %{group_name}
|
171
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
195
|
+
email_subject: Hemen %{resource_title} aipatu zaituzte %{group_name} taldearen kide gisa
|
196
|
+
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
|
172
197
|
user_mentioned:
|
173
198
|
email_intro: Aipatu zaituzte
|
174
199
|
email_outro: 'Jakinarazpen hau jaso duzu hemen: %{resource_title} aipatu zaituztelako.'
|
data/config/locales/fi-plain.yml
CHANGED
@@ -17,6 +17,10 @@ fi-pl:
|
|
17
17
|
one: Ääni
|
18
18
|
other: Äänet
|
19
19
|
decidim:
|
20
|
+
admin:
|
21
|
+
admin_log:
|
22
|
+
changeset:
|
23
|
+
comments: Kommentit
|
20
24
|
comments:
|
21
25
|
admin:
|
22
26
|
shared:
|
@@ -24,8 +28,6 @@ fi-pl:
|
|
24
28
|
enabled: Kommentointi sallittu
|
25
29
|
end_time: Kommentointi sallittu aikarajaan saakka
|
26
30
|
start_time: Kommentointi sallittu alkaen
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: Kommenttiketju aloitettu %{date} henkilön %{full_name} toimesta
|
29
31
|
comments:
|
30
32
|
create:
|
31
33
|
error: Kommentin luotaessa tapahtui virhe.
|
@@ -41,7 +43,8 @@ fi-pl:
|
|
41
43
|
error: Äänestettäessä kommenttia tapahtui virhe.
|
42
44
|
components:
|
43
45
|
add_comment_form:
|
44
|
-
account_message:
|
46
|
+
account_message: Kirjaudu sisään tai luo tili kommentoidaksesi.
|
47
|
+
add_comment: Lisää kommentti
|
45
48
|
form:
|
46
49
|
body:
|
47
50
|
label: Kommentti
|
@@ -51,6 +54,7 @@ fi-pl:
|
|
51
54
|
submit_root_comment: Julkaise kommentti
|
52
55
|
user_group_id:
|
53
56
|
label: Kommentoi käyttäjänä
|
57
|
+
your_profile: Oma profiilisi
|
54
58
|
opinion:
|
55
59
|
label: Mielipiteesi tästä aiheesta
|
56
60
|
negative: Negatiivinen
|
@@ -66,6 +70,9 @@ fi-pl:
|
|
66
70
|
alignment:
|
67
71
|
against: Vastaan
|
68
72
|
in_favor: Puolesta
|
73
|
+
answers:
|
74
|
+
one: "%{count} vastaus"
|
75
|
+
other: "%{count} vastausta"
|
69
76
|
cancel_reply: Peruuta vastaus
|
70
77
|
comment_label: Kommentti %{comment_id}
|
71
78
|
comment_label_reply: Kommentti %{comment_id} (vastauksena kommenttiin %{parent_comment_id})
|
@@ -96,6 +103,7 @@ fi-pl:
|
|
96
103
|
one: Näytä vastaus
|
97
104
|
other: Näytä %{count} vastausta
|
98
105
|
single_comment_link_title: Linkki kommenttiin
|
106
|
+
sort_by: 'Järjestä: '
|
99
107
|
comment_order_selector:
|
100
108
|
order:
|
101
109
|
best_rated: Parhaiksi arvioidut
|
@@ -104,20 +112,20 @@ fi-pl:
|
|
104
112
|
recent: Uusimmat
|
105
113
|
title: 'Järjestä tulokset:'
|
106
114
|
comments:
|
115
|
+
against: Vastaan
|
107
116
|
blocked_comments_for_unauthorized_user_warning: Tilisi tulee olla varmennettu, jotta voit kommentoida tällä hetkellä. Voit kuitenkin lukea muiden jättämiä kommentteja.
|
108
117
|
blocked_comments_for_user_warning: Et voi kommentoida tällä hetkellä, mutta voit lukea aikaisempia kommentteja.
|
109
|
-
blocked_comments_warning: Kommentit on
|
118
|
+
blocked_comments_warning: Kommentit on tällä hetkellä pois käytöstä, vain hallintakäyttäjät voivat vastata tai lähettää uusia kommentteja.
|
110
119
|
comment_details_title: Kommentin yksityiskohdat
|
120
|
+
in_favor: Puolesta
|
111
121
|
loading: Ladataan kommentteja ...
|
112
122
|
single_comment_warning: <a href="%{url}">Näytä kaikki kommentit</a>
|
113
123
|
single_comment_warning_title: Näet yhden kommentin
|
114
124
|
title:
|
115
125
|
one: "%{count} kommentti"
|
116
126
|
other: "%{count} kommenttia"
|
127
|
+
top_comment_label: Eniten ääniä saaneet ensin
|
117
128
|
down_vote_button:
|
118
|
-
label:
|
119
|
-
one: Eri mieltä osoittava painike. %{count} henkilö on asiasta eri mieltä
|
120
|
-
other: Eri mieltä osoittava painike. %{count} henkilöä on asiasta eri mieltä
|
121
129
|
text: Olen eri mieltä tämän kommentin kanssa
|
122
130
|
edit_comment_modal_form:
|
123
131
|
close: Sulje
|
@@ -128,10 +136,27 @@ fi-pl:
|
|
128
136
|
submit: Lähetä
|
129
137
|
title: Muokkaa kommenttiasi
|
130
138
|
up_vote_button:
|
131
|
-
label:
|
132
|
-
one: Tykkäyspainike. %{count} tykkäys
|
133
|
-
other: Tykkäyspainike. %{count} tykkäystä
|
134
139
|
text: Olen samaa mieltä tämän kommentin kanssa
|
140
|
+
download_your_data:
|
141
|
+
help:
|
142
|
+
comment_votes:
|
143
|
+
comment: Äänestetyn kommentin yksilöivä tunniste (ID)
|
144
|
+
created_at: Äänen antamisen ajankohta
|
145
|
+
id: Äänen yksilöivä tunniste (ID)
|
146
|
+
updated_at: Äänen viimeisimmän päivityksen ajankohta
|
147
|
+
weight: Äänen painoarvo (1 puolesta, -1 vastaan)
|
148
|
+
comments:
|
149
|
+
alignment: Kertoo, oliko tämä kommentti puolesta, vastaan vai neutraali
|
150
|
+
author: Kommentin laatijan nimi
|
151
|
+
body: Kommentin teksti
|
152
|
+
commentable_id: Kommentoitavan asian yksilöivä tunniste
|
153
|
+
commentable_type: Kommentoitavan asian tyyppi (tulos, ehdotus, jne.)
|
154
|
+
created_at: Kommentin laatimisaika
|
155
|
+
depth: Kommentin paikka keskusteluketjussa, eli millä tasolla kommentti oli (oliko se vastaus vai vastauksen vastaus)
|
156
|
+
id: Kommentin yksilöivä tunniste
|
157
|
+
locale: Kommentoijan valitsema kieliasetus sivustolla
|
158
|
+
root_commentable_url: URL-osoite kommentoitavaan asiaan, eli millä sivulla kommentti luotiin
|
159
|
+
user_group: Kommentin laatijan käyttäjäryhmä, mikäli kommentti laadittiin ryhmän puolesta
|
135
160
|
events:
|
136
161
|
comments:
|
137
162
|
comment_by_followed_user:
|
data/config/locales/fi.yml
CHANGED
@@ -17,6 +17,10 @@ fi:
|
|
17
17
|
one: Ääni
|
18
18
|
other: Äänet
|
19
19
|
decidim:
|
20
|
+
admin:
|
21
|
+
admin_log:
|
22
|
+
changeset:
|
23
|
+
comments: Kommentit
|
20
24
|
comments:
|
21
25
|
admin:
|
22
26
|
shared:
|
@@ -24,8 +28,6 @@ fi:
|
|
24
28
|
enabled: Kommentointi sallittu
|
25
29
|
end_time: Kommentointi sallittu aikarajaan saakka
|
26
30
|
start_time: Kommentointi sallittu alkaen
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: Kommenttiketju aloitettu %{date} henkilön %{full_name} toimesta
|
29
31
|
comments:
|
30
32
|
create:
|
31
33
|
error: Kommentin luonti epäonnistui.
|
@@ -41,7 +43,8 @@ fi:
|
|
41
43
|
error: Kommentin äänestys epäonnistui.
|
42
44
|
components:
|
43
45
|
add_comment_form:
|
44
|
-
account_message:
|
46
|
+
account_message: Kirjaudu sisään tai luo tili kommentoidaksesi.
|
47
|
+
add_comment: Lisää kommentti
|
45
48
|
form:
|
46
49
|
body:
|
47
50
|
label: Kommentti
|
@@ -51,6 +54,7 @@ fi:
|
|
51
54
|
submit_root_comment: Julkaise kommentti
|
52
55
|
user_group_id:
|
53
56
|
label: Kommentoi käyttäjänä
|
57
|
+
your_profile: Oma profiilisi
|
54
58
|
opinion:
|
55
59
|
label: Mielipiteesi tästä aiheesta
|
56
60
|
negative: Negatiivinen
|
@@ -66,6 +70,9 @@ fi:
|
|
66
70
|
alignment:
|
67
71
|
against: Vastaan
|
68
72
|
in_favor: Puolesta
|
73
|
+
answers:
|
74
|
+
one: "%{count} vastaus"
|
75
|
+
other: "%{count} vastausta"
|
69
76
|
cancel_reply: Peruuta vastaus
|
70
77
|
comment_label: Kommentti %{comment_id}
|
71
78
|
comment_label_reply: Kommentti %{comment_id} (vastauksena kommenttiin %{parent_comment_id})
|
@@ -91,11 +98,12 @@ fi:
|
|
91
98
|
does_not_belong: Sisältää laitonta toimintaa, itsemurhauhkailua, henkilökohtaisia tietoja tai jotain muuta, jonka et usko kuuluvan %{organization_name} -palveluun.
|
92
99
|
offensive: Sisältää rasismia, seksismiä, haukkumista, henkilökohtaisia hyökkäyksiä, tappouhkauksia, itsemurhapyyntöjä tai muuta vihapuhetta.
|
93
100
|
spam: Sisältää klikkihoukutteita, mainostusta, huijauksia tai bottiskriptejä.
|
94
|
-
title: Ilmoita
|
101
|
+
title: Ilmoita asiatonta sisältöä
|
95
102
|
show_replies:
|
96
103
|
one: Näytä vastaus
|
97
104
|
other: Näytä %{count} vastausta
|
98
105
|
single_comment_link_title: Linkki kommenttiin
|
106
|
+
sort_by: 'Järjestä: '
|
99
107
|
comment_order_selector:
|
100
108
|
order:
|
101
109
|
best_rated: Parhaiksi arvioidut
|
@@ -104,20 +112,20 @@ fi:
|
|
104
112
|
recent: Uusimmat
|
105
113
|
title: 'Järjestä tulokset:'
|
106
114
|
comments:
|
115
|
+
against: Vastaan
|
107
116
|
blocked_comments_for_unauthorized_user_warning: Tilisi tulee olla vahvistettu, jotta voit kommentoida tällä hetkellä. Voit kuitenkin lukea muiden jättämiä kommentteja.
|
108
117
|
blocked_comments_for_user_warning: Et voi kommentoida tällä hetkellä, mutta voit lukea aikaisempia kommentteja.
|
109
|
-
blocked_comments_warning: Kommentit on
|
118
|
+
blocked_comments_warning: Kommentit on tällä hetkellä pois käytöstä, vain hallintakäyttäjät voivat vastata tai lähettää uusia kommentteja.
|
110
119
|
comment_details_title: Kommentin yksityiskohdat
|
120
|
+
in_favor: Puolesta
|
111
121
|
loading: Ladataan kommentteja ...
|
112
122
|
single_comment_warning: <a href="%{url}">Näytä kaikki kommentit</a>
|
113
123
|
single_comment_warning_title: Näet yhden kommentin
|
114
124
|
title:
|
115
125
|
one: "%{count} kommentti"
|
116
126
|
other: "%{count} kommenttia"
|
127
|
+
top_comment_label: Eniten ääniä saaneet ensin
|
117
128
|
down_vote_button:
|
118
|
-
label:
|
119
|
-
one: Eri mieltä osoittava painike. %{count} henkilö on asiasta eri mieltä
|
120
|
-
other: Eri mieltä osoittava painike. %{count} henkilöä on asiasta eri mieltä
|
121
129
|
text: Olen eri mieltä tämän kommentin kanssa
|
122
130
|
edit_comment_modal_form:
|
123
131
|
close: Sulje
|
@@ -128,10 +136,27 @@ fi:
|
|
128
136
|
submit: Lähetä
|
129
137
|
title: Muokkaa kommenttiasi
|
130
138
|
up_vote_button:
|
131
|
-
label:
|
132
|
-
one: Tykkäyspainike. %{count} tykkäys
|
133
|
-
other: Tykkäyspainike. %{count} tykkäystä
|
134
139
|
text: Olen samaa mieltä tämän kommentin kanssa
|
140
|
+
download_your_data:
|
141
|
+
help:
|
142
|
+
comment_votes:
|
143
|
+
comment: Äänestetyn kommentin yksilöivä tunniste (ID)
|
144
|
+
created_at: Äänen antamisen ajankohta
|
145
|
+
id: Äänen yksilöivä tunniste (ID)
|
146
|
+
updated_at: Äänen viimeisimmän päivityksen ajankohta
|
147
|
+
weight: Äänen painoarvo (1 puolesta, -1 vastaan)
|
148
|
+
comments:
|
149
|
+
alignment: Kertoo, oliko tämä kommentti puolesta, vastaan vai neutraali
|
150
|
+
author: Kommentin laatijan nimi
|
151
|
+
body: Kommentin teksti
|
152
|
+
commentable_id: Kommentoitavan asian yksilöivä tunniste
|
153
|
+
commentable_type: Kommentoitavan asian tyyppi (tulos, ehdotus, jne.)
|
154
|
+
created_at: Kommentin laatimisaika
|
155
|
+
depth: Kommentin paikka keskusteluketjussa, eli millä tasolla kommentti oli (oliko se vastaus vai vastauksen vastaus)
|
156
|
+
id: Kommentin yksilöivä tunniste
|
157
|
+
locale: Kommentoijan valitsema kieliasetus sivustolla
|
158
|
+
root_commentable_url: URL-osoite kommentoitavaan asiaan, eli millä sivulla kommentti luotiin
|
159
|
+
user_group: Kommentin laatijan käyttäjäryhmä, mikäli kommentti laadittiin ryhmän puolesta
|
135
160
|
events:
|
136
161
|
comments:
|
137
162
|
comment_by_followed_user:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -24,8 +24,6 @@ fr-CA:
|
|
24
24
|
enabled: Commentaires activés
|
25
25
|
end_time: Commentaires activés jusqu'à
|
26
26
|
start_time: Commentaires activés depuis
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: Fil de commentaires démarré par %{full_name} le %{date}
|
29
27
|
comments:
|
30
28
|
create:
|
31
29
|
error: Une erreur s'est produite lors de la création du commentaire.
|
@@ -41,7 +39,8 @@ fr-CA:
|
|
41
39
|
error: Une erreur s'est produite lors du vote sur le commentaire.
|
42
40
|
components:
|
43
41
|
add_comment_form:
|
44
|
-
account_message:
|
42
|
+
account_message: Connectez-vous ou créez un compte pour ajouter votre commentaire.
|
43
|
+
add_comment: Ajouter un commentaire
|
45
44
|
form:
|
46
45
|
body:
|
47
46
|
label: Commentaire
|
@@ -51,6 +50,7 @@ fr-CA:
|
|
51
50
|
submit_root_comment: Publier le commentaire
|
52
51
|
user_group_id:
|
53
52
|
label: Commenter en tant que
|
53
|
+
your_profile: Votre profil
|
54
54
|
opinion:
|
55
55
|
label: Votre avis sur ce sujet
|
56
56
|
negative: Négatif
|
@@ -66,6 +66,9 @@ fr-CA:
|
|
66
66
|
alignment:
|
67
67
|
against: Contre
|
68
68
|
in_favor: Pour
|
69
|
+
answers:
|
70
|
+
one: "%{count} réponse"
|
71
|
+
other: "%{count} réponses"
|
69
72
|
cancel_reply: Annuler la réponse
|
70
73
|
comment_label: Commentaire %{comment_id}
|
71
74
|
comment_label_reply: Commentaire %{comment_id} (réponse au commentaire %{parent_comment_id})
|
@@ -96,6 +99,7 @@ fr-CA:
|
|
96
99
|
one: Afficher la réponse
|
97
100
|
other: Afficher %{count} réponses
|
98
101
|
single_comment_link_title: Obtenir le lien
|
102
|
+
sort_by: 'Trier par : '
|
99
103
|
comment_order_selector:
|
100
104
|
order:
|
101
105
|
best_rated: Les mieux notés
|
@@ -106,7 +110,7 @@ fr-CA:
|
|
106
110
|
comments:
|
107
111
|
blocked_comments_for_unauthorized_user_warning: Vous devez valider votre inscription pour commenter maintenant, mais vous pouvez lire les commentaires précédents.
|
108
112
|
blocked_comments_for_user_warning: Vous n'êtes pas en mesure de commenter pour le moment, mais vous pouvez lire les précédents.
|
109
|
-
blocked_comments_warning: Les commentaires sont actuellement désactivés,
|
113
|
+
blocked_comments_warning: Les commentaires sont actuellement désactivés, seuls les administrateurs peuvent répondre ou en poster de nouveaux.
|
110
114
|
comment_details_title: Détails du commentaire
|
111
115
|
loading: Chargement des commentaires ...
|
112
116
|
single_comment_warning: <a href="%{url}">Voir tous les commentaires</a>
|
@@ -115,9 +119,6 @@ fr-CA:
|
|
115
119
|
one: "%{count} commentaire"
|
116
120
|
other: "%{count} commentaires"
|
117
121
|
down_vote_button:
|
118
|
-
label:
|
119
|
-
one: Bouton "Je n'aime pas". %{count} "je n'aime pas"
|
120
|
-
other: Bouton "Je n'aime pas". %{count} "je n'aime pas"
|
121
122
|
text: Je ne suis pas d'accord avec ce commentaire
|
122
123
|
edit_comment_modal_form:
|
123
124
|
close: Fermer
|
@@ -128,9 +129,6 @@ fr-CA:
|
|
128
129
|
submit: Envoyer
|
129
130
|
title: Modifier votre commentaire
|
130
131
|
up_vote_button:
|
131
|
-
label:
|
132
|
-
one: Bouton "J'aime". %{count} "J'aime"
|
133
|
-
other: Bouton "J'aime". %{count} "J'aime"
|
134
132
|
text: Je suis d'accord avec ce commentaire
|
135
133
|
events:
|
136
134
|
comments:
|
data/config/locales/fr.yml
CHANGED
@@ -24,8 +24,6 @@ fr:
|
|
24
24
|
enabled: Commentaires activés
|
25
25
|
end_time: Commentaires activés jusqu'à
|
26
26
|
start_time: Commentaires activés depuis
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: Fil de commentaires démarré par %{full_name} le %{date}
|
29
27
|
comments:
|
30
28
|
create:
|
31
29
|
error: Une erreur s'est produite lors de la création du commentaire.
|
@@ -41,7 +39,8 @@ fr:
|
|
41
39
|
error: Une erreur s'est produite lors du vote sur le commentaire.
|
42
40
|
components:
|
43
41
|
add_comment_form:
|
44
|
-
account_message:
|
42
|
+
account_message: Connectez-vous ou créez un compte pour ajouter votre commentaire.
|
43
|
+
add_comment: Ajouter un commentaire
|
45
44
|
form:
|
46
45
|
body:
|
47
46
|
label: Commentaire
|
@@ -51,6 +50,7 @@ fr:
|
|
51
50
|
submit_root_comment: Publier le commentaire
|
52
51
|
user_group_id:
|
53
52
|
label: Commenter en tant que
|
53
|
+
your_profile: Votre profil
|
54
54
|
opinion:
|
55
55
|
label: Que pensez-vous de cela ?
|
56
56
|
negative: Négatif
|
@@ -66,6 +66,9 @@ fr:
|
|
66
66
|
alignment:
|
67
67
|
against: Contre
|
68
68
|
in_favor: Pour
|
69
|
+
answers:
|
70
|
+
one: "%{count} réponse"
|
71
|
+
other: "%{count} réponses"
|
69
72
|
cancel_reply: Annuler la réponse
|
70
73
|
comment_label: Commentaire %{comment_id}
|
71
74
|
comment_label_reply: Commentaire %{comment_id} (réponse au commentaire %{parent_comment_id})
|
@@ -96,6 +99,7 @@ fr:
|
|
96
99
|
one: Afficher la réponse
|
97
100
|
other: Afficher %{count} réponses
|
98
101
|
single_comment_link_title: Obtenir le lien
|
102
|
+
sort_by: 'Trier par : '
|
99
103
|
comment_order_selector:
|
100
104
|
order:
|
101
105
|
best_rated: Les mieux notés
|
@@ -106,7 +110,7 @@ fr:
|
|
106
110
|
comments:
|
107
111
|
blocked_comments_for_unauthorized_user_warning: Vous devez faire vérifier votre compte pour commenter, mais vous pouvez lire les commentaires précédents.
|
108
112
|
blocked_comments_for_user_warning: Vous n'êtes pas en mesure de commenter pour le moment, mais vous pouvez lire les précédents.
|
109
|
-
blocked_comments_warning: Les commentaires sont actuellement désactivés,
|
113
|
+
blocked_comments_warning: Les commentaires sont actuellement désactivés, seuls les administrateurs peuvent répondre ou en poster de nouveaux.
|
110
114
|
comment_details_title: Détails du commentaire
|
111
115
|
loading: Chargement des commentaires ...
|
112
116
|
single_comment_warning: <a href="%{url}">Voir tous les commentaires</a>
|
@@ -115,9 +119,6 @@ fr:
|
|
115
119
|
one: "%{count} commentaire"
|
116
120
|
other: "%{count} commentaires"
|
117
121
|
down_vote_button:
|
118
|
-
label:
|
119
|
-
one: Bouton "Je n'aime pas". %{count} "je n'aime pas"
|
120
|
-
other: Bouton "Je n'aime pas". %{count} "je n'aime pas"
|
121
122
|
text: Je ne suis pas d'accord avec ce commentaire
|
122
123
|
edit_comment_modal_form:
|
123
124
|
close: Fermer
|
@@ -128,9 +129,6 @@ fr:
|
|
128
129
|
submit: Envoyer
|
129
130
|
title: Modifier votre commentaire
|
130
131
|
up_vote_button:
|
131
|
-
label:
|
132
|
-
one: Bouton "J'aime". %{count} "J'aime"
|
133
|
-
other: Bouton "J'aime". %{count} "J'aime"
|
134
132
|
text: Je suis d'accord avec ce commentaire
|
135
133
|
events:
|
136
134
|
comments:
|