trypost/lang/el/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.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
return [
'back' => 'Πίσω',
'beta' => 'Βήτα',
'confirm_modal' => [
'cannot_be_undone' => 'Αυτό δεν μπορεί να αναιρεθεί.',
'type' => 'Πληκτρολογήστε',
'to_confirm' => 'για επιβεβαίωση.',
'copy_to_clipboard' => 'Αντιγραφή στο πρόχειρο',
'delete_keyword' => 'διαγραφή',
],
'photo_upload' => [
'upload' => 'Μεταφόρτωση',
'uploading' => 'Μεταφόρτωση...',
'remove' => 'Αφαίρεση φωτογραφίας',
'hint' => 'Συνιστάται: τετράγωνη εικόνα, έως 2 MB.',
'crop_title' => 'Περικοπή εικόνας',
'crop_description' => 'Επιλέξτε την περιοχή που θέλετε να κρατήσετε.',
'crop_hint' => 'Σύρετε για μετακίνηση ή μια γωνία για αλλαγή μεγέθους.',
'crop_save' => 'Αποθήκευση',
'crop_cancel' => 'Άκυρο',
'crop_error' => 'Δεν ήταν δυνατή η φόρτωση αυτής της εικόνας. Δοκιμάστε άλλο αρχείο.',
],
'timezone' => [
'select' => 'Επιλογή ζώνης ώρας',
'search' => 'Αναζήτηση ζώνης ώρας...',
'empty' => 'Δεν βρέθηκε ζώνη ώρας',
],
'date_picker' => [
'select' => 'Επιλογή ημερομηνίας',
],
'date_range_picker' => [
'placeholder' => 'Επιλέξτε εύρος ημερομηνιών',
'today' => 'Σήμερα',
'yesterday' => 'Χθες',
'last_7_days' => 'Τελευταίες 7 ημέρες',
'last_30_days' => 'Τελευταίες 30 ημέρες',
'last_3_months' => 'Τελευταίοι 3 μήνες',
'last_6_months' => 'Τελευταίοι 6 μήνες',
'last_12_months' => 'Τελευταίοι 12 μήνες',
'this_month' => 'Αυτόν τον μήνα',
'last_month' => 'Προηγούμενος μήνας',
'year_to_date' => 'Από την αρχή του έτους',
'last_year' => 'Πέρσι',
],
'cancel' => 'Ακύρωση',
'clear' => 'Καθαρισμός',
'close' => 'Κλείσιμο',
'loading_more' => 'Φόρτωση περισσότερων...',
'actions' => [
'copy' => 'Αντιγραφή',
'copied' => 'Αντιγράφηκε',
'copy_failed' => 'Αποτυχία αντιγραφής στο πρόχειρο',
],
];