trypost/lang/pl/common.php
Paulo Castellano d8149ef058
Remove the automations module (#333)
* Remove the automations module

Drops the visual workflow builder end to end: actions, node runners,
commands, jobs, models, observers, policy, resources, requests, routes,
broadcast channel, scheduler entries, Horizon supervisor, Vue pages and
components, canvas undo/redo history, CodeEditor, translations, factories
and tests.

A new migration rewrites posts.created_via = 'automation' to 'web' and
drops the five automation tables. The CreatedVia::Automation enum case is
removed. The 2026-08-21 social-account identity migration now skips its
automation node repointing when the automations table no longer exists,
so it stays re-runnable after the drop.

Orphaned dependencies removed: simplepie/simplepie, @vue-flow/*,
codemirror and @codemirror/*.

* Drop the orphaned common.beta translation key

* Remove automation leftovers: ResolvableUrl rule, feed fixtures, useShortcut, nav badge

* Drop the unused chart wrapper and @unovis packages

* Address review: keep the shipped migration untouched, drop the dead previewOnly chain

- Restore 2026_08_21 migration to exactly what production ran; the
  rehearsal test now recreates the automations table it expects instead.
- Mark the drop migration's down() irreversible like its siblings.
- Simplify DropAutomationTablesMigrationTest to the sibling shape.
- Remove previewOnly / aiGenerateVariants: the only caller that set the
  prop was the deleted automation Generate node.
- Run pint over lang/*/common.php after the beta key removal.

* Exercise the drop migration against the real automation tables and their FKs

* Drop DuplicateIdentityRehearsalTest: it re-ran a frozen migration that reads the removed automations table
2026-09-05 11:03:23 -03:00

68 lines
2 KiB
PHP

<?php
declare(strict_types=1);
return [
'back' => 'Wstecz',
'confirm_modal' => [
'cannot_be_undone' => 'Tej operacji nie można cofnąć.',
'type' => 'Wpisz',
'to_confirm' => 'aby potwierdzić.',
'copy_to_clipboard' => 'Kopiuj do schowka',
'delete_keyword' => 'usuń',
],
'photo_upload' => [
'upload' => 'Prześlij',
'uploading' => 'Przesyłanie...',
'remove' => 'Usuń zdjęcie',
'hint' => 'Zalecane: kwadratowe zdjęcie, maks. 2 MB.',
'crop_title' => 'Przytnij obraz',
'crop_description' => 'Zaznacz obszar, który chcesz zachować.',
'crop_hint' => 'Przeciągnij, aby przesunąć, lub róg, aby zmienić rozmiar.',
'crop_save' => 'Zapisz',
'crop_cancel' => 'Anuluj',
'crop_error' => 'Nie można załadować tego obrazu. Spróbuj innego pliku.',
],
'timezone' => [
'select' => 'Wybierz strefę czasową',
'search' => 'Szukaj strefy czasowej...',
'empty' => 'Nie znaleziono strefy czasowej',
],
'just_now' => 'Właśnie teraz',
'date_picker' => [
'label' => 'Wybór daty',
'select' => 'Wybierz datę',
],
'date_range_picker' => [
'placeholder' => 'Wybierz zakres dat',
'today' => 'Dziś',
'yesterday' => 'Wczoraj',
'last_7_days' => 'Ostatnie 7 dni',
'last_30_days' => 'Ostatnie 30 dni',
'last_3_months' => 'Ostatnie 3 miesiące',
'last_6_months' => 'Ostatnie 6 miesięcy',
'last_12_months' => 'Ostatnie 12 miesięcy',
'this_month' => 'Ten miesiąc',
'last_month' => 'Poprzedni miesiąc',
'year_to_date' => 'Od początku roku',
'last_year' => 'Poprzedni rok',
],
'cancel' => 'Anuluj',
'clear' => 'Wyczyść',
'close' => 'Zamknij',
'loading_more' => 'Wczytywanie kolejnych...',
'actions' => [
'copy' => 'Kopiuj',
'copied' => 'Skopiowano',
'copy_failed' => 'Nie udało się skopiować do schowka',
],
];