decidim-core 0.29.2 → 0.29.4
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/address/show.erb +3 -3
- data/app/cells/decidim/author/show.erb +2 -4
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +2 -2
- data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +4 -4
- 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 +6 -7
- data/app/commands/decidim/invite_user.rb +1 -1
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/concerns/decidim/participatory_space_context.rb +4 -1
- data/app/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/reports_controller.rb +7 -2
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- data/app/forms/decidim/omniauth_registration_form.rb +1 -1
- data/app/forms/decidim/registration_form.rb +1 -1
- data/app/helpers/decidim/menu_helper.rb +2 -2
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/paginate_helper.rb +1 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/helpers/decidim/tooltip_helper.rb +4 -1
- data/app/jobs/decidim/hide_child_resources_job.rb +24 -0
- data/app/mailers/decidim/notifications_digest_mailer.rb +7 -1
- data/app/mailers/decidim/reported_mailer.rb +18 -2
- data/app/models/decidim/action_log.rb +1 -9
- data/app/models/decidim/report.rb +1 -1
- 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/input_character_counter.js +1 -1
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/stylesheets/decidim/_cards.scss +1 -1
- data/app/packs/stylesheets/decidim/_content_blocks.scss +4 -0
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +65 -40
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/permissions/decidim/default_permissions.rb +2 -0
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +7 -3
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/queries/decidim/last_activity.rb +25 -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/last_activities/index.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_reply_form.html.erb +1 -2
- data/app/views/decidim/messaging/conversations/_start.html.erb +1 -1
- data/app/views/decidim/reported_mailer/hidden_automatically.html.erb +25 -0
- data/app/views/decidim/reported_mailer/hidden_manually.html.erb +25 -0
- 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/decidim/shared/_orders.html.erb +2 -2
- data/app/views/decidim/shared/_results_per_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_paginator.html.erb +1 -1
- data/app/views/layouts/decidim/_logo.html.erb +2 -2
- data/app/views/layouts/decidim/footer/_main_legal.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown_desktop.html.erb +5 -11
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +5 -5
- data/config/locales/ar.yml +41 -34
- data/config/locales/bg.yml +10 -30
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/ca-IT.yml +2122 -0
- data/config/locales/ca.yml +69 -30
- data/config/locales/cs.yml +73 -36
- data/config/locales/de.yml +64 -26
- data/config/locales/el.yml +10 -21
- data/config/locales/en.yml +56 -17
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +69 -30
- data/config/locales/es-PY.yml +74 -35
- data/config/locales/es.yml +72 -33
- data/config/locales/eu.yml +128 -91
- data/config/locales/fi-plain.yml +44 -34
- data/config/locales/fi.yml +46 -36
- data/config/locales/fr-CA.yml +72 -29
- data/config/locales/fr.yml +71 -28
- data/config/locales/ga-IE.yml +4 -4
- data/config/locales/gl.yml +25 -20
- data/config/locales/hu.yml +9 -29
- data/config/locales/id-ID.yml +24 -21
- data/config/locales/is-IS.yml +10 -6
- data/config/locales/it.yml +35 -32
- data/config/locales/ja.yml +70 -30
- data/config/locales/lb.yml +24 -27
- data/config/locales/lt.yml +5 -23
- data/config/locales/lv.yml +18 -20
- data/config/locales/nl.yml +23 -23
- data/config/locales/no.yml +18 -21
- data/config/locales/pl.yml +7 -27
- data/config/locales/pt-BR.yml +11 -30
- data/config/locales/pt.yml +18 -21
- data/config/locales/ro-RO.yml +239 -92
- data/config/locales/ru.yml +23 -13
- data/config/locales/sk.yml +29 -23
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +49 -37
- data/config/locales/tr-TR.yml +25 -28
- data/config/locales/uk.yml +12 -7
- data/config/locales/zh-CN.yml +18 -20
- data/config/locales/zh-TW.yml +8 -22
- data/db/migrate/20171212103803_create_unique_nicknames.rb +1 -1
- data/db/migrate/20180221101934_fix_nickname_index.rb +1 -1
- data/db/migrate/20180706104107_add_nickname_to_managed_users.rb +1 -1
- data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
- data/db/migrate/20190412131728_fix_user_names.rb +1 -1
- 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 +48 -6
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +32 -0
- 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/dynamic_map/here.rb +1 -40
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/moderation_tools.rb +16 -2
- data/lib/decidim/nicknamizable.rb +6 -9
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/translatable_attributes.rb +5 -1
- data/lib/tasks/upgrade/clean_hidden_resources.rake +33 -0
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +17 -15
- 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/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
- data/app/views/decidim/reported_mailer/hide.html.erb +0 -9
data/config/locales/ca.yml
CHANGED
@@ -4,10 +4,19 @@ ca:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Raó per eliminar el teu compte
|
7
|
+
attachment:
|
8
|
+
documents: Documents
|
9
|
+
image: Imatge
|
10
|
+
photos: Fotos
|
7
11
|
common:
|
8
12
|
created_at: Creat el
|
13
|
+
content_block_attachment:
|
14
|
+
background_image: Imatge de fons
|
15
|
+
main_image: Imatge principal
|
9
16
|
conversation:
|
10
17
|
body: Cos
|
18
|
+
editor_image:
|
19
|
+
file: Arxiu
|
11
20
|
group:
|
12
21
|
about: Quant a
|
13
22
|
avatar: Avatar
|
@@ -16,12 +25,15 @@ ca:
|
|
16
25
|
name: Nom
|
17
26
|
nickname: Àlies
|
18
27
|
phone: Telèfon
|
28
|
+
import:
|
29
|
+
file: Arxiu
|
19
30
|
message:
|
20
31
|
body: Cos
|
21
32
|
report:
|
22
33
|
details: Comentaris addicionals
|
23
34
|
user:
|
24
35
|
about: Quant a
|
36
|
+
avatar: Imatge de perfil
|
25
37
|
email: El teu correu electrònic
|
26
38
|
encrypted_password: Contrasenya
|
27
39
|
locale: Configuració regional
|
@@ -33,6 +45,14 @@ ca:
|
|
33
45
|
personal_url: URL personal
|
34
46
|
remove_avatar: Elimina la imatge de perfil
|
35
47
|
tos_agreement: Termes i condicions d'ús
|
48
|
+
user_group:
|
49
|
+
avatar: Avatar
|
50
|
+
errors:
|
51
|
+
models:
|
52
|
+
user:
|
53
|
+
attributes:
|
54
|
+
nickname:
|
55
|
+
format: L'àlies o sobrenom s'ha d'escriure en minúscules i no ha de tenir cap espai
|
36
56
|
models:
|
37
57
|
decidim/attachment_created_event: Arxiu adjunt
|
38
58
|
decidim/component_published_event: Component actiu
|
@@ -91,7 +111,7 @@ ca:
|
|
91
111
|
decidim_with_month_name_short: "%d %b"
|
92
112
|
help:
|
93
113
|
date_format: 'Format: dd/mm/aaaa'
|
94
|
-
order: d-m-
|
114
|
+
order: d-m-y
|
95
115
|
separator: "/"
|
96
116
|
datetime:
|
97
117
|
distance_in_words:
|
@@ -146,6 +166,7 @@ ca:
|
|
146
166
|
front_page_link: Anar a la pàgina principal
|
147
167
|
logo: "Logo oficial de %{organization}"
|
148
168
|
opens_in_new_tab: Obrir en una pestanya nova
|
169
|
+
secondary_menu: Menú secundari
|
149
170
|
skip_button: Vés al contingut principal
|
150
171
|
account:
|
151
172
|
blocked: Aquest compte ha estat bloquejat degut a una violació dels termes i condicions d'ús
|
@@ -496,6 +517,8 @@ ca:
|
|
496
517
|
dummy_step_attribute1: Atribut de fase de prova 1
|
497
518
|
dummy_step_attribute2: Atribut de fase de prova 2
|
498
519
|
dummy_step_translatable_text: Text de fase traduïble de proves
|
520
|
+
pagination:
|
521
|
+
page_title: "%{component_name} - Pàgina %{current_page} de %{total_pages}"
|
499
522
|
contact: Contacte
|
500
523
|
content_blocks:
|
501
524
|
announcement:
|
@@ -734,6 +757,11 @@ ca:
|
|
734
757
|
email_outro: Has rebut aquesta notificació perquè estàs seguint %{amendable_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
735
758
|
email_subject: Esmena rebutjada per %{amendable_title} a %{emendation_author_nickname}
|
736
759
|
notification_title: L'<a href="%{emendation_path}">esmena</a> creada per <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> ha estat rebutjada per <a href="%{amendable_path}">%{amendable_title}</a>.
|
760
|
+
emendation_promoted:
|
761
|
+
follower:
|
762
|
+
email_intro: 'S''ha publicat una esmena per a %{amendable_title}. La pots veure en aquesta pàgina:'
|
763
|
+
email_outro: Has rebut aquesta notificació perquè és autora de %{amendable_title}.
|
764
|
+
email_subject: Una esmena de %{emendation_author_nickname} s'ha publicat com un nou %{amendable_type}
|
737
765
|
attachments:
|
738
766
|
attachment_created:
|
739
767
|
email_intro: 'S''ha afegit un nou document a %{resource_title}. Pots veure''l des d''aquesta pàgina:'
|
@@ -1025,8 +1053,8 @@ ca:
|
|
1025
1053
|
success: El grup s'ha abandonat correctament.
|
1026
1054
|
members:
|
1027
1055
|
accept_or_reject_join_requests: 'Les següents participants han sol·licitat unir-se a aquest grup. Accepta o rebutja les seves sol·licituds:'
|
1028
|
-
accept_request:
|
1029
|
-
reject_request:
|
1056
|
+
accept_request: Acceptar
|
1057
|
+
reject_request: Rebutjar
|
1030
1058
|
new:
|
1031
1059
|
create_user_group: Crea un grup
|
1032
1060
|
new_user_group: Nou grup
|
@@ -1176,16 +1204,22 @@ ca:
|
|
1176
1204
|
not_started: No s'ha iniciat encara
|
1177
1205
|
remaining: "Resta(en) %{time_distance}"
|
1178
1206
|
metrics:
|
1207
|
+
blocked_users:
|
1208
|
+
description: Número de participants bloquejades
|
1179
1209
|
download:
|
1180
1210
|
csv: Descarregar les dades (csv)
|
1181
1211
|
followers:
|
1182
1212
|
description: Nombre de participants que segueixen aquest espai de participació
|
1183
1213
|
object: seguidores
|
1184
|
-
title:
|
1214
|
+
title: Seguidors
|
1185
1215
|
participants:
|
1186
1216
|
description: Nombre de participants actives a l'organització
|
1187
1217
|
object: participants
|
1188
1218
|
title: Participants
|
1219
|
+
reported_users:
|
1220
|
+
description: Número de participants reportades
|
1221
|
+
user_reports:
|
1222
|
+
description: Número de denúncies realitzades per participants
|
1189
1223
|
users:
|
1190
1224
|
description: Nombre de participants a l'organització
|
1191
1225
|
object: participants
|
@@ -1251,10 +1285,12 @@ ca:
|
|
1251
1285
|
notifications_digest_mailer:
|
1252
1286
|
header:
|
1253
1287
|
daily: Resum diari de notificacions
|
1288
|
+
real_time: En temps real
|
1254
1289
|
weekly: Resum setmanal de notificacions
|
1255
1290
|
hello: Hola %{name},
|
1256
1291
|
intro:
|
1257
1292
|
daily: 'Aquestes són les notificacions del darrer dia basades en l''activitat que segueixes:'
|
1293
|
+
real_time: 'Aquesta és una notificació sobre l''activitat que segueixes:'
|
1258
1294
|
weekly: 'Aquestes són les notificacions de la darrera setmana basades en l''activitat que segueixes:'
|
1259
1295
|
outro: Has rebut aquestes notificacions perquè segueixes aquest contingut o les seves autores. Pots deixar de seguir-les des de les seves respectives pàgines.
|
1260
1296
|
see_more: Veure més notificacions
|
@@ -1364,46 +1400,46 @@ ca:
|
|
1364
1400
|
followers: Seguidores
|
1365
1401
|
following: Seguint
|
1366
1402
|
group_admins: Gestionar administradores
|
1367
|
-
group_members:
|
1403
|
+
group_members: Gestiona els membres
|
1368
1404
|
groups: Grups
|
1369
1405
|
members: Membres
|
1370
1406
|
officialized: Participant oficial
|
1371
1407
|
send_private_message: Enviar missatge privat
|
1372
|
-
sidebar:
|
1373
|
-
badges:
|
1374
|
-
info: Els distintius s'aconsegueixen mitjançant la realització d'activitats específiques a la plataforma.
|
1375
|
-
title: Insígnies
|
1376
1408
|
user:
|
1377
1409
|
actions:
|
1378
|
-
create_user_group:
|
1410
|
+
create_user_group: Crea un grup
|
1379
1411
|
disabled_message: Missatge
|
1380
|
-
edit_profile:
|
1381
|
-
edit_user_group:
|
1382
|
-
invite_user:
|
1383
|
-
join_user_group: Sol·
|
1384
|
-
leave_user_group:
|
1412
|
+
edit_profile: Edita el perfil
|
1413
|
+
edit_user_group: Edita el perfil del grup
|
1414
|
+
invite_user: Convida la participant
|
1415
|
+
join_user_group: Sol·licita unir-se al grup
|
1416
|
+
leave_user_group: Marxa del grup
|
1385
1417
|
manage_user_group: Gestiona el grup
|
1386
1418
|
manage_user_group_admins: Gestionar administradores
|
1387
|
-
manage_user_group_users:
|
1419
|
+
manage_user_group_users: Gestiona els membres
|
1388
1420
|
message: Missatge
|
1389
1421
|
resend_email_confirmation_instructions: Reenvia un correu electrònic amb les instruccions de confirmació
|
1390
1422
|
confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
|
1391
|
-
create_user_group: Crea un grup
|
1392
|
-
edit_profile: Edita el perfil
|
1393
|
-
edit_user_group: Edita el perfil del grup
|
1394
1423
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1395
|
-
invite_user: Convida la participant
|
1396
|
-
join_user_group: Sol·licita unir-se al grup
|
1397
|
-
leave_user_group: Marxa del grup
|
1398
|
-
manage_user_group_admins: Gestiona les administradores
|
1399
|
-
manage_user_group_users: Gestiona els membres
|
1400
|
-
resend_email_confirmation_instructions: Reenvia un correu electrònic amb les instruccions de confirmació
|
1401
1424
|
reported_mailer:
|
1402
|
-
|
1425
|
+
hidden_automatically:
|
1426
|
+
content: Contingut reportat
|
1427
|
+
details: Detalls
|
1403
1428
|
hello: Hola %{name},
|
1404
1429
|
manage_moderations: Gestiona moderacions
|
1430
|
+
participatory_space: Espai de participació
|
1431
|
+
reason: Motiu
|
1405
1432
|
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
|
1406
1433
|
subject: Un contingut s'ha ocultat automàticament
|
1434
|
+
hidden_manually:
|
1435
|
+
content: Contingut reportat
|
1436
|
+
details: Detalls
|
1437
|
+
hello: Hola %{name},
|
1438
|
+
manage_moderations: Gestiona moderacions
|
1439
|
+
participatory_space: Espai de participació
|
1440
|
+
reason: Motiu
|
1441
|
+
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament per %{moderator}.</p>
|
1442
|
+
subject: Un recurs ha estat amagat per %{moderator}
|
1407
1443
|
report:
|
1408
1444
|
authors: Autores
|
1409
1445
|
content: Contingut reportat
|
@@ -1421,6 +1457,10 @@ ca:
|
|
1421
1457
|
create:
|
1422
1458
|
error: S'ha produït un error en denunciar el contingut. Si us plau, torna-ho a intentar.
|
1423
1459
|
success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
|
1460
|
+
hide:
|
1461
|
+
success: Aquest recurs s'ha amagat.
|
1462
|
+
parent_hidden:
|
1463
|
+
report_details: El recurs principal estava amagat
|
1424
1464
|
resource_endorsements:
|
1425
1465
|
create:
|
1426
1466
|
error: S'ha produït un error durant l'acció d'adhesió.
|
@@ -1489,14 +1529,13 @@ ca:
|
|
1489
1529
|
flag_user_modal:
|
1490
1530
|
already_reported: Aquest contingut ja ha estat reportat i serà revisat per una administradora.
|
1491
1531
|
block: Eliminar aquesta participant
|
1492
|
-
|
1493
|
-
description: Què és inapropiat d'aquesta usuària?
|
1532
|
+
description: Què té inapropiat aquesta participant?
|
1494
1533
|
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}.
|
1495
1534
|
hide: Amagar tots els seus continguts
|
1496
1535
|
offensive: Conté racisme, sexisme, insults, atacs personals, amenaces de mort, peticions de suïcidi o qualsevol forma de discurs d'odi.
|
1497
1536
|
report: Reportar
|
1498
1537
|
spam: Conté "clickbait", publicitat o estafes.
|
1499
|
-
title: Reportar
|
1538
|
+
title: Reportar participant inapropiada
|
1500
1539
|
floating_help:
|
1501
1540
|
help: Ajuda
|
1502
1541
|
follow_button:
|
@@ -1674,7 +1713,7 @@ ca:
|
|
1674
1713
|
invite_collaborator:
|
1675
1714
|
subject: T'han convidat a col·laborar a %{organization}
|
1676
1715
|
invite_private_user:
|
1677
|
-
subject: T'han convidat a participar en un
|
1716
|
+
subject: T'han convidat a participar en un espai de participació privat a%{organization}
|
1678
1717
|
organization_admin_invitation_instructions:
|
1679
1718
|
subject: T'han convidat a administrar %{organization}
|
1680
1719
|
password_change:
|
data/config/locales/cs.yml
CHANGED
@@ -4,10 +4,19 @@ cs:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Důvod odstranění vašeho účtu
|
7
|
+
attachment:
|
8
|
+
documents: Dokumenty
|
9
|
+
image: Obrázek
|
10
|
+
photos: Fotky
|
7
11
|
common:
|
8
12
|
created_at: Vytvořeno v
|
13
|
+
content_block_attachment:
|
14
|
+
background_image: Obrázek pozadí
|
15
|
+
main_image: Hlavní obrázek
|
9
16
|
conversation:
|
10
17
|
body: Tělo zprávy
|
18
|
+
editor_image:
|
19
|
+
file: Soubor
|
11
20
|
group:
|
12
21
|
about: O nás
|
13
22
|
avatar: Avatar
|
@@ -16,12 +25,15 @@ cs:
|
|
16
25
|
name: Jméno
|
17
26
|
nickname: Přezdívka
|
18
27
|
phone: Telefon
|
28
|
+
import:
|
29
|
+
file: Soubor
|
19
30
|
message:
|
20
31
|
body: Tělo zprávy
|
21
32
|
report:
|
22
33
|
details: Další komentáře
|
23
34
|
user:
|
24
35
|
about: O nás
|
36
|
+
avatar: Avatar
|
25
37
|
email: Váš email
|
26
38
|
encrypted_password: Heslo
|
27
39
|
locale: Jazyk
|
@@ -33,6 +45,14 @@ cs:
|
|
33
45
|
personal_url: Osobní URL
|
34
46
|
remove_avatar: Odstranit avatara
|
35
47
|
tos_agreement: Podmínky smlouvy o poskytování služeb
|
48
|
+
user_group:
|
49
|
+
avatar: Avatar
|
50
|
+
errors:
|
51
|
+
models:
|
52
|
+
user:
|
53
|
+
attributes:
|
54
|
+
nickname:
|
55
|
+
format: Přezdívka musí být malými písmeny a nesmí obsahovat mezery
|
36
56
|
models:
|
37
57
|
decidim/attachment_created_event: Příloha
|
38
58
|
decidim/component_published_event: Aktivní komponenty
|
@@ -99,7 +119,7 @@ cs:
|
|
99
119
|
decidim_with_month_name_short: "%d %b"
|
100
120
|
help:
|
101
121
|
date_format: 'Formát: dd/mm/rrrr'
|
102
|
-
order: d-m-
|
122
|
+
order: d-m-y
|
103
123
|
separator: "/"
|
104
124
|
datetime:
|
105
125
|
distance_in_words:
|
@@ -172,6 +192,7 @@ cs:
|
|
172
192
|
front_page_link: Přejít na titulní stránku
|
173
193
|
logo: "Oficiální logo %{organization}"
|
174
194
|
opens_in_new_tab: Otevře se v nové kartě
|
195
|
+
secondary_menu: Sekundární menu
|
175
196
|
skip_button: Přeskočit na hlavní obsah
|
176
197
|
account:
|
177
198
|
blocked: Tento účet byl zablokován kvůli porušení smluvních podmínek
|
@@ -533,6 +554,8 @@ cs:
|
|
533
554
|
dummy_step_attribute1: Atribut 1 zástupného kroku
|
534
555
|
dummy_step_attribute2: Atribut 2 zástupného kroku
|
535
556
|
dummy_step_translatable_text: Zástupný krok textu k přeložení
|
557
|
+
pagination:
|
558
|
+
page_title: "%{component_name} - Strana %{current_page} z %{total_pages}"
|
536
559
|
contact: Kontakt
|
537
560
|
content_blocks:
|
538
561
|
announcement:
|
@@ -699,7 +722,7 @@ cs:
|
|
699
722
|
drag_and_drop_help: Přidejte obrázky přetažením nebo vložením.
|
700
723
|
endorsement_buttons_cell:
|
701
724
|
already_endorsed: Nelíbí se mi
|
702
|
-
endorse:
|
725
|
+
endorse: Like
|
703
726
|
endorsements:
|
704
727
|
identities:
|
705
728
|
done: Hotovo
|
@@ -773,6 +796,11 @@ cs:
|
|
773
796
|
email_outro: Toto oznámení jste obdrželi, protože jste sledovali %{amendable_title}. Po předchozím propojení můžete přestat přijímat oznámení.
|
774
797
|
email_subject: Pozměňovací návrh k %{amendable_title} byl zamítnut od %{emendation_author_nickname}
|
775
798
|
notification_title: <a href="%{emendation_path}">Pozměňovací návrh</a> vytvořen od <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> k <a href="%{amendable_path}">%{amendable_title}</a> byl odmítnut.
|
799
|
+
emendation_promoted:
|
800
|
+
follower:
|
801
|
+
email_intro: 'Byla zveřejněna oprava pro %{amendable_title}. Můžete si ji prohlédnout na této stránce:'
|
802
|
+
email_outro: Toto oznámení jste obdrželi, protože jste autorem %{amendable_title}.
|
803
|
+
email_subject: Doplněk z %{emendation_author_nickname} byl zveřejněn jako nový %{amendable_type}
|
776
804
|
attachments:
|
777
805
|
attachment_created:
|
778
806
|
email_intro: 'Do dokumentu %{resource_title} byl přidán nový dokument. Můžete jej vidět z této stránky:'
|
@@ -1010,7 +1038,7 @@ cs:
|
|
1010
1038
|
accept:
|
1011
1039
|
error: Při přijetí této pozvánky došlo k chybě.
|
1012
1040
|
success: Pozvánka úspěšně přijata.
|
1013
|
-
accept_invitation:
|
1041
|
+
accept_invitation: Přijmout
|
1014
1042
|
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:'
|
1015
1043
|
index:
|
1016
1044
|
invite: Pozvat
|
@@ -1068,7 +1096,7 @@ cs:
|
|
1068
1096
|
success: Skupina úspěšně opustila.
|
1069
1097
|
members:
|
1070
1098
|
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:'
|
1071
|
-
accept_request:
|
1099
|
+
accept_request: Přijmout
|
1072
1100
|
reject_request: Odmítnout
|
1073
1101
|
new:
|
1074
1102
|
create_user_group: Vytvořit skupinu
|
@@ -1147,13 +1175,13 @@ cs:
|
|
1147
1175
|
conversation_mailer:
|
1148
1176
|
comanagers_new_conversation:
|
1149
1177
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1150
|
-
greeting:
|
1178
|
+
greeting: Ahoj, %{recipient}!
|
1151
1179
|
intro: "%{manager} zahájil novou konverzaci s názvem %{group}. Klikněte zde pro její zobrazení:"
|
1152
1180
|
outro: Užijte si platformu!
|
1153
1181
|
subject: "%{manager} zahájil novou konverzaci jako %{group}"
|
1154
1182
|
comanagers_new_message:
|
1155
1183
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1156
|
-
greeting:
|
1184
|
+
greeting: Ahoj, %{recipient}!
|
1157
1185
|
intro: "%{manager} zveřejnil nové zprávy v konverzaci s názvem %{group}. Klikněte zde pro jejich zobrazení:"
|
1158
1186
|
outro: Užijte si platformu!
|
1159
1187
|
subject: "%{manager} odeslal nové zprávy jako %{group}"
|
@@ -1164,13 +1192,13 @@ cs:
|
|
1164
1192
|
subject: "%{sender} začal s vámi konverzovat"
|
1165
1193
|
new_group_conversation:
|
1166
1194
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1167
|
-
greeting:
|
1195
|
+
greeting: Ahoj, %{recipient}!
|
1168
1196
|
intro: "%{sender} zahájil novou konverzaci se skupinou %{group}. Klikněte zde pro její zobrazení:"
|
1169
1197
|
outro: Užijte si platformu!
|
1170
1198
|
subject: "%{sender} zahájil konverzaci s %{group}"
|
1171
1199
|
new_group_message:
|
1172
1200
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1173
|
-
greeting:
|
1201
|
+
greeting: Ahoj, %{recipient}!
|
1174
1202
|
intro: "%{sender} přidal nové zprávy do konverzace se skupinou %{group}. Klikněte zde pro jejich zobrazení:"
|
1175
1203
|
outro: Užijte si platformu!
|
1176
1204
|
subject: "%{group} má nové zprávy od %{sender}"
|
@@ -1219,6 +1247,8 @@ cs:
|
|
1219
1247
|
not_started: Ještě nezačalo
|
1220
1248
|
remaining: "Zbývá %{time_distance}"
|
1221
1249
|
metrics:
|
1250
|
+
blocked_users:
|
1251
|
+
description: Počet blokovaných účastníků
|
1222
1252
|
download:
|
1223
1253
|
csv: Stáhnout data (CSV)
|
1224
1254
|
followers:
|
@@ -1229,10 +1259,14 @@ cs:
|
|
1229
1259
|
description: Počet aktivních uživatelů v organizaci
|
1230
1260
|
object: účastníků
|
1231
1261
|
title: Účastníci
|
1262
|
+
reported_users:
|
1263
|
+
description: Počet nahlášených účastníků
|
1264
|
+
user_reports:
|
1265
|
+
description: Počet zpráv vypracovaných účastníky
|
1232
1266
|
users:
|
1233
1267
|
description: Počet uživatelů v organizaci
|
1234
1268
|
object: uživatelů
|
1235
|
-
title:
|
1269
|
+
title: Účastníci
|
1236
1270
|
newsletter_mailer:
|
1237
1271
|
newsletter:
|
1238
1272
|
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.
|
@@ -1294,10 +1328,12 @@ cs:
|
|
1294
1328
|
notifications_digest_mailer:
|
1295
1329
|
header:
|
1296
1330
|
daily: Denní výběr oznámení
|
1331
|
+
real_time: V reálném čase
|
1297
1332
|
weekly: Týdenní výběr oznámení
|
1298
1333
|
hello: Dobrý den %{name},
|
1299
1334
|
intro:
|
1300
1335
|
daily: 'Toto jsou oznámení z posledního dne založená na aktivitě, kterou máte:'
|
1336
|
+
real_time: 'Toto je oznámení o aktivitě, kterou sledujete:'
|
1301
1337
|
weekly: 'Toto jsou oznámení z minulého týdne založená na aktivitě, kterou máte:'
|
1302
1338
|
outro: Obdrželi jste tato oznámení, protože sledujete tento obsah nebo jeho autory. Můžete je zrušit z jejich příslušných stránek.
|
1303
1339
|
see_more: Zobrazit další oznámení
|
@@ -1406,47 +1442,45 @@ cs:
|
|
1406
1442
|
conversations: Konverzace
|
1407
1443
|
followers: Sledující
|
1408
1444
|
following: Sleduje
|
1409
|
-
group_admins:
|
1410
|
-
group_members:
|
1445
|
+
group_admins: Správa administrátorů
|
1446
|
+
group_members: Správa členů
|
1411
1447
|
groups: Skupiny
|
1412
1448
|
members: Členové
|
1413
1449
|
officialized: Oficiální účastník
|
1414
1450
|
send_private_message: Odeslat soukromou zprávu
|
1415
|
-
sidebar:
|
1416
|
-
badges:
|
1417
|
-
info: Odznaky jsou získávány prováděním konkrétní činnosti v platformě.
|
1418
|
-
title: Odznaky
|
1419
1451
|
user:
|
1420
1452
|
actions:
|
1421
1453
|
create_user_group: Vytvořit skupinu
|
1422
1454
|
disabled_message: Zpráva
|
1423
|
-
edit_profile:
|
1455
|
+
edit_profile: Editovat profil
|
1424
1456
|
edit_user_group: Upravit profil skupiny
|
1425
|
-
invite_user: Pozvat
|
1426
|
-
join_user_group:
|
1457
|
+
invite_user: Pozvat uživatele
|
1458
|
+
join_user_group: Žádost o připojení ke skupině
|
1427
1459
|
leave_user_group: Opustit skupinu
|
1428
1460
|
manage_user_group: Spravovat skupinu
|
1429
|
-
manage_user_group_admins:
|
1430
|
-
manage_user_group_users:
|
1461
|
+
manage_user_group_admins: Správa administrátorů
|
1462
|
+
manage_user_group_users: Správa členů
|
1431
1463
|
message: Zpráva
|
1432
1464
|
resend_email_confirmation_instructions: Znovu odeslat pokyny pro potvrzení e-mailu
|
1433
1465
|
confirmation_instructions_sent: Pokyny pro potvrzení e-mailu byly odeslány.
|
1434
|
-
create_user_group: Vytvořit skupinu
|
1435
|
-
edit_profile: Editovat profil
|
1436
|
-
edit_user_group: Upravit profil skupiny
|
1437
1466
|
fill_in_email_to_confirm_it: Pro potvrzení vyplňte e-mailovou adresu skupiny.
|
1438
|
-
invite_user: Pozvat uživatele
|
1439
|
-
join_user_group: Žádost o připojení ke skupině
|
1440
|
-
leave_user_group: Opustit skupinu
|
1441
|
-
manage_user_group_admins: Správa administrátorů
|
1442
|
-
manage_user_group_users: Správa členů
|
1443
|
-
resend_email_confirmation_instructions: Znovu odeslat pokyny pro potvrzení e-mailu
|
1444
1467
|
reported_mailer:
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1468
|
+
hidden_automatically:
|
1469
|
+
details: Podrobnosti
|
1470
|
+
hello: Dobrý den %{name},
|
1471
|
+
participatory_space: Participativní prostor
|
1472
|
+
reason: Důvod
|
1448
1473
|
report_html: <p>Následující <a href="%{url}">obsah</a> byl automaticky skryt.</p>
|
1449
1474
|
subject: Zdroj byl automaticky skryt
|
1475
|
+
hidden_manually:
|
1476
|
+
content: Nahlášený obsah
|
1477
|
+
details: Podrobnosti
|
1478
|
+
hello: Dobrý den %{name},
|
1479
|
+
manage_moderations: Spravovat moderace
|
1480
|
+
participatory_space: Participativní prostor
|
1481
|
+
reason: Důvod
|
1482
|
+
report_html: <p>Následující <a href="%{url}">obsah</a> byl skrytý od %{moderator}.</p>
|
1483
|
+
subject: Zdroj byl skryt %{moderator}
|
1450
1484
|
report:
|
1451
1485
|
authors: Autoři
|
1452
1486
|
content: Nahlášený obsah
|
@@ -1464,6 +1498,10 @@ cs:
|
|
1464
1498
|
create:
|
1465
1499
|
error: Při vytváření shromáždění došlo k chybě. Zkuste to znovu.
|
1466
1500
|
success: Zpráva byla úspěšně vytvořena a bude kontrolována administrátorem.
|
1501
|
+
hide:
|
1502
|
+
success: Tento zdroj byl skryt.
|
1503
|
+
parent_hidden:
|
1504
|
+
report_details: Nadřazený dokument byl skryt
|
1467
1505
|
resource_endorsements:
|
1468
1506
|
create:
|
1469
1507
|
error: Během akce schválení došlo k chybě.
|
@@ -1532,14 +1570,13 @@ cs:
|
|
1532
1570
|
flag_user_modal:
|
1533
1571
|
already_reported: Tento obsah je již nahlášen a bude přezkoumán administrátorem.
|
1534
1572
|
block: Blokovat tohoto uživatele
|
1535
|
-
|
1536
|
-
description: Co je s uživatelem nevhodné?
|
1573
|
+
description: Co je s tímto účastníkem nevhodné?
|
1537
1574
|
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}.
|
1538
1575
|
hide: Skrýt veškerý jejich obsah
|
1539
1576
|
offensive: Obsahuje rasismus, sexismus, urážky, osobní útoky, hrozby smrti, sebevražedné žádosti nebo jakoukoliv formu nenávistného projevu.
|
1540
1577
|
report: Nahlásit
|
1541
1578
|
spam: Obsahuje clickbait, reklamu, podvody nebo škodlivé skripty.
|
1542
|
-
title: Nahlásit nevhodného
|
1579
|
+
title: Nahlásit nevhodného účastníka
|
1543
1580
|
floating_help:
|
1544
1581
|
help: Pomoc
|
1545
1582
|
follow_button:
|
@@ -1605,7 +1642,7 @@ cs:
|
|
1605
1642
|
time_ago: "před %{time}"
|
1606
1643
|
reply:
|
1607
1644
|
placeholder: Vaše odpověď...
|
1608
|
-
send:
|
1645
|
+
send: Poslat
|
1609
1646
|
update:
|
1610
1647
|
error: Zpráva nebyla odeslána. Zkuste to později
|
1611
1648
|
user_interests:
|