decidim-core 0.30.3 → 0.30.5
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 +6 -0
- data/app/cells/decidim/card_g/show.erb +1 -1
- data/app/cells/decidim/notification/deleted.erb +12 -0
- data/app/cells/decidim/notification/not_available.erb +12 -0
- data/app/cells/decidim/notification_cell.rb +5 -1
- data/app/cells/decidim/share_widget/modal.erb +2 -1
- data/app/commands/decidim/destroy_account.rb +49 -4
- data/app/controllers/decidim/download_your_data_controller.rb +5 -2
- data/app/events/decidim/welcome_notification_event.rb +1 -1
- data/app/jobs/decidim/remove_search_indexes_job.rb +18 -0
- data/app/mailers/decidim/notifications_digest_mailer.rb +18 -1
- data/app/models/decidim/component.rb +3 -0
- data/app/models/decidim/notification.rb +10 -0
- data/app/models/decidim/private_export.rb +4 -0
- data/app/models/decidim/user.rb +4 -0
- data/app/models/decidim/user_base_entity.rb +1 -1
- data/app/packs/src/decidim/editor/extensions/link/index.js +0 -1
- data/app/packs/src/decidim/editor/index.js +5 -1
- data/app/packs/src/decidim/editor/test/extensions/link.test.js +2 -2
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_link.js +1 -1
- data/app/packs/src/decidim/map/controller/markers.js +3 -1
- data/app/packs/stylesheets/decidim/_footer.scss +5 -0
- data/app/packs/stylesheets/decidim/_modal.scss +5 -1
- data/app/packs/stylesheets/decidim/_modal_fingerprint.scss +1 -1
- data/app/presenters/decidim/log/user_presenter.rb +2 -1
- data/app/presenters/decidim/user_presenter.rb +6 -1
- data/app/services/decidim/download_your_data_exporter.rb +15 -4
- data/app/services/decidim/open_data_exporter.rb +2 -1
- data/app/views/decidim/download_your_data/_export.html.erb +1 -1
- data/app/views/decidim/export_mailer/download_your_data_export.html.erb +1 -1
- data/app/views/decidim/export_mailer/export.html.erb +1 -1
- data/app/views/decidim/pages/_tabbed.html.erb +1 -1
- data/app/views/decidim/shared/_orders.html.erb +1 -1
- data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +15 -1
- data/config/locales/ar.yml +0 -4
- data/config/locales/bg.yml +0 -8
- data/config/locales/ca-IT.yml +17 -13
- data/config/locales/ca.yml +15 -11
- data/config/locales/cs.yml +9 -19
- data/config/locales/de.yml +5 -21
- data/config/locales/el.yml +0 -3
- data/config/locales/en.yml +21 -17
- data/config/locales/es-MX.yml +14 -10
- data/config/locales/es-PY.yml +14 -10
- data/config/locales/es.yml +13 -9
- data/config/locales/eu.yml +54 -51
- data/config/locales/fa-IR.yml +3 -0
- data/config/locales/fi-plain.yml +12 -8
- data/config/locales/fi.yml +12 -8
- data/config/locales/fr-CA.yml +23 -12
- data/config/locales/fr.yml +23 -12
- data/config/locales/ga-IE.yml +0 -4
- data/config/locales/gl.yml +0 -3
- data/config/locales/hu.yml +0 -6
- data/config/locales/id-ID.yml +0 -3
- data/config/locales/it.yml +3 -4
- data/config/locales/ja.yml +26 -22
- data/config/locales/ko.yml +3 -0
- data/config/locales/lb.yml +0 -3
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +0 -3
- data/config/locales/mt.yml +3 -0
- data/config/locales/nl.yml +0 -3
- data/config/locales/no.yml +0 -3
- data/config/locales/pl.yml +11 -7
- data/config/locales/pt-BR.yml +552 -5
- data/config/locales/pt.yml +0 -3
- data/config/locales/ro-RO.yml +453 -126
- data/config/locales/ru.yml +0 -4
- data/config/locales/sk.yml +0 -3
- data/config/locales/sl.yml +0 -1
- data/config/locales/sv.yml +28 -13
- data/config/locales/tr-TR.yml +0 -5
- data/config/locales/uk.yml +0 -3
- data/config/locales/vi.yml +3 -0
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +0 -5
- data/db/migrate/20250819110800_convert_private_exports_id_to_uuid.rb +55 -0
- data/decidim-core.gemspec +1 -0
- data/lib/decidim/core/engine.rb +1 -0
- data/lib/decidim/core/seeds.rb +3 -3
- data/lib/decidim/core/test/factories.rb +27 -2
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +59 -5
- data/lib/decidim/core/test/shared_examples/fingerprint_examples.rb +13 -0
- data/lib/decidim/core/test/shared_examples/process_announcements_examples.rb +35 -1
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/events/base_event.rb +4 -0
- data/lib/decidim/has_private_users.rb +1 -0
- data/lib/decidim/seeds.rb +1 -1
- data/lib/decidim/webpacker/configuration.rb +5 -1
- data/lib/tasks/upgrade/clean.rake +11 -0
- data/lib/tasks/upgrade/decidim_fix_action_log.rake +28 -0
- data/lib/tasks/upgrade/decidim_remove_deleted_users_left_data_tasks.rake +30 -0
- data/lib/tasks/upgrade/fix_deleted_private_follows.rake +26 -0
- metadata +27 -6
data/config/locales/pl.yml
CHANGED
|
@@ -628,6 +628,16 @@ pl:
|
|
|
628
628
|
download_your_data:
|
|
629
629
|
export:
|
|
630
630
|
ready: Gotowy
|
|
631
|
+
help:
|
|
632
|
+
messaging_conversations:
|
|
633
|
+
updated_at: Data ostatniej aktualizacji tej rozmowy
|
|
634
|
+
users:
|
|
635
|
+
about: Opis profilu tego uczestnika
|
|
636
|
+
followers_count: Liczba uczestników, którzy obserwują tego użytkownika
|
|
637
|
+
last_sign_in_at: Data i godzina poprzedniego logowania
|
|
638
|
+
last_sign_in_ip: Adres IP poprzedniego logowania
|
|
639
|
+
newsletter_notifications_at: Data i godzina subskrypcji tego uczestnika do newslettera
|
|
640
|
+
officialized_as: Nazwisko urzędnika (radca, burmistrz itd.)
|
|
631
641
|
editor_images:
|
|
632
642
|
create:
|
|
633
643
|
error: Wystąpił błąd podczas przesyłania obrazu.
|
|
@@ -641,7 +651,7 @@ pl:
|
|
|
641
651
|
files:
|
|
642
652
|
file_cannot_be_processed: Plik nie może zostać przetworzony
|
|
643
653
|
file_resolution_too_large: Rozdzielczość pliku jest zbyt duża
|
|
644
|
-
not_inside_organization: Plik nie jest dołączony do żadnej organizacji
|
|
654
|
+
not_inside_organization: Plik nie jest dołączony do żadnej organizacji.
|
|
645
655
|
internal_server_error:
|
|
646
656
|
copied: Tekst skopiowany!
|
|
647
657
|
copy_error_message_clarification: Skopiuj komunikat o błędzie do schowka
|
|
@@ -1200,11 +1210,9 @@ pl:
|
|
|
1200
1210
|
same_language: Treść została zamieszczona w preferowanym przez Ciebie języku (%{language}), dlatego w tej wiadomości e-mail nie wyświetlono żadnego automatycznego tłumaczenia.
|
|
1201
1211
|
translated_text: 'Automatycznie przetłumaczony tekst:'
|
|
1202
1212
|
notifications:
|
|
1203
|
-
action_error: Wystąpił problem z aktualizacją powiadomień.
|
|
1204
1213
|
no_notifications: Brak powiadomień.
|
|
1205
1214
|
show:
|
|
1206
1215
|
missing_event: Ups, to powiadomienie należy do elementu, który nie jest już dostępny. Możesz je odrzucić.
|
|
1207
|
-
moderated: Zawartość moderowana
|
|
1208
1216
|
notifications_digest_mailer:
|
|
1209
1217
|
header:
|
|
1210
1218
|
daily: Podsumowanie codziennych powiadomień
|
|
@@ -1268,7 +1276,6 @@ pl:
|
|
|
1268
1276
|
footer_sub_hero:
|
|
1269
1277
|
footer_sub_hero_body_html: Zbudujmy społeczeństwo bardziej otwarte, przejrzyste i współpracujące.<br /> Dołącz, uczestnicz i decyduj.
|
|
1270
1278
|
footer_sub_hero_headline: Witamy na %{organization} platformie partycypacyjnej.
|
|
1271
|
-
register: Zarejestruj się
|
|
1272
1279
|
hero:
|
|
1273
1280
|
participate: Weź udział
|
|
1274
1281
|
participate_title: Weź udział w procesach platformy
|
|
@@ -1276,7 +1283,6 @@ pl:
|
|
|
1276
1283
|
statistics:
|
|
1277
1284
|
headline: Aktualny stan %{organization}
|
|
1278
1285
|
sub_hero:
|
|
1279
|
-
register: Zarejestruj się
|
|
1280
1286
|
register_title: Utwórz konto
|
|
1281
1287
|
index:
|
|
1282
1288
|
standalone_pages: Strony
|
|
@@ -1582,8 +1588,6 @@ pl:
|
|
|
1582
1588
|
subject: Zaproszono Cię do zarządzania %{organization}
|
|
1583
1589
|
invite_collaborator:
|
|
1584
1590
|
subject: Zaproszono Cię do współpracy przy %{organization}
|
|
1585
|
-
invite_private_user:
|
|
1586
|
-
subject: Zostałeś zaproszony do uczestnictwa w prywatnym procesie w %{organization}
|
|
1587
1591
|
organization_admin_invitation_instructions:
|
|
1588
1592
|
subject: Zaproszono Cię do zarządzania %{organization}
|
|
1589
1593
|
password_change:
|