trypost/lang/pl/common.php
Paulo Castellano 36ccc570e0 Rewrite the image cropper as a movable/resizable selection box
Replace the move-image-behind-a-fixed-frame model with a selection box over the fully visible (contain-fit) image: drag to move, corner handles to resize, locked to 1:1 for the square avatar/logo output. The default selection is inset so the crop outline is always visible, handles sit inside the frame so they are never clipped, and wheel/pinch zoom is swallowed. Reset drag state on open/close, guard pointer capture and multi-touch, and fail-safe the canvas encode. Update the crop copy in all 15 locales to match the selection model.
2026-07-04 09:56:31 -03:00

67 lines
2 KiB
PHP

<?php
declare(strict_types=1);
return [
'back' => 'Wstecz',
'beta' => 'Beta',
'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',
],
'date_picker' => [
'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',
],
];