diff --git a/src/lib/i18n/en.json b/src/lib/i18n/en.json new file mode 100644 index 0000000..14a5537 --- /dev/null +++ b/src/lib/i18n/en.json @@ -0,0 +1,21 @@ +{ + "nav.recording": "Recording", + "nav.hardware": "Hardware", + "nav.storage": "Storage", + "nav.calendar": "Calendar", + "nav.sync": "Sync", + "nav.ai": "AI", + "nav.mcp": "MCP server", + "nav.privacy": "Privacy", + "nav.about": "About", + "nav.language": "Language", + + "settings.language.title": "Language", + "settings.language.display": "Display language", + "settings.language.display_hint": "The language of the app interface. Adding a language is as simple as dropping in one translation file.", + + "settings.transcription.title": "Transcription Language", + "settings.transcription.label": "Language", + "settings.transcription.auto": "Auto-detect", + "settings.transcription.applies_hint": "Applies to the next recording. The language actually used is shown on each meeting afterward." +}