feat(cropper): add aspect ratio options (1:1, 4:3, 16:9, free) and fix styling

This commit is contained in:
2026-02-04 15:41:01 +01:00
parent 3a7413e59a
commit 220599944c
9 changed files with 476 additions and 23 deletions

View File

@@ -199,6 +199,14 @@
"message": "Die gesuchte Seite existiert leider nicht.",
"backHome": "Zur Startseite"
},
"cropper": {
"title": "Bild zuschneiden",
"preview": "Vorschau:",
"cancel": "Abbrechen",
"confirm": "Übernehmen",
"aspectRatio": "Format:",
"free": "Frei"
},
"captcha": {
"verify": "Ich bin kein Roboter",
"verified": "Verifiziert",

View File

@@ -199,6 +199,14 @@
"message": "The page you are looking for does not exist.",
"backHome": "Back to Home"
},
"cropper": {
"title": "Crop image",
"preview": "Preview:",
"cancel": "Cancel",
"confirm": "Apply",
"aspectRatio": "Ratio:",
"free": "Free"
},
"captcha": {
"verify": "I'm not a robot",
"verified": "Verified",

View File

@@ -199,6 +199,14 @@
"message": "La page que vous recherchez n'existe pas.",
"backHome": "Retour à l'accueil"
},
"cropper": {
"title": "Recadrer l'image",
"preview": "Aperçu:",
"cancel": "Annuler",
"confirm": "Appliquer",
"aspectRatio": "Format:",
"free": "Libre"
},
"captcha": {
"verify": "Je ne suis pas un robot",
"verified": "Vérifié",