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.
67 lines
2.2 KiB
PHP
67 lines
2.2 KiB
PHP
<?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 ميغابايت.',
|
|
'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' => 'فشل النسخ إلى الحافظة',
|
|
],
|
|
];
|