Files
biblical-guide.com/messages/en.json
andupetcu a0969e88df Implement complete multi-language support with Romanian/English
- Added next-intl for internationalization with Romanian as default locale
- Restructured app directory with [locale] routing (/ro, /en)
- Created comprehensive translation files for both languages
- Fixed Next.js 15 async params compatibility in layout components
- Updated all components to use proper i18n hooks and translations
- Configured middleware for locale routing and fallbacks
- Fixed FloatingChat component translation array handling
- Restored complete home page with internationalized content
- Fixed Material-UI Slide component prop error (mountOnExit → unmountOnExit)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 15:43:51 +03:00

107 lines
3.0 KiB
JSON

{
"navigation": {
"home": "Home",
"bible": "Bible",
"prayers": "Prayers",
"search": "Search",
"profile": "Profile",
"settings": "Settings",
"logout": "Logout",
"language": "Language"
},
"chat": {
"title": "Biblical AI Chat",
"subtitle": "Assistant for biblical questions",
"placeholder": "Ask your biblical question...",
"loading": "Writing response...",
"send": "Send",
"minimize": "Minimize",
"close": "Close",
"openFullPage": "Open full page",
"enterToSend": "Enter to send • Shift+Enter for new line",
"suggestions": {
"title": "Suggested questions:",
"questions": [
"What does the Bible say about love?",
"Explain the parable of the sower",
"What are the fruits of the Spirit?",
"What does it mean to be born again?",
"How can I pray better?"
]
}
},
"home": {
"hero": {
"title": "Biblical Guide",
"subtitle": "Explore Scripture with artificial intelligence",
"description": "A modern platform for Bible study, with intelligent AI chat, advanced search, and a prayer community that supports you on your spiritual journey.",
"cta": {
"readBible": "Start reading",
"askAI": "Ask AI"
}
},
"features": {
"title": "Discover the features",
"subtitle": "Everything you need for a complete Bible study experience",
"bible": {
"title": "Read the Bible",
"description": "Explore Scripture with a modern and easy-to-use interface"
},
"chat": {
"title": "AI Chat",
"description": "Ask questions about Scripture and receive clear answers"
},
"prayers": {
"title": "Prayers",
"description": "Share prayers and pray together with the community"
},
"search": {
"title": "Search",
"description": "Search for verses and passages throughout Scripture"
}
},
"stats": {
"books": "Biblical books",
"verses": "Verses",
"aiAvailable": "AI Chat available"
},
"cta": {
"title": "Begin your spiritual journey",
"description": "Join our community and discover the wisdom of Scripture",
"startNow": "Start now"
}
},
"pages": {
"bible": {
"title": "Bible",
"selectBook": "Select book",
"selectChapter": "Select chapter",
"verse": "Verse",
"chapter": "Chapter"
},
"prayers": {
"title": "Prayers",
"addRequest": "Add prayer request",
"anonymous": "Anonymous",
"prayFor": "Pray for this"
},
"search": {
"title": "Search",
"placeholder": "Search the Bible...",
"results": "Results",
"noResults": "No results found"
}
},
"common": {
"loading": "Loading...",
"error": "An error occurred",
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"close": "Close",
"back": "Back",
"next": "Next",
"previous": "Previous"
}
}