Please create a mobile app based on below name and description. The app should be designed with mobile-first principles, optimized for responsive for mobile devices.
Name: translator Description: 한글을 포함한 세계 여러 나라 언어중 하나를 선택하여 마이크에 이야기 하면 실시간으로 화면에 표시한다. 변역 버튼을 누르면 세계 여러 나라 언어로 실시간으로 변역하여 화면에 표시한 후 소리버튼을 누르면 음성으로 번역된 언어를 표현한다.
I've created a mobile-first translator app with the following features:
Note: This demo uses mock translation for demonstration. In a production app, you would integrate with a real translation API like Google Translate, Azure Translator, or similar services.
The app is fully responsive and optimized for mobile devices with Korean language support as requested!
실시간 변역을 위해서 번역api를 연동한다.
Google Translate API 사용 시:
.env.local
파일에 GOOGLE_TRANSLATE_API_KEY=your_key
추가Azure Translator 사용 시:
AZURE_TRANSLATOR_KEY
와 AZURE_TRANSLATOR_REGION
추가DeepL API 사용 시:
DEEPL_API_KEY
추가이제 실제 번역 API가 연동되어 정확한 번역 결과를 실시간으로 제공합니다!
To configure the generation, complete these steps: