decidim-core 0.30.0.rc2 → 0.30.0
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/amendable/amendments/show.erb +1 -1
- data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +5 -3
- data/app/cells/decidim/profile_actions/show.erb +1 -1
- data/app/cells/decidim/report_button/already_reported_modal.erb +2 -2
- data/app/cells/decidim/report_button/flag_modal.erb +13 -27
- data/app/cells/decidim/report_button_cell.rb +2 -8
- data/app/cells/decidim/report_user_button/already_reported_modal.erb +11 -0
- data/app/cells/decidim/report_user_button/flag_modal.erb +46 -0
- data/app/cells/decidim/report_user_button/show.erb +2 -0
- data/app/cells/decidim/report_user_button_cell.rb +59 -0
- data/app/cells/decidim/resource_types_filter/show.erb +1 -1
- data/app/cells/decidim/resource_types_filter_cell.rb +6 -6
- data/app/cells/decidim/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/create_report.rb +1 -6
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/reports_controller.rb +1 -1
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- data/app/jobs/decidim/hide_child_resources_job.rb +3 -3
- data/app/jobs/decidim/migrate/paper_trail_job.rb +33 -0
- data/app/mailers/decidim/reported_mailer.rb +1 -0
- data/app/models/decidim/action_log.rb +1 -9
- data/app/models/decidim/user.rb +0 -4
- data/app/models/decidim/user_base_entity.rb +4 -0
- data/app/packs/src/decidim/datepicker/datepicker_functions.js +3 -3
- data/app/packs/src/decidim/index.js +4 -2
- data/app/packs/src/decidim/sticky_footer.js +19 -0
- data/app/packs/stylesheets/decidim/_cards.scss +4 -0
- data/app/packs/stylesheets/decidim/_content_blocks.scss +5 -1
- data/app/packs/stylesheets/decidim/_header.scss +6 -2
- data/app/packs/stylesheets/decidim/_login.scss +4 -0
- data/app/packs/stylesheets/decidim/_modal_authorization.scss +1 -1
- data/app/packs/stylesheets/decidim/_profile.scss +1 -1
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/resolvers/decidim/meta_image_url_resolver.rb +1 -0
- data/app/services/decidim/base_diff_renderer.rb +2 -0
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/devise/registrations/new.html.erb +1 -1
- data/app/views/decidim/devise/sessions/new.html.erb +1 -1
- data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/open_data/index.html.erb +1 -1
- data/app/views/decidim/reported_mailer/hide.html.erb +17 -1
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/searches/_count.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +40 -38
- data/app/views/layouts/decidim/footer/_main_legal.html.erb +1 -1
- data/config/locales/ar.yml +15 -28
- data/config/locales/bg.yml +10 -24
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/ca-IT.yml +2400 -0
- data/config/locales/ca.yml +43 -35
- data/config/locales/cs.yml +25 -32
- data/config/locales/de.yml +19 -25
- data/config/locales/el.yml +10 -15
- data/config/locales/en.yml +24 -16
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +39 -31
- data/config/locales/es-PY.yml +44 -36
- data/config/locales/es.yml +42 -34
- data/config/locales/eu.yml +104 -98
- data/config/locales/fi-plain.yml +14 -28
- data/config/locales/fi.yml +15 -29
- data/config/locales/fr-CA.yml +74 -24
- data/config/locales/fr.yml +73 -23
- data/config/locales/ga-IE.yml +4 -4
- data/config/locales/gl.yml +25 -14
- data/config/locales/hu.yml +9 -23
- data/config/locales/id-ID.yml +24 -15
- data/config/locales/is-IS.yml +10 -0
- data/config/locales/it.yml +34 -26
- data/config/locales/ja.yml +188 -27
- data/config/locales/lb.yml +24 -22
- data/config/locales/lt.yml +5 -17
- data/config/locales/lv.yml +18 -15
- data/config/locales/nl.yml +22 -17
- data/config/locales/no.yml +18 -16
- data/config/locales/pl.yml +6 -20
- data/config/locales/pt-BR.yml +11 -24
- data/config/locales/pt.yml +18 -16
- data/config/locales/ro-RO.yml +187 -20
- data/config/locales/ru.yml +23 -8
- data/config/locales/sk.yml +29 -18
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +30 -26
- data/config/locales/tr-TR.yml +24 -23
- data/config/locales/uk.yml +12 -1
- data/config/locales/zh-CN.yml +18 -15
- data/config/locales/zh-TW.yml +8 -16
- data/db/migrate/20240722215500_change_object_changes_on_versions.rb +4 -24
- data/lib/decidim/asset_router/storage.rb +7 -2
- data/lib/decidim/attributes/time_with_zone.rb +5 -1
- data/lib/decidim/content_parsers/blob_parser.rb +10 -8
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +8 -15
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +26 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/moderation_tools.rb +14 -8
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/decidim/participatory_space_user.rb +1 -3
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/translatable_attributes.rb +5 -1
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +12 -14
- data/app/cells/decidim/author/flag.erb +0 -6
- data/app/cells/decidim/author/flag_user.erb +0 -14
- data/app/cells/decidim/flag_modal/flag_user.erb +0 -34
- data/app/cells/decidim/flag_modal/show.erb +0 -52
- data/app/cells/decidim/flag_modal_cell.rb +0 -56
- data/app/cells/decidim/profile_sidebar/show.erb +0 -167
- data/app/cells/decidim/profile_sidebar_cell.rb +0 -68
- data/lib/tasks/upgrade/clean_hidden_resources.rake +0 -33
data/config/locales/ca.yml
CHANGED
@@ -6,6 +6,7 @@ ca:
|
|
6
6
|
delete_reason: Raó per eliminar el teu compte
|
7
7
|
attachment:
|
8
8
|
documents: Documents
|
9
|
+
image: Imatge
|
9
10
|
photos: Fotos
|
10
11
|
common:
|
11
12
|
created_at: Creat el
|
@@ -54,7 +55,13 @@ ca:
|
|
54
55
|
remove_avatar: Elimina la imatge de perfil
|
55
56
|
tos_agreement: Termes i condicions d'ús
|
56
57
|
user_group:
|
57
|
-
avatar:
|
58
|
+
avatar: Avatar
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: L'àlies o sobrenom s'ha d'escriure en minúscules i no ha de tenir cap espai
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Arxiu adjunt
|
60
67
|
decidim/component_published_event: Component actiu
|
@@ -117,7 +124,7 @@ ca:
|
|
117
124
|
decidim_with_month_name_short: "%d %b"
|
118
125
|
help:
|
119
126
|
date_format: 'Format: dd/mm/aaaa'
|
120
|
-
order: d-m-
|
127
|
+
order: d-m-y
|
121
128
|
separator: "/"
|
122
129
|
datetime:
|
123
130
|
distance_in_words:
|
@@ -172,6 +179,7 @@ ca:
|
|
172
179
|
front_page_link: Anar a la pàgina principal
|
173
180
|
logo: "Logo oficial de %{organization}"
|
174
181
|
opens_in_new_tab: Obrir en una pestanya nova
|
182
|
+
secondary_menu: Menú secundari
|
175
183
|
skip_button: Vés al contingut principal
|
176
184
|
account:
|
177
185
|
blocked: Aquest compte ha estat bloquejat degut a una violació dels termes i condicions d'ús
|
@@ -305,7 +313,7 @@ ca:
|
|
305
313
|
create_with_parent: "%{user_name} ha creat \"%{resource_name}\" dins de la taxonomia \"%{parent_taxonomy}\""
|
306
314
|
delete: "%{user_name} ha esborrat la taxonomia \"%{resource_name}\""
|
307
315
|
delete_with_parent: "%{user_name} ha esborrat \"%{resource_name}\" dins de la taxonomia \"%{parent_taxonomy}\""
|
308
|
-
update: "%{user_name} ha
|
316
|
+
update: "%{user_name} ha actualitzat la taxonomia \"%{resource_name}\""
|
309
317
|
update_with_parent: "%{user_name} ha actualitzat \"%{resource_name}\" dins de la taxonomia \"%{parent_taxonomy}\""
|
310
318
|
taxonomy_filter:
|
311
319
|
create: "%{user_name} va crear el filtre %{resource_name}"
|
@@ -999,6 +1007,16 @@ ca:
|
|
999
1007
|
notification_event:
|
1000
1008
|
notification_title: S'ha produït un esdeveniment a <a href="%{resource_path}">%{resource_title}</a>.
|
1001
1009
|
reports:
|
1010
|
+
parent_hidden:
|
1011
|
+
email_intro: |-
|
1012
|
+
El teu/la teva %{resource_type} ja no està visible.<br>
|
1013
|
+
Això passa perquè la proposta, la trobada, el debat o el comentari al qual vas respondre ha estat moderat. Si torna a estar disponible, el teu comentari es restaurarà automàticament.
|
1014
|
+
email_outro: Has rebut aquesta notificació perquè és autora del/ de la %{resource_type}.
|
1015
|
+
email_subject: El teu/la teva %{resource_type} ja no és visible
|
1016
|
+
notification_title: |-
|
1017
|
+
El teu/la teva %{resource_type} ja no està visible.<br>
|
1018
|
+
Això passa perquè la proposta, la trobada, el debat o el comentari al qual vas respondre ha estat moderat. Si torna a estar disponible, el teu comentari es restaurarà automàticament.
|
1019
|
+
<i>%{resource_content}</i>
|
1002
1020
|
resource_hidden:
|
1003
1021
|
email_intro: Una administradora ha eliminat el teu %{resource_type} degut a que has estat reportada com a %{report_reasons}.
|
1004
1022
|
email_outro: Has rebut aquesta notificació perquè s'ha eliminiat un contingut que havies creat.
|
@@ -1215,8 +1233,8 @@ ca:
|
|
1215
1233
|
success: El grup s'ha abandonat correctament.
|
1216
1234
|
members:
|
1217
1235
|
accept_or_reject_join_requests: 'Les següents participants han sol·licitat unir-se a aquest grup. Accepta o rebutja les seves sol·licituds:'
|
1218
|
-
accept_request:
|
1219
|
-
reject_request:
|
1236
|
+
accept_request: Acceptar
|
1237
|
+
reject_request: Rebutjar
|
1220
1238
|
new:
|
1221
1239
|
create_user_group: Crea un grup
|
1222
1240
|
new_user_group: Nou grup
|
@@ -1377,7 +1395,7 @@ ca:
|
|
1377
1395
|
followers:
|
1378
1396
|
description: Nombre de participants que segueixen aquest espai de participació
|
1379
1397
|
object: seguidores
|
1380
|
-
title:
|
1398
|
+
title: Seguidors
|
1381
1399
|
participants:
|
1382
1400
|
description: Nombre de participants actives a l'organització
|
1383
1401
|
object: participants
|
@@ -1498,7 +1516,7 @@ ca:
|
|
1498
1516
|
onboarding_action_message:
|
1499
1517
|
click_link: Fes clic aquí
|
1500
1518
|
cta_html: <a href="%{path}">%{link_text}</a> per %{action} a %{resource_name} <strong>%{resource_title}</strong>
|
1501
|
-
ephemeral_authorized_message:
|
1519
|
+
ephemeral_authorized_message: Has estat autoritzada amb èxit.<br/>Has iniciat una sessió de convidada, ara hi pots participar.
|
1502
1520
|
expired_authorization_active_title: La teva autorització ha caducat.
|
1503
1521
|
finish_authorization_process: Pots finalitzar el procés de verificació
|
1504
1522
|
incomplete_authorization_active_title: La teva verificació no s'ha completat amb tota la informació necessària.
|
@@ -1551,13 +1569,13 @@ ca:
|
|
1551
1569
|
user_groups:
|
1552
1570
|
avatar_url: L'avatar del grup d'usuàries
|
1553
1571
|
badge: L'ensenya del grup d'usuàries
|
1554
|
-
deleted: Si
|
1572
|
+
deleted: Si la usuària va ser eliminada o no
|
1555
1573
|
id: L'identificador únic del grup d'usuàries
|
1556
1574
|
members: L'ID i el nom de les usuàries que pertanyen al grup
|
1557
1575
|
members_count: El número de membres que formen part del grup d'usuàries
|
1558
1576
|
name: El nom que es mostra del grup d'usuàries
|
1559
1577
|
nickname: El nom d'usuària del grup d'usuàries
|
1560
|
-
profile_url: L'URL del perfil
|
1578
|
+
profile_url: L'URL del perfil de la usuària
|
1561
1579
|
users:
|
1562
1580
|
about: El text "Quant a" inclòs al perfil d'usuària
|
1563
1581
|
avatar_url: L'avatar de la usuària
|
@@ -1688,44 +1706,35 @@ ca:
|
|
1688
1706
|
followers: Seguidores
|
1689
1707
|
following: Seguint
|
1690
1708
|
group_admins: Gestionar administradores
|
1691
|
-
group_members:
|
1709
|
+
group_members: Gestiona els membres
|
1692
1710
|
groups: Grups
|
1693
1711
|
members: Membres
|
1694
1712
|
officialized: Participant oficial
|
1695
1713
|
send_private_message: Enviar missatge privat
|
1696
|
-
sidebar:
|
1697
|
-
badges:
|
1698
|
-
info: Els distintius s'aconsegueixen mitjançant la realització d'activitats específiques a la plataforma.
|
1699
|
-
title: Insígnies
|
1700
1714
|
user:
|
1701
1715
|
actions:
|
1702
|
-
create_user_group:
|
1716
|
+
create_user_group: Crea un grup
|
1703
1717
|
disabled_message: Missatge
|
1704
|
-
edit_profile:
|
1705
|
-
edit_user_group:
|
1706
|
-
invite_user:
|
1707
|
-
join_user_group: Sol·
|
1708
|
-
leave_user_group:
|
1718
|
+
edit_profile: Edita el perfil
|
1719
|
+
edit_user_group: Edita el perfil del grup
|
1720
|
+
invite_user: Convida la participant
|
1721
|
+
join_user_group: Sol·licita unir-se al grup
|
1722
|
+
leave_user_group: Marxa del grup
|
1709
1723
|
manage_user_group: Gestiona el grup
|
1710
1724
|
manage_user_group_admins: Gestionar administradores
|
1711
|
-
manage_user_group_users:
|
1725
|
+
manage_user_group_users: Gestiona els membres
|
1712
1726
|
message: Missatge
|
1713
1727
|
resend_email_confirmation_instructions: Reenvia un correu electrònic amb les instruccions de confirmació
|
1714
1728
|
confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
|
1715
|
-
create_user_group: Crea un grup
|
1716
|
-
edit_profile: Edita el perfil
|
1717
|
-
edit_user_group: Edita el perfil del grup
|
1718
1729
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1719
|
-
invite_user: Convida la participant
|
1720
|
-
join_user_group: Sol·licita unir-se al grup
|
1721
|
-
leave_user_group: Marxa del grup
|
1722
|
-
manage_user_group_admins: Gestiona les administradores
|
1723
|
-
manage_user_group_users: Gestiona els membres
|
1724
|
-
resend_email_confirmation_instructions: Reenvia un correu electrònic amb les instruccions de confirmació
|
1725
1730
|
reported_mailer:
|
1726
1731
|
hide:
|
1732
|
+
content: Contingut reportat
|
1733
|
+
details: Detalls
|
1727
1734
|
hello: Hola %{name},
|
1728
1735
|
manage_moderations: Gestiona moderacions
|
1736
|
+
participatory_space: Espai de participació
|
1737
|
+
reason: Motiu
|
1729
1738
|
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
|
1730
1739
|
subject: Un contingut s'ha ocultat automàticament
|
1731
1740
|
report:
|
@@ -1809,14 +1818,13 @@ ca:
|
|
1809
1818
|
flag_user_modal:
|
1810
1819
|
already_reported: Aquest contingut ja ha estat reportat i serà revisat per una administradora.
|
1811
1820
|
block: Eliminar aquesta participant
|
1812
|
-
|
1813
|
-
description: Què és inapropiat d'aquesta usuària?
|
1821
|
+
description: Què té inapropiat aquesta participant?
|
1814
1822
|
does_not_belong: Conté activitat il·legal, amenaces de suïcidi, informació personal, o qualsevol altra cosa que creguis que no pertany a %{organization_name}.
|
1815
1823
|
hide: Amagar tots els seus continguts
|
1816
1824
|
offensive: Conté racisme, sexisme, insults, atacs personals, amenaces de mort, peticions de suïcidi o qualsevol forma de discurs d'odi.
|
1817
1825
|
report: Reportar
|
1818
1826
|
spam: Conté "clickbait", publicitat o estafes.
|
1819
|
-
title: Reportar
|
1827
|
+
title: Reportar participant inapropiada
|
1820
1828
|
floating_help:
|
1821
1829
|
help: Ajuda
|
1822
1830
|
follow_button:
|
@@ -1931,11 +1939,11 @@ ca:
|
|
1931
1939
|
failure:
|
1932
1940
|
already_authenticated: Ja has iniciat la sessió.
|
1933
1941
|
inactive: El teu compte encara no està activat.
|
1934
|
-
invalid:
|
1942
|
+
invalid: El %{authentication_keys} o la contrasenya no són vàlids.
|
1935
1943
|
invited: Tens una invitació pendent, accepta-la per acabar de crear el teu compte.
|
1936
1944
|
last_attempt: Tens un intent més abans que el teu compte es bloquegi.
|
1937
1945
|
locked: El teu compte està bloquejat.
|
1938
|
-
not_found_in_database:
|
1946
|
+
not_found_in_database: El %{authentication_keys} o la contrasenya no són vàlids.
|
1939
1947
|
timeout: La teva sessió ha expirat. Si us plau, torna a iniciar-la per continuar.
|
1940
1948
|
unauthenticated: Cal iniciar sessió o crear un compte abans de continuar.
|
1941
1949
|
invitations:
|
data/config/locales/cs.yml
CHANGED
@@ -55,6 +55,12 @@ cs:
|
|
55
55
|
tos_agreement: Podmínky smlouvy o poskytování služeb
|
56
56
|
user_group:
|
57
57
|
avatar: Avatar
|
58
|
+
errors:
|
59
|
+
models:
|
60
|
+
user:
|
61
|
+
attributes:
|
62
|
+
nickname:
|
63
|
+
format: Přezdívka musí být malými písmeny a nesmí obsahovat mezery
|
58
64
|
models:
|
59
65
|
decidim/attachment_created_event: Příloha
|
60
66
|
decidim/component_published_event: Aktivní komponenty
|
@@ -127,7 +133,7 @@ cs:
|
|
127
133
|
decidim_with_month_name_short: "%d %b"
|
128
134
|
help:
|
129
135
|
date_format: 'Formát: dd/mm/rrrr'
|
130
|
-
order: d-m-
|
136
|
+
order: d-m-y
|
131
137
|
separator: "/"
|
132
138
|
datetime:
|
133
139
|
distance_in_words:
|
@@ -200,6 +206,7 @@ cs:
|
|
200
206
|
front_page_link: Přejít na titulní stránku
|
201
207
|
logo: "Oficiální logo %{organization}"
|
202
208
|
opens_in_new_tab: Otevře se v nové kartě
|
209
|
+
secondary_menu: Sekundární menu
|
203
210
|
skip_button: Přeskočit na hlavní obsah
|
204
211
|
account:
|
205
212
|
blocked: Tento účet byl zablokován kvůli porušení smluvních podmínek
|
@@ -1208,7 +1215,7 @@ cs:
|
|
1208
1215
|
accept:
|
1209
1216
|
error: Při přijetí této pozvánky došlo k chybě.
|
1210
1217
|
success: Pozvánka úspěšně přijata.
|
1211
|
-
accept_invitation:
|
1218
|
+
accept_invitation: Přijmout
|
1212
1219
|
accept_or_reject_group_invitations: 'Následující skupiny vás pozvaly, abyste se k nim připojili. Přijmout nebo odmítnout jejich požadavky:'
|
1213
1220
|
index:
|
1214
1221
|
invite: Pozvat
|
@@ -1266,7 +1273,7 @@ cs:
|
|
1266
1273
|
success: Skupina úspěšně opustila.
|
1267
1274
|
members:
|
1268
1275
|
accept_or_reject_join_requests: 'Následující uživatelé se připojili k této skupině. Přijmout nebo odmítnout jejich požadavky:'
|
1269
|
-
accept_request:
|
1276
|
+
accept_request: Přijmout
|
1270
1277
|
reject_request: Odmítnout
|
1271
1278
|
new:
|
1272
1279
|
create_user_group: Vytvořit skupinu
|
@@ -1349,13 +1356,13 @@ cs:
|
|
1349
1356
|
conversation_mailer:
|
1350
1357
|
comanagers_new_conversation:
|
1351
1358
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1352
|
-
greeting:
|
1359
|
+
greeting: Ahoj, %{recipient}!
|
1353
1360
|
intro: "%{manager} zahájil novou konverzaci s názvem %{group}. Klikněte zde pro její zobrazení:"
|
1354
1361
|
outro: Užijte si platformu!
|
1355
1362
|
subject: "%{manager} zahájil novou konverzaci jako %{group}"
|
1356
1363
|
comanagers_new_message:
|
1357
1364
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1358
|
-
greeting:
|
1365
|
+
greeting: Ahoj, %{recipient}!
|
1359
1366
|
intro: "%{manager} zveřejnil nové zprávy v konverzaci s názvem %{group}. Klikněte zde pro jejich zobrazení:"
|
1360
1367
|
outro: Užijte si platformu!
|
1361
1368
|
subject: "%{manager} odeslal nové zprávy jako %{group}"
|
@@ -1366,13 +1373,13 @@ cs:
|
|
1366
1373
|
subject: "%{sender} začal s vámi konverzovat"
|
1367
1374
|
new_group_conversation:
|
1368
1375
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1369
|
-
greeting:
|
1376
|
+
greeting: Ahoj, %{recipient}!
|
1370
1377
|
intro: "%{sender} zahájil novou konverzaci se skupinou %{group}. Klikněte zde pro její zobrazení:"
|
1371
1378
|
outro: Užijte si platformu!
|
1372
1379
|
subject: "%{sender} zahájil konverzaci s %{group}"
|
1373
1380
|
new_group_message:
|
1374
1381
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1375
|
-
greeting:
|
1382
|
+
greeting: Ahoj, %{recipient}!
|
1376
1383
|
intro: "%{sender} přidal nové zprávy do konverzace se skupinou %{group}. Klikněte zde pro jejich zobrazení:"
|
1377
1384
|
outro: Užijte si platformu!
|
1378
1385
|
subject: "%{group} má nové zprávy od %{sender}"
|
@@ -1440,7 +1447,7 @@ cs:
|
|
1440
1447
|
users:
|
1441
1448
|
description: Počet uživatelů v organizaci
|
1442
1449
|
object: uživatelů
|
1443
|
-
title:
|
1450
|
+
title: Účastníci
|
1444
1451
|
newsletter_mailer:
|
1445
1452
|
newsletter:
|
1446
1453
|
no_reply_notice: Tento e-mail byl odeslán z e-mailové adresy, která nemůže přijmout příchozí email. Prosím, neodpovídejte na tuto zprávu.
|
@@ -1738,41 +1745,28 @@ cs:
|
|
1738
1745
|
conversations: Konverzace
|
1739
1746
|
followers: Sledující
|
1740
1747
|
following: Sleduje
|
1741
|
-
group_admins:
|
1742
|
-
group_members:
|
1748
|
+
group_admins: Správa administrátorů
|
1749
|
+
group_members: Správa členů
|
1743
1750
|
groups: Skupiny
|
1744
1751
|
members: Členové
|
1745
1752
|
officialized: Oficiální účastník
|
1746
1753
|
send_private_message: Odeslat soukromou zprávu
|
1747
|
-
sidebar:
|
1748
|
-
badges:
|
1749
|
-
info: Odznaky jsou získávány prováděním konkrétní činnosti v platformě.
|
1750
|
-
title: Odznaky
|
1751
1754
|
user:
|
1752
1755
|
actions:
|
1753
1756
|
create_user_group: Vytvořit skupinu
|
1754
1757
|
disabled_message: Zpráva
|
1755
|
-
edit_profile:
|
1758
|
+
edit_profile: Editovat profil
|
1756
1759
|
edit_user_group: Upravit profil skupiny
|
1757
|
-
invite_user: Pozvat
|
1758
|
-
join_user_group:
|
1760
|
+
invite_user: Pozvat uživatele
|
1761
|
+
join_user_group: Žádost o připojení ke skupině
|
1759
1762
|
leave_user_group: Opustit skupinu
|
1760
1763
|
manage_user_group: Spravovat skupinu
|
1761
|
-
manage_user_group_admins:
|
1762
|
-
manage_user_group_users:
|
1764
|
+
manage_user_group_admins: Správa administrátorů
|
1765
|
+
manage_user_group_users: Správa členů
|
1763
1766
|
message: Zpráva
|
1764
1767
|
resend_email_confirmation_instructions: Znovu odeslat pokyny pro potvrzení e-mailu
|
1765
1768
|
confirmation_instructions_sent: Pokyny pro potvrzení e-mailu byly odeslány.
|
1766
|
-
create_user_group: Vytvořit skupinu
|
1767
|
-
edit_profile: Editovat profil
|
1768
|
-
edit_user_group: Upravit profil skupiny
|
1769
1769
|
fill_in_email_to_confirm_it: Pro potvrzení vyplňte e-mailovou adresu skupiny.
|
1770
|
-
invite_user: Pozvat uživatele
|
1771
|
-
join_user_group: Žádost o připojení ke skupině
|
1772
|
-
leave_user_group: Opustit skupinu
|
1773
|
-
manage_user_group_admins: Správa administrátorů
|
1774
|
-
manage_user_group_users: Správa členů
|
1775
|
-
resend_email_confirmation_instructions: Znovu odeslat pokyny pro potvrzení e-mailu
|
1776
1770
|
reported_mailer:
|
1777
1771
|
hide:
|
1778
1772
|
hello: Zdravím %{name},
|
@@ -1860,14 +1854,13 @@ cs:
|
|
1860
1854
|
flag_user_modal:
|
1861
1855
|
already_reported: Tento obsah je již nahlášen a bude přezkoumán administrátorem.
|
1862
1856
|
block: Blokovat tohoto uživatele
|
1863
|
-
|
1864
|
-
description: Co je s uživatelem nevhodné?
|
1857
|
+
description: Co je s tímto účastníkem nevhodné?
|
1865
1858
|
does_not_belong: Obsahuje nezákonnou činnost, hrozby sebevraždou, osobní informaci nebo cokoliv jiného, o čem si myslíte, že nepatří do %{organization_name}.
|
1866
1859
|
hide: Skrýt veškerý jejich obsah
|
1867
1860
|
offensive: Obsahuje rasismus, sexismus, urážky, osobní útoky, hrozby smrti, sebevražedné žádosti nebo jakoukoliv formu nenávistného projevu.
|
1868
1861
|
report: Nahlásit
|
1869
1862
|
spam: Obsahuje clickbait, reklamu, podvody nebo škodlivé skripty.
|
1870
|
-
title: Nahlásit nevhodného
|
1863
|
+
title: Nahlásit nevhodného účastníka
|
1871
1864
|
floating_help:
|
1872
1865
|
help: Pomoc
|
1873
1866
|
follow_button:
|
@@ -1929,7 +1922,7 @@ cs:
|
|
1929
1922
|
time_ago: "před %{time}"
|
1930
1923
|
reply:
|
1931
1924
|
placeholder: Vaše odpověď...
|
1932
|
-
send:
|
1925
|
+
send: Poslat
|
1933
1926
|
update:
|
1934
1927
|
error: Zpráva nebyla odeslána. Zkuste to později
|
1935
1928
|
user_report_mailer:
|
data/config/locales/de.yml
CHANGED
@@ -6,6 +6,7 @@ de:
|
|
6
6
|
delete_reason: Grund, Ihr Konto zu löschen
|
7
7
|
attachment:
|
8
8
|
documents: Dokumente
|
9
|
+
image: Bild
|
9
10
|
photos: Fotos
|
10
11
|
common:
|
11
12
|
created_at: Erstellt am
|
@@ -55,6 +56,12 @@ de:
|
|
55
56
|
tos_agreement: Nutzungsvereinbarung
|
56
57
|
user_group:
|
57
58
|
avatar: Profilbild
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: Der Spitzname muss Kleinbuchstaben sein und keine Leerzeichen enthalten
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Anhang
|
60
67
|
decidim/component_published_event: Aktive Komponente
|
@@ -172,6 +179,7 @@ de:
|
|
172
179
|
front_page_link: Zur Startseite gehen
|
173
180
|
logo: "Offizielles Logo von %{organization}"
|
174
181
|
opens_in_new_tab: In neuem Tab öffnen
|
182
|
+
secondary_menu: Sekundäres Menü
|
175
183
|
skip_button: Zu Hauptinhalten überspringen
|
176
184
|
account:
|
177
185
|
blocked: Dieses Konto wurde wegen Verletzung der Nutzungsbedingungen gesperrt
|
@@ -532,7 +540,7 @@ de:
|
|
532
540
|
comment: Kommentar
|
533
541
|
debate: Debatte
|
534
542
|
initiative: Initiative
|
535
|
-
meeting:
|
543
|
+
meeting: Veranstaltung
|
536
544
|
order: Budget-Abstimmung
|
537
545
|
post: Beitrag
|
538
546
|
proposal: Vorschlag
|
@@ -615,7 +623,7 @@ de:
|
|
615
623
|
metrics:
|
616
624
|
name: Organisationsmetriken
|
617
625
|
participatory_space_metrics:
|
618
|
-
name:
|
626
|
+
name: Teilnahme an Zahlen
|
619
627
|
participatory_space_stats:
|
620
628
|
name: Statistiken
|
621
629
|
social_networks_metadata:
|
@@ -1384,7 +1392,7 @@ de:
|
|
1384
1392
|
followers:
|
1385
1393
|
description: Anzahl der Benutzer, die dieser Teilnahme folgen
|
1386
1394
|
object: Anhänger
|
1387
|
-
title:
|
1395
|
+
title: Follower
|
1388
1396
|
participants:
|
1389
1397
|
description: Anzahl der aktiven Benutzer in der Organisation
|
1390
1398
|
object: Teilnehmer
|
@@ -1396,7 +1404,7 @@ de:
|
|
1396
1404
|
users:
|
1397
1405
|
description: Anzahl der Benutzer in der Organisation
|
1398
1406
|
object: Benutzer
|
1399
|
-
title:
|
1407
|
+
title: Teilnehmer
|
1400
1408
|
newsletter_mailer:
|
1401
1409
|
newsletter:
|
1402
1410
|
no_reply_notice: Diese E-Mail wurde von einer Benachrichtigungs-E-Mail-Adresse versendet, die keine eingehende E-Mails akzeptieren kann. Bitte antworten Sie nicht auf diese Nachricht.
|
@@ -1492,7 +1500,7 @@ de:
|
|
1492
1500
|
push_notifications_reminder: Um Benachrichtigungen von der Plattform zu erhalten, müssen Sie diese zuerst in den Browser-Einstellungen zulassen.
|
1493
1501
|
receive_notifications_about: Ich möchte Benachrichtigungen erhalten über
|
1494
1502
|
update_notifications_settings: Änderungen speichern
|
1495
|
-
valuators: Bewertende
|
1503
|
+
valuators: Bewertende Personen
|
1496
1504
|
update:
|
1497
1505
|
error: Beim Aktualisieren der Benachrichtigungseinstellungen ist ein Fehler aufgetreten.
|
1498
1506
|
success: Ihre Benachrichtigungseinstellungen wurden erfolgreich aktualisiert.
|
@@ -1558,7 +1566,7 @@ de:
|
|
1558
1566
|
user_groups:
|
1559
1567
|
avatar_url: Der Avatar der Gruppe
|
1560
1568
|
badge: Das Abzeichen der Gruppe
|
1561
|
-
deleted: Ob
|
1569
|
+
deleted: Ob das Konto gelöscht wurde oder nicht
|
1562
1570
|
id: Die eindeutige Bezeichnung des Gruppe
|
1563
1571
|
members: Die IDs und die Namen der Gruppenmitglieder
|
1564
1572
|
members_count: Die Anzahl Gruppenmitglieder
|
@@ -1700,35 +1708,22 @@ de:
|
|
1700
1708
|
members: Mitglieder
|
1701
1709
|
officialized: Offizieller Teilnehmer
|
1702
1710
|
send_private_message: Private Nachricht senden
|
1703
|
-
sidebar:
|
1704
|
-
badges:
|
1705
|
-
info: Abzeichen werden verdient, indem bestimmte Aktivitäten in der Plattform ausgeführt werden.
|
1706
|
-
title: Abzeichen
|
1707
1711
|
user:
|
1708
1712
|
actions:
|
1709
1713
|
create_user_group: Gruppe erstellen
|
1710
1714
|
disabled_message: Nachricht
|
1711
1715
|
edit_profile: Profil bearbeiten
|
1712
1716
|
edit_user_group: Gruppenprofil bearbeiten
|
1713
|
-
invite_user:
|
1714
|
-
join_user_group:
|
1717
|
+
invite_user: Nutzer einladen
|
1718
|
+
join_user_group: Anfrage zur Teilnahme an der Gruppe
|
1715
1719
|
leave_user_group: Gruppe verlassen
|
1716
1720
|
manage_user_group: Gruppe verwalten
|
1717
1721
|
manage_user_group_admins: Admins verwalten
|
1718
1722
|
manage_user_group_users: Mitglieder verwalten
|
1719
1723
|
message: Nachricht
|
1720
|
-
resend_email_confirmation_instructions: E-Mail-Bestätigungsanweisungen erneut
|
1724
|
+
resend_email_confirmation_instructions: Senden Sie die E-Mail-Bestätigungsanweisungen erneut
|
1721
1725
|
confirmation_instructions_sent: E-Mail-Bestätigungsanweisungen gesendet.
|
1722
|
-
create_user_group: Gruppe erstellen
|
1723
|
-
edit_profile: Profil bearbeiten
|
1724
|
-
edit_user_group: Gruppenprofil bearbeiten
|
1725
1726
|
fill_in_email_to_confirm_it: Bitte geben Sie die E-Mail-Adresse Ihrer Gruppe zur Bestätigung ein.
|
1726
|
-
invite_user: Nutzer einladen
|
1727
|
-
join_user_group: Anfrage zur Teilnahme an der Gruppe
|
1728
|
-
leave_user_group: Gruppe verlassen
|
1729
|
-
manage_user_group_admins: Admins verwalten
|
1730
|
-
manage_user_group_users: Mitglieder verwalten
|
1731
|
-
resend_email_confirmation_instructions: Senden Sie die E-Mail-Bestätigungsanweisungen erneut
|
1732
1727
|
reported_mailer:
|
1733
1728
|
hide:
|
1734
1729
|
hello: Hallo %{name},
|
@@ -1816,14 +1811,13 @@ de:
|
|
1816
1811
|
flag_user_modal:
|
1817
1812
|
already_reported: Dieser Inhalt wurde bereits gemeldet und wird von einem Administrator überprüft.
|
1818
1813
|
block: Diesen Teilnehmer blockieren
|
1819
|
-
|
1820
|
-
description: Was ist unangebracht über den Benutzer?
|
1814
|
+
description: Was ist unangemessen an diesem Teilnehmenden?
|
1821
1815
|
does_not_belong: Enthält illegale Aktivitäten, Selbstmorddrohungen, persönliche Informationen oder etwas anderes, von dem Sie denken, dass es nicht auf %{organization_name} gehört.
|
1822
1816
|
hide: Alle dessen Inhalte verbergen
|
1823
1817
|
offensive: Enthält Formen von Rassismus, Sexismus, Verleumdungen, persönliche Angriffe, Morddrohungen, Selbstmordanträge oder andere Formen von seelischer Gewalt.
|
1824
1818
|
report: Melden
|
1825
1819
|
spam: Enthält Clickbait, Werbung, Scams oder Script Bots.
|
1826
|
-
title: Unangemessenen
|
1820
|
+
title: Unangemessenen Teilnehmenden melden
|
1827
1821
|
floating_help:
|
1828
1822
|
help: Hilfe
|
1829
1823
|
follow_button:
|
data/config/locales/el.yml
CHANGED
@@ -31,6 +31,8 @@ el:
|
|
31
31
|
personal_url: Προσωπική ιστοσελίδα
|
32
32
|
remove_avatar: Αφαίρεση avatar
|
33
33
|
tos_agreement: Όροι Παροχής Υπηρεσιών
|
34
|
+
user_group:
|
35
|
+
avatar: Άβαταρ
|
34
36
|
models:
|
35
37
|
decidim/attachment_created_event: Συνημμένο
|
36
38
|
decidim/component_published_event: Ενεργό στοιχείο
|
@@ -430,6 +432,8 @@ el:
|
|
430
432
|
view_all: Προβολή όλων
|
431
433
|
metrics:
|
432
434
|
name: Μετρικά οργανισμού
|
435
|
+
participatory_space_metrics:
|
436
|
+
name: Μετρικά
|
433
437
|
static_page:
|
434
438
|
section:
|
435
439
|
name: Ενότητα
|
@@ -892,6 +896,8 @@ el:
|
|
892
896
|
new_conversation: Νέα συνομιλία
|
893
897
|
next: Επόμενο
|
894
898
|
title: Συνομιλίες
|
899
|
+
reply_form:
|
900
|
+
placeholder: Η απάντησή σας...
|
895
901
|
show:
|
896
902
|
back: Πίσω σε όλες τις συνομιλίες
|
897
903
|
chat_with: Συνομιλία με
|
@@ -906,11 +912,9 @@ el:
|
|
906
912
|
participants:
|
907
913
|
description: Αριθμός ενεργών συμμετεχόντων στον οργανισμό
|
908
914
|
object: συμμετέχοντες
|
909
|
-
title: Συμμετέχοντες
|
910
915
|
users:
|
911
916
|
description: Αριθμός συμμετεχόντων στον οργανισμό
|
912
917
|
object: συμμετέχοντες
|
913
|
-
title: Συμμετέχοντες
|
914
918
|
newsletter_mailer:
|
915
919
|
newsletter:
|
916
920
|
unsubscribe: Για να εξαιρεθείτε από τη λήψη αυτού του τύπου email, πατήστε <a href="%{link}" target="_blank" class="unsubscribe">Κατάργηση εγγραφής</a>.
|
@@ -1039,14 +1043,12 @@ el:
|
|
1039
1043
|
conversations: Συνομιλίες
|
1040
1044
|
followers: Ακόλουθοι
|
1041
1045
|
following: Ακολουθεί
|
1046
|
+
group_admins: Διαχείριση διαχειριστών
|
1047
|
+
group_members: Διαχείριση μελών
|
1042
1048
|
groups: Ομάδες
|
1043
1049
|
members: Μέλη
|
1044
1050
|
officialized: Επίσημος συμμετέχων
|
1045
1051
|
send_private_message: Αποστολή προσωπικού μηνύματος
|
1046
|
-
sidebar:
|
1047
|
-
badges:
|
1048
|
-
info: Τα εμβλήματα κερδίζονται πραγματοποιώντας μια συγκεκριμένη δραστηριότητα στην πλατφόρμα.
|
1049
|
-
title: Εμβλήματα
|
1050
1052
|
user:
|
1051
1053
|
actions:
|
1052
1054
|
create_user_group: Δημιουργία ομάδας
|
@@ -1054,20 +1056,13 @@ el:
|
|
1054
1056
|
edit_user_group: Επεξεργασία προφίλ ομάδας
|
1055
1057
|
invite_user: Πρόσκληση συμμετέχοντα
|
1056
1058
|
join_user_group: Αίτημα συμμετοχής σε ομάδα
|
1059
|
+
leave_user_group: Αποχώρηση από την ομάδα
|
1057
1060
|
manage_user_group_admins: Διαχείριση διαχειριστών
|
1058
1061
|
manage_user_group_users: Διαχείριση μελών
|
1059
1062
|
message: Μήνυμα
|
1063
|
+
resend_email_confirmation_instructions: Επανάληψη αποστολής των οδηγιών επιβεβαίωσης μέσω email
|
1060
1064
|
confirmation_instructions_sent: Στάλθηκαν οι οδηγίες επιβεβαίωσης email.
|
1061
|
-
create_user_group: Δημιουργία ομάδας
|
1062
|
-
edit_profile: Επεξεργασία προφίλ
|
1063
|
-
edit_user_group: Επεξεργασία προφίλ ομάδας
|
1064
1065
|
fill_in_email_to_confirm_it: Συμπληρώστε τη διεύθυνση email της ομάδας σας για να την επιβεβαιώσετε.
|
1065
|
-
invite_user: Πρόσκληση συμμετέχοντα
|
1066
|
-
join_user_group: Αίτημα συμμετοχής σε ομάδα
|
1067
|
-
leave_user_group: Αποχώρηση από την ομάδα
|
1068
|
-
manage_user_group_admins: Διαχείριση διαχειριστών
|
1069
|
-
manage_user_group_users: Διαχείριση μελών
|
1070
|
-
resend_email_confirmation_instructions: Επανάληψη αποστολής των οδηγιών επιβεβαίωσης μέσω email
|
1071
1066
|
reported_mailer:
|
1072
1067
|
hide:
|
1073
1068
|
hello: Γεια σας %{name},
|
data/config/locales/en.yml
CHANGED
@@ -6,6 +6,7 @@ en:
|
|
6
6
|
delete_reason: Reason to delete your account
|
7
7
|
attachment:
|
8
8
|
documents: Documents
|
9
|
+
image: Image
|
9
10
|
photos: Photos
|
10
11
|
common:
|
11
12
|
created_at: Created at
|
@@ -55,6 +56,12 @@ en:
|
|
55
56
|
tos_agreement: Terms of service agreement
|
56
57
|
user_group:
|
57
58
|
avatar: Avatar
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: The nickname must be lowercase and contain no spaces
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Attachment
|
60
67
|
decidim/component_published_event: Active component
|
@@ -172,6 +179,7 @@ en:
|
|
172
179
|
front_page_link: Go to front page
|
173
180
|
logo: "%{organization}'s official logo"
|
174
181
|
opens_in_new_tab: Opens in new tab
|
182
|
+
secondary_menu: Secondary menu
|
175
183
|
skip_button: Skip to main content
|
176
184
|
account:
|
177
185
|
blocked: This account has been blocked due to terms of service violation
|
@@ -1006,6 +1014,16 @@ en:
|
|
1006
1014
|
notification_event:
|
1007
1015
|
notification_title: An event occurred to <a href="%{resource_path}">%{resource_title}</a>.
|
1008
1016
|
reports:
|
1017
|
+
parent_hidden:
|
1018
|
+
email_intro: |-
|
1019
|
+
Your %{resource_type} is no longer visible.<br>
|
1020
|
+
This happened because the proposal, meeting, debate or comment you replied to has been moderated. If it becomes available again, your comment will be automatically restored.
|
1021
|
+
email_outro: You have received this notification because you are an author of the affected %{resource_type}.
|
1022
|
+
email_subject: Your %{resource_type} is no longer visible
|
1023
|
+
notification_title: |-
|
1024
|
+
Your %{resource_type} is no longer visible.<br>
|
1025
|
+
This happened because the proposal, meeting, debate or comment you replied to has been moderated. If it becomes available again, your comment will be automatically restored.
|
1026
|
+
<i>%{resource_content}</i>
|
1009
1027
|
resource_hidden:
|
1010
1028
|
email_intro: An administrator removed your %{resource_type} because it has been reported as %{report_reasons}.
|
1011
1029
|
email_outro: You have received this notification because you are an author of the removed content.
|
@@ -1700,10 +1718,6 @@ en:
|
|
1700
1718
|
members: Members
|
1701
1719
|
officialized: Official participant
|
1702
1720
|
send_private_message: Send private message
|
1703
|
-
sidebar:
|
1704
|
-
badges:
|
1705
|
-
info: Badges are earned by performing specific activity in the platform.
|
1706
|
-
title: Badges
|
1707
1721
|
user:
|
1708
1722
|
actions:
|
1709
1723
|
create_user_group: Create group
|
@@ -1719,20 +1733,15 @@ en:
|
|
1719
1733
|
message: Message
|
1720
1734
|
resend_email_confirmation_instructions: Resend email confirmation instructions
|
1721
1735
|
confirmation_instructions_sent: Email confirmation instructions sent.
|
1722
|
-
create_user_group: Create group
|
1723
|
-
edit_profile: Edit profile
|
1724
|
-
edit_user_group: Edit group profile
|
1725
1736
|
fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it.
|
1726
|
-
invite_user: Invite participant
|
1727
|
-
join_user_group: Request to join group
|
1728
|
-
leave_user_group: Leave group
|
1729
|
-
manage_user_group_admins: Manage admins
|
1730
|
-
manage_user_group_users: Manage members
|
1731
|
-
resend_email_confirmation_instructions: Resend email confirmation instructions
|
1732
1737
|
reported_mailer:
|
1733
1738
|
hide:
|
1739
|
+
content: Reported content
|
1740
|
+
details: Details
|
1734
1741
|
hello: Hello %{name},
|
1735
1742
|
manage_moderations: Manage moderations
|
1743
|
+
participatory_space: Participatory space
|
1744
|
+
reason: Reason
|
1736
1745
|
report_html: <p>The following <a href="%{url}">content</a> has been hidden automatically.</p>
|
1737
1746
|
subject: A resource has been hidden automatically
|
1738
1747
|
report:
|
@@ -1816,14 +1825,13 @@ en:
|
|
1816
1825
|
flag_user_modal:
|
1817
1826
|
already_reported: This content is already reported and it will be reviewed by an admin.
|
1818
1827
|
block: Block this participant
|
1819
|
-
|
1820
|
-
description: What is inappropriate about the user?
|
1828
|
+
description: What is inappropriate about this participant?
|
1821
1829
|
does_not_belong: Contains illegal activity, suicide threats, personal information, or something else you think does not belong on %{organization_name}.
|
1822
1830
|
hide: Hide all their contents
|
1823
1831
|
offensive: Contains racism, sexism, slurs, personal attacks, death threats, suicide requests or any form of hate speech.
|
1824
1832
|
report: Report
|
1825
1833
|
spam: Contains clickbait, advertising, scams or script bots.
|
1826
|
-
title: Report inappropriate
|
1834
|
+
title: Report inappropriate participant
|
1827
1835
|
floating_help:
|
1828
1836
|
help: Help
|
1829
1837
|
follow_button:
|