decidim-core 0.30.0.rc1 → 0.30.0.rc3
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/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/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +2 -2
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/jobs/decidim/hide_child_resources_job.rb +24 -0
- data/app/jobs/decidim/migrate/paper_trail_job.rb +33 -0
- 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/map/provider/here.js +1 -1
- 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 +1 -1
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- 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/packs/stylesheets/decidim/application.scss +1 -0
- data/app/resolvers/decidim/meta_image_url_resolver.rb +1 -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/shared/_orders.html.erb +2 -2
- data/config/locales/ar.yml +12 -25
- data/config/locales/bg.yml +8 -22
- data/config/locales/ca.yml +22 -34
- data/config/locales/cs.yml +24 -31
- data/config/locales/de.yml +17 -21
- data/config/locales/el.yml +8 -13
- data/config/locales/en.yml +4 -16
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +16 -28
- data/config/locales/es-PY.yml +21 -33
- data/config/locales/es.yml +22 -34
- data/config/locales/eu.yml +61 -75
- data/config/locales/fi-plain.yml +20 -27
- data/config/locales/fi.yml +22 -29
- data/config/locales/fr-CA.yml +60 -20
- data/config/locales/fr.yml +60 -20
- data/config/locales/ga-IE.yml +2 -4
- data/config/locales/gl.yml +22 -13
- data/config/locales/hu.yml +7 -21
- data/config/locales/id-ID.yml +22 -13
- data/config/locales/is-IS.yml +10 -0
- data/config/locales/it.yml +22 -20
- data/config/locales/ja.yml +120 -21
- data/config/locales/lb.yml +19 -19
- data/config/locales/lt.yml +5 -17
- data/config/locales/lv.yml +16 -13
- data/config/locales/nl.yml +20 -17
- data/config/locales/no.yml +16 -16
- data/config/locales/pl.yml +4 -18
- data/config/locales/pt-BR.yml +8 -21
- data/config/locales/pt.yml +16 -16
- data/config/locales/ro-RO.yml +39 -20
- data/config/locales/ru.yml +23 -8
- data/config/locales/sk.yml +27 -16
- data/config/locales/sv.yml +46 -25
- data/config/locales/tr-TR.yml +21 -20
- data/config/locales/uk.yml +12 -1
- data/config/locales/zh-CN.yml +16 -13
- data/config/locales/zh-TW.yml +6 -16
- data/db/migrate/20240722215500_change_object_changes_on_versions.rb +4 -24
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +51 -0
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +21 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/maintenance/import_models/category.rb +40 -8
- data/lib/decidim/maintenance/taxonomy_importer.rb +10 -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 +15 -2
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/tasks/decidim_taxonomies.rake +6 -1
- data/lib/tasks/upgrade/clean_hidden_resources.rake +33 -0
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- data/lib/tasks/upgrade/migrations.rake +4 -1
- metadata +14 -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/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
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
|
@@ -767,6 +769,8 @@
|
|
767
769
|
new_conversation: Ny samtale
|
768
770
|
next: Neste
|
769
771
|
title: Samtaler
|
772
|
+
reply_form:
|
773
|
+
placeholder: Ditt svar...
|
770
774
|
show:
|
771
775
|
back: Tilbake til alle samtaler
|
772
776
|
chat_with: Samtale med
|
@@ -893,24 +897,23 @@
|
|
893
897
|
conversations: Samtaler
|
894
898
|
followers: Følgere
|
895
899
|
following: Følger
|
900
|
+
group_admins: Administrer administrator
|
901
|
+
group_members: Administrere medlemmer
|
896
902
|
groups: Grupper
|
897
903
|
members: Medlemmer
|
898
904
|
officialized: Offisiell deltaker
|
899
905
|
send_private_message: Send privat melding
|
900
|
-
sidebar:
|
901
|
-
badges:
|
902
|
-
info: Merker tjenes med å utføre spesifikke aktivitet i plattformen.
|
903
|
-
title: Merker
|
904
906
|
user:
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
907
|
+
actions:
|
908
|
+
create_user_group: Opprett gruppe
|
909
|
+
edit_profile: Rediger profil
|
910
|
+
edit_user_group: Rediger gruppeprofil
|
911
|
+
invite_user: Inviter deltaker
|
912
|
+
join_user_group: Forespør om å bli med i gruppen
|
913
|
+
leave_user_group: Forlat gruppe
|
914
|
+
manage_user_group_admins: Administrer administrator
|
915
|
+
manage_user_group_users: Administrere medlemmer
|
916
|
+
resend_email_confirmation_instructions: Send email bekreftelse instruksjoner på nytt
|
914
917
|
reported_mailer:
|
915
918
|
hide:
|
916
919
|
hello: Hei %{name},
|
@@ -983,12 +986,9 @@
|
|
983
986
|
title: Rapporter et problem
|
984
987
|
flag_user_modal:
|
985
988
|
already_reported: Dette innholdet er allerede rapportert og vil bli vurdert av en administrator.
|
986
|
-
close: Lukk
|
987
|
-
description: Hva er upassende med brukeren?
|
988
989
|
offensive: Inneholder rasisme, sexisme, banning, personangrep, dødstrusler, selvmordsforespørsler eller andre former for hatefullt språk.
|
989
990
|
report: Rapporter
|
990
991
|
spam: Inneholder klikkeagn, reklame, svindel eller skriptbotter.
|
991
|
-
title: Rapporter upassende bruker
|
992
992
|
floating_help:
|
993
993
|
help: Hjelp
|
994
994
|
public_participation:
|
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
|
@@ -989,7 +991,7 @@ pl:
|
|
989
991
|
success: Opuszczono grupę.
|
990
992
|
members:
|
991
993
|
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:'
|
992
|
-
accept_request:
|
994
|
+
accept_request: Akceptuj
|
993
995
|
reject_request: Odrzuć
|
994
996
|
new:
|
995
997
|
create_user_group: Utwórz grupę
|
@@ -1331,17 +1333,13 @@ pl:
|
|
1331
1333
|
members: Członkowie
|
1332
1334
|
officialized: Oficjalny użytkownik
|
1333
1335
|
send_private_message: Wyślij wiadomość prywatną
|
1334
|
-
sidebar:
|
1335
|
-
badges:
|
1336
|
-
info: Odznaki zdobywa się wykonując określoną czynność na platformie.
|
1337
|
-
title: Odznaki
|
1338
1336
|
user:
|
1339
1337
|
actions:
|
1340
1338
|
create_user_group: Utwórz grupę
|
1341
1339
|
disabled_message: Wiadomość
|
1342
1340
|
edit_profile: Edytuj profil
|
1343
1341
|
edit_user_group: Edytuj profil grupy
|
1344
|
-
invite_user: Zaproś
|
1342
|
+
invite_user: Zaproś użytkownika
|
1345
1343
|
join_user_group: Poproś o dołączenie do grupy
|
1346
1344
|
leave_user_group: Opuścić grupę
|
1347
1345
|
manage_user_group: Zarządzanie grupą
|
@@ -1350,16 +1348,7 @@ pl:
|
|
1350
1348
|
message: Wiadomość
|
1351
1349
|
resend_email_confirmation_instructions: Wyślij ponownie instrukcje dotyczące potwierdzenia adresu e-mail
|
1352
1350
|
confirmation_instructions_sent: Wysłano instrukcje dotyczące potwierdzenia adresu e-mail.
|
1353
|
-
create_user_group: Utwórz grupę
|
1354
|
-
edit_profile: Edytuj profil
|
1355
|
-
edit_user_group: Edytuj profil grupy
|
1356
1351
|
fill_in_email_to_confirm_it: Podaj adres e-mail grupy, aby go potwierdzić.
|
1357
|
-
invite_user: Zaproś użytkownika
|
1358
|
-
join_user_group: Poproś o dołączenie do grupy
|
1359
|
-
leave_user_group: Opuścić grupę
|
1360
|
-
manage_user_group_admins: Zarządzaj administratorami
|
1361
|
-
manage_user_group_users: Zarządzaj członkami
|
1362
|
-
resend_email_confirmation_instructions: Wyślij ponownie instrukcje dotyczące potwierdzenia adresu e-mail
|
1363
1352
|
reported_mailer:
|
1364
1353
|
hide:
|
1365
1354
|
hello: Witaj %{name},
|
@@ -1441,14 +1430,11 @@ pl:
|
|
1441
1430
|
flag_user_modal:
|
1442
1431
|
already_reported: Ta treść została już zgłoszona i zostanie sprawdzona przez administratora.
|
1443
1432
|
block: Zablokuj tego uczestnika
|
1444
|
-
close: Zamknij
|
1445
|
-
description: Jaki jest powód zgłoszenia użytkownika?
|
1446
1433
|
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}.
|
1447
1434
|
hide: Ukryj całą zawartość
|
1448
1435
|
offensive: Promuje rasizm, seksizm, kłamstwa, ataki osobiste, groźby śmierci, prośby samobójcze lub jakąkolwiek formę mowy nienawiści.
|
1449
1436
|
report: Zgłoś
|
1450
1437
|
spam: Zawiera clickbaity, reklamy, oszustwa lub skrypty botów.
|
1451
|
-
title: Zgłoś użytkownika
|
1452
1438
|
floating_help:
|
1453
1439
|
help: Pomoc
|
1454
1440
|
follow_button:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -35,6 +35,8 @@ pt-BR:
|
|
35
35
|
personal_url: URL pessoal
|
36
36
|
remove_avatar: Excluir avatar
|
37
37
|
tos_agreement: Acordo de Termos de Serviço
|
38
|
+
user_group:
|
39
|
+
avatar: Avatar
|
38
40
|
models:
|
39
41
|
decidim/attachment_created_event: Anexo
|
40
42
|
decidim/component_published_event: Componente ativo
|
@@ -1053,7 +1055,7 @@ pt-BR:
|
|
1053
1055
|
subject: "%{sender} iniciou uma conversa com %{group}"
|
1054
1056
|
new_group_message:
|
1055
1057
|
admin_in_group: Você está recebendo isso porque você é um administrador do %{group}.
|
1056
|
-
greeting:
|
1058
|
+
greeting: Olá, %{recipient}!
|
1057
1059
|
intro: "%{sender} postou novas mensagens em uma conversa com o grupo %{group}. Clique aqui para vê-la:"
|
1058
1060
|
outro: Aproveite a plataforma!
|
1059
1061
|
subject: "%{group} tem novas mensagens de %{sender}"
|
@@ -1279,34 +1281,22 @@ pt-BR:
|
|
1279
1281
|
members: Membros
|
1280
1282
|
officialized: Participante oficial
|
1281
1283
|
send_private_message: Enviar mensagem privada
|
1282
|
-
sidebar:
|
1283
|
-
badges:
|
1284
|
-
info: Os crachás são obtidos através da realização de atividades específicas na plataforma.
|
1285
|
-
title: Selos
|
1286
1284
|
user:
|
1287
1285
|
actions:
|
1288
|
-
create_user_group: Criar
|
1286
|
+
create_user_group: Criar Grupo
|
1289
1287
|
disabled_message: Mensagem
|
1290
1288
|
edit_profile: Editar perfil
|
1291
|
-
edit_user_group: Editar
|
1292
|
-
invite_user: Convidar
|
1289
|
+
edit_user_group: Editar perfil do grupo
|
1290
|
+
invite_user: Convidar Usuário
|
1291
|
+
join_user_group: Solicitar para participar do grupo
|
1293
1292
|
leave_user_group: Sair do grupo
|
1294
1293
|
manage_user_group: Gerenciar grupo
|
1295
1294
|
manage_user_group_admins: Gerenciar administradores
|
1296
1295
|
manage_user_group_users: Gerenciar membros
|
1297
1296
|
message: Mensagem
|
1298
|
-
resend_email_confirmation_instructions:
|
1297
|
+
resend_email_confirmation_instructions: Reenvie as instruções de confirmação por email
|
1299
1298
|
confirmation_instructions_sent: Reenviar instruções de confirmação.
|
1300
|
-
create_user_group: Criar Grupo
|
1301
|
-
edit_profile: Editar perfil
|
1302
|
-
edit_user_group: Editar perfil do grupo
|
1303
1299
|
fill_in_email_to_confirm_it: Por favor, preencha o e-mail do seu grupo para confirmar.
|
1304
|
-
invite_user: Convidar Usuário
|
1305
|
-
join_user_group: Solicitar para participar do grupo
|
1306
|
-
leave_user_group: Sair do grupo
|
1307
|
-
manage_user_group_admins: Gerenciar administradores
|
1308
|
-
manage_user_group_users: Gerenciar membros
|
1309
|
-
resend_email_confirmation_instructions: Reenvie as instruções de confirmação por email
|
1310
1300
|
reported_mailer:
|
1311
1301
|
hide:
|
1312
1302
|
hello: Olá %{name},
|
@@ -1383,13 +1373,10 @@ pt-BR:
|
|
1383
1373
|
title: Reportar um problema
|
1384
1374
|
flag_user_modal:
|
1385
1375
|
already_reported: Este conteúdo já foi reportado e será revisado por um administrador.
|
1386
|
-
close: Fechar
|
1387
|
-
description: O que é inapropriado sobre o usuário?
|
1388
1376
|
hide: Ocultar todo o conteúdo
|
1389
1377
|
offensive: Contém racismo, sexismo, insultos, ataques pessoais, ameaças de morte, pedidos de suicídio ou qualquer tipo de discurso de ódio.
|
1390
1378
|
report: Denunciar
|
1391
1379
|
spam: Contém clickbait, publicidade, fraudes ou scripts bots.
|
1392
|
-
title: Denunciar usuário inapropriado
|
1393
1380
|
floating_help:
|
1394
1381
|
help: Ajuda
|
1395
1382
|
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
|
@@ -756,6 +758,8 @@ pt:
|
|
756
758
|
new_conversation: Nova conversa
|
757
759
|
next: Seguinte
|
758
760
|
title: Conversas
|
761
|
+
reply_form:
|
762
|
+
placeholder: A sua resposta...
|
759
763
|
show:
|
760
764
|
back: Retroceder a todas as conversas
|
761
765
|
chat_with: Conversa com
|
@@ -873,24 +877,23 @@ pt:
|
|
873
877
|
conversations: Conversas
|
874
878
|
followers: Seguidores
|
875
879
|
following: Segue
|
880
|
+
group_admins: Gerir administradores
|
881
|
+
group_members: Gerir membros
|
876
882
|
groups: Grupos
|
877
883
|
members: Membros
|
878
884
|
officialized: Participante oficial
|
879
885
|
send_private_message: Enviar mensagem privada
|
880
|
-
sidebar:
|
881
|
-
badges:
|
882
|
-
info: Os distintivos são obtidos através da realização de atividades específicas na plataforma.
|
883
|
-
title: Distintivos
|
884
886
|
user:
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
887
|
+
actions:
|
888
|
+
create_user_group: Criar grupo
|
889
|
+
edit_profile: Editar perfil
|
890
|
+
edit_user_group: Editar perfil do grupo
|
891
|
+
invite_user: Convidar participante
|
892
|
+
join_user_group: Solicitar adesão ao grupo
|
893
|
+
leave_user_group: Deixar o grupo
|
894
|
+
manage_user_group_admins: Gerir administradores
|
895
|
+
manage_user_group_users: Gerir membros
|
896
|
+
resend_email_confirmation_instructions: Reenviar instruções de confirmação de e-mail
|
894
897
|
reported_mailer:
|
895
898
|
hide:
|
896
899
|
hello: Olá %{name},
|
@@ -963,12 +966,9 @@ pt:
|
|
963
966
|
title: Denunciar um problema
|
964
967
|
flag_user_modal:
|
965
968
|
already_reported: Este conteúdo já foi denunciado e será revisto por um administrador.
|
966
|
-
close: Fechar
|
967
|
-
description: O que é inapropriado acerca do utilizador?
|
968
969
|
offensive: Contém racismo, sexismo, insultos, ataques pessoais, ameaças de morte, pedidos de suicídio ou qualquer forma de discurso de ódio.
|
969
970
|
report: Denuncie
|
970
971
|
spam: Contém clickbait, publicidade, golpes ou bots de script.
|
971
|
-
title: Denunciar utilizador inapropriado
|
972
972
|
floating_help:
|
973
973
|
help: Ajuda
|
974
974
|
public_participation:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -54,7 +54,7 @@ ro:
|
|
54
54
|
remove_avatar: Eliminați avatar
|
55
55
|
tos_agreement: Acordul privind termenii și condițiile
|
56
56
|
user_group:
|
57
|
-
avatar:
|
57
|
+
avatar: Avatar
|
58
58
|
models:
|
59
59
|
decidim/attachment_created_event: Atașament
|
60
60
|
decidim/component_published_event: Componentă activă
|
@@ -235,6 +235,8 @@ ro:
|
|
235
235
|
delete: "%{user_name} a eliminat componenta %{resource_name} din spațiul participativ %{space_name}"
|
236
236
|
export_component: "%{user_name} a exportat ca %{format_name} %{resource_name} %{component_name} din %{space_name}"
|
237
237
|
publish: "%{user_name} a publicat componenta %{resource_name} în spațiul participativ %{space_name}"
|
238
|
+
restore: "%{user_name} a recuperat componenta %{resource_name} în spațiul %{space_name}"
|
239
|
+
soft_delete: "%{user_name} a mutat la gunoi componenta %{resource_name} în spațiul %{space_name}"
|
238
240
|
unpublish: "%{user_name} a anulat publicarea componentei %{resource_name} din spațiul participativ %{space_name}"
|
239
241
|
update_permissions_with_space: "%{user_name} a actualizat permisiunile %{resource_name} din spațiul participativ %{space_name}"
|
240
242
|
contextual_help_section:
|
@@ -247,6 +249,7 @@ ro:
|
|
247
249
|
impersonation_log:
|
248
250
|
manage: "%{user_name} a gestionat %{resource_name} deoarece %{reason}"
|
249
251
|
moderation:
|
252
|
+
bulk_hide: "%{user_name} a ascuns %{reported_count} resurse"
|
250
253
|
hide: "%{user_name} a ascuns o resursă de tip %{resource_type} din spațiul participativ %{space_name}"
|
251
254
|
unreport: "%{user_name} nu a raportat o resursă de tip %{resource_type} în spațiul %{space_name}"
|
252
255
|
newsletter:
|
@@ -294,8 +297,15 @@ ro:
|
|
294
297
|
delete_with_parent: "%{user_name} a șters taxonomia %{resource_name} din cadrul taxonomiei %{parent_taxonomy}"
|
295
298
|
update: "%{user_name} a actualizat taxonomia %{resource_name}"
|
296
299
|
update_with_parent: "%{user_name} a actualizat taxonomia %{resource_name} din cadrul taxonomiei %{parent_taxonomy}"
|
300
|
+
taxonomy_filter:
|
301
|
+
create: "%{user_name} a creat filtrul %{resource_name}"
|
302
|
+
create_with_filter_info: '%{user_name} a creat filtrul %{resource_name} bazat pe taxonomie"%{taxonomy_name}" care are %{filter_items_count} elemente'
|
303
|
+
delete: "%{user_name} a șters filtrul %{resource_name}"
|
304
|
+
update: "%{user_name} a actualizat filtrul %{resource_name}"
|
297
305
|
user:
|
298
306
|
block: "%{user_name} a blocat accesul participantului %{resource_name}"
|
307
|
+
bulk_block: "%{user_name} a blocat %{blocked_count} utilizatori"
|
308
|
+
bulk_unblock: "%{user_name} a deblocat %{unblocked_count} utilizatori"
|
299
309
|
invite: "%{user_name} a invitat participantul %{resource_name} cu rolul: %{role}"
|
300
310
|
officialize: "%{user_name} a validat participantul %{resource_name}"
|
301
311
|
promote: "%{user_name} a promovat %{resource_name}"
|
@@ -306,6 +316,8 @@ ro:
|
|
306
316
|
unofficialize: "%{user_name} a revocat validarea pentru participantul %{resource_name}"
|
307
317
|
user_group:
|
308
318
|
block: "%{user_name} a blocat grupul de utilizatori %{resource_name}"
|
319
|
+
bulk_block: "%{user_name} a blocat %{blocked_count} utilizatori"
|
320
|
+
bulk_unblock: "%{user_name} a deblocat %{unblocked_count} utilizatori"
|
309
321
|
reject: "%{user_name} a respins verificarea grupului %{resource_name}"
|
310
322
|
unblock: "%{user_name} a deblocat grupul de utilizatori %{resource_name}"
|
311
323
|
verify: "%{user_name} a verificat grupul de utilizatori %{resource_name}"
|
@@ -389,6 +401,8 @@ ro:
|
|
389
401
|
download: Descarcați fișier
|
390
402
|
visit_link: Accesați link-ul
|
391
403
|
documents:
|
404
|
+
component_documents:
|
405
|
+
meetings: Documente ale ședințelor
|
392
406
|
documents: Documente
|
393
407
|
related_documents: Documente asociate
|
394
408
|
photo:
|
@@ -424,6 +438,7 @@ ro:
|
|
424
438
|
name: Flux de lucru test pentru autorizare
|
425
439
|
ephemeral_dummy_authorization_handler:
|
426
440
|
fields:
|
441
|
+
document_number: Număr document
|
427
442
|
postal_code: Cod poștal
|
428
443
|
errors:
|
429
444
|
duplicate_authorization: Un participant este deja autorizat cu aceleași date. Un administrator vă va contacta pentru a verifica detaliile.
|
@@ -460,6 +475,7 @@ ro:
|
|
460
475
|
ok: Ok
|
461
476
|
title: Nu este autorizat
|
462
477
|
unconfirmed:
|
478
|
+
confirmation_instructions: 'Dacă nu aţi primit instrucţiunile de confirmare le puteţi solicita din nou:'
|
463
479
|
explanation_html: Pentru a efectua această acțiune, trebuie să fiți autorizat, înainte de a face acest lucru, trebuie să confirmați adresa dumneavoastră de e-mail <strong>%{email}</strong>.
|
464
480
|
request_confirmation_instructions: Cereți instrucțiunile de confirmare
|
465
481
|
title: Confirmați e-mailul dumnevoastră
|
@@ -478,6 +494,7 @@ ro:
|
|
478
494
|
see_less: "(mai puține detalii)"
|
479
495
|
components:
|
480
496
|
component_order_selector:
|
497
|
+
no_content: Nu am găsit niciun conținut cu aceste criterii.
|
481
498
|
order:
|
482
499
|
all_types: Toate tipurile
|
483
500
|
collaborative_draft: Ciornă colaborativă
|
@@ -485,6 +502,7 @@ ro:
|
|
485
502
|
debate: Dezbatere
|
486
503
|
initiative: Inițiativă
|
487
504
|
meeting: Întâlnire
|
505
|
+
order: Votul pentru buget
|
488
506
|
post: Postează
|
489
507
|
proposal: Propunere
|
490
508
|
question: Întrebare
|
@@ -499,6 +517,7 @@ ro:
|
|
499
517
|
amendments_enabled: Amendamente activate
|
500
518
|
comments_enabled: Comentarii activate
|
501
519
|
comments_max_length: Lungimea maximă a comentariilor
|
520
|
+
define_taxonomy_filters: Vă rugăm să definiți niște filtre pentru acest spațiu participativ înainte de a utiliza această setare.
|
502
521
|
dummy_global_attribute1: Mostră de atribut 1
|
503
522
|
dummy_global_attribute2: Mostră de atribut 2
|
504
523
|
dummy_global_translatable_text: Text-test traductibil
|
@@ -582,6 +601,7 @@ ro:
|
|
582
601
|
core:
|
583
602
|
actions:
|
584
603
|
login_before_access: Vă rugăm să vă autentificați înainte de a accesa.
|
604
|
+
unauthorized: Nu sunteți autorizat să efectuați această acțiune.
|
585
605
|
application_helper:
|
586
606
|
filter_area_values:
|
587
607
|
all: Toate
|
@@ -599,6 +619,8 @@ ro:
|
|
599
619
|
new_tos_fields:
|
600
620
|
sign_up: Creați un cont
|
601
621
|
registrations:
|
622
|
+
create:
|
623
|
+
error: A apărut o problemă la crearea contului dumneavoastră.
|
602
624
|
new:
|
603
625
|
already_have_an_account?: Aveți deja un cont?
|
604
626
|
log_in: Autentificare
|
@@ -1159,6 +1181,7 @@ ro:
|
|
1159
1181
|
push_notifications: Notificări Instant
|
1160
1182
|
receive_notifications_about: Vreau să primesc notificări despre
|
1161
1183
|
update_notifications_settings: Salvați modificările
|
1184
|
+
valuators: Evaluatori
|
1162
1185
|
update:
|
1163
1186
|
error: A apărut o eroare la actualizarea setărilor notificărilor.
|
1164
1187
|
success: Setările de notificări au fost actualizate cu succes.
|
@@ -1217,29 +1240,24 @@ ro:
|
|
1217
1240
|
conversations: Conversații
|
1218
1241
|
followers: Urmăritori
|
1219
1242
|
following: Urmăriri
|
1243
|
+
group_admins: Gestionare administratori
|
1244
|
+
group_members: Gestionare membri
|
1220
1245
|
groups: Grupuri
|
1221
1246
|
members: Membri
|
1222
1247
|
officialized: Participant oficial
|
1223
1248
|
send_private_message: Trimite mesaj privat
|
1224
|
-
sidebar:
|
1225
|
-
badges:
|
1226
|
-
info: Insignele sunt câștigate prin desfășurarea de activități specifice pe platformă.
|
1227
|
-
title: Insigne
|
1228
1249
|
user:
|
1229
1250
|
actions:
|
1230
|
-
create_user_group:
|
1231
|
-
|
1232
|
-
|
1251
|
+
create_user_group: Creați grup
|
1252
|
+
edit_profile: Editare profil
|
1253
|
+
edit_user_group: Editează profilul grupului
|
1254
|
+
invite_user: Invite participant
|
1255
|
+
join_user_group: Cerere de aderare la grup
|
1256
|
+
leave_user_group: Părăsește grupul
|
1257
|
+
manage_user_group_admins: Gestionare administratori
|
1258
|
+
manage_user_group_users: Gestionare membri
|
1233
1259
|
message: Mesaj
|
1234
|
-
|
1235
|
-
edit_profile: Editare profil
|
1236
|
-
edit_user_group: Editează profilul grupului
|
1237
|
-
invite_user: Invite participant
|
1238
|
-
join_user_group: Cerere de aderare la grup
|
1239
|
-
leave_user_group: Părăsește grupul
|
1240
|
-
manage_user_group_admins: Gestionează administratorii
|
1241
|
-
manage_user_group_users: Gestionează membrii
|
1242
|
-
resend_email_confirmation_instructions: Retrimite e-mail instrucțiuni de confirmare
|
1260
|
+
resend_email_confirmation_instructions: Retrimite e-mail instrucțiuni de confirmare
|
1243
1261
|
reported_mailer:
|
1244
1262
|
hide:
|
1245
1263
|
hello: Bună ziua %{name},
|
@@ -1262,6 +1280,8 @@ ro:
|
|
1262
1280
|
reports:
|
1263
1281
|
create:
|
1264
1282
|
success: Raportul a fost creat cu succes şi va fi revizuit de un administrator.
|
1283
|
+
parent_hidden:
|
1284
|
+
report_details: Resursa părinte a fost ascunsă
|
1265
1285
|
resource:
|
1266
1286
|
controls_label: Control resursă
|
1267
1287
|
resource_endorsements:
|
@@ -1316,12 +1336,11 @@ ro:
|
|
1316
1336
|
title: Raportează o problemă
|
1317
1337
|
flag_user_modal:
|
1318
1338
|
already_reported: Acest conținut este deja raportat și va fi revizuit de către un administrator.
|
1319
|
-
|
1320
|
-
description: Ce este nepotrivit pentru utilizator?
|
1339
|
+
description: Ce este nepotrivit pentru acest participant?
|
1321
1340
|
offensive: Conține rasism, sexism, insulte, atacuri personale, amenințări cu moartea, cereri de sinucidere sau orice formă de discurs de incitare la ură.
|
1322
1341
|
report: Raportează
|
1323
1342
|
spam: Conține clickbait, publicitate, escrocherii sau roboți script.
|
1324
|
-
title: Raportează un
|
1343
|
+
title: Raportează un participant nepotrivit
|
1325
1344
|
floating_help:
|
1326
1345
|
help: Ajutor
|
1327
1346
|
login_modal:
|
data/config/locales/ru.yml
CHANGED
@@ -23,6 +23,8 @@ ru:
|
|
23
23
|
password_confirmation: Подтвердите свой пароль
|
24
24
|
personal_url: Личный веб-адрес
|
25
25
|
remove_avatar: Удалить аватар
|
26
|
+
user_group:
|
27
|
+
avatar: Аватар
|
26
28
|
models:
|
27
29
|
decidim/attachment_created_event: Прикрепленный файл
|
28
30
|
decidim/component_published_event: Действующая составляющая
|
@@ -387,6 +389,9 @@ ru:
|
|
387
389
|
email_help: Электронная почта вашей организации, ассоциации, коллектива, группы и т.д.
|
388
390
|
join:
|
389
391
|
success: Запрос на присоединение успешно создан. Администратор рассмотрит ваш запрос перед тем, как принять вас в группу.
|
392
|
+
members:
|
393
|
+
accept_request: Принять
|
394
|
+
reject_request: Отклонить
|
390
395
|
last_activities:
|
391
396
|
all: Все виды активности
|
392
397
|
index:
|
@@ -417,10 +422,18 @@ ru:
|
|
417
422
|
home: Главная
|
418
423
|
messaging:
|
419
424
|
conversation_mailer:
|
425
|
+
comanagers_new_conversation:
|
426
|
+
greeting: Здравствуйте, %{recipient}!
|
427
|
+
comanagers_new_message:
|
428
|
+
greeting: Здравствуйте, %{recipient}!
|
420
429
|
new_conversation:
|
421
430
|
greeting: Здравствуйте, %{recipient}!
|
422
431
|
intro: "%{sender} начал с вами новую беседу. Кликните здесь, чтобы прочитать её:"
|
423
432
|
subject: "%{sender} начал беседу с вами"
|
433
|
+
new_group_conversation:
|
434
|
+
greeting: Здравствуйте, %{recipient}!
|
435
|
+
new_group_message:
|
436
|
+
greeting: Здравствуйте, %{recipient}!
|
424
437
|
new_message:
|
425
438
|
greeting: Здравствуйте, %{recipient}!
|
426
439
|
intro: "%{sender} написал новые сообщения в вашей беседе. Кликните здесь, чтобы посмотреть их:"
|
@@ -486,15 +499,15 @@ ru:
|
|
486
499
|
conversations: Беседы
|
487
500
|
followers: Читают
|
488
501
|
following: Следит за
|
489
|
-
|
490
|
-
|
491
|
-
info: Значки заработаны за выполнение определенных действий на платформе.
|
492
|
-
title: Значки
|
502
|
+
group_admins: Управление админами
|
503
|
+
group_members: Управление участниками
|
493
504
|
user:
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
505
|
+
actions:
|
506
|
+
edit_profile: Редактировать профиль
|
507
|
+
edit_user_group: Изменить профиль группы
|
508
|
+
invite_user: Пригласить участника
|
509
|
+
manage_user_group_admins: Управление админами
|
510
|
+
manage_user_group_users: Управление участниками
|
498
511
|
reported_mailer:
|
499
512
|
hide:
|
500
513
|
hello: Здравствуйте, %{name}!
|
@@ -541,6 +554,8 @@ ru:
|
|
541
554
|
statistics:
|
542
555
|
comments_count: Комментариев
|
543
556
|
user_conversations:
|
557
|
+
reply:
|
558
|
+
send: Отправить
|
544
559
|
update:
|
545
560
|
error: Сообщение не отправлено. Попробуйте позже
|
546
561
|
wizard_step_form:
|
data/config/locales/sk.yml
CHANGED
@@ -23,6 +23,8 @@ sk:
|
|
23
23
|
password_confirmation: Potvrdenie hesla
|
24
24
|
personal_url: Osobné adresa URL
|
25
25
|
remove_avatar: Odstrániť avatara
|
26
|
+
user_group:
|
27
|
+
avatar: Avatar
|
26
28
|
models:
|
27
29
|
decidim/attachment_created_event: Príloha
|
28
30
|
decidim/component_published_event: Aktívna súčasť
|
@@ -560,7 +562,7 @@ sk:
|
|
560
562
|
current_admins: 'Aktuálni administrátori:'
|
561
563
|
manage_admins: Správa administrátorov
|
562
564
|
group_invites:
|
563
|
-
accept_invitation:
|
565
|
+
accept_invitation: Prijať
|
564
566
|
accept_or_reject_group_invitations: 'Nasledujúce skupiny vás pozvali, aby ste sa k nim pripojili. Prijať alebo odmietnuť ich požiadavky: '
|
565
567
|
index:
|
566
568
|
invite: Pozvať
|
@@ -591,8 +593,8 @@ sk:
|
|
591
593
|
success: Skupina úspěšně opustila.
|
592
594
|
members:
|
593
595
|
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:'
|
594
|
-
accept_request:
|
595
|
-
reject_request:
|
596
|
+
accept_request: Prijať
|
597
|
+
reject_request: Odmietnuť
|
596
598
|
new:
|
597
599
|
create_user_group: Vytvořit skupinu
|
598
600
|
new_user_group: Nová skupina
|
@@ -635,10 +637,18 @@ sk:
|
|
635
637
|
home: Domov
|
636
638
|
messaging:
|
637
639
|
conversation_mailer:
|
640
|
+
comanagers_new_conversation:
|
641
|
+
greeting: Dobrý deň, %{recipient}!
|
642
|
+
comanagers_new_message:
|
643
|
+
greeting: Dobrý deň, %{recipient}!
|
638
644
|
new_conversation:
|
639
645
|
greeting: Dobrý deň, %{recipient}!
|
640
646
|
intro: "%{sender} zahájil novú diskusiu s vami. Kliknite sem pre zobrazenie:"
|
641
647
|
subject: "%{sender} začal s vami konverzovať"
|
648
|
+
new_group_conversation:
|
649
|
+
greeting: Dobrý deň, %{recipient}!
|
650
|
+
new_group_message:
|
651
|
+
greeting: Dobrý deň, %{recipient}!
|
642
652
|
new_message:
|
643
653
|
greeting: Dobrý deň, %{recipient}!
|
644
654
|
intro: "%{sender} poslala nové správy vo vašej konverzácii. Kliknite sem pre ich zobrazenie:"
|
@@ -764,22 +774,21 @@ sk:
|
|
764
774
|
badges: Odznaky
|
765
775
|
followers: Sledujúci
|
766
776
|
following: Nasleduje
|
777
|
+
group_admins: Správa administrátorov
|
778
|
+
group_members: Správa členov
|
767
779
|
groups: Skupiny
|
768
780
|
members: Členovia
|
769
|
-
sidebar:
|
770
|
-
badges:
|
771
|
-
info: Odznaky získate za určité aktivity a účasť na platforme.
|
772
|
-
title: Odznaky
|
773
781
|
user:
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
782
|
+
actions:
|
783
|
+
create_user_group: Vytvořit skupinu
|
784
|
+
edit_profile: Editovať profil
|
785
|
+
edit_user_group: Upraviť profil skupiny
|
786
|
+
invite_user: Pozvať užívateľa
|
787
|
+
join_user_group: Žiadosť o pripojenie k skupine
|
788
|
+
leave_user_group: Opustiť skupinu
|
789
|
+
manage_user_group_admins: Správa administrátorov
|
790
|
+
manage_user_group_users: Správa členov
|
791
|
+
resend_email_confirmation_instructions: Opakujte e-mailové pokyny na potvrdenie
|
783
792
|
reported_mailer:
|
784
793
|
hide:
|
785
794
|
hello: Zdravím %{name},
|
@@ -844,6 +853,8 @@ sk:
|
|
844
853
|
comments_count: Komentáre
|
845
854
|
user_contact_disabled: Tento účastník nepovoľuje posielanie priamych správ.
|
846
855
|
user_conversations:
|
856
|
+
reply:
|
857
|
+
send: Poslat
|
847
858
|
update:
|
848
859
|
error: Zpráva nebyla odeslána. Zkuste to později znovu
|
849
860
|
welcome_notification:
|