decidim-core 0.29.1 → 0.29.3
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/activity_cell.rb +0 -3
- data/app/cells/decidim/author/show.erb +5 -4
- data/app/cells/decidim/author_cell.rb +26 -0
- data/app/cells/decidim/card_s/show.erb +5 -3
- data/app/cells/decidim/diff_cell.rb +4 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta_cell.rb +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/translation_bar/show.erb +2 -2
- data/app/cells/decidim/translation_bar_cell.rb +1 -1
- 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/destroy_account.rb +3 -0
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/doorkeeper/credentials_controller.rb +1 -1
- data/app/controllers/decidim/links_controller.rb +1 -1
- data/app/controllers/decidim/profiles_controller.rb +6 -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/helpers/concerns/decidim/user_role_checker.rb +46 -0
- data/app/helpers/decidim/cta_button_helper.rb +1 -1
- data/app/helpers/decidim/map_helper.rb +6 -1
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/helpers/decidim/sanitize_helper.rb +11 -2
- data/app/jobs/decidim/hide_child_resources_job.rb +24 -0
- data/app/mailers/decidim/reported_mailer.rb +1 -0
- data/app/models/decidim/action_log.rb +1 -9
- data/app/models/decidim/attachment.rb +1 -1
- 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/append_redirect_url_to_modals.js +14 -6
- data/app/packs/src/decidim/datepicker/datepicker_functions.js +3 -3
- data/app/packs/src/decidim/direct_uploads/upload_field.js +21 -8
- data/app/packs/src/decidim/index.js +5 -0
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/src/decidim/remote_tooltips.js +38 -0
- data/app/packs/src/decidim/toggle.js +1 -1
- data/app/packs/src/decidim/tooltips.js +42 -22
- 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 +11 -5
- data/app/packs/stylesheets/decidim/_labels.scss +1 -1
- data/app/packs/stylesheets/decidim/_profile.scss +1 -1
- data/app/packs/stylesheets/decidim/_progress-bar.scss +1 -1
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/packs/stylesheets/decidim/legacy/conference-diploma.scss +2 -1
- data/app/presenters/decidim/attachment_presenter.rb +1 -1
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/services/decidim/base_diff_renderer.rb +28 -2
- data/app/services/decidim/email_notification_generator.rb +14 -5
- 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/pages/_tabbed.html.erb +2 -2
- 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/decidim/shared/_orders.html.erb +2 -2
- data/app/views/layouts/decidim/footer/_main_legal.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +1 -1
- data/config/locales/ar.yml +56 -27
- data/config/locales/bg.yml +10 -24
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +100 -0
- data/config/locales/ca-IT.yml +2111 -0
- data/config/locales/ca.yml +70 -38
- data/config/locales/cs.yml +60 -32
- data/config/locales/de.yml +66 -38
- data/config/locales/el.yml +17 -15
- data/config/locales/en.yml +48 -16
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +61 -29
- data/config/locales/es-PY.yml +66 -34
- data/config/locales/es.yml +71 -39
- data/config/locales/eu.yml +303 -261
- data/config/locales/fi-plain.yml +48 -28
- data/config/locales/fi.yml +85 -65
- data/config/locales/fr-CA.yml +64 -27
- data/config/locales/fr.yml +62 -25
- data/config/locales/ga-IE.yml +13 -4
- data/config/locales/gl.yml +33 -15
- data/config/locales/hu.yml +12 -26
- data/config/locales/id-ID.yml +32 -16
- data/config/locales/is-IS.yml +18 -2
- data/config/locales/it.yml +54 -27
- data/config/locales/ja.yml +70 -38
- data/config/locales/lb.yml +33 -22
- data/config/locales/lt.yml +10 -18
- data/config/locales/lv.yml +26 -15
- data/config/locales/nl.yml +33 -19
- data/config/locales/no.yml +27 -16
- data/config/locales/pl.yml +8 -22
- data/config/locales/pt-BR.yml +13 -25
- data/config/locales/pt.yml +32 -16
- data/config/locales/ro-RO.yml +500 -220
- data/config/locales/ru.yml +31 -8
- data/config/locales/sk.yml +38 -19
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +29 -33
- data/config/locales/tr-TR.yml +34 -24
- data/config/locales/uk.yml +20 -3
- data/config/locales/zh-CN.yml +27 -15
- data/config/locales/zh-TW.yml +16 -16
- data/config/routes.rb +1 -0
- data/decidim-core.gemspec +4 -1
- data/lib/decidim/api/functions/component_list.rb +1 -1
- data/lib/decidim/api/functions/participatory_space_finder_base.rb +11 -1
- data/lib/decidim/api/interfaces/participatory_space_interface.rb +1 -1
- data/lib/decidim/api/types/component_type.rb +7 -0
- data/lib/decidim/api/types/user_group_type.rb +4 -0
- data/lib/decidim/api/types/user_type.rb +4 -0
- data/lib/decidim/asset_router/storage.rb +7 -2
- data/lib/decidim/attributes/rich_text.rb +38 -0
- data/lib/decidim/attributes/time_with_zone.rb +16 -2
- data/lib/decidim/attributes.rb +2 -0
- data/lib/decidim/content_parsers/blob_parser.rb +95 -0
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/content_parsers.rb +1 -0
- data/lib/decidim/content_renderers/blob_renderer.rb +90 -0
- data/lib/decidim/content_renderers.rb +1 -0
- data/lib/decidim/core/engine.rb +29 -1
- data/lib/decidim/core/test/factories.rb +28 -0
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +15 -2
- 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/diffy_extension.rb +18 -0
- data/lib/decidim/form_builder.rb +1 -1
- data/lib/decidim/map/autocomplete.rb +1 -0
- 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 +1 -1
- data/lib/decidim/participatory_space_user.rb +4 -0
- data/lib/decidim/query_extensions.rb +0 -26
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/settings_manifest.rb +2 -0
- data/lib/decidim/translatable_attributes.rb +10 -1
- data/lib/tasks/upgrade/clean_hidden_resources.rake +33 -0
- data/lib/tasks/upgrade/decidim_fix_categorization.rake +34 -8
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +37 -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/config/locales/nl.yml
CHANGED
@@ -29,6 +29,8 @@ nl:
|
|
29
29
|
password_confirmation: Bevestig uw wachtwoord
|
30
30
|
personal_url: Persoonlijke URL
|
31
31
|
remove_avatar: Verwijder avatar
|
32
|
+
user_group:
|
33
|
+
avatar: Profielafbeelding
|
32
34
|
models:
|
33
35
|
decidim/attachment_created_event: Bijlage
|
34
36
|
decidim/component_published_event: Actieve component
|
@@ -44,7 +46,7 @@ nl:
|
|
44
46
|
attributes:
|
45
47
|
decidim/user:
|
46
48
|
current_password: Huidige wachtwoord
|
47
|
-
email: E-
|
49
|
+
email: E-mail
|
48
50
|
name: Bijnaam
|
49
51
|
password: Wachtwoord
|
50
52
|
password_confirmation: Wachtwoordbevestiging
|
@@ -66,6 +68,8 @@ nl:
|
|
66
68
|
'false': 'Nee'
|
67
69
|
'true': 'Ja'
|
68
70
|
date:
|
71
|
+
buttons:
|
72
|
+
select: Selecteer
|
69
73
|
formats:
|
70
74
|
decidim_short: "%d/%m/%Y"
|
71
75
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -368,10 +372,16 @@ nl:
|
|
368
372
|
view_all: Bekijk alles
|
369
373
|
metrics:
|
370
374
|
name: Organisatie statistieken
|
375
|
+
participatory_space_metrics:
|
376
|
+
name: Deelname in cijfers
|
371
377
|
stats:
|
372
378
|
name: Organisatie statistieken
|
373
379
|
sub_hero:
|
374
380
|
name: Sub hero banner
|
381
|
+
core:
|
382
|
+
application_helper:
|
383
|
+
filter_category_values:
|
384
|
+
all: Alle
|
375
385
|
devise:
|
376
386
|
omniauth_registrations:
|
377
387
|
new:
|
@@ -728,12 +738,12 @@ nl:
|
|
728
738
|
conversation_mailer:
|
729
739
|
comanagers_new_conversation:
|
730
740
|
admin_in_group: Je ontvangt dit omdat je een beheerder bent in %{group}.
|
731
|
-
greeting:
|
741
|
+
greeting: Hallo, %{recipient}!
|
732
742
|
intro: "%{manager} is een nieuw gesprek begonnen in de naam van %{group}. Klik hier om het te zien:"
|
733
743
|
subject: "%{manager} is een nieuw gesprek begonnen als %{group}"
|
734
744
|
comanagers_new_message:
|
735
745
|
admin_in_group: Je ontvangt dit omdat je een beheerder bent in %{group}.
|
736
|
-
greeting:
|
746
|
+
greeting: Hallo, %{recipient}!
|
737
747
|
intro: "%{manager} heeft nieuwe berichten gepost in een gesprek in de naam van %{group}. Klik hier om ze te bekijken:"
|
738
748
|
subject: "%{manager} heeft nieuwe berichten verzonden als %{group}"
|
739
749
|
new_conversation:
|
@@ -742,12 +752,12 @@ nl:
|
|
742
752
|
subject: "%{sender} is een gesprek met je begonnen"
|
743
753
|
new_group_conversation:
|
744
754
|
admin_in_group: Je ontvangt dit omdat je een beheerder bent in %{group}.
|
745
|
-
greeting:
|
755
|
+
greeting: Hallo, %{recipient}!
|
746
756
|
intro: "%{sender} is een nieuw gesprek begonnen met de groep %{group}. Klik hier om het te zien:"
|
747
757
|
subject: "%{sender} is een gesprek begonnen met %{group}"
|
748
758
|
new_group_message:
|
749
759
|
admin_in_group: Je ontvangt dit omdat je een beheerder bent in %{group}.
|
750
|
-
greeting:
|
760
|
+
greeting: Hallo, %{recipient}!
|
751
761
|
intro: "%{sender} heeft nieuwe berichten gepost in een gesprek met de groep %{group}. Klik hier om het te zien:"
|
752
762
|
subject: "%{group} heeft nieuwe berichten van %{sender}"
|
753
763
|
new_message:
|
@@ -769,6 +779,8 @@ nl:
|
|
769
779
|
new_conversation: Nieuwe conversatie
|
770
780
|
next: Volgende
|
771
781
|
title: conversaties
|
782
|
+
reply_form:
|
783
|
+
placeholder: Jouw antwoord...
|
772
784
|
show:
|
773
785
|
back: Terug naar alle gesprekken
|
774
786
|
chat_with: Gesprek met
|
@@ -896,23 +908,22 @@ nl:
|
|
896
908
|
conversations: Gesprekken
|
897
909
|
followers: Volgers
|
898
910
|
following: Aan het volgen
|
911
|
+
group_admins: Beheer beheerders
|
912
|
+
group_members: Leden beheren
|
899
913
|
groups: Groepen
|
900
914
|
members: Leden
|
901
915
|
officialized: Officiële gebruiker
|
902
|
-
sidebar:
|
903
|
-
badges:
|
904
|
-
info: Badges worden verdiend door specifieke activiteiten uit te voeren op het platform.
|
905
|
-
title: Badges
|
906
916
|
user:
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
917
|
+
actions:
|
918
|
+
create_user_group: Maak een groep
|
919
|
+
edit_profile: Bewerk profiel
|
920
|
+
edit_user_group: Bewerk groepsprofiel
|
921
|
+
invite_user: Nodig deelnemer uit
|
922
|
+
join_user_group: Verzoek om lid te worden van de groep
|
923
|
+
leave_user_group: Verlaat groep
|
924
|
+
manage_user_group_admins: Beheer beheerders
|
925
|
+
manage_user_group_users: Leden beheren
|
926
|
+
resend_email_confirmation_instructions: Verzend instructies voor e-mailbevestiging opnieuw
|
916
927
|
reported_mailer:
|
917
928
|
hide:
|
918
929
|
hello: Hallo %{name},
|
@@ -942,7 +953,7 @@ nl:
|
|
942
953
|
scopes:
|
943
954
|
global: Globale scope
|
944
955
|
picker:
|
945
|
-
cancel:
|
956
|
+
cancel: annuleren
|
946
957
|
change: Wijzig geselecteerde scope
|
947
958
|
choose: Selecteer
|
948
959
|
currently_selected: Momenteel geselecteerde scope
|
@@ -998,6 +1009,7 @@ nl:
|
|
998
1009
|
participatory_space_filters:
|
999
1010
|
filters:
|
1000
1011
|
areas: Onderwerpen
|
1012
|
+
scope: Bereik
|
1001
1013
|
select_an_area: Selecteer een onderwerp
|
1002
1014
|
public_participation:
|
1003
1015
|
public_participation: Maak mijn aanwezigheid openbaar
|
@@ -1298,6 +1310,8 @@ nl:
|
|
1298
1310
|
whatsapp_web: WhatsApp
|
1299
1311
|
xing: Xing
|
1300
1312
|
time:
|
1313
|
+
buttons:
|
1314
|
+
select: Selecteer
|
1301
1315
|
formats:
|
1302
1316
|
day_of_month: "%b %d"
|
1303
1317
|
day_of_week: "%a"
|
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
|
@@ -66,6 +68,8 @@
|
|
66
68
|
'false': 'Nei'
|
67
69
|
'true': 'Ja'
|
68
70
|
date:
|
71
|
+
buttons:
|
72
|
+
select: Velg
|
69
73
|
formats:
|
70
74
|
decidim_short: "%d.%m-%Y"
|
71
75
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -374,10 +378,16 @@
|
|
374
378
|
view_all: Vis alle
|
375
379
|
metrics:
|
376
380
|
name: Organisasjonens målinger
|
381
|
+
participatory_space_metrics:
|
382
|
+
name: Deltakelse i tall
|
377
383
|
stats:
|
378
384
|
name: Organisasjonsstatistikk
|
379
385
|
sub_hero:
|
380
386
|
name: Underhelt banner
|
387
|
+
core:
|
388
|
+
application_helper:
|
389
|
+
filter_category_values:
|
390
|
+
all: Alle
|
381
391
|
devise:
|
382
392
|
omniauth_registrations:
|
383
393
|
new:
|
@@ -781,6 +791,8 @@
|
|
781
791
|
new_conversation: Ny samtale
|
782
792
|
next: Neste
|
783
793
|
title: Samtaler
|
794
|
+
reply_form:
|
795
|
+
placeholder: Ditt svar...
|
784
796
|
show:
|
785
797
|
back: Tilbake til alle samtaler
|
786
798
|
chat_with: Samtale med
|
@@ -907,24 +919,23 @@
|
|
907
919
|
conversations: Samtaler
|
908
920
|
followers: Følgere
|
909
921
|
following: Følger
|
922
|
+
group_admins: Administrer administrator
|
923
|
+
group_members: Administrere medlemmer
|
910
924
|
groups: Grupper
|
911
925
|
members: Medlemmer
|
912
926
|
officialized: Offisiell deltaker
|
913
927
|
send_private_message: Send privat melding
|
914
|
-
sidebar:
|
915
|
-
badges:
|
916
|
-
info: Merker tjenes med å utføre spesifikke aktivitet i plattformen.
|
917
|
-
title: Merker
|
918
928
|
user:
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
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
|
928
939
|
reported_mailer:
|
929
940
|
hide:
|
930
941
|
hello: Hei %{name},
|
@@ -1007,17 +1018,15 @@
|
|
1007
1018
|
title: Rapporter et problem
|
1008
1019
|
flag_user_modal:
|
1009
1020
|
already_reported: Dette innholdet er allerede rapportert og vil bli vurdert av en administrator.
|
1010
|
-
close: Lukk
|
1011
|
-
description: Hva er upassende med brukeren?
|
1012
1021
|
offensive: Inneholder rasisme, sexisme, banning, personangrep, dødstrusler, selvmordsforespørsler eller andre former for hatefullt språk.
|
1013
1022
|
report: Rapporter
|
1014
1023
|
spam: Inneholder klikkeagn, reklame, svindel eller skriptbotter.
|
1015
|
-
title: Rapporter upassende bruker
|
1016
1024
|
floating_help:
|
1017
1025
|
help: Hjelp
|
1018
1026
|
participatory_space_filters:
|
1019
1027
|
filters:
|
1020
1028
|
areas: Områder
|
1029
|
+
scope: Tema
|
1021
1030
|
select_an_area: Velg et område
|
1022
1031
|
public_participation:
|
1023
1032
|
public_participation: Vis min deltagelse offentlig
|
@@ -1323,6 +1332,8 @@
|
|
1323
1332
|
whatsapp_web: WhatsApp
|
1324
1333
|
xing: Xing
|
1325
1334
|
time:
|
1335
|
+
buttons:
|
1336
|
+
select: Velg
|
1326
1337
|
formats:
|
1327
1338
|
day_of_month: "%b %d"
|
1328
1339
|
day_of_week: "%a"
|
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
|
@@ -1016,7 +1018,7 @@ pl:
|
|
1016
1018
|
success: Opuszczono grupę.
|
1017
1019
|
members:
|
1018
1020
|
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:
|
1021
|
+
accept_request: Akceptuj
|
1020
1022
|
reject_request: Odrzuć
|
1021
1023
|
new:
|
1022
1024
|
create_user_group: Utwórz grupę
|
@@ -1174,11 +1176,11 @@ pl:
|
|
1174
1176
|
participants:
|
1175
1177
|
description: Liczba aktywnych użytkowników w organizacji
|
1176
1178
|
object: użytkownicy
|
1177
|
-
title:
|
1179
|
+
title: Użytkowników
|
1178
1180
|
users:
|
1179
1181
|
description: Liczba użytkowników w organizacji
|
1180
1182
|
object: użytkownicy
|
1181
|
-
title:
|
1183
|
+
title: Użytkowników
|
1182
1184
|
newsletter_mailer:
|
1183
1185
|
newsletter:
|
1184
1186
|
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 +1360,13 @@ pl:
|
|
1358
1360
|
members: Członkowie
|
1359
1361
|
officialized: Oficjalny użytkownik
|
1360
1362
|
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
1363
|
user:
|
1366
1364
|
actions:
|
1367
1365
|
create_user_group: Utwórz grupę
|
1368
1366
|
disabled_message: Wiadomość
|
1369
1367
|
edit_profile: Edytuj profil
|
1370
1368
|
edit_user_group: Edytuj profil grupy
|
1371
|
-
invite_user: Zaproś
|
1369
|
+
invite_user: Zaproś użytkownika
|
1372
1370
|
join_user_group: Poproś o dołączenie do grupy
|
1373
1371
|
leave_user_group: Opuścić grupę
|
1374
1372
|
manage_user_group: Zarządzanie grupą
|
@@ -1377,16 +1375,7 @@ pl:
|
|
1377
1375
|
message: Wiadomość
|
1378
1376
|
resend_email_confirmation_instructions: Wyślij ponownie instrukcje dotyczące potwierdzenia adresu e-mail
|
1379
1377
|
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
1378
|
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
1379
|
reported_mailer:
|
1391
1380
|
hide:
|
1392
1381
|
hello: Witaj %{name},
|
@@ -1478,14 +1467,11 @@ pl:
|
|
1478
1467
|
flag_user_modal:
|
1479
1468
|
already_reported: Ta treść została już zgłoszona i zostanie sprawdzona przez administratora.
|
1480
1469
|
block: Zablokuj tego uczestnika
|
1481
|
-
close: Zamknij
|
1482
|
-
description: Jaki jest powód zgłoszenia użytkownika?
|
1483
1470
|
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
1471
|
hide: Ukryj całą zawartość
|
1485
1472
|
offensive: Promuje rasizm, seksizm, kłamstwa, ataki osobiste, groźby śmierci, prośby samobójcze lub jakąkolwiek formę mowy nienawiści.
|
1486
1473
|
report: Zgłoś
|
1487
1474
|
spam: Zawiera clickbaity, reklamy, oszustwa lub skrypty botów.
|
1488
|
-
title: Zgłoś użytkownika
|
1489
1475
|
floating_help:
|
1490
1476
|
help: Pomoc
|
1491
1477
|
follow_button:
|
@@ -1499,7 +1485,7 @@ pl:
|
|
1499
1485
|
filters:
|
1500
1486
|
area: Obszar
|
1501
1487
|
areas: Kategorie
|
1502
|
-
scope:
|
1488
|
+
scope: Niniejsze rozporządzenie stosuje się od dnia 1 stycznia 2018 r.
|
1503
1489
|
select_an_area: Wybierz kategorię
|
1504
1490
|
progress: Postęp
|
1505
1491
|
public_participation:
|
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:
|
@@ -1068,7 +1070,7 @@ pt-BR:
|
|
1068
1070
|
subject: "%{sender} iniciou uma conversa com %{group}"
|
1069
1071
|
new_group_message:
|
1070
1072
|
admin_in_group: Você está recebendo isso porque você é um administrador do %{group}.
|
1071
|
-
greeting:
|
1073
|
+
greeting: Olá, %{recipient}!
|
1072
1074
|
intro: "%{sender} postou novas mensagens em uma conversa com o grupo %{group}. Clique aqui para vê-la:"
|
1073
1075
|
outro: Aproveite a plataforma!
|
1074
1076
|
subject: "%{group} tem novas mensagens de %{sender}"
|
@@ -1127,7 +1129,7 @@ pt-BR:
|
|
1127
1129
|
users:
|
1128
1130
|
description: Número de usuários na organização
|
1129
1131
|
object: usuários
|
1130
|
-
title:
|
1132
|
+
title: Participantes
|
1131
1133
|
newsletter_mailer:
|
1132
1134
|
newsletter:
|
1133
1135
|
no_reply_notice: Este email foi enviado de uma caixa postal que não pode receber emails. Favor não responder esta mensagem.
|
@@ -1293,34 +1295,22 @@ pt-BR:
|
|
1293
1295
|
members: Membros
|
1294
1296
|
officialized: Participante oficial
|
1295
1297
|
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
1298
|
user:
|
1301
1299
|
actions:
|
1302
|
-
create_user_group: Criar
|
1300
|
+
create_user_group: Criar Grupo
|
1303
1301
|
disabled_message: Mensagem
|
1304
1302
|
edit_profile: Editar perfil
|
1305
|
-
edit_user_group: Editar
|
1306
|
-
invite_user: Convidar
|
1303
|
+
edit_user_group: Editar perfil do grupo
|
1304
|
+
invite_user: Convidar Usuário
|
1305
|
+
join_user_group: Solicitar para participar do grupo
|
1307
1306
|
leave_user_group: Sair do grupo
|
1308
1307
|
manage_user_group: Gerenciar grupo
|
1309
1308
|
manage_user_group_admins: Gerenciar administradores
|
1310
1309
|
manage_user_group_users: Gerenciar membros
|
1311
1310
|
message: Mensagem
|
1312
|
-
resend_email_confirmation_instructions:
|
1311
|
+
resend_email_confirmation_instructions: Reenvie as instruções de confirmação por email
|
1313
1312
|
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
1313
|
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
1314
|
reported_mailer:
|
1325
1315
|
hide:
|
1326
1316
|
hello: Olá %{name},
|
@@ -1406,13 +1396,10 @@ pt-BR:
|
|
1406
1396
|
title: Reportar um problema
|
1407
1397
|
flag_user_modal:
|
1408
1398
|
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
1399
|
hide: Ocultar todo o conteúdo
|
1412
1400
|
offensive: Contém racismo, sexismo, insultos, ataques pessoais, ameaças de morte, pedidos de suicídio ou qualquer tipo de discurso de ódio.
|
1413
1401
|
report: Denunciar
|
1414
1402
|
spam: Contém clickbait, publicidade, fraudes ou scripts bots.
|
1415
|
-
title: Denunciar usuário inapropriado
|
1416
1403
|
floating_help:
|
1417
1404
|
help: Ajuda
|
1418
1405
|
follow_button:
|
@@ -1426,7 +1413,7 @@ pt-BR:
|
|
1426
1413
|
filters:
|
1427
1414
|
area: Área
|
1428
1415
|
areas: Áreas
|
1429
|
-
scope:
|
1416
|
+
scope: Escopo
|
1430
1417
|
select_an_area: Selecione uma área
|
1431
1418
|
progress: Progresso
|
1432
1419
|
public_participation:
|
@@ -1895,6 +1882,7 @@ pt-BR:
|
|
1895
1882
|
buttons:
|
1896
1883
|
close: Fechar
|
1897
1884
|
reset: Resetar
|
1885
|
+
select: Selecionar
|
1898
1886
|
formats:
|
1899
1887
|
day_of_month: "%b %d"
|
1900
1888
|
day_of_week: "%a"
|
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
|
@@ -66,6 +68,8 @@ pt:
|
|
66
68
|
'false': 'Não'
|
67
69
|
'true': 'Sim'
|
68
70
|
date:
|
71
|
+
buttons:
|
72
|
+
select: Selecionar
|
69
73
|
formats:
|
70
74
|
decidim_short: "%d/%m/%Y"
|
71
75
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -367,10 +371,16 @@ pt:
|
|
367
371
|
view_all: Ver tudo
|
368
372
|
metrics:
|
369
373
|
name: Métricas da organização
|
374
|
+
participatory_space_metrics:
|
375
|
+
name: Métricas
|
370
376
|
stats:
|
371
377
|
name: Estatísticas da organização
|
372
378
|
sub_hero:
|
373
379
|
name: Faixa de sub hero
|
380
|
+
core:
|
381
|
+
application_helper:
|
382
|
+
filter_category_values:
|
383
|
+
all: Todos
|
374
384
|
devise:
|
375
385
|
omniauth_registrations:
|
376
386
|
new:
|
@@ -770,6 +780,8 @@ pt:
|
|
770
780
|
new_conversation: Nova conversa
|
771
781
|
next: Seguinte
|
772
782
|
title: Conversas
|
783
|
+
reply_form:
|
784
|
+
placeholder: A sua resposta...
|
773
785
|
show:
|
774
786
|
back: Retroceder a todas as conversas
|
775
787
|
chat_with: Conversa com
|
@@ -887,24 +899,23 @@ pt:
|
|
887
899
|
conversations: Conversas
|
888
900
|
followers: Seguidores
|
889
901
|
following: Segue
|
902
|
+
group_admins: Gerir administradores
|
903
|
+
group_members: Gerir membros
|
890
904
|
groups: Grupos
|
891
905
|
members: Membros
|
892
906
|
officialized: Participante oficial
|
893
907
|
send_private_message: Enviar mensagem privada
|
894
|
-
sidebar:
|
895
|
-
badges:
|
896
|
-
info: Os distintivos são obtidos através da realização de atividades específicas na plataforma.
|
897
|
-
title: Distintivos
|
898
908
|
user:
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
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
|
908
919
|
reported_mailer:
|
909
920
|
hide:
|
910
921
|
hello: Olá %{name},
|
@@ -987,17 +998,15 @@ pt:
|
|
987
998
|
title: Denunciar um problema
|
988
999
|
flag_user_modal:
|
989
1000
|
already_reported: Este conteúdo já foi denunciado e será revisto por um administrador.
|
990
|
-
close: Fechar
|
991
|
-
description: O que é inapropriado acerca do utilizador?
|
992
1001
|
offensive: Contém racismo, sexismo, insultos, ataques pessoais, ameaças de morte, pedidos de suicídio ou qualquer forma de discurso de ódio.
|
993
1002
|
report: Denuncie
|
994
1003
|
spam: Contém clickbait, publicidade, golpes ou bots de script.
|
995
|
-
title: Denunciar utilizador inapropriado
|
996
1004
|
floating_help:
|
997
1005
|
help: Ajuda
|
998
1006
|
participatory_space_filters:
|
999
1007
|
filters:
|
1000
1008
|
areas: Áreas
|
1009
|
+
scope: Âmbito
|
1001
1010
|
select_an_area: Selecione uma área
|
1002
1011
|
public_participation:
|
1003
1012
|
public_participation: Mostrar publicamente a minha participação
|
@@ -1218,10 +1227,15 @@ pt:
|
|
1218
1227
|
details:
|
1219
1228
|
columns:
|
1220
1229
|
type: Tipo
|
1230
|
+
modal:
|
1231
|
+
title: Definições de “cookies”
|
1232
|
+
warning:
|
1233
|
+
change_settings: Alterar configurações de “cookies”
|
1221
1234
|
edit_link:
|
1222
1235
|
edit: Editar
|
1223
1236
|
footer:
|
1224
1237
|
cc_by_license: Licença Creative Commons
|
1238
|
+
data_consent_settings: Definições de “cookies”
|
1225
1239
|
decidim_logo: Logótipo do Decidim
|
1226
1240
|
download_open_data: Transferir ficheiros Open Data
|
1227
1241
|
log_in: Entrar
|
@@ -1302,6 +1316,8 @@ pt:
|
|
1302
1316
|
whatsapp_web: WhatsApp
|
1303
1317
|
xing: Xing
|
1304
1318
|
time:
|
1319
|
+
buttons:
|
1320
|
+
select: Selecionar
|
1305
1321
|
formats:
|
1306
1322
|
day_of_month: "%b %d"
|
1307
1323
|
day_of_week: "%a"
|