Localize common UI components (bottom sheets)

Replace all hardcoded Korean text with i18n translation keys in
common bottom sheet components for email selection and download
type selection.

Components localized:
- email-bottom-sheet: Title, image save label, receive by email label,
  image requested snackbar message, close button alt, request button
- download-type-bottom-sheet: Title, download method selection labels,
  image/email alt texts, close button alt

Translation keys added to en.json:
- selectEmailAddress: "Select Email Address"
- imageSave: "Save as Image"
- receiveByEmail: "Receive by Email"
- mail: "Mail"
- image: "Image"
- request: "Request"
- imageRequested: "Image has been requested."
- selectDownloadMethod: "Select Download Method"

All bottom sheet UI text now supports internationalization.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-10-31 12:33:30 +09:00
parent 1e65a67674
commit d0602dae1c
3 changed files with 35 additions and 23 deletions

View File

@@ -27,7 +27,15 @@
"fri": "Fri",
"sat": "Sat"
},
"currencyUnit": ""
"currencyUnit": "",
"selectEmailAddress": "Select Email Address",
"imageSave": "Save as Image",
"receiveByEmail": "Receive by Email",
"mail": "Mail",
"image": "Image",
"request": "Request",
"imageRequested": "Image has been requested.",
"selectDownloadMethod": "Select Download Method"
},
"menu": {
"home": "Home",