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/hu.yml
CHANGED
@@ -33,6 +33,8 @@ hu:
|
|
33
33
|
personal_url: Személyes URL
|
34
34
|
remove_avatar: Avatár eltávolítása
|
35
35
|
tos_agreement: A szolgáltatás felhasználási feltételei
|
36
|
+
user_group:
|
37
|
+
avatar: Profilkép
|
36
38
|
models:
|
37
39
|
decidim/attachment_created_event: Melléklet
|
38
40
|
decidim/component_published_event: Aktív elem
|
@@ -500,7 +502,7 @@ hu:
|
|
500
502
|
metrics:
|
501
503
|
name: Szervezeti mutatók
|
502
504
|
participatory_space_metrics:
|
503
|
-
name:
|
505
|
+
name: Részvétel számokban
|
504
506
|
participatory_space_stats:
|
505
507
|
name: Statisztikák
|
506
508
|
social_networks_metadata:
|
@@ -596,7 +598,6 @@ hu:
|
|
596
598
|
drag_and_drop_help: Képek hozzáadása húzással és ejtéssel vagy beillesztéssel.
|
597
599
|
endorsement_buttons_cell:
|
598
600
|
already_endorsed: Nem tetszik
|
599
|
-
endorse: Tetszik
|
600
601
|
endorsements:
|
601
602
|
identities:
|
602
603
|
done: Kész
|
@@ -1002,13 +1003,13 @@ hu:
|
|
1002
1003
|
conversation_mailer:
|
1003
1004
|
comanagers_new_conversation:
|
1004
1005
|
admin_in_group: Azért kapta ezt, mert a(z) %{group} csoport adminisztrátora.
|
1005
|
-
greeting:
|
1006
|
+
greeting: Szia %{recipient}!
|
1006
1007
|
intro: "%{manager} egy új beszélgetést indított a(z) %{group} csoport nevében. Kattintson ide a megtekintéshez:"
|
1007
1008
|
outro: Örömteli platform használatot kívánunk!
|
1008
1009
|
subject: "%{manager} egy új beszélgetést indított a(z) %{group} nevében"
|
1009
1010
|
comanagers_new_message:
|
1010
1011
|
admin_in_group: Azért kapta ezt, mert a(z) %{group} csoport adminisztrátora.
|
1011
|
-
greeting:
|
1012
|
+
greeting: Szia %{recipient}!
|
1012
1013
|
intro: "%{manager} egy új üzenetet tett közzé egy beszélgetésben a(z) %{group} csoport nevében. Kattintson ide a megtekintéshez:"
|
1013
1014
|
outro: Örömteli platform használatot kívánunk!
|
1014
1015
|
subject: "%{manager} új üzeneteket küldött a(z) %{group} nevében"
|
@@ -1019,13 +1020,13 @@ hu:
|
|
1019
1020
|
subject: "%{sender} beszélgetést kezdett veled"
|
1020
1021
|
new_group_conversation:
|
1021
1022
|
admin_in_group: Azért kapta ezt, mert a(z) %{group} csoport adminisztrátora.
|
1022
|
-
greeting:
|
1023
|
+
greeting: Szia %{recipient}!
|
1023
1024
|
intro: "%{sender} egy új beszélgetést indított a(z) %{group} csoport nevében. Kattintson ide a megtekintéshez:"
|
1024
1025
|
outro: Örömteli platform használatot kívánunk!
|
1025
1026
|
subject: "%{sender} új beszélgetést indított a(z) %{group} csoporttal"
|
1026
1027
|
new_group_message:
|
1027
1028
|
admin_in_group: Azért kapta ezt, mert a(z) %{group} csoport adminisztrátora.
|
1028
|
-
greeting:
|
1029
|
+
greeting: Szia %{recipient}!
|
1029
1030
|
intro: "%{sender} új üzeneteket tett közzé a(z) %{group} csoporttal folytatott beszélgetésben. Kattintson ide a megtekintéshez:"
|
1030
1031
|
outro: Örömteli platform használatot kívánunk!
|
1031
1032
|
subject: "%{group} csoportba új üzenetet küldött %{sender}"
|
@@ -1053,7 +1054,7 @@ hu:
|
|
1053
1054
|
no_conversations: Még nem rendelkezik beszélgetésekkel.
|
1054
1055
|
title: Beszélgetések
|
1055
1056
|
reply_form:
|
1056
|
-
placeholder:
|
1057
|
+
placeholder: A válaszod...
|
1057
1058
|
send: Küldés
|
1058
1059
|
show:
|
1059
1060
|
back: Vissza az összes beszélgetéshez
|
@@ -1076,7 +1077,7 @@ hu:
|
|
1076
1077
|
followers:
|
1077
1078
|
description: A résztvevők száma, akik ezt a részvételi teret követik
|
1078
1079
|
object: követők
|
1079
|
-
title:
|
1080
|
+
title: Követő
|
1080
1081
|
participants:
|
1081
1082
|
description: Az aktív felhasználók száma a szervezetben
|
1082
1083
|
object: résztvevők
|
@@ -1245,10 +1246,6 @@ hu:
|
|
1245
1246
|
members: Belépés
|
1246
1247
|
officialized: Hivatalos résztvevő
|
1247
1248
|
send_private_message: Privát üzenet küldése
|
1248
|
-
sidebar:
|
1249
|
-
badges:
|
1250
|
-
info: A jelvények a platformon végzett konkrét tevékenység végrehajtásával érhetők el.
|
1251
|
-
title: Kitűzők
|
1252
1249
|
user:
|
1253
1250
|
actions:
|
1254
1251
|
create_user_group: Csoport létrehozása
|
@@ -1264,22 +1261,8 @@ hu:
|
|
1264
1261
|
message: Üzenet
|
1265
1262
|
resend_email_confirmation_instructions: E-mail visszaigazolási utasítások újraküldése
|
1266
1263
|
confirmation_instructions_sent: A megerősítő email az utasításokkal elküldve.
|
1267
|
-
create_user_group: Csoport létrehozása
|
1268
|
-
edit_profile: Profil szerkesztése
|
1269
|
-
edit_user_group: Csoportprofil szerkesztése
|
1270
1264
|
fill_in_email_to_confirm_it: Kérjük, töltse ki a csoport e-mailjét a megerősítéshez.
|
1271
|
-
invite_user: Résztvevő meghívása
|
1272
|
-
join_user_group: Csatlakozás kérése a csoporthoz
|
1273
|
-
leave_user_group: Kilépés a csoportból
|
1274
|
-
manage_user_group_admins: Adminisztrátorok kezelése
|
1275
|
-
manage_user_group_users: Tagok kezelése
|
1276
|
-
resend_email_confirmation_instructions: E-mail visszaigazolási utasítások újraküldése
|
1277
1265
|
reported_mailer:
|
1278
|
-
hide:
|
1279
|
-
hello: Helló %{name}!
|
1280
|
-
manage_moderations: Moderálódások kezelése
|
1281
|
-
report_html: <p>A következő <a href="%{url}">tartalom</a>automatikusan el volt rejtve.</p>
|
1282
|
-
subject: Egy erőforrás automatikusan elrejtve
|
1283
1266
|
report:
|
1284
1267
|
authors: Szerzők
|
1285
1268
|
content: Jelentett tartalom
|
@@ -1362,14 +1345,11 @@ hu:
|
|
1362
1345
|
flag_user_modal:
|
1363
1346
|
already_reported: Ezt a tartalmat már jelentették, az adminisztrátor éppen felülvizsgálja.
|
1364
1347
|
block: Résztvevő blokkolása
|
1365
|
-
close: Bezár
|
1366
|
-
description: Mi nem megfelelő a felhasználóval kapcsolatban?
|
1367
1348
|
does_not_belong: 'Illegális tevékenységet, öngyilkosságra való felhívást, személyes adatokat vagy más olyan dolgot tartalmaz, amiről úgy gondolja, nem tartozik ide: %{organization_name}.'
|
1368
1349
|
hide: Minden tartalom elrejtése
|
1369
1350
|
offensive: Rasszizmust, szexizmust, gyalázkodást, személyeskedést, halálos fenyegetést, öngyilkosságra való felhívást vagy gyűlöletbeszédet tartalmaz.
|
1370
1351
|
report: Jelentés
|
1371
1352
|
spam: Klikkvadászat, reklám, átverés vagy script bot.
|
1372
|
-
title: Nem megfelelően viselkedő felhasználó jelentése
|
1373
1353
|
floating_help:
|
1374
1354
|
help: Segítség
|
1375
1355
|
follow_button:
|
data/config/locales/id-ID.yml
CHANGED
@@ -29,7 +29,6 @@ id:
|
|
29
29
|
attributes:
|
30
30
|
decidim/user:
|
31
31
|
current_password: Kata sandi saat ini
|
32
|
-
email: E-mail
|
33
32
|
name: Nama pengguna
|
34
33
|
password: Kata sandi
|
35
34
|
password_confirmation: konfirmasi kata kunci
|
@@ -254,6 +253,8 @@ id:
|
|
254
253
|
view_all: Lihat semua
|
255
254
|
metrics:
|
256
255
|
name: Metrik organisasi
|
256
|
+
participatory_space_metrics:
|
257
|
+
name: Partisipasi dalam angka
|
257
258
|
stats:
|
258
259
|
name: Statistik organisasi
|
259
260
|
sub_hero:
|
@@ -554,10 +555,18 @@ id:
|
|
554
555
|
home: Rumah
|
555
556
|
messaging:
|
556
557
|
conversation_mailer:
|
558
|
+
comanagers_new_conversation:
|
559
|
+
greeting: Hai, %{recipient}!
|
560
|
+
comanagers_new_message:
|
561
|
+
greeting: Hai, %{recipient}!
|
557
562
|
new_conversation:
|
558
563
|
greeting: Hai, %{recipient}!
|
559
564
|
intro: "%{sender} telah memulai percakapan baru dengan Anda. Klik di sini untuk melihatnya:"
|
560
565
|
subject: "%{sender} telah memulai percakapan dengan Anda"
|
566
|
+
new_group_conversation:
|
567
|
+
greeting: Hai, %{recipient}!
|
568
|
+
new_group_message:
|
569
|
+
greeting: Hai, %{recipient}!
|
561
570
|
new_message:
|
562
571
|
greeting: Hai, %{recipient}!
|
563
572
|
intro: "%{sender} telah memposting pesan baru di percakapan Anda. Klik di sini untuk melihatnya:"
|
@@ -577,11 +586,9 @@ id:
|
|
577
586
|
participants:
|
578
587
|
description: Jumlah pengguna aktif dalam organisasi
|
579
588
|
object: peserta
|
580
|
-
title: Peserta
|
581
589
|
users:
|
582
590
|
description: Jumlah pengguna dalam organisasi
|
583
591
|
object: pengguna
|
584
|
-
title: Pengguna
|
585
592
|
newsletter_mailer:
|
586
593
|
newsletter:
|
587
594
|
unsubscribe: Untuk memilih tidak menerima jenis email ini, <a href="%{link}" target="_blank" class="unsubscribe">Berhenti Berlangganan</a>.
|
@@ -655,28 +662,22 @@ id:
|
|
655
662
|
badges: Lencana
|
656
663
|
followers: Pengikut
|
657
664
|
following: Mengikuti
|
665
|
+
group_admins: Kelola admin
|
666
|
+
group_members: Kelola anggota
|
658
667
|
groups: Grup
|
659
668
|
members: Anggota
|
660
|
-
sidebar:
|
661
|
-
badges:
|
662
|
-
info: Lencana diperoleh dengan melakukan aktivitas tertentu di platform.
|
663
|
-
title: Lencana
|
664
669
|
user:
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
670
|
+
actions:
|
671
|
+
create_user_group: Membuat grup
|
672
|
+
edit_profile: Edit profil
|
673
|
+
edit_user_group: Edit profil grup
|
674
|
+
invite_user: Undang pengguna
|
675
|
+
join_user_group: Permintaan untuk bergabung dengan grup
|
676
|
+
leave_user_group: Meninggalkan grup
|
677
|
+
manage_user_group_admins: Kelola admin
|
678
|
+
manage_user_group_users: Kelola anggota
|
679
|
+
resend_email_confirmation_instructions: Kirim ulang instruksi konfirmasi email
|
674
680
|
reported_mailer:
|
675
|
-
hide:
|
676
|
-
hello: Halo %{name},
|
677
|
-
manage_moderations: Kelola moderasi
|
678
|
-
report_html: <p>berikut <a href="%{url}">konten</a> telah disembunyikan secara otomatis.</p>
|
679
|
-
subject: Sumber daya telah disembunyikan secara otomatis
|
680
681
|
report:
|
681
682
|
hello: Halo %{name},
|
682
683
|
report_html: <p> <a href="%{url}">konten</a> berikut telah dilaporkan.</p>
|
@@ -740,6 +741,8 @@ id:
|
|
740
741
|
statistics:
|
741
742
|
comments_count: Komentar
|
742
743
|
user_conversations:
|
744
|
+
reply:
|
745
|
+
send: Kirim
|
743
746
|
update:
|
744
747
|
error: Pesan tidak terkirim. Coba lagi nanti
|
745
748
|
user_interests:
|
data/config/locales/is-IS.yml
CHANGED
@@ -16,7 +16,6 @@ is:
|
|
16
16
|
attributes:
|
17
17
|
decidim/user:
|
18
18
|
current_password: Núverandi lykilorð
|
19
|
-
email: Tölvupóstur
|
20
19
|
password: Lykilorð
|
21
20
|
password_confirmation: Staðfesta lykilorð
|
22
21
|
remember_me: Muna eftir mér
|
@@ -226,10 +225,18 @@ is:
|
|
226
225
|
home: Heim
|
227
226
|
messaging:
|
228
227
|
conversation_mailer:
|
228
|
+
comanagers_new_conversation:
|
229
|
+
greeting: Hæ, %{recipient}!
|
230
|
+
comanagers_new_message:
|
231
|
+
greeting: Hæ, %{recipient}!
|
229
232
|
new_conversation:
|
230
233
|
greeting: Hæ, %{recipient}!
|
231
234
|
intro: "%{sender} hefur byrjað nýtt samtal við þig. Smelltu hér til að sjá það:"
|
232
235
|
subject: "%{sender} hefur byrjað samtal við þig"
|
236
|
+
new_group_conversation:
|
237
|
+
greeting: Hæ, %{recipient}!
|
238
|
+
new_group_message:
|
239
|
+
greeting: Hæ, %{recipient}!
|
233
240
|
new_message:
|
234
241
|
greeting: Hæ, %{recipient}!
|
235
242
|
intro: "%{sender} hefur sent ný skilaboð í samtali þínu. Smelltu hér til að sjá þær:"
|
@@ -250,11 +257,6 @@ is:
|
|
250
257
|
newsletter_notifications: Ég vil fá fréttabréf
|
251
258
|
update_notifications_settings: Vista breytingar
|
252
259
|
reported_mailer:
|
253
|
-
hide:
|
254
|
-
hello: Halló %{name},
|
255
|
-
manage_moderations: Stjórna meðlimum
|
256
|
-
report_html: <p>Eftirfarandi <a href="%{url}">efni</a> hefur verið falið sjálfkrafa.</p>
|
257
|
-
subject: Úrræði hefur verið falið sjálfkrafa
|
258
260
|
report:
|
259
261
|
hello: Halló %{name},
|
260
262
|
report_html: <p>Eftirfarandi <a href="%{url}">efni</a> hefur verið tilkynnt.</p>
|
@@ -287,6 +289,8 @@ is:
|
|
287
289
|
share: Deila
|
288
290
|
share_link: Deila tengil
|
289
291
|
user_conversations:
|
292
|
+
reply:
|
293
|
+
send: Senda
|
290
294
|
update:
|
291
295
|
error: Skilaboð ekki send. Reyndu aftur seinna
|
292
296
|
devise:
|
data/config/locales/it.yml
CHANGED
@@ -29,6 +29,8 @@ it:
|
|
29
29
|
password_confirmation: Conferma la tua password
|
30
30
|
personal_url: Pagina personale
|
31
31
|
remove_avatar: Rimuovi avatar
|
32
|
+
user_group:
|
33
|
+
avatar: Immagine del profilo
|
32
34
|
models:
|
33
35
|
decidim/attachment_created_event: Allegato
|
34
36
|
decidim/component_published_event: Componente attivo
|
@@ -40,6 +42,7 @@ it:
|
|
40
42
|
decidim/promote_to_admin: Promosso ad amministratore del gruppo
|
41
43
|
decidim/removed_from_group: Rimosso dal gruppo
|
42
44
|
decidim/resource_endorsed_event: Risorsa approvata
|
45
|
+
decidim/user_group_created_event: Gruppo utenti creato
|
43
46
|
activerecord:
|
44
47
|
attributes:
|
45
48
|
decidim/user:
|
@@ -373,6 +376,8 @@ it:
|
|
373
376
|
view_all: Guarda tutto
|
374
377
|
metrics:
|
375
378
|
name: Metriche dell'organizzazione
|
379
|
+
participatory_space_metrics:
|
380
|
+
name: Partecipazione in cifre
|
376
381
|
stats:
|
377
382
|
name: Statistiche dell'organizzazione
|
378
383
|
sub_hero:
|
@@ -408,7 +413,7 @@ it:
|
|
408
413
|
uncheck: Mantieni deselezionato
|
409
414
|
title: Iscrizioni alla newsletter
|
410
415
|
omniauth_buttons:
|
411
|
-
or:
|
416
|
+
or: oppure
|
412
417
|
doorkeeper:
|
413
418
|
authorizations:
|
414
419
|
new:
|
@@ -517,7 +522,7 @@ it:
|
|
517
522
|
email_outro: Hai ricevuto questa notifica perché hai fatto attività sul nostro sito web.
|
518
523
|
groups:
|
519
524
|
demoted_membership:
|
520
|
-
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha rimosso i diritti di amministratore per quel gruppo.
|
525
|
+
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha rimosso i tuoi diritti di amministratore per quel gruppo.
|
521
526
|
email_outro: Hai ricevuto questa notifica perché sei un membro di quel gruppo.
|
522
527
|
email_subject: Non sei più un amministratore del gruppo %{user_group_name}!
|
523
528
|
notification_title: Non sei più un amministratore del gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
@@ -528,7 +533,7 @@ it:
|
|
528
533
|
notification_title: Sei stato invitato a far parte del gruppo <a href="%{resource_path}">%{user_group_name}</a> . Controlla la pagina <a href="%{groups_profile_tab_path}">Gruppi</a> nel tuo profilo per approvarla!
|
529
534
|
join_request_accepted:
|
530
535
|
email_intro: Congratulazioni! Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha accettato la tua richiesta di adesione.
|
531
|
-
email_outro: Hai ricevuto questa notifica perché la tua richiesta di
|
536
|
+
email_outro: Hai ricevuto questa notifica perché la tua richiesta di adesione è stata aggiornata.
|
532
537
|
email_subject: Sei stato accettato nel gruppo %{user_group_name}!
|
533
538
|
notification_title: Sei stato accettato nel gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
534
539
|
join_request_created:
|
@@ -542,7 +547,7 @@ it:
|
|
542
547
|
email_subject: La tua richiesta di aderire al gruppo %{user_group_name} è stata respinta!
|
543
548
|
notification_title: La tua richiesta di aderire al gruppo <a href="%{resource_path}">%{user_group_name}</a> è stata respinta.
|
544
549
|
promoted_to_admin:
|
545
|
-
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ti ha concesso i diritti di amministratore
|
550
|
+
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ti ha concesso i diritti di amministratore quel gruppo.
|
546
551
|
email_outro: Hai ricevuto questa notifica perché sei un membro di quel gruppo.
|
547
552
|
email_subject: Ora sei un amministratore del gruppo %{user_group_name}!
|
548
553
|
notification_title: Ora sei un amministratore del gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
@@ -555,7 +560,7 @@ it:
|
|
555
560
|
email_intro: Un nuovo gruppo di utenti è stato creato con il nome %{user_group_name}. Ora puoi verificarlo nel <a href="%{groups_admin_url}">pannello di amministrazione</a>.
|
556
561
|
email_outro: Hai ricevuto questa notifica perché sei un amministratore della piattaforma.
|
557
562
|
email_subject: È stato creato un nuovo gruppo di utenti
|
558
|
-
notification_title: Il gruppo
|
563
|
+
notification_title: Il gruppo di utenti %{user_group_name} è stato creato. Ora puoi verificarlo nel <a href="%{groups_admin_path}">pannello di amministratore</a>.
|
559
564
|
user_group_updated:
|
560
565
|
email_intro: Un gruppo di utenti con il nome %{user_group_name} ha aggiornato il suo profilo, lasciandolo non verificato. Ora puoi verificarlo nel <a href="%{groups_admin_url}">pannello di amministrazione</a>.
|
561
566
|
email_outro: Hai ricevuto questa notifica perché sei un amministratore della piattaforma.
|
@@ -580,6 +585,8 @@ it:
|
|
580
585
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{nickname}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
581
586
|
email_subject: "%{nickname} ha aggiornato il proprio profilo"
|
582
587
|
notification_title: La pagina <a href="%{resource_path}">profilo</a> di %{name} (%{nickname}), che stai seguendo, è stata aggiornata.
|
588
|
+
user_officialized:
|
589
|
+
email_subject: ""
|
583
590
|
export_mailer:
|
584
591
|
download_your_data_export:
|
585
592
|
click_button: 'Clicca sul link per scaricare i tuoi dati.<br/>Il file sarà disponibile fino a %{date}.<br/>Avrai bisogno di <a href="https://www.7-zip.org/">7-Zip</a> (per Windows), <a href="https://www.keka.io/en/">Keka</a> (per MacOS) o <a href="https://peazip.github.io">PeaZip</a> (per Linux) per aprirlo. Password: %{password}'
|
@@ -655,12 +662,12 @@ it:
|
|
655
662
|
current_admins: 'Amministratori attuali:'
|
656
663
|
manage_admins: Gestisci amministratori
|
657
664
|
group_invites:
|
658
|
-
accept_invitation:
|
665
|
+
accept_invitation: Accettato
|
659
666
|
accept_or_reject_group_invitations: 'I seguenti gruppi ti hanno invitato a unirti a loro. Accetta o rifiuta le loro richieste:'
|
660
667
|
index:
|
661
668
|
invite: Invitare
|
662
669
|
invite_user: Invita un utente
|
663
|
-
reject_invitation:
|
670
|
+
reject_invitation: Rifiutato
|
664
671
|
group_members:
|
665
672
|
actions:
|
666
673
|
are_you_sure: Sei sicuro?
|
@@ -686,8 +693,8 @@ it:
|
|
686
693
|
success: Gruppo lasciato con successo.
|
687
694
|
members:
|
688
695
|
accept_or_reject_join_requests: 'I seguenti utenti hanno chiesto di unirsi a questo gruppo. Accetta o rifiuta le loro richieste:'
|
689
|
-
accept_request:
|
690
|
-
reject_request:
|
696
|
+
accept_request: Accettato
|
697
|
+
reject_request: Rifiutato
|
691
698
|
new:
|
692
699
|
create_user_group: Crea un gruppo
|
693
700
|
new_user_group: Nuovo gruppo
|
@@ -788,6 +795,8 @@ it:
|
|
788
795
|
new_conversation: Nuova conversazione
|
789
796
|
next: Successivo
|
790
797
|
title: Conversazioni
|
798
|
+
reply_form:
|
799
|
+
placeholder: La tua risposta...
|
791
800
|
show:
|
792
801
|
back: Torna a tutte le conversazioni
|
793
802
|
chat_with: Conversazione con
|
@@ -805,11 +814,11 @@ it:
|
|
805
814
|
participants:
|
806
815
|
description: Numero di utenti attivi nell'organizzazione
|
807
816
|
object: partecipanti
|
808
|
-
title:
|
817
|
+
title: Partecipanti
|
809
818
|
users:
|
810
819
|
description: Numero di utenti nell'organizzazione
|
811
820
|
object: utenti
|
812
|
-
title:
|
821
|
+
title: Partecipanti
|
813
822
|
newsletter_mailer:
|
814
823
|
newsletter:
|
815
824
|
unsubscribe: Per disattivare la ricezione di questo tipo di email, <a href="%{link}" target="_blank" class="unsubscribe">Unsubscribe</a>.
|
@@ -911,30 +920,24 @@ it:
|
|
911
920
|
conversations: Conversazioni
|
912
921
|
followers: Followers
|
913
922
|
following: Seguiti
|
923
|
+
group_admins: Gestisci amministratori
|
924
|
+
group_members: Gestisci i membri
|
914
925
|
groups: gruppi
|
915
926
|
members: Utenti
|
916
927
|
officialized: Partecipante ufficiale
|
917
928
|
send_private_message: Invia messaggio privato
|
918
|
-
sidebar:
|
919
|
-
badges:
|
920
|
-
info: I badge vengono guadagnati eseguendo attività specifiche sulla piattaforma.
|
921
|
-
title: badge
|
922
929
|
user:
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
930
|
+
actions:
|
931
|
+
create_user_group: Crea un gruppo
|
932
|
+
edit_profile: Modifica Profilo
|
933
|
+
edit_user_group: Modifica il profilo del gruppo
|
934
|
+
invite_user: Invita utente
|
935
|
+
join_user_group: Richiesta di iscrizione al gruppo
|
936
|
+
leave_user_group: Lascia il gruppo
|
937
|
+
manage_user_group_admins: Gestisci amministratori
|
938
|
+
manage_user_group_users: Gestisci i membri
|
939
|
+
resend_email_confirmation_instructions: Rispedire le istruzioni per la conferma dell'email
|
932
940
|
reported_mailer:
|
933
|
-
hide:
|
934
|
-
hello: Ciao %{name},
|
935
|
-
manage_moderations: Gestire le moderazioni
|
936
|
-
report_html: <p>Il seguente <a href="%{url}">contenuto</a> è stato nascosto automaticamente.</p>
|
937
|
-
subject: Un contenuto è stato cancellato automaticamente
|
938
941
|
report:
|
939
942
|
authors: Autori
|
940
943
|
content: Contenuto segnalato
|
@@ -1011,12 +1014,9 @@ it:
|
|
1011
1014
|
title: Segnala un problema
|
1012
1015
|
flag_user_modal:
|
1013
1016
|
already_reported: Questo contenuto è già stato segnalato e sarà esaminato da un amministratore.
|
1014
|
-
close: Chiudi
|
1015
|
-
description: Che cosa è inappropriato riguardo all'utente?
|
1016
1017
|
offensive: Vi sono contenuti razzisti, sessisti, offensivi, attacchi di carattere personale, minacce di morte o altro tipo di minacci, istigazioni al suicidio o altre forme d'odio verbale.
|
1017
1018
|
report: Segnala
|
1018
1019
|
spam: Contiene pubblicità, truffe, clickbait ("esca da click") o altro contenuto mirato ad attrarre traffico internet.
|
1019
|
-
title: Segnala utente inappropriato
|
1020
1020
|
floating_help:
|
1021
1021
|
help: Aiuto
|
1022
1022
|
participatory_space_filters:
|
@@ -1058,6 +1058,9 @@ it:
|
|
1058
1058
|
help_text: "<strong>Attenzione:</strong> Il contenuto potrebbe essere tradotto automaticamente e non essere accurato al 100%."
|
1059
1059
|
show_original: Mostra testo originale
|
1060
1060
|
show_translated: Mostra testo tradotto automaticamente
|
1061
|
+
user_activity:
|
1062
|
+
index:
|
1063
|
+
no_activities_warning: Questo utente non ha ancora avuto alcuna attività.
|
1061
1064
|
user_contact_disabled: Questo partecipante non accetta messaggi diretti.
|
1062
1065
|
user_conversations:
|
1063
1066
|
create:
|