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/no.yml
CHANGED
@@ -29,6 +29,8 @@
|
|
29
29
|
password_confirmation: Bekreft ditt passord
|
30
30
|
personal_url: Din profilside
|
31
31
|
remove_avatar: Fjern profilbilde
|
32
|
+
user_group:
|
33
|
+
avatar: Profilbilde
|
32
34
|
models:
|
33
35
|
decidim/attachment_created_event: Vedlegg
|
34
36
|
decidim/component_published_event: Aktive komponent
|
@@ -376,6 +378,8 @@
|
|
376
378
|
view_all: Vis alle
|
377
379
|
metrics:
|
378
380
|
name: Organisasjonens målinger
|
381
|
+
participatory_space_metrics:
|
382
|
+
name: Deltakelse i tall
|
379
383
|
stats:
|
380
384
|
name: Organisasjonsstatistikk
|
381
385
|
sub_hero:
|
@@ -787,6 +791,8 @@
|
|
787
791
|
new_conversation: Ny samtale
|
788
792
|
next: Neste
|
789
793
|
title: Samtaler
|
794
|
+
reply_form:
|
795
|
+
placeholder: Ditt svar...
|
790
796
|
show:
|
791
797
|
back: Tilbake til alle samtaler
|
792
798
|
chat_with: Samtale med
|
@@ -913,30 +919,24 @@
|
|
913
919
|
conversations: Samtaler
|
914
920
|
followers: Følgere
|
915
921
|
following: Følger
|
922
|
+
group_admins: Administrer administrator
|
923
|
+
group_members: Administrere medlemmer
|
916
924
|
groups: Grupper
|
917
925
|
members: Medlemmer
|
918
926
|
officialized: Offisiell deltaker
|
919
927
|
send_private_message: Send privat melding
|
920
|
-
sidebar:
|
921
|
-
badges:
|
922
|
-
info: Merker tjenes med å utføre spesifikke aktivitet i plattformen.
|
923
|
-
title: Merker
|
924
928
|
user:
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
929
|
+
actions:
|
930
|
+
create_user_group: Opprett gruppe
|
931
|
+
edit_profile: Rediger profil
|
932
|
+
edit_user_group: Rediger gruppeprofil
|
933
|
+
invite_user: Inviter deltaker
|
934
|
+
join_user_group: Forespør om å bli med i gruppen
|
935
|
+
leave_user_group: Forlat gruppe
|
936
|
+
manage_user_group_admins: Administrer administrator
|
937
|
+
manage_user_group_users: Administrere medlemmer
|
938
|
+
resend_email_confirmation_instructions: Send email bekreftelse instruksjoner på nytt
|
934
939
|
reported_mailer:
|
935
|
-
hide:
|
936
|
-
hello: Hei %{name},
|
937
|
-
manage_moderations: Administrer moderasjoner
|
938
|
-
report_html: <p>Det følgene <a href="%{url}">innholdet</a> har blitt automatisk skjult.</p>
|
939
|
-
subject: En ressurs var automatisk skjult
|
940
940
|
report:
|
941
941
|
authors: Forfattere
|
942
942
|
content: Rapportert innhold
|
@@ -1013,12 +1013,9 @@
|
|
1013
1013
|
title: Rapporter et problem
|
1014
1014
|
flag_user_modal:
|
1015
1015
|
already_reported: Dette innholdet er allerede rapportert og vil bli vurdert av en administrator.
|
1016
|
-
close: Lukk
|
1017
|
-
description: Hva er upassende med brukeren?
|
1018
1016
|
offensive: Inneholder rasisme, sexisme, banning, personangrep, dødstrusler, selvmordsforespørsler eller andre former for hatefullt språk.
|
1019
1017
|
report: Rapporter
|
1020
1018
|
spam: Inneholder klikkeagn, reklame, svindel eller skriptbotter.
|
1021
|
-
title: Rapporter upassende bruker
|
1022
1019
|
floating_help:
|
1023
1020
|
help: Hjelp
|
1024
1021
|
participatory_space_filters:
|
data/config/locales/pl.yml
CHANGED
@@ -33,6 +33,8 @@ pl:
|
|
33
33
|
personal_url: Prywatny adres URL
|
34
34
|
remove_avatar: Usuń awatar
|
35
35
|
tos_agreement: Warunki korzystania z Platformy
|
36
|
+
user_group:
|
37
|
+
avatar: Awatar
|
36
38
|
models:
|
37
39
|
decidim/attachment_created_event: Załącznik
|
38
40
|
decidim/component_published_event: Aktywny komponent
|
@@ -57,7 +59,7 @@ pl:
|
|
57
59
|
with_participatory_space: Przestrzeń partycypacji
|
58
60
|
decidim/user:
|
59
61
|
current_password: Obecne hasło
|
60
|
-
email:
|
62
|
+
email: E-mail
|
61
63
|
name: Pseudonim
|
62
64
|
password: Hasło
|
63
65
|
password_confirmation: Potwierdzenie hasła
|
@@ -653,7 +655,6 @@ pl:
|
|
653
655
|
drag_and_drop_help: Dodaj obrazy, przeciągając i upuszczając lub wklejając je.
|
654
656
|
endorsement_buttons_cell:
|
655
657
|
already_endorsed: Nie lubię tego
|
656
|
-
endorse: Lubię to
|
657
658
|
endorsements:
|
658
659
|
identities:
|
659
660
|
done: Gotowe
|
@@ -1016,7 +1017,7 @@ pl:
|
|
1016
1017
|
success: Opuszczono grupę.
|
1017
1018
|
members:
|
1018
1019
|
accept_or_reject_join_requests: 'Następujący użytkownicy zgłosili się, aby dołączyć do tej grupy. Zaakceptuj lub odrzuć ich prośby:'
|
1019
|
-
accept_request:
|
1020
|
+
accept_request: Akceptuj
|
1020
1021
|
reject_request: Odrzuć
|
1021
1022
|
new:
|
1022
1023
|
create_user_group: Utwórz grupę
|
@@ -1174,11 +1175,11 @@ pl:
|
|
1174
1175
|
participants:
|
1175
1176
|
description: Liczba aktywnych użytkowników w organizacji
|
1176
1177
|
object: użytkownicy
|
1177
|
-
title:
|
1178
|
+
title: Użytkowników
|
1178
1179
|
users:
|
1179
1180
|
description: Liczba użytkowników w organizacji
|
1180
1181
|
object: użytkownicy
|
1181
|
-
title:
|
1182
|
+
title: Użytkowników
|
1182
1183
|
newsletter_mailer:
|
1183
1184
|
newsletter:
|
1184
1185
|
no_reply_notice: Ta wiadomość została wysłana z adresu do powiadomień, który nie akceptuje poczty przychodzącej. Prosimy na nią nie odpowiadać.
|
@@ -1358,17 +1359,13 @@ pl:
|
|
1358
1359
|
members: Członkowie
|
1359
1360
|
officialized: Oficjalny użytkownik
|
1360
1361
|
send_private_message: Wyślij wiadomość prywatną
|
1361
|
-
sidebar:
|
1362
|
-
badges:
|
1363
|
-
info: Odznaki zdobywa się wykonując określoną czynność na platformie.
|
1364
|
-
title: Odznaki
|
1365
1362
|
user:
|
1366
1363
|
actions:
|
1367
1364
|
create_user_group: Utwórz grupę
|
1368
1365
|
disabled_message: Wiadomość
|
1369
1366
|
edit_profile: Edytuj profil
|
1370
1367
|
edit_user_group: Edytuj profil grupy
|
1371
|
-
invite_user: Zaproś
|
1368
|
+
invite_user: Zaproś użytkownika
|
1372
1369
|
join_user_group: Poproś o dołączenie do grupy
|
1373
1370
|
leave_user_group: Opuścić grupę
|
1374
1371
|
manage_user_group: Zarządzanie grupą
|
@@ -1377,22 +1374,8 @@ pl:
|
|
1377
1374
|
message: Wiadomość
|
1378
1375
|
resend_email_confirmation_instructions: Wyślij ponownie instrukcje dotyczące potwierdzenia adresu e-mail
|
1379
1376
|
confirmation_instructions_sent: Wysłano instrukcje dotyczące potwierdzenia adresu e-mail.
|
1380
|
-
create_user_group: Utwórz grupę
|
1381
|
-
edit_profile: Edytuj profil
|
1382
|
-
edit_user_group: Edytuj profil grupy
|
1383
1377
|
fill_in_email_to_confirm_it: Podaj adres e-mail grupy, aby go potwierdzić.
|
1384
|
-
invite_user: Zaproś użytkownika
|
1385
|
-
join_user_group: Poproś o dołączenie do grupy
|
1386
|
-
leave_user_group: Opuścić grupę
|
1387
|
-
manage_user_group_admins: Zarządzaj administratorami
|
1388
|
-
manage_user_group_users: Zarządzaj członkami
|
1389
|
-
resend_email_confirmation_instructions: Wyślij ponownie instrukcje dotyczące potwierdzenia adresu e-mail
|
1390
1378
|
reported_mailer:
|
1391
|
-
hide:
|
1392
|
-
hello: Witaj %{name},
|
1393
|
-
manage_moderations: Zarządzaj moderacjami
|
1394
|
-
report_html: <p>Poniższa<a href="%{url}">zawartość</a> została ukryta automatycznie.</p>
|
1395
|
-
subject: Zasób został ukryty automatycznie
|
1396
1379
|
report:
|
1397
1380
|
authors: Autorzy
|
1398
1381
|
content: Zgłoszona zawartość
|
@@ -1478,14 +1461,11 @@ pl:
|
|
1478
1461
|
flag_user_modal:
|
1479
1462
|
already_reported: Ta treść została już zgłoszona i zostanie sprawdzona przez administratora.
|
1480
1463
|
block: Zablokuj tego uczestnika
|
1481
|
-
close: Zamknij
|
1482
|
-
description: Jaki jest powód zgłoszenia użytkownika?
|
1483
1464
|
does_not_belong: Zawiera nielegalną aktywność, groźby samobójstwa, dane o charakterze prywatnym lub inne treści, które według Ciebie nie powinny pojawić się w %{organization_name}.
|
1484
1465
|
hide: Ukryj całą zawartość
|
1485
1466
|
offensive: Promuje rasizm, seksizm, kłamstwa, ataki osobiste, groźby śmierci, prośby samobójcze lub jakąkolwiek formę mowy nienawiści.
|
1486
1467
|
report: Zgłoś
|
1487
1468
|
spam: Zawiera clickbaity, reklamy, oszustwa lub skrypty botów.
|
1488
|
-
title: Zgłoś użytkownika
|
1489
1469
|
floating_help:
|
1490
1470
|
help: Pomoc
|
1491
1471
|
follow_button:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -33,6 +33,8 @@ pt-BR:
|
|
33
33
|
personal_url: URL pessoal
|
34
34
|
remove_avatar: Excluir avatar
|
35
35
|
tos_agreement: Acordo de Termos de Serviço
|
36
|
+
user_group:
|
37
|
+
avatar: Avatar
|
36
38
|
models:
|
37
39
|
decidim/attachment_created_event: Anexo
|
38
40
|
decidim/component_published_event: Componente ativo
|
@@ -91,7 +93,7 @@ pt-BR:
|
|
91
93
|
decidim_with_month_name_short: "%d %b"
|
92
94
|
help:
|
93
95
|
date_format: 'Formato: dd/mm/aaaa'
|
94
|
-
order:
|
96
|
+
order: d-m-y
|
95
97
|
separator: "/"
|
96
98
|
datetime:
|
97
99
|
distance_in_words:
|
@@ -538,7 +540,7 @@ pt-BR:
|
|
538
540
|
metrics:
|
539
541
|
name: Métricas da organização
|
540
542
|
participatory_space_metrics:
|
541
|
-
name:
|
543
|
+
name: Participação em números
|
542
544
|
participatory_space_stats:
|
543
545
|
name: Estatísticas
|
544
546
|
social_networks_metadata:
|
@@ -644,7 +646,6 @@ pt-BR:
|
|
644
646
|
drag_and_drop_help: Adicione imagens arrastando e soltando ou colando-as.
|
645
647
|
endorsement_buttons_cell:
|
646
648
|
already_endorsed: Dislike
|
647
|
-
endorse: Like
|
648
649
|
endorsements:
|
649
650
|
identities:
|
650
651
|
done: Concluído
|
@@ -1068,7 +1069,7 @@ pt-BR:
|
|
1068
1069
|
subject: "%{sender} iniciou uma conversa com %{group}"
|
1069
1070
|
new_group_message:
|
1070
1071
|
admin_in_group: Você está recebendo isso porque você é um administrador do %{group}.
|
1071
|
-
greeting:
|
1072
|
+
greeting: Olá, %{recipient}!
|
1072
1073
|
intro: "%{sender} postou novas mensagens em uma conversa com o grupo %{group}. Clique aqui para vê-la:"
|
1073
1074
|
outro: Aproveite a plataforma!
|
1074
1075
|
subject: "%{group} tem novas mensagens de %{sender}"
|
@@ -1127,7 +1128,7 @@ pt-BR:
|
|
1127
1128
|
users:
|
1128
1129
|
description: Número de usuários na organização
|
1129
1130
|
object: usuários
|
1130
|
-
title:
|
1131
|
+
title: Participantes
|
1131
1132
|
newsletter_mailer:
|
1132
1133
|
newsletter:
|
1133
1134
|
no_reply_notice: Este email foi enviado de uma caixa postal que não pode receber emails. Favor não responder esta mensagem.
|
@@ -1293,40 +1294,23 @@ pt-BR:
|
|
1293
1294
|
members: Membros
|
1294
1295
|
officialized: Participante oficial
|
1295
1296
|
send_private_message: Enviar mensagem privada
|
1296
|
-
sidebar:
|
1297
|
-
badges:
|
1298
|
-
info: Os crachás são obtidos através da realização de atividades específicas na plataforma.
|
1299
|
-
title: Selos
|
1300
1297
|
user:
|
1301
1298
|
actions:
|
1302
|
-
create_user_group: Criar
|
1299
|
+
create_user_group: Criar Grupo
|
1303
1300
|
disabled_message: Mensagem
|
1304
1301
|
edit_profile: Editar perfil
|
1305
|
-
edit_user_group: Editar
|
1306
|
-
invite_user: Convidar
|
1302
|
+
edit_user_group: Editar perfil do grupo
|
1303
|
+
invite_user: Convidar Usuário
|
1304
|
+
join_user_group: Solicitar para participar do grupo
|
1307
1305
|
leave_user_group: Sair do grupo
|
1308
1306
|
manage_user_group: Gerenciar grupo
|
1309
1307
|
manage_user_group_admins: Gerenciar administradores
|
1310
1308
|
manage_user_group_users: Gerenciar membros
|
1311
1309
|
message: Mensagem
|
1312
|
-
resend_email_confirmation_instructions:
|
1310
|
+
resend_email_confirmation_instructions: Reenvie as instruções de confirmação por email
|
1313
1311
|
confirmation_instructions_sent: Reenviar instruções de confirmação.
|
1314
|
-
create_user_group: Criar Grupo
|
1315
|
-
edit_profile: Editar perfil
|
1316
|
-
edit_user_group: Editar perfil do grupo
|
1317
1312
|
fill_in_email_to_confirm_it: Por favor, preencha o e-mail do seu grupo para confirmar.
|
1318
|
-
invite_user: Convidar Usuário
|
1319
|
-
join_user_group: Solicitar para participar do grupo
|
1320
|
-
leave_user_group: Sair do grupo
|
1321
|
-
manage_user_group_admins: Gerenciar administradores
|
1322
|
-
manage_user_group_users: Gerenciar membros
|
1323
|
-
resend_email_confirmation_instructions: Reenvie as instruções de confirmação por email
|
1324
1313
|
reported_mailer:
|
1325
|
-
hide:
|
1326
|
-
hello: Olá %{name},
|
1327
|
-
manage_moderations: Gerenciar moderações
|
1328
|
-
report_html: <p>O seguinte <a href="%{url}">content</a> foi ocultado automaticamente.</p>
|
1329
|
-
subject: Um recurso foi escondido automaticamente
|
1330
1314
|
report:
|
1331
1315
|
authors: Autores
|
1332
1316
|
content: Conteúdo denunciado
|
@@ -1406,13 +1390,10 @@ pt-BR:
|
|
1406
1390
|
title: Reportar um problema
|
1407
1391
|
flag_user_modal:
|
1408
1392
|
already_reported: Este conteúdo já foi reportado e será revisado por um administrador.
|
1409
|
-
close: Fechar
|
1410
|
-
description: O que é inapropriado sobre o usuário?
|
1411
1393
|
hide: Ocultar todo o conteúdo
|
1412
1394
|
offensive: Contém racismo, sexismo, insultos, ataques pessoais, ameaças de morte, pedidos de suicídio ou qualquer tipo de discurso de ódio.
|
1413
1395
|
report: Denunciar
|
1414
1396
|
spam: Contém clickbait, publicidade, fraudes ou scripts bots.
|
1415
|
-
title: Denunciar usuário inapropriado
|
1416
1397
|
floating_help:
|
1417
1398
|
help: Ajuda
|
1418
1399
|
follow_button:
|
data/config/locales/pt.yml
CHANGED
@@ -29,6 +29,8 @@ pt:
|
|
29
29
|
password_confirmation: Confirme a sua palavra-passe
|
30
30
|
personal_url: URL pessoal
|
31
31
|
remove_avatar: Remover avatar
|
32
|
+
user_group:
|
33
|
+
avatar: Avatar
|
32
34
|
models:
|
33
35
|
decidim/attachment_created_event: Anexo
|
34
36
|
decidim/component_published_event: Componente ativo
|
@@ -369,6 +371,8 @@ pt:
|
|
369
371
|
view_all: Ver tudo
|
370
372
|
metrics:
|
371
373
|
name: Métricas da organização
|
374
|
+
participatory_space_metrics:
|
375
|
+
name: Métricas
|
372
376
|
stats:
|
373
377
|
name: Estatísticas da organização
|
374
378
|
sub_hero:
|
@@ -776,6 +780,8 @@ pt:
|
|
776
780
|
new_conversation: Nova conversa
|
777
781
|
next: Seguinte
|
778
782
|
title: Conversas
|
783
|
+
reply_form:
|
784
|
+
placeholder: A sua resposta...
|
779
785
|
show:
|
780
786
|
back: Retroceder a todas as conversas
|
781
787
|
chat_with: Conversa com
|
@@ -893,30 +899,24 @@ pt:
|
|
893
899
|
conversations: Conversas
|
894
900
|
followers: Seguidores
|
895
901
|
following: Segue
|
902
|
+
group_admins: Gerir administradores
|
903
|
+
group_members: Gerir membros
|
896
904
|
groups: Grupos
|
897
905
|
members: Membros
|
898
906
|
officialized: Participante oficial
|
899
907
|
send_private_message: Enviar mensagem privada
|
900
|
-
sidebar:
|
901
|
-
badges:
|
902
|
-
info: Os distintivos são obtidos através da realização de atividades específicas na plataforma.
|
903
|
-
title: Distintivos
|
904
908
|
user:
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
909
|
+
actions:
|
910
|
+
create_user_group: Criar grupo
|
911
|
+
edit_profile: Editar perfil
|
912
|
+
edit_user_group: Editar perfil do grupo
|
913
|
+
invite_user: Convidar participante
|
914
|
+
join_user_group: Solicitar adesão ao grupo
|
915
|
+
leave_user_group: Deixar o grupo
|
916
|
+
manage_user_group_admins: Gerir administradores
|
917
|
+
manage_user_group_users: Gerir membros
|
918
|
+
resend_email_confirmation_instructions: Reenviar instruções de confirmação de e-mail
|
914
919
|
reported_mailer:
|
915
|
-
hide:
|
916
|
-
hello: Olá %{name},
|
917
|
-
manage_moderations: Gerir moderações
|
918
|
-
report_html: <p>O seguinte <a href="%{url}">conteúdo</a> foi ocultado automaticamente.</p>
|
919
|
-
subject: Um recurso foi ocultado automaticamente
|
920
920
|
report:
|
921
921
|
authors: Autores
|
922
922
|
content: Conteúdo reportado
|
@@ -993,12 +993,9 @@ pt:
|
|
993
993
|
title: Denunciar um problema
|
994
994
|
flag_user_modal:
|
995
995
|
already_reported: Este conteúdo já foi denunciado e será revisto por um administrador.
|
996
|
-
close: Fechar
|
997
|
-
description: O que é inapropriado acerca do utilizador?
|
998
996
|
offensive: Contém racismo, sexismo, insultos, ataques pessoais, ameaças de morte, pedidos de suicídio ou qualquer forma de discurso de ódio.
|
999
997
|
report: Denuncie
|
1000
998
|
spam: Contém clickbait, publicidade, golpes ou bots de script.
|
1001
|
-
title: Denunciar utilizador inapropriado
|
1002
999
|
floating_help:
|
1003
1000
|
help: Ajuda
|
1004
1001
|
participatory_space_filters:
|