decidim-comments 0.29.4 → 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_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 +0 -4
- 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 +203 -50
- 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/config/locales/ar.yml +0 -1
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +35 -4
- data/config/locales/cs.yml +37 -4
- data/config/locales/de.yml +35 -4
- data/config/locales/el.yml +0 -1
- data/config/locales/en.yml +35 -4
- data/config/locales/es-MX.yml +35 -4
- data/config/locales/es-PY.yml +35 -4
- data/config/locales/es.yml +35 -4
- data/config/locales/eu.yml +55 -24
- data/config/locales/fi-plain.yml +35 -2
- data/config/locales/fi.yml +36 -3
- data/config/locales/fr-CA.yml +8 -4
- data/config/locales/fr.yml +8 -4
- 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 -4
- 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 -178
data/config/locales/ca.yml
CHANGED
@@ -17,6 +17,10 @@ ca:
|
|
17
17
|
one: Vot
|
18
18
|
other: Vots
|
19
19
|
decidim:
|
20
|
+
admin:
|
21
|
+
admin_log:
|
22
|
+
changeset:
|
23
|
+
comments: Comentaris
|
20
24
|
comments:
|
21
25
|
admin:
|
22
26
|
shared:
|
@@ -24,8 +28,6 @@ ca:
|
|
24
28
|
enabled: Comentaris habilitats
|
25
29
|
end_time: Comentaris habilitats fins al
|
26
30
|
start_time: Comentaris habilitats des de
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: Fil de comentaris iniciat per %{full_name} el %{date}
|
29
31
|
comments:
|
30
32
|
create:
|
31
33
|
error: S'ha produït un error en crear el comentari.
|
@@ -41,7 +43,8 @@ ca:
|
|
41
43
|
error: S'ha produït un error en votar el comentari.
|
42
44
|
components:
|
43
45
|
add_comment_form:
|
44
|
-
account_message:
|
46
|
+
account_message: Inicia sessió o crea un compte per afegir el teu comentari.
|
47
|
+
add_comment: Afegir un comentari
|
45
48
|
form:
|
46
49
|
body:
|
47
50
|
label: Comentari
|
@@ -51,6 +54,7 @@ ca:
|
|
51
54
|
submit_root_comment: Publicar comentari
|
52
55
|
user_group_id:
|
53
56
|
label: Comentar com a
|
57
|
+
your_profile: El teu perfil
|
54
58
|
opinion:
|
55
59
|
label: La teva opinió sobre aquest tema
|
56
60
|
negative: Negativa
|
@@ -66,6 +70,9 @@ ca:
|
|
66
70
|
alignment:
|
67
71
|
against: En contra
|
68
72
|
in_favor: A favor
|
73
|
+
answers:
|
74
|
+
one: "%{count} resposta"
|
75
|
+
other: "%{count} respuestas"
|
69
76
|
cancel_reply: Cancel·lar resposta
|
70
77
|
comment_label: Comentari %{comment_id}
|
71
78
|
comment_label_reply: Comentari %{comment_id} (respon al comentari %{parent_comment_id})
|
@@ -96,6 +103,7 @@ ca:
|
|
96
103
|
one: Mostra la resposta
|
97
104
|
other: Mostra les %{count} respostes
|
98
105
|
single_comment_link_title: Obtenir enllaç
|
106
|
+
sort_by: 'Ordenar per: '
|
99
107
|
comment_order_selector:
|
100
108
|
order:
|
101
109
|
best_rated: Més ben valorats
|
@@ -104,16 +112,19 @@ ca:
|
|
104
112
|
recent: Recent
|
105
113
|
title: 'Ordenar per:'
|
106
114
|
comments:
|
115
|
+
against: En contra
|
107
116
|
blocked_comments_for_unauthorized_user_warning: Has d'estar verificat abans de poder fer comentaris, però pots llegir els comentaris anteriors.
|
108
117
|
blocked_comments_for_user_warning: No pots fer comentaris en aquest moment, però pots llegir els anteriors.
|
109
|
-
blocked_comments_warning: Els comentaris estan
|
118
|
+
blocked_comments_warning: Els comentaris estan deshabilitats en aquests moments, només les administradores poden respondre o publicar-ne de nous.
|
110
119
|
comment_details_title: Detalls del comentari
|
120
|
+
in_favor: A favor
|
111
121
|
loading: Carregant els comentaris ...
|
112
122
|
single_comment_warning: <a href="%{url}">Mostra tots els comentaris</a>
|
113
123
|
single_comment_warning_title: Estàs veient un sol comentari
|
114
124
|
title:
|
115
125
|
one: "%{count} comentari"
|
116
126
|
other: "%{count} comentaris"
|
127
|
+
top_comment_label: Més ben valorat
|
117
128
|
down_vote_button:
|
118
129
|
text: No estic d'acord amb aquest comentari
|
119
130
|
edit_comment_modal_form:
|
@@ -126,6 +137,26 @@ ca:
|
|
126
137
|
title: Edita el teu comentari
|
127
138
|
up_vote_button:
|
128
139
|
text: Estic d'acord amb aquest comentari
|
140
|
+
download_your_data:
|
141
|
+
help:
|
142
|
+
comment_votes:
|
143
|
+
comment: La id del comentari que es va valorar
|
144
|
+
created_at: La data i l'hora en què es va valorar aquest comentari
|
145
|
+
id: La id de la valoració del comentari
|
146
|
+
updated_at: La data i l'hora de la darrera actualització de la valoració d'aquest comentari
|
147
|
+
weight: El pes de la valoració (1 a favor, -1 en contra)
|
148
|
+
comments:
|
149
|
+
alignment: Si aquest comentari va ser a favor, en contra o neutral
|
150
|
+
author: El nom d'usuària de la participant que va fer aquest comentari
|
151
|
+
body: El comentari pròpiament
|
152
|
+
commentable_id: L'identificador únic d'allò que es podia comentar
|
153
|
+
commentable_type: La tipologia d'allò sobre el que es va fer el comentari (si va ser un resultat, una proposta, etc.)
|
154
|
+
created_at: La data en què es va crear aquest comentari
|
155
|
+
depth: El lloc on es troba aquest comentari a la terna de comentaris (si és una resposta a un comentari, o la resposta d'una resposta)
|
156
|
+
id: L'identificador d'aquest comentari
|
157
|
+
locale: La configuració regional (idioma) que la participant tenia en deixar aquest comentari
|
158
|
+
root_commentable_url: L'URL (adreça web) del recurs que enllaça amb aquest comentari
|
159
|
+
user_group: El nom del grup d'usuàries que va fer aquest comentari (si n'hi ha)
|
129
160
|
events:
|
130
161
|
comments:
|
131
162
|
comment_by_followed_user:
|
data/config/locales/cs.yml
CHANGED
@@ -21,6 +21,10 @@ cs:
|
|
21
21
|
many: Hlasy
|
22
22
|
other: Hlasy
|
23
23
|
decidim:
|
24
|
+
admin:
|
25
|
+
admin_log:
|
26
|
+
changeset:
|
27
|
+
comments: Komentáře
|
24
28
|
comments:
|
25
29
|
admin:
|
26
30
|
shared:
|
@@ -28,8 +32,6 @@ cs:
|
|
28
32
|
enabled: Komentáře povoleny
|
29
33
|
end_time: Komentáře povoleny do
|
30
34
|
start_time: Komentáře povoleny od
|
31
|
-
comment_thread:
|
32
|
-
accessibility_label: Komentář začal %{full_name} na %{date}
|
33
35
|
comments:
|
34
36
|
create:
|
35
37
|
error: Při vytváření komentáře došlo k chybě.
|
@@ -45,7 +47,8 @@ cs:
|
|
45
47
|
error: Při hlasování o komentáři došlo k chybě.
|
46
48
|
components:
|
47
49
|
add_comment_form:
|
48
|
-
account_message:
|
50
|
+
account_message: Přihlaste se nebo vytvořte účet pro přidání komentáře.
|
51
|
+
add_comment: Přidat komentář
|
49
52
|
form:
|
50
53
|
body:
|
51
54
|
label: Komentář
|
@@ -55,6 +58,7 @@ cs:
|
|
55
58
|
submit_root_comment: Publikovat komentář
|
56
59
|
user_group_id:
|
57
60
|
label: Komentovat jako
|
61
|
+
your_profile: Váš profil
|
58
62
|
opinion:
|
59
63
|
label: Váš názor na toto téma
|
60
64
|
negative: Negativní
|
@@ -70,6 +74,11 @@ cs:
|
|
70
74
|
alignment:
|
71
75
|
against: Proti
|
72
76
|
in_favor: Ve prospěch
|
77
|
+
answers:
|
78
|
+
one: "%{count} odpověď"
|
79
|
+
few: "%{count} odpovědi"
|
80
|
+
many: "%{count} odpovědí"
|
81
|
+
other: "%{count} odpovědí"
|
73
82
|
cancel_reply: Zrušit odpověď
|
74
83
|
comment_label: Komentář %{comment_id}
|
75
84
|
comment_label_reply: Komentář %{comment_id} (odpověď na komentář %{parent_comment_id})
|
@@ -104,6 +113,7 @@ cs:
|
|
104
113
|
many: Zobrazit %{count} odpovědí
|
105
114
|
other: Zobrazit %{count} odpovědí
|
106
115
|
single_comment_link_title: Získat odkaz
|
116
|
+
sort_by: 'Řadit podle: '
|
107
117
|
comment_order_selector:
|
108
118
|
order:
|
109
119
|
best_rated: Nejlépe hodnocené
|
@@ -112,10 +122,12 @@ cs:
|
|
112
122
|
recent: Nedávné
|
113
123
|
title: 'Seřadit podle:'
|
114
124
|
comments:
|
125
|
+
against: Proti
|
115
126
|
blocked_comments_for_unauthorized_user_warning: Musíte být ověřen, abyste mohli komentovat tuto chvíli, ale můžete si přečíst ty předchozí.
|
116
127
|
blocked_comments_for_user_warning: Momentálně nemůžete komentovat, ale můžete si přečíst ty předchozí.
|
117
|
-
blocked_comments_warning: Komentáře jsou momentálně zakázány,
|
128
|
+
blocked_comments_warning: Komentáře jsou momentálně zakázány, pouze administrátoři mohou odpovědět nebo psát nové.
|
118
129
|
comment_details_title: Podrobnosti komentáře
|
130
|
+
in_favor: Líbí se mi
|
119
131
|
loading: Načítání komentářů ...
|
120
132
|
single_comment_warning: <a href="%{url}">Zobrazit všechny komentáře</a>
|
121
133
|
single_comment_warning_title: Vidíte jeden komentář
|
@@ -124,6 +136,7 @@ cs:
|
|
124
136
|
few: "%{count} komentáře"
|
125
137
|
many: "%{count} komentářů"
|
126
138
|
other: "%{count} komentářů"
|
139
|
+
top_comment_label: Nejvíce hlasovalo
|
127
140
|
down_vote_button:
|
128
141
|
text: Nesouhlasím s tímto komentářem
|
129
142
|
edit_comment_modal_form:
|
@@ -136,6 +149,26 @@ cs:
|
|
136
149
|
title: Upravit komentář
|
137
150
|
up_vote_button:
|
138
151
|
text: Souhlasím s tímto komentářem
|
152
|
+
download_your_data:
|
153
|
+
help:
|
154
|
+
comment_votes:
|
155
|
+
comment: ID komentáře, o kterém bylo hlasováno
|
156
|
+
created_at: Datum, kdy bylo toto hlasování vytvořeno
|
157
|
+
id: ID hlasování
|
158
|
+
updated_at: Datum, kdy bylo toto hlasování naposledy aktualizováno
|
159
|
+
weight: Váha hlasování (1 pro zvýšení, -1 pro snížení)
|
160
|
+
comments:
|
161
|
+
alignment: Pokud byl tento komentář příznivý, proti nebo neutrální
|
162
|
+
author: Jméno účastníka, který vytvořil tento komentář
|
163
|
+
body: Samotný komentář
|
164
|
+
commentable_id: Jedinečné id komentáře
|
165
|
+
commentable_type: Typ komentáře (pokud byl výsledek, návrh atd.)
|
166
|
+
created_at: Datum, kdy byl komentář vytvořen
|
167
|
+
depth: Místo, kde se tento komentář nachází v komentářovém větvení (pokud se jedná o odpověď nebo odpověď na odpověď)
|
168
|
+
id: ID pro tento komentář
|
169
|
+
locale: Lokalizace (jazyk), kterou měl účastník při opuštění tohoto komentáře
|
170
|
+
root_commentable_url: URL adresa zdroje, který má vazbu na tento komentář
|
171
|
+
user_group: Název skupiny uživatelů, která přidala tento komentář (pokud existuje)
|
139
172
|
events:
|
140
173
|
comments:
|
141
174
|
comment_by_followed_user:
|
data/config/locales/de.yml
CHANGED
@@ -17,6 +17,10 @@ de:
|
|
17
17
|
one: Abstimmung
|
18
18
|
other: Stimmen
|
19
19
|
decidim:
|
20
|
+
admin:
|
21
|
+
admin_log:
|
22
|
+
changeset:
|
23
|
+
comments: Kommentare
|
20
24
|
comments:
|
21
25
|
admin:
|
22
26
|
shared:
|
@@ -24,8 +28,6 @@ de:
|
|
24
28
|
enabled: Kommentare aktiviert
|
25
29
|
end_time: Kommentare aktiviert bis
|
26
30
|
start_time: Kommentare aktiviert von
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: Kommentar-Thread gestartet von %{full_name} am %{date}
|
29
31
|
comments:
|
30
32
|
create:
|
31
33
|
error: Beim Erstellen des Kommentars ist ein Fehler aufgetreten.
|
@@ -41,7 +43,8 @@ de:
|
|
41
43
|
error: Beim Abstimmen des Kommentars sind Fehler aufgetreten.
|
42
44
|
components:
|
43
45
|
add_comment_form:
|
44
|
-
account_message: Sie
|
46
|
+
account_message: Melden Sie sich an oder erstellen Sie ein Konto, um einen Kommentar hinzuzufügen.
|
47
|
+
add_comment: Kommentar hinzufügen
|
45
48
|
form:
|
46
49
|
body:
|
47
50
|
label: Kommentar
|
@@ -51,6 +54,7 @@ de:
|
|
51
54
|
submit_root_comment: Kommentar veröffentlichen
|
52
55
|
user_group_id:
|
53
56
|
label: Kommentieren als
|
57
|
+
your_profile: Ihr Profil
|
54
58
|
opinion:
|
55
59
|
label: Ihre Meinung zu diesem Thema
|
56
60
|
negative: Negativ
|
@@ -66,6 +70,9 @@ de:
|
|
66
70
|
alignment:
|
67
71
|
against: Gegen
|
68
72
|
in_favor: Zugunsten
|
73
|
+
answers:
|
74
|
+
one: "%{count} Antwort"
|
75
|
+
other: "%{count} Antworten"
|
69
76
|
cancel_reply: Antwort abbrechen
|
70
77
|
comment_label: Kommentar %{comment_id}
|
71
78
|
comment_label_reply: Kommentar %{comment_id} (Antwort auf Kommentar %{parent_comment_id})
|
@@ -96,6 +103,7 @@ de:
|
|
96
103
|
one: Antwort anzeigen
|
97
104
|
other: '%{count} Antworten anzeigen'
|
98
105
|
single_comment_link_title: Link erhalten
|
106
|
+
sort_by: 'Sortieren nach: '
|
99
107
|
comment_order_selector:
|
100
108
|
order:
|
101
109
|
best_rated: Am besten bewertet
|
@@ -104,16 +112,19 @@ de:
|
|
104
112
|
recent: Kürzlich hinzugefügt
|
105
113
|
title: 'Sortieren nach:'
|
106
114
|
comments:
|
115
|
+
against: Ablehnend
|
107
116
|
blocked_comments_for_unauthorized_user_warning: Sie müssen aktuell verifiziert sein um zu kommentieren, aber Sie können die bisherigen Kommentare lesen.
|
108
117
|
blocked_comments_for_user_warning: Sie können momentan nichts kommentieren, aber Sie können die vorherigen lesen.
|
109
|
-
blocked_comments_warning: Kommentare sind
|
118
|
+
blocked_comments_warning: Kommentare sind derzeit deaktiviert. Nur Admins können antworten oder neue Kommentare verfassen.
|
110
119
|
comment_details_title: Kommentarinformationen
|
120
|
+
in_favor: Zustimmend
|
111
121
|
loading: Kommentare werden geladen ...
|
112
122
|
single_comment_warning: <a href="%{url}">Alle Kommentare anzeigen</a>
|
113
123
|
single_comment_warning_title: Ihnen wird ein einzelner Kommentar angezeigt
|
114
124
|
title:
|
115
125
|
one: "%{count} Kommentar"
|
116
126
|
other: "%{count} Kommentare"
|
127
|
+
top_comment_label: Bestbewertete
|
117
128
|
down_vote_button:
|
118
129
|
text: Ich bin mit diesem Kommentar nicht einverstanden
|
119
130
|
edit_comment_modal_form:
|
@@ -126,6 +137,26 @@ de:
|
|
126
137
|
title: Kommentar bearbeiten
|
127
138
|
up_vote_button:
|
128
139
|
text: Ich stimme diesem Kommentar zu
|
140
|
+
download_your_data:
|
141
|
+
help:
|
142
|
+
comment_votes:
|
143
|
+
comment: Die ID des Kommentars, über den abgestimmt wurde
|
144
|
+
created_at: Das Erstellungsdatum der Stimme
|
145
|
+
id: Die ID der Stimme
|
146
|
+
updated_at: Das Datum, an dem die Stimme zuletzt aktualisiert wurde
|
147
|
+
weight: Das Gewicht der Stimme (1 für Zustimmung, -1 für Ablehnung)
|
148
|
+
comments:
|
149
|
+
alignment: Ob dieser Kommentar zustimmend, ablehnend oder neutral war
|
150
|
+
author: Der Name des Teilnehmenden, der diesen Kommentar erstellt hat
|
151
|
+
body: Der Kommentarinhalt
|
152
|
+
commentable_id: Die eindeutige ID des kommentierten Objekts
|
153
|
+
commentable_type: Die Art des kommentierten Objekts (ob es ein Ergebnis, Vorschlag o.ä. war)
|
154
|
+
created_at: Das Erstellungsdatum des Kommentars
|
155
|
+
depth: Die Position dieses Kommentars im Thread (ob es sich um eine Antwort oder eine Antwort auf eine Antwort handelt)
|
156
|
+
id: Die ID dieses Kommentars
|
157
|
+
locale: Die eingestellte Plattformsprache der kommentierenden Person
|
158
|
+
root_commentable_url: Die URL der mit dem Kommentar verbundenen Ressource
|
159
|
+
user_group: Der Name der Gruppe, die diesen Kommentar erstellt hat (falls vorhanden)
|
129
160
|
events:
|
130
161
|
comments:
|
131
162
|
comment_by_followed_user:
|
data/config/locales/el.yml
CHANGED
@@ -92,7 +92,6 @@ el:
|
|
92
92
|
comments:
|
93
93
|
blocked_comments_for_unauthorized_user_warning: Πρέπει να επαληθευτείτε για να σχολιάσετε αυτή τη στιγμή, αλλά μπορείτε να διαβάσετε τα προηγούμενα.
|
94
94
|
blocked_comments_for_user_warning: Δεν μπορείτε να σχολιάσετε αυτήν τη στιγμή, αλλά μπορείτε να διαβάσετε τα προηγούμενα σχόλια.
|
95
|
-
blocked_comments_warning: Τα σχόλια είναι απενεργοποιημένα αυτήν τη στιγμή, αλλά μπορείτε να διαβάσετε τα προηγούμενα σχόλια.
|
96
95
|
comment_details_title: Λεπτομέρειες σχολίων
|
97
96
|
loading: Φόρτωση σχολίων...
|
98
97
|
single_comment_warning: <a href="%{url}">Δείτε όλα τα σχόλια</a>
|
data/config/locales/en.yml
CHANGED
@@ -17,6 +17,10 @@ en:
|
|
17
17
|
one: Vote
|
18
18
|
other: Votes
|
19
19
|
decidim:
|
20
|
+
admin:
|
21
|
+
admin_log:
|
22
|
+
changeset:
|
23
|
+
comments: Comments
|
20
24
|
comments:
|
21
25
|
admin:
|
22
26
|
shared:
|
@@ -24,8 +28,6 @@ en:
|
|
24
28
|
enabled: Comments enabled
|
25
29
|
end_time: Comments enabled until
|
26
30
|
start_time: Comments enabled from
|
27
|
-
comment_thread:
|
28
|
-
accessibility_label: Comment thread started by %{full_name} on %{date}
|
29
31
|
comments:
|
30
32
|
create:
|
31
33
|
error: There was a problem creating the comment.
|
@@ -41,7 +43,8 @@ en:
|
|
41
43
|
error: There was a problem voting the comment.
|
42
44
|
components:
|
43
45
|
add_comment_form:
|
44
|
-
account_message:
|
46
|
+
account_message: Log in or create an account to add your comment.
|
47
|
+
add_comment: Add comment
|
45
48
|
form:
|
46
49
|
body:
|
47
50
|
label: Comment
|
@@ -51,6 +54,7 @@ en:
|
|
51
54
|
submit_root_comment: Publish comment
|
52
55
|
user_group_id:
|
53
56
|
label: Comment as
|
57
|
+
your_profile: Your profile
|
54
58
|
opinion:
|
55
59
|
label: Your opinion about this topic
|
56
60
|
negative: Negative
|
@@ -66,6 +70,9 @@ en:
|
|
66
70
|
alignment:
|
67
71
|
against: Against
|
68
72
|
in_favor: In favor
|
73
|
+
answers:
|
74
|
+
one: "%{count} answer"
|
75
|
+
other: "%{count} answers"
|
69
76
|
cancel_reply: Cancel reply
|
70
77
|
comment_label: Comment %{comment_id}
|
71
78
|
comment_label_reply: Comment %{comment_id} (reply to comment %{parent_comment_id})
|
@@ -96,6 +103,7 @@ en:
|
|
96
103
|
one: Show reply
|
97
104
|
other: Show %{count} replies
|
98
105
|
single_comment_link_title: Get link
|
106
|
+
sort_by: 'Sort by: '
|
99
107
|
comment_order_selector:
|
100
108
|
order:
|
101
109
|
best_rated: Best rated
|
@@ -104,16 +112,19 @@ en:
|
|
104
112
|
recent: Recent
|
105
113
|
title: 'Order by:'
|
106
114
|
comments:
|
115
|
+
against: Against
|
107
116
|
blocked_comments_for_unauthorized_user_warning: You need to be verified to comment at this moment, but you can read the previous ones.
|
108
117
|
blocked_comments_for_user_warning: You are not able to comment at this moment, but you can read the previous ones.
|
109
|
-
blocked_comments_warning: Comments are disabled
|
118
|
+
blocked_comments_warning: Comments are currently disabled, only administrators can reply or post new ones.
|
110
119
|
comment_details_title: Comment details
|
120
|
+
in_favor: In Favor
|
111
121
|
loading: Loading comments ...
|
112
122
|
single_comment_warning: <a href="%{url}">View all comments</a>
|
113
123
|
single_comment_warning_title: You are seeing a single comment
|
114
124
|
title:
|
115
125
|
one: "%{count} comment"
|
116
126
|
other: "%{count} comments"
|
127
|
+
top_comment_label: Most upvoted
|
117
128
|
down_vote_button:
|
118
129
|
text: I disagree with this comment
|
119
130
|
edit_comment_modal_form:
|
@@ -126,6 +137,26 @@ en:
|
|
126
137
|
title: Edit your comment
|
127
138
|
up_vote_button:
|
128
139
|
text: I agree with this comment
|
140
|
+
download_your_data:
|
141
|
+
help:
|
142
|
+
comment_votes:
|
143
|
+
comment: The id of the comment that was voted
|
144
|
+
created_at: The date when this vote was created
|
145
|
+
id: The id of the vote
|
146
|
+
updated_at: The date when this vote was last updated
|
147
|
+
weight: The weight of the vote (1 for upvote, -1 for downvote)
|
148
|
+
comments:
|
149
|
+
alignment: If this comment was a favour, against or neutral
|
150
|
+
author: The name of the participant that made this comment
|
151
|
+
body: The comment itself
|
152
|
+
commentable_id: The unique id of the commentable
|
153
|
+
commentable_type: The type of the commentable (if it was a result, a proposal, etc.)
|
154
|
+
created_at: The date when this comment was created
|
155
|
+
depth: The place where this comment is in the three of comments (if it is an answer or an answer of an answer)
|
156
|
+
id: The id for this comment
|
157
|
+
locale: The locale (language) that the participant had when leaving this comment
|
158
|
+
root_commentable_url: The URL of the resource that ties to this comment
|
159
|
+
user_group: The name of the user group that made this comment (if any)
|
129
160
|
events:
|
130
161
|
comments:
|
131
162
|
comment_by_followed_user:
|
data/config/locales/es-MX.yml
CHANGED
@@ -17,6 +17,10 @@ es-MX:
|
|
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-MX:
|
|
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-MX:
|
|
41
43
|
error: Ha habido errores 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-MX:
|
|
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-MX:
|
|
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-MX:
|
|
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,16 +112,19 @@ es-MX:
|
|
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 puede hacer comentarios en este momento, pero puede 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
129
|
text: No estoy de acuerdo con este comentario
|
119
130
|
edit_comment_modal_form:
|
@@ -126,6 +137,26 @@ es-MX:
|
|
126
137
|
title: Edita tu comentario
|
127
138
|
up_vote_button:
|
128
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)
|
129
160
|
events:
|
130
161
|
comments:
|
131
162
|
comment_by_followed_user:
|
data/config/locales/es-PY.yml
CHANGED
@@ -17,6 +17,10 @@ es-PY:
|
|
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-PY:
|
|
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-PY:
|
|
41
43
|
error: Ha habido errores 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-PY:
|
|
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-PY:
|
|
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-PY:
|
|
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,16 +112,19 @@ es-PY:
|
|
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 puede hacer comentarios en este momento, pero puede 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
129
|
text: No estoy de acuerdo con este comentario
|
119
130
|
edit_comment_modal_form:
|
@@ -126,6 +137,26 @@ es-PY:
|
|
126
137
|
title: Edita tu comentario
|
127
138
|
up_vote_button:
|
128
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)
|
129
160
|
events:
|
130
161
|
comments:
|
131
162
|
comment_by_followed_user:
|