409 Commits
Author SHA1 Message Date
iamdoubz 2c8958da01 Bump version 0.6.0 2026-07-14 15:48:50 -05:00
iamdoubz f2c945838c docs(plan): mark dual-channel capture implemented (FR-SPK) 2026-07-14 12:22:59 -05:00
iamdoubz 0e0f3a09f1 docs(architecture): per-stream diarization via split channels in stop data flow (FR-SPK) 2026-07-14 12:22:57 -05:00
iamdoubz 3d183fdd7c docs(data-model): audio.wav split layout + audio_layout column; drop mic_activity.json (FR-SPK) 2026-07-14 12:22:56 -05:00
iamdoubz 32bb4057ec docs(adr-0005): Phase 3.5 dual-channel capture supersedes the masked-mono timeline (FR-SPK) 2026-07-14 12:22:55 -05:00
iamdoubz 90a9cbd476 feat(recording): fold split stereo to mono on playback, dual-mono on export (FR-SPK)
fold_wav folds a WAV's channels to their average across N output channels.
serve_recording plays it as mono so a split (mic-left/loopback-right) recording
plays both sources in both ears; bundle export decrypts + folds to dual-mono so
the shared file is a normal stereo file (manifest records it as summed). Test
covers mono + dual-mono.
2026-07-14 12:21:12 -05:00
iamdoubz 5bd76b80e8 feat(diarization): channel-based split attribution; retire masked-mono path (FR-SPK)
stop + reprocess now, for a split recording, diarize the right (loopback)
channel into Speaker N and take You from left-channel (mic) VAD — read back from
the file so both agree. Fixes reprocess collapsing to one speaker. Summed
recordings keep the whole-signal + voiceprint fallback. Removes MicTimelineFile,
phase3_attribute, mask_ranges, mic_activity.json (retirement note retained).
2026-07-14 12:16:03 -05:00
iamdoubz a1d71d1c73 refactor(recording): drop RecordingSession.mic_activity (retired) (FR-SPK) 2026-07-14 12:16:02 -05:00
iamdoubz e287fa5ebe feat(audio): read_wav_channel_16k + vad_spans; retire MicActivity (FR-SPK)
Add a channel-selective 16k reader (share the decode with read_wav_mono_16k via
read_wav_16k) and vad_spans (100ms energy-windowed You detection). Remove the
MicActivity live timeline + its capture wiring — the split layout makes the
mic/far-side separation intrinsic to the file, so You is recomputed from the
left channel instead.
2026-07-14 12:16:01 -05:00
iamdoubz 534f5ca350 feat(commands): mark recordings split/summed at stop from the session layout (FR-SPK) 2026-07-14 12:04:46 -05:00
iamdoubz 1e99c4c747 feat(recording): RecordingSession.audio_layout (split when mic on) (FR-SPK) 2026-07-14 12:04:45 -05:00
iamdoubz 5e5f61f3b7 feat(audio): write_wav_split — stereo mic-left/loopback-right capture (FR-SPK)
New split writer + a `split` flag through the capture path: when the mic is on,
audio.wav is recorded 2ch with the mic on the left channel and the loopback
(downmixed) on the right, keeping the two sources separate in the file. Same
byte size as today's summed stereo. Transcription still downmixes L+R (= the
summed signal). Unit test covers L=mic / R=loopback.
2026-07-14 12:04:44 -05:00
iamdoubz dec9251e7b feat(commands): set audio_layout at each finalize/export site (summed for now) (FR-SPK) 2026-07-14 11:58:25 -05:00
iamdoubz d4e2ab494c feat(models): MeetingBundle.audio_layout (serde default) for portable layout (FR-SPK) 2026-07-14 11:58:23 -05:00
iamdoubz 845903a772 feat(storage): thread audio_layout through FinalizeMeeting + Meeting + get_meeting (FR-SPK) 2026-07-14 11:58:22 -05:00
iamdoubz 998de62df2 feat(storage): migration 0009 — meetings.audio_layout column (FR-SPK/FR-CAP) 2026-07-14 11:58:21 -05:00
iamdoubz e449c194ef docs(plan): draft dual-channel (mic-L/loopback-R) capture plan + ADR-0005 amendment for review (FR-SPK) 2026-07-14 11:28:16 -05:00
iamdoubz 6cea767dec fix(audio): drain mic device-paced during silence to stop playback skips/ticks (FR-CAP-7)
The capture-silence fix metered the mic pull by wall-clock, but the mic fills
the bridge at its own device clock. Over a long silent stretch they drifted, the
bridge backed up to its 0.5s cap and dropped oldest samples -> the recording
skipped/'fast-forwarded' late in the gap. And a 10ms idle threshold punched
silence into the loopback on brief inter-packet stalls -> audible ticks. Now:
drain the whole bridge (device-paced, no overflow) and only synthesize after a
sustained 150ms gap.
2026-07-14 11:10:07 -05:00
iamdoubz 60ae97c771 docs(plan): mark Phase 3 slices a–d landed (FR-SPK) 2026-07-14 00:53:07 -05:00
iamdoubz d8587b8e93 docs(architecture): note per-stream diarization in the stop data flow (FR-SPK) 2026-07-14 00:53:06 -05:00
iamdoubz 695a12dc2d docs(data-model): add mic_activity.json to the meeting dir list (FR-SPK) 2026-07-14 00:53:05 -05:00
iamdoubz 6385e38b33 docs(adr-0005): amend with Phase 3 per-stream 'You' attribution (FR-SPK) 2026-07-14 00:53:04 -05:00
iamdoubz 0b5a85f461 feat(diarization): persist mic_activity.json; reprocess uses the Phase 3 timeline (FR-SPK)
Factor the Phase 3 attribution (you_spans -> mask -> diarize far side -> merge +
name) into a shared phase3_attribute() used by both stop and reprocess. stop now
writes mic_activity.json (the 'You' spans) next to a retained audio.wav
(plaintext timing metadata, local-only, lives/dies with audio.wav); reprocess
prefers that timeline over the voiceprint fallback so re-transcription keeps
correct per-stream 'You'/'Speaker' attribution.
2026-07-14 00:51:41 -05:00
iamdoubz fd9311c482 feat(diarization): Phase 3 stop attribution — mic timeline is 'You', diarize far side masked (FR-SPK)
stop_recording now, when the mic is on, takes 'You' spans straight from the
MicActivity timeline and diarizes the recording with those ranges zeroed, so
sherpa only ever clusters the far side into Speaker N. Merges the span lists and
names them via the existing voiceprint map (You + Speaker 2..). Falls back to
the whole-signal pass + voiceprint match when the mic is off. Adds mask_ranges
helper + tests.
2026-07-14 00:04:58 -05:00
iamdoubz 39294adcbc feat(audio): populate MicActivity timeline from the loopback writer (FR-SPK) 2026-07-14 00:04:57 -05:00
iamdoubz fee18ebc59 refactor(diarization): expose first_appearance_order + build_name_map to crate (FR-SPK) 2026-07-14 00:04:56 -05:00
iamdoubz 51f5ff085c feat(diarization): Diarizer::diarize_samples + short-input guard for masked far-side pass (FR-SPK) 2026-07-14 00:04:55 -05:00
iamdoubz 6d4204fb22 feat(recording): RecordingSession.mic_activity for Phase 3 attribution (FR-SPK) 2026-07-14 00:04:54 -05:00
iamdoubz 185489fa18 feat(audio): MicActivity timeline for Phase 3 per-stream 'You' attribution (FR-SPK)
Records, per 100ms of audio.wav frame time, when the mic (the user) was
speech-level — captured in the loopback writer where mic and loopback exist
separately in the recording's own timebase. you_spans() collapses active
windows into merged 'You' ranges. The far side will be diarized with these
ranges masked out, so clustering never sees the mic. Struct + span logic land
first (tested); capture wiring + stop attribution follow.
2026-07-13 21:15:49 -05:00
iamdoubz 41c2c79797 docs(plan): finalize Phase 3 design — mic=You, diarize loopback-masked (FR-SPK) 2026-07-13 21:15:48 -05:00
iamdoubz 6dd6c3c69f fix(audio): capture mic during system-audio silence (FR-CAP-7)
WASAPI loopback delivers no packets when the render endpoint is idle, so the
recording only advanced while system audio played. The bridged mic (the user
talking over silence) was lost to MicBridge overflow, and audio.wav lost those
stretches entirely — corrupting diarization and dropping the user's solo
remarks in real meetings. When loopback is idle, synthesize silence for the
elapsed gap and fold the mic in, keeping audio.wav continuous. Loopback +
mic-enabled only.
2026-07-13 20:58:23 -05:00
iamdoubz 9468781218 fix(audio): gate voiceprint capture on mic energy so it's real speech (FR-SPK)
VoiceSample kept the first N samples unconditionally, so a user silent for the
first 30s got a voiceprint of room noise/a cough. That noise embedding
spuriously matched a cluster and mislabeled every speaker 'You', even during
silence. Skip sub-threshold (VOICE_ENERGY_FLOOR) chunks so the window tracks
actual speech; until ~1s of real voice accumulates, the match returns empty
(no premature 'You').
2026-07-13 20:35:25 -05:00
iamdoubz b39352dbff fix(diarization): clear stale speaker rows on reprocess so Participants pane matches (FR-SPK)
Reprocess re-diarizes and upserts the new labels but never deleted the old
ones, so get_meeting (Participants pane) kept returning the discarded run's
labels (e.g. 83) while the transcript showed the new 5. Clear the meeting's
speaker rows before finalize re-inserts the fresh set.
2026-07-13 20:09:03 -05:00
iamdoubz 0d263637df feat(storage): Store::clear_speakers to drop a meeting's speaker rows (FR-SPK) 2026-07-13 20:09:01 -05:00
iamdoubz bb6e222101 docs(plan): Phase 3 per-stream attribution design sketch + ADR-0005 review (FR-SPK) 2026-07-13 19:32:15 -05:00
iamdoubz 85ed3b5587 docs(api-contracts): note transcript://segment re-emit + live diarization://updated (FR-SPK) 2026-07-13 19:25:31 -05:00
iamdoubz 68d692fbe8 fix(transcript): resolve live speaker names incl 'You' in the recording view (FR-SPK) 2026-07-13 19:25:30 -05:00
iamdoubz fa664e5147 feat(recording): live speakers state from diarization://updated (FR-SPK) 2026-07-13 19:25:29 -05:00
iamdoubz b5c99621b5 feat(api): onDiarizationUpdated event listener for live speaker updates (FR-SPK) 2026-07-13 19:25:28 -05:00
iamdoubz db52b9e812 feat(diarization): live tick re-emits relabeled segments + live 'You' (FR-SPK)
Phase 2 backend. The 15s provisional pass now (1) runs the mic voiceprint
match every tick and merges 'You'/'Speaker N' into the session name map without
overwriting user-set names, and (2) re-emits every committed segment whose
speaker changed via transcript://segment (replace-by-id) so the live transcript
reflects the refined labels instead of a frozen 'S1'.
2026-07-13 19:25:27 -05:00
iamdoubz 319e7a31cc docs(data-model): add voiceprint.wav to the meeting dir file list (FR-SPK) 2026-07-13 19:19:06 -05:00
iamdoubz 25011d0f27 fix(diarization): reprocess re-diarizes + persist mic voiceprint.wav (FR-SPK)
Phase 1. stop_recording writes voiceprint.wav next to a retained audio.wav
(ADR-0009 gated, sealed at rest with the vault); reprocess_transcript now
re-diarizes the fresh transcript and rebuilds the speaker name map from the
voiceprint instead of reusing the stale original-run names, fixing the
collapse to a single 'You' speaker on re-transcription.
2026-07-13 19:19:06 -05:00
iamdoubz 7733e86cfd feat(audio): write_wav_mono_16k helper for persisting the mic voiceprint (FR-SPK) 2026-07-13 19:19:05 -05:00
iamdoubz a481f5dcbf fix(diarization): tame cluster explosion with threshold 0.7 + 700ms min span (FR-SPK)
Phase 0 of the speaker-accuracy plan. sherpa fast-clustering threshold 0.5
over summed mic+loopback mono exploded a 2-speaker call into 83 clusters;
raise to 0.7 (larger threshold -> fewer clusters) and drop sub-700ms spans
whose embeddings are unstable and only churn labels in assign_by_overlap.
2026-07-13 19:12:04 -05:00
iamdoubz bd6519b65e docs(plan): phased fix plan for diarization speaker accuracy (FR-SPK) 2026-07-13 18:40:44 -05:00
iamdoubz 4f3af98bfa Add Clippy marketing image 2026-07-13 16:15:18 -05:00
iamdoubz 77f9a8b518 docs(readme): bump status to v0.5.2 and add UI-localization comparison row 2026-07-13 16:07:12 -05:00
iamdoubz 2a7e6229f4 docs(readme): list the 20 available interface languages and RTL support 2026-07-13 16:05:12 -05:00
iamdoubz 64e7baad66 docs(release): v0.5.2 release notes with SHA-256 checksums 2026-07-13 16:00:00 -05:00
iamdoubz 804d451bfa chore(release): bump version to 0.5.2 2026-07-13 15:59:58 -05:00
iamdoubz a29e60b47d fix(storage): show native error dialog on startup DB failure instead of panic
A migration-checksum mismatch (an edited-after-shipping migration) made
SqliteStore::connect() return Err, which .expect() turned into a panic=abort
fast-fail: the window never opened and the OS reported only a 0xc0000409 crash.
Replace the expect with a blocking MessageBoxW that names the failure and points
at wa.db, then exit(1) cleanly.
2026-07-13 15:52:55 -05:00
iamdoubz 969ed6022e build(deps): enable Win32_UI_WindowsAndMessaging for startup error dialog 2026-07-13 15:52:54 -05:00
iamdoubz 226593b49d Merge pull request 'Bump version 0.5.0' (#22) from bump_version_0.5.0 into main
Reviewed-on: #22
2026-07-13 08:46:24 -05:00
iamdoubz dc1d352e09 docs(release): v0.5.1 release notes with SHA-256 checksums 2026-07-12 22:47:48 -05:00
iamdoubz 05e003ab19 chore(release): bump version to 0.5.1 2026-07-12 22:41:45 -05:00
iamdoubz d636eec848 feat(i18n): register 19 locales and flip document dir for RTL (ar, ur) 2026-07-12 20:12:45 -05:00
iamdoubz 1aeaae3550 feat(i18n): add Urdu (ur) translation 2026-07-12 20:12:44 -05:00
iamdoubz 84774c75cb feat(i18n): add Arabic (ar) translation 2026-07-12 20:07:27 -05:00
iamdoubz bca790571c feat(i18n): add Sinhala (si) translation 2026-07-12 20:04:27 -05:00
iamdoubz bfe7005368 feat(i18n): add Tamil (ta) translation 2026-07-12 16:27:57 -05:00
iamdoubz e01d61ae0c feat(i18n): add Bengali (bn) translation 2026-07-12 16:21:00 -05:00
iamdoubz 8947eb2f39 feat(i18n): add Hindi (hi) translation 2026-07-12 16:17:15 -05:00
iamdoubz d2ef12269b feat(i18n): add Korean (ko) translation 2026-07-12 16:13:53 -05:00
iamdoubz bab1eb57b1 feat(i18n): add Mandarin Chinese Simplified (zh-CN) translation 2026-07-12 16:11:17 -05:00
iamdoubz 76bb38cbe6 feat(i18n): add Finnish (fi) translation 2026-07-12 16:09:01 -05:00
iamdoubz 7570d810e4 feat(i18n): add Norwegian Bokmal (nb) translation 2026-07-12 16:05:22 -05:00
iamdoubz a090cc4acd feat(i18n): add Swedish (sv) translation 2026-07-12 16:02:27 -05:00
iamdoubz 7f0a718210 feat(i18n): add Russian (ru) translation 2026-07-12 15:59:42 -05:00
iamdoubz 96e8723cb9 feat(i18n): add Portuguese (Brazil, pt-BR) translation 2026-07-12 15:57:11 -05:00
iamdoubz fce3a6b96c feat(i18n): add Portuguese (Portugal, pt-PT) translation 2026-07-12 15:54:48 -05:00
iamdoubz 0f8288f90f feat(i18n): add French (Canada, fr-CA) translation 2026-07-12 15:52:25 -05:00
iamdoubz 8ffc015e29 feat(i18n): add French (France, fr-FR) translation 2026-07-12 15:49:42 -05:00
iamdoubz b8c58d6ab8 feat(i18n): add Spanish (Mexico, es-MX) translation 2026-07-12 15:47:07 -05:00
iamdoubz 51a03b0ec4 feat(i18n): add Spanish (Spain, es-ES) translation 2026-07-12 15:44:43 -05:00
iamdoubz 96851157dd feat(i18n): add German (de) translation 2026-07-12 15:42:14 -05:00
iamdoubz f05cec879f docs: add Build & release section for the unified installer 2026-07-12 14:32:46 -05:00
iamdoubz bf67be8764 docs(release): v0.5.0 release notes with SHA-256 checksums 2026-07-12 13:14:46 -05:00
iamdoubz c1de97938e chore(release): bump version to 0.5.0 2026-07-12 13:08:56 -05:00
iamdoubz 5f300ee177 Merge pull request 'Feature chore bug 007' (#21) from feature_chore_bug_007 into main
Reviewed-on: #21
2026-07-12 12:59:04 -05:00
iamdoubz 52d3fcbf3b Instruction for how to activate whispassist memory 2026-07-12 12:56:17 -05:00
iamdoubz 2181aa5b0e docs(i18n): mark Batch F done — migration complete 2026-07-12 12:54:10 -05:00
iamdoubz 4e87cab3ad feat(i18n): convert LevelMeter to t() (Batch F) 2026-07-12 12:53:26 -05:00
iamdoubz 84ab88b565 feat(i18n): convert TagChip to t() (Batch F) 2026-07-12 12:53:25 -05:00
iamdoubz ae13944563 feat(i18n): convert ImportMeeting to t() (Batch F) 2026-07-12 12:53:23 -05:00
iamdoubz 8fc5d72576 feat(i18n): convert ThemeToggle to t() (Batch F) 2026-07-12 12:53:22 -05:00
iamdoubz 681933c8cf feat(i18n): convert HostedAiBanner to t() (Batch F) 2026-07-12 12:53:21 -05:00
iamdoubz cfe73e7d80 feat(i18n): convert ConsentNotice to t() (Batch F) 2026-07-12 12:53:20 -05:00
iamdoubz 505387ba49 feat(i18n): add tagchip.remove key (Batch F) 2026-07-12 12:53:19 -05:00
iamdoubz fa8ce62f63 feat(i18n): component keys for Batch F (consent, hosted-ai, theme, import, chip, meter) 2026-07-12 12:51:03 -05:00
iamdoubz 7527da92c5 docs(i18n): mark Batch E (Settings) done, log the batch 2026-07-12 12:41:14 -05:00
iamdoubz ef933c3786 feat(i18n): convert Settings dialog title + header to t() (Batch E) 2026-07-12 12:40:31 -05:00
iamdoubz f6f336d79f feat(i18n): Settings dialog-title key (Batch E) 2026-07-12 12:40:30 -05:00
iamdoubz 1f25833e74 feat(i18n): convert Settings about section to t() (Batch E) 2026-07-12 12:39:33 -05:00
iamdoubz 0d8bcf3b17 feat(i18n): Settings about-section keys (Batch E) 2026-07-12 12:39:32 -05:00
iamdoubz 27a1f98051 feat(i18n): convert Settings privacy section to t() (Batch E) 2026-07-12 12:38:53 -05:00
iamdoubz 0ecd6db12e feat(i18n): Settings privacy-section keys (Batch E) 2026-07-12 12:38:52 -05:00
iamdoubz d2f35c64b1 feat(i18n): convert Settings MCP section to t() (Batch E) 2026-07-12 12:37:22 -05:00
iamdoubz 5967fd6997 feat(i18n): Settings MCP-section keys (Batch E) 2026-07-12 12:37:21 -05:00
iamdoubz a0ad1564a8 feat(i18n): convert Settings AI section to t() (Batch E) 2026-07-12 12:35:42 -05:00
iamdoubz 377a91d1b8 feat(i18n): Settings AI-section keys (Batch E) 2026-07-12 12:35:41 -05:00
iamdoubz 7796c5b62d feat(i18n): convert Settings sync section to t() (Batch E) 2026-07-12 12:32:54 -05:00
iamdoubz 698fb26b0a feat(i18n): Settings sync-section keys + shared Close button (Batch E) 2026-07-12 12:32:53 -05:00
iamdoubz 802e30e9c6 feat(i18n): convert Settings calendar section to t() (Batch E) 2026-07-12 12:30:51 -05:00
iamdoubz f1683af01c feat(i18n): Settings calendar-section keys (Batch E) 2026-07-12 12:30:50 -05:00
iamdoubz 12388b8bd9 feat(i18n): convert Settings storage section to t() (Batch E) 2026-07-12 12:29:25 -05:00
iamdoubz b295e1ee83 feat(i18n): Settings storage-section keys (Batch E) 2026-07-12 12:29:24 -05:00
iamdoubz c98c14bbc7 feat(i18n): convert Settings hardware section to t() (Batch E) 2026-07-12 12:27:48 -05:00
iamdoubz c0b7587298 feat(i18n): Settings hardware-section keys (Batch E) 2026-07-12 12:27:47 -05:00
iamdoubz d5f0d028ac feat(i18n): convert Settings recording section to t() (Batch E) 2026-07-12 12:24:31 -05:00
iamdoubz 2f925de9a5 feat(i18n): Settings recording-section keys (Batch E) 2026-07-12 12:24:29 -05:00
iamdoubz 486767587e docs(i18n): mark Batch C + D done, log the batch 2026-07-12 11:18:19 -05:00
iamdoubz 88969019b3 feat(i18n): convert SummaryPanel chrome to t() (Batch D) 2026-07-12 11:17:45 -05:00
iamdoubz 2b13de4ef2 feat(i18n): add summary panel keys to en.json (Batch D) 2026-07-12 11:14:01 -05:00
iamdoubz a112b81d6e feat(i18n): convert TranscriptNotes chrome to t() (Batch C) 2026-07-12 11:12:01 -05:00
iamdoubz 1da127a61c feat(i18n): add transcript + notes keys to en.json (Batch C) 2026-07-12 11:09:05 -05:00
iamdoubz 57d3aca386 docs(i18n): mark Batch A + B done, log the batch 2026-07-12 11:04:06 -05:00
iamdoubz aac88bfbc5 feat(i18n): convert App shell chrome to t() (Batch A) 2026-07-12 11:03:42 -05:00
iamdoubz e5fdb2baea feat(i18n): convert MeetingsList chrome to t() (Batch B, FR-*) 2026-07-12 11:03:41 -05:00
iamdoubz fc89f76ac8 feat(i18n): add app shell + meetings-list keys to en.json (Batch A/B) 2026-07-12 11:00:18 -05:00
iamdoubz 7b8a651730 docs(i18n): clarify chrome-only scope — never translate user content 2026-07-12 10:57:52 -05:00
iamdoubz e1e2808d9c docs(i18n): migration tracking doc for incremental string conversion 2026-07-12 10:52:18 -05:00
iamdoubz 77234e697d docs(api): document 'obsidian' export format (FR-STORE-4) 2026-07-12 09:38:09 -05:00
iamdoubz f5c521df0d style(settings): prettier formatting for i18n selector 2026-07-12 09:37:45 -05:00
iamdoubz 3f04ec6167 fix(playback): silence a11y warning on transcript scroll-intent handlers 2026-07-12 09:36:14 -05:00
iamdoubz 030b06329a feat(i18n): display-language selector in Settings + t() on nav and transcription-language strings 2026-07-12 09:35:22 -05:00
iamdoubz a7af623753 feat(i18n): reactive t() store with localStorage locale, English fallback 2026-07-12 09:34:14 -05:00
iamdoubz b98c258c13 feat(i18n): English translation baseline (en.json) 2026-07-12 09:33:59 -05:00
iamdoubz 8ca6cf4f89 feat(export): add 'obsidian' to exportMeeting format union (FR-STORE-4) 2026-07-12 09:32:49 -05:00
iamdoubz dbe845e923 feat(export): 'obsidian' format — one vault note (notes+summary+action items+transcript, no audio) (FR-STORE-4) 2026-07-12 09:32:23 -05:00
iamdoubz d5aef2966f feat(playback): click transcript to seek + highlight/scroll active line; Obsidian export button (FR-REC-5, FR-STORE-4) 2026-07-12 09:31:14 -05:00
iamdoubz 2389fb05a5 feat(playback): seek audio on transcript click, push position on timeupdate (FR-REC-5) 2026-07-12 09:28:21 -05:00
iamdoubz 96d02cc220 feat(playback): shared player store to sync transcript<->audio (FR-REC-5) 2026-07-12 09:27:46 -05:00
iamdoubz c3da6cf0f3 style(settings): prettier formatting for export/import copy 2026-07-11 22:48:55 -05:00
iamdoubz 5564c9c9a6 docs(data-model): document portable bundle export/import format 2026-07-11 22:48:03 -05:00
iamdoubz d25c297257 docs(api): document action_items on Meeting, bundle export shape, import_meeting_bundle, auto-resync 2026-07-11 22:48:02 -05:00
iamdoubz 23cfca7ea2 feat(export): Export/Import section in Settings → Storage (FR-STORE-4) 2026-07-11 22:43:51 -05:00
iamdoubz 6129866ac5 feat(export): importMeetingBundle api binding 2026-07-11 22:42:21 -05:00
iamdoubz 2e57ccfab5 feat(export): register import_meeting_bundle command 2026-07-11 22:42:08 -05:00
iamdoubz 4dff7a58b5 feat(export): portable bundle (meeting.json + summary.json) + import_meeting_bundle (FR-STORE-4) 2026-07-11 22:42:07 -05:00
iamdoubz 25204c0235 feat(export): set_meeting_times store method to preserve dates on import 2026-07-11 22:40:00 -05:00
iamdoubz 2b2e120f12 feat(export): MeetingBundle manifest for portable meeting export/import 2026-07-11 22:39:38 -05:00
iamdoubz 70eb182eb4 feat(sync): auto-resync artifacts on edit (notes/summary/transcript/tags/action items) (FR-SYNC-5) 2026-07-11 22:37:51 -05:00
iamdoubz 836547596b feat(action-items): manual add/delete/edit action items in the summary panel 2026-07-11 22:34:12 -05:00
iamdoubz 58215076cb feat(action-items): add action_items to Meeting type 2026-07-11 22:32:27 -05:00
iamdoubz 862ab86860 feat(action-items): cancel reminders for deleted items on confirm 2026-07-11 22:32:15 -05:00
iamdoubz a0faaa94b4 feat(action-items): table-backed action_items on Meeting; reconcile deletes (FR-LLM-3) 2026-07-11 22:32:14 -05:00
iamdoubz 9c74f84c5b feat(transcript): show per-segment timestamps in live and finalized views 2026-07-11 22:29:43 -05:00
iamdoubz 57cd46be46 Merge pull request 'Feature chore bug 006' (#20) from feature_chore_bug_006 into main
Reviewed-on: #20
2026-07-11 09:26:39 -05:00
iamdoubz 490a960676 Add optional dependencies section 2026-07-11 09:23:36 -05:00
iamdoubz 379bdf532f chore: sync Cargo.lock to version 0.4.0 2026-07-11 09:10:17 -05:00
iamdoubz 95f07e1dba fix(transcription): scope streamer-test closures so out isn't borrow-locked 2026-07-11 09:08:20 -05:00
iamdoubz 931a2b78b4 fix(media): blank doc line before the tool list (clippy doc_lazy_continuation) 2026-07-11 09:08:19 -05:00
iamdoubz 89254bc070 fix(audio): update audio_level test calls for the new mic arg 2026-07-11 09:08:18 -05:00
iamdoubz 22a37c5f4e docs: README for v0.4.0 — new features + Granola/Meetily/WA comparison (Granola MCP) 2026-07-11 08:58:06 -05:00
iamdoubz cecfe20eec chore: bump tauri config version to 0.4.0 2026-07-11 08:58:05 -05:00
iamdoubz 6fbf967fdb chore: bump crate version to 0.4.0 2026-07-11 08:58:04 -05:00
iamdoubz 9f3c1b65d0 chore: bump version to 0.4.0 2026-07-11 08:58:03 -05:00
iamdoubz a4b2b9a292 feat(transcription): drive live worker with StreamTuning; store only committed segments 2026-07-11 08:42:25 -05:00
iamdoubz 12e23143f6 feat(transcription): streaming growing-window + interim + commit-on-pause (FR-TRX-2) 2026-07-11 08:42:24 -05:00
iamdoubz fd556c57a1 feat(import): import_media — file/URL to a transcribed, diarized meeting; auto_record default 2026-07-11 00:38:19 -05:00
iamdoubz 1ea8011dc8 feat: register media module + import_media command 2026-07-11 00:38:18 -05:00
iamdoubz 002f8caa2b feat(media): transcode local files + URLs to 16kHz wav via ffmpeg/yt-dlp 2026-07-11 00:38:16 -05:00
iamdoubz d72509df5f feat: add auto_record_calendar setting (FR-CAL) 2026-07-11 00:38:15 -05:00
iamdoubz 7ef45bb315 feat(ui): Add meeting button + import modal wiring in the header 2026-07-11 00:37:53 -05:00
iamdoubz bd251b991a feat(ui): add-a-meeting modal for importing a file or URL 2026-07-11 00:37:51 -05:00
iamdoubz dfaeb7c873 feat(ui): import_media command in the typed api 2026-07-11 00:37:50 -05:00
iamdoubz 6b164cd02a feat(ui): auto-start-on-calendar-event toggle in Settings > Recording 2026-07-11 00:31:34 -05:00
iamdoubz 21101054a4 feat(ui): arm a one-shot auto-record timer for the next calendar event (FR-CAL) 2026-07-11 00:31:32 -05:00
iamdoubz 16200a130e feat(ui): let recording.start attach a calendar event id 2026-07-11 00:31:31 -05:00
iamdoubz 86f115642c feat(ui): default auto_record_calendar off in the settings store 2026-07-11 00:31:29 -05:00
iamdoubz 1760d4ae24 feat(ui): add auto_record_calendar to the settings contract 2026-07-11 00:31:16 -05:00
iamdoubz 2681a5d8c8 feat(audio): forward mic/system flag on the recording://level event 2026-07-11 00:27:42 -05:00
iamdoubz 233d641041 feat(audio): emit tagged mic + system level updates from capture (FR-CAP-5/7) 2026-07-11 00:27:41 -05:00
iamdoubz 29589663b2 feat(ui): pass mic level + enabled state to the level meter 2026-07-11 00:27:06 -05:00
iamdoubz 28058e205d feat(ui): overlay mic level on the meter in the accent colour (FR-CAP-5/7) 2026-07-11 00:27:05 -05:00
iamdoubz 235129d0d6 feat(ui): track microphone level separately in the recording store 2026-07-11 00:27:03 -05:00
iamdoubz 59c2d70643 feat(ui): tag recording level events with mic vs system source (FR-CAP-7) 2026-07-11 00:27:02 -05:00
iamdoubz e082f99f32 feat(ui): speaker diarization download cards in Settings > Hardware 2026-07-11 00:23:19 -05:00
iamdoubz 5260a4240b feat(ui): load/download/remove diarization models in the settings store 2026-07-11 00:23:18 -05:00
iamdoubz bf644ea0be feat(ui): expose diarization models over the typed api (FR-MODEL-1) 2026-07-11 00:23:17 -05:00
iamdoubz 13fb9984da feat(ui): model download cards + PST import range + calendar cleanup
Settings > Hardware: the Models list is now a bordered card row per
model with active/installed badges and a real progress bar for
downloads (was plain text links + a bare "downloading NN%" string),
using the app's existing lucide icon set.

Settings > Calendar: an Import range picker (30/90/180/365 days/all
time, persisted, applied to both a manual Import and the pst_auto_sync
startup re-import) and a Clean up section (delete all / older-than-N
threshold, confirm() gated, always reports how many events were kept
because they're linked to a meeting) -- fixes the 14,686-row bloat from
importing a mailbox's entire unbounded history.
2026-07-11 00:13:02 -05:00
iamdoubz 99d50583cf feat(ui): live notes pane, click-to-annotate transcript, resizable split
Granola-style redesign: the live-recording view gains a Notes pane
(bound to recording.notesText) alongside the transcript, and each
transcript line is clickable to attach/edit a note for that moment
(recording.segmentNotes, badge on annotated lines).

Also, for both the live and finalized-meeting layouts: the
transcript/notes split is now drag-resizable and each side
independently collapsible (Splitter + layout store), and the
post-finalize Notes pane defaults to Preview (rendered) instead of raw
Editor mode, since the merged document is now properly sectioned rather
than a single-speaker blob.
2026-07-11 00:13:01 -05:00
iamdoubz 0027becd10 style(ui): polish Upload now / Save action items / provider select
Upload now and Save action items now use the existing .primary
solid-accent button style (with icons) instead of unstyled native
buttons; the AI provider dropdown gets real border/background/hover
states matching the app's other selects.
2026-07-11 00:12:45 -05:00
iamdoubz e3c80b565c feat(ui): resizable/hideable meetings-list and summary panes
Left (meetings list) and right (summary) panes gain drag-to-resize via
Splitter and a collapse/expand toggle (thin rail + panel icon), sizes
and collapsed state persisted via the layout store.
2026-07-11 00:12:44 -05:00
iamdoubz 2a637e78ad feat(ui): default pst_import_range_days in the settings fallback 2026-07-11 00:12:29 -05:00
iamdoubz 80ad2a5f76 feat(ui): calendar store passes rangeDays through to importPst 2026-07-11 00:12:28 -05:00
iamdoubz 6622ae81ff feat(ui): recording store gains live notes state
notesText (debounced save, flushed on stop before finalize reads it),
segmentNotes Map keyed by anchor_ms, setNotesText/setSegmentNote.
2026-07-11 00:12:26 -05:00
iamdoubz 90b2d51d08 feat(ui): API bindings for live notes and calendar range/cleanup
updateLiveNotes/setSegmentNote; import_pst's rangeDays param;
cleanupCalendarEvents; pst_import_range_days on AppSettings.
2026-07-11 00:12:15 -05:00
iamdoubz 7081040475 feat(ui): layout store for resizable/hideable panes
Pane widths, collapsed flags, and the transcript/notes split ratio,
persisted to localStorage (pure client-side UI ephemera, not app data --
no Tauri settings round-trip needed).
2026-07-11 00:12:04 -05:00
iamdoubz 7dfcbdf247 feat(ui): draggable Splitter component for resizable panes
WAI-ARIA "window splitter" pattern (role=separator, keyboard-operable) --
reusable divider used by the resizable/hideable pane layout.
2026-07-11 00:12:01 -05:00
iamdoubz 864cd33a5f docs: document live notes commands and calendar range/cleanup commands
update_live_notes/set_segment_note; import_pst's new rangeDays param;
new cleanup_calendar_events command.
2026-07-11 00:11:53 -05:00
iamdoubz 94eafd4fae docs: document manual_notes.json (Granola-style live notes redesign) 2026-07-11 00:11:52 -05:00
iamdoubz 45ddc2bd3e feat(commands): live notes commands + calendar range/cleanup commands
Live notes (Granola-style redesign):
- update_live_notes/set_segment_note: live-session-only, mutate
  RecordingSession.manual_notes and write-through to manual_notes.json.
- stop_recording, reprocess_transcript, and resume_transcription now call
  MarkdownNotes::merge (loading manual_notes.json from disk for the
  latter two, which have no live RecordingSession) instead of the old
  transcript-only to_markdown, so re-transcription/crash-recovery never
  silently drops what the user typed.
- refresh_notes_and_notify no longer re-renders/overwrites notes.md on a
  post-finalize speaker rename/merge -- that used to clobber manual
  edits; it still updates the speakers table and emits the live-refresh
  event.

Calendar range/cleanup (14,686-row bloat fix):
- import_pst_core/import_pst take an optional range_days, converted to a
  from timestamp for PstSource.
- New cleanup_calendar_events command wrapping the new store method.
2026-07-11 00:11:45 -05:00
iamdoubz bb226dcb5e feat(core): wire up live notes and calendar range/cleanup commands
- RecordingSession.manual_notes; register update_live_notes/set_segment_note.
- Register cleanup_calendar_events; pass pst_import_range_days through to
  the pst_auto_sync startup re-import so it applies the same range as the
  last manual import, not the full mailbox history.
2026-07-11 00:11:32 -05:00
iamdoubz 98b183d2b0 feat(storage): cleanup_calendar_events, protects meeting-linked rows
CalendarCleanupResult + Store::cleanup_calendar_events(older_than_unix):
None deletes every unlinked event ("Delete all"), Some(cutoff) only those
starting before it. An event referenced by meetings.calendar_event_id is
always kept regardless of age or the "delete all" choice; participant
links cascade via the existing ON DELETE CASCADE FK.
2026-07-11 00:11:19 -05:00
iamdoubz 8828fca805 fix(calendar): honor from/to range on PST import
PstSource used to silently ignore CalImport.from/to (only Graph honored
a range) -- a long-lived mailbox has no natural upper bound on history,
so importing "everything" meant every recurring series expanded across
its full lifetime (up to 500 occurrences each) plus every one-off entry
the file ever held (e.g. a decade of Outlook's auto-generated yearly
holidays). Filters parsed events by starts_at after readpst parsing,
after collect_events -- doesn't need to touch how readpst is invoked or
how recurrence expansion works.
2026-07-11 00:11:02 -05:00
iamdoubz 9057b25e92 feat(notes): MarkdownNotes::merge folds manual notes into the transcript
Adds the Notes/Transcript-sectioned merge (freeform notes under ## Notes,
transcript dialogue under ## Transcript with per-moment annotations
placed as > note callouts right after the paragraph they anchor to,
unmatched anchors surfaced under "Other notes" rather than dropped) that
stop_recording now calls instead of the old transcript-only to_markdown.
2026-07-11 00:10:47 -05:00
iamdoubz 41b5553836 feat(core): add ManualNotes/SegmentNote types; pst_import_range_days setting
Two features:
- Granola-style live notes redesign: ManualNotes/SegmentNote are the IPC +
  on-disk shape of manual_notes.json (freeform notes typed during
  recording, plus per-moment annotations anchored by timestamp).
- Calendar bloat fix: Settings.pst_import_range_days persists how far back
  a PST import should go (None = full history), applied to both a manual
  import and the pst_auto_sync startup re-import.
2026-07-11 00:10:37 -05:00
iamdoubz 538db4372f feat(core): add manual_notes.json path helper
Granola-style live notes redesign: manual_notes_file(id) mirrors the
existing meeting_dir()-based helpers for the new per-meeting raw
user-notes artifact.
2026-07-11 00:10:24 -05:00
iamdoubz 8906f8c8ed chore(ui): disable the default WebView right-click menu
Back/Forward/Reload/Inspect doesn't belong in a native-feeling desktop
app. Disabled app-wide for now, per explicit instruction -- a
WhispAssist-specific context menu is a deferred follow-up, not decided
against.
2026-07-10 22:08:25 -05:00
iamdoubz 2f62e4b13a fix(calendar): run readpst headless instead of popping a console window
readpst.exe is a console-subsystem binary; WhispAssist has no console of
its own, so Windows created a brand new visible console window for it on
every PST import. CREATE_NO_WINDOW spawns it fully headless -- its
stdout/stderr are still captured normally via .output().
2026-07-10 22:08:19 -05:00
iamdoubz 3214bd2740 fix(calendar): stable content-based raw_uid for UID-less events; UTC dedup keys
parse_vevents used to leave raw_uid: None for any VEVENT with no UID
line, which the storage layer's unique index exempts from dedup -- so
that event duplicated on every re-import forever. Falls back to
content_uid (subject|organizer|starts_at|ends_at) so re-parsing the same
source resolves to the same key. Also fixes ymd_digits, the per-occurrence
dedup-key suffix for expanded recurring events, to format in UTC instead
of the machine's local timezone -- it could otherwise compute a different
date (and therefore a different key) for the same occurrence across a DST
transition or timezone change between imports.
2026-07-10 19:22:18 -05:00
iamdoubz e7b951cb90 fix(storage): collapse existing duplicate calendar_events rows
One-time cleanup for anyone already hit by the reimport-duplication bug:
groups existing rows by (source, raw_uid) -- backfilling a content-based
key first for rows that had none -- keeps the row a meeting is attached
to (or the first survivor otherwise), repoints any meeting pointing at a
row about to be removed, then deletes the rest. The unique index is
dropped and recreated around this since the backfill step can
momentarily produce rows that collide before they're deduped.
2026-07-10 19:22:10 -05:00
iamdoubz a341afc52f fix(commands): reindex search after generate_summary writes summary.json
summary.json is sealed straight to disk, not through a store write, so
the FTS index needs an explicit nudge to pick up newly generated
summaries (FR-SEARCH-1).
2026-07-10 19:22:04 -05:00
iamdoubz 83babc99cd fix(storage): reindex FTS on tags/summary; default a stable calendar raw_uid
Two bugs, one file:

- Search: reindex_fts now also indexes summary_text and tags_text, and
  runs on every set_tags call (it previously only fired from
  finalize_meeting/update_notes, so tag and summary changes never touched
  the index at all). Promoted from a private helper to a Store trait
  method so commands.rs can call it after summary.json is written
  (summary lives only on disk, not through a store write).

- Calendar dedup: import_calendar_events used to insert whatever raw_uid
  the caller passed, including None -- which the (source, raw_uid)
  unique index explicitly exempts from dedup, so any event without a
  captured UID duplicated on every re-import forever (the reported
  1762 -> 11,764 row bug). Defaults to a deterministic content-derived
  key (calendar::content_uid) when raw_uid is missing, and adds a
  regression test that re-importing the same batch repeatedly doesn't
  grow the table.
2026-07-10 19:21:59 -05:00
iamdoubz 4015b5132e feat(storage): add summary/tags columns to the FTS5 search index
meeting_fts only ever indexed title/transcript/notes -- search silently
never covered summary or tags despite FR-SEARCH-1 requiring it (bug
report: "search not working" for those). meeting_fts is a derived index
(never a source of truth), so drop+recreate is safe: backfill_fts
repopulates every meeting from scratch on next startup.
2026-07-10 19:21:48 -05:00
iamdoubz b5f5ef172c feat(commands): auto-label the mic speaker "You" at stop_recording
Wires VoiceSample creation into start_recording (mic-enabled path) and
runs the voiceprint match after the final diarization pass in
stop_recording: on a confident match, persists "You" and "Speaker 2",
"Speaker 3"... via the existing rename_speaker store path, skipping any
label the user already renamed live.
2026-07-10 19:05:28 -05:00
iamdoubz 69eedc9354 feat(core): track the mic voiceprint sample on RecordingSession
mic_voice_sample carries the VoiceSample handle from start_recording
through to stop_recording so the final diarization pass can run the
mic-speaker voiceprint match.
2026-07-10 19:05:23 -05:00
iamdoubz c9b5b91473 chore(diarization): register the new voiceprint module 2026-07-10 19:05:18 -05:00
iamdoubz dca797aaa3 feat(diarization): voiceprint match to identify the mic speaker cluster
Mic and system audio are already summed into one mono stream before
diarization runs, so clustering alone can't tell which cluster is the
user's own voice. match_mic_speaker compares a mic-only sample's speaker
embedding (same sherpa-onnx model diarization already uses) against each
diarized cluster's own audio and returns a label->name map: best match ->
"You", the rest -> "Speaker 2", "Speaker 3", etc. Returns empty (no
guessing) when the mic sample is too short or no cluster clears the
similarity threshold.
2026-07-10 19:05:14 -05:00
iamdoubz b532acbb3c feat(audio): capture a bounded mic-only sample for voiceprint matching
VoiceSample collects the first ~8s of raw 16kHz-mono mic audio during a
recording, then stops accepting once full. Feeds the mic-speaker
voiceprint match in diarization::voiceprint (bug: mic speaker mislabeled
S1/S2 instead of "You").
2026-07-10 19:05:07 -05:00
iamdoubz 469df7524f fix(transcription): drop whisper-hallucinated segments on silent windows 2026-07-10 18:51:08 -05:00
iamdoubz ec864c24f0 fix(transcription): medium quantized model only exists as q5_0 upstream 2026-07-10 18:51:07 -05:00
iamdoubz 9f1fc671da Merge pull request 'Feature chore bug 005' (#19) from feature_chore_bug_005 into main
Reviewed-on: #19
2026-07-07 22:02:41 -05:00
iamdoubz 3372dd7490 Bump new release version 0.3.0 2026-07-07 21:54:21 -05:00
iamdoubz a32acba157 chore: bump version to 0.3.0 2026-07-07 21:33:22 -05:00
iamdoubz d9f4fd0960 chore: bump version to 0.3.0 2026-07-07 21:33:21 -05:00
iamdoubz ff74e91f69 chore: bump version to 0.3.0 2026-07-07 21:33:19 -05:00
iamdoubz e557d7599f chore: bump version to 0.3.0 2026-07-07 21:33:18 -05:00
iamdoubz 678f8bee0f Add memanto memories 2026-07-07 21:29:57 -05:00
iamdoubz 1cf0be1259 test(commands): cover graph_calendar_enabled in the privacy egress allowlist test (M4.4) 2026-07-07 18:00:20 -05:00
iamdoubz b14cba2a49 docs(roadmap): mark M4 items shipped, M4.4 MS Graph calendar source complete 2026-07-07 17:58:34 -05:00
iamdoubz 7df76dff00 docs: MS Graph calendar commands/events + fix stale CalendarSource trait signature (T8.9, M4.4) 2026-07-07 17:58:09 -05:00
iamdoubz a48550da1e style(sync): cargo fmt 2026-07-07 17:57:13 -05:00
iamdoubz ce4c54c93b style(commands): cargo fmt 2026-07-07 17:57:12 -05:00
iamdoubz aa5ae127b3 style(calendar): cargo fmt 2026-07-07 17:57:10 -05:00
iamdoubz 3d90265e8f chore(lib): register MS Graph calendar commands (T8.9, M4.4) 2026-07-07 17:53:31 -05:00
iamdoubz d81b4726f9 feat(commands): MS Graph calendar link/import/disconnect + egress allowlist (T8.9, M4.4, FR-CAL-6) 2026-07-07 17:53:13 -05:00
iamdoubz ef6bb28f3e feat(models): add graph_calendar Settings fields (T8.9, M4.4) 2026-07-07 17:51:48 -05:00
iamdoubz d407be8bb0 feat(calendar): GraphSource for MS Graph calendar import (T8.9, M4.4, FR-CAL-6) 2026-07-07 17:51:40 -05:00
iamdoubz 8a80580851 chore(sync): expose resolve_access_token to crate for calendar reuse (M4.4) 2026-07-07 17:49:32 -05:00
iamdoubz 83cb30ef0e feat(calendar): add graph-calendar OAuth provider (T8.9, M4.4) 2026-07-07 17:49:25 -05:00
iamdoubz 6991c1d1bc feat(sync): Dropbox and Box upload targets (T9.10, M4.3)
DropboxTarget: path-addressed like OneDrive/WebDAV; create_folder_v2 creates
the whole intermediate path in one call; upload-session chunking above
LARGE_FILE_THRESHOLD (start/append_v2/finish).

BoxTarget: Box addresses items by numeric ID, not path, so ensure_dir/exists/
put all walk (and lazily create) the folder chain from root ("0") by listing
each level's children. Always uploads via Box's session API regardless of
file size rather than its simple multipart endpoint, since the session API
takes plain PUT bodies (consistent with every other target here) and needs
no new reqwest feature; Box computes and returns each part's digest, so no
local hashing is needed either.

Both follow the same documented ceiling as OneDriveTarget's put_chunked
(M4.1): the upload-session id lives only for one put() call, not persisted
across a durable-queue retry after a restart.

Tests: in-process std::net mock servers for both providers (same pattern as
the existing MockNextcloud/MockGraph), each exercising a real multi-chunk
upload end-to-end.
2026-07-07 14:46:43 -05:00
iamdoubz 40709b257d fix(transcription): resolve_language normalizes case-insensitive "en" match (T8.7, M4.2)
resolve_language(Some("EN"), false) was passed through unchanged instead of
being normalized to lowercase "en" - the English-only-model guard only fired
when the requested language *differed* from English, not when it matched with
different casing. Also fixes cargo fmt drift in mod.rs/npu.rs left over from
the M4.2 worktree (stopped mid-verification per session instruction before
running fmt).
2026-07-07 13:59:55 -05:00
iamdoubz 4e33e7d84c Merge branch 'm4-2-work' into feature_chore_bug_005 2026-07-07 13:33:14 -05:00
iamdoubz e7cc433aff fix(ui): compute activeModel via $derived instead of invalid {@const} placement (T8.7) 2026-07-07 13:32:26 -05:00
iamdoubz 2cc48c9d4d feat(sync): chunked/resumable upload for large recordings (T9.2, M4.1)
Recordings are now native-quality (~50-100 MB) and put() used to buffer
the whole file into memory with a single PUT/upload call; OneDrive/Graph
also caps a single PUT at 250 MB. This replaces that with disk-streamed,
chunked uploads on both sync backends (FR-SYNC-2/5):

- Both WebDavTarget::put and OneDriveTarget::put now stream the file off
  disk in fixed-size buffers (tokio::fs::File + BufReader) instead of
  tokio::fs::read()'ing it whole — memory use is O(chunk), not O(file
  size), for every upload, large or small.
- Files at or below LARGE_FILE_THRESHOLD (8 MiB) still take a single
  streamed PUT; only large artifacts (in practice, .wav recordings) take
  the chunked path, so small transcript/notes/summary uploads are
  unaffected.
- WebDAV (Nextcloud/ownCloud): implements the chunking-v2 protocol —
  MKCOL an upload collection keyed deterministically off the remote
  path's sha256 (stable across retries), PUT lexically-sortable parts,
  MOVE the virtual `.file` to assemble server-side. A retry PROPFINDs
  the collection first and skips any part already landed, so a
  partially-uploaded large file resumes instead of restarting at byte 0
  — genuine mid-file resume, not just chunk-level retry. Generic WebDAV
  targets (Seafile, Synology, unbranded servers) have no equivalent
  server-side assembly endpoint, so they fall back to one streamed PUT
  above the threshold too — memory-safe, just not chunk-resumable
  (documented ponytail simplification).
- OneDrive/Graph: implements the createUploadSession + Content-Range
  byte-range PUT flow (chunks capped at 10 MiB, a multiple of Graph's
  required 320 KiB granularity). A failed chunk is retried a few times
  within the same put() call. ponytail-documented ceiling: the session
  URL isn't persisted on the sync_jobs row, so a retry from a *later*
  pump cycle (e.g. after an app restart) starts a fresh session and
  re-uploads from byte 0 rather than resuming — true cross-attempt
  resume would need a sync_jobs column, left as a follow-up.
- Progress is reported via the existing ProgressSink after each chunk,
  not just once at the end, so the UI sees steady movement on a large
  upload (FR-SYNC-11).
- OneDriveTarget's Graph URLs are now built from a `graph_base()` helper
  (overridable via WA_GRAPH_BASE_URL, unset in production) so the
  chunked session flow can be exercised against a local mock in tests.

Tests (all against small, in-process, dependency-free mock servers —
std::net only, no new crates, same pattern as oauth::LoopbackRedirect):
- nextcloud_chunked_upload_assembles_and_resumes: multi-chunk upload
  assembles byte-for-byte, then a resumed upload with one chunk
  pre-seeded skips exactly that chunk.
- small_file_skips_chunking_even_on_a_chunking_capable_target: a small
  file never takes the chunked path.
- onedrive_chunked_upload_via_graph_session_mock: multi-chunk Graph
  upload session assembles byte-for-byte with per-chunk progress.
- parse_chunk_sizes_extracts_href_and_length_ignoring_namespace_prefix
  and chunk_name_is_zero_padded_and_lexically_sortable: pure unit tests
  for the PROPFIND-response scraper and chunk-naming scheme.

Skip-if-unchanged (SHA-256, in storage::upsert_sync_job) and the
exponential-backoff retry queue (storage::claim_due_sync_jobs) are
untouched — this only changes how SyncTarget::put moves bytes.

Verified: cargo fmt clean; cargo clippy --features sync and --features
mcp both clean (-D warnings); cargo test --lib (default features:
audio, cpu-transcription, diarization, pst, sync, npu) 165 passed, 0
failed, 7 ignored (unrelated hardware-gated tests); cargo test --features
sync --lib: 18 passed, 0 failed, 1 ignored (webdav_round_trip, opt-in
live-server test per existing convention).
2026-07-07 13:32:09 -05:00
iamdoubz be025bbd6c chore(sync): enable tokio io-util/net for disk-streamed chunked upload (M4.1)
Needed for AsyncReadExt/AsyncSeekExt/BufReader used to stream .wav
recordings off disk in fixed-size chunks instead of buffering the
whole file in memory (T9.2 refinement, FR-SYNC-5).
2026-07-07 13:31:49 -05:00
iamdoubz 7ebd34ae08 fix(test): add missing language field to NewMeeting in smoke test (T8.7) 2026-07-07 13:14:38 -05:00
iamdoubz 353d582e96 feat(ui): show meeting language badge + reprocess language picker (T8.7, M4.2) 2026-07-07 13:12:51 -05:00
iamdoubz 7bff39271c feat(ui): thread optional language override through meetings.reprocess (T8.7, M4.2) 2026-07-07 13:12:46 -05:00
iamdoubz e6e995efe0 feat(ui): Transcription Language picker in Settings > Hardware (T8.7, M4.2) 2026-07-07 13:11:36 -05:00
iamdoubz 2cdae9b20d docs(api): document whisper language selection contract surface (T8.7, M4.2) 2026-07-07 13:10:06 -05:00
iamdoubz dc969df792 feat(ui): pass configured whisper_language when starting a recording (T8.7, M4.2) 2026-07-07 13:09:21 -05:00
iamdoubz 489271964f feat(ui): load language catalog + setWhisperLanguage in settings store (T8.7, M4.2) 2026-07-07 13:08:59 -05:00
iamdoubz 4c00496c09 feat(ui): typed API surface for whisper language selection (T8.7, M4.2) 2026-07-07 13:08:13 -05:00
iamdoubz 7490ff5db4 feat(transcription): wire language selection through recording/reprocess/recovery (T8.7, M4.2) 2026-07-07 13:06:00 -05:00
iamdoubz 34fff3f7de feat(core): register list_whisper_languages Tauri command (T8.7, M4.2) 2026-07-07 13:05:55 -05:00
iamdoubz 7675e0467e fix(diarization): set multilingual:false for the shared ModelInfo shape (T8.7) 2026-07-07 13:05:36 -05:00
iamdoubz 75ca3df0a0 feat(core): track resolved per-meeting language on RecordingSession (T8.7, M4.2) 2026-07-07 13:02:24 -05:00
iamdoubz 66d9eff2f9 feat(storage): persist requested language at meeting creation (T8.7, M4.2) 2026-07-07 13:02:14 -05:00
iamdoubz 1fb1da0946 feat(transcription): thread language param through OnnxTranscriber (ignored on NPU/DirectML, T8.7) 2026-07-07 13:01:17 -05:00
iamdoubz 496a8aa29b feat(transcription): wire whisper language param through Transcriber trait (T8.7, M4.2) 2026-07-07 13:00:52 -05:00
iamdoubz 7f88101a79 feat(transcription): whisper language catalog for Settings dropdown (T8.7, M4.2) 2026-07-07 13:00:48 -05:00
iamdoubz 37a6dd172d feat(transcription): multilingual model catalog entries (T8.7, M4.2) 2026-07-07 12:58:52 -05:00
iamdoubz 6bc0949e7e feat(transcription): add multilingual/language fields to ModelInfo+Settings (T8.7, M4.2) 2026-07-07 12:58:12 -05:00
iamdoubz e966181ab8 Merge branch 'worktree-agent-af5a53986b9441608' into feature_chore_bug_005
# Conflicts:
#	src-tauri/src/llm/mod.rs
#	src/lib/views/Settings.svelte
#	src/lib/views/SummaryPanel.svelte
2026-07-07 08:15:04 -05:00
iamdoubz 56e739c6fe docs(data-model): document hosted_ai_acknowledged in settings.json (M3.3)
Records the new Settings field alongside the rest of the llm block;
notes "openai" is documented but not yet wired (M3 scope is Anthropic).
2026-07-07 08:00:23 -05:00
iamdoubz a68407f059 style(ui): prettier reflow in HostedAiBanner copy 2026-07-07 08:00:08 -05:00
iamdoubz 67fffb0203 style(ui): prettier reflow in Settings.svelte AI banner copy 2026-07-07 08:00:06 -05:00
iamdoubz a211f88ad4 feat(ui): active-provider indicator + per-use quick switch in SummaryPanel (T10.3/M3.3)
Adds a provider row above Summary (dropdown mirroring Settings' AI
options + a local/hosted badge sourced from llm_status) so it's always
visible which provider a summary/tag generation will actually use.
Generate/Regenerate and the quick switch itself route hosted selections
(Anthropic, or "custom" once its endpoint resolves off-network) through
the same HostedAiBanner one-time acknowledgment gate as Settings — the
generate-click gate is the one that actually matters, since selecting a
provider alone sends nothing; it's kept even though the quick-switch
already pre-empts Anthropic specifically.

Also drops a stale svelte-ignore comment (pre-existing, unrelated to
this change — eslint-plugin-svelte no longer flags that element) that
was failing `eslint .` for this file.
2026-07-07 07:59:57 -05:00
iamdoubz b986c570f7 fix(llm): reset stale hosted endpoint when quick-switching away from Anthropic
apply_llm_provider_args now resets llm_endpoint to Ollama's local
default when switching to a non-Anthropic provider without an explicit
endpoint and the stored endpoint is still Anthropic's fixed hosted
URL. Prevents a future per-use provider switch (SummaryPanel) that
only sends `provider` from silently leaving llm_endpoint pointed at a
third party for a provider that has no business talking to it.
2026-07-07 07:56:09 -05:00
iamdoubz 0a597f86f0 feat(ui): Anthropic provider + hosted-AI banner in Settings AI section (T10.1/T10.3/M3.3)
Adds "Anthropic (Claude)" to the provider select, a write-only masked
API key field (show/hide toggle) shown in place of the endpoint field
for that provider (Anthropic's endpoint is fixed server-side), and a
persistent "leaves this device" note.

Save is gated behind HostedAiBanner the first time the user selects a
hosted provider (Anthropic, or "custom" once its endpoint resolves
off-network) and hasn't acknowledged hosted_ai_acknowledged yet;
accepting persists the ack and completes the save in one step.
2026-07-07 07:54:21 -05:00
iamdoubz 754f0f0b6a feat(ui): HostedAiBanner one-time hosted-AI notice component (T10.3/M3.3)
New component mirroring ConsentNotice.svelte's card/overlay pattern:
shown before first use of a hosted (non-local) provider, explains that
the transcript leaves the device to a third party, and offers
accept/cancel. Uses the existing design tokens (--accent, --warning,
--bg-elevated, --radius-lg/sm, --shadow-lg) so it matches the
recording-consent notice visually. Not yet wired into any view — next
commits add it to Settings and SummaryPanel.
2026-07-07 07:52:25 -05:00
iamdoubz 3cdb0abb2d feat(llm): wire apiKey through setLlmProvider, add acknowledgeHostedAi (T10.2/T10.3)
settings.svelte.ts's setLlmProvider now accepts an optional apiKey
(forwarded straight to the set_llm_provider command, which is the only
place it gets stored — the OS credential store) and DEFAULT_SETTINGS
gains hosted_ai_acknowledged. acknowledgeHostedAi() persists the
one-time hosted-AI banner acknowledgment the same way
acknowledgeConsent() does for recording consent.
2026-07-07 07:52:18 -05:00
iamdoubz 11b175dafa feat(llm): add hosted_ai_acknowledged to AppSettings (T10.3/M3.3)
Frontend counterpart of the new Settings field: the one-time "data
leaves your device" acknowledgment for hosted (non-local) AI providers.
2026-07-07 07:52:11 -05:00
iamdoubz d73af49742 feat(llm): set_llm_provider stores Anthropic key in credential store, extends egress allowlist (T10.2/M3.2)
set_llm_provider now accepts provider "anthropic": the apiKey argument
is written straight to crate::llm::credentials (OS credential store)
and never assigned into Settings, so it structurally cannot reach
settings.json/wa.db (FR-SEC-1). apply_llm_provider_args pulls the
settings-mutation logic into a small pure function specifically so
that guarantee is unit-testable without touching a real keyring.

llm_provider_from_settings gets an "anthropic" arm; api.anthropic.com
joins the settings-derived egress allowlist through the exact same
generic is_local()-based path privacy_self_check_json already uses for
every other provider — no anthropic-specific allowlist code, and the
host only appears once the provider is actually selected (never
unconditionally).

Also fixes pre-existing cargo-fmt drift on one unrelated line this
file's formatter pass touched (CONTENT_RANGE header call).
2026-07-07 07:50:15 -05:00
iamdoubz e7925fc3ad feat(llm): add hosted_ai_acknowledged settings field (T10.3/M3.3)
One-time "data leaves your device" acknowledgment flag for hosted
(non-local) AI providers, persisted like consent_acknowledged so the
banner doesn't nag on every use. serde(default) so it's false for any
settings.json written before this field existed.
2026-07-07 07:47:57 -05:00
iamdoubz c3e8bae27f feat(llm): AnthropicProvider real implementation (T10.1/M3.1)
Implements AnthropicProvider::status/summarize/suggest_tags against the
real Anthropic Messages API (POST /v1/messages, x-api-key + anthropic-
version headers, SSE streaming for summarize, non-streaming for the
short tag reply), replacing the stub that returned "isn't built yet".

- Adds llm::credentials (mirrors sync::credentials) so hosted API keys
  live in the OS credential store, never settings/DB/logs (ADR-0011).
- Fixes OpenAiCompatProvider::api_key() to actually read credential_ref
  from the store instead of the hardcoded None left by the T10a.2 stub.
- Splits build_messages/build_tag_messages into system/user halves
  (build_system_and_user/tag_system_and_user) since Anthropic's system
  prompt is a top-level field, not a messages[0] entry like OpenAI's shape.
- is_local() is unconditionally false for AnthropicProvider (no
  unauthenticated mode, unlike OpenAiCompatProvider).
- Adds a loopback raw-socket mock HTTP server (mirrors sync::oauth's
  LoopbackRedirect pattern — no HTTP-mock crate in the dependency tree)
  and tests proving request/response shape for both AnthropicProvider
  and OpenAiCompatProvider against mocked endpoints.
2026-07-07 07:47:03 -05:00
iamdoubz 2582d8947f Merge branch 'worktree-agent-af937df502b61b006' into feature_chore_bug_005
# Conflicts:
#	src-tauri/src/storage/mod.rs
2026-07-07 01:15:08 -05:00
iamdoubz ff3ced6874 revert(mcp): remove the unverified e2e MCP-client test (T10.4)
Written to satisfy "an in-process MCP client can call the tools", but
its dependency (reqwest 0.13 via rmcp's client-http feature) pulled in
a very heavy native build (aws-lc-rs) that hadn't finished verifying
when told to stop building. Removing rather than leaving an unverified
test + dependency in the tree. The acceptance criterion it targeted is
still exercised at the unit level: http_transport::tests (loopback
bind/refusal) and mcp::scope::tests (tool-handler scope logic) both
pass under --features mcp; the full wire-protocol round trip is a
follow-up (see final report).
2026-07-07 00:56:22 -05:00
iamdoubz 57e757f01f revert(mcp): bind_loopback/serve back to pub(crate) (T10.4)
No longer need to be pub now that the e2e test that required it is
reverted -- restores the tighter, originally-intended encapsulation.
2026-07-07 00:56:20 -05:00
iamdoubz f76cd46660 revert(mcp): drop the reqwest013 test-only dependency (T10.4)
Per instruction to stop iterating on builds: reqwest 0.13's client-http
feature (needed only for an in-process MCP-client e2e test) was pulling
a very slow/heavy native build (aws-lc-rs, even with the TLS backend
stripped down) and the last attempt was still in progress -- unverified.
Reverting Cargo.toml to the last state that was actually confirmed
green (cargo fmt/clippy -D warnings/test, both default and --features
mcp, all passing) rather than ship an unverified dependency change.
The HTTP transport itself (bind_loopback/token gate/serve loop) keeps
its own unit tests, which did pass under --features mcp.
2026-07-07 00:56:17 -05:00
iamdoubz 10edf053a9 fix(mcp): drop the TLS backend from the test-only reqwest013 dep (T10.4)
The e2e test only ever talks plain http://127.0.0.1 (never https://), so
a TLS backend is unnecessary weight -- reqwest 0.13's `rustls` feature
pulls in aws-lc-rs, a large C codebase that was taking a very long time
to compile (and once contributed to a pagefile-exhaustion build failure
alongside concurrent cargo invocations). Building reqwest013 with
default-features=false and no TLS feature is enough for the plain-HTTP
client the test needs.
2026-07-07 00:54:44 -05:00
iamdoubz 23388f9305 fix(mcp): reqwest 0.13's TLS feature is named rustls, not rustls-tls (T10.4) 2026-07-07 00:50:57 -05:00
iamdoubz 42463d41f6 fix(mcp): use reqwest013::Client for the rmcp client transport in the e2e test (T10.4) 2026-07-07 00:50:18 -05:00
iamdoubz f5651c1133 fix(mcp): pin a second reqwest (0.13) for rmcp's client-http impl (T10.4)
rmcp's transport-streamable-http-client-reqwest is written against
reqwest 0.13.2+, a semver-incompatible major vs. the reqwest 0.12 the
rest of WA (llm/sync) depends on -- Cargo can't unify those, so
`reqwest::Client` from our own dependency isn't the same type rmcp's
`impl StreamableHttpClient for reqwest::Client` is written for. Adds
`reqwest013` (a Cargo package-rename of reqwest 0.13) purely so
tests/mcp_server_test.rs can construct the exact client type rmcp
expects, without touching reqwest 0.12 anywhere else in the crate.
2026-07-07 00:50:16 -05:00
iamdoubz 0839d9c0b8 test(mcp): end-to-end client over real HTTP loopback (T10.4-10.9)
A real rmcp client speaks Streamable HTTP to the real RmcpServer stack
(bind_loopback + serve + WaMcpHandler) over an OS-assigned loopback
port, using an in-memory SqliteStore -- not just isolated unit pieces.
Asserts: an unauthenticated POST is rejected (401) before it ever
reaches the MCP service; an authenticated client's list_tools/call_tool
round-trip is schema-valid; and the call appends an mcp_access_log row
even though default scope (`none`) denies it data (FR-MCP-5 logs the
ask, not just the answer). mint_and_store/delete touch the real OS
credential store, same pattern as sync::tests::webdav_round_trip.
2026-07-07 00:48:09 -05:00
iamdoubz 71824d44cc fix(mcp): make bind_loopback/serve/HttpServerHandle pub for the e2e test (T10.4)
Widens visibility from pub(crate) to pub so tests/mcp_server_test.rs
(an external integration-test crate, per CLAUDE.md's "cross-service
tests in /tests") can drive the real HTTP transport end-to-end. This
does not weaken the loopback guarantee: bind_loopback still refuses
non-loopback regardless of caller -- only its visibility changed.
2026-07-07 00:47:55 -05:00
iamdoubz e424ecd8d3 style(mcp): prettier 2026-07-07 00:42:01 -05:00
iamdoubz 1ade08a60e feat(mcp): MCP server settings section + privacy panel integration (T10.4/10.5, M2.5/M2.6)
New "MCP server" tab: persistent disclosure banner (agents may forward
served data to their own provider; WA itself adds no egress), enable
toggle, transport/port/scope controls, a reveal-once auth-token callout
(aria-live, never re-shown), and a live access-log list backed by the
settings store's mcp:// access subscription (FR-MCP-5).

Privacy tab gains a compact MCP status row + an explicit "adds nothing
to the egress list" confirmation line (FR-MCP-7, FR-SEC-2) next to the
existing sync/LLM egress rows.

Built with ui-ux-pro-max guidance (disclosure banner wording, reveal-
once secret pattern, aria-live for the token, badge semantics) mapped
onto this file's existing minimal/utilitarian style (banner/badge/row/
confirm classes already used by the Sync and Privacy sections) rather
than introducing a new visual language.
2026-07-07 00:36:54 -05:00
iamdoubz 02fb7de6a8 feat(briefs): Feature briefs UI in SummaryPanel (T10.6, M1.5) 2026-07-07 00:36:20 -05:00
iamdoubz 70b4952366 feat(mcp): settings store gains MCP state/actions (T10.4/10.5)
loadMcpStatus/loadMcpAccessLog/setMcpEnabled/setMcpScope mirror the
existing sync-target patterns; a live "mcp://access" subscription tails
the FR-MCP-5 audit log into the store while the panel is open, on top
of the on-demand loadMcpAccessLog() refresh. mcpLastToken holds the
freshly-minted token from the most recent enable, for the one-time
reveal UI (next commit).
2026-07-07 00:33:16 -05:00
iamdoubz ae0ef563e9 feat(mcp): frontend AppSettings/McpStatus types for the new fields (T10.4)
Adds mcp_transport/mcp_port/mcp_expose/mcp_expose_recordings to
AppSettings and a typed McpStatus for mcp_status()'s response; types
onMcpAccess's payload correctly (the live event is camelCase per
docs/04-api-contracts.md, unlike the snake_case McpAccessEntry rows
mcpAccessLog() returns).
2026-07-07 00:32:22 -05:00
iamdoubz ec8b12f636 fix(mcp): collapse nested if-let per clippy (T10.4) 2026-07-07 00:31:32 -05:00
iamdoubz cd6997265f build(mcp): Cargo.lock for the new mcp-feature dependencies (T10.4)
Regenerated by `cargo check --features mcp` after promoting hyper/
hyper-util/http/http-body-util/bytes/tower-service/tokio-util to direct
deps and widening rmcp's feature set (see the earlier Cargo.toml
commits).
2026-07-07 00:30:07 -05:00
iamdoubz 63bfc293cb feat(briefs): create/list/get_feature_brief + set_brief_exposed command bodies (T10.6, M1.4/M1.6) 2026-07-07 00:30:04 -05:00
iamdoubz 4fc3df504a refactor(briefs): bundle distill() transcript args to satisfy clippy (M1.3) 2026-07-07 00:30:03 -05:00
iamdoubz 55b520d373 style(storage): rustfmt fixup for list_feature_briefs (M1.1) 2026-07-07 00:30:01 -05:00
iamdoubz bd97032550 style: rustfmt (incl. one pre-existing long line in serve_recording) 2026-07-07 00:30:00 -05:00
iamdoubz 59742e4fdf style(mcp): rustfmt Store trait additions 2026-07-07 00:29:58 -05:00
iamdoubz 8caeb818a7 style(mcp): rustfmt run_mcp_stdio 2026-07-07 00:29:56 -05:00
iamdoubz 71c4c6ecf0 style(mcp): rustfmt 2026-07-07 00:29:54 -05:00
iamdoubz 386be75658 style(mcp): rustfmt 2026-07-07 00:29:52 -05:00
iamdoubz 36a28dc096 style(mcp): rustfmt 2026-07-07 00:29:50 -05:00
iamdoubz 07072551c0 style(mcp): rustfmt 2026-07-07 00:29:49 -05:00
iamdoubz e0112ec8c4 style(mcp): rustfmt 2026-07-07 00:29:48 -05:00
iamdoubz 45e34284e9 fix(mcp): use HttpServerHandle.local_addr instead of a second lookup (T10.4)
Fixes a dead_code warning (clippy -D warnings would fail on it) --
server.rs was calling listener.local_addr() itself before handing the
listener to http_transport::serve(), leaving the handle's own
local_addr field unread.
2026-07-07 00:27:56 -05:00
iamdoubz 0ecc72f18f feat(mcp): wire mcp_status/set_mcp_enabled/set_mcp_scope/mcp_access_log (T10.4)
Replaces the four not_implemented() stubs. mcp_status/set_mcp_enabled
reach the process-wide RmcpServer singleton (behind `#[cfg(feature =
"mcp")]`, with a not_implemented fallback for builds without it);
set_mcp_scope/mcp_access_log are plain settings/Store I/O and work in
every build regardless of the `mcp` cargo feature. The token is only
ever returned once, right when set_mcp_enabled mints it -- it is never
re-readable afterwards, same as any other freshly-issued secret.
2026-07-07 00:26:11 -05:00
iamdoubz f99845ef1b feat(mcp): run_mcp_stdio() serves one session over process stdio (T10.4, FR-MCP-6)
Builds its own tokio runtime (there is no Tauri app in this mode) and
tracing goes to stderr, not stdout -- stdout is the MCP JSON-RPC channel.
Connects to the same wa.db as the GUI instance via SqliteStore::connect,
builds a WaMcpHandler with no AppHandle (None), and runs it to
completion via mcp::stdio_transport::serve_once. A build without the
`mcp` feature prints an error and exits(1) instead of silently opening
the GUI.
2026-07-07 00:24:47 -05:00
iamdoubz f85b78c9eb fix(mcp): add tokio-util for CancellationToken (T10.4)
http_transport.rs needs tokio_util::sync::CancellationToken directly;
rmcp pulls tokio-util transitively but that doesn't make it `use`-able
from our own crate without a direct Cargo.toml entry.
2026-07-07 00:24:32 -05:00
iamdoubz 949bade137 feat(mcp): --mcp-stdio launches the headless stdio adapter (T10.4, FR-MCP-6)
Checked before whispassist_lib::run() builds the Tauri app -- the flag
routes straight to run_mcp_stdio() (next commit) and returns instead of
opening a window.
2026-07-07 00:23:47 -05:00
iamdoubz eb2aa2a0d6 fix(mcp): pass the GUI's AppHandle as Some(..) to the handler (T10.4)
Follows the previous commit's WaMcpHandler::new signature change.
2026-07-07 00:23:27 -05:00
iamdoubz 49cc1e6cd3 fix(mcp): WaMcpHandler's AppHandle is optional (T10.4)
The --mcp-stdio child process (main.rs, next commits) has no running
Tauri app/window to emit "mcp://access" events to -- only the GUI
instance's HTTP transport does. The mcp_access_log DB row is still
written unconditionally either way (FR-MCP-5); only the live event is
skipped when there's no AppHandle.
2026-07-07 00:23:20 -05:00
iamdoubz bd9b5ba3cc feat(mcp): RmcpServer wires token+transport+handler together (T10.4)
start() mints/stores a fresh token, then either binds the loopback HTTP
listener (bind_loopback + http_transport::serve) or, for stdio, just
records "enabled" and hands back the whishassist.exe --mcp-stdio command
line the agent's client config should spawn -- there is nothing to run
in-process for stdio (see mcp::stdio_transport). stop() tears down the
HTTP listener if any and deletes the stored token. instance() is a
process-wide singleton (OnceLock) so separate Tauri command invocations
(set_mcp_enabled/mcp_status/set_mcp_scope) share the same running state.
2026-07-07 00:22:35 -05:00
iamdoubz 58d565907b feat(mcp): McpToolDescriptor is Copy (T10.4)
Needed so RmcpServer::tools() can hand back TOOL_DESCRIPTORS without a
manual field-by-field clone (next commit).
2026-07-07 00:21:58 -05:00
iamdoubz 5f690f4b74 feat(mcp): stdio transport adapter (T10.4, FR-MCP-6)
serve_once() runs one MCP session over the current process's stdin/
stdout to completion -- the entry point main.rs's --mcp-stdio flag calls
into (next commit). No bearer-token check here: spawning this process
at all requires the same local-user privilege as any other command, so
process-spawn capability is the trust boundary for stdio, not a header.
2026-07-07 00:21:16 -05:00
iamdoubz 851e89720d feat(mcp): auth token in the OS credential store, not settings/DB (T10.4, FR-MCP-1)
Mirrors sync::credentials: mint_and_store() generates a fresh 32-byte
random token per set_mcp_enabled call and writes it via `keyring`
(Windows Credential Manager); the token is never persisted to
settings.json/wa.db/logs. verify() is a constant-time compare so token
checking doesn't leak timing information about a partial match
(NFR-SEC-5).
2026-07-07 00:20:39 -05:00
iamdoubz 9eed88e5bd feat(mcp): loopback bind + bearer-token gate for Streamable HTTP (T10.4, FR-MCP-1/6)
bind_loopback() refuses to bind anything that doesn't resolve to a
loopback address -- unit tested directly (non-loopback IP, unparseable
host, and a real 127.0.0.1:0 bind). serve() runs a hyper HTTP/1 accept
loop in front of rmcp's StreamableHttpService (a bare tower_service, not
an axum app); every request needs `Authorization: Bearer <token>`
(constant-time compared via mcp::token::verify) before it ever reaches
the MCP service -- an unauthenticated request never reaches rmcp at all.
2026-07-07 00:20:14 -05:00
iamdoubz c48c67760d build(mcp): pull in the HTTP/stdio transport features (T10.4)
rmcp gains transport-streamable-http-server + transport-io (the actual
serving code -- the base "server" feature only got tool routing) plus
client + transport-streamable-http-client-reqwest, used solely by this
crate's own in-process MCP-client tests (WA never opens an outbound MCP
connection at runtime, so this is not new egress, FR-MCP-7). hyper/
hyper-util/http-body-util/http/bytes/tower-service are the low-level glue
to run HTTP/1 over a loopback TcpListener in front of rmcp's
StreamableHttpService (a bare tower_service::Service, not an axum app).
All are already in Cargo.lock transitively via reqwest/tauri -- no new
crates, just promoted to direct deps under the existing `mcp` feature.
2026-07-07 00:19:15 -05:00
iamdoubz 14868d4e5c feat(mcp): ServerHandler implementing the four MCP tools (T10.5)
WaMcpHandler wires list_recent_meetings/get_transcript/get_action_items/
get_feature_brief to Store, re-checking ExposeScope + the recordings
gate independently in every handler (FR-MCP-3) and logging every read
via record_mcp_access + an "mcp://access" event (FR-MCP-5) before scope
is even evaluated, so the audit trail is "what was asked for", not just
"what was returned". get_feature_brief calls through the existing
commands::get_feature_brief stub per the M1/M2 integration contract --
it always errors right now since M1's brief storage isn't implemented
in this worktree yet; the `selected`-scope exposed-flag check is left
as a marked TODO for when M1 lands.
2026-07-07 00:17:56 -05:00
iamdoubz fc93f8e14f feat(mcp): scope-control logic, unit tested (T10.7, FR-MCP-3)
Pure functions (no DB, no cargo feature gate) so scope control is
testable without a running server: meetings_visible/brief_visible/
recording_gate_ok/meeting_allowed. Documents the conservative choice for
`selected` scope on meetings/transcript/action-items -- there's no
per-meeting selection flag in the schema yet (only feature_briefs.exposed
does), so `selected` behaves like `none` there until a real "pick which
meetings" mechanism exists, rather than silently behaving like `all`.
2026-07-07 00:14:50 -05:00
iamdoubz c73245f293 feat(mcp): trait/config plumbing for the real server (T10.4)
ExposeScope/McpTransport gain as_str/parse (privacy-safe fallback: an
unparsed scope becomes None, not All/Selected) so commands.rs can read
them out of Settings' string fields. Declares the mcp submodules
(scope always compiled; handler/http_transport/server/stdio_transport/
token behind the `mcp` cargo feature) and removes the todo!() RmcpServer
stub -- its real implementation moves to mcp::server in the next commits.
2026-07-07 00:14:32 -05:00
iamdoubz e0668e48df feat(mcp): Store methods for action items + access log (T10.4/10.5)
Adds list_action_items (backs the get_action_items MCP tool -- distinct
from list_pending_reminders, which is reminder-scoped across all
meetings) and record_mcp_access/list_mcp_access_log (FR-MCP-5 audit
trail) to the Store trait + SqliteStore, reusing the mcp_access_log
table from migrations/0003_ai_mcp.sql.
2026-07-07 00:13:11 -05:00
iamdoubz 999084ab3f feat(mcp): default_settings() covers the new MCP fields (T10.4)
Keeps default_settings() exhaustive now that Settings grew mcp_* fields.
2026-07-07 00:10:37 -05:00
iamdoubz c88c04233c feat(mcp): add MCP settings fields to Settings (T10.4)
Adds mcp_enabled/mcp_transport/mcp_port/mcp_expose/mcp_expose_recordings
to Settings, all defaulting to off/none so an upgrading settings.json
gets a fully-local default (FR-MCP-1). The auth token itself never lives
here -- OS credential store only (see mcp::token, next commit).
2026-07-07 00:10:17 -05:00
iamdoubz 7e1b7882eb chore(briefs): register briefs module (T10.6, M1.3) 2026-07-07 00:04:41 -05:00
iamdoubz 18f46ea6c3 feat(briefs): FeatureBriefBuilder distiller + golden-transcript tests (T10.6, M1.3/M1.6) 2026-07-07 00:04:39 -05:00
iamdoubz a7fda95843 feat(llm): non-streaming complete() primitive for Ollama/OpenAI-compat (T10.6, M1.2) 2026-07-07 00:03:22 -05:00
iamdoubz d14a6766e5 feat(briefs): storage layer for feature_briefs (T10.6, M1.1) 2026-07-07 00:03:21 -05:00
iamdoubz 3038b9d05d Merge pull request 'Update doc roadmap' (#18) from feature_chore_bug_004 into main
Reviewed-on: #18
2026-07-06 23:30:34 -05:00
iamdoubz b40a7e2fbc docs(test): expand M1 golden-transcript brief tests (mock provider, grounding invariant) 2026-07-06 23:27:04 -05:00
iamdoubz 106ffed786 docs(roadmap): implementation-ready M1 (feature briefs) checklist with signatures 2026-07-06 23:27:03 -05:00
iamdoubz 23db4b6dac docs(data-model): align briefs/<id>.json schema (provenance + grounding + file-vs-IPC) 2026-07-06 23:27:02 -05:00
iamdoubz 4cf5eb89b4 docs(roadmap): post-v0.2.0 execution plan (Phase 10 + reliability milestones) 2026-07-06 23:19:51 -05:00
iamdoubz 246fb60731 Merge pull request 'Feature chore bug 003' (#17) from feature_chore_bug_003 into main
Reviewed-on: #17
2026-07-06 20:06:53 -05:00
iamdoubz 233c6fa8cd chore(release): bump version to 0.2.0 + refresh README 2026-07-06 19:14:51 -05:00
iamdoubz 2eff32662b docs: document the single universal (Vulkan) installer build 2026-07-06 19:06:09 -05:00
iamdoubz f0480244bf chore: gitignore the staged vulkan-1.dll loader 2026-07-06 19:06:08 -05:00
iamdoubz 2a0379ce43 build: bundle vulkan-1.dll so the single Vulkan installer runs on non-GPU machines 2026-07-06 19:06:07 -05:00
iamdoubz 91677476cc build: stage redistributable vulkan-1.dll for the merged installer 2026-07-06 19:06:06 -05:00
iamdoubz 76a4f8ce08 build: lockfile after dropping protocol-asset 2026-07-06 18:40:18 -05:00
iamdoubz 2603e12b36 feat(ui): load recording from waaudio://; remove download affordance 2026-07-06 18:40:16 -05:00
iamdoubz 90ba14cc2d build: drop tauri protocol-asset feature (no longer used) 2026-07-06 18:40:15 -05:00
iamdoubz 7106dc1584 feat(recording): CSP media-src for waaudio://; drop asset protocol 2026-07-06 18:40:14 -05:00
iamdoubz 84b9087de7 feat(recording): register waaudio:// protocol + sweep plaintext temp files 2026-07-06 18:40:13 -05:00
iamdoubz 1634820523 feat(recording): stream + decrypt recordings in memory via waaudio:// (FR-REC-5) 2026-07-06 18:40:12 -05:00
iamdoubz 57127cfa07 docs: FR-CAP-7 now covers mic in the saved recording 2026-07-06 18:25:58 -05:00
iamdoubz 49893d5874 feat(audio): wire MicBridge so recordings include the user's voice 2026-07-06 18:25:57 -05:00
iamdoubz a14ca871e1 fix(audio): mix mic into the recording at native rate via MicBridge (FR-CAP-7) 2026-07-06 18:25:56 -05:00
iamdoubz 2fda4041ff docs: FR-CAP-8/9, FR-REC-5, FR-SYNC-11 + cancelled recording state 2026-07-06 17:56:19 -05:00
iamdoubz 0ecba7f055 docs(ui): correct playback requirement id to FR-REC-5 2026-07-06 17:56:18 -05:00
iamdoubz ea79fb656d docs(commands): correct playback requirement id to FR-REC-5 2026-07-06 17:56:16 -05:00
iamdoubz a7eba7fd82 build: lockfile for tauri protocol-asset (http-range) 2026-07-06 17:55:13 -05:00
iamdoubz d08d03077c feat(ui): recording player + live per-item sync progress bars 2026-07-06 17:55:05 -05:00
iamdoubz 3b0f27f5d9 feat(ui): Cancel button to discard an accidental recording 2026-07-06 17:55:04 -05:00
iamdoubz f2db826e8c feat(recording): cancel() + handle cancelled state 2026-07-06 17:55:02 -05:00
iamdoubz a5d81bd9e4 feat(api): cancelRecording + recordingPlaybackPath client bindings 2026-07-06 17:55:01 -05:00
iamdoubz 010941e620 feat: enable asset protocol + media-src CSP for recording playback 2026-07-06 17:52:00 -05:00
iamdoubz 90580da0af build: enable tauri protocol-asset feature for recording playback 2026-07-06 17:51:59 -05:00
iamdoubz e715c09ce0 feat: register cancel_recording + recording_playback_path commands 2026-07-06 17:51:58 -05:00
iamdoubz da25ccaec6 feat: cancel_recording, recording_playback_path, live sync progress 2026-07-06 17:51:57 -05:00
iamdoubz e7f628ad7a feat(sync): stream upload bodies with live byte progress (FR-SYNC-11) 2026-07-06 17:51:55 -05:00
iamdoubz 25d0232256 feat(vault): add is_sealed() helper 2026-07-06 17:51:54 -05:00
iamdoubz 34b4f4ae09 feat(audio): write recordings as 16-bit PCM to halve .wav size (FR-CAP-8) 2026-07-06 17:51:53 -05:00
iamdoubz 96b30ed99a feat(notes): single-pane Editor/Preview toggle 2026-07-06 17:44:05 -05:00
iamdoubz a37f766817 Merge pull request 'Feature chore bug 002' (#16) from feature_chore_bug_002 into main
Reviewed-on: #16
2026-07-06 17:05:58 -05:00
iamdoubz 4cdeb8f475 test(audio): real-hardware microphone open/stop smoke test (FR-CAP-7) 2026-07-06 16:29:56 -05:00
iamdoubz 5828023651 docs: FR-CAP-7 microphone capture + mixer contract 2026-07-06 16:26:27 -05:00
iamdoubz 3202f884af feat(settings): Microphone device picker under Audio Devices (FR-CAP-7) 2026-07-06 16:26:25 -05:00
iamdoubz 996c7edc99 feat(audio): load input devices + setMicrophone in settings store (FR-CAP-7) 2026-07-06 16:26:24 -05:00
iamdoubz bb688418bf feat(audio): add listInputDevices + mic settings to API client (FR-CAP-7) 2026-07-06 16:26:23 -05:00
iamdoubz 97b5f67049 feat(audio): wire mic capture + mixer into recording lifecycle (FR-CAP-7) 2026-07-06 16:26:17 -05:00
iamdoubz 55ddaad544 feat(audio): track mic capture handle; register list_input_devices (FR-CAP-7) 2026-07-06 16:26:16 -05:00
iamdoubz 75f7d19ade feat(audio): add microphone_enabled + audio_input_device settings (FR-CAP-7) 2026-07-06 16:26:14 -05:00
iamdoubz 2fb5fd6f30 feat(audio): microphone capture + stream mixer (FR-CAP-7) 2026-07-06 16:26:13 -05:00
iamdoubz b8dc5fc37f feat(settings): Audio Devices section under Hardware
A <select> defaulting to "Default system audio", populated from the
enumerated render devices — picking one overrides which device
WhispAssist loopback-captures from instead of always following
Windows' system default.
2026-07-06 16:01:00 -05:00
iamdoubz 38b9cb2910 feat(audio): add audioDevices state + loadAudioDevices/setAudioOutputDevice 2026-07-06 16:00:59 -05:00
iamdoubz 137605934c feat(audio): add AudioDeviceInfo type + listAudioDevices to the API client 2026-07-06 16:00:57 -05:00
iamdoubz 5b281531fb feat(audio): register list_audio_devices with the Tauri invoke handler 2026-07-06 16:00:50 -05:00
iamdoubz 2759a0e49a feat(audio): add list_audio_devices command; wire device into start_recording
list_audio_devices runs the (blocking, COM-based) enumeration off the
async runtime via spawn_blocking, same pattern as import_pst_core.
start_recording now passes settings.audio_output_device through to
WasapiCapture::start instead of always capturing the default device.
2026-07-06 16:00:49 -05:00
iamdoubz 8e3e22c0e5 feat(audio): add audio_output_device to Settings
Device::get_id() string; None = system default (unchanged behavior).
#[serde(default)] so an existing settings.json without this key still
deserializes.
2026-07-06 16:00:47 -05:00
iamdoubz bb1d1730f8 feat(audio): device-selectable WASAPI loopback capture
AudioCapture::start now takes an optional device id (Device::get_id())
instead of always resolving the system default render device.
open_capture_session/find_render_device resolve the configured device,
falling back to the system default if it's no longer present (same
degrade-gracefully spirit as the existing mid-recording reconnect,
which now retries the *same* selection rather than switching to
whatever's currently default).

Adds list_render_devices() (new AudioDeviceInfo) for the Settings
picker — enumeration was already fully supported by the wasapi crate,
just unused until now.
2026-07-06 16:00:46 -05:00
iamdoubz 16fcb154f3 feat(tags): Generate tags button + chip-based tag editor
Generate tags mirrors Generate summary: reads the transcript (the same
build_prompt assembly, non-streamed) and suggests 1-8 tags, merged
into the working tag list rather than replacing it outright so a
manually-added tag never silently disappears.

Replaces the old comma-separated text input with GitHub-topic-style
chips: typing a comma commits everything before it as its own chip
immediately, each chip is removable via its 'x', and clicking a chip's
label filters the meeting list to that tag (meetings.filterByTag).
2026-07-06 15:38:18 -05:00
iamdoubz cf4232cbae feat(tags): sync the sidebar tag dropdown with the shared filter state
Writable $derived instead of local $state, so clicking a tag chip
elsewhere (the Tags panel) is reflected here too, not just changes
made directly in this dropdown.
2026-07-06 15:38:17 -05:00
iamdoubz 4a30674008 feat(tags): add filterByTag to the meetings store
Same mechanism as the sidebar's tag dropdown (load with a tag filter,
drop search mode), just callable from anywhere a tag chip is clicked —
not only the dropdown itself.
2026-07-06 15:38:15 -05:00
iamdoubz e16d9e5ade feat(tags): add a GitHub-topics-style TagChip component
Rounded pill using the existing --accent-soft/--accent tokens.
Clicking the label filters the meeting list to this tag; an optional
'x' removes it from whatever list rendered it (the component doesn't
know or care what "remove" means to its caller).
2026-07-06 15:38:14 -05:00
iamdoubz 1a31cac65b feat(tags): add generateTags to the typed API client 2026-07-06 15:38:03 -05:00
iamdoubz ba1b577734 feat(llm): register generate_tags with the Tauri invoke handler 2026-07-06 15:38:01 -05:00
iamdoubz fb406d62da feat(llm): add generate_tags command
Reuses build_prompt's transcript+metadata assembly (same as
generate_summary) and the same recording-in-progress guard.
2026-07-06 15:38:00 -05:00
iamdoubz 68c32ffa06 feat(llm): add suggest_tags to LlmProvider for AI-generated tags
Non-streaming — a 1-8 tag reply is short enough that a second
token-stream event isn't worth wiring up. Implemented for Ollama and
the OpenAI-compatible path (reusing summarize()'s SSE plumbing, just
accumulating instead of forwarding to a TokenSink); the Anthropic stub
mirrors its existing "not built yet" summarize() error.

parse_tags/sanitize_tag/strip_ordinal_prefix handle a model that
ignores "comma-separated, nothing else" (numbered lists, newlines,
quotes) and normalize everything to lowercase, hyphenated, chip-safe
tags, capped at 8 and deduped.
2026-07-06 15:37:59 -05:00
iamdoubz 2efe29558a feat(meetings): editable title header above the transcript/notes pane
Nothing in the UI displayed or let you change a meeting's title
outside the sidebar list — recordings default to "Untitled meeting"
with no way to fix that. Adds an inline-editable header; blur/change
commits the rename.
2026-07-06 15:10:59 -05:00
iamdoubz 3cd267f737 feat(meetings): add renameMeeting; refresh the list after attach/rename
attachEvent and renameMeeting can both change a meeting's title now, so
both refresh the list (not just the selected-detail view) to keep the
sidebar in sync.
2026-07-06 15:10:58 -05:00
iamdoubz f9e75b7d17 feat(meetings): add renameMeeting to the typed API client 2026-07-06 15:10:56 -05:00
iamdoubz ae9e8398c5 feat(meetings): register rename_meeting with the Tauri invoke handler 2026-07-06 15:10:55 -05:00
iamdoubz 4f80c14f72 feat(meetings): add rename_meeting command
Validates a non-empty trimmed title before delegating to the store.
2026-07-06 15:10:54 -05:00
iamdoubz e68e888c07 feat(meetings): rename_meeting + mirror event subject on attach
rename_meeting backs a user-editable title (T2.2) — recordings had no
way to change their default "Untitled meeting" name from the UI at all.

attach_meeting_to_event now also copies the linked event's subject onto
the meeting's title when it has one: linking is meant to say "this
recording is that meeting," so the title should follow.
2026-07-06 15:10:53 -05:00
iamdoubz 7e646b3e0f feat(calendar): search/date filter on the meeting-linking event picker
A real mailbox import is thousands of events — searching/filtering
belongs where the user is actually tying a meeting to one, not just
the general browse list in Settings. Defaults the date filter to the
selected meeting's own recording date, since that's almost always the
event being linked.
2026-07-06 14:55:50 -05:00
iamdoubz 00de9d3f68 feat(calendar): remember .pst path, add auto-sync-on-launch toggle
Prefills the file path from settings once loaded (without clobbering
an in-progress browse/edit) and persists it after a successful import,
so the user doesn't have to re-browse to the same file every launch.
The new checkbox just flips pst_auto_sync, which lib.rs's one-shot
startup pass reads.
2026-07-06 14:55:49 -05:00
iamdoubz e6a2109c9c feat(settings): default pst_last_path/pst_auto_sync in the fallback settings object 2026-07-06 14:55:47 -05:00
iamdoubz 67ac4c3813 feat(settings): add pst_last_path/pst_auto_sync to AppSettings type 2026-07-06 14:55:46 -05:00
iamdoubz 9d757be415 feat(calendar): one-shot PST auto-sync on launch
Mirrors the existing sync-job-resume pattern right above it: runs once
at startup if pst_auto_sync is on and a path is remembered, no idle
timer (NFR-RES-1). Re-import is dedup'd by (source, raw_uid), so this
just catches up on new/changed events since last launch.
2026-07-06 14:55:36 -05:00
iamdoubz 871b11d75e refactor(calendar): split import_pst into a reusable core fn
import_pst_core takes &AppHandle/&dyn Store directly instead of the
State<AppState> extractor, so the startup auto-sync pass (lib.rs) can
run the same import logic without going through a Tauri command.
2026-07-06 14:55:34 -05:00
iamdoubz 75ec24ddf6 feat(calendar): add pst_last_path/pst_auto_sync to Settings
Backing fields for remembering the imported .pst path across sessions
and an opt-in startup auto-resync (T6.2). #[serde(default)] so an
existing settings.json without these keys still deserializes.
2026-07-06 14:55:33 -05:00
iamdoubz 4637ce8aac chore(deps): promote chrono to a direct dependency
Needed for DST-aware recurrence expansion (calendar/mod.rs); already
resolved transitively via sqlx, so this adds no new compiled crate.
2026-07-06 14:55:31 -05:00
iamdoubz 6f07f28cef fix(calendar): preserve local wall-clock time across DST in recurrence
expand_rrule reused dtstart's raw UTC time-of-day for every occurrence,
so a weekly meeting spanning a DST transition (e.g. created in winter
CST, recurring into summer CDT) drifted an hour once displayed in the
machine's local timezone.

Rewrites occurrence generation on chrono's Local/NaiveDate (already a
transitive dependency via sqlx, now promoted to direct) instead of
hand-rolled epoch-day arithmetic: each occurrence keeps dtstart's local
wall-clock hour/minute, re-resolving the UTC offset per occurrence date
so DST is applied correctly for that specific day. civil_from_days/
weekday_from_epoch_day/is_leap_year/days_in_month are no longer needed
(chrono's NaiveDate replaces them) and are removed.
2026-07-06 14:55:30 -05:00
iamdoubz fa8a7f2552 feat(calendar): expand recurring PST events into per-occurrence rows
RRULE was previously ignored entirely, so a recurring meeting only ever
stored its first occurrence — invisible to any later date filter/lookup.
Adds RRULE parsing + occurrence expansion (DAILY/WEEKLY/MONTHLY/YEARLY,
INTERVAL/COUNT/UNTIL/BYDAY/BYMONTHDAY/BYMONTH) covering every pattern
found in a real 7.2GB mailbox (ADR-0008), each occurrence stored as its
own row keyed by "{uid}@{ymd}" so re-import dedup still applies.

Also fixes a real parser bug found via that mailbox: this libpst build
joins multi-value BYDAY with `;` instead of RFC 5545's `,`
(BYDAY=MO;TU;WE;TH;FR), which previously made RRULE parsing bail out
silently for any event with more than one weekday.

Indefinite rules (no COUNT/UNTIL — only YEARLY holidays in practice) are
capped at 10 years/500 occurrences; ponytail-flagged as the ceiling to
raise if a real series needs more.
2026-07-06 14:34:21 -05:00
iamdoubz 8f98332cdd feat(calendar): filter imported events by title and date
Client-side filter over the already-loaded events list (T6.3, FR-CAL-2)
— 1700+ events from a real mailbox is unwieldy to browse unfiltered.
2026-07-06 14:19:14 -05:00
iamdoubz 2ca4151444 fix(calendar): fall back to stdout when readpst's stderr is empty
readpst writes some failure messages to stdout rather than stderr, so a
failing run with empty stderr surfaced as a blank "parse failed: " error
with no diagnostic content.
2026-07-06 13:56:44 -05:00
iamdoubz 66aae232c5 fix(calendar): use shared errorMessage() for PST import errors
Tauri commands reject with a {kind, message} object, not a native Error,
so `e instanceof Error ? e.message : String(e)` always fell through to
String(e) -> "[object Object]", hiding the actual readpst failure reason.
2026-07-06 13:43:23 -05:00
iamdoubz 43497ca8cd Merge pull request 'Feature chore bug 001' (#15) from feature_chore_bug_001 into main
Reviewed-on: #15
2026-07-06 13:18:01 -05:00
iamdoubz 6a4b832628 chore(release): bump version to 0.1.6 2026-07-06 13:08:41 -05:00
iamdoubz 33c0397de8 fix(sync): enable keyring windows-native backend — creds were a silent no-op
keyring 3.x feature-gates its OS backends OFF by default, so with no feature the
credential store fell back to a mock where set/get don't share state: every
password write appeared to succeed but read back empty, so no Basic auth was
sent and WebDAV/Nextcloud auth always 401'd. windows-native pulls the real
Windows Credential Manager. Also affected MCP/hosted-AI keys + OAuth tokens.
2026-07-06 13:08:39 -05:00
iamdoubz 9c670f9b6b feat(settings): Nextcloud server-URL hint + edit-mode test uses stored password
Provider-aware Server URL placeholder/hint (Nextcloud/ownCloud: enter just the
server URL); Test in edit mode passes the target id so the backend reuses the
stored credential.
2026-07-06 11:10:46 -05:00
iamdoubz 8f6e8041d6 feat(sync): auto-build Nextcloud/ownCloud DAV path from the server URL
For nextcloud/owncloud, WebDavTarget now derives the canonical
…/remote.php/dav/files/<user>/ path from the entered server URL (origin only, so
a pasted full path normalizes too); other providers use the URL verbatim.
test_sync_target also reuses the stored password when editing an existing
webdav target (unless a new one is typed), so Test works after a URL fix without
re-entering the password. Fixes the confusing 'bare host connects, full URL
fails' behavior (the former was a 404 false-positive, the latter a blank-secret
401).
2026-07-06 11:10:44 -05:00
iamdoubz fb790091fd feat(settings): edit a saved sync target (fix URL/username/options)
Each webdav target gets an Edit button that loads it into the form; save routes
to update_sync_target. Password left blank keeps the stored one; kind is locked
during edit. Fixes not being able to correct a mistyped Server URL.
2026-07-06 10:41:02 -05:00
iamdoubz 496a3372c4 feat(sync): store.updateTarget() to edit a saved target 2026-07-06 10:41:01 -05:00
iamdoubz 45b2acbbc6 feat(api): add upload flags to SyncTargetInfo type 2026-07-06 10:40:59 -05:00
iamdoubz 149f2c995d feat(sync): expose upload flags in SyncTargetInfo for the edit form
row_to_info now returns upload_transcript/notes/summary/recording,
trigger_on_finalize, allow_plaintext_lan, encrypt_before_upload so the UI can
pre-fill an edit form accurately (still never the secret, FR-SYNC-6).
2026-07-06 10:40:57 -05:00
99 changed files with 29119 additions and 1171 deletions
+5
View File
@@ -41,3 +41,8 @@ Thumbs.db
# NPU runtime bundle: a large binary artifact hosted as a Gitea package, not
# committed. The folder's README is tracked; the zip is produced locally.
packaging/npu-runtime/*.zip
# Vulkan loader staged next to the exe / into src-tauri by build.rs for the
# --features vulkan build (bundled into the installer); a redistributable blob,
# not committed.
src-tauri/vulkan-1.dll
+57
View File
@@ -21,6 +21,13 @@ Every memory operation in this session goes through MEMANTO. There is no excepti
These are not suggestions. Follow each one on every turn.
0. **Activate the `whispassist` agent at the start of every session, before any memory op.** Run
`memanto agent activate whispassist` first thing. This machine hosts multiple projects and the
session-start sync may activate a *different* project's agent (e.g. `whispassist`), so the
auto-synced `MEMORY.md` can belong to the wrong project — do not trust it as LastERP context
until you've activated `whispassist` and re-synced. Confirm with `memanto agent list` (the
active one is marked). All `recall`/`remember`/`answer` calls read and write the *active*
agent's store, so getting this wrong silently pollutes or mis-reads another project's memory.
1. **Read `MEMORY.md` before doing anything.** It is auto-synced at session start and holds
the user's preferences, facts, goals, instructions, decisions, and commitments from every
prior session. You MUST honor what is written there. If you act against it, you are
@@ -179,6 +186,56 @@ A task is done when: code compiles with no clippy warnings; the relevant require
acceptance criteria are demonstrably met; tests named in `docs/06-test-strategy.md` for that
phase pass; and docs are updated if behavior or contracts changed.
## Build & release (the unified installer)
Release builds produce **one universal installer** (as **two bundles**: MSI + NSIS) that
covers every backend from a single command. The Vulkan whisper DLLs are compiled in and
`vulkan-1.dll` is bundled as a resource; the NPU (OpenVINO) and DirectML runtimes are
**downloaded on demand** at first use, so they don't need to be built or bundled. There is no
separate "DirectML build" to merge — the one Vulkan-feature build *is* the universal installer.
**Version bump (4 files, keep them in lockstep):** `package.json`, `src-tauri/Cargo.toml`,
`src-tauri/tauri.conf.json`, and the `whispassist` entry in `src-tauri/Cargo.lock`. Do **not**
bump `package-lock.json` — its app version is intentionally `0.0.0` (its only version-looking
`0.x` string is an unrelated dependency).
**Build command** — run from the repo root with the MSVC environment loaded, targeting the
dedicated Vulkan build dir so the compile stays incremental (a clean build is much slower):
```sh
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
set CARGO_TARGET_DIR=C:\wt
npm run tauri -- build --features vulkan --config src-tauri/tauri.vulkan.conf.json
```
- `CARGO_TARGET_DIR=C:\wt` is a **persistent Vulkan-build cache**, kept separate from
`src-tauri/target` so toggling the `vulkan` feature doesn't force a full rebuild. Reuse it;
don't `cargo clean` unless you actually need a from-scratch build.
- `tauri.vulkan.conf.json` only adds `vulkan-1.dll` to the bundle resources (that DLL lives at
`src-tauri/vulkan-1.dll`); everything else comes from the base `tauri.conf.json`.
- `vcvars64.bat` is required for the native deps (see the build-toolchain memory).
**Output** (under the `C:\wt` target dir), two bundles:
```
C:\wt\release\bundle\msi\WhispAssist_<ver>_x64_en-US.msi (~44 MB)
C:\wt\release\bundle\nsis\WhispAssist_<ver>_x64-setup.exe (~9 MB)
```
**Checksums:** generate and verify SHA-256 sums for both bundles, and embed them in
`RELEASE_NOTES_<ver>.md` (see the 0.4.0/0.5.0 notes for the format):
```sh
cd C:\wt\release\bundle
sha256sum msi/WhispAssist_<ver>_x64_en-US.msi nsis/WhispAssist_<ver>_x64-setup.exe | sed 's| \*| |' > SHA256SUMS_<ver>.txt
sha256sum -c SHA256SUMS_<ver>.txt # must print OK for both
```
The bundles and `SHA256SUMS` live in the `C:\wt` build dir, **outside the repo** — only
`RELEASE_NOTES_<ver>.md` is committed. Bundles are currently **unsigned** (no signing cert in
`tauri.conf.json`); the release notes carry the SmartScreen "More info → Run anyway" guidance.
Tagging/pushing a release is outward-facing — do it only when explicitly asked.
## Guardrails
- Do not add telemetry, analytics, crash reporting, or auto-update phone-home without an ADR
+543
View File
@@ -0,0 +1,543 @@
# Memory — whispassist
> Generated: 2026-07-07 21:30:45
> Total memories: **75**
> Breakdown: fact: 3, decision: 10, goal: 1, preference: 1, context: 3, event: 1, learning: 24, observation: 2, artifact: 25, error: 5
---
## Instructions
*Standing rules, constraints, and guidelines to always follow.*
*No memories of this type.*
---
## Facts
*Verified information, project status, and established truths.*
### parakeet-rs (altunenes) DOES have a genuine increm...
parakeet-rs (altunenes) DOES have a genuine incremental streaming decode API for Parakeet-family models: ParakeetEOU and Nemotron structs thread real recurrent state between calls internally (EncoderCache: cache_last_channel/cache_last_time/cache_last_channel_len; decoder LSTM state_h/state_c; last_token) plus a 4s rolling audio ring buffer, so callers just feed sequential small chunks (160ms for EOU, 560ms for Nemotron) and get incremental partial text -- it is not naive re-chunking of a batch decoder. Source: github.com/altunenes/parakeet-rs src/parakeet_eou.rs and model_eou.rs, examples/streaming.rs (checked 2026-07-02).
*Confidence: 0.95 | Status: active | Created: 2026-07-02T20:09:27*
### WhispAssist app icon/branding: real logo provided ...
WhispAssist app icon/branding: real logo provided by user (paperclip mascot + purple speech-bubble-with-sparkles mark, WhispAssist wordmark). The app icon (title bar/taskbar/tray/installer) is cropped from just the small speech-bubble-with-sparkles mark, not the full marketing graphic or the paperclip mascot (too much fine detail to read at 16-32px). Updated twice: first a transparent-background crop, then a refined version on its own gradient purple background from a cleaner logo revision the user provided. Regenerated via ; that command generates iOS/Android/Appx/macOS outputs by default which must be deleted since WhispAssist is Windows-only (not referenced by tauri.conf.json). tray.png is a manual 32x32 export, not one of tauri icon's own output names.
*Confidence: 1.0 | Status: active | Created: 2026-07-02T20:13:49*
### The EOU streaming variant used by parakeet-rs is a...
The EOU streaming variant used by parakeet-rs is a genuinely separate ONNX export, not a mode of the batch Parakeet TDT model: it's NVIDIA's own nvidia/parakeet_realtime_eou_120m-v1 (120M params, cache-aware FastConformer encoder + LSTM decoder, 80-160ms chunks, English-only, no punctuation/casing, emits <EOU> token). This is distinct from istupakov/parakeet-tdt-0.6b-v3-onnx (600M, the community ONNX conversion used for WhispAssist's originally-considered batch/full-file transcription path, which has the ~4-5min length limit). Both are downloaded separately; author's own code comment on reset_on_eou says 'I must admit that this is not work very well on my real world tests'.
*Confidence: 0.9 | Status: active | Created: 2026-07-02T20:09:30*
---
## Decisions
*Architectural choices, approach selections, and their rationale.*
### M4.4 (MS Graph calendar source, T8.9, FR-CAL-6) SH...
M4.4 (MS Graph calendar source, T8.9, FR-CAL-6) SHIPPED 2026-07-07 on branch feature_chore_bug_005 (commits 83cb30e..7df76df + 1cf0be1). This LIFTS the 2026-07-02 'T8.9 on hold' decision — user explicitly asked to build it in this session, overriding the earlier hold. Implementation: calendar::GraphSource implementing CalendarSource, reusing sync::oauth's provider-agnostic PKCE/loopback machinery (added a 'graph-calendar' OAuth provider entry, made sync::resolve_access_token pub(crate) for cross-module reuse) rather than building new OAuth plumbing. This completes all of milestone M4 (M4.1 chunked upload, M4.2 multi-language, M4.3 Dropbox/Box, M4.4 Graph calendar).
*Confidence: 0.95 | Status: active | Created: 2026-07-08T02:22:48*
### WhispAssist roadmap: T8.8 (at-rest encryption / va...
WhispAssist roadmap: T8.8 (at-rest encryption / vault) and T8.9 (Microsoft Graph calendar) are ON HOLD per user decision (2026-07-02). Consequence: Phase 9c (T9.12 client-side encryption before upload) is blocked since it depends on the T8.8 vault - skip 9c for now. Building Phase 9 (remote sync) starting with 9a (WebDAV).
*Confidence: 1.0 | Status: active | Created: 2026-07-03T01:01:49*
### WhispAssist GPU acceleration decision (2026-07): w...
WhispAssist GPU acceleration decision (2026-07): whisper.cpp GPU transcription via VULKAN as primary cross-vendor path — ONE binary covers NVIDIA+AMD+Intel (whisper-rs 'vulkan' feature). whisper-rs GPU features: cuda (NVIDIA-only, CUDA toolkit at build), vulkan (cross-vendor, Vulkan SDK at build + vulkan-1.dll loader shipping with every GPU driver), hipblas (AMD/ROCm LINUX-ONLY, unusable on Windows), metal (Apple). KEY: whisper.cpp GPU backends are COMPILE-TIME/static (cannot download runtime on-demand like the ort load-dynamic NPU path); binary must be built with the feature. Vulkan is default GPU build; CUDA is optional NVIDIA-only turbo variant LATER (user: 'we will do cuda later'). Vulkan degrades to CPU if no GPU present.
*Confidence: 1.0 | Status: active | Created: 2026-07-05T22:03:34*
### WhispAssist roadmap: T8.8 (at-rest encryption/vaul...
WhispAssist roadmap: T8.8 (at-rest encryption/vault) and T8.9 (MS Graph calendar) ON HOLD per user (2026-07-02). Consequence: Phase 9c (T9.12 client-side encryption) blocked (needs T8.8 vault) - skip for now. Building Phase 9 remote sync starting with 9a WebDAV.
*Confidence: 1.0 | Status: active | Created: 2026-07-03T01:02:11*
### In WhispAssist's calendar module, CalendarSource::...
In WhispAssist's calendar module, CalendarSource::import() is a synchronous trait method (matches PstSource's blocking subprocess call). GraphSource (MS Graph, async reqwest HTTP) bridges into that sync signature via tauri::async_runtime::block_on inside fetch_events, and callers run the whole import() call inside tauri::async_runtime::spawn_blocking (same pattern commands.rs already used for PstSource's readpst subprocess) — avoids making CalendarSource async just for one source. Kept a separate WA_GRAPH_CALENDAR_BASE_URL env var (distinct from sync's WA_GRAPH_BASE_URL used by OneDriveTarget) so calendar and sync tests never race on the same process-global env var in cargo test.
*Confidence: 0.9 | Status: active | Created: 2026-07-08T02:22:55*
### WhispAssist PST usability fixes (2026-07-06, commi...
WhispAssist PST usability fixes (2026-07-06, commits 00de9d3/9d757be/75ec24d): (1) calendar path is now remembered in Settings (pst_last_path field) so the user doesn't re-browse every launch; (2) added an opt-in 'auto-sync on launch' checkbox (pst_auto_sync) that re-imports the remembered path once at startup - deliberately a ONE-SHOT pass mirroring the existing sync-job-resume pattern in lib.rs, NOT a periodic timer, because NFR-RES-1 ('no polling timers when idle') is enforced consistently everywhere else in this codebase (every startup task has a comment noting this). User asked about a periodic 'read frequency' option too; I declined to build that specific piece and explained the NFR-RES-1 conflict rather than silently building or silently dropping it.
*Confidence: 0.95 | Status: active | Created: 2026-07-06T20:40:52*
### Completed a full UI/UX redesign of WhispAssist: se...
Completed a full UI/UX redesign of WhispAssist: semantic CSS design-token system (light/dark, WCAG AA verified), all emoji/Unicode icons replaced with @lucide/svelte SVG icons, segmented Monitor/Sun/Moon theme toggle defaulting to system preference, custom theme-aware scrollbars. Informed by researching Granola and Meetily's UIs; kept WhispAssist's 3-pane layout since diarization/speaker-naming already beats both competitors.
*Confidence: 0.95 | Status: active | Created: 2026-07-02T20:13:34*
### WhispAssist M1 feature-briefs decomposition (2026-...
WhispAssist M1 feature-briefs decomposition (2026-07-06, docs-only, branch feature_chore_bug_004). KEY INSIGHT: M1 is heavily scaffolded already, do NOT re-create — IPC types FeatureBrief/FeatureBriefInfo/ContextExcerpt (models.rs), api.ts bindings createFeatureBrief/listFeatureBriefs/getFeatureBrief/setBriefExposed, the 4 commands registered in lib.rs, DB tables feature_briefs + mcp_access_log (migrations/0003_ai_mcp.sql), the briefs/<id>.json schema (docs/03-data-model.md), and the FeatureBriefBuilder trait (docs/04-api-contracts.md) ALL EXIST; only the 4 command bodies return not_implemented(). REMAINING to build: (1) Store methods insert_feature_brief/list_feature_briefs/get_feature_brief_row/set_brief_exposed; (2) a new non-streaming LlmProvider::complete(system,user)->String primitive (mirrors suggest_tags; impl Ollama+OpenAiCompat, Anthropic later); (3) FeatureBriefBuilder in a new briefs module (strict '## Title/## Problem/## Desired Outcome/## Acceptance Criteria' prompt like RESPONSE_FORMAT_INSTRUCTIONS + parse_brief mirroring parse_summary); (4) the 4 command bodies (add state: State<AppState>, Tauri injects it, api.ts unchanged); (5) UI in SummaryPanel; (6) golden-transcript tests. KEY DESIGN DECISIONS: context_excerpts are VERBATIM transcript substrings (grounding invariant enforced by the golden test), selected by keyword overlap, NOT model paraphrase; the on-disk file is a sealed BriefFile envelope {schema,generated_at,provider,model,...fields,source} indexed by the feature_briefs table (file=truth, row=index); write file+row only AFTER a successful distill (no partial artifacts on LLM failure). Full implementation-ready checklist in docs/05-roadmap.md M1; JSON schema in docs/03-data-model.md; tests in docs/06-test-strategy.md P10.
*Confidence: 1.0 | Status: active | Created: 2026-07-07T04:28:36*
### Decision: NOT pursuing NVIDIA Parakeet or DirectML...
Decision: NOT pursuing NVIDIA Parakeet or DirectML/NPU acceleration for WhispAssist transcription near-term, as of 2026-07-02. Researched achetronic/parakeet (Go, Linux-only, dead end) and altunenes/parakeet-rs (Rust, built on ort, has genuine streaming via a separate EOU 120M model with real internally-threaded encoder cache and LSTM decoder state). Reasons not to pursue now: (1) DirectML support for this model family is unproven - zero reports of anyone running it, and there is a live unresolved ONNX Runtime bug (microsoft/onnxruntime issue 19837) producing wrong output on DirectML for the exact LSTM+Einsum op combination these models use; (2) DirectML itself is now in Microsoft maintenance mode, with new NPU/GPU work moving to Windows ML instead, which calls WhispAssist's existing ADR-0004 (ort + DirectML for NPU) into question independent of Parakeet; (3) Parakeet streaming needs a continuous per-meeting state machine fed small sequential chunks, fundamentally incompatible with WhispAssist's current stateless independent 4-second-window architecture - a real rearchitecture, not a swap, and it would lose whisper.cpp's crash-recoverable-per-window property; (4) competitor Meetily does not actually do live Parakeet+hardware-acceleration either - they only use it for offline batch re-transcription. Recommended future path if revisited: CPU-only Parakeet-EOU streaming spike first to validate the rearchitecture and quality tradeoffs (EOU is English-only, no punctuation/capitalization), treat NPU acceleration as a separate track that should probably target Windows ML rather than raw DirectML.
*Confidence: 0.9 | Status: active | Created: 2026-07-02T20:14:37*
### WhispAssist CUDA + AMD-non-Vulkan acceleration PLA...
WhispAssist CUDA + AMD-non-Vulkan acceleration PLAN (2026-07-05): whisper.cpp bakes in exactly ONE GPU backend at compile time. Universal build=Vulkan (all vendors). NEW: NVIDIA-turbo installer variant = whisper.cpp CUDA (feature already declared Cargo.toml:94) — but a CUDA build has NO Vulkan, so AMD/Intel GPUs in that variant need a non-Vulkan accel path. DECISION (recommended, user was away/didn't confirm): AMD-non-Vulkan = DirectML via the EXISTING ort/ONNX NPU path (OnnxNpuTranscriber generalized to accept EP: OpenVINO-NPU vs DirectML-GPU+device_id). DirectML works on any DX12 GPU, load-dynamic (no new build toolchain), one binary, degrades to CPU. hipBLAS/ROCm DEFERRED (narrow gfx coverage, fragile on Windows, needs 3rd installer). CORE CODE CHANGE: add AccelPath enum {WhisperCuda,WhisperVulkan,WhisperCpu,OnnxOpenVino,OnnxDirectML} + resolver in hardware/mod.rs from (BackendId+cfg!(feature)+runtime readiness); transcriber factory switches on it. This also CLOSES the known detection-honesty gap (GPU marked available from DXGI regardless of compiled feature -> no-op GPU routing). PHASES: P0 detection-honesty+AccelPath (small, no hw, do first), P2 AMD/Intel DirectML (validate on Intel Arc iGPU locally), P1 CUDA (needs NVIDIA hw/CI). ort needs 'directml' feature + an onnxruntime.dll built with DML EP in the runtime bundle; DirectML.dll ships with Win10 1903+.
*Confidence: 0.85 | Status: active | Created: 2026-07-05T23:28:58*
---
## Goals
*Objectives, targets, and milestones to track progress.*
### WhispAssist NEXT STEPS — CPU transcription slownes...
WhispAssist NEXT STEPS — CPU transcription slowness testing round (open bug): the full transcribe_file path takes ~90s for a 6.3s clip on a 14-thread CPU with base.en (should be ~2-3s). This is PRE-EXISTING (predates Vulkan) and independent of the GPU work. To root-cause next: (a) verify whisper set_n_threads actually applies available_threads()=14 (log n_threads in run_full); (b) check whether the encoder pays full 1500 audio_ctx per 30s window even for a 6s clip in the non-streaming path (the streaming path fix in commit 8530a22 scaled audio_ctx by window length, but transcribe_file/run_full may not); (c) run stock whisper-cli directly on the same model+wav to isolate whether it's OUR run_full config vs whisper.cpp itself; (d) test greedy vs beam params and q5_1 vs f16 model; (e) confirm it's not thermal/throttle. The non-vulkan CPU baseline re-run (task, ~90s expected) was in progress to formally confirm parity with the vulkan build's CPU number.
*Confidence: 1.0 | Status: active | Created: 2026-07-05T22:04:11*
---
## Commitments
*Promises, obligations, and TODOs that need follow-through.*
*No memories of this type.*
---
## Preferences
*User and entity preferences for personalization.*
### WhispAssist user working style (observed 2026-07-0...
WhispAssist user working style (observed 2026-07-06): (1) Demands EMPIRICAL PROOF over theory. When I attributed silent new recordings to the mic-not-in-WAV design, they pushed back ('the old file is also vault-sealed and plays fine, so it must be the 32->16bit change'). Resolving it required an actual real-hardware loopback capture test (play a known sound, read peak i16 from the WAV) to prove the 16-bit path records real audio — only then accept the diagnosis. HOW TO APPLY: when diagnosing a bug, verify the cause with a runnable test/measurement and show the evidence; don't just assert a root cause. (2) Highly protective of encryption-at-rest. They independently spotted that the decrypted audio.play.wav on disk and the browser 'download' button undermined the vault, and asked to switch playback to in-memory on-the-fly decryption. HOW TO APPLY: proactively avoid writing plaintext of vault-sealed data to disk and close off easy exfiltration paths (downloads, temp files).
*Confidence: 0.9 | Status: active | Created: 2026-07-07T01:05:30*
---
## Relationships
*Entity connections, team context, and collaboration patterns.*
*No memories of this type.*
---
## Context
*Session summaries, status updates, and conversation state.*
### WhispAssist release/versioning process (as of v0.2...
WhispAssist release/versioning process (as of v0.2.0, 2026-07-06): the version string lives in THREE files that must be bumped together — package.json, src-tauri/tauri.conf.json, src-tauri/Cargo.toml (Cargo.lock updates on build). The shipped UNIVERSAL installer is built with: npm run tauri build -- --features vulkan --config src-tauri/tauri.vulkan.conf.json, with env VULKAN_SDK=C:\VulkanSDK\1.4.350.0, CMAKE_GENERATOR=Ninja, CARGO_TARGET_DIR=C:\wt, and vcvars64.bat loaded from 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat'. Outputs land at C:\wt\release\bundle\msi\WhispAssist_<ver>_x64_en-US.msi and \nsis\WhispAssist_<ver>_x64-setup.exe (MSI ~44MB, NSIS ~9MB). The build does NOT create/push git tags — after merging to main, tag manually: git tag v<ver>; git push origin v<ver>. Last release before 0.2.0 was v0.1.6 (PR #15).
*Confidence: 1.0 | Status: active | Created: 2026-07-07T01:05:16*
### Project status as of 2026-07-02: Phase 8 tasks T8....
Project status as of 2026-07-02: Phase 8 tasks T8.7 (multi-language transcription + i18n scaffold) and T8.8 (at-rest encryption/vault, needs an ADR decision on SQLCipher vs file-level encryption first) remain deferred/pending. User paused them to do a full UI/UX redesign, then a transcription-latency investigation and fix, then Parakeet/NPU research. Both T8.7 and T8.8 are still the next planned work whenever the user returns to the Phase 8 roadmap.
*Confidence: 0.9 | Status: active | Created: 2026-07-02T20:14:43*
### WhispAssist remaining-work assessment + plan (2026...
WhispAssist remaining-work assessment + plan (2026-07-06, docs-only planning on branch feature_chore_bug_004, NOT built). As of v0.2.0, Phases 1-9 ship. The only real gap is Phase 10 (external AI + agent handoff, ADR-0011) plus a few polish items. STUBBED (commands return Err(not_implemented)): create/list/get_feature_brief, set_brief_exposed, mcp_status, set_mcp_enabled, set_mcp_scope, mcp_access_log, run_agent, create_issue_from_brief. SKELETON/ABSENT: mcp/mod.rs (trait + todo!() only), AnthropicProvider (returns 'not built yet'), MS Graph CalendarSource, multi-language transcription, DropboxTarget/BoxTarget (OAuth wired in sync/oauth.rs but no upload impl), chunked/resumable upload. BUILT already: OpenAiCompatProvider. The phased plan lives in docs/05-roadmap.md section 'Remaining work — post-v0.2.0 execution plan': M1 feature briefs (first; LLM-only, no egress) -> M2 MCP server (the differentiator; inbound loopback, zero added egress, FR-MCP-7 egress-unchanged is the merge gate) ; M3 hosted AI (parallel; finish Anthropic + hosted-key/banner/allowlist) ; M4 reliability/breadth (chunked upload is TOP item because recordings are now ~50-100MB and put() buffers whole file, OneDrive/Graph caps PUT at 250MB; then multi-language, Dropbox/Box) ; M5 push handoff (agent runner + issue tracker, Could-priority, last/optional). MS Graph calendar deferred (Could).
*Confidence: 1.0 | Status: active | Created: 2026-07-07T04:28:28*
---
## Events
*Important conversations, milestones, and temporal occurrences.*
### WhispAssist reached v0.2.0 (2026-07-06), supersedi...
WhispAssist reached v0.2.0 (2026-07-06), superseding v0.1.6. Additions since 0.1.6: microphone capture (records+transcribes the user's voice, mixed into transcript AND the saved recording at native quality via MicBridge), in-app recording playback with in-memory on-the-fly decryption (waaudio:// custom protocol, no plaintext on disk, download disabled), AI-generated tags + chip tag editor + tag filtering, meeting rename (editable title), notes single-pane Editor/Preview toggle, cancel-a-recording, 16-bit half-size recordings, live per-item sync upload progress, audio output + microphone device pickers, Outlook .pst recurring-event import/filtering + auto-sync-on-launch, and a SINGLE universal Vulkan installer (bundled vulkan-1.dll) replacing the separate CPU/NPU vs Vulkan builds. Built on branch feature_chore_bug_003 — still needs merge to main + tag v0.2.0. Installers already produced at C:\wt\release\bundle.
*Confidence: 1.0 | Status: active | Created: 2026-07-07T01:05:36*
---
## Learnings
*Knowledge acquired from experience, corrections, and insights.*
### Real libpst quirk found via a real 7.2GB mailbox t...
Real libpst quirk found via a real 7.2GB mailbox test (2026-07-06): this readpst/libpst build joins a multi-value RRULE BYDAY with semicolons instead of RFC 5545's commas, e.g. 'RRULE:FREQ=WEEKLY;COUNT=10;BYDAY=MO;TU;WE;TH;FR' - so TU/WE/TH/FR appear as bare semicolon-separated tokens with no '='. A naive RRULE parser using '?' on split_once('=') silently bails out (returns None) for any event with more than one weekday, which is why the first version of expand_rrule worked for single-BYDAY series but silently dropped recurrence for multi-weekday ones. Fix: track the last-seen key and attribute a bare (no '=') token to it as a continuation value. This joins other already-documented libpst 0.6.63 quirks in ADR-0008 (no ORGANIZER/ATTENDEE emitted, no -8 flag support, wrong -t usage string).
*Confidence: 1.0 | Status: active | Created: 2026-07-06T20:40:50*
### WhispAssist WASAPI microphone finding (2026-07-06)...
WhispAssist WASAPI microphone finding (2026-07-06): unlike get_default_device(Render) which FAILS in cargo test on this dev machine, capturing the DEFAULT MIC (Direction::Capture) DOES work under cargo test AND delivers real frames (~3840 16kHz frames in 0.6s). Caveat: the FIRST COM activation of the mic can deliver 0 frames within the first ~600ms (cold start); a second run delivers normally. So a hardware mic smoke test should assert open+stop succeed (summary.sample_rate>0), not frames>0. Test: audio::tests::microphone_capture_opens_and_stops_cleanly (#[ignore], run with --ignored).
*Confidence: 0.9 | Status: active | Created: 2026-07-06T21:34:39*
### CONFIRMED FIX for WhispAssist release build crashe...
CONFIRMED FIX for WhispAssist release build crashes: Windows Defender real-time scanning of src-tauri/target was corrupting rustc.exe's compilation (random STATUS_STACK_BUFFER_OVERRUN crashes on different crates each run). Adding Defender exclusions (Add-MpPreference -ExclusionPath for target/, ~/.cargo, ~/.rustup, and -ExclusionProcess for rustc.exe/cargo.exe) fixed it completely -- full release build (whisper-rs, sherpa-rs native deps, MSI+NSIS bundling) now succeeds cleanly with the project's normal aggressive release profile (opt-level=z, codegen-units=1, lto=true). No toolchain reinstall or profile change was needed after all; those were red herrings from earlier in the debugging session. Also: a leftover running whispassist.exe instance can block cargo from overwriting the binary with 'Access is denied' -- close it before rebuilding.
*Confidence: 0.95 | Status: active | Created: 2026-07-01T21:09:24*
### Dark-mode bug pattern learned: CSS custom properti...
Dark-mode bug pattern learned: CSS custom properties don't cascade upward to ancestor elements. If data-theme (or similar theme attribute) is only set on an inner .app div, html/body keep the browser's default white background + 8px UA-stylesheet margin, invisible in light mode but a bright white border around the whole window in dark mode. Fix: mirror the theme attribute onto document.documentElement via an effect, and add a global html/body margin:0 + background:var(--bg) rule.
*Confidence: 0.9 | Status: active | Created: 2026-07-02T20:13:41*
### WhispAssist NPU spike (T3.4): Intel AI Boost NPU (...
WhispAssist NPU spike (T3.4): Intel AI Boost NPU (Core Ultra 5 135U, Meteor Lake, PCI VEN_8086&DEV_7D1D) runs the Whisper base.en ONNX encoder via ONNX Runtime OpenVINO EP (device_type=NPU) at ~66 ms/window vs ~236 ms/window on CPU = 3.58x faster, correct output shape (1,1500,512), full op coverage. Validates the plan: offload the fixed-shape Whisper encoder to the NPU, keep the dynamic decoder on CPU.
*Confidence: 0.95 | Status: active | Created: 2026-07-02T20:31:08*
### WhispAssist: an OAuth-linked calendar source (MS G...
WhispAssist: an OAuth-linked calendar source (MS Graph) is stored in Settings (settings.json: graph_calendar_enabled + graph_calendar_credential_ref) rather than as a sync_targets DB row, because it is not a SyncTarget/upload destination — reusing add_sync_target's OAuth flow would have wrongly surfaced it in the Sync UI and risked the upload pump trying to build a SyncTarget for it. begin_graph_calendar_link is a separate command from begin_oauth_link for this reason, duplicating ~60 lines of PKCE handshake rather than sharing it, since the two flows diverge in storage/eventing.
*Confidence: 0.85 | Status: active | Created: 2026-07-08T02:23:03*
### cargo fmt -- <specific files> does not scope forma...
cargo fmt -- <specific files> does not scope formatting to those files in the WhispAssist repo (src-tauri) — it reformats the entire crate regardless of file args passed after --, pulling in unrelated pre-existing drift in untouched files (observed: src/audio/mod.rs). After running cargo fmt scoped to touched files, always git status/diff to catch and git checkout -- any unrelated files it touched before committing. Also: memanto's on-prem backend (localhost:8080) needs Ollama (localhost:11434, embedding model nomic-embed-text) running for recall/export/sync to work, and the active agent session (memanto agent activate whispassist) can expire/drop mid-session — 'remember' can report success even when the write doesn't actually persist/index, so verify with 'memanto recall --recent' after a batch of remember calls rather than trusting the success message alone.
*Confidence: 0.9 | Status: active | Created: 2026-07-08T02:23:10*
### WhispAssist runtime bundle URLs CORRECTED to gitea...
WhispAssist runtime bundle URLs CORRECTED to gitea /media/ path (2026-07-06, commit 224aaf9): the .7z runtime bundles are hosted via Git LFS, and gitea's /raw/ endpoint returns the LFS POINTER (text) not the file, so the download URLs were changed from /raw/branch/main/ to /media/branch/main/ (gitea's media endpoint resolves LFS objects). Final URLs: NPU=https://git.dou.bet/iamdoubz/WhispAssist/media/branch/main/runtime/openvino.7z, DirectML=https://git.dou.bet/iamdoubz/WhispAssist/media/branch/main/runtime/directml.7z. SHAs unchanged (openvino ca0be9fc..., directml 34369222...). Files tracked via Git LFS (.gitattributes: runtime/*.7z filter=lfs). Still on branch chore_debug (no PR yet); URLs point at main so they resolve after merge. GOTCHA for future: GitHub raw.githubusercontent AND gitea /raw/ both serve LFS pointers not content — always use gitea /media/ (or GitHub media/LFS URL) for LFS-backed download targets.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T14:45:20*
### cargo test in WhispAssist src-tauri reliably crash...
cargo test in WhispAssist src-tauri reliably crashes at LINK time (rustc.exe exit 0xc0000409 STATUS_STACK_BUFFER_OVERRUN) when linking the full debug test binary against whisper.cpp+sherpa-onnx native libs with full debug info (debuginfo=2 default for test profile). This reproduces even from a clean target/debug, with reduced --jobs, regardless of Defender exclusions (which fixed the earlier release-build crashes but not this). FIX: set env var CARGO_PROFILE_TEST_DEBUG=0 (drop debug info) before cargo test -- this shrinks the PDB/link footprint enough to avoid the crash. Confirmed working: 'cargo test privacy_self_check' passed cleanly with CARGO_PROFILE_TEST_DEBUG=0 --jobs 4. Also noted: commands.rs is NOT feature-gated for cpu-transcription/diarization (unconditionally imports SherpaDiarizer/WhisperTranscriber/run_streaming_worker), so cargo test --no-default-features fails to compile -- can't lighten the native-link footprint that way, must use the debug-info trick instead.
*Confidence: 0.95 | Status: active | Created: 2026-07-01T22:01:31*
### WhispAssist dark-theme native-control gotcha (2026...
WhispAssist dark-theme native-control gotcha (2026-07-06, commits 4442f80/8038918): the app theme is a MANUAL toggle (data-theme on html + .app), independent of the OS prefers-color-scheme. Native form controls default to LIGHT and render bright-white in dark mode. Fixes applied: (1) added CSS 'color-scheme: light' on :global(:root) and 'color-scheme: dark' on :global([data-theme="dark"]) in App.svelte — this alone fixed unstyled controls. (2) A <textarea> was white because Settings.svelte's 'input, select { background:var(--bg); color:var(--fg) }' rule EXCLUDED textarea; fix = add textarea to that selector. (3) The header template <select> (.theme-select) options popup stayed WHITE even with color-scheme:dark because it had 'background: transparent' — an AUTHOR-styled select makes Chromium/WebView2 render its options popup in light unless the options carry their own colors. Fix = give .theme-select an explicit 'background: var(--bg-elevated)' AND style '.theme-select option { background: var(--bg-elevated); color: var(--fg) }'. LESSON: for dark-mode selects, set color-scheme on the root AND author the <option> background/color with theme tokens; don't rely on transparent backgrounds.
*Confidence: 0.95 | Status: active | Created: 2026-07-06T13:02:41*
### WhispAssist test-environment quirk found 2026-07-0...
WhispAssist test-environment quirk found 2026-07-06: wasapi::get_default_device(&Direction::Render) (and thus find_render_device(None)) FAILS when called from within 'cargo test' on this dev machine, even though the real desktop app (running as a normal foreground GUI process) resolves it fine. Enumeration itself (DeviceCollection) works fine in both contexts -- it's specifically the 'default device' role query that needs a real interactive audio session. Tests for this were written to assert consistency (find_render_device(None) vs a raw wasapi::get_default_device call, or unknown-id fallback vs None) rather than assuming a default device is resolvable, so they pass in both environments. Implication: don't trust 'cargo test' alone to validate anything touching wasapi's default-device APIs -- verify audio-device-selection behavior via the actual running app instead.
*Confidence: 0.9 | Status: active | Created: 2026-07-06T21:02:54*
### WhispAssist NPU Rust recipe (T3.4, validated): ort...
WhispAssist NPU Rust recipe (T3.4, validated): ort crate v2.0.0-rc.10 with features [load-dynamic, openvino] links against Intel's pip onnxruntime-openvino DLLs and runs the Whisper base.en encoder on the Intel NPU at 65 ms/window (matches Python; CPU is 236ms). Recipe: (1) ORT_DYLIB_PATH -> site-packages/onnxruntime/capi/onnxruntime.dll (the OpenVINO-enabled ORT build); (2) prepend BOTH openvino/libs AND onnxruntime/capi to PATH so dependent DLLs (openvino.dll, onnxruntime_providers_openvino.dll, onnxruntime_providers_shared.dll) resolve; (3) OpenVINOExecutionProvider::default().with_device_type("NPU").build().error_on_failure() to make a failed NPU registration LOUD instead of silently falling back to CPU; (4) Session::run needs &mut session. For shipping, bundle these DLLs with the Tauri app (resource/sidecar) instead of relying on pip. load-dynamic means no C++/OpenVINO build step in cargo.
*Confidence: 1.0 | Status: active | Created: 2026-07-02T20:42:31*
### DirectML support in parakeet-rs for NVIDIA Parakee...
DirectML support in parakeet-rs for NVIDIA Parakeet/EOU/Nemotron models is purely theoretical/unvalidated, not a proven working combination. Evidence: (1) parakeet-rs's own Cargo.toml/execution.rs just forwards to ort's generic directml feature with zero model-specific notes -- contrast with its explicit CoreML warning ('CoreML EP currently runs slower than CPU for Sortformer/Parakeet models because the ONNX graphs have dynamic input shapes'); no equivalent DirectML note exists. (2) Searched all 113 issues in altunenes/parakeet-rs GitHub repo: zero mention DirectML. (3) microsoft/onnxruntime issue #19837 (opened 2024, still unresolved as of check) reports DirectML EP producing wrong numeric results on a model containing LSTM+Einsum ops -- root cause never found. (4) Microsoft's own microsoft/DirectML GitHub repo now carries a banner: DirectML is in maintenance/sustained-engineering mode, with new feature development moved to Windows ML (WinML); relevant since WhispAssist ADR-0004 specifies ort+DirectML for NPU accel. Recommend flagging ADR-0004 for review given this shift.
*Confidence: 0.85 | Status: active | Created: 2026-07-02T20:09:34*
### Rebuilding WhispAssist release binary after Phase ...
Rebuilding WhispAssist release binary after Phase 6: initial 'tauri build' failed with 'only metadata stub found for rlib dependency core' / cannot find crate for std,num_traits (whisper-rs-sys build script, atoi). Root cause: stale/corrupted 19GB target/ dir from a prior interrupted build. Fix: cargo clean in src-tauri, then rebuild clean. Always load vcvars64.bat (VS2022 BuildTools) before cargo/tauri build.
*Confidence: 0.9 | Status: active | Created: 2026-07-01T20:27:51*
### Root cause of WhispAssist release build crashes fo...
Root cause of WhispAssist release build crashes found: NOT toolchain corruption. rustc.exe crashes with STATUS_STACK_BUFFER_OVERRUN (0xc0000409) specifically compiling the windows-rs crate (v0.61.3) and pxfm crate, reproducible under both rustc 1.94.1 and 1.96.1. Root cause is the project's aggressive release profile in src-tauri/Cargo.toml: opt-level='z' + codegen-units=1 + lto=true triggers an LLVM/rustc codegen crash on these large generated crates. Confirmed fix: overriding just opt-level=2, codegen-units=16 via CARGO_PROFILE_RELEASE_OPT_LEVEL/CARGO_PROFILE_RELEASE_CODEGEN_UNITS env vars lets the windows crate compile cleanly in isolation. Earlier 'toolchain corruption' and 'cargo clean' theories were red herrings -- the missing-std/core-prelude errors seen on other crates were a cascade effect of cargo continuing after the crashed crate's .rlib was never written.
*Confidence: 0.9 | Status: active | Created: 2026-07-01T20:40:50*
### WhispAssist recording fix + diagnosis (2026-07-06,...
WhispAssist recording fix + diagnosis (2026-07-06, branch feature_chore_bug_003): User reported new recordings had 'no sound' while old ones played. DIAGNOSED: NOT the 32->16bit change. Proved via ignored hardware test loopback_16bit_wav_captures_played_audio (played Windows Alarm01.wav through default device, captured peak i16=11670) that 16-bit loopback capture records real audio fine. Root cause: the recorded WAV was loopback-only, so a mic-only moment (user talking, nothing playing through speakers) recorded as silence while their voice still reached the transcript. FIX (user chose native-quality): added audio::MicBridge (AtomicU32 rate + Mutex<VecDeque<f32>>, cap ~0.5s for clock-drift): loopback thread publishes its rate + pulls mic samples per-frame and mixes into every channel in write_wav_bytes(mic:&[f32]); mic thread resamples its audio to loopback rate (Resampler::new_to) and pushes to the bridge. New WasapiCapture::start_loopback_recording / start_microphone_recording; commands.rs uses them with a shared bridge when mic enabled. Recording is now native rate/stereo 16-bit WITH the user's voice. Verified by ignored test loopback_recording_with_mic_bridge_captures_played_audio (peak i16=22358). This SUPERSEDES the earlier 'mic transcript-only, not in WAV' limitation.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T23:27:12*
### WhispAssist T3.4 steps 1-3 DONE & validated end-to...
WhispAssist T3.4 steps 1-3 DONE & validated end-to-end: OnnxNpuTranscriber transcribes speech correctly on the Intel NPU. Pipeline: hand-rolled Whisper log-mel (transcription/mel.rs, matches HF WhisperFeatureExtractor) -> NPU encoder (OpenVINO EP) -> CPU greedy decoder (no KV cache, re-feeds prefix) -> hand-rolled byte-BPE detok from tokenizer.json (no tokenizers crate). Behind cargo feature 'npu' = [dep:ort, dep:rustfft]; renamed from the old empty 'directml' feature. Decode config from generation_config.json: decoder_start=50257, eos=50256, forced_decoder_ids=[[1,50362]] (notimestamps); mask token ids >=50257 (except eot) in argmax. TTS test: spoke 'testing one two three four, the quick brown fox...' got 'testing 1234 the quick brown fox jumps over the lazy dog.' All gates green first try (clippy -D, fmt, 69 default tests, 77 npu tests). NOT YET wired into commands.rs dispatch (that is step 6) — nothing routes to it in-app yet.
*Confidence: 1.0 | Status: active | Created: 2026-07-02T21:14:31*
### WhispAssist NPU build gotcha: ort's default downlo...
WhispAssist NPU build gotcha: ort's default download-binaries do NOT include the OpenVINO execution provider. Must supply an ONNX Runtime built with OpenVINO (Intel's prebuilt onnxruntime-openvino) PLUS the OpenVINO runtime DLLs on the DLL path. HARD VERSION PIN: onnxruntime-openvino 1.24.1 requires openvino runtime 2025.4.1 EXACTLY. Version mismatch (e.g. openvino 2026.2) does NOT error loudly — it silently falls back to CPUExecutionProvider (Win Error 127 'procedure could not be found'). Pin the ort<->onnxruntime<->openvino version triple and assert the active provider is OpenVINOExecutionProvider at load, else the NPU is silently unused.
*Confidence: 1.0 | Status: active | Created: 2026-07-02T20:31:10*
### CONFIRMED ROOT CAUSE (2026-07-02) of the WhispAssi...
CONFIRMED ROOT CAUSE (2026-07-02) of the WhispAssist whisper.cpp model-load crash: it is Trend Micro Security Agent (Worry-Free Business Security, corporate-managed -- services ntrtscan/TMBMServer/TmCCSF/tmlisten all running) injecting into whispassist.exe and hooking file I/O / MessageBox APIs. Live cdb attach to the process while the 'Debug Assertion Failed: _osfile(fh) & FOPEN' dialog was showing revealed 'tmmon64' (Trend Micro's monitoring module) sitting directly in the call stack between USER32!MessageBoxW and ucrtbased!__acrt_MessageBoxW, and the read path (whisper.cpp's std::ifstream -> xsgetn -> fread) resolves into ucrtbased.dll (debug CRT) even though whisper-rs-sys's CMakeCache.txt confirms /MD (release CRT) was used to build it -- i.e. Trend Micro's hook is corrupting the CRT call path, not a real build misconfiguration. Ruled out first: NOT a stack-size issue (tried 16MiB worker thread stack, crash identical), NOT stale/corrupted build artifacts (crash reproduces identically from a fully clean cargo clean --profile dev rebuild), NOT Windows Defender (already excluded target/ and C:\Users\dadous\AppData\Local\WhispAssist, crash persisted). Fix requires excluding whispassist.exe / the WhispAssist install and model directories from Trend Micro's real-time scan and behavior monitoring -- likely needs corporate IT/policy admin involvement since TMBMServer implies tamper-protected central management, not a self-service local exclusion like Defender. Tooling note: installed WinDbg Preview via 'winget install --id Microsoft.WinDbg' -- ships cdbX64.exe (classic command-line debugger) alongside the modern WinDbgX.exe GUI, usable for live process attach analysis without needing the full Visual Studio IDE debugger.
*Confidence: 0.95 | Status: active | Created: 2026-07-02T13:30:42*
### Fixed a real bug behind reported 30-65 second live...
Fixed a real bug behind reported 30-65 second live-transcription lag: whisper.cpp's encoder always runs over a full padded 30-second mel window (1500 encoder positions) unless audio_ctx is explicitly reduced via set_audio_ctx. WhispAssist's live-transcription streaming windows are only about 4 seconds each but were never setting audio_ctx, so every window paid the full 30-second-equivalent encode cost, serially, on one worker thread. Fixed in src-tauri/src/transcription/mod.rs (function audio_ctx_for_window) by scaling audio_ctx proportionally to the real window length (1500 positions = 30s, so a 4s window gets about 201). Committed as 8530a22. Verified about 30 percent faster in a controlled A/B benchmark, though that specific test ran under heavy CPU contention from Docker Desktop and other concurrent Claude Code sessions on this machine, which likely masks a larger real-world improvement since the fix targets the encoder O(n^2)-ish attention cost specifically.
*Confidence: 0.9 | Status: active | Created: 2026-07-02T20:14:23*
### WhispAssist dev/test workflow gotchas (2026-07-06)...
WhispAssist dev/test workflow gotchas (2026-07-06): (1) A running 'npm run tauri dev' / whispassist.exe holds the cargo build lock on its target dir — STOP it (Stop-Process -Name whispassist, plus kill the node/cargo/vite procs whose CommandLine matches tauri|whispassist|vite) BEFORE running cargo build/clippy/test or the build blocks on the lock. (2) 'npm run tauri dev' writes output to the Windows console handle, NOT the redirected background-task log file (which stays empty) — confirm the app actually launched via Get-Process whispassist, not by reading the log; it typically appears ~30s after launch. (3) The audio-device tests find_render_device_none_matches_get_default_device and find_render_device_unknown_id_falls_back_exactly_like_none are FLAKY under cargo test (the wasapi get_default_device(Render) COM quirk) — a rerun passes; do NOT chase them as regressions. Loopback/mic hardware smoke tests (loopback_16bit_wav_captures_played_audio, etc.) are #[ignore]'d and run with --ignored.
*Confidence: 0.95 | Status: active | Created: 2026-07-07T01:05:20*
### WhispAssist tooling FOOTGUN (2026-07-06): 'npm run...
WhispAssist tooling FOOTGUN (2026-07-06): 'npm run format' = 'prettier --write .' — it reformats the ENTIRE repo, not just changed files. Running it during a small change reformatted 120+ files (all docs/ADRs/.claude skills/CLAUDE.md/stores/etc) because the repo isn't uniformly prettier-clean, burying the real diff. RECOVERY that worked: git diff --name-only | grep out the intended KEEP files | xargs git checkout -- , then verify only intended files remain; the reformats were content+EOL noise (git diff -w showed EOL-only for many). LESSON: to format/verify only your touched files use 'npx prettier --write <files>' or just 'npm run check' (svelte-check) + 'npx eslint <files>' which don't write. ALSO: 'npm run lint' currently reports ~143 PRE-EXISTING errors (mostly 'console'/'process' is not defined no-undef in node-context files) unrelated to app code — don't be alarmed, they predate any given change. Repo has mixed LF/CRLF (git warns 'LF will be replaced by CRLF'); harmless line-ending churn.
*Confidence: 0.95 | Status: active | Created: 2026-07-06T12:48:15*
### WhispAssist dev-run finding (2026-07-06): 'npm run...
WhispAssist dev-run finding (2026-07-06): 'npm run tauri dev' builds the Rust with features audio,cpu-transcription,diarization,pst,sync,npu = the DEFAULT set MINUS vulkan and cuda. Consequence: the everyday dev/default build has NEITHER a whisper.cpp GPU backend NOR CUDA, so on the Intel Core Ultra + Arc iGPU dev machine the ONLY GPU accel path is DirectML (via the ort/npu feature) — and directml_would_help() returns TRUE there, so the DirectML Settings card is visible. To exercise the Vulkan path you must build with --features vulkan explicitly (see whispassist-vulkan-build-recipe). Incremental dev rebuild ~42s once whisper.cpp/deps are cached; debug binary at src-tauri/target/debug/whispassist.exe. Launch recipe: load vcvars64.bat (VS2022 BuildTools) then 'npm run tauri dev'; the WebView2 window opens on the user's desktop. Opening Settings does NOT trigger the debug-CRT Abort/Retry/Ignore assertion dialog (that only fires on the transcription file-read path), so a UI-only visual check on the debug build is safe.
*Confidence: 0.9 | Status: active | Created: 2026-07-06T12:27:54*
### Windows dev-loop gotchas confirmed again this sess...
Windows dev-loop gotchas confirmed again this session (2026-07-06): (1) Git Bash's quoting of 'cmd.exe /c "...vcvars64.bat" && cargo ...' silently no-ops (just opens/closes an interactive cmd shell) - must run that exact vcvars64.bat wrapper via the PowerShell tool instead, never Bash; (2) both 'cargo fmt' (no path args) and 'npm run format' (prettier --write .) reformat the ENTIRE repo/workspace, not just touched files - this touched unrelated pre-existing files (commands.rs WebDavTarget chain, all of docs/, .claude/skills/, package.json, CLAUDE.md, package-lock.json) and had to be reverted via targeted git checkout, keeping only the intended diff. Going forward: use 'rustfmt --edition 2021 <specific files>' and 'npx prettier --write <specific files>' instead of the whole-repo commands.
*Confidence: 0.95 | Status: active | Created: 2026-07-06T20:40:55*
---
## Observations
*Patterns noticed, behavioral notes, and recurring themes.*
### WhispAssist transcription benchmark (2026-07, rele...
WhispAssist transcription benchmark (2026-07, release 0.1.4, SAME 6.3s TTS clip 'Testing 1234 the quick brown fox...', base.en q5_1 model, full transcribe_file path, machine=Intel Core Ultra 14-thread + Arc iGPU): VULKAN on Intel Arc iGPU = load 274ms, infer ~4.5s (fastest, edges out NPU). NPU OpenVINO = load 1355ms, infer ~5.7s. CPU whisper.cpp = load ~190ms, infer 92-99s (PATHOLOGICAL, ~15x SLOWER than real-time). All three produce the correct transcript. CRITICAL FINDING (user-confirmed): CPU was ALREADY ~90s BEFORE Vulkan was added — so the Vulkan build did NOT regress the CPU path; the 0.1.4 Vulkan build is SAFE to ship (CPU fallback unchanged). The ~90s CPU is a PRE-EXISTING bug in the full transcribe_file path, NOT caused by Vulkan. Vulkan and NPU are ~16-20x faster than the broken CPU path. Note the STREAMING path was already fixed earlier (audio_ctx scaling, commit 8530a22); transcribe_file (single_segment=false, 30s-padded seek loop) is the still-slow one.
*Confidence: 1.0 | Status: active | Created: 2026-07-05T22:04:09*
### Meetily (Zackriya-Solutions/meetily), the competit...
Meetily (Zackriya-Solutions/meetily), the competitor app cited as prior art for Parakeet integration, uses Parakeet only for BATCH/offline transcription via the transcribe-rs crate (built on istupakov's ONNX conversion, per meetily's own README credits) -- not live streaming. Its 'Import & Enhance' feature (post-hoc re-transcription) is the actual use case; no DirectML-specific hardware acceleration for Parakeet is documented in its backend README. A true streaming fork (Nemotron streaming ASR engine) exists only as a community fork (Amitsurya2000/transcribe-rs), not upstream. sherpa-onnx (k2-fsa) also lacks true streaming Parakeet TDT support as of its open issues #2918 and #3573. Checked 2026-07-02, informs WhispAssist NPU/Parakeet research.
*Confidence: 0.85 | Status: active | Created: 2026-07-02T20:09:37*
---
## Artifacts
*Tool outputs, files, reports, and external references.*
### M4.1 (chunked/resumable upload, T9.2 refinement, F...
M4.1 (chunked/resumable upload, T9.2 refinement, FR-SYNC-2/5) SHIPPED 2026-07-07 on branch feature_chore_bug_005 (commits be025bb, 2cc48c9), same day as M4.2/M4.3/M4.4 but a separate prior session. Recordings are now native-quality (~50-100 MB) and the old put() buffered the whole file into memory in one PUT; OneDrive/Graph also caps a single PUT at 250 MB. Fixed by streaming disk-to-network in fixed-size chunks on both sync backends: WebDavTarget::put and OneDriveTarget::put now use tokio::fs::File + BufReader (O(chunk) memory, not O(file size)) for every upload. Files at/below LARGE_FILE_THRESHOLD (8 MiB) still take a single streamed PUT — only large artifacts (.wav recordings) take the chunked path. WebDAV (Nextcloud/ownCloud) implements the chunking-v2 protocol; OneDrive uses Graph's upload-session API. Needed enabling tokio's io-util/net features for AsyncReadExt/AsyncSeekExt/BufReader (separate chore commit be025bb).
*Confidence: 1.0 | Status: active | Created: 2026-07-08T02:27:25*
### WhispAssist calendar/PST recurrence expansion (202...
WhispAssist calendar/PST recurrence expansion (2026-07-06, commits fa8a7f2/6f07f28): expand_rrule in calendar/mod.rs now parses RRULE (DAILY/WEEKLY/MONTHLY/YEARLY, INTERVAL/COUNT/UNTIL/BYDAY/BYMONTHDAY/BYMONTH) and expands each recurring PST event into its own stored row keyed by '{uid}@{ymd}' for dedup, instead of only storing the first occurrence. Rewritten on chrono::Local (promoted from transitive to direct dependency) instead of hand-rolled epoch-day math, because the first version had a real DST bug: it kept a fixed UTC time-of-day per occurrence, so a meeting created in winter (CST) drifted an hour once its weekly recurrence crossed into summer (CDT) - e.g. 16:30 UTC showed correctly as 10:30 in January but wrongly as 11:30 in July. Fix: convert dtstart to local wall-clock once, keep hour/min/sec fixed, re-resolve the UTC offset per occurrence date. Tests assert local wall-clock time is identical across all occurrences (would fail under the old code).
*Confidence: 1.0 | Status: active | Created: 2026-07-06T20:40:48*
### WhispAssist audio-device-selection feature (2026-0...
WhispAssist audio-device-selection feature (2026-07-06, commits bb1d173/8e3e22c/2759a0e/5b28153/1376059/38b9cb2/b8dc5fc): added Settings > Hardware > 'Audio Devices' picker overriding the default 'Default system audio' WASAPI loopback render device. Backend: AudioCapture::start now takes device_id: Option<&str> (Device::get_id() string) instead of always resolving wasapi::get_default_device(&Direction::Render); new find_render_device() enumerates via wasapi::DeviceCollection and falls back to system default if the configured device is gone (same degrade-gracefully spirit as the existing mid-recording reconnect, which now retries the SAME selection first instead of switching to whatever's currently default). New list_render_devices()/list_audio_devices command (wasapi crate already supported enumeration, just was unused until now). Settings.audio_output_device: Option<String>, #[serde(default)] for backward compat. This is playback/render-device-only (loopback capture) -- WhispAssist has no microphone capture path at all (FR-CAP-1), so there is no separate 'input device' setting.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T21:02:52*
### WhispAssist M3 (hosted AI providers) SHIPPED (2026...
WhispAssist M3 (hosted AI providers) SHIPPED (2026-07-07, branch feature_chore_bug_005, merge commit e966181, on top of M1+M2 merge 2582d89). Built by an agent in an isolated git worktree, but that worktree's base snapshot was stale (pre-dated M1/M2 - based on 3038b9d, not the then-current feature_chore_bug_005 HEAD) - a real limitation of this session's worktree isolation mechanism worth remembering: it can silently reuse an earlier repo snapshot rather than the live current branch when a new worktree agent is launched later in the same session. Concretely this meant the M3 agent never saw M1's LlmProvider::complete() trait method addition, so AnthropicProvider::complete() was left as M1's not-yet-implemented stub even though M3 finished summarize/suggest_tags/status for real. Caught this by grepping the worktree for 'fn complete' before merging (found nothing) rather than trusting the agent's done report, then implemented AnthropicProvider::complete_with_key (non-streaming POST to /v1/messages, mirrors suggest_tags_with_key) myself as part of merge reconciliation. Also resolved three merge conflicts: llm/mod.rs (the complete() gap above), and two lucide-icon-import-list conflicts in Settings.svelte/SummaryPanel.svelte (M2 and M3 each added their own icon imports at the same insertion point) - unioned both, verified every icon is actually used before committing. What M3 built: AnthropicProvider real implementation (x-api-key + anthropic-version headers, SSE streaming for summarize, non-streaming for tags/complete), set_llm_provider storing the Anthropic key only in the OS credential store (never settings.json/DB, tested) and adding api.anthropic.com to the egress allowlist only when actually configured, HostedAiBanner.svelte one-time third-party-egress acknowledgment component, active-provider indicator + per-use quick-switch in SummaryPanel. Verified independently end to end on the fully merged M1+M2+M3 tree: cargo test --features mcp = 165 passed/0 failed, clippy clean (default + --features mcp), cargo fmt clean (only the same pre-existing unrelated audio/mod.rs drift as before), svelte-check 0 errors. Lesson for future milestone builds in this repo: after any worktree-isolated agent finishes, grep for the specific trait methods/functions the previous milestone added before trusting 'this builds on M<n-1>' claims - isolation snapshots can silently drift stale mid-session.
*Confidence: 1.0 | Status: active | Created: 2026-07-07T13:16:21*
### WhispAssist meeting title + tags features (2026-07...
WhispAssist meeting title + tags features (2026-07-06, commits 2efe295/e68e888 and 68c32ff/16fcb15): (1) meetings previously had NO way to rename from 'Untitled meeting' anywhere in the UI - added an inline-editable title header above the transcript/notes pane (TranscriptNotes.svelte) backed by a new rename_meeting command; (2) attach_meeting_to_event now also mirrors the linked calendar event's subject onto the meeting's title when it has one, so linking 'Jerry / Daniel - Weekly 1:1' auto-renames the meeting; (3) added a 'Generate tags' feature mirroring 'Generate summary' - new LlmProvider::suggest_tags trait method (implemented for Ollama/OpenAI-compatible/Anthropic-stub), reads the transcript via the same build_prompt assembly, non-streamed, returns 1-8 tags merged into (not replacing) the existing tag list; (4) replaced the old comma-separated text-input tags UI with GitHub-topics-style removable/clickable chips (new shared TagChip.svelte component using existing --accent/--accent-soft tokens) - clicking a chip's label calls meetings.filterByTag() which filters the sidebar meeting list, an 'x' removes it.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T20:40:53*
### WhispAssist Phase 9a increment 1 DONE (branch feat...
WhispAssist Phase 9a increment 1 DONE (branch feature_another_one): WebDAV target management + connection test, validated end-to-end against a live wsgidav server (file physically uploaded via PROPFIND->MKCOL->PUT->HEAD). Added: storage SyncTargetRow CRUD (sqlx FromRow); sync::WebDavTarget real impl; sync::credentials keyring wrapper (service 'WhispAssist-sync', secret keyed by credential_ref, never in DB); TLS enforcement (enforce_transport: https always, http only for LAN+opt-in); commands list/add/update/remove/test_sync_target + set_sync_enabled (take State now); privacy_self_check wired to real targets. Enabled 'sync' in default cargo features. Anonymous targets supported (basic_auth only sent when a secret exists). All gates green: clippy -D, fmt, 74 tests. Local test server: python -m wsgidav.server.server_cli --host 127.0.0.1 --port 8899 --root <dir> --auth anonymous; test env WA_WEBDAV_URL/USER/PASS, run 'cargo test webdav_round_trip -- --ignored'. STILL TODO increment 2: durable queue + pump/backoff + sync_meeting + finalize-hook enqueue + sync://job events + sync_status/retry_sync_job (currently still not_implemented) + Settings sync UI. Increment 3: 9b OAuth (OneDrive/Dropbox/Box). 9c encryption on hold (needs T8.8 vault).
*Confidence: 1.0 | Status: active | Created: 2026-07-03T01:17:19*
### M4.2 (multi-language transcription, T8.7, FR-TRX-4...
M4.2 (multi-language transcription, T8.7, FR-TRX-4) SHIPPED 2026-07-07 on branch feature_chore_bug_005 (large commit chain: 6bc0949 add multilingual/language fields to ModelInfo+Settings, 37a6dd1 multilingual model catalog entries, 7f88101 whisper language catalog for Settings dropdown, 496a8aa wire whisper language param through Transcriber trait, 66d9eff persist requested language at meeting creation, 75ca3df track resolved per-meeting language on RecordingSession, 7490ff5 wire language selection through recording/reprocess/recovery, 34fff3f register list_whisper_languages command, plus a full UI chain (4c00496/4892719/dc969df/e6e995e/7bff392/353d582) for a Settings language picker + per-meeting badge + reprocess override, and a same-day bugfix 40709b2 making resolve_language normalize case-insensitive 'en' matches so the English-only-model guard fires correctly). Delivers: multilingual model option, whisper language param (select/auto-detect), per-meeting language persisted, Settings dropdown + reprocess picker in the UI.
*Confidence: 1.0 | Status: active | Created: 2026-07-08T02:27:34*
### WhispAssist Phase 9a increment 2 DONE: durable upl...
WhispAssist Phase 9a increment 2 DONE: durable upload queue (sync_jobs CRUD, pump w/ backoff, finalize hook, startup pump, sync://job events). 78 tests green. TODO: Upload-now UI. Increment 3: 9b OAuth; 9c on hold.
*Confidence: 1.0 | Status: active | Created: 2026-07-03T02:57:46*
### WhispAssist in-memory recording playback (2026-07-...
WhispAssist in-memory recording playback (2026-07-06, branch feature_chore_bug_003): Replaced the file-based player (which decrypted vault-sealed audio.wav to a plaintext audio.play.wav on disk, weakening encryption-at-rest) with an in-memory custom Tauri protocol. commands::serve_recording backs a registered 'waaudio' uri scheme (URL http://waaudio.localhost/<meeting_id> on Windows): reads audio.wav, vault::open decrypts in RAM, streams audio/wav with Range support (parse_byte_range) for seeking; 404 no file, 403 sealed+locked, path-traversal guarded (id must be alnum/hyphen). recording_playback_path now returns that URL after a cheap sealed-prefix + is_unlocked precheck and deletes stale audio.play.wav. commands::cleanup_playback_temp() sweeps all meetings/*/audio.play.wav at startup (called in lib.rs setup). Removed assetProtocol config + tauri protocol-asset feature + convertFileSrc; CSP media-src now 'self' http://waaudio.localhost. UI <audio> has controlsList=nodownload noplaybackrate + oncontextmenu preventDefault so the decrypted audio can't be saved to disk. Verified: clippy clean, svelte-check clean, full build, startup sweep removed leftover play-temp files.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T23:41:52*
### WhispAssist runtime bundles switched to 7z from re...
WhispAssist runtime bundles switched to 7z from repo raw URLs (2026-07-06, branch chore_debug, commits 27ba4f9/e6f1916). The NPU (OpenVINO) and DirectML runtimes are now downloaded as .7z (LZMA2+BCJ) from gitea RAW paths: NPU=https://git.dou.bet/iamdoubz/WhispAssist/raw/branch/main/runtime/openvino.7z (SHA ca0be9fc52c78ee623b152f790450b3d4020c5a7ebe99d27736455b308782191), DirectML=https://git.dou.bet/iamdoubz/WhispAssist/raw/branch/main/runtime/directml.7z (SHA 34369222fcc1be2e72a957b868b1976a90150ba704a06c9e8992c34ee368926b). REPLACED the zip crate with sevenz-rust2 (pinned 0.7.0 — newer needs rustc>1.77 MSRV; optional + npu-gated). extract_zip_flat -> extract_7z_flat (uses decompress_file_with_extract_fn, flattens basenames — archives nest DLLs under directml/ and openvino/ folders). stage_directml_runtime now defaults to DIRECTML_RUNTIME_URL const (no longer requires WA_DIRECTML_RUNTIME_URL env). Env overrides WA_NPU_RUNTIME_URL / WA_DIRECTML_RUNTIME_URL still honored. sevenz-rust2 0.7.0 confirmed to decode LZMA2+BCJ (has src/bcj/x86.rs); validated by test extract_7z_flat_unpacks_the_directml_bundle (extracts ../runtime/directml.7z, asserts onnxruntime.dll == 17253408 bytes, flattened) — PASSES. clippy -D warnings clean on default/shipped build; 104+ tests green. NOTE: raw URLs point to branch/main, so they only resolve once runtime/openvino.7z + runtime/directml.7z are committed to MAIN. As of now those .7z files are UNTRACKED (left for the user to commit — plain git add vs Git LFS decision; ~27MB total). The old .zip package-registry URL (git.dou.bet/api/packages/.../npu-runtime/...) is retired. archives were created with 7z LZMA2:24m BCJ.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T13:26:14*
### WhispAssist M1 (feature briefs) + M2 (MCP server) ...
WhispAssist M1 (feature briefs) + M2 (MCP server) SHIPPED (2026-07-07, branch feature_chore_bug_005, merge commit 2582d89). Built in parallel by two agents in isolated git worktrees, then merged sequentially (M1 first, ff-merge; M2 second, conflict-merged). M1: Store methods for feature_briefs (insert/list/get_row/set_exposed), LlmProvider::complete() primitive (Ollama+OpenAI-compat), FeatureBriefBuilder distiller (briefs/mod.rs, keyword-overlap grounding), the 4 create/list/get_feature_brief+set_brief_exposed commands, SummaryPanel.svelte UI, golden-transcript tests. M2: mcp module on rmcp (loopback bind + token gate, Streamable HTTP + stdio adapter), 4 tools (list_recent_meetings/get_transcript/get_action_items/get_feature_brief), scope control (none|selected|all), mcp_status/set_mcp_enabled lifecycle (token in OS credential store), disclosure UI + mcp_access_log audit, privacy panel integration. Gated behind an optional mcp Cargo feature. Merge required resolving one real conflict (storage/mod.rs trait+impl interleaving) plus one real cross-branch integration bug: M2's handler.rs called commands::get_feature_brief(id) with the pre-M1 stub arity; fixed by extracting get_feature_brief_core(store, id) shared between the Tauri command and the MCP handler, and wired the previously-stubbed selected-scope exposed-flag check (scope::brief_visible) that M2 had left as a documented KNOWN GAP. Verified independently (not just trusting agent reports): cargo test --features mcp = 154 passed/0 failed, clippy clean (default + --features mcp), cargo fmt clean (only pre-existing unrelated audio/mod.rs drift), svelte-check 0 errors. Known environment gotcha hit repeatedly during verification: whisper-rs-sys native build intermittently fails with MSVC error C1056 'cannot update time date stamp' - Trend Micro AV interference, same class as the previously-recorded model-loading hang; resolved by retrying the build, not a code defect. Also: building in a deeply-nested git worktree path (.claude/worktrees/agent-id/...) can overflow Windows MAX_PATH during whisper.cpp's CMake TryCompile scratch dirs - work around with a short CARGO_TARGET_DIR (e.g. C:/wa-build-x) when testing worktrees directly. M2's one incomplete acceptance item: no compiled end-to-end MCP wire-protocol client test (blocked on an rmcp reqwest-0.13-vs-0.12 version conflict pulling in aws-lc-rs; agent reverted the attempt cleanly rather than leave it unverified) - unit-level loopback-bind-refusal and scope-enforcement tests substitute for now. Next: M3 (hosted AI providers, Anthropic) per user pre-authorization to skip the usage checkpoint and go straight to a scheduled resume.
*Confidence: 1.0 | Status: active | Created: 2026-07-07T06:17:52*
### M4.3 (Dropbox/Box upload targets, T9.10, FR-SYNC-9...
M4.3 (Dropbox/Box upload targets, T9.10, FR-SYNC-9) SHIPPED 2026-07-07 on branch feature_chore_bug_005 (commit 6991c1d), same day as M4.1/M4.2/M4.4 but a separate prior session. Implements DropboxTarget and BoxTarget SyncTarget impls (OAuth PKCE was already wired for both providers). DropboxTarget: path-addressed like OneDrive/WebDAV; create_folder_v2 creates the whole intermediate path in one call; upload-session chunking above LARGE_FILE_THRESHOLD (start/append_v2/finish). BoxTarget: Box addresses items by numeric ID not path, so ensure_dir/exists/put all walk (and lazily create) the folder chain from root ('0') by listing each level's children; always uploads via Box's session API regardless of file size (its session API takes plain PUT bodies, consistent with every other target, needs no new reqwest feature, and Box computes/returns each part's digest so no local hashing needed). Both follow the same documented ceiling as OneDriveTarget's put_chunked (M4.1): the upload-session id lives only for one put() call, not persisted across process restarts — a crash mid-chunked-upload restarts that file's upload from scratch rather than resuming (unlike WebDAV's chunking-v2 which is genuinely resumable).
*Confidence: 1.0 | Status: active | Created: 2026-07-08T02:27:46*
### WhispAssist T3.4 NPU acceleration COMPLETE (steps ...
WhispAssist T3.4 NPU acceleration COMPLETE (steps 1-6, feature_npu branch). Dispatch: commands.rs load_transcriber() routes BackendId::Npu -> OnnxNpuTranscriber (onnx model dir), else whisper.cpp, with graceful CPU fall-through; used by streaming worker and batch reprocess. run_streaming_worker now takes &dyn Transcriber (T: ?Sized). hardware_status returns npu:{present,runtimeReady,modelInstalled}. download_npu_package command + npu://download progress events; startup auto-fetches ONNX model in background if NPU present && model missing. Settings>Hardware shows NPU detected + download indicator. All gates green first try: fmt, clippy default+npu -D warnings, 69 default tests, 77 npu tests, svelte-check 0 errors, eslint. Real NPU inference re-verified post-refactor. KNOWN GAP: OpenVINO runtime staging (stage_npu_runtime) copies DLLs from local dirs in env WA_NPU_RUNTIME_SRC (';'-separated) not a hosted download - no hosted runtime bundle URL yet. Upgrade path: host versioned ORT+OpenVINO bundle, download+unzip into paths::npu_runtime_dir(). Repo frontend NOT prettier-clean (117 files pre-existing); only touched files formatted.
*Confidence: 1.0 | Status: active | Created: 2026-07-02T22:17:13*
### WhispAssist merged single installer (2026-07-06, b...
WhispAssist merged single installer (2026-07-06, branch feature_chore_bug_003): Combined the two installers (13MB default/NPU-DirectML at src-tauri/target vs 67MB Vulkan at C:\wt) into ONE universal Vulkan installer. Verified facts: default exe 13MB imports no vulkan-1.dll (runs anywhere, GPU via runtime DirectML); Vulkan exe 67MB imports vulkan-1.dll at LOAD time (dumpbin) so it won't launch without the loader. Fix (option A = bundle the loader): build.rs stage_vulkan_loader() runs when CARGO_FEATURE_VULKAN set — copies vulkan-1.dll from %VULKAN_SDK%\Bin (fallback C:\Windows\System32) next to the exe (OUT_DIR ancestors nth(3) = target/<profile>, correct under CARGO_TARGET_DIR=C:\wt) AND into src-tauri/ (gitignored) for bundling. New src-tauri/tauri.vulkan.conf.json overlay adds bundle.resources ['vulkan-1.dll']. Release build cmd: npm run tauri build -- --features vulkan --config src-tauri/tauri.vulkan.conf.json (needs VULKAN_SDK, CMAKE_GENERATOR=Ninja, CARGO_TARGET_DIR=C:\wt). VERIFIED end-to-end: built MSI+NSIS 0.1.6; WiX main.wxs shows vulkan-1.dll as a Component in the same install dir as whispassist.exe + sibling DLLs (onnxruntime/sherpa/whispassist_lib), so the loader finds it. DirectML stays hidden when vulkan compiled (directml_would_help returns false). STILL TO TEST BY USER: launch the merged installer on a clean VM with NO vulkan-1.dll / no GPU driver to confirm graceful CPU fallback before retiring the 13MB build.
*Confidence: 1.0 | Status: active | Created: 2026-07-07T00:06:25*
### WhispAssist 5-feature batch (2026-07-06, branch fe...
WhispAssist 5-feature batch (2026-07-06, branch feature_chore_bug_003): (1) Notes single-pane Editor/Preview toggle in TranscriptNotes.svelte (one button flips label Preview<->Editor). (2) Recording playback FR-REC-5: command recording_playback_path decrypts vault-sealed wav to audio.play.wav; enabled tauri protocol-asset feature + assetProtocol scope [$LOCALDATA/WhispAssist/meetings/**] + media-src CSP; SummaryPanel <audio controls> via convertFileSrc. (3) Smaller wav FR-CAP-8: wav_spec_for now forces 16-bit Int at native rate; write_wav_bytes quantizes f32->i16 via f32_to_i16 (clamp*i16::MAX) — halves 205MB->~103MB. Kept native rate (48k), did NOT resample to 44.1k (marginal, needs multichannel resampler in hot path). (4) Cancel recording FR-CAP-9: cancel_recording command stops loopback+mic, joins worker, store.delete_meeting (row+folder), emits recording://state state:cancelled; App.svelte Cancel button with confirm. (5) Live sync progress FR-SYNC-11: sync put() streams body via futures_util::stream::unfold + reqwest wrap_stream + Content-Length, sends incremental (sent,total); upload_job drains on a std thread (throttled 250ms) calling on_progress; pump_sync emits live sync://job; SummaryPanel <progress> bar. All clippy-clean, svelte-check clean, vite+full cargo build pass.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T22:57:29*
### WhispAssist 0.1.6 release build (2026-07-06): Vulk...
WhispAssist 0.1.6 release build (2026-07-06): Vulkan build (npm run tauri build -- --features vulkan; VULKAN_SDK=C:\VulkanSDK\1.4.350.0, CMAKE_GENERATOR=Ninja, CARGO_TARGET_DIR=C:\wt, use QUOTED 'set "VAR=val"' to avoid trailing-space bug). Headline fix vs 0.1.5: keyring windows-native (OS credential store was a no-op mock; sync/AI creds never persisted). Artifacts in C:\wt\release\bundle\: msi\WhispAssist_0.1.6_x64_en-US.msi (27MB, SHA256 ffbe32d9b53f2feaaa4b8a6a858b2f283cc5520b7e77814bc5cf7a41e04b5301), nsis\WhispAssist_0.1.6_x64-setup.exe (8.8MB, SHA256 669147d9578b2644b0838de346dda9ce7edd2b614a18f63ca5f61ffd64c6b526). SHA256SUMS.txt written to C:\wt\release\bundle\. Upload the .msi + -setup.exe + SHA256SUMS.txt; NOT the .7z runtime bundles (hosted in-repo via Git LFS, pulled from /media/branch/main/runtime/). 27MB MSI confirms Vulkan (CPU-only=11MB). Commits since 0.1.5: keyring fix 33c0397, version bump 6a4b832, plus sync-target-edit, Nextcloud server-URL auto-build, dark-theme fixes, About page, 7z runtime download.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T18:14:30*
### WhispAssist 0.1.5 shipped (2026-07-06, branch chor...
WhispAssist 0.1.5 shipped (2026-07-06, branch chore_debug): two UI fixes + version bump, 6 commits (035abb9..0d62416). (1) Settings panel horizontal-scroll/close-button-cutoff FIXED: the tab <nav> in Settings.svelte didn't wrap inside the fixed-width panel (width:min(720px,92vw)), overflowing and pushing the .close (X) button off-edge + adding a horizontal scrollbar. Fix: nav { flex:1 1 auto; min-width:0; flex-wrap:wrap }, header align-items:flex-start, .close flex:0 0 auto. (2) New ABOUT page (Settings ▸ About, Info icon tab): shows version (env!(CARGO_PKG_VERSION)) + build commit hash + a source link to https://git.dou.bet/iamdoubz/WhispAssist. Commit hash baked at build time via build.rs (git rev-parse --short HEAD -> cargo:rustc-env=WA_GIT_HASH, rerun-if-changed=../.git/logs/HEAD). Two new Tauri commands: app_info()->{version,commit}, open_url(url) (validates http(s), Windows-only via 'explorer <url>' — no shell injection, reuses installed toolchain instead of adding tauri-plugin-opener). api.ts got AppInfo type + appInfo()/openUrl() bindings. NOTE the section {#if}/{:else if} chain in Settings.svelte: privacy was the catch-all {:else} — adding an About branch required converting privacy to {:else if section==="privacy"} because {:else if} can't follow {:else}. Version bumped 0.1.4->0.1.5 in package.json, src-tauri/Cargo.toml, src-tauri/tauri.conf.json, Cargo.lock (package-lock.json tracks app version as 0.0.0, untouched). clippy -D warnings + svelte-check + eslint(my files) all clean.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T12:48:09*
### WhispAssist P2 DirectML GREEN end-to-end (2026-07-...
WhispAssist P2 DirectML GREEN end-to-end (2026-07-05): staged Microsoft.ML.OnnxRuntime.DirectML v1.24.1 (EXACT match to the OpenVINO bundle's ORT 1.24.1, from nuget flat-container api.nuget.org/v3-flatcontainer/microsoft.ml.onnxruntime.directml/1.24.1/...nupkg) into %LOCALAPPDATA%/WhispAssist/runtime/directml/ = onnxruntime.dll (17MB, DML EP baked in) + onnxruntime_providers_shared.dll. DirectML.dll NOT in the nuget — the Win11 System32 DirectML.dll (v1.15.5) satisfied it. Ran directml_transcribes_speech spike (no ORT_DYLIB_PATH; ensure_runtime_env pointed ort at runtime/directml/onnxruntime.dll + prepended its dir to PATH): backend=Intel (Arc iGPU via DirectMLExecutionProvider device_id 0), load=1222ms, infer=453ms, transcript='(gentle music)' (test wav was music; non-empty => PASS). So the full P0+P2 DirectML path is proven working on real GPU hardware, infer time on par with Vulkan/NPU. Repro: nuget version MUST be >= the ORT the OpenVINO bundle ships (1.24.x) for ABI/symbol match with ort rc.10. Older DirectML nugets (1.20-1.23) would risk GetProcAddress misses.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T02:30:59*
### WhispAssist sync-target EDIT feature added (2026-0...
WhispAssist sync-target EDIT feature added (2026-07-06, commits 149f2c9/45b2acb/496a337/fb79009). Root cause of the user's Nextcloud auth failure: the saved target's base_url was missing the /remote.php/dav/files/<user>/ path (they entered just the host) -> PROPFIND hit a non-DAV path -> 401. Credentials + app password were CORRECT (verified via curl PROPFIND returning 207 + X-User-Id). The app had NO way to edit a saved target — only add/delete/toggle-enabled — so they couldn't fix the URL. FIX: the backend update_sync_target command + store + api.updateSyncTarget ALREADY existed (was only used by the enable toggle); added the missing UI. Changes: (1) SyncTargetInfo (models.rs + api.ts) gained upload_transcript/notes/summary/recording, trigger_on_finalize, allow_plaintext_lan, encrypt_before_upload + row_to_info populates them (secret still never exposed, FR-SYNC-6); (2) settings.svelte.ts store.updateTarget(); (3) Settings.svelte: per-webdav-target Edit button -> startEdit() loads it into the add-form (secret blank), heading/submit become 'Edit target'/'Save changes', kind tabs hidden during edit, Cancel button. Password left blank on save = keep stored (update only rotates the credential when a non-empty secret is provided). Test-connection in edit mode tests the TYPED values (form has no id) so it needs the password re-entered; the simpler fix-and-save path preserves the secret. Correct Nextcloud WebDAV base_url = https://HOST/remote.php/dav/files/USERNAME/ . clippy + svelte-check + eslint all clean.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T15:41:28*
### WhispAssist 0.1.5 release build (2026-07-06, first...
WhispAssist 0.1.5 release build (2026-07-06, first public release): Vulkan build via 'npm run tauri build -- --features vulkan' with env VULKAN_SDK=C:\VulkanSDK\1.4.350.0, CMAKE_GENERATOR=Ninja (ninja 1.10.2 at C:\Tools\Standalone), CARGO_TARGET_DIR=C:\wt, vcvars64 loaded. GOTCHA that failed the first attempt: cmd 'set CARGO_TARGET_DIR=C:\wt && ...' captured a TRAILING SPACE (C:\wt ) -> 'failed to create directory C:\wt \release'; fix = quoted set: set "CARGO_TARGET_DIR=C:\wt". Artifacts in C:\wt\release\bundle\: msi\WhispAssist_0.1.5_x64_en-US.msi (27MB, SHA256 ed83ad0001c654221f3e5787088d922a1211d2722acbd5c2b4523f4f98c745e6), nsis\WhispAssist_0.1.5_x64-setup.exe (8.8MB, SHA256 dfa3a3acf7e9fdfe6d104527d55f660f0b9c0c1364da0cf665113aad60c61422). SHA256SUMS.txt written to C:\wt\release\bundle\. 27MB MSI size confirms Vulkan (CPU-only was 11MB). Release page should upload: the .msi, the -setup.exe, and SHA256SUMS.txt — NOT the .7z runtime bundles (those are hosted in-repo via Git LFS, pulled on-demand from /media/branch/main/runtime/).
*Confidence: 1.0 | Status: active | Created: 2026-07-06T15:03:01*
### WhispAssist microphone-capture feature FR-CAP-7 (2...
WhispAssist microphone-capture feature FR-CAP-7 (2026-07-06, branch feature_chore_bug_002): WA now optionally captures the user's mic alongside loopback and mixes both 16kHz-mono streams into the single transcription worker via audio::spawn_mixer (Mixer struct sums+clamps aligned samples, forwards survivor when one source stalls/ends). New: WasapiCapture::start_microphone (Direction::Capture, no WAV), audio::list_capture_devices, list_input_devices command, Settings.microphone_enabled(default true)+audio_input_device. capture_loop generalized: wav_path Option, direction param, emit_level only for loopback. RecordingSession.mic_capture Option; stop/pause/resume handle both. Settings>Hardware>Audio Devices got a Microphone picker (Off/Default/devices). Loopback WAV stays byte-accurate native; mic is transcript-only (not in WAV/diarization) - tracked ponytail limitation.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T21:34:29*
### WhispAssist P0+P2 GPU acceleration SHIPPED (2026-0...
WhispAssist P0+P2 GPU acceleration SHIPPED (2026-07-05, branch chore_debug). P0 (2 commits e9567b8,7fe0d87): AccelPath enum {WhisperCpu,WhisperVulkan,WhisperCuda,OnnxOpenVino,OnnxDirectML} + resolve_accel(_with) in hardware/mod.rs = single source of truth; BackendInfo.available now derived from it (DXGI + NPU), closing the no-op-GPU detection gap; load_transcriber drives engine choice from it. 3 new pure resolver unit tests, all green. P2 (DirectML for AMD/Intel non-Vulkan): ort gains 'directml' feature; OnnxNpuTranscriber RENAMED to OnnxTranscriber (file still npu.rs) — load() now picks OpenVINO(NPU) vs DirectML(Amd/Intel, device_id 0) EP by BackendId over the SAME onnx artifacts; ensure_runtime_env takes the runtime dll path; paths::directml_runtime_dir/dll/ready added (C:\Users\dadous\AppData\Local/WhispAssist/runtime/directml/onnxruntime.dll); download_and_extract_runtime parameterized (sha+ready) and reused by new stage_directml_runtime + download_directml_package command (registered in lib.rs); hardware_status reports a directml field. 104 lib tests + clippy -D warnings all green across feature sets. TESTED end-to-end: directml_transcribes_speech spike (ignored test in npu.rs, env WA_DML_MODEL_DIR/WA_DML_TEST_WAV/WA_DML_BACKEND) run with ORT_DYLIB_PATH=the existing OpenVINO onnxruntime.dll -> FAILED as expected with 'GetProcAddress OrtSessionOptionsAppendExecutionProvider_DML failed' = the OpenVINO ORT build has NO DirectML EP. This PROVES the DML dispatch path selects the EP and fails LOUDLY (error_on_failure) instead of silently. REMAINING for a GREEN GPU run: stage a real DirectML-EP onnxruntime.dll (Microsoft.ML.OnnxRuntime.DirectML) into runtime/directml/, VERSION-MATCHED to ort rc.10 / ORT ~1.24.x (OpenVINO bundle is ORT 1.24.1). No hosted DirectML bundle published yet; WA_DIRECTML_RUNTIME_URL env drives download, empty SHA. CUDA (P1) NOT done yet (needs NVIDIA hw/CI).
*Confidence: 0.95 | Status: active | Created: 2026-07-06T00:45:47*
### WhispAssist DirectML Settings toggle WIRED (2026-0...
WhispAssist DirectML Settings toggle WIRED (2026-07-06, branch chore_debug, 4 commits 281ccf0/ceb7e59/1b743da/1b74e0b). Backend: hardware::directml_would_help() (pub, in hardware/mod.rs) = cfg!(feature=npu) && !cfg!(feature=vulkan) && a present AMD/Intel GPU (or NVIDIA when !cfg!(cuda)) via dxgi::enumerate_gpus() presence — gates the card so it stays HIDDEN on the shipping Vulkan build (Vulkan already covers all GPUs) and only shows on CUDA/non-Vulkan builds where a GPU lacks coverage. hardware_status now returns directml:{applicable,runtimeReady,modelInstalled} (mirrors the npu:{} field). Frontend: api.ts HardwareStatus gained directml?:{applicable,runtimeReady,modelInstalled} + api.downloadDirectmlPackage(); Settings.svelte has a 'GPU acceleration (DirectML)' card mirroring the NPU package card (reuses .npu-package CSS), shown when directml.applicable, Ready badge when runtimeReady&&modelInstalled else a Download button -> downloadDirectmlPackage() -> loadHardware(). Progress is await-driven (busy flag), NO % listener — DirectML runtime/model progress still emits on the cosmetic npu://download channel (only 'done' on directml://download). It's a package-DOWNLOAD action, not a persistent on/off toggle; the real 'use this GPU' switch is the existing Preferred-backend dropdown (which now enables AMD/Intel once staged, via the P0 availability fix). clippy -D warnings + svelte-check both clean (fixed a needless_return in directml_would_help by using the cfg-block tail-expression pattern like npu_hardware_present).
*Confidence: 1.0 | Status: active | Created: 2026-07-06T12:27:50*
### WhispAssist release 0.1.4 = first Vulkan-enabled b...
WhispAssist release 0.1.4 = first Vulkan-enabled build. Artifacts: C:\wt\release\bundle\msi\WhispAssist_0.1.4_x64_en-US.msi (27MB), C:\wt\release\bundle\nsis\WhispAssist_0.1.4_x64-setup.exe (8.7MB), C:\wt\release\whispassist.exe (64MB) — sizes jumped from 11MB/4.1MB/13MB (0.1.3 CPU-only) because the Vulkan backend + embedded SPIR-V shaders are statically compiled in. Built via 'npm run tauri build -- --features vulkan' with the [[whispassist-vulkan-build-recipe]] env. REMAINING WIRING GAPS (not yet done): (1) detection-honesty gating — mark GPU backends 'available' only when a vulkan/cuda feature is compiled (cfg!(feature=...)), else best() routes to a no-op GPU; (2) make Vulkan the standing release build flag instead of manual --features vulkan; (3) preferred_backend UI so the user can force Intel GPU (currently best() picks NPU rank-0 over Intel rank-3 on this machine, so the app uses NPU not Vulkan unless overridden).
*Confidence: 1.0 | Status: active | Created: 2026-07-05T22:04:13*
### WhispAssist Nextcloud sync UX overhaul (2026-07-06...
WhispAssist Nextcloud sync UX overhaul (2026-07-06, commits 8f6e804/9c670f9). ROOT CAUSE of user's confusion (dwdoubet@box.dou.bet): they were editing with the password field BLANK. WebDavTarget.test() does PROPFIND on base_url+remote_base_path. Bare host https://box.dou.bet + blank pw -> PROPFIND https://box.dou.bet/WhispAssist = NON-DAV path -> 404 (no auth needed) -> test treats 404 as success -> FALSE 'Connected'. Full DAV URL + blank pw -> real DAV endpoint -> 401 -> 'auth failed'. So bare-host 'Connected' was a false positive. FIX 1: WebDavTarget gained provider_hint field; for nextcloud/owncloud, dav_root() derives origin (scheme+host+port) from base_url and builds {origin}/remote.php/dav/files/{username}/ — so users enter ONLY the server URL (https://box.dou.bet) and the app builds the canonical DAV path; a pasted full path is normalized via origin(). Other providers (seafile /seafdav, synology /dav, cloudreve, generic) still use base_url verbatim. url_for uses dav_root(). FIX 2: test_sync_target — for an EXISTING webdav target (id present), it now builds WebDavTarget from the stored row's credential_ref (STORED password) + applies form overrides (base_url/username/remote_base_path/provider_hint/allow_plaintext_lan), unless the user typed a NEW password (temp cred). So Test works after a URL fix WITHOUT re-entering the password. Frontend: davAutoPath derived (provider is nextcloud/owncloud) drives the Server URL placeholder/hint; testConnection passes id in edit mode. Test nextcloud_builds_dav_path_from_server_url added. Correct Nextcloud username here = dwdoubet, host box.dou.bet. NOTE: their existing saved target may just start working after this (url_for rebuilds path from origin+username) if provider_hint=nextcloud. clippy --all-targets + svelte-check + eslint clean; 13 sync tests pass.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T16:11:14*
---
## Errors
*Failure records, bugs, and lessons learned from mistakes.*
### WhispAssist crash to INVESTIGATE LATER (2026-07-06...
WhispAssist crash to INVESTIGATE LATER (2026-07-06, dev build, branch feature_chore_bug_002): app crashed with exit code 0x80000003 (STATUS_BREAKPOINT) around DirectML use on an Intel GPU. Repro sequence: NPU recording worked fine (mic capture confirmed working); user then switched to test DirectML, downloaded the DirectML components, then hit Record and it crashed — crash may have occurred DURING the component download or immediately after starting recording. Log evidence at crash: WARN 'ONNX engine load failed (model load failed: Error attempting to load symbol OrtSessionOptionsAppendExecutionProvider_DML from dynamic library: GetProcAddress failed); falling back to CPU', then whisper_model_load loading ggml-small.en-q5_1.bin, then process exited 0x80000003. CONFIRMED unrelated to the microphone/mixer feature (FR-CAP-7) — it's in the DirectML/ONNX + whisper model-load path. Suspect: DirectML runtime download/activation or DML EP symbol-load failure interacting with recording start. Next: reproduce by enabling DirectML on Intel GPU + start recording; check GetProcAddress DML symbol load and whether crash is during download vs whisper load.
*Confidence: 0.9 | Status: active | Created: 2026-07-06T21:59:37*
### WhispAssist build gotcha (cost ~1hr this session, ...
WhispAssist build gotcha (cost ~1hr this session, masqueraded as a Node 26 incompatibility): NEVER use PowerShell 'Set-Content -Encoding utf8' on package.json / tauri.conf.json / any JSON or TOML — Windows PowerShell 5.1 writes UTF-8 WITH a BOM. The BOM in package.json breaks vite (fails 'type:module' detection -> 'This package is ESM only but was loaded by require' for @sveltejs/vite-plugin-svelte) AND vitefu (JSON.parse chokes: 'Unexpected token, not valid JSON' -> 'Unable to read package.json'), which fails 'npm run build' / the whole tauri build. Fix: use the Edit tool, or sed, or [System.IO.File]::WriteAllText. Strip an existing BOM with: sed -i '1s/^\xef\xbb\xbf//' file. Node was v26.3.0 at C:\Tools\node but Node was NOT the cause.
*Confidence: 1.0 | Status: active | Created: 2026-07-05T22:04:14*
### Critical recurring issue: WhispAssist debug (dev) ...
Critical recurring issue: WhispAssist debug (dev) builds hang/stall during whisper.cpp model loading on this machine, apparently due to Trend Micro AV behavior-monitoring interfering with ZwWriteVirtualMemory calls made during model load. Confirmed reproducible even in a bare standalone Rust example binary with zero Tauri/webview involvement, so it is specific to whisper.cpp model loading in a debug-profile binary, not the app shell. Release (optimized+stripped) builds do NOT hit this - confirmed by the user and by direct testing. Escalated to IT, unresolved as of 2026-07-02. Workaround: use release builds for real testing/spot-checking; expect dev-mode launches to sometimes hang at model load and need force-killing.
*Confidence: 0.9 | Status: active | Created: 2026-07-02T20:14:14*
### WhispAssist CRITICAL BUG FOUND + FIXED (2026-07-06...
WhispAssist CRITICAL BUG FOUND + FIXED (2026-07-06): the OS credential store was a NO-OP the entire time. keyring 3.x feature-gates its platform backends and they are OFF by default; 'keyring = { version = "3", optional = true }' had NO backend feature, so on Windows keyring silently used its MOCK keystore. The mock does NOT persist across keyring::Entry instances, so credentials::set (Entry A) appeared to succeed while credentials::get (a fresh Entry B, same service+name) always returned NoEntry -> has_secret=false -> no HTTP Basic auth sent -> 401. This broke ALL sync WebDAV auth, and would break MCP/hosted-AI keys + OAuth tokens too (anything via sync::credentials, SERVICE='WhispAssist-sync'). FIX: keyring = { version = "3", optional = true, features = ["windows-native"] } (pulls dep:windows-sys = real Windows Credential Manager). Confirmed: WA_SYNC_TEST_DIAG went from status=401 has_secret=false to status=207 has_secret=true. DIAGNOSIS JOURNEY (Nextcloud box.dou.bet user dwdoubet): symptom 'auth failed'; the user's credentials + full DAV URL were valid (curl PROPFIND 207). Red herrings: (a) earlier the Nextcloud base_url was missing /remote.php/dav/files/<user>/; (b) a bare-host test gave a FALSE 'Connected' because a non-DAV path 404 is treated as success; (c) blank password in edit test. Real root cause was keyring. TOOLING NOTE: diagnosed via temporary tracing::info! logs (WA_SYNC_CMD_DIAG in test_sync_target = has_id+secret_len; WA_SYNC_SET_DIAG in add branch; WA_SYNC_TEST_DIAG in WebDavTarget::test() = url+status+has_secret) read live from the 'npm run tauri dev' output (tracing filter is 'info' in lib.rs). Also learned keyring feature name = windows-native, and the app's tracing default level is info. These temp diagnostics MUST be removed before release.
*Confidence: 1.0 | Status: active | Created: 2026-07-06T18:06:13*
### WhispAssist debug-CRT assertion (found 2026-07 whi...
WhispAssist debug-CRT assertion (found 2026-07 while running the non-vulkan CPU baseline in DEBUG): the whispassist_lib debug test binary throws MSVC Debug Assertion 'Expression: _osfile(fh) & FOPEN' at ucrt read.cpp:381 = a read() on a CLOSED/invalid file handle. It pops a MODAL Abort/Retry/Ignore dialog that HANGS the test (this is what stalled the overnight non-vulkan baseline run for 8 hours). Only fires under the debug CRT (-MDd); the RELEASE 0.1.4 build does NOT assert (release CRT skips the check), so shipping is unaffected — but the underlying 'read on a closed handle' is latent UB worth root-causing. Likely in the transcription file-read path (whisper.cpp model load or our audio read_wav_mono_16k / vault::open passthrough). ADD to the CPU testing round: investigate this handle bug alongside the ~90s transcribe_file slowness (may or may not be related). Workaround to get a clean non-vulkan CPU number: run 'cargo test --release' (no debug CRT dialog), not plain 'cargo test'.
*Confidence: 0.95 | Status: active | Created: 2026-07-05T22:07:51*
---
*End of memory export.*
+97 -32
View File
@@ -1,3 +1,7 @@
<p align="center">
<img src="bonus/clippy-says-hej.png" alt="WhispAssist logo with friendly Clippy saying hi there showing open source, private, note taker, and meeting advisor">
</p>
# WhispAssist (WA)
**A privacy-first, Windows-native meeting assistant that runs entirely on-device.**
@@ -7,11 +11,14 @@ on-device acceleration (**NPU → GPU → CPU**), labels speakers, structures th
Markdown notes, and optionally augments them with a locally hosted LLM (Ollama). Audio and
transcripts **never leave the machine** unless you explicitly configure a destination.
> **Status: working application (v0.1.5).** Capture, transcription (CPU / Intel NPU / Vulkan
> GPU), speaker diarization, storage + crash recovery, local-LLM summaries, opt-in recording,
> at-rest encryption, and self-hosted sync are implemented and ship as signed **MSI + NSIS**
> installers. Outlook `.pst`/calendar context and the coding-agent (MCP) handoff are in
> progress. Build order and remaining tasks are in [`docs/05-roadmap.md`](docs/05-roadmap.md).
> **Status: working application (v0.5.2).** Capture (system audio **+ your microphone**, with a
> live **dual level meter**), transcription (CPU / Intel NPU / Vulkan GPU) with a **fluid live
> transcript**, speaker diarization, storage + crash recovery, local-LLM summaries, AI tags,
> opt-in recording with **in-app playback**, at-rest encryption, self-hosted sync, **Outlook
> `.pst`/calendar import with optional auto-record**, **importing an existing recording from a
> file or URL**, and a loopback **MCP server** for coding-agent handoff are all implemented and
> ship as a single signed **MSI + NSIS** universal installer. Build order and remaining tasks
> are in [`docs/05-roadmap.md`](docs/05-roadmap.md).
## Why WhispAssist — Granola vs Meetily vs WhispAssist
@@ -24,18 +31,23 @@ transcripts **never leave the machine** unless you explicitly configure a destin
| **NPU / GPU auto-acceleration** | n/a (cloud) | ⚠️ CPU/GPU, manual | ✅ **NPU→NVIDIA→AMD→Intel→CPU** ladder, one binary |
| **Speaker diarization** | ✅ cloud | ⚠️ limited | ✅ offline (sherpa-onnx) |
| **Summaries / notes AI** | ☁️ cloud LLM | ✅ local (Ollama) / BYO | ✅ local (Ollama, localhost **or LAN**) + optional hosted |
| **Interface localization (UI language)** | ⚠️ English-only UI (multilingual transcription) | ⚠️ English-only UI (more planned) | ✅ **20 languages** + RTL (Arabic/Urdu) |
| **Default data egress** | ☁️ audio + notes to cloud | 🔒 local (cloud optional) | 🔒 **none** — everything off by default, allowlist-enforced |
| **Calendar / Outlook `.pst` context** | ✅ cloud calendar | ❌ | ⚙️ local `.pst` — in progress |
| **Calendar / Outlook `.pst` context** | ✅ cloud calendar | ❌ | ✅ local `.pst` import + **auto-record on events** |
| **Import an existing recording (file/URL)** | ❌ live capture only | ❌ | ✅ any file or URL (ffmpeg + yt-dlp) |
| **Opt-in recording + consent notice** | ⚠️ partial | ❌ | ✅ off by default, one-time consent |
| **At-rest encryption** | ☁️ server-side | ❌ | ✅ vault: Argon2id + XChaCha20-Poly1305 |
| **Self-hosted sync w/ client-side encryption** | ❌ | ⚠️ | ✅ WebDAV + OAuth, **encrypt-before-upload** |
| **Coding-agent (MCP) handoff** | ❌ | ❌ | ⚙️ local MCP server — in progress |
| **Coding-agent (MCP) server** | ✅ **cloud** MCP (notes via their servers) | ❌ | ✅ **local, loopback-only**, token-gated, adds no egress |
| **License** | Proprietary | Open source (MIT) | Open source (MIT / Apache-2.0) |
| **Cost** | Subscription | Free | Free |
<sub>Comparison reflects each project's public positioning as of mid-2026. Granola and Meetily
are independent products and their capabilities evolve — verify current details before relying
on any row.</sub>
<sub>Comparison reflects each project's public positioning as of mid-2026. Granola now ships an
MCP server too, but it is **cloud-hosted** — an agent reaching it pulls your notes through
Granola's servers; WhispAssist's MCP server is **loopback-only and adds no egress of its own**
(data leaves only via the connected agent's own provider, which WA discloses). Granola and
Meetily are independent products and their capabilities evolve — verify current details before
relying on any row.</sub>
**The short version:** Granola is the polished cloud option (your audio and notes are processed
on their servers). Meetily is the closest peer — open-source and self-hosted — but is
@@ -44,37 +56,72 @@ accelerated, zero-egress-by-default** option: it exploits the NPU/GPU in modern
everything on the device unless you opt in, and adds Windows-specific context (Outlook) and a
coding-agent handoff.
## What's built (v0.1.5)
## What's built (v0.5.2)
- **Bot-free capture** — WASAPI loopback records the system mix (all participants) with no
meeting bot and no per-app plumbing.
- **Local transcription with a hardware ladder** — whisper.cpp via `whisper-rs` on CPU; the
**Intel NPU** via ONNX Runtime + OpenVINO; **GPU via Vulkan** (a single binary that runs on
NVIDIA, AMD, and Intel). WA detects the hardware, picks the best backend
(**NPU → NVIDIA → AMD → Intel → CPU**), streams partial transcripts live, and shows the active
backend in the UI.
- **Speaker diarization** — `sherpa-onnx` (pyannote segmentation + speaker-embedding
clustering), fully offline.
- **Bot-free capture — now both sides, with a live dual meter** — WASAPI loopback records the
system mix (all participants), and an optional **microphone** path captures your own voice,
mixed into both the live transcript and the saved recording. While recording, a **level meter
overlays the system and microphone signals in two colours** so you can see both sides are being
picked up. Pick a specific output/input or turn the mic off in **Settings ▸ Hardware**. No
meeting bot, no per-app plumbing.
- **Local transcription with a hardware ladder — and a fluid live transcript** — whisper.cpp via
`whisper-rs` on CPU; the **Intel NPU** via ONNX Runtime + OpenVINO; **GPU via Vulkan** (a single
binary that runs on NVIDIA, AMD, and Intel). WA detects the hardware, picks the best backend
(**NPU → NVIDIA → AMD → Intel → CPU**), and shows it in the UI. The **live transcript streams a
growing line that refreshes ~once a second and commits at natural pauses** — words appear as
they're spoken instead of in fixed multi-second blocks, so sentences aren't chopped across
lines.
- **Speaker diarization** — `sherpa-onnx` (pyannote segmentation + speaker-embedding clustering),
fully offline. Install the two diarization models in **Settings ▸ Hardware** and finished
recordings are split by speaker (Speaker 1, Speaker 2, …); the microphone speaker is
auto-labelled from a short voiceprint.
- **Import an existing recording** — add a meeting from a **local audio/video file or a URL**
(YouTube, a streaming page, or a direct media link). WhispAssist transcribes and diarizes it
just like a live recording. Uses **`ffmpeg`** (and **`yt-dlp`** for URLs), which you install
yourself — neither is bundled.
- **Notes & summaries** — Markdown notes; local-LLM summaries via **Ollama** on `localhost`
**or a private LAN endpoint** (RFC-1918), with a full advanced-parameter panel (system prompt,
`think`, `keep_alive`, `num_ctx`, sampling/repetition/mirostat, etc.).
- **Storage & crash recovery** — SQLite + on-disk audio/transcripts under
`%LOCALAPPDATA%\WhispAssist`. Audio is the source of truth; notes and transcripts regenerate
after a crash.
- **Opt-in recording** — off by default; `.wav` retained only when you turn it on, after a
one-time consent notice.
- **Opt-in recording + in-app playback** — off by default; `.wav` retained only when you turn it
on, after a one-time consent notice. Play a saved recording back in the app — encrypted
recordings are decrypted **in memory on the fly** (nothing plaintext is written to disk).
Recordings are 16-bit for roughly half the size, and an accidental recording can be **cancelled**
(audio + transcript deleted).
- **Notes, summaries & AI tags** — Markdown notes with an **Editor/Preview** toggle; local-LLM
summaries and one-click **tag generation** with a chip-based tag editor and tag filtering.
- **At-rest encryption vault** — Argon2id key derivation + XChaCha20-Poly1305; transcripts,
notes, summaries, and recordings sealed on disk; startup unlock gate; keys zeroized on lock.
- **Self-hosted sync (optional, off by default)** — WebDAV (Nextcloud, ownCloud, Cloudreve,
Seafile, Synology) plus OneDrive/Dropbox/Box (OAuth 2.0 PKCE); durable retry queue with
backoff; **client-side encryption before upload** so the destination holds only ciphertext.
Credentials live only in the OS credential store.
backoff and **live per-item upload progress**; **client-side encryption before upload** so the
destination holds only ciphertext. Credentials live only in the OS credential store.
- **Optional hosted AI** — Anthropic and OpenAI-compatible providers behind the same
`LlmProvider` interface, off by default (third-party egress, keys in the OS credential store).
- **Installers** — signed MSI and NSIS `-setup.exe`.
- **Outlook `.pst` / calendar context, with auto-record** — import events and attendees from a
local Outlook `.pst` backup (read-only, range-limited, de-duplicated, with cleanup), attach
meetings to events, and — opt-in — **auto-start recording when a calendar event begins** while
the app is open (a one-shot timer, no background polling).
- **Local MCP server for coding-agent handoff** — hand meeting context to your own coding agents
(Claude, Codex, Copilot, OpenCode) over a **loopback-only, token-gated** MCP server that is off
by default, scope-limited, audited, and **adds no egress** — data leaves only via the agent's
own provider, which WA discloses.
- **20 interface languages, with RTL** — the whole UI (shell, meetings list, transcript/notes,
summary, and Settings) is available in **20 languages**, chosen under **Settings ▸ Language**:
Arabic (العربية), Bengali (বাংলা), Simplified Chinese (中文简体), English, Finnish (Suomi),
French — France & Canada (Français), German (Deutsch), Hindi (हिन्दी), Korean (한국어),
Norwegian Bokmål (Norsk bokmål), Portuguese — Brazil & Portugal (Português), Russian (Русский),
Sinhala (සිංහල), Spanish — Spain & Mexico (Español), Swedish (Svenska), Tamil (தமிழ்), and
Urdu (اردو). Selecting Arabic or Urdu flips the interface to **right-to-left**; any untranslated
string falls back to English rather than showing a raw key. Adding a language is a one-file job.
- **One universal installer** — a single signed MSI and NSIS `-setup.exe` that covers every
machine: Vulkan for all GPUs, the Intel NPU path (+ DirectML fallback), and CPU. The Vulkan
loader is bundled so it launches even on machines without a GPU driver.
**In progress:** Outlook `.pst` + calendar context, the local **MCP server** that hands meeting
context to your coding agents (Claude, Codex, Copilot, OpenCode), and MS Graph calendar.
**In progress:** Microsoft Graph calendar (cloud calendar via OAuth) and an optional CUDA
(NVIDIA-only) build variant.
## Quick start (install)
@@ -96,6 +143,14 @@ data under `%LOCALAPPDATA%\WhispAssist`.
Prefer the NSIS installer? Grab **`WhispAssist_<version>_x64-setup.exe`** from the same page.
## Optional dependencies
If you do not have these installed, WhispAssist will still work, but some features will be unavailable.
- [yt-dlp](https://github.com/yt-dlp/yt-dlp/releases)
- [ffmpeg](https://www.ffmpeg.org/download.html#build-windows)
- [libpst](https://sourceforge.net/projects/ezwinports/files/libpst-0.6.63-w32-bin.zip/)
## Technology
WhispAssist is a **Tauri 2** application: a small Rust core with a compiled **Svelte + TypeScript**
@@ -110,7 +165,7 @@ and its alternatives are recorded in [`docs/adr/`](docs/adr/) (ADR-0001–0011).
- **Storage:** SQLite + on-disk audio/transcript files
- **Local LLM:** Ollama HTTP API (localhost or a private LAN endpoint)
- **Encryption:** Argon2id + XChaCha20-Poly1305 envelope vault; secrets in the OS credential store
- **Calendar / Outlook:** `outlook-pst` for `.pst`, OS notifications for reminders *(in progress)*
- **Calendar / Outlook:** `readpst` for `.pst` import, OS scheduled toasts for action-item reminders
- **Sync:** WebDAV primary set + OneDrive/Dropbox/Box via OAuth — off by default (ADR-0010)
- **External AI / agents:** hosted providers behind `LlmProvider`; a loopback-only **MCP server**
for coding-agent handoff — off by default (ADR-0011)
@@ -142,18 +197,28 @@ npm install
npm run tauri dev # CPU/NPU build
```
**GPU (Vulkan) build.** whisper.cpp's GPU backends are compiled in (not downloaded at runtime),
so a GPU build needs a one-time toolchain setup — the **Vulkan SDK**, a **Ninja** generator, and
a short target dir (to dodge Windows' 260-char path limit in the shader build):
**Release build (single universal installer).** whisper.cpp's GPU backends are compiled in (not
downloaded at runtime), so the release build needs a one-time toolchain setup — the **Vulkan SDK**,
a **Ninja** generator, and a short target dir (to dodge Windows' 260-char path limit in the shader
build):
```bash
# after: Vulkan SDK installed, ninja.exe on PATH, vcvars64 loaded
set VULKAN_SDK=C:\VulkanSDK\1.4.350.0
set CMAKE_GENERATOR=Ninja
set CARGO_TARGET_DIR=C:\wt
npm run tauri build -- --features vulkan
npm run tauri build -- --features vulkan --config src-tauri/tauri.vulkan.conf.json
```
This one build covers **every** machine: Vulkan accelerates all GPUs (NVIDIA/AMD/Intel), the Intel
NPU path works via the runtime OpenVINO download, and CPU is the fallback. The `--features vulkan`
binary links `vulkan-1.dll`, so `build.rs` stages the redistributable Vulkan **loader** (from
`VULKAN_SDK\Bin`, or System32) next to the exe and `tauri.vulkan.conf.json` bundles it into the
installer — the app then launches even on a machine with no GPU driver (it reports zero Vulkan
devices and decodes on the CPU). DirectML is intentionally not offered here because Vulkan already
covers those GPUs; it's the GPU path only in the plain `npm run tauri build` (no Vulkan) variant,
kept as an internal fallback.
CUDA (NVIDIA-only, faster) is planned as an optional variant. The full, gotcha-annotated build
recipe lives in the project notes.
+96
View File
@@ -0,0 +1,96 @@
# WhispAssist v0.5.0
**Privacy-first, Windows-native meeting assistant — everything on-device, nothing leaves unless you say so.**
This release is about **living with your recordings**: play back a meeting while following along in
the transcript, manage action items by hand, move recordings between computers, drop a meeting into
your Obsidian vault, and — new in this release — **use WhispAssist in your own language**. Everything
stays off-by-default and local-first.
One universal installer (**MSI** and **NSIS**) covers every machine: **Vulkan** for all GPUs
(NVIDIA/AMD/Intel), the Intel **NPU** (OpenVINO), a **DirectML** fallback, and **CPU**.
---
## ✨ Highlights
### Click the transcript to play that moment
The recording player and the transcript now talk to each other. **Click any transcript line to jump
the audio to that moment** and start playing, and as playback runs the **current line highlights and
scrolls into view** so you never lose your place. If you scroll by hand, auto-scroll steps aside for
a few seconds so it doesn't fight you.
### Interface language selector (i18n)
WhispAssist can now be **fully translated**. A new **Settings ▸ Language** picker switches the
interface language, English ships as the baseline, and **every** user-facing string across the app —
the shell, meetings list, transcript/notes, summary panel, and all of Settings — now flows through a
single translation layer. Adding a new language is as simple as translating **one JSON file**; no
code changes. (This release ships English; the groundwork is in place for community translations.)
### Manage action items yourself
Action items are no longer just whatever the summary extracted. You can now **add, edit, and delete
them by hand** in the summary panel, set an owner and due date, and toggle a local reminder. Your
edits are the source of truth and are reconciled cleanly — deleting an item also cancels its reminder.
### Move recordings between computers (Export / Import)
A new **Export & import** section in **Settings ▸ Storage** writes each meeting as a portable
**bundle folder** (audio, transcript, notes, summary, and a `meeting.json` manifest) and imports them
back on another machine. Imported meetings get a fresh id, so re-importing never overwrites anything.
Export to any folder — a synced drive, a USB stick, or a sync target's local mount — and carry it across.
### Export a meeting to Obsidian
A new **Obsidian** export writes a single self-contained vault note — YAML frontmatter
(title, date, duration, participants, tags) plus notes, summary, action items, and a timestamped
transcript — **without the audio**. Drop it in your vault and the transcript is fully searchable.
---
## 🚀 Also new since v0.4.0
- **Per-segment transcript timestamps** — every line now shows a quiet `m:ss` (or `h:mm:ss`) time
prefix, in both the live and finalized views.
- **Auto-resync on edit** — when sync is enabled, editing a meeting's notes, summary, transcript,
tags, or action items **re-uploads just the changed artifacts** automatically (deduped by hash, so
an unchanged save uploads nothing). Off unless sync is configured.
## 🐛 Fixes & polish
- Transcript scroll-intent handling refined so playback auto-scroll never yanks you back while you're
reading.
- Import preserves each meeting's original date rather than stamping the import time.
---
## 📦 Install
**Requirements:** Windows 10 or 11 (x64). WhispAssist needs **WebView2** (preinstalled on Windows 11;
the installer fetches it on Windows 10). Importing from a file/URL additionally needs **`ffmpeg`**
(and **`yt-dlp`** for URLs) on your PATH — install those separately.
1. Download **`WhispAssist_0.5.0_x64_en-US.msi`** (or the NSIS **`WhispAssist_0.5.0_x64-setup.exe`**).
2. Run it and accept the UAC prompt. If SmartScreen appears, choose **More info → Run anyway**.
3. Launch **WhispAssist** from the Start menu.
On first run WA picks the best transcription backend (**NPU → NVIDIA → AMD → Intel → CPU**). It runs
without admin rights, never adds itself to startup, and keeps all data under
`%LOCALAPPDATA%\WhispAssist`.
## 🔐 Checksums (SHA-256)
```
b423feed1a1171384e46c5e0b5aa63cbf912bfe8f29cc89a5a027bb15358075c WhispAssist_0.5.0_x64_en-US.msi
2dce26b5603a5d02094533c594d814a3d72e05512e1d735ea69e1e309f15b710 WhispAssist_0.5.0_x64-setup.exe
```
Verify after download:
```powershell
Get-FileHash .\WhispAssist_0.5.0_x64_en-US.msi -Algorithm SHA256
```
---
## Privacy, unchanged
Everything optional is **off by default**. With nothing configured, WhispAssist makes **no content
egress at all**. Recording is opt-in; sync/AI credentials live only in the OS credential store; the
MCP server is loopback-only and adds no egress. The reachable-host allowlist is derived from your
settings and enforced in the core.
+73
View File
@@ -0,0 +1,73 @@
# WhispAssist v0.5.1
**Privacy-first, Windows-native meeting assistant — everything on-device, nothing leaves unless you say so.**
v0.5.0 put the **i18n groundwork** in place. v0.5.1 fills it in: WhispAssist now ships in
**20 languages**, so you can run the whole app — the shell, meetings list, transcript/notes, summary
panel, and every corner of Settings — in your own language. Everything stays off-by-default and
local-first; this is a UI-language release with no change to what leaves your device (nothing, by default).
One universal installer (**MSI** and **NSIS**) covers every machine: **Vulkan** for all GPUs
(NVIDIA/AMD/Intel), the Intel **NPU** (OpenVINO), a **DirectML** fallback, and **CPU**.
---
## ✨ Highlights
### 20 interface languages
Pick your language under **Settings ▸ Language**. Alongside English, this release adds full
translations for:
- **Arabic** (العربية) · **Bengali** (বাংলা) · **German** (Deutsch)
- **Spanish** — Spain (Español, España) and **Mexico** (Español, México)
- **Finnish** (Suomi) · **French** — France (Français, France) and **Canada** (Français, Canada)
- **Hindi** (हिन्दी) · **Korean** (한국어) · **Norwegian Bokmål** (Norsk bokmål)
- **Portuguese** — Brazil (Português, Brasil) and **Portugal** (Português, Portugal)
- **Russian** (Русский) · **Sinhala** (සිංහල) · **Swedish** (Svenska)
- **Tamil** (தமிழ்) · **Urdu** (اردو) · **Mandarin Chinese, Simplified** (中文简体)
Your choice persists across launches, and any untranslated string quietly falls back to English rather
than showing a raw key — so partial translations degrade gracefully.
### Right-to-left layout
Selecting **Arabic** or **Urdu** flips the whole interface to **right-to-left**, so those languages
read and lay out correctly rather than being crammed into an LTR shell.
Adding a further language remains a one-file job — drop in a single JSON translation, no code changes.
---
## 📦 Install
**Requirements:** Windows 10 or 11 (x64). WhispAssist needs **WebView2** (preinstalled on Windows 11;
the installer fetches it on Windows 10). Importing from a file/URL additionally needs **`ffmpeg`**
(and **`yt-dlp`** for URLs) on your PATH — install those separately.
1. Download **`WhispAssist_0.5.1_x64_en-US.msi`** (or the NSIS **`WhispAssist_0.5.1_x64-setup.exe`**).
2. Run it and accept the UAC prompt. If SmartScreen appears, choose **More info → Run anyway**.
3. Launch **WhispAssist** from the Start menu.
On first run WA picks the best transcription backend (**NPU → NVIDIA → AMD → Intel → CPU**). It runs
without admin rights, never adds itself to startup, and keeps all data under
`%LOCALAPPDATA%\WhispAssist`.
## 🔐 Checksums (SHA-256)
```
911618e6996a079bad1cbe46731c89ee247f3f5f17c09b60091d7e6a5e7cbef0 WhispAssist_0.5.1_x64_en-US.msi
ffabbd74def981da176931349b2813a3927d7376c0d18e9d191891abfc17c385 WhispAssist_0.5.1_x64-setup.exe
```
Verify after download:
```powershell
Get-FileHash .\WhispAssist_0.5.1_x64_en-US.msi -Algorithm SHA256
```
---
## Privacy, unchanged
Everything optional is **off by default**. With nothing configured, WhispAssist makes **no content
egress at all**. Recording is opt-in; sync/AI credentials live only in the OS credential store; the
MCP server is loopback-only and adds no egress. The reachable-host allowlist is derived from your
settings and enforced in the core.
+64
View File
@@ -0,0 +1,64 @@
# WhispAssist v0.5.2
**Privacy-first, Windows-native meeting assistant — everything on-device, nothing leaves unless you say so.**
A small but important bug-fix release. v0.5.2 fixes a startup crash that could stop WhispAssist
from opening after an upgrade, and makes any future database problem show a clear message instead
of failing silently. No feature or privacy changes — everything optional stays off-by-default and
local-first.
One universal installer (**MSI** and **NSIS**) covers every machine: **Vulkan** for all GPUs
(NVIDIA/AMD/Intel), the Intel **NPU** (OpenVINO), a **DirectML** fallback, and **CPU**.
---
## 🐛 Fixes
### Fixed: app failing to launch after an upgrade
On some machines, upgrading could leave the app unable to open at all — no window, no message,
just nothing. The cause was a database-migration mismatch during startup: WhispAssist would hit
the error while opening its local database (`wa.db`) and, because the failure happened before the
window existed, the process exited silently and Windows reported only a generic crash.
### Startup database errors now explain themselves
Instead of that silent exit, a failure to open `wa.db` now shows a **native error dialog** naming
the problem and pointing at the database location, then exits cleanly. Your recordings and notes
are never touched — the message tells you exactly what happened and how to recover, rather than
leaving you with an app that won't start.
---
## 📦 Install
**Requirements:** Windows 10 or 11 (x64). WhispAssist needs **WebView2** (preinstalled on Windows 11;
the installer fetches it on Windows 10). Importing from a file/URL additionally needs **`ffmpeg`**
(and **`yt-dlp`** for URLs) on your PATH — install those separately.
1. Download **`WhispAssist_0.5.2_x64_en-US.msi`** (or the NSIS **`WhispAssist_0.5.2_x64-setup.exe`**).
2. Run it and accept the UAC prompt. If SmartScreen appears, choose **More info → Run anyway**.
3. Launch **WhispAssist** from the Start menu.
On first run WA picks the best transcription backend (**NPU → NVIDIA → AMD → Intel → CPU**). It runs
without admin rights, never adds itself to startup, and keeps all data under
`%LOCALAPPDATA%\WhispAssist`.
## 🔐 Checksums (SHA-256)
```
b173b6b15590a65e96d3b24d0ad97666b8d1da905169d807ecc1c51df0584d3e WhispAssist_0.5.2_x64_en-US.msi
441b2e7ec7c68be39f9d2381af59ab9eadf916d6d23d0c5541d78bdd88c588b2 WhispAssist_0.5.2_x64-setup.exe
```
Verify after download:
```powershell
Get-FileHash .\WhispAssist_0.5.2_x64_en-US.msi -Algorithm SHA256
```
---
## Privacy, unchanged
Everything optional is **off by default**. With nothing configured, WhispAssist makes **no content
egress at all**. Recording is opt-in; sync/AI credentials live only in the OS credential store; the
MCP server is loopback-only and adds no egress. The reachable-host allowlist is derived from your
settings and enforced in the core.
Binary file not shown.

After

Width:  |  Height:  |  Size: 728 KiB

+5
View File
@@ -16,6 +16,9 @@ Each requirement has a stable ID used across the roadmap, tests, and commits. Pr
| FR-CAP-4 | M | 1 | Show an unambiguous "recording active" indicator (in-app banner + tray icon). |
| FR-CAP-5 | S | 7 | Render a live input waveform / level meter while recording. |
| FR-CAP-6 | S | 7 | Handle audio device changes mid-recording without losing the session. |
| FR-CAP-7 | S | 1 | Optionally capture the user's **microphone** alongside loopback, mixing it into **both** the live transcript and the saved recording (default ON, local-only/no egress, selectable device + "off"). |
| FR-CAP-8 | S | 1 | Write the retained recording as **16-bit PCM** at the device's native rate/channels — roughly half the size of the 32-bit-float mix, with no material quality loss for speech. |
| FR-CAP-9 | S | 1 | **Cancel** an in-progress recording: stop capture, delete working files, and remove the meeting from the DB entirely (for one started by mistake — no finalize/transcript/sync). |
### Recording retention & consent (REC) — see ADR-0009
@@ -25,6 +28,7 @@ Each requirement has a stable ID used across the roadmap, tests, and commits. Pr
| FR-REC-2 | M | 1 | Before retaining a recording for the first time (and shown near the toggle thereafter), display a consent notice: recording without participants' consent may be illegal in some regions; advise checking local laws. Require a one-time acknowledgment; store it. This is a caution, not legal advice. |
| FR-REC-3 | M | 1 | When retention is on, the UI indicates the meeting is being **saved** (in addition to the "recording active" indicator, FR-CAP-4). |
| FR-REC-4 | M | 2 | Deleting working audio on finalize happens only **after** the transcript is successfully finalized; never race with crash recovery (audio stays source of truth until then). |
| FR-REC-5 | S | 2 | Play a meeting's retained `.wav` back in the app (decrypting a vault-sealed recording on demand for playback). |
### Hardware acceleration (HW)
@@ -152,6 +156,7 @@ the local LLM endpoint, and it is **off by default**. Primary targets are self-h
| FR-SYNC-8 | M | 9 | Surface sync state in the UI and label targets: self-hosted/primary as "your server"; third-party clouds carry a clear "data leaves your device to a third party" banner. |
| FR-SYNC-9 | S | 9 | **Secondary** targets via provider APIs + OAuth 2.0 (PKCE, loopback redirect): **OneDrive** (MS Graph), **Dropbox**, **Box**. |
| FR-SYNC-10 | C | 9 | Optional client-side encryption of artifacts before upload (ties to FR-SEC-3): destination holds only ciphertext. |
| FR-SYNC-11 | S | 9 | Show **live per-item upload progress** while syncing (stream the upload body and report bytes sent per artifact). |
### UX, accessibility, recovery (UX)
+9 -5
View File
@@ -55,7 +55,7 @@ touches files, DB, or network directly — only Tauri commands/events (`04-api-c
| Service | Responsibility | Primary crate(s) |
|---|---|---|
| `audio` | WASAPI loopback capture; PCM ring buffer; write WAV to disk; pause/resume | `wasapi`, `hound` |
| `audio` | WASAPI loopback capture (+ optional microphone, mixed into the transcript stream, FR-CAP-7); PCM ring buffer; write WAV to disk; pause/resume | `wasapi`, `hound` |
| `hardware` | Enumerate NPU/GPU/CPU; rank backends; report capabilities | `ort`, DXGI via `windows` |
| `transcription` | Load model on a backend; stream segments (whisper.cpp) or NPU (ONNX) | `whisper-rs`, `ort` |
| `diarization` | Post-process audio → speaker spans; align to segments; merge | `sherpa-onnx` (FFI) |
@@ -84,10 +84,14 @@ issues from feature briefs.
4. Provisional speaker turns (from cheap segmentation) tag segments live; the user may name a
speaker, applied immediately to past/future segments (FR-SPK-2).
5. The notes view renders Markdown that updates as segments arrive (FR-NOTE-1, FR-NOTE-6).
6. On `stop_recording`: finalize the WAV; run full `diarization`, align speaker IDs to segments,
apply name mappings; persist transcript JSON + metadata via `storage` (FR-STORE-1). If "Record
this meeting" is **off**, delete the working WAV **after** the transcript is finalized; if **on**,
keep it as `audio.wav` (ADR-0009, FR-REC-1/4).
6. On `stop_recording`: finalize the WAV; run `diarization`, align speaker IDs to segments,
apply name mappings; persist transcript JSON + metadata via `storage` (FR-STORE-1). When the mic
is on, `audio.wav` is a **dual-channel split** (left = mic, right = loopback; ADR-0005 Phase 3.5,
FR-SPK), so attribution is **per-stream**: sherpa clusters the **right channel only** →
`Speaker N`, and "You" comes from **left-channel** voice activity. Blind whole-signal clustering
+ voiceprint is the mic-off (`summed`) fallback. If "Record this meeting" is **off**, delete the
working WAV **after** the transcript is finalized; if **on**, keep it as `audio.wav` (ADR-0009,
FR-REC-1/4).
7. If an LLM provider is configured: `llm` builds a prompt (transcript + metadata + template),
streams a summary/decisions/action-items into the summary panel (FR-LLM-2/4).
8. Action items are parsed and presented for confirmation; confirmed ones persist and may raise
+72 -9
View File
@@ -14,19 +14,61 @@ Default root: `%LOCALAPPDATA%\WhispAssist\` (user-configurable, FR-STORE-2).
│ └── spk-eres2net.onnx
└── meetings\
└── <meeting_id>\ # one folder per meeting (uuid)
├── audio.wav # canonical recording — present ONLY if "Record" was on (ADR-0009)
├── audio.wav # canonical recording — present ONLY if "Record" was on (ADR-0009). Mic on → stereo split (L=mic/"You", R=loopback/"Speaker", `audio_layout=split`); mic off → summed. Playback folds to mono; export folds to dual-mono (ADR-0005 Phase 3.5)
├── voiceprint.wav # mic-only 16kHz sample for "You" re-matching on reprocess of a SUMMED recording (FR-SPK); lives/dies with audio.wav
├── transcript.json # canonical transcript (segments+speakers+timings)
├── notes.md # user-editable Markdown notes
├── manual_notes.json # raw user-authored notes captured live during recording
├── notes.md # the final notes document: manual notes + transcript, merged at finalize
├── summary.json # LLM summary, decisions, action items (if generated)
└── briefs/ # feature briefs distilled from this meeting (ADR-0011), if any
└── <brief_id>.json # agent-ready spec served via the MCP `get_feature_brief` tool
```
A **bundle export** (`export_meeting` / `bulk_export_meetings` with `format: "bundle"`, FR-STORE-4)
copies a meeting's `audio.wav`, `transcript.json`, `notes.md`, and `summary.json` (all decrypted)
into a destination folder plus a `meeting.json` manifest (the `MeetingBundle`: title, timestamps,
duration, language/backend/model, tags, speakers, and confirmed action items). `import_meeting_bundle`
reconstructs each such folder under a fresh meeting id — the portable format for moving recordings
between computers.
Rule: while a meeting is in progress a working WAV is the source of truth for crash recovery. On
finalize, it is **kept** as `audio.wav` if "Record this meeting" was on, or **deleted** if not
(FR-REC-1/4) — deletion happens only after `transcript.json` is finalized. `transcript.json`,
`notes.md`, and `summary.json` are **derived** and regenerable (regenerable only while the audio
still exists — i.e. for recorded meetings).
(FR-REC-1/4) — deletion happens only after `transcript.json` is finalized. `transcript.json` and
`summary.json` are **derived** and regenerable (regenerable only while the audio still exists —
i.e. for recorded meetings).
`notes.md` is **generated once, at finalize**, by merging `manual_notes.json` (freeform notes
typed live during the recording, plus any per-moment annotations — see below) with the rendered,
speaker-tagged transcript (`notes::MarkdownNotes::merge`). After that it is the user's own
document, freely editable via `update_notes` exactly like before this changed — nothing
re-renders or overwrites it afterward. In particular, renaming or merging a speaker after finalize
updates the `speakers` table and the live UI display, but does **not** retroactively rewrite text
already baked into `notes.md` (same as any other manual edit isn't retroactively touched either —
this was a pre-existing clobber bug this redesign also fixes: renaming a speaker used to silently
overwrite the whole file). A crash-recovery finalize (T2.8) and a post-finalize batch
re-transcription (T3.8) both re-render `notes.md` from scratch and so both re-read
`manual_notes.json` from disk to fold the same manual notes back in.
### `manual_notes.json`
```jsonc
{
"schema": 1,
"freeform_md": "string — the user's running notes, typed live in the Notes pane while recording",
"segment_notes": [
{ "anchor_ms": 12345, "text": "string", "created_at": 1735000000, "updated_at": 1735000010 }
]
}
```
`segment_notes[].anchor_ms` is a timestamp into the recording (a clicked transcript segment's
`start_ms`), not a segment id — a later batch re-transcription can renumber/regenerate segment
ids, but never moves the moment in time a note was attached to. At merge time, each note is placed
right after whichever transcript paragraph's time span contains its `anchor_ms`; a note whose
anchor doesn't land inside any paragraph surfaces under an "Other notes" section instead of being
silently dropped. Written to disk on every edit via `update_live_notes`/`set_segment_note`
(`04-api-contracts.md`) — live-session only, same write-through-for-crash-safety spirit as
`transcript.json` accumulating during recording.
## SQLite schema (`wa.db`)
@@ -45,6 +87,7 @@ CREATE TABLE meetings (
language TEXT, -- detected/selected language code
backend_used TEXT, -- npu|nvidia|amd|intel|cpu
model_used TEXT, -- e.g. whisper-base
audio_layout TEXT, -- split|summed|NULL; how audio.wav's channels are laid out (0009, ADR-0005 Phase 3.5)
calendar_event_id TEXT, -- FK -> calendar_events.id (nullable)
template_id TEXT, -- note-template id (T8.1, FR-NOTE-5); catalog is
-- a built-in Rust list (notes::templates), not a table
@@ -267,13 +310,22 @@ label so re-diarization or renaming never requires rewriting every segment (FR-S
## `briefs/<brief_id>.json` (feature brief — ADR-0011)
Agent-ready spec the MCP `get_feature_brief` tool returns. Designed to drop straight into a coding
agent's context.
agent's context. Written by `create_feature_brief` (M1); one file per brief under the meeting's
`briefs/` folder, **sealed at rest with the vault** when unlocked (T8.8), exactly like
`summary.json`. The `feature_briefs` table indexes it (id, meeting_id, title, target_repo, path,
exposed) for `list_feature_briefs` and the MCP scope check — the file is the source of truth; the
row is the index. The IPC `FeatureBrief` type (`04-api-contracts.md`) is the subset returned to the
UI / MCP: everything below **except** the `schema`/provenance envelope (`generated_at`, `provider`,
`model`, `source`).
```jsonc
{
"schema": 1,
"id": "b7a1…",
"meeting_id": "f1c2…",
"generated_at": 1751299200, // envelope: which model distilled this, and when
"provider": "ollama",
"model": "llama3",
"title": "Bulk CSV export for the reporting view",
"problem": "Customer can't get their data out for offline analysis.",
"desired_outcome": "One-click CSV export of the current filtered report.",
@@ -282,15 +334,21 @@ agent's context.
"Respects active filters and column order",
"Streams large exports without blocking the UI",
],
"target_repo": "acme/reporting-web", // optional hint for the agent
"target_repo": "acme/reporting-web", // optional hint the user supplies at create time
"context_excerpts": [
// minimal transcript quotes that ground the request
// verbatim transcript quotes that ground the request — NOT model paraphrase;
// the builder selects them from the real transcript (speaker = resolved display name)
{ "speaker": "Customer", "text": "We really need to pull this into our own spreadsheets." },
],
"source": { "meeting_title": "Acme quarterly sync", "at": 1751299200 },
}
```
Field presence: `title`, `problem`, `desired_outcome` are always strings (the builder falls back to
the meeting title / `""` on a sparse model reply); `acceptance_criteria` and `context_excerpts` may
be empty arrays. Every `context_excerpts[].text` is a verbatim substring of a real transcript
segment (the M1 grounding invariant, asserted by the golden-transcript test).
## `settings.json`
```jsonc
@@ -305,11 +363,12 @@ agent's context.
"consent_acknowledged": false, // set true after the one-time consent notice (FR-REC-2)
},
"llm": {
"provider": "ollama", // ollama|custom|anthropic|openai|off (ADR-0007/0011)
"provider": "ollama", // ollama|custom|anthropic|openai|off (ADR-0007/0011; "openai" not yet wired)
"endpoint": "http://localhost:11434",
"model": "llama3",
"stream": true,
// API keys for hosted providers (anthropic|openai) live in the OS credential store, not here.
"hosted_ai_acknowledged": false, // one-time "data leaves your device" notice ack (T10.3, ADR-0011)
},
// Sync target rows live in wa.db (sync_targets); secrets live in the OS credential store.
// settings.json only holds the global default. No credentials here (FR-SYNC-6).
@@ -323,6 +382,10 @@ agent's context.
"expose_recordings": false, // never serve .wav unless explicitly true (FR-MCP-3)
},
"privacy": { "encrypt_at_rest": false },
// Optional MS Graph calendar source (M4.4, T8.9, FR-CAL-6). Opt-in, explicit consent via OAuth
// PKCE — OFF by default. `credential_ref` points into the OS credential store; the token itself
// is never written here (same invariant as sync credentials, FR-SYNC-6).
"calendar": { "graph_enabled": false, "graph_credential_ref": null },
}
```
+77 -9
View File
@@ -15,23 +15,42 @@ each command returns `Result<T, WaError>` where `WaError` carries a `kind` (mach
// `record` (default false) controls audio RETENTION (ADR-0009). When false, working audio is
// deleted on finalize and only the transcript/notes persist. It can be toggled mid-meeting.
// templateId (Phase 8, T8.1, FR-NOTE-5) picks a NoteTemplate — see list_note_templates below.
start_recording(input: { meetingTitle?: string; calendarEventId?: string; record?: boolean; templateId?: string }): MeetingId
// language (T8.7, FR-TRX-4, M4.2): omitted/"auto" requests auto-detection; an ISO-639-1 code
// (e.g. "es") forces that language. Falls back to Settings.whisper_language when omitted.
// Only takes effect with a multilingual model loaded (ModelInfo.multilingual) — an English-only
// model forces "en" regardless (see resolve_language in src-tauri/src/transcription/mod.rs).
start_recording(input: { meetingTitle?: string; calendarEventId?: string; record?: boolean; templateId?: string; language?: string }): MeetingId
stop_recording(input: { meetingId: MeetingId }): MeetingSummaryRef
pause_recording(input: { meetingId: MeetingId }): void
resume_recording(input: { meetingId: MeetingId }): void
set_recording_retention(input: { meetingId: MeetingId; record: boolean }): void // toggle mid-meeting (FR-REC-1)
acknowledge_recording_consent(): void // one-time (FR-REC-2)
// ---- Live notes (Granola-style redesign, `03-data-model.md`'s manual_notes.json) ----
// Both are live-session only (err "no matching active recording" once finalized — post-finalize,
// notes.md is the single editable document and `update_notes` is the command for it).
update_live_notes(input: { meetingId: MeetingId; markdown: string }): void // freeform notes typed while recording
// anchorMs: the clicked transcript segment's start_ms, not its id (survives re-transcription).
// text: "" clears that moment's note. Merged into notes.md right after the transcript paragraph
// covering anchorMs when the meeting finalizes (notes::MarkdownNotes::merge).
set_segment_note(input: { meetingId: MeetingId; anchorMs: number; text: string }): void
// ---- Hardware ----
hardware_status(): { backends: BackendInfo[]; active: BackendId; modelSize: string; estRtf: number }
set_preferred_backend(input: { backend: BackendId | "auto" }): void
// ---- Transcription / models ----
reprocess_transcript(input: { meetingId: MeetingId; model: string }): void // batch mode (FR-TRX-3)
// language (T8.7, M4.2): omitted reuses the meeting's current language rather than resetting it.
reprocess_transcript(input: { meetingId: MeetingId; model: string; language?: string }): void // batch mode (FR-TRX-3)
// ModelInfo gained `multilingual: boolean` (T8.7, FR-TRX-4, M4.2) — false for `.en` (English-only)
// ggml variants, true for the multilingual ones; gates the Settings language picker.
list_models(): ModelInfo[]
list_diarization_models(): ModelInfo[] // fixed seg+emb pair (T4.7, FR-MODEL-1)
download_model(input: { kind: "whisper" | "diar-seg" | "diar-emb"; id: string }): void // emits progress events
remove_model(input: { id: string }): void // disambiguated by id, not kind — ids never collide across catalogs
// Static catalog of whisper.cpp-recognized ISO-639-1 codes for the Settings language dropdown
// (T8.7, FR-TRX-4, M4.2); "Auto-detect" is a frontend-only addition, not in this list.
list_whisper_languages(): { code: string; label: string }[]
// ---- Speakers ----
rename_speaker(input: { meetingId: MeetingId; label: string; name: string }): void
@@ -44,9 +63,21 @@ map_speaker_to_participant(input: { meetingId: MeetingId; label: string; partici
// yet at local-desktop meeting counts) and gained from/to date filters, per
// FR-SEARCH-2's "filter by date, tag, or participant".
list_meetings(input: { query?: string; tag?: string; participantId?: string; from?: number; to?: number }): MeetingListItem[]
// Meeting also carries `action_items: ActionItem[]` — table-backed (the confirmed/edited source
// of truth), falling back to summary.json drafts until any are saved (FR-LLM-3). TranscriptSegment
// keeps start_ms/end_ms; the UI renders these as per-line timestamps.
get_meeting(input: { meetingId: MeetingId }): Meeting // includes transcript + speakers + summary (null until generated)
delete_meeting(input: { meetingId: MeetingId }): void
export_meeting(input: { meetingId: MeetingId; dest: string; format: "md" | "pdf" | "docx" | "bundle" }): string
// format "bundle" writes a portable folder: audio.wav + transcript.json + notes.md + summary.json
// (all decrypted) + meeting.json (the MeetingBundle manifest), re-importable on another machine.
// format "obsidian" writes one self-contained vault note (dest is a .md file path, no audio):
// YAML frontmatter (title/date/duration/participants/tags/source) + notes + summary + decisions
// + action items + timestamped transcript. For dropping a meeting into an Obsidian vault.
export_meeting(input: { meetingId: MeetingId; dest: string; format: "md" | "pdf" | "docx" | "bundle" | "obsidian" }): string
// Edit commands that change an uploaded artifact — update_notes, set_tags, generate_summary,
// reprocess_transcript, confirm_action_items — auto-resync when sync is enabled (FR-SYNC-5):
// they enqueue for finalize-trigger targets and pump in the background. SHA-256 dedup means an
// edit that didn't alter a file uploads nothing.
update_notes(input: { meetingId: MeetingId; markdown: string }): void
// SearchHit = MeetingListItem fields (id, title, started_at, duration_secs, status, tags) + snippet: string
search(input: { query: string }): SearchHit[] // FTS (FR-SEARCH-1)
@@ -58,6 +89,10 @@ list_note_templates(): NoteTemplate[]
// Bulk export (T8.5, FR-STORE-4): every meeting matching tag/from/to, one file (or bundle
// folder) per meeting under destDir. Returns the count actually exported.
bulk_export_meetings(input: { destDir: string; format: "md" | "pdf" | "docx" | "bundle"; tag?: string; from?: number; to?: number }): number
// Import bundle(s) (FR-STORE-4): `dir` is a single bundle folder (has meeting.json) or a parent
// folder of them (from a bulk export). Each is reconstructed under a fresh meeting id (original
// title/date/duration/speakers/tags/action items preserved). Returns the count imported.
import_meeting_bundle(input: { dir: string }): number
// ---- LLM / AI provider (ADR-0007/0011) ----
// provider ∈ ollama | custom | anthropic | openai | off. Hosted-provider API keys are passed to
@@ -73,10 +108,27 @@ llm_setup_suggestions(): { ollamaInstalled: boolean; installUrl: string; suggest
pull_ollama_model(input: { model: string }): void // guided download via Ollama's own /api/pull; emits model://progress (T5.7)
// ---- Calendar / .pst ----
import_pst(input: { path: string; password?: string }): number // eventsImported; emits pst://progress (FR-CAL-1)
// rangeDays: only import events starting within the last N days; omitted imports the full mailbox
// history. Bug fix: a long-lived .pst has no natural upper bound on history (every recurring
// series expands to its cap, T4.1's RECURRENCE_MAX_OCCURRENCES, plus every one-off entry the file
// ever held, e.g. a decade of Outlook's auto-generated yearly holidays) -- unbounded import could
// produce tens of thousands of rows. Settings.pst_import_range_days persists the last choice and
// applies it to pst_auto_sync's startup re-import too.
import_pst(input: { path: string; password?: string; rangeDays?: number }): number // eventsImported; emits pst://progress (FR-CAL-1)
list_calendar_events(input: { from?: number; to?: number }): CalendarEvent[]
get_calendar_event(input: { eventId: string }): { event: CalendarEvent; participants: Participant[] } // pre-meeting panel + naming dropdown (FR-CAL-3, FR-SPK-4)
// olderThanDays omitted deletes every unlinked event ("Delete all"); Some(n) only those starting
// more than n days ago. An event attached to a recorded meeting (meetings.calendar_event_id) is
// always kept regardless of the choice -- protected reports how many were skipped for that reason.
cleanup_calendar_events(input: { olderThanDays?: number }): { deleted: number; protected: number }
attach_meeting_to_event(input: { meetingId: MeetingId; eventId: string }): void
// Optional MS Graph calendar source (M4.4, T8.9, FR-CAL-6): opt-in, explicit consent (OAuth PKCE
// + Microsoft's own consent screen), metadata-only (subject/organizer/start/end/attendees, never
// the event body). Not a SyncTarget — begin_graph_calendar_link stores its token separately from
// sync_targets and never appears in list_sync_targets.
begin_graph_calendar_link(): { authUrl: string } // opens in browser; emits calendar://linked when done
import_graph_calendar(input: { from?: number; to?: number }): number // eventsImported; emits calendar://progress
disconnect_graph_calendar(): void // best-effort credential cleanup + settings reset
// ---- Sync / upload (ADR-0010) ---- secrets are passed to add/update but stored only in the OS
// credential store; they are NEVER returned by list_sync_targets.
@@ -106,6 +158,9 @@ run_agent(input: { briefId: string; tool: "claude" | "codex" | "opencode" | "cop
create_issue_from_brief(input: { briefId: string; tracker: "github"; assignCopilot?: boolean }): { url: string } // FR-AGENT-2
// ---- Settings ----
// Settings gained `whisper_language: string | null` (T8.7, FR-TRX-4, M4.2) — the default
// transcription language applied at the next start_recording; null = auto-detect. Mirrors
// this doc's settings.json `transcription.language` (03-data-model.md).
get_settings(): Settings
update_settings(input: Partial<Settings>): Settings
// Reports the full egress allowlist so the UI can prove exactly what may leave the device (FR-SEC-2).
@@ -125,16 +180,18 @@ privacy_self_check(): {
## 2. Tauri events (Rust → frontend)
```ts
"recording://state" { meetingId, state: "recording"|"paused"|"stopped", elapsedMs }
"recording://state" { meetingId, state: "recording"|"paused"|"stopped"|"cancelled", elapsedMs }
"recording://level" { meetingId, rms: number, peak: number } // waveform (FR-CAP-5)
"recording://device" { meetingId, recovered: boolean, message: string } // capture device change (FR-CAP-6)
"transcript://segment" { meetingId, segment: TranscriptSegment } // live segments (FR-TRX-2)
"transcript://segment" { meetingId, segment: TranscriptSegment } // live segments (FR-TRX-2); may re-emit a committed segment with a refined `speaker` — replace by `segment.id`
"transcript://finalized" { meetingId, segmentCount }
"diarization://updated" { meetingId, speakers: SpeakerInfo[] } // after post-pass (FR-SPK)
"diarization://updated" { meetingId, speakers: SpeakerInfo[] } // post-pass AND live 15s provisional passes (FR-SPK); carries "You" once the mic voiceprint matches
"llm://token" { meetingId, text } // streamed summary (FR-LLM-4)
"llm://done" { meetingId, summary: SummaryFile } // full summary.json contents, not just a pointer
"model://progress" { id, receivedBytes, totalBytes }
"pst://progress" { processed, total }
"calendar://linked" { ok: boolean, error?: string } // MS Graph OAuth handshake settled (M4.4)
"calendar://progress" { processed, total } // MS Graph import (M4.4)
"hardware://changed" { active: BackendId, reason: string } // fallback occurred (FR-HW-4)
"recording://retention" { meetingId, record: boolean } // retention toggled (FR-REC-1/3)
"sync://job" { jobId, meetingId, targetId, artifact, status, bytesSent, bytesTotal } // FR-SYNC-5
@@ -154,10 +211,15 @@ indicative (async where I/O-bound).
pub trait AudioCapture: Send + Sync {
/// Begin WASAPI loopback capture, writing PCM to `wav_path`; frames also pushed to `sink`.
fn start(&self, wav_path: &Path, sink: FrameSink) -> Result<CaptureHandle, AudioError>;
/// Capture the user's microphone (FR-CAP-7); frames pushed to `sink`, no WAV.
fn start_microphone(&self, device_id: Option<&str>, sink: FrameSink) -> Result<CaptureHandle, AudioError>;
fn pause(&self, h: &CaptureHandle) -> Result<(), AudioError>;
fn resume(&self, h: &CaptureHandle) -> Result<(), AudioError>;
fn stop(&self, h: CaptureHandle) -> Result<CaptureSummary, AudioError>;
}
// When the mic is enabled, `spawn_mixer` sums the loopback + mic 16kHz-mono
// frames into the single transcription stream (`list_input_devices` enumerates
// mic devices, mirroring `list_audio_devices` for render devices).
// hardware/mod.rs
pub trait HardwareDetector: Send + Sync {
@@ -200,9 +262,12 @@ pub trait Diarizer: Send + Sync {
}
// calendar/mod.rs
// `attendees()` (a second, separate trait method in the original design) was dropped — every
// source (PstSource, GraphSource) lists attendees inline per-appointment, so import() returns
// them together (see ADR-0008's update). CalImport gained `from`/`to` (M4.4) for a source that
// fetches by date range (Graph's calendarView); PstSource ignores them.
pub trait CalendarSource: Send + Sync {
fn import(&self, input: CalImport) -> Result<Vec<CalendarEvent>, CalError>; // pst|graph|ics
fn attendees(&self, event_id: &str) -> Result<Vec<Participant>, CalError>;
fn import(&self, input: CalImport) -> Result<Vec<ImportedEvent>, CalError>; // pst|graph|ics
}
// notes/mod.rs
@@ -210,6 +275,9 @@ pub trait NotesRenderer: Send + Sync {
fn to_markdown(&self, t: &Transcript, speakers: &[SpeakerInfo], s: Option<&Summary>) -> String;
fn export(&self, md: &str, dest: &Path, fmt: ExportFormat) -> Result<PathBuf, NotesError>;
}
// MarkdownNotes::merge(segments, speakers, manual: &ManualNotes, summary, template) -> String is an
// inherent method (not part of the trait — only one renderer needs it): what `stop_recording` calls
// instead of `to_markdown` to fold manual_notes.json into the generated notes.md (see 03-data-model.md).
// sync/mod.rs
// One impl per provider; `WebDavTarget` covers Nextcloud/ownCloud/Cloudreve/Seafile/Synology.
+149
View File
@@ -235,3 +235,152 @@ P10 needs P5; 10b (MCP) is the priority; 10c (push/issue) is later and optional.
## Suggested first milestone (thin vertical slice)
T1.1 → T1.2 → T1.5 → T1.6 → T2.1 → T2.2 → T2.4 gives a usable "record → live transcript → saved
Markdown notes" loop — the smallest thing worth dogfooding.
---
## Remaining work — post-v0.2.0 execution plan
As of **v0.2.0**, Phases 1–9 ship (capture incl. microphone, CPU/NPU/Vulkan transcription,
diarization, storage/recovery, notes, local-LLM summaries, PST calendar, UX/a11y,
templates/search/tags/export/reminders/encryption, WebDAV + OneDrive sync) in a single universal
installer. What remains is **Phase 10 (external AI & agent handoff, ADR-0011)** plus a few
breadth/reliability items. This section sequences that work by leverage, dependency, and the
privacy invariant. Task IDs reference the Phase 10 list above; finer sub-tasks add a letter suffix.
Traits/contracts for all of this already exist in `04-api-contracts.md` (`FeatureBriefBuilder`,
`McpServer`, hosted `LlmProvider` impls, `AgentRunner`, `IssueTracker`); tests live in
`06-test-strategy.md` (P10 + the cross-cutting egress gate).
**Status snapshot (what's actually in the tree):**
- **Built:** Phases 1–9; `OpenAiCompatProvider` (used as the Phase 5 "custom" endpoint); chunked/
resumable upload (M4.1); multi-language transcription (M4.2); `DropboxTarget`/`BoxTarget` (M4.3);
MS Graph `CalendarSource` (`GraphSource`, M4.4).
- **Stubbed** (commands return `Err(not_implemented(...))`): `create/list/get_feature_brief`,
`set_brief_exposed`, `mcp_status`, `set_mcp_enabled`, `set_mcp_scope`, `mcp_access_log`,
`run_agent`, `create_issue_from_brief`.
- **Skeleton/absent:** `mcp/mod.rs` (trait + `todo!()` only); `AnthropicProvider` (returns
"isn't built yet").
**Sequence:** M1 → M2 (briefs are the MCP payload); **M3 can run in parallel** with M1/M2; M4 is
opportunistic; **M5 is last and optional**.
### M1 — Feature briefs (do first; standalone value) → FR-MCP-4 (T10.6)
Needs only the already-built LLM, delivers value before any MCP transport (view/copy a brief), and
is the exact payload M2 serves. **No new egress** (uses the configured `LlmProvider`).
**Already scaffolded — do NOT re-create:** IPC types `FeatureBrief`/`FeatureBriefInfo`/
`ContextExcerpt` (`models.rs`); `api.ts` bindings `createFeatureBrief`/`listFeatureBriefs`/
`getFeatureBrief`/`setBriefExposed`; the four commands registered in `lib.rs`; DB tables
`feature_briefs` + `mcp_access_log` (`migrations/0003_ai_mcp.sql`); the `briefs/<id>.json` schema
(`03-data-model.md`) and the `FeatureBriefBuilder` trait (`04-api-contracts.md`). The four command
bodies today return `Err(not_implemented(...))` — M1 fills them in.
- `[M1.1]` **Storage methods** (`Store` trait + `SqliteStore`, `storage/mod.rs`) over
`feature_briefs`; row struct `FeatureBriefRow { id, meeting_id, title, target_repo: Option<String>,
path, exposed: bool, created_at }`. Deletion cascades via the meeting FK (existing `delete_meeting`
already drops the row + folder). **S**
- `async fn insert_feature_brief(&self, row: FeatureBriefRow) -> Result<(), StoreError>;`
- `async fn list_feature_briefs(&self, meeting_id: Option<&MeetingId>) -> Result<Vec<FeatureBriefInfo>, StoreError>;` (newest first)
- `async fn get_feature_brief_row(&self, id: &str) -> Result<FeatureBriefRow, StoreError>;` (resolves `path`)
- `async fn set_brief_exposed(&self, id: &str, exposed: bool) -> Result<(), StoreError>;`
- `[M1.2]` **LLM completion primitive** (`llm/mod.rs`) — one non-streaming method on `LlmProvider`
(mirrors `suggest_tags`), implemented for `OllamaProvider` + `OpenAiCompatProvider` now (Anthropic
lands in M3): `async fn complete(&self, system: &str, user: &str) -> Result<String, LlmError>;`. **S**
- `[M1.3]` **`FeatureBriefBuilder`** (new `briefs` module) — the distiller. **M**
- *Prompt contract* (system, reuse the `RESPONSE_FORMAT_INSTRUCTIONS` pattern): "Distill this
transcript into an implementation brief for a coding agent. Respond in Markdown with exactly, in
order: `## Title` (one line), `## Problem`, `## Desired Outcome`, `## Acceptance Criteria` (a
`- ` bullet list, one testable criterion per line). Be concrete and terse; invent nothing not in
the transcript; no other sections." *User*: `build_prompt`-style metadata + optional `target_repo`
hint + `"Transcript:\n" + transcript`.
- *Parser* `parse_brief(md) -> BriefFields { title, problem, desired_outcome, acceptance_criteria }`
— mirror `parse_summary`/`bullet_text`; missing section → `""`/`[]`; title fallback = meeting title.
- *`context_excerpts` (grounding, verbatim)*: tokenize `problem + acceptance_criteria`, score each
transcript segment by keyword overlap, take the top ≤5 of length ≥ ~40 chars (fallback: first 3
substantive segments); `speaker` = resolved display name. `// ponytail: keyword-overlap select;
upgrade to embedding similarity if excerpts feel off`.
- `[M1.4]` **Command bodies** (`commands.rs`, replace the four stubs; keep names/args so `api.ts` is
unchanged — add `state: State<'_, AppState>`, which Tauri injects). **M**
- `create_feature_brief(state, meeting_id: MeetingId, target_repo: Option<String>) -> WaResult<FeatureBrief>`
— reject the currently-recording meeting; `load_settings()` + `llm_provider_from_settings()`
(error if none); load transcript via `state.store`; run the builder; assemble `BriefFile { schema:
1, id, meeting_id, generated_at, provider, model, …fields, source }`; `vault::seal` → write
`briefs/<id>.json` under `meeting_dir`; `store.insert_feature_brief(row)` (`exposed=false`);
return the IPC `FeatureBrief`. **Write the file + row only after a successful distill** (no partial
artifacts on LLM failure).
- `list_feature_briefs(state, meeting_id: Option<MeetingId>) -> WaResult<Vec<FeatureBriefInfo>>`
- `get_feature_brief(state, id: String) -> WaResult<FeatureBrief>` (row → `vault::open(path)` → subset)
- `set_brief_exposed(state, id: String, exposed: bool) -> WaResult<()>`
- `[M1.5]` **UI** (`SummaryPanel.svelte` or a new "Feature briefs" block; existing bindings, no new
client code): "Create feature brief" button + optional target-repo input; list via
`listFeatureBriefs(meetingId)`; viewer with **copy-as-Markdown** and **copy-as-JSON**; `exposed`
toggle wired to `setBriefExposed` but shown as "available when the MCP server is on" until M2. **M**
- `[M1.6]` **Tests — golden transcript** (see `06-test-strategy.md` P10): `parse_brief` unit
(golden reply → fields; empty/malformed → empty, no panic); builder over a golden transcript with a
`MockLlmProvider` (no network) asserting the fields, non-empty `acceptance_criteria`, and the
**grounding invariant** (every excerpt text is a verbatim substring of a transcript segment);
command-level: LLM off/unreachable → `Err`, nothing written. **S**
- **Acceptance (M1 done):** on a finished meeting with an LLM configured, "Create feature brief"
produces a schema-valid, vault-sealed `briefs/<id>.json` + a `feature_briefs` row that lists and
re-opens; excerpts are verbatim from the transcript; with the LLM off/unreachable the command errors
cleanly and writes nothing partial; the golden-transcript unit tests pass. No new egress; `exposed`
defaults off.
### M2 — MCP server (the differentiator) → FR-MCP-1/2/3/5/6/7 (T10.4/10.5/10.7/10.8/10.9)
The unique capability (meeting → coding-agent handoff) and a privacy *reinforcement*: inbound on
loopback, **zero added egress**.
- `[M2.1]` `mcp` module on `rmcp`: loopback bind + token gate; Streamable HTTP (`/mcp`) + stdio
adapter; implement `McpServer::start/stop` (replace `todo!()`). **L** → FR-MCP-1/6, NFR-SEC-5
- `[M2.2]` Tools-first surface: `list_recent_meetings`, `get_transcript`, `get_action_items`,
`get_feature_brief`. **M** → FR-MCP-2
- `[M2.3]` Scope control `set_mcp_scope(none|selected|all)`; recordings never served unless
explicitly allowed; enforce in every tool handler. **M** → FR-MCP-3
- `[M2.4]` Lifecycle: `mcp_status`/`set_mcp_enabled` (replace stubs); persist enabled/scope in
settings, **token in the OS credential store** (never `settings.json`). **M** → FR-MCP-1
- `[M2.5]` Disclosure UI ("connected agents may forward data") + `mcp_access_log` rows /
`mcp://access` events on every tool read. **M** → FR-MCP-5
- `[M2.6]` Privacy panel shows MCP state and confirms it adds no egress; extend
`privacy_self_check`. **S** → FR-MCP-7, FR-SEC-2
- **Acceptance:** an in-process MCP client gets a schema-valid brief; server binds loopback only
(assert a non-loopback bind is refused) and requires a token; **the egress test is unchanged with
MCP on** (merge blocker, FR-MCP-7); recordings not served unless allowed; every read logged.
- **Depends on:** M1 (a served tool). Guardrail: the cross-cutting egress gate must stay green.
### M3 — Hosted AI providers (finish 10a) → FR-AI-1/2/3 (T10.1/10.2/10.3)
Commodity but low-effort (OpenAI-compat already exists); gives a cloud-summary choice and pairs with
M1 (a brief can be distilled by a hosted model). Adds allowlisted egress **by design**.
- `[M3.1]` Implement `AnthropicProvider` (`/v1/messages`, `x-api-key`, streaming) behind
`LlmProvider`; `is_local() == false`. **M** → FR-AI-1
- `[M3.2]` `set_llm_provider`: store the API key in the OS credential store via `credential_ref`
(never settings/DB); add the host to the settings-derived egress allowlist. **M** → FR-AI-2, NFR-SEC-4
- `[M3.3]` Third-party "data leaves your device" banner + one-time acknowledgment; per-use provider
selection + active-provider display wherever a summary is generated. **S** → FR-AI-2/3
- **Acceptance:** summaries route to mocked OpenAI-compat *and* Anthropic endpoints with correct
shapes; key read only from the credential store; host on the allowlist only when configured; banner
shown before first hosted use.
### M4 — Reliability & breadth (opportunistic, by value)
- `[M4.1]` **Chunked/resumable upload** (T9.2 refinement) — *top reliability item*: recordings are
now native-quality (~50–100 MB) and `put()` buffers the whole file in memory; OneDrive/Graph caps a
single PUT at 250 MB. Stream from disk in chunks (Nextcloud chunked upload + Graph upload session).
**M** → FR-SYNC-2/5
- `[M4.2]` Multi-language transcription (T8.7): multilingual model option; whisper language param
(select/auto); persist per-meeting `language`; UI localization scaffold. **M** → FR-TRX-4
- `[M4.3]` Dropbox/Box upload targets (T9.10): implement `DropboxTarget`/`BoxTarget` `SyncTarget`
impls (OAuth is already wired). **M** → FR-SYNC-9
- `[M4.4]` MS Graph calendar source (T8.9) behind `CalendarSource` (`GraphSource`), consented
(OAuth PKCE), metadata-only. **L** → FR-CAL-6 (Could) — **shipped**.
### M5 — Push handoff (Layer 3, last & optional) → FR-AGENT-1/2 (Could) (T10.10/10.11)
Only on demand — the MCP handoff (M2) already covers the agent use case (agents *pull* context).
- `[M5.1]` `AgentRunner`: spawn `claude -p` / `codex exec` / `opencode run` / `copilot` headless
against a chosen repo from a brief; stream output (`run_agent`). **L** → FR-AGENT-1
- `[M5.2]` `IssueTracker`: create a GitHub issue from a confirmed action item / brief; optional
Copilot-cloud assign (`create_issue_from_brief`). Third-party egress: off/labeled/allowlisted. **M**
→ FR-AGENT-2
**Privacy checkpoints (gate every milestone):** the egress self-test stays green (FR-SEC-1); enabling
MCP adds **no** allowlist host (FR-MCP-7); hosted AI/agent handoff adds only the explicitly configured
host; all secrets (AI keys, MCP token, OAuth tokens) live only in the OS credential store
(NFR-SEC-4). Plus the standing gates: `cargo fmt`/`clippy -D warnings`, Prettier/ESLint/`tsc`, and a
docs update whenever a command/event contract changes (CLAUDE.md).
+8 -1
View File
@@ -114,7 +114,14 @@ is green and the cross-cutting gates pass.
requires a token, and **opens no outbound socket** — the egress test is unchanged with MCP on (FR-MCP-7,
NFR-SEC-5). Recordings are not served unless `expose_recordings` is true (FR-MCP-3).
- Audit: every tool call appends an `mcp_access_log` row / `mcp://access` event (FR-MCP-5).
- Unit: `FeatureBriefBuilder` produces problem/outcome/acceptance-criteria from a golden transcript.
- Unit (M1 — feature briefs, no network): (1) `parse_brief` splits a golden
`## Title/## Problem/## Desired Outcome/## Acceptance Criteria` reply into the right fields, and an
empty/malformed reply yields empty fields without panicking. (2) `FeatureBriefBuilder` over a golden
transcript, driven by a `MockLlmProvider` that returns a fixed sectioned reply, produces a
schema-valid `FeatureBrief` with non-empty `acceptance_criteria` and satisfies the **grounding
invariant**: every `context_excerpts[].text` is a verbatim substring of some transcript segment
(never model paraphrase). (3) Command-level: `create_feature_brief` with the LLM off/unreachable
returns `Err` and writes no `briefs/*.json` and no `feature_briefs` row (no partial artifacts).
- (10c, when built) push: `AgentRunner` invokes a stub CLI with the brief; `IssueTracker` creates a
mocked GitHub issue and (optional) Copilot assignment (FR-AGENT-1/2).
+48
View File
@@ -32,6 +32,54 @@ labels in the post-meeting pass; this keeps latency low while improving final ac
- Speaker IDs (`S1`, `S2`, …) are internal and stable per meeting; name mappings live in the DB
and are applied at render/export time, never destructively rewritten onto segments.
### Phase 3 refinement — per-stream "You" attribution (FR-SPK, 2026-07-14)
The single-pass-over-the-whole-recording model above blind-clusters a **summed mono** signal
(mic + loopback), then guesses which cluster is the user via a voiceprint match. In practice that
clustering is unreliable in both directions on the summed signal — it over-split a 2-speaker call
into 83 clusters at one threshold and merged two clearly distinct voices into one at another — and
the voiceprint can only *label* a cluster, never *create* the separation.
So when the **microphone is enabled**, WA no longer relies on clustering to find the user:
- A live **mic-activity timeline** (`audio::MicActivity`) records, per 100 ms of `audio.wav` frame
time, when the mic was speech-level — captured in the loopback writer, the one place the mic and
loopback exist separately in the recording's own timebase. Those ranges become **"You"** spans
directly (no clustering, no embedding).
- sherpa clustering is then run over the recording with the "You" ranges **masked out** (zeroed),
so it only ever splits the **far side** into `Speaker N`. The mic can never pollute or merge into
a far-side cluster.
- The timeline is persisted as `mic_activity.json` (retained meetings) so `reprocess_transcript`
re-attributes identically without the live capture.
The original blind-clustering + voiceprint pass **remains the fallback** for mic-off recordings and
imports (no timeline). Naming stays uniform (`build_name_map`: "You", then `Speaker 2…`). Segment
IDs and the names-in-DB rule are unchanged; only the *source* of the spans changes.
### Phase 3.5 refinement — dual-channel capture (supersedes Phase 3's timeline, 2026-07-14)
The Phase 3 timeline above reconstructed the mic/far-side split *after the fact* from a summed-mono
`audio.wav` plus a `mic_activity.json` sidecar, masking the mic ranges before clustering. That was
reliable at stop but **fragile on reprocess** (re-aligning a sidecar against a mono mix — it
collapsed to a single speaker) and carried a parallel persistence path.
**Decision:** when the mic is enabled, record `audio.wav` as **stereo with the streams separated —
left = microphone ("You"), right = system/loopback ("Speaker")** instead of summing them. The
separation is then intrinsic to the recording:
- Diarization runs on the **right channel only** → `Speaker N`; "You" comes from **left-channel**
voice activity (`vad_spans`). The mic is never clustered, by construction.
- Reprocess recomputes both from the file — no sidecar, no masking; stop and reprocess agree.
- Transcription still downmixes (L+R) to the same summed mono; playback folds to mono and bundle
export folds to dual-mono so shared/played audio is normal.
- A `meetings.audio_layout` flag (`summed` | `split`, carried in the bundle manifest) distinguishes
recordings; existing `summed` recordings keep the blind-clustering + voiceprint path. On a stereo
render endpoint this is **size-neutral** (the file was already 2ch with the mic summed into both).
This **retires** `MicActivity` / `mic_activity.json` / masked diarization from Phase 3 (see the
retirement note at `attribute_split` in `commands.rs`); the capture-silence handling,
`diarize_samples`, and `build_name_map` naming are retained. Segment IDs and names-in-DB unchanged.
## Revisit if
A single model gives joint ASR + diarization with better accuracy, or whisper.cpp gains
production diarization.
+142
View File
@@ -0,0 +1,142 @@
# i18n migration tracking
Working doc for the incremental UI-string translation effort. The i18n **mechanism**
is done; this tracks moving the app's remaining hardcoded strings into the translation
files, one batch at a time. Tick boxes as views are converted.
> **Status (2026-07-12): migration complete.** All views and components (Batches A–F) are
> converted; `en.json` holds ~506 keys. Every user-facing English string flows through
> `t()`. What remains is intentionally-untranslated data (see the "Not translated" section)
> — plus the actual work of adding a second language, which is now just translating
> `en.json` into a new `<code>.json`.
- **Engine:** hand-rolled, zero-dependency. `src/lib/i18n/index.svelte.ts`
- **Baseline dictionary:** `src/lib/i18n/en.json` (English is the source-of-truth key set
**and** the fallback for any missing key)
- **Selector:** Settings → Language (`section === "language"`)
- **Scope decision:** display language is separate from the transcription `whisper_language`
setting — don't conflate them.
## What we translate (and what we never do)
**Translate: UI chrome only** — fixed labels, buttons, headings, placeholders,
empty/loading/status states, tooltips, and app-generated default *labels*.
**Never translate: user-authored content.** Meeting titles, tag names, notes, transcript
text, search snippets, dates — these are bound straight from data (`item.title`, tag
values, `s.text`, …) and stay exactly as the user wrote them. If a string comes from the
user or the recording, it does not get a key.
So "convert view X" always means "key its fixed labels", never "touch its content". Most
views are mostly content with a thin shell of labels — MeetingsList, for example, is ~10
fixed labels (search placeholder, empty states, filter/bulk-export labels) wrapped around
a list whose rows are pure user data.
> Caveat — the `"Untitled meeting"` **default title is generated in the Rust backend**, not
> the frontend, so it never reaches `t()`. Localizing app-generated defaults is a separate
> backend decision, out of scope for this frontend effort.
## How to convert a string (the pattern)
1. Add a key to `en.json`. Naming: `<area>.<subarea>.<name>`, dotted, grouped by view —
e.g. `nav.recording`, `settings.transcription.title`, `meetings.empty`.
2. Replace the literal in markup with `{t("key")}` (import `t` from `../i18n/index.svelte`).
3. Dynamic bits use placeholders: `t("meetings.count", { n })` against
`"meetings.count": "{n} meetings"`. Handle plurals with a caller-side ternary for now
(`n === 1 ? t("...one") : t("...many")`) — the engine is intentionally simple.
4. Attributes translate the same way: `title={t("...")}`, `aria-label={t("...")}`,
`placeholder={t("...")}`.
5. `npm run check` must stay at 0 errors/warnings.
> When adding a **new language** (not covered by this doc's batches): copy `en.json` to
> `<code>.json`, translate it, and register it in `DICTS` + `LOCALES` in
> `index.svelte.ts`. That one file is the whole job.
## Done
- [x] i18n engine + `en.json` baseline + Settings language selector (branch
`feature_chore_bug_007`)
- [x] `Settings.svelte` — nav labels (`nav.*`), the Language section
(`settings.language.*`), and the Transcription Language section
(`settings.transcription.*`)
- [x] `src/App.svelte` — app shell chrome (`app.*`): header (tagline, template
picker, record/stop/cancel/add-meeting, recording status, retention, backend,
device-notice), Settings button, consent + vault-unlock dialogs, pane toggles,
splitter labels, and JS strings (discard confirm, SR announcements, vault error).
- [x] `src/lib/views/MeetingsList.svelte` — labels only (`meetings.*`): search/filter/
bulk-export controls, empty/loading/status states, status badges (via
`statusLabel`), resume + delete, delete-confirm, and the pluralized export result.
List rows (titles/tags/dates/snippets) left as user data.
- [x] `src/lib/views/TranscriptNotes.svelte` — transcript + notes chrome (`transcript.*`,
`notes.*`): pane headings/toggles, reprocess controls, notes toolbar (bold/heading/
list/preview), export button tooltips + dialog filter names, empty states, segment
tooltips + note placeholders. Transcript/notes/speaker text left as user data.
- [x] `src/lib/views/SummaryPanel.svelte` — all panel chrome (`summary.*`): section
headings (Recording/Sync/Tags/Summary/Briefs/Action items/Calendar/Participants/
Speakers), buttons, placeholders, empty states, provider labels (via `providerLabel`;
brand names kept literal), action-item + brief + speaker controls. Summary text,
tags, brief content, participant/speaker names left as user data.
- [x] `src/lib/views/Settings.svelte` — **all sections** done (`settings.*`): the modal
shell (dialog title, Close), plus recording, hardware (incl. models/diarization),
storage (+ export/import status), calendar (.pst import/cleanup/events), sync
(targets + WebDAV/OAuth forms), AI (provider + Ollama advanced params), MCP
(transport/scope/token/access log), privacy (egress self-check + vault), about.
OLLAMA_OPTIONS param catalog labels/help left as data (config catalog, like model
ids); example URLs/model-id placeholders left literal.
- [x] Components (Batch F): `ConsentNotice` + `HostedAiBanner` (legal/consent copy,
`consent.*` / `hosted.*`), `ThemeToggle` (`theme.*`), `ImportMeeting` (`import.*`),
`TagChip` (`tagchip.*`), `LevelMeter` (`levelmeter.*`). `Splitter`'s `label` is
caller-supplied and already translated by the parent; no strings of its own.
## Outstanding — suggested batches
_None — all batches complete._ The section below is kept as a record of the plan.
Ordered roughly by user-visibility ÷ effort. Sizes are rough (line count / labeled
attributes) to help portion the work, not exact string counts. A file isn't "done" until
its visible text **and** its `title`/`aria-label`/`placeholder` attributes are keyed.
### ~~Batch A — app shell~~ ✅ done (branch `feature_chore_bug_007`)
Moved to the Done list above.
### ~~Batch B — meetings list~~ ✅ done (branch `feature_chore_bug_007`)
Moved to the Done list above.
### ~~Batch C — transcript & notes~~ ✅ done (branch `feature_chore_bug_007`)
Moved to the Done list above.
### ~~Batch D — summary panel~~ ✅ done (branch `feature_chore_bug_007`)
Moved to the Done list above.
### ~~Batch E — Settings, all sections~~ ✅ done (branch `feature_chore_bug_007`)
All nine sections + the modal shell converted, one commit per section. Moved to the Done
list above.
### ~~Batch F — components~~ ✅ done (branch `feature_chore_bug_007`)
Moved to the Done list above.
## Not translated (intentional)
- **User-authored content** — meeting titles, tag names, notes, transcript text, search
snippets. Bound from data; stays as the user wrote it (see "What we translate" above).
- App-generated defaults created in the backend (e.g. `"Untitled meeting"`) — a separate
backend concern; the frontend `t()` never sees them.
- Backend / Rust error messages surfaced via `WaError` — out of scope for the frontend
`t()`; revisit only if we localize command errors.
- Provider/proper names (Ollama, Anthropic, OpenAI, Obsidian, WebDAV, WhispAssist),
model ids, ISO language codes.
- Console/`tracing` logs.
## Batch log
Record each landed batch here (date / branch / commit) so progress is auditable.
| Date | Batch | Branch / commit | Notes |
|------|-------|-----------------|-------|
| 2026-07-12 | Infra + Settings nav/language/transcription | `feature_chore_bug_007` | engine + en.json + selector |
| 2026-07-12 | Batch A (App shell) + Batch B (MeetingsList) | `feature_chore_bug_007` | +~60 keys; `app.*`, `meetings.*` |
| 2026-07-12 | Batch C (TranscriptNotes) + Batch D (SummaryPanel) | `feature_chore_bug_007` | +~120 keys; `transcript.*`, `notes.*`, `summary.*`; en.json now 198 keys |
| 2026-07-12 | Batch E (Settings, all 9 sections + shell) | `feature_chore_bug_007` | +~270 keys; `settings.*`; en.json now 470 keys; one commit per section |
| 2026-07-12 | Batch F (components) | `feature_chore_bug_007` | +~36 keys; `consent.*`/`hosted.*`/`theme.*`/`import.*`/`tagchip.*`/`levelmeter.*`; en.json now 506 keys — migration complete |
@@ -0,0 +1,243 @@
# Phase 3 design sketch: per-stream speaker attribution (FR-SPK)
Status: **signed off & in progress**, 2026-07-13. Deepens Phase 3 of
[`2026-07-13-diarization-speaker-accuracy.md`](./2026-07-13-diarization-speaker-accuracy.md).
The §§1–8 below are the original sketch (ADR-0005 review + alternatives); the **finalized
design** the user signed off on is at the top and supersedes the RMS-dominance heuristic.
---
## Finalized design (signed off 2026-07-13)
Simpler than the sketch's dominance heuristic, because the user records on **headphones** so the
mic never hears the far side (no bleed):
> **The microphone stream is "You" by definition. Diarization runs on the loopback (speaker)
> audio only, never the mic. Any loopback speaker is "Speaker N".**
Mechanism, all in **`audio.wav` frame time** (so You-spans and sherpa-spans share one clock):
1. **Mic-activity timeline** — captured in the loopback writer, the one place mic and loopback
exist separately in `audio.wav`'s timebase (`capture_loop`, where `bridge.pull()` is folded
in). Per 100 ms, flag whether the pulled mic chunk was speech-level (reuse `VOICE_ENERGY_FLOOR`).
Held in a shared `MicActivity` (sibling to `VoiceSample`); persisted for reprocess.
2. **At stop / reprocess:**
- Collapse active windows → **"You" spans** (dropping sub-`MIN_SPAN_MS` blips).
- **Mask** the You ranges out of `audio.wav` (zero them) and run sherpa on the remainder → far
side splits into **"Speaker N"** spans. Clustering never sees the mic, so the mic can't
pollute or merge with a far-side cluster.
- Merge span lists; `assign_by_overlap` unchanged.
3. **Voiceprint (Phase 1/2) becomes the fallback** for meetings with no timeline (imports, older
recordings). Live-tick voiceprint "You" is retired once the timeline drives labels.
Timebase note: with the capture-silence fix (FR-CAP-7) `audio.wav` is now continuous, so the
frame-indexed timeline aligns cleanly with what sherpa reads back via `read_wav_mono_16k`.
Implementation status (all landed 2026-07-13/14): **(a)** `MicActivity` struct + capture wiring —
done; **(b)** stop-path attribution + masked diarize (`phase3_attribute`) — done; **(c)** persist
`mic_activity.json` + reprocess uses it (imports fall back, no timeline) — done; **(d)** ADR-0005 +
`docs/02`/`03` amended — done. **Not yet done:** empirical user test; and the *live* 15s tick still
uses the Phase 2 voiceprint, not the timeline (a later polish so live labels match the stop result).
---
_Original sketch (ADR-0005 review, risks, alternatives) follows._
Phases 0–2 shipped: cluster explosion tamed (0.7 + 700 ms floor), reprocess re-diarizes with a
persistent `voiceprint.wav`, and live "You" reaches the UI. Those all still treat diarization as
**blind clustering of a summed mono signal**, then guess which cluster is the mic. Phase 3
removes the guess for the mic side by using information WA throws away today.
---
## 1. ADR-0005 review — what it commits us to
ADR-0005 (Accepted, 2026-06-30) decides: sherpa-onnx offline diarization (pyannote segmentation
+ ERes2Net embedding + clustering), behind the `diarization::Diarizer` trait, run as a
**post-processing pass over recorded audio**, aligned to whisper segments by **timestamp
overlap**. Speaker IDs (`S1`…) are internal/stable; names map in the DB, applied at render time,
**never rewritten onto segments**.
What Phase 3 must respect vs. what it may change:
- **Keeps (contract-level):** the `Diarizer` trait, post-pass-over-audio model, `SpeakerSpan`
→ segment alignment by overlap (`assign_by_overlap`), stable internal labels, names-in-DB.
Phase 3 produces *more* `SpeakerSpan`s from a better source; it does not rewrite segments or
move naming.
- **Bends (needs the ADR noted/updated):** ADR-0005 assumes one clustering pass over "the
recorded audio." Phase 3 introduces a **second, non-clustered source of spans** (the mic
activity timeline) and restricts clustering to the **far-side** audio. That is new enough to
warrant an ADR amendment or a short ADR-0005a, because a future reader will otherwise expect
all spans to come from sherpa.
- **ADR's "Revisit if"** (joint ASR+diarization model, or whisper.cpp diarization) is unrelated
— Phase 3 is orthogonal and does not trigger it.
Conclusion: Phase 3 fits inside the trait and the overlap-alignment contract. The only doc debt
is recording that "mic-dominant spans bypass clustering," which is a genuine deviation from
ADR-0005's single-source assumption. **Recommend: amend ADR-0005** (Consequences section) rather
than a new ADR — same decision, refined.
---
## 2. The asset we currently discard
When the mic is enabled (FR-CAP-7), `start_recording` (`commands.rs:342`) wires two independent
16 kHz-mono streams into `spawn_mixer` (`audio/mod.rs:1020`). The `Mixer` (`audio/mod.rs:979`)
holds `loopback` and `mic` **time-aligned in the same buffer** and sums them sample-for-sample
into the transcript stream — then the per-stream identity is **gone**. Diarization later reads
`audio.wav` (the summed signal) and has to reverse-engineer which cluster was the mic. That
reversal is the entire reason `voiceprint.rs` exists.
Two facts make this cheap to exploit:
1. **Per-stream RMS already exists.** `audio_level(mono, mic)` (`audio/mod.rs:522`) runs on every
WASAPI chunk for *both* directions (`is_loopback` at :564, emitted at :678). We already know,
per ~10 ms chunk, how loud each side is. We just don't persist it against time.
2. **The two streams are already aligned at the mixer**, in the **same timebase the transcript
segments derive from** (the streaming worker consumes the mixer's summed output; segment
timestamps are cumulative-samples-fed / 16). So a timeline indexed by cumulative mixer-output
samples shares the segments' clock — tighter than sherpa spans, which come from `audio.wav`.
---
## 3. Core idea
> The mic stream is a **known** speaker. Don't cluster to find it — record when it's dominant,
> call those spans "You", and run sherpa only on the **far-side** audio to split the *other*
> participants.
Pipeline at stop (mic enabled + retained):
```
mixer ─┬─► loopback samples ──► [far-side WAV] ──► sherpa cluster ──► Speaker 2..N spans
│ │
└─► mic vs loopback RMS per 100 ms ──► mic-dominant ranges ──► "You" spans
│
merge span lists ──► assign_by_overlap ──► segments
```
The mic-dominant spans need no embedding, no clustering, no voiceprint — they are attribution by
construction. Voiceprint (Phases 1–2) stays as the **fallback** for meetings without a timeline
(imports, pre-Phase-3 recordings, mic-disabled meetings).
---
## 4. The two real risks (why this needs sign-off, not just a ticket)
### 4a. Acoustic bleed — the mic is not purely "You"
Without echo cancellation (WA has none — fully local, minimal), a user on **speakers** (not
headphones) has the far side playing into the room and back into the mic. Naive "mic has signal →
You" would attribute the far side to the user whenever the far side is loud.
Mitigation (this is why the parent plan says *mic-**dominant**,* not *mic-active*): a range is
"You" only when **mic RMS meaningfully exceeds loopback RMS** in that window (e.g.
`mic_rms > k · loopback_rms` with `k ≈ 2`, plus an absolute mic-VAD floor so silence isn't
"You"). When both are comparably loud → treat as far-side/ambiguous, let sherpa/overlap decide.
This degrades gracefully: headphone users get near-perfect mic isolation; speaker users get
"You" only on clear self-speech and fall back to the old behavior during overlap. **`k` is a
calibration knob, not a constant to bury** — real rooms differ.
### 4b. Timebase — three clocks, currently reconciled by tolerance
- **Segments** are in *mixer-output* time (streaming worker over the summed stream).
- **sherpa spans** are in *`audio.wav`* time (loopback thread's byte-accurate WAV, mic bridged in
at native rate then resampled to 16 kHz on read).
- The **new mic-timeline** would be in *mixer-output* time.
Today `assign_by_overlap` already bridges segments↔sherpa-spans across the first two clocks and
tolerates the small skew. Phase 3 merges a *third* source. The mic-timeline is actually the
**closest** to segment time (shared origin), so aligning You-spans to segments is *more* reliable
than sherpa's. The residual risk is only that You-spans (mixer time) and Speaker-2..N spans
(`audio.wav` time) coexist in one merged list with a small relative skew at the boundaries. In
practice that costs at most a fraction of a `MIN_SPAN_MS` at each turn boundary — below segment
granularity. **Verification item, not a blocker.** If it proves visible, the clean fix is to run
the far-side sherpa pass over the mixer's *loopback lane* buffered to a WAV rather than over
`audio.wav`, putting everything on one clock; heavier, so deferred until measured.
---
## 5. Concrete design
**Capture (live, near-zero cost).** Add a mic-activity accumulator the mixer writes to. In
`Mixer::drain_ready` (or the `mixer_loop`), for each emitted window compute `mic_rms` and
`loopback_rms` over the aligned overlap (samples are already in hand there) and append a coarse
flag per 100 ms:
```rust
// audio/mod.rs — new, alongside Mixer
struct MicActivity { flags: Vec<bool>, /* one per 100 ms of mixer output */ }
// ponytail: Vec<bool> at 10 Hz = 10 bytes/s ≈ 36 KB/hour. No ring buffer, no config.
```
Expose it via the same `Arc` sharing pattern `VoiceSample` uses so `stop_recording` can read it.
Reuse `audio_level`'s RMS math — do **not** add a second RMS implementation.
**Persist (retained meetings).** At stop, alongside `voiceprint.wav`, write the timeline as
`mic_activity.json` (or pack into an existing artifact) so **reprocess** can reuse it — same
ADR-0009 retention/consent gate as `voiceprint.wav`, same lives-and-dies-with-`audio.wav` rule
(delete it everywhere `audio.wav` is deleted). Tiny, plaintext-or-sealed to match.
**Attribute (stop + reprocess).**
1. Collapse the flag timeline into `You` `SpeakerSpan`s (merge adjacent flags, drop runs
`< MIN_SPAN_MS`, reuse Phase 0's floor).
2. Build a **far-side-only** 16 kHz signal: zero out (or excise) mic-dominant ranges from the
loopback lane, run the existing `SherpaDiarizer::diarize` over it → `Speaker 2..N` spans
(label numbering starts at 2, mirroring `voiceprint::build_name_map`).
3. Merge the two span lists; `assign_by_overlap` unchanged.
4. Fallback chain: no timeline → today's Phase-1/2 voiceprint path; no models → raw `S1`.
**Contract/doc changes.**
- Amend **ADR-0005** Consequences: "mic-dominant spans are attributed directly from a per-stream
activity timeline and bypass clustering; sherpa runs on the far-side residual only."
- `docs/02-architecture.md` data-flow: note the mixer emits a mic-activity side-channel.
- `docs/03-data-model.md`: add `mic_activity.json` to the meeting-dir list (like `voiceprint.wav`).
- No new egress; no new default-on setting; `k` threshold lives in code with a calibration comment.
**Tests.**
- Unit: flag-run → span collapse (boundaries, sub-`MIN_SPAN_MS` drop) — pure, table-driven.
- Unit: dominance classifier (`mic`, `loop` RMS pairs → You / far / ambiguous), incl. the bleed
case (both loud → not You).
- Manual: 2-person call on **headphones** → exactly "You" + 1 speaker, near-zero errors; repeat
on **speakers** → verify bleed doesn't mislabel far-side as You.
---
## 6. Alternatives considered (and why not)
- **Do nothing / stop at Phase 2.** Legitimate. Phases 0–2 already fix the reported bugs
(83-cluster explosion, reprocess collapse, live "You"). Phase 3 is an **accuracy ceiling
raise**, not a bug fix. *If 2-person calls are the dominant case and Phase 2's voiceprint "You"
tests well in the field, Phase 3 may not clear the cost/benefit bar — measure Phase 2 first.*
This is the ponytail-honest recommendation: **verify Phase 2 empirically before building 3.**
- **"Mic active → You" (no dominance test).** Simpler, but wrong under speaker bleed (4a). The
dominance test is the minimum that survives real rooms.
- **Full source separation / AEC.** Much larger, new deps, defeats "minimal + local." The
dominance heuristic gets ~90 % of the benefit for ~5 % of the effort.
- **Better voiceprint only** (bigger sample, re-match every tick — already done in Phase 2).
Still bottlenecked on sherpa's ability to *form* a clean mic cluster in the summed signal;
Phase 3's point is to stop relying on that.
---
## 7. Open questions for sign-off
1. **Build it now, or verify Phase 2 first?** Recommendation: run the empirical 2-person
re-diarization (outstanding for Phases 0–2) and a Phase-2 live "You" check **before**
committing to Phase 3. If Phase 2 accuracy is acceptable, Phase 3 becomes optional.
2. **Dominance threshold `k` and mic-VAD floor** — accept a code-constant default with a
calibration comment (proposed), or expose a hidden setting? Recommendation: constant first.
3. **Far-side signal construction** — zero-out mic-dominant ranges in the loopback lane (simple,
preserves timeline) vs. excise-and-concat (shorter audio, shifts timestamps → needs remap).
Recommendation: **zero-out**, keeps one timebase.
4. **ADR: amend 0005 vs. new ADR-0005a?** Recommendation: amend.
5. **Scope of `mic_activity.json`** — persist for reprocess (proposed) or compute live-only and
accept that reprocess falls back to voiceprint? Persisting is cheap and keeps reprocess at
parity.
## 8. Rough effort
Backend-only until the far-side pass; no frontend change (labels already flow via Phase 2). Est.
~1–1.5 days: mixer side-channel + accumulator (½ day), span collapse + far-side pass + merge
(½ day), persistence + reprocess wiring + docs/tests (½ day). Contained, reversible, behind the
existing mic-enabled + retention gates.
@@ -0,0 +1,137 @@
# Fix plan: speaker diarization accuracy ("You", live labels, 83-speaker explosion)
Status: planned 2026-07-13 (v0.5.2). Investigation confirmed in code; see memanto memories
`a9e5f29e` (diagnosis) and the entry referencing this file (fix order). Execute phases **in
order** — each phase is independently shippable and verifiable, and later phases assume
earlier ones landed.
## Symptoms (user report, all reproduced against code)
1. Live recording shows `S1` for every line; the user's own speech should show "You".
2. Post-stop diarization of a 2-person conversation produced **83** speakers.
3. Re-transcribing (English Medium) collapsed every segment to speaker "You".
## Root causes (verified anchors)
| # | Cause | Anchor |
|---|-------|--------|
| A | Live segments always carry the pre-diarization `"S1"` placeholder | `src-tauri/src/transcription/mod.rs:222`, emitted at `src-tauri/src/commands.rs:480` |
| B | The 15s provisional diarization tick relabels only the backend buffer and emits `diarization://updated`, which **no frontend code listens to** (`src/lib/api.ts` has no listener); live view renders raw labels with no name map (`src/lib/views/TranscriptNotes.svelte:527`) | `src-tauri/src/commands.rs:509-567` |
| C | "You" (mic voiceprint match) runs only in `stop_recording`, never live | `src-tauri/src/commands.rs:666-695`, `src-tauri/src/diarization/voiceprint.rs` |
| D | `reprocess_transcript` never diarizes: fresh segments all default to `"S1"`, then the meeting's **stale** name map (`S1 → "You"` from the original run) is reused, so the whole transcript renders "You" | `src-tauri/src/commands.rs:1646-1742` |
| E | Clustering over the **summed mic+loopback mono** WAV with `num_clusters: -1, threshold: 0.5` over-clusters badly (overlapped speech → mixed embeddings; short pyannote chunks → unstable ERes2Net embeddings) | `src-tauri/src/diarization/mod.rs:68-75` |
---
## Phase 0 — Tame the cluster explosion (do first; everything else is useless at 83 clusters)
Smallest possible change, lands before Phase 1 so re-diarization doesn't reproduce the
83-speaker mess.
1. In `SherpaDiarizer::new` (`src-tauri/src/diarization/mod.rs:73`) raise `threshold` from
`0.5` to `0.7` as a code constant with a comment naming the tuning evidence (83 clusters
for 2 speakers at 0.5 on mixed mono audio). sherpa fast-clustering semantics: larger
threshold → fewer clusters. Do **not** add a settings knob yet.
2. In `segment_to_span`'s caller (`SherpaDiarizer::diarize`), drop spans shorter than
700 ms before returning — sub-second chunks carry unstable embeddings and only cause
label churn in `assign_by_overlap` (which already keeps a segment's prior label when no
span overlaps).
3. Unit test: spans under the minimum are filtered; existing overlap tests still pass.
4. **Verify empirically**: re-run diarization over the user's retained 2-person recording
(the 0.5.2 test meeting) and confirm the cluster count lands near 2–4, not 83. If 0.7
still over-clusters, try 0.8 before considering per-meeting configurability.
Acceptance: 2-person retained recording diarizes to ≤4 speakers.
## Phase 1 — `reprocess_transcript` re-diarizes + persistent mic voiceprint (fixes "everything is You")
1. **Persist the voiceprint at stop.** In `stop_recording`
(`src-tauri/src/commands.rs` after the transcription worker join), when
`session.mic_voice_sample` exists **and** `session.retention` is on, write the mic
sample as 16 kHz mono `voiceprint.wav` next to `audio.wav` in `meeting_dir(&meeting_id)`.
ADR-0009 gate: it is retained audio of the user's voice, so it lives and dies with
`audio.wav` — every code path that deletes `audio.wav` (retention off at finalize,
delete-recording command) must delete `voiceprint.wav` too. Update
`docs/03-data-model.md` (meeting dir file list).
2. **Re-diarize on reprocess.** In `reprocess_transcript` (`src-tauri/src/commands.rs:1646`),
after `transcribe_file`: build the diarizer via `diarizer_from_installed_models`
(inside `spawn_blocking`, same as `stop_recording`), `diarize(&wav_path)`, then
`assign(&mut segments, &spans)`. Missing models → skip gracefully (same degradation as
live).
3. **Rebuild the name map instead of reusing the stale one.** Old labels are meaningless
after re-clustering. If `voiceprint.wav` exists, run
`voiceprint::match_mic_speaker` against the new spans to get a fresh
`You`/`Speaker N` map; otherwise use an empty map (raw `S1…` labels).
Pass `speaker_infos_from_segments(&segments, &new_names)` to `finalize_meeting`
instead of `meeting.speakers` (`src-tauri/src/commands.rs:1713`), and persist the new
names via the store the same way `stop_recording` does. Deliberate policy: user-typed
names from the original run are dropped on reprocess because they key to dead labels —
note this in the command's doc comment.
4. `import_media` reuses this path (`commands.rs:1825` "same batch path"); confirm imported
meetings get diarized speakers too (they have no voiceprint — expect raw labels).
5. Tests: unit test the fresh-name-map policy (stale map not reused); manual: re-transcribe
the 0.5.2 meeting with English Medium → segments show distinct speakers, the user's own
lines show "You".
Acceptance: re-transcription yields per-speaker labels again, with "You" on the mic
speaker when a voiceprint exists; never a single-speaker collapse.
## Phase 2 — Live labels reach the UI, including live "You" (fixes "S1 for everyone")
Backend (`src-tauri/src/commands.rs`, the 15s tick at 509–567):
1. After `diarizer.assign` in the tick, **re-emit every committed segment whose speaker
changed** via the existing `transcript://segment` event (ids are stable; the frontend
store already replaces by id — `src/lib/stores/recording.svelte.ts:49-53`). No new
event needed for relabeling.
2. In the same tick, run `voiceprint::match_mic_speaker` with
`session.mic_voice_sample.samples()` against the fresh spans (clusters re-shuffle every
tick, so match every tick; candidate audio is already capped at 10 s per cluster).
Merge results into `session.speaker_names` **without overwriting user-set names** —
same already-named guard as the post-stop pass (`commands.rs:676-683`). The tick's
existing `diarization://updated` emit then carries the "You" display name.
3. Frontend: add an `onDiarizationUpdated` listener to `src/lib/api.ts` (payload
`{ meetingId, speakers: SpeakerInfo[] }`, already documented in
`docs/04-api-contracts.md:188`). Recording store gains a `speakers` state updated by
it; live rendering at `TranscriptNotes.svelte:527` passes that list to `speakerName`
(the finalized path at :344 already does this).
4. Docs: note in `docs/04-api-contracts.md` that `transcript://segment` may re-emit a
committed segment with an updated `speaker` (replace-by-id contract).
5. Tests: frontend store test — a re-emitted segment with the same id replaces the old
one; manual: during a live 2-person call, own speech flips to "You" within ~15–30 s.
Acceptance: during recording, labels differentiate speakers and the mic speaker shows
"You" while talking (within one tick), not just after stop.
## Phase 3 — Per-stream attribution (accuracy end-game, larger change, needs design sign-off)
Blind clustering of a summed mono signal is the ceiling on accuracy. WA knows which
samples are mic before `spawn_mixer` sums them (`commands.rs:342-371`,
`src-tauri/src/audio/mod.rs` MicBridge/mixer). Design sketch — do NOT start without
reviewing ADR-0005 and getting sign-off, since it changes the diarization contract:
- Record a coarse mic-activity timeline during capture (e.g. per-100 ms mic-RMS-dominant
flags, negligible memory).
- At stop: mic-dominant ranges become "You" spans directly; run sherpa only over the
remaining (far-side) ranges to split the *other* participants; merge span lists before
`assign_by_overlap`.
- Voiceprint match remains as fallback for meetings without the timeline (imports, old
recordings).
- Update ADR-0005 (or add a new ADR) + `docs/02-architecture.md` data flow.
Acceptance: 2-person call yields exactly "You" + 1 speaker with near-zero attribution
errors on non-overlapping speech; overlapping speech attributes to the dominant stream.
---
## Cross-cutting rules for the executing agent
- CLAUDE.md applies in full: `cargo fmt` + `cargo clippy -- -D warnings`, no
`unwrap()`/`expect()` on user-reachable paths, conventional commits referencing
FR-SPK-*, commit each file right after finishing it (one commit per file), docs updated
in the same change when contracts move.
- Memory discipline: `memanto agent activate whispassist` first; `memanto remember` every
decision/tuning result (especially the empirical threshold from Phase 0) with full
metadata; record phase completion so the next agent knows where to resume.
- No new egress, no new settings defaults ON; `voiceprint.wav` is local retained audio
under the existing ADR-0009 consent/retention gate.
@@ -0,0 +1,150 @@
# Plan: dual-channel capture (mic = left, loopback = right) — FR-SPK / FR-CAP
Status: **implemented** 2026-07-14 (all 3 sign-off answers: DB column; retire MicActivity with a
code note; export → dual-mono). Migration 0009 + `write_wav_split` + `attribute_split` +
`fold_wav` + ADR-0005 Phase 3.5. Supersedes the summed-mono + masked-diarize approach
in [`2026-07-13-diarization-phase3-per-stream-attribution.md`](./2026-07-13-diarization-phase3-per-stream-attribution.md).
The proposed **ADR-0005 amendment** is at the bottom — apply it on approval.
## Motivation
Every diarization problem this month traces to one root: **`audio.wav` is a summed mono mix** of
mic + loopback, so the two sources are irrecoverable after the fact. Phase 3 works around that by
(a) recording a separate `mic_activity.json` "You" timeline and (b) diarizing the mix with the You
ranges masked out. It works at stop but is fragile on **reprocess** — the persisted timeline has to
re-align against freshly-transcribed segments over a mono mix, and it currently collapses to a
single "Speaker 2". The timelines are being written correctly (verified: real `you_spans`), so the
failure is the masked-mono re-alignment itself, not the capture.
**Fix the root, not the instance:** keep both sources *physically separate in the recording* by
recording **stereo — left channel = microphone ("You"), right channel = system/loopback
("Speaker")**. The separation then lives in the file forever; reprocess and diarization always have
both streams; no sidecar timeline, no masking, no summed-mono clustering.
## Key facts that make this cheap
- `audio.wav` is **already 2-channel** on a normal (stereo) render endpoint — today we *sum the mic
into both channels*. Writing mic→L and loopback(downmixed)→R is the **same channel count, same
bytes** — no size increase in the common case.
- Transcription already downmixes to mono: `read_wav_mono_16k` averaging L+R of a split file yields
`(mic + loopback)/2` = the same summed signal it gets today, so **transcription is unchanged**.
- The mic↔loopback alignment machinery (`MicBridge`, the drain fix, the capture-silence fix) carries
over unchanged — we just route the aligned samples to two channels instead of summing them.
## Design
### 1. Capture write path (`audio`)
- Force the recording spec to **2ch, 16-bit, native rate** when the mic is enabled ("split"
layout). Loopback-only (mic off) keeps today's behavior.
- New writer (replacing `write_wav_bytes`'s summing for split recordings): per frame,
**L = mic sample** (0 when the mic underran), **R = downmix(loopback channels)**.
- Idle path (loopback silent): **L = drained mic, R = 0** — same silence-synthesis + device-paced
drain we just fixed, now writing to L instead of summing.
### 2. Layout versioning (distinguish old "summed" from new "split")
Content alone can't tell a summed-stereo file from a split-stereo one, so mark it explicitly:
- Add `audio_layout TEXT` to the `meetings` row: `'summed'` (default / NULL for all existing rows
and imports) or `'split'` (new mic-enabled recordings).
- Include it in the **`MeetingBundle` manifest** so exported recordings stay interpretable on
another machine.
- Playback and diarization branch on it; old recordings keep every current code path untouched.
### 3. Read helpers (`audio`)
- `read_wav_mono_16k` — **unchanged** (downmix all channels → mono 16k). Used for transcription of
both layouts; on a split file it returns the summed signal, exactly as wanted.
- New `read_wav_channel_16k(path, channel)` — extract one channel → mono 16k. Diarization reads the
**right** channel (far side); "You" detection reads the **left** (mic).
### 4. Diarization / attribution (`commands`) — *simpler* than Phase 3
For a **split** recording, one path replaces the timeline + masking:
```
far_spans = diarizer.diarize_samples( read_wav_channel_16k(wav, RIGHT) ) // clean far side
you_spans = vad_spans( read_wav_channel_16k(wav, LEFT) ) // energy-windowed mic
merge + assign_by_overlap + build_name_map("You") // You + Speaker N
```
- The mic is **never** in the clustering input — structurally, not procedurally.
- `vad_spans` is the `MicActivity` windowing logic (energy floor + 100 ms windows) applied to the L
channel from the file — so **stop and reprocess share one path** and produce identical results.
- **This deletes `MicActivity`, `mic_activity.json` (persist + read + delete), and `mask_ranges`.**
Net: less code than the current Phase 3.
- Mic-off (`'summed'`) recordings keep the whole-signal pass + voiceprint fallback.
### 5. Playback (`commands::serve_recording`)
- A split file plays mic-in-left / computer-in-right — wrong for a listener. On playback, **downmix
L+R → mono** (dual-mono) so both sources come out both ears.
- `serve_recording` already reads+decrypts the whole file into memory; add a downmix-to-mono step
for `'split'` layout and serve that mono WAV (range/seek computed over the transcoded bytes).
`'summed'` files stream as today.
### 6. Migration & portability
- **Existing recordings** (`'summed'`): every current path unchanged. Their reprocess falls back to
the voiceprint match (acceptable — they predate split). We may retire the `MicActivity`/mask code
once split is default; the handful of recent test recordings lose Phase 3 on reprocess, which is
fine.
- **Bundle export**: export **downmixes the canonical split `audio.wav` to mono** so a shared file
plays normally in any player; the working file stays split for WA's own re-processing.
## What this removes / simplifies
| Removed | Replaced by |
|---|---|
| `MicActivity` struct + capture wiring | L-channel VAD read from the file |
| `mic_activity.json` (write/read/delete) | nothing — recompute from L channel |
| `mask_ranges` + masked diarize | diarize the R channel directly |
| stop vs reprocess divergence | one shared split-attribution path |
The capture-silence fix, the device-paced `drain`, `diarize_samples`, and the `build_name_map`
naming all **stay**.
## Costs / risks (none fatal)
- **New code:** split writer, `audio_layout` column + migration + manifest field, channel read
helper, playback downmix, `vad_spans`, and the split-vs-summed branch. Bigger than a patch, but
it *retires* comparable Phase 3 code.
- **Loopback stereo image lost** (R = loopback downmixed to mono) — irrelevant for speech.
- **Mono render endpoint** (rare): 1ch→2ch doubles that recording's size.
- **Raw file plays split** in a third-party player until exported (export downmixes) — minor.
- **Clock drift** between mic/loopback now shows as tiny L/R desync instead of dropped summed
samples — harmless (diarization tolerates it; playback sums it away).
## Open questions for sign-off
1. Layout marker: **DB column** (proposed) vs. a self-describing WAV chunk? DB column is simpler and
travels via the bundle manifest; recommend it.
2. Retire `MicActivity`/`mask_ranges` outright, or keep them for existing `'summed'` recordings'
reprocess? Recommend **retire** (summed → voiceprint fallback) to avoid two live systems.
3. Export downmix to mono — agree that's the right default for shared/synced copies?
## Implementation order
1. `audio_layout` column + `MeetingBundle` field + read on `get_meeting` (no behavior yet).
2. Split writer + force 2ch when mic on; set `audio_layout='split'`. (`audio` + `start_recording`.)
3. `read_wav_channel_16k` + `vad_spans`; split-attribution path in stop + reprocess.
4. Playback downmix for split; bundle-export downmix.
5. Delete `MicActivity` / `mic_activity.json` / `mask_ranges`; update tests.
6. Apply the ADR-0005 amendment + update `docs/02`/`03`.
---
## Proposed ADR-0005 amendment (apply on approval)
> ### Phase 3.5 refinement — dual-channel capture (FR-SPK/FR-CAP, 2026-07-14)
>
> The Phase 3 per-stream attribution (above) reconstructs the mic/far-side split *after the fact*
> from a summed-mono `audio.wav` plus a `mic_activity.json` timeline, then masks the mic ranges
> before clustering. This is reliable at stop but fragile on reprocess (re-aligning a sidecar
> timeline against a mono mix), and it carries a parallel persistence path.
>
> **Decision:** when the microphone is enabled, record `audio.wav` as **stereo with the streams
> separated — left = microphone ("You"), right = system/loopback ("Speaker")** — instead of summing
> them. The separation is then intrinsic to the recording:
> - Diarization runs on the **right channel only** → `Speaker N`; "You" comes from **left-channel**
> voice activity. The mic is never clustered, by construction.
> - Reprocess recomputes both from the file — no sidecar timeline, no masking.
> - Transcription still downmixes (L+R) to the same summed mono it uses today; playback and bundle
> export downmix to mono so shared/played audio is normal.
> - A `meetings.audio_layout` flag (`summed` | `split`, in the bundle manifest for portability)
> distinguishes recordings; existing `summed` recordings keep the original blind-clustering +
> voiceprint path. On a stereo render endpoint this is **size-neutral** (the file was already 2ch
> with the mic summed into both).
>
> This **supersedes** `MicActivity` / `mic_activity.json` / masked diarization from Phase 3; the
> capture-silence handling, `diarize_samples`, and the `build_name_map` naming are retained. Segment
> IDs and the names-in-DB rule are unchanged.
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "whispassist",
"private": true,
"version": "0.1.5",
"version": "0.6.0",
"type": "module",
"description": "Privacy-first, fully local Windows meeting assistant.",
"license": "MIT OR Apache-2.0",
+85 -7
View File
@@ -71,7 +71,7 @@ checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
dependencies = [
"base64ct",
"blake2",
"cpufeatures",
"cpufeatures 0.2.17",
"password-hash",
]
@@ -475,7 +475,18 @@ checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
"cpufeatures 0.2.17",
]
[[package]]
name = "chacha20"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
dependencies = [
"cfg-if",
"cpufeatures 0.3.0",
"rand_core 0.10.1",
]
[[package]]
@@ -485,7 +496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
dependencies = [
"aead",
"chacha20",
"chacha20 0.9.1",
"cipher",
"poly1305",
"zeroize",
@@ -626,6 +637,15 @@ dependencies = [
"libc",
]
[[package]]
name = "cpufeatures"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
dependencies = [
"libc",
]
[[package]]
name = "crc"
version = "3.4.0"
@@ -1492,6 +1512,7 @@ dependencies = [
"cfg-if",
"libc",
"r-efi 6.0.0",
"rand_core 0.10.1",
]
[[package]]
@@ -1795,6 +1816,12 @@ version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
version = "1.10.1"
@@ -1808,6 +1835,7 @@ dependencies = [
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"smallvec 1.15.2",
@@ -2209,7 +2237,9 @@ version = "3.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c"
dependencies = [
"byteorder",
"log",
"windows-sys 0.60.2",
"zeroize",
]
@@ -3138,7 +3168,7 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
dependencies = [
"cpufeatures",
"cpufeatures 0.2.17",
"opaque-debug",
"universal-hash",
]
@@ -3437,6 +3467,17 @@ dependencies = [
"rand_core 0.9.5",
]
[[package]]
name = "rand"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
dependencies = [
"chacha20 0.10.1",
"getrandom 0.4.3",
"rand_core 0.10.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
@@ -3475,6 +3516,12 @@ dependencies = [
"getrandom 0.3.4",
]
[[package]]
name = "rand_core"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
[[package]]
name = "raw-window-handle"
version = "0.6.2"
@@ -3697,18 +3744,28 @@ checksum = "cc4c9c94680f75470ee8083a0667988b5d7b5beb70b9f998a8e51de7c682ce60"
dependencies = [
"async-trait",
"base64 0.22.1",
"bytes",
"chrono",
"futures",
"http",
"http-body",
"http-body-util",
"pastey",
"pin-project-lite",
"rand 0.10.2",
"reqwest 0.13.4",
"rmcp-macros",
"schemars 1.2.1",
"serde",
"serde_json",
"sse-stream",
"thiserror 2.0.18",
"tokio",
"tokio-stream",
"tokio-util",
"tower-service",
"tracing",
"uuid",
]
[[package]]
@@ -4156,7 +4213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"cpufeatures 0.2.17",
"digest",
]
@@ -4167,7 +4224,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
"cfg-if",
"cpufeatures",
"cpufeatures 0.2.17",
"digest",
]
@@ -4543,6 +4600,19 @@ dependencies = [
"url",
]
[[package]]
name = "sse-stream"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3962b63f038885f15bce2c6e02c0e7925c072f1ac86bb60fd44c5c6b762fb72"
dependencies = [
"bytes",
"futures-util",
"http-body",
"http-body-util",
"pin-project-lite",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.1"
@@ -5973,15 +6043,21 @@ dependencies = [
[[package]]
name = "whispassist"
version = "0.1.5"
version = "0.6.0"
dependencies = [
"argon2",
"async-trait",
"bytes",
"chacha20poly1305",
"chrono",
"docx-rs",
"futures-util",
"getrandom 0.2.17",
"hound",
"http",
"http-body-util",
"hyper",
"hyper-util",
"keyring",
"ort",
"printpdf",
@@ -6000,6 +6076,8 @@ dependencies = [
"tauri-plugin-dialog",
"thiserror 1.0.69",
"tokio",
"tokio-util",
"tower-service",
"tracing",
"tracing-subscriber",
"uuid",
+32 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "whispassist"
version = "0.1.5"
version = "0.6.0"
description = "Privacy-first, fully local Windows meeting assistant"
authors = ["WhispAssist contributors"]
license = "MIT OR Apache-2.0"
@@ -23,10 +23,13 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
async-trait = "0.1"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "fs"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "fs", "io-util", "net"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1", features = ["v4"] }
# Local<->UTC, DST-aware — needed for calendar recurrence (T6.2); already in
# the dependency tree transitively (sqlx), this just promotes it to direct.
chrono = { version = "0.4", default-features = false, features = ["clock"] }
# storage
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite", "migrate"] }
@@ -43,8 +46,27 @@ argon2 = "0.5"
chacha20poly1305 = "0.10"
getrandom = "0.2"
zeroize = "1" # wipe key material from memory on lock
keyring = { version = "3", optional = true } # OS credential store (sync + AI creds)
rmcp = { version = "0.16", optional = true, features = ["server"] } # MCP server (ADR-0011)
keyring = { version = "3", optional = true, features = ["windows-native"] } # OS credential store (sync + AI creds); windows-native = real Credential Manager (else keyring 3.x uses a no-op mock store)
# MCP server (ADR-0011). `client`/`transport-streamable-http-client-reqwest`
# are only ever constructed by this crate's own in-process tests (an actual
# MCP client talking to our loopback server) -- WA never opens an outbound
# MCP connection at runtime, so this adds no egress (FR-MCP-7).
rmcp = { version = "0.16", optional = true, features = [
"server", "transport-streamable-http-server", "transport-io",
"client", "transport-streamable-http-client-reqwest",
] }
# Low-level HTTP glue for the Streamable HTTP transport: `rmcp`'s
# `StreamableHttpService` is a bare `tower_service::Service`, so something has
# to actually accept TCP connections and run HTTP/1 on top of it. All four
# versions are already in Cargo.lock transitively (via reqwest/tauri), so this
# just promotes them to direct deps -- no new crates.
hyper = { version = "1", optional = true, features = ["server", "http1"] }
hyper-util = { version = "0.1", optional = true, features = ["tokio"] }
http-body-util = { version = "0.1", optional = true }
http = { version = "1", optional = true }
bytes = { version = "1", optional = true }
tower-service = { version = "0.3", optional = true }
tokio-util = { version = "0.7", optional = true }
# audio / transcription / diarization / calendar are integrated per-phase and are
# feature-gated so the CPU-only build always compiles (NFR-MNT-4).
@@ -77,6 +99,7 @@ windows = { version = "0.58", features = [
"Win32_Devices_DeviceAndDriverInstallation", # SetupAPI: NPU detection (Phase 3, T3.4)
"Win32_System_Com",
"Win32_UI_Shell", # SetCurrentProcessExplicitAppUserModelID (Phase 8, T8.6)
"Win32_UI_WindowsAndMessaging", # MessageBoxW: fatal-startup error dialog (see run())
"UI_Notifications", # scheduled toast reminders (Phase 8, T8.6, FR-CAL-5) — the
"Data_Xml_Dom", # OS delivers these itself at the due time, no polling timer
"Foundation",
@@ -103,7 +126,11 @@ pst = [] # shells out to readpst (libpst) — no cra
# Phase 9
sync = ["dep:keyring"] # remote upload (WebDAV + OAuth providers)
# Phase 10
mcp = ["dep:rmcp", "dep:keyring"] # WhispAssist as an MCP server + hosted-AI creds
mcp = [
"dep:rmcp", "dep:keyring", "dep:hyper", "dep:hyper-util",
"dep:http-body-util", "dep:http", "dep:bytes", "dep:tower-service",
"dep:tokio-util",
] # WhispAssist as an MCP server + hosted-AI creds
[profile.release]
opt-level = "z" # optimize for size — keep the binary small (NFR-RES-1)
+46
View File
@@ -14,5 +14,51 @@ fn main() {
println!("cargo:rustc-env=WA_GIT_HASH={hash}");
println!("cargo:rerun-if-changed=../.git/logs/HEAD");
// The `vulkan` build links `vulkan-1.dll` at load time, so the exe won't
// launch on a machine that lacks the Vulkan loader (no GPU driver / bare VM).
// Bundling the redistributable loader (Apache-2.0) next to the exe makes the
// single universal installer start everywhere — with no GPU it simply reports
// zero devices and we fall back to CPU. Copied both next to the built exe (so
// `tauri dev`/`cargo run` work) and into the crate dir where the bundler picks
// it up as a resource (see tauri.vulkan.conf.json).
if std::env::var_os("CARGO_FEATURE_VULKAN").is_some() {
stage_vulkan_loader();
}
tauri_build::build();
}
/// Locate `vulkan-1.dll` (Vulkan SDK first, then System32) and copy it beside
/// the compiled exe and into the crate dir for bundling. Warns rather than fails
/// so a dev build on a machine with the loader already on PATH still succeeds.
fn stage_vulkan_loader() {
use std::path::{Path, PathBuf};
let source = std::env::var_os("VULKAN_SDK")
.map(|sdk| Path::new(&sdk).join("Bin").join("vulkan-1.dll"))
.filter(|p| p.exists())
.or_else(|| {
let sys = PathBuf::from(r"C:\Windows\System32\vulkan-1.dll");
sys.exists().then_some(sys)
});
let Some(source) = source else {
println!(
"cargo:warning=vulkan feature is on but vulkan-1.dll wasn't found \
(set VULKAN_SDK); the installer won't bundle the Vulkan loader"
);
return;
};
// Beside the exe: OUT_DIR is target/<profile>/build/<pkg>-<hash>/out, so three
// parents up is target/<profile> (correct even under CARGO_TARGET_DIR=C:\wt).
if let Some(out_dir) = std::env::var_os("OUT_DIR") {
if let Some(exe_dir) = Path::new(&out_dir).ancestors().nth(3) {
let _ = std::fs::copy(&source, exe_dir.join("vulkan-1.dll"));
}
}
// Into the crate dir for the bundler resource.
let manifest_dir = std::env::var("CARGO_MANIFEST_DIR").expect("CARGO_MANIFEST_DIR");
if let Err(e) = std::fs::copy(&source, Path::new(&manifest_dir).join("vulkan-1.dll")) {
println!("cargo:warning=failed to stage vulkan-1.dll for bundling: {e}");
}
}
@@ -0,0 +1,17 @@
-- Bug fix: search (FR-SEARCH-1) never covered summary or tags -- meeting_fts
-- only ever had title/transcript_text/notes_text columns. `meeting_fts` is a
-- derived index (rebuilt from meetings/transcript.json/notes.md/summary.json/
-- tags, never a source of truth), so dropping and recreating it is safe: no
-- data loss, and `backfill_fts` repopulates every meeting on next startup
-- since a freshly created table has no rows for anything yet.
DROP TABLE meeting_fts;
CREATE VIRTUAL TABLE meeting_fts USING fts5(
meeting_id UNINDEXED,
title,
transcript_text,
notes_text,
summary_text,
tags_text,
tokenize = 'porter unicode61'
);
@@ -0,0 +1,68 @@
-- Bug fix: prior imports could accumulate many duplicate rows for the same
-- real calendar event on every re-import -- either because the (source,
-- raw_uid) unique index (added in 0005) never retroactively deduped rows
-- that existed before it, or because an event with no UID in its source data
-- got `raw_uid = NULL`, which that index's `WHERE raw_uid IS NOT NULL` clause
-- explicitly exempts from uniqueness, so it duplicated on every single
-- re-import forever. This collapses whatever's already in the table, then
-- backfills a stable content-based key for anything still missing a UID so
-- future re-imports resolve to the same row instead of minting a new one
-- (see calendar::content_uid in src/calendar/mod.rs, which produces the
-- identical 'content:subject|organizer|starts_at|ends_at' format used here).
PRAGMA foreign_keys = ON;
-- Drop the index first: the backfill below can momentarily produce rows that
-- share a (source, raw_uid) pair before they're deduped a few statements
-- later, which the index would reject mid-UPDATE.
DROP INDEX IF EXISTS idx_calendar_events_source_uid;
UPDATE calendar_events
SET raw_uid = 'content:' || COALESCE(subject, '') || '|' || COALESCE(organizer, '')
|| '|' || COALESCE(starts_at, 0) || '|' || COALESCE(ends_at, 0)
WHERE raw_uid IS NULL;
-- One survivor per (source, raw_uid) group: whichever row a meeting is
-- already attached to (so `attach_meeting_to_event` links don't break), else
-- the lexicographically-first id (arbitrary but deterministic).
CREATE TEMP TABLE calendar_event_survivors AS
SELECT source, raw_uid, MIN(id) AS keep_id
FROM calendar_events
GROUP BY source, raw_uid;
UPDATE calendar_event_survivors
SET keep_id = (
SELECT m.calendar_event_id FROM meetings m
JOIN calendar_events ce ON ce.id = m.calendar_event_id
WHERE ce.source = calendar_event_survivors.source
AND ce.raw_uid = calendar_event_survivors.raw_uid
LIMIT 1
)
WHERE EXISTS (
SELECT 1 FROM meetings m
JOIN calendar_events ce ON ce.id = m.calendar_event_id
WHERE ce.source = calendar_event_survivors.source
AND ce.raw_uid = calendar_event_survivors.raw_uid
);
-- Repoint any meeting attached to a duplicate that's about to be deleted
-- onto the group's survivor instead.
UPDATE meetings
SET calendar_event_id = (
SELECT s.keep_id FROM calendar_event_survivors s
JOIN calendar_events ce ON ce.source = s.source AND ce.raw_uid = s.raw_uid
WHERE ce.id = meetings.calendar_event_id
)
WHERE calendar_event_id IN (
SELECT ce.id FROM calendar_events ce
JOIN calendar_event_survivors s ON ce.source = s.source AND ce.raw_uid = s.raw_uid
WHERE ce.id != s.keep_id
);
-- Drop the duplicates (cascades to calendar_event_participants).
DELETE FROM calendar_events
WHERE id NOT IN (SELECT keep_id FROM calendar_event_survivors);
DROP TABLE calendar_event_survivors;
CREATE UNIQUE INDEX idx_calendar_events_source_uid ON calendar_events(source, raw_uid)
WHERE raw_uid IS NOT NULL;
@@ -0,0 +1,12 @@
-- WhispAssist dual-channel capture (FR-SPK/FR-CAP). Forward-only migration.
-- Mirrors docs/03-data-model.md.
PRAGMA foreign_keys = ON;
-- How audio.wav stores its channels:
-- NULL / 'summed' — mic summed into every loopback channel (all pre-2026-07-14
-- recordings and every import): one mixed mono-equivalent.
-- 'split' — stereo, left = microphone ("You"), right = system/loopback
-- ("Speaker"), kept separate so diarization runs on the far
-- side alone. New mic-enabled recordings.
-- Diarization, playback (downmix), and bundle export branch on this.
ALTER TABLE meetings ADD COLUMN audio_layout TEXT;
+1171 -91
View File
File diff suppressed because it is too large Load Diff
+574
View File
@@ -0,0 +1,574 @@
//! Feature-brief distiller (Phase 10 M1, ADR-0011, FR-MCP-4/T10.6). Turns a
//! finished meeting's transcript into an agent-ready spec via the configured
//! `LlmProvider` — no new egress, no new dependency: it's the same provider
//! `generate_summary` already talks to.
//!
//! The distillation itself (`distill`) is a plain function over an
//! `LlmProvider` + transcript data, independent of `Store` — that's what lets
//! the golden-transcript test exercise it with a `MockLlmProvider` and no
//! database at all. `LlmFeatureBriefBuilder` is the thin `Store`-aware
//! adapter the `FeatureBriefBuilder` trait (`docs/04-api-contracts.md`)
//! describes, used by `commands::create_feature_brief`.
use crate::llm::{bullet_text, LlmError, LlmProvider};
use crate::models::{ContextExcerpt, FeatureBrief, MeetingId, SpeakerInfo, TranscriptSegment};
use crate::storage::{Store, StoreError};
use async_trait::async_trait;
use std::collections::HashSet;
use std::sync::Arc;
#[derive(Debug, thiserror::Error)]
pub enum BriefError {
#[error("storage error: {0}")]
Store(#[from] StoreError),
#[error("llm error: {0}")]
Llm(#[from] LlmError),
}
/// Builds the agent-ready spec from a transcript via the configured
/// `LlmProvider` (`docs/04-api-contracts.md`).
#[async_trait]
pub trait FeatureBriefBuilder: Send + Sync {
async fn build(
&self,
meeting_id: &MeetingId,
target_repo: Option<&str>,
) -> Result<FeatureBrief, BriefError>;
}
/// System prompt contract (mirrors `llm::RESPONSE_FORMAT_INSTRUCTIONS`):
/// exactly four sections, in order, nothing invented beyond the transcript.
const BRIEF_INSTRUCTIONS: &str = "Distill this transcript into an implementation brief for a \
coding agent. Respond in Markdown with exactly, in order: \"## Title\" (one line), \
\"## Problem\", \"## Desired Outcome\", \"## Acceptance Criteria\" (a \"- \" bullet list, one \
testable criterion per line). Be concrete and terse; invent nothing not in the transcript; no \
other sections.";
/// Parsed reply, before assembly into the IPC/file shapes.
#[derive(Debug, Clone, Default, PartialEq, Eq)]
pub struct BriefFields {
pub title: String,
pub problem: String,
pub desired_outcome: String,
pub acceptance_criteria: Vec<String>,
}
/// Assembles the (system, user) prompt pair — metadata + optional
/// `target_repo` hint + the transcript, mirroring `commands::build_prompt`'s
/// shape for `summarize`.
fn build_brief_messages(
meeting_title: &str,
participants: &[String],
target_repo: Option<&str>,
transcript: &str,
) -> (String, String) {
let mut user = format!("Meeting: {meeting_title}\n");
if !participants.is_empty() {
user.push_str(&format!("Participants: {}\n", participants.join(", ")));
}
if let Some(repo) = target_repo {
user.push_str(&format!("Target repo: {repo}\n"));
}
user.push_str("\nTranscript:\n");
user.push_str(transcript);
(BRIEF_INSTRUCTIONS.to_string(), user)
}
/// Splits a "## Title / ## Problem / ## Desired Outcome / ## Acceptance
/// Criteria" Markdown reply (see `BRIEF_INSTRUCTIONS`) into `BriefFields` —
/// mirrors `llm::parse_summary`. A missing/malformed section never panics:
/// `title`/`problem`/`desired_outcome` fall back to `""` (title falls back
/// further, to `meeting_title`, since a brief with no title at all is
/// unusable), and `acceptance_criteria` falls back to `[]`.
pub fn parse_brief(md: &str, meeting_title: &str) -> BriefFields {
let mut title = String::new();
let mut problem = String::new();
let mut desired_outcome = String::new();
let mut acceptance_criteria = Vec::new();
let mut section = -1i8; // 0 title, 1 problem, 2 desired outcome, 3 acceptance criteria, -1 other/unknown
for line in md.lines() {
let lower = line.trim().to_ascii_lowercase();
if lower.starts_with("## title") {
section = 0;
continue;
}
if lower.starts_with("## problem") {
section = 1;
continue;
}
if lower.starts_with("## desired outcome") {
section = 2;
continue;
}
if lower.starts_with("## acceptance criteria") {
section = 3;
continue;
}
if line.trim_start().starts_with('#') {
section = -1;
continue;
}
match section {
0 => {
let text = line.trim();
if !text.is_empty() {
if !title.is_empty() {
title.push(' ');
}
title.push_str(text);
}
}
1 => {
problem.push_str(line);
problem.push('\n');
}
2 => {
desired_outcome.push_str(line);
desired_outcome.push('\n');
}
3 => {
if let Some(item) = bullet_text(line) {
acceptance_criteria.push(item);
}
}
_ => {}
}
}
let title = title.trim().to_string();
BriefFields {
title: if title.is_empty() {
meeting_title.to_string()
} else {
title
},
problem: problem.trim().to_string(),
desired_outcome: desired_outcome.trim().to_string(),
acceptance_criteria,
}
}
/// Lowercased alphanumeric words of length >= 3 — short enough to skip
/// common stopwords ("the", "to", "we") without a stopword list, long enough
/// to still catch meaningful terms.
fn keywords(text: &str) -> HashSet<String> {
text.split(|c: char| !c.is_alphanumeric())
.filter(|w| w.len() >= 3)
.map(|w| w.to_ascii_lowercase())
.collect()
}
fn display_name(label: &str, speakers: &[SpeakerInfo]) -> String {
speakers
.iter()
.find(|s| s.label == label)
.and_then(|s| s.display_name.clone())
.unwrap_or_else(|| label.to_string())
}
const MIN_EXCERPT_LEN: usize = 40;
const MAX_EXCERPTS: usize = 5;
const FALLBACK_EXCERPTS: usize = 3;
/// Selects grounding excerpts for a brief (the M1 grounding invariant: every
/// returned `text` is copied verbatim from a transcript segment — never
/// model paraphrase). Scores each substantive segment (>= ~40 chars) by
/// keyword overlap with `problem` + `acceptance_criteria`, taking the top
/// <= 5; falls back to the first 3 substantive segments if nothing scores
/// (e.g. a terse reply with too few keywords, or a transcript that just
/// doesn't share vocabulary with the drafted brief).
// ponytail: keyword-overlap select; upgrade to embedding similarity if excerpts feel off
fn context_excerpts(
fields: &BriefFields,
segments: &[TranscriptSegment],
speakers: &[SpeakerInfo],
) -> Vec<ContextExcerpt> {
let mut query = keywords(&fields.problem);
query.extend(keywords(&fields.acceptance_criteria.join(" ")));
let substantive: Vec<&TranscriptSegment> = segments
.iter()
.filter(|s| s.text.trim().len() >= MIN_EXCERPT_LEN)
.collect();
if !query.is_empty() {
let mut scored: Vec<(usize, &TranscriptSegment)> = substantive
.iter()
.map(|&s| (keywords(&s.text).intersection(&query).count(), s))
.filter(|(overlap, _)| *overlap > 0)
.collect();
if !scored.is_empty() {
// Stable sort keeps original (chronological) order among ties.
scored.sort_by(|a, b| b.0.cmp(&a.0));
return scored
.into_iter()
.take(MAX_EXCERPTS)
.map(|(_, s)| ContextExcerpt {
speaker: display_name(&s.speaker, speakers),
text: s.text.clone(),
})
.collect();
}
}
substantive
.into_iter()
.take(FALLBACK_EXCERPTS)
.map(|s| ContextExcerpt {
speaker: display_name(&s.speaker, speakers),
text: s.text.clone(),
})
.collect()
}
/// Transcript-derived inputs `distill` needs — bundled into one struct so the
/// function stays under clippy's argument-count lint rather than taking each
/// field positionally.
struct MeetingContext<'a> {
title: &'a str,
participants: &'a [String],
transcript_md: &'a str,
segments: &'a [TranscriptSegment],
speakers: &'a [SpeakerInfo],
}
/// Core distillation: prompt -> LLM round trip -> parse -> ground. Takes
/// transcript data directly rather than a `MeetingId`, so it needs no
/// `Store` — `LlmFeatureBriefBuilder::build` below is the `Store`-aware
/// wrapper that looks the meeting up first.
async fn distill(
llm: &dyn LlmProvider,
meeting_id: &MeetingId,
target_repo: Option<&str>,
ctx: &MeetingContext<'_>,
) -> Result<FeatureBrief, BriefError> {
let (system, user) =
build_brief_messages(ctx.title, ctx.participants, target_repo, ctx.transcript_md);
let reply = llm.complete(&system, &user).await?;
let fields = parse_brief(&reply, ctx.title);
let context_excerpts = context_excerpts(&fields, ctx.segments, ctx.speakers);
Ok(FeatureBrief {
id: uuid::Uuid::new_v4().to_string(),
meeting_id: meeting_id.clone(),
title: fields.title,
problem: fields.problem,
desired_outcome: fields.desired_outcome,
acceptance_criteria: fields.acceptance_criteria,
target_repo: target_repo.map(str::to_string),
context_excerpts,
})
}
/// `FeatureBriefBuilder` impl used by `commands::create_feature_brief`:
/// loads the meeting via `store`, then distills it with `llm`.
pub struct LlmFeatureBriefBuilder {
pub store: Arc<dyn Store>,
pub llm: Box<dyn LlmProvider>,
}
#[async_trait]
impl FeatureBriefBuilder for LlmFeatureBriefBuilder {
async fn build(
&self,
meeting_id: &MeetingId,
target_repo: Option<&str>,
) -> Result<FeatureBrief, BriefError> {
let meeting = self.store.get_meeting(meeting_id).await?;
let participants: Vec<String> = meeting
.speakers
.iter()
.map(|s| s.display_name.clone().unwrap_or_else(|| s.label.clone()))
.collect();
let ctx = MeetingContext {
title: &meeting.title,
participants: &participants,
transcript_md: &meeting.notes_markdown,
segments: &meeting.segments,
speakers: &meeting.speakers,
};
distill(self.llm.as_ref(), meeting_id, target_repo, &ctx).await
}
}
#[cfg(test)]
mod tests {
use super::*;
use crate::llm::{LlmStatus, Prompt, Summary, TokenSink};
/// No-network stand-in for a real provider (T10.6 test — the golden-
/// transcript builder test must never touch a socket). Only `complete`
/// is exercised by `distill`; the rest are unused stubs.
struct MockLlmProvider {
reply: String,
}
#[async_trait]
impl LlmProvider for MockLlmProvider {
async fn status(&self) -> LlmStatus {
LlmStatus {
provider: "mock".to_string(),
reachable: true,
is_local: true,
models: Vec::new(),
}
}
async fn summarize(&self, _prompt: Prompt, _out: TokenSink) -> Result<Summary, LlmError> {
unimplemented!("not exercised by the brief-builder test")
}
async fn suggest_tags(&self, _transcript: &str) -> Result<Vec<String>, LlmError> {
Ok(Vec::new())
}
async fn complete(&self, _system: &str, _user: &str) -> Result<String, LlmError> {
Ok(self.reply.clone())
}
fn is_local(&self) -> bool {
true
}
}
const GOLDEN_REPLY: &str = "## Title\n\
Bulk CSV export for the reporting view\n\n\
## Problem\n\
Customers can't get their filtered report data out for offline analysis.\n\n\
## Desired Outcome\n\
One-click CSV export of the current filtered report.\n\n\
## Acceptance Criteria\n\
- Export button on the report toolbar\n\
- Respects active filters and column order\n\
- Streams large exports without blocking the UI\n";
fn seg(id: u64, speaker: &str, text: &str) -> TranscriptSegment {
TranscriptSegment {
id,
start_ms: id * 1000,
end_ms: id * 1000 + 900,
speaker: speaker.to_string(),
text: text.to_string(),
confidence: Some(0.9),
interim: false,
}
}
fn golden_segments() -> Vec<TranscriptSegment> {
vec![
seg(0, "S1", "Let's start with the reporting view."),
seg(
1,
"S2",
"We really need to pull this filtered report into our own spreadsheets for offline analysis.",
),
seg(2, "S1", "Makes sense — what would the export button need to respect?"),
seg(
3,
"S2",
"It has to respect the active filters and the column order we've already set up.",
),
seg(4, "S1", "And it can't block the UI while a large export streams out."),
seg(5, "S2", "Right, exactly."),
]
}
fn golden_speakers() -> Vec<SpeakerInfo> {
vec![
SpeakerInfo {
label: "S1".to_string(),
display_name: Some("Alex".to_string()),
participant_id: None,
},
SpeakerInfo {
label: "S2".to_string(),
display_name: Some("Customer".to_string()),
participant_id: None,
},
]
}
// ---- parse_brief ----
#[test]
fn parse_brief_splits_the_four_requested_sections() {
let fields = parse_brief(GOLDEN_REPLY, "fallback title");
assert_eq!(fields.title, "Bulk CSV export for the reporting view");
assert_eq!(
fields.problem,
"Customers can't get their filtered report data out for offline analysis."
);
assert_eq!(
fields.desired_outcome,
"One-click CSV export of the current filtered report."
);
assert_eq!(
fields.acceptance_criteria,
vec![
"Export button on the report toolbar",
"Respects active filters and column order",
"Streams large exports without blocking the UI",
]
);
}
#[test]
fn parse_brief_falls_back_to_the_meeting_title_when_no_title_section() {
let text = "## Problem\nSomething broke.\n";
let fields = parse_brief(text, "Sprint planning");
assert_eq!(fields.title, "Sprint planning");
assert_eq!(fields.problem, "Something broke.");
assert_eq!(fields.desired_outcome, "");
assert!(fields.acceptance_criteria.is_empty());
}
#[test]
fn parse_brief_of_empty_or_malformed_input_is_empty_and_does_not_panic() {
let fields = parse_brief("", "Meeting title");
assert_eq!(fields.title, "Meeting title");
assert_eq!(fields.problem, "");
assert_eq!(fields.desired_outcome, "");
assert!(fields.acceptance_criteria.is_empty());
// No recognized headings at all — everything before the first `#`
// (there is none) is just unattributed prose, so nothing is captured.
let fields = parse_brief("just some prose with no headings", "Meeting title");
assert_eq!(fields.title, "Meeting title");
assert!(fields.problem.is_empty());
assert!(fields.acceptance_criteria.is_empty());
}
#[test]
fn parse_brief_ignores_unrecognized_extra_sections() {
let text = "## Title\nFix the thing\n\n## Notes\nirrelevant chatter\n\n\
## Acceptance Criteria\n- It works\n";
let fields = parse_brief(text, "fallback");
assert_eq!(fields.title, "Fix the thing");
assert_eq!(fields.acceptance_criteria, vec!["It works"]);
}
// ---- context_excerpts / grounding invariant ----
#[test]
fn context_excerpts_are_verbatim_substrings_of_a_transcript_segment() {
let fields = parse_brief(GOLDEN_REPLY, "fallback");
let segments = golden_segments();
let speakers = golden_speakers();
let excerpts = context_excerpts(&fields, &segments, &speakers);
assert!(!excerpts.is_empty());
for excerpt in &excerpts {
assert!(
segments.iter().any(|s| s.text.contains(&excerpt.text)),
"excerpt {:?} is not a verbatim substring of any transcript segment",
excerpt.text
);
}
}
#[test]
fn context_excerpts_resolve_speaker_display_names() {
let fields = parse_brief(GOLDEN_REPLY, "fallback");
let segments = golden_segments();
let speakers = golden_speakers();
let excerpts = context_excerpts(&fields, &segments, &speakers);
assert!(excerpts.iter().any(|e| e.speaker == "Customer"));
}
#[test]
fn context_excerpts_falls_back_to_first_substantive_segments_with_no_keyword_overlap() {
let fields = BriefFields {
title: "t".to_string(),
problem: "zzzzz qqqqq".to_string(), // shares no vocabulary with the transcript
desired_outcome: String::new(),
acceptance_criteria: vec!["wwwww".to_string()],
};
let segments = golden_segments();
let excerpts = context_excerpts(&fields, &segments, &golden_speakers());
assert_eq!(excerpts.len(), FALLBACK_EXCERPTS);
for excerpt in &excerpts {
assert!(segments.iter().any(|s| s.text.contains(&excerpt.text)));
}
}
// ---- distill (the FeatureBriefBuilder golden-transcript test) ----
#[tokio::test]
async fn distill_over_a_golden_transcript_yields_grounded_non_empty_criteria() {
let llm = MockLlmProvider {
reply: GOLDEN_REPLY.to_string(),
};
let segments = golden_segments();
let speakers = golden_speakers();
let participants: Vec<String> = speakers
.iter()
.map(|s| s.display_name.clone().unwrap())
.collect();
let transcript_md = segments
.iter()
.map(|s| format!("**{}:** {}", s.speaker, s.text))
.collect::<Vec<_>>()
.join("\n");
let ctx = MeetingContext {
title: "Reporting sync",
participants: &participants,
transcript_md: &transcript_md,
segments: &segments,
speakers: &speakers,
};
let brief = distill(&llm, &"m1".to_string(), Some("acme/reporting-web"), &ctx)
.await
.expect("distill should succeed against the mock provider");
assert_eq!(brief.meeting_id, "m1");
assert_eq!(brief.title, "Bulk CSV export for the reporting view");
assert!(!brief.acceptance_criteria.is_empty());
assert_eq!(brief.target_repo.as_deref(), Some("acme/reporting-web"));
assert!(!brief.context_excerpts.is_empty());
for excerpt in &brief.context_excerpts {
assert!(
segments.iter().any(|s| s.text.contains(&excerpt.text)),
"grounding invariant violated: {:?}",
excerpt.text
);
}
}
#[tokio::test]
async fn distill_propagates_an_llm_error_without_panicking() {
struct FailingProvider;
#[async_trait]
impl LlmProvider for FailingProvider {
async fn status(&self) -> LlmStatus {
LlmStatus {
provider: "mock".to_string(),
reachable: false,
is_local: true,
models: Vec::new(),
}
}
async fn summarize(
&self,
_prompt: Prompt,
_out: TokenSink,
) -> Result<Summary, LlmError> {
unimplemented!()
}
async fn suggest_tags(&self, _transcript: &str) -> Result<Vec<String>, LlmError> {
unimplemented!()
}
async fn complete(&self, _system: &str, _user: &str) -> Result<String, LlmError> {
Err(LlmError::Unreachable("connection refused".to_string()))
}
fn is_local(&self) -> bool {
true
}
}
let ctx = MeetingContext {
title: "Meeting",
participants: &[],
transcript_md: "transcript",
segments: &[],
speakers: &[],
};
let result = distill(&FailingProvider, &"m1".to_string(), None, &ctx).await;
assert!(matches!(result, Err(BriefError::Llm(_))));
}
}
+869 -25
View File
@@ -9,6 +9,8 @@
//! writes to it.
use crate::models::{AttendeeInfo, CalendarEvent, ImportedEvent};
use chrono::{Datelike, Duration, Local, NaiveDate, TimeZone, Timelike, Utc};
use serde::Deserialize;
use std::path::Path;
use std::process::Command;
@@ -22,11 +24,18 @@ pub enum CalError {
Password,
#[error("readpst isn't installed — install libpst and ensure readpst is on PATH")]
ToolMissing,
#[error("network request failed: {0}")]
Network(String),
}
pub struct CalImport {
pub path: String,
pub password: Option<String>,
/// Date-range window (unix seconds) for a source that fetches by range
/// (Graph's `calendarView`, M4.4); ignored by file-based sources like
/// `PstSource`, which import everything a `.pst` contains.
pub from: Option<i64>,
pub to: Option<i64>,
}
pub trait CalendarSource: Send + Sync {
@@ -53,10 +62,41 @@ impl CalendarSource for PstSource {
let result = run_readpst(&input.path, &out_dir).and_then(|_| collect_events(&out_dir));
let _ = std::fs::remove_dir_all(&out_dir); // best-effort cleanup either way
result
// Bug fix: `from`/`to` used to be silently ignored for PST (only
// Graph honored a range) — a long-lived mailbox has no natural
// upper bound on history, so "import everything" meant every
// recurring series expanded across its full lifetime (up to 500
// occurrences each, T4.1's RECURRENCE_MAX_OCCURRENCES) plus every
// one-off entry (e.g. a decade of Outlook's auto-generated yearly
// holidays) the file has ever held. Filtering here, after parsing,
// is the simplest correct place: it doesn't need to change how
// readpst is invoked or how recurrence expansion works.
result.map(|events| filter_by_range(events, input.from, input.to))
}
}
#[cfg(feature = "pst")]
fn filter_by_range(
events: Vec<ImportedEvent>,
from: Option<i64>,
to: Option<i64>,
) -> Vec<ImportedEvent> {
if from.is_none() && to.is_none() {
return events;
}
events
.into_iter()
.filter(|e| match e.event.starts_at {
// An event with no known start time can't be range-tested —
// keep it rather than silently drop something the user might
// still want (this is rare; most PST appointments have a start).
None => true,
Some(start) => from.map_or(true, |f| start >= f) && to.map_or(true, |t| start <= t),
})
.collect()
}
#[cfg(feature = "pst")]
fn run_readpst(pst_path: &str, out_dir: &Path) -> Result<(), CalError> {
// -S: one file per item. -e: extension matches item type (.ics for
@@ -69,19 +109,35 @@ fn run_readpst(pst_path: &str, out_dir: &Path) -> Result<(), CalError> {
// still handled safely (collect_ics_files skips a file that doesn't
// read as valid UTF-8 rather than erroring), just silently dropped
// instead of correctly decoded. Revisit if that's observed in practice.
let output = Command::new("readpst")
.args(["-S", "-e", "-t", "a", "-o"])
let mut cmd = Command::new("readpst");
cmd.args(["-S", "-e", "-t", "a", "-o"])
.arg(out_dir)
.arg(pst_path)
.output()
.map_err(|e| match e.kind() {
std::io::ErrorKind::NotFound => CalError::ToolMissing,
_ => CalError::Open(e.to_string()),
})?;
.arg(pst_path);
// Bug fix: readpst.exe is a console-subsystem binary, and WhispAssist is
// a GUI app with no console of its own — Windows was popping a brand
// new console window for it on every import. CREATE_NO_WINDOW spawns it
// fully headless instead; readpst's own stdout/stderr are still
// captured normally via `.output()` below.
#[cfg(windows)]
{
use std::os::windows::process::CommandExt;
const CREATE_NO_WINDOW: u32 = 0x0800_0000;
cmd.creation_flags(CREATE_NO_WINDOW);
}
let output = cmd.output().map_err(|e| match e.kind() {
std::io::ErrorKind::NotFound => CalError::ToolMissing,
_ => CalError::Open(e.to_string()),
})?;
if !output.status.success() {
return Err(CalError::Parse(
String::from_utf8_lossy(&output.stderr).trim().to_string(),
));
// readpst writes some errors to stdout rather than stderr; show
// whichever stream actually has text, stderr first.
let stderr = String::from_utf8_lossy(&output.stderr).trim().to_string();
let message = if stderr.is_empty() {
String::from_utf8_lossy(&output.stdout).trim().to_string()
} else {
stderr
};
return Err(CalError::Parse(message));
}
Ok(())
}
@@ -114,6 +170,205 @@ fn collect_ics_files(dir: &Path, out: &mut Vec<ImportedEvent>) -> Result<(), Cal
Ok(())
}
// ---- Microsoft Graph calendar source (M4.4, T8.9, FR-CAL-6) ----
//
// Opt-in, explicit-consent (OAuth 2.0 PKCE via `sync::oauth` — same identity
// platform and token-set shape as the OneDrive sync target, ADR-0010) and
// metadata-only per ADR-0008: subject, organizer, start/end, attendees —
// never the event body. Uses Graph's `calendarView` endpoint, which expands
// recurring series into concrete occurrences server-side, so unlike
// `PstSource` there's no local RRULE expansion to do.
#[cfg(feature = "sync")]
pub struct GraphSource {
pub credential_ref: String,
}
// ponytail: one page (no `@odata.nextLink` follow) — plenty for a personal
// calendar's near-term window; add pagination if a real user's date range
// ever needs more than this in one import.
#[cfg(feature = "sync")]
const GRAPH_EVENTS_PAGE_SIZE: u32 = 250;
#[cfg(feature = "sync")]
impl GraphSource {
/// Graph API base — overridable via `WA_GRAPH_CALENDAR_BASE_URL` so tests
/// can point this at a local mock. Kept distinct from sync's
/// `WA_GRAPH_BASE_URL` (used by `OneDriveTarget`) so calendar and sync
/// tests never race on the same process-global env var.
fn graph_base() -> String {
std::env::var("WA_GRAPH_CALENDAR_BASE_URL")
.ok()
.filter(|s| !s.is_empty())
.unwrap_or_else(|| "https://graph.microsoft.com/v1.0".to_string())
}
async fn fetch_events(&self, from: i64, to: i64) -> Result<Vec<ImportedEvent>, CalError> {
let token = crate::sync::resolve_access_token("graph-calendar", &self.credential_ref)
.await
.map_err(|e| CalError::Network(e.to_string()))?;
let url = format!(
"{}/me/calendarView?startDateTime={}&endDateTime={}&$select=id,subject,organizer,start,end,attendees&$top={}",
Self::graph_base(),
iso_datetime(from),
iso_datetime(to),
GRAPH_EVENTS_PAGE_SIZE,
);
let resp = reqwest::Client::new()
.get(&url)
// Ask Graph to return every dateTime already normalized to UTC —
// avoids needing a timezone database (same tradeoff PST parsing
// makes: see `parse_ics_datetime`'s doc comment).
.header("Prefer", r#"outlook.timezone="UTC""#)
.bearer_auth(token)
.send()
.await
.map_err(|e| CalError::Network(e.to_string()))?;
if !resp.status().is_success() {
return Err(CalError::Network(format!(
"graph calendarView returned {}",
resp.status()
)));
}
let body: GraphEventsResponse = resp
.json()
.await
.map_err(|e| CalError::Parse(e.to_string()))?;
Ok(body
.value
.into_iter()
.map(graph_event_to_imported)
.collect())
}
}
#[cfg(feature = "sync")]
impl CalendarSource for GraphSource {
/// Sync per the trait — bridges to the async Graph call via
/// `tauri::async_runtime::block_on`. Callers (the `import_graph_calendar`
/// command) run this inside `spawn_blocking`, exactly like `PstSource`'s
/// blocking subprocess call.
fn import(&self, input: CalImport) -> Result<Vec<ImportedEvent>, CalError> {
let now = Utc::now().timestamp();
let from = input.from.unwrap_or(now - 30 * 86_400);
let to = input.to.unwrap_or(now + 90 * 86_400);
tauri::async_runtime::block_on(self.fetch_events(from, to))
}
}
#[cfg(feature = "sync")]
#[derive(Deserialize)]
struct GraphEventsResponse {
value: Vec<GraphEvent>,
}
#[cfg(feature = "sync")]
#[derive(Deserialize)]
struct GraphEvent {
id: String,
subject: Option<String>,
organizer: Option<GraphOrganizer>,
start: Option<GraphDateTime>,
end: Option<GraphDateTime>,
attendees: Option<Vec<GraphAttendee>>,
}
#[cfg(feature = "sync")]
#[derive(Deserialize)]
struct GraphOrganizer {
#[serde(rename = "emailAddress")]
email_address: GraphEmailAddress,
}
#[cfg(feature = "sync")]
#[derive(Deserialize)]
struct GraphEmailAddress {
name: Option<String>,
address: Option<String>,
}
#[cfg(feature = "sync")]
#[derive(Deserialize)]
struct GraphDateTime {
#[serde(rename = "dateTime")]
date_time: String,
}
#[cfg(feature = "sync")]
#[derive(Deserialize)]
struct GraphAttendee {
#[serde(rename = "emailAddress")]
email_address: GraphEmailAddress,
// required|optional|resource, passed through as-is (Graph's own vocabulary
// is a superset of the organizer|required|optional convention the rest of
// WA uses for attendee role).
#[serde(rename = "type")]
kind: Option<String>,
}
#[cfg(feature = "sync")]
fn graph_event_to_imported(e: GraphEvent) -> ImportedEvent {
let attendees = e
.attendees
.unwrap_or_default()
.into_iter()
.filter_map(|a| {
let name = a
.email_address
.name
.or_else(|| a.email_address.address.clone())?;
Some(AttendeeInfo {
name,
email: a.email_address.address,
role: a.kind,
})
})
.collect();
let organizer = e
.organizer
.and_then(|o| o.email_address.name.or(o.email_address.address));
ImportedEvent {
event: CalendarEvent {
id: uuid::Uuid::new_v4().to_string(),
source: "graph".to_string(),
subject: e.subject,
organizer,
starts_at: e.start.and_then(|s| parse_graph_datetime(&s.date_time)),
ends_at: e.end.and_then(|s| parse_graph_datetime(&s.date_time)),
description: None, // metadata only (FR-CAL-6) — the event body is never fetched
raw_uid: Some(e.id),
},
attendees,
}
}
/// Formats a unix timestamp as the `YYYY-MM-DDTHH:MM:SS` Graph's
/// `calendarView` query params expect.
#[cfg(feature = "sync")]
fn iso_datetime(unix_secs: i64) -> String {
Utc.timestamp_opt(unix_secs, 0)
.single()
.map(|dt| dt.format("%Y-%m-%dT%H:%M:%S").to_string())
.unwrap_or_default()
}
/// Parses a Graph `dateTime` value (`"2026-07-01T09:00:00.0000000"`, already
/// normalized to UTC by the `Prefer: outlook.timezone="UTC"` request header)
/// to a unix epoch. Fixed-width slicing, not a general datetime parser — the
/// fractional-second suffix (if any) is simply ignored.
#[cfg(feature = "sync")]
fn parse_graph_datetime(value: &str) -> Option<i64> {
if value.len() < 19 {
return None;
}
let year: i64 = value.get(0..4)?.parse().ok()?;
let month: u32 = value.get(5..7)?.parse().ok()?;
let day: u32 = value.get(8..10)?.parse().ok()?;
let hour: u32 = value.get(11..13)?.parse().ok()?;
let min: u32 = value.get(14..16)?.parse().ok()?;
let sec: u32 = value.get(17..19)?.parse().ok()?;
Some(ymd_hms_to_unix(year, month, day, hour, min, sec))
}
// ---- iCalendar (RFC 5545) VEVENT parsing — pure, no I/O ----
fn unfold_lines(text: &str) -> Vec<String> {
@@ -202,6 +457,7 @@ fn parse_vevents(ics_text: &str, source: &str) -> Vec<ImportedEvent> {
let mut description = None;
let mut starts_at = None;
let mut ends_at = None;
let mut rrule: Option<String> = None;
let mut attendees: Vec<AttendeeInfo> = Vec::new();
for line in &lines {
@@ -217,22 +473,60 @@ fn parse_vevents(ics_text: &str, source: &str) -> Vec<ImportedEvent> {
description = None;
starts_at = None;
ends_at = None;
rrule = None;
attendees = Vec::new();
}
"END" if value.eq_ignore_ascii_case("VEVENT") && in_event => {
events.push(ImportedEvent {
event: CalendarEvent {
id: uuid::Uuid::new_v4().to_string(),
source: source.to_string(),
subject: summary.take(),
organizer: organizer.take(),
starts_at,
ends_at,
description: description.take(),
raw_uid: uid.take(),
},
attendees: std::mem::take(&mut attendees),
});
let attendees = std::mem::take(&mut attendees);
match (rrule.take(), &uid, starts_at) {
// A recurring event needs a UID to key its occurrences
// for dedup (source, raw_uid) — without one, fall back
// to importing just the single stored occurrence below.
(Some(rule), Some(base_uid), Some(dtstart)) => {
let duration = ends_at.map(|e| e - dtstart).unwrap_or(0);
for occ_start in expand_rrule(&rule, dtstart) {
events.push(ImportedEvent {
event: CalendarEvent {
id: uuid::Uuid::new_v4().to_string(),
source: source.to_string(),
subject: summary.clone(),
organizer: organizer.clone(),
starts_at: Some(occ_start),
ends_at: Some(occ_start + duration),
description: description.clone(),
raw_uid: Some(format!("{base_uid}@{}", ymd_digits(occ_start))),
},
attendees: attendees.clone(),
});
}
}
_ => {
// Bug fix: a VEVENT with no UID line used to import
// with `raw_uid: None`, which the dedup unique index
// (source, raw_uid) explicitly exempts (`WHERE
// raw_uid IS NOT NULL`) — so every re-import created
// a brand-new duplicate row for it forever. Fall back
// to a deterministic hash of the event's own content
// so re-imports of the same source still resolve to
// the same key and upsert instead of duplicating.
let raw_uid = uid.take().or_else(|| {
Some(content_uid(&summary, &organizer, starts_at, ends_at))
});
events.push(ImportedEvent {
event: CalendarEvent {
id: uuid::Uuid::new_v4().to_string(),
source: source.to_string(),
subject: summary.take(),
organizer: organizer.take(),
starts_at,
ends_at,
description: description.take(),
raw_uid,
},
attendees,
});
}
}
in_event = false;
}
"UID" if in_event => uid = Some(value.to_string()),
@@ -240,6 +534,7 @@ fn parse_vevents(ics_text: &str, source: &str) -> Vec<ImportedEvent> {
"DESCRIPTION" if in_event => description = Some(unescape_text(value)),
"DTSTART" if in_event => starts_at = parse_ics_datetime(value),
"DTEND" if in_event => ends_at = parse_ics_datetime(value),
"RRULE" if in_event => rrule = Some(value.to_string()),
"ORGANIZER" if in_event => {
let (name, email) = cal_address(params, value);
organizer = name.or(email);
@@ -261,6 +556,291 @@ fn parse_vevents(ics_text: &str, source: &str) -> Vec<ImportedEvent> {
events
}
// ---- RRULE (RFC 5545 recurrence) expansion — pure, no I/O ----
// ponytail: caps for RRULEs with no COUNT/UNTIL (only YEARLY holidays do this
// in practice) and a hard ceiling regardless — extend both if a real series
// needs more instances than this.
const RECURRENCE_HORIZON_YEARS: i64 = 10;
const RECURRENCE_MAX_OCCURRENCES: usize = 500;
enum Freq {
Daily,
Weekly,
Monthly,
Yearly,
}
struct Rrule {
freq: Freq,
interval: i64,
count: Option<usize>,
until: Option<i64>,
byday: Vec<u32>, // weekday indices, 0=SU..6=SA
bymonthday: Vec<u32>, // 1..31
bymonth: Vec<u32>, // 1..12
}
fn weekday_code_to_index(code: &str) -> Option<u32> {
// Strips a leading ordinal like "2MO" ("2nd Monday") — not seen in this
// codebase's real-world data (only plain weekday codes are), but the
// weekday is all this parser uses either way.
let letters: String = code.chars().filter(|c| c.is_ascii_alphabetic()).collect();
match letters.to_ascii_uppercase().as_str() {
"SU" => Some(0),
"MO" => Some(1),
"TU" => Some(2),
"WE" => Some(3),
"TH" => Some(4),
"FR" => Some(5),
"SA" => Some(6),
_ => None,
}
}
/// Parses `FREQ=WEEKLY;COUNT=26;BYDAY=MO`-style RRULE values. Supports
/// DAILY/WEEKLY/MONTHLY/YEARLY with INTERVAL/COUNT/UNTIL/BYDAY/BYMONTHDAY/
/// BYMONTH — every combination confirmed present in a real 7.2GB mailbox
/// (ADR-0008). No BYSETPOS, no per-occurrence exceptions (RECURRENCE-ID).
fn parse_rrule(rule: &str) -> Option<Rrule> {
let mut freq = None;
let mut interval = 1i64;
let mut count = None;
let mut until = None;
let mut byday = Vec::new();
let mut bymonthday = Vec::new();
let mut bymonth = Vec::new();
let mut current_list_key = String::new();
for part in rule.split(';') {
// readpst joins a multi-value BYDAY with `;` instead of RFC 5545's
// `,` (e.g. `BYDAY=MO;TU;WE;TH;FR`), so a continuation token has no
// `=` at all — attribute it to whichever list key came before it.
let (key, v) = match part.split_once('=') {
Some((k, v)) => {
current_list_key = k.to_ascii_uppercase();
(current_list_key.as_str(), v)
}
None => (current_list_key.as_str(), part),
};
match key {
"FREQ" => {
freq = match v.to_ascii_uppercase().as_str() {
"DAILY" => Some(Freq::Daily),
"WEEKLY" => Some(Freq::Weekly),
"MONTHLY" => Some(Freq::Monthly),
"YEARLY" => Some(Freq::Yearly),
_ => None,
}
}
"INTERVAL" => interval = v.parse().unwrap_or(1).max(1),
"COUNT" => count = v.parse().ok(),
"UNTIL" => until = parse_ics_datetime(v),
"BYDAY" => byday.extend(v.split(',').filter_map(weekday_code_to_index)),
"BYMONTHDAY" => bymonthday.extend(v.split(',').filter_map(|s| s.parse::<u32>().ok())),
"BYMONTH" => bymonth.extend(v.split(',').filter_map(|s| s.parse::<u32>().ok())),
_ => {}
}
}
Some(Rrule {
freq: freq?,
interval,
count,
until,
byday,
bymonthday,
bymonth,
})
}
/// Resolves a local wall-clock datetime to a UTC unix timestamp, applying
/// whatever DST rule the OS has for that specific calendar date — this is
/// what keeps a recurring meeting at the same local time across a DST
/// transition instead of drifting by an hour. A skipped (spring-forward gap)
/// or ambiguous (fall-back overlap) local time resolves to the OS's earliest
/// matching instant rather than failing outright.
fn local_to_utc_secs(dt: chrono::NaiveDateTime) -> i64 {
match Local.from_local_datetime(&dt) {
chrono::LocalResult::Single(ldt) | chrono::LocalResult::Ambiguous(ldt, _) => {
ldt.with_timezone(&Utc).timestamp()
}
chrono::LocalResult::None => dt.and_utc().timestamp(),
}
}
/// Deterministic stand-in identity for a VEVENT that has no `UID` of its own
/// (see the `_` arm of `parse_vevents` above), so re-running the same import
/// resolves to the same `raw_uid` and upserts in place rather than mints a
/// fresh duplicate row every time. Format matches migration
/// `0008_calendar_dedup_cleanup.sql`'s SQL-side backfill exactly, so a
/// re-import after that cleanup migration converges onto the same row it
/// already collapsed duplicates into rather than minting one more.
pub(crate) fn content_uid(
subject: &Option<String>,
organizer: &Option<String>,
starts_at: Option<i64>,
ends_at: Option<i64>,
) -> String {
format!(
"content:{}|{}|{}|{}",
subject.as_deref().unwrap_or(""),
organizer.as_deref().unwrap_or(""),
starts_at.unwrap_or(0),
ends_at.unwrap_or(0),
)
}
/// Bug fix: this used to convert to the machine's *local* timezone before
/// formatting, so an occurrence's date (and therefore its dedup key, see
/// `raw_uid` below) could come out differently on two imports run either
/// side of a DST transition or a timezone change — silently producing a
/// second row for the same occurrence on re-import. UTC is stable no matter
/// when/where the import runs.
fn ymd_digits(unix_secs: i64) -> String {
match Utc.timestamp_opt(unix_secs, 0).single() {
Some(dt) => format!("{:04}{:02}{:02}", dt.year(), dt.month(), dt.day()),
None => String::new(),
}
}
/// Expands an RRULE into occurrence start timestamps (unix seconds). Each
/// occurrence keeps `dtstart`'s *local* wall-clock time-of-day (assuming the
/// meeting's timezone matches this machine's — reasonable for a single-user
/// tool reading its own Outlook data), re-resolving the UTC offset per
/// occurrence so a series spanning a DST transition doesn't drift by an hour.
fn expand_rrule(rule: &str, dtstart: i64) -> Vec<i64> {
let Some(r) = parse_rrule(rule) else {
return vec![dtstart];
};
let Some(dtstart_utc) = Utc.timestamp_opt(dtstart, 0).single() else {
return vec![dtstart];
};
let local_start = dtstart_utc.with_timezone(&Local).naive_local();
let (hour, min, sec) = (
local_start.hour(),
local_start.minute(),
local_start.second(),
);
let start_date = local_start.date();
let indefinite = r.count.is_none() && r.until.is_none();
let effective_until = if indefinite {
dtstart + RECURRENCE_HORIZON_YEARS * 365 * 86_400
} else {
r.until.unwrap_or(i64::MAX)
};
let count_cap = r
.count
.unwrap_or(RECURRENCE_MAX_OCCURRENCES)
.min(RECURRENCE_MAX_OCCURRENCES);
let at = |date: NaiveDate| date.and_hms_opt(hour, min, sec).map(local_to_utc_secs);
let mut occurrences = Vec::new();
match r.freq {
// Outlook emits "every weekday" as either FREQ, always with BYDAY —
// both iterate calendar weeks and keep the requested weekdays.
Freq::Weekly | Freq::Daily if !r.byday.is_empty() => {
let step_weeks = if matches!(r.freq, Freq::Weekly) {
r.interval
} else {
1
};
let mut week_start =
start_date - Duration::days(start_date.weekday().num_days_from_sunday() as i64);
'weeks: loop {
for &wd in &r.byday {
let date = week_start + Duration::days(wd as i64);
if date < start_date {
continue;
}
let Some(ts) = at(date) else { continue };
if ts > effective_until || occurrences.len() >= count_cap {
break 'weeks;
}
occurrences.push(ts);
}
week_start += Duration::weeks(step_weeks);
}
}
Freq::Daily => {
let mut date = start_date;
while let Some(ts) = at(date) {
if ts > effective_until || occurrences.len() >= count_cap {
break;
}
occurrences.push(ts);
date += Duration::days(r.interval);
}
}
Freq::Weekly => {
let mut date = start_date;
while let Some(ts) = at(date) {
if ts > effective_until || occurrences.len() >= count_cap {
break;
}
occurrences.push(ts);
date += Duration::weeks(r.interval);
}
}
Freq::Monthly => {
let day_of_month = r.bymonthday.first().copied().unwrap_or(start_date.day());
let mut idx: i64 = 0;
loop {
let total = start_date.month0() as i64 + idx * r.interval;
let year = start_date.year() + total.div_euclid(12) as i32;
let month = (total.rem_euclid(12) + 1) as u32;
if let Some(date) = NaiveDate::from_ymd_opt(year, month, day_of_month) {
if date >= start_date {
if let Some(ts) = at(date) {
if ts > effective_until || occurrences.len() >= count_cap {
break;
}
occurrences.push(ts);
}
}
}
idx += 1;
if idx as usize > RECURRENCE_MAX_OCCURRENCES * 2 {
break; // safety valve against a pathological rule
}
}
}
Freq::Yearly => {
let months = if r.bymonth.is_empty() {
vec![start_date.month()]
} else {
r.bymonth.clone()
};
let day_of_month = r.bymonthday.first().copied().unwrap_or(start_date.day());
let mut year = start_date.year();
loop {
for &month in &months {
if let Some(date) = NaiveDate::from_ymd_opt(year, month, day_of_month) {
if date >= start_date {
if let Some(ts) = at(date) {
if ts <= effective_until && occurrences.len() < count_cap {
occurrences.push(ts);
}
}
}
}
}
year += r.interval as i32;
if occurrences.len() >= count_cap
|| year > start_date.year() + (RECURRENCE_HORIZON_YEARS * 2) as i32
{
break;
}
}
}
}
if occurrences.is_empty() {
vec![dtstart]
} else {
occurrences
}
}
/// Parses an iCalendar DATE-TIME (`20260701T090000Z` / `20260701T090000`) or
/// DATE (`20260701`) value to a unix epoch. Both `Z`-suffixed and floating
/// (no `Z`, no `TZID`) values are treated as UTC — full IANA timezone
@@ -304,6 +884,70 @@ fn ymd_hms_to_unix(year: i64, month: u32, day: u32, hour: u32, min: u32, sec: u3
mod tests {
use super::*;
#[cfg(feature = "sync")]
#[test]
fn parse_graph_datetime_ignores_fractional_seconds() {
assert_eq!(
parse_graph_datetime("2026-07-01T09:00:00.0000000"),
Some(ymd_hms_to_unix(2026, 7, 1, 9, 0, 0))
);
assert_eq!(
parse_graph_datetime("2026-07-01T09:00:00"),
Some(ymd_hms_to_unix(2026, 7, 1, 9, 0, 0))
);
assert_eq!(parse_graph_datetime("not-a-date"), None);
}
#[cfg(feature = "sync")]
#[test]
fn iso_datetime_formats_for_graph_query_params() {
assert_eq!(
iso_datetime(ymd_hms_to_unix(2026, 7, 1, 9, 0, 0)),
"2026-07-01T09:00:00"
);
}
#[cfg(feature = "sync")]
#[test]
fn graph_event_to_imported_extracts_metadata_only_no_body() {
let event = GraphEvent {
id: "AAMk...".to_string(),
subject: Some("Sprint planning".to_string()),
organizer: Some(GraphOrganizer {
email_address: GraphEmailAddress {
name: Some("Jordan Lee".to_string()),
address: Some("jordan@example.com".to_string()),
},
}),
start: Some(GraphDateTime {
date_time: "2026-07-01T09:00:00.0000000".to_string(),
}),
end: Some(GraphDateTime {
date_time: "2026-07-01T10:00:00.0000000".to_string(),
}),
attendees: Some(vec![GraphAttendee {
email_address: GraphEmailAddress {
name: Some("Alex Kim".to_string()),
address: Some("alex@example.com".to_string()),
},
kind: Some("required".to_string()),
}]),
};
let imported = graph_event_to_imported(event);
assert_eq!(imported.event.source, "graph");
assert_eq!(imported.event.raw_uid.as_deref(), Some("AAMk..."));
assert_eq!(imported.event.subject.as_deref(), Some("Sprint planning"));
assert_eq!(imported.event.organizer.as_deref(), Some("Jordan Lee"));
assert_eq!(imported.event.description, None);
assert_eq!(
imported.event.starts_at,
Some(ymd_hms_to_unix(2026, 7, 1, 9, 0, 0))
);
assert_eq!(imported.attendees.len(), 1);
assert_eq!(imported.attendees[0].name, "Alex Kim");
assert_eq!(imported.attendees[0].role.as_deref(), Some("required"));
}
#[test]
fn ymd_hms_to_unix_matches_known_epoch_values() {
assert_eq!(ymd_hms_to_unix(1970, 1, 1, 0, 0, 0), 0);
@@ -399,7 +1043,207 @@ END:VCALENDAR\r\n";
let result = PstSource.import(CalImport {
path: "Z:\\no\\such\\file.pst".to_string(),
password: None,
from: None,
to: None,
});
assert!(matches!(result, Err(CalError::Open(_))));
}
// These assert on *local* wall-clock time rather than raw UTC offsets —
// that's the entire point of the DST fix (a fixed UTC time-of-day is
// exactly the bug: a recurring meeting drifts an hour across a DST
// transition). Local-time assertions depend on this machine's configured
// timezone, same as the production code they're testing.
fn local_hms(ts: i64) -> (u32, u32, u32) {
let dt = Utc.timestamp_opt(ts, 0).unwrap().with_timezone(&Local);
(dt.hour(), dt.minute(), dt.second())
}
fn local_date(ts: i64) -> NaiveDate {
Utc.timestamp_opt(ts, 0)
.unwrap()
.with_timezone(&Local)
.date_naive()
}
#[test]
fn expand_rrule_weekly_single_byday_matches_the_real_1on1_pattern() {
// The exact rule readpst produced for a real "Weekly 1:1" on Mondays.
let dtstart = ymd_hms_to_unix(2026, 1, 12, 16, 30, 0); // a Monday
let occurrences = expand_rrule("FREQ=WEEKLY;COUNT=26;BYDAY=MO", dtstart);
assert_eq!(occurrences.len(), 26);
assert_eq!(occurrences[0], dtstart);
let expected_hms = local_hms(dtstart);
for pair in occurrences.windows(2) {
assert_eq!((local_date(pair[1]) - local_date(pair[0])).num_days(), 7);
}
for occ in &occurrences {
assert_eq!(
local_hms(*occ),
expected_hms,
"local wall-clock time must not drift across a DST transition"
);
assert_eq!(local_date(*occ).weekday(), chrono::Weekday::Mon);
}
}
#[test]
fn expand_rrule_weekly_multi_byday_covers_every_weekday_in_order() {
let dtstart = ymd_hms_to_unix(2026, 1, 12, 9, 0, 0); // Monday
let occurrences = expand_rrule("FREQ=WEEKLY;COUNT=10;BYDAY=MO;TU;WE;TH;FR", dtstart);
assert_eq!(occurrences.len(), 10);
// Mon..Fri week 1, then Mon..Fri week 2 — a flat +1 day step except
// the weekend gap between index 4 (Fri) and 5 (next Mon).
for i in 0..4 {
assert_eq!(
(local_date(occurrences[i + 1]) - local_date(occurrences[i])).num_days(),
1
);
}
assert_eq!(
(local_date(occurrences[5]) - local_date(occurrences[4])).num_days(),
3
);
let expected_hms = local_hms(dtstart);
for occ in &occurrences {
assert_eq!(local_hms(*occ), expected_hms);
}
}
#[test]
fn expand_rrule_monthly_bymonthday_steps_calendar_months() {
let dtstart = ymd_hms_to_unix(2026, 1, 1, 9, 0, 0);
let occurrences = expand_rrule("FREQ=MONTHLY;COUNT=7;BYMONTHDAY=1", dtstart);
assert_eq!(occurrences.len(), 7);
let last = local_date(occurrences[6]);
assert_eq!((last.year(), last.month(), last.day()), (2026, 7, 1));
let expected_hms = local_hms(dtstart);
for occ in &occurrences {
assert_eq!(local_hms(*occ), expected_hms);
}
}
#[test]
fn expand_rrule_yearly_with_no_count_or_until_is_capped_by_the_horizon() {
let dtstart = ymd_hms_to_unix(2020, 11, 11, 17, 0, 0); // afternoon UTC, safe midnight margin
let occurrences = expand_rrule("FREQ=YEARLY;BYMONTHDAY=11;BYMONTH=11", dtstart);
assert!(
!occurrences.is_empty() && occurrences.len() <= RECURRENCE_HORIZON_YEARS as usize + 2
);
for occ in &occurrences {
let d = local_date(*occ);
assert_eq!((d.month(), d.day()), (11, 11));
}
}
#[test]
fn parse_vevents_expands_a_recurring_event_into_distinct_occurrences() {
let ics = "BEGIN:VEVENT\r\n\
UID:series-1\r\n\
SUMMARY:Weekly 1:1\r\n\
DTSTART:20260112T163000Z\r\n\
DTEND:20260112T170000Z\r\n\
RRULE:FREQ=WEEKLY;COUNT=3;BYDAY=MO\r\n\
END:VEVENT\r\n";
let events = parse_vevents(ics, "pst");
assert_eq!(events.len(), 3);
let raw_uids: Vec<_> = events.iter().map(|e| e.event.raw_uid.clone()).collect();
assert_eq!(
raw_uids.len(),
raw_uids
.iter()
.collect::<std::collections::HashSet<_>>()
.len()
);
for e in &events {
assert_eq!(e.event.subject.as_deref(), Some("Weekly 1:1"));
assert_eq!(e.event.ends_at.unwrap() - e.event.starts_at.unwrap(), 1800);
}
}
/// Regression for the duplicate-import bug: a VEVENT with no `UID` line
/// used to get `raw_uid: None`, which the storage layer's unique index
/// exempts from dedup entirely -- so re-importing the same source
/// duplicated it on every single run. It must now get a stable,
/// content-derived `raw_uid` so re-parsing the identical source resolves
/// to the same key.
#[test]
fn parse_vevents_gives_a_uid_less_event_a_stable_content_based_raw_uid() {
let ics = "BEGIN:VEVENT\r\n\
SUMMARY:No UID here\r\n\
DTSTART:20260112T163000Z\r\n\
DTEND:20260112T170000Z\r\n\
END:VEVENT\r\n";
let first = parse_vevents(ics, "pst");
let second = parse_vevents(ics, "pst");
assert_eq!(first.len(), 1);
assert_eq!(second.len(), 1);
assert!(first[0].event.raw_uid.is_some());
assert_eq!(first[0].event.raw_uid, second[0].event.raw_uid);
}
/// Distinct UID-less events (different subjects) must not collide onto
/// the same content-based key.
#[test]
fn content_based_raw_uid_differs_for_distinct_uid_less_events() {
let ics_a = "BEGIN:VEVENT\r\nSUMMARY:Event A\r\nDTSTART:20260112T163000Z\r\nDTEND:20260112T170000Z\r\nEND:VEVENT\r\n";
let ics_b = "BEGIN:VEVENT\r\nSUMMARY:Event B\r\nDTSTART:20260112T163000Z\r\nDTEND:20260112T170000Z\r\nEND:VEVENT\r\n";
let a = parse_vevents(ics_a, "pst");
let b = parse_vevents(ics_b, "pst");
assert_ne!(a[0].event.raw_uid, b[0].event.raw_uid);
}
#[test]
fn ymd_digits_is_timezone_independent() {
// A UTC midnight timestamp must format to the same UTC calendar date
// regardless of the machine's local timezone (the original bug:
// this used to convert to `Local` first, so the same recurring
// occurrence could compute a different dedup-key suffix on a machine
// in a different timezone, or after a DST transition).
let utc_new_year = Utc
.with_ymd_and_hms(2026, 1, 1, 0, 0, 0)
.unwrap()
.timestamp();
assert_eq!(ymd_digits(utc_new_year), "20260101");
}
fn dated_event(subject: &str, starts_at: Option<i64>) -> ImportedEvent {
ImportedEvent {
event: CalendarEvent {
id: uuid::Uuid::new_v4().to_string(),
source: "pst".to_string(),
subject: Some(subject.to_string()),
organizer: None,
starts_at,
ends_at: starts_at.map(|s| s + 1800),
description: None,
raw_uid: Some(subject.to_string()),
},
attendees: vec![],
}
}
#[test]
fn filter_by_range_keeps_everything_when_unbounded() {
let events = vec![dated_event("a", Some(0)), dated_event("b", Some(1_000_000))];
assert_eq!(filter_by_range(events.clone(), None, None).len(), 2);
}
#[test]
fn filter_by_range_excludes_events_outside_the_window() {
let events = vec![
dated_event("too old", Some(100)),
dated_event("in range", Some(500)),
dated_event("too new", Some(900)),
];
let kept = filter_by_range(events, Some(200), Some(800));
assert_eq!(kept.len(), 1);
assert_eq!(kept[0].event.subject.as_deref(), Some("in range"));
}
#[test]
fn filter_by_range_keeps_undated_events_rather_than_guessing() {
let events = vec![dated_event("no date", None)];
let kept = filter_by_range(events, Some(200), Some(800));
assert_eq!(kept.len(), 1);
}
}
+2431 -138
View File
File diff suppressed because it is too large Load Diff
+64 -2
View File
@@ -10,6 +10,7 @@ use crate::models::{SpeakerSpan, TranscriptSegment};
use std::path::Path;
pub mod models;
pub mod voiceprint;
#[derive(Debug, thiserror::Error)]
pub enum DiarError {
@@ -22,6 +23,11 @@ pub enum DiarError {
pub trait Diarizer: Send + Sync {
/// Partition audio into speaker spans.
fn diarize(&self, wav: &Path) -> Result<Vec<SpeakerSpan>, DiarError>;
/// Partition already-loaded 16kHz mono samples into speaker spans. Phase 3
/// (FR-SPK) diarizes a *masked* far-side signal (the mic's "You" ranges
/// zeroed), so the caller loads and masks the samples itself rather than
/// pointing at the raw WAV.
fn diarize_samples(&self, samples: Vec<f32>) -> Result<Vec<SpeakerSpan>, DiarError>;
/// Assign speaker labels to transcript segments by overlap with spans.
fn assign(&self, segments: &mut [TranscriptSegment], spans: &[SpeakerSpan]);
}
@@ -69,7 +75,13 @@ impl SherpaDiarizer {
// sherpa-onnx to pick the cluster count itself from `threshold`
// instead of forcing a fixed number of speakers.
num_clusters: Some(-1),
threshold: Some(0.5),
// Tuning evidence: 0.5 over the summed mic+loopback mono WAV
// exploded a 2-speaker conversation into 83 clusters (overlapped
// speech + short pyannote chunks yield unstable embeddings). sherpa
// fast-clustering: larger threshold → fewer clusters. 0.7 lands a
// 2-person meeting near 2–4. ponytail: code constant, no settings
// knob until 0.7 proves insufficient in the field.
threshold: Some(0.7),
..Default::default()
};
let engine = sherpa_rs::diarize::Diarize::new(segmentation_model, embedding_model, config)
@@ -85,11 +97,28 @@ impl Diarizer for SherpaDiarizer {
fn diarize(&self, wav: &Path) -> Result<Vec<SpeakerSpan>, DiarError> {
let samples =
crate::audio::read_wav_mono_16k(wav).map_err(|e| DiarError::Run(e.to_string()))?;
self.diarize_samples(samples)
}
fn diarize_samples(&self, samples: Vec<f32>) -> Result<Vec<SpeakerSpan>, DiarError> {
// Guard the native FFI against degenerate input (a fully-masked far side
// is all zeros; a tiny buffer has no usable window). sherpa can crash
// rather than error on these, so skip cleanly instead.
if samples.len() < MIN_DIARIZE_SAMPLES {
return Ok(Vec::new());
}
let mut engine = self.engine.lock().unwrap_or_else(|e| e.into_inner());
let segments = engine
.compute(samples, None)
.map_err(|e| DiarError::Run(e.to_string()))?;
Ok(segments.into_iter().map(segment_to_span).collect())
// Drop sub-700ms spans: their embeddings are unstable and only cause
// label churn in assign_by_overlap (which keeps the prior label when no
// span overlaps). See MIN_SPAN_MS.
Ok(segments
.into_iter()
.map(segment_to_span)
.filter(span_long_enough)
.collect())
}
fn assign(&self, segments: &mut [TranscriptSegment], spans: &[SpeakerSpan]) {
@@ -97,6 +126,23 @@ impl Diarizer for SherpaDiarizer {
}
}
/// Minimum span duration kept from a diarization pass. Sub-second pyannote
/// chunks carry unstable ERes2Net embeddings and only churn labels.
#[cfg(feature = "diarization")]
const MIN_SPAN_MS: u64 = 700;
/// Below this many 16kHz samples (~1s) the diarizer skips the sherpa FFI: a
/// fully-masked far side is all zeros and a tiny buffer has no usable
/// segmentation window, either of which can crash the native code.
#[cfg(feature = "diarization")]
const MIN_DIARIZE_SAMPLES: usize = 16_000;
/// A span is kept only if it lasts at least [`MIN_SPAN_MS`].
#[cfg(feature = "diarization")]
fn span_long_enough(span: &SpeakerSpan) -> bool {
span.end_ms.saturating_sub(span.start_ms) >= MIN_SPAN_MS
}
/// sherpa-onnx speaker indices are 0-based; WA's internal labels are 1-based ("S1"…).
#[cfg(feature = "diarization")]
fn segment_to_span(seg: sherpa_rs::diarize::Segment) -> SpeakerSpan {
@@ -183,6 +229,22 @@ mod tests {
assert_eq!(span.speaker, "S1");
}
#[test]
fn span_long_enough_filters_sub_minimum_spans() {
let short = SpeakerSpan {
start_ms: 0,
end_ms: MIN_SPAN_MS - 1,
speaker: "S1".to_string(),
};
let exact = SpeakerSpan {
start_ms: 0,
end_ms: MIN_SPAN_MS,
speaker: "S1".to_string(),
};
assert!(!span_long_enough(&short));
assert!(span_long_enough(&exact));
}
#[test]
fn new_surfaces_a_load_error_for_missing_models_instead_of_panicking() {
let result =
+3
View File
@@ -52,6 +52,9 @@ pub fn list() -> Vec<ModelInfo> {
// Both models are always "active" once installed — diarization
// has no interchangeable-size picker like whisper's (yet).
active: true,
// Not a whisper model — the language picker (T8.7) never applies
// to diarization's segmentation/embedding pair.
multilingual: false,
})
.collect()
}
+263
View File
@@ -0,0 +1,263 @@
//! Voiceprint matching: identifies which diarized speaker cluster is the
//! meeting's own microphone, so it can be auto-labeled "You" instead of a
//! clustered "S1"/"S2" (bug: the mic speaker wasn't reliably first/labeled).
//! Mic and system audio are already summed into one mono stream before
//! diarization ever runs, so the only way to tell them apart afterwards is a
//! voiceprint: a short mic-only sample, captured live, compared by embedding
//! similarity against each cluster's own audio from the finished recording.
//! Runs once per meeting, entirely offline via the same sherpa-onnx
//! speaker-embedding model diarization already uses (ADR-0005).
use crate::models::SpeakerSpan;
use std::collections::HashMap;
use std::path::Path;
/// At least this much clean audio (mic sample or candidate cluster) before an
/// embedding computed from it is trusted at all — a fragment of a word gives
/// an unstable embedding that's as likely to mismatch as match.
const MIN_VOICEPRINT_SAMPLES: usize = 16_000; // 1s @ 16kHz
/// Per-candidate audio is capped so one very long-talking speaker doesn't
/// blow up embedding compute time; a few seconds is already stable.
const MAX_CANDIDATE_SAMPLES: usize = 16_000 * 10;
/// sherpa's own default "is this a match" similarity threshold
/// (`speaker_id::DEFAULT_SIMILARITY_THRESHOLD`) — kept as a local constant so
/// this module doesn't need the `diarization` feature just to state its
/// policy (used by both the real and no-op builds' doc comments/tests).
const SIMILARITY_THRESHOLD: f32 = 0.5;
#[derive(Debug, thiserror::Error)]
pub enum VoiceprintError {
#[error("model load failed: {0}")]
Load(String),
#[error("embedding failed: {0}")]
Embed(String),
#[error("failed to read the recording: {0}")]
Read(String),
}
/// The label -> display-name map to auto-apply after diarization: whichever
/// speaker's audio matches `mic_samples` best -> `"You"`; every other label,
/// in first-appearance order, -> `"Speaker 2"`, `"Speaker 3"`, … An empty map
/// means "couldn't tell" (too little mic audio, no cluster cleared the
/// similarity threshold, embedding model unavailable) — callers leave the
/// existing "S1"/"S2" labels alone rather than guess (FR-SPK-5).
#[cfg(feature = "diarization")]
pub fn match_mic_speaker(
embedding_model: &Path,
mic_samples: &[f32],
wav_path: &Path,
spans: &[SpeakerSpan],
) -> Result<HashMap<String, String>, VoiceprintError> {
if mic_samples.len() < MIN_VOICEPRINT_SAMPLES || spans.is_empty() {
return Ok(HashMap::new());
}
let labels_in_order = first_appearance_order(spans);
let wav_samples = crate::audio::read_wav_mono_16k(wav_path)
.map_err(|e| VoiceprintError::Read(e.to_string()))?;
let mut extractor =
sherpa_rs::speaker_id::EmbeddingExtractor::new(sherpa_rs::speaker_id::ExtractorConfig {
model: embedding_model.to_string_lossy().to_string(),
..Default::default()
})
.map_err(|e| VoiceprintError::Load(e.to_string()))?;
let mic_embedding = extractor
.compute_speaker_embedding(mic_samples.to_vec(), 16_000)
.map_err(|e| VoiceprintError::Embed(e.to_string()))?;
let mut best: Option<(&str, f32)> = None;
for label in &labels_in_order {
let candidate_samples = candidate_audio(&wav_samples, spans, label);
if candidate_samples.len() < MIN_VOICEPRINT_SAMPLES {
continue;
}
let embedding = extractor
.compute_speaker_embedding(candidate_samples, 16_000)
.map_err(|e| VoiceprintError::Embed(e.to_string()))?;
let score = cosine_similarity(&mic_embedding, &embedding);
let is_better = match best {
Some((_, best_score)) => score > best_score,
None => true,
};
if is_better {
best = Some((label, score));
}
}
let Some((mic_label, score)) = best else {
return Ok(HashMap::new());
};
if score < SIMILARITY_THRESHOLD {
return Ok(HashMap::new());
}
Ok(build_name_map(&labels_in_order, mic_label))
}
#[cfg(not(feature = "diarization"))]
pub fn match_mic_speaker(
_embedding_model: &Path,
_mic_samples: &[f32],
_wav_path: &Path,
_spans: &[SpeakerSpan],
) -> Result<HashMap<String, String>, VoiceprintError> {
Ok(HashMap::new())
}
/// Distinct speaker labels in first-appearance order — spans come back from
/// the diarizer already sorted by start time. `pub(crate)` so the Phase 3
/// per-stream path can reuse it to name its merged You + far-side spans.
pub(crate) fn first_appearance_order(spans: &[SpeakerSpan]) -> Vec<String> {
let mut seen = std::collections::HashSet::new();
spans
.iter()
.filter(|s| seen.insert(s.speaker.clone()))
.map(|s| s.speaker.clone())
.collect()
}
/// Concatenates up to `MAX_CANDIDATE_SAMPLES` of `label`'s audio out of the
/// full 16kHz-mono recording, using each span's millisecond range.
fn candidate_audio(wav_samples: &[f32], spans: &[SpeakerSpan], label: &str) -> Vec<f32> {
const SAMPLES_PER_MS: u64 = 16; // 16_000 Hz / 1000
let mut out = Vec::new();
for span in spans.iter().filter(|s| s.speaker == label) {
if out.len() >= MAX_CANDIDATE_SAMPLES {
break;
}
let start = (span.start_ms * SAMPLES_PER_MS) as usize;
let end = ((span.end_ms * SAMPLES_PER_MS) as usize).min(wav_samples.len());
if start < end {
out.extend_from_slice(&wav_samples[start..end]);
}
}
out.truncate(MAX_CANDIDATE_SAMPLES);
out
}
fn cosine_similarity(a: &[f32], b: &[f32]) -> f32 {
let dot: f32 = a.iter().zip(b).map(|(x, y)| x * y).sum();
let norm_a = a.iter().map(|x| x * x).sum::<f32>().sqrt();
let norm_b = b.iter().map(|x| x * x).sum::<f32>().sqrt();
if norm_a == 0.0 || norm_b == 0.0 {
0.0
} else {
dot / (norm_a * norm_b)
}
}
/// `mic_label` -> "You"; every other label, in first-appearance order ->
/// "Speaker 2", "Speaker 3", … (numbering starts at 2 — "You" stands in for
/// "Speaker 1" without ever being called that). `pub(crate)` so Phase 3 reuses
/// it for its merged You + far-side spans, keeping naming uniform app-wide.
pub(crate) fn build_name_map(
labels_in_order: &[String],
mic_label: &str,
) -> HashMap<String, String> {
let mut names = HashMap::new();
let mut next_speaker_number = 2;
for label in labels_in_order {
if label == mic_label {
names.insert(label.clone(), "You".to_string());
} else {
names.insert(label.clone(), format!("Speaker {next_speaker_number}"));
next_speaker_number += 1;
}
}
names
}
#[cfg(test)]
mod tests {
use super::*;
fn span(start_ms: u64, end_ms: u64, speaker: &str) -> SpeakerSpan {
SpeakerSpan {
start_ms,
end_ms,
speaker: speaker.to_string(),
}
}
#[test]
fn first_appearance_order_dedupes_in_encounter_order() {
let spans = vec![
span(0, 1000, "S2"),
span(1000, 2000, "S1"),
span(2000, 3000, "S2"),
];
assert_eq!(first_appearance_order(&spans), vec!["S2", "S1"]);
}
#[test]
fn candidate_audio_concatenates_only_that_speakers_spans() {
let wav: Vec<f32> = (0..32_000).map(|i| i as f32).collect(); // 2s @16kHz
let spans = vec![
span(0, 500, "S1"),
span(500, 1000, "S2"),
span(1000, 1500, "S1"),
];
let s1 = candidate_audio(&wav, &spans, "S1");
// 500ms + 500ms of S1 = 1s = 16_000 samples, taken from [0,8000) and [16000,24000).
assert_eq!(s1.len(), 16_000);
assert_eq!(s1[0], 0.0);
assert_eq!(s1[8000], 16_000.0);
}
#[test]
fn candidate_audio_caps_at_the_maximum() {
let wav: Vec<f32> = vec![0.0; MAX_CANDIDATE_SAMPLES + 10_000];
let spans = vec![span(0, (MAX_CANDIDATE_SAMPLES as u64 + 10_000) / 16, "S1")];
assert_eq!(
candidate_audio(&wav, &spans, "S1").len(),
MAX_CANDIDATE_SAMPLES
);
}
#[test]
fn cosine_similarity_of_identical_vectors_is_one() {
let v = [1.0, 2.0, 3.0];
assert!((cosine_similarity(&v, &v) - 1.0).abs() < 1e-6);
}
#[test]
fn cosine_similarity_of_opposite_vectors_is_negative_one() {
let a = [1.0, 0.0];
let b = [-1.0, 0.0];
assert!((cosine_similarity(&a, &b) + 1.0).abs() < 1e-6);
}
#[test]
fn cosine_similarity_handles_a_zero_vector_without_dividing_by_zero() {
let a = [0.0, 0.0];
let b = [1.0, 1.0];
assert_eq!(cosine_similarity(&a, &b), 0.0);
}
#[test]
fn build_name_map_labels_the_mic_you_and_numbers_the_rest_from_two() {
let labels = vec!["S2".to_string(), "S1".to_string(), "S3".to_string()];
let names = build_name_map(&labels, "S1");
assert_eq!(names.get("S1"), Some(&"You".to_string()));
assert_eq!(names.get("S2"), Some(&"Speaker 2".to_string()));
assert_eq!(names.get("S3"), Some(&"Speaker 3".to_string()));
}
#[test]
fn match_mic_speaker_returns_empty_when_mic_sample_is_too_short() {
let spans = vec![span(0, 1000, "S1")];
let names = match_mic_speaker(
Path::new("model.onnx"),
&[0.0; 100],
Path::new("audio.wav"),
&spans,
)
.unwrap();
assert!(names.is_empty());
}
}
+166 -4
View File
@@ -6,6 +6,7 @@
pub mod agent;
pub mod audio;
pub mod briefs;
pub mod calendar;
pub mod commands;
pub mod diarization;
@@ -13,6 +14,7 @@ pub mod error;
pub mod hardware;
pub mod llm;
pub mod mcp;
pub mod media;
pub mod models;
pub mod notes;
pub mod paths;
@@ -44,6 +46,10 @@ pub struct AppState {
pub struct RecordingSession {
pub meeting_id: models::MeetingId,
pub capture: audio::CaptureHandle,
/// The user's microphone capture (FR-CAP-7), mixed into the transcript
/// stream. `None` when the mic is disabled in Settings or failed to open —
/// the meeting proceeds on loopback alone either way.
pub mic_capture: Option<audio::CaptureHandle>,
/// Audio retention for this meeting (ADR-0009); toggle-able mid-meeting.
pub retention: bool,
pub wav_path: PathBuf,
@@ -58,6 +64,13 @@ pub struct RecordingSession {
/// can pick a different model than `Settings.whisper_model`).
pub active_backend: Arc<StdMutex<models::BackendId>>,
pub model_id: String,
/// Resolved transcription language (T8.7, FR-TRX-4): `None` = auto.
/// Set by the transcription worker once the engine loads (to the
/// request resolved against model capability, e.g. forced "en" for an
/// English-only model) and updated after every decode to whatever was
/// actually used/detected — `stop_recording` reads the final value to
/// persist on the meeting record.
pub language: Arc<StdMutex<Option<String>>>,
/// `None` when diarization models aren't installed yet (T4.7) — live
/// provisional turns and the final post-stop pass are both skipped, same
/// graceful-degradation treatment as a missing hardware backend (T4.3).
@@ -66,24 +79,87 @@ pub struct RecordingSession {
/// (T4.4, FR-SPK-2). Never rewritten onto segments (FR-SPK-5); resolved
/// at render/finalize time instead.
pub speaker_names: Arc<StdMutex<std::collections::HashMap<String, String>>>,
/// A few seconds of raw mic-only audio, captured once early in the
/// recording — used at `stop_recording` to voiceprint-match the mic
/// against the diarized speaker clusters so the mic speaker can be
/// auto-labeled "You" instead of a clustered "S1"/"S2". `None` when the
/// mic is disabled (same conditions as `mic_capture`).
pub mic_voice_sample: Option<Arc<audio::VoiceSample>>,
/// `audio.wav` channel layout for this recording (FR-SPK): `"split"` (mic
/// enabled → stereo mic-left/loopback-right) or `"summed"` (mic off). Passed
/// to `finalize_meeting` so playback/diarization/export can branch on it.
pub audio_layout: &'static str,
/// Live notes redesign: raw user-authored notes accumulated *during* the
/// recording (freeform text + per-moment annotations) — see
/// `models::ManualNotes`. Mutated by `update_live_notes`/`set_segment_note`
/// and write-through persisted to `manual_notes.json` on every edit (crash
/// safety, same spirit as T2.8 recovery); folded into the final `notes.md`
/// at `stop_recording` via `notes::MarkdownNotes::merge`.
pub manual_notes: Arc<StdMutex<models::ManualNotes>>,
}
/// Wraps the tray icon so it can be looked up from commands to update its
/// tooltip on recording state changes (FR-CAP-4).
pub struct TrayHandle(pub TrayIcon);
/// Show a blocking native error dialog and exit non-zero. Used for failures
/// that happen before the Tauri app (and its window) exist, where a silent
/// `panic=abort` fast-fail would otherwise close with no explanation. Exits
/// cleanly (code 1) rather than aborting so the OS reports no crash.
fn fatal_startup_error(body: &str) -> ! {
tracing::error!("fatal startup error: {body}");
#[cfg(windows)]
{
use windows::core::PCWSTR;
use windows::Win32::UI::WindowsAndMessaging::{
MessageBoxW, MB_ICONERROR, MB_OK, MB_SYSTEMMODAL,
};
// Null-terminated UTF-16 for the Win32 wide API.
let to_wide = |s: &str| s.encode_utf16().chain(std::iter::once(0)).collect::<Vec<u16>>();
let text = to_wide(body);
let caption = to_wide("WhispAssist can't start");
// SAFETY: both buffers are null-terminated and outlive the call.
unsafe {
MessageBoxW(
None,
PCWSTR(text.as_ptr()),
PCWSTR(caption.as_ptr()),
MB_OK | MB_ICONERROR | MB_SYSTEMMODAL,
);
}
}
#[cfg(not(windows))]
eprintln!("WhispAssist can't start: {body}");
std::process::exit(1);
}
/// Build state, register commands/events, and run the app.
pub fn run() {
tracing_subscriber::fmt().with_env_filter("info").init();
let store: Arc<dyn storage::Store> = Arc::new(
tauri::async_runtime::block_on(storage::SqliteStore::connect())
.expect("failed to initialize storage (wa.db)"),
);
let store: Arc<dyn storage::Store> =
match tauri::async_runtime::block_on(storage::SqliteStore::connect()) {
Ok(s) => Arc::new(s),
// A migration checksum mismatch (an edited-after-shipping migration)
// or a locked/corrupt file lands here. Tell the user instead of
// fast-failing into a silent no-launch.
Err(e) => fatal_startup_error(&format!(
"WhispAssist couldn't open its database (wa.db):\n\n{e}\n\n\
Your recordings and notes are not deleted. This usually means the \
database is from a newer version of WhispAssist, or a data migration \
is incompatible. Reinstalling the matching version, or moving wa.db \
aside from %LOCALAPPDATA%\\WhispAssist, will let the app start."
)),
};
let store_for_setup = store.clone();
tauri::Builder::default()
.plugin(tauri_plugin_dialog::init())
// In-memory streaming of recordings for the player (FR-REC-5): decrypts
// on the fly so no plaintext audio is ever written to disk.
.register_uri_scheme_protocol("waaudio", |_ctx, request| {
commands::serve_recording(&request)
})
.manage(AppState {
store,
session: Mutex::new(None),
@@ -123,6 +199,10 @@ pub fn run() {
// Startup recovery + retention + reminder-reconcile pass (FR-REL-1,
// FR-STORE-2, FR-CAL-5). Spawned so it never blocks the window from
// showing (NFR-PERF-4); nothing here repeats on a timer (NFR-RES-1).
// Sweep away any plaintext playback temp files left by the previous
// file-based player (T8.8) — playback is now in-memory only.
commands::cleanup_playback_temp();
let store = store_for_setup;
let startup_app = app.handle().clone();
tauri::async_runtime::spawn(async move {
@@ -161,28 +241,57 @@ pub fn run() {
if commands::load_settings().sync_enabled {
commands::pump_sync(&startup_app, store.as_ref()).await;
}
// Re-import the last .pst path if the user opted into auto-sync
// (T6.2). One-shot on startup, same as the sync-job resume above
// — no idle timer (NFR-RES-1). Re-import is dedup'd by
// (source, raw_uid), so this just catches up on new/changed events.
let pst_settings = commands::load_settings();
if pst_settings.pst_auto_sync {
if let Some(path) = pst_settings.pst_last_path {
if let Err(e) = commands::import_pst_core(
&startup_app,
store.as_ref(),
path,
None,
pst_settings.pst_import_range_days,
)
.await
{
tracing::warn!("startup PST auto-sync failed: {e:?}");
}
}
}
});
Ok(())
})
.invoke_handler(tauri::generate_handler![
commands::start_recording,
commands::stop_recording,
commands::cancel_recording,
commands::recording_playback_path,
commands::pause_recording,
commands::resume_recording,
commands::set_recording_retention,
commands::acknowledge_recording_consent,
commands::update_live_notes,
commands::set_segment_note,
commands::resume_transcription,
commands::app_info,
commands::open_url,
commands::hardware_status,
commands::list_audio_devices,
commands::list_input_devices,
commands::set_preferred_backend,
commands::list_models,
commands::list_whisper_languages,
commands::download_npu_package,
commands::download_directml_package,
commands::list_diarization_models,
commands::download_model,
commands::remove_model,
commands::reprocess_transcript,
commands::import_media,
commands::list_meetings,
commands::search,
commands::set_tags,
@@ -193,6 +302,7 @@ pub fn run() {
commands::update_notes,
commands::export_meeting,
commands::bulk_export_meetings,
commands::import_meeting_bundle,
commands::rename_speaker,
commands::merge_speakers,
commands::map_speaker_to_participant,
@@ -200,12 +310,18 @@ pub fn run() {
commands::set_llm_provider,
commands::generate_summary,
commands::confirm_action_items,
commands::generate_tags,
commands::llm_setup_suggestions,
commands::pull_ollama_model,
commands::import_pst,
commands::cleanup_calendar_events,
commands::list_calendar_events,
commands::get_calendar_event,
commands::attach_meeting_to_event,
commands::begin_graph_calendar_link,
commands::import_graph_calendar,
commands::disconnect_graph_calendar,
commands::rename_meeting,
commands::list_sync_targets,
commands::add_sync_target,
commands::update_sync_target,
@@ -245,3 +361,49 @@ pub(crate) fn update_tray_tooltip(app: &tauri::AppHandle, text: &str) {
let _ = tray.0.set_tooltip(Some(text));
}
}
/// Entry point for `whispassist.exe --mcp-stdio` (FR-MCP-6): serves one MCP
/// session over this process's own stdin/stdout instead of showing a window,
/// against the same `wa.db` the GUI instance uses. There is no Tauri
/// `AppHandle` in this mode, so `mcp://access` events have nowhere to go —
/// the `mcp_access_log` DB row is still written regardless (FR-MCP-5).
pub fn run_mcp_stdio() {
#[cfg(feature = "mcp")]
{
// stderr, not stdout: stdout is the MCP JSON-RPC channel.
let _ = tracing_subscriber::fmt()
.with_env_filter("info")
.with_writer(std::io::stderr)
.try_init();
let rt = match tokio::runtime::Builder::new_multi_thread()
.enable_all()
.build()
{
Ok(rt) => rt,
Err(e) => {
eprintln!("whispassist --mcp-stdio: failed to start a runtime: {e}");
std::process::exit(1);
}
};
rt.block_on(async {
let store: std::sync::Arc<dyn storage::Store> =
match storage::SqliteStore::connect().await {
Ok(s) => std::sync::Arc::new(s),
Err(e) => {
eprintln!("whispassist --mcp-stdio: failed to open wa.db: {e}");
std::process::exit(1);
}
};
let handler = mcp::handler::WaMcpHandler::new(store, None);
if let Err(e) = mcp::stdio_transport::serve_once(handler).await {
eprintln!("whispassist --mcp-stdio: session ended with an error: {e}");
std::process::exit(1);
}
});
}
#[cfg(not(feature = "mcp"))]
{
eprintln!("this build was compiled without MCP support (the `mcp` cargo feature is off)");
std::process::exit(1);
}
}
+907 -19
View File
File diff suppressed because it is too large Load Diff
+9
View File
@@ -3,5 +3,14 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
// `whispassist.exe --mcp-stdio` (FR-MCP-6): the stdio "adapter the agent
// spawns" is this same binary, in headless mode -- it serves one MCP
// session over its own stdin/stdout and exits, instead of opening the
// GUI window. A coding agent's MCP client config spawns this exact
// command line (see `mcp_status`/`set_mcp_enabled`'s returned endpoint).
if std::env::args().any(|a| a == "--mcp-stdio") {
whispassist_lib::run_mcp_stdio();
return;
}
whispassist_lib::run();
}
+346
View File
@@ -0,0 +1,346 @@
//! `rmcp::ServerHandler` implementation — the tools-first surface (FR-MCP-2)
//! that a connected coding agent actually calls. Every tool handler:
//! 1. Reads the *current* scope from `Settings` (not a snapshot taken at
//! server start) so `set_mcp_scope` takes effect immediately.
//! 2. Logs the read (FR-MCP-5) — even when the read is denied, so the audit
//! trail reflects what an agent *asked for*.
//! 3. Independently re-checks scope + the recordings gate (FR-MCP-3) — there
//! is deliberately no single choke point upstream of this file.
use crate::mcp::{scope, ExposeScope};
use crate::models::MeetingId;
use crate::storage::{MeetingFilter, Store};
use rmcp::model::{
CallToolRequestParams, CallToolResult, Implementation, JsonObject, ListToolsResult,
PaginatedRequestParams, ServerCapabilities, ServerInfo, Tool,
};
use rmcp::service::{RequestContext, RoleServer};
use rmcp::{ErrorData as McpProtoError, ServerHandler};
use serde_json::{json, Value};
use std::sync::Arc;
use tauri::{AppHandle, Emitter};
/// Shared handle the HTTP/stdio transports build a fresh `rmcp` service
/// around per-connection (`ServerHandler` methods take `&self`, so this just
/// needs to be `Clone` + cheap — it's an `Arc<Store>` and an `AppHandle`).
/// `app` is `None` in `--mcp-stdio` mode (a separate process with no Tauri
/// window to emit events to, see `mcp::stdio_transport`/`main.rs`) — the
/// `mcp_access_log` row is still written either way (FR-MCP-5), only the
/// live `"mcp://access"` event has nowhere to go.
#[derive(Clone)]
pub struct WaMcpHandler {
store: Arc<dyn Store>,
app: Option<AppHandle>,
}
impl WaMcpHandler {
pub fn new(store: Arc<dyn Store>, app: Option<AppHandle>) -> Self {
Self { store, app }
}
/// Live scope read (not cached) so `set_mcp_scope` applies without a
/// server restart.
fn current_scope(&self) -> (ExposeScope, bool) {
let settings = crate::commands::load_settings();
(
ExposeScope::parse(&settings.mcp_expose),
settings.mcp_expose_recordings,
)
}
async fn log_access(&self, tool: &str, meeting_id: Option<&MeetingId>, client: Option<&str>) {
if let Err(e) = self.store.record_mcp_access(tool, meeting_id, client).await {
tracing::warn!("failed to record mcp access log row: {e}");
}
if let Some(app) = &self.app {
let _ = app.emit(
"mcp://access",
json!({
"at": now_ms(),
"tool": tool,
"meetingId": meeting_id,
"client": client,
}),
);
}
}
fn client_name(context: &RequestContext<RoleServer>) -> Option<String> {
context
.peer
.peer_info()
.map(|info| info.client_info.name.clone())
}
async fn tool_list_recent_meetings(
&self,
args: &Option<JsonObject>,
client: Option<&str>,
) -> Result<CallToolResult, McpProtoError> {
self.log_access("list_recent_meetings", None, client).await;
let (scope_val, expose_recordings) = self.current_scope();
if !scope::meetings_visible(scope_val) {
return Ok(CallToolResult::structured(json!({ "meetings": [] })));
}
let limit = arg_u64(args, "limit").unwrap_or(20).clamp(1, 100) as usize;
let items = self
.store
.list_meetings(MeetingFilter::default())
.await
.map_err(store_err)?;
let mut out = Vec::with_capacity(limit);
for item in items {
if out.len() >= limit {
break;
}
let Ok(full) = self.store.get_meeting(&item.id).await else {
continue;
};
if !scope::recording_gate_ok(expose_recordings, full.recorded) {
continue;
}
out.push(json!({
"id": item.id,
"title": item.title,
"startedAt": item.started_at,
"durationSecs": item.duration_secs,
"status": item.status.as_str(),
"tags": item.tags,
}));
}
Ok(CallToolResult::structured(json!({ "meetings": out })))
}
async fn tool_get_transcript(
&self,
args: &Option<JsonObject>,
client: Option<&str>,
) -> Result<CallToolResult, McpProtoError> {
let meeting_id = arg_str(args, "meetingId")
.ok_or_else(|| McpProtoError::invalid_params("meetingId is required", None))?;
self.log_access("get_transcript", Some(&meeting_id), client)
.await;
let (scope_val, expose_recordings) = self.current_scope();
if !scope::meetings_visible(scope_val) {
return Ok(denied("get_transcript scope is not `all`"));
}
let meeting = self
.store
.get_meeting(&meeting_id)
.await
.map_err(store_err)?;
if !scope::recording_gate_ok(expose_recordings, meeting.recorded) {
return Ok(denied(
"this meeting retained its recording; expose_recordings is off",
));
}
Ok(CallToolResult::structured(json!({
"meetingId": meeting.id,
"title": meeting.title,
"segments": meeting.segments,
})))
}
async fn tool_get_action_items(
&self,
args: &Option<JsonObject>,
client: Option<&str>,
) -> Result<CallToolResult, McpProtoError> {
let meeting_id = arg_str(args, "meetingId")
.ok_or_else(|| McpProtoError::invalid_params("meetingId is required", None))?;
self.log_access("get_action_items", Some(&meeting_id), client)
.await;
let (scope_val, expose_recordings) = self.current_scope();
if !scope::meetings_visible(scope_val) {
return Ok(denied("get_action_items scope is not `all`"));
}
let meeting = self
.store
.get_meeting(&meeting_id)
.await
.map_err(store_err)?;
if !scope::recording_gate_ok(expose_recordings, meeting.recorded) {
return Ok(denied(
"this meeting retained its recording; expose_recordings is off",
));
}
let items = self
.store
.list_action_items(&meeting_id)
.await
.map_err(store_err)?;
Ok(CallToolResult::structured(json!({
"meetingId": meeting_id,
"items": items,
})))
}
async fn tool_get_feature_brief(
&self,
args: &Option<JsonObject>,
client: Option<&str>,
) -> Result<CallToolResult, McpProtoError> {
let id = arg_str(args, "id")
.ok_or_else(|| McpProtoError::invalid_params("id is required", None))?;
self.log_access("get_feature_brief", None, client).await;
let (scope_val, _expose_recordings) = self.current_scope();
if matches!(scope_val, ExposeScope::None) {
return Ok(denied("MCP scope is `none`; no briefs are exposed"));
}
let row = match self.store.get_feature_brief_row(&id).await {
Ok(row) => row,
Err(e) => {
return Ok(CallToolResult::structured_error(json!({
"error": "storage",
"message": e.to_string(),
})))
}
};
if !scope::brief_visible(scope_val, row.exposed) {
return Ok(denied(
"this brief is not exposed (toggle it on via set_brief_exposed, or set scope to `all`)",
));
}
match crate::commands::get_feature_brief_core(&self.store, &id).await {
Ok(brief) => Ok(CallToolResult::structured(
serde_json::to_value(brief)
.map_err(|e| McpProtoError::internal_error(e.to_string(), None))?,
)),
Err(e) => Ok(CallToolResult::structured_error(json!({
"error": e.kind,
"message": e.message,
}))),
}
}
}
impl ServerHandler for WaMcpHandler {
fn get_info(&self) -> ServerInfo {
ServerInfo {
capabilities: ServerCapabilities::builder().enable_tools().build(),
server_info: Implementation {
name: "whispassist".into(),
title: Some("WhispAssist".into()),
version: env!("CARGO_PKG_VERSION").into(),
description: None,
icons: None,
website_url: None,
},
instructions: Some(
"WhispAssist meeting-assistant tools. Served data may be forwarded by this \
agent to its own model provider outside WhispAssist's control -- WA discloses \
this in its UI and logs every read (FR-MCP-5). Recordings (.wav) are never \
served by any tool here."
.into(),
),
..Default::default()
}
}
async fn list_tools(
&self,
_request: Option<PaginatedRequestParams>,
_context: RequestContext<RoleServer>,
) -> Result<ListToolsResult, McpProtoError> {
let tools = vec![
Tool::new(
"list_recent_meetings",
"Recent meetings, most recent first (scoped by the user's MCP settings).",
obj_schema(json!({
"type": "object",
"properties": { "limit": { "type": "integer", "minimum": 1, "maximum": 100 } },
"additionalProperties": false,
})),
),
Tool::new(
"get_transcript",
"Full transcript (speaker-labeled segments) for one meeting.",
obj_schema(json!({
"type": "object",
"properties": { "meetingId": { "type": "string" } },
"required": ["meetingId"],
"additionalProperties": false,
})),
),
Tool::new(
"get_action_items",
"Confirmed action items for one meeting.",
obj_schema(json!({
"type": "object",
"properties": { "meetingId": { "type": "string" } },
"required": ["meetingId"],
"additionalProperties": false,
})),
),
Tool::new(
"get_feature_brief",
"Agent-ready spec (problem/outcome/acceptance criteria) distilled from a meeting.",
obj_schema(json!({
"type": "object",
"properties": { "id": { "type": "string" } },
"required": ["id"],
"additionalProperties": false,
})),
),
];
Ok(ListToolsResult::with_all_items(tools))
}
async fn call_tool(
&self,
request: CallToolRequestParams,
context: RequestContext<RoleServer>,
) -> Result<CallToolResult, McpProtoError> {
let client = Self::client_name(&context);
match request.name.as_ref() {
"list_recent_meetings" => {
self.tool_list_recent_meetings(&request.arguments, client.as_deref())
.await
}
"get_transcript" => {
self.tool_get_transcript(&request.arguments, client.as_deref())
.await
}
"get_action_items" => {
self.tool_get_action_items(&request.arguments, client.as_deref())
.await
}
"get_feature_brief" => {
self.tool_get_feature_brief(&request.arguments, client.as_deref())
.await
}
other => Err(McpProtoError::invalid_params(
format!("unknown tool: {other}"),
None,
)),
}
}
}
fn obj_schema(value: Value) -> Arc<JsonObject> {
Arc::new(value.as_object().cloned().unwrap_or_default())
}
fn arg_str(args: &Option<JsonObject>, key: &str) -> Option<String> {
args.as_ref()?.get(key)?.as_str().map(str::to_string)
}
fn arg_u64(args: &Option<JsonObject>, key: &str) -> Option<u64> {
args.as_ref()?.get(key)?.as_u64()
}
fn store_err(e: crate::storage::StoreError) -> McpProtoError {
McpProtoError::internal_error(e.to_string(), None)
}
fn denied(reason: &str) -> CallToolResult {
CallToolResult::structured_error(json!({ "error": "scope_denied", "message": reason }))
}
fn now_ms() -> i64 {
use std::time::{SystemTime, UNIX_EPOCH};
SystemTime::now()
.duration_since(UNIX_EPOCH)
.map(|d| d.as_millis() as i64)
.unwrap_or_default()
}
+168
View File
@@ -0,0 +1,168 @@
//! Streamable HTTP transport (FR-MCP-6): loopback-only bind + a bearer-token
//! gate that runs in front of every connection, before a single byte reaches
//! the MCP service. `rmcp`'s `StreamableHttpService` is a bare
//! `tower_service::Service` (not an axum app), so this module supplies the
//! actual TCP accept loop + HTTP/1 framing via `hyper`.
use crate::mcp::handler::WaMcpHandler;
use crate::mcp::{token, McpError};
use bytes::Bytes;
use http_body_util::{combinators::BoxBody, BodyExt, Full};
use hyper::body::Incoming;
use hyper::service::service_fn;
use hyper::{Request, Response, StatusCode};
use hyper_util::rt::TokioIo;
use rmcp::transport::streamable_http_server::session::local::LocalSessionManager;
use rmcp::transport::streamable_http_server::{StreamableHttpServerConfig, StreamableHttpService};
use std::convert::Infallible;
use std::net::{IpAddr, SocketAddr};
use std::sync::Arc;
use tokio::net::TcpListener;
use tokio_util::sync::CancellationToken;
/// Binds `host:port`, refusing anything that doesn't resolve to a loopback
/// address (127.0.0.0/8 or ::1) -- the only way this crate ever opens a
/// listening socket for MCP (FR-MCP-1, NFR-SEC-5). Kept generic over `host`
/// purely so the refusal path is directly unit-testable; the only production
/// caller (`mcp::server`) always passes `"127.0.0.1"`.
pub(crate) async fn bind_loopback(host: &str, port: u16) -> Result<TcpListener, McpError> {
let ip: IpAddr = host.parse().map_err(|_| McpError::NonLoopback)?;
if !ip.is_loopback() {
return Err(McpError::NonLoopback);
}
TcpListener::bind(SocketAddr::new(ip, port))
.await
.map_err(|e| McpError::Server(e.to_string()))
}
/// A running HTTP server; `stop()` cancels the accept loop and all live
/// connections and waits for cleanup.
pub(crate) struct HttpServerHandle {
pub local_addr: SocketAddr,
shutdown: CancellationToken,
join: tokio::task::JoinHandle<()>,
}
impl HttpServerHandle {
pub async fn stop(self) {
self.shutdown.cancel();
let _ = self.join.await;
}
}
/// Serves the MCP Streamable HTTP endpoint (`/mcp`, per the config's session
/// routing) on an already-bound loopback listener. Every request must present
/// `Authorization: Bearer <token>` matching the stored token (constant-time
/// compare, `mcp::token::verify`) or it never reaches `rmcp`.
pub(crate) fn serve(
listener: TcpListener,
expected_token: String,
handler: WaMcpHandler,
) -> HttpServerHandle {
let local_addr = listener
.local_addr()
.expect("a just-bound TcpListener has a local addr");
let shutdown = CancellationToken::new();
let config = StreamableHttpServerConfig {
stateful_mode: true,
..Default::default()
};
let session_manager = Arc::new(LocalSessionManager::default());
let service = StreamableHttpService::new(move || Ok(handler.clone()), session_manager, config);
let accept_ct = shutdown.clone();
let join = tokio::spawn(async move {
loop {
tokio::select! {
_ = accept_ct.cancelled() => break,
accepted = listener.accept() => {
let Ok((stream, _peer)) = accepted else { continue };
let io = TokioIo::new(stream);
let svc = service.clone();
let token = expected_token.clone();
let conn_ct = accept_ct.clone();
tokio::spawn(async move {
let guarded = service_fn(move |req: Request<Incoming>| {
let mut svc = svc.clone();
let token = token.clone();
async move { Ok::<_, Infallible>(handle_request(req, &mut svc, &token).await) }
});
let conn = hyper::server::conn::http1::Builder::new().serve_connection(io, guarded);
tokio::select! {
_ = conn_ct.cancelled() => {}
_ = conn => {}
}
});
}
}
}
});
HttpServerHandle {
local_addr,
shutdown,
join,
}
}
async fn handle_request(
req: Request<Incoming>,
svc: &mut StreamableHttpService<WaMcpHandler>,
expected_token: &str,
) -> Response<BoxBody<Bytes, Infallible>> {
if !is_authorized(&req, expected_token) {
return unauthorized_response();
}
let (parts, body) = req.into_parts();
let req = Request::from_parts(parts, body.boxed());
tower_service::Service::call(svc, req)
.await
.unwrap_or_else(|never: Infallible| match never {})
}
fn is_authorized(req: &Request<Incoming>, expected_token: &str) -> bool {
let Some(header) = req.headers().get(hyper::header::AUTHORIZATION) else {
return false;
};
let Ok(header) = header.to_str() else {
return false;
};
let Some(presented) = header.strip_prefix("Bearer ") else {
return false;
};
token::verify(presented, expected_token)
}
fn unauthorized_response() -> Response<BoxBody<Bytes, Infallible>> {
Response::builder()
.status(StatusCode::UNAUTHORIZED)
.header(hyper::header::CONTENT_TYPE, "application/json")
.body(Full::new(Bytes::from_static(b"{\"error\":\"unauthorized\"}")).boxed())
.expect("valid response")
}
#[cfg(test)]
mod tests {
use super::*;
#[tokio::test]
async fn refuses_a_non_loopback_bind() {
// A real routable address is never allowed regardless of port
// availability -- the check happens before any socket syscall.
let err = bind_loopback("8.8.8.8", 0).await.unwrap_err();
assert!(matches!(err, McpError::NonLoopback));
}
#[tokio::test]
async fn refuses_an_unparseable_host() {
let err = bind_loopback("not-an-ip", 0).await.unwrap_err();
assert!(matches!(err, McpError::NonLoopback));
}
#[tokio::test]
async fn binds_127_0_0_1_on_an_os_assigned_port() {
let listener = bind_loopback("127.0.0.1", 0).await.expect("loopback bind");
assert!(listener.local_addr().unwrap().ip().is_loopback());
}
}
+81 -40
View File
@@ -14,10 +14,28 @@
use crate::models::{FeatureBrief, MeetingId};
use async_trait::async_trait;
pub mod scope;
#[cfg(feature = "mcp")]
pub mod handler;
#[cfg(feature = "mcp")]
pub mod http_transport;
#[cfg(feature = "mcp")]
pub mod server;
#[cfg(feature = "mcp")]
pub mod stdio_transport;
#[cfg(feature = "mcp")]
pub mod token;
#[cfg(feature = "mcp")]
pub use server::RmcpServer;
#[derive(Debug, thiserror::Error)]
pub enum McpError {
#[error("refusing to bind non-loopback address")]
NonLoopback,
#[error("unauthorized: missing or invalid token")]
Unauthorized,
#[error("server error: {0}")]
Server(String),
}
@@ -38,7 +56,7 @@ pub struct McpConfig {
pub expose_recordings: bool,
}
#[derive(Debug, Clone, Copy)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum McpTransport {
/// Streamable HTTP on http://127.0.0.1:<port>/mcp (loopback only).
Http,
@@ -46,24 +64,85 @@ pub enum McpTransport {
Stdio,
}
#[derive(Debug, Clone, Copy)]
impl McpTransport {
pub fn as_str(self) -> &'static str {
match self {
McpTransport::Http => "http",
McpTransport::Stdio => "stdio",
}
}
/// Unknown/missing values fall back to `Http` — the safer default to
/// document to the user (stdio requires a client that spawns a process).
pub fn parse(s: &str) -> Self {
match s {
"stdio" => McpTransport::Stdio,
_ => McpTransport::Http,
}
}
}
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ExposeScope {
None,
Selected,
All,
}
impl ExposeScope {
pub fn as_str(self) -> &'static str {
match self {
ExposeScope::None => "none",
ExposeScope::Selected => "selected",
ExposeScope::All => "all",
}
}
/// Unknown values fall back to `None` — scope-control is a privacy
/// control, so an unparsed value must never silently become permissive.
pub fn parse(s: &str) -> Self {
match s {
"selected" => ExposeScope::Selected,
"all" => ExposeScope::All,
_ => ExposeScope::None,
}
}
}
/// Returned on start: where to point the agent + the token it must present.
pub struct McpHandle {
pub endpoint: String,
pub token: String,
}
#[derive(Debug, Clone, Copy)]
pub struct McpToolDescriptor {
pub name: &'static str,
pub description: &'static str,
}
/// The four tools-first-surface descriptors (FR-MCP-2), shared by the trait's
/// default listing and anything else that needs to enumerate them without a
/// running server (e.g. the settings/privacy UI).
pub const TOOL_DESCRIPTORS: [McpToolDescriptor; 4] = [
McpToolDescriptor {
name: "list_recent_meetings",
description: "Recent meetings (scoped).",
},
McpToolDescriptor {
name: "get_transcript",
description: "Transcript for a meeting (scoped).",
},
McpToolDescriptor {
name: "get_action_items",
description: "Action items for a meeting.",
},
McpToolDescriptor {
name: "get_feature_brief",
description: "Agent-ready spec distilled from a meeting.",
},
];
/// The MCP server. Built on the official Rust SDK (`rmcp`, feature `mcp`).
#[async_trait]
pub trait McpServer: Send + Sync {
@@ -82,41 +161,3 @@ pub trait FeatureBriefBuilder: Send + Sync {
target_repo: Option<&str>,
) -> Result<FeatureBrief, BriefError>;
}
/// Default rmcp-backed server (feature `mcp`).
#[cfg(feature = "mcp")]
pub struct RmcpServer;
#[cfg(feature = "mcp")]
#[async_trait]
impl McpServer for RmcpServer {
async fn start(&self, _cfg: McpConfig) -> Result<McpHandle, McpError> {
// T10.4: bind loopback ONLY (reject non-loopback), mint a token, register tools,
// serve over Streamable HTTP (/mcp) or stdio. Never opens an outbound socket.
todo!("Phase 10b — start MCP server (loopback, token)")
}
async fn stop(&self, _handle: McpHandle) -> Result<(), McpError> {
todo!("Phase 10b — stop MCP server")
}
fn tools(&self) -> Vec<McpToolDescriptor> {
// T10.5: the tools an agent can call. Tools-first for Copilot compatibility.
vec![
McpToolDescriptor {
name: "list_recent_meetings",
description: "Recent meetings (scoped).",
},
McpToolDescriptor {
name: "get_transcript",
description: "Transcript for a meeting (scoped).",
},
McpToolDescriptor {
name: "get_action_items",
description: "Action items for a meeting.",
},
McpToolDescriptor {
name: "get_feature_brief",
description: "Agent-ready spec distilled from a meeting.",
},
]
}
}
+100
View File
@@ -0,0 +1,100 @@
//! Pure scope-control logic (FR-MCP-3), split out from `mcp/mod.rs` so it's
//! unit-testable without a DB, a running server, or the `mcp` cargo feature.
//!
//! Design note (documented here because the schema doesn't (yet) carry a
//! per-meeting "expose this meeting" flag -- only `feature_briefs.exposed`
//! does, per `docs/03-data-model.md`): with `ExposeScope::Selected`, meetings/
//! transcripts/action-items have no selection mechanism to key off in this
//! milestone, so they are treated the same as `None` (deny) rather than the
//! same as `All` (allow) -- a privacy-conservative default consistent with
//! every other WA default (recording/sync/hosted-AI/MCP itself all default
//! OFF). Only `get_feature_brief` has real per-item selection today, via the
//! brief's own `exposed` flag (M1). A future "select meetings" UI/schema
//! addition should upgrade `Selected` for the other three tools without
//! changing this function's callers.
use crate::mcp::ExposeScope;
/// Whether `list_recent_meetings`/`get_transcript`/`get_action_items` may see
/// meetings at all under the current scope. `Selected` has no per-meeting
/// selection mechanism yet (see module docs) so it is conservatively treated
/// like `None`.
pub fn meetings_visible(scope: ExposeScope) -> bool {
matches!(scope, ExposeScope::All)
}
/// Whether a specific feature brief may be served. `exposed` is the brief's
/// own per-item flag (`feature_briefs.exposed`, set via `set_brief_exposed`).
pub fn brief_visible(scope: ExposeScope, exposed: bool) -> bool {
match scope {
ExposeScope::None => false,
ExposeScope::Selected => exposed,
ExposeScope::All => true,
}
}
/// Recordings (`.wav`) are never exposed unless explicitly allowed (FR-MCP-3),
/// independent of `ExposeScope`. None of the four MCP tools serve raw audio
/// bytes today, but a meeting that retained its recording (ADR-0009) is
/// treated as more sensitive-by-association: its transcript/action items are
/// also withheld unless the user opted into `expose_recordings`. Every tool
/// handler must call this for each candidate meeting -- there is no central
/// choke point (FR-MCP-3 "enforce in every tool handler").
pub fn recording_gate_ok(expose_recordings: bool, meeting_recorded: bool) -> bool {
expose_recordings || !meeting_recorded
}
/// Combined check a tool handler runs before including one meeting's data.
pub fn meeting_allowed(
scope: ExposeScope,
expose_recordings: bool,
meeting_recorded: bool,
) -> bool {
meetings_visible(scope) && recording_gate_ok(expose_recordings, meeting_recorded)
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn none_hides_all_meetings() {
assert!(!meetings_visible(ExposeScope::None));
}
#[test]
fn selected_hides_meetings_pending_a_selection_mechanism() {
// Documented conservative choice -- see module docs.
assert!(!meetings_visible(ExposeScope::Selected));
}
#[test]
fn all_shows_meetings() {
assert!(meetings_visible(ExposeScope::All));
}
#[test]
fn brief_visibility_follows_the_exposed_flag_only_under_selected() {
assert!(!brief_visible(ExposeScope::None, true));
assert!(!brief_visible(ExposeScope::Selected, false));
assert!(brief_visible(ExposeScope::Selected, true));
assert!(brief_visible(ExposeScope::All, false));
assert!(brief_visible(ExposeScope::All, true));
}
#[test]
fn recordings_never_served_unless_explicitly_allowed() {
assert!(!recording_gate_ok(false, true));
assert!(recording_gate_ok(false, false));
assert!(recording_gate_ok(true, true));
assert!(recording_gate_ok(true, false));
}
#[test]
fn meeting_allowed_requires_both_scope_and_recording_gate() {
assert!(!meeting_allowed(ExposeScope::All, false, true)); // recorded, not opted-in
assert!(meeting_allowed(ExposeScope::All, false, false)); // not recorded
assert!(meeting_allowed(ExposeScope::All, true, true)); // opted-in
assert!(!meeting_allowed(ExposeScope::None, true, false)); // scope still wins
}
}
+107
View File
@@ -0,0 +1,107 @@
//! `RmcpServer` — the concrete `McpServer` implementation (T10.4). Owns the
//! one running transport (HTTP listener, if any) so `stop()` can tear it
//! down; a process-wide singleton (`instance`) is what `commands.rs` reaches
//! for, since Tauri command handlers are separate calls with no shared state
//! of their own beyond `AppState`.
use crate::mcp::handler::WaMcpHandler;
use crate::mcp::{
http_transport, token, McpConfig, McpError, McpHandle, McpServer, McpToolDescriptor,
McpTransport,
};
use crate::storage::Store;
use async_trait::async_trait;
use std::sync::{Arc, OnceLock};
use tauri::AppHandle;
use tokio::sync::Mutex;
enum Running {
Http(http_transport::HttpServerHandle),
/// stdio has nothing running *in this process* — the agent spawns its
/// own `--mcp-stdio` child (see `mcp::stdio_transport`); this variant
/// just records "enabled" for `mcp_status`.
Stdio,
}
pub struct RmcpServer {
store: Arc<dyn Store>,
app: AppHandle,
running: Mutex<Option<Running>>,
}
impl RmcpServer {
pub fn new(store: Arc<dyn Store>, app: AppHandle) -> Self {
Self {
store,
app,
running: Mutex::new(None),
}
}
async fn stop_running(&self) {
if let Some(Running::Http(handle)) = self.running.lock().await.take() {
handle.stop().await;
}
}
/// `true` once a `start()` has actually taken effect (HTTP listener bound
/// or stdio mode recorded) — used by `mcp_status`.
pub async fn is_running(&self) -> bool {
self.running.lock().await.is_some()
}
}
#[async_trait]
impl McpServer for RmcpServer {
async fn start(&self, cfg: McpConfig) -> Result<McpHandle, McpError> {
// Re-enabling (or switching transport/port) replaces whatever was running.
self.stop_running().await;
let auth_token = token::mint_and_store()?;
match cfg.transport {
McpTransport::Http => {
let listener = http_transport::bind_loopback("127.0.0.1", cfg.port).await?;
let handler = WaMcpHandler::new(self.store.clone(), Some(self.app.clone()));
let handle = http_transport::serve(listener, auth_token.clone(), handler);
let endpoint = format!("http://{}/mcp", handle.local_addr);
*self.running.lock().await = Some(Running::Http(handle));
Ok(McpHandle {
endpoint,
token: auth_token,
})
}
McpTransport::Stdio => {
*self.running.lock().await = Some(Running::Stdio);
let exe = std::env::current_exe()
.ok()
.and_then(|p| p.to_str().map(str::to_string))
.unwrap_or_else(|| "whispassist.exe".to_string());
Ok(McpHandle {
endpoint: format!("{exe} --mcp-stdio"),
token: auth_token,
})
}
}
}
async fn stop(&self, _handle: McpHandle) -> Result<(), McpError> {
self.stop_running().await;
token::delete();
Ok(())
}
fn tools(&self) -> Vec<McpToolDescriptor> {
crate::mcp::TOOL_DESCRIPTORS.to_vec()
}
}
static INSTANCE: OnceLock<Arc<RmcpServer>> = OnceLock::new();
/// The process-wide `RmcpServer`. `store`/`app` are only used on the first
/// call (they're the same `AppState`/`AppHandle` for the process's whole
/// life); later calls just return the existing instance.
pub fn instance(store: Arc<dyn Store>, app: AppHandle) -> Arc<RmcpServer> {
INSTANCE
.get_or_init(|| Arc::new(RmcpServer::new(store, app)))
.clone()
}
+31
View File
@@ -0,0 +1,31 @@
//! stdio transport (FR-MCP-6) — "a thin adapter the agent spawns". A coding
//! agent's MCP client config spawns `whispassist.exe --mcp-stdio` and talks
//! JSON-RPC over that child process's stdin/stdout; `main.rs` checks for that
//! flag before building the Tauri window and calls `serve_once` here instead.
//!
//! There is no bearer-token header to check here (unlike HTTP): the ability
//! to spawn this process at all already requires the same OS-level privilege
//! as running any other local command as the signed-in user, so process-spawn
//! capability is the trust boundary for stdio, same as other local-only MCP
//! servers. `set_mcp_enabled` still mints/stores a token (`mcp::token`) for
//! parity with the HTTP transport and in case a future stdio client wants to
//! pass it, but this transport does not require presenting it.
use crate::mcp::handler::WaMcpHandler;
use crate::mcp::McpError;
use rmcp::ServiceExt;
/// Serves one MCP session over the current process's stdin/stdout until the
/// peer disconnects, then returns.
pub async fn serve_once(handler: WaMcpHandler) -> Result<(), McpError> {
let transport = rmcp::transport::io::stdio();
let running = handler
.serve(transport)
.await
.map_err(|e| McpError::Server(e.to_string()))?;
running
.waiting()
.await
.map_err(|e| McpError::Server(e.to_string()))?;
Ok(())
}
+95
View File
@@ -0,0 +1,95 @@
//! MCP auth-token storage (FR-MCP-1/6). The token itself is **never** written
//! to `settings.json`/`wa.db`/logs — only the OS credential store, exactly
//! like sync secrets (`sync::credentials`) and hosted-AI API keys.
use crate::mcp::McpError;
const SERVICE: &str = "WhispAssist-mcp";
const ACCOUNT: &str = "token";
const TOKEN_BYTES: usize = 32;
fn entry() -> Result<keyring::Entry, McpError> {
keyring::Entry::new(SERVICE, ACCOUNT).map_err(|e| McpError::Server(e.to_string()))
}
/// Generates a fresh random token (hex-encoded, 64 chars) and persists it,
/// replacing whatever was there before (each `set_mcp_enabled` mints a new
/// one — there is no "reveal the existing token" path, same treatment as a
/// password).
pub fn mint_and_store() -> Result<String, McpError> {
let mut buf = [0u8; TOKEN_BYTES];
getrandom::getrandom(&mut buf).map_err(|e| McpError::Server(e.to_string()))?;
let token = hex_encode(&buf);
entry()?
.set_password(&token)
.map_err(|e| McpError::Server(e.to_string()))?;
Ok(token)
}
/// Best-effort read for `mcp_status`'s `tokenSet` flag — never returned to
/// the frontend as a value, only whether one exists.
pub fn is_set() -> bool {
entry()
.and_then(|e| {
e.get_password()
.map_err(|e| McpError::Server(e.to_string()))
})
.is_ok()
}
pub fn get() -> Result<String, McpError> {
entry()?
.get_password()
.map_err(|e| McpError::Server(e.to_string()))
}
/// Best-effort cleanup on disable — a missing entry is not an error.
pub fn delete() {
if let Ok(e) = entry() {
match e.delete_credential() {
Ok(()) | Err(keyring::Error::NoEntry) => {}
Err(err) => tracing::warn!("failed to delete MCP token: {err}"),
}
}
}
/// Constant-time comparison so token checking doesn't leak timing
/// information about how many leading bytes matched (NFR-SEC-5).
pub fn verify(presented: &str, expected: &str) -> bool {
let a = presented.as_bytes();
let b = expected.as_bytes();
if a.len() != b.len() {
return false;
}
let mut diff = 0u8;
for (x, y) in a.iter().zip(b.iter()) {
diff |= x ^ y;
}
diff == 0
}
fn hex_encode(bytes: &[u8]) -> String {
let mut s = String::with_capacity(bytes.len() * 2);
for b in bytes {
s.push_str(&format!("{b:02x}"));
}
s
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn verify_requires_exact_match() {
assert!(verify("abc123", "abc123"));
assert!(!verify("abc123", "abc124"));
assert!(!verify("abc12", "abc123"));
assert!(!verify("", "abc123"));
}
#[test]
fn hex_encode_is_lowercase_and_fixed_width() {
assert_eq!(hex_encode(&[0, 255, 16]), "00ff10");
}
}
+157
View File
@@ -0,0 +1,157 @@
//! Media import: turn an arbitrary local audio/video file, a direct media URL,
//! or a streaming/YouTube page URL into WhispAssist's canonical 16kHz-mono
//! 16-bit WAV, so it can go through the same transcription/diarization path as a
//! live recording (manual "add a meeting from a file/URL" feature).
//!
//! Two external tools do the work and are deliberately **not bundled** (same
//! call as `readpst` for .pst, ADR-0008): they must be installed and on PATH.
//! - `ffmpeg` transcodes whatever we have to the target WAV.
//! - `yt-dlp` resolves URLs (YouTube and other sites via its extractors, and
//! direct media URLs via its generic extractor) down to an audio file that
//! ffmpeg can then convert.
//!
//! A missing tool surfaces as a clear, named error rather than a generic
//! "program not found".
use std::path::{Path, PathBuf};
use std::process::Command;
#[derive(Debug, thiserror::Error)]
pub enum MediaError {
#[error("{0} isn't installed or on PATH — install it and try again")]
ToolMissing(&'static str),
#[error("{tool} failed: {message}")]
Failed {
tool: &'static str,
message: String,
},
#[error("io error: {0}")]
Io(#[from] std::io::Error),
}
/// Whether `source` should be resolved as a URL (via yt-dlp) rather than opened
/// as a local file path.
pub fn is_url(source: &str) -> bool {
let s = source.trim_start();
s.starts_with("http://") || s.starts_with("https://")
}
/// A `Command` for `program` that, on Windows, never pops a console window —
/// WhispAssist is a GUI app with no console of its own (same fix as `readpst`).
fn command(program: &str) -> Command {
let mut cmd = Command::new(program);
#[cfg(windows)]
{
use std::os::windows::process::CommandExt;
const CREATE_NO_WINDOW: u32 = 0x0800_0000;
cmd.creation_flags(CREATE_NO_WINDOW);
}
cmd
}
/// Run `cmd`, mapping a missing binary to `ToolMissing(program)` and a non-zero
/// exit to `Failed` carrying the tail of the tool's output (where the real
/// error message from ffmpeg/yt-dlp lives — both are verbose).
fn run(program: &'static str, cmd: &mut Command) -> Result<(), MediaError> {
let output = cmd.output().map_err(|e| match e.kind() {
std::io::ErrorKind::NotFound => MediaError::ToolMissing(program),
_ => MediaError::Io(e),
})?;
if !output.status.success() {
let stderr = String::from_utf8_lossy(&output.stderr);
let stdout = String::from_utf8_lossy(&output.stdout);
let text = if stderr.trim().is_empty() { stdout } else { stderr };
let tail: Vec<&str> = text.lines().filter(|l| !l.trim().is_empty()).collect();
let start = tail.len().saturating_sub(6);
return Err(MediaError::Failed {
tool: program,
message: tail[start..].join("\n"),
});
}
Ok(())
}
/// Transcode `source` (a local file path or a URL) into a 16kHz-mono 16-bit WAV
/// at `dest_wav`. URLs are first fetched with yt-dlp into `work_dir` (which the
/// caller creates and cleans up), then ffmpeg converts whatever landed. Blocks;
/// run it off the async runtime.
pub fn import_to_wav(source: &str, dest_wav: &Path, work_dir: &Path) -> Result<(), MediaError> {
if is_url(source) {
// bestaudio keeps the download small; ffmpeg does the actual 16kHz-mono
// conversion in one predictable pass. `--no-part` avoids a leftover
// `.part` file so `first_file_in` finds the finished download.
let template = work_dir.join("download.%(ext)s");
let mut cmd = command("yt-dlp");
cmd.args(["-f", "bestaudio/best", "--no-playlist", "--no-part", "-o"])
.arg(&template)
.arg(source);
run("yt-dlp", &mut cmd)?;
let downloaded = first_file_in(work_dir)?.ok_or(MediaError::Failed {
tool: "yt-dlp",
message: "no media file was produced".into(),
})?;
ffmpeg_to_wav(&downloaded, dest_wav)
} else {
let input = Path::new(source);
if !input.exists() {
return Err(MediaError::Failed {
tool: "import",
message: format!("file not found: {source}"),
});
}
ffmpeg_to_wav(input, dest_wav)
}
}
/// ffmpeg: any input → 16kHz mono 16-bit PCM WAV (drops video, matches the
/// format `audio::read_wav_mono_16k` and the diarizer both expect).
fn ffmpeg_to_wav(input: &Path, dest_wav: &Path) -> Result<(), MediaError> {
let mut cmd = command("ffmpeg");
cmd.args(["-hide_banner", "-loglevel", "error", "-y", "-i"])
.arg(input)
.args(["-vn", "-ac", "1", "-ar", "16000", "-c:a", "pcm_s16le"])
.arg(dest_wav);
run("ffmpeg", &mut cmd)
}
/// The first regular file in `dir` (the single yt-dlp download; the caller uses
/// a fresh temp dir per import so there's nothing else there).
fn first_file_in(dir: &Path) -> Result<Option<PathBuf>, MediaError> {
for entry in std::fs::read_dir(dir)? {
let entry = entry?;
if entry.file_type()?.is_file() {
return Ok(Some(entry.path()));
}
}
Ok(None)
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn is_url_distinguishes_urls_from_paths() {
assert!(is_url("https://youtube.com/watch?v=abc"));
assert!(is_url("http://example.com/a.mp4"));
assert!(is_url(" https://leading-space.example/x")); // trimmed
assert!(!is_url(r"C:\Users\me\meeting.mp4"));
assert!(!is_url("/home/me/meeting.m4a"));
assert!(!is_url("meeting.wav"));
assert!(!is_url("ftp://not-http.example/x"));
}
#[test]
fn import_reports_a_missing_local_file_without_touching_a_tool() {
let dir = std::env::temp_dir().join(format!("wa-media-{}", uuid::Uuid::new_v4()));
std::fs::create_dir_all(&dir).unwrap();
let err = import_to_wav(
"no-such-file.mp4",
&dir.join("out.wav"),
&dir,
)
.unwrap_err();
assert!(matches!(err, MediaError::Failed { tool: "import", .. }));
let _ = std::fs::remove_dir_all(&dir);
}
}
+174
View File
@@ -45,6 +45,19 @@ pub struct ModelInfo {
pub size_mb: u32, // approximate download size
pub installed: bool,
pub active: bool,
/// `false` for the `.en` (English-only) ggml variants; `true` for the
/// multilingual variants (no `.en` suffix, T8.7/FR-TRX-4/M4.2) — gates
/// whether the Settings language picker is enabled for this model.
pub multilingual: bool,
}
/// One selectable transcription language (T8.7, FR-TRX-4) — ISO-639-1 code
/// (as accepted by `whisper_rs::FullParams::set_language`) plus a display
/// label for the Settings dropdown.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct LanguageOption {
pub code: String,
pub label: String,
}
#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq, Eq)]
@@ -101,6 +114,41 @@ pub struct SpeakerInfo {
pub participant_id: Option<String>,
}
/// A user-typed note attached to a moment in the recording, anchored by
/// timestamp rather than segment id — a segment id can be invalidated by a
/// later batch re-transcription (T3.8), but the moment in time it pointed at
/// never changes. `text: ""` marks a cleared note (kept rather than removed
/// so `updated_at` still reflects the clear).
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct SegmentNote {
pub anchor_ms: u64,
pub text: String,
pub created_at: i64,
pub updated_at: i64,
}
/// On-disk shape of `manual_notes.json` (`docs/03-data-model.md`) — the raw
/// user-authored input a live recording accumulates (freeform notes typed
/// while recording, plus any per-moment annotations), kept distinct from the
/// transcript-derived `notes.md` so a re-render never has to guess which
/// parts of `notes.md` were hand-written.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct ManualNotes {
pub schema: u32,
pub freeform_md: String,
pub segment_notes: Vec<SegmentNote>,
}
impl Default for ManualNotes {
fn default() -> Self {
Self {
schema: 1,
freeform_md: String::new(),
segment_notes: Vec::new(),
}
}
}
/// A diarization result span before alignment to transcript segments.
#[derive(Debug, Clone)]
pub struct SpeakerSpan {
@@ -145,6 +193,34 @@ pub struct ActionItem {
pub reminder_set: bool,
}
/// Portable meeting export manifest — the `meeting.json` inside an export
/// bundle folder (FR-STORE-4). Carries everything needed to reconstruct a
/// meeting on another machine alongside the bundle's files (`audio.wav`,
/// `transcript.json`, `notes.md`, `summary.json`). Deliberately excludes the
/// meeting id (a fresh one is minted on import to avoid collisions) and the
/// calendar-event link (event ids are machine-local).
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct MeetingBundle {
pub schema: u32,
pub title: String,
pub started_at: i64,
pub ended_at: Option<i64>,
pub duration_secs: Option<i64>,
pub language: Option<String>,
pub backend_used: Option<String>,
pub model_used: Option<String>,
pub recorded: bool,
pub template_id: Option<String>,
pub tags: Vec<String>,
pub speakers: Vec<SpeakerInfo>,
pub action_items: Vec<ActionItem>,
/// `audio.wav` channel layout (FR-SPK/FR-CAP): `"split"` or `"summed"`.
/// `default` so bundles exported before this field deserialize as `None`
/// (treated as `"summed"`).
#[serde(default)]
pub audio_layout: Option<String>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct CalendarEvent {
pub id: String,
@@ -198,15 +274,104 @@ pub struct Settings {
pub llm_advanced: serde_json::Value,
pub preferred_backend: String, // auto|npu|nvidia|amd|intel|cpu
pub whisper_model: String, // ModelInfo.id, e.g. "base.en-q5_1"
/// Global default transcription language (T8.7, FR-TRX-4): `None`/`"auto"`
/// lets whisper.cpp auto-detect; an ISO-639-1 code (e.g. "es") forces
/// that language. Only takes effect with a multilingual model loaded —
/// an English-only (`.en`) model always decodes English regardless of
/// this setting (see `transcription::resolve_language`). Each meeting
/// persists whatever was actually used at `Meeting.language`, so this is
/// just the default applied at the next `start_recording`.
#[serde(default)]
pub whisper_language: Option<String>,
pub low_overhead: bool,
// Recording retention (ADR-0009). Default OFF.
pub default_record: bool,
pub consent_acknowledged: bool,
/// One-time "data leaves your device" acknowledgment for hosted
/// (non-local) AI providers — Anthropic, or a hosted OpenAI-compatible
/// gateway (ADR-0011, T10.3/M3.3). Shown once before first hosted use;
/// this flag is what makes it not nag every time. Independent of
/// `consent_acknowledged` (that one's specifically about recording law).
#[serde(default)]
pub hosted_ai_acknowledged: bool,
// Sync master switch (ADR-0010). Default OFF. Target rows live in the DB; secrets in OS keychain.
pub sync_enabled: bool,
// Storage retention policy (FR-STORE-2). None = no cap on that dimension.
pub retention_max_age_days: Option<u32>,
pub retention_max_size_gb: Option<u32>,
// Calendar / .pst (T6.2) — remembered so the user doesn't re-browse every
// launch. `pst_auto_sync` re-imports this path once at startup if set.
#[serde(default)]
pub pst_last_path: Option<String>,
#[serde(default)]
pub pst_auto_sync: bool,
/// How far back to import (days before "now"); `None` = full mailbox
/// history (the original, unbounded behavior). Applied to both a manual
/// Import click and the `pst_auto_sync` startup re-import — a long-lived
/// mailbox otherwise re-imports its entire multi-year history (every
/// recurring series expanded to its cap, every one-off holiday entry
/// Outlook ever generated) on every launch.
#[serde(default)]
pub pst_import_range_days: Option<u32>,
/// Auto-start recording when a calendar event begins while the app is open
/// (FR-CAL, opt-in). OFF by default. No background timer runs for this: the
/// UI arms a single one-shot timer to the next event while the app is open
/// and disarms it on close, so idle resource use stays at zero (NFR-RES-1).
#[serde(default)]
pub auto_record_calendar: bool,
// Microsoft Graph calendar source (M4.4, T8.9, ADR-0008, FR-CAL-6). Opt-in,
// explicit consent via OAuth PKCE — off by default. The credential ref
// points into the OS credential store; the token itself never lives here.
#[serde(default)]
pub graph_calendar_enabled: bool,
#[serde(default)]
pub graph_calendar_credential_ref: Option<String>,
// Audio capture device override (FR-CAP-1). `Device::get_id()` string;
// None = system default render device (loopback / system audio).
#[serde(default)]
pub audio_output_device: Option<String>,
// Microphone capture (FR-CAP-7): mix the user's own voice into the live
// transcript. Local-only, no egress; default ON. Turn off to transcribe just
// the system/loopback audio, as WA did before.
#[serde(default = "default_true")]
pub microphone_enabled: bool,
// Microphone device override — `Device::get_id()` string; None = system
// default capture device.
#[serde(default)]
pub audio_input_device: Option<String>,
// Local MCP server (Phase 10b, ADR-0011, FR-MCP-1). OFF by default; the
// auth token itself is NEVER stored here — only in the OS credential
// store (see `mcp::token`). `mcp_expose` is one of none|selected|all;
// `mcp_expose_recordings` gates access to meetings with retained audio
// (ADR-0009) regardless of `mcp_expose` (FR-MCP-3).
#[serde(default)]
pub mcp_enabled: bool,
#[serde(default = "default_mcp_transport")]
pub mcp_transport: String, // http|stdio
#[serde(default = "default_mcp_port")]
pub mcp_port: u16,
#[serde(default = "default_mcp_expose")]
pub mcp_expose: String, // none|selected|all
#[serde(default)]
pub mcp_expose_recordings: bool,
}
fn default_mcp_transport() -> String {
"http".into()
}
fn default_mcp_port() -> u16 {
4849
}
fn default_mcp_expose() -> String {
"none".into()
}
/// serde default for a `bool` field that should be `true` when absent from an
/// older `settings.json` (so upgrading users get the microphone, FR-CAP-7).
fn default_true() -> bool {
true
}
// ---- Sync (ADR-0010) ----
@@ -233,6 +398,15 @@ pub struct SyncTargetInfo {
pub enabled: bool,
pub third_party: bool,
pub host: Option<String>,
// Upload selection + options, so the UI can pre-fill an edit form (the secret
// is never included — FR-SYNC-6).
pub upload_transcript: bool,
pub upload_notes: bool,
pub upload_summary: bool,
pub upload_recording: bool,
pub trigger_on_finalize: bool,
pub allow_plaintext_lan: bool,
pub encrypt_before_upload: bool,
}
#[derive(Debug, Clone, Serialize, Deserialize)]
+220 -44
View File
@@ -3,7 +3,7 @@
//! Renders speaker-tagged Markdown from transcript + speaker names (+ optional
//! summary). Names are resolved here from the mapping; segments keep internal IDs.
use crate::models::{SpeakerInfo, TranscriptSegment};
use crate::models::{ManualNotes, SegmentNote, SpeakerInfo, TranscriptSegment};
use pulldown_cmark::{Event, HeadingLevel, Options, Parser, Tag, TagEnd};
use serde::{Deserialize, Serialize};
use std::path::{Path, PathBuf};
@@ -101,6 +101,156 @@ pub trait NotesRenderer: Send + Sync {
pub struct MarkdownNotes;
impl MarkdownNotes {
/// Bug fix / redesign: `notes.md` used to be generated *only* from the
/// transcript (`to_markdown`), then blindly overwritten on every
/// finalize/speaker-rename, discarding anything the user typed. `merge`
/// is what `stop_recording` now calls instead — it folds in whatever was
/// captured live in `manual` (freeform notes typed during the meeting,
/// plus any per-moment annotations) alongside the transcript, so the
/// generated document isn't transcript-only and isn't a single
/// same-speaker-collapsed blob (`## Notes` / `## Transcript` sections,
/// with each annotation placed right after the paragraph it points at).
pub fn merge(
&self,
segments: &[TranscriptSegment],
speakers: &[SpeakerInfo],
manual: &ManualNotes,
summary_md: Option<&str>,
template: Option<&NoteTemplate>,
) -> String {
let mut out = String::new();
push_prelude(&mut out, summary_md, template);
let freeform = manual.freeform_md.trim();
if !freeform.is_empty() {
out.push_str("## Notes\n\n");
out.push_str(freeform);
out.push_str("\n\n");
}
let transcript = transcript_with_notes(segments, speakers, &manual.segment_notes);
if !transcript.is_empty() {
out.push_str("## Transcript\n\n");
out.push_str(&transcript);
out.push_str("\n\n");
}
out.trim_end().to_string()
}
}
/// Template section scaffold + summary block shared by `to_markdown` and `merge`.
fn push_prelude(out: &mut String, summary_md: Option<&str>, template: Option<&NoteTemplate>) {
if let Some(template) = template {
for section in &template.sections {
out.push_str(&format!("## {section}\n\n"));
}
}
if let Some(summary) = summary_md {
let summary = summary.trim();
if !summary.is_empty() {
out.push_str(summary);
out.push_str("\n\n---\n\n");
}
}
}
/// Groups consecutive same-speaker segments into `(start_ms, end_ms,
/// "**Name:** text")` paragraphs — the ms range is each paragraph's span in
/// the original recording, used by `transcript_with_notes` to place a
/// per-moment note right after the paragraph it was anchored to.
fn dialogue_paragraphs(
segments: &[TranscriptSegment],
speakers: &[SpeakerInfo],
) -> Vec<(u64, u64, String)> {
let name_for = |label: &str| -> String {
speakers
.iter()
.find(|s| s.label == label)
.and_then(|s| s.display_name.clone())
.unwrap_or_else(|| label.to_string())
};
let mut out = Vec::new();
let mut current_speaker: Option<&str> = None;
let mut buffer = String::new();
let mut range: (u64, u64) = (0, 0);
for seg in segments {
let text = seg.text.trim();
if text.is_empty() {
continue;
}
if current_speaker != Some(seg.speaker.as_str()) {
if let Some(speaker) = current_speaker {
out.push((
range.0,
range.1,
format!("**{}:** {}", name_for(speaker), buffer.trim()),
));
}
current_speaker = Some(seg.speaker.as_str());
buffer.clear();
range = (seg.start_ms, seg.end_ms);
}
if !buffer.is_empty() {
buffer.push(' ');
}
buffer.push_str(text);
range.1 = seg.end_ms;
}
if let Some(speaker) = current_speaker {
out.push((
range.0,
range.1,
format!("**{}:** {}", name_for(speaker), buffer.trim()),
));
}
out
}
/// The dialogue paragraphs, each followed by a `> 📝` blockquote for any
/// `segment_notes` whose `anchor_ms` falls inside that paragraph's span.
/// A note whose anchor doesn't land inside any paragraph (its segment fell
/// in a gap, or vanished in a later re-transcription) still isn't dropped —
/// it surfaces under "Other notes" at the end instead of silently
/// disappearing.
fn transcript_with_notes(
segments: &[TranscriptSegment],
speakers: &[SpeakerInfo],
segment_notes: &[SegmentNote],
) -> String {
let mut out = String::new();
let mut matched = vec![false; segment_notes.len()];
for (start, end, paragraph) in dialogue_paragraphs(segments, speakers) {
out.push_str(&paragraph);
out.push_str("\n\n");
for (i, note) in segment_notes.iter().enumerate() {
let text = note.text.trim();
if text.is_empty() || note.anchor_ms < start || note.anchor_ms > end {
continue;
}
out.push_str(&format!("> 📝 {text}\n\n"));
matched[i] = true;
}
}
let orphans: Vec<&str> = segment_notes
.iter()
.zip(matched.iter())
.filter(|(n, was_matched)| !**was_matched && !n.text.trim().is_empty())
.map(|(n, _)| n.text.trim())
.collect();
if !orphans.is_empty() {
out.push_str("### Other notes\n\n");
for text in orphans {
out.push_str(&format!("> 📝 {text}\n\n"));
}
}
out.trim_end().to_string()
}
impl NotesRenderer for MarkdownNotes {
fn to_markdown(
&self,
@@ -110,50 +260,11 @@ impl NotesRenderer for MarkdownNotes {
template: Option<&NoteTemplate>,
) -> String {
let mut out = String::new();
if let Some(template) = template {
for section in &template.sections {
out.push_str(&format!("## {section}\n\n"));
}
}
if let Some(summary) = summary_md {
let summary = summary.trim();
if !summary.is_empty() {
out.push_str(summary);
out.push_str("\n\n---\n\n");
}
}
push_prelude(&mut out, summary_md, template);
let name_for = |label: &str| -> String {
speakers
.iter()
.find(|s| s.label == label)
.and_then(|s| s.display_name.clone())
.unwrap_or_else(|| label.to_string())
};
// Group consecutive segments from the same speaker into one paragraph
// (matters once Phase 4 diarization produces more than one speaker).
let mut current_speaker: Option<&str> = None;
let mut buffer = String::new();
for seg in segments {
let text = seg.text.trim();
if text.is_empty() {
continue;
}
if current_speaker != Some(seg.speaker.as_str()) {
if let Some(speaker) = current_speaker {
out.push_str(&format!("**{}:** {}\n\n", name_for(speaker), buffer.trim()));
}
current_speaker = Some(seg.speaker.as_str());
buffer.clear();
}
if !buffer.is_empty() {
buffer.push(' ');
}
buffer.push_str(text);
}
if let Some(speaker) = current_speaker {
out.push_str(&format!("**{}:** {}\n\n", name_for(speaker), buffer.trim()));
for (_, _, paragraph) in dialogue_paragraphs(segments, speakers) {
out.push_str(&paragraph);
out.push_str("\n\n");
}
out.trim_end().to_string()
@@ -350,6 +461,71 @@ mod tests {
assert_eq!(md, "## Discussion\n\n## Action Items\n\n**S1:** Hi");
}
fn note(anchor_ms: u64, text: &str) -> SegmentNote {
SegmentNote {
anchor_ms,
text: text.to_string(),
created_at: 0,
updated_at: 0,
}
}
#[test]
fn merge_with_no_manual_notes_matches_to_markdown() {
let segments = vec![seg(0, "S1", "Hello"), seg(1, "S2", "Hi there.")];
let manual = ManualNotes::default();
assert_eq!(
MarkdownNotes.merge(&segments, &[], &manual, None, None),
"## Transcript\n\n**S1:** Hello\n\n**S2:** Hi there."
);
}
#[test]
fn merge_adds_a_notes_section_for_freeform_text() {
let segments = vec![seg(0, "S1", "Hello")];
let manual = ManualNotes {
freeform_md: "Remember to follow up.".to_string(),
..Default::default()
};
assert_eq!(
MarkdownNotes.merge(&segments, &[], &manual, None, None),
"## Notes\n\nRemember to follow up.\n\n## Transcript\n\n**S1:** Hello"
);
}
#[test]
fn merge_places_a_segment_note_right_after_its_paragraph() {
// seg 0 spans 0-900ms ("S1"); anchor 500 falls inside it.
let segments = vec![seg(0, "S1", "Hello"), seg(1, "S2", "Hi there.")];
let manual = ManualNotes {
segment_notes: vec![note(500, "circle back on this")],
..Default::default()
};
assert_eq!(
MarkdownNotes.merge(&segments, &[], &manual, None, None),
"## Transcript\n\n**S1:** Hello\n\n> \u{1f4dd} circle back on this\n\n**S2:** Hi there."
);
}
#[test]
fn merge_surfaces_an_unmatched_anchor_under_other_notes() {
let segments = vec![seg(0, "S1", "Hello")]; // spans 0-900ms
let manual = ManualNotes {
segment_notes: vec![note(50_000, "way outside any paragraph")],
..Default::default()
};
assert_eq!(
MarkdownNotes.merge(&segments, &[], &manual, None, None),
"## Transcript\n\n**S1:** Hello\n\n### Other notes\n\n> \u{1f4dd} way outside any paragraph"
);
}
#[test]
fn merge_omits_empty_sections_for_an_empty_meeting() {
let manual = ManualNotes::default();
assert_eq!(MarkdownNotes.merge(&[], &[], &manual, None, None), "");
}
#[test]
fn markdown_to_blocks_parses_heading_bold_prefix_and_task_list() {
let md = "## Summary\n\n**Alice:** Hello world.\n\n- [ ] Follow up\n- [x] Done thing";
+7
View File
@@ -29,6 +29,13 @@ pub fn meeting_dir(id: &MeetingId) -> PathBuf {
meetings_dir().join(id)
}
/// Raw user-authored notes (freeform + per-moment annotations) accumulated
/// live during a recording — see `models::ManualNotes`. Distinct from the
/// derived `notes.md` the same directory holds after finalize.
pub fn manual_notes_file(id: &MeetingId) -> PathBuf {
meeting_dir(id).join("manual_notes.json")
}
pub fn models_dir() -> PathBuf {
wa_root().join("models")
}
File diff suppressed because it is too large Load Diff
+2145 -37
View File
File diff suppressed because it is too large Load Diff
+9
View File
@@ -46,6 +46,15 @@ pub fn provider_for(kind: &str) -> Option<OAuthProvider> {
scopes: &["root_readwrite"],
client_id_env: "WA_OAUTH_BOX_CLIENT_ID",
}),
// Same identity platform as "onedrive", read-only calendar scope only
// (M4.4, T8.9, FR-CAL-6) — WA never requests file/mail access here.
"graph-calendar" => Some(OAuthProvider {
kind: "graph-calendar",
auth_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
token_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/token",
scopes: &["offline_access", "Calendars.Read", "User.Read"],
client_id_env: "WA_OAUTH_GRAPH_CALENDAR_CLIENT_ID",
}),
_ => None,
}
}
+166
View File
@@ -0,0 +1,166 @@
//! Selectable transcription languages (T8.7, FR-TRX-4, M4.2) — the Settings
//! language dropdown shown when a multilingual model is active.
//!
//! ponytail: a fixed table, not a runtime query against whisper.cpp's
//! `whisper_lang_str`/`whisper_lang_max_id` — the ~100-language set whisper.cpp
//! ships is effectively static (OpenAI's Whisper `tokenizer.py` LANGUAGES
//! table), and hardcoding it here means the list is available to the UI even
//! before any model is loaded (no `cpu-transcription` feature dependency).
use crate::models::LanguageOption;
/// `(ISO-639-1 code, display label)`, exactly the codes whisper.cpp accepts
/// via `whisper_full_params.language`.
const LANGUAGES: &[(&str, &str)] = &[
("en", "English"),
("zh", "Chinese"),
("de", "German"),
("es", "Spanish"),
("ru", "Russian"),
("ko", "Korean"),
("fr", "French"),
("ja", "Japanese"),
("pt", "Portuguese"),
("tr", "Turkish"),
("pl", "Polish"),
("ca", "Catalan"),
("nl", "Dutch"),
("ar", "Arabic"),
("sv", "Swedish"),
("it", "Italian"),
("id", "Indonesian"),
("hi", "Hindi"),
("fi", "Finnish"),
("vi", "Vietnamese"),
("he", "Hebrew"),
("uk", "Ukrainian"),
("el", "Greek"),
("ms", "Malay"),
("cs", "Czech"),
("ro", "Romanian"),
("da", "Danish"),
("hu", "Hungarian"),
("ta", "Tamil"),
("no", "Norwegian"),
("th", "Thai"),
("ur", "Urdu"),
("hr", "Croatian"),
("bg", "Bulgarian"),
("lt", "Lithuanian"),
("la", "Latin"),
("mi", "Maori"),
("ml", "Malayalam"),
("cy", "Welsh"),
("sk", "Slovak"),
("te", "Telugu"),
("fa", "Persian"),
("lv", "Latvian"),
("bn", "Bengali"),
("sr", "Serbian"),
("az", "Azerbaijani"),
("sl", "Slovenian"),
("kn", "Kannada"),
("et", "Estonian"),
("mk", "Macedonian"),
("br", "Breton"),
("eu", "Basque"),
("is", "Icelandic"),
("hy", "Armenian"),
("ne", "Nepali"),
("mn", "Mongolian"),
("bs", "Bosnian"),
("kk", "Kazakh"),
("sq", "Albanian"),
("sw", "Swahili"),
("gl", "Galician"),
("mr", "Marathi"),
("pa", "Punjabi"),
("si", "Sinhala"),
("km", "Khmer"),
("sn", "Shona"),
("yo", "Yoruba"),
("so", "Somali"),
("af", "Afrikaans"),
("oc", "Occitan"),
("ka", "Georgian"),
("be", "Belarusian"),
("tg", "Tajik"),
("sd", "Sindhi"),
("gu", "Gujarati"),
("am", "Amharic"),
("yi", "Yiddish"),
("lo", "Lao"),
("uz", "Uzbek"),
("fo", "Faroese"),
("ht", "Haitian Creole"),
("ps", "Pashto"),
("tk", "Turkmen"),
("nn", "Nynorsk"),
("mt", "Maltese"),
("sa", "Sanskrit"),
("lb", "Luxembourgish"),
("my", "Myanmar"),
("bo", "Tibetan"),
("tl", "Tagalog"),
("mg", "Malagasy"),
("as", "Assamese"),
("tt", "Tatar"),
("haw", "Hawaiian"),
("ln", "Lingala"),
("ha", "Hausa"),
("ba", "Bashkir"),
("jw", "Javanese"),
("su", "Sundanese"),
("yue", "Cantonese"),
];
/// The dropdown's contents (`list_whisper_languages` command) — "Auto-detect"
/// itself is not in this list; the frontend prepends it (maps to `None`/no
/// `language` argument).
pub fn list() -> Vec<LanguageOption> {
LANGUAGES
.iter()
.map(|(code, label)| LanguageOption {
code: code.to_string(),
label: label.to_string(),
})
.collect()
}
/// Whether `code` is a known whisper.cpp language code (case-insensitive).
/// Used to validate an explicit selection before it's forced into
/// `FullParams::set_language` — an unrecognized code is still passed through
/// to whisper.cpp (it may support codes we haven't listed), but callers use
/// this to warn rather than silently accept a typo.
pub fn is_known(code: &str) -> bool {
LANGUAGES.iter().any(|(c, _)| c.eq_ignore_ascii_case(code))
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn list_includes_english_and_common_languages() {
let langs = list();
assert!(langs.iter().any(|l| l.code == "en" && l.label == "English"));
assert!(langs.iter().any(|l| l.code == "es"));
assert!(langs.iter().any(|l| l.code == "fr"));
}
#[test]
fn codes_are_unique() {
let mut codes: Vec<&str> = LANGUAGES.iter().map(|(c, _)| *c).collect();
let before = codes.len();
codes.sort_unstable();
codes.dedup();
assert_eq!(before, codes.len(), "duplicate language code in catalog");
}
#[test]
fn is_known_is_case_insensitive() {
assert!(is_known("en"));
assert!(is_known("ES"));
assert!(!is_known("xx-not-a-real-code"));
}
}
+508 -42
View File
@@ -9,6 +9,7 @@ use crate::models::{BackendId, TranscriptSegment};
use std::path::Path;
use std::sync::mpsc::{Receiver, Sender};
pub mod languages;
pub mod models;
#[derive(Debug, thiserror::Error)]
@@ -29,7 +30,13 @@ pub struct AudioWindow {
pub type SegmentSink = Sender<TranscriptSegment>;
pub trait Transcriber: Send + Sync {
fn load(model: &Path, backend: BackendId) -> Result<Self, TrxError>
/// `language` (T8.7, FR-TRX-4): `None` or `Some("auto")` requests
/// auto-detection; an explicit ISO-639-1 code (e.g. `"es"`) forces that
/// language. Engines that can't honor a request (an English-only model,
/// or an engine with no language selection at all, like the NPU/ONNX
/// path) resolve it against their own capability at load time rather
/// than erroring — see `resolve_language` and `effective_language`.
fn load(model: &Path, backend: BackendId, language: Option<&str>) -> Result<Self, TrxError>
where
Self: Sized;
/// Streaming: emit interim + final segments for a window (FR-TRX-2).
@@ -37,6 +44,58 @@ pub trait Transcriber: Send + Sync {
/// Batch: one-shot over a whole file, higher accuracy — also the crash-recovery
/// path (FR-TRX-3, T2.8): re-run over the working `audio.wav` from scratch.
fn transcribe_file(&self, wav: &Path) -> Result<Vec<TranscriptSegment>, TrxError>;
/// The language this engine is actually configured to decode, resolved
/// against model capability at `load` time — `None` means auto-detect.
/// Default: engines with no language selection of their own (the
/// NPU/ONNX path, whose ONNX artifacts are exported English-only) always
/// decode English.
fn effective_language(&self) -> Option<String> {
Some("en".to_string())
}
/// The language actually used/detected on the most recent decode, if the
/// engine surfaces one (whisper.cpp does, via `full_lang_id_from_state`).
/// `None` until at least one decode has completed, or if the engine
/// doesn't support detection reporting at all.
fn detected_language(&self) -> Option<String> {
None
}
}
/// Resolves a requested language against model capability: an English-only
/// (`.en`) whisper.cpp model can only ever decode English, so an explicit
/// non-English request is forced to `"en"` (with a warning) rather than
/// being silently honored into a garbage transcript — the T8.7/FR-TRX-4
/// "no silent footgun" requirement. `None`/`"auto"` always means
/// auto-detect, regardless of model, since that's harmless either way
/// (whisper.cpp itself forces English internally for a non-multilingual
/// model even when `language` is unset).
#[cfg(feature = "cpu-transcription")]
fn resolve_language(requested: Option<&str>, multilingual: bool) -> Option<String> {
match requested {
None => None,
Some(l) if l.eq_ignore_ascii_case("auto") => None,
Some(l) if l.eq_ignore_ascii_case("en") => Some("en".to_string()),
Some(l) if !multilingual => {
tracing::warn!(
"language '{l}' requested but the loaded model is English-only; forcing 'en'"
);
Some("en".to_string())
}
Some(l) => Some(l.to_string()),
}
}
/// Segments whisper.cpp itself flags as more likely silence than speech are
/// dropped rather than emitted (see `run_full`) — whisper.cpp's CLI ships
/// this same 0.6 default for `--no-speech-thold`.
#[cfg(feature = "cpu-transcription")]
const NO_SPEECH_THRESHOLD: f32 = 0.6;
#[cfg(feature = "cpu-transcription")]
fn is_likely_speech(no_speech_probability: f32) -> bool {
no_speech_probability <= NO_SPEECH_THRESHOLD
}
/// whisper.cpp-backed transcriber (CPU baseline; GPU via Cargo features).
@@ -44,6 +103,14 @@ pub trait Transcriber: Send + Sync {
pub struct WhisperTranscriber {
ctx: whisper_rs::WhisperContext,
next_id: std::sync::atomic::AtomicU64,
/// What gets passed to `FullParams::set_language` on every decode —
/// resolved once at `load` (see `resolve_language`), not re-resolved per
/// window/file, since a whole recording session uses one language.
configured_language: Option<String>,
/// The language whisper.cpp actually used on the most recent `full()`
/// call (`whisper_full_lang_id_from_state`), updated after every decode
/// so "auto" mode has something concrete to persist (T8.7, FR-TRX-4).
last_detected_language: std::sync::Mutex<Option<String>>,
}
#[cfg(feature = "cpu-transcription")]
@@ -85,6 +152,9 @@ impl WhisperTranscriber {
params.set_print_timestamps(false);
params.set_suppress_blank(true);
params.set_single_segment(single_segment);
// T8.7/FR-TRX-4: `None` here means auto-detect, matching
// `configured_language`'s resolved meaning (see `resolve_language`).
params.set_language(self.configured_language.as_deref());
if single_segment {
// whisper.cpp's encoder always runs over a full, padded 30s mel
@@ -100,6 +170,18 @@ impl WhisperTranscriber {
.full(params, samples)
.map_err(|e| TrxError::Inference(e.to_string()))?;
// T8.7/FR-TRX-4: record whatever language whisper.cpp actually used
// for this decode (explicit request or auto-detected) so "auto" mode
// has a concrete value to persist per meeting. Best-effort — an
// unrecognized lang id (or a poisoned mutex) just leaves the last
// known value in place rather than failing the transcription.
let lang_id = state.full_lang_id_from_state();
if let Some(code) = whisper_rs::get_lang_str(lang_id) {
if let Ok(mut last) = self.last_detected_language.lock() {
*last = Some(code.to_string());
}
}
// A forced single_segment's reported end_timestamp() reflects
// whisper.cpp's internal 30s-padded mel frame, not the real window
// length — confirmed even with `duration_ms` set, so don't trust it.
@@ -114,6 +196,15 @@ impl WhisperTranscriber {
if text.is_empty() {
continue;
}
// whisper.cpp's own `no_speech_thold` gate is a no-op (unimplemented
// upstream as of whisper-rs 0.16 / whisper.cpp v1.3.0+), so silent/
// near-silent windows still decode — and greedy short-window decode
// reliably hallucinates a short filler word ("you", "Thank you.")
// instead of emitting nothing. Drop those ourselves: matches
// whisper.cpp's own CLI default threshold for "this was silence".
if !is_likely_speech(seg.no_speech_probability()) {
continue;
}
// Whisper timestamps are centiseconds (10ms units).
let start_ms = offset_ms + seg.start_timestamp().max(0) as u64 * 10;
let end_ms = if single_segment {
@@ -145,16 +236,19 @@ impl Transcriber for WhisperTranscriber {
/// so `use_gpu` on a CPU-only build is a harmless no-op — this stays a
/// single code path either way rather than branching on which features
/// were compiled in.
fn load(model: &Path, backend: BackendId) -> Result<Self, TrxError> {
fn load(model: &Path, backend: BackendId, language: Option<&str>) -> Result<Self, TrxError> {
let params = whisper_rs::WhisperContextParameters {
use_gpu: !matches!(backend, BackendId::Cpu),
..Default::default()
};
let ctx = whisper_rs::WhisperContext::new_with_params(model, params)
.map_err(|e| TrxError::Load(e.to_string()))?;
let configured_language = resolve_language(language, ctx.is_multilingual());
Ok(Self {
ctx,
next_id: std::sync::atomic::AtomicU64::new(0),
configured_language,
last_detected_language: std::sync::Mutex::new(None),
})
}
@@ -178,6 +272,17 @@ impl Transcriber for WhisperTranscriber {
crate::audio::read_wav_mono_16k(wav).map_err(|e| TrxError::Load(e.to_string()))?;
self.run_full(&samples, 0, false)
}
fn effective_language(&self) -> Option<String> {
self.configured_language.clone()
}
fn detected_language(&self) -> Option<String> {
self.last_detected_language
.lock()
.ok()
.and_then(|g| g.clone())
}
}
#[cfg(feature = "cpu-transcription")]
@@ -212,63 +317,215 @@ pub mod onnx_models;
#[cfg(feature = "npu")]
pub use npu::OnnxTranscriber;
/// Streaming window worker (Phase 1, T1.5/T1.6): accumulates raw 16kHz-mono
/// chunks from the `audio` service into fixed-size, **non-overlapping** windows
/// and runs one `transcribe_stream` pass per window as it fills, forwarding
/// each produced segment to `on_segment` (e.g. a Tauri event emit).
const STREAM_SAMPLE_RATE: usize = 16_000;
/// Cadence/length knobs for the live streaming worker (`Streamer`). Tuned for a
/// fluid transcript that shows words ~1s after they're spoken and breaks lines
/// at natural pauses rather than on a fixed clock.
#[derive(Debug, Clone, Copy)]
pub struct StreamTuning {
/// How often the growing window is re-decoded (and the interim line
/// refreshed). Lower = more responsive, but more CPU (each decode re-runs
/// whisper over the whole in-progress window).
pub step_ms: u64,
/// Hard cap on an uncommitted window: once the current line reaches this
/// without a natural pause, it's force-committed so the window (and its
/// per-step decode cost) can't grow without bound.
pub max_window_ms: u64,
/// Don't commit a line shorter than this on a detected pause — avoids
/// chopping a brief hesitation into its own one-word line.
pub min_commit_ms: u64,
}
impl StreamTuning {
/// `low_overhead` doubles the decode step (halving CPU) at the cost of a
/// slightly less immediate transcript — matches the Settings "low overhead"
/// preset (CPU + smallest model, for battery/background use).
pub fn new(low_overhead: bool) -> Self {
Self {
step_ms: if low_overhead { 2000 } else { 1000 },
max_window_ms: 12_000,
min_commit_ms: if low_overhead { 2000 } else { 1500 },
}
}
}
impl Default for StreamTuning {
fn default() -> Self {
Self::new(false)
}
}
/// Incremental live-transcript state machine, independent of any transcription
/// engine (a `decode: &[f32] -> String` closure is injected) so its
/// commit/interim logic is unit-testable without whisper.
///
/// `transcribe_stream` takes a `SegmentSink` per the `Transcriber` trait (so a
/// future async/threaded engine can push mid-inference), but whisper.cpp's
/// `full()` call is synchronous — by the time a window's `transcribe_stream`
/// call returns, every segment it produced is already sitting in a fresh
/// per-window channel, so this drains it inline rather than needing a second
/// long-lived thread just to bridge segments out.
/// The model: keep one growing "uncommitted" window of audio. Every `step_ms`,
/// re-decode the whole window and emit it as an **interim** segment with a
/// stable id — so the current line grows in place (fluid, low-latency) instead
/// of popping in whole every few seconds. When the decoded text stops changing
/// for a step (the speaker paused, so the extra audio was silence) the line is
/// **committed** (`interim = false`, same id) and a fresh window/line begins —
/// so lines break at natural sentence pauses, not on a fixed 4s clock. A
/// `max_window_ms` backstop force-commits a pause-free monologue.
///
/// True incremental/partial-word streaming (and window overlap for continuity)
/// are out of scope for Phase 1: whisper.cpp transcribes each window from
/// scratch, so an overlapping window would re-emit the overlapped words a
/// second time with no stitching logic to merge them — a worse rough edge for
/// a live transcript than the occasional word clipped at a window boundary.
/// "Near real time" (FR-TRX-2) is met by short (~4s) windows; `interim` stays
/// `false` for every segment produced here.
/// whisper.cpp isn't a true streaming recognizer (it re-decodes from scratch),
/// so this trades CPU — the growing window is re-decoded every step — for a
/// natural-looking transcript. `audio_ctx_for_window` keeps each decode's cost
/// proportional to the window length rather than a full 30s encode, and
/// committing on pauses keeps the window short for conversational speech.
pub struct Streamer {
step_len: usize,
max_len: usize,
min_commit_len: usize,
window: Vec<f32>,
committed_offset_ms: u64,
since_last_decode: usize,
next_id: u64,
last_text: String,
}
impl Streamer {
pub fn new(tuning: StreamTuning) -> Self {
let per_ms = STREAM_SAMPLE_RATE / 1000;
Self {
step_len: tuning.step_ms as usize * per_ms,
max_len: tuning.max_window_ms as usize * per_ms,
min_commit_len: tuning.min_commit_ms as usize * per_ms,
window: Vec::new(),
committed_offset_ms: 0,
since_last_decode: 0,
next_id: 0,
last_text: String::new(),
}
}
/// Append newly captured audio; decode + emit once a step's worth has
/// accumulated. `decode(samples, offset_ms)` returns the transcript of the
/// window so far (empty for silence).
pub fn feed<D, F>(&mut self, chunk: &[f32], decode: &D, on_segment: &mut F)
where
D: Fn(&[f32], u64) -> String,
F: FnMut(TranscriptSegment),
{
self.window.extend_from_slice(chunk);
self.since_last_decode += chunk.len();
if self.since_last_decode >= self.step_len {
self.since_last_decode = 0;
self.tick(false, decode, on_segment);
}
}
/// Commit whatever's in flight — called once when capture stops so the last
/// in-progress line is finalized rather than left interim.
pub fn flush<D, F>(&mut self, decode: &D, on_segment: &mut F)
where
D: Fn(&[f32], u64) -> String,
F: FnMut(TranscriptSegment),
{
self.tick(true, decode, on_segment);
}
fn tick<D, F>(&mut self, force: bool, decode: &D, on_segment: &mut F)
where
D: Fn(&[f32], u64) -> String,
F: FnMut(TranscriptSegment),
{
if self.window.is_empty() {
return;
}
let window_ms = (self.window.len() as u64 * 1000) / STREAM_SAMPLE_RATE as u64;
let text = decode(&self.window, self.committed_offset_ms);
let over_max = self.window.len() >= self.max_len;
// Nothing recognized yet (leading/standalone silence): don't show an
// empty line, but still drop the buffer once it's grown too big so we
// aren't re-decoding a long silence every step.
if text.is_empty() {
if over_max || force {
self.reset(window_ms, false);
}
return;
}
let stable = text == self.last_text;
let commit = force || over_max || (stable && self.window.len() >= self.min_commit_len);
on_segment(TranscriptSegment {
id: self.next_id,
start_ms: self.committed_offset_ms,
end_ms: self.committed_offset_ms + window_ms,
// Provisional speaker; the post-stop diarization pass reassigns.
speaker: "S1".to_string(),
text: text.clone(),
confidence: None,
interim: !commit,
});
if commit {
self.reset(window_ms, true);
} else {
self.last_text = text;
}
}
/// Start a fresh window/line after a commit (`new_line`) or after dropping
/// leading silence (`!new_line`, which reuses the id since nothing was
/// emitted for it).
fn reset(&mut self, window_ms: u64, new_line: bool) {
self.committed_offset_ms += window_ms;
self.window.clear();
self.last_text.clear();
self.since_last_decode = 0;
if new_line {
self.next_id += 1;
}
}
}
/// Live streaming worker (FR-TRX-2): drives a `Streamer` from the `audio`
/// service's 16kHz-mono frames, decoding each growing window with `transcriber`
/// and forwarding interim-then-final segments to `on_segment` (a Tauri emit).
///
/// `transcribe_stream` is synchronous for whisper.cpp — by the time it returns,
/// every segment it produced is already in the per-call channel — so this
/// drains it inline and joins the text into the window's transcript for the
/// `Streamer` to diff/commit.
#[cfg(feature = "cpu-transcription")]
pub fn run_streaming_worker<T, F>(transcriber: &T, frame_rx: Receiver<Vec<f32>>, mut on_segment: F)
where
pub fn run_streaming_worker<T, F>(
transcriber: &T,
frame_rx: Receiver<Vec<f32>>,
tuning: StreamTuning,
mut on_segment: F,
) where
// `?Sized` so the dispatcher can hand us a `&dyn Transcriber` (whisper.cpp
// or the NPU engine, chosen at runtime) rather than a concrete type.
T: Transcriber + ?Sized,
F: FnMut(TranscriptSegment),
{
const SAMPLE_RATE: usize = 16_000;
const WINDOW_SECS: f32 = 4.0;
let window_len = (WINDOW_SECS * SAMPLE_RATE as f32) as usize;
let mut buf: Vec<f32> = Vec::new();
let mut offset_ms: u64 = 0;
let run_window = |transcriber: &T, samples: Vec<f32>, offset_ms: u64, on_segment: &mut F| {
let decode = |samples: &[f32], offset_ms: u64| -> String {
let (tx, rx) = std::sync::mpsc::channel();
let window = AudioWindow { samples, offset_ms };
let window = AudioWindow {
samples: samples.to_vec(),
offset_ms,
};
if let Err(e) = transcriber.transcribe_stream(window, tx) {
tracing::warn!("transcription window failed: {e}");
return String::new();
}
let mut parts = Vec::new();
while let Ok(segment) = rx.try_recv() {
on_segment(segment);
let t = segment.text.trim();
if !t.is_empty() {
parts.push(t.to_string());
}
}
parts.join(" ")
};
let mut streamer = Streamer::new(tuning);
while let Ok(chunk) = frame_rx.recv() {
buf.extend_from_slice(&chunk);
while buf.len() >= window_len {
let samples: Vec<f32> = buf.drain(..window_len).collect();
run_window(transcriber, samples, offset_ms, &mut on_segment);
offset_ms += (window_len as u64 * 1000) / SAMPLE_RATE as u64;
}
}
// Final partial window on stop, if there's enough audio to be worth a pass.
if buf.len() > SAMPLE_RATE / 2 {
run_window(transcriber, buf, offset_ms, &mut on_segment);
streamer.feed(&chunk, &decode, &mut on_segment);
}
streamer.flush(&decode, &mut on_segment);
}
#[cfg(test)]
@@ -276,6 +533,113 @@ where
mod tests {
use super::*;
// Collect a step's emitted segments into `out` — the pushing closure lives
// and dies inside the call, so `out` is free to read in the asserts after
// (a single long-lived `on` closure would keep `out` mutably borrowed).
fn feed_into<D: Fn(&[f32], u64) -> String>(
s: &mut Streamer,
chunk: &[f32],
decode: &D,
out: &mut Vec<TranscriptSegment>,
) {
s.feed(chunk, decode, &mut |seg| out.push(seg));
}
fn flush_into<D: Fn(&[f32], u64) -> String>(
s: &mut Streamer,
decode: &D,
out: &mut Vec<TranscriptSegment>,
) {
s.flush(decode, &mut |seg| out.push(seg));
}
#[test]
fn streamer_grows_interim_then_commits_on_a_pause() {
// Text grows for two steps, then repeats (the speaker paused, so the
// extra second was silence) → the line commits.
let tuning = StreamTuning {
step_ms: 1000,
max_window_ms: 12_000,
min_commit_ms: 1500,
};
let mut s = Streamer::new(tuning);
let script = std::cell::Cell::new(0usize);
let texts = ["hello", "hello world", "hello world"];
let decode = |_: &[f32], _off: u64| -> String {
let i = script.get();
script.set(i + 1);
texts.get(i).copied().unwrap_or("hello world").to_string()
};
let mut out: Vec<TranscriptSegment> = Vec::new();
let step = vec![0.0f32; 16_000]; // exactly one 1s step
feed_into(&mut s, &step, &decode, &mut out); // "hello" — interim
feed_into(&mut s, &step, &decode, &mut out); // "hello world" — interim
feed_into(&mut s, &step, &decode, &mut out); // stable + past min_commit → commit
assert_eq!(out.len(), 3);
assert!(out[0].interim && out[0].text == "hello");
assert!(out[1].interim && out[1].text == "hello world");
assert!(!out[2].interim && out[2].text == "hello world");
assert_eq!(out[0].id, out[2].id, "same line id until it commits");
// A new line after the commit uses a fresh id and a later offset.
let d2 = |_: &[f32], _o: u64| "next sentence".to_string();
feed_into(&mut s, &step, &d2, &mut out);
assert!(out[3].interim && out[3].text == "next sentence");
assert_ne!(out[3].id, out[2].id);
assert!(out[3].start_ms >= 3000, "starts after the 3 committed steps");
}
#[test]
fn streamer_shows_no_line_for_pure_silence() {
let mut s = Streamer::new(StreamTuning::new(false));
let decode = |_: &[f32], _o: u64| String::new();
let mut out: Vec<TranscriptSegment> = Vec::new();
let step = vec![0.0f32; 16_000];
for _ in 0..5 {
feed_into(&mut s, &step, &decode, &mut out);
}
assert!(out.is_empty(), "silence must not emit an empty line");
}
#[test]
fn streamer_flush_commits_the_in_progress_line() {
let mut s = Streamer::new(StreamTuning::new(false));
let decode = |_: &[f32], _o: u64| "partial".to_string();
let mut out: Vec<TranscriptSegment> = Vec::new();
feed_into(&mut s, &vec![0.0f32; 16_000], &decode, &mut out);
assert!(out.last().unwrap().interim, "still growing before flush");
flush_into(&mut s, &decode, &mut out);
let last = out.last().unwrap();
assert!(!last.interim && last.text == "partial", "flush finalizes it");
}
#[test]
fn streamer_force_commits_a_pause_free_monologue_at_max() {
// Text never repeats (continuous speech), so only the max-window
// backstop can commit it — otherwise the window (and decode cost) grows
// without bound.
let tuning = StreamTuning {
step_ms: 1000,
max_window_ms: 3000,
min_commit_ms: 1500,
};
let mut s = Streamer::new(tuning);
let n = std::cell::Cell::new(0usize);
let decode = |_: &[f32], _o: u64| {
let i = n.get();
n.set(i + 1);
format!("word{i}")
};
let mut out: Vec<TranscriptSegment> = Vec::new();
let step = vec![0.0f32; 16_000];
feed_into(&mut s, &step, &decode, &mut out); // 1s
feed_into(&mut s, &step, &decode, &mut out); // 2s
feed_into(&mut s, &step, &decode, &mut out); // 3s == max → force commit
assert!(!out.last().unwrap().interim);
}
#[test]
fn audio_ctx_scales_proportionally_to_window_length() {
// The actual streaming WINDOW_SECS (4.0) -> ~200 (201 after `.ceil()`
@@ -298,6 +662,17 @@ mod tests {
assert_eq!(audio_ctx_for_window(60 * 16_000), 1500); // 60s window
}
#[test]
fn is_likely_speech_drops_high_no_speech_probability_windows() {
// Silence/near-silence: whisper.cpp's own greedy hallucination case
// ("you", "Thank you.") on an otherwise-quiet window.
assert!(!is_likely_speech(0.9));
assert!(!is_likely_speech(NO_SPEECH_THRESHOLD + 0.01));
// Confident speech kept, including right at the threshold.
assert!(is_likely_speech(0.0));
assert!(is_likely_speech(NO_SPEECH_THRESHOLD));
}
/// GPU spike (opt-in): times whisper.cpp on a chosen backend against a real
/// model + wav. With `--features vulkan` and `WA_BACKEND=intel` (or nvidia/amd)
/// whisper.cpp offloads to the GPU; `WA_BACKEND=cpu` is the baseline. Run:
@@ -315,7 +690,7 @@ mod tests {
_ => BackendId::Intel, // use_gpu = true for any non-CPU backend
};
let t0 = std::time::Instant::now();
let transcriber = WhisperTranscriber::load(Path::new(&model), backend).expect("load");
let transcriber = WhisperTranscriber::load(Path::new(&model), backend, None).expect("load");
let load_ms = t0.elapsed().as_millis();
let t1 = std::time::Instant::now();
let segments = transcriber
@@ -330,4 +705,95 @@ mod tests {
eprintln!("[spike] backend={backend:?} load={load_ms}ms infer={infer_ms}ms text={text:?}");
assert!(!text.trim().is_empty(), "transcript was empty");
}
#[test]
fn resolve_language_auto_and_none_both_mean_auto_detect() {
assert_eq!(resolve_language(None, true), None);
assert_eq!(resolve_language(Some("auto"), true), None);
assert_eq!(resolve_language(Some("AUTO"), true), None);
}
#[test]
fn resolve_language_explicit_on_multilingual_model_passes_through() {
assert_eq!(resolve_language(Some("es"), true), Some("es".to_string()));
assert_eq!(resolve_language(Some("fr"), true), Some("fr".to_string()));
}
#[test]
fn resolve_language_forces_english_on_english_only_model() {
// The footgun guard (T8.7/FR-TRX-4): an English-only model can't
// honor a non-English request, so it's forced to "en" rather than
// silently producing garbage.
assert_eq!(resolve_language(Some("es"), false), Some("en".to_string()));
assert_eq!(resolve_language(Some("EN"), false), Some("en".to_string()));
// Auto is still allowed on an English-only model — harmless, since
// whisper.cpp forces English internally for it either way.
assert_eq!(resolve_language(None, false), None);
assert_eq!(resolve_language(Some("auto"), false), None);
}
/// Multilingual decode acceptance spike (opt-in, mirrors
/// `gpu_transcribes_and_times`): loads a *multilingual* model with an
/// explicit non-English `language` and confirms it decodes non-empty
/// text without being forced to English. Needs a real multilingual ggml
/// model + a non-English wav, neither of which are fetched by CI/this
/// sandbox — run manually:
/// WA_WHISPER_MODEL=…ggml-small-q5_1.bin WA_TEST_WAV=…spanish.wav \
/// WA_TEST_LANGUAGE=es cargo test multilingual_model_decodes_requested_language \
/// -- --ignored --nocapture
#[test]
#[ignore = "requires a multilingual whisper model + non-English wav; run manually"]
fn multilingual_model_decodes_requested_language() {
let model = std::env::var("WA_WHISPER_MODEL").expect("set WA_WHISPER_MODEL");
let wav = std::env::var("WA_TEST_WAV").expect("set WA_TEST_WAV");
let language = std::env::var("WA_TEST_LANGUAGE").unwrap_or_else(|_| "es".to_string());
let transcriber =
WhisperTranscriber::load(Path::new(&model), BackendId::Cpu, Some(&language))
.expect("load multilingual model");
assert_eq!(transcriber.effective_language(), Some(language.clone()));
let segments = transcriber
.transcribe_file(Path::new(&wav))
.expect("transcribe");
let text = segments
.iter()
.map(|s| s.text.as_str())
.collect::<Vec<_>>()
.join(" ");
eprintln!("[spike] language={language} text={text:?}");
assert!(!text.trim().is_empty(), "transcript was empty");
// whisper.cpp reports back whichever language it actually decoded in.
assert_eq!(
transcriber.detected_language().as_deref(),
Some(language.as_str())
);
}
/// "Auto" acceptance spike (opt-in): confirms auto-detection actually
/// runs (no `language` forced) and surfaces a detected language after
/// decode. Same manual-only posture as the spike above.
#[test]
#[ignore = "requires a multilingual whisper model + wav; run manually"]
fn auto_mode_detects_a_language() {
let model = std::env::var("WA_WHISPER_MODEL").expect("set WA_WHISPER_MODEL");
let wav = std::env::var("WA_TEST_WAV").expect("set WA_TEST_WAV");
let transcriber = WhisperTranscriber::load(Path::new(&model), BackendId::Cpu, None)
.expect("load multilingual model");
assert_eq!(
transcriber.effective_language(),
None,
"auto should stay unset"
);
assert_eq!(transcriber.detected_language(), None, "nothing decoded yet");
transcriber
.transcribe_file(Path::new(&wav))
.expect("transcribe");
assert!(
transcriber.detected_language().is_some(),
"auto mode should report a detected language after a decode"
);
}
}
+81 -1
View File
@@ -12,6 +12,12 @@ struct Catalog {
id: &'static str,
label: &'static str,
size_mb: u32,
/// `false` for the `.en` (English-only) ggml variants; `true` for the
/// multilingual variants, which whisper.cpp ships as the same filename
/// minus the `.en` infix (e.g. `ggml-base.bin` vs `ggml-base.en.bin`) —
/// same download/install machinery, just a different id/URL (T8.7,
/// FR-TRX-4, M4.2).
multilingual: bool,
}
const CATALOG: &[Catalog] = &[
@@ -19,21 +25,52 @@ const CATALOG: &[Catalog] = &[
id: "tiny.en-q5_1",
label: "Tiny (English, quantized) — fastest, least accurate",
size_mb: 32,
multilingual: false,
},
Catalog {
id: "base.en-q5_1",
label: "Base (English, quantized) — balanced default",
size_mb: 60,
multilingual: false,
},
Catalog {
id: "small.en-q5_1",
label: "Small (English, quantized) — more accurate, slower",
size_mb: 190,
multilingual: false,
},
Catalog {
id: "medium.en-q5_1",
// ggerganov/whisper.cpp only ships a q5_0 quantization for medium
// (q5_1 doesn't exist upstream for this size) — q5_1 here 404s.
id: "medium.en-q5_0",
label: "Medium (English, quantized) — best accuracy, slowest",
size_mb: 540,
multilingual: false,
},
Catalog {
id: "tiny-q5_1",
label: "Tiny (multilingual, quantized) — fastest, least accurate",
size_mb: 32,
multilingual: true,
},
Catalog {
id: "base-q5_1",
label: "Base (multilingual, quantized) — balanced default",
size_mb: 60,
multilingual: true,
},
Catalog {
id: "small-q5_1",
label: "Small (multilingual, quantized) — more accurate, slower",
size_mb: 190,
multilingual: true,
},
Catalog {
// Same upstream-availability caveat as medium.en above.
id: "medium-q5_0",
label: "Medium (multilingual, quantized) — best accuracy, slowest",
size_mb: 540,
multilingual: true,
},
];
@@ -50,10 +87,19 @@ pub fn list(active_id: &str) -> Vec<ModelInfo> {
size_mb: m.size_mb,
installed: whisper_model_file(m.id).exists(),
active: m.id == active_id,
multilingual: m.multilingual,
})
.collect()
}
/// Whether `id` names a multilingual (non-`.en`) catalog model — an unknown
/// id (shouldn't happen; callers validate against the catalog first) is
/// conservatively treated as English-only rather than granting language
/// selection it can't honor.
pub fn is_multilingual(id: &str) -> bool {
CATALOG.iter().any(|m| m.id == id && m.multilingual)
}
#[derive(Debug, thiserror::Error)]
pub enum ModelError {
#[error("unknown model id: {0}")]
@@ -147,4 +193,38 @@ mod tests {
let err = remove(active, active).unwrap_err();
assert!(matches!(err, ModelError::Invalid(_)));
}
#[test]
fn catalog_has_a_multilingual_counterpart_for_every_english_only_size() {
// T8.7/M4.2: every `.en` model must have a same-size multilingual
// sibling so the Settings picker always has a language-capable
// option at whatever accuracy/speed tier the user already chose.
let en_only: Vec<_> = CATALOG.iter().filter(|m| !m.multilingual).collect();
let multilingual: Vec<_> = CATALOG.iter().filter(|m| m.multilingual).collect();
assert_eq!(en_only.len(), multilingual.len());
for en in &en_only {
assert!(
multilingual.iter().any(|m| m.size_mb == en.size_mb),
"no multilingual sibling for {}",
en.id
);
}
}
#[test]
fn is_multilingual_matches_the_catalog_flag() {
assert!(!is_multilingual("base.en-q5_1"));
assert!(is_multilingual("base-q5_1"));
// Unknown ids are conservatively English-only (no model to check).
assert!(!is_multilingual("nonexistent-id"));
}
#[test]
fn list_reports_multilingual_flag_per_model() {
let models = list("base.en-q5_1");
let base_en = models.iter().find(|m| m.id == "base.en-q5_1").unwrap();
let base_multi = models.iter().find(|m| m.id == "base-q5_1").unwrap();
assert!(!base_en.multilingual);
assert!(base_multi.multilingual);
}
}
+20 -3
View File
@@ -202,7 +202,24 @@ impl Transcriber for OnnxTranscriber {
/// `Npu` → OpenVINO EP; `Amd`/`Intel` → DirectML EP (the non-Vulkan GPU
/// path). Any other value is rejected so the dispatcher can fall back to
/// whisper.cpp rather than us guessing.
fn load(model: &Path, backend: BackendId) -> Result<Self, TrxError> {
///
/// `language` (T8.7, FR-TRX-4): the exported ONNX model's
/// `forced_decoder_ids` bakes its language in at export time — this
/// engine has no per-inference language selection to apply, unlike
/// whisper.cpp's `FullParams::set_language`. A non-English, non-auto
/// request is logged (not silently dropped) so a user picking a language
/// on the NPU/DirectML path finds out it didn't take, rather than
/// getting a quietly-wrong transcript; `effective_language`/
/// `detected_language` fall back to the trait's English-only defaults.
fn load(model: &Path, backend: BackendId, language: Option<&str>) -> Result<Self, TrxError> {
if let Some(lang) = language {
if !lang.eq_ignore_ascii_case("auto") && !lang.eq_ignore_ascii_case("en") {
tracing::warn!(
"language '{lang}' requested but the NPU/DirectML engine's ONNX model is \
English-only (language is fixed at export time); ignoring the request"
);
}
}
// Pick the runtime bundle + encoder EP for the requested accelerator.
// error_on_failure makes a failed accelerator registration LOUD (Err)
// instead of a silent CPU fallback, so the dispatcher can cleanly drop
@@ -465,7 +482,7 @@ mod tests {
};
let wav = std::env::var("WA_NPU_TEST_WAV").expect("set WA_NPU_TEST_WAV");
let t0 = std::time::Instant::now();
let t = OnnxTranscriber::load(Path::new(&model_dir), BackendId::Npu)
let t = OnnxTranscriber::load(Path::new(&model_dir), BackendId::Npu, None)
.expect("load NPU transcriber");
let load_ms = t0.elapsed().as_millis();
let t1 = std::time::Instant::now();
@@ -507,7 +524,7 @@ mod tests {
_ => BackendId::Intel,
};
let t0 = std::time::Instant::now();
let t = OnnxTranscriber::load(Path::new(&model_dir), backend).expect("load DirectML");
let t = OnnxTranscriber::load(Path::new(&model_dir), backend, None).expect("load DirectML");
let load_ms = t0.elapsed().as_millis();
let t1 = std::time::Instant::now();
let segs = t.transcribe_file(Path::new(&wav)).expect("transcribe");
+6
View File
@@ -216,6 +216,12 @@ pub fn seal(plaintext: &[u8]) -> Result<Vec<u8>, VaultError> {
}
}
/// True if `data` begins with the vault's sealed-file magic (i.e. it's
/// ciphertext at rest, not a plaintext/pre-vault file).
pub fn is_sealed(data: &[u8]) -> bool {
data.len() >= MAGIC.len() && &data[..MAGIC.len()] == MAGIC
}
/// Inverse of `seal`. Plaintext (no magic) passes through unchanged; sealed data
/// requires the vault to be unlocked.
pub fn open(data: &[u8]) -> Result<Vec<u8>, VaultError> {
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "WhispAssist",
"version": "0.1.5",
"version": "0.6.0",
"identifier": "bet.dou.whispassist",
"build": {
"frontendDist": "../dist",
@@ -21,7 +21,7 @@
}
],
"security": {
"csp": "default-src 'self'; connect-src 'self' http://localhost:* http://127.0.0.1:*; img-src 'self' data:; style-src 'self' 'unsafe-inline'"
"csp": "default-src 'self'; connect-src 'self' http://localhost:* http://127.0.0.1:*; img-src 'self' data:; media-src 'self' http://waaudio.localhost; style-src 'self' 'unsafe-inline'"
},
"trayIcon": {
"iconPath": "icons/tray.png",
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "gen/schemas/desktop-schema.json",
"bundle": {
"resources": ["vulkan-1.dll"]
}
}
@@ -54,6 +54,7 @@ async fn attach_meeting_to_event_and_map_speaker_to_participant_round_trip() {
title: "Test meeting".to_string(),
calendar_event_id: None,
template_id: None,
language: None,
})
.await
.unwrap();
+275 -43
View File
@@ -7,17 +7,40 @@
import Settings from "./lib/views/Settings.svelte";
import ConsentNotice from "./lib/components/ConsentNotice.svelte";
import LevelMeter from "./lib/components/LevelMeter.svelte";
import ImportMeeting from "./lib/components/ImportMeeting.svelte";
import { trapFocus } from "./lib/actions/trapFocus";
import { recording } from "./lib/stores/recording.svelte";
import { settings } from "./lib/stores/settings.svelte";
import { meetings } from "./lib/stores/meetings.svelte";
import { api, type NoteTemplate } from "./lib/api";
import { calendar } from "./lib/stores/calendar.svelte";
import { api, type NoteTemplate, type CalendarEvent } from "./lib/api";
import { onMount } from "svelte";
import ThemeToggle from "./lib/components/ThemeToggle.svelte";
import { Circle, Square, Settings as SettingsIcon, AlertTriangle } from "@lucide/svelte";
import Splitter from "./lib/components/Splitter.svelte";
import { layout, clamp } from "./lib/stores/layout.svelte";
import { t } from "./lib/i18n/index.svelte";
import {
Circle,
Square,
Trash2,
FilePlus,
Settings as SettingsIcon,
AlertTriangle,
PanelLeftClose,
PanelLeftOpen,
PanelRightClose,
PanelRightOpen,
} from "@lucide/svelte";
let showSettings = $state(false);
let showConsent = $state(false);
let showImport = $state(false);
// A freshly imported meeting: refresh the list and open it.
async function onImported(id: string) {
await meetings.load();
await meetings.select(id);
}
// Vault unlock gate (T8.8): if the vault is enabled but locked at startup,
// prompt for the password so encrypted meetings are readable.
@@ -40,7 +63,7 @@
vaultLocked = false;
meetings.load(); // refresh now that encrypted content is readable
} catch {
vaultErr = "Incorrect password";
vaultErr = t("app.vault_incorrect");
}
}
@@ -67,14 +90,52 @@
document.documentElement.dataset.theme = resolvedTheme;
});
// Auto-start recording on calendar events (opt-in, FR-CAL). No background
// work: while the app is open we arm a single one-shot timer to the next
// event's start; nothing polls (NFR-RES-1). Events already auto-started this
// session are remembered so stopping a recording doesn't re-trigger the same
// one, and the horizon caps the timer at setTimeout's safe range.
let autoRecordTimer: ReturnType<typeof setTimeout> | undefined;
const autoStarted = new Set<string>();
const AUTO_RECORD_HORIZON_MS = 24 * 60 * 60 * 1000;
function autoStartForEvent(ev: CalendarEvent) {
if (recording.state !== "idle") return;
autoStarted.add(ev.id);
meetings.deselect();
recording.start(
ev.subject ?? undefined,
settings.settings.default_record,
selectedTemplateId || undefined,
ev.id,
);
}
$effect(() => {
if (!settings.settings.auto_record_calendar || recording.state !== "idle") return;
const now = Date.now();
const next = calendar.events
.filter((e) => e.starts_at && !autoStarted.has(e.id))
.filter((e) => ((e.ends_at ?? e.starts_at) as number) * 1000 > now) // not already over
.sort((a, b) => (a.starts_at as number) - (b.starts_at as number))[0];
if (!next) return;
const delay = (next.starts_at as number) * 1000 - now;
if (delay <= 0) {
autoStartForEvent(next); // event is happening right now
return;
}
if (delay > AUTO_RECORD_HORIZON_MS) return; // too far out; re-armed on state/event change
autoRecordTimer = setTimeout(() => autoStartForEvent(next), delay);
return () => clearTimeout(autoRecordTimer);
});
onMount(() => {
recording.init();
settings.load();
meetings.init();
calendar.load(); // events power the auto-record timer above
checkVault();
api
.listNoteTemplates()
.then((t) => (noteTemplates = t))
.then((tpls) => (noteTemplates = tpls))
.catch(() => (noteTemplates = []));
const media = window.matchMedia("(prefers-color-scheme: dark)");
@@ -99,6 +160,12 @@
else recording.stop();
}
async function cancelRecording() {
if (!confirm(t("app.discard_confirm"))) return;
await recording.cancel();
meetings.deselect();
}
// Global shortcuts (T7.4, FR-UX-3): record start/stop, view toggles.
function isEditableTarget(target: EventTarget | null): boolean {
if (!(target instanceof HTMLElement)) return false;
@@ -120,9 +187,9 @@
$effect(() => {
const current = recording.state;
if (current !== previousRecordingState) {
if (current === "recording") recordingAnnouncement = "Recording started";
else if (current === "paused") recordingAnnouncement = "Recording paused";
else if (previousRecordingState !== "idle") recordingAnnouncement = "Recording stopped";
if (current === "recording") recordingAnnouncement = t("app.announce_started");
else if (current === "paused") recordingAnnouncement = t("app.announce_paused");
else if (previousRecordingState !== "idle") recordingAnnouncement = t("app.announce_stopped");
previousRecordingState = current;
}
});
@@ -166,55 +233,73 @@
<div class="sr-only" role="status" aria-live="polite">{recordingAnnouncement}</div>
<header class="bar">
<strong>WhispAssist</strong>
<span class="muted">local · private</span>
<span class="muted">{t("app.tagline")}</span>
<div class="spacer"></div>
{#if recording.state === "idle"}
<select
class="theme-select"
bind:value={selectedTemplateId}
aria-label="Note template"
title="Note template"
aria-label={t("app.note_template")}
title={t("app.note_template")}
>
<option value="">No template</option>
{#each noteTemplates as t (t.id)}
<option value={t.id}>{t.name}</option>
<option value="">{t("app.no_template")}</option>
{#each noteTemplates as tpl (tpl.id)}
<option value={tpl.id}>{tpl.name}</option>
{/each}
</select>
<button
class="import-btn"
onclick={() => (showImport = true)}
title={t("app.add_meeting_title")}
>
<FilePlus size={13} aria-hidden="true" />
{t("app.add_meeting")}
</button>
<button
class="record-btn"
onclick={startRecording}
title="Start recording (Ctrl+Shift+R)"
title={t("app.record_title")}
aria-keyshortcuts="Control+Shift+R"
>
<Circle size={11} fill="currentColor" aria-hidden="true" />
Record
{t("app.record")}
</button>
{:else}
<button
class="stop-btn"
onclick={() => recording.stop()}
title="Stop recording (Ctrl+Shift+R)"
title={t("app.stop_title")}
aria-keyshortcuts="Control+Shift+R"
>
<Square size={11} fill="currentColor" aria-hidden="true" />
Stop
{t("app.stop")}
</button>
<button class="cancel-btn" onclick={cancelRecording} title={t("app.cancel_title")}>
<Trash2 size={12} aria-hidden="true" />
{t("app.cancel")}
</button>
<span class="rec">
<span class="rec-dot" aria-hidden="true"></span>
Recording…
{t("app.recording")}
</span>
<LevelMeter rms={recording.levelRms} peak={recording.levelPeak} />
<LevelMeter
rms={recording.levelRms}
peak={recording.levelPeak}
micRms={recording.levelRmsMic}
micPeak={recording.levelPeakMic}
showMic={settings.settings.microphone_enabled}
/>
{#if settings.hardware}
<span class="backend" title="Active transcription backend">{settings.hardware.active}</span>
<span class="backend" title={t("app.backend_title")}>{settings.hardware.active}</span>
{/if}
<label class="retention" title="Save audio as .wav for this meeting">
<label class="retention" title={t("app.retention_title")}>
<input type="checkbox" checked={recording.retention} onchange={onToggleRetention} />
<span>{recording.retention ? "saving" : "not saved"}</span>
<span>{recording.retention ? t("app.saving") : t("app.not_saved")}</span>
</label>
{#if recording.deviceNotice}
<span class="device-notice" role="status" title={recording.deviceNotice}>
<AlertTriangle size={14} aria-hidden="true" />
reconnecting audio device…
{t("app.reconnecting")}
</span>
{/if}
{/if}
@@ -224,8 +309,8 @@
/>
<button
class="icon"
aria-label="Settings"
title="Settings (Ctrl+,)"
aria-label={t("app.settings")}
title={t("app.settings_title")}
aria-keyshortcuts="Control+,"
onclick={() => (showSettings = !showSettings)}
>
@@ -238,7 +323,7 @@
class="consent-overlay"
role="dialog"
aria-modal="true"
aria-label="Recording consent"
aria-label={t("app.consent_dialog")}
tabindex="-1"
use:trapFocus
>
@@ -250,37 +335,124 @@
<Settings onClose={() => (showSettings = false)} />
{/if}
{#if showImport}
<ImportMeeting onClose={() => (showImport = false)} {onImported} />
{/if}
{#if vaultLocked}
<div
class="vault-overlay"
role="dialog"
aria-modal="true"
aria-label="Unlock encryption vault"
aria-label={t("app.vault_dialog")}
tabindex="-1"
use:trapFocus
>
<div class="vault-card">
<h2>Unlock encryption vault</h2>
<p class="muted">Your meetings are encrypted at rest. Enter your password to read them.</p>
<h2>{t("app.vault_title")}</h2>
<p class="muted">{t("app.vault_desc")}</p>
<input
type="password"
placeholder="Vault password"
placeholder={t("app.vault_password")}
bind:value={vaultPw}
onkeydown={(e) => e.key === "Enter" && submitUnlock()}
/>
{#if vaultErr}<p class="vault-err">{vaultErr}</p>{/if}
<div class="vault-actions">
<button class="primary" onclick={submitUnlock} disabled={!vaultPw}>Unlock</button>
<button class="link" onclick={() => (vaultLocked = false)}>Continue locked</button>
<button class="primary" onclick={submitUnlock} disabled={!vaultPw}
>{t("app.unlock")}</button
>
<button class="link" onclick={() => (vaultLocked = false)}
>{t("app.continue_locked")}</button
>
</div>
</div>
</div>
{/if}
<main class="panes">
<aside class="left"><MeetingsList /></aside>
<main
class="panes"
style="grid-template-columns: {layout.leftCollapsed
? 'auto'
: layout.leftWidth + 'px'} auto 1fr auto {layout.rightCollapsed
? 'auto'
: layout.rightWidth + 'px'};"
>
<aside class="side left" class:collapsed={layout.leftCollapsed}>
{#if layout.leftCollapsed}
<button
class="pane-toggle"
onclick={() => {
layout.leftCollapsed = false;
layout.persist();
}}
title={t("app.show_meetings")}
aria-label={t("app.show_meetings")}
>
<PanelLeftOpen size={16} aria-hidden="true" />
</button>
{:else}
<button
class="pane-toggle inline"
onclick={() => {
layout.leftCollapsed = true;
layout.persist();
}}
title={t("app.hide_meetings")}
aria-label={t("app.hide_meetings")}
>
<PanelLeftClose size={14} aria-hidden="true" />
</button>
<div class="side-content"><MeetingsList /></div>
{/if}
</aside>
{#if !layout.leftCollapsed}
<Splitter
label={t("app.resize_meetings")}
onResize={(d) => (layout.leftWidth = clamp(layout.leftWidth + d, 200, 480))}
onResizeEnd={() => layout.persist()}
/>
{:else}
<span></span>
{/if}
<section class="center"><TranscriptNotes /></section>
<aside class="right"><SummaryPanel /></aside>
{#if !layout.rightCollapsed}
<Splitter
label={t("app.resize_summary")}
onResize={(d) => (layout.rightWidth = clamp(layout.rightWidth - d, 240, 560))}
onResizeEnd={() => layout.persist()}
/>
{:else}
<span></span>
{/if}
<aside class="side right" class:collapsed={layout.rightCollapsed}>
{#if layout.rightCollapsed}
<button
class="pane-toggle"
onclick={() => {
layout.rightCollapsed = false;
layout.persist();
}}
title={t("app.show_summary")}
aria-label={t("app.show_summary")}
>
<PanelRightOpen size={16} aria-hidden="true" />
</button>
{:else}
<button
class="pane-toggle inline"
onclick={() => {
layout.rightCollapsed = true;
layout.persist();
}}
title={t("app.hide_summary")}
aria-label={t("app.hide_summary")}
>
<PanelRightClose size={14} aria-hidden="true" />
</button>
<div class="side-content"><SummaryPanel /></div>
{/if}
</aside>
</main>
</div>
@@ -428,7 +600,8 @@
font-size: 0.85rem;
}
.record-btn,
.stop-btn {
.stop-btn,
.import-btn {
display: inline-flex;
align-items: center;
gap: 0.4rem;
@@ -443,9 +616,18 @@
transform 100ms ease-out;
}
.record-btn:active,
.stop-btn:active {
.stop-btn:active,
.import-btn:active {
transform: scale(0.97);
}
.import-btn {
background: var(--bg-elevated);
color: var(--fg);
border-color: var(--border);
}
.import-btn:hover {
background: var(--bg-hover);
}
.record-btn {
background: var(--danger);
color: #ffffff;
@@ -461,6 +643,25 @@
.stop-btn:hover {
background: var(--border);
}
.cancel-btn {
display: inline-flex;
align-items: center;
gap: 0.35rem;
padding: 0.35rem 0.7rem;
border-radius: var(--radius-full);
background: transparent;
color: var(--muted);
border: 1px solid var(--border);
font-size: 0.85rem;
cursor: pointer;
transition:
color 150ms ease-out,
border-color 150ms ease-out;
}
.cancel-btn:hover {
color: var(--danger);
border-color: var(--danger);
}
.rec {
display: inline-flex;
align-items: center;
@@ -559,25 +760,56 @@
}
.panes {
display: grid;
grid-template-columns: 260px 1fr 320px;
/* grid-template-columns set inline — depends on collapse/resize state (FR-UX-1). */
flex: 1;
min-height: 0;
}
.left,
.right {
.side {
display: flex;
flex-direction: column;
min-height: 0;
border-color: var(--border);
overflow: auto;
background: var(--bg-subtle);
}
.left {
.side.left {
border-right: 1px solid var(--border);
}
.right {
.side.right {
border-left: 1px solid var(--border);
}
.side.collapsed {
align-items: center;
padding-top: 0.4rem;
}
.side-content {
flex: 1;
min-height: 0;
overflow: auto;
}
.pane-toggle {
display: flex;
align-items: center;
justify-content: center;
flex: none;
background: none;
border: none;
color: var(--muted);
cursor: pointer;
padding: 0.4rem;
border-radius: var(--radius-sm);
}
.pane-toggle:hover {
background: var(--bg-hover);
color: var(--fg);
}
.pane-toggle.inline {
align-self: flex-end;
margin: 0.3rem 0.3rem 0;
}
.center {
overflow: auto;
background: var(--bg);
min-width: 0;
}
.vault-overlay {
position: fixed;
+143 -13
View File
@@ -48,8 +48,16 @@ export interface HardwareStatus {
directml?: { applicable: boolean; runtimeReady: boolean; modelInstalled: boolean };
}
// One enumerated audio device — a render (playback) device for the loopback
// picker (FR-CAP-1) or a capture (microphone) device for the mic picker
// (FR-CAP-7). `id` is the persisted `Device::get_id()`; `name` is display-only.
export interface AudioDeviceInfo {
id: string;
name: string;
}
export interface LlmStatus {
provider: string; // ollama|custom|off (Phase 10a adds anthropic|openai)
provider: string; // ollama|custom|anthropic|off (ADR-0011; "openai" not yet wired)
reachable: boolean;
isLocal: boolean;
models: string[];
@@ -61,6 +69,16 @@ export interface ModelInfo {
size_mb: number;
installed: boolean;
active: boolean;
/** `false` for `.en` (English-only) ggml variants; `true` for multilingual
* ones — gates the Settings language picker (T8.7, FR-TRX-4, M4.2). */
multilingual: boolean;
}
// One selectable transcription language (T8.7, FR-TRX-4) — ISO-639-1 code
// as accepted by whisper.cpp, plus a display label.
export interface LanguageOption {
code: string;
label: string;
}
export type MeetingStatus = "recording" | "transcribing" | "ready" | "recovering" | "error";
@@ -144,6 +162,9 @@ export interface Meeting {
duration_secs: number | null;
status: MeetingStatus;
recorded: boolean;
// Transcription language actually used/selected for this meeting (T8.7,
// FR-TRX-4) — an ISO-639-1 code, or null if never resolved (e.g. no audio
// was ever decoded).
language: string | null;
backend_used: string | null;
model_used: string | null;
@@ -151,6 +172,10 @@ export interface Meeting {
speakers: SpeakerInfo[];
notes_markdown: string;
summary: SummaryFile | null;
// Confirmed/edited action items (table-backed source of truth) — falls back
// to summary.action_items drafts until anything is saved. Manage via
// confirmActionItems (add/edit/delete).
action_items: ActionItem[];
calendar_event_id: string | null;
tags: string[];
template_id: string | null;
@@ -188,6 +213,11 @@ export interface CalendarEventDetail {
participants: Participant[];
}
export interface CalendarCleanupResult {
deleted: number;
protected: number;
}
export type SyncKind = "webdav" | "onedrive" | "dropbox" | "box";
// What the UI sees about a target — NEVER includes the secret (FR-SYNC-6).
@@ -202,6 +232,13 @@ export interface SyncTargetInfo {
enabled: boolean;
third_party: boolean;
host: string | null;
upload_transcript: boolean;
upload_notes: boolean;
upload_summary: boolean;
upload_recording: boolean;
trigger_on_finalize: boolean;
allow_plaintext_lan: boolean;
encrypt_before_upload: boolean;
}
// privacy_self_check() response (FR-SEC-2) — proves local-only handling.
@@ -269,13 +306,36 @@ export interface AppSettings {
} | null;
preferred_backend: string;
whisper_model: string;
/** Default transcription language (T8.7, FR-TRX-4): `null` = auto-detect,
* an ISO-639-1 code forces that language. Only takes effect with a
* multilingual model — see `ModelInfo.multilingual`. */
whisper_language: string | null;
low_overhead: boolean;
default_record: boolean;
consent_acknowledged: boolean;
/** One-time "data leaves your device" ack for hosted (non-local) AI
* providers — Anthropic today (ADR-0011, T10.3). Independent of
* consent_acknowledged (that one's about recording law). */
hosted_ai_acknowledged: boolean;
sync_enabled: boolean;
mcp_enabled: boolean;
mcp_transport: string; // http|stdio
mcp_port: number;
mcp_expose: string; // none|selected|all
mcp_expose_recordings: boolean;
retention_max_age_days: number | null;
retention_max_size_gb: number | null;
pst_last_path: string | null;
pst_auto_sync: boolean;
// Days of history to import (both a manual Import click and pst_auto_sync);
// null = full mailbox history.
pst_import_range_days: number | null;
/** Auto-start recording when a calendar event begins while the app is open
* (opt-in, off by default). Armed as a one-shot UI timer — nothing polls. */
auto_record_calendar: boolean;
audio_output_device: string | null;
microphone_enabled: boolean;
audio_input_device: string | null;
}
// Feature brief — agent-ready spec distilled from a meeting (ADR-0011).
@@ -305,39 +365,82 @@ export interface McpAccessEntry {
client: string | null;
}
// mcp_status() response (FR-MCP-1/6). `endpoint` is empty while disabled.
export interface McpStatus {
enabled: boolean;
transport: "http" | "stdio";
endpoint: string;
tokenSet: boolean;
exposeScope: "none" | "selected" | "all";
}
// ---- Commands ----
export const api = {
// `record` controls audio RETENTION (default false / off — ADR-0009).
// `language` (T8.7, FR-TRX-4): omit/undefined falls back to
// Settings.whisper_language; "auto" or omitted both mean auto-detect.
startRecording: (
meetingTitle?: string,
calendarEventId?: string,
record = false,
templateId?: string,
language?: string,
) =>
invoke<MeetingId>("start_recording", {
args: { meetingTitle, calendarEventId, record, templateId },
args: { meetingTitle, calendarEventId, record, templateId, language },
}),
listNoteTemplates: () => invoke<NoteTemplate[]>("list_note_templates"),
stopRecording: (meetingId: MeetingId) => invoke<void>("stop_recording", { meetingId }),
// Abandon an accidental recording: stop + delete files + drop the DB row.
cancelRecording: (meetingId: MeetingId) => invoke<void>("cancel_recording", { meetingId }),
// Absolute path to a playable audio.wav (decrypted if sealed), for convertFileSrc.
recordingPlaybackPath: (meetingId: MeetingId) =>
invoke<string>("recording_playback_path", { meetingId }),
pauseRecording: (meetingId: MeetingId) => invoke<void>("pause_recording", { meetingId }),
resumeRecording: (meetingId: MeetingId) => invoke<void>("resume_recording", { meetingId }),
setRecordingRetention: (meetingId: MeetingId, record: boolean) =>
invoke<void>("set_recording_retention", { meetingId, record }),
acknowledgeRecordingConsent: () => invoke<void>("acknowledge_recording_consent"),
// Live notes (Granola-style redesign): both live-session only, err once
// the meeting is finalized — use updateNotes on the merged notes.md instead.
updateLiveNotes: (meetingId: MeetingId, markdown: string) =>
invoke<void>("update_live_notes", { meetingId, markdown }),
// anchorMs: the clicked segment's start_ms (not its id). text: "" clears it.
setSegmentNote: (meetingId: MeetingId, anchorMs: number, text: string) =>
invoke<void>("set_segment_note", { meetingId, anchorMs, text }),
appInfo: () => invoke<AppInfo>("app_info"),
openUrl: (url: string) => invoke<void>("open_url", { url }),
hardwareStatus: () => invoke<HardwareStatus>("hardware_status"),
listAudioDevices: () => invoke<AudioDeviceInfo[]>("list_audio_devices"),
listInputDevices: () => invoke<AudioDeviceInfo[]>("list_input_devices"),
setPreferredBackend: (backend: BackendId | "auto") =>
invoke<void>("set_preferred_backend", { args: { backend } }),
downloadNpuPackage: () => invoke<void>("download_npu_package"),
downloadDirectmlPackage: () => invoke<void>("download_directml_package"),
listModels: () => invoke<ModelInfo[]>("list_models"),
downloadModel: (id: string, kind: "whisper" = "whisper") =>
// The fixed segmentation+embedding pair that speaker diarization needs
// installed before it can separate speakers (T4.7, FR-MODEL-1). Same
// ModelInfo shape as whisper models; download via `downloadModel` with the
// `diar-seg`/`diar-emb` kind, remove via the shared `removeModel`.
listDiarizationModels: () => invoke<ModelInfo[]>("list_diarization_models"),
// T8.7/FR-TRX-4: static catalog of whisper.cpp-recognized language codes
// for the Settings dropdown; "Auto-detect" is a frontend-only addition.
listWhisperLanguages: () => invoke<LanguageOption[]>("list_whisper_languages"),
downloadModel: (id: string, kind: "whisper" | "diar-seg" | "diar-emb" = "whisper") =>
invoke<void>("download_model", { args: { kind, id } }),
removeModel: (id: string) => invoke<void>("remove_model", { id }),
reprocessTranscript: (meetingId: MeetingId, model: string) =>
invoke<void>("reprocess_transcript", { meetingId, model }),
// `language` (T8.7): omit/undefined reuses whatever language the meeting
// already had rather than resetting it to auto.
reprocessTranscript: (meetingId: MeetingId, model: string, language?: string) =>
invoke<void>("reprocess_transcript", { meetingId, model, language }),
// Manually add a meeting from an existing recording — a local audio/video
// file path or a URL (YouTube/streaming page or direct media URL). Requires
// ffmpeg (and yt-dlp for URLs) on PATH; neither is bundled. Returns the new
// meeting's id once transcription + diarization have finished.
importMedia: (source: string, title?: string) =>
invoke<MeetingId>("import_media", { source, title }),
resumeTranscription: (meetingId: MeetingId) =>
invoke<void>("resume_transcription", { meetingId }),
listMeetings: (filter?: MeetingFilter) =>
@@ -357,9 +460,13 @@ export const api = {
deleteMeeting: (meetingId: MeetingId) => invoke<void>("delete_meeting", { meetingId }),
updateNotes: (meetingId: MeetingId, markdown: string) =>
invoke<void>("update_notes", { meetingId, markdown }),
// dest is a file path for md/pdf/docx, a folder for bundle.
exportMeeting: (meetingId: MeetingId, dest: string, format: "md" | "pdf" | "docx" | "bundle") =>
invoke<string>("export_meeting", { meetingId, dest, format }),
// dest is a file path for md/pdf/docx/obsidian, a folder for bundle.
// "obsidian" writes one self-contained vault note (no audio) — FR-STORE-4.
exportMeeting: (
meetingId: MeetingId,
dest: string,
format: "md" | "pdf" | "docx" | "bundle" | "obsidian",
) => invoke<string>("export_meeting", { meetingId, dest, format }),
// Every meeting matching tag/date filters, one file (or bundle folder) per
// meeting under destDir. Returns the count actually exported (T8.5, FR-STORE-4).
bulkExportMeetings: (
@@ -374,6 +481,10 @@ export const api = {
from: filter?.from,
to: filter?.to,
}),
// Import bundle(s) exported with format "bundle" — dir is a single bundle
// folder or a parent folder of them. Reconstructs each under a fresh id and
// returns the count imported (FR-STORE-4).
importMeetingBundle: (dir: string) => invoke<number>("import_meeting_bundle", { dir }),
llmStatus: () => invoke<LlmStatus>("llm_status"),
// provider ∈ ollama|custom|anthropic|openai|off; apiKey (hosted) → OS credential store (ADR-0011).
@@ -387,14 +498,25 @@ export const api = {
invoke<void>("generate_summary", { meetingId, templateId }),
confirmActionItems: (meetingId: MeetingId, items: ActionItem[]) =>
invoke<void>("confirm_action_items", { meetingId, items }),
generateTags: (meetingId: MeetingId) => invoke<string[]>("generate_tags", { meetingId }),
importPst: (path: string, password?: string) => invoke<number>("import_pst", { path, password }),
// rangeDays: only import events starting within the last N days; omitted/undefined imports
// the full mailbox history (a long-lived .pst otherwise re-imports years of recurring/holiday
// entries on every launch when pst_auto_sync is on).
importPst: (path: string, password?: string, rangeDays?: number) =>
invoke<number>("import_pst", { path, password, rangeDays }),
// olderThanDays: undefined deletes every unlinked event ("Delete all").
// An event attached to a recorded meeting is always kept either way.
cleanupCalendarEvents: (olderThanDays?: number) =>
invoke<CalendarCleanupResult>("cleanup_calendar_events", { olderThanDays }),
listCalendarEvents: (from?: number, to?: number) =>
invoke<CalendarEvent[]>("list_calendar_events", { from, to }),
getCalendarEvent: (eventId: string) =>
invoke<CalendarEventDetail>("get_calendar_event", { eventId }),
attachMeetingToEvent: (meetingId: MeetingId, eventId: string) =>
invoke<void>("attach_meeting_to_event", { meetingId, eventId }),
renameMeeting: (meetingId: MeetingId, title: string) =>
invoke<void>("rename_meeting", { meetingId, title }),
renameSpeaker: (meetingId: MeetingId, label: string, name: string) =>
invoke<void>("rename_speaker", { meetingId, label, name }),
mapSpeakerToParticipant: (meetingId: MeetingId, label: string, participantId: string) =>
@@ -425,7 +547,7 @@ export const api = {
getFeatureBrief: (id: string) => invoke<FeatureBrief>("get_feature_brief", { id }),
setBriefExposed: (id: string, exposed: boolean) =>
invoke<void>("set_brief_exposed", { id, exposed }),
mcpStatus: () => invoke("mcp_status"),
mcpStatus: () => invoke<McpStatus>("mcp_status"),
setMcpEnabled: (enabled: boolean, transport?: "http" | "stdio", port?: number) =>
invoke<{ endpoint: string; token: string }>("set_mcp_enabled", { enabled, transport, port }),
setMcpScope: (expose: "none" | "selected" | "all", exposeRecordings?: boolean) =>
@@ -461,7 +583,7 @@ export const events = {
onRetention: (cb: (p: { meetingId: string; record: boolean }) => void): Promise<UnlistenFn> =>
listen("recording://retention", (e) => cb(e.payload as never)),
onLevel: (
cb: (p: { meetingId: string; rms: number; peak: number }) => void,
cb: (p: { meetingId: string; rms: number; peak: number; mic: boolean }) => void,
): Promise<UnlistenFn> => listen("recording://level", (e) => cb(e.payload as never)),
onDeviceChanged: (
cb: (p: { meetingId: string; recovered: boolean; message: string }) => void,
@@ -472,6 +594,11 @@ export const events = {
onFinalized: (
cb: (p: { meetingId: string; segmentCount: number }) => void,
): Promise<UnlistenFn> => listen("transcript://finalized", (e) => cb(e.payload as never)),
// Live diarization refined the speaker list mid-recording (FR-SPK): updated
// labels/display names, including the mic speaker resolved to "You".
onDiarizationUpdated: (
cb: (p: { meetingId: string; speakers: SpeakerInfo[] }) => void,
): Promise<UnlistenFn> => listen("diarization://updated", (e) => cb(e.payload as never)),
onLlmToken: (cb: (p: { meetingId: string; text: string }) => void): Promise<UnlistenFn> =>
listen("llm://token", (e) => cb(e.payload as never)),
onLlmDone: (cb: (p: { meetingId: string; summary: SummaryFile }) => void): Promise<UnlistenFn> =>
@@ -508,8 +635,11 @@ export const events = {
onSyncLinked: (
cb: (p: { ok: boolean; kind: string; error?: string }) => void,
): Promise<UnlistenFn> => listen("sync://linked", (e) => cb(e.payload as never)),
onMcpAccess: (cb: (p: McpAccessEntry & { client?: string }) => void): Promise<UnlistenFn> =>
listen("mcp://access", (e) => cb(e.payload as never)),
// Live tail of the FR-MCP-5 audit log (camelCase on the wire, unlike the
// snake_case McpAccessEntry rows `mcpAccessLog()` returns).
onMcpAccess: (
cb: (p: { at: number; tool: string; meetingId?: MeetingId; client?: string }) => void,
): Promise<UnlistenFn> => listen("mcp://access", (e) => cb(e.payload as never)),
onAgentProgress: (
cb: (p: { briefId: string; tool: string; line: string }) => void,
): Promise<UnlistenFn> => listen("agent://progress", (e) => cb(e.payload as never)),
+5 -7
View File
@@ -3,21 +3,19 @@
// Settings "Record by default" toggle and the mid-meeting retention toggle
// so both gate on the same copy and the same acknowledgment call.
import { ShieldAlert } from "@lucide/svelte";
import { t } from "../i18n/index.svelte";
let { onAccept, onCancel }: { onAccept: () => void; onCancel: () => void } = $props();
</script>
<div class="consent">
<div class="heading">
<ShieldAlert size={18} aria-hidden="true" />
<strong>Before you record</strong>
<strong>{t("consent.heading")}</strong>
</div>
<p>
Recording conversations without the consent of participants may be illegal in your region. Check
your local recording laws. This is a caution, not legal advice.
</p>
<p>{t("consent.body")}</p>
<div class="actions">
<button class="primary" onclick={onAccept}>I understand — enable recording</button>
<button onclick={onCancel}>Cancel</button>
<button class="primary" onclick={onAccept}>{t("consent.accept")}</button>
<button onclick={onCancel}>{t("consent.cancel")}</button>
</div>
</div>
+93
View File
@@ -0,0 +1,93 @@
<script lang="ts">
// One-time third-party "data leaves your device" notice (ADR-0011, T10.3/
// M3.3), shown before the first use of any hosted (non-local) AI provider —
// Anthropic today, a hosted OpenAI-compatible gateway once wired the same
// way. Same shared-copy/shared-acknowledgment pattern as ConsentNotice.svelte
// (recording consent, ADR-0009): both gate a single Settings toggle AND a
// second use-time trigger point on the same one-time flag.
import { Globe } from "@lucide/svelte";
import { t } from "../i18n/index.svelte";
let {
providerLabel,
onAccept,
onCancel,
}: { providerLabel: string; onAccept: () => void; onCancel: () => void } = $props();
</script>
<div class="banner" role="alertdialog" aria-labelledby="hosted-ai-heading">
<div class="heading">
<Globe size={18} aria-hidden="true" />
<strong id="hosted-ai-heading">{t("hosted.heading", { provider: providerLabel })}</strong>
</div>
<p>
{t("hosted.body_1")} <strong>{providerLabel}</strong>
{t("hosted.body_2")}
</p>
<div class="actions">
<button class="primary" onclick={onAccept}>{t("hosted.accept")}</button>
<button class="ghost" onclick={onCancel}>{t("hosted.cancel")}</button>
</div>
</div>
<style>
.banner {
border: 1px solid var(--border);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
padding: 1rem 1.1rem;
background: var(--bg-elevated);
color: var(--fg);
max-width: 420px;
}
.heading {
display: flex;
align-items: center;
gap: 0.45rem;
color: var(--warning);
margin-bottom: 0.4rem;
}
.heading strong {
color: var(--fg);
}
p {
margin: 0;
font-size: 0.9rem;
line-height: 1.5;
color: var(--muted);
}
p strong {
color: var(--fg);
}
.actions {
display: flex;
align-items: center;
gap: 0.6rem;
flex-wrap: wrap;
margin-top: 0.8rem;
}
button {
font: inherit;
cursor: pointer;
}
button.primary {
background: var(--accent);
color: var(--accent-fg);
border: 1px solid transparent;
padding: 0.4rem 0.8rem;
border-radius: var(--radius-sm);
font-weight: 600;
}
button.primary:hover {
background: var(--accent-hover);
}
button.ghost {
background: none;
border: 1px solid var(--border);
padding: 0.4rem 0.8rem;
border-radius: var(--radius-sm);
color: var(--fg);
}
button.ghost:hover {
background: var(--bg-hover);
}
</style>
+254
View File
@@ -0,0 +1,254 @@
<script lang="ts">
// Manually add a meeting from an existing recording (feature: "add a meeting
// + upload a video URL or audio file"). Transcoding is done by the backend
// via ffmpeg (+ yt-dlp for URLs) — both external, not bundled — so this is
// just a small form: pick a local file or paste a URL, optional title, go.
import { api, errorMessage } from "../api";
import { open } from "@tauri-apps/plugin-dialog";
import { trapFocus } from "../actions/trapFocus";
import { t } from "../i18n/index.svelte";
import { X, FileUp, Link as LinkIcon } from "@lucide/svelte";
let { onClose, onImported }: { onClose: () => void; onImported: (id: string) => void } = $props();
// `source` is either a local file path (set via Browse) or a URL (typed).
let source = $state("");
let title = $state("");
let busy = $state(false);
let error = $state<string | null>(null);
async function browse() {
const path = await open({
multiple: false,
filters: [
{
name: t("import.filter_av"),
extensions: [
"mp3",
"m4a",
"wav",
"aac",
"ogg",
"opus",
"flac",
"mp4",
"mkv",
"mov",
"webm",
"avi",
],
},
],
});
if (typeof path === "string") {
source = path;
error = null;
}
}
async function doImport() {
if (!source.trim() || busy) return;
busy = true;
error = null;
try {
const id = await api.importMedia(source.trim(), title.trim() || undefined);
onImported(id);
onClose();
} catch (e) {
error = errorMessage(e);
} finally {
busy = false;
}
}
</script>
<div
class="overlay"
role="dialog"
aria-modal="true"
aria-label={t("import.dialog_label")}
tabindex="-1"
use:trapFocus
>
<div class="panel">
<header>
<strong>{t("import.title")}</strong>
<button
class="close"
onclick={onClose}
aria-label={t("import.close")}
title={t("import.close_title")}
>
<X size={18} aria-hidden="true" />
</button>
</header>
<p class="muted">{t("import.body")}</p>
<label class="wide">
{t("import.file_or_url")}
<div class="row">
<input
class="grow"
bind:value={source}
placeholder={t("import.source_placeholder")}
disabled={busy}
/>
<button onclick={browse} disabled={busy} title={t("import.choose_file")}>
<FileUp size={14} aria-hidden="true" />
{t("import.browse")}
</button>
</div>
</label>
<label class="wide">
{t("import.title_label")} <em>({t("import.optional")})</em>
<input bind:value={title} placeholder={t("import.title_placeholder")} disabled={busy} />
</label>
<p class="muted small">
<LinkIcon size={12} aria-hidden="true" />
{t("import.requires_1")} <code>ffmpeg</code>
{t("import.requires_2")} <code>yt-dlp</code>
{t("import.requires_3")}
</p>
{#if error}
<p class="error">{error}</p>
{/if}
<div class="actions">
<button class="primary" onclick={doImport} disabled={!source.trim() || busy}>
{busy ? t("import.importing") : t("import.import")}
</button>
<button class="link" onclick={onClose} disabled={busy}>{t("import.cancel")}</button>
</div>
</div>
</div>
<style>
.overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.45);
display: flex;
align-items: center;
justify-content: center;
z-index: 50;
padding: 1rem;
}
.panel {
background: var(--bg);
color: var(--fg);
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 1.25rem;
width: min(520px, 100%);
max-height: 90vh;
overflow: auto;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
header {
display: flex;
align-items: center;
margin-bottom: 0.75rem;
}
header strong {
font-size: 1.05rem;
}
.close {
margin-left: auto;
background: none;
border: none;
color: var(--muted);
cursor: pointer;
padding: 0.25rem;
border-radius: var(--radius-sm);
}
.close:hover {
background: var(--bg-hover);
color: var(--fg);
}
label {
display: block;
margin: 0.75rem 0 0.25rem;
font-size: 0.85rem;
font-weight: 600;
}
label em {
font-weight: 400;
color: var(--muted);
}
input {
width: 100%;
box-sizing: border-box;
padding: 0.4rem 0.55rem;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
background: var(--bg);
color: var(--fg);
font: inherit;
}
input:focus-visible {
border-color: var(--accent);
outline: none;
}
.row {
display: flex;
gap: 0.4rem;
align-items: center;
}
.row .grow {
flex: 1;
}
.row button {
display: flex;
align-items: center;
gap: 0.3rem;
white-space: nowrap;
background: var(--bg);
color: var(--fg);
border: 1px solid var(--border);
border-radius: var(--radius-sm);
padding: 0.4rem 0.6rem;
cursor: pointer;
}
.muted {
color: var(--muted);
}
.small {
font-size: 0.8rem;
display: flex;
align-items: center;
gap: 0.3rem;
}
.error {
color: var(--danger, #d33);
font-size: 0.85rem;
}
.actions {
display: flex;
align-items: center;
gap: 0.6rem;
margin-top: 1rem;
}
.actions .primary {
background: var(--accent);
color: var(--accent-fg, #fff);
border: none;
border-radius: var(--radius-sm);
padding: 0.45rem 0.9rem;
font-weight: 600;
cursor: pointer;
}
.actions .primary:disabled {
opacity: 0.6;
cursor: default;
}
.actions .link {
background: none;
border: none;
color: var(--muted);
cursor: pointer;
}
</style>
+46 -13
View File
@@ -1,25 +1,46 @@
<script lang="ts">
// Live input level meter while recording (T7.3, FR-CAP-5). A simple bar
// (rms fill + peak marker) rather than a full scrolling waveform — either
// satisfies the requirement, and this is far less UI/state to get right.
let { rms, peak }: { rms: number; peak: number } = $props();
// Live input level meter while recording (T7.3, FR-CAP-5/7). One bar with the
// system/loopback level (green) and — when the mic is enabled — the microphone
// level overlaid in the accent colour, so both sides of the call are visible
// at a glance. Each stream shows an rms fill + a peak marker.
import { t } from "../i18n/index.svelte";
let {
rms,
peak,
micRms = 0,
micPeak = 0,
showMic = false,
}: {
rms: number;
peak: number;
micRms?: number;
micPeak?: number;
showMic?: boolean;
} = $props();
// Perceptual loudness isn't linear; sqrt gives a meter that "looks right"
// for typical speech levels instead of sitting near-empty most of the time.
let rmsPct = $derived(Math.min(1, Math.sqrt(Math.max(0, rms))) * 100);
let peakPct = $derived(Math.min(1, Math.sqrt(Math.max(0, peak))) * 100);
const pct = (v: number) => Math.min(1, Math.sqrt(Math.max(0, v))) * 100;
let rmsPct = $derived(pct(rms));
let peakPct = $derived(pct(peak));
let micRmsPct = $derived(pct(micRms));
let micPeakPct = $derived(pct(micPeak));
</script>
<div
class="meter"
role="meter"
aria-label="Input level"
aria-valuenow={Math.round(rmsPct)}
aria-label={showMic ? t("levelmeter.system_mic") : t("levelmeter.system")}
aria-valuenow={Math.round(Math.max(rmsPct, showMic ? micRmsPct : 0))}
aria-valuemin={0}
aria-valuemax={100}
>
<div class="fill" style="width: {rmsPct}%"></div>
<div class="peak" style="left: {peakPct}%"></div>
<div class="fill system" style="width: {rmsPct}%"></div>
<div class="peak system" style="left: {peakPct}%"></div>
{#if showMic}
<div class="fill mic" style="width: {micRmsPct}%"></div>
<div class="peak mic" style="left: {micPeakPct}%"></div>
{/if}
</div>
<style>
@@ -34,16 +55,28 @@
.fill {
position: absolute;
inset: 0 auto 0 0;
background: var(--success);
transition: width 60ms linear;
/* Overlap is visible because the mic layer is translucent. */
opacity: 0.7;
}
.fill.system {
background: var(--success);
}
.fill.mic {
background: var(--accent);
}
.peak {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: var(--fg);
opacity: 0.6;
transition: left 60ms linear;
}
.peak.system {
background: var(--fg);
opacity: 0.6;
}
.peak.mic {
background: var(--accent);
}
</style>
+105
View File
@@ -0,0 +1,105 @@
<script lang="ts">
// Draggable divider between two panes (FR-UX-1). Reports a delta in
// pixels via onResize as the pointer moves; the parent owns the actual
// size state and clamping. onResizeEnd fires once per drag (and per arrow
// keypress) so the parent can persist without writing on every pixel.
let {
orientation = "vertical",
onResize,
onResizeEnd,
label,
}: {
orientation?: "vertical" | "horizontal";
onResize: (deltaPx: number) => void;
onResizeEnd?: () => void;
label: string;
} = $props();
let dragging = $state(false);
let lastPos = 0;
function posOf(e: PointerEvent): number {
return orientation === "vertical" ? e.clientX : e.clientY;
}
function onPointerDown(e: PointerEvent) {
dragging = true;
lastPos = posOf(e);
(e.currentTarget as HTMLElement).setPointerCapture(e.pointerId);
}
function onPointerMove(e: PointerEvent) {
if (!dragging) return;
const pos = posOf(e);
onResize(pos - lastPos);
lastPos = pos;
}
function onPointerUp(e: PointerEvent) {
if (!dragging) return;
dragging = false;
(e.currentTarget as HTMLElement).releasePointerCapture(e.pointerId);
onResizeEnd?.();
}
function onKeydown(e: KeyboardEvent) {
const step = e.shiftKey ? 40 : 12;
const negKey = orientation === "vertical" ? "ArrowLeft" : "ArrowUp";
const posKey = orientation === "vertical" ? "ArrowRight" : "ArrowDown";
if (e.key === negKey) onResize(-step);
else if (e.key === posKey) onResize(step);
else return;
e.preventDefault();
onResizeEnd?.();
}
</script>
<!-- WAI-ARIA "window splitter" pattern: a focusable, keyboard-operable
role="separator" is the correct/standard shape for a resize handle —
the a11y linter's generic "non-interactive element" rule doesn't know
about this pattern specifically. -->
<!-- svelte-ignore a11y_no_noninteractive_tabindex -->
<!-- svelte-ignore a11y_no_noninteractive_element_interactions -->
<div
class="splitter {orientation}"
class:dragging
role="separator"
aria-orientation={orientation}
aria-label={label}
tabindex="0"
onpointerdown={onPointerDown}
onpointermove={onPointerMove}
onpointerup={onPointerUp}
onkeydown={onKeydown}
></div>
<style>
.splitter {
flex: none;
background: transparent;
position: relative;
}
.splitter.vertical {
width: 5px;
cursor: col-resize;
}
.splitter.horizontal {
height: 5px;
cursor: row-resize;
}
/* Wider invisible hit-area than the visible line — a 5px target is too
thin to reliably grab (touch-target-size / no-precision-required). */
.splitter::after {
content: "";
position: absolute;
}
.splitter.vertical::after {
inset: 0 -4px;
}
.splitter.horizontal::after {
inset: -4px 0;
}
.splitter:hover,
.splitter:focus-visible,
.splitter.dragging {
background: var(--accent-soft);
outline: none;
}
</style>
+98
View File
@@ -0,0 +1,98 @@
<script lang="ts">
// GitHub-topic-style pill (T8.3, FR-SEARCH-2). Clicking the label filters
// the meeting list to this tag; the optional 'x' removes it from whatever
// list it's rendered in (not a global delete — the caller decides what
// "remove" means).
import { X } from "@lucide/svelte";
import { t } from "../i18n/index.svelte";
interface Props {
tag: string;
removable?: boolean;
onRemove?: () => void;
onClick?: () => void;
}
let { tag, removable = false, onRemove, onClick }: Props = $props();
</script>
<span class="chip" class:clickable={!!onClick}>
<button
type="button"
class="label"
onclick={onClick}
disabled={!onClick}
title={onClick ? t("tagchip.filter", { tag }) : undefined}
>
{tag}
</button>
{#if removable}
<button
type="button"
class="remove"
onclick={onRemove}
aria-label={t("tagchip.remove", { tag })}
>
<X size={10} aria-hidden="true" />
</button>
{/if}
</span>
<style>
.chip {
display: inline-flex;
align-items: center;
background: var(--accent-soft);
color: var(--accent);
border-radius: var(--radius-full);
font-size: 0.78rem;
font-weight: 500;
}
.label {
background: none;
border: none;
color: inherit;
font: inherit;
padding: 0.15rem 0.65rem;
border-radius: var(--radius-full);
cursor: default;
}
.label:disabled {
opacity: 1; /* a non-clickable chip should still read as fully legible */
}
.chip.clickable .label {
cursor: pointer;
}
.chip.clickable .label:hover {
background: var(--accent);
color: var(--accent-fg);
}
.label:focus-visible {
outline: 2px solid var(--focus-ring);
outline-offset: 1px;
}
.remove {
display: grid;
place-items: center;
width: 1.05rem;
height: 1.05rem;
margin: 0 0.3rem 0 -0.25rem;
padding: 0;
border: none;
border-radius: 50%;
background: transparent;
color: inherit;
opacity: 0.65;
cursor: pointer;
transition:
background-color 150ms ease-out,
opacity 150ms ease-out;
}
.remove:hover {
opacity: 1;
background: rgba(0, 0, 0, 0.18);
}
.remove:focus-visible {
outline: 2px solid var(--focus-ring);
outline-offset: 1px;
}
</style>
+9 -6
View File
@@ -3,6 +3,7 @@
// plain <select> — three icon buttons instead of a text dropdown, defaults
// to "system" so the app follows the OS until the user picks an override.
import { Monitor, Sun, Moon } from "@lucide/svelte";
import { t } from "../i18n/index.svelte";
interface Props {
value: "system" | "light" | "dark";
@@ -10,21 +11,23 @@
}
let { value, onchange }: Props = $props();
// labelKey resolves through t() in the template so a language switch relabels
// the buttons (a t() call in this module-level const would evaluate once).
const options = [
{ id: "system", label: "Match system", Icon: Monitor },
{ id: "light", label: "Light", Icon: Sun },
{ id: "dark", label: "Dark", Icon: Moon },
{ id: "system", labelKey: "theme.system", Icon: Monitor },
{ id: "light", labelKey: "theme.light", Icon: Sun },
{ id: "dark", labelKey: "theme.dark", Icon: Moon },
] as const;
</script>
<div class="toggle" role="radiogroup" aria-label="Theme">
<div class="toggle" role="radiogroup" aria-label={t("theme.group")}>
{#each options as opt (opt.id)}
<button
role="radio"
aria-checked={value === opt.id}
class:active={value === opt.id}
title={opt.label}
aria-label={opt.label}
title={t(opt.labelKey)}
aria-label={t(opt.labelKey)}
onclick={() => onchange(opt.id)}
>
<opt.Icon size={15} strokeWidth={2} aria-hidden="true" />
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "التسجيل",
"nav.hardware": "العتاد",
"nav.storage": "التخزين",
"nav.calendar": "التقويم",
"nav.sync": "المزامنة",
"nav.ai": "الذكاء الاصطناعي",
"nav.mcp": "خادم MCP",
"nav.privacy": "الخصوصية",
"nav.about": "حول",
"nav.language": "اللغة",
"settings.language.title": "اللغة",
"settings.language.display": "لغة العرض",
"settings.language.display_hint": "لغة واجهة التطبيق. إضافة لغة بسيطة مثل إدراج ملف ترجمة واحد.",
"settings.transcription.title": "لغة النسخ",
"settings.transcription.label": "اللغة",
"settings.transcription.auto": "الكشف التلقائي",
"settings.transcription.applies_hint": "ينطبق على التسجيل التالي. تُعرض اللغة المستخدمة فعليًا بعد ذلك في كل اجتماع.",
"settings.transcription.english_only": "الإنجليزية فقط",
"settings.transcription.model_english_only": "«{model}» بالإنجليزية فقط.",
"settings.transcription.no_model": "لم يتم اختيار نموذج.",
"settings.transcription.switch_multilingual": "بدّل إلى نموذج متعدد اللغات في الأعلى لاختيار لغة.",
"settings.hardware.title": "العتاد",
"settings.hardware.active_backend": "الخلفية النشطة",
"settings.hardware.model_meta": "· نموذج {size}",
"settings.hardware.preferred_backend": "الخلفية المفضلة",
"settings.hardware.auto_backend": "تلقائي (الأفضل المتاح)",
"settings.hardware.not_available": "غير متاح",
"settings.hardware.fallback_hint": "يتراجع تلقائيًا (NPU → NVIDIA → AMD → Intel → CPU) إذا فشل تحميل الخلفية المختارة.",
"settings.hardware.audio_devices": "أجهزة الصوت",
"settings.hardware.recording_device": "جهاز التسجيل",
"settings.hardware.default_system_audio": "صوت النظام الافتراضي",
"settings.hardware.recording_device_hint": "يسجل WhispAssist ما يشغّله هذا الجهاز (استرجاع حلقي) — الطرف الآخر من المكالمة. اختر مخرجًا محددًا إذا كنت لا تريده أن يتبع افتراضي نظام Windows.",
"settings.hardware.microphone": "الميكروفون",
"settings.hardware.mic_off": "إيقاف — لا تلتقط ميكروفوني",
"settings.hardware.default_mic": "الميكروفون الافتراضي",
"settings.hardware.mic_hint": "يضيف صوتك إلى النسخ المباشر بحيث يُلتقط طرفا الاجتماع كلاهما. يبقى على جهازك — لا يُرفع أي شيء. اختر «إيقاف» لنسخ صوت النظام أعلاه فقط.",
"settings.hardware.npu_detected": "تم اكتشاف مسرّع NPU",
"settings.hardware.ready": "جاهز",
"settings.hardware.downloading": "جارٍ التنزيل…",
"settings.hardware.package_needed": "الحزمة مطلوبة",
"settings.hardware.npu_hint": "يحتاج NPU الخاص بك إلى حزمة تسريع لمرة واحدة (نموذج Whisper ONNX{extra}). يتم تنزيلها في الخلفية؛ يمكنك أيضًا بدؤها الآن.",
"settings.hardware.plus_openvino": " + بيئة تشغيل OpenVINO",
"settings.hardware.download_npu": "تنزيل حزمة NPU",
"settings.hardware.dml_title": "تسريع GPU (DirectML)",
"settings.hardware.dml_hint": "يمكن تسريع GPU الخاص بك دون Vulkan عبر DirectML — حزمة لمرة واحدة (نموذج Whisper ONNX{extra}).",
"settings.hardware.plus_directml": " + بيئة تشغيل DirectML",
"settings.hardware.download_dml": "تنزيل حزمة DirectML",
"settings.hardware.detection_unavailable": "اكتشاف العتاد غير متاح.",
"settings.hardware.low_overhead": "إعداد مسبق منخفض الحمل",
"settings.hardware.low_overhead_note": "المعالج + أصغر نموذج، لاستخدام البطارية/الخلفية",
"settings.hardware.models": "النماذج",
"settings.hardware.downloading_model": "جارٍ تنزيل {name}",
"settings.hardware.active_badge": "نشط",
"settings.hardware.installed": "مثبّت",
"settings.hardware.use": "استخدام",
"settings.hardware.remove": "إزالة",
"settings.hardware.cant_remove_active": "لا يمكن إزالة النموذج النشط",
"settings.hardware.download": "تنزيل",
"settings.hardware.diarization": "فصل المتحدثين",
"settings.hardware.diarization_hint": "ثبّت كلا النموذجين لفصل التسجيلات المكتملة حسب المتحدث (المتحدث 1، المتحدث 2، …) بدلًا من نسخ متواصل واحد. يعمل دون اتصال تمامًا، مرة واحدة لكل اجتماع بعد توقفه. بدونهما، يُنسب كل سطر إلى متحدث واحد.",
"settings.storage.title": "التخزين",
"settings.storage.location_label": "الموقع",
"settings.storage.location_hint": "تغيير موقع التخزين غير مدعوم بعد — هنا تقيم حاليًا الاجتماعات والنماذج وقاعدة البيانات.",
"settings.storage.retention_title": "الاحتفاظ",
"settings.storage.retention_hint": "يحذف تلقائيًا أقدم الاجتماعات التي تتجاوز حدًا معينًا. يُفحص مرة واحدة عند بدء التشغيل؛ الفارغ يعني بلا حد. لا يمس أبدًا اجتماعًا يجري تسجيله حاليًا.",
"settings.storage.max_age": "الحد الأقصى للعمر (أيام)",
"settings.storage.max_size": "الحد الأقصى للحجم (غيغابايت)",
"settings.storage.no_limit": "بلا حد",
"settings.storage.export_import_title": "التصدير والاستيراد",
"settings.storage.export_hint_1": "انقل التسجيلات بين أجهزة الكمبيوتر كمجلدات حزم محمولة (صوت، نسخ، ملاحظات، ملخص و",
"settings.storage.export_hint_2": "بيان). صدّر إلى أي مجلد — قرص متزامن، أو ذاكرة USB، أو نقطة تحميل محلية لهدف مزامنة — ثم استورده على الجهاز الآخر. تحصل الاجتماعات المستوردة على معرّف جديد، لذا لا تكتب إعادة الاستيراد فوق أي شيء أبدًا.",
"settings.storage.export_dialog_title": "تصدير كل الاجتماعات إلى…",
"settings.storage.import_dialog_title": "استيراد حزمة (أو مجلد حزم)…",
"settings.storage.exporting": "جارٍ التصدير…",
"settings.storage.export_all": "تصدير كل الاجتماعات…",
"settings.storage.importing": "جارٍ الاستيراد…",
"settings.storage.import_all": "استيراد اجتماعات…",
"settings.storage.exported_one": "تم تصدير {n} اجتماع.",
"settings.storage.exported_many": "تم تصدير {n} اجتماعًا.",
"settings.storage.imported_one": "تم استيراد {n} اجتماع.",
"settings.storage.imported_many": "تم استيراد {n} اجتماعًا.",
"settings.calendar.title": "التقويم وOutlook ‏.pst",
"settings.calendar.intro_1": "استورد الأحداث والحضور من نسخة Outlook الاحتياطية المحلية",
"settings.calendar.intro_2": "— للقراءة فقط، لا يُكتب أي شيء مرة أخرى في الملف. لا يغادر أي شيء هذا الجهاز.",
"settings.calendar.pst_file": "ملف ‏.pst",
"settings.calendar.no_file": "لم يتم اختيار ملف",
"settings.calendar.browse": "استعراض…",
"settings.calendar.password": "كلمة المرور",
"settings.calendar.password_note": "نادرًا ما تكون مطلوبة",
"settings.calendar.optional": "اختياري",
"settings.calendar.import_range": "نطاق الاستيراد",
"settings.calendar.range_30": "آخر 30 يومًا",
"settings.calendar.range_90": "آخر 90 يومًا",
"settings.calendar.range_180": "آخر 6 أشهر",
"settings.calendar.range_365": "آخر سنة",
"settings.calendar.range_all": "كل الأوقات",
"settings.calendar.range_hint": "قد يحتوي صندوق بريد طويل العمر على سنوات من الإدخالات المتكررة/الأعياد — يبقي تضييق النطاق التقويم المستورد على ما هو ذو صلة فعلًا. ينطبق على زر الاستيراد هذا وعلى إعادة الاستيراد التلقائي عند التشغيل.",
"settings.calendar.importing": "جارٍ الاستيراد…",
"settings.calendar.import": "استيراد",
"settings.calendar.import_progress": "{processed}/{total} حدثًا",
"settings.calendar.auto_reimport": "أعد استيراد هذا الملف تلقائيًا عند التشغيل",
"settings.calendar.auto_reimport_hint": "يعمل مرة واحدة عند بدء التشغيل، لا على مؤقّت — إعادة الاستيراد آمنة للتكرار (تُطابَق الأحداث الموجودة وتُحدَّث، لا تُكرَّر).",
"settings.calendar.import_failed": "فشل الاستيراد: {error} — الملف نفسه لم يُمس؛ تحقق من المسار وحاول مجددًا.",
"settings.calendar.cleanup_title": "تنظيف",
"settings.calendar.cleanup_hint": "تُحفظ دائمًا الأحداث المرتبطة بالفعل باجتماع مسجّل، بغض النظر عن الخيار المختار أدناه.",
"settings.calendar.cleanup_30": "أقدم من 30 يومًا",
"settings.calendar.cleanup_90": "أقدم من 90 يومًا",
"settings.calendar.cleanup_180": "أقدم من 6 أشهر",
"settings.calendar.cleanup_365": "أقدم من سنة",
"settings.calendar.cleanup_all": "حذف الكل",
"settings.calendar.cleaning": "جارٍ التنظيف…",
"settings.calendar.cleanup_btn": "تنظيف التقويم",
"settings.calendar.cleanup_result": "تم حذف {deleted}{extra}.",
"settings.calendar.cleanup_kept": "، مع الاحتفاظ بـ {n} (مرتبطة باجتماع)",
"settings.calendar.cleanup_failed": "فشل التنظيف: {error}",
"settings.calendar.imported_events": "الأحداث المستوردة",
"settings.calendar.no_events": "لم تُستورد أحداث بعد.",
"settings.calendar.search_title": "البحث في العنوان",
"settings.calendar.search_placeholder": "اسم الاجتماع…",
"settings.calendar.date_label": "التاريخ",
"settings.calendar.events_count": "{shown} من {total} حدثًا",
"settings.calendar.untitled": "(بلا عنوان)",
"settings.dialog_title": "الإعدادات",
"settings.close": "إغلاق",
"settings.close_title": "إغلاق (Esc)",
"settings.sync.stub": "وضع المعاينة — خلفية المزامنة غير منفّذة بعد (المرحلة 9). تُحفظ التغييرات في الواجهة فقط.",
"settings.sync.title": "المزامنة والرفع",
"settings.sync.enable_label": "تمكين رفع عناصر الاجتماع إلى الأهداف المُهيّأة",
"settings.sync.enable_hint": "متوقف افتراضيًا. لا يُرفع أي شيء ما لم يكن هذا مفعّلًا وهدف ممكّنًا. تُبقي الأهداف المستضافة ذاتيًا البيانات على خادمك الخاص؛ سُحُب الأطراف الثالثة مُعلّمة بوضوح.",
"settings.sync.targets_title": "الأهداف",
"settings.sync.no_targets": "لا أهداف بعد. أضف واحدًا أدناه.",
"settings.sync.third_party": "طرف ثالث",
"settings.sync.your_server": "خادمك",
"settings.sync.edit": "تحرير",
"settings.sync.remove": "إزالة",
"settings.sync.edit_target": "تحرير الهدف",
"settings.sync.add_target": "إضافة هدف",
"settings.sync.webdav_hint": "يغطي WebDAV كلًا من Nextcloud وownCloud وCloudreve وSeafile وSynology. (Seafile: فعّل SeafDAV من جهة الخادم.)",
"settings.sync.name": "الاسم",
"settings.sync.name_placeholder": "Nextcloud المنزلي",
"settings.sync.provider": "المزوّد",
"settings.sync.server_url": "عنوان URL للخادم",
"settings.sync.server_url_note_1": "عنوان URL لخادمك فقط — يضيف WhispAssist",
"settings.sync.server_url_note_2": "تلقائيًا.",
"settings.sync.remote_folder": "المجلد البعيد",
"settings.sync.username": "اسم المستخدم",
"settings.sync.app_password": "كلمة مرور التطبيق",
"settings.sync.pw_keep": "اتركها فارغة للاحتفاظ بكلمة المرور الحالية",
"settings.sync.pw_store": "مخزّنة في مخزن بيانات اعتماد نظام التشغيل",
"settings.sync.upload_legend": "رفع",
"settings.sync.artifact_transcript": "النسخ",
"settings.sync.artifact_notes": "الملاحظات",
"settings.sync.artifact_summary": "الملخص",
"settings.sync.artifact_recording": "التسجيل (‏.wav، إن احتُفظ به)",
"settings.sync.allow_plaintext": "السماح بـ http نصي عادي لعنوان LAN (غير موصى به)",
"settings.sync.encrypt_before": "التشفير قبل الرفع (تخزّن الوجهة النص المشفّر فقط)",
"settings.sync.requires_vault": "— يتطلب خزنة مفتوحة",
"settings.sync.test_connection": "اختبار الاتصال",
"settings.sync.save_changes": "حفظ التغييرات",
"settings.sync.add_target_btn": "إضافة هدف",
"settings.sync.cancel": "إلغاء",
"settings.sync.third_party_banner": "{kind} سحابة طرف ثالث — يرسل الرفع بياناتك خارج جهازك إلى {kind}.",
"settings.sync.link_account": "ربط حساب {kind}…",
"settings.sync.oauth_hint": "يفتح تسجيل دخول OAuth (إعادة توجيه حلقية)؛ يُخزَّن الرمز المميز في مخزن بيانات اعتماد نظام التشغيل.",
"settings.sync.footnote": "لا تُكتب بيانات الاعتماد أبدًا في الإعدادات أو قاعدة البيانات — فقط في مخزن بيانات اعتماد نظام التشغيل. TLS مطلوب للأهداف خارج LAN.",
"settings.ai.title": "مزوّد ملخصات الذكاء الاصطناعي",
"settings.ai.intro_1": "تعمل الملخصات على نموذج LLM محلي افتراضيًا. وجّه هذا إلى Ollama على هذا الكمبيوتر أو جهاز آخر في شبكتك المحلية (مثل",
"settings.ai.intro_2": "— كلاهما يُحسب محليًا، لذا لا يغادر أي شيء شبكتك. المزوّدون المستضافون (Anthropic) اختياريون، متوقفون افتراضيًا، ويرسلون النسخ إلى طرف ثالث بمجرد تشغيل أحدهم.",
"settings.ai.provider": "المزوّد",
"settings.ai.off": "إيقاف",
"settings.ai.provider_ollama": "Ollama (محلي / LAN)",
"settings.ai.provider_custom": "مخصص (متوافق مع OpenAI)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — مستضاف، يغادر هذا الجهاز",
"settings.ai.endpoint": "نقطة النهاية",
"settings.ai.model": "النموذج",
"settings.ai.api_key": "مفتاح API",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (مضبوط بالفعل — اتركه فارغًا للاحتفاظ به)",
"settings.ai.show_api_key": "إظهار مفتاح API",
"settings.ai.hide_api_key": "إخفاء مفتاح API",
"settings.ai.anthropic_banner": "Anthropic خدمة مستضافة من طرف ثالث — يغادر نسخ هذا الاجتماع جهازك عندما تُنشئ ملخصًا.",
"settings.ai.endpoint_banner": "نقطة النهاية هذه ليست على جهازك أو شبكتك المحلية — سيغادر نسخك شبكتك.",
"settings.ai.saving": "جارٍ الحفظ…",
"settings.ai.save": "حفظ",
"settings.ai.test_connection": "اختبار الاتصال",
"settings.ai.this_hosted_provider": "هذا المزوّد المستضاف",
"settings.ai.reachable": "يمكن الوصول إليه",
"settings.ai.unreachable": "لا يمكن الوصول إليه",
"settings.ai.model_count_one": "· {n} نموذج",
"settings.ai.model_count_many": "· {n} نموذجًا",
"settings.ai.on_lan": "· على جهازك / LAN",
"settings.ai.leaves_network": "· يغادر شبكتك",
"settings.ai.advanced_title": "تهيئة Ollama المتقدمة",
"settings.ai.changed": "تم تغيير {n}",
"settings.ai.reset_all": "إعادة تعيين الكل إلى الافتراضيات",
"settings.ai.system_prompt": "موجّه النظام",
"settings.ai.system_prompt_placeholder": "مثال: أنت مُلخِّص اجتماعات موجز.",
"settings.ai.system_prompt_hint": "يُضاف قبل تنسيق الإخراج المطلوب من WhispAssist، بحيث لا تستطيع تعليماتك كسر تحليل الملخص/عناصر الإجراء.",
"settings.ai.think": "التفكير",
"settings.ai.think_help": "جهد الاستدلال (نماذج الاستدلال فقط).",
"settings.ai.keep_alive": "الإبقاء نشطًا",
"settings.ai.keep_alive_help": "مدة بقاء النموذج في الذاكرة. مثال: 5m، 1h، 0 (إلغاء التحميل)، -1 (للأبد).",
"settings.ai.runtime_hardware": "وقت التشغيل والعتاد",
"settings.ai.rarely_needed": "— نادرًا ما يكون مطلوبًا",
"settings.ai.save_advanced": "حفظ المتقدم",
"settings.ai.saved": "تم الحفظ",
"settings.ai.turn_off": "إيقاف",
"settings.ai.default_value": "الافتراضي {value}.",
"settings.ai.reset_default": "إعادة التعيين إلى الافتراضي",
"settings.ai.reset_field": "إعادة تعيين {name}",
"settings.mcp.title": "خادم MCP",
"settings.mcp.banner_1": "يتيح هذا لوكيل البرمجة الخاص بك (Claude Code، Codex، Copilot، OpenCode، …) سحب سياق الاجتماع على جهازك المحلي. بمجرد الاتصال،",
"settings.mcp.banner_agent": "قد يعيد ذلك الوكيل",
"settings.mcp.banner_2": "توجيه ما يقرؤه إلى سحابة مزوّد نموذجه الخاص — خارج سيطرة WhispAssist. لا يرسل WhispAssist نفسه هذه البيانات إلى أي مكان أبدًا؛ يستمع الخادم على هذا الجهاز فقط (",
"settings.mcp.banner_3": ")، وتُسجَّل كل قراءة أدناه.",
"settings.mcp.enable": "تمكين خادم MCP",
"settings.mcp.enable_hint": "متوقف افتراضيًا. حلقي فقط، محمي برمز مميز — لا شيء يمكن الوصول إليه من الشبكة.",
"settings.mcp.transport": "النقل",
"settings.mcp.transport_http": "HTTP متدفق",
"settings.mcp.transport_stdio": "stdio (ينشئ الوكيل عملية)",
"settings.mcp.port": "المنفذ",
"settings.mcp.transport_change_hint": "لتغيير النقل/المنفذ، أوقف الخادم أولًا ثم أعد تشغيله.",
"settings.mcp.scope_title": "النطاق",
"settings.mcp.expose": "الكشف",
"settings.mcp.scope_none": "لا شيء — لا يُشارَك شيء",
"settings.mcp.scope_selected": "المحدد — فقط ملخصات الميزات التي وسمتها كمُشارَكة",
"settings.mcp.scope_all": "الكل — الاجتماعات والنسخ وعناصر الإجراء والملخصات المشتركة",
"settings.mcp.expose_recordings": "السماح أيضًا بالاجتماعات ذات التسجيل المحفوظ (متوقف افتراضيًا — يُحجب نسخ الاجتماع المسجّل حتى في نطاق «الكل» إلى أن يُفعَّل هذا)",
"settings.mcp.token_title": "رمز مصادقة جديد — يُعرض مرة واحدة، انسخه الآن",
"settings.mcp.token_hint": "لن يُعرض هذا مجددًا. يُخزَّن في مخزن بيانات اعتماد نظام التشغيل؛ إذا فقدته، أوقف الخادم وأعد تشغيله لإنشاء واحد جديد.",
"settings.mcp.copied": "تم النسخ",
"settings.mcp.copy": "نسخ",
"settings.mcp.endpoint": "نقطة النهاية",
"settings.mcp.endpoint_hint": "وجّه تهيئة عميل MCP لوكيلك إلى {kind}، مع الرمز المميز أعلاه كبيانات اعتماد bearer.",
"settings.mcp.kind_command": "أمر",
"settings.mcp.kind_url": "عنوان URL",
"settings.mcp.access_log": "سجل الوصول",
"settings.mcp.access_log_hint": "كل قراءة أداة يقوم بها وكيل، مسموحة أو مرفوضة (FR-MCP-5).",
"settings.mcp.no_reads": "لم يقرأ أي وكيل أي شيء بعد.",
"settings.mcp.log_meeting": "اجتماع {id}",
"settings.mcp.refresh": "تحديث",
"settings.privacy.title": "الخصوصية",
"settings.privacy.intro": "ما يُسمح لـ WhispAssist فعليًا بإرساله خارج هذا الجهاز الآن. مع إيقاف كل شيء (الافتراضي)، لا يغادر أي شيء الجهاز على الإطلاق.",
"settings.privacy.llm_endpoint": "نقطة نهاية LLM",
"settings.privacy.off": "إيقاف",
"settings.privacy.local_only": "محلي فقط",
"settings.privacy.leaves_device": "يغادر هذا الجهاز",
"settings.privacy.sync_label": "المزامنة",
"settings.privacy.enabled": "مفعّلة",
"settings.privacy.mcp_label": "خادم MCP",
"settings.privacy.mcp_on": "تشغيل · {scope}",
"settings.privacy.mcp_loopback_note": "وارد على الحلقة فقط — لا يضيف شيئًا إلى قائمة الصادر أعلاه. قد يظل وكيل متصل يعيد توجيه ما يقرؤه إلى مزوّد نموذجه الخاص؛ راجع علامة تبويب خادم MCP.",
"settings.privacy.egress_title": "قائمة السماح للصادر",
"settings.privacy.no_egress": "لا مضيفات في قائمة السماح — لا يجري WA أي إرسال للمحتوى.",
"settings.privacy.sync_targets_title": "أهداف المزامنة",
"settings.privacy.third_party": "طرف ثالث",
"settings.privacy.your_server": "خادمك",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "بلا TLS",
"settings.privacy.refresh": "تحديث",
"settings.privacy.unavailable": "فحص الخصوصية الذاتي غير متاح.",
"settings.privacy.vault_title": "خزنة التشفير",
"settings.privacy.vault_intro": "شفّر الملاحظات والنسخ والملخصات أثناء السكون بكلمة مرور. (ملفات الصوت غير مشفّرة بعد.)",
"settings.privacy.vault_password": "كلمة مرور الخزنة",
"settings.privacy.enable_vault": "تمكين الخزنة",
"settings.privacy.vault_pw_hint": "استخدم 8 أحرف على الأقل. إذا نسيتها، لا يمكن استرداد المحتوى المشفّر.",
"settings.privacy.vault_locked_1": "الخزنة ",
"settings.privacy.locked_word": "مقفلة",
"settings.privacy.vault_locked_2": ". افتح القفل لقراءة الاجتماعات المشفّرة.",
"settings.privacy.password": "كلمة المرور",
"settings.privacy.unlock": "فتح القفل",
"settings.privacy.vault_unlocked_1": "الخزنة ",
"settings.privacy.unlocked_word": "مفتوحة",
"settings.privacy.vault_unlocked_2": ". تُشفَّر الملاحظات والنسخ والملخصات الجديدة أثناء السكون.",
"settings.privacy.lock_now": "أقفل الآن",
"settings.privacy.change_password": "تغيير كلمة المرور",
"settings.privacy.current_password": "كلمة المرور الحالية",
"settings.privacy.new_password": "كلمة المرور الجديدة",
"settings.about.title": "حول",
"settings.about.tagline": "مساعد اجتماعات محلي بالكامل، مفتوح المصدر، أصلي لنظام Windows.",
"settings.about.build_commit": "التزام البناء",
"consent.heading": "قبل أن تسجّل",
"consent.body": "قد يكون تسجيل المحادثات دون موافقة المشاركين غير قانوني في منطقتك. تحقق من قوانين التسجيل المحلية لديك. هذا تنبيه، وليس استشارة قانونية.",
"consent.accept": "أفهم — تمكين التسجيل",
"consent.cancel": "إلغاء",
"hosted.heading": "قبل استخدام {provider}",
"hosted.body_1": "الإنشاء باستخدام",
"hosted.body_2": "يرسل نسخ هذا الاجتماع إلى خوادمهم — يغادر هذا الجهاز ويخضع لسياسة الخصوصية الخاصة بهم. ليس لدى WhispAssist أي سيطرة على معالجة البيانات بمجرد مغادرتها جهازك. هذا متوقف افتراضيًا؛ أنت تختاره الآن.",
"hosted.accept": "أفهم — متابعة",
"hosted.cancel": "إلغاء",
"theme.group": "السمة",
"theme.system": "مطابقة النظام",
"theme.light": "فاتح",
"theme.dark": "داكن",
"import.dialog_label": "إضافة اجتماع من ملف أو عنوان URL",
"import.title": "إضافة اجتماع",
"import.close": "إغلاق",
"import.close_title": "إغلاق (Esc)",
"import.body": "استورد تسجيلًا موجودًا — ملف صوت/فيديو محلي، أو رابط (YouTube، أو صفحة بث، أو عنوان URL وسائط مباشر). يُنسخ ويُفصل حسب المتحدث تمامًا كتسجيل مباشر.",
"import.file_or_url": "ملف أو عنوان URL",
"import.source_placeholder": "الصق عنوان URL، أو استعرض بحثًا عن ملف…",
"import.choose_file": "اختر ملفًا محليًا",
"import.browse": "استعراض…",
"import.title_label": "العنوان",
"import.optional": "اختياري",
"import.title_placeholder": "افتراضيًا اسم الملف",
"import.filter_av": "صوت / فيديو",
"import.requires_1": "يتطلب",
"import.requires_2": "مثبّتًا وفي PATH لديك (بالإضافة إلى",
"import.requires_3": "للعناوين URL). لا يرفق WhispAssist بهما.",
"import.importing": "جارٍ الاستيراد… قد يستغرق هذا بعض الوقت",
"import.import": "استيراد",
"import.cancel": "إلغاء",
"tagchip.filter": "تصفية الاجتماعات الموسومة بـ «{tag}»",
"tagchip.remove": "إزالة الوسم {tag}",
"levelmeter.system_mic": "مستوى إدخال النظام والميكروفون",
"levelmeter.system": "مستوى إدخال النظام",
"app.tagline": "محلي · خاص",
"app.note_template": "قالب الملاحظات",
"app.no_template": "بلا قالب",
"app.add_meeting": "إضافة اجتماع",
"app.add_meeting_title": "إضافة اجتماع من ملف أو عنوان URL",
"app.record": "تسجيل",
"app.record_title": "بدء التسجيل (Ctrl+Shift+R)",
"app.stop": "إيقاف",
"app.stop_title": "إيقاف التسجيل (Ctrl+Shift+R)",
"app.cancel": "إلغاء",
"app.cancel_title": "تجاهل هذا التسجيل وحذفه",
"app.recording": "جارٍ التسجيل…",
"app.backend_title": "خلفية النسخ النشطة",
"app.retention_title": "حفظ الصوت كـ ‏.wav لهذا الاجتماع",
"app.saving": "جارٍ الحفظ",
"app.not_saved": "غير محفوظ",
"app.reconnecting": "جارٍ إعادة توصيل جهاز الصوت…",
"app.settings": "الإعدادات",
"app.settings_title": "الإعدادات (Ctrl+,)",
"app.discard_confirm": "تجاهل هذا التسجيل؟ سيُحذف صوته ونسخه.",
"app.announce_started": "بدأ التسجيل",
"app.announce_paused": "توقف التسجيل مؤقتًا",
"app.announce_stopped": "توقف التسجيل",
"app.consent_dialog": "موافقة التسجيل",
"app.vault_dialog": "فتح خزنة التشفير",
"app.vault_title": "فتح خزنة التشفير",
"app.vault_desc": "اجتماعاتك مشفّرة أثناء السكون. أدخل كلمة مرورك لقراءتها.",
"app.vault_password": "كلمة مرور الخزنة",
"app.vault_incorrect": "كلمة مرور غير صحيحة",
"app.unlock": "فتح القفل",
"app.continue_locked": "المتابعة مقفلًا",
"app.show_meetings": "إظهار قائمة الاجتماعات",
"app.hide_meetings": "إخفاء قائمة الاجتماعات",
"app.show_summary": "إظهار لوحة الملخص",
"app.hide_summary": "إخفاء لوحة الملخص",
"app.resize_meetings": "تغيير حجم قائمة الاجتماعات",
"app.resize_summary": "تغيير حجم لوحة الملخص",
"meetings.search_placeholder": "البحث في الاجتماعات…",
"meetings.search_aria": "البحث في الاجتماعات",
"meetings.filter_tag_aria": "التصفية حسب الوسم",
"meetings.all_tags": "كل الوسوم",
"meetings.from_date_aria": "من تاريخ",
"meetings.to_date_aria": "إلى تاريخ",
"meetings.bulk_format_aria": "تنسيق التصدير الجماعي",
"meetings.bulk_export": "تصدير جماعي",
"meetings.bulk_export_title": "تصدير كل اجتماع يطابق مرشحات الوسم/التاريخ أعلاه",
"meetings.exporting": "جارٍ التصدير…",
"meetings.exported_one": "تم تصدير {n} اجتماع.",
"meetings.exported_many": "تم تصدير {n} اجتماعًا.",
"meetings.searching": "جارٍ البحث…",
"meetings.loading": "جارٍ تحميل الاجتماعات…",
"meetings.no_matches": "لا نتائج مطابقة.",
"meetings.empty": "لا اجتماعات بعد — انقر على تسجيل أعلاه للبدء.",
"meetings.status.recording": "جارٍ التسجيل",
"meetings.status.transcribing": "جارٍ النسخ",
"meetings.status.recovering": "جارٍ الاسترداد",
"meetings.status.error": "خطأ",
"meetings.resume": "استئناف النسخ",
"meetings.delete_aria": "حذف الاجتماع",
"meetings.delete_confirm": "حذف هذا الاجتماع؟ يؤدي ذلك إلى إزالة تسجيله ونسخه وملاحظاته.",
"transcript.heading": "النسخ",
"transcript.title_aria": "عنوان الاجتماع",
"transcript.lang_title": "لغة النسخ",
"transcript.lang_auto": "جارٍ الكشف…",
"transcript.show": "إظهار النسخ",
"transcript.hide": "إخفاء النسخ",
"transcript.empty": "لا يوجد نسخ لهذا الاجتماع.",
"transcript.will_appear": "سيظهر النسخ هنا أثناء تسجيلك.",
"transcript.play_from_here": "التشغيل من هنا",
"transcript.resize": "تغيير حجم النسخ والملاحظات",
"transcript.reprocess_placeholder": "إعادة النسخ باستخدام…",
"transcript.reprocess_lang_aria": "لغة إعادة المعالجة",
"transcript.reprocess_keep_lang": "الاحتفاظ باللغة الحالية",
"transcript.reprocess_go": "تنفيذ",
"transcript.retranscribing": "جارٍ إعادة النسخ…",
"transcript.has_note": "به ملاحظة",
"transcript.note_placeholder": "أضف ملاحظة لهذه اللحظة…",
"transcript.note_aria": "ملاحظة لسطر النسخ هذا",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "مستند Word",
"transcript.filter_obsidian": "ملاحظة Obsidian",
"notes.heading": "الملاحظات",
"notes.show": "إظهار الملاحظات",
"notes.hide": "إخفاء الملاحظات",
"notes.placeholder": "ملاحظات…",
"notes.live_placeholder": "اكتب ملاحظات أثناء حديثك…",
"notes.toolbar_aria": "تنسيق الملاحظات",
"notes.bold": "غامق",
"notes.italic": "مائل",
"notes.h1": "عنوان 1",
"notes.h2": "عنوان 2",
"notes.bullet": "قائمة نقطية",
"notes.checkbox_title": "مربع اختيار",
"notes.checkbox_aria": "عنصر قائمة بمربع اختيار",
"notes.edit_raw": "تحرير markdown الخام",
"notes.render": "عرض markdown",
"notes.editor": "المحرر",
"notes.preview": "معاينة",
"notes.export_md_title": "تصدير الملاحظات كـ ‏.md",
"notes.export_pdf_title": "تصدير الملاحظات كـ ‏.pdf",
"notes.export_docx_title": "تصدير الملاحظات كـ ‏.docx",
"notes.export_bundle_title": "تصدير الصوت + النسخ + الملاحظات إلى مجلد",
"notes.export_obsidian_title": "تصدير ملاحظة Obsidian واحدة (ملاحظات + ملخص + نسخ، بلا صوت)",
"summary.recording_heading": "التسجيل",
"summary.loading_recording": "جارٍ تحميل التسجيل…",
"summary.sync_heading": "المزامنة",
"summary.uploading": "جارٍ الرفع…",
"summary.upload_now": "الرفع الآن",
"summary.no_uploads": "لا عمليات رفع لهذا الاجتماع بعد.",
"summary.retry": "إعادة المحاولة",
"summary.tags_heading": "الوسوم",
"summary.tags_select": "اختر اجتماعًا لوسمه.",
"summary.tag_add_placeholder": "إضافة وسم…",
"summary.tag_first_placeholder": "مشروع، عميل، موضوع…",
"summary.generating": "جارٍ الإنشاء…",
"summary.generate_tags": "إنشاء وسوم",
"summary.saving": "جارٍ الحفظ…",
"summary.save_tags": "حفظ الوسوم",
"summary.summary_heading": "الملخص",
"summary.ai_provider": "مزوّد الذكاء الاصطناعي",
"summary.provider_off": "إيقاف",
"summary.provider_custom": "مخصص",
"summary.local": "محلي",
"summary.leaves_device": "يغادر هذا الجهاز",
"summary.this_hosted_provider": "هذا المزوّد المستضاف",
"summary.select_generate": "اختر اجتماعًا لإنشاء ملخص.",
"summary.decisions_heading": "القرارات",
"summary.regenerate": "إعادة الإنشاء",
"summary.generated_hint": "أُنشئ محليًا بعد الاجتماع (يتطلب مزوّد LLM محلي).",
"summary.no_provider": "لا مزوّد ذكاء اصطناعي مُهيّأ — فعّل واحدًا في الإعدادات.",
"summary.generate_summary": "إنشاء ملخص",
"summary.briefs_heading": "ملخصات الميزات",
"summary.briefs_select": "اختر اجتماعًا لإنشاء ملخصات ميزات أو عرضها.",
"summary.briefs_desc": "يقطّر هذا الاجتماع إلى مواصفة جاهزة للوكيل (يتطلب مزوّد LLM محلي) — سلّمها إلى وكيل برمجة، أو قدّمها عبر خادم MCP بمجرد تشغيله.",
"summary.brief_repo_placeholder": "المستودع الهدف (اختياري)، مثل acme/reporting-web",
"summary.distilling": "جارٍ التقطير…",
"summary.create_brief": "إنشاء ملخص ميزة",
"summary.brief_mcp_title": "متاح عندما يكون خادم MCP قيد التشغيل",
"summary.copied": "تم النسخ",
"summary.copy_md": "نسخ كـ Markdown",
"summary.copy_json": "نسخ كـ JSON",
"summary.brief_problem": "المشكلة",
"summary.brief_outcome": "النتيجة المرجوة",
"summary.brief_criteria": "معايير القبول",
"summary.brief_none": "لم يُلتقط شيء.",
"summary.brief_context": "السياق",
"summary.action_items_heading": "عناصر الإجراء",
"summary.ai_select": "اختر اجتماعًا لرؤية عناصر الإجراء الخاصة به.",
"summary.ai_empty": "لا شيء بعد — أضف واحدًا أدناه، أو أنشئ ملخصًا لاستخراجها تلقائيًا.",
"summary.confirmed": "مؤكَّد",
"summary.ai_text_placeholder": "عنصر إجراء…",
"summary.ai_text_aria": "نص عنصر الإجراء",
"summary.owner": "المسؤول",
"summary.due_date": "تاريخ الاستحقاق",
"summary.reminder_title": "جدولة تذكير محلي لتاريخ الاستحقاق هذا",
"summary.ai_delete_title": "حذف عنصر الإجراء هذا",
"summary.ai_delete_aria": "حذف عنصر الإجراء",
"summary.add_action_item": "إضافة عنصر إجراء",
"summary.save_action_items": "حفظ عناصر الإجراء",
"summary.calendar_heading": "حدث التقويم",
"summary.cal_select": "اختر اجتماعًا لربطه بحدث تقويم.",
"summary.event_search_placeholder": "البحث في عنوان الحدث…",
"summary.linked_event": "الحدث المرتبط",
"summary.change_event": "تغيير الحدث…",
"summary.link_event": "ربط حدث…",
"summary.untitled_event": "(بلا عنوان)",
"summary.no_events_1": "لم تُستورد أحداث بعد — استورد",
"summary.no_events_2": "من الإعدادات → التقويم.",
"summary.no_events_match": "لا حدث يطابق هذا البحث/التاريخ — حاول مسح أحدهما.",
"summary.organizer_label": "المنظّم: {name}",
"summary.participants_heading": "المشاركون",
"summary.participants_hint": "يُملأ من حدث التقويم المرتبط.",
"summary.speakers_heading": "المتحدثون",
"summary.speakers_select": "اختر اجتماعًا لتسمية المتحدثين فيه.",
"summary.no_speakers": "لم يُكتشف متحدثون بعد.",
"summary.speaker_name_placeholder": "اسم المتحدث",
"summary.save": "حفظ",
"summary.cancel": "إلغاء",
"summary.name_speaker": "تسمية هذا المتحدث…",
"summary.add_new_name": "+ إضافة اسم جديد…",
"settings.recording.title": "التسجيل",
"settings.recording.record_default": "تسجيل الاجتماعات افتراضيًا",
"settings.recording.save_audio_as": "حفظ الصوت كـ",
"settings.recording.default_hint": "متوقف افتراضيًا. عند الإيقاف، يُستخدم الصوت فقط لإنتاج النسخ ويُحذف عند إنهاء الاجتماع. يمكنك أيضًا تبديل التسجيل لكل اجتماع.",
"settings.recording.consent_label": "الموافقة: {status}.",
"settings.recording.consent_ack": "مُقرّة",
"settings.recording.consent_not": "لم تُقرّ بعد",
"settings.recording.auto_label": "بدء التسجيل تلقائيًا عند بدء حدث تقويم",
"settings.recording.auto_hint": "فقط أثناء فتح WhispAssist. عند حلول وقت بدء حدث تقويم مستورد، يبدأ التسجيل تلقائيًا (باستخدام إعداد الاحتفاظ الافتراضي أعلاه). لا شيء يعمل في الخلفية — يُسلَّح المؤقّت فقط أثناء تشغيل التطبيق. استورد الأحداث من الإعدادات → التقويم."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "রেকর্ডিং",
"nav.hardware": "হার্ডওয়্যার",
"nav.storage": "স্টোরেজ",
"nav.calendar": "ক্যালেন্ডার",
"nav.sync": "সিঙ্ক",
"nav.ai": "এআই",
"nav.mcp": "MCP সার্ভার",
"nav.privacy": "গোপনীয়তা",
"nav.about": "সম্পর্কে",
"nav.language": "ভাষা",
"settings.language.title": "ভাষা",
"settings.language.display": "প্রদর্শন ভাষা",
"settings.language.display_hint": "অ্যাপ ইন্টারফেসের ভাষা। একটি ভাষা যোগ করা একটি অনুবাদ ফাইল রাখার মতোই সহজ।",
"settings.transcription.title": "ট্রান্সক্রিপশন ভাষা",
"settings.transcription.label": "ভাষা",
"settings.transcription.auto": "স্বয়ংক্রিয়ভাবে শনাক্ত করুন",
"settings.transcription.applies_hint": "পরবর্তী রেকর্ডিংয়ে প্রযোজ্য। প্রকৃতপক্ষে ব্যবহৃত ভাষা পরে প্রতিটি মিটিংয়ে দেখানো হয়।",
"settings.transcription.english_only": "শুধু ইংরেজি",
"settings.transcription.model_english_only": "“{model}” শুধুমাত্র ইংরেজিতে।",
"settings.transcription.no_model": "কোনো মডেল নির্বাচিত নেই।",
"settings.transcription.switch_multilingual": "একটি ভাষা বেছে নিতে উপরে একটি বহুভাষিক মডেলে স্যুইচ করুন।",
"settings.hardware.title": "হার্ডওয়্যার",
"settings.hardware.active_backend": "সক্রিয় ব্যাকএন্ড",
"settings.hardware.model_meta": "· মডেল {size}",
"settings.hardware.preferred_backend": "পছন্দসই ব্যাকএন্ড",
"settings.hardware.auto_backend": "স্বয়ংক্রিয় (সেরা উপলব্ধ)",
"settings.hardware.not_available": "উপলব্ধ নয়",
"settings.hardware.fallback_hint": "নির্বাচিত ব্যাকএন্ড লোড না হলে স্বয়ংক্রিয়ভাবে ফলব্যাক করে (NPU → NVIDIA → AMD → Intel → CPU)।",
"settings.hardware.audio_devices": "অডিও ডিভাইস",
"settings.hardware.recording_device": "রেকর্ডিং ডিভাইস",
"settings.hardware.default_system_audio": "ডিফল্ট সিস্টেম অডিও",
"settings.hardware.recording_device_hint": "WhispAssist এই ডিভাইসটি যা বাজায় তা রেকর্ড করে (লুপব্যাক) — কলের অপর প্রান্ত। আপনি যদি চান না এটি Windows-এর সিস্টেম ডিফল্ট অনুসরণ করুক, তবে একটি নির্দিষ্ট আউটপুট বেছে নিন।",
"settings.hardware.microphone": "মাইক্রোফোন",
"settings.hardware.mic_off": "বন্ধ — আমার মাইক্রোফোন ক্যাপচার করবেন না",
"settings.hardware.default_mic": "ডিফল্ট মাইক্রোফোন",
"settings.hardware.mic_hint": "লাইভ ট্রান্সক্রিপ্টে আপনার নিজের কণ্ঠস্বর যোগ করে যাতে মিটিংয়ের উভয় পক্ষ ক্যাপচার হয়। আপনার ডিভাইসে থাকে — কিছুই আপলোড হয় না। শুধু উপরের সিস্টেম অডিও ট্রান্সক্রাইব করতে “বন্ধ” বেছে নিন।",
"settings.hardware.npu_detected": "NPU অ্যাক্সিলারেটর শনাক্ত হয়েছে",
"settings.hardware.ready": "প্রস্তুত",
"settings.hardware.downloading": "ডাউনলোড হচ্ছে…",
"settings.hardware.package_needed": "প্যাকেজ প্রয়োজন",
"settings.hardware.npu_hint": "আপনার NPU-এর একটি এককালীন অ্যাক্সিলারেশন প্যাকেজ (Whisper ONNX মডেল{extra}) প্রয়োজন। এটি পটভূমিতে ডাউনলোড হয়; আপনি এখনই এটি শুরুও করতে পারেন।",
"settings.hardware.plus_openvino": " + OpenVINO রানটাইম",
"settings.hardware.download_npu": "NPU প্যাকেজ ডাউনলোড করুন",
"settings.hardware.dml_title": "GPU অ্যাক্সিলারেশন (DirectML)",
"settings.hardware.dml_hint": "আপনার GPU Vulkan ছাড়াই DirectML-এর মাধ্যমে অ্যাক্সিলারেট করা যায় — একটি এককালীন প্যাকেজ (Whisper ONNX মডেল{extra})।",
"settings.hardware.plus_directml": " + DirectML রানটাইম",
"settings.hardware.download_dml": "DirectML প্যাকেজ ডাউনলোড করুন",
"settings.hardware.detection_unavailable": "হার্ডওয়্যার শনাক্তকরণ উপলব্ধ নয়।",
"settings.hardware.low_overhead": "কম ওভারহেড প্রিসেট",
"settings.hardware.low_overhead_note": "CPU + সবচেয়ে ছোট মডেল, ব্যাটারি/পটভূমি ব্যবহারের জন্য",
"settings.hardware.models": "মডেল",
"settings.hardware.downloading_model": "{name} ডাউনলোড হচ্ছে",
"settings.hardware.active_badge": "সক্রিয়",
"settings.hardware.installed": "ইনস্টল করা হয়েছে",
"settings.hardware.use": "ব্যবহার করুন",
"settings.hardware.remove": "সরান",
"settings.hardware.cant_remove_active": "সক্রিয় মডেল সরানো যায় না",
"settings.hardware.download": "ডাউনলোড করুন",
"settings.hardware.diarization": "বক্তা ডায়ারাইজেশন",
"settings.hardware.diarization_hint": "উভয় মডেল ইনস্টল করুন যাতে সম্পূর্ণ রেকর্ডিং একটি চলমান ট্রান্সক্রিপ্টের পরিবর্তে বক্তা অনুযায়ী (বক্তা ১, বক্তা ২, …) আলাদা হয়। সম্পূর্ণ অফলাইনে চলে, থামার পর প্রতি মিটিংয়ে একবার। এগুলি ছাড়া, প্রতিটি লাইন একক বক্তাকে দেওয়া হয়।",
"settings.storage.title": "স্টোরেজ",
"settings.storage.location_label": "অবস্থান",
"settings.storage.location_hint": "স্টোরেজ অবস্থান পরিবর্তন এখনও সমর্থিত নয় — বর্তমানে মিটিং, মডেল এবং ডেটাবেস এখানেই থাকে।",
"settings.storage.retention_title": "ধারণ",
"settings.storage.retention_hint": "একটি সীমার বাইরে থাকা সবচেয়ে পুরনো মিটিং স্বয়ংক্রিয়ভাবে মুছে ফেলে। স্টার্টআপে একবার পরীক্ষা করা হয়; খালি মানে কোনো সীমা নেই। বর্তমানে রেকর্ড হচ্ছে এমন মিটিং কখনও স্পর্শ করে না।",
"settings.storage.max_age": "সর্বোচ্চ বয়স (দিন)",
"settings.storage.max_size": "সর্বোচ্চ আকার (GB)",
"settings.storage.no_limit": "কোনো সীমা নেই",
"settings.storage.export_import_title": "রপ্তানি ও আমদানি",
"settings.storage.export_hint_1": "রেকর্ডিংকে বহনযোগ্য বান্ডল ফোল্ডার হিসেবে কম্পিউটারের মধ্যে সরান (অডিও, ট্রান্সক্রিপ্ট, নোট, সারাংশ এবং একটি",
"settings.storage.export_hint_2": "ম্যানিফেস্ট)। যেকোনো ফোল্ডারে রপ্তানি করুন — একটি সিঙ্ক করা ড্রাইভ, একটি USB স্টিক, বা কোনো সিঙ্ক লক্ষ্যের স্থানীয় মাউন্টে — তারপর অন্য মেশিনে এটি আমদানি করুন। আমদানি করা মিটিং একটি নতুন id পায়, তাই পুনরায় আমদানি কখনও কিছু ওভাররাইট করে না।",
"settings.storage.export_dialog_title": "সব মিটিং এতে রপ্তানি করুন…",
"settings.storage.import_dialog_title": "একটি বান্ডল (বা বান্ডলের একটি ফোল্ডার) আমদানি করুন…",
"settings.storage.exporting": "রপ্তানি হচ্ছে…",
"settings.storage.export_all": "সব মিটিং রপ্তানি করুন…",
"settings.storage.importing": "আমদানি হচ্ছে…",
"settings.storage.import_all": "মিটিং আমদানি করুন…",
"settings.storage.exported_one": "{n}টি মিটিং রপ্তানি করা হয়েছে।",
"settings.storage.exported_many": "{n}টি মিটিং রপ্তানি করা হয়েছে।",
"settings.storage.imported_one": "{n}টি মিটিং আমদানি করা হয়েছে।",
"settings.storage.imported_many": "{n}টি মিটিং আমদানি করা হয়েছে।",
"settings.calendar.title": "ক্যালেন্ডার ও Outlook .pst",
"settings.calendar.intro_1": "একটি স্থানীয় Outlook ব্যাকআপ থেকে ইভেন্ট ও অংশগ্রহণকারীদের আমদানি করুন",
"settings.calendar.intro_2": "— শুধু পড়া, ফাইলে কিছু ফিরে লেখা হয় না। এই ডিভাইস থেকে কিছুই বেরোয় না।",
"settings.calendar.pst_file": ".pst ফাইল",
"settings.calendar.no_file": "কোনো ফাইল নির্বাচিত নেই",
"settings.calendar.browse": "ব্রাউজ করুন…",
"settings.calendar.password": "পাসওয়ার্ড",
"settings.calendar.password_note": "খুব কমই প্রয়োজন",
"settings.calendar.optional": "ঐচ্ছিক",
"settings.calendar.import_range": "আমদানি পরিসর",
"settings.calendar.range_30": "গত ৩০ দিন",
"settings.calendar.range_90": "গত ৯০ দিন",
"settings.calendar.range_180": "গত ৬ মাস",
"settings.calendar.range_365": "গত ১ বছর",
"settings.calendar.range_all": "সব সময়",
"settings.calendar.range_hint": "একটি দীর্ঘস্থায়ী মেইলবক্সে বছরের পর বছর পুনরাবৃত্ত/ছুটির এন্ট্রি থাকতে পারে — পরিসর সংকীর্ণ করলে আমদানি করা ক্যালেন্ডার প্রকৃতপক্ষে প্রাসঙ্গিক বিষয়েই সীমাবদ্ধ থাকে। এটি এই আমদানি বোতাম এবং চালুর সময় স্বয়ংক্রিয় পুনরায় আমদানি উভয়ে প্রযোজ্য।",
"settings.calendar.importing": "আমদানি হচ্ছে…",
"settings.calendar.import": "আমদানি করুন",
"settings.calendar.import_progress": "{processed}/{total} ইভেন্ট",
"settings.calendar.auto_reimport": "চালুর সময় এই ফাইলটি স্বয়ংক্রিয়ভাবে পুনরায় আমদানি করুন",
"settings.calendar.auto_reimport_hint": "স্টার্টআপে একবার চলে, টাইমারে নয় — পুনরায় আমদানি নিরাপদে পুনরাবৃত্তি করা যায় (বিদ্যমান ইভেন্ট মিলিয়ে আপডেট করা হয়, ডুপ্লিকেট হয় না)।",
"settings.calendar.import_failed": "আমদানি ব্যর্থ: {error} — ফাইলটি নিজে অক্ষত থাকে; পথ পরীক্ষা করে আবার চেষ্টা করুন।",
"settings.calendar.cleanup_title": "পরিষ্কার করুন",
"settings.calendar.cleanup_hint": "কোনো রেকর্ড করা মিটিংয়ের সাথে ইতিমধ্যে সংযুক্ত ইভেন্ট সবসময় রাখা হয়, নিচে যেকোনো বিকল্প বেছে নিলেও।",
"settings.calendar.cleanup_30": "৩০ দিনের চেয়ে পুরনো",
"settings.calendar.cleanup_90": "৯০ দিনের চেয়ে পুরনো",
"settings.calendar.cleanup_180": "৬ মাসের চেয়ে পুরনো",
"settings.calendar.cleanup_365": "১ বছরের চেয়ে পুরনো",
"settings.calendar.cleanup_all": "সব মুছুন",
"settings.calendar.cleaning": "পরিষ্কার করা হচ্ছে…",
"settings.calendar.cleanup_btn": "ক্যালেন্ডার পরিষ্কার করুন",
"settings.calendar.cleanup_result": "{deleted}{extra} মোছা হয়েছে।",
"settings.calendar.cleanup_kept": ", {n}টি রাখা হয়েছে (একটি মিটিংয়ের সাথে সংযুক্ত)",
"settings.calendar.cleanup_failed": "পরিষ্কার করা ব্যর্থ: {error}",
"settings.calendar.imported_events": "আমদানি করা ইভেন্ট",
"settings.calendar.no_events": "এখনও কোনো ইভেন্ট আমদানি করা হয়নি।",
"settings.calendar.search_title": "শিরোনাম অনুসন্ধান করুন",
"settings.calendar.search_placeholder": "মিটিংয়ের নাম…",
"settings.calendar.date_label": "তারিখ",
"settings.calendar.events_count": "{total}টির মধ্যে {shown}টি ইভেন্ট",
"settings.calendar.untitled": "(শিরোনামহীন)",
"settings.dialog_title": "সেটিংস",
"settings.close": "বন্ধ করুন",
"settings.close_title": "বন্ধ করুন (Esc)",
"settings.sync.stub": "প্রিভিউ মোড — সিঙ্ক ব্যাকএন্ড এখনও বাস্তবায়িত হয়নি (পর্যায় ৯)। পরিবর্তনগুলি শুধু ইন্টারফেসে রাখা হয়।",
"settings.sync.title": "সিঙ্ক ও আপলোড",
"settings.sync.enable_label": "কনফিগার করা লক্ষ্যে মিটিং আর্টিফ্যাক্ট আপলোড সক্ষম করুন",
"settings.sync.enable_hint": "ডিফল্টভাবে বন্ধ। এটি চালু না থাকলে এবং একটি লক্ষ্য সক্ষম না থাকলে কিছুই আপলোড হয় না। স্ব-হোস্ট করা লক্ষ্য ডেটা আপনার নিজের সার্ভারে রাখে; তৃতীয়-পক্ষের ক্লাউড স্পষ্টভাবে চিহ্নিত।",
"settings.sync.targets_title": "লক্ষ্য",
"settings.sync.no_targets": "এখনও কোনো লক্ষ্য নেই। নিচে একটি যোগ করুন।",
"settings.sync.third_party": "তৃতীয়-পক্ষ",
"settings.sync.your_server": "আপনার সার্ভার",
"settings.sync.edit": "সম্পাদনা করুন",
"settings.sync.remove": "সরান",
"settings.sync.edit_target": "লক্ষ্য সম্পাদনা করুন",
"settings.sync.add_target": "একটি লক্ষ্য যোগ করুন",
"settings.sync.webdav_hint": "WebDAV Nextcloud, ownCloud, Cloudreve, Seafile এবং Synology কভার করে। (Seafile: সার্ভার-সাইডে SeafDAV সক্ষম করুন।)",
"settings.sync.name": "নাম",
"settings.sync.name_placeholder": "হোম Nextcloud",
"settings.sync.provider": "প্রদানকারী",
"settings.sync.server_url": "সার্ভার URL",
"settings.sync.server_url_note_1": "শুধু আপনার সার্ভার URL — WhispAssist স্বয়ংক্রিয়ভাবে",
"settings.sync.server_url_note_2": "যোগ করে।",
"settings.sync.remote_folder": "দূরবর্তী ফোল্ডার",
"settings.sync.username": "ব্যবহারকারীর নাম",
"settings.sync.app_password": "অ্যাপ পাসওয়ার্ড",
"settings.sync.pw_keep": "বর্তমান পাসওয়ার্ড রাখতে খালি রাখুন",
"settings.sync.pw_store": "OS ক্রেডেনশিয়াল স্টোরে সংরক্ষিত",
"settings.sync.upload_legend": "আপলোড",
"settings.sync.artifact_transcript": "ট্রান্সক্রিপ্ট",
"settings.sync.artifact_notes": "নোট",
"settings.sync.artifact_summary": "সারাংশ",
"settings.sync.artifact_recording": "রেকর্ডিং (.wav, যদি রাখা হয়)",
"settings.sync.allow_plaintext": "একটি LAN ঠিকানার জন্য প্লেইনটেক্সট http অনুমতি দিন (প্রস্তাবিত নয়)",
"settings.sync.encrypt_before": "আপলোডের আগে এনক্রিপ্ট করুন (গন্তব্য শুধু সাইফারটেক্সট সংরক্ষণ করে)",
"settings.sync.requires_vault": "— একটি আনলক করা ভল্ট প্রয়োজন",
"settings.sync.test_connection": "সংযোগ পরীক্ষা করুন",
"settings.sync.save_changes": "পরিবর্তন সংরক্ষণ করুন",
"settings.sync.add_target_btn": "লক্ষ্য যোগ করুন",
"settings.sync.cancel": "বাতিল করুন",
"settings.sync.third_party_banner": "{kind} একটি তৃতীয়-পক্ষের ক্লাউড — আপলোড করলে আপনার ডেটা আপনার ডিভাইসের বাইরে {kind}-এ পাঠানো হয়।",
"settings.sync.link_account": "{kind} অ্যাকাউন্ট লিঙ্ক করুন…",
"settings.sync.oauth_hint": "একটি OAuth সাইন-ইন খোলে (লুপব্যাক রিডাইরেক্ট); টোকেন আপনার OS ক্রেডেনশিয়াল স্টোরে সংরক্ষিত হয়।",
"settings.sync.footnote": "ক্রেডেনশিয়াল কখনও সেটিংস বা ডেটাবেসে লেখা হয় না — শুধু OS ক্রেডেনশিয়াল স্টোরে। LAN-বহির্ভূত লক্ষ্যের জন্য TLS প্রয়োজন।",
"settings.ai.title": "এআই সারাংশ প্রদানকারী",
"settings.ai.intro_1": "সারাংশ ডিফল্টভাবে একটি স্থানীয় LLM-এ চলে। এটিকে এই PC বা আপনার LAN-এর অন্য একটি মেশিনে Ollama-এর দিকে নির্দেশ করুন (যেমন",
"settings.ai.intro_2": "— উভয়ই স্থানীয় হিসেবে গণ্য হয়, তাই আপনার নেটওয়ার্ক থেকে কিছুই বেরোয় না। হোস্ট করা প্রদানকারী (Anthropic) ঐচ্ছিক, ডিফল্টভাবে বন্ধ, এবং আপনি একটি চালু করামাত্র ট্রান্সক্রিপ্ট একটি তৃতীয় পক্ষে পাঠায়।",
"settings.ai.provider": "প্রদানকারী",
"settings.ai.off": "বন্ধ",
"settings.ai.provider_ollama": "Ollama (স্থানীয় / LAN)",
"settings.ai.provider_custom": "কাস্টম (OpenAI-সামঞ্জস্যপূর্ণ)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — হোস্ট করা, এই ডিভাইস ছেড়ে যায়",
"settings.ai.endpoint": "এন্ডপয়েন্ট",
"settings.ai.model": "মডেল",
"settings.ai.api_key": "API কী",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (ইতিমধ্যে সেট — রাখতে খালি রাখুন)",
"settings.ai.show_api_key": "API কী দেখান",
"settings.ai.hide_api_key": "API কী লুকান",
"settings.ai.anthropic_banner": "Anthropic একটি হোস্ট করা তৃতীয়-পক্ষের সেবা — আপনি সারাংশ তৈরি করলে এই মিটিংয়ের ট্রান্সক্রিপ্ট আপনার ডিভাইস ছেড়ে যায়।",
"settings.ai.endpoint_banner": "এই এন্ডপয়েন্টটি আপনার মেশিন বা LAN-এ নেই — আপনার ট্রান্সক্রিপ্ট আপনার নেটওয়ার্ক ছেড়ে যাবে।",
"settings.ai.saving": "সংরক্ষণ হচ্ছে…",
"settings.ai.save": "সংরক্ষণ করুন",
"settings.ai.test_connection": "সংযোগ পরীক্ষা করুন",
"settings.ai.this_hosted_provider": "এই হোস্ট করা প্রদানকারী",
"settings.ai.reachable": "পৌঁছানো যায়",
"settings.ai.unreachable": "পৌঁছানো যায় না",
"settings.ai.model_count_one": "· {n}টি মডেল",
"settings.ai.model_count_many": "· {n}টি মডেল",
"settings.ai.on_lan": "· আপনার মেশিন / LAN-এ",
"settings.ai.leaves_network": "· আপনার নেটওয়ার্ক ছেড়ে যায়",
"settings.ai.advanced_title": "উন্নত Ollama কনফিগারেশন",
"settings.ai.changed": "{n}টি পরিবর্তিত",
"settings.ai.reset_all": "সব ডিফল্টে রিসেট করুন",
"settings.ai.system_prompt": "সিস্টেম প্রম্পট",
"settings.ai.system_prompt_placeholder": "যেমন আপনি একজন সংক্ষিপ্ত মিটিং সারাংশকারী।",
"settings.ai.system_prompt_hint": "WhispAssist-এর প্রয়োজনীয় আউটপুট বিন্যাসের আগে যোগ করা হয়, যাতে আপনার নির্দেশনা সারাংশ/অ্যাকশন-আইটেম পার্সিং ভাঙতে না পারে।",
"settings.ai.think": "চিন্তা করুন",
"settings.ai.think_help": "যুক্তি প্রচেষ্টা (শুধু যুক্তি মডেল)।",
"settings.ai.keep_alive": "সক্রিয় রাখুন",
"settings.ai.keep_alive_help": "মডেল কতক্ষণ RAM-এ থাকে। যেমন 5m, 1h, 0 (আনলোড), -1 (চিরকাল)।",
"settings.ai.runtime_hardware": "রানটাইম ও হার্ডওয়্যার",
"settings.ai.rarely_needed": "— খুব কমই প্রয়োজন",
"settings.ai.save_advanced": "উন্নত সংরক্ষণ করুন",
"settings.ai.saved": "সংরক্ষিত",
"settings.ai.turn_off": "বন্ধ করুন",
"settings.ai.default_value": "ডিফল্ট {value}।",
"settings.ai.reset_default": "ডিফল্টে রিসেট করুন",
"settings.ai.reset_field": "{name} রিসেট করুন",
"settings.mcp.title": "MCP সার্ভার",
"settings.mcp.banner_1": "এটি আপনার নিজের কোডিং এজেন্টকে (Claude Code, Codex, Copilot, OpenCode, …) আপনার স্থানীয় মেশিনে মিটিং প্রসঙ্গ টানতে দেয়। সংযুক্ত হওয়ার পর,",
"settings.mcp.banner_agent": "সেই এজেন্ট",
"settings.mcp.banner_2": "যা পড়ে তা তার নিজস্ব মডেল প্রদানকারীর ক্লাউডে ফরোয়ার্ড করতে পারে — WhispAssist-এর নিয়ন্ত্রণের বাইরে। WhispAssist নিজে কখনও এই ডেটা কোথাও পাঠায় না; সার্ভার শুধু এই ডিভাইসে শোনে (",
"settings.mcp.banner_3": ") এবং প্রতিটি রিড নিচে লগ করা হয়।",
"settings.mcp.enable": "MCP সার্ভার সক্ষম করুন",
"settings.mcp.enable_hint": "ডিফল্টভাবে বন্ধ। শুধু লুপব্যাক, টোকেন-সুরক্ষিত — নেটওয়ার্ক থেকে কিছুই পৌঁছানো যায় না।",
"settings.mcp.transport": "ট্রান্সপোর্ট",
"settings.mcp.transport_http": "স্ট্রিমিং HTTP",
"settings.mcp.transport_stdio": "stdio (এজেন্ট একটি প্রক্রিয়া তৈরি করে)",
"settings.mcp.port": "পোর্ট",
"settings.mcp.transport_change_hint": "ট্রান্সপোর্ট/পোর্ট পরিবর্তন করতে, প্রথমে সার্ভার বন্ধ করুন, তারপর আবার চালু করুন।",
"settings.mcp.scope_title": "পরিধি",
"settings.mcp.expose": "উন্মুক্ত করুন",
"settings.mcp.scope_none": "কিছু নয় — কিছুই ভাগ করা হয় না",
"settings.mcp.scope_selected": "নির্বাচিত — শুধু সেই ফিচার ব্রিফ যা আপনি ভাগ করা হিসেবে চিহ্নিত করেছেন",
"settings.mcp.scope_all": "সব — মিটিং, ট্রান্সক্রিপ্ট, অ্যাকশন-আইটেম এবং ভাগ করা ব্রিফ",
"settings.mcp.expose_recordings": "সংরক্ষিত রেকর্ডিং সহ মিটিংও অনুমতি দিন (ডিফল্টভাবে বন্ধ — এটি চালু না হওয়া পর্যন্ত একটি রেকর্ড করা মিটিংয়ের ট্রান্সক্রিপ্ট “সব” পরিধিতেও আটকে রাখা হয়)",
"settings.mcp.token_title": "নতুন প্রমাণীকরণ টোকেন — একবার দেখানো হয়, এখনই এটি কপি করুন",
"settings.mcp.token_hint": "এটি আর দেখানো হবে না। এটি আপনার OS ক্রেডেনশিয়াল স্টোরে সংরক্ষিত; আপনি হারালে, একটি নতুন তৈরি করতে সার্ভার বন্ধ করে আবার চালু করুন।",
"settings.mcp.copied": "কপি করা হয়েছে",
"settings.mcp.copy": "কপি করুন",
"settings.mcp.endpoint": "এন্ডপয়েন্ট",
"settings.mcp.endpoint_hint": "আপনার এজেন্টের MCP ক্লায়েন্ট কনফিগারেশন {kind}-এর দিকে নির্দেশ করুন, উপরের টোকেনটিকে bearer ক্রেডেনশিয়াল হিসেবে ব্যবহার করে।",
"settings.mcp.kind_command": "কমান্ড",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "অ্যাক্সেস লগ",
"settings.mcp.access_log_hint": "একজন এজেন্টের করা প্রতিটি টুল রিড, অনুমোদিত বা প্রত্যাখ্যাত (FR-MCP-5)।",
"settings.mcp.no_reads": "এখনও কোনো এজেন্ট কিছু পড়েনি।",
"settings.mcp.log_meeting": "মিটিং {id}",
"settings.mcp.refresh": "রিফ্রেশ করুন",
"settings.privacy.title": "গোপনীয়তা",
"settings.privacy.intro": "WhispAssist-কে এখন প্রকৃতপক্ষে এই ডিভাইস থেকে বাইরে কী পাঠানোর অনুমতি আছে। সব বন্ধ থাকলে (ডিফল্ট), ডিভাইস থেকে কিছুই বেরোয় না।",
"settings.privacy.llm_endpoint": "LLM এন্ডপয়েন্ট",
"settings.privacy.off": "বন্ধ",
"settings.privacy.local_only": "শুধু স্থানীয়",
"settings.privacy.leaves_device": "এই ডিভাইস ছেড়ে যায়",
"settings.privacy.sync_label": "সিঙ্ক",
"settings.privacy.enabled": "সক্ষম",
"settings.privacy.mcp_label": "MCP সার্ভার",
"settings.privacy.mcp_on": "চালু · {scope}",
"settings.privacy.mcp_loopback_note": "শুধু লুপব্যাকে ইনবাউন্ড — এটি উপরের আউটগোয়িং তালিকায় কিছু যোগ করে না। একটি সংযুক্ত এজেন্ট এখনও যা পড়ে তা তার নিজস্ব মডেল প্রদানকারীকে ফরোয়ার্ড করতে পারে; MCP সার্ভার ট্যাব দেখুন।",
"settings.privacy.egress_title": "আউটগোয়িং অনুমতি তালিকা",
"settings.privacy.no_egress": "কোনো হোস্ট অনুমতি তালিকায় নেই — WA কোনো কনটেন্ট আউটগোয়িং করে না।",
"settings.privacy.sync_targets_title": "সিঙ্ক লক্ষ্য",
"settings.privacy.third_party": "তৃতীয়-পক্ষ",
"settings.privacy.your_server": "আপনার সার্ভার",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "কোনো TLS নেই",
"settings.privacy.refresh": "রিফ্রেশ করুন",
"settings.privacy.unavailable": "গোপনীয়তা স্ব-পরীক্ষা উপলব্ধ নয়।",
"settings.privacy.vault_title": "এনক্রিপশন ভল্ট",
"settings.privacy.vault_intro": "একটি পাসওয়ার্ড দিয়ে নোট, ট্রান্সক্রিপ্ট এবং সারাংশ বিশ্রামাবস্থায় এনক্রিপ্ট করুন। (অডিও ফাইল এখনও এনক্রিপ্ট করা হয় না।)",
"settings.privacy.vault_password": "ভল্ট পাসওয়ার্ড",
"settings.privacy.enable_vault": "ভল্ট সক্ষম করুন",
"settings.privacy.vault_pw_hint": "কমপক্ষে ৮টি অক্ষর ব্যবহার করুন। ভুলে গেলে, এনক্রিপ্ট করা কনটেন্ট পুনরুদ্ধার করা যায় না।",
"settings.privacy.vault_locked_1": "ভল্ট ",
"settings.privacy.locked_word": "লক করা",
"settings.privacy.vault_locked_2": "। এনক্রিপ্ট করা মিটিং পড়তে আনলক করুন।",
"settings.privacy.password": "পাসওয়ার্ড",
"settings.privacy.unlock": "আনলক করুন",
"settings.privacy.vault_unlocked_1": "ভল্ট ",
"settings.privacy.unlocked_word": "আনলক করা",
"settings.privacy.vault_unlocked_2": "। নতুন নোট, ট্রান্সক্রিপ্ট এবং সারাংশ বিশ্রামাবস্থায় এনক্রিপ্ট করা হয়।",
"settings.privacy.lock_now": "এখনই লক করুন",
"settings.privacy.change_password": "পাসওয়ার্ড পরিবর্তন করুন",
"settings.privacy.current_password": "বর্তমান পাসওয়ার্ড",
"settings.privacy.new_password": "নতুন পাসওয়ার্ড",
"settings.about.title": "সম্পর্কে",
"settings.about.tagline": "একটি সম্পূর্ণ স্থানীয়, ওপেন-সোর্স, Windows-নেটিভ মিটিং সহকারী।",
"settings.about.build_commit": "বিল্ড কমিট",
"consent.heading": "রেকর্ড করার আগে",
"consent.body": "অংশগ্রহণকারীদের সম্মতি ছাড়া কথোপকথন রেকর্ড করা আপনার অঞ্চলে বেআইনি হতে পারে। আপনার স্থানীয় রেকর্ডিং আইন পরীক্ষা করুন। এটি একটি সতর্কতা, আইনি পরামর্শ নয়।",
"consent.accept": "আমি বুঝেছি — রেকর্ডিং সক্ষম করুন",
"consent.cancel": "বাতিল করুন",
"hosted.heading": "{provider} ব্যবহারের আগে",
"hosted.body_1": "দিয়ে তৈরি করা",
"hosted.body_2": "এই মিটিংয়ের ট্রান্সক্রিপ্ট তাদের সার্ভারে পাঠায় — এটি এই ডিভাইস ছেড়ে যায় এবং তাদের গোপনীয়তা নীতির অধীন। ডেটা আপনার ডিভাইস ছাড়ার পর WhispAssist-এর ডেটা হ্যান্ডলিংয়ের উপর কোনো নিয়ন্ত্রণ নেই। এটি ডিফল্টভাবে বন্ধ; আপনি এখন এটি বেছে নিচ্ছেন।",
"hosted.accept": "আমি বুঝেছি — চালিয়ে যান",
"hosted.cancel": "বাতিল করুন",
"theme.group": "থিম",
"theme.system": "সিস্টেমের সাথে মেলান",
"theme.light": "হালকা",
"theme.dark": "গাঢ়",
"import.dialog_label": "একটি ফাইল বা URL থেকে মিটিং যোগ করুন",
"import.title": "মিটিং যোগ করুন",
"import.close": "বন্ধ করুন",
"import.close_title": "বন্ধ করুন (Esc)",
"import.body": "একটি বিদ্যমান রেকর্ডিং আমদানি করুন — একটি স্থানীয় অডিও/ভিডিও ফাইল, বা একটি লিঙ্ক (YouTube, একটি স্ট্রিমিং পৃষ্ঠা, বা একটি সরাসরি মিডিয়া URL)। এটি লাইভ রেকর্ডিংয়ের মতোই ট্রান্সক্রাইব ও ডায়ারাইজ করা হয়।",
"import.file_or_url": "ফাইল বা URL",
"import.source_placeholder": "একটি URL পেস্ট করুন, বা একটি ফাইলের জন্য ব্রাউজ করুন…",
"import.choose_file": "একটি স্থানীয় ফাইল বেছে নিন",
"import.browse": "ব্রাউজ করুন…",
"import.title_label": "শিরোনাম",
"import.optional": "ঐচ্ছিক",
"import.title_placeholder": "ডিফল্টভাবে ফাইলের নাম",
"import.filter_av": "অডিও / ভিডিও",
"import.requires_1": "প্রয়োজন",
"import.requires_2": "ইনস্টল করা এবং আপনার PATH-এ (সাথে",
"import.requires_3": "URL-এর জন্য)। WhispAssist এগুলি বান্ডল করে না।",
"import.importing": "আমদানি হচ্ছে… এতে কিছু সময় লাগতে পারে",
"import.import": "আমদানি করুন",
"import.cancel": "বাতিল করুন",
"tagchip.filter": "“{tag}” ট্যাগযুক্ত মিটিং ফিল্টার করুন",
"tagchip.remove": "ট্যাগ {tag} সরান",
"levelmeter.system_mic": "সিস্টেম ও মাইক্রোফোন ইনপুট স্তর",
"levelmeter.system": "সিস্টেম ইনপুট স্তর",
"app.tagline": "স্থানীয় · ব্যক্তিগত",
"app.note_template": "নোট টেমপ্লেট",
"app.no_template": "কোনো টেমপ্লেট নেই",
"app.add_meeting": "মিটিং যোগ করুন",
"app.add_meeting_title": "একটি ফাইল বা URL থেকে মিটিং যোগ করুন",
"app.record": "রেকর্ড করুন",
"app.record_title": "রেকর্ডিং শুরু করুন (Ctrl+Shift+R)",
"app.stop": "থামান",
"app.stop_title": "রেকর্ডিং থামান (Ctrl+Shift+R)",
"app.cancel": "বাতিল করুন",
"app.cancel_title": "এই রেকর্ডিং বাতিল করে মুছুন",
"app.recording": "রেকর্ড হচ্ছে…",
"app.backend_title": "সক্রিয় ট্রান্সক্রিপশন ব্যাকএন্ড",
"app.retention_title": "এই মিটিংয়ের জন্য অডিও .wav হিসেবে সংরক্ষণ করুন",
"app.saving": "সংরক্ষণ হচ্ছে",
"app.not_saved": "সংরক্ষিত নয়",
"app.reconnecting": "অডিও ডিভাইস পুনরায় সংযুক্ত হচ্ছে…",
"app.settings": "সেটিংস",
"app.settings_title": "সেটিংস (Ctrl+,)",
"app.discard_confirm": "এই রেকর্ডিং বাতিল করবেন? এর অডিও ও ট্রান্সক্রিপ্ট মুছে ফেলা হবে।",
"app.announce_started": "রেকর্ডিং শুরু হয়েছে",
"app.announce_paused": "রেকর্ডিং বিরতি দেওয়া হয়েছে",
"app.announce_stopped": "রেকর্ডিং থামানো হয়েছে",
"app.consent_dialog": "রেকর্ডিং সম্মতি",
"app.vault_dialog": "এনক্রিপশন ভল্ট আনলক করুন",
"app.vault_title": "এনক্রিপশন ভল্ট আনলক করুন",
"app.vault_desc": "আপনার মিটিং বিশ্রামাবস্থায় এনক্রিপ্ট করা। সেগুলি পড়তে আপনার পাসওয়ার্ড দিন।",
"app.vault_password": "ভল্ট পাসওয়ার্ড",
"app.vault_incorrect": "ভুল পাসওয়ার্ড",
"app.unlock": "আনলক করুন",
"app.continue_locked": "লক অবস্থায় চালিয়ে যান",
"app.show_meetings": "মিটিং তালিকা দেখান",
"app.hide_meetings": "মিটিং তালিকা লুকান",
"app.show_summary": "সারাংশ প্যানেল দেখান",
"app.hide_summary": "সারাংশ প্যানেল লুকান",
"app.resize_meetings": "মিটিং তালিকার আকার পরিবর্তন করুন",
"app.resize_summary": "সারাংশ প্যানেলের আকার পরিবর্তন করুন",
"meetings.search_placeholder": "মিটিং অনুসন্ধান করুন…",
"meetings.search_aria": "মিটিং অনুসন্ধান করুন",
"meetings.filter_tag_aria": "ট্যাগ অনুসারে ফিল্টার করুন",
"meetings.all_tags": "সব ট্যাগ",
"meetings.from_date_aria": "তারিখ থেকে",
"meetings.to_date_aria": "তারিখ পর্যন্ত",
"meetings.bulk_format_aria": "বাল্ক রপ্তানি বিন্যাস",
"meetings.bulk_export": "বাল্ক রপ্তানি",
"meetings.bulk_export_title": "উপরের ট্যাগ/তারিখ ফিল্টারের সাথে মিলে যাওয়া প্রতিটি মিটিং রপ্তানি করুন",
"meetings.exporting": "রপ্তানি হচ্ছে…",
"meetings.exported_one": "{n}টি মিটিং রপ্তানি করা হয়েছে।",
"meetings.exported_many": "{n}টি মিটিং রপ্তানি করা হয়েছে।",
"meetings.searching": "অনুসন্ধান হচ্ছে…",
"meetings.loading": "মিটিং লোড হচ্ছে…",
"meetings.no_matches": "কোনো মিল নেই।",
"meetings.empty": "এখনও কোনো মিটিং নেই — শুরু করতে উপরে রেকর্ড ক্লিক করুন।",
"meetings.status.recording": "রেকর্ড হচ্ছে",
"meetings.status.transcribing": "ট্রান্সক্রাইব হচ্ছে",
"meetings.status.recovering": "পুনরুদ্ধার হচ্ছে",
"meetings.status.error": "ত্রুটি",
"meetings.resume": "ট্রান্সক্রিপশন পুনরায় শুরু করুন",
"meetings.delete_aria": "মিটিং মুছুন",
"meetings.delete_confirm": "এই মিটিং মুছবেন? এটি এর রেকর্ডিং, ট্রান্সক্রিপ্ট এবং নোট সরিয়ে ফেলে।",
"transcript.heading": "ট্রান্সক্রিপ্ট",
"transcript.title_aria": "মিটিং শিরোনাম",
"transcript.lang_title": "ট্রান্সক্রিপশন ভাষা",
"transcript.lang_auto": "শনাক্ত হচ্ছে…",
"transcript.show": "ট্রান্সক্রিপ্ট দেখান",
"transcript.hide": "ট্রান্সক্রিপ্ট লুকান",
"transcript.empty": "এই মিটিংয়ের জন্য কোনো ট্রান্সক্রিপ্ট নেই।",
"transcript.will_appear": "আপনি রেকর্ড করার সাথে সাথে ট্রান্সক্রিপ্ট এখানে দেখা যাবে।",
"transcript.play_from_here": "এখান থেকে চালান",
"transcript.resize": "ট্রান্সক্রিপ্ট ও নোটের আকার পরিবর্তন করুন",
"transcript.reprocess_placeholder": "এটি দিয়ে পুনরায় ট্রান্সক্রাইব করুন…",
"transcript.reprocess_lang_aria": "পুনঃপ্রক্রিয়াকরণ ভাষা",
"transcript.reprocess_keep_lang": "বর্তমান ভাষা রাখুন",
"transcript.reprocess_go": "চালান",
"transcript.retranscribing": "পুনরায় ট্রান্সক্রাইব হচ্ছে…",
"transcript.has_note": "একটি নোট আছে",
"transcript.note_placeholder": "এই মুহূর্তের জন্য একটি নোট যোগ করুন…",
"transcript.note_aria": "এই ট্রান্সক্রিপ্ট লাইনের জন্য নোট",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word নথি",
"transcript.filter_obsidian": "Obsidian নোট",
"notes.heading": "নোট",
"notes.show": "নোট দেখান",
"notes.hide": "নোট লুকান",
"notes.placeholder": "নোট…",
"notes.live_placeholder": "কথা বলার সময় নোট টাইপ করুন…",
"notes.toolbar_aria": "নোট বিন্যাস",
"notes.bold": "গাঢ়",
"notes.italic": "তির্যক",
"notes.h1": "শিরোনাম ১",
"notes.h2": "শিরোনাম ২",
"notes.bullet": "বুলেট তালিকা",
"notes.checkbox_title": "চেকবক্স",
"notes.checkbox_aria": "চেকবক্স তালিকা আইটেম",
"notes.edit_raw": "কাঁচা markdown সম্পাদনা করুন",
"notes.render": "markdown রেন্ডার করুন",
"notes.editor": "সম্পাদক",
"notes.preview": "প্রিভিউ",
"notes.export_md_title": "নোট .md হিসেবে রপ্তানি করুন",
"notes.export_pdf_title": "নোট .pdf হিসেবে রপ্তানি করুন",
"notes.export_docx_title": "নোট .docx হিসেবে রপ্তানি করুন",
"notes.export_bundle_title": "অডিও + ট্রান্সক্রিপ্ট + নোট একটি ফোল্ডারে রপ্তানি করুন",
"notes.export_obsidian_title": "একটি Obsidian নোট রপ্তানি করুন (নোট + সারাংশ + ট্রান্সক্রিপ্ট, কোনো অডিও নয়)",
"summary.recording_heading": "রেকর্ডিং",
"summary.loading_recording": "রেকর্ডিং লোড হচ্ছে…",
"summary.sync_heading": "সিঙ্ক",
"summary.uploading": "আপলোড হচ্ছে…",
"summary.upload_now": "এখন আপলোড করুন",
"summary.no_uploads": "এই মিটিংয়ের জন্য এখনও কোনো আপলোড নেই।",
"summary.retry": "আবার চেষ্টা করুন",
"summary.tags_heading": "ট্যাগ",
"summary.tags_select": "একটি মিটিং ট্যাগ করতে সেটি নির্বাচন করুন।",
"summary.tag_add_placeholder": "ট্যাগ যোগ করুন…",
"summary.tag_first_placeholder": "প্রকল্প, ক্লায়েন্ট, বিষয়…",
"summary.generating": "তৈরি হচ্ছে…",
"summary.generate_tags": "ট্যাগ তৈরি করুন",
"summary.saving": "সংরক্ষণ হচ্ছে…",
"summary.save_tags": "ট্যাগ সংরক্ষণ করুন",
"summary.summary_heading": "সারাংশ",
"summary.ai_provider": "এআই প্রদানকারী",
"summary.provider_off": "বন্ধ",
"summary.provider_custom": "কাস্টম",
"summary.local": "স্থানীয়",
"summary.leaves_device": "এই ডিভাইস ছেড়ে যায়",
"summary.this_hosted_provider": "এই হোস্ট করা প্রদানকারী",
"summary.select_generate": "একটি সারাংশ তৈরি করতে একটি মিটিং নির্বাচন করুন।",
"summary.decisions_heading": "সিদ্ধান্ত",
"summary.regenerate": "পুনরায় তৈরি করুন",
"summary.generated_hint": "মিটিংয়ের পর স্থানীয়ভাবে তৈরি (একটি স্থানীয় LLM প্রদানকারী প্রয়োজন)।",
"summary.no_provider": "কোনো এআই প্রদানকারী কনফিগার করা নেই — সেটিংসে একটি সক্ষম করুন।",
"summary.generate_summary": "সারাংশ তৈরি করুন",
"summary.briefs_heading": "ফিচার ব্রিফ",
"summary.briefs_select": "ফিচার ব্রিফ তৈরি বা দেখতে একটি মিটিং নির্বাচন করুন।",
"summary.briefs_desc": "এই মিটিংকে একটি এজেন্ট-প্রস্তুত স্পেসিফিকেশনে পরিশ্রুত করে (একটি স্থানীয় LLM প্রদানকারী প্রয়োজন) — এটি একটি কোডিং এজেন্টকে দিন, বা MCP সার্ভার চালু হলে এর মাধ্যমে পরিবেশন করুন।",
"summary.brief_repo_placeholder": "লক্ষ্য রেপো (ঐচ্ছিক), যেমন acme/reporting-web",
"summary.distilling": "পরিশ্রুত হচ্ছে…",
"summary.create_brief": "ফিচার ব্রিফ তৈরি করুন",
"summary.brief_mcp_title": "MCP সার্ভার চালু থাকলে উপলব্ধ",
"summary.copied": "কপি করা হয়েছে",
"summary.copy_md": "Markdown হিসেবে কপি করুন",
"summary.copy_json": "JSON হিসেবে কপি করুন",
"summary.brief_problem": "সমস্যা",
"summary.brief_outcome": "কাঙ্ক্ষিত ফলাফল",
"summary.brief_criteria": "গ্রহণযোগ্যতার মানদণ্ড",
"summary.brief_none": "কিছু ক্যাপচার করা হয়নি।",
"summary.brief_context": "প্রসঙ্গ",
"summary.action_items_heading": "অ্যাকশন-আইটেম",
"summary.ai_select": "এর অ্যাকশন-আইটেম দেখতে একটি মিটিং নির্বাচন করুন।",
"summary.ai_empty": "এখনও কোনোটি নেই — নিচে একটি যোগ করুন, বা সেগুলি স্বয়ংক্রিয়ভাবে বের করতে একটি সারাংশ তৈরি করুন।",
"summary.confirmed": "নিশ্চিত",
"summary.ai_text_placeholder": "অ্যাকশন-আইটেম…",
"summary.ai_text_aria": "অ্যাকশন-আইটেম টেক্সট",
"summary.owner": "মালিক",
"summary.due_date": "নির্ধারিত তারিখ",
"summary.reminder_title": "এই নির্ধারিত তারিখের জন্য একটি স্থানীয় অনুস্মারক নির্ধারণ করুন",
"summary.ai_delete_title": "এই অ্যাকশন-আইটেম মুছুন",
"summary.ai_delete_aria": "অ্যাকশন-আইটেম মুছুন",
"summary.add_action_item": "অ্যাকশন-আইটেম যোগ করুন",
"summary.save_action_items": "অ্যাকশন-আইটেম সংরক্ষণ করুন",
"summary.calendar_heading": "ক্যালেন্ডার ইভেন্ট",
"summary.cal_select": "একটি মিটিংকে ক্যালেন্ডার ইভেন্টের সাথে লিঙ্ক করতে সেটি নির্বাচন করুন।",
"summary.event_search_placeholder": "ইভেন্ট শিরোনাম অনুসন্ধান করুন…",
"summary.linked_event": "লিঙ্ক করা ইভেন্ট",
"summary.change_event": "ইভেন্ট পরিবর্তন করুন…",
"summary.link_event": "একটি ইভেন্ট লিঙ্ক করুন…",
"summary.untitled_event": "(শিরোনামহীন)",
"summary.no_events_1": "এখনও কোনো ইভেন্ট আমদানি করা হয়নি — একটি",
"summary.no_events_2": "সেটিংস → ক্যালেন্ডার থেকে আমদানি করুন।",
"summary.no_events_match": "এই অনুসন্ধান/তারিখের সাথে কোনো ইভেন্ট মেলে না — একটি সাফ করার চেষ্টা করুন।",
"summary.organizer_label": "আয়োজক: {name}",
"summary.participants_heading": "অংশগ্রহণকারী",
"summary.participants_hint": "লিঙ্ক করা ক্যালেন্ডার ইভেন্ট থেকে পূরণ করা হয়।",
"summary.speakers_heading": "বক্তা",
"summary.speakers_select": "এর বক্তাদের নাম দিতে একটি মিটিং নির্বাচন করুন।",
"summary.no_speakers": "এখনও কোনো বক্তা শনাক্ত হয়নি।",
"summary.speaker_name_placeholder": "বক্তার নাম",
"summary.save": "সংরক্ষণ করুন",
"summary.cancel": "বাতিল করুন",
"summary.name_speaker": "এই বক্তার নাম দিন…",
"summary.add_new_name": "+ নতুন নাম যোগ করুন…",
"settings.recording.title": "রেকর্ডিং",
"settings.recording.record_default": "ডিফল্টভাবে মিটিং রেকর্ড করুন",
"settings.recording.save_audio_as": "অডিও এই হিসেবে সংরক্ষণ করুন",
"settings.recording.default_hint": "ডিফল্টভাবে বন্ধ। বন্ধ থাকলে, অডিও শুধু ট্রান্সক্রিপ্ট তৈরিতে ব্যবহৃত হয় এবং মিটিং চূড়ান্ত হলে মুছে ফেলা হয়। আপনি প্রতি মিটিংয়ে রেকর্ডিং টগলও করতে পারেন।",
"settings.recording.consent_label": "সম্মতি: {status}।",
"settings.recording.consent_ack": "স্বীকৃত",
"settings.recording.consent_not": "এখনও স্বীকৃত নয়",
"settings.recording.auto_label": "কোনো ক্যালেন্ডার ইভেন্ট শুরু হলে স্বয়ংক্রিয়ভাবে রেকর্ডিং শুরু করুন",
"settings.recording.auto_hint": "শুধু WhispAssist খোলা থাকাকালীন। কোনো আমদানি করা ক্যালেন্ডার ইভেন্টের শুরুর সময় এলে, একটি রেকর্ডিং স্বয়ংক্রিয়ভাবে শুরু হয় (উপরের আপনার ডিফল্ট ধারণ সেটিং ব্যবহার করে)। পটভূমিতে কিছুই চলে না — টাইমার শুধু অ্যাপ চলাকালীন সক্রিয় থাকে। সেটিংস → ক্যালেন্ডার-এর অধীনে ইভেন্ট আমদানি করুন।"
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Aufnahme",
"nav.hardware": "Hardware",
"nav.storage": "Speicher",
"nav.calendar": "Kalender",
"nav.sync": "Synchronisierung",
"nav.ai": "KI",
"nav.mcp": "MCP-Server",
"nav.privacy": "Datenschutz",
"nav.about": "Über",
"nav.language": "Sprache",
"settings.language.title": "Sprache",
"settings.language.display": "Anzeigesprache",
"settings.language.display_hint": "Die Sprache der App-Oberfläche. Eine Sprache hinzuzufügen ist so einfach wie eine einzige Übersetzungsdatei abzulegen.",
"settings.transcription.title": "Transkriptionssprache",
"settings.transcription.label": "Sprache",
"settings.transcription.auto": "Automatisch erkennen",
"settings.transcription.applies_hint": "Gilt für die nächste Aufnahme. Die tatsächlich verwendete Sprache wird danach bei jedem Meeting angezeigt.",
"settings.transcription.english_only": "Nur Englisch",
"settings.transcription.model_english_only": "„{model}“ ist nur auf Englisch verfügbar.",
"settings.transcription.no_model": "Kein Modell ausgewählt.",
"settings.transcription.switch_multilingual": "Wechseln Sie oben zu einem mehrsprachigen Modell, um eine Sprache zu wählen.",
"settings.hardware.title": "Hardware",
"settings.hardware.active_backend": "Aktives Backend",
"settings.hardware.model_meta": "· Modell {size}",
"settings.hardware.preferred_backend": "Bevorzugtes Backend",
"settings.hardware.auto_backend": "Automatisch (bestes verfügbares)",
"settings.hardware.not_available": "nicht verfügbar",
"settings.hardware.fallback_hint": "Fällt automatisch zurück (NPU → NVIDIA → AMD → Intel → CPU), wenn das gewählte Backend nicht geladen werden kann.",
"settings.hardware.audio_devices": "Audiogeräte",
"settings.hardware.recording_device": "Aufnahmegerät",
"settings.hardware.default_system_audio": "Standard-Systemaudio",
"settings.hardware.recording_device_hint": "WhispAssist nimmt auf, was dieses Gerät wiedergibt (Loopback) — die Gegenseite des Gesprächs. Wählen Sie eine bestimmte Ausgabe, wenn sie nicht dem Windows-Systemstandard folgen soll.",
"settings.hardware.microphone": "Mikrofon",
"settings.hardware.mic_off": "Aus — mein Mikrofon nicht erfassen",
"settings.hardware.default_mic": "Standardmikrofon",
"settings.hardware.mic_hint": "Fügt Ihre eigene Stimme zum Live-Transkript hinzu, damit beide Seiten des Meetings erfasst werden. Bleibt auf Ihrem Gerät — nichts wird hochgeladen. Wählen Sie „Aus“, um nur das obige Systemaudio zu transkribieren.",
"settings.hardware.npu_detected": "NPU-Beschleuniger erkannt",
"settings.hardware.ready": "Bereit",
"settings.hardware.downloading": "Wird heruntergeladen…",
"settings.hardware.package_needed": "Paket erforderlich",
"settings.hardware.npu_hint": "Ihre NPU benötigt ein einmaliges Beschleunigungspaket (Whisper-ONNX-Modell{extra}). Es wird im Hintergrund heruntergeladen; Sie können es auch jetzt starten.",
"settings.hardware.plus_openvino": " + OpenVINO-Laufzeit",
"settings.hardware.download_npu": "NPU-Paket herunterladen",
"settings.hardware.dml_title": "GPU-Beschleunigung (DirectML)",
"settings.hardware.dml_hint": "Ihre GPU kann ohne Vulkan über DirectML beschleunigt werden — ein einmaliges Paket (Whisper-ONNX-Modell{extra}).",
"settings.hardware.plus_directml": " + DirectML-Laufzeit",
"settings.hardware.download_dml": "DirectML-Paket herunterladen",
"settings.hardware.detection_unavailable": "Hardware-Erkennung nicht verfügbar.",
"settings.hardware.low_overhead": "Sparsam-Voreinstellung",
"settings.hardware.low_overhead_note": "CPU + kleinstes Modell, für Akku-/Hintergrundnutzung",
"settings.hardware.models": "Modelle",
"settings.hardware.downloading_model": "{name} wird heruntergeladen",
"settings.hardware.active_badge": "Aktiv",
"settings.hardware.installed": "Installiert",
"settings.hardware.use": "Verwenden",
"settings.hardware.remove": "Entfernen",
"settings.hardware.cant_remove_active": "Das aktive Modell kann nicht entfernt werden",
"settings.hardware.download": "Herunterladen",
"settings.hardware.diarization": "Sprechertrennung",
"settings.hardware.diarization_hint": "Installieren Sie beide Modelle, damit fertige Aufnahmen nach Sprecher getrennt werden (Sprecher 1, Sprecher 2, …) statt eines durchgehenden Transkripts. Läuft vollständig offline, einmal pro Meeting nach dem Stopp. Ohne sie wird jede Zeile einem einzigen Sprecher zugeordnet.",
"settings.storage.title": "Speicher",
"settings.storage.location_label": "Speicherort",
"settings.storage.location_hint": "Das Ändern des Speicherorts wird noch nicht unterstützt — hier befinden sich derzeit Meetings, Modelle und die Datenbank.",
"settings.storage.retention_title": "Aufbewahrung",
"settings.storage.retention_hint": "Löscht automatisch die ältesten Meetings über einem Limit. Wird einmal beim Start geprüft; leer bedeutet kein Limit. Betrifft nie ein Meeting, das gerade aufgenommen wird.",
"settings.storage.max_age": "Höchstalter (Tage)",
"settings.storage.max_size": "Maximale Größe (GB)",
"settings.storage.no_limit": "kein Limit",
"settings.storage.export_import_title": "Export & Import",
"settings.storage.export_hint_1": "Verschieben Sie Aufnahmen zwischen Computern als portable Bündelordner (Audio, Transkript, Notizen, Zusammenfassung und ein",
"settings.storage.export_hint_2": "Manifest). Exportieren Sie in einen beliebigen Ordner — ein synchronisiertes Laufwerk, einen USB-Stick oder den lokalen Einhängepunkt eines Sync-Ziels — und importieren Sie es dann auf dem anderen Rechner. Importierte Meetings erhalten eine neue ID, sodass ein erneuter Import nie etwas überschreibt.",
"settings.storage.export_dialog_title": "Alle Meetings exportieren nach…",
"settings.storage.import_dialog_title": "Ein Bündel (oder einen Ordner mit Bündeln) importieren…",
"settings.storage.exporting": "Wird exportiert…",
"settings.storage.export_all": "Alle Meetings exportieren…",
"settings.storage.importing": "Wird importiert…",
"settings.storage.import_all": "Meetings importieren…",
"settings.storage.exported_one": "{n} Meeting exportiert.",
"settings.storage.exported_many": "{n} Meetings exportiert.",
"settings.storage.imported_one": "{n} Meeting importiert.",
"settings.storage.imported_many": "{n} Meetings importiert.",
"settings.calendar.title": "Kalender & Outlook .pst",
"settings.calendar.intro_1": "Importieren Sie Termine und Teilnehmer aus einem lokalen Outlook-",
"settings.calendar.intro_2": "Backup — schreibgeschützt, es wird nichts in die Datei zurückgeschrieben. Nichts verlässt dieses Gerät.",
"settings.calendar.pst_file": ".pst-Datei",
"settings.calendar.no_file": "Keine Datei ausgewählt",
"settings.calendar.browse": "Durchsuchen…",
"settings.calendar.password": "Passwort",
"settings.calendar.password_note": "selten benötigt",
"settings.calendar.optional": "optional",
"settings.calendar.import_range": "Importzeitraum",
"settings.calendar.range_30": "Letzte 30 Tage",
"settings.calendar.range_90": "Letzte 90 Tage",
"settings.calendar.range_180": "Letzte 6 Monate",
"settings.calendar.range_365": "Letztes Jahr",
"settings.calendar.range_all": "Gesamter Zeitraum",
"settings.calendar.range_hint": "Ein langlebiges Postfach kann Jahre an wiederkehrenden/Feiertagseinträgen enthalten — ein engerer Zeitraum beschränkt den importierten Kalender auf das tatsächlich Relevante. Gilt sowohl für diese Import-Schaltfläche als auch für den automatischen erneuten Import beim Start.",
"settings.calendar.importing": "Wird importiert…",
"settings.calendar.import": "Importieren",
"settings.calendar.import_progress": "{processed}/{total} Termine",
"settings.calendar.auto_reimport": "Diese Datei beim Start automatisch erneut importieren",
"settings.calendar.auto_reimport_hint": "Läuft einmal beim Start, nicht per Timer — der erneute Import kann gefahrlos wiederholt werden (bestehende Termine werden abgeglichen und aktualisiert, nicht dupliziert).",
"settings.calendar.import_failed": "Import fehlgeschlagen: {error} — die Datei selbst bleibt unberührt; prüfen Sie den Pfad und versuchen Sie es erneut.",
"settings.calendar.cleanup_title": "Aufräumen",
"settings.calendar.cleanup_hint": "Termine, die bereits an ein aufgenommenes Meeting angehängt sind, werden immer behalten, unabhängig von der unten gewählten Option.",
"settings.calendar.cleanup_30": "Älter als 30 Tage",
"settings.calendar.cleanup_90": "Älter als 90 Tage",
"settings.calendar.cleanup_180": "Älter als 6 Monate",
"settings.calendar.cleanup_365": "Älter als 1 Jahr",
"settings.calendar.cleanup_all": "Alle löschen",
"settings.calendar.cleaning": "Wird aufgeräumt…",
"settings.calendar.cleanup_btn": "Kalender aufräumen",
"settings.calendar.cleanup_result": "{deleted}{extra} gelöscht.",
"settings.calendar.cleanup_kept": ", {n} behalten (mit einem Meeting verknüpft)",
"settings.calendar.cleanup_failed": "Aufräumen fehlgeschlagen: {error}",
"settings.calendar.imported_events": "Importierte Termine",
"settings.calendar.no_events": "Noch keine Termine importiert.",
"settings.calendar.search_title": "Titel durchsuchen",
"settings.calendar.search_placeholder": "Meetingname…",
"settings.calendar.date_label": "Datum",
"settings.calendar.events_count": "{shown} von {total} Terminen",
"settings.calendar.untitled": "(ohne Titel)",
"settings.dialog_title": "Einstellungen",
"settings.close": "Schließen",
"settings.close_title": "Schließen (Esc)",
"settings.sync.stub": "Vorschaumodus — das Sync-Backend ist noch nicht implementiert (Phase 9). Änderungen werden nur in der Oberfläche gehalten.",
"settings.sync.title": "Synchronisierung & Upload",
"settings.sync.enable_label": "Hochladen von Meeting-Artefakten zu konfigurierten Zielen aktivieren",
"settings.sync.enable_hint": "Standardmäßig aus. Es wird nichts hochgeladen, sofern dies nicht aktiviert und ein Ziel eingeschaltet ist. Selbst gehostete Ziele behalten Daten auf Ihrem eigenen Server; Drittanbieter-Clouds sind deutlich gekennzeichnet.",
"settings.sync.targets_title": "Ziele",
"settings.sync.no_targets": "Noch keine Ziele. Fügen Sie unten eines hinzu.",
"settings.sync.third_party": "Drittanbieter",
"settings.sync.your_server": "Ihr Server",
"settings.sync.edit": "Bearbeiten",
"settings.sync.remove": "Entfernen",
"settings.sync.edit_target": "Ziel bearbeiten",
"settings.sync.add_target": "Ein Ziel hinzufügen",
"settings.sync.webdav_hint": "WebDAV deckt Nextcloud, ownCloud, Cloudreve, Seafile und Synology ab. (Seafile: SeafDAV serverseitig aktivieren.)",
"settings.sync.name": "Name",
"settings.sync.name_placeholder": "Heim-Nextcloud",
"settings.sync.provider": "Anbieter",
"settings.sync.server_url": "Server-URL",
"settings.sync.server_url_note_1": "Nur Ihre Server-URL — WhispAssist ergänzt",
"settings.sync.server_url_note_2": "automatisch.",
"settings.sync.remote_folder": "Remote-Ordner",
"settings.sync.username": "Benutzername",
"settings.sync.app_password": "App-Passwort",
"settings.sync.pw_keep": "leer lassen, um das aktuelle Passwort zu behalten",
"settings.sync.pw_store": "im Anmeldedatenspeicher des Betriebssystems gespeichert",
"settings.sync.upload_legend": "Upload",
"settings.sync.artifact_transcript": "Transkript",
"settings.sync.artifact_notes": "Notizen",
"settings.sync.artifact_summary": "Zusammenfassung",
"settings.sync.artifact_recording": "Aufnahme (.wav, falls beibehalten)",
"settings.sync.allow_plaintext": "Klartext-http für eine LAN-Adresse zulassen (nicht empfohlen)",
"settings.sync.encrypt_before": "Vor dem Upload verschlüsseln (Ziel speichert nur Chiffretext)",
"settings.sync.requires_vault": "— erfordert einen entsperrten Tresor",
"settings.sync.test_connection": "Verbindung testen",
"settings.sync.save_changes": "Änderungen speichern",
"settings.sync.add_target_btn": "Ziel hinzufügen",
"settings.sync.cancel": "Abbrechen",
"settings.sync.third_party_banner": "{kind} ist eine Drittanbieter-Cloud — durch das Hochladen werden Ihre Daten von Ihrem Gerät an {kind} gesendet.",
"settings.sync.link_account": "{kind}-Konto verknüpfen…",
"settings.sync.oauth_hint": "Öffnet eine OAuth-Anmeldung (Loopback-Weiterleitung); das Token wird im Anmeldedatenspeicher des Betriebssystems gespeichert.",
"settings.sync.footnote": "Anmeldedaten werden nie in die Einstellungen oder die Datenbank geschrieben — nur in den Anmeldedatenspeicher des Betriebssystems. Für Nicht-LAN-Ziele ist TLS erforderlich.",
"settings.ai.title": "KI-Zusammenfassungsanbieter",
"settings.ai.intro_1": "Zusammenfassungen laufen standardmäßig auf einem lokalen LLM. Richten Sie dies auf Ollama auf diesem PC oder einem anderen Rechner in Ihrem LAN (z. B.",
"settings.ai.intro_2": "— beide gelten als lokal, sodass nichts Ihr Netzwerk verlässt. Gehostete Anbieter (Anthropic) sind optional, standardmäßig aus und senden das Transkript an einen Dritten, sobald Sie einen aktivieren.",
"settings.ai.provider": "Anbieter",
"settings.ai.off": "Aus",
"settings.ai.provider_ollama": "Ollama (lokal / LAN)",
"settings.ai.provider_custom": "Benutzerdefiniert (OpenAI-kompatibel)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — gehostet, verlässt dieses Gerät",
"settings.ai.endpoint": "Endpunkt",
"settings.ai.model": "Modell",
"settings.ai.api_key": "API-Schlüssel",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (bereits gesetzt — leer lassen, um ihn zu behalten)",
"settings.ai.show_api_key": "API-Schlüssel anzeigen",
"settings.ai.hide_api_key": "API-Schlüssel ausblenden",
"settings.ai.anthropic_banner": "Anthropic ist ein gehosteter Drittanbieterdienst — das Transkript dieses Meetings verlässt Ihr Gerät, wenn Sie eine Zusammenfassung erstellen.",
"settings.ai.endpoint_banner": "Dieser Endpunkt befindet sich nicht auf Ihrem Rechner oder LAN — Ihr Transkript würde Ihr Netzwerk verlassen.",
"settings.ai.saving": "Wird gespeichert…",
"settings.ai.save": "Speichern",
"settings.ai.test_connection": "Verbindung testen",
"settings.ai.this_hosted_provider": "dieser gehostete Anbieter",
"settings.ai.reachable": "Erreichbar",
"settings.ai.unreachable": "Nicht erreichbar",
"settings.ai.model_count_one": "· {n} Modell",
"settings.ai.model_count_many": "· {n} Modelle",
"settings.ai.on_lan": "· auf Ihrem Rechner / LAN",
"settings.ai.leaves_network": "· verlässt Ihr Netzwerk",
"settings.ai.advanced_title": "Erweiterte Ollama-Konfiguration",
"settings.ai.changed": "{n} geändert",
"settings.ai.reset_all": "Alle auf Standard zurücksetzen",
"settings.ai.system_prompt": "System-Prompt",
"settings.ai.system_prompt_placeholder": "z. B. Du bist ein prägnanter Meeting-Zusammenfasser.",
"settings.ai.system_prompt_hint": "Wird vor WhispAssists erforderlichem Ausgabeformat hinzugefügt, sodass Ihre Anweisungen das Parsen von Zusammenfassung/Aktionspunkten nicht stören können.",
"settings.ai.think": "Nachdenken",
"settings.ai.think_help": "Denkaufwand (nur bei Reasoning-Modellen).",
"settings.ai.keep_alive": "Aktiv halten",
"settings.ai.keep_alive_help": "Wie lange das Modell im RAM bleibt. z. B. 5m, 1h, 0 (entladen), -1 (dauerhaft).",
"settings.ai.runtime_hardware": "Laufzeit & Hardware",
"settings.ai.rarely_needed": "— selten benötigt",
"settings.ai.save_advanced": "Erweitert speichern",
"settings.ai.saved": "Gespeichert",
"settings.ai.turn_off": "Ausschalten",
"settings.ai.default_value": "Standard {value}.",
"settings.ai.reset_default": "Auf Standard zurücksetzen",
"settings.ai.reset_field": "{name} zurücksetzen",
"settings.mcp.title": "MCP-Server",
"settings.mcp.banner_1": "Dies lässt Ihren eigenen Coding-Agenten (Claude Code, Codex, Copilot, OpenCode, …) Meeting-Kontext auf Ihrem lokalen Rechner abrufen. Nach der Verbindung",
"settings.mcp.banner_agent": "kann dieser Agent",
"settings.mcp.banner_2": "das Gelesene an die Cloud seines eigenen Modellanbieters weiterleiten — außerhalb der Kontrolle von WhispAssist. WhispAssist selbst sendet diese Daten nirgendwohin; der Server lauscht nur auf diesem Gerät (",
"settings.mcp.banner_3": ") und jeder Lesevorgang wird unten protokolliert.",
"settings.mcp.enable": "Den MCP-Server aktivieren",
"settings.mcp.enable_hint": "Standardmäßig aus. Nur Loopback, token-gesichert — vom Netzwerk aus ist nichts erreichbar.",
"settings.mcp.transport": "Transport",
"settings.mcp.transport_http": "Streamable HTTP",
"settings.mcp.transport_stdio": "stdio (Agent startet einen Prozess)",
"settings.mcp.port": "Port",
"settings.mcp.transport_change_hint": "Um Transport/Port zu ändern, schalten Sie den Server zuerst aus und dann wieder ein.",
"settings.mcp.scope_title": "Umfang",
"settings.mcp.expose": "Freigeben",
"settings.mcp.scope_none": "Keiner — nichts wird geteilt",
"settings.mcp.scope_selected": "Ausgewählt — nur Feature-Briefs, die Sie als geteilt markiert haben",
"settings.mcp.scope_all": "Alle — Meetings, Transkripte, Aktionspunkte und geteilte Briefs",
"settings.mcp.expose_recordings": "Auch Meetings mit gespeicherter Aufnahme zulassen (standardmäßig aus — das Transkript eines aufgenommenen Meetings wird selbst im „Alle“-Umfang zurückgehalten, bis dies aktiviert ist)",
"settings.mcp.token_title": "Neues Auth-Token — einmalig angezeigt, kopieren Sie es jetzt",
"settings.mcp.token_hint": "Dies wird nicht erneut angezeigt. Es wird im Anmeldedatenspeicher des Betriebssystems gespeichert; falls Sie es verlieren, schalten Sie den Server aus und wieder ein, um ein neues zu erzeugen.",
"settings.mcp.copied": "Kopiert",
"settings.mcp.copy": "Kopieren",
"settings.mcp.endpoint": "Endpunkt",
"settings.mcp.endpoint_hint": "Richten Sie die MCP-Client-Konfiguration Ihres Agenten auf {kind} aus, mit dem obigen Token als Bearer-Anmeldedatum.",
"settings.mcp.kind_command": "Befehl",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Zugriffsprotokoll",
"settings.mcp.access_log_hint": "Jeder Tool-Lesevorgang eines Agenten, erlaubt oder verweigert (FR-MCP-5).",
"settings.mcp.no_reads": "Noch hat kein Agent etwas gelesen.",
"settings.mcp.log_meeting": "Meeting {id}",
"settings.mcp.refresh": "Aktualisieren",
"settings.privacy.title": "Datenschutz",
"settings.privacy.intro": "Was WhispAssist derzeit tatsächlich von diesem Gerät senden darf. Wenn alles aus ist (Standard), verlässt nichts das Gerät.",
"settings.privacy.llm_endpoint": "LLM-Endpunkt",
"settings.privacy.off": "aus",
"settings.privacy.local_only": "nur lokal",
"settings.privacy.leaves_device": "verlässt dieses Gerät",
"settings.privacy.sync_label": "Synchronisierung",
"settings.privacy.enabled": "aktiviert",
"settings.privacy.mcp_label": "MCP-Server",
"settings.privacy.mcp_on": "an · {scope}",
"settings.privacy.mcp_loopback_note": "Eingehend nur auf Loopback — es fügt der obigen Egress-Liste nichts hinzu. Ein verbundener Agent kann das Gelesene dennoch an seinen eigenen Modellanbieter weiterleiten; siehe den MCP-Server-Tab.",
"settings.privacy.egress_title": "Egress-Zulassungsliste",
"settings.privacy.no_egress": "Keine Hosts auf der Zulassungsliste — WA macht keinen Inhalts-Egress.",
"settings.privacy.sync_targets_title": "Sync-Ziele",
"settings.privacy.third_party": "Drittanbieter",
"settings.privacy.your_server": "Ihr Server",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "kein TLS",
"settings.privacy.refresh": "Aktualisieren",
"settings.privacy.unavailable": "Datenschutz-Selbstprüfung nicht verfügbar.",
"settings.privacy.vault_title": "Verschlüsselungstresor",
"settings.privacy.vault_intro": "Verschlüsseln Sie Notizen, Transkripte und Zusammenfassungen im Ruhezustand mit einem Passwort. (Audiodateien sind noch nicht verschlüsselt.)",
"settings.privacy.vault_password": "Tresor-Passwort",
"settings.privacy.enable_vault": "Tresor aktivieren",
"settings.privacy.vault_pw_hint": "Verwenden Sie mindestens 8 Zeichen. Wenn Sie es vergessen, können verschlüsselte Inhalte nicht wiederhergestellt werden.",
"settings.privacy.vault_locked_1": "Der Tresor ist ",
"settings.privacy.locked_word": "gesperrt",
"settings.privacy.vault_locked_2": ". Entsperren Sie, um verschlüsselte Meetings zu lesen.",
"settings.privacy.password": "Passwort",
"settings.privacy.unlock": "Entsperren",
"settings.privacy.vault_unlocked_1": "Der Tresor ist ",
"settings.privacy.unlocked_word": "entsperrt",
"settings.privacy.vault_unlocked_2": ". Neue Notizen, Transkripte und Zusammenfassungen werden im Ruhezustand verschlüsselt.",
"settings.privacy.lock_now": "Jetzt sperren",
"settings.privacy.change_password": "Passwort ändern",
"settings.privacy.current_password": "Aktuelles Passwort",
"settings.privacy.new_password": "Neues Passwort",
"settings.about.title": "Über",
"settings.about.tagline": "Ein vollständig lokaler, quelloffener, Windows-nativer Meeting-Assistent.",
"settings.about.build_commit": "Build-Commit",
"consent.heading": "Bevor Sie aufnehmen",
"consent.body": "Das Aufzeichnen von Gesprächen ohne Einwilligung der Teilnehmer kann in Ihrer Region illegal sein. Prüfen Sie Ihre lokalen Aufnahmegesetze. Dies ist ein Hinweis, keine Rechtsberatung.",
"consent.accept": "Ich verstehe — Aufnahme aktivieren",
"consent.cancel": "Abbrechen",
"hosted.heading": "Bevor Sie {provider} verwenden",
"hosted.body_1": "Das Generieren mit",
"hosted.body_2": "sendet das Transkript dieses Meetings an deren Server — es verlässt dieses Gerät und unterliegt deren Datenschutzrichtlinie. WhispAssist hat keine Kontrolle über die Datenverarbeitung, sobald sie Ihr Gerät verlassen. Dies ist standardmäßig aus; Sie wählen es jetzt.",
"hosted.accept": "Ich verstehe — fortfahren",
"hosted.cancel": "Abbrechen",
"theme.group": "Design",
"theme.system": "System anpassen",
"theme.light": "Hell",
"theme.dark": "Dunkel",
"import.dialog_label": "Ein Meeting aus einer Datei oder URL hinzufügen",
"import.title": "Ein Meeting hinzufügen",
"import.close": "Schließen",
"import.close_title": "Schließen (Esc)",
"import.body": "Importieren Sie eine vorhandene Aufnahme — eine lokale Audio-/Videodatei oder einen Link (YouTube, eine Streaming-Seite oder eine direkte Medien-URL). Sie wird wie eine Live-Aufnahme transkribiert und nach Sprechern getrennt.",
"import.file_or_url": "Datei oder URL",
"import.source_placeholder": "Fügen Sie eine URL ein oder suchen Sie nach einer Datei…",
"import.choose_file": "Eine lokale Datei wählen",
"import.browse": "Durchsuchen…",
"import.title_label": "Titel",
"import.optional": "optional",
"import.title_placeholder": "Standardmäßig der Dateiname",
"import.filter_av": "Audio / Video",
"import.requires_1": "Erfordert",
"import.requires_2": "installiert und in Ihrem PATH (plus",
"import.requires_3": "für URLs). WhispAssist liefert sie nicht mit.",
"import.importing": "Wird importiert… das kann eine Weile dauern",
"import.import": "Importieren",
"import.cancel": "Abbrechen",
"tagchip.filter": "Meetings mit dem Tag „{tag}“ filtern",
"tagchip.remove": "Tag {tag} entfernen",
"levelmeter.system_mic": "System- und Mikrofoneingangspegel",
"levelmeter.system": "Systemeingangspegel",
"app.tagline": "lokal · privat",
"app.note_template": "Notizvorlage",
"app.no_template": "Keine Vorlage",
"app.add_meeting": "Meeting hinzufügen",
"app.add_meeting_title": "Ein Meeting aus einer Datei oder URL hinzufügen",
"app.record": "Aufnehmen",
"app.record_title": "Aufnahme starten (Strg+Umschalt+R)",
"app.stop": "Stopp",
"app.stop_title": "Aufnahme stoppen (Strg+Umschalt+R)",
"app.cancel": "Abbrechen",
"app.cancel_title": "Diese Aufnahme verwerfen und löschen",
"app.recording": "Aufnahme läuft…",
"app.backend_title": "Aktives Transkriptions-Backend",
"app.retention_title": "Audio als .wav für dieses Meeting speichern",
"app.saving": "wird gespeichert",
"app.not_saved": "nicht gespeichert",
"app.reconnecting": "Audiogerät wird neu verbunden…",
"app.settings": "Einstellungen",
"app.settings_title": "Einstellungen (Strg+,)",
"app.discard_confirm": "Diese Aufnahme verwerfen? Ihr Audio und Transkript werden gelöscht.",
"app.announce_started": "Aufnahme gestartet",
"app.announce_paused": "Aufnahme pausiert",
"app.announce_stopped": "Aufnahme gestoppt",
"app.consent_dialog": "Aufnahme-Einwilligung",
"app.vault_dialog": "Verschlüsselungstresor entsperren",
"app.vault_title": "Verschlüsselungstresor entsperren",
"app.vault_desc": "Ihre Meetings sind im Ruhezustand verschlüsselt. Geben Sie Ihr Passwort ein, um sie zu lesen.",
"app.vault_password": "Tresor-Passwort",
"app.vault_incorrect": "Falsches Passwort",
"app.unlock": "Entsperren",
"app.continue_locked": "Gesperrt fortfahren",
"app.show_meetings": "Meetingliste anzeigen",
"app.hide_meetings": "Meetingliste ausblenden",
"app.show_summary": "Zusammenfassungsbereich anzeigen",
"app.hide_summary": "Zusammenfassungsbereich ausblenden",
"app.resize_meetings": "Meetingliste anpassen",
"app.resize_summary": "Zusammenfassungsbereich anpassen",
"meetings.search_placeholder": "Meetings durchsuchen…",
"meetings.search_aria": "Meetings durchsuchen",
"meetings.filter_tag_aria": "Nach Tag filtern",
"meetings.all_tags": "Alle Tags",
"meetings.from_date_aria": "Von Datum",
"meetings.to_date_aria": "Bis Datum",
"meetings.bulk_format_aria": "Sammelexportformat",
"meetings.bulk_export": "Sammelexport",
"meetings.bulk_export_title": "Jedes Meeting exportieren, das den obigen Tag-/Datumsfiltern entspricht",
"meetings.exporting": "Wird exportiert…",
"meetings.exported_one": "{n} Meeting exportiert.",
"meetings.exported_many": "{n} Meetings exportiert.",
"meetings.searching": "Wird gesucht…",
"meetings.loading": "Meetings werden geladen…",
"meetings.no_matches": "Keine Treffer.",
"meetings.empty": "Noch keine Meetings — klicken Sie oben auf Aufnehmen, um zu beginnen.",
"meetings.status.recording": "Aufnahme",
"meetings.status.transcribing": "wird transkribiert",
"meetings.status.recovering": "Wiederherstellung",
"meetings.status.error": "Fehler",
"meetings.resume": "Transkription fortsetzen",
"meetings.delete_aria": "Meeting löschen",
"meetings.delete_confirm": "Dieses Meeting löschen? Dadurch werden seine Aufnahme, sein Transkript und seine Notizen entfernt.",
"transcript.heading": "Transkript",
"transcript.title_aria": "Meetingtitel",
"transcript.lang_title": "Transkriptionssprache",
"transcript.lang_auto": "wird erkannt…",
"transcript.show": "Transkript anzeigen",
"transcript.hide": "Transkript ausblenden",
"transcript.empty": "Kein Transkript für dieses Meeting.",
"transcript.will_appear": "Das Transkript erscheint hier, während Sie aufnehmen.",
"transcript.play_from_here": "Ab hier abspielen",
"transcript.resize": "Transkript und Notizen anpassen",
"transcript.reprocess_placeholder": "Neu transkribieren mit…",
"transcript.reprocess_lang_aria": "Sprache für Neuverarbeitung",
"transcript.reprocess_keep_lang": "Aktuelle Sprache beibehalten",
"transcript.reprocess_go": "Los",
"transcript.retranscribing": "Wird neu transkribiert…",
"transcript.has_note": "Hat eine Notiz",
"transcript.note_placeholder": "Eine Notiz für diesen Moment hinzufügen…",
"transcript.note_aria": "Notiz für diese Transkriptzeile",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word-Dokument",
"transcript.filter_obsidian": "Obsidian-Notiz",
"notes.heading": "Notizen",
"notes.show": "Notizen anzeigen",
"notes.hide": "Notizen ausblenden",
"notes.placeholder": "Notizen…",
"notes.live_placeholder": "Tippen Sie Notizen, während Sie sprechen…",
"notes.toolbar_aria": "Notizformatierung",
"notes.bold": "Fett",
"notes.italic": "Kursiv",
"notes.h1": "Überschrift 1",
"notes.h2": "Überschrift 2",
"notes.bullet": "Aufzählungsliste",
"notes.checkbox_title": "Kontrollkästchen",
"notes.checkbox_aria": "Kontrollkästchen-Listenelement",
"notes.edit_raw": "Rohes Markdown bearbeiten",
"notes.render": "Markdown rendern",
"notes.editor": "Editor",
"notes.preview": "Vorschau",
"notes.export_md_title": "Notizen als .md exportieren",
"notes.export_pdf_title": "Notizen als .pdf exportieren",
"notes.export_docx_title": "Notizen als .docx exportieren",
"notes.export_bundle_title": "Audio + Transkript + Notizen in einen Ordner exportieren",
"notes.export_obsidian_title": "Eine Obsidian-Notiz exportieren (Notizen + Zusammenfassung + Transkript, kein Audio)",
"summary.recording_heading": "Aufnahme",
"summary.loading_recording": "Aufnahme wird geladen…",
"summary.sync_heading": "Synchronisierung",
"summary.uploading": "Wird hochgeladen…",
"summary.upload_now": "Jetzt hochladen",
"summary.no_uploads": "Noch keine Uploads für dieses Meeting.",
"summary.retry": "erneut versuchen",
"summary.tags_heading": "Tags",
"summary.tags_select": "Wählen Sie ein Meeting, um es zu taggen.",
"summary.tag_add_placeholder": "Tag hinzufügen…",
"summary.tag_first_placeholder": "Projekt, Kunde, Thema…",
"summary.generating": "Wird generiert…",
"summary.generate_tags": "Tags generieren",
"summary.saving": "Wird gespeichert…",
"summary.save_tags": "Tags speichern",
"summary.summary_heading": "Zusammenfassung",
"summary.ai_provider": "KI-Anbieter",
"summary.provider_off": "Aus",
"summary.provider_custom": "Benutzerdefiniert",
"summary.local": "lokal",
"summary.leaves_device": "verlässt dieses Gerät",
"summary.this_hosted_provider": "dieser gehostete Anbieter",
"summary.select_generate": "Wählen Sie ein Meeting, um eine Zusammenfassung zu erstellen.",
"summary.decisions_heading": "Entscheidungen",
"summary.regenerate": "Neu generieren",
"summary.generated_hint": "Lokal nach dem Meeting generiert (erfordert einen lokalen LLM-Anbieter).",
"summary.no_provider": "Kein KI-Anbieter konfiguriert — aktivieren Sie einen in den Einstellungen.",
"summary.generate_summary": "Zusammenfassung erstellen",
"summary.briefs_heading": "Feature-Briefs",
"summary.briefs_select": "Wählen Sie ein Meeting, um Feature-Briefs zu erstellen oder anzuzeigen.",
"summary.briefs_desc": "Destilliert dieses Meeting zu einer agentenbereiten Spezifikation (erfordert einen lokalen LLM-Anbieter) — übergeben Sie sie einem Coding-Agenten oder stellen Sie sie über den MCP-Server bereit, sobald dieser an ist.",
"summary.brief_repo_placeholder": "Ziel-Repo (optional), z. B. acme/reporting-web",
"summary.distilling": "Wird destilliert…",
"summary.create_brief": "Feature-Brief erstellen",
"summary.brief_mcp_title": "Verfügbar, wenn der MCP-Server an ist",
"summary.copied": "Kopiert",
"summary.copy_md": "Als Markdown kopieren",
"summary.copy_json": "Als JSON kopieren",
"summary.brief_problem": "Problem",
"summary.brief_outcome": "Gewünschtes Ergebnis",
"summary.brief_criteria": "Akzeptanzkriterien",
"summary.brief_none": "Nichts erfasst.",
"summary.brief_context": "Kontext",
"summary.action_items_heading": "Aktionspunkte",
"summary.ai_select": "Wählen Sie ein Meeting, um seine Aktionspunkte zu sehen.",
"summary.ai_empty": "Noch keine — fügen Sie unten einen hinzu oder erstellen Sie eine Zusammenfassung, um sie automatisch zu extrahieren.",
"summary.confirmed": "Bestätigt",
"summary.ai_text_placeholder": "Aktionspunkt…",
"summary.ai_text_aria": "Aktionspunkttext",
"summary.owner": "Verantwortlich",
"summary.due_date": "Fälligkeitsdatum",
"summary.reminder_title": "Eine lokale Erinnerung für dieses Fälligkeitsdatum planen",
"summary.ai_delete_title": "Diesen Aktionspunkt löschen",
"summary.ai_delete_aria": "Aktionspunkt löschen",
"summary.add_action_item": "Aktionspunkt hinzufügen",
"summary.save_action_items": "Aktionspunkte speichern",
"summary.calendar_heading": "Kalendertermin",
"summary.cal_select": "Wählen Sie ein Meeting, um es mit einem Kalendertermin zu verknüpfen.",
"summary.event_search_placeholder": "Termintitel durchsuchen…",
"summary.linked_event": "Verknüpfter Termin",
"summary.change_event": "Termin ändern…",
"summary.link_event": "Einen Termin verknüpfen…",
"summary.untitled_event": "(ohne Titel)",
"summary.no_events_1": "Noch keine Termine importiert — importieren Sie einen",
"summary.no_events_2": "unter Einstellungen → Kalender.",
"summary.no_events_match": "Keine Termine passen zu dieser Suche/diesem Datum — versuchen Sie, eines zu löschen.",
"summary.organizer_label": "Organisator: {name}",
"summary.participants_heading": "Teilnehmer",
"summary.participants_hint": "Aus dem verknüpften Kalendertermin übernommen.",
"summary.speakers_heading": "Sprecher",
"summary.speakers_select": "Wählen Sie ein Meeting, um seine Sprecher zu benennen.",
"summary.no_speakers": "Noch keine Sprecher erkannt.",
"summary.speaker_name_placeholder": "Sprechername",
"summary.save": "Speichern",
"summary.cancel": "Abbrechen",
"summary.name_speaker": "Diesen Sprecher benennen…",
"summary.add_new_name": "+ Neuen Namen hinzufügen…",
"settings.recording.title": "Aufnahme",
"settings.recording.record_default": "Meetings standardmäßig aufnehmen",
"settings.recording.save_audio_as": "Audio speichern als",
"settings.recording.default_hint": "Standardmäßig aus. Wenn aus, wird Audio nur zur Erstellung des Transkripts verwendet und beim Finalisieren des Meetings gelöscht. Sie können die Aufnahme auch pro Meeting umschalten.",
"settings.recording.consent_label": "Einwilligung: {status}.",
"settings.recording.consent_ack": "bestätigt",
"settings.recording.consent_not": "noch nicht bestätigt",
"settings.recording.auto_label": "Aufnahme automatisch starten, wenn ein Kalendertermin beginnt",
"settings.recording.auto_hint": "Nur während WhispAssist geöffnet ist. Wenn die Startzeit eines importierten Kalendertermins erreicht ist, beginnt automatisch eine Aufnahme (mit Ihrer obigen Standard-Aufbewahrungseinstellung). Nichts läuft im Hintergrund — der Timer ist nur aktiv, während die App läuft. Importieren Sie Termine unter Einstellungen → Kalender."
}
+531
View File
@@ -0,0 +1,531 @@
{
"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.",
"settings.transcription.english_only": "English only",
"settings.transcription.model_english_only": "\"{model}\" is English-only.",
"settings.transcription.no_model": "No model selected.",
"settings.transcription.switch_multilingual": "Switch to a multilingual model above to choose a language.",
"settings.hardware.title": "Hardware",
"settings.hardware.active_backend": "Active backend",
"settings.hardware.model_meta": "· model {size}",
"settings.hardware.preferred_backend": "Preferred backend",
"settings.hardware.auto_backend": "Auto (best available)",
"settings.hardware.not_available": "not available",
"settings.hardware.fallback_hint": "Falls back automatically (NPU → NVIDIA → AMD → Intel → CPU) if the chosen backend fails to load.",
"settings.hardware.audio_devices": "Audio Devices",
"settings.hardware.recording_device": "Recording device",
"settings.hardware.default_system_audio": "Default system audio",
"settings.hardware.recording_device_hint": "WhispAssist records whatever this device plays (loopback) — the other side of the call. Pick a specific output if you don't want it following Windows' system default.",
"settings.hardware.microphone": "Microphone",
"settings.hardware.mic_off": "Off — don't capture my microphone",
"settings.hardware.default_mic": "Default microphone",
"settings.hardware.mic_hint": "Adds your own voice to the live transcript so both sides of the meeting are captured. Stays on your device — nothing is uploaded. Choose “Off” to transcribe only the system audio above.",
"settings.hardware.npu_detected": "NPU accelerator detected",
"settings.hardware.ready": "Ready",
"settings.hardware.downloading": "Downloading…",
"settings.hardware.package_needed": "Package needed",
"settings.hardware.npu_hint": "Your NPU needs a one-time acceleration package (Whisper ONNX model{extra}). It downloads in the background; you can also start it now.",
"settings.hardware.plus_openvino": " + OpenVINO runtime",
"settings.hardware.download_npu": "Download NPU package",
"settings.hardware.dml_title": "GPU acceleration (DirectML)",
"settings.hardware.dml_hint": "Your GPU can be accelerated without Vulkan via DirectML — a one-time package (Whisper ONNX model{extra}).",
"settings.hardware.plus_directml": " + DirectML runtime",
"settings.hardware.download_dml": "Download DirectML package",
"settings.hardware.detection_unavailable": "Hardware detection unavailable.",
"settings.hardware.low_overhead": "Low overhead preset",
"settings.hardware.low_overhead_note": "CPU + smallest model, for battery/background use",
"settings.hardware.models": "Models",
"settings.hardware.downloading_model": "Downloading {name}",
"settings.hardware.active_badge": "Active",
"settings.hardware.installed": "Installed",
"settings.hardware.use": "Use",
"settings.hardware.remove": "Remove",
"settings.hardware.cant_remove_active": "Can't remove the active model",
"settings.hardware.download": "Download",
"settings.hardware.diarization": "Speaker diarization",
"settings.hardware.diarization_hint": "Install both models to have finished recordings separated by speaker (Speaker 1, Speaker 2, …) instead of one running transcript. Runs fully offline, once per meeting after it stops. Without them, every line is attributed to a single speaker.",
"settings.storage.title": "Storage",
"settings.storage.location_label": "Location",
"settings.storage.location_hint": "Changing the storage location isn't supported yet — this is where meetings, models, and the database currently live.",
"settings.storage.retention_title": "Retention",
"settings.storage.retention_hint": "Automatically delete the oldest meetings past a limit. Checked once at startup; empty means no limit. Never touches a meeting that's currently recording.",
"settings.storage.max_age": "Max age (days)",
"settings.storage.max_size": "Max size (GB)",
"settings.storage.no_limit": "no limit",
"settings.storage.export_import_title": "Export & import",
"settings.storage.export_hint_1": "Move recordings between computers as portable bundle folders (audio, transcript, notes, summary, and a",
"settings.storage.export_hint_2": "manifest). Export to any folder — a synced drive, a USB stick, or a sync target's local mount — then import it on the other machine. Imported meetings get a fresh id, so re-importing never overwrites anything.",
"settings.storage.export_dialog_title": "Export all meetings into…",
"settings.storage.import_dialog_title": "Import a bundle (or a folder of bundles)…",
"settings.storage.exporting": "Exporting…",
"settings.storage.export_all": "Export all meetings…",
"settings.storage.importing": "Importing…",
"settings.storage.import_all": "Import meetings…",
"settings.storage.exported_one": "Exported {n} meeting.",
"settings.storage.exported_many": "Exported {n} meetings.",
"settings.storage.imported_one": "Imported {n} meeting.",
"settings.storage.imported_many": "Imported {n} meetings.",
"settings.calendar.title": "Calendar & Outlook .pst",
"settings.calendar.intro_1": "Import events and attendees from a local Outlook",
"settings.calendar.intro_2": "backup — read-only, nothing is written back to the file. Nothing leaves this device.",
"settings.calendar.pst_file": ".pst file",
"settings.calendar.no_file": "No file selected",
"settings.calendar.browse": "Browse…",
"settings.calendar.password": "Password",
"settings.calendar.password_note": "rarely needed",
"settings.calendar.optional": "optional",
"settings.calendar.import_range": "Import range",
"settings.calendar.range_30": "Last 30 days",
"settings.calendar.range_90": "Last 90 days",
"settings.calendar.range_180": "Last 6 months",
"settings.calendar.range_365": "Last 1 year",
"settings.calendar.range_all": "All time",
"settings.calendar.range_hint": "A long-lived mailbox can hold years of recurring/holiday entries — narrowing the range keeps the imported calendar to what's actually relevant. Applies to both this Import button and automatic re-import on launch.",
"settings.calendar.importing": "Importing…",
"settings.calendar.import": "Import",
"settings.calendar.import_progress": "{processed}/{total} events",
"settings.calendar.auto_reimport": "Re-import this file automatically on launch",
"settings.calendar.auto_reimport_hint": "Runs once at startup, not on a timer — re-import is safe to repeat (existing events are matched and updated, not duplicated).",
"settings.calendar.import_failed": "Import failed: {error} — the file itself is untouched; check the path and try again.",
"settings.calendar.cleanup_title": "Clean up",
"settings.calendar.cleanup_hint": "Events already attached to a recorded meeting are always kept, no matter which option below is picked.",
"settings.calendar.cleanup_30": "Older than 30 days",
"settings.calendar.cleanup_90": "Older than 90 days",
"settings.calendar.cleanup_180": "Older than 6 months",
"settings.calendar.cleanup_365": "Older than 1 year",
"settings.calendar.cleanup_all": "Delete all",
"settings.calendar.cleaning": "Cleaning up…",
"settings.calendar.cleanup_btn": "Clean up calendar",
"settings.calendar.cleanup_result": "Deleted {deleted}{extra}.",
"settings.calendar.cleanup_kept": ", kept {n} (linked to a meeting)",
"settings.calendar.cleanup_failed": "Clean up failed: {error}",
"settings.calendar.imported_events": "Imported events",
"settings.calendar.no_events": "No events imported yet.",
"settings.calendar.search_title": "Search title",
"settings.calendar.search_placeholder": "Meeting name…",
"settings.calendar.date_label": "Date",
"settings.calendar.events_count": "{shown} of {total} events",
"settings.calendar.untitled": "(untitled)",
"settings.dialog_title": "Settings",
"settings.close": "Close",
"settings.close_title": "Close (Esc)",
"settings.sync.stub": "Preview mode — the sync backend isn't implemented yet (Phase 9). Changes are kept in the UI only.",
"settings.sync.title": "Sync & upload",
"settings.sync.enable_label": "Enable uploading meeting artifacts to configured targets",
"settings.sync.enable_hint": "Off by default. Nothing is uploaded unless this is on and a target is enabled. Self-hosted targets keep data on your own server; third-party clouds are clearly labeled.",
"settings.sync.targets_title": "Targets",
"settings.sync.no_targets": "No targets yet. Add one below.",
"settings.sync.third_party": "third-party",
"settings.sync.your_server": "your server",
"settings.sync.edit": "Edit",
"settings.sync.remove": "Remove",
"settings.sync.edit_target": "Edit target",
"settings.sync.add_target": "Add a target",
"settings.sync.webdav_hint": "WebDAV covers Nextcloud, ownCloud, Cloudreve, Seafile, and Synology. (Seafile: enable SeafDAV server-side.)",
"settings.sync.name": "Name",
"settings.sync.name_placeholder": "Home Nextcloud",
"settings.sync.provider": "Provider",
"settings.sync.server_url": "Server URL",
"settings.sync.server_url_note_1": "Just your server URL — WhispAssist adds",
"settings.sync.server_url_note_2": "automatically.",
"settings.sync.remote_folder": "Remote folder",
"settings.sync.username": "Username",
"settings.sync.app_password": "App password",
"settings.sync.pw_keep": "leave blank to keep current password",
"settings.sync.pw_store": "stored in OS credential store",
"settings.sync.upload_legend": "Upload",
"settings.sync.artifact_transcript": "transcript",
"settings.sync.artifact_notes": "notes",
"settings.sync.artifact_summary": "summary",
"settings.sync.artifact_recording": "recording (.wav, if retained)",
"settings.sync.allow_plaintext": "Allow plaintext http for a LAN address (not recommended)",
"settings.sync.encrypt_before": "Encrypt before upload (destination stores only ciphertext)",
"settings.sync.requires_vault": "— requires an unlocked vault",
"settings.sync.test_connection": "Test connection",
"settings.sync.save_changes": "Save changes",
"settings.sync.add_target_btn": "Add target",
"settings.sync.cancel": "Cancel",
"settings.sync.third_party_banner": "{kind} is a third-party cloud — uploading sends your data off your device to {kind}.",
"settings.sync.link_account": "Link {kind} account…",
"settings.sync.oauth_hint": "Opens an OAuth sign-in (loopback redirect); the token is stored in your OS credential store.",
"settings.sync.footnote": "Credentials are never written to settings or the database — only the OS credential store. TLS is required for non-LAN targets.",
"settings.ai.title": "AI summary provider",
"settings.ai.intro_1": "Summaries run on a local LLM by default. Point this at Ollama on this PC or another machine on your LAN (e.g.",
"settings.ai.intro_2": "— both count as local, so nothing leaves your network. Hosted providers (Anthropic) are optional, off by default, and send the transcript to a third party once you turn one on.",
"settings.ai.provider": "Provider",
"settings.ai.off": "Off",
"settings.ai.provider_ollama": "Ollama (local / LAN)",
"settings.ai.provider_custom": "Custom (OpenAI-compatible)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — hosted, leaves this device",
"settings.ai.endpoint": "Endpoint",
"settings.ai.model": "Model",
"settings.ai.api_key": "API key",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (already set — leave blank to keep it)",
"settings.ai.show_api_key": "Show API key",
"settings.ai.hide_api_key": "Hide API key",
"settings.ai.anthropic_banner": "Anthropic is a hosted, third-party service — this meeting's transcript leaves your device when you generate a summary.",
"settings.ai.endpoint_banner": "This endpoint isn't on your machine or LAN — your transcript would leave your network.",
"settings.ai.saving": "Saving…",
"settings.ai.save": "Save",
"settings.ai.test_connection": "Test connection",
"settings.ai.this_hosted_provider": "this hosted provider",
"settings.ai.reachable": "Reachable",
"settings.ai.unreachable": "Unreachable",
"settings.ai.model_count_one": "· {n} model",
"settings.ai.model_count_many": "· {n} models",
"settings.ai.on_lan": "· on your machine / LAN",
"settings.ai.leaves_network": "· leaves your network",
"settings.ai.advanced_title": "Advanced Ollama configuration",
"settings.ai.changed": "{n} changed",
"settings.ai.reset_all": "Reset all to defaults",
"settings.ai.system_prompt": "System prompt",
"settings.ai.system_prompt_placeholder": "e.g. You are a concise meeting summarizer.",
"settings.ai.system_prompt_hint": "Added before WhispAssist's required output format, so your instructions can't break summary/action-item parsing.",
"settings.ai.think": "Think",
"settings.ai.think_help": "Reasoning effort (reasoning models only).",
"settings.ai.keep_alive": "Keep alive",
"settings.ai.keep_alive_help": "How long the model stays in RAM. e.g. 5m, 1h, 0 (unload), -1 (forever).",
"settings.ai.runtime_hardware": "Runtime & hardware",
"settings.ai.rarely_needed": "— rarely needed",
"settings.ai.save_advanced": "Save advanced",
"settings.ai.saved": "Saved",
"settings.ai.turn_off": "Turn off",
"settings.ai.default_value": "Default {value}.",
"settings.ai.reset_default": "Reset to default",
"settings.ai.reset_field": "Reset {name}",
"settings.mcp.title": "MCP server",
"settings.mcp.banner_1": "This lets your own coding agent (Claude Code, Codex, Copilot, OpenCode, …) pull meeting context on your local machine. Once connected,",
"settings.mcp.banner_agent": "that agent",
"settings.mcp.banner_2": "may forward what it reads to its own model provider's cloud — outside WhispAssist's control. WhispAssist itself never sends this data anywhere; the server only listens on this device (",
"settings.mcp.banner_3": ") and every read is logged below.",
"settings.mcp.enable": "Enable the MCP server",
"settings.mcp.enable_hint": "Off by default. Loopback-only, token-gated — nothing is reachable from the network.",
"settings.mcp.transport": "Transport",
"settings.mcp.transport_http": "Streamable HTTP",
"settings.mcp.transport_stdio": "stdio (agent spawns a process)",
"settings.mcp.port": "Port",
"settings.mcp.transport_change_hint": "To change transport/port, turn the server off first, then back on.",
"settings.mcp.scope_title": "Scope",
"settings.mcp.expose": "Expose",
"settings.mcp.scope_none": "None — nothing is shared",
"settings.mcp.scope_selected": "Selected — only feature briefs you've marked shared",
"settings.mcp.scope_all": "All — meetings, transcripts, action items, and shared briefs",
"settings.mcp.expose_recordings": "Also allow meetings with a saved recording (off by default — a recorded meeting's transcript is withheld even in \"All\" scope until this is on)",
"settings.mcp.token_title": "New auth token — shown once, copy it now",
"settings.mcp.token_hint": "This won't be shown again. It's stored in your OS credential store; if you lose it, turn the server off and back on to mint a new one.",
"settings.mcp.copied": "Copied",
"settings.mcp.copy": "Copy",
"settings.mcp.endpoint": "Endpoint",
"settings.mcp.endpoint_hint": "Point your agent's MCP client config at this {kind}, with the token above as a bearer credential.",
"settings.mcp.kind_command": "command",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Access log",
"settings.mcp.access_log_hint": "Every tool read an agent makes, allowed or denied (FR-MCP-5).",
"settings.mcp.no_reads": "No agent has read anything yet.",
"settings.mcp.log_meeting": "meeting {id}",
"settings.mcp.refresh": "Refresh",
"settings.privacy.title": "Privacy",
"settings.privacy.intro": "What WhispAssist is actually allowed to send off this device right now. With everything off (the default), nothing leaves the device at all.",
"settings.privacy.llm_endpoint": "LLM endpoint",
"settings.privacy.off": "off",
"settings.privacy.local_only": "local-only",
"settings.privacy.leaves_device": "leaves this device",
"settings.privacy.sync_label": "Sync",
"settings.privacy.enabled": "enabled",
"settings.privacy.mcp_label": "MCP server",
"settings.privacy.mcp_on": "on · {scope}",
"settings.privacy.mcp_loopback_note": "Inbound on loopback only — it adds nothing to the egress list above. A connected agent may still forward what it reads to its own model provider; see the MCP server tab.",
"settings.privacy.egress_title": "Egress allowlist",
"settings.privacy.no_egress": "No hosts are allowlisted — WA makes no content egress.",
"settings.privacy.sync_targets_title": "Sync targets",
"settings.privacy.third_party": "third-party",
"settings.privacy.your_server": "your server",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "no TLS",
"settings.privacy.refresh": "Refresh",
"settings.privacy.unavailable": "Privacy self-check unavailable.",
"settings.privacy.vault_title": "Encryption vault",
"settings.privacy.vault_intro": "Encrypt notes, transcripts, and summaries at rest with a password. (Audio files are not encrypted yet.)",
"settings.privacy.vault_password": "Vault password",
"settings.privacy.enable_vault": "Enable vault",
"settings.privacy.vault_pw_hint": "Use at least 8 characters. If you forget it, encrypted content can't be recovered.",
"settings.privacy.vault_locked_1": "Vault is ",
"settings.privacy.locked_word": "locked",
"settings.privacy.vault_locked_2": ". Unlock to read encrypted meetings.",
"settings.privacy.password": "Password",
"settings.privacy.unlock": "Unlock",
"settings.privacy.vault_unlocked_1": "Vault is ",
"settings.privacy.unlocked_word": "unlocked",
"settings.privacy.vault_unlocked_2": ". New notes, transcripts, and summaries are encrypted at rest.",
"settings.privacy.lock_now": "Lock now",
"settings.privacy.change_password": "Change password",
"settings.privacy.current_password": "Current password",
"settings.privacy.new_password": "New password",
"settings.about.title": "About",
"settings.about.tagline": "A fully local, open-source, Windows-native meeting assistant.",
"settings.about.build_commit": "Build commit",
"consent.heading": "Before you record",
"consent.body": "Recording conversations without the consent of participants may be illegal in your region. Check your local recording laws. This is a caution, not legal advice.",
"consent.accept": "I understand — enable recording",
"consent.cancel": "Cancel",
"hosted.heading": "Before using {provider}",
"hosted.body_1": "Generating with",
"hosted.body_2": "sends this meeting's transcript to their servers — it leaves this device and is subject to their privacy policy. WhispAssist has no control over data handling once it leaves your device. This is off by default; you're choosing it now.",
"hosted.accept": "I understand — continue",
"hosted.cancel": "Cancel",
"theme.group": "Theme",
"theme.system": "Match system",
"theme.light": "Light",
"theme.dark": "Dark",
"import.dialog_label": "Add a meeting from a file or URL",
"import.title": "Add a meeting",
"import.close": "Close",
"import.close_title": "Close (Esc)",
"import.body": "Import an existing recording — a local audio/video file, or a link (YouTube, a streaming page, or a direct media URL). It's transcribed and diarized just like a live recording.",
"import.file_or_url": "File or URL",
"import.source_placeholder": "Paste a URL, or browse for a file…",
"import.choose_file": "Choose a local file",
"import.browse": "Browse…",
"import.title_label": "Title",
"import.optional": "optional",
"import.title_placeholder": "Defaults to the file name",
"import.filter_av": "Audio / video",
"import.requires_1": "Requires",
"import.requires_2": "installed and on your PATH (plus",
"import.requires_3": "for URLs). WhispAssist doesn't bundle them.",
"import.importing": "Importing… this can take a while",
"import.import": "Import",
"import.cancel": "Cancel",
"tagchip.filter": "Filter meetings tagged \"{tag}\"",
"tagchip.remove": "Remove tag {tag}",
"levelmeter.system_mic": "System and microphone input level",
"levelmeter.system": "System input level",
"app.tagline": "local · private",
"app.note_template": "Note template",
"app.no_template": "No template",
"app.add_meeting": "Add meeting",
"app.add_meeting_title": "Add a meeting from a file or URL",
"app.record": "Record",
"app.record_title": "Start recording (Ctrl+Shift+R)",
"app.stop": "Stop",
"app.stop_title": "Stop recording (Ctrl+Shift+R)",
"app.cancel": "Cancel",
"app.cancel_title": "Discard this recording and delete it",
"app.recording": "Recording…",
"app.backend_title": "Active transcription backend",
"app.retention_title": "Save audio as .wav for this meeting",
"app.saving": "saving",
"app.not_saved": "not saved",
"app.reconnecting": "reconnecting audio device…",
"app.settings": "Settings",
"app.settings_title": "Settings (Ctrl+,)",
"app.discard_confirm": "Discard this recording? Its audio and transcript will be deleted.",
"app.announce_started": "Recording started",
"app.announce_paused": "Recording paused",
"app.announce_stopped": "Recording stopped",
"app.consent_dialog": "Recording consent",
"app.vault_dialog": "Unlock encryption vault",
"app.vault_title": "Unlock encryption vault",
"app.vault_desc": "Your meetings are encrypted at rest. Enter your password to read them.",
"app.vault_password": "Vault password",
"app.vault_incorrect": "Incorrect password",
"app.unlock": "Unlock",
"app.continue_locked": "Continue locked",
"app.show_meetings": "Show meetings list",
"app.hide_meetings": "Hide meetings list",
"app.show_summary": "Show summary panel",
"app.hide_summary": "Hide summary panel",
"app.resize_meetings": "Resize meetings list",
"app.resize_summary": "Resize summary panel",
"meetings.search_placeholder": "Search meetings…",
"meetings.search_aria": "Search meetings",
"meetings.filter_tag_aria": "Filter by tag",
"meetings.all_tags": "All tags",
"meetings.from_date_aria": "From date",
"meetings.to_date_aria": "To date",
"meetings.bulk_format_aria": "Bulk export format",
"meetings.bulk_export": "Bulk export",
"meetings.bulk_export_title": "Export every meeting matching the tag/date filters above",
"meetings.exporting": "Exporting…",
"meetings.exported_one": "Exported {n} meeting.",
"meetings.exported_many": "Exported {n} meetings.",
"meetings.searching": "Searching…",
"meetings.loading": "Loading meetings…",
"meetings.no_matches": "No matches.",
"meetings.empty": "No meetings yet — click Record above to start.",
"meetings.status.recording": "recording",
"meetings.status.transcribing": "transcribing",
"meetings.status.recovering": "recovering",
"meetings.status.error": "error",
"meetings.resume": "Resume transcription",
"meetings.delete_aria": "Delete meeting",
"meetings.delete_confirm": "Delete this meeting? This removes its recording, transcript, and notes.",
"transcript.heading": "Transcript",
"transcript.title_aria": "Meeting title",
"transcript.lang_title": "Transcription language",
"transcript.lang_auto": "auto-detecting…",
"transcript.show": "Show transcript",
"transcript.hide": "Hide transcript",
"transcript.empty": "No transcript for this meeting.",
"transcript.will_appear": "Transcript will appear here as you record.",
"transcript.play_from_here": "Play from here",
"transcript.resize": "Resize transcript and notes",
"transcript.reprocess_placeholder": "Re-transcribe with…",
"transcript.reprocess_lang_aria": "Reprocess language",
"transcript.reprocess_keep_lang": "Keep current language",
"transcript.reprocess_go": "Go",
"transcript.retranscribing": "Re-transcribing…",
"transcript.has_note": "Has a note",
"transcript.note_placeholder": "Add a note for this moment…",
"transcript.note_aria": "Note for this transcript line",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word document",
"transcript.filter_obsidian": "Obsidian note",
"notes.heading": "Notes",
"notes.show": "Show notes",
"notes.hide": "Hide notes",
"notes.placeholder": "Notes…",
"notes.live_placeholder": "Type notes while you talk…",
"notes.toolbar_aria": "Notes formatting",
"notes.bold": "Bold",
"notes.italic": "Italic",
"notes.h1": "Heading 1",
"notes.h2": "Heading 2",
"notes.bullet": "Bullet list",
"notes.checkbox_title": "Checkbox",
"notes.checkbox_aria": "Checkbox list item",
"notes.edit_raw": "Edit the raw markdown",
"notes.render": "Render the markdown",
"notes.editor": "Editor",
"notes.preview": "Preview",
"notes.export_md_title": "Export notes as .md",
"notes.export_pdf_title": "Export notes as .pdf",
"notes.export_docx_title": "Export notes as .docx",
"notes.export_bundle_title": "Export audio + transcript + notes to a folder",
"notes.export_obsidian_title": "Export one Obsidian note (notes + summary + transcript, no audio)",
"summary.recording_heading": "Recording",
"summary.loading_recording": "Loading recording…",
"summary.sync_heading": "Sync",
"summary.uploading": "Uploading…",
"summary.upload_now": "Upload now",
"summary.no_uploads": "No uploads yet for this meeting.",
"summary.retry": "retry",
"summary.tags_heading": "Tags",
"summary.tags_select": "Select a meeting to tag it.",
"summary.tag_add_placeholder": "Add tag…",
"summary.tag_first_placeholder": "project, client, topic…",
"summary.generating": "Generating…",
"summary.generate_tags": "Generate tags",
"summary.saving": "Saving…",
"summary.save_tags": "Save tags",
"summary.summary_heading": "Summary",
"summary.ai_provider": "AI provider",
"summary.provider_off": "Off",
"summary.provider_custom": "Custom",
"summary.local": "local",
"summary.leaves_device": "leaves this device",
"summary.this_hosted_provider": "this hosted provider",
"summary.select_generate": "Select a meeting to generate a summary.",
"summary.decisions_heading": "Decisions",
"summary.regenerate": "Regenerate",
"summary.generated_hint": "Generated locally after the meeting (requires a local LLM provider).",
"summary.no_provider": "No AI provider configured — enable one in Settings.",
"summary.generate_summary": "Generate summary",
"summary.briefs_heading": "Feature briefs",
"summary.briefs_select": "Select a meeting to create or view feature briefs.",
"summary.briefs_desc": "Distills this meeting into an agent-ready spec (requires a local LLM provider) — hand it to a coding agent, or serve it over the MCP server once that's on.",
"summary.brief_repo_placeholder": "Target repo (optional), e.g. acme/reporting-web",
"summary.distilling": "Distilling…",
"summary.create_brief": "Create feature brief",
"summary.brief_mcp_title": "Available when the MCP server is on",
"summary.copied": "Copied",
"summary.copy_md": "Copy as Markdown",
"summary.copy_json": "Copy as JSON",
"summary.brief_problem": "Problem",
"summary.brief_outcome": "Desired outcome",
"summary.brief_criteria": "Acceptance criteria",
"summary.brief_none": "None captured.",
"summary.brief_context": "Context",
"summary.action_items_heading": "Action items",
"summary.ai_select": "Select a meeting to see its action items.",
"summary.ai_empty": "None yet — add one below, or generate a summary to extract them automatically.",
"summary.confirmed": "Confirmed",
"summary.ai_text_placeholder": "Action item…",
"summary.ai_text_aria": "Action item text",
"summary.owner": "Owner",
"summary.due_date": "Due date",
"summary.reminder_title": "Schedule a local reminder for this due date",
"summary.ai_delete_title": "Delete this action item",
"summary.ai_delete_aria": "Delete action item",
"summary.add_action_item": "Add action item",
"summary.save_action_items": "Save action items",
"summary.calendar_heading": "Calendar event",
"summary.cal_select": "Select a meeting to link it to a calendar event.",
"summary.event_search_placeholder": "Search event title…",
"summary.linked_event": "Linked event",
"summary.change_event": "Change event…",
"summary.link_event": "Link an event…",
"summary.untitled_event": "(untitled)",
"summary.no_events_1": "No events imported yet — import a",
"summary.no_events_2": "from Settings → Calendar.",
"summary.no_events_match": "No events match this search/date — try clearing one.",
"summary.organizer_label": "Organizer: {name}",
"summary.participants_heading": "Participants",
"summary.participants_hint": "Populated from the linked calendar event.",
"summary.speakers_heading": "Speakers",
"summary.speakers_select": "Select a meeting to name its speakers.",
"summary.no_speakers": "No speakers detected yet.",
"summary.speaker_name_placeholder": "Speaker name",
"summary.save": "Save",
"summary.cancel": "Cancel",
"summary.name_speaker": "Name this speaker…",
"summary.add_new_name": "+ Add new name…",
"settings.recording.title": "Recording",
"settings.recording.record_default": "Record meetings by default",
"settings.recording.save_audio_as": "save audio as",
"settings.recording.default_hint": "Off by default. When off, audio is used only to produce the transcript and is deleted when the meeting is finalized. You can also toggle recording per meeting.",
"settings.recording.consent_label": "Consent: {status}.",
"settings.recording.consent_ack": "acknowledged",
"settings.recording.consent_not": "not yet acknowledged",
"settings.recording.auto_label": "Auto-start recording when a calendar event begins",
"settings.recording.auto_hint": "Only while WhispAssist is open. When an imported calendar event's start time arrives, a recording begins automatically (using your default retention setting above). Nothing runs in the background — the timer is armed only while the app is running. Import events under Settings → Calendar."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Grabación",
"nav.hardware": "Hardware",
"nav.storage": "Almacenamiento",
"nav.calendar": "Calendario",
"nav.sync": "Sincronización",
"nav.ai": "IA",
"nav.mcp": "Servidor MCP",
"nav.privacy": "Privacidad",
"nav.about": "Acerca de",
"nav.language": "Idioma",
"settings.language.title": "Idioma",
"settings.language.display": "Idioma de la interfaz",
"settings.language.display_hint": "El idioma de la interfaz de la aplicación. Añadir un idioma es tan sencillo como colocar un único archivo de traducción.",
"settings.transcription.title": "Idioma de transcripción",
"settings.transcription.label": "Idioma",
"settings.transcription.auto": "Detección automática",
"settings.transcription.applies_hint": "Se aplica a la próxima grabación. El idioma realmente utilizado se muestra después en cada reunión.",
"settings.transcription.english_only": "Solo inglés",
"settings.transcription.model_english_only": "«{model}» es solo en inglés.",
"settings.transcription.no_model": "Ningún modelo seleccionado.",
"settings.transcription.switch_multilingual": "Cambia a un modelo multilingüe arriba para elegir un idioma.",
"settings.hardware.title": "Hardware",
"settings.hardware.active_backend": "Backend activo",
"settings.hardware.model_meta": "· modelo {size}",
"settings.hardware.preferred_backend": "Backend preferido",
"settings.hardware.auto_backend": "Automático (el mejor disponible)",
"settings.hardware.not_available": "no disponible",
"settings.hardware.fallback_hint": "Recurre automáticamente (NPU → NVIDIA → AMD → Intel → CPU) si el backend elegido no se carga.",
"settings.hardware.audio_devices": "Dispositivos de audio",
"settings.hardware.recording_device": "Dispositivo de grabación",
"settings.hardware.default_system_audio": "Audio del sistema predeterminado",
"settings.hardware.recording_device_hint": "WhispAssist graba lo que reproduce este dispositivo (loopback) — el otro lado de la llamada. Elige una salida concreta si no quieres que siga el valor predeterminado del sistema de Windows.",
"settings.hardware.microphone": "Micrófono",
"settings.hardware.mic_off": "Desactivado — no capturar mi micrófono",
"settings.hardware.default_mic": "Micrófono predeterminado",
"settings.hardware.mic_hint": "Añade tu propia voz a la transcripción en directo para que se capturen ambos lados de la reunión. Permanece en tu dispositivo — no se sube nada. Elige «Desactivado» para transcribir solo el audio del sistema de arriba.",
"settings.hardware.npu_detected": "Acelerador NPU detectado",
"settings.hardware.ready": "Listo",
"settings.hardware.downloading": "Descargando…",
"settings.hardware.package_needed": "Se necesita un paquete",
"settings.hardware.npu_hint": "Tu NPU necesita un paquete de aceleración único (modelo Whisper ONNX{extra}). Se descarga en segundo plano; también puedes iniciarlo ahora.",
"settings.hardware.plus_openvino": " + entorno de ejecución OpenVINO",
"settings.hardware.download_npu": "Descargar paquete NPU",
"settings.hardware.dml_title": "Aceleración de GPU (DirectML)",
"settings.hardware.dml_hint": "Tu GPU puede acelerarse sin Vulkan mediante DirectML — un paquete único (modelo Whisper ONNX{extra}).",
"settings.hardware.plus_directml": " + entorno de ejecución DirectML",
"settings.hardware.download_dml": "Descargar paquete DirectML",
"settings.hardware.detection_unavailable": "Detección de hardware no disponible.",
"settings.hardware.low_overhead": "Preajuste de baja carga",
"settings.hardware.low_overhead_note": "CPU + modelo más pequeño, para uso con batería/en segundo plano",
"settings.hardware.models": "Modelos",
"settings.hardware.downloading_model": "Descargando {name}",
"settings.hardware.active_badge": "Activo",
"settings.hardware.installed": "Instalado",
"settings.hardware.use": "Usar",
"settings.hardware.remove": "Eliminar",
"settings.hardware.cant_remove_active": "No se puede eliminar el modelo activo",
"settings.hardware.download": "Descargar",
"settings.hardware.diarization": "Diarización de hablantes",
"settings.hardware.diarization_hint": "Instala ambos modelos para que las grabaciones terminadas se separen por hablante (Hablante 1, Hablante 2, …) en lugar de una única transcripción continua. Se ejecuta totalmente sin conexión, una vez por reunión al detenerse. Sin ellos, cada línea se atribuye a un solo hablante.",
"settings.storage.title": "Almacenamiento",
"settings.storage.location_label": "Ubicación",
"settings.storage.location_hint": "Cambiar la ubicación de almacenamiento aún no es compatible — aquí es donde residen actualmente las reuniones, los modelos y la base de datos.",
"settings.storage.retention_title": "Retención",
"settings.storage.retention_hint": "Elimina automáticamente las reuniones más antiguas que superen un límite. Se comprueba una vez al inicio; vacío significa sin límite. Nunca afecta a una reunión que se está grabando.",
"settings.storage.max_age": "Antigüedad máxima (días)",
"settings.storage.max_size": "Tamaño máximo (GB)",
"settings.storage.no_limit": "sin límite",
"settings.storage.export_import_title": "Exportar e importar",
"settings.storage.export_hint_1": "Mueve grabaciones entre ordenadores como carpetas de paquete portátiles (audio, transcripción, notas, resumen y un",
"settings.storage.export_hint_2": "manifiesto). Exporta a cualquier carpeta — una unidad sincronizada, una memoria USB o el punto de montaje local de un destino de sincronización — y luego impórtalo en la otra máquina. Las reuniones importadas obtienen un id nuevo, por lo que reimportar nunca sobrescribe nada.",
"settings.storage.export_dialog_title": "Exportar todas las reuniones a…",
"settings.storage.import_dialog_title": "Importar un paquete (o una carpeta de paquetes)…",
"settings.storage.exporting": "Exportando…",
"settings.storage.export_all": "Exportar todas las reuniones…",
"settings.storage.importing": "Importando…",
"settings.storage.import_all": "Importar reuniones…",
"settings.storage.exported_one": "{n} reunión exportada.",
"settings.storage.exported_many": "{n} reuniones exportadas.",
"settings.storage.imported_one": "{n} reunión importada.",
"settings.storage.imported_many": "{n} reuniones importadas.",
"settings.calendar.title": "Calendario y Outlook .pst",
"settings.calendar.intro_1": "Importa eventos y asistentes desde una copia de seguridad local de Outlook",
"settings.calendar.intro_2": "— solo lectura, no se escribe nada de vuelta en el archivo. Nada sale de este dispositivo.",
"settings.calendar.pst_file": "Archivo .pst",
"settings.calendar.no_file": "Ningún archivo seleccionado",
"settings.calendar.browse": "Examinar…",
"settings.calendar.password": "Contraseña",
"settings.calendar.password_note": "raramente necesaria",
"settings.calendar.optional": "opcional",
"settings.calendar.import_range": "Rango de importación",
"settings.calendar.range_30": "Últimos 30 días",
"settings.calendar.range_90": "Últimos 90 días",
"settings.calendar.range_180": "Últimos 6 meses",
"settings.calendar.range_365": "Último año",
"settings.calendar.range_all": "Todo el tiempo",
"settings.calendar.range_hint": "Un buzón de larga duración puede contener años de entradas periódicas/festivas — reducir el rango mantiene el calendario importado en lo que realmente es relevante. Se aplica tanto a este botón de importar como a la reimportación automática al iniciar.",
"settings.calendar.importing": "Importando…",
"settings.calendar.import": "Importar",
"settings.calendar.import_progress": "{processed}/{total} eventos",
"settings.calendar.auto_reimport": "Reimportar este archivo automáticamente al iniciar",
"settings.calendar.auto_reimport_hint": "Se ejecuta una vez al inicio, no con un temporizador — la reimportación se puede repetir sin problemas (los eventos existentes se cotejan y actualizan, no se duplican).",
"settings.calendar.import_failed": "Error de importación: {error} — el archivo en sí no se toca; comprueba la ruta e inténtalo de nuevo.",
"settings.calendar.cleanup_title": "Limpiar",
"settings.calendar.cleanup_hint": "Los eventos ya vinculados a una reunión grabada se conservan siempre, sin importar la opción elegida abajo.",
"settings.calendar.cleanup_30": "Más antiguos de 30 días",
"settings.calendar.cleanup_90": "Más antiguos de 90 días",
"settings.calendar.cleanup_180": "Más antiguos de 6 meses",
"settings.calendar.cleanup_365": "Más antiguos de 1 año",
"settings.calendar.cleanup_all": "Eliminar todo",
"settings.calendar.cleaning": "Limpiando…",
"settings.calendar.cleanup_btn": "Limpiar calendario",
"settings.calendar.cleanup_result": "{deleted}{extra} eliminados.",
"settings.calendar.cleanup_kept": ", {n} conservados (vinculados a una reunión)",
"settings.calendar.cleanup_failed": "Error al limpiar: {error}",
"settings.calendar.imported_events": "Eventos importados",
"settings.calendar.no_events": "Aún no se han importado eventos.",
"settings.calendar.search_title": "Buscar título",
"settings.calendar.search_placeholder": "Nombre de la reunión…",
"settings.calendar.date_label": "Fecha",
"settings.calendar.events_count": "{shown} de {total} eventos",
"settings.calendar.untitled": "(sin título)",
"settings.dialog_title": "Ajustes",
"settings.close": "Cerrar",
"settings.close_title": "Cerrar (Esc)",
"settings.sync.stub": "Modo de vista previa — el backend de sincronización aún no está implementado (Fase 9). Los cambios se mantienen solo en la interfaz.",
"settings.sync.title": "Sincronización y subida",
"settings.sync.enable_label": "Habilitar la subida de artefactos de reuniones a los destinos configurados",
"settings.sync.enable_hint": "Desactivado por defecto. No se sube nada a menos que esto esté activado y haya un destino habilitado. Los destinos autoalojados mantienen los datos en tu propio servidor; las nubes de terceros están claramente etiquetadas.",
"settings.sync.targets_title": "Destinos",
"settings.sync.no_targets": "Aún no hay destinos. Añade uno abajo.",
"settings.sync.third_party": "terceros",
"settings.sync.your_server": "tu servidor",
"settings.sync.edit": "Editar",
"settings.sync.remove": "Eliminar",
"settings.sync.edit_target": "Editar destino",
"settings.sync.add_target": "Añadir un destino",
"settings.sync.webdav_hint": "WebDAV cubre Nextcloud, ownCloud, Cloudreve, Seafile y Synology. (Seafile: habilita SeafDAV en el servidor.)",
"settings.sync.name": "Nombre",
"settings.sync.name_placeholder": "Nextcloud de casa",
"settings.sync.provider": "Proveedor",
"settings.sync.server_url": "URL del servidor",
"settings.sync.server_url_note_1": "Solo la URL de tu servidor — WhispAssist añade",
"settings.sync.server_url_note_2": "automáticamente.",
"settings.sync.remote_folder": "Carpeta remota",
"settings.sync.username": "Nombre de usuario",
"settings.sync.app_password": "Contraseña de aplicación",
"settings.sync.pw_keep": "déjalo en blanco para mantener la contraseña actual",
"settings.sync.pw_store": "almacenada en el gestor de credenciales del sistema",
"settings.sync.upload_legend": "Subir",
"settings.sync.artifact_transcript": "transcripción",
"settings.sync.artifact_notes": "notas",
"settings.sync.artifact_summary": "resumen",
"settings.sync.artifact_recording": "grabación (.wav, si se conserva)",
"settings.sync.allow_plaintext": "Permitir http en texto plano para una dirección LAN (no recomendado)",
"settings.sync.encrypt_before": "Cifrar antes de subir (el destino almacena solo texto cifrado)",
"settings.sync.requires_vault": "— requiere una bóveda desbloqueada",
"settings.sync.test_connection": "Probar conexión",
"settings.sync.save_changes": "Guardar cambios",
"settings.sync.add_target_btn": "Añadir destino",
"settings.sync.cancel": "Cancelar",
"settings.sync.third_party_banner": "{kind} es una nube de terceros — subir envía tus datos fuera de tu dispositivo a {kind}.",
"settings.sync.link_account": "Vincular cuenta de {kind}…",
"settings.sync.oauth_hint": "Abre un inicio de sesión OAuth (redirección loopback); el token se almacena en el gestor de credenciales del sistema.",
"settings.sync.footnote": "Las credenciales nunca se escriben en los ajustes ni en la base de datos — solo en el gestor de credenciales del sistema. TLS es obligatorio para destinos que no sean de la LAN.",
"settings.ai.title": "Proveedor de resúmenes de IA",
"settings.ai.intro_1": "Los resúmenes se ejecutan en un LLM local por defecto. Apunta esto a Ollama en este PC o en otra máquina de tu LAN (p. ej.",
"settings.ai.intro_2": "— ambos cuentan como local, así que nada sale de tu red. Los proveedores alojados (Anthropic) son opcionales, están desactivados por defecto y envían la transcripción a un tercero en cuanto activas uno.",
"settings.ai.provider": "Proveedor",
"settings.ai.off": "Desactivado",
"settings.ai.provider_ollama": "Ollama (local / LAN)",
"settings.ai.provider_custom": "Personalizado (compatible con OpenAI)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — alojado, sale de este dispositivo",
"settings.ai.endpoint": "Endpoint",
"settings.ai.model": "Modelo",
"settings.ai.api_key": "Clave API",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (ya configurada — déjalo en blanco para mantenerla)",
"settings.ai.show_api_key": "Mostrar clave API",
"settings.ai.hide_api_key": "Ocultar clave API",
"settings.ai.anthropic_banner": "Anthropic es un servicio alojado de terceros — la transcripción de esta reunión sale de tu dispositivo cuando generas un resumen.",
"settings.ai.endpoint_banner": "Este endpoint no está en tu máquina ni en tu LAN — tu transcripción saldría de tu red.",
"settings.ai.saving": "Guardando…",
"settings.ai.save": "Guardar",
"settings.ai.test_connection": "Probar conexión",
"settings.ai.this_hosted_provider": "este proveedor alojado",
"settings.ai.reachable": "Accesible",
"settings.ai.unreachable": "Inaccesible",
"settings.ai.model_count_one": "· {n} modelo",
"settings.ai.model_count_many": "· {n} modelos",
"settings.ai.on_lan": "· en tu máquina / LAN",
"settings.ai.leaves_network": "· sale de tu red",
"settings.ai.advanced_title": "Configuración avanzada de Ollama",
"settings.ai.changed": "{n} modificados",
"settings.ai.reset_all": "Restablecer todo a los valores predeterminados",
"settings.ai.system_prompt": "Prompt del sistema",
"settings.ai.system_prompt_placeholder": "p. ej. Eres un resumidor de reuniones conciso.",
"settings.ai.system_prompt_hint": "Se añade antes del formato de salida requerido por WhispAssist, para que tus instrucciones no puedan romper el análisis del resumen/tareas.",
"settings.ai.think": "Razonar",
"settings.ai.think_help": "Esfuerzo de razonamiento (solo modelos de razonamiento).",
"settings.ai.keep_alive": "Mantener activo",
"settings.ai.keep_alive_help": "Cuánto tiempo permanece el modelo en la RAM. p. ej. 5m, 1h, 0 (descargar), -1 (siempre).",
"settings.ai.runtime_hardware": "Ejecución y hardware",
"settings.ai.rarely_needed": "— raramente necesario",
"settings.ai.save_advanced": "Guardar avanzado",
"settings.ai.saved": "Guardado",
"settings.ai.turn_off": "Desactivar",
"settings.ai.default_value": "Predeterminado {value}.",
"settings.ai.reset_default": "Restablecer al valor predeterminado",
"settings.ai.reset_field": "Restablecer {name}",
"settings.mcp.title": "Servidor MCP",
"settings.mcp.banner_1": "Esto permite que tu propio agente de programación (Claude Code, Codex, Copilot, OpenCode, …) obtenga el contexto de la reunión en tu máquina local. Una vez conectado,",
"settings.mcp.banner_agent": "ese agente",
"settings.mcp.banner_2": "puede reenviar lo que lee a la nube de su propio proveedor de modelos — fuera del control de WhispAssist. WhispAssist en sí nunca envía estos datos a ningún sitio; el servidor solo escucha en este dispositivo (",
"settings.mcp.banner_3": ") y cada lectura se registra abajo.",
"settings.mcp.enable": "Habilitar el servidor MCP",
"settings.mcp.enable_hint": "Desactivado por defecto. Solo loopback, protegido con token — nada es accesible desde la red.",
"settings.mcp.transport": "Transporte",
"settings.mcp.transport_http": "HTTP en streaming",
"settings.mcp.transport_stdio": "stdio (el agente genera un proceso)",
"settings.mcp.port": "Puerto",
"settings.mcp.transport_change_hint": "Para cambiar el transporte/puerto, apaga primero el servidor y vuelve a encenderlo.",
"settings.mcp.scope_title": "Alcance",
"settings.mcp.expose": "Exponer",
"settings.mcp.scope_none": "Ninguno — no se comparte nada",
"settings.mcp.scope_selected": "Seleccionados — solo los resúmenes de funciones que hayas marcado como compartidos",
"settings.mcp.scope_all": "Todo — reuniones, transcripciones, tareas y resúmenes compartidos",
"settings.mcp.expose_recordings": "Permitir también reuniones con una grabación guardada (desactivado por defecto — la transcripción de una reunión grabada se retiene incluso en el alcance «Todo» hasta que esto esté activado)",
"settings.mcp.token_title": "Nuevo token de autenticación — se muestra una vez, cópialo ahora",
"settings.mcp.token_hint": "Esto no se volverá a mostrar. Se almacena en el gestor de credenciales del sistema; si lo pierdes, apaga el servidor y vuelve a encenderlo para generar uno nuevo.",
"settings.mcp.copied": "Copiado",
"settings.mcp.copy": "Copiar",
"settings.mcp.endpoint": "Endpoint",
"settings.mcp.endpoint_hint": "Apunta la configuración del cliente MCP de tu agente a {kind}, con el token de arriba como credencial bearer.",
"settings.mcp.kind_command": "comando",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Registro de accesos",
"settings.mcp.access_log_hint": "Cada lectura de herramienta que hace un agente, permitida o denegada (FR-MCP-5).",
"settings.mcp.no_reads": "Ningún agente ha leído nada aún.",
"settings.mcp.log_meeting": "reunión {id}",
"settings.mcp.refresh": "Actualizar",
"settings.privacy.title": "Privacidad",
"settings.privacy.intro": "Lo que WhispAssist puede enviar realmente fuera de este dispositivo ahora mismo. Con todo desactivado (lo predeterminado), nada sale del dispositivo.",
"settings.privacy.llm_endpoint": "Endpoint del LLM",
"settings.privacy.off": "desactivado",
"settings.privacy.local_only": "solo local",
"settings.privacy.leaves_device": "sale de este dispositivo",
"settings.privacy.sync_label": "Sincronización",
"settings.privacy.enabled": "habilitada",
"settings.privacy.mcp_label": "Servidor MCP",
"settings.privacy.mcp_on": "activado · {scope}",
"settings.privacy.mcp_loopback_note": "Entrante solo en loopback — no añade nada a la lista de salida de arriba. Un agente conectado aún puede reenviar lo que lee a su propio proveedor de modelos; consulta la pestaña del servidor MCP.",
"settings.privacy.egress_title": "Lista de permitidos de salida",
"settings.privacy.no_egress": "No hay hosts en la lista de permitidos — WA no realiza ninguna salida de contenido.",
"settings.privacy.sync_targets_title": "Destinos de sincronización",
"settings.privacy.third_party": "terceros",
"settings.privacy.your_server": "tu servidor",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "sin TLS",
"settings.privacy.refresh": "Actualizar",
"settings.privacy.unavailable": "Autocomprobación de privacidad no disponible.",
"settings.privacy.vault_title": "Bóveda de cifrado",
"settings.privacy.vault_intro": "Cifra notas, transcripciones y resúmenes en reposo con una contraseña. (Los archivos de audio aún no se cifran.)",
"settings.privacy.vault_password": "Contraseña de la bóveda",
"settings.privacy.enable_vault": "Habilitar bóveda",
"settings.privacy.vault_pw_hint": "Usa al menos 8 caracteres. Si la olvidas, el contenido cifrado no se podrá recuperar.",
"settings.privacy.vault_locked_1": "La bóveda está ",
"settings.privacy.locked_word": "bloqueada",
"settings.privacy.vault_locked_2": ". Desbloquéala para leer las reuniones cifradas.",
"settings.privacy.password": "Contraseña",
"settings.privacy.unlock": "Desbloquear",
"settings.privacy.vault_unlocked_1": "La bóveda está ",
"settings.privacy.unlocked_word": "desbloqueada",
"settings.privacy.vault_unlocked_2": ". Las nuevas notas, transcripciones y resúmenes se cifran en reposo.",
"settings.privacy.lock_now": "Bloquear ahora",
"settings.privacy.change_password": "Cambiar contraseña",
"settings.privacy.current_password": "Contraseña actual",
"settings.privacy.new_password": "Nueva contraseña",
"settings.about.title": "Acerca de",
"settings.about.tagline": "Un asistente de reuniones totalmente local, de código abierto y nativo de Windows.",
"settings.about.build_commit": "Commit de compilación",
"consent.heading": "Antes de grabar",
"consent.body": "Grabar conversaciones sin el consentimiento de los participantes puede ser ilegal en tu región. Consulta las leyes locales sobre grabación. Esto es una advertencia, no asesoramiento legal.",
"consent.accept": "Entiendo — habilitar la grabación",
"consent.cancel": "Cancelar",
"hosted.heading": "Antes de usar {provider}",
"hosted.body_1": "Generar con",
"hosted.body_2": "envía la transcripción de esta reunión a sus servidores — sale de este dispositivo y queda sujeta a su política de privacidad. WhispAssist no tiene control sobre el tratamiento de los datos una vez que salen de tu dispositivo. Esto está desactivado por defecto; lo estás eligiendo ahora.",
"hosted.accept": "Entiendo — continuar",
"hosted.cancel": "Cancelar",
"theme.group": "Tema",
"theme.system": "Según el sistema",
"theme.light": "Claro",
"theme.dark": "Oscuro",
"import.dialog_label": "Añadir una reunión desde un archivo o URL",
"import.title": "Añadir una reunión",
"import.close": "Cerrar",
"import.close_title": "Cerrar (Esc)",
"import.body": "Importa una grabación existente — un archivo de audio/vídeo local o un enlace (YouTube, una página de streaming o una URL de medios directa). Se transcribe y se diariza igual que una grabación en directo.",
"import.file_or_url": "Archivo o URL",
"import.source_placeholder": "Pega una URL o busca un archivo…",
"import.choose_file": "Elegir un archivo local",
"import.browse": "Examinar…",
"import.title_label": "Título",
"import.optional": "opcional",
"import.title_placeholder": "Por defecto, el nombre del archivo",
"import.filter_av": "Audio / vídeo",
"import.requires_1": "Requiere",
"import.requires_2": "instalado y en tu PATH (además de",
"import.requires_3": "para las URL). WhispAssist no los incluye.",
"import.importing": "Importando… esto puede tardar un rato",
"import.import": "Importar",
"import.cancel": "Cancelar",
"tagchip.filter": "Filtrar reuniones etiquetadas con «{tag}»",
"tagchip.remove": "Eliminar etiqueta {tag}",
"levelmeter.system_mic": "Nivel de entrada del sistema y del micrófono",
"levelmeter.system": "Nivel de entrada del sistema",
"app.tagline": "local · privado",
"app.note_template": "Plantilla de notas",
"app.no_template": "Sin plantilla",
"app.add_meeting": "Añadir reunión",
"app.add_meeting_title": "Añadir una reunión desde un archivo o URL",
"app.record": "Grabar",
"app.record_title": "Iniciar grabación (Ctrl+Mayús+R)",
"app.stop": "Detener",
"app.stop_title": "Detener grabación (Ctrl+Mayús+R)",
"app.cancel": "Cancelar",
"app.cancel_title": "Descartar esta grabación y eliminarla",
"app.recording": "Grabando…",
"app.backend_title": "Backend de transcripción activo",
"app.retention_title": "Guardar el audio como .wav para esta reunión",
"app.saving": "guardando",
"app.not_saved": "no guardado",
"app.reconnecting": "reconectando el dispositivo de audio…",
"app.settings": "Ajustes",
"app.settings_title": "Ajustes (Ctrl+,)",
"app.discard_confirm": "¿Descartar esta grabación? Se eliminarán su audio y su transcripción.",
"app.announce_started": "Grabación iniciada",
"app.announce_paused": "Grabación en pausa",
"app.announce_stopped": "Grabación detenida",
"app.consent_dialog": "Consentimiento de grabación",
"app.vault_dialog": "Desbloquear la bóveda de cifrado",
"app.vault_title": "Desbloquear la bóveda de cifrado",
"app.vault_desc": "Tus reuniones están cifradas en reposo. Introduce tu contraseña para leerlas.",
"app.vault_password": "Contraseña de la bóveda",
"app.vault_incorrect": "Contraseña incorrecta",
"app.unlock": "Desbloquear",
"app.continue_locked": "Continuar bloqueado",
"app.show_meetings": "Mostrar lista de reuniones",
"app.hide_meetings": "Ocultar lista de reuniones",
"app.show_summary": "Mostrar panel de resumen",
"app.hide_summary": "Ocultar panel de resumen",
"app.resize_meetings": "Redimensionar lista de reuniones",
"app.resize_summary": "Redimensionar panel de resumen",
"meetings.search_placeholder": "Buscar reuniones…",
"meetings.search_aria": "Buscar reuniones",
"meetings.filter_tag_aria": "Filtrar por etiqueta",
"meetings.all_tags": "Todas las etiquetas",
"meetings.from_date_aria": "Desde la fecha",
"meetings.to_date_aria": "Hasta la fecha",
"meetings.bulk_format_aria": "Formato de exportación masiva",
"meetings.bulk_export": "Exportación masiva",
"meetings.bulk_export_title": "Exportar todas las reuniones que coincidan con los filtros de etiqueta/fecha de arriba",
"meetings.exporting": "Exportando…",
"meetings.exported_one": "{n} reunión exportada.",
"meetings.exported_many": "{n} reuniones exportadas.",
"meetings.searching": "Buscando…",
"meetings.loading": "Cargando reuniones…",
"meetings.no_matches": "Sin coincidencias.",
"meetings.empty": "Aún no hay reuniones — haz clic en Grabar arriba para empezar.",
"meetings.status.recording": "grabando",
"meetings.status.transcribing": "transcribiendo",
"meetings.status.recovering": "recuperando",
"meetings.status.error": "error",
"meetings.resume": "Reanudar transcripción",
"meetings.delete_aria": "Eliminar reunión",
"meetings.delete_confirm": "¿Eliminar esta reunión? Se eliminarán su grabación, transcripción y notas.",
"transcript.heading": "Transcripción",
"transcript.title_aria": "Título de la reunión",
"transcript.lang_title": "Idioma de transcripción",
"transcript.lang_auto": "detectando…",
"transcript.show": "Mostrar transcripción",
"transcript.hide": "Ocultar transcripción",
"transcript.empty": "No hay transcripción para esta reunión.",
"transcript.will_appear": "La transcripción aparecerá aquí mientras grabas.",
"transcript.play_from_here": "Reproducir desde aquí",
"transcript.resize": "Redimensionar transcripción y notas",
"transcript.reprocess_placeholder": "Volver a transcribir con…",
"transcript.reprocess_lang_aria": "Idioma de reprocesamiento",
"transcript.reprocess_keep_lang": "Mantener el idioma actual",
"transcript.reprocess_go": "Ir",
"transcript.retranscribing": "Volviendo a transcribir…",
"transcript.has_note": "Tiene una nota",
"transcript.note_placeholder": "Añade una nota para este momento…",
"transcript.note_aria": "Nota para esta línea de la transcripción",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Documento de Word",
"transcript.filter_obsidian": "Nota de Obsidian",
"notes.heading": "Notas",
"notes.show": "Mostrar notas",
"notes.hide": "Ocultar notas",
"notes.placeholder": "Notas…",
"notes.live_placeholder": "Escribe notas mientras hablas…",
"notes.toolbar_aria": "Formato de notas",
"notes.bold": "Negrita",
"notes.italic": "Cursiva",
"notes.h1": "Encabezado 1",
"notes.h2": "Encabezado 2",
"notes.bullet": "Lista con viñetas",
"notes.checkbox_title": "Casilla de verificación",
"notes.checkbox_aria": "Elemento de lista con casilla",
"notes.edit_raw": "Editar el markdown en bruto",
"notes.render": "Renderizar el markdown",
"notes.editor": "Editor",
"notes.preview": "Vista previa",
"notes.export_md_title": "Exportar notas como .md",
"notes.export_pdf_title": "Exportar notas como .pdf",
"notes.export_docx_title": "Exportar notas como .docx",
"notes.export_bundle_title": "Exportar audio + transcripción + notas a una carpeta",
"notes.export_obsidian_title": "Exportar una nota de Obsidian (notas + resumen + transcripción, sin audio)",
"summary.recording_heading": "Grabación",
"summary.loading_recording": "Cargando grabación…",
"summary.sync_heading": "Sincronización",
"summary.uploading": "Subiendo…",
"summary.upload_now": "Subir ahora",
"summary.no_uploads": "Aún no hay subidas para esta reunión.",
"summary.retry": "reintentar",
"summary.tags_heading": "Etiquetas",
"summary.tags_select": "Selecciona una reunión para etiquetarla.",
"summary.tag_add_placeholder": "Añadir etiqueta…",
"summary.tag_first_placeholder": "proyecto, cliente, tema…",
"summary.generating": "Generando…",
"summary.generate_tags": "Generar etiquetas",
"summary.saving": "Guardando…",
"summary.save_tags": "Guardar etiquetas",
"summary.summary_heading": "Resumen",
"summary.ai_provider": "Proveedor de IA",
"summary.provider_off": "Desactivado",
"summary.provider_custom": "Personalizado",
"summary.local": "local",
"summary.leaves_device": "sale de este dispositivo",
"summary.this_hosted_provider": "este proveedor alojado",
"summary.select_generate": "Selecciona una reunión para generar un resumen.",
"summary.decisions_heading": "Decisiones",
"summary.regenerate": "Regenerar",
"summary.generated_hint": "Generado localmente tras la reunión (requiere un proveedor de LLM local).",
"summary.no_provider": "No hay proveedor de IA configurado — habilita uno en Ajustes.",
"summary.generate_summary": "Generar resumen",
"summary.briefs_heading": "Resúmenes de funciones",
"summary.briefs_select": "Selecciona una reunión para crear o ver resúmenes de funciones.",
"summary.briefs_desc": "Destila esta reunión en una especificación lista para agentes (requiere un proveedor de LLM local) — entrégala a un agente de programación o sírvela a través del servidor MCP una vez que esté activado.",
"summary.brief_repo_placeholder": "Repo de destino (opcional), p. ej. acme/reporting-web",
"summary.distilling": "Destilando…",
"summary.create_brief": "Crear resumen de función",
"summary.brief_mcp_title": "Disponible cuando el servidor MCP está activado",
"summary.copied": "Copiado",
"summary.copy_md": "Copiar como Markdown",
"summary.copy_json": "Copiar como JSON",
"summary.brief_problem": "Problema",
"summary.brief_outcome": "Resultado deseado",
"summary.brief_criteria": "Criterios de aceptación",
"summary.brief_none": "Nada capturado.",
"summary.brief_context": "Contexto",
"summary.action_items_heading": "Tareas",
"summary.ai_select": "Selecciona una reunión para ver sus tareas.",
"summary.ai_empty": "Aún no hay ninguna — añade una abajo o genera un resumen para extraerlas automáticamente.",
"summary.confirmed": "Confirmada",
"summary.ai_text_placeholder": "Tarea…",
"summary.ai_text_aria": "Texto de la tarea",
"summary.owner": "Responsable",
"summary.due_date": "Fecha límite",
"summary.reminder_title": "Programar un recordatorio local para esta fecha límite",
"summary.ai_delete_title": "Eliminar esta tarea",
"summary.ai_delete_aria": "Eliminar tarea",
"summary.add_action_item": "Añadir tarea",
"summary.save_action_items": "Guardar tareas",
"summary.calendar_heading": "Evento del calendario",
"summary.cal_select": "Selecciona una reunión para vincularla a un evento del calendario.",
"summary.event_search_placeholder": "Buscar título del evento…",
"summary.linked_event": "Evento vinculado",
"summary.change_event": "Cambiar evento…",
"summary.link_event": "Vincular un evento…",
"summary.untitled_event": "(sin título)",
"summary.no_events_1": "Aún no se han importado eventos — importa uno",
"summary.no_events_2": "desde Ajustes → Calendario.",
"summary.no_events_match": "Ningún evento coincide con esta búsqueda/fecha — prueba a borrar una.",
"summary.organizer_label": "Organizador: {name}",
"summary.participants_heading": "Participantes",
"summary.participants_hint": "Se rellena a partir del evento del calendario vinculado.",
"summary.speakers_heading": "Hablantes",
"summary.speakers_select": "Selecciona una reunión para nombrar a sus hablantes.",
"summary.no_speakers": "Aún no se han detectado hablantes.",
"summary.speaker_name_placeholder": "Nombre del hablante",
"summary.save": "Guardar",
"summary.cancel": "Cancelar",
"summary.name_speaker": "Nombrar a este hablante…",
"summary.add_new_name": "+ Añadir nuevo nombre…",
"settings.recording.title": "Grabación",
"settings.recording.record_default": "Grabar las reuniones por defecto",
"settings.recording.save_audio_as": "guardar el audio como",
"settings.recording.default_hint": "Desactivado por defecto. Cuando está desactivado, el audio se usa solo para producir la transcripción y se elimina al finalizar la reunión. También puedes activar la grabación por reunión.",
"settings.recording.consent_label": "Consentimiento: {status}.",
"settings.recording.consent_ack": "reconocido",
"settings.recording.consent_not": "aún no reconocido",
"settings.recording.auto_label": "Iniciar la grabación automáticamente cuando comience un evento del calendario",
"settings.recording.auto_hint": "Solo mientras WhispAssist esté abierto. Cuando llega la hora de inicio de un evento del calendario importado, comienza una grabación automáticamente (usando tu ajuste de retención predeterminado de arriba). Nada se ejecuta en segundo plano — el temporizador solo se arma mientras la aplicación está en ejecución. Importa eventos en Ajustes → Calendario."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Grabación",
"nav.hardware": "Hardware",
"nav.storage": "Almacenamiento",
"nav.calendar": "Calendario",
"nav.sync": "Sincronización",
"nav.ai": "IA",
"nav.mcp": "Servidor MCP",
"nav.privacy": "Privacidad",
"nav.about": "Acerca de",
"nav.language": "Idioma",
"settings.language.title": "Idioma",
"settings.language.display": "Idioma de la interfaz",
"settings.language.display_hint": "El idioma de la interfaz de la aplicación. Agregar un idioma es tan sencillo como colocar un solo archivo de traducción.",
"settings.transcription.title": "Idioma de transcripción",
"settings.transcription.label": "Idioma",
"settings.transcription.auto": "Detección automática",
"settings.transcription.applies_hint": "Se aplica a la próxima grabación. El idioma realmente utilizado se muestra después en cada reunión.",
"settings.transcription.english_only": "Solo inglés",
"settings.transcription.model_english_only": "«{model}» es solo en inglés.",
"settings.transcription.no_model": "Ningún modelo seleccionado.",
"settings.transcription.switch_multilingual": "Cambia a un modelo multilingüe arriba para elegir un idioma.",
"settings.hardware.title": "Hardware",
"settings.hardware.active_backend": "Backend activo",
"settings.hardware.model_meta": "· modelo {size}",
"settings.hardware.preferred_backend": "Backend preferido",
"settings.hardware.auto_backend": "Automático (el mejor disponible)",
"settings.hardware.not_available": "no disponible",
"settings.hardware.fallback_hint": "Recurre automáticamente (NPU → NVIDIA → AMD → Intel → CPU) si el backend elegido no se carga.",
"settings.hardware.audio_devices": "Dispositivos de audio",
"settings.hardware.recording_device": "Dispositivo de grabación",
"settings.hardware.default_system_audio": "Audio del sistema predeterminado",
"settings.hardware.recording_device_hint": "WhispAssist graba lo que reproduce este dispositivo (loopback) — el otro lado de la llamada. Elige una salida específica si no quieres que siga el valor predeterminado del sistema de Windows.",
"settings.hardware.microphone": "Micrófono",
"settings.hardware.mic_off": "Desactivado — no capturar mi micrófono",
"settings.hardware.default_mic": "Micrófono predeterminado",
"settings.hardware.mic_hint": "Agrega tu propia voz a la transcripción en vivo para que se capturen ambos lados de la reunión. Permanece en tu dispositivo — no se sube nada. Elige «Desactivado» para transcribir solo el audio del sistema de arriba.",
"settings.hardware.npu_detected": "Acelerador NPU detectado",
"settings.hardware.ready": "Listo",
"settings.hardware.downloading": "Descargando…",
"settings.hardware.package_needed": "Se necesita un paquete",
"settings.hardware.npu_hint": "Tu NPU necesita un paquete de aceleración único (modelo Whisper ONNX{extra}). Se descarga en segundo plano; también puedes iniciarlo ahora.",
"settings.hardware.plus_openvino": " + entorno de ejecución OpenVINO",
"settings.hardware.download_npu": "Descargar paquete NPU",
"settings.hardware.dml_title": "Aceleración de GPU (DirectML)",
"settings.hardware.dml_hint": "Tu GPU puede acelerarse sin Vulkan mediante DirectML — un paquete único (modelo Whisper ONNX{extra}).",
"settings.hardware.plus_directml": " + entorno de ejecución DirectML",
"settings.hardware.download_dml": "Descargar paquete DirectML",
"settings.hardware.detection_unavailable": "Detección de hardware no disponible.",
"settings.hardware.low_overhead": "Preajuste de baja carga",
"settings.hardware.low_overhead_note": "CPU + modelo más pequeño, para uso con batería/en segundo plano",
"settings.hardware.models": "Modelos",
"settings.hardware.downloading_model": "Descargando {name}",
"settings.hardware.active_badge": "Activo",
"settings.hardware.installed": "Instalado",
"settings.hardware.use": "Usar",
"settings.hardware.remove": "Quitar",
"settings.hardware.cant_remove_active": "No se puede quitar el modelo activo",
"settings.hardware.download": "Descargar",
"settings.hardware.diarization": "Diarización de hablantes",
"settings.hardware.diarization_hint": "Instala ambos modelos para que las grabaciones terminadas se separen por hablante (Hablante 1, Hablante 2, …) en lugar de una sola transcripción continua. Se ejecuta totalmente sin conexión, una vez por reunión al detenerse. Sin ellos, cada línea se atribuye a un solo hablante.",
"settings.storage.title": "Almacenamiento",
"settings.storage.location_label": "Ubicación",
"settings.storage.location_hint": "Cambiar la ubicación de almacenamiento aún no es compatible — aquí es donde residen actualmente las reuniones, los modelos y la base de datos.",
"settings.storage.retention_title": "Retención",
"settings.storage.retention_hint": "Elimina automáticamente las reuniones más antiguas que superen un límite. Se comprueba una vez al inicio; vacío significa sin límite. Nunca afecta a una reunión que se está grabando.",
"settings.storage.max_age": "Antigüedad máxima (días)",
"settings.storage.max_size": "Tamaño máximo (GB)",
"settings.storage.no_limit": "sin límite",
"settings.storage.export_import_title": "Exportar e importar",
"settings.storage.export_hint_1": "Mueve grabaciones entre computadoras como carpetas de paquete portátiles (audio, transcripción, notas, resumen y un",
"settings.storage.export_hint_2": "manifiesto). Exporta a cualquier carpeta — una unidad sincronizada, una memoria USB o el punto de montaje local de un destino de sincronización — y luego impórtalo en la otra computadora. Las reuniones importadas obtienen un id nuevo, por lo que reimportar nunca sobrescribe nada.",
"settings.storage.export_dialog_title": "Exportar todas las reuniones a…",
"settings.storage.import_dialog_title": "Importar un paquete (o una carpeta de paquetes)…",
"settings.storage.exporting": "Exportando…",
"settings.storage.export_all": "Exportar todas las reuniones…",
"settings.storage.importing": "Importando…",
"settings.storage.import_all": "Importar reuniones…",
"settings.storage.exported_one": "{n} reunión exportada.",
"settings.storage.exported_many": "{n} reuniones exportadas.",
"settings.storage.imported_one": "{n} reunión importada.",
"settings.storage.imported_many": "{n} reuniones importadas.",
"settings.calendar.title": "Calendario y Outlook .pst",
"settings.calendar.intro_1": "Importa eventos y asistentes desde un respaldo local de Outlook",
"settings.calendar.intro_2": "— solo lectura, no se escribe nada de vuelta en el archivo. Nada sale de este dispositivo.",
"settings.calendar.pst_file": "Archivo .pst",
"settings.calendar.no_file": "Ningún archivo seleccionado",
"settings.calendar.browse": "Examinar…",
"settings.calendar.password": "Contraseña",
"settings.calendar.password_note": "raramente necesaria",
"settings.calendar.optional": "opcional",
"settings.calendar.import_range": "Rango de importación",
"settings.calendar.range_30": "Últimos 30 días",
"settings.calendar.range_90": "Últimos 90 días",
"settings.calendar.range_180": "Últimos 6 meses",
"settings.calendar.range_365": "Último año",
"settings.calendar.range_all": "Todo el tiempo",
"settings.calendar.range_hint": "Un buzón de larga duración puede contener años de entradas periódicas/festivas — reducir el rango mantiene el calendario importado en lo que realmente es relevante. Se aplica tanto a este botón de importar como a la reimportación automática al iniciar.",
"settings.calendar.importing": "Importando…",
"settings.calendar.import": "Importar",
"settings.calendar.import_progress": "{processed}/{total} eventos",
"settings.calendar.auto_reimport": "Reimportar este archivo automáticamente al iniciar",
"settings.calendar.auto_reimport_hint": "Se ejecuta una vez al inicio, no con un temporizador — la reimportación se puede repetir sin problemas (los eventos existentes se cotejan y actualizan, no se duplican).",
"settings.calendar.import_failed": "Error de importación: {error} — el archivo en sí no se toca; comprueba la ruta e inténtalo de nuevo.",
"settings.calendar.cleanup_title": "Limpiar",
"settings.calendar.cleanup_hint": "Los eventos ya vinculados a una reunión grabada se conservan siempre, sin importar la opción elegida abajo.",
"settings.calendar.cleanup_30": "Más antiguos de 30 días",
"settings.calendar.cleanup_90": "Más antiguos de 90 días",
"settings.calendar.cleanup_180": "Más antiguos de 6 meses",
"settings.calendar.cleanup_365": "Más antiguos de 1 año",
"settings.calendar.cleanup_all": "Eliminar todo",
"settings.calendar.cleaning": "Limpiando…",
"settings.calendar.cleanup_btn": "Limpiar calendario",
"settings.calendar.cleanup_result": "{deleted}{extra} eliminados.",
"settings.calendar.cleanup_kept": ", {n} conservados (vinculados a una reunión)",
"settings.calendar.cleanup_failed": "Error al limpiar: {error}",
"settings.calendar.imported_events": "Eventos importados",
"settings.calendar.no_events": "Aún no se han importado eventos.",
"settings.calendar.search_title": "Buscar título",
"settings.calendar.search_placeholder": "Nombre de la reunión…",
"settings.calendar.date_label": "Fecha",
"settings.calendar.events_count": "{shown} de {total} eventos",
"settings.calendar.untitled": "(sin título)",
"settings.dialog_title": "Configuración",
"settings.close": "Cerrar",
"settings.close_title": "Cerrar (Esc)",
"settings.sync.stub": "Modo de vista previa — el backend de sincronización aún no está implementado (Fase 9). Los cambios se mantienen solo en la interfaz.",
"settings.sync.title": "Sincronización y subida",
"settings.sync.enable_label": "Habilitar la subida de artefactos de reuniones a los destinos configurados",
"settings.sync.enable_hint": "Desactivado por defecto. No se sube nada a menos que esto esté activado y haya un destino habilitado. Los destinos autoalojados mantienen los datos en tu propio servidor; las nubes de terceros están claramente etiquetadas.",
"settings.sync.targets_title": "Destinos",
"settings.sync.no_targets": "Aún no hay destinos. Agrega uno abajo.",
"settings.sync.third_party": "terceros",
"settings.sync.your_server": "tu servidor",
"settings.sync.edit": "Editar",
"settings.sync.remove": "Quitar",
"settings.sync.edit_target": "Editar destino",
"settings.sync.add_target": "Agregar un destino",
"settings.sync.webdav_hint": "WebDAV cubre Nextcloud, ownCloud, Cloudreve, Seafile y Synology. (Seafile: habilita SeafDAV en el servidor.)",
"settings.sync.name": "Nombre",
"settings.sync.name_placeholder": "Nextcloud de casa",
"settings.sync.provider": "Proveedor",
"settings.sync.server_url": "URL del servidor",
"settings.sync.server_url_note_1": "Solo la URL de tu servidor — WhispAssist agrega",
"settings.sync.server_url_note_2": "automáticamente.",
"settings.sync.remote_folder": "Carpeta remota",
"settings.sync.username": "Nombre de usuario",
"settings.sync.app_password": "Contraseña de aplicación",
"settings.sync.pw_keep": "déjalo en blanco para mantener la contraseña actual",
"settings.sync.pw_store": "almacenada en el administrador de credenciales del sistema",
"settings.sync.upload_legend": "Subir",
"settings.sync.artifact_transcript": "transcripción",
"settings.sync.artifact_notes": "notas",
"settings.sync.artifact_summary": "resumen",
"settings.sync.artifact_recording": "grabación (.wav, si se conserva)",
"settings.sync.allow_plaintext": "Permitir http en texto plano para una dirección LAN (no recomendado)",
"settings.sync.encrypt_before": "Cifrar antes de subir (el destino almacena solo texto cifrado)",
"settings.sync.requires_vault": "— requiere una bóveda desbloqueada",
"settings.sync.test_connection": "Probar conexión",
"settings.sync.save_changes": "Guardar cambios",
"settings.sync.add_target_btn": "Agregar destino",
"settings.sync.cancel": "Cancelar",
"settings.sync.third_party_banner": "{kind} es una nube de terceros — subir envía tus datos fuera de tu dispositivo a {kind}.",
"settings.sync.link_account": "Vincular cuenta de {kind}…",
"settings.sync.oauth_hint": "Abre un inicio de sesión OAuth (redirección loopback); el token se almacena en el administrador de credenciales del sistema.",
"settings.sync.footnote": "Las credenciales nunca se escriben en la configuración ni en la base de datos — solo en el administrador de credenciales del sistema. TLS es obligatorio para destinos que no sean de la LAN.",
"settings.ai.title": "Proveedor de resúmenes de IA",
"settings.ai.intro_1": "Los resúmenes se ejecutan en un LLM local por defecto. Apunta esto a Ollama en esta computadora o en otra máquina de tu LAN (p. ej.",
"settings.ai.intro_2": "— ambos cuentan como local, así que nada sale de tu red. Los proveedores alojados (Anthropic) son opcionales, están desactivados por defecto y envían la transcripción a un tercero en cuanto activas uno.",
"settings.ai.provider": "Proveedor",
"settings.ai.off": "Desactivado",
"settings.ai.provider_ollama": "Ollama (local / LAN)",
"settings.ai.provider_custom": "Personalizado (compatible con OpenAI)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — alojado, sale de este dispositivo",
"settings.ai.endpoint": "Endpoint",
"settings.ai.model": "Modelo",
"settings.ai.api_key": "Clave API",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (ya configurada — déjalo en blanco para mantenerla)",
"settings.ai.show_api_key": "Mostrar clave API",
"settings.ai.hide_api_key": "Ocultar clave API",
"settings.ai.anthropic_banner": "Anthropic es un servicio alojado de terceros — la transcripción de esta reunión sale de tu dispositivo cuando generas un resumen.",
"settings.ai.endpoint_banner": "Este endpoint no está en tu máquina ni en tu LAN — tu transcripción saldría de tu red.",
"settings.ai.saving": "Guardando…",
"settings.ai.save": "Guardar",
"settings.ai.test_connection": "Probar conexión",
"settings.ai.this_hosted_provider": "este proveedor alojado",
"settings.ai.reachable": "Accesible",
"settings.ai.unreachable": "Inaccesible",
"settings.ai.model_count_one": "· {n} modelo",
"settings.ai.model_count_many": "· {n} modelos",
"settings.ai.on_lan": "· en tu máquina / LAN",
"settings.ai.leaves_network": "· sale de tu red",
"settings.ai.advanced_title": "Configuración avanzada de Ollama",
"settings.ai.changed": "{n} modificados",
"settings.ai.reset_all": "Restablecer todo a los valores predeterminados",
"settings.ai.system_prompt": "Prompt del sistema",
"settings.ai.system_prompt_placeholder": "p. ej. Eres un resumidor de reuniones conciso.",
"settings.ai.system_prompt_hint": "Se agrega antes del formato de salida requerido por WhispAssist, para que tus instrucciones no puedan romper el análisis del resumen/tareas.",
"settings.ai.think": "Razonar",
"settings.ai.think_help": "Esfuerzo de razonamiento (solo modelos de razonamiento).",
"settings.ai.keep_alive": "Mantener activo",
"settings.ai.keep_alive_help": "Cuánto tiempo permanece el modelo en la RAM. p. ej. 5m, 1h, 0 (descargar), -1 (siempre).",
"settings.ai.runtime_hardware": "Ejecución y hardware",
"settings.ai.rarely_needed": "— raramente necesario",
"settings.ai.save_advanced": "Guardar avanzado",
"settings.ai.saved": "Guardado",
"settings.ai.turn_off": "Desactivar",
"settings.ai.default_value": "Predeterminado {value}.",
"settings.ai.reset_default": "Restablecer al valor predeterminado",
"settings.ai.reset_field": "Restablecer {name}",
"settings.mcp.title": "Servidor MCP",
"settings.mcp.banner_1": "Esto permite que tu propio agente de programación (Claude Code, Codex, Copilot, OpenCode, …) obtenga el contexto de la reunión en tu máquina local. Una vez conectado,",
"settings.mcp.banner_agent": "ese agente",
"settings.mcp.banner_2": "puede reenviar lo que lee a la nube de su propio proveedor de modelos — fuera del control de WhispAssist. WhispAssist en sí nunca envía estos datos a ningún lado; el servidor solo escucha en este dispositivo (",
"settings.mcp.banner_3": ") y cada lectura se registra abajo.",
"settings.mcp.enable": "Habilitar el servidor MCP",
"settings.mcp.enable_hint": "Desactivado por defecto. Solo loopback, protegido con token — nada es accesible desde la red.",
"settings.mcp.transport": "Transporte",
"settings.mcp.transport_http": "HTTP en streaming",
"settings.mcp.transport_stdio": "stdio (el agente genera un proceso)",
"settings.mcp.port": "Puerto",
"settings.mcp.transport_change_hint": "Para cambiar el transporte/puerto, apaga primero el servidor y vuelve a encenderlo.",
"settings.mcp.scope_title": "Alcance",
"settings.mcp.expose": "Exponer",
"settings.mcp.scope_none": "Ninguno — no se comparte nada",
"settings.mcp.scope_selected": "Seleccionados — solo los resúmenes de funciones que hayas marcado como compartidos",
"settings.mcp.scope_all": "Todo — reuniones, transcripciones, tareas y resúmenes compartidos",
"settings.mcp.expose_recordings": "Permitir también reuniones con una grabación guardada (desactivado por defecto — la transcripción de una reunión grabada se retiene incluso en el alcance «Todo» hasta que esto esté activado)",
"settings.mcp.token_title": "Nuevo token de autenticación — se muestra una vez, cópialo ahora",
"settings.mcp.token_hint": "Esto no se volverá a mostrar. Se almacena en el administrador de credenciales del sistema; si lo pierdes, apaga el servidor y vuelve a encenderlo para generar uno nuevo.",
"settings.mcp.copied": "Copiado",
"settings.mcp.copy": "Copiar",
"settings.mcp.endpoint": "Endpoint",
"settings.mcp.endpoint_hint": "Apunta la configuración del cliente MCP de tu agente a {kind}, con el token de arriba como credencial bearer.",
"settings.mcp.kind_command": "comando",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Registro de accesos",
"settings.mcp.access_log_hint": "Cada lectura de herramienta que hace un agente, permitida o denegada (FR-MCP-5).",
"settings.mcp.no_reads": "Ningún agente ha leído nada aún.",
"settings.mcp.log_meeting": "reunión {id}",
"settings.mcp.refresh": "Actualizar",
"settings.privacy.title": "Privacidad",
"settings.privacy.intro": "Lo que WhispAssist puede enviar realmente fuera de este dispositivo ahora mismo. Con todo desactivado (lo predeterminado), nada sale del dispositivo.",
"settings.privacy.llm_endpoint": "Endpoint del LLM",
"settings.privacy.off": "desactivado",
"settings.privacy.local_only": "solo local",
"settings.privacy.leaves_device": "sale de este dispositivo",
"settings.privacy.sync_label": "Sincronización",
"settings.privacy.enabled": "habilitada",
"settings.privacy.mcp_label": "Servidor MCP",
"settings.privacy.mcp_on": "activado · {scope}",
"settings.privacy.mcp_loopback_note": "Entrante solo en loopback — no agrega nada a la lista de salida de arriba. Un agente conectado aún puede reenviar lo que lee a su propio proveedor de modelos; consulta la pestaña del servidor MCP.",
"settings.privacy.egress_title": "Lista de permitidos de salida",
"settings.privacy.no_egress": "No hay hosts en la lista de permitidos — WA no realiza ninguna salida de contenido.",
"settings.privacy.sync_targets_title": "Destinos de sincronización",
"settings.privacy.third_party": "terceros",
"settings.privacy.your_server": "tu servidor",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "sin TLS",
"settings.privacy.refresh": "Actualizar",
"settings.privacy.unavailable": "Autocomprobación de privacidad no disponible.",
"settings.privacy.vault_title": "Bóveda de cifrado",
"settings.privacy.vault_intro": "Cifra notas, transcripciones y resúmenes en reposo con una contraseña. (Los archivos de audio aún no se cifran.)",
"settings.privacy.vault_password": "Contraseña de la bóveda",
"settings.privacy.enable_vault": "Habilitar bóveda",
"settings.privacy.vault_pw_hint": "Usa al menos 8 caracteres. Si la olvidas, el contenido cifrado no se podrá recuperar.",
"settings.privacy.vault_locked_1": "La bóveda está ",
"settings.privacy.locked_word": "bloqueada",
"settings.privacy.vault_locked_2": ". Desbloquéala para leer las reuniones cifradas.",
"settings.privacy.password": "Contraseña",
"settings.privacy.unlock": "Desbloquear",
"settings.privacy.vault_unlocked_1": "La bóveda está ",
"settings.privacy.unlocked_word": "desbloqueada",
"settings.privacy.vault_unlocked_2": ". Las nuevas notas, transcripciones y resúmenes se cifran en reposo.",
"settings.privacy.lock_now": "Bloquear ahora",
"settings.privacy.change_password": "Cambiar contraseña",
"settings.privacy.current_password": "Contraseña actual",
"settings.privacy.new_password": "Nueva contraseña",
"settings.about.title": "Acerca de",
"settings.about.tagline": "Un asistente de reuniones totalmente local, de código abierto y nativo de Windows.",
"settings.about.build_commit": "Commit de compilación",
"consent.heading": "Antes de grabar",
"consent.body": "Grabar conversaciones sin el consentimiento de los participantes puede ser ilegal en tu región. Consulta las leyes locales sobre grabación. Esto es una advertencia, no asesoría legal.",
"consent.accept": "Entiendo — habilitar la grabación",
"consent.cancel": "Cancelar",
"hosted.heading": "Antes de usar {provider}",
"hosted.body_1": "Generar con",
"hosted.body_2": "envía la transcripción de esta reunión a sus servidores — sale de este dispositivo y queda sujeta a su política de privacidad. WhispAssist no tiene control sobre el tratamiento de los datos una vez que salen de tu dispositivo. Esto está desactivado por defecto; lo estás eligiendo ahora.",
"hosted.accept": "Entiendo — continuar",
"hosted.cancel": "Cancelar",
"theme.group": "Tema",
"theme.system": "Según el sistema",
"theme.light": "Claro",
"theme.dark": "Oscuro",
"import.dialog_label": "Agregar una reunión desde un archivo o URL",
"import.title": "Agregar una reunión",
"import.close": "Cerrar",
"import.close_title": "Cerrar (Esc)",
"import.body": "Importa una grabación existente — un archivo de audio/video local o un enlace (YouTube, una página de streaming o una URL de medios directa). Se transcribe y se diariza igual que una grabación en vivo.",
"import.file_or_url": "Archivo o URL",
"import.source_placeholder": "Pega una URL o busca un archivo…",
"import.choose_file": "Elegir un archivo local",
"import.browse": "Examinar…",
"import.title_label": "Título",
"import.optional": "opcional",
"import.title_placeholder": "Por defecto, el nombre del archivo",
"import.filter_av": "Audio / video",
"import.requires_1": "Requiere",
"import.requires_2": "instalado y en tu PATH (además de",
"import.requires_3": "para las URL). WhispAssist no los incluye.",
"import.importing": "Importando… esto puede tardar un rato",
"import.import": "Importar",
"import.cancel": "Cancelar",
"tagchip.filter": "Filtrar reuniones etiquetadas con «{tag}»",
"tagchip.remove": "Quitar etiqueta {tag}",
"levelmeter.system_mic": "Nivel de entrada del sistema y del micrófono",
"levelmeter.system": "Nivel de entrada del sistema",
"app.tagline": "local · privado",
"app.note_template": "Plantilla de notas",
"app.no_template": "Sin plantilla",
"app.add_meeting": "Agregar reunión",
"app.add_meeting_title": "Agregar una reunión desde un archivo o URL",
"app.record": "Grabar",
"app.record_title": "Iniciar grabación (Ctrl+Mayús+R)",
"app.stop": "Detener",
"app.stop_title": "Detener grabación (Ctrl+Mayús+R)",
"app.cancel": "Cancelar",
"app.cancel_title": "Descartar esta grabación y eliminarla",
"app.recording": "Grabando…",
"app.backend_title": "Backend de transcripción activo",
"app.retention_title": "Guardar el audio como .wav para esta reunión",
"app.saving": "guardando",
"app.not_saved": "no guardado",
"app.reconnecting": "reconectando el dispositivo de audio…",
"app.settings": "Configuración",
"app.settings_title": "Configuración (Ctrl+,)",
"app.discard_confirm": "¿Descartar esta grabación? Se eliminarán su audio y su transcripción.",
"app.announce_started": "Grabación iniciada",
"app.announce_paused": "Grabación en pausa",
"app.announce_stopped": "Grabación detenida",
"app.consent_dialog": "Consentimiento de grabación",
"app.vault_dialog": "Desbloquear la bóveda de cifrado",
"app.vault_title": "Desbloquear la bóveda de cifrado",
"app.vault_desc": "Tus reuniones están cifradas en reposo. Ingresa tu contraseña para leerlas.",
"app.vault_password": "Contraseña de la bóveda",
"app.vault_incorrect": "Contraseña incorrecta",
"app.unlock": "Desbloquear",
"app.continue_locked": "Continuar bloqueado",
"app.show_meetings": "Mostrar lista de reuniones",
"app.hide_meetings": "Ocultar lista de reuniones",
"app.show_summary": "Mostrar panel de resumen",
"app.hide_summary": "Ocultar panel de resumen",
"app.resize_meetings": "Redimensionar lista de reuniones",
"app.resize_summary": "Redimensionar panel de resumen",
"meetings.search_placeholder": "Buscar reuniones…",
"meetings.search_aria": "Buscar reuniones",
"meetings.filter_tag_aria": "Filtrar por etiqueta",
"meetings.all_tags": "Todas las etiquetas",
"meetings.from_date_aria": "Desde la fecha",
"meetings.to_date_aria": "Hasta la fecha",
"meetings.bulk_format_aria": "Formato de exportación masiva",
"meetings.bulk_export": "Exportación masiva",
"meetings.bulk_export_title": "Exportar todas las reuniones que coincidan con los filtros de etiqueta/fecha de arriba",
"meetings.exporting": "Exportando…",
"meetings.exported_one": "{n} reunión exportada.",
"meetings.exported_many": "{n} reuniones exportadas.",
"meetings.searching": "Buscando…",
"meetings.loading": "Cargando reuniones…",
"meetings.no_matches": "Sin coincidencias.",
"meetings.empty": "Aún no hay reuniones — haz clic en Grabar arriba para empezar.",
"meetings.status.recording": "grabando",
"meetings.status.transcribing": "transcribiendo",
"meetings.status.recovering": "recuperando",
"meetings.status.error": "error",
"meetings.resume": "Reanudar transcripción",
"meetings.delete_aria": "Eliminar reunión",
"meetings.delete_confirm": "¿Eliminar esta reunión? Se eliminarán su grabación, transcripción y notas.",
"transcript.heading": "Transcripción",
"transcript.title_aria": "Título de la reunión",
"transcript.lang_title": "Idioma de transcripción",
"transcript.lang_auto": "detectando…",
"transcript.show": "Mostrar transcripción",
"transcript.hide": "Ocultar transcripción",
"transcript.empty": "No hay transcripción para esta reunión.",
"transcript.will_appear": "La transcripción aparecerá aquí mientras grabas.",
"transcript.play_from_here": "Reproducir desde aquí",
"transcript.resize": "Redimensionar transcripción y notas",
"transcript.reprocess_placeholder": "Volver a transcribir con…",
"transcript.reprocess_lang_aria": "Idioma de reprocesamiento",
"transcript.reprocess_keep_lang": "Mantener el idioma actual",
"transcript.reprocess_go": "Ir",
"transcript.retranscribing": "Volviendo a transcribir…",
"transcript.has_note": "Tiene una nota",
"transcript.note_placeholder": "Agrega una nota para este momento…",
"transcript.note_aria": "Nota para esta línea de la transcripción",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Documento de Word",
"transcript.filter_obsidian": "Nota de Obsidian",
"notes.heading": "Notas",
"notes.show": "Mostrar notas",
"notes.hide": "Ocultar notas",
"notes.placeholder": "Notas…",
"notes.live_placeholder": "Escribe notas mientras hablas…",
"notes.toolbar_aria": "Formato de notas",
"notes.bold": "Negrita",
"notes.italic": "Cursiva",
"notes.h1": "Encabezado 1",
"notes.h2": "Encabezado 2",
"notes.bullet": "Lista con viñetas",
"notes.checkbox_title": "Casilla de verificación",
"notes.checkbox_aria": "Elemento de lista con casilla",
"notes.edit_raw": "Editar el markdown en bruto",
"notes.render": "Renderizar el markdown",
"notes.editor": "Editor",
"notes.preview": "Vista previa",
"notes.export_md_title": "Exportar notas como .md",
"notes.export_pdf_title": "Exportar notas como .pdf",
"notes.export_docx_title": "Exportar notas como .docx",
"notes.export_bundle_title": "Exportar audio + transcripción + notas a una carpeta",
"notes.export_obsidian_title": "Exportar una nota de Obsidian (notas + resumen + transcripción, sin audio)",
"summary.recording_heading": "Grabación",
"summary.loading_recording": "Cargando grabación…",
"summary.sync_heading": "Sincronización",
"summary.uploading": "Subiendo…",
"summary.upload_now": "Subir ahora",
"summary.no_uploads": "Aún no hay subidas para esta reunión.",
"summary.retry": "reintentar",
"summary.tags_heading": "Etiquetas",
"summary.tags_select": "Selecciona una reunión para etiquetarla.",
"summary.tag_add_placeholder": "Agregar etiqueta…",
"summary.tag_first_placeholder": "proyecto, cliente, tema…",
"summary.generating": "Generando…",
"summary.generate_tags": "Generar etiquetas",
"summary.saving": "Guardando…",
"summary.save_tags": "Guardar etiquetas",
"summary.summary_heading": "Resumen",
"summary.ai_provider": "Proveedor de IA",
"summary.provider_off": "Desactivado",
"summary.provider_custom": "Personalizado",
"summary.local": "local",
"summary.leaves_device": "sale de este dispositivo",
"summary.this_hosted_provider": "este proveedor alojado",
"summary.select_generate": "Selecciona una reunión para generar un resumen.",
"summary.decisions_heading": "Decisiones",
"summary.regenerate": "Regenerar",
"summary.generated_hint": "Generado localmente tras la reunión (requiere un proveedor de LLM local).",
"summary.no_provider": "No hay proveedor de IA configurado — habilita uno en Configuración.",
"summary.generate_summary": "Generar resumen",
"summary.briefs_heading": "Resúmenes de funciones",
"summary.briefs_select": "Selecciona una reunión para crear o ver resúmenes de funciones.",
"summary.briefs_desc": "Destila esta reunión en una especificación lista para agentes (requiere un proveedor de LLM local) — entrégala a un agente de programación o sírvela a través del servidor MCP una vez que esté activado.",
"summary.brief_repo_placeholder": "Repo de destino (opcional), p. ej. acme/reporting-web",
"summary.distilling": "Destilando…",
"summary.create_brief": "Crear resumen de función",
"summary.brief_mcp_title": "Disponible cuando el servidor MCP está activado",
"summary.copied": "Copiado",
"summary.copy_md": "Copiar como Markdown",
"summary.copy_json": "Copiar como JSON",
"summary.brief_problem": "Problema",
"summary.brief_outcome": "Resultado deseado",
"summary.brief_criteria": "Criterios de aceptación",
"summary.brief_none": "Nada capturado.",
"summary.brief_context": "Contexto",
"summary.action_items_heading": "Tareas",
"summary.ai_select": "Selecciona una reunión para ver sus tareas.",
"summary.ai_empty": "Aún no hay ninguna — agrega una abajo o genera un resumen para extraerlas automáticamente.",
"summary.confirmed": "Confirmada",
"summary.ai_text_placeholder": "Tarea…",
"summary.ai_text_aria": "Texto de la tarea",
"summary.owner": "Responsable",
"summary.due_date": "Fecha límite",
"summary.reminder_title": "Programar un recordatorio local para esta fecha límite",
"summary.ai_delete_title": "Eliminar esta tarea",
"summary.ai_delete_aria": "Eliminar tarea",
"summary.add_action_item": "Agregar tarea",
"summary.save_action_items": "Guardar tareas",
"summary.calendar_heading": "Evento del calendario",
"summary.cal_select": "Selecciona una reunión para vincularla a un evento del calendario.",
"summary.event_search_placeholder": "Buscar título del evento…",
"summary.linked_event": "Evento vinculado",
"summary.change_event": "Cambiar evento…",
"summary.link_event": "Vincular un evento…",
"summary.untitled_event": "(sin título)",
"summary.no_events_1": "Aún no se han importado eventos — importa uno",
"summary.no_events_2": "desde Configuración → Calendario.",
"summary.no_events_match": "Ningún evento coincide con esta búsqueda/fecha — prueba a borrar una.",
"summary.organizer_label": "Organizador: {name}",
"summary.participants_heading": "Participantes",
"summary.participants_hint": "Se rellena a partir del evento del calendario vinculado.",
"summary.speakers_heading": "Hablantes",
"summary.speakers_select": "Selecciona una reunión para nombrar a sus hablantes.",
"summary.no_speakers": "Aún no se han detectado hablantes.",
"summary.speaker_name_placeholder": "Nombre del hablante",
"summary.save": "Guardar",
"summary.cancel": "Cancelar",
"summary.name_speaker": "Nombrar a este hablante…",
"summary.add_new_name": "+ Agregar nuevo nombre…",
"settings.recording.title": "Grabación",
"settings.recording.record_default": "Grabar las reuniones por defecto",
"settings.recording.save_audio_as": "guardar el audio como",
"settings.recording.default_hint": "Desactivado por defecto. Cuando está desactivado, el audio se usa solo para producir la transcripción y se elimina al finalizar la reunión. También puedes activar la grabación por reunión.",
"settings.recording.consent_label": "Consentimiento: {status}.",
"settings.recording.consent_ack": "reconocido",
"settings.recording.consent_not": "aún no reconocido",
"settings.recording.auto_label": "Iniciar la grabación automáticamente cuando comience un evento del calendario",
"settings.recording.auto_hint": "Solo mientras WhispAssist esté abierto. Cuando llega la hora de inicio de un evento del calendario importado, comienza una grabación automáticamente (usando tu configuración de retención predeterminada de arriba). Nada se ejecuta en segundo plano — el temporizador solo se arma mientras la aplicación está en ejecución. Importa eventos en Configuración → Calendario."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Tallennus",
"nav.hardware": "Laitteisto",
"nav.storage": "Tallennustila",
"nav.calendar": "Kalenteri",
"nav.sync": "Synkronointi",
"nav.ai": "Tekoäly",
"nav.mcp": "MCP-palvelin",
"nav.privacy": "Yksityisyys",
"nav.about": "Tietoja",
"nav.language": "Kieli",
"settings.language.title": "Kieli",
"settings.language.display": "Näyttökieli",
"settings.language.display_hint": "Sovelluksen käyttöliittymän kieli. Kielen lisääminen on yhtä helppoa kuin yhden käännöstiedoston pudottaminen paikalleen.",
"settings.transcription.title": "Litterointikieli",
"settings.transcription.label": "Kieli",
"settings.transcription.auto": "Tunnista automaattisesti",
"settings.transcription.applies_hint": "Koskee seuraavaa tallennusta. Todella käytetty kieli näytetään jälkeenpäin jokaisessa kokouksessa.",
"settings.transcription.english_only": "Vain englanti",
"settings.transcription.model_english_only": "”{model}” on vain englanniksi.",
"settings.transcription.no_model": "Mallia ei ole valittu.",
"settings.transcription.switch_multilingual": "Vaihda yllä monikieliseen malliin valitaksesi kielen.",
"settings.hardware.title": "Laitteisto",
"settings.hardware.active_backend": "Aktiivinen taustajärjestelmä",
"settings.hardware.model_meta": "· malli {size}",
"settings.hardware.preferred_backend": "Ensisijainen taustajärjestelmä",
"settings.hardware.auto_backend": "Automaattinen (paras saatavilla)",
"settings.hardware.not_available": "ei saatavilla",
"settings.hardware.fallback_hint": "Vaihtaa automaattisesti (NPU → NVIDIA → AMD → Intel → CPU), jos valittu taustajärjestelmä ei lataudu.",
"settings.hardware.audio_devices": "Äänilaitteet",
"settings.hardware.recording_device": "Tallennuslaite",
"settings.hardware.default_system_audio": "Järjestelmän oletusääni",
"settings.hardware.recording_device_hint": "WhispAssist tallentaa sen, mitä tämä laite toistaa (loopback) — puhelun toisen puolen. Valitse tietty lähtö, jos et halua sen seuraavan Windowsin järjestelmän oletusta.",
"settings.hardware.microphone": "Mikrofoni",
"settings.hardware.mic_off": "Pois — älä kaappaa mikrofoniani",
"settings.hardware.default_mic": "Oletusmikrofoni",
"settings.hardware.mic_hint": "Lisää oman äänesi suoraan litterointiin, jotta kokouksen molemmat puolet tallentuvat. Pysyy laitteellasi — mitään ei ladata verkkoon. Valitse ”Pois” litteroidaksesi vain yllä olevan järjestelmän äänen.",
"settings.hardware.npu_detected": "NPU-kiihdytin havaittu",
"settings.hardware.ready": "Valmis",
"settings.hardware.downloading": "Ladataan…",
"settings.hardware.package_needed": "Paketti tarvitaan",
"settings.hardware.npu_hint": "NPU:si tarvitsee kertaluonteisen kiihdytyspaketin (Whisper ONNX -malli{extra}). Se ladataan taustalla; voit myös käynnistää sen nyt.",
"settings.hardware.plus_openvino": " + OpenVINO-suoritusympäristö",
"settings.hardware.download_npu": "Lataa NPU-paketti",
"settings.hardware.dml_title": "GPU-kiihdytys (DirectML)",
"settings.hardware.dml_hint": "GPU:tasi voidaan kiihdyttää ilman Vulkania DirectML:n kautta — kertaluonteinen paketti (Whisper ONNX -malli{extra}).",
"settings.hardware.plus_directml": " + DirectML-suoritusympäristö",
"settings.hardware.download_dml": "Lataa DirectML-paketti",
"settings.hardware.detection_unavailable": "Laitteiston tunnistus ei saatavilla.",
"settings.hardware.low_overhead": "Kevyt esiasetus",
"settings.hardware.low_overhead_note": "CPU + pienin malli, akku-/taustakäyttöön",
"settings.hardware.models": "Mallit",
"settings.hardware.downloading_model": "Ladataan {name}",
"settings.hardware.active_badge": "Aktiivinen",
"settings.hardware.installed": "Asennettu",
"settings.hardware.use": "Käytä",
"settings.hardware.remove": "Poista",
"settings.hardware.cant_remove_active": "Aktiivista mallia ei voi poistaa",
"settings.hardware.download": "Lataa",
"settings.hardware.diarization": "Puhujien erottelu",
"settings.hardware.diarization_hint": "Asenna molemmat mallit, jotta valmiit tallennukset erotellaan puhujittain (Puhuja 1, Puhuja 2, …) yhden juoksevan litteroinnin sijaan. Toimii täysin offline-tilassa, kerran kokousta kohden sen pysähdyttyä. Ilman niitä jokainen rivi liitetään yhteen puhujaan.",
"settings.storage.title": "Tallennustila",
"settings.storage.location_label": "Sijainti",
"settings.storage.location_hint": "Tallennuspaikan vaihtamista ei vielä tueta — täällä kokoukset, mallit ja tietokanta tällä hetkellä sijaitsevat.",
"settings.storage.retention_title": "Säilytys",
"settings.storage.retention_hint": "Poistaa automaattisesti vanhimmat kokoukset rajan yli. Tarkistetaan kerran käynnistyksessä; tyhjä tarkoittaa ei rajaa. Ei koskaan koske kokoukseen, jota parhaillaan tallennetaan.",
"settings.storage.max_age": "Enimmäisikä (päivää)",
"settings.storage.max_size": "Enimmäiskoko (Gt)",
"settings.storage.no_limit": "ei rajaa",
"settings.storage.export_import_title": "Vienti ja tuonti",
"settings.storage.export_hint_1": "Siirrä tallennuksia tietokoneiden välillä siirrettävinä pakettikansioina (ääni, litterointi, muistiinpanot, yhteenveto ja",
"settings.storage.export_hint_2": "luettelotiedosto). Vie mihin tahansa kansioon — synkronoituun asemaan, USB-tikkuun tai synkronointikohteen paikalliseen liitospisteeseen — ja tuo se sitten toisella koneella. Tuodut kokoukset saavat uuden id:n, joten uudelleentuonti ei koskaan korvaa mitään.",
"settings.storage.export_dialog_title": "Vie kaikki kokoukset kohteeseen…",
"settings.storage.import_dialog_title": "Tuo paketti (tai pakettien kansio)…",
"settings.storage.exporting": "Viedään…",
"settings.storage.export_all": "Vie kaikki kokoukset…",
"settings.storage.importing": "Tuodaan…",
"settings.storage.import_all": "Tuo kokouksia…",
"settings.storage.exported_one": "Vietiin {n} kokous.",
"settings.storage.exported_many": "Vietiin {n} kokousta.",
"settings.storage.imported_one": "Tuotiin {n} kokous.",
"settings.storage.imported_many": "Tuotiin {n} kokousta.",
"settings.calendar.title": "Kalenteri ja Outlook .pst",
"settings.calendar.intro_1": "Tuo tapahtumia ja osallistujia paikallisesta Outlook-",
"settings.calendar.intro_2": "varmuuskopiosta — vain luku, mitään ei kirjoiteta takaisin tiedostoon. Mikään ei poistu tältä laitteelta.",
"settings.calendar.pst_file": ".pst-tiedosto",
"settings.calendar.no_file": "Ei valittua tiedostoa",
"settings.calendar.browse": "Selaa…",
"settings.calendar.password": "Salasana",
"settings.calendar.password_note": "harvoin tarpeen",
"settings.calendar.optional": "valinnainen",
"settings.calendar.import_range": "Tuontialue",
"settings.calendar.range_30": "Viimeiset 30 päivää",
"settings.calendar.range_90": "Viimeiset 90 päivää",
"settings.calendar.range_180": "Viimeiset 6 kuukautta",
"settings.calendar.range_365": "Viimeinen vuosi",
"settings.calendar.range_all": "Koko ajalta",
"settings.calendar.range_hint": "Pitkäikäinen postilaatikko voi sisältää vuosien toistuvia/pyhäpäivämerkintöjä — alueen kaventaminen pitää tuodun kalenterin siinä, mikä on todella olennaista. Koskee sekä tätä tuontipainiketta että automaattista uudelleentuontia käynnistyksessä.",
"settings.calendar.importing": "Tuodaan…",
"settings.calendar.import": "Tuo",
"settings.calendar.import_progress": "{processed}/{total} tapahtumaa",
"settings.calendar.auto_reimport": "Tuo tämä tiedosto automaattisesti uudelleen käynnistyksessä",
"settings.calendar.auto_reimport_hint": "Suoritetaan kerran käynnistyksessä, ei ajastimella — uudelleentuonti on turvallista toistaa (olemassa olevat tapahtumat sovitetaan ja päivitetään, ei kahdenneta).",
"settings.calendar.import_failed": "Tuonti epäonnistui: {error} — itse tiedostoon ei kosketa; tarkista polku ja yritä uudelleen.",
"settings.calendar.cleanup_title": "Siivoa",
"settings.calendar.cleanup_hint": "Tapahtumat, jotka on jo liitetty tallennettuun kokoukseen, säilytetään aina, riippumatta alla valitusta vaihtoehdosta.",
"settings.calendar.cleanup_30": "Vanhemmat kuin 30 päivää",
"settings.calendar.cleanup_90": "Vanhemmat kuin 90 päivää",
"settings.calendar.cleanup_180": "Vanhemmat kuin 6 kuukautta",
"settings.calendar.cleanup_365": "Vanhemmat kuin 1 vuosi",
"settings.calendar.cleanup_all": "Poista kaikki",
"settings.calendar.cleaning": "Siivotaan…",
"settings.calendar.cleanup_btn": "Siivoa kalenteri",
"settings.calendar.cleanup_result": "Poistettiin {deleted}{extra}.",
"settings.calendar.cleanup_kept": ", säilytettiin {n} (liitetty kokoukseen)",
"settings.calendar.cleanup_failed": "Siivous epäonnistui: {error}",
"settings.calendar.imported_events": "Tuodut tapahtumat",
"settings.calendar.no_events": "Tapahtumia ei ole vielä tuotu.",
"settings.calendar.search_title": "Hae otsikkoa",
"settings.calendar.search_placeholder": "Kokouksen nimi…",
"settings.calendar.date_label": "Päivämäärä",
"settings.calendar.events_count": "{shown}/{total} tapahtumaa",
"settings.calendar.untitled": "(nimetön)",
"settings.dialog_title": "Asetukset",
"settings.close": "Sulje",
"settings.close_title": "Sulje (Esc)",
"settings.sync.stub": "Esikatselutila — synkronoinnin taustajärjestelmää ei ole vielä toteutettu (Vaihe 9). Muutokset säilytetään vain käyttöliittymässä.",
"settings.sync.title": "Synkronointi ja lataus",
"settings.sync.enable_label": "Ota käyttöön kokousartefaktien lataaminen määritettyihin kohteisiin",
"settings.sync.enable_hint": "Oletuksena pois. Mitään ei ladata, ellei tämä ole päällä ja kohde otettu käyttöön. Itse isännöidyt kohteet pitävät tiedot omalla palvelimellasi; kolmannen osapuolen pilvet on selkeästi merkitty.",
"settings.sync.targets_title": "Kohteet",
"settings.sync.no_targets": "Ei vielä kohteita. Lisää yksi alta.",
"settings.sync.third_party": "kolmas osapuoli",
"settings.sync.your_server": "palvelimesi",
"settings.sync.edit": "Muokkaa",
"settings.sync.remove": "Poista",
"settings.sync.edit_target": "Muokkaa kohdetta",
"settings.sync.add_target": "Lisää kohde",
"settings.sync.webdav_hint": "WebDAV kattaa Nextcloudin, ownCloudin, Cloudreven, Seafilen ja Synologyn. (Seafile: ota SeafDAV käyttöön palvelimen puolella.)",
"settings.sync.name": "Nimi",
"settings.sync.name_placeholder": "Koti-Nextcloud",
"settings.sync.provider": "Palveluntarjoaja",
"settings.sync.server_url": "Palvelimen URL",
"settings.sync.server_url_note_1": "Vain palvelimesi URL — WhispAssist lisää",
"settings.sync.server_url_note_2": "automaattisesti.",
"settings.sync.remote_folder": "Etäkansio",
"settings.sync.username": "Käyttäjänimi",
"settings.sync.app_password": "Sovellussalasana",
"settings.sync.pw_keep": "jätä tyhjäksi säilyttääksesi nykyisen salasanan",
"settings.sync.pw_store": "tallennettu käyttöjärjestelmän tunnistetietovarastoon",
"settings.sync.upload_legend": "Lataa",
"settings.sync.artifact_transcript": "litterointi",
"settings.sync.artifact_notes": "muistiinpanot",
"settings.sync.artifact_summary": "yhteenveto",
"settings.sync.artifact_recording": "tallennus (.wav, jos säilytetty)",
"settings.sync.allow_plaintext": "Salli selkotekstinen http LAN-osoitteelle (ei suositella)",
"settings.sync.encrypt_before": "Salaa ennen lataamista (kohde tallentaa vain salatekstin)",
"settings.sync.requires_vault": "— vaatii avatun holvin",
"settings.sync.test_connection": "Testaa yhteys",
"settings.sync.save_changes": "Tallenna muutokset",
"settings.sync.add_target_btn": "Lisää kohde",
"settings.sync.cancel": "Peruuta",
"settings.sync.third_party_banner": "{kind} on kolmannen osapuolen pilvi — lataaminen lähettää tietosi pois laitteeltasi kohteeseen {kind}.",
"settings.sync.link_account": "Yhdistä {kind}-tili…",
"settings.sync.oauth_hint": "Avaa OAuth-kirjautumisen (loopback-uudelleenohjaus); tunnus tallennetaan käyttöjärjestelmän tunnistetietovarastoon.",
"settings.sync.footnote": "Tunnistetietoja ei koskaan kirjoiteta asetuksiin tai tietokantaan — vain käyttöjärjestelmän tunnistetietovarastoon. TLS vaaditaan LAN:in ulkopuolisille kohteille.",
"settings.ai.title": "Tekoälyn yhteenvetopalveluntarjoaja",
"settings.ai.intro_1": "Yhteenvedot suoritetaan oletuksena paikallisella LLM:llä. Osoita tämä Ollamaan tällä tietokoneella tai toisella koneella LAN:issasi (esim.",
"settings.ai.intro_2": "— molemmat lasketaan paikallisiksi, joten mikään ei poistu verkostasi. Isännöidyt palveluntarjoajat (Anthropic) ovat valinnaisia, oletuksena pois, ja lähettävät litteroinnin kolmannelle osapuolelle heti kun otat yhden käyttöön.",
"settings.ai.provider": "Palveluntarjoaja",
"settings.ai.off": "Pois",
"settings.ai.provider_ollama": "Ollama (paikallinen / LAN)",
"settings.ai.provider_custom": "Mukautettu (OpenAI-yhteensopiva)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — isännöity, poistuu tältä laitteelta",
"settings.ai.endpoint": "Päätepiste",
"settings.ai.model": "Malli",
"settings.ai.api_key": "API-avain",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (jo asetettu — jätä tyhjäksi säilyttääksesi sen)",
"settings.ai.show_api_key": "Näytä API-avain",
"settings.ai.hide_api_key": "Piilota API-avain",
"settings.ai.anthropic_banner": "Anthropic on isännöity kolmannen osapuolen palvelu — tämän kokouksen litterointi poistuu laitteeltasi, kun luot yhteenvedon.",
"settings.ai.endpoint_banner": "Tämä päätepiste ei ole koneellasi tai LAN:issasi — litterointisi poistuisi verkostasi.",
"settings.ai.saving": "Tallennetaan…",
"settings.ai.save": "Tallenna",
"settings.ai.test_connection": "Testaa yhteys",
"settings.ai.this_hosted_provider": "tämä isännöity palveluntarjoaja",
"settings.ai.reachable": "Tavoitettavissa",
"settings.ai.unreachable": "Ei tavoitettavissa",
"settings.ai.model_count_one": "· {n} malli",
"settings.ai.model_count_many": "· {n} mallia",
"settings.ai.on_lan": "· koneellasi / LAN",
"settings.ai.leaves_network": "· poistuu verkostasi",
"settings.ai.advanced_title": "Ollaman lisäasetukset",
"settings.ai.changed": "{n} muutettu",
"settings.ai.reset_all": "Palauta kaikki oletuksiin",
"settings.ai.system_prompt": "Järjestelmäkehote",
"settings.ai.system_prompt_placeholder": "esim. Olet ytimekäs kokousten yhteenvetäjä.",
"settings.ai.system_prompt_hint": "Lisätään ennen WhispAssistin vaadittua tulostemuotoa, jotta ohjeesi eivät voi rikkoa yhteenvedon/tehtävien jäsentämistä.",
"settings.ai.think": "Päättele",
"settings.ai.think_help": "Päättelypanostus (vain päättelymallit).",
"settings.ai.keep_alive": "Pidä käynnissä",
"settings.ai.keep_alive_help": "Kuinka kauan malli pysyy RAM:issa. esim. 5m, 1h, 0 (pura), -1 (ikuisesti).",
"settings.ai.runtime_hardware": "Suoritus ja laitteisto",
"settings.ai.rarely_needed": "— harvoin tarpeen",
"settings.ai.save_advanced": "Tallenna lisäasetukset",
"settings.ai.saved": "Tallennettu",
"settings.ai.turn_off": "Kytke pois",
"settings.ai.default_value": "Oletus {value}.",
"settings.ai.reset_default": "Palauta oletukseen",
"settings.ai.reset_field": "Palauta {name}",
"settings.mcp.title": "MCP-palvelin",
"settings.mcp.banner_1": "Tämä antaa oman koodausagenttisi (Claude Code, Codex, Copilot, OpenCode, …) hakea kokouskontekstia paikallisella koneellasi. Kun yhteys on muodostettu,",
"settings.mcp.banner_agent": "kyseinen agentti",
"settings.mcp.banner_2": "voi välittää lukemansa oman mallipalveluntarjoajansa pilveen — WhispAssistin hallinnan ulkopuolelle. WhispAssist itse ei koskaan lähetä näitä tietoja minnekään; palvelin kuuntelee vain tällä laitteella (",
"settings.mcp.banner_3": ") ja jokainen lukukerta kirjataan alle.",
"settings.mcp.enable": "Ota MCP-palvelin käyttöön",
"settings.mcp.enable_hint": "Oletuksena pois. Vain loopback, tunnussuojattu — mitään ei voi tavoittaa verkosta.",
"settings.mcp.transport": "Kuljetus",
"settings.mcp.transport_http": "Suoratoistava HTTP",
"settings.mcp.transport_stdio": "stdio (agentti käynnistää prosessin)",
"settings.mcp.port": "Portti",
"settings.mcp.transport_change_hint": "Vaihtaaksesi kuljetuksen/portin, kytke palvelin ensin pois ja sitten takaisin päälle.",
"settings.mcp.scope_title": "Laajuus",
"settings.mcp.expose": "Julkaise",
"settings.mcp.scope_none": "Ei mitään — mitään ei jaeta",
"settings.mcp.scope_selected": "Valitut — vain ominaisuustiivistelmät, jotka olet merkinnyt jaetuiksi",
"settings.mcp.scope_all": "Kaikki — kokoukset, litteroinnit, tehtävät ja jaetut tiivistelmät",
"settings.mcp.expose_recordings": "Salli myös kokoukset, joilla on tallennettu tallennus (oletuksena pois — tallennetun kokouksen litterointi pidätetään jopa ”Kaikki”-laajuudessa, kunnes tämä on päällä)",
"settings.mcp.token_title": "Uusi todennustunnus — näytetään kerran, kopioi se nyt",
"settings.mcp.token_hint": "Tätä ei näytetä uudelleen. Se tallennetaan käyttöjärjestelmän tunnistetietovarastoon; jos hukkaat sen, kytke palvelin pois ja takaisin päälle luodaksesi uuden.",
"settings.mcp.copied": "Kopioitu",
"settings.mcp.copy": "Kopioi",
"settings.mcp.endpoint": "Päätepiste",
"settings.mcp.endpoint_hint": "Osoita agenttisi MCP-asiakasmääritys kohteeseen {kind}, käyttäen yllä olevaa tunnusta bearer-tunnistetietona.",
"settings.mcp.kind_command": "komento",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Käyttöloki",
"settings.mcp.access_log_hint": "Jokainen työkaluluku, jonka agentti tekee, sallittu tai evätty (FR-MCP-5).",
"settings.mcp.no_reads": "Yksikään agentti ei ole vielä lukenut mitään.",
"settings.mcp.log_meeting": "kokous {id}",
"settings.mcp.refresh": "Päivitä",
"settings.privacy.title": "Yksityisyys",
"settings.privacy.intro": "Mitä WhispAssist saa tällä hetkellä todella lähettää pois tältä laitteelta. Kun kaikki on pois (oletus), mikään ei poistu laitteelta lainkaan.",
"settings.privacy.llm_endpoint": "LLM-päätepiste",
"settings.privacy.off": "pois",
"settings.privacy.local_only": "vain paikallinen",
"settings.privacy.leaves_device": "poistuu tältä laitteelta",
"settings.privacy.sync_label": "Synkronointi",
"settings.privacy.enabled": "käytössä",
"settings.privacy.mcp_label": "MCP-palvelin",
"settings.privacy.mcp_on": "päällä · {scope}",
"settings.privacy.mcp_loopback_note": "Saapuva vain loopbackissa — ei lisää mitään yllä olevaan lähtevän luetteloon. Yhdistetty agentti voi silti välittää lukemansa omalle mallipalveluntarjoajalleen; katso MCP-palvelin-välilehti.",
"settings.privacy.egress_title": "Lähtevän liikenteen sallittujen luettelo",
"settings.privacy.no_egress": "Yhtään isäntää ei ole sallittu — WA ei tee mitään sisällön lähtevää siirtoa.",
"settings.privacy.sync_targets_title": "Synkronointikohteet",
"settings.privacy.third_party": "kolmas osapuoli",
"settings.privacy.your_server": "palvelimesi",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "ei TLS:ää",
"settings.privacy.refresh": "Päivitä",
"settings.privacy.unavailable": "Yksityisyyden itsetarkistus ei saatavilla.",
"settings.privacy.vault_title": "Salausholvi",
"settings.privacy.vault_intro": "Salaa muistiinpanot, litteroinnit ja yhteenvedot levossa salasanalla. (Äänitiedostoja ei vielä salata.)",
"settings.privacy.vault_password": "Holvin salasana",
"settings.privacy.enable_vault": "Ota holvi käyttöön",
"settings.privacy.vault_pw_hint": "Käytä vähintään 8 merkkiä. Jos unohdat sen, salattua sisältöä ei voi palauttaa.",
"settings.privacy.vault_locked_1": "Holvi on ",
"settings.privacy.locked_word": "lukittu",
"settings.privacy.vault_locked_2": ". Avaa lukitus lukeaksesi salatut kokoukset.",
"settings.privacy.password": "Salasana",
"settings.privacy.unlock": "Avaa lukitus",
"settings.privacy.vault_unlocked_1": "Holvi on ",
"settings.privacy.unlocked_word": "avattu",
"settings.privacy.vault_unlocked_2": ". Uudet muistiinpanot, litteroinnit ja yhteenvedot salataan levossa.",
"settings.privacy.lock_now": "Lukitse nyt",
"settings.privacy.change_password": "Vaihda salasana",
"settings.privacy.current_password": "Nykyinen salasana",
"settings.privacy.new_password": "Uusi salasana",
"settings.about.title": "Tietoja",
"settings.about.tagline": "Täysin paikallinen, avoimen lähdekoodin, Windows-natiivi kokousavustaja.",
"settings.about.build_commit": "Build-commit",
"consent.heading": "Ennen kuin tallennat",
"consent.body": "Keskustelujen tallentaminen ilman osallistujien suostumusta voi olla laitonta alueellasi. Tarkista paikalliset tallennuslait. Tämä on varoitus, ei oikeudellinen neuvo.",
"consent.accept": "Ymmärrän — ota tallennus käyttöön",
"consent.cancel": "Peruuta",
"hosted.heading": "Ennen kuin käytät palvelua {provider}",
"hosted.body_1": "Luominen palvelulla",
"hosted.body_2": "lähettää tämän kokouksen litteroinnin heidän palvelimilleen — se poistuu tältä laitteelta ja kuuluu heidän tietosuojakäytäntönsä piiriin. WhispAssistilla ei ole hallintaa tietojen käsittelyyn, kun ne poistuvat laitteeltasi. Tämä on oletuksena pois; valitset sen nyt.",
"hosted.accept": "Ymmärrän — jatka",
"hosted.cancel": "Peruuta",
"theme.group": "Teema",
"theme.system": "Seuraa järjestelmää",
"theme.light": "Vaalea",
"theme.dark": "Tumma",
"import.dialog_label": "Lisää kokous tiedostosta tai URL-osoitteesta",
"import.title": "Lisää kokous",
"import.close": "Sulje",
"import.close_title": "Sulje (Esc)",
"import.body": "Tuo olemassa oleva tallennus — paikallinen ääni-/videotiedosto tai linkki (YouTube, suoratoistosivu tai suora media-URL). Se litteroidaan ja eritellään puhujittain aivan kuten suora tallennus.",
"import.file_or_url": "Tiedosto tai URL",
"import.source_placeholder": "Liitä URL tai selaa tiedostoa…",
"import.choose_file": "Valitse paikallinen tiedosto",
"import.browse": "Selaa…",
"import.title_label": "Otsikko",
"import.optional": "valinnainen",
"import.title_placeholder": "Oletuksena tiedoston nimi",
"import.filter_av": "Ääni / video",
"import.requires_1": "Vaatii",
"import.requires_2": "asennettuna ja PATH:issasi (sekä",
"import.requires_3": "URL-osoitteille). WhispAssist ei sisällä niitä.",
"import.importing": "Tuodaan… tämä voi kestää hetken",
"import.import": "Tuo",
"import.cancel": "Peruuta",
"tagchip.filter": "Suodata kokoukset, joilla on tunniste ”{tag}”",
"tagchip.remove": "Poista tunniste {tag}",
"levelmeter.system_mic": "Järjestelmän ja mikrofonin tulotaso",
"levelmeter.system": "Järjestelmän tulotaso",
"app.tagline": "paikallinen · yksityinen",
"app.note_template": "Muistiinpanomalli",
"app.no_template": "Ei mallia",
"app.add_meeting": "Lisää kokous",
"app.add_meeting_title": "Lisää kokous tiedostosta tai URL-osoitteesta",
"app.record": "Tallenna",
"app.record_title": "Aloita tallennus (Ctrl+Shift+R)",
"app.stop": "Pysäytä",
"app.stop_title": "Pysäytä tallennus (Ctrl+Shift+R)",
"app.cancel": "Peruuta",
"app.cancel_title": "Hylkää tämä tallennus ja poista se",
"app.recording": "Tallennetaan…",
"app.backend_title": "Aktiivinen litteroinnin taustajärjestelmä",
"app.retention_title": "Tallenna ääni .wav-muodossa tälle kokoukselle",
"app.saving": "tallennetaan",
"app.not_saved": "ei tallennettu",
"app.reconnecting": "yhdistetään äänilaitetta uudelleen…",
"app.settings": "Asetukset",
"app.settings_title": "Asetukset (Ctrl+,)",
"app.discard_confirm": "Hylätäänkö tämä tallennus? Sen ääni ja litterointi poistetaan.",
"app.announce_started": "Tallennus aloitettu",
"app.announce_paused": "Tallennus keskeytetty",
"app.announce_stopped": "Tallennus pysäytetty",
"app.consent_dialog": "Tallennussuostumus",
"app.vault_dialog": "Avaa salausholvin lukitus",
"app.vault_title": "Avaa salausholvin lukitus",
"app.vault_desc": "Kokouksesi on salattu levossa. Syötä salasanasi lukeaksesi ne.",
"app.vault_password": "Holvin salasana",
"app.vault_incorrect": "Väärä salasana",
"app.unlock": "Avaa lukitus",
"app.continue_locked": "Jatka lukittuna",
"app.show_meetings": "Näytä kokousluettelo",
"app.hide_meetings": "Piilota kokousluettelo",
"app.show_summary": "Näytä yhteenvetopaneeli",
"app.hide_summary": "Piilota yhteenvetopaneeli",
"app.resize_meetings": "Muuta kokousluettelon kokoa",
"app.resize_summary": "Muuta yhteenvetopaneelin kokoa",
"meetings.search_placeholder": "Hae kokouksia…",
"meetings.search_aria": "Hae kokouksia",
"meetings.filter_tag_aria": "Suodata tunnisteen mukaan",
"meetings.all_tags": "Kaikki tunnisteet",
"meetings.from_date_aria": "Alkupäivä",
"meetings.to_date_aria": "Loppupäivä",
"meetings.bulk_format_aria": "Joukkoviennin muoto",
"meetings.bulk_export": "Joukkovienti",
"meetings.bulk_export_title": "Vie kaikki kokoukset, jotka vastaavat yllä olevia tunniste-/päivämääräsuodattimia",
"meetings.exporting": "Viedään…",
"meetings.exported_one": "Vietiin {n} kokous.",
"meetings.exported_many": "Vietiin {n} kokousta.",
"meetings.searching": "Haetaan…",
"meetings.loading": "Ladataan kokouksia…",
"meetings.no_matches": "Ei osumia.",
"meetings.empty": "Ei vielä kokouksia — napsauta yllä Tallenna aloittaaksesi.",
"meetings.status.recording": "tallennetaan",
"meetings.status.transcribing": "litteroidaan",
"meetings.status.recovering": "palautetaan",
"meetings.status.error": "virhe",
"meetings.resume": "Jatka litterointia",
"meetings.delete_aria": "Poista kokous",
"meetings.delete_confirm": "Poistetaanko tämä kokous? Tämä poistaa sen tallennuksen, litteroinnin ja muistiinpanot.",
"transcript.heading": "Litterointi",
"transcript.title_aria": "Kokouksen otsikko",
"transcript.lang_title": "Litterointikieli",
"transcript.lang_auto": "tunnistetaan…",
"transcript.show": "Näytä litterointi",
"transcript.hide": "Piilota litterointi",
"transcript.empty": "Tälle kokoukselle ei ole litterointia.",
"transcript.will_appear": "Litterointi ilmestyy tähän tallennuksen aikana.",
"transcript.play_from_here": "Toista tästä",
"transcript.resize": "Muuta litteroinnin ja muistiinpanojen kokoa",
"transcript.reprocess_placeholder": "Litteroi uudelleen mallilla…",
"transcript.reprocess_lang_aria": "Uudelleenkäsittelyn kieli",
"transcript.reprocess_keep_lang": "Säilytä nykyinen kieli",
"transcript.reprocess_go": "Suorita",
"transcript.retranscribing": "Litteroidaan uudelleen…",
"transcript.has_note": "On muistiinpano",
"transcript.note_placeholder": "Lisää muistiinpano tälle hetkelle…",
"transcript.note_aria": "Muistiinpano tälle litterointiriville",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word-asiakirja",
"transcript.filter_obsidian": "Obsidian-muistiinpano",
"notes.heading": "Muistiinpanot",
"notes.show": "Näytä muistiinpanot",
"notes.hide": "Piilota muistiinpanot",
"notes.placeholder": "Muistiinpanot…",
"notes.live_placeholder": "Kirjoita muistiinpanoja puhuessasi…",
"notes.toolbar_aria": "Muistiinpanojen muotoilu",
"notes.bold": "Lihavointi",
"notes.italic": "Kursivointi",
"notes.h1": "Otsikko 1",
"notes.h2": "Otsikko 2",
"notes.bullet": "Luettelomerkitty lista",
"notes.checkbox_title": "Valintaruutu",
"notes.checkbox_aria": "Valintaruutulistan kohde",
"notes.edit_raw": "Muokkaa raakaa markdownia",
"notes.render": "Renderöi markdown",
"notes.editor": "Editori",
"notes.preview": "Esikatselu",
"notes.export_md_title": "Vie muistiinpanot muodossa .md",
"notes.export_pdf_title": "Vie muistiinpanot muodossa .pdf",
"notes.export_docx_title": "Vie muistiinpanot muodossa .docx",
"notes.export_bundle_title": "Vie ääni + litterointi + muistiinpanot kansioon",
"notes.export_obsidian_title": "Vie yksi Obsidian-muistiinpano (muistiinpanot + yhteenveto + litterointi, ei ääntä)",
"summary.recording_heading": "Tallennus",
"summary.loading_recording": "Ladataan tallennusta…",
"summary.sync_heading": "Synkronointi",
"summary.uploading": "Ladataan…",
"summary.upload_now": "Lataa nyt",
"summary.no_uploads": "Tälle kokoukselle ei ole vielä latauksia.",
"summary.retry": "yritä uudelleen",
"summary.tags_heading": "Tunnisteet",
"summary.tags_select": "Valitse kokous merkitäksesi sen tunnisteilla.",
"summary.tag_add_placeholder": "Lisää tunniste…",
"summary.tag_first_placeholder": "projekti, asiakas, aihe…",
"summary.generating": "Luodaan…",
"summary.generate_tags": "Luo tunnisteet",
"summary.saving": "Tallennetaan…",
"summary.save_tags": "Tallenna tunnisteet",
"summary.summary_heading": "Yhteenveto",
"summary.ai_provider": "Tekoälyn palveluntarjoaja",
"summary.provider_off": "Pois",
"summary.provider_custom": "Mukautettu",
"summary.local": "paikallinen",
"summary.leaves_device": "poistuu tältä laitteelta",
"summary.this_hosted_provider": "tämä isännöity palveluntarjoaja",
"summary.select_generate": "Valitse kokous luodaksesi yhteenvedon.",
"summary.decisions_heading": "Päätökset",
"summary.regenerate": "Luo uudelleen",
"summary.generated_hint": "Luotu paikallisesti kokouksen jälkeen (vaatii paikallisen LLM-palveluntarjoajan).",
"summary.no_provider": "Tekoälyn palveluntarjoajaa ei ole määritetty — ota yksi käyttöön Asetuksissa.",
"summary.generate_summary": "Luo yhteenveto",
"summary.briefs_heading": "Ominaisuustiivistelmät",
"summary.briefs_select": "Valitse kokous luodaksesi tai nähdäksesi ominaisuustiivistelmiä.",
"summary.briefs_desc": "Tiivistää tämän kokouksen agentille valmiiksi määrittelyksi (vaatii paikallisen LLM-palveluntarjoajan) — anna se koodausagentille tai tarjoa se MCP-palvelimen kautta, kun se on päällä.",
"summary.brief_repo_placeholder": "Kohderepo (valinnainen), esim. acme/reporting-web",
"summary.distilling": "Tiivistetään…",
"summary.create_brief": "Luo ominaisuustiivistelmä",
"summary.brief_mcp_title": "Saatavilla, kun MCP-palvelin on päällä",
"summary.copied": "Kopioitu",
"summary.copy_md": "Kopioi Markdownina",
"summary.copy_json": "Kopioi JSONina",
"summary.brief_problem": "Ongelma",
"summary.brief_outcome": "Haluttu lopputulos",
"summary.brief_criteria": "Hyväksymiskriteerit",
"summary.brief_none": "Ei mitään tallennettu.",
"summary.brief_context": "Konteksti",
"summary.action_items_heading": "Tehtävät",
"summary.ai_select": "Valitse kokous nähdäksesi sen tehtävät.",
"summary.ai_empty": "Ei vielä yhtään — lisää yksi alle tai luo yhteenveto poimiaksesi ne automaattisesti.",
"summary.confirmed": "Vahvistettu",
"summary.ai_text_placeholder": "Tehtävä…",
"summary.ai_text_aria": "Tehtävän teksti",
"summary.owner": "Vastuuhenkilö",
"summary.due_date": "Määräpäivä",
"summary.reminder_title": "Ajasta paikallinen muistutus tälle määräpäivälle",
"summary.ai_delete_title": "Poista tämä tehtävä",
"summary.ai_delete_aria": "Poista tehtävä",
"summary.add_action_item": "Lisää tehtävä",
"summary.save_action_items": "Tallenna tehtävät",
"summary.calendar_heading": "Kalenteritapahtuma",
"summary.cal_select": "Valitse kokous liittääksesi sen kalenteritapahtumaan.",
"summary.event_search_placeholder": "Hae tapahtuman otsikkoa…",
"summary.linked_event": "Linkitetty tapahtuma",
"summary.change_event": "Vaihda tapahtuma…",
"summary.link_event": "Linkitä tapahtuma…",
"summary.untitled_event": "(nimetön)",
"summary.no_events_1": "Tapahtumia ei ole vielä tuotu — tuo",
"summary.no_events_2": "kohdasta Asetukset → Kalenteri.",
"summary.no_events_match": "Yksikään tapahtuma ei vastaa tätä hakua/päivämäärää — yritä tyhjentää yksi.",
"summary.organizer_label": "Järjestäjä: {name}",
"summary.participants_heading": "Osallistujat",
"summary.participants_hint": "Täytetään linkitetystä kalenteritapahtumasta.",
"summary.speakers_heading": "Puhujat",
"summary.speakers_select": "Valitse kokous nimetäksesi sen puhujat.",
"summary.no_speakers": "Puhujia ei ole vielä havaittu.",
"summary.speaker_name_placeholder": "Puhujan nimi",
"summary.save": "Tallenna",
"summary.cancel": "Peruuta",
"summary.name_speaker": "Nimeä tämä puhuja…",
"summary.add_new_name": "+ Lisää uusi nimi…",
"settings.recording.title": "Tallennus",
"settings.recording.record_default": "Tallenna kokoukset oletuksena",
"settings.recording.save_audio_as": "tallenna ääni muodossa",
"settings.recording.default_hint": "Oletuksena pois. Kun pois, ääntä käytetään vain litteroinnin tuottamiseen ja se poistetaan, kun kokous viimeistellään. Voit myös vaihtaa tallennusta kokouskohtaisesti.",
"settings.recording.consent_label": "Suostumus: {status}.",
"settings.recording.consent_ack": "vahvistettu",
"settings.recording.consent_not": "ei vielä vahvistettu",
"settings.recording.auto_label": "Aloita tallennus automaattisesti, kun kalenteritapahtuma alkaa",
"settings.recording.auto_hint": "Vain kun WhispAssist on auki. Kun tuodun kalenteritapahtuman alkamisaika koittaa, tallennus alkaa automaattisesti (käyttäen yllä olevaa oletussäilytysasetustasi). Mikään ei suoritu taustalla — ajastin on viritetty vain sovelluksen ollessa käynnissä. Tuo tapahtumia kohdasta Asetukset → Kalenteri."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Enregistrement",
"nav.hardware": "Matériel",
"nav.storage": "Stockage",
"nav.calendar": "Calendrier",
"nav.sync": "Synchronisation",
"nav.ai": "IA",
"nav.mcp": "Serveur MCP",
"nav.privacy": "Confidentialité",
"nav.about": "À propos",
"nav.language": "Langue",
"settings.language.title": "Langue",
"settings.language.display": "Langue d'affichage",
"settings.language.display_hint": "La langue de l'interface de l'application. Ajouter une langue est aussi simple que de déposer un seul fichier de traduction.",
"settings.transcription.title": "Langue de transcription",
"settings.transcription.label": "Langue",
"settings.transcription.auto": "Détection automatique",
"settings.transcription.applies_hint": "S'applique au prochain enregistrement. La langue réellement utilisée est ensuite affichée sur chaque réunion.",
"settings.transcription.english_only": "Anglais seulement",
"settings.transcription.model_english_only": "« {model} » est en anglais seulement.",
"settings.transcription.no_model": "Aucun modèle sélectionné.",
"settings.transcription.switch_multilingual": "Passez à un modèle multilingue ci-dessus pour choisir une langue.",
"settings.hardware.title": "Matériel",
"settings.hardware.active_backend": "Moteur actif",
"settings.hardware.model_meta": "· modèle {size}",
"settings.hardware.preferred_backend": "Moteur préféré",
"settings.hardware.auto_backend": "Automatique (le meilleur disponible)",
"settings.hardware.not_available": "non disponible",
"settings.hardware.fallback_hint": "Bascule automatiquement (NPU → NVIDIA → AMD → Intel → CPU) si le moteur choisi ne se charge pas.",
"settings.hardware.audio_devices": "Périphériques audio",
"settings.hardware.recording_device": "Périphérique d'enregistrement",
"settings.hardware.default_system_audio": "Audio système par défaut",
"settings.hardware.recording_device_hint": "WhispAssist enregistre ce que ce périphérique restitue (loopback) — l'autre côté de l'appel. Choisissez une sortie précise si vous ne voulez pas qu'il suive le périphérique par défaut de Windows.",
"settings.hardware.microphone": "Microphone",
"settings.hardware.mic_off": "Désactivé — ne pas capturer mon microphone",
"settings.hardware.default_mic": "Microphone par défaut",
"settings.hardware.mic_hint": "Ajoute votre propre voix à la transcription en direct afin que les deux côtés de la réunion soient captés. Reste sur votre appareil — rien n'est téléversé. Choisissez « Désactivé » pour ne transcrire que l'audio système ci-dessus.",
"settings.hardware.npu_detected": "Accélérateur NPU détecté",
"settings.hardware.ready": "Prêt",
"settings.hardware.downloading": "Téléchargement…",
"settings.hardware.package_needed": "Paquet requis",
"settings.hardware.npu_hint": "Votre NPU nécessite un paquet d'accélération unique (modèle Whisper ONNX{extra}). Il se télécharge en arrière-plan ; vous pouvez aussi le démarrer maintenant.",
"settings.hardware.plus_openvino": " + environnement d'exécution OpenVINO",
"settings.hardware.download_npu": "Télécharger le paquet NPU",
"settings.hardware.dml_title": "Accélération GPU (DirectML)",
"settings.hardware.dml_hint": "Votre GPU peut être accéléré sans Vulkan via DirectML — un paquet unique (modèle Whisper ONNX{extra}).",
"settings.hardware.plus_directml": " + environnement d'exécution DirectML",
"settings.hardware.download_dml": "Télécharger le paquet DirectML",
"settings.hardware.detection_unavailable": "Détection du matériel indisponible.",
"settings.hardware.low_overhead": "Préréglage à faible charge",
"settings.hardware.low_overhead_note": "CPU + plus petit modèle, pour une utilisation sur batterie/en arrière-plan",
"settings.hardware.models": "Modèles",
"settings.hardware.downloading_model": "Téléchargement de {name}",
"settings.hardware.active_badge": "Actif",
"settings.hardware.installed": "Installé",
"settings.hardware.use": "Utiliser",
"settings.hardware.remove": "Supprimer",
"settings.hardware.cant_remove_active": "Impossible de supprimer le modèle actif",
"settings.hardware.download": "Télécharger",
"settings.hardware.diarization": "Diarisation des locuteurs",
"settings.hardware.diarization_hint": "Installez les deux modèles pour que les enregistrements terminés soient séparés par locuteur (Locuteur 1, Locuteur 2, …) au lieu d'une seule transcription continue. Fonctionne entièrement hors ligne, une fois par réunion après son arrêt. Sans eux, chaque ligne est attribuée à un seul locuteur.",
"settings.storage.title": "Stockage",
"settings.storage.location_label": "Emplacement",
"settings.storage.location_hint": "Changer l'emplacement de stockage n'est pas encore pris en charge — c'est ici que résident actuellement les réunions, les modèles et la base de données.",
"settings.storage.retention_title": "Conservation",
"settings.storage.retention_hint": "Supprime automatiquement les réunions les plus anciennes au-delà d'une limite. Vérifié une fois au démarrage ; vide signifie aucune limite. Ne touche jamais à une réunion en cours d'enregistrement.",
"settings.storage.max_age": "Âge maximal (jours)",
"settings.storage.max_size": "Taille maximale (Go)",
"settings.storage.no_limit": "aucune limite",
"settings.storage.export_import_title": "Exportation et importation",
"settings.storage.export_hint_1": "Déplacez les enregistrements entre ordinateurs sous forme de dossiers de paquets portables (audio, transcription, notes, résumé et un",
"settings.storage.export_hint_2": "manifeste). Exportez vers n'importe quel dossier — un lecteur synchronisé, une clé USB ou le point de montage local d'une cible de synchronisation — puis importez-le sur l'autre machine. Les réunions importées obtiennent un nouvel identifiant, de sorte qu'une réimportation n'écrase jamais rien.",
"settings.storage.export_dialog_title": "Exporter toutes les réunions vers…",
"settings.storage.import_dialog_title": "Importer un paquet (ou un dossier de paquets)…",
"settings.storage.exporting": "Exportation…",
"settings.storage.export_all": "Exporter toutes les réunions…",
"settings.storage.importing": "Importation…",
"settings.storage.import_all": "Importer des réunions…",
"settings.storage.exported_one": "{n} réunion exportée.",
"settings.storage.exported_many": "{n} réunions exportées.",
"settings.storage.imported_one": "{n} réunion importée.",
"settings.storage.imported_many": "{n} réunions importées.",
"settings.calendar.title": "Calendrier et Outlook .pst",
"settings.calendar.intro_1": "Importez des événements et des participants depuis une sauvegarde Outlook locale",
"settings.calendar.intro_2": "— en lecture seule, rien n'est réécrit dans le fichier. Rien ne quitte cet appareil.",
"settings.calendar.pst_file": "Fichier .pst",
"settings.calendar.no_file": "Aucun fichier sélectionné",
"settings.calendar.browse": "Parcourir…",
"settings.calendar.password": "Mot de passe",
"settings.calendar.password_note": "rarement nécessaire",
"settings.calendar.optional": "facultatif",
"settings.calendar.import_range": "Plage d'importation",
"settings.calendar.range_30": "30 derniers jours",
"settings.calendar.range_90": "90 derniers jours",
"settings.calendar.range_180": "6 derniers mois",
"settings.calendar.range_365": "Dernière année",
"settings.calendar.range_all": "Toute la période",
"settings.calendar.range_hint": "Une boîte de courriel ancienne peut contenir des années d'entrées récurrentes/de congés — réduire la plage limite le calendrier importé à ce qui est réellement pertinent. S'applique à ce bouton d'importation ainsi qu'à la réimportation automatique au lancement.",
"settings.calendar.importing": "Importation…",
"settings.calendar.import": "Importer",
"settings.calendar.import_progress": "{processed}/{total} événements",
"settings.calendar.auto_reimport": "Réimporter ce fichier automatiquement au lancement",
"settings.calendar.auto_reimport_hint": "S'exécute une fois au démarrage, pas sur une minuterie — la réimportation peut être répétée sans risque (les événements existants sont mis en correspondance et mis à jour, pas dupliqués).",
"settings.calendar.import_failed": "Échec de l'importation : {error} — le fichier lui-même n'est pas modifié ; vérifiez le chemin et réessayez.",
"settings.calendar.cleanup_title": "Nettoyer",
"settings.calendar.cleanup_hint": "Les événements déjà rattachés à une réunion enregistrée sont toujours conservés, quelle que soit l'option choisie ci-dessous.",
"settings.calendar.cleanup_30": "Plus anciens que 30 jours",
"settings.calendar.cleanup_90": "Plus anciens que 90 jours",
"settings.calendar.cleanup_180": "Plus anciens que 6 mois",
"settings.calendar.cleanup_365": "Plus anciens que 1 an",
"settings.calendar.cleanup_all": "Tout supprimer",
"settings.calendar.cleaning": "Nettoyage…",
"settings.calendar.cleanup_btn": "Nettoyer le calendrier",
"settings.calendar.cleanup_result": "{deleted}{extra} supprimés.",
"settings.calendar.cleanup_kept": ", {n} conservés (liés à une réunion)",
"settings.calendar.cleanup_failed": "Échec du nettoyage : {error}",
"settings.calendar.imported_events": "Événements importés",
"settings.calendar.no_events": "Aucun événement importé pour l'instant.",
"settings.calendar.search_title": "Rechercher un titre",
"settings.calendar.search_placeholder": "Nom de la réunion…",
"settings.calendar.date_label": "Date",
"settings.calendar.events_count": "{shown} sur {total} événements",
"settings.calendar.untitled": "(sans titre)",
"settings.dialog_title": "Paramètres",
"settings.close": "Fermer",
"settings.close_title": "Fermer (Échap)",
"settings.sync.stub": "Mode aperçu — le moteur de synchronisation n'est pas encore implémenté (Phase 9). Les modifications ne sont conservées que dans l'interface.",
"settings.sync.title": "Synchronisation et téléversement",
"settings.sync.enable_label": "Activer le téléversement des artefacts de réunion vers les cibles configurées",
"settings.sync.enable_hint": "Désactivé par défaut. Rien n'est téléversé sauf si ceci est activé et qu'une cible est activée. Les cibles auto-hébergées conservent les données sur votre propre serveur ; les nuages tiers sont clairement étiquetés.",
"settings.sync.targets_title": "Cibles",
"settings.sync.no_targets": "Aucune cible pour l'instant. Ajoutez-en une ci-dessous.",
"settings.sync.third_party": "tiers",
"settings.sync.your_server": "votre serveur",
"settings.sync.edit": "Modifier",
"settings.sync.remove": "Supprimer",
"settings.sync.edit_target": "Modifier la cible",
"settings.sync.add_target": "Ajouter une cible",
"settings.sync.webdav_hint": "WebDAV couvre Nextcloud, ownCloud, Cloudreve, Seafile et Synology. (Seafile : activez SeafDAV côté serveur.)",
"settings.sync.name": "Nom",
"settings.sync.name_placeholder": "Nextcloud maison",
"settings.sync.provider": "Fournisseur",
"settings.sync.server_url": "URL du serveur",
"settings.sync.server_url_note_1": "Juste l'URL de votre serveur — WhispAssist ajoute",
"settings.sync.server_url_note_2": "automatiquement.",
"settings.sync.remote_folder": "Dossier distant",
"settings.sync.username": "Nom d'utilisateur",
"settings.sync.app_password": "Mot de passe d'application",
"settings.sync.pw_keep": "laissez vide pour conserver le mot de passe actuel",
"settings.sync.pw_store": "stocké dans le gestionnaire d'identifiants du système d'exploitation",
"settings.sync.upload_legend": "Téléverser",
"settings.sync.artifact_transcript": "transcription",
"settings.sync.artifact_notes": "notes",
"settings.sync.artifact_summary": "résumé",
"settings.sync.artifact_recording": "enregistrement (.wav, si conservé)",
"settings.sync.allow_plaintext": "Autoriser le http en clair pour une adresse LAN (non recommandé)",
"settings.sync.encrypt_before": "Chiffrer avant le téléversement (la destination ne stocke que le texte chiffré)",
"settings.sync.requires_vault": "— nécessite un coffre déverrouillé",
"settings.sync.test_connection": "Tester la connexion",
"settings.sync.save_changes": "Enregistrer les modifications",
"settings.sync.add_target_btn": "Ajouter la cible",
"settings.sync.cancel": "Annuler",
"settings.sync.third_party_banner": "{kind} est un nuage tiers — le téléversement envoie vos données hors de votre appareil vers {kind}.",
"settings.sync.link_account": "Lier le compte {kind}…",
"settings.sync.oauth_hint": "Ouvre une connexion OAuth (redirection loopback) ; le jeton est stocké dans le gestionnaire d'identifiants du système d'exploitation.",
"settings.sync.footnote": "Les identifiants ne sont jamais écrits dans les paramètres ni dans la base de données — uniquement dans le gestionnaire d'identifiants du système d'exploitation. TLS est requis pour les cibles hors LAN.",
"settings.ai.title": "Fournisseur de résumés IA",
"settings.ai.intro_1": "Les résumés s'exécutent par défaut sur un LLM local. Pointez ceci vers Ollama sur ce PC ou une autre machine de votre LAN (par ex.",
"settings.ai.intro_2": "— les deux comptent comme local, donc rien ne quitte votre réseau. Les fournisseurs hébergés (Anthropic) sont facultatifs, désactivés par défaut, et envoient la transcription à un tiers dès que vous en activez un.",
"settings.ai.provider": "Fournisseur",
"settings.ai.off": "Désactivé",
"settings.ai.provider_ollama": "Ollama (local / LAN)",
"settings.ai.provider_custom": "Personnalisé (compatible OpenAI)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — hébergé, quitte cet appareil",
"settings.ai.endpoint": "Point de terminaison",
"settings.ai.model": "Modèle",
"settings.ai.api_key": "Clé API",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (déjà définie — laissez vide pour la conserver)",
"settings.ai.show_api_key": "Afficher la clé API",
"settings.ai.hide_api_key": "Masquer la clé API",
"settings.ai.anthropic_banner": "Anthropic est un service hébergé tiers — la transcription de cette réunion quitte votre appareil lorsque vous générez un résumé.",
"settings.ai.endpoint_banner": "Ce point de terminaison n'est pas sur votre machine ni sur votre LAN — votre transcription quitterait votre réseau.",
"settings.ai.saving": "Enregistrement…",
"settings.ai.save": "Enregistrer",
"settings.ai.test_connection": "Tester la connexion",
"settings.ai.this_hosted_provider": "ce fournisseur hébergé",
"settings.ai.reachable": "Joignable",
"settings.ai.unreachable": "Injoignable",
"settings.ai.model_count_one": "· {n} modèle",
"settings.ai.model_count_many": "· {n} modèles",
"settings.ai.on_lan": "· sur votre machine / LAN",
"settings.ai.leaves_network": "· quitte votre réseau",
"settings.ai.advanced_title": "Configuration avancée d'Ollama",
"settings.ai.changed": "{n} modifiés",
"settings.ai.reset_all": "Tout réinitialiser aux valeurs par défaut",
"settings.ai.system_prompt": "Invite système",
"settings.ai.system_prompt_placeholder": "par ex. Vous êtes un rédacteur de résumés de réunion concis.",
"settings.ai.system_prompt_hint": "Ajoutée avant le format de sortie requis par WhispAssist, afin que vos instructions ne puissent pas casser l'analyse du résumé/des actions à mener.",
"settings.ai.think": "Réfléchir",
"settings.ai.think_help": "Effort de raisonnement (modèles de raisonnement uniquement).",
"settings.ai.keep_alive": "Maintenir en vie",
"settings.ai.keep_alive_help": "Durée pendant laquelle le modèle reste en RAM. par ex. 5m, 1h, 0 (décharger), -1 (indéfiniment).",
"settings.ai.runtime_hardware": "Exécution et matériel",
"settings.ai.rarely_needed": "— rarement nécessaire",
"settings.ai.save_advanced": "Enregistrer les options avancées",
"settings.ai.saved": "Enregistré",
"settings.ai.turn_off": "Désactiver",
"settings.ai.default_value": "Par défaut {value}.",
"settings.ai.reset_default": "Réinitialiser à la valeur par défaut",
"settings.ai.reset_field": "Réinitialiser {name}",
"settings.mcp.title": "Serveur MCP",
"settings.mcp.banner_1": "Cela permet à votre propre agent de codage (Claude Code, Codex, Copilot, OpenCode, …) de récupérer le contexte de la réunion sur votre machine locale. Une fois connecté,",
"settings.mcp.banner_agent": "cet agent",
"settings.mcp.banner_2": "peut transmettre ce qu'il lit au nuage de son propre fournisseur de modèle — hors du contrôle de WhispAssist. WhispAssist lui-même n'envoie jamais ces données où que ce soit ; le serveur n'écoute que sur cet appareil (",
"settings.mcp.banner_3": ") et chaque lecture est journalisée ci-dessous.",
"settings.mcp.enable": "Activer le serveur MCP",
"settings.mcp.enable_hint": "Désactivé par défaut. Loopback uniquement, protégé par jeton — rien n'est accessible depuis le réseau.",
"settings.mcp.transport": "Transport",
"settings.mcp.transport_http": "HTTP en flux continu",
"settings.mcp.transport_stdio": "stdio (l'agent lance un processus)",
"settings.mcp.port": "Port",
"settings.mcp.transport_change_hint": "Pour changer de transport/port, désactivez d'abord le serveur, puis réactivez-le.",
"settings.mcp.scope_title": "Portée",
"settings.mcp.expose": "Exposer",
"settings.mcp.scope_none": "Aucune — rien n'est partagé",
"settings.mcp.scope_selected": "Sélectionnés — uniquement les briefs de fonctionnalité que vous avez marqués comme partagés",
"settings.mcp.scope_all": "Tout — réunions, transcriptions, actions à mener et briefs partagés",
"settings.mcp.expose_recordings": "Autoriser aussi les réunions avec un enregistrement sauvegardé (désactivé par défaut — la transcription d'une réunion enregistrée est retenue même en portée « Tout » jusqu'à ce que ceci soit activé)",
"settings.mcp.token_title": "Nouveau jeton d'authentification — affiché une seule fois, copiez-le maintenant",
"settings.mcp.token_hint": "Ceci ne sera plus affiché. Il est stocké dans le gestionnaire d'identifiants du système d'exploitation ; si vous le perdez, désactivez puis réactivez le serveur pour en générer un nouveau.",
"settings.mcp.copied": "Copié",
"settings.mcp.copy": "Copier",
"settings.mcp.endpoint": "Point de terminaison",
"settings.mcp.endpoint_hint": "Pointez la configuration du client MCP de votre agent vers {kind}, avec le jeton ci-dessus comme identifiant bearer.",
"settings.mcp.kind_command": "commande",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Journal d'accès",
"settings.mcp.access_log_hint": "Chaque lecture d'outil effectuée par un agent, autorisée ou refusée (FR-MCP-5).",
"settings.mcp.no_reads": "Aucun agent n'a encore rien lu.",
"settings.mcp.log_meeting": "réunion {id}",
"settings.mcp.refresh": "Actualiser",
"settings.privacy.title": "Confidentialité",
"settings.privacy.intro": "Ce que WhispAssist est réellement autorisé à envoyer hors de cet appareil actuellement. Avec tout désactivé (le réglage par défaut), rien ne quitte l'appareil.",
"settings.privacy.llm_endpoint": "Point de terminaison LLM",
"settings.privacy.off": "désactivé",
"settings.privacy.local_only": "local uniquement",
"settings.privacy.leaves_device": "quitte cet appareil",
"settings.privacy.sync_label": "Synchronisation",
"settings.privacy.enabled": "activée",
"settings.privacy.mcp_label": "Serveur MCP",
"settings.privacy.mcp_on": "activé · {scope}",
"settings.privacy.mcp_loopback_note": "Entrant sur loopback uniquement — n'ajoute rien à la liste de sortie ci-dessus. Un agent connecté peut néanmoins transmettre ce qu'il lit à son propre fournisseur de modèle ; voir l'onglet du serveur MCP.",
"settings.privacy.egress_title": "Liste d'autorisation de sortie",
"settings.privacy.no_egress": "Aucun hôte n'est autorisé — WA n'effectue aucune sortie de contenu.",
"settings.privacy.sync_targets_title": "Cibles de synchronisation",
"settings.privacy.third_party": "tiers",
"settings.privacy.your_server": "votre serveur",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "sans TLS",
"settings.privacy.refresh": "Actualiser",
"settings.privacy.unavailable": "Autovérification de confidentialité indisponible.",
"settings.privacy.vault_title": "Coffre de chiffrement",
"settings.privacy.vault_intro": "Chiffrez les notes, transcriptions et résumés au repos avec un mot de passe. (Les fichiers audio ne sont pas encore chiffrés.)",
"settings.privacy.vault_password": "Mot de passe du coffre",
"settings.privacy.enable_vault": "Activer le coffre",
"settings.privacy.vault_pw_hint": "Utilisez au moins 8 caractères. Si vous l'oubliez, le contenu chiffré ne pourra pas être récupéré.",
"settings.privacy.vault_locked_1": "Le coffre est ",
"settings.privacy.locked_word": "verrouillé",
"settings.privacy.vault_locked_2": ". Déverrouillez pour lire les réunions chiffrées.",
"settings.privacy.password": "Mot de passe",
"settings.privacy.unlock": "Déverrouiller",
"settings.privacy.vault_unlocked_1": "Le coffre est ",
"settings.privacy.unlocked_word": "déverrouillé",
"settings.privacy.vault_unlocked_2": ". Les nouvelles notes, transcriptions et résumés sont chiffrés au repos.",
"settings.privacy.lock_now": "Verrouiller maintenant",
"settings.privacy.change_password": "Changer le mot de passe",
"settings.privacy.current_password": "Mot de passe actuel",
"settings.privacy.new_password": "Nouveau mot de passe",
"settings.about.title": "À propos",
"settings.about.tagline": "Un assistant de réunion entièrement local, à code source ouvert et natif Windows.",
"settings.about.build_commit": "Commit de compilation",
"consent.heading": "Avant d'enregistrer",
"consent.body": "Enregistrer des conversations sans le consentement des participants peut être illégal dans votre région. Vérifiez les lois locales sur l'enregistrement. Ceci est une mise en garde, pas un avis juridique.",
"consent.accept": "Je comprends — activer l'enregistrement",
"consent.cancel": "Annuler",
"hosted.heading": "Avant d'utiliser {provider}",
"hosted.body_1": "Générer avec",
"hosted.body_2": "envoie la transcription de cette réunion sur leurs serveurs — elle quitte cet appareil et est soumise à leur politique de confidentialité. WhispAssist n'a aucun contrôle sur le traitement des données une fois qu'elles quittent votre appareil. Ceci est désactivé par défaut ; vous le choisissez maintenant.",
"hosted.accept": "Je comprends — continuer",
"hosted.cancel": "Annuler",
"theme.group": "Thème",
"theme.system": "Suivre le système",
"theme.light": "Clair",
"theme.dark": "Sombre",
"import.dialog_label": "Ajouter une réunion depuis un fichier ou une URL",
"import.title": "Ajouter une réunion",
"import.close": "Fermer",
"import.close_title": "Fermer (Échap)",
"import.body": "Importez un enregistrement existant — un fichier audio/vidéo local ou un lien (YouTube, une page de diffusion en continu ou une URL média directe). Il est transcrit et diarisé comme un enregistrement en direct.",
"import.file_or_url": "Fichier ou URL",
"import.source_placeholder": "Collez une URL ou parcourez pour trouver un fichier…",
"import.choose_file": "Choisir un fichier local",
"import.browse": "Parcourir…",
"import.title_label": "Titre",
"import.optional": "facultatif",
"import.title_placeholder": "Par défaut, le nom du fichier",
"import.filter_av": "Audio / vidéo",
"import.requires_1": "Nécessite",
"import.requires_2": "installé et dans votre PATH (plus",
"import.requires_3": "pour les URL). WhispAssist ne les inclut pas.",
"import.importing": "Importation… cela peut prendre un moment",
"import.import": "Importer",
"import.cancel": "Annuler",
"tagchip.filter": "Filtrer les réunions marquées « {tag} »",
"tagchip.remove": "Supprimer l'étiquette {tag}",
"levelmeter.system_mic": "Niveau d'entrée du système et du microphone",
"levelmeter.system": "Niveau d'entrée du système",
"app.tagline": "local · privé",
"app.note_template": "Modèle de notes",
"app.no_template": "Aucun modèle",
"app.add_meeting": "Ajouter une réunion",
"app.add_meeting_title": "Ajouter une réunion depuis un fichier ou une URL",
"app.record": "Enregistrer",
"app.record_title": "Démarrer l'enregistrement (Ctrl+Maj+R)",
"app.stop": "Arrêter",
"app.stop_title": "Arrêter l'enregistrement (Ctrl+Maj+R)",
"app.cancel": "Annuler",
"app.cancel_title": "Abandonner cet enregistrement et le supprimer",
"app.recording": "Enregistrement…",
"app.backend_title": "Moteur de transcription actif",
"app.retention_title": "Enregistrer l'audio en .wav pour cette réunion",
"app.saving": "enregistrement",
"app.not_saved": "non enregistré",
"app.reconnecting": "reconnexion du périphérique audio…",
"app.settings": "Paramètres",
"app.settings_title": "Paramètres (Ctrl+,)",
"app.discard_confirm": "Abandonner cet enregistrement ? Son audio et sa transcription seront supprimés.",
"app.announce_started": "Enregistrement démarré",
"app.announce_paused": "Enregistrement en pause",
"app.announce_stopped": "Enregistrement arrêté",
"app.consent_dialog": "Consentement à l'enregistrement",
"app.vault_dialog": "Déverrouiller le coffre de chiffrement",
"app.vault_title": "Déverrouiller le coffre de chiffrement",
"app.vault_desc": "Vos réunions sont chiffrées au repos. Saisissez votre mot de passe pour les lire.",
"app.vault_password": "Mot de passe du coffre",
"app.vault_incorrect": "Mot de passe incorrect",
"app.unlock": "Déverrouiller",
"app.continue_locked": "Continuer verrouillé",
"app.show_meetings": "Afficher la liste des réunions",
"app.hide_meetings": "Masquer la liste des réunions",
"app.show_summary": "Afficher le panneau de résumé",
"app.hide_summary": "Masquer le panneau de résumé",
"app.resize_meetings": "Redimensionner la liste des réunions",
"app.resize_summary": "Redimensionner le panneau de résumé",
"meetings.search_placeholder": "Rechercher des réunions…",
"meetings.search_aria": "Rechercher des réunions",
"meetings.filter_tag_aria": "Filtrer par étiquette",
"meetings.all_tags": "Toutes les étiquettes",
"meetings.from_date_aria": "À partir de la date",
"meetings.to_date_aria": "Jusqu'à la date",
"meetings.bulk_format_aria": "Format d'exportation groupée",
"meetings.bulk_export": "Exportation groupée",
"meetings.bulk_export_title": "Exporter toutes les réunions correspondant aux filtres d'étiquette/date ci-dessus",
"meetings.exporting": "Exportation…",
"meetings.exported_one": "{n} réunion exportée.",
"meetings.exported_many": "{n} réunions exportées.",
"meetings.searching": "Recherche…",
"meetings.loading": "Chargement des réunions…",
"meetings.no_matches": "Aucun résultat.",
"meetings.empty": "Aucune réunion pour l'instant — cliquez sur Enregistrer ci-dessus pour commencer.",
"meetings.status.recording": "enregistrement",
"meetings.status.transcribing": "transcription",
"meetings.status.recovering": "récupération",
"meetings.status.error": "erreur",
"meetings.resume": "Reprendre la transcription",
"meetings.delete_aria": "Supprimer la réunion",
"meetings.delete_confirm": "Supprimer cette réunion ? Cela supprime son enregistrement, sa transcription et ses notes.",
"transcript.heading": "Transcription",
"transcript.title_aria": "Titre de la réunion",
"transcript.lang_title": "Langue de transcription",
"transcript.lang_auto": "détection en cours…",
"transcript.show": "Afficher la transcription",
"transcript.hide": "Masquer la transcription",
"transcript.empty": "Aucune transcription pour cette réunion.",
"transcript.will_appear": "La transcription apparaîtra ici au fur et à mesure de l'enregistrement.",
"transcript.play_from_here": "Lire à partir d'ici",
"transcript.resize": "Redimensionner la transcription et les notes",
"transcript.reprocess_placeholder": "Re-transcrire avec…",
"transcript.reprocess_lang_aria": "Langue de retraitement",
"transcript.reprocess_keep_lang": "Conserver la langue actuelle",
"transcript.reprocess_go": "Lancer",
"transcript.retranscribing": "Re-transcription…",
"transcript.has_note": "Comporte une note",
"transcript.note_placeholder": "Ajouter une note pour ce moment…",
"transcript.note_aria": "Note pour cette ligne de transcription",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Document Word",
"transcript.filter_obsidian": "Note Obsidian",
"notes.heading": "Notes",
"notes.show": "Afficher les notes",
"notes.hide": "Masquer les notes",
"notes.placeholder": "Notes…",
"notes.live_placeholder": "Tapez des notes pendant que vous parlez…",
"notes.toolbar_aria": "Mise en forme des notes",
"notes.bold": "Gras",
"notes.italic": "Italique",
"notes.h1": "Titre 1",
"notes.h2": "Titre 2",
"notes.bullet": "Liste à puces",
"notes.checkbox_title": "Case à cocher",
"notes.checkbox_aria": "Élément de liste à cocher",
"notes.edit_raw": "Modifier le markdown brut",
"notes.render": "Afficher le markdown",
"notes.editor": "Éditeur",
"notes.preview": "Aperçu",
"notes.export_md_title": "Exporter les notes en .md",
"notes.export_pdf_title": "Exporter les notes en .pdf",
"notes.export_docx_title": "Exporter les notes en .docx",
"notes.export_bundle_title": "Exporter audio + transcription + notes vers un dossier",
"notes.export_obsidian_title": "Exporter une note Obsidian (notes + résumé + transcription, sans audio)",
"summary.recording_heading": "Enregistrement",
"summary.loading_recording": "Chargement de l'enregistrement…",
"summary.sync_heading": "Synchronisation",
"summary.uploading": "Téléversement…",
"summary.upload_now": "Téléverser maintenant",
"summary.no_uploads": "Aucun téléversement pour cette réunion pour l'instant.",
"summary.retry": "réessayer",
"summary.tags_heading": "Étiquettes",
"summary.tags_select": "Sélectionnez une réunion pour l'étiqueter.",
"summary.tag_add_placeholder": "Ajouter une étiquette…",
"summary.tag_first_placeholder": "projet, client, sujet…",
"summary.generating": "Génération…",
"summary.generate_tags": "Générer des étiquettes",
"summary.saving": "Enregistrement…",
"summary.save_tags": "Enregistrer les étiquettes",
"summary.summary_heading": "Résumé",
"summary.ai_provider": "Fournisseur d'IA",
"summary.provider_off": "Désactivé",
"summary.provider_custom": "Personnalisé",
"summary.local": "local",
"summary.leaves_device": "quitte cet appareil",
"summary.this_hosted_provider": "ce fournisseur hébergé",
"summary.select_generate": "Sélectionnez une réunion pour générer un résumé.",
"summary.decisions_heading": "Décisions",
"summary.regenerate": "Régénérer",
"summary.generated_hint": "Généré localement après la réunion (nécessite un fournisseur LLM local).",
"summary.no_provider": "Aucun fournisseur d'IA configuré — activez-en un dans les Paramètres.",
"summary.generate_summary": "Générer un résumé",
"summary.briefs_heading": "Briefs de fonctionnalité",
"summary.briefs_select": "Sélectionnez une réunion pour créer ou consulter des briefs de fonctionnalité.",
"summary.briefs_desc": "Distille cette réunion en une spécification prête pour un agent (nécessite un fournisseur LLM local) — remettez-la à un agent de codage, ou servez-la via le serveur MCP une fois celui-ci activé.",
"summary.brief_repo_placeholder": "Dépôt cible (facultatif), par ex. acme/reporting-web",
"summary.distilling": "Distillation…",
"summary.create_brief": "Créer un brief de fonctionnalité",
"summary.brief_mcp_title": "Disponible lorsque le serveur MCP est activé",
"summary.copied": "Copié",
"summary.copy_md": "Copier en Markdown",
"summary.copy_json": "Copier en JSON",
"summary.brief_problem": "Problème",
"summary.brief_outcome": "Résultat souhaité",
"summary.brief_criteria": "Critères d'acceptation",
"summary.brief_none": "Rien de capturé.",
"summary.brief_context": "Contexte",
"summary.action_items_heading": "Actions à mener",
"summary.ai_select": "Sélectionnez une réunion pour voir ses actions à mener.",
"summary.ai_empty": "Aucune pour l'instant — ajoutez-en une ci-dessous, ou générez un résumé pour les extraire automatiquement.",
"summary.confirmed": "Confirmée",
"summary.ai_text_placeholder": "Action à mener…",
"summary.ai_text_aria": "Texte de l'action à mener",
"summary.owner": "Responsable",
"summary.due_date": "Date d'échéance",
"summary.reminder_title": "Planifier un rappel local pour cette date d'échéance",
"summary.ai_delete_title": "Supprimer cette action à mener",
"summary.ai_delete_aria": "Supprimer l'action à mener",
"summary.add_action_item": "Ajouter une action à mener",
"summary.save_action_items": "Enregistrer les actions à mener",
"summary.calendar_heading": "Événement du calendrier",
"summary.cal_select": "Sélectionnez une réunion pour la lier à un événement du calendrier.",
"summary.event_search_placeholder": "Rechercher un titre d'événement…",
"summary.linked_event": "Événement lié",
"summary.change_event": "Changer d'événement…",
"summary.link_event": "Lier un événement…",
"summary.untitled_event": "(sans titre)",
"summary.no_events_1": "Aucun événement importé pour l'instant — importez-en un",
"summary.no_events_2": "depuis Paramètres → Calendrier.",
"summary.no_events_match": "Aucun événement ne correspond à cette recherche/date — essayez d'en effacer une.",
"summary.organizer_label": "Organisateur : {name}",
"summary.participants_heading": "Participants",
"summary.participants_hint": "Renseigné à partir de l'événement du calendrier lié.",
"summary.speakers_heading": "Locuteurs",
"summary.speakers_select": "Sélectionnez une réunion pour nommer ses locuteurs.",
"summary.no_speakers": "Aucun locuteur détecté pour l'instant.",
"summary.speaker_name_placeholder": "Nom du locuteur",
"summary.save": "Enregistrer",
"summary.cancel": "Annuler",
"summary.name_speaker": "Nommer ce locuteur…",
"summary.add_new_name": "+ Ajouter un nouveau nom…",
"settings.recording.title": "Enregistrement",
"settings.recording.record_default": "Enregistrer les réunions par défaut",
"settings.recording.save_audio_as": "enregistrer l'audio en",
"settings.recording.default_hint": "Désactivé par défaut. Lorsqu'il est désactivé, l'audio n'est utilisé que pour produire la transcription et est supprimé lorsque la réunion est finalisée. Vous pouvez aussi activer l'enregistrement par réunion.",
"settings.recording.consent_label": "Consentement : {status}.",
"settings.recording.consent_ack": "accepté",
"settings.recording.consent_not": "pas encore accepté",
"settings.recording.auto_label": "Démarrer automatiquement l'enregistrement au début d'un événement du calendrier",
"settings.recording.auto_hint": "Uniquement lorsque WhispAssist est ouvert. Lorsque l'heure de début d'un événement de calendrier importé arrive, un enregistrement commence automatiquement (en utilisant votre réglage de conservation par défaut ci-dessus). Rien ne s'exécute en arrière-plan — la minuterie n'est armée que pendant que l'application est en cours d'exécution. Importez des événements sous Paramètres → Calendrier."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Enregistrement",
"nav.hardware": "Matériel",
"nav.storage": "Stockage",
"nav.calendar": "Calendrier",
"nav.sync": "Synchronisation",
"nav.ai": "IA",
"nav.mcp": "Serveur MCP",
"nav.privacy": "Confidentialité",
"nav.about": "À propos",
"nav.language": "Langue",
"settings.language.title": "Langue",
"settings.language.display": "Langue d'affichage",
"settings.language.display_hint": "La langue de l'interface de l'application. Ajouter une langue est aussi simple que de déposer un seul fichier de traduction.",
"settings.transcription.title": "Langue de transcription",
"settings.transcription.label": "Langue",
"settings.transcription.auto": "Détection automatique",
"settings.transcription.applies_hint": "S'applique au prochain enregistrement. La langue réellement utilisée est ensuite affichée sur chaque réunion.",
"settings.transcription.english_only": "Anglais uniquement",
"settings.transcription.model_english_only": "« {model} » est en anglais uniquement.",
"settings.transcription.no_model": "Aucun modèle sélectionné.",
"settings.transcription.switch_multilingual": "Passez à un modèle multilingue ci-dessus pour choisir une langue.",
"settings.hardware.title": "Matériel",
"settings.hardware.active_backend": "Backend actif",
"settings.hardware.model_meta": "· modèle {size}",
"settings.hardware.preferred_backend": "Backend préféré",
"settings.hardware.auto_backend": "Automatique (le meilleur disponible)",
"settings.hardware.not_available": "non disponible",
"settings.hardware.fallback_hint": "Bascule automatiquement (NPU → NVIDIA → AMD → Intel → CPU) si le backend choisi ne se charge pas.",
"settings.hardware.audio_devices": "Périphériques audio",
"settings.hardware.recording_device": "Périphérique d'enregistrement",
"settings.hardware.default_system_audio": "Audio système par défaut",
"settings.hardware.recording_device_hint": "WhispAssist enregistre ce que ce périphérique restitue (loopback) — l'autre côté de l'appel. Choisissez une sortie précise si vous ne voulez pas qu'il suive le périphérique par défaut de Windows.",
"settings.hardware.microphone": "Microphone",
"settings.hardware.mic_off": "Désactivé — ne pas capturer mon microphone",
"settings.hardware.default_mic": "Microphone par défaut",
"settings.hardware.mic_hint": "Ajoute votre propre voix à la transcription en direct afin que les deux côtés de la réunion soient capturés. Reste sur votre appareil — rien n'est téléversé. Choisissez « Désactivé » pour ne transcrire que l'audio système ci-dessus.",
"settings.hardware.npu_detected": "Accélérateur NPU détecté",
"settings.hardware.ready": "Prêt",
"settings.hardware.downloading": "Téléchargement…",
"settings.hardware.package_needed": "Paquet requis",
"settings.hardware.npu_hint": "Votre NPU nécessite un paquet d'accélération unique (modèle Whisper ONNX{extra}). Il se télécharge en arrière-plan ; vous pouvez aussi le démarrer maintenant.",
"settings.hardware.plus_openvino": " + environnement d'exécution OpenVINO",
"settings.hardware.download_npu": "Télécharger le paquet NPU",
"settings.hardware.dml_title": "Accélération GPU (DirectML)",
"settings.hardware.dml_hint": "Votre GPU peut être accéléré sans Vulkan via DirectML — un paquet unique (modèle Whisper ONNX{extra}).",
"settings.hardware.plus_directml": " + environnement d'exécution DirectML",
"settings.hardware.download_dml": "Télécharger le paquet DirectML",
"settings.hardware.detection_unavailable": "Détection du matériel indisponible.",
"settings.hardware.low_overhead": "Préréglage à faible charge",
"settings.hardware.low_overhead_note": "CPU + plus petit modèle, pour une utilisation sur batterie/en arrière-plan",
"settings.hardware.models": "Modèles",
"settings.hardware.downloading_model": "Téléchargement de {name}",
"settings.hardware.active_badge": "Actif",
"settings.hardware.installed": "Installé",
"settings.hardware.use": "Utiliser",
"settings.hardware.remove": "Supprimer",
"settings.hardware.cant_remove_active": "Impossible de supprimer le modèle actif",
"settings.hardware.download": "Télécharger",
"settings.hardware.diarization": "Diarisation des locuteurs",
"settings.hardware.diarization_hint": "Installez les deux modèles pour que les enregistrements terminés soient séparés par locuteur (Locuteur 1, Locuteur 2, …) au lieu d'une seule transcription continue. Fonctionne entièrement hors ligne, une fois par réunion après son arrêt. Sans eux, chaque ligne est attribuée à un seul locuteur.",
"settings.storage.title": "Stockage",
"settings.storage.location_label": "Emplacement",
"settings.storage.location_hint": "Changer l'emplacement de stockage n'est pas encore pris en charge — c'est ici que résident actuellement les réunions, les modèles et la base de données.",
"settings.storage.retention_title": "Conservation",
"settings.storage.retention_hint": "Supprime automatiquement les réunions les plus anciennes au-delà d'une limite. Vérifié une fois au démarrage ; vide signifie aucune limite. Ne touche jamais à une réunion en cours d'enregistrement.",
"settings.storage.max_age": "Âge maximal (jours)",
"settings.storage.max_size": "Taille maximale (Go)",
"settings.storage.no_limit": "aucune limite",
"settings.storage.export_import_title": "Exportation et importation",
"settings.storage.export_hint_1": "Déplacez les enregistrements entre ordinateurs sous forme de dossiers de paquets portables (audio, transcription, notes, résumé et un",
"settings.storage.export_hint_2": "manifeste). Exportez vers n'importe quel dossier — un lecteur synchronisé, une clé USB ou le point de montage local d'une cible de synchronisation — puis importez-le sur l'autre machine. Les réunions importées obtiennent un nouvel identifiant, de sorte qu'une réimportation n'écrase jamais rien.",
"settings.storage.export_dialog_title": "Exporter toutes les réunions vers…",
"settings.storage.import_dialog_title": "Importer un paquet (ou un dossier de paquets)…",
"settings.storage.exporting": "Exportation…",
"settings.storage.export_all": "Exporter toutes les réunions…",
"settings.storage.importing": "Importation…",
"settings.storage.import_all": "Importer des réunions…",
"settings.storage.exported_one": "{n} réunion exportée.",
"settings.storage.exported_many": "{n} réunions exportées.",
"settings.storage.imported_one": "{n} réunion importée.",
"settings.storage.imported_many": "{n} réunions importées.",
"settings.calendar.title": "Calendrier et Outlook .pst",
"settings.calendar.intro_1": "Importez des événements et des participants depuis une sauvegarde Outlook locale",
"settings.calendar.intro_2": "— en lecture seule, rien n'est réécrit dans le fichier. Rien ne quitte cet appareil.",
"settings.calendar.pst_file": "Fichier .pst",
"settings.calendar.no_file": "Aucun fichier sélectionné",
"settings.calendar.browse": "Parcourir…",
"settings.calendar.password": "Mot de passe",
"settings.calendar.password_note": "rarement nécessaire",
"settings.calendar.optional": "facultatif",
"settings.calendar.import_range": "Plage d'importation",
"settings.calendar.range_30": "30 derniers jours",
"settings.calendar.range_90": "90 derniers jours",
"settings.calendar.range_180": "6 derniers mois",
"settings.calendar.range_365": "Dernière année",
"settings.calendar.range_all": "Toute la période",
"settings.calendar.range_hint": "Une boîte aux lettres ancienne peut contenir des années d'entrées récurrentes/de vacances — réduire la plage limite le calendrier importé à ce qui est réellement pertinent. S'applique à ce bouton d'importation ainsi qu'à la réimportation automatique au lancement.",
"settings.calendar.importing": "Importation…",
"settings.calendar.import": "Importer",
"settings.calendar.import_progress": "{processed}/{total} événements",
"settings.calendar.auto_reimport": "Réimporter ce fichier automatiquement au lancement",
"settings.calendar.auto_reimport_hint": "S'exécute une fois au démarrage, pas sur une minuterie — la réimportation peut être répétée sans risque (les événements existants sont mis en correspondance et mis à jour, pas dupliqués).",
"settings.calendar.import_failed": "Échec de l'importation : {error} — le fichier lui-même n'est pas modifié ; vérifiez le chemin et réessayez.",
"settings.calendar.cleanup_title": "Nettoyer",
"settings.calendar.cleanup_hint": "Les événements déjà rattachés à une réunion enregistrée sont toujours conservés, quelle que soit l'option choisie ci-dessous.",
"settings.calendar.cleanup_30": "Plus anciens que 30 jours",
"settings.calendar.cleanup_90": "Plus anciens que 90 jours",
"settings.calendar.cleanup_180": "Plus anciens que 6 mois",
"settings.calendar.cleanup_365": "Plus anciens que 1 an",
"settings.calendar.cleanup_all": "Tout supprimer",
"settings.calendar.cleaning": "Nettoyage…",
"settings.calendar.cleanup_btn": "Nettoyer le calendrier",
"settings.calendar.cleanup_result": "{deleted}{extra} supprimés.",
"settings.calendar.cleanup_kept": ", {n} conservés (liés à une réunion)",
"settings.calendar.cleanup_failed": "Échec du nettoyage : {error}",
"settings.calendar.imported_events": "Événements importés",
"settings.calendar.no_events": "Aucun événement importé pour l'instant.",
"settings.calendar.search_title": "Rechercher un titre",
"settings.calendar.search_placeholder": "Nom de la réunion…",
"settings.calendar.date_label": "Date",
"settings.calendar.events_count": "{shown} sur {total} événements",
"settings.calendar.untitled": "(sans titre)",
"settings.dialog_title": "Paramètres",
"settings.close": "Fermer",
"settings.close_title": "Fermer (Échap)",
"settings.sync.stub": "Mode aperçu — le backend de synchronisation n'est pas encore implémenté (Phase 9). Les modifications ne sont conservées que dans l'interface.",
"settings.sync.title": "Synchronisation et téléversement",
"settings.sync.enable_label": "Activer le téléversement des artefacts de réunion vers les cibles configurées",
"settings.sync.enable_hint": "Désactivé par défaut. Rien n'est téléversé sauf si ceci est activé et qu'une cible est activée. Les cibles auto-hébergées conservent les données sur votre propre serveur ; les clouds tiers sont clairement étiquetés.",
"settings.sync.targets_title": "Cibles",
"settings.sync.no_targets": "Aucune cible pour l'instant. Ajoutez-en une ci-dessous.",
"settings.sync.third_party": "tiers",
"settings.sync.your_server": "votre serveur",
"settings.sync.edit": "Modifier",
"settings.sync.remove": "Supprimer",
"settings.sync.edit_target": "Modifier la cible",
"settings.sync.add_target": "Ajouter une cible",
"settings.sync.webdav_hint": "WebDAV couvre Nextcloud, ownCloud, Cloudreve, Seafile et Synology. (Seafile : activez SeafDAV côté serveur.)",
"settings.sync.name": "Nom",
"settings.sync.name_placeholder": "Nextcloud domestique",
"settings.sync.provider": "Fournisseur",
"settings.sync.server_url": "URL du serveur",
"settings.sync.server_url_note_1": "Juste l'URL de votre serveur — WhispAssist ajoute",
"settings.sync.server_url_note_2": "automatiquement.",
"settings.sync.remote_folder": "Dossier distant",
"settings.sync.username": "Nom d'utilisateur",
"settings.sync.app_password": "Mot de passe d'application",
"settings.sync.pw_keep": "laissez vide pour conserver le mot de passe actuel",
"settings.sync.pw_store": "stocké dans le gestionnaire d'identifiants du système d'exploitation",
"settings.sync.upload_legend": "Téléverser",
"settings.sync.artifact_transcript": "transcription",
"settings.sync.artifact_notes": "notes",
"settings.sync.artifact_summary": "résumé",
"settings.sync.artifact_recording": "enregistrement (.wav, si conservé)",
"settings.sync.allow_plaintext": "Autoriser le http en clair pour une adresse LAN (non recommandé)",
"settings.sync.encrypt_before": "Chiffrer avant le téléversement (la destination ne stocke que le texte chiffré)",
"settings.sync.requires_vault": "— nécessite un coffre déverrouillé",
"settings.sync.test_connection": "Tester la connexion",
"settings.sync.save_changes": "Enregistrer les modifications",
"settings.sync.add_target_btn": "Ajouter la cible",
"settings.sync.cancel": "Annuler",
"settings.sync.third_party_banner": "{kind} est un cloud tiers — le téléversement envoie vos données hors de votre appareil vers {kind}.",
"settings.sync.link_account": "Lier le compte {kind}…",
"settings.sync.oauth_hint": "Ouvre une connexion OAuth (redirection loopback) ; le jeton est stocké dans le gestionnaire d'identifiants du système d'exploitation.",
"settings.sync.footnote": "Les identifiants ne sont jamais écrits dans les paramètres ni dans la base de données — uniquement dans le gestionnaire d'identifiants du système d'exploitation. TLS est requis pour les cibles hors LAN.",
"settings.ai.title": "Fournisseur de résumés IA",
"settings.ai.intro_1": "Les résumés s'exécutent par défaut sur un LLM local. Pointez ceci vers Ollama sur ce PC ou une autre machine de votre LAN (par ex.",
"settings.ai.intro_2": "— les deux comptent comme local, donc rien ne quitte votre réseau. Les fournisseurs hébergés (Anthropic) sont facultatifs, désactivés par défaut, et envoient la transcription à un tiers dès que vous en activez un.",
"settings.ai.provider": "Fournisseur",
"settings.ai.off": "Désactivé",
"settings.ai.provider_ollama": "Ollama (local / LAN)",
"settings.ai.provider_custom": "Personnalisé (compatible OpenAI)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — hébergé, quitte cet appareil",
"settings.ai.endpoint": "Point de terminaison",
"settings.ai.model": "Modèle",
"settings.ai.api_key": "Clé API",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (déjà définie — laissez vide pour la conserver)",
"settings.ai.show_api_key": "Afficher la clé API",
"settings.ai.hide_api_key": "Masquer la clé API",
"settings.ai.anthropic_banner": "Anthropic est un service hébergé tiers — la transcription de cette réunion quitte votre appareil lorsque vous générez un résumé.",
"settings.ai.endpoint_banner": "Ce point de terminaison n'est pas sur votre machine ni sur votre LAN — votre transcription quitterait votre réseau.",
"settings.ai.saving": "Enregistrement…",
"settings.ai.save": "Enregistrer",
"settings.ai.test_connection": "Tester la connexion",
"settings.ai.this_hosted_provider": "ce fournisseur hébergé",
"settings.ai.reachable": "Joignable",
"settings.ai.unreachable": "Injoignable",
"settings.ai.model_count_one": "· {n} modèle",
"settings.ai.model_count_many": "· {n} modèles",
"settings.ai.on_lan": "· sur votre machine / LAN",
"settings.ai.leaves_network": "· quitte votre réseau",
"settings.ai.advanced_title": "Configuration avancée d'Ollama",
"settings.ai.changed": "{n} modifiés",
"settings.ai.reset_all": "Tout réinitialiser aux valeurs par défaut",
"settings.ai.system_prompt": "Invite système",
"settings.ai.system_prompt_placeholder": "par ex. Vous êtes un rédacteur de résumés de réunion concis.",
"settings.ai.system_prompt_hint": "Ajoutée avant le format de sortie requis par WhispAssist, afin que vos instructions ne puissent pas casser l'analyse du résumé/des actions à mener.",
"settings.ai.think": "Réfléchir",
"settings.ai.think_help": "Effort de raisonnement (modèles de raisonnement uniquement).",
"settings.ai.keep_alive": "Maintenir en vie",
"settings.ai.keep_alive_help": "Durée pendant laquelle le modèle reste en RAM. par ex. 5m, 1h, 0 (décharger), -1 (indéfiniment).",
"settings.ai.runtime_hardware": "Exécution et matériel",
"settings.ai.rarely_needed": "— rarement nécessaire",
"settings.ai.save_advanced": "Enregistrer les options avancées",
"settings.ai.saved": "Enregistré",
"settings.ai.turn_off": "Désactiver",
"settings.ai.default_value": "Par défaut {value}.",
"settings.ai.reset_default": "Réinitialiser à la valeur par défaut",
"settings.ai.reset_field": "Réinitialiser {name}",
"settings.mcp.title": "Serveur MCP",
"settings.mcp.banner_1": "Cela permet à votre propre agent de codage (Claude Code, Codex, Copilot, OpenCode, …) de récupérer le contexte de la réunion sur votre machine locale. Une fois connecté,",
"settings.mcp.banner_agent": "cet agent",
"settings.mcp.banner_2": "peut transmettre ce qu'il lit au cloud de son propre fournisseur de modèle — hors du contrôle de WhispAssist. WhispAssist lui-même n'envoie jamais ces données où que ce soit ; le serveur n'écoute que sur cet appareil (",
"settings.mcp.banner_3": ") et chaque lecture est journalisée ci-dessous.",
"settings.mcp.enable": "Activer le serveur MCP",
"settings.mcp.enable_hint": "Désactivé par défaut. Loopback uniquement, protégé par jeton — rien n'est accessible depuis le réseau.",
"settings.mcp.transport": "Transport",
"settings.mcp.transport_http": "HTTP en flux continu",
"settings.mcp.transport_stdio": "stdio (l'agent lance un processus)",
"settings.mcp.port": "Port",
"settings.mcp.transport_change_hint": "Pour changer de transport/port, désactivez d'abord le serveur, puis réactivez-le.",
"settings.mcp.scope_title": "Portée",
"settings.mcp.expose": "Exposer",
"settings.mcp.scope_none": "Aucune — rien n'est partagé",
"settings.mcp.scope_selected": "Sélectionnés — uniquement les briefs de fonctionnalité que vous avez marqués comme partagés",
"settings.mcp.scope_all": "Tout — réunions, transcriptions, actions à mener et briefs partagés",
"settings.mcp.expose_recordings": "Autoriser aussi les réunions avec un enregistrement sauvegardé (désactivé par défaut — la transcription d'une réunion enregistrée est retenue même en portée « Tout » jusqu'à ce que ceci soit activé)",
"settings.mcp.token_title": "Nouveau jeton d'authentification — affiché une seule fois, copiez-le maintenant",
"settings.mcp.token_hint": "Ceci ne sera plus affiché. Il est stocké dans le gestionnaire d'identifiants du système d'exploitation ; si vous le perdez, désactivez puis réactivez le serveur pour en générer un nouveau.",
"settings.mcp.copied": "Copié",
"settings.mcp.copy": "Copier",
"settings.mcp.endpoint": "Point de terminaison",
"settings.mcp.endpoint_hint": "Pointez la configuration du client MCP de votre agent vers {kind}, avec le jeton ci-dessus comme identifiant bearer.",
"settings.mcp.kind_command": "commande",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Journal d'accès",
"settings.mcp.access_log_hint": "Chaque lecture d'outil effectuée par un agent, autorisée ou refusée (FR-MCP-5).",
"settings.mcp.no_reads": "Aucun agent n'a encore rien lu.",
"settings.mcp.log_meeting": "réunion {id}",
"settings.mcp.refresh": "Actualiser",
"settings.privacy.title": "Confidentialité",
"settings.privacy.intro": "Ce que WhispAssist est réellement autorisé à envoyer hors de cet appareil actuellement. Avec tout désactivé (le réglage par défaut), rien ne quitte l'appareil.",
"settings.privacy.llm_endpoint": "Point de terminaison LLM",
"settings.privacy.off": "désactivé",
"settings.privacy.local_only": "local uniquement",
"settings.privacy.leaves_device": "quitte cet appareil",
"settings.privacy.sync_label": "Synchronisation",
"settings.privacy.enabled": "activée",
"settings.privacy.mcp_label": "Serveur MCP",
"settings.privacy.mcp_on": "activé · {scope}",
"settings.privacy.mcp_loopback_note": "Entrant sur loopback uniquement — n'ajoute rien à la liste de sortie ci-dessus. Un agent connecté peut néanmoins transmettre ce qu'il lit à son propre fournisseur de modèle ; voir l'onglet du serveur MCP.",
"settings.privacy.egress_title": "Liste d'autorisation de sortie",
"settings.privacy.no_egress": "Aucun hôte n'est autorisé — WA n'effectue aucune sortie de contenu.",
"settings.privacy.sync_targets_title": "Cibles de synchronisation",
"settings.privacy.third_party": "tiers",
"settings.privacy.your_server": "votre serveur",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "sans TLS",
"settings.privacy.refresh": "Actualiser",
"settings.privacy.unavailable": "Autovérification de confidentialité indisponible.",
"settings.privacy.vault_title": "Coffre de chiffrement",
"settings.privacy.vault_intro": "Chiffrez les notes, transcriptions et résumés au repos avec un mot de passe. (Les fichiers audio ne sont pas encore chiffrés.)",
"settings.privacy.vault_password": "Mot de passe du coffre",
"settings.privacy.enable_vault": "Activer le coffre",
"settings.privacy.vault_pw_hint": "Utilisez au moins 8 caractères. Si vous l'oubliez, le contenu chiffré ne pourra pas être récupéré.",
"settings.privacy.vault_locked_1": "Le coffre est ",
"settings.privacy.locked_word": "verrouillé",
"settings.privacy.vault_locked_2": ". Déverrouillez pour lire les réunions chiffrées.",
"settings.privacy.password": "Mot de passe",
"settings.privacy.unlock": "Déverrouiller",
"settings.privacy.vault_unlocked_1": "Le coffre est ",
"settings.privacy.unlocked_word": "déverrouillé",
"settings.privacy.vault_unlocked_2": ". Les nouvelles notes, transcriptions et résumés sont chiffrés au repos.",
"settings.privacy.lock_now": "Verrouiller maintenant",
"settings.privacy.change_password": "Changer le mot de passe",
"settings.privacy.current_password": "Mot de passe actuel",
"settings.privacy.new_password": "Nouveau mot de passe",
"settings.about.title": "À propos",
"settings.about.tagline": "Un assistant de réunion entièrement local, open source et natif Windows.",
"settings.about.build_commit": "Commit de compilation",
"consent.heading": "Avant d'enregistrer",
"consent.body": "Enregistrer des conversations sans le consentement des participants peut être illégal dans votre région. Vérifiez les lois locales sur l'enregistrement. Ceci est une mise en garde, pas un conseil juridique.",
"consent.accept": "Je comprends — activer l'enregistrement",
"consent.cancel": "Annuler",
"hosted.heading": "Avant d'utiliser {provider}",
"hosted.body_1": "Générer avec",
"hosted.body_2": "envoie la transcription de cette réunion sur leurs serveurs — elle quitte cet appareil et est soumise à leur politique de confidentialité. WhispAssist n'a aucun contrôle sur le traitement des données une fois qu'elles quittent votre appareil. Ceci est désactivé par défaut ; vous le choisissez maintenant.",
"hosted.accept": "Je comprends — continuer",
"hosted.cancel": "Annuler",
"theme.group": "Thème",
"theme.system": "Suivre le système",
"theme.light": "Clair",
"theme.dark": "Sombre",
"import.dialog_label": "Ajouter une réunion depuis un fichier ou une URL",
"import.title": "Ajouter une réunion",
"import.close": "Fermer",
"import.close_title": "Fermer (Échap)",
"import.body": "Importez un enregistrement existant — un fichier audio/vidéo local ou un lien (YouTube, une page de streaming ou une URL média directe). Il est transcrit et diarisé comme un enregistrement en direct.",
"import.file_or_url": "Fichier ou URL",
"import.source_placeholder": "Collez une URL ou parcourez pour trouver un fichier…",
"import.choose_file": "Choisir un fichier local",
"import.browse": "Parcourir…",
"import.title_label": "Titre",
"import.optional": "facultatif",
"import.title_placeholder": "Par défaut, le nom du fichier",
"import.filter_av": "Audio / vidéo",
"import.requires_1": "Nécessite",
"import.requires_2": "installé et dans votre PATH (plus",
"import.requires_3": "pour les URL). WhispAssist ne les inclut pas.",
"import.importing": "Importation… cela peut prendre un moment",
"import.import": "Importer",
"import.cancel": "Annuler",
"tagchip.filter": "Filtrer les réunions marquées « {tag} »",
"tagchip.remove": "Supprimer l'étiquette {tag}",
"levelmeter.system_mic": "Niveau d'entrée du système et du microphone",
"levelmeter.system": "Niveau d'entrée du système",
"app.tagline": "local · privé",
"app.note_template": "Modèle de notes",
"app.no_template": "Aucun modèle",
"app.add_meeting": "Ajouter une réunion",
"app.add_meeting_title": "Ajouter une réunion depuis un fichier ou une URL",
"app.record": "Enregistrer",
"app.record_title": "Démarrer l'enregistrement (Ctrl+Maj+R)",
"app.stop": "Arrêter",
"app.stop_title": "Arrêter l'enregistrement (Ctrl+Maj+R)",
"app.cancel": "Annuler",
"app.cancel_title": "Abandonner cet enregistrement et le supprimer",
"app.recording": "Enregistrement…",
"app.backend_title": "Backend de transcription actif",
"app.retention_title": "Enregistrer l'audio en .wav pour cette réunion",
"app.saving": "enregistrement",
"app.not_saved": "non enregistré",
"app.reconnecting": "reconnexion du périphérique audio…",
"app.settings": "Paramètres",
"app.settings_title": "Paramètres (Ctrl+,)",
"app.discard_confirm": "Abandonner cet enregistrement ? Son audio et sa transcription seront supprimés.",
"app.announce_started": "Enregistrement démarré",
"app.announce_paused": "Enregistrement en pause",
"app.announce_stopped": "Enregistrement arrêté",
"app.consent_dialog": "Consentement à l'enregistrement",
"app.vault_dialog": "Déverrouiller le coffre de chiffrement",
"app.vault_title": "Déverrouiller le coffre de chiffrement",
"app.vault_desc": "Vos réunions sont chiffrées au repos. Saisissez votre mot de passe pour les lire.",
"app.vault_password": "Mot de passe du coffre",
"app.vault_incorrect": "Mot de passe incorrect",
"app.unlock": "Déverrouiller",
"app.continue_locked": "Continuer verrouillé",
"app.show_meetings": "Afficher la liste des réunions",
"app.hide_meetings": "Masquer la liste des réunions",
"app.show_summary": "Afficher le panneau de résumé",
"app.hide_summary": "Masquer le panneau de résumé",
"app.resize_meetings": "Redimensionner la liste des réunions",
"app.resize_summary": "Redimensionner le panneau de résumé",
"meetings.search_placeholder": "Rechercher des réunions…",
"meetings.search_aria": "Rechercher des réunions",
"meetings.filter_tag_aria": "Filtrer par étiquette",
"meetings.all_tags": "Toutes les étiquettes",
"meetings.from_date_aria": "À partir de la date",
"meetings.to_date_aria": "Jusqu'à la date",
"meetings.bulk_format_aria": "Format d'exportation groupée",
"meetings.bulk_export": "Exportation groupée",
"meetings.bulk_export_title": "Exporter toutes les réunions correspondant aux filtres d'étiquette/date ci-dessus",
"meetings.exporting": "Exportation…",
"meetings.exported_one": "{n} réunion exportée.",
"meetings.exported_many": "{n} réunions exportées.",
"meetings.searching": "Recherche…",
"meetings.loading": "Chargement des réunions…",
"meetings.no_matches": "Aucun résultat.",
"meetings.empty": "Aucune réunion pour l'instant — cliquez sur Enregistrer ci-dessus pour commencer.",
"meetings.status.recording": "enregistrement",
"meetings.status.transcribing": "transcription",
"meetings.status.recovering": "récupération",
"meetings.status.error": "erreur",
"meetings.resume": "Reprendre la transcription",
"meetings.delete_aria": "Supprimer la réunion",
"meetings.delete_confirm": "Supprimer cette réunion ? Cela supprime son enregistrement, sa transcription et ses notes.",
"transcript.heading": "Transcription",
"transcript.title_aria": "Titre de la réunion",
"transcript.lang_title": "Langue de transcription",
"transcript.lang_auto": "détection en cours…",
"transcript.show": "Afficher la transcription",
"transcript.hide": "Masquer la transcription",
"transcript.empty": "Aucune transcription pour cette réunion.",
"transcript.will_appear": "La transcription apparaîtra ici au fur et à mesure de l'enregistrement.",
"transcript.play_from_here": "Lire à partir d'ici",
"transcript.resize": "Redimensionner la transcription et les notes",
"transcript.reprocess_placeholder": "Re-transcrire avec…",
"transcript.reprocess_lang_aria": "Langue de retraitement",
"transcript.reprocess_keep_lang": "Conserver la langue actuelle",
"transcript.reprocess_go": "Lancer",
"transcript.retranscribing": "Re-transcription…",
"transcript.has_note": "Comporte une note",
"transcript.note_placeholder": "Ajouter une note pour ce moment…",
"transcript.note_aria": "Note pour cette ligne de transcription",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Document Word",
"transcript.filter_obsidian": "Note Obsidian",
"notes.heading": "Notes",
"notes.show": "Afficher les notes",
"notes.hide": "Masquer les notes",
"notes.placeholder": "Notes…",
"notes.live_placeholder": "Tapez des notes pendant que vous parlez…",
"notes.toolbar_aria": "Mise en forme des notes",
"notes.bold": "Gras",
"notes.italic": "Italique",
"notes.h1": "Titre 1",
"notes.h2": "Titre 2",
"notes.bullet": "Liste à puces",
"notes.checkbox_title": "Case à cocher",
"notes.checkbox_aria": "Élément de liste à cocher",
"notes.edit_raw": "Modifier le markdown brut",
"notes.render": "Afficher le markdown",
"notes.editor": "Éditeur",
"notes.preview": "Aperçu",
"notes.export_md_title": "Exporter les notes en .md",
"notes.export_pdf_title": "Exporter les notes en .pdf",
"notes.export_docx_title": "Exporter les notes en .docx",
"notes.export_bundle_title": "Exporter audio + transcription + notes vers un dossier",
"notes.export_obsidian_title": "Exporter une note Obsidian (notes + résumé + transcription, sans audio)",
"summary.recording_heading": "Enregistrement",
"summary.loading_recording": "Chargement de l'enregistrement…",
"summary.sync_heading": "Synchronisation",
"summary.uploading": "Téléversement…",
"summary.upload_now": "Téléverser maintenant",
"summary.no_uploads": "Aucun téléversement pour cette réunion pour l'instant.",
"summary.retry": "réessayer",
"summary.tags_heading": "Étiquettes",
"summary.tags_select": "Sélectionnez une réunion pour l'étiqueter.",
"summary.tag_add_placeholder": "Ajouter une étiquette…",
"summary.tag_first_placeholder": "projet, client, sujet…",
"summary.generating": "Génération…",
"summary.generate_tags": "Générer des étiquettes",
"summary.saving": "Enregistrement…",
"summary.save_tags": "Enregistrer les étiquettes",
"summary.summary_heading": "Résumé",
"summary.ai_provider": "Fournisseur d'IA",
"summary.provider_off": "Désactivé",
"summary.provider_custom": "Personnalisé",
"summary.local": "local",
"summary.leaves_device": "quitte cet appareil",
"summary.this_hosted_provider": "ce fournisseur hébergé",
"summary.select_generate": "Sélectionnez une réunion pour générer un résumé.",
"summary.decisions_heading": "Décisions",
"summary.regenerate": "Régénérer",
"summary.generated_hint": "Généré localement après la réunion (nécessite un fournisseur LLM local).",
"summary.no_provider": "Aucun fournisseur d'IA configuré — activez-en un dans les Paramètres.",
"summary.generate_summary": "Générer un résumé",
"summary.briefs_heading": "Briefs de fonctionnalité",
"summary.briefs_select": "Sélectionnez une réunion pour créer ou consulter des briefs de fonctionnalité.",
"summary.briefs_desc": "Distille cette réunion en une spécification prête pour un agent (nécessite un fournisseur LLM local) — remettez-la à un agent de codage, ou servez-la via le serveur MCP une fois celui-ci activé.",
"summary.brief_repo_placeholder": "Dépôt cible (facultatif), par ex. acme/reporting-web",
"summary.distilling": "Distillation…",
"summary.create_brief": "Créer un brief de fonctionnalité",
"summary.brief_mcp_title": "Disponible lorsque le serveur MCP est activé",
"summary.copied": "Copié",
"summary.copy_md": "Copier en Markdown",
"summary.copy_json": "Copier en JSON",
"summary.brief_problem": "Problème",
"summary.brief_outcome": "Résultat souhaité",
"summary.brief_criteria": "Critères d'acceptation",
"summary.brief_none": "Rien de capturé.",
"summary.brief_context": "Contexte",
"summary.action_items_heading": "Actions à mener",
"summary.ai_select": "Sélectionnez une réunion pour voir ses actions à mener.",
"summary.ai_empty": "Aucune pour l'instant — ajoutez-en une ci-dessous, ou générez un résumé pour les extraire automatiquement.",
"summary.confirmed": "Confirmée",
"summary.ai_text_placeholder": "Action à mener…",
"summary.ai_text_aria": "Texte de l'action à mener",
"summary.owner": "Responsable",
"summary.due_date": "Date d'échéance",
"summary.reminder_title": "Planifier un rappel local pour cette date d'échéance",
"summary.ai_delete_title": "Supprimer cette action à mener",
"summary.ai_delete_aria": "Supprimer l'action à mener",
"summary.add_action_item": "Ajouter une action à mener",
"summary.save_action_items": "Enregistrer les actions à mener",
"summary.calendar_heading": "Événement du calendrier",
"summary.cal_select": "Sélectionnez une réunion pour la lier à un événement du calendrier.",
"summary.event_search_placeholder": "Rechercher un titre d'événement…",
"summary.linked_event": "Événement lié",
"summary.change_event": "Changer d'événement…",
"summary.link_event": "Lier un événement…",
"summary.untitled_event": "(sans titre)",
"summary.no_events_1": "Aucun événement importé pour l'instant — importez-en un",
"summary.no_events_2": "depuis Paramètres → Calendrier.",
"summary.no_events_match": "Aucun événement ne correspond à cette recherche/date — essayez d'en effacer une.",
"summary.organizer_label": "Organisateur : {name}",
"summary.participants_heading": "Participants",
"summary.participants_hint": "Renseigné à partir de l'événement du calendrier lié.",
"summary.speakers_heading": "Locuteurs",
"summary.speakers_select": "Sélectionnez une réunion pour nommer ses locuteurs.",
"summary.no_speakers": "Aucun locuteur détecté pour l'instant.",
"summary.speaker_name_placeholder": "Nom du locuteur",
"summary.save": "Enregistrer",
"summary.cancel": "Annuler",
"summary.name_speaker": "Nommer ce locuteur…",
"summary.add_new_name": "+ Ajouter un nouveau nom…",
"settings.recording.title": "Enregistrement",
"settings.recording.record_default": "Enregistrer les réunions par défaut",
"settings.recording.save_audio_as": "enregistrer l'audio en",
"settings.recording.default_hint": "Désactivé par défaut. Lorsqu'il est désactivé, l'audio n'est utilisé que pour produire la transcription et est supprimé lorsque la réunion est finalisée. Vous pouvez aussi activer l'enregistrement par réunion.",
"settings.recording.consent_label": "Consentement : {status}.",
"settings.recording.consent_ack": "accepté",
"settings.recording.consent_not": "pas encore accepté",
"settings.recording.auto_label": "Démarrer automatiquement l'enregistrement au début d'un événement du calendrier",
"settings.recording.auto_hint": "Uniquement lorsque WhispAssist est ouvert. Lorsque l'heure de début d'un événement de calendrier importé arrive, un enregistrement commence automatiquement (en utilisant votre réglage de conservation par défaut ci-dessus). Rien ne s'exécute en arrière-plan — la minuterie n'est armée que pendant que l'application est en cours d'exécution. Importez des événements sous Paramètres → Calendrier."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "रिकॉर्डिंग",
"nav.hardware": "हार्डवेयर",
"nav.storage": "संग्रहण",
"nav.calendar": "कैलेंडर",
"nav.sync": "सिंक",
"nav.ai": "एआई",
"nav.mcp": "MCP सर्वर",
"nav.privacy": "गोपनीयता",
"nav.about": "परिचय",
"nav.language": "भाषा",
"settings.language.title": "भाषा",
"settings.language.display": "प्रदर्शन भाषा",
"settings.language.display_hint": "ऐप इंटरफ़ेस की भाषा। भाषा जोड़ना उतना ही आसान है जितना एक अनुवाद फ़ाइल डालना।",
"settings.transcription.title": "ट्रांसक्रिप्शन भाषा",
"settings.transcription.label": "भाषा",
"settings.transcription.auto": "स्वतः पहचानें",
"settings.transcription.applies_hint": "अगली रिकॉर्डिंग पर लागू होता है। वास्तव में उपयोग की गई भाषा बाद में प्रत्येक मीटिंग पर दिखाई जाती है।",
"settings.transcription.english_only": "केवल अंग्रेज़ी",
"settings.transcription.model_english_only": "“{model}” केवल अंग्रेज़ी में है।",
"settings.transcription.no_model": "कोई मॉडल चयनित नहीं।",
"settings.transcription.switch_multilingual": "भाषा चुनने के लिए ऊपर किसी बहुभाषी मॉडल पर स्विच करें।",
"settings.hardware.title": "हार्डवेयर",
"settings.hardware.active_backend": "सक्रिय बैकएंड",
"settings.hardware.model_meta": "· मॉडल {size}",
"settings.hardware.preferred_backend": "पसंदीदा बैकएंड",
"settings.hardware.auto_backend": "स्वतः (सर्वोत्तम उपलब्ध)",
"settings.hardware.not_available": "उपलब्ध नहीं",
"settings.hardware.fallback_hint": "यदि चयनित बैकएंड लोड नहीं होता तो स्वचालित रूप से फ़ॉलबैक करता है (NPU → NVIDIA → AMD → Intel → CPU)।",
"settings.hardware.audio_devices": "ऑडियो डिवाइस",
"settings.hardware.recording_device": "रिकॉर्डिंग डिवाइस",
"settings.hardware.default_system_audio": "डिफ़ॉल्ट सिस्टम ऑडियो",
"settings.hardware.recording_device_hint": "WhispAssist वह रिकॉर्ड करता है जो यह डिवाइस बजाता है (लूपबैक) — कॉल का दूसरा पक्ष। यदि आप नहीं चाहते कि यह Windows के सिस्टम डिफ़ॉल्ट का अनुसरण करे तो कोई विशिष्ट आउटपुट चुनें।",
"settings.hardware.microphone": "माइक्रोफ़ोन",
"settings.hardware.mic_off": "बंद — मेरा माइक्रोफ़ोन कैप्चर न करें",
"settings.hardware.default_mic": "डिफ़ॉल्ट माइक्रोफ़ोन",
"settings.hardware.mic_hint": "आपकी अपनी आवाज़ को लाइव ट्रांसक्रिप्ट में जोड़ता है ताकि मीटिंग के दोनों पक्ष कैप्चर हों। आपके डिवाइस पर रहता है — कुछ भी अपलोड नहीं होता। केवल ऊपर के सिस्टम ऑडियो को ट्रांसक्राइब करने के लिए “बंद” चुनें।",
"settings.hardware.npu_detected": "NPU एक्सेलेरेटर पाया गया",
"settings.hardware.ready": "तैयार",
"settings.hardware.downloading": "डाउनलोड हो रहा है…",
"settings.hardware.package_needed": "पैकेज आवश्यक",
"settings.hardware.npu_hint": "आपके NPU को एक बार का एक्सेलेरेशन पैकेज (Whisper ONNX मॉडल{extra}) चाहिए। यह पृष्ठभूमि में डाउनलोड होता है; आप इसे अभी भी शुरू कर सकते हैं।",
"settings.hardware.plus_openvino": " + OpenVINO रनटाइम",
"settings.hardware.download_npu": "NPU पैकेज डाउनलोड करें",
"settings.hardware.dml_title": "GPU एक्सेलेरेशन (DirectML)",
"settings.hardware.dml_hint": "आपके GPU को Vulkan के बिना DirectML के माध्यम से एक्सेलेरेट किया जा सकता है — एक बार का पैकेज (Whisper ONNX मॉडल{extra})।",
"settings.hardware.plus_directml": " + DirectML रनटाइम",
"settings.hardware.download_dml": "DirectML पैकेज डाउनलोड करें",
"settings.hardware.detection_unavailable": "हार्डवेयर पहचान उपलब्ध नहीं।",
"settings.hardware.low_overhead": "कम ओवरहेड प्रीसेट",
"settings.hardware.low_overhead_note": "CPU + सबसे छोटा मॉडल, बैटरी/पृष्ठभूमि उपयोग के लिए",
"settings.hardware.models": "मॉडल",
"settings.hardware.downloading_model": "{name} डाउनलोड हो रहा है",
"settings.hardware.active_badge": "सक्रिय",
"settings.hardware.installed": "इंस्टॉल किया गया",
"settings.hardware.use": "उपयोग करें",
"settings.hardware.remove": "हटाएँ",
"settings.hardware.cant_remove_active": "सक्रिय मॉडल को नहीं हटाया जा सकता",
"settings.hardware.download": "डाउनलोड करें",
"settings.hardware.diarization": "वक्ता डायराइज़ेशन",
"settings.hardware.diarization_hint": "दोनों मॉडल इंस्टॉल करें ताकि पूर्ण रिकॉर्डिंग एक चालू ट्रांसक्रिप्ट के बजाय वक्ता के अनुसार (वक्ता 1, वक्ता 2, …) अलग हों। पूरी तरह ऑफ़लाइन चलता है, रुकने के बाद प्रति मीटिंग एक बार। इनके बिना, प्रत्येक पंक्ति एक ही वक्ता को दी जाती है।",
"settings.storage.title": "संग्रहण",
"settings.storage.location_label": "स्थान",
"settings.storage.location_hint": "संग्रहण स्थान बदलना अभी समर्थित नहीं है — यहीं वर्तमान में मीटिंग, मॉडल और डेटाबेस रहते हैं।",
"settings.storage.retention_title": "प्रतिधारण",
"settings.storage.retention_hint": "सीमा से अधिक सबसे पुरानी मीटिंग को स्वचालित रूप से हटाता है। स्टार्टअप पर एक बार जाँचा जाता है; खाली का अर्थ कोई सीमा नहीं। वर्तमान में रिकॉर्ड हो रही मीटिंग को कभी नहीं छूता।",
"settings.storage.max_age": "अधिकतम आयु (दिन)",
"settings.storage.max_size": "अधिकतम आकार (GB)",
"settings.storage.no_limit": "कोई सीमा नहीं",
"settings.storage.export_import_title": "निर्यात और आयात",
"settings.storage.export_hint_1": "रिकॉर्डिंग को कंप्यूटरों के बीच पोर्टेबल बंडल फ़ोल्डर के रूप में ले जाएँ (ऑडियो, ट्रांसक्रिप्ट, नोट्स, सारांश और एक",
"settings.storage.export_hint_2": "मैनिफ़ेस्ट)। किसी भी फ़ोल्डर में निर्यात करें — एक सिंक की गई ड्राइव, एक USB स्टिक, या किसी सिंक लक्ष्य के स्थानीय माउंट में — फिर दूसरी मशीन पर इसे आयात करें। आयातित मीटिंग को नया id मिलता है, इसलिए फिर से आयात करने से कभी कुछ अधिलेखित नहीं होता।",
"settings.storage.export_dialog_title": "सभी मीटिंग को यहाँ निर्यात करें…",
"settings.storage.import_dialog_title": "एक बंडल (या बंडलों का फ़ोल्डर) आयात करें…",
"settings.storage.exporting": "निर्यात हो रहा है…",
"settings.storage.export_all": "सभी मीटिंग निर्यात करें…",
"settings.storage.importing": "आयात हो रहा है…",
"settings.storage.import_all": "मीटिंग आयात करें…",
"settings.storage.exported_one": "{n} मीटिंग निर्यात की गई।",
"settings.storage.exported_many": "{n} मीटिंग निर्यात की गईं।",
"settings.storage.imported_one": "{n} मीटिंग आयात की गई।",
"settings.storage.imported_many": "{n} मीटिंग आयात की गईं।",
"settings.calendar.title": "कैलेंडर और Outlook .pst",
"settings.calendar.intro_1": "किसी स्थानीय Outlook बैकअप से ईवेंट और उपस्थित लोगों को आयात करें",
"settings.calendar.intro_2": "— केवल पढ़ने योग्य, फ़ाइल में कुछ भी वापस नहीं लिखा जाता। इस डिवाइस से कुछ भी बाहर नहीं जाता।",
"settings.calendar.pst_file": ".pst फ़ाइल",
"settings.calendar.no_file": "कोई फ़ाइल चयनित नहीं",
"settings.calendar.browse": "ब्राउज़ करें…",
"settings.calendar.password": "पासवर्ड",
"settings.calendar.password_note": "शायद ही कभी आवश्यक",
"settings.calendar.optional": "वैकल्पिक",
"settings.calendar.import_range": "आयात सीमा",
"settings.calendar.range_30": "पिछले 30 दिन",
"settings.calendar.range_90": "पिछले 90 दिन",
"settings.calendar.range_180": "पिछले 6 महीने",
"settings.calendar.range_365": "पिछला 1 वर्ष",
"settings.calendar.range_all": "सभी समय",
"settings.calendar.range_hint": "एक लंबे समय तक चलने वाले मेलबॉक्स में वर्षों की आवर्ती/अवकाश प्रविष्टियाँ हो सकती हैं — सीमा को संकुचित करने से आयातित कैलेंडर उसी तक सीमित रहता है जो वास्तव में प्रासंगिक है। यह इस आयात बटन और लॉन्च पर स्वचालित पुनः आयात दोनों पर लागू होता है।",
"settings.calendar.importing": "आयात हो रहा है…",
"settings.calendar.import": "आयात करें",
"settings.calendar.import_progress": "{processed}/{total} ईवेंट",
"settings.calendar.auto_reimport": "लॉन्च पर इस फ़ाइल को स्वचालित रूप से पुनः आयात करें",
"settings.calendar.auto_reimport_hint": "स्टार्टअप पर एक बार चलता है, टाइमर पर नहीं — पुनः आयात दोहराना सुरक्षित है (मौजूदा ईवेंट मिलान कर अपडेट किए जाते हैं, डुप्लिकेट नहीं)।",
"settings.calendar.import_failed": "आयात विफल: {error} — फ़ाइल स्वयं अछूती रहती है; पथ जाँचें और फिर से प्रयास करें।",
"settings.calendar.cleanup_title": "साफ़ करें",
"settings.calendar.cleanup_hint": "किसी रिकॉर्ड की गई मीटिंग से पहले से जुड़े ईवेंट हमेशा रखे जाते हैं, चाहे नीचे कोई भी विकल्प चुना जाए।",
"settings.calendar.cleanup_30": "30 दिन से पुराने",
"settings.calendar.cleanup_90": "90 दिन से पुराने",
"settings.calendar.cleanup_180": "6 महीने से पुराने",
"settings.calendar.cleanup_365": "1 वर्ष से पुराने",
"settings.calendar.cleanup_all": "सभी हटाएँ",
"settings.calendar.cleaning": "साफ़ किया जा रहा है…",
"settings.calendar.cleanup_btn": "कैलेंडर साफ़ करें",
"settings.calendar.cleanup_result": "{deleted}{extra} हटाए गए।",
"settings.calendar.cleanup_kept": ", {n} रखे गए (किसी मीटिंग से जुड़े)",
"settings.calendar.cleanup_failed": "साफ़ करना विफल: {error}",
"settings.calendar.imported_events": "आयातित ईवेंट",
"settings.calendar.no_events": "अभी तक कोई ईवेंट आयात नहीं किया गया।",
"settings.calendar.search_title": "शीर्षक खोजें",
"settings.calendar.search_placeholder": "मीटिंग का नाम…",
"settings.calendar.date_label": "तारीख़",
"settings.calendar.events_count": "{total} में से {shown} ईवेंट",
"settings.calendar.untitled": "(अशीर्षक)",
"settings.dialog_title": "सेटिंग्स",
"settings.close": "बंद करें",
"settings.close_title": "बंद करें (Esc)",
"settings.sync.stub": "पूर्वावलोकन मोड — सिंक बैकएंड अभी लागू नहीं हुआ है (चरण 9)। परिवर्तन केवल इंटरफ़ेस में रखे जाते हैं।",
"settings.sync.title": "सिंक और अपलोड",
"settings.sync.enable_label": "कॉन्फ़िगर किए गए लक्ष्यों पर मीटिंग आर्टिफ़ैक्ट अपलोड करना सक्षम करें",
"settings.sync.enable_hint": "डिफ़ॉल्ट रूप से बंद। जब तक यह चालू न हो और कोई लक्ष्य सक्षम न हो, कुछ भी अपलोड नहीं होता। स्व-होस्ट किए गए लक्ष्य डेटा को आपके अपने सर्वर पर रखते हैं; तृतीय-पक्ष क्लाउड स्पष्ट रूप से लेबल किए गए हैं।",
"settings.sync.targets_title": "लक्ष्य",
"settings.sync.no_targets": "अभी तक कोई लक्ष्य नहीं। नीचे एक जोड़ें।",
"settings.sync.third_party": "तृतीय-पक्ष",
"settings.sync.your_server": "आपका सर्वर",
"settings.sync.edit": "संपादित करें",
"settings.sync.remove": "हटाएँ",
"settings.sync.edit_target": "लक्ष्य संपादित करें",
"settings.sync.add_target": "एक लक्ष्य जोड़ें",
"settings.sync.webdav_hint": "WebDAV Nextcloud, ownCloud, Cloudreve, Seafile और Synology को कवर करता है। (Seafile: सर्वर-साइड पर SeafDAV सक्षम करें।)",
"settings.sync.name": "नाम",
"settings.sync.name_placeholder": "होम Nextcloud",
"settings.sync.provider": "प्रदाता",
"settings.sync.server_url": "सर्वर URL",
"settings.sync.server_url_note_1": "बस आपका सर्वर URL — WhispAssist स्वचालित रूप से",
"settings.sync.server_url_note_2": "जोड़ता है।",
"settings.sync.remote_folder": "रिमोट फ़ोल्डर",
"settings.sync.username": "उपयोगकर्ता नाम",
"settings.sync.app_password": "ऐप पासवर्ड",
"settings.sync.pw_keep": "वर्तमान पासवर्ड रखने के लिए खाली छोड़ें",
"settings.sync.pw_store": "OS क्रेडेंशियल स्टोर में संग्रहीत",
"settings.sync.upload_legend": "अपलोड",
"settings.sync.artifact_transcript": "ट्रांसक्रिप्ट",
"settings.sync.artifact_notes": "नोट्स",
"settings.sync.artifact_summary": "सारांश",
"settings.sync.artifact_recording": "रिकॉर्डिंग (.wav, यदि रखी गई)",
"settings.sync.allow_plaintext": "किसी LAN पते के लिए सादा http अनुमति दें (अनुशंसित नहीं)",
"settings.sync.encrypt_before": "अपलोड से पहले एन्क्रिप्ट करें (गंतव्य केवल सिफरटेक्स्ट संग्रहीत करता है)",
"settings.sync.requires_vault": "— एक अनलॉक किए गए वॉल्ट की आवश्यकता है",
"settings.sync.test_connection": "कनेक्शन जाँचें",
"settings.sync.save_changes": "परिवर्तन सहेजें",
"settings.sync.add_target_btn": "लक्ष्य जोड़ें",
"settings.sync.cancel": "रद्द करें",
"settings.sync.third_party_banner": "{kind} एक तृतीय-पक्ष क्लाउड है — अपलोड करने से आपका डेटा आपके डिवाइस से बाहर {kind} पर भेजा जाता है।",
"settings.sync.link_account": "{kind} खाता लिंक करें…",
"settings.sync.oauth_hint": "एक OAuth साइन-इन खोलता है (लूपबैक रीडायरेक्ट); टोकन आपके OS क्रेडेंशियल स्टोर में संग्रहीत होता है।",
"settings.sync.footnote": "क्रेडेंशियल कभी भी सेटिंग्स या डेटाबेस में नहीं लिखे जाते — केवल OS क्रेडेंशियल स्टोर में। गैर-LAN लक्ष्यों के लिए TLS आवश्यक है।",
"settings.ai.title": "एआई सारांश प्रदाता",
"settings.ai.intro_1": "सारांश डिफ़ॉल्ट रूप से एक स्थानीय LLM पर चलते हैं। इसे इस PC या आपके LAN की किसी अन्य मशीन पर Ollama की ओर इंगित करें (जैसे",
"settings.ai.intro_2": "— दोनों स्थानीय के रूप में गिने जाते हैं, इसलिए आपके नेटवर्क से कुछ भी बाहर नहीं जाता। होस्ट किए गए प्रदाता (Anthropic) वैकल्पिक हैं, डिफ़ॉल्ट रूप से बंद हैं, और जैसे ही आप किसी एक को चालू करते हैं ट्रांसक्रिप्ट को किसी तृतीय पक्ष को भेजते हैं।",
"settings.ai.provider": "प्रदाता",
"settings.ai.off": "बंद",
"settings.ai.provider_ollama": "Ollama (स्थानीय / LAN)",
"settings.ai.provider_custom": "कस्टम (OpenAI-संगत)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — होस्ट किया गया, इस डिवाइस से बाहर जाता है",
"settings.ai.endpoint": "एंडपॉइंट",
"settings.ai.model": "मॉडल",
"settings.ai.api_key": "API कुंजी",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (पहले से सेट — रखने के लिए खाली छोड़ें)",
"settings.ai.show_api_key": "API कुंजी दिखाएँ",
"settings.ai.hide_api_key": "API कुंजी छिपाएँ",
"settings.ai.anthropic_banner": "Anthropic एक होस्ट की गई तृतीय-पक्ष सेवा है — जब आप सारांश उत्पन्न करते हैं तो इस मीटिंग का ट्रांसक्रिप्ट आपके डिवाइस से बाहर जाता है।",
"settings.ai.endpoint_banner": "यह एंडपॉइंट आपकी मशीन या LAN पर नहीं है — आपका ट्रांसक्रिप्ट आपके नेटवर्क से बाहर चला जाएगा।",
"settings.ai.saving": "सहेजा जा रहा है…",
"settings.ai.save": "सहेजें",
"settings.ai.test_connection": "कनेक्शन जाँचें",
"settings.ai.this_hosted_provider": "यह होस्ट किया गया प्रदाता",
"settings.ai.reachable": "पहुँच योग्य",
"settings.ai.unreachable": "पहुँच से बाहर",
"settings.ai.model_count_one": "· {n} मॉडल",
"settings.ai.model_count_many": "· {n} मॉडल",
"settings.ai.on_lan": "· आपकी मशीन / LAN पर",
"settings.ai.leaves_network": "· आपके नेटवर्क से बाहर जाता है",
"settings.ai.advanced_title": "उन्नत Ollama कॉन्फ़िगरेशन",
"settings.ai.changed": "{n} बदले गए",
"settings.ai.reset_all": "सभी को डिफ़ॉल्ट पर रीसेट करें",
"settings.ai.system_prompt": "सिस्टम प्रॉम्प्ट",
"settings.ai.system_prompt_placeholder": "जैसे आप एक संक्षिप्त मीटिंग सारांशकर्ता हैं।",
"settings.ai.system_prompt_hint": "WhispAssist के आवश्यक आउटपुट प्रारूप से पहले जोड़ा जाता है, ताकि आपके निर्देश सारांश/कार्य-आइटम पार्सिंग को न तोड़ सकें।",
"settings.ai.think": "सोचें",
"settings.ai.think_help": "तर्क प्रयास (केवल तर्क मॉडल)।",
"settings.ai.keep_alive": "सक्रिय रखें",
"settings.ai.keep_alive_help": "मॉडल RAM में कितनी देर रहता है। जैसे 5m, 1h, 0 (अनलोड), -1 (हमेशा)।",
"settings.ai.runtime_hardware": "रनटाइम और हार्डवेयर",
"settings.ai.rarely_needed": "— शायद ही कभी आवश्यक",
"settings.ai.save_advanced": "उन्नत सहेजें",
"settings.ai.saved": "सहेजा गया",
"settings.ai.turn_off": "बंद करें",
"settings.ai.default_value": "डिफ़ॉल्ट {value}।",
"settings.ai.reset_default": "डिफ़ॉल्ट पर रीसेट करें",
"settings.ai.reset_field": "{name} रीसेट करें",
"settings.mcp.title": "MCP सर्वर",
"settings.mcp.banner_1": "यह आपके अपने कोडिंग एजेंट (Claude Code, Codex, Copilot, OpenCode, …) को आपकी स्थानीय मशीन पर मीटिंग संदर्भ प्राप्त करने देता है। कनेक्ट होने के बाद,",
"settings.mcp.banner_agent": "वह एजेंट",
"settings.mcp.banner_2": "जो पढ़ता है उसे अपने स्वयं के मॉडल प्रदाता के क्लाउड में अग्रेषित कर सकता है — WhispAssist के नियंत्रण से बाहर। WhispAssist स्वयं यह डेटा कभी कहीं नहीं भेजता; सर्वर केवल इस डिवाइस पर सुनता है (",
"settings.mcp.banner_3": ") और प्रत्येक रीड नीचे लॉग किया जाता है।",
"settings.mcp.enable": "MCP सर्वर सक्षम करें",
"settings.mcp.enable_hint": "डिफ़ॉल्ट रूप से बंद। केवल लूपबैक, टोकन-सुरक्षित — नेटवर्क से कुछ भी पहुँच योग्य नहीं।",
"settings.mcp.transport": "ट्रांसपोर्ट",
"settings.mcp.transport_http": "स्ट्रीमिंग HTTP",
"settings.mcp.transport_stdio": "stdio (एजेंट एक प्रक्रिया उत्पन्न करता है)",
"settings.mcp.port": "पोर्ट",
"settings.mcp.transport_change_hint": "ट्रांसपोर्ट/पोर्ट बदलने के लिए, पहले सर्वर बंद करें, फिर वापस चालू करें।",
"settings.mcp.scope_title": "दायरा",
"settings.mcp.expose": "उजागर करें",
"settings.mcp.scope_none": "कोई नहीं — कुछ भी साझा नहीं",
"settings.mcp.scope_selected": "चयनित — केवल वे फ़ीचर ब्रीफ़ जिन्हें आपने साझा के रूप में चिह्नित किया है",
"settings.mcp.scope_all": "सभी — मीटिंग, ट्रांसक्रिप्ट, कार्य-आइटम और साझा ब्रीफ़",
"settings.mcp.expose_recordings": "सहेजी गई रिकॉर्डिंग वाली मीटिंग को भी अनुमति दें (डिफ़ॉल्ट रूप से बंद — जब तक यह चालू न हो, किसी रिकॉर्ड की गई मीटिंग का ट्रांसक्रिप्ट “सभी” दायरे में भी रोका जाता है)",
"settings.mcp.token_title": "नया प्रमाणीकरण टोकन — एक बार दिखाया गया, इसे अभी कॉपी करें",
"settings.mcp.token_hint": "यह फिर से नहीं दिखाया जाएगा। यह आपके OS क्रेडेंशियल स्टोर में संग्रहीत है; यदि आप इसे खो देते हैं, तो नया बनाने के लिए सर्वर बंद करें और वापस चालू करें।",
"settings.mcp.copied": "कॉपी किया गया",
"settings.mcp.copy": "कॉपी करें",
"settings.mcp.endpoint": "एंडपॉइंट",
"settings.mcp.endpoint_hint": "अपने एजेंट के MCP क्लाइंट कॉन्फ़िगरेशन को {kind} की ओर इंगित करें, ऊपर के टोकन को bearer क्रेडेंशियल के रूप में उपयोग करते हुए।",
"settings.mcp.kind_command": "कमांड",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "एक्सेस लॉग",
"settings.mcp.access_log_hint": "एजेंट द्वारा किया गया प्रत्येक टूल रीड, अनुमत या अस्वीकृत (FR-MCP-5)।",
"settings.mcp.no_reads": "अभी तक किसी एजेंट ने कुछ नहीं पढ़ा है।",
"settings.mcp.log_meeting": "मीटिंग {id}",
"settings.mcp.refresh": "रिफ़्रेश करें",
"settings.privacy.title": "गोपनीयता",
"settings.privacy.intro": "WhispAssist को अभी वास्तव में इस डिवाइस से बाहर क्या भेजने की अनुमति है। सब कुछ बंद होने पर (डिफ़ॉल्ट), डिवाइस से कुछ भी बाहर नहीं जाता।",
"settings.privacy.llm_endpoint": "LLM एंडपॉइंट",
"settings.privacy.off": "बंद",
"settings.privacy.local_only": "केवल स्थानीय",
"settings.privacy.leaves_device": "इस डिवाइस से बाहर जाता है",
"settings.privacy.sync_label": "सिंक",
"settings.privacy.enabled": "सक्षम",
"settings.privacy.mcp_label": "MCP सर्वर",
"settings.privacy.mcp_on": "चालू · {scope}",
"settings.privacy.mcp_loopback_note": "केवल लूपबैक पर इनबाउंड — यह ऊपर की आउटगोइंग सूची में कुछ नहीं जोड़ता। एक कनेक्ट किया गया एजेंट फिर भी जो पढ़ता है उसे अपने स्वयं के मॉडल प्रदाता को अग्रेषित कर सकता है; MCP सर्वर टैब देखें।",
"settings.privacy.egress_title": "आउटगोइंग अनुमति सूची",
"settings.privacy.no_egress": "कोई होस्ट अनुमत सूची में नहीं है — WA कोई सामग्री आउटगोइंग नहीं करता।",
"settings.privacy.sync_targets_title": "सिंक लक्ष्य",
"settings.privacy.third_party": "तृतीय-पक्ष",
"settings.privacy.your_server": "आपका सर्वर",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "कोई TLS नहीं",
"settings.privacy.refresh": "रिफ़्रेश करें",
"settings.privacy.unavailable": "गोपनीयता स्व-जाँच उपलब्ध नहीं।",
"settings.privacy.vault_title": "एन्क्रिप्शन वॉल्ट",
"settings.privacy.vault_intro": "एक पासवर्ड के साथ नोट्स, ट्रांसक्रिप्ट और सारांश को स्थिर अवस्था में एन्क्रिप्ट करें। (ऑडियो फ़ाइलें अभी एन्क्रिप्ट नहीं की जातीं।)",
"settings.privacy.vault_password": "वॉल्ट पासवर्ड",
"settings.privacy.enable_vault": "वॉल्ट सक्षम करें",
"settings.privacy.vault_pw_hint": "कम से कम 8 वर्ण उपयोग करें। यदि आप इसे भूल जाते हैं, तो एन्क्रिप्ट की गई सामग्री पुनर्प्राप्त नहीं की जा सकती।",
"settings.privacy.vault_locked_1": "वॉल्ट ",
"settings.privacy.locked_word": "लॉक",
"settings.privacy.vault_locked_2": " है। एन्क्रिप्ट की गई मीटिंग पढ़ने के लिए अनलॉक करें।",
"settings.privacy.password": "पासवर्ड",
"settings.privacy.unlock": "अनलॉक करें",
"settings.privacy.vault_unlocked_1": "वॉल्ट ",
"settings.privacy.unlocked_word": "अनलॉक",
"settings.privacy.vault_unlocked_2": " है। नए नोट्स, ट्रांसक्रिप्ट और सारांश स्थिर अवस्था में एन्क्रिप्ट किए जाते हैं।",
"settings.privacy.lock_now": "अभी लॉक करें",
"settings.privacy.change_password": "पासवर्ड बदलें",
"settings.privacy.current_password": "वर्तमान पासवर्ड",
"settings.privacy.new_password": "नया पासवर्ड",
"settings.about.title": "परिचय",
"settings.about.tagline": "एक पूर्णतः स्थानीय, ओपन-सोर्स, Windows-नेटिव मीटिंग सहायक।",
"settings.about.build_commit": "बिल्ड कमिट",
"consent.heading": "रिकॉर्ड करने से पहले",
"consent.body": "प्रतिभागियों की सहमति के बिना बातचीत रिकॉर्ड करना आपके क्षेत्र में अवैध हो सकता है। अपने स्थानीय रिकॉर्डिंग कानूनों की जाँच करें। यह एक सावधानी है, कानूनी सलाह नहीं।",
"consent.accept": "मैं समझता हूँ — रिकॉर्डिंग सक्षम करें",
"consent.cancel": "रद्द करें",
"hosted.heading": "{provider} का उपयोग करने से पहले",
"hosted.body_1": "के साथ उत्पन्न करना",
"hosted.body_2": "इस मीटिंग के ट्रांसक्रिप्ट को उनके सर्वर पर भेजता है — यह इस डिवाइस से बाहर जाता है और उनकी गोपनीयता नीति के अधीन है। एक बार डेटा आपके डिवाइस से बाहर जाने पर WhispAssist का डेटा हैंडलिंग पर कोई नियंत्रण नहीं रहता। यह डिफ़ॉल्ट रूप से बंद है; आप इसे अभी चुन रहे हैं।",
"hosted.accept": "मैं समझता हूँ — जारी रखें",
"hosted.cancel": "रद्द करें",
"theme.group": "थीम",
"theme.system": "सिस्टम से मिलाएँ",
"theme.light": "हल्का",
"theme.dark": "गहरा",
"import.dialog_label": "किसी फ़ाइल या URL से मीटिंग जोड़ें",
"import.title": "मीटिंग जोड़ें",
"import.close": "बंद करें",
"import.close_title": "बंद करें (Esc)",
"import.body": "एक मौजूदा रिकॉर्डिंग आयात करें — एक स्थानीय ऑडियो/वीडियो फ़ाइल, या एक लिंक (YouTube, एक स्ट्रीमिंग पेज, या एक सीधा मीडिया URL)। इसे लाइव रिकॉर्डिंग की तरह ही ट्रांसक्राइब और डायराइज़ किया जाता है।",
"import.file_or_url": "फ़ाइल या URL",
"import.source_placeholder": "एक URL पेस्ट करें, या फ़ाइल के लिए ब्राउज़ करें…",
"import.choose_file": "एक स्थानीय फ़ाइल चुनें",
"import.browse": "ब्राउज़ करें…",
"import.title_label": "शीर्षक",
"import.optional": "वैकल्पिक",
"import.title_placeholder": "डिफ़ॉल्ट रूप से फ़ाइल का नाम",
"import.filter_av": "ऑडियो / वीडियो",
"import.requires_1": "आवश्यक है",
"import.requires_2": "इंस्टॉल किया गया और आपके PATH में (साथ ही",
"import.requires_3": "URL के लिए)। WhispAssist उन्हें बंडल नहीं करता।",
"import.importing": "आयात हो रहा है… इसमें कुछ समय लग सकता है",
"import.import": "आयात करें",
"import.cancel": "रद्द करें",
"tagchip.filter": "“{tag}” टैग वाली मीटिंग फ़िल्टर करें",
"tagchip.remove": "टैग {tag} हटाएँ",
"levelmeter.system_mic": "सिस्टम और माइक्रोफ़ोन इनपुट स्तर",
"levelmeter.system": "सिस्टम इनपुट स्तर",
"app.tagline": "स्थानीय · निजी",
"app.note_template": "नोट टेम्पलेट",
"app.no_template": "कोई टेम्पलेट नहीं",
"app.add_meeting": "मीटिंग जोड़ें",
"app.add_meeting_title": "किसी फ़ाइल या URL से मीटिंग जोड़ें",
"app.record": "रिकॉर्ड करें",
"app.record_title": "रिकॉर्डिंग शुरू करें (Ctrl+Shift+R)",
"app.stop": "रोकें",
"app.stop_title": "रिकॉर्डिंग रोकें (Ctrl+Shift+R)",
"app.cancel": "रद्द करें",
"app.cancel_title": "इस रिकॉर्डिंग को छोड़ें और हटाएँ",
"app.recording": "रिकॉर्ड हो रहा है…",
"app.backend_title": "सक्रिय ट्रांसक्रिप्शन बैकएंड",
"app.retention_title": "इस मीटिंग के लिए ऑडियो को .wav के रूप में सहेजें",
"app.saving": "सहेजा जा रहा है",
"app.not_saved": "सहेजा नहीं गया",
"app.reconnecting": "ऑडियो डिवाइस फिर से कनेक्ट हो रहा है…",
"app.settings": "सेटिंग्स",
"app.settings_title": "सेटिंग्स (Ctrl+,)",
"app.discard_confirm": "इस रिकॉर्डिंग को छोड़ें? इसका ऑडियो और ट्रांसक्रिप्ट हटा दिया जाएगा।",
"app.announce_started": "रिकॉर्डिंग शुरू हुई",
"app.announce_paused": "रिकॉर्डिंग रोकी गई",
"app.announce_stopped": "रिकॉर्डिंग रुकी",
"app.consent_dialog": "रिकॉर्डिंग सहमति",
"app.vault_dialog": "एन्क्रिप्शन वॉल्ट अनलॉक करें",
"app.vault_title": "एन्क्रिप्शन वॉल्ट अनलॉक करें",
"app.vault_desc": "आपकी मीटिंग स्थिर अवस्था में एन्क्रिप्ट की गई हैं। उन्हें पढ़ने के लिए अपना पासवर्ड दर्ज करें।",
"app.vault_password": "वॉल्ट पासवर्ड",
"app.vault_incorrect": "गलत पासवर्ड",
"app.unlock": "अनलॉक करें",
"app.continue_locked": "लॉक रहते हुए जारी रखें",
"app.show_meetings": "मीटिंग सूची दिखाएँ",
"app.hide_meetings": "मीटिंग सूची छिपाएँ",
"app.show_summary": "सारांश पैनल दिखाएँ",
"app.hide_summary": "सारांश पैनल छिपाएँ",
"app.resize_meetings": "मीटिंग सूची का आकार बदलें",
"app.resize_summary": "सारांश पैनल का आकार बदलें",
"meetings.search_placeholder": "मीटिंग खोजें…",
"meetings.search_aria": "मीटिंग खोजें",
"meetings.filter_tag_aria": "टैग के अनुसार फ़िल्टर करें",
"meetings.all_tags": "सभी टैग",
"meetings.from_date_aria": "तारीख़ से",
"meetings.to_date_aria": "तारीख़ तक",
"meetings.bulk_format_aria": "बल्क निर्यात प्रारूप",
"meetings.bulk_export": "बल्क निर्यात",
"meetings.bulk_export_title": "ऊपर के टैग/तारीख़ फ़िल्टर से मेल खाने वाली प्रत्येक मीटिंग निर्यात करें",
"meetings.exporting": "निर्यात हो रहा है…",
"meetings.exported_one": "{n} मीटिंग निर्यात की गई।",
"meetings.exported_many": "{n} मीटिंग निर्यात की गईं।",
"meetings.searching": "खोज हो रही है…",
"meetings.loading": "मीटिंग लोड हो रही हैं…",
"meetings.no_matches": "कोई मिलान नहीं।",
"meetings.empty": "अभी तक कोई मीटिंग नहीं — शुरू करने के लिए ऊपर रिकॉर्ड पर क्लिक करें।",
"meetings.status.recording": "रिकॉर्ड हो रहा है",
"meetings.status.transcribing": "ट्रांसक्राइब हो रहा है",
"meetings.status.recovering": "पुनर्प्राप्त हो रहा है",
"meetings.status.error": "त्रुटि",
"meetings.resume": "ट्रांसक्रिप्शन फिर से शुरू करें",
"meetings.delete_aria": "मीटिंग हटाएँ",
"meetings.delete_confirm": "इस मीटिंग को हटाएँ? यह इसकी रिकॉर्डिंग, ट्रांसक्रिप्ट और नोट्स हटा देता है।",
"transcript.heading": "ट्रांसक्रिप्ट",
"transcript.title_aria": "मीटिंग शीर्षक",
"transcript.lang_title": "ट्रांसक्रिप्शन भाषा",
"transcript.lang_auto": "पहचान हो रही है…",
"transcript.show": "ट्रांसक्रिप्ट दिखाएँ",
"transcript.hide": "ट्रांसक्रिप्ट छिपाएँ",
"transcript.empty": "इस मीटिंग के लिए कोई ट्रांसक्रिप्ट नहीं।",
"transcript.will_appear": "जैसे-जैसे आप रिकॉर्ड करते हैं ट्रांसक्रिप्ट यहाँ दिखाई देगा।",
"transcript.play_from_here": "यहाँ से चलाएँ",
"transcript.resize": "ट्रांसक्रिप्ट और नोट्स का आकार बदलें",
"transcript.reprocess_placeholder": "इसके साथ फिर से ट्रांसक्राइब करें…",
"transcript.reprocess_lang_aria": "पुनर्प्रसंस्करण भाषा",
"transcript.reprocess_keep_lang": "वर्तमान भाषा रखें",
"transcript.reprocess_go": "चलाएँ",
"transcript.retranscribing": "फिर से ट्रांसक्राइब हो रहा है…",
"transcript.has_note": "एक नोट है",
"transcript.note_placeholder": "इस पल के लिए एक नोट जोड़ें…",
"transcript.note_aria": "इस ट्रांसक्रिप्ट पंक्ति के लिए नोट",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word दस्तावेज़",
"transcript.filter_obsidian": "Obsidian नोट",
"notes.heading": "नोट्स",
"notes.show": "नोट्स दिखाएँ",
"notes.hide": "नोट्स छिपाएँ",
"notes.placeholder": "नोट्स…",
"notes.live_placeholder": "बात करते समय नोट्स टाइप करें…",
"notes.toolbar_aria": "नोट्स स्वरूपण",
"notes.bold": "बोल्ड",
"notes.italic": "इटैलिक",
"notes.h1": "शीर्षक 1",
"notes.h2": "शीर्षक 2",
"notes.bullet": "बुलेट सूची",
"notes.checkbox_title": "चेकबॉक्स",
"notes.checkbox_aria": "चेकबॉक्स सूची आइटम",
"notes.edit_raw": "कच्चा markdown संपादित करें",
"notes.render": "markdown रेंडर करें",
"notes.editor": "संपादक",
"notes.preview": "पूर्वावलोकन",
"notes.export_md_title": "नोट्स को .md के रूप में निर्यात करें",
"notes.export_pdf_title": "नोट्स को .pdf के रूप में निर्यात करें",
"notes.export_docx_title": "नोट्स को .docx के रूप में निर्यात करें",
"notes.export_bundle_title": "ऑडियो + ट्रांसक्रिप्ट + नोट्स को एक फ़ोल्डर में निर्यात करें",
"notes.export_obsidian_title": "एक Obsidian नोट निर्यात करें (नोट्स + सारांश + ट्रांसक्रिप्ट, कोई ऑडियो नहीं)",
"summary.recording_heading": "रिकॉर्डिंग",
"summary.loading_recording": "रिकॉर्डिंग लोड हो रही है…",
"summary.sync_heading": "सिंक",
"summary.uploading": "अपलोड हो रहा है…",
"summary.upload_now": "अभी अपलोड करें",
"summary.no_uploads": "इस मीटिंग के लिए अभी तक कोई अपलोड नहीं।",
"summary.retry": "पुनः प्रयास करें",
"summary.tags_heading": "टैग",
"summary.tags_select": "किसी मीटिंग को टैग करने के लिए उसे चुनें।",
"summary.tag_add_placeholder": "टैग जोड़ें…",
"summary.tag_first_placeholder": "प्रोजेक्ट, ग्राहक, विषय…",
"summary.generating": "उत्पन्न हो रहा है…",
"summary.generate_tags": "टैग उत्पन्न करें",
"summary.saving": "सहेजा जा रहा है…",
"summary.save_tags": "टैग सहेजें",
"summary.summary_heading": "सारांश",
"summary.ai_provider": "एआई प्रदाता",
"summary.provider_off": "बंद",
"summary.provider_custom": "कस्टम",
"summary.local": "स्थानीय",
"summary.leaves_device": "इस डिवाइस से बाहर जाता है",
"summary.this_hosted_provider": "यह होस्ट किया गया प्रदाता",
"summary.select_generate": "सारांश उत्पन्न करने के लिए एक मीटिंग चुनें।",
"summary.decisions_heading": "निर्णय",
"summary.regenerate": "फिर से उत्पन्न करें",
"summary.generated_hint": "मीटिंग के बाद स्थानीय रूप से उत्पन्न (एक स्थानीय LLM प्रदाता की आवश्यकता है)।",
"summary.no_provider": "कोई एआई प्रदाता कॉन्फ़िगर नहीं — सेटिंग्स में एक सक्षम करें।",
"summary.generate_summary": "सारांश उत्पन्न करें",
"summary.briefs_heading": "फ़ीचर ब्रीफ़",
"summary.briefs_select": "फ़ीचर ब्रीफ़ बनाने या देखने के लिए एक मीटिंग चुनें।",
"summary.briefs_desc": "इस मीटिंग को एजेंट के लिए तैयार एक विनिर्देश में परिशोधित करता है (एक स्थानीय LLM प्रदाता की आवश्यकता है) — इसे किसी कोडिंग एजेंट को दें, या MCP सर्वर चालू होने पर उसके माध्यम से परोसें।",
"summary.brief_repo_placeholder": "लक्ष्य रेपो (वैकल्पिक), जैसे acme/reporting-web",
"summary.distilling": "परिशोधित हो रहा है…",
"summary.create_brief": "फ़ीचर ब्रीफ़ बनाएँ",
"summary.brief_mcp_title": "MCP सर्वर चालू होने पर उपलब्ध",
"summary.copied": "कॉपी किया गया",
"summary.copy_md": "Markdown के रूप में कॉपी करें",
"summary.copy_json": "JSON के रूप में कॉपी करें",
"summary.brief_problem": "समस्या",
"summary.brief_outcome": "वांछित परिणाम",
"summary.brief_criteria": "स्वीकृति मानदंड",
"summary.brief_none": "कुछ भी कैप्चर नहीं किया गया।",
"summary.brief_context": "संदर्भ",
"summary.action_items_heading": "कार्य-आइटम",
"summary.ai_select": "इसके कार्य-आइटम देखने के लिए एक मीटिंग चुनें।",
"summary.ai_empty": "अभी तक कोई नहीं — नीचे एक जोड़ें, या उन्हें स्वचालित रूप से निकालने के लिए एक सारांश उत्पन्न करें।",
"summary.confirmed": "पुष्ट",
"summary.ai_text_placeholder": "कार्य-आइटम…",
"summary.ai_text_aria": "कार्य-आइटम पाठ",
"summary.owner": "स्वामी",
"summary.due_date": "नियत तारीख़",
"summary.reminder_title": "इस नियत तारीख़ के लिए एक स्थानीय अनुस्मारक शेड्यूल करें",
"summary.ai_delete_title": "इस कार्य-आइटम को हटाएँ",
"summary.ai_delete_aria": "कार्य-आइटम हटाएँ",
"summary.add_action_item": "कार्य-आइटम जोड़ें",
"summary.save_action_items": "कार्य-आइटम सहेजें",
"summary.calendar_heading": "कैलेंडर ईवेंट",
"summary.cal_select": "किसी मीटिंग को कैलेंडर ईवेंट से लिंक करने के लिए उसे चुनें।",
"summary.event_search_placeholder": "ईवेंट शीर्षक खोजें…",
"summary.linked_event": "लिंक किया गया ईवेंट",
"summary.change_event": "ईवेंट बदलें…",
"summary.link_event": "एक ईवेंट लिंक करें…",
"summary.untitled_event": "(अशीर्षक)",
"summary.no_events_1": "अभी तक कोई ईवेंट आयात नहीं — एक",
"summary.no_events_2": "सेटिंग्स → कैलेंडर से आयात करें।",
"summary.no_events_match": "कोई ईवेंट इस खोज/तारीख़ से मेल नहीं खाता — किसी एक को साफ़ करने का प्रयास करें।",
"summary.organizer_label": "आयोजक: {name}",
"summary.participants_heading": "प्रतिभागी",
"summary.participants_hint": "लिंक किए गए कैलेंडर ईवेंट से भरा जाता है।",
"summary.speakers_heading": "वक्ता",
"summary.speakers_select": "इसके वक्ताओं को नाम देने के लिए एक मीटिंग चुनें।",
"summary.no_speakers": "अभी तक कोई वक्ता नहीं पाया गया।",
"summary.speaker_name_placeholder": "वक्ता का नाम",
"summary.save": "सहेजें",
"summary.cancel": "रद्द करें",
"summary.name_speaker": "इस वक्ता को नाम दें…",
"summary.add_new_name": "+ नया नाम जोड़ें…",
"settings.recording.title": "रिकॉर्डिंग",
"settings.recording.record_default": "डिफ़ॉल्ट रूप से मीटिंग रिकॉर्ड करें",
"settings.recording.save_audio_as": "ऑडियो को इस रूप में सहेजें",
"settings.recording.default_hint": "डिफ़ॉल्ट रूप से बंद। जब बंद हो, तो ऑडियो का उपयोग केवल ट्रांसक्रिप्ट बनाने के लिए किया जाता है और मीटिंग अंतिम रूप देने पर हटा दिया जाता है। आप प्रति मीटिंग रिकॉर्डिंग भी टॉगल कर सकते हैं।",
"settings.recording.consent_label": "सहमति: {status}।",
"settings.recording.consent_ack": "स्वीकृत",
"settings.recording.consent_not": "अभी तक स्वीकृत नहीं",
"settings.recording.auto_label": "जब कोई कैलेंडर ईवेंट शुरू होता है तो स्वचालित रूप से रिकॉर्डिंग शुरू करें",
"settings.recording.auto_hint": "केवल जब WhispAssist खुला हो। जब किसी आयातित कैलेंडर ईवेंट का प्रारंभ समय आता है, तो रिकॉर्डिंग स्वचालित रूप से शुरू होती है (ऊपर की आपकी डिफ़ॉल्ट प्रतिधारण सेटिंग का उपयोग करते हुए)। पृष्ठभूमि में कुछ नहीं चलता — टाइमर केवल तब सक्रिय होता है जब ऐप चल रहा हो। सेटिंग्स → कैलेंडर के अंतर्गत ईवेंट आयात करें।"
}
+118
View File
@@ -0,0 +1,118 @@
// Minimal hand-rolled i18n — no dependency. A reactive `locale` (persisted to
// localStorage, UI ephemera like the layout store) plus a `t(key)` lookup over
// per-language JSON dictionaries. English is the fallback for any missing key,
// so a partial translation degrades to English rather than showing raw keys.
//
// Adding a language: create `<code>.json` next to en.json, import it, and add
// it to DICTS + LOCALES below. Translating that one file is the whole job.
import en from "./en.json";
import de from "./de.json";
import esES from "./es-ES.json";
import esMX from "./es-MX.json";
import frFR from "./fr-FR.json";
import frCA from "./fr-CA.json";
import ptPT from "./pt-PT.json";
import ptBR from "./pt-BR.json";
import ru from "./ru.json";
import sv from "./sv.json";
import nb from "./nb.json";
import fi from "./fi.json";
import zhCN from "./zh-CN.json";
import ko from "./ko.json";
import hi from "./hi.json";
import bn from "./bn.json";
import ta from "./ta.json";
import si from "./si.json";
import ar from "./ar.json";
import ur from "./ur.json";
type Dict = Record<string, string>;
// Register languages here. en is the source-of-truth key set + fallback.
const DICTS: Record<string, Dict> = {
en, de, "es-ES": esES, "es-MX": esMX, "fr-FR": frFR, "fr-CA": frCA,
"pt-PT": ptPT, "pt-BR": ptBR, ru, sv, nb, fi, "zh-CN": zhCN, ko,
hi, bn, ta, si, ar, ur,
};
// Right-to-left scripts; used to flip document direction on locale change.
const RTL = new Set(["ar", "ur"]);
// `label` is the language's endonym so users find their own language in the list.
export const LOCALES: { code: string; label: string }[] = [
{ code: "en", label: "English" },
{ code: "ar", label: "العربية" },
{ code: "bn", label: "বাংলা" },
{ code: "de", label: "Deutsch" },
{ code: "es-ES", label: "Español (España)" },
{ code: "es-MX", label: "Español (México)" },
{ code: "fi", label: "Suomi" },
{ code: "fr-FR", label: "Français (France)" },
{ code: "fr-CA", label: "Français (Canada)" },
{ code: "hi", label: "हिन्दी" },
{ code: "ko", label: "한국어" },
{ code: "nb", label: "Norsk bokmål" },
{ code: "pt-BR", label: "Português (Brasil)" },
{ code: "pt-PT", label: "Português (Portugal)" },
{ code: "ru", label: "Русский" },
{ code: "si", label: "සිංහල" },
{ code: "sv", label: "Svenska" },
{ code: "ta", label: "தமிழ்" },
{ code: "ur", label: "اردو" },
{ code: "zh-CN", label: "中文(简体)" },
];
const KEY = "wa-locale-v1";
function load(): string {
try {
const saved = localStorage.getItem(KEY);
if (saved && saved in DICTS) return saved;
} catch {
/* localStorage unavailable — fall through to default */
}
return "en";
}
// Flip the document's text direction so RTL locales (Arabic, Urdu) lay out
// correctly. Safe outside a browser (SSR/tests): guarded by `document`.
function applyDir(code: string) {
if (typeof document === "undefined") return;
document.documentElement.dir = RTL.has(code) ? "rtl" : "ltr";
document.documentElement.lang = code;
}
class I18n {
locale = $state(load());
constructor() {
applyDir(this.locale);
}
setLocale(code: string) {
if (!(code in DICTS)) return;
this.locale = code;
applyDir(code);
try {
localStorage.setItem(KEY, code);
} catch {
/* non-fatal: preference just won't persist */
}
}
/** Look up `key` in the active locale, falling back to English then the key
* itself. `vars` fills `{name}` placeholders. Reads `locale` so components
* that call `t()` in markup re-render when the language changes. */
t = (key: string, vars?: Record<string, string | number>): string => {
const dict = DICTS[this.locale] ?? en;
let s = dict[key] ?? (en as Dict)[key] ?? key;
if (vars) {
for (const [k, v] of Object.entries(vars)) s = s.replaceAll(`{${k}}`, String(v));
}
return s;
};
}
export const i18n = new I18n();
export const t = i18n.t;
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "녹음",
"nav.hardware": "하드웨어",
"nav.storage": "저장소",
"nav.calendar": "캘린더",
"nav.sync": "동기화",
"nav.ai": "AI",
"nav.mcp": "MCP 서버",
"nav.privacy": "개인정보 보호",
"nav.about": "정보",
"nav.language": "언어",
"settings.language.title": "언어",
"settings.language.display": "표시 언어",
"settings.language.display_hint": "앱 인터페이스의 언어입니다. 언어를 추가하는 것은 번역 파일 하나를 넣는 것만큼 간단합니다.",
"settings.transcription.title": "전사 언어",
"settings.transcription.label": "언어",
"settings.transcription.auto": "자동 감지",
"settings.transcription.applies_hint": "다음 녹음에 적용됩니다. 실제로 사용된 언어는 이후 각 회의에 표시됩니다.",
"settings.transcription.english_only": "영어 전용",
"settings.transcription.model_english_only": "“{model}”은(는) 영어 전용입니다.",
"settings.transcription.no_model": "선택된 모델이 없습니다.",
"settings.transcription.switch_multilingual": "언어를 선택하려면 위에서 다국어 모델로 전환하세요.",
"settings.hardware.title": "하드웨어",
"settings.hardware.active_backend": "활성 백엔드",
"settings.hardware.model_meta": "· 모델 {size}",
"settings.hardware.preferred_backend": "선호 백엔드",
"settings.hardware.auto_backend": "자동(사용 가능한 최적)",
"settings.hardware.not_available": "사용 불가",
"settings.hardware.fallback_hint": "선택한 백엔드를 로드하지 못하면 자동으로 대체됩니다(NPU → NVIDIA → AMD → Intel → CPU).",
"settings.hardware.audio_devices": "오디오 장치",
"settings.hardware.recording_device": "녹음 장치",
"settings.hardware.default_system_audio": "기본 시스템 오디오",
"settings.hardware.recording_device_hint": "WhispAssist는 이 장치가 재생하는 것(루프백)—통화의 상대편—을 녹음합니다. Windows 시스템 기본값을 따르지 않게 하려면 특정 출력을 선택하세요.",
"settings.hardware.microphone": "마이크",
"settings.hardware.mic_off": "끔 — 내 마이크를 캡처하지 않음",
"settings.hardware.default_mic": "기본 마이크",
"settings.hardware.mic_hint": "회의의 양쪽이 모두 캡처되도록 실시간 전사에 본인의 음성을 추가합니다. 장치에 남아 있으며 아무것도 업로드되지 않습니다. 위의 시스템 오디오만 전사하려면 “끔”을 선택하세요.",
"settings.hardware.npu_detected": "NPU 가속기 감지됨",
"settings.hardware.ready": "준비됨",
"settings.hardware.downloading": "다운로드 중…",
"settings.hardware.package_needed": "패키지 필요",
"settings.hardware.npu_hint": "NPU에는 일회성 가속 패키지(Whisper ONNX 모델{extra})가 필요합니다. 백그라운드에서 다운로드되며 지금 시작할 수도 있습니다.",
"settings.hardware.plus_openvino": " + OpenVINO 런타임",
"settings.hardware.download_npu": "NPU 패키지 다운로드",
"settings.hardware.dml_title": "GPU 가속(DirectML)",
"settings.hardware.dml_hint": "GPU는 Vulkan 없이 DirectML을 통해 가속할 수 있습니다 — 일회성 패키지(Whisper ONNX 모델{extra}).",
"settings.hardware.plus_directml": " + DirectML 런타임",
"settings.hardware.download_dml": "DirectML 패키지 다운로드",
"settings.hardware.detection_unavailable": "하드웨어 감지를 사용할 수 없습니다.",
"settings.hardware.low_overhead": "낮은 오버헤드 사전 설정",
"settings.hardware.low_overhead_note": "CPU + 가장 작은 모델, 배터리/백그라운드 사용용",
"settings.hardware.models": "모델",
"settings.hardware.downloading_model": "{name} 다운로드 중",
"settings.hardware.active_badge": "활성",
"settings.hardware.installed": "설치됨",
"settings.hardware.use": "사용",
"settings.hardware.remove": "제거",
"settings.hardware.cant_remove_active": "활성 모델은 제거할 수 없습니다",
"settings.hardware.download": "다운로드",
"settings.hardware.diarization": "화자 분리",
"settings.hardware.diarization_hint": "두 모델을 모두 설치하면 완료된 녹음이 하나의 연속 전사가 아니라 화자별(화자 1, 화자 2, …)로 분리됩니다. 완전히 오프라인으로 실행되며, 중지 후 회의당 한 번 실행됩니다. 이들이 없으면 모든 줄이 단일 화자에게 귀속됩니다.",
"settings.storage.title": "저장소",
"settings.storage.location_label": "위치",
"settings.storage.location_hint": "저장 위치 변경은 아직 지원되지 않습니다 — 현재 회의, 모델, 데이터베이스가 여기에 있습니다.",
"settings.storage.retention_title": "보존",
"settings.storage.retention_hint": "한도를 초과하는 가장 오래된 회의를 자동으로 삭제합니다. 시작 시 한 번 확인하며, 비워 두면 한도가 없습니다. 현재 녹음 중인 회의는 절대 건드리지 않습니다.",
"settings.storage.max_age": "최대 보관 기간(일)",
"settings.storage.max_size": "최대 크기(GB)",
"settings.storage.no_limit": "한도 없음",
"settings.storage.export_import_title": "내보내기 및 가져오기",
"settings.storage.export_hint_1": "녹음을 이동식 번들 폴더(오디오, 전사, 노트, 요약 및",
"settings.storage.export_hint_2": "매니페스트)로 컴퓨터 간에 이동하세요. 아무 폴더 — 동기화된 드라이브, USB 메모리, 동기화 대상의 로컬 마운트 지점 — 로 내보낸 다음 다른 컴퓨터에서 가져오세요. 가져온 회의는 새 id를 받으므로 다시 가져와도 아무것도 덮어쓰지 않습니다.",
"settings.storage.export_dialog_title": "모든 회의를 다음으로 내보내기…",
"settings.storage.import_dialog_title": "번들(또는 번들 폴더) 가져오기…",
"settings.storage.exporting": "내보내는 중…",
"settings.storage.export_all": "모든 회의 내보내기…",
"settings.storage.importing": "가져오는 중…",
"settings.storage.import_all": "회의 가져오기…",
"settings.storage.exported_one": "회의 {n}개를 내보냈습니다.",
"settings.storage.exported_many": "회의 {n}개를 내보냈습니다.",
"settings.storage.imported_one": "회의 {n}개를 가져왔습니다.",
"settings.storage.imported_many": "회의 {n}개를 가져왔습니다.",
"settings.calendar.title": "캘린더 및 Outlook .pst",
"settings.calendar.intro_1": "로컬 Outlook 백업에서 이벤트와 참석자를 가져옵니다",
"settings.calendar.intro_2": "— 읽기 전용이며 파일에 아무것도 다시 쓰지 않습니다. 이 장치를 벗어나는 것은 없습니다.",
"settings.calendar.pst_file": ".pst 파일",
"settings.calendar.no_file": "선택된 파일 없음",
"settings.calendar.browse": "찾아보기…",
"settings.calendar.password": "비밀번호",
"settings.calendar.password_note": "거의 필요 없음",
"settings.calendar.optional": "선택 사항",
"settings.calendar.import_range": "가져오기 범위",
"settings.calendar.range_30": "최근 30일",
"settings.calendar.range_90": "최근 90일",
"settings.calendar.range_180": "최근 6개월",
"settings.calendar.range_365": "최근 1년",
"settings.calendar.range_all": "전체 기간",
"settings.calendar.range_hint": "오래된 사서함에는 수년간의 반복/휴일 항목이 있을 수 있습니다 — 범위를 좁히면 가져온 캘린더가 실제로 관련 있는 것만 유지됩니다. 이 가져오기 버튼과 시작 시 자동 재가져오기 모두에 적용됩니다.",
"settings.calendar.importing": "가져오는 중…",
"settings.calendar.import": "가져오기",
"settings.calendar.import_progress": "이벤트 {processed}/{total}개",
"settings.calendar.auto_reimport": "시작 시 이 파일을 자동으로 다시 가져오기",
"settings.calendar.auto_reimport_hint": "타이머가 아니라 시작 시 한 번 실행됩니다 — 재가져오기는 안전하게 반복할 수 있습니다(기존 이벤트는 매칭되어 업데이트되며 중복되지 않습니다).",
"settings.calendar.import_failed": "가져오기 실패: {error} — 파일 자체는 손대지 않습니다. 경로를 확인하고 다시 시도하세요.",
"settings.calendar.cleanup_title": "정리",
"settings.calendar.cleanup_hint": "이미 녹음된 회의에 연결된 이벤트는 아래에서 어떤 옵션을 선택하든 항상 유지됩니다.",
"settings.calendar.cleanup_30": "30일 이상 지난 항목",
"settings.calendar.cleanup_90": "90일 이상 지난 항목",
"settings.calendar.cleanup_180": "6개월 이상 지난 항목",
"settings.calendar.cleanup_365": "1년 이상 지난 항목",
"settings.calendar.cleanup_all": "모두 삭제",
"settings.calendar.cleaning": "정리 중…",
"settings.calendar.cleanup_btn": "캘린더 정리",
"settings.calendar.cleanup_result": "{deleted}{extra} 삭제됨.",
"settings.calendar.cleanup_kept": ", {n}개 유지됨(회의에 연결됨)",
"settings.calendar.cleanup_failed": "정리 실패: {error}",
"settings.calendar.imported_events": "가져온 이벤트",
"settings.calendar.no_events": "아직 가져온 이벤트가 없습니다.",
"settings.calendar.search_title": "제목 검색",
"settings.calendar.search_placeholder": "회의 이름…",
"settings.calendar.date_label": "날짜",
"settings.calendar.events_count": "이벤트 {total}개 중 {shown}개",
"settings.calendar.untitled": "(제목 없음)",
"settings.dialog_title": "설정",
"settings.close": "닫기",
"settings.close_title": "닫기(Esc)",
"settings.sync.stub": "미리 보기 모드 — 동기화 백엔드는 아직 구현되지 않았습니다(9단계). 변경 사항은 인터페이스에만 유지됩니다.",
"settings.sync.title": "동기화 및 업로드",
"settings.sync.enable_label": "구성된 대상으로 회의 아티팩트 업로드 활성화",
"settings.sync.enable_hint": "기본적으로 꺼져 있습니다. 이 항목이 켜져 있고 대상이 활성화되어 있지 않으면 아무것도 업로드되지 않습니다. 자체 호스팅 대상은 데이터를 본인의 서버에 보관하며, 타사 클라우드는 명확히 표시됩니다.",
"settings.sync.targets_title": "대상",
"settings.sync.no_targets": "아직 대상이 없습니다. 아래에서 하나 추가하세요.",
"settings.sync.third_party": "타사",
"settings.sync.your_server": "내 서버",
"settings.sync.edit": "편집",
"settings.sync.remove": "제거",
"settings.sync.edit_target": "대상 편집",
"settings.sync.add_target": "대상 추가",
"settings.sync.webdav_hint": "WebDAV는 Nextcloud, ownCloud, Cloudreve, Seafile, Synology를 지원합니다. (Seafile: 서버 측에서 SeafDAV를 활성화하세요.)",
"settings.sync.name": "이름",
"settings.sync.name_placeholder": "홈 Nextcloud",
"settings.sync.provider": "공급자",
"settings.sync.server_url": "서버 URL",
"settings.sync.server_url_note_1": "서버 URL만 입력하세요 — WhispAssist가",
"settings.sync.server_url_note_2": "을(를) 자동으로 추가합니다.",
"settings.sync.remote_folder": "원격 폴더",
"settings.sync.username": "사용자 이름",
"settings.sync.app_password": "앱 비밀번호",
"settings.sync.pw_keep": "현재 비밀번호를 유지하려면 비워 두세요",
"settings.sync.pw_store": "운영 체제 자격 증명 저장소에 저장됨",
"settings.sync.upload_legend": "업로드",
"settings.sync.artifact_transcript": "전사",
"settings.sync.artifact_notes": "노트",
"settings.sync.artifact_summary": "요약",
"settings.sync.artifact_recording": "녹음(.wav, 보존된 경우)",
"settings.sync.allow_plaintext": "LAN 주소에 대해 평문 http 허용(권장하지 않음)",
"settings.sync.encrypt_before": "업로드 전 암호화(대상은 암호문만 저장)",
"settings.sync.requires_vault": "— 잠금 해제된 보관소가 필요합니다",
"settings.sync.test_connection": "연결 테스트",
"settings.sync.save_changes": "변경 사항 저장",
"settings.sync.add_target_btn": "대상 추가",
"settings.sync.cancel": "취소",
"settings.sync.third_party_banner": "{kind}은(는) 타사 클라우드입니다 — 업로드하면 데이터가 장치를 벗어나 {kind}(으)로 전송됩니다.",
"settings.sync.link_account": "{kind} 계정 연결…",
"settings.sync.oauth_hint": "OAuth 로그인(루프백 리디렉션)을 엽니다. 토큰은 운영 체제 자격 증명 저장소에 저장됩니다.",
"settings.sync.footnote": "자격 증명은 설정이나 데이터베이스에 절대 기록되지 않습니다 — 운영 체제 자격 증명 저장소에만 저장됩니다. LAN 이외의 대상에는 TLS가 필요합니다.",
"settings.ai.title": "AI 요약 공급자",
"settings.ai.intro_1": "요약은 기본적으로 로컬 LLM에서 실행됩니다. 이 PC 또는 LAN의 다른 컴퓨터에 있는 Ollama를 가리키도록 설정하세요(예:",
"settings.ai.intro_2": "— 둘 다 로컬로 간주되므로 네트워크를 벗어나는 것이 없습니다. 호스팅 공급자(Anthropic)는 선택 사항이며 기본적으로 꺼져 있고, 하나를 켜는 순간 전사를 제3자에게 전송합니다.",
"settings.ai.provider": "공급자",
"settings.ai.off": "끔",
"settings.ai.provider_ollama": "Ollama(로컬 / LAN)",
"settings.ai.provider_custom": "사용자 지정(OpenAI 호환)",
"settings.ai.provider_anthropic": "Anthropic(Claude) — 호스팅됨, 이 장치를 벗어남",
"settings.ai.endpoint": "엔드포인트",
"settings.ai.model": "모델",
"settings.ai.api_key": "API 키",
"settings.ai.api_key_set_placeholder": "••••••••••••••••(이미 설정됨 — 유지하려면 비워 두세요)",
"settings.ai.show_api_key": "API 키 표시",
"settings.ai.hide_api_key": "API 키 숨기기",
"settings.ai.anthropic_banner": "Anthropic은 호스팅된 타사 서비스입니다 — 요약을 생성하면 이 회의의 전사가 장치를 벗어납니다.",
"settings.ai.endpoint_banner": "이 엔드포인트는 내 컴퓨터나 LAN에 없습니다 — 전사가 네트워크를 벗어나게 됩니다.",
"settings.ai.saving": "저장 중…",
"settings.ai.save": "저장",
"settings.ai.test_connection": "연결 테스트",
"settings.ai.this_hosted_provider": "이 호스팅 공급자",
"settings.ai.reachable": "연결 가능",
"settings.ai.unreachable": "연결 불가",
"settings.ai.model_count_one": "· 모델 {n}개",
"settings.ai.model_count_many": "· 모델 {n}개",
"settings.ai.on_lan": "· 내 컴퓨터 / LAN에서",
"settings.ai.leaves_network": "· 네트워크를 벗어남",
"settings.ai.advanced_title": "Ollama 고급 구성",
"settings.ai.changed": "{n}개 변경됨",
"settings.ai.reset_all": "모두 기본값으로 재설정",
"settings.ai.system_prompt": "시스템 프롬프트",
"settings.ai.system_prompt_placeholder": "예: 당신은 간결한 회의 요약가입니다.",
"settings.ai.system_prompt_hint": "WhispAssist에 필요한 출력 형식 앞에 추가되므로, 지침이 요약/작업 항목 구문 분석을 깨뜨릴 수 없습니다.",
"settings.ai.think": "사고",
"settings.ai.think_help": "추론 노력(추론 모델 전용).",
"settings.ai.keep_alive": "활성 유지",
"settings.ai.keep_alive_help": "모델이 RAM에 유지되는 시간. 예: 5m, 1h, 0(언로드), -1(영구).",
"settings.ai.runtime_hardware": "런타임 및 하드웨어",
"settings.ai.rarely_needed": "— 거의 필요하지 않음",
"settings.ai.save_advanced": "고급 저장",
"settings.ai.saved": "저장됨",
"settings.ai.turn_off": "끄기",
"settings.ai.default_value": "기본값 {value}.",
"settings.ai.reset_default": "기본값으로 재설정",
"settings.ai.reset_field": "{name} 재설정",
"settings.mcp.title": "MCP 서버",
"settings.mcp.banner_1": "이를 통해 본인의 코딩 에이전트(Claude Code, Codex, Copilot, OpenCode 등)가 로컬 컴퓨터에서 회의 컨텍스트를 가져올 수 있습니다. 연결되면",
"settings.mcp.banner_agent": "해당 에이전트",
"settings.mcp.banner_2": "가 읽은 내용을 자체 모델 공급자의 클라우드로 전달할 수 있습니다 — WhispAssist의 제어를 벗어납니다. WhispAssist 자체는 이 데이터를 어디에도 전송하지 않으며, 서버는 이 장치에서만 수신 대기합니다(",
"settings.mcp.banner_3": "). 모든 읽기는 아래에 기록됩니다.",
"settings.mcp.enable": "MCP 서버 활성화",
"settings.mcp.enable_hint": "기본적으로 꺼져 있습니다. 루프백 전용, 토큰 보호 — 네트워크에서 접근할 수 있는 것이 없습니다.",
"settings.mcp.transport": "전송",
"settings.mcp.transport_http": "스트리밍 HTTP",
"settings.mcp.transport_stdio": "stdio(에이전트가 프로세스를 생성함)",
"settings.mcp.port": "포트",
"settings.mcp.transport_change_hint": "전송/포트를 변경하려면 먼저 서버를 끈 다음 다시 켜세요.",
"settings.mcp.scope_title": "범위",
"settings.mcp.expose": "노출",
"settings.mcp.scope_none": "없음 — 아무것도 공유하지 않음",
"settings.mcp.scope_selected": "선택됨 — 공유로 표시한 기능 브리프만",
"settings.mcp.scope_all": "전체 — 회의, 전사, 작업 항목 및 공유 브리프",
"settings.mcp.expose_recordings": "저장된 녹음이 있는 회의도 허용(기본적으로 꺼짐 — 이 항목이 켜질 때까지 녹음된 회의의 전사는 “전체” 범위에서도 보류됩니다)",
"settings.mcp.token_title": "새 인증 토큰 — 한 번만 표시되므로 지금 복사하세요",
"settings.mcp.token_hint": "이 내용은 다시 표시되지 않습니다. 운영 체제 자격 증명 저장소에 저장됩니다. 분실한 경우 서버를 껐다가 다시 켜 새 토큰을 발급하세요.",
"settings.mcp.copied": "복사됨",
"settings.mcp.copy": "복사",
"settings.mcp.endpoint": "엔드포인트",
"settings.mcp.endpoint_hint": "에이전트의 MCP 클라이언트 구성을 {kind}(으)로 지정하고, 위의 토큰을 bearer 자격 증명으로 사용하세요.",
"settings.mcp.kind_command": "명령",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "접근 로그",
"settings.mcp.access_log_hint": "에이전트가 수행한 모든 도구 읽기(허용 또는 거부)(FR-MCP-5).",
"settings.mcp.no_reads": "아직 아무 에이전트도 읽지 않았습니다.",
"settings.mcp.log_meeting": "회의 {id}",
"settings.mcp.refresh": "새로 고침",
"settings.privacy.title": "개인정보 보호",
"settings.privacy.intro": "WhispAssist가 현재 이 장치 밖으로 실제로 보낼 수 있도록 허용된 내용입니다. 모두 꺼져 있으면(기본값) 장치를 벗어나는 것이 전혀 없습니다.",
"settings.privacy.llm_endpoint": "LLM 엔드포인트",
"settings.privacy.off": "끔",
"settings.privacy.local_only": "로컬 전용",
"settings.privacy.leaves_device": "이 장치를 벗어남",
"settings.privacy.sync_label": "동기화",
"settings.privacy.enabled": "활성화됨",
"settings.privacy.mcp_label": "MCP 서버",
"settings.privacy.mcp_on": "켬 · {scope}",
"settings.privacy.mcp_loopback_note": "루프백에서만 수신 — 위의 송신 목록에 아무것도 추가하지 않습니다. 연결된 에이전트는 여전히 읽은 내용을 자체 모델 공급자에게 전달할 수 있습니다. MCP 서버 탭을 참조하세요.",
"settings.privacy.egress_title": "송신 허용 목록",
"settings.privacy.no_egress": "허용 목록에 있는 호스트가 없습니다 — WA는 콘텐츠 송신을 하지 않습니다.",
"settings.privacy.sync_targets_title": "동기화 대상",
"settings.privacy.third_party": "타사",
"settings.privacy.your_server": "내 서버",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "TLS 없음",
"settings.privacy.refresh": "새로 고침",
"settings.privacy.unavailable": "개인정보 자체 점검을 사용할 수 없습니다.",
"settings.privacy.vault_title": "암호화 보관소",
"settings.privacy.vault_intro": "비밀번호로 노트, 전사, 요약을 저장 시 암호화합니다. (오디오 파일은 아직 암호화되지 않습니다.)",
"settings.privacy.vault_password": "보관소 비밀번호",
"settings.privacy.enable_vault": "보관소 활성화",
"settings.privacy.vault_pw_hint": "8자 이상 사용하세요. 잊어버리면 암호화된 콘텐츠를 복구할 수 없습니다.",
"settings.privacy.vault_locked_1": "보관소가 ",
"settings.privacy.locked_word": "잠김",
"settings.privacy.vault_locked_2": " 상태입니다. 암호화된 회의를 읽으려면 잠금을 해제하세요.",
"settings.privacy.password": "비밀번호",
"settings.privacy.unlock": "잠금 해제",
"settings.privacy.vault_unlocked_1": "보관소가 ",
"settings.privacy.unlocked_word": "잠금 해제됨",
"settings.privacy.vault_unlocked_2": " 상태입니다. 새 노트, 전사, 요약은 저장 시 암호화됩니다.",
"settings.privacy.lock_now": "지금 잠그기",
"settings.privacy.change_password": "비밀번호 변경",
"settings.privacy.current_password": "현재 비밀번호",
"settings.privacy.new_password": "새 비밀번호",
"settings.about.title": "정보",
"settings.about.tagline": "완전히 로컬이며 오픈 소스인 Windows 네이티브 회의 도우미입니다.",
"settings.about.build_commit": "빌드 커밋",
"consent.heading": "녹음하기 전에",
"consent.body": "참가자의 동의 없이 대화를 녹음하는 것은 귀하의 지역에서 불법일 수 있습니다. 현지 녹음 법률을 확인하세요. 이것은 주의 사항이며 법률 자문이 아닙니다.",
"consent.accept": "이해했습니다 — 녹음 활성화",
"consent.cancel": "취소",
"hosted.heading": "{provider} 사용 전",
"hosted.body_1": "다음으로 생성하면",
"hosted.body_2": "이 회의의 전사가 그들의 서버로 전송됩니다 — 이 장치를 벗어나며 그들의 개인정보 처리방침이 적용됩니다. 데이터가 장치를 벗어난 후에는 WhispAssist가 데이터 처리에 대해 아무런 제어권이 없습니다. 이 항목은 기본적으로 꺼져 있으며, 지금 선택하는 것입니다.",
"hosted.accept": "이해했습니다 — 계속",
"hosted.cancel": "취소",
"theme.group": "테마",
"theme.system": "시스템에 맞춤",
"theme.light": "밝게",
"theme.dark": "어둡게",
"import.dialog_label": "파일 또는 URL에서 회의 추가",
"import.title": "회의 추가",
"import.close": "닫기",
"import.close_title": "닫기(Esc)",
"import.body": "기존 녹음을 가져옵니다 — 로컬 오디오/비디오 파일 또는 링크(YouTube, 스트리밍 페이지 또는 직접 미디어 URL). 실시간 녹음과 마찬가지로 전사되고 화자 분리됩니다.",
"import.file_or_url": "파일 또는 URL",
"import.source_placeholder": "URL을 붙여넣거나 파일을 찾아보세요…",
"import.choose_file": "로컬 파일 선택",
"import.browse": "찾아보기…",
"import.title_label": "제목",
"import.optional": "선택 사항",
"import.title_placeholder": "기본값은 파일 이름",
"import.filter_av": "오디오 / 비디오",
"import.requires_1": "다음이 필요합니다:",
"import.requires_2": "이(가) 설치되어 PATH에 있어야 합니다(URL의 경우",
"import.requires_3": "도 필요). WhispAssist는 이들을 포함하지 않습니다.",
"import.importing": "가져오는 중… 시간이 걸릴 수 있습니다",
"import.import": "가져오기",
"import.cancel": "취소",
"tagchip.filter": "“{tag}” 태그가 지정된 회의 필터링",
"tagchip.remove": "{tag} 태그 제거",
"levelmeter.system_mic": "시스템 및 마이크 입력 레벨",
"levelmeter.system": "시스템 입력 레벨",
"app.tagline": "로컬 · 비공개",
"app.note_template": "노트 템플릿",
"app.no_template": "템플릿 없음",
"app.add_meeting": "회의 추가",
"app.add_meeting_title": "파일 또는 URL에서 회의 추가",
"app.record": "녹음",
"app.record_title": "녹음 시작(Ctrl+Shift+R)",
"app.stop": "중지",
"app.stop_title": "녹음 중지(Ctrl+Shift+R)",
"app.cancel": "취소",
"app.cancel_title": "이 녹음을 취소하고 삭제",
"app.recording": "녹음 중…",
"app.backend_title": "활성 전사 백엔드",
"app.retention_title": "이 회의의 오디오를 .wav로 저장",
"app.saving": "저장 중",
"app.not_saved": "저장되지 않음",
"app.reconnecting": "오디오 장치를 다시 연결하는 중…",
"app.settings": "설정",
"app.settings_title": "설정(Ctrl+,)",
"app.discard_confirm": "이 녹음을 취소하시겠습니까? 오디오와 전사가 삭제됩니다.",
"app.announce_started": "녹음 시작됨",
"app.announce_paused": "녹음 일시 중지됨",
"app.announce_stopped": "녹음 중지됨",
"app.consent_dialog": "녹음 동의",
"app.vault_dialog": "암호화 보관소 잠금 해제",
"app.vault_title": "암호화 보관소 잠금 해제",
"app.vault_desc": "회의가 저장 시 암호화되어 있습니다. 읽으려면 비밀번호를 입력하세요.",
"app.vault_password": "보관소 비밀번호",
"app.vault_incorrect": "비밀번호가 올바르지 않습니다",
"app.unlock": "잠금 해제",
"app.continue_locked": "잠긴 상태로 계속",
"app.show_meetings": "회의 목록 표시",
"app.hide_meetings": "회의 목록 숨기기",
"app.show_summary": "요약 패널 표시",
"app.hide_summary": "요약 패널 숨기기",
"app.resize_meetings": "회의 목록 크기 조정",
"app.resize_summary": "요약 패널 크기 조정",
"meetings.search_placeholder": "회의 검색…",
"meetings.search_aria": "회의 검색",
"meetings.filter_tag_aria": "태그로 필터링",
"meetings.all_tags": "모든 태그",
"meetings.from_date_aria": "시작 날짜",
"meetings.to_date_aria": "종료 날짜",
"meetings.bulk_format_aria": "일괄 내보내기 형식",
"meetings.bulk_export": "일괄 내보내기",
"meetings.bulk_export_title": "위의 태그/날짜 필터와 일치하는 모든 회의 내보내기",
"meetings.exporting": "내보내는 중…",
"meetings.exported_one": "회의 {n}개를 내보냈습니다.",
"meetings.exported_many": "회의 {n}개를 내보냈습니다.",
"meetings.searching": "검색 중…",
"meetings.loading": "회의를 불러오는 중…",
"meetings.no_matches": "일치하는 항목이 없습니다.",
"meetings.empty": "아직 회의가 없습니다 — 위의 녹음을 클릭하여 시작하세요.",
"meetings.status.recording": "녹음 중",
"meetings.status.transcribing": "전사 중",
"meetings.status.recovering": "복구 중",
"meetings.status.error": "오류",
"meetings.resume": "전사 재개",
"meetings.delete_aria": "회의 삭제",
"meetings.delete_confirm": "이 회의를 삭제하시겠습니까? 녹음, 전사, 노트가 제거됩니다.",
"transcript.heading": "전사",
"transcript.title_aria": "회의 제목",
"transcript.lang_title": "전사 언어",
"transcript.lang_auto": "감지 중…",
"transcript.show": "전사 표시",
"transcript.hide": "전사 숨기기",
"transcript.empty": "이 회의에 대한 전사가 없습니다.",
"transcript.will_appear": "녹음하는 동안 전사가 여기에 표시됩니다.",
"transcript.play_from_here": "여기서부터 재생",
"transcript.resize": "전사 및 노트 크기 조정",
"transcript.reprocess_placeholder": "다음으로 다시 전사…",
"transcript.reprocess_lang_aria": "재처리 언어",
"transcript.reprocess_keep_lang": "현재 언어 유지",
"transcript.reprocess_go": "실행",
"transcript.retranscribing": "다시 전사하는 중…",
"transcript.has_note": "노트 있음",
"transcript.note_placeholder": "이 순간에 대한 노트 추가…",
"transcript.note_aria": "이 전사 줄에 대한 노트",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word 문서",
"transcript.filter_obsidian": "Obsidian 노트",
"notes.heading": "노트",
"notes.show": "노트 표시",
"notes.hide": "노트 숨기기",
"notes.placeholder": "노트…",
"notes.live_placeholder": "말하면서 노트를 입력하세요…",
"notes.toolbar_aria": "노트 서식",
"notes.bold": "굵게",
"notes.italic": "기울임꼴",
"notes.h1": "제목 1",
"notes.h2": "제목 2",
"notes.bullet": "글머리 기호 목록",
"notes.checkbox_title": "체크박스",
"notes.checkbox_aria": "체크박스 목록 항목",
"notes.edit_raw": "원본 markdown 편집",
"notes.render": "markdown 렌더링",
"notes.editor": "편집기",
"notes.preview": "미리 보기",
"notes.export_md_title": "노트를 .md로 내보내기",
"notes.export_pdf_title": "노트를 .pdf로 내보내기",
"notes.export_docx_title": "노트를 .docx로 내보내기",
"notes.export_bundle_title": "오디오 + 전사 + 노트를 폴더로 내보내기",
"notes.export_obsidian_title": "하나의 Obsidian 노트 내보내기(노트 + 요약 + 전사, 오디오 제외)",
"summary.recording_heading": "녹음",
"summary.loading_recording": "녹음을 불러오는 중…",
"summary.sync_heading": "동기화",
"summary.uploading": "업로드 중…",
"summary.upload_now": "지금 업로드",
"summary.no_uploads": "이 회의에 대한 업로드가 아직 없습니다.",
"summary.retry": "재시도",
"summary.tags_heading": "태그",
"summary.tags_select": "태그를 지정하려면 회의를 선택하세요.",
"summary.tag_add_placeholder": "태그 추가…",
"summary.tag_first_placeholder": "프로젝트, 고객, 주제…",
"summary.generating": "생성 중…",
"summary.generate_tags": "태그 생성",
"summary.saving": "저장 중…",
"summary.save_tags": "태그 저장",
"summary.summary_heading": "요약",
"summary.ai_provider": "AI 공급자",
"summary.provider_off": "끔",
"summary.provider_custom": "사용자 지정",
"summary.local": "로컬",
"summary.leaves_device": "이 장치를 벗어남",
"summary.this_hosted_provider": "이 호스팅 공급자",
"summary.select_generate": "요약을 생성하려면 회의를 선택하세요.",
"summary.decisions_heading": "결정 사항",
"summary.regenerate": "다시 생성",
"summary.generated_hint": "회의 후 로컬에서 생성됨(로컬 LLM 공급자 필요).",
"summary.no_provider": "구성된 AI 공급자가 없습니다 — 설정에서 하나 활성화하세요.",
"summary.generate_summary": "요약 생성",
"summary.briefs_heading": "기능 브리프",
"summary.briefs_select": "기능 브리프를 만들거나 보려면 회의를 선택하세요.",
"summary.briefs_desc": "이 회의를 에이전트가 사용할 수 있는 사양으로 정제합니다(로컬 LLM 공급자 필요) — 코딩 에이전트에 전달하거나, MCP 서버가 켜지면 이를 통해 제공하세요.",
"summary.brief_repo_placeholder": "대상 저장소(선택 사항), 예: acme/reporting-web",
"summary.distilling": "정제 중…",
"summary.create_brief": "기능 브리프 만들기",
"summary.brief_mcp_title": "MCP 서버가 켜져 있을 때 사용 가능",
"summary.copied": "복사됨",
"summary.copy_md": "Markdown으로 복사",
"summary.copy_json": "JSON으로 복사",
"summary.brief_problem": "문제",
"summary.brief_outcome": "원하는 결과",
"summary.brief_criteria": "수락 기준",
"summary.brief_none": "캡처된 내용 없음.",
"summary.brief_context": "컨텍스트",
"summary.action_items_heading": "작업 항목",
"summary.ai_select": "작업 항목을 보려면 회의를 선택하세요.",
"summary.ai_empty": "아직 없습니다 — 아래에서 하나 추가하거나 요약을 생성하여 자동으로 추출하세요.",
"summary.confirmed": "확인됨",
"summary.ai_text_placeholder": "작업 항목…",
"summary.ai_text_aria": "작업 항목 텍스트",
"summary.owner": "담당자",
"summary.due_date": "기한",
"summary.reminder_title": "이 기한에 대한 로컬 알림 예약",
"summary.ai_delete_title": "이 작업 항목 삭제",
"summary.ai_delete_aria": "작업 항목 삭제",
"summary.add_action_item": "작업 항목 추가",
"summary.save_action_items": "작업 항목 저장",
"summary.calendar_heading": "캘린더 이벤트",
"summary.cal_select": "회의를 캘린더 이벤트에 연결하려면 회의를 선택하세요.",
"summary.event_search_placeholder": "이벤트 제목 검색…",
"summary.linked_event": "연결된 이벤트",
"summary.change_event": "이벤트 변경…",
"summary.link_event": "이벤트 연결…",
"summary.untitled_event": "(제목 없음)",
"summary.no_events_1": "아직 가져온 이벤트가 없습니다 — ",
"summary.no_events_2": "설정 → 캘린더에서 가져오세요.",
"summary.no_events_match": "이 검색/날짜와 일치하는 이벤트가 없습니다 — 하나를 지워 보세요.",
"summary.organizer_label": "주최자: {name}",
"summary.participants_heading": "참가자",
"summary.participants_hint": "연결된 캘린더 이벤트에서 채워집니다.",
"summary.speakers_heading": "화자",
"summary.speakers_select": "화자 이름을 지정하려면 회의를 선택하세요.",
"summary.no_speakers": "아직 감지된 화자가 없습니다.",
"summary.speaker_name_placeholder": "화자 이름",
"summary.save": "저장",
"summary.cancel": "취소",
"summary.name_speaker": "이 화자 이름 지정…",
"summary.add_new_name": "+ 새 이름 추가…",
"settings.recording.title": "녹음",
"settings.recording.record_default": "기본적으로 회의 녹음",
"settings.recording.save_audio_as": "오디오를 다음으로 저장",
"settings.recording.default_hint": "기본적으로 꺼져 있습니다. 꺼져 있으면 오디오는 전사를 생성하는 데만 사용되며 회의가 완료되면 삭제됩니다. 회의별로 녹음을 전환할 수도 있습니다.",
"settings.recording.consent_label": "동의: {status}.",
"settings.recording.consent_ack": "확인됨",
"settings.recording.consent_not": "아직 확인되지 않음",
"settings.recording.auto_label": "캘린더 이벤트가 시작될 때 자동으로 녹음 시작",
"settings.recording.auto_hint": "WhispAssist가 열려 있는 동안에만 작동합니다. 가져온 캘린더 이벤트의 시작 시간이 되면 녹음이 자동으로 시작됩니다(위의 기본 보존 설정 사용). 백그라운드에서 실행되는 것은 없습니다 — 타이머는 앱이 실행 중일 때만 설정됩니다. 설정 → 캘린더에서 이벤트를 가져오세요."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Opptak",
"nav.hardware": "Maskinvare",
"nav.storage": "Lagring",
"nav.calendar": "Kalender",
"nav.sync": "Synkronisering",
"nav.ai": "KI",
"nav.mcp": "MCP-server",
"nav.privacy": "Personvern",
"nav.about": "Om",
"nav.language": "Språk",
"settings.language.title": "Språk",
"settings.language.display": "Visningsspråk",
"settings.language.display_hint": "Språket for appens grensesnitt. Å legge til et språk er like enkelt som å slippe inn én enkelt oversettelsesfil.",
"settings.transcription.title": "Transkripsjonsspråk",
"settings.transcription.label": "Språk",
"settings.transcription.auto": "Oppdag automatisk",
"settings.transcription.applies_hint": "Gjelder neste opptak. Språket som faktisk ble brukt vises deretter på hvert møte.",
"settings.transcription.english_only": "Kun engelsk",
"settings.transcription.model_english_only": "«{model}» er kun på engelsk.",
"settings.transcription.no_model": "Ingen modell valgt.",
"settings.transcription.switch_multilingual": "Bytt til en flerspråklig modell ovenfor for å velge et språk.",
"settings.hardware.title": "Maskinvare",
"settings.hardware.active_backend": "Aktiv backend",
"settings.hardware.model_meta": "· modell {size}",
"settings.hardware.preferred_backend": "Foretrukket backend",
"settings.hardware.auto_backend": "Automatisk (best tilgjengelig)",
"settings.hardware.not_available": "ikke tilgjengelig",
"settings.hardware.fallback_hint": "Faller automatisk tilbake (NPU → NVIDIA → AMD → Intel → CPU) hvis den valgte backenden ikke lastes inn.",
"settings.hardware.audio_devices": "Lydenheter",
"settings.hardware.recording_device": "Opptaksenhet",
"settings.hardware.default_system_audio": "Standard systemlyd",
"settings.hardware.recording_device_hint": "WhispAssist tar opp det denne enheten spiller av (loopback) — den andre siden av samtalen. Velg en bestemt utgang hvis du ikke vil at den skal følge Windows' systemstandard.",
"settings.hardware.microphone": "Mikrofon",
"settings.hardware.mic_off": "Av — ikke fang min mikrofon",
"settings.hardware.default_mic": "Standardmikrofon",
"settings.hardware.mic_hint": "Legger til din egen stemme i den direkte transkripsjonen slik at begge sider av møtet fanges. Blir på enheten din — ingenting lastes opp. Velg «Av» for kun å transkribere systemlyden ovenfor.",
"settings.hardware.npu_detected": "NPU-akselerator oppdaget",
"settings.hardware.ready": "Klar",
"settings.hardware.downloading": "Laster ned…",
"settings.hardware.package_needed": "Pakke kreves",
"settings.hardware.npu_hint": "NPU-en din trenger en engangs akselerasjonspakke (Whisper ONNX-modell{extra}). Den lastes ned i bakgrunnen; du kan også starte den nå.",
"settings.hardware.plus_openvino": " + OpenVINO-kjøretid",
"settings.hardware.download_npu": "Last ned NPU-pakke",
"settings.hardware.dml_title": "GPU-akselerasjon (DirectML)",
"settings.hardware.dml_hint": "GPU-en din kan akselereres uten Vulkan via DirectML — en engangspakke (Whisper ONNX-modell{extra}).",
"settings.hardware.plus_directml": " + DirectML-kjøretid",
"settings.hardware.download_dml": "Last ned DirectML-pakke",
"settings.hardware.detection_unavailable": "Maskinvaregjenkjenning utilgjengelig.",
"settings.hardware.low_overhead": "Forhåndsinnstilling for lav belastning",
"settings.hardware.low_overhead_note": "CPU + minste modell, for batteri-/bakgrunnsbruk",
"settings.hardware.models": "Modeller",
"settings.hardware.downloading_model": "Laster ned {name}",
"settings.hardware.active_badge": "Aktiv",
"settings.hardware.installed": "Installert",
"settings.hardware.use": "Bruk",
"settings.hardware.remove": "Fjern",
"settings.hardware.cant_remove_active": "Kan ikke fjerne den aktive modellen",
"settings.hardware.download": "Last ned",
"settings.hardware.diarization": "Talerdiarisering",
"settings.hardware.diarization_hint": "Installer begge modellene for å få ferdige opptak delt opp per taler (Taler 1, Taler 2, …) i stedet for én sammenhengende transkripsjon. Kjører helt frakoblet, én gang per møte etter at det stopper. Uten dem tilskrives hver linje én enkelt taler.",
"settings.storage.title": "Lagring",
"settings.storage.location_label": "Plassering",
"settings.storage.location_hint": "Å endre lagringsplassering støttes ikke ennå — det er her møter, modeller og databasen for øyeblikket ligger.",
"settings.storage.retention_title": "Oppbevaring",
"settings.storage.retention_hint": "Sletter automatisk de eldste møtene over en grense. Sjekkes én gang ved oppstart; tomt betyr ingen grense. Berører aldri et møte som tas opp for øyeblikket.",
"settings.storage.max_age": "Maksalder (dager)",
"settings.storage.max_size": "Maksstørrelse (GB)",
"settings.storage.no_limit": "ingen grense",
"settings.storage.export_import_title": "Eksport og import",
"settings.storage.export_hint_1": "Flytt opptak mellom datamaskiner som bærbare pakkemapper (lyd, transkripsjon, notater, sammendrag og et",
"settings.storage.export_hint_2": "manifest). Eksporter til en hvilken som helst mappe — en synkronisert stasjon, en USB-pinne eller et synkroniseringsmåls lokale monteringspunkt — og importer det så på den andre maskinen. Importerte møter får en ny id, så re-import overskriver aldri noe.",
"settings.storage.export_dialog_title": "Eksporter alle møter til…",
"settings.storage.import_dialog_title": "Importer en pakke (eller en mappe med pakker)…",
"settings.storage.exporting": "Eksporterer…",
"settings.storage.export_all": "Eksporter alle møter…",
"settings.storage.importing": "Importerer…",
"settings.storage.import_all": "Importer møter…",
"settings.storage.exported_one": "Eksporterte {n} møte.",
"settings.storage.exported_many": "Eksporterte {n} møter.",
"settings.storage.imported_one": "Importerte {n} møte.",
"settings.storage.imported_many": "Importerte {n} møter.",
"settings.calendar.title": "Kalender og Outlook .pst",
"settings.calendar.intro_1": "Importer hendelser og deltakere fra en lokal Outlook-",
"settings.calendar.intro_2": "sikkerhetskopi — skrivebeskyttet, ingenting skrives tilbake til filen. Ingenting forlater denne enheten.",
"settings.calendar.pst_file": ".pst-fil",
"settings.calendar.no_file": "Ingen fil valgt",
"settings.calendar.browse": "Bla gjennom…",
"settings.calendar.password": "Passord",
"settings.calendar.password_note": "sjelden nødvendig",
"settings.calendar.optional": "valgfritt",
"settings.calendar.import_range": "Importområde",
"settings.calendar.range_30": "Siste 30 dager",
"settings.calendar.range_90": "Siste 90 dager",
"settings.calendar.range_180": "Siste 6 måneder",
"settings.calendar.range_365": "Siste år",
"settings.calendar.range_all": "All tid",
"settings.calendar.range_hint": "En langlivet postkasse kan inneholde år med gjentakende/helligdagsoppføringer — å snevre inn området holder den importerte kalenderen til det som faktisk er relevant. Gjelder både denne importknappen og automatisk re-import ved oppstart.",
"settings.calendar.importing": "Importerer…",
"settings.calendar.import": "Importer",
"settings.calendar.import_progress": "{processed}/{total} hendelser",
"settings.calendar.auto_reimport": "Importer denne filen automatisk ved oppstart",
"settings.calendar.auto_reimport_hint": "Kjører én gang ved oppstart, ikke på en tidtaker — re-import er trygt å gjenta (eksisterende hendelser matches og oppdateres, ikke dupliseres).",
"settings.calendar.import_failed": "Importen mislyktes: {error} — selve filen er urørt; sjekk banen og prøv igjen.",
"settings.calendar.cleanup_title": "Rydd opp",
"settings.calendar.cleanup_hint": "Hendelser som allerede er knyttet til et innspilt møte beholdes alltid, uansett hvilket alternativ som velges nedenfor.",
"settings.calendar.cleanup_30": "Eldre enn 30 dager",
"settings.calendar.cleanup_90": "Eldre enn 90 dager",
"settings.calendar.cleanup_180": "Eldre enn 6 måneder",
"settings.calendar.cleanup_365": "Eldre enn 1 år",
"settings.calendar.cleanup_all": "Slett alle",
"settings.calendar.cleaning": "Rydder…",
"settings.calendar.cleanup_btn": "Rydd opp i kalenderen",
"settings.calendar.cleanup_result": "Slettet {deleted}{extra}.",
"settings.calendar.cleanup_kept": ", beholdt {n} (knyttet til et møte)",
"settings.calendar.cleanup_failed": "Oppryddingen mislyktes: {error}",
"settings.calendar.imported_events": "Importerte hendelser",
"settings.calendar.no_events": "Ingen hendelser importert ennå.",
"settings.calendar.search_title": "Søk tittel",
"settings.calendar.search_placeholder": "Møtenavn…",
"settings.calendar.date_label": "Dato",
"settings.calendar.events_count": "{shown} av {total} hendelser",
"settings.calendar.untitled": "(uten tittel)",
"settings.dialog_title": "Innstillinger",
"settings.close": "Lukk",
"settings.close_title": "Lukk (Esc)",
"settings.sync.stub": "Forhåndsvisningsmodus — synkroniseringsbackenden er ikke implementert ennå (Fase 9). Endringer beholdes kun i grensesnittet.",
"settings.sync.title": "Synkronisering og opplasting",
"settings.sync.enable_label": "Aktiver opplasting av møteartefakter til konfigurerte mål",
"settings.sync.enable_hint": "Av som standard. Ingenting lastes opp med mindre dette er på og et mål er aktivert. Selvhostede mål holder data på din egen server; tredjepartsskyer er tydelig merket.",
"settings.sync.targets_title": "Mål",
"settings.sync.no_targets": "Ingen mål ennå. Legg til ett nedenfor.",
"settings.sync.third_party": "tredjepart",
"settings.sync.your_server": "din server",
"settings.sync.edit": "Rediger",
"settings.sync.remove": "Fjern",
"settings.sync.edit_target": "Rediger mål",
"settings.sync.add_target": "Legg til et mål",
"settings.sync.webdav_hint": "WebDAV dekker Nextcloud, ownCloud, Cloudreve, Seafile og Synology. (Seafile: aktiver SeafDAV på serversiden.)",
"settings.sync.name": "Navn",
"settings.sync.name_placeholder": "Hjemme-Nextcloud",
"settings.sync.provider": "Leverandør",
"settings.sync.server_url": "Server-URL",
"settings.sync.server_url_note_1": "Bare server-URL-en din — WhispAssist legger til",
"settings.sync.server_url_note_2": "automatisk.",
"settings.sync.remote_folder": "Ekstern mappe",
"settings.sync.username": "Brukernavn",
"settings.sync.app_password": "App-passord",
"settings.sync.pw_keep": "la stå tomt for å beholde nåværende passord",
"settings.sync.pw_store": "lagret i operativsystemets legitimasjonslager",
"settings.sync.upload_legend": "Last opp",
"settings.sync.artifact_transcript": "transkripsjon",
"settings.sync.artifact_notes": "notater",
"settings.sync.artifact_summary": "sammendrag",
"settings.sync.artifact_recording": "opptak (.wav, hvis beholdt)",
"settings.sync.allow_plaintext": "Tillat klartekst-http for en LAN-adresse (ikke anbefalt)",
"settings.sync.encrypt_before": "Krypter før opplasting (destinasjonen lagrer kun kryptert tekst)",
"settings.sync.requires_vault": "— krever et opplåst hvelv",
"settings.sync.test_connection": "Test tilkobling",
"settings.sync.save_changes": "Lagre endringer",
"settings.sync.add_target_btn": "Legg til mål",
"settings.sync.cancel": "Avbryt",
"settings.sync.third_party_banner": "{kind} er en tredjepartssky — opplasting sender dataene dine bort fra enheten din til {kind}.",
"settings.sync.link_account": "Koble til {kind}-konto…",
"settings.sync.oauth_hint": "Åpner en OAuth-innlogging (loopback-omdirigering); tokenet lagres i operativsystemets legitimasjonslager.",
"settings.sync.footnote": "Legitimasjon skrives aldri til innstillingene eller databasen — kun til operativsystemets legitimasjonslager. TLS kreves for mål utenfor LAN.",
"settings.ai.title": "KI-sammendragsleverandør",
"settings.ai.intro_1": "Sammendrag kjører på en lokal LLM som standard. Pek dette mot Ollama på denne PC-en eller en annen maskin i LAN-et ditt (f.eks.",
"settings.ai.intro_2": "— begge teller som lokalt, så ingenting forlater nettverket ditt. Hostede leverandører (Anthropic) er valgfrie, av som standard, og sender transkripsjonen til en tredjepart så snart du aktiverer en.",
"settings.ai.provider": "Leverandør",
"settings.ai.off": "Av",
"settings.ai.provider_ollama": "Ollama (lokal / LAN)",
"settings.ai.provider_custom": "Egendefinert (OpenAI-kompatibel)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — hostet, forlater denne enheten",
"settings.ai.endpoint": "Endepunkt",
"settings.ai.model": "Modell",
"settings.ai.api_key": "API-nøkkel",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (allerede angitt — la stå tomt for å beholde den)",
"settings.ai.show_api_key": "Vis API-nøkkel",
"settings.ai.hide_api_key": "Skjul API-nøkkel",
"settings.ai.anthropic_banner": "Anthropic er en hostet tredjepartstjeneste — dette møtets transkripsjon forlater enheten din når du genererer et sammendrag.",
"settings.ai.endpoint_banner": "Dette endepunktet er ikke på maskinen din eller LAN-et ditt — transkripsjonen din ville forlate nettverket ditt.",
"settings.ai.saving": "Lagrer…",
"settings.ai.save": "Lagre",
"settings.ai.test_connection": "Test tilkobling",
"settings.ai.this_hosted_provider": "denne hostede leverandøren",
"settings.ai.reachable": "Tilgjengelig",
"settings.ai.unreachable": "Utilgjengelig",
"settings.ai.model_count_one": "· {n} modell",
"settings.ai.model_count_many": "· {n} modeller",
"settings.ai.on_lan": "· på maskinen din / LAN",
"settings.ai.leaves_network": "· forlater nettverket ditt",
"settings.ai.advanced_title": "Avansert Ollama-konfigurasjon",
"settings.ai.changed": "{n} endret",
"settings.ai.reset_all": "Tilbakestill alt til standard",
"settings.ai.system_prompt": "Systemprompt",
"settings.ai.system_prompt_placeholder": "f.eks. Du er en kortfattet møtesammenfatter.",
"settings.ai.system_prompt_hint": "Legges til før WhispAssists påkrevde utdataformat, slik at instruksjonene dine ikke kan bryte tolkingen av sammendrag/oppgavepunkter.",
"settings.ai.think": "Tenk",
"settings.ai.think_help": "Resonneringsinnsats (kun resonneringsmodeller).",
"settings.ai.keep_alive": "Hold i live",
"settings.ai.keep_alive_help": "Hvor lenge modellen blir i RAM. f.eks. 5m, 1h, 0 (last ut), -1 (for alltid).",
"settings.ai.runtime_hardware": "Kjøretid og maskinvare",
"settings.ai.rarely_needed": "— sjelden nødvendig",
"settings.ai.save_advanced": "Lagre avansert",
"settings.ai.saved": "Lagret",
"settings.ai.turn_off": "Slå av",
"settings.ai.default_value": "Standard {value}.",
"settings.ai.reset_default": "Tilbakestill til standard",
"settings.ai.reset_field": "Tilbakestill {name}",
"settings.mcp.title": "MCP-server",
"settings.mcp.banner_1": "Dette lar din egen kodeagent (Claude Code, Codex, Copilot, OpenCode, …) hente møtekontekst på din lokale maskin. Når den er koblet til,",
"settings.mcp.banner_agent": "kan den agenten",
"settings.mcp.banner_2": "videresende det den leser til sin egen modellleverandørs sky — utenfor WhispAssists kontroll. WhispAssist selv sender aldri disse dataene noe sted; serveren lytter kun på denne enheten (",
"settings.mcp.banner_3": ") og hver lesing logges nedenfor.",
"settings.mcp.enable": "Aktiver MCP-serveren",
"settings.mcp.enable_hint": "Av som standard. Kun loopback, token-beskyttet — ingenting er tilgjengelig fra nettverket.",
"settings.mcp.transport": "Transport",
"settings.mcp.transport_http": "Strømmende HTTP",
"settings.mcp.transport_stdio": "stdio (agenten starter en prosess)",
"settings.mcp.port": "Port",
"settings.mcp.transport_change_hint": "For å endre transport/port, slå av serveren først, og deretter på igjen.",
"settings.mcp.scope_title": "Omfang",
"settings.mcp.expose": "Eksponer",
"settings.mcp.scope_none": "Ingen — ingenting deles",
"settings.mcp.scope_selected": "Valgte — kun funksjonsbriefer du har merket som delte",
"settings.mcp.scope_all": "Alle — møter, transkripsjoner, oppgavepunkter og delte briefer",
"settings.mcp.expose_recordings": "Tillat også møter med et lagret opptak (av som standard — et innspilt møtes transkripsjon holdes tilbake selv i «Alle»-omfanget til dette er på)",
"settings.mcp.token_title": "Nytt autentiseringstoken — vises én gang, kopier det nå",
"settings.mcp.token_hint": "Dette vises ikke igjen. Det lagres i operativsystemets legitimasjonslager; hvis du mister det, slå av og på serveren igjen for å lage et nytt.",
"settings.mcp.copied": "Kopiert",
"settings.mcp.copy": "Kopier",
"settings.mcp.endpoint": "Endepunkt",
"settings.mcp.endpoint_hint": "Pek agentens MCP-klientkonfigurasjon mot {kind}, med tokenet ovenfor som bearer-legitimasjon.",
"settings.mcp.kind_command": "kommando",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Tilgangslogg",
"settings.mcp.access_log_hint": "Hver verktøylesing en agent gjør, tillatt eller nektet (FR-MCP-5).",
"settings.mcp.no_reads": "Ingen agent har lest noe ennå.",
"settings.mcp.log_meeting": "møte {id}",
"settings.mcp.refresh": "Oppdater",
"settings.privacy.title": "Personvern",
"settings.privacy.intro": "Hva WhispAssist faktisk har lov til å sende bort fra denne enheten akkurat nå. Med alt av (standard) forlater ingenting enheten i det hele tatt.",
"settings.privacy.llm_endpoint": "LLM-endepunkt",
"settings.privacy.off": "av",
"settings.privacy.local_only": "kun lokal",
"settings.privacy.leaves_device": "forlater denne enheten",
"settings.privacy.sync_label": "Synkronisering",
"settings.privacy.enabled": "aktivert",
"settings.privacy.mcp_label": "MCP-server",
"settings.privacy.mcp_on": "på · {scope}",
"settings.privacy.mcp_loopback_note": "Innkommende kun på loopback — legger ingenting til utgangslisten ovenfor. En tilkoblet agent kan likevel videresende det den leser til sin egen modellleverandør; se MCP-server-fanen.",
"settings.privacy.egress_title": "Tillatelsesliste for utgående",
"settings.privacy.no_egress": "Ingen verter er tillatt — WA gjør ingen utgående overføring av innhold.",
"settings.privacy.sync_targets_title": "Synkroniseringsmål",
"settings.privacy.third_party": "tredjepart",
"settings.privacy.your_server": "din server",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "ingen TLS",
"settings.privacy.refresh": "Oppdater",
"settings.privacy.unavailable": "Personvern-selvsjekk utilgjengelig.",
"settings.privacy.vault_title": "Krypteringshvelv",
"settings.privacy.vault_intro": "Krypter notater, transkripsjoner og sammendrag i hvile med et passord. (Lydfiler krypteres ikke ennå.)",
"settings.privacy.vault_password": "Hvelvpassord",
"settings.privacy.enable_vault": "Aktiver hvelv",
"settings.privacy.vault_pw_hint": "Bruk minst 8 tegn. Hvis du glemmer det, kan kryptert innhold ikke gjenopprettes.",
"settings.privacy.vault_locked_1": "Hvelvet er ",
"settings.privacy.locked_word": "låst",
"settings.privacy.vault_locked_2": ". Lås opp for å lese krypterte møter.",
"settings.privacy.password": "Passord",
"settings.privacy.unlock": "Lås opp",
"settings.privacy.vault_unlocked_1": "Hvelvet er ",
"settings.privacy.unlocked_word": "opplåst",
"settings.privacy.vault_unlocked_2": ". Nye notater, transkripsjoner og sammendrag krypteres i hvile.",
"settings.privacy.lock_now": "Lås nå",
"settings.privacy.change_password": "Endre passord",
"settings.privacy.current_password": "Nåværende passord",
"settings.privacy.new_password": "Nytt passord",
"settings.about.title": "Om",
"settings.about.tagline": "En helt lokal, åpen kildekode, Windows-innebygd møteassistent.",
"settings.about.build_commit": "Build-commit",
"consent.heading": "Før du tar opp",
"consent.body": "Å ta opp samtaler uten deltakernes samtykke kan være ulovlig i din region. Sjekk dine lokale opptakslover. Dette er en advarsel, ikke juridisk rådgivning.",
"consent.accept": "Jeg forstår — aktiver opptak",
"consent.cancel": "Avbryt",
"hosted.heading": "Før du bruker {provider}",
"hosted.body_1": "Å generere med",
"hosted.body_2": "sender dette møtets transkripsjon til deres servere — den forlater denne enheten og er underlagt deres personvernerklæring. WhispAssist har ingen kontroll over datahåndteringen når den først forlater enheten din. Dette er av som standard; du velger det nå.",
"hosted.accept": "Jeg forstår — fortsett",
"hosted.cancel": "Avbryt",
"theme.group": "Tema",
"theme.system": "Følg systemet",
"theme.light": "Lyst",
"theme.dark": "Mørkt",
"import.dialog_label": "Legg til et møte fra en fil eller URL",
"import.title": "Legg til et møte",
"import.close": "Lukk",
"import.close_title": "Lukk (Esc)",
"import.body": "Importer et eksisterende opptak — en lokal lyd-/videofil eller en lenke (YouTube, en strømmeside eller en direkte medie-URL). Det transkriberes og diariseres akkurat som et direkteopptak.",
"import.file_or_url": "Fil eller URL",
"import.source_placeholder": "Lim inn en URL, eller bla etter en fil…",
"import.choose_file": "Velg en lokal fil",
"import.browse": "Bla gjennom…",
"import.title_label": "Tittel",
"import.optional": "valgfritt",
"import.title_placeholder": "Standard er filnavnet",
"import.filter_av": "Lyd / video",
"import.requires_1": "Krever",
"import.requires_2": "installert og i din PATH (pluss",
"import.requires_3": "for URL-er). WhispAssist leverer dem ikke med.",
"import.importing": "Importerer… dette kan ta en stund",
"import.import": "Importer",
"import.cancel": "Avbryt",
"tagchip.filter": "Filtrer møter merket «{tag}»",
"tagchip.remove": "Fjern taggen {tag}",
"levelmeter.system_mic": "Inngangsnivå for system og mikrofon",
"levelmeter.system": "Inngangsnivå for system",
"app.tagline": "lokal · privat",
"app.note_template": "Notatmal",
"app.no_template": "Ingen mal",
"app.add_meeting": "Legg til møte",
"app.add_meeting_title": "Legg til et møte fra en fil eller URL",
"app.record": "Ta opp",
"app.record_title": "Start opptak (Ctrl+Shift+R)",
"app.stop": "Stopp",
"app.stop_title": "Stopp opptak (Ctrl+Shift+R)",
"app.cancel": "Avbryt",
"app.cancel_title": "Forkast dette opptaket og slett det",
"app.recording": "Tar opp…",
"app.backend_title": "Aktiv transkripsjonsbackend",
"app.retention_title": "Lagre lyd som .wav for dette møtet",
"app.saving": "lagrer",
"app.not_saved": "ikke lagret",
"app.reconnecting": "kobler til lydenhet på nytt…",
"app.settings": "Innstillinger",
"app.settings_title": "Innstillinger (Ctrl+,)",
"app.discard_confirm": "Forkast dette opptaket? Lyden og transkripsjonen vil bli slettet.",
"app.announce_started": "Opptak startet",
"app.announce_paused": "Opptak satt på pause",
"app.announce_stopped": "Opptak stoppet",
"app.consent_dialog": "Samtykke til opptak",
"app.vault_dialog": "Lås opp krypteringshvelvet",
"app.vault_title": "Lås opp krypteringshvelvet",
"app.vault_desc": "Møtene dine er kryptert i hvile. Skriv inn passordet ditt for å lese dem.",
"app.vault_password": "Hvelvpassord",
"app.vault_incorrect": "Feil passord",
"app.unlock": "Lås opp",
"app.continue_locked": "Fortsett låst",
"app.show_meetings": "Vis møteliste",
"app.hide_meetings": "Skjul møteliste",
"app.show_summary": "Vis sammendragspanel",
"app.hide_summary": "Skjul sammendragspanel",
"app.resize_meetings": "Endre størrelse på møtelisten",
"app.resize_summary": "Endre størrelse på sammendragspanelet",
"meetings.search_placeholder": "Søk i møter…",
"meetings.search_aria": "Søk i møter",
"meetings.filter_tag_aria": "Filtrer etter tagg",
"meetings.all_tags": "Alle tagger",
"meetings.from_date_aria": "Fra dato",
"meetings.to_date_aria": "Til dato",
"meetings.bulk_format_aria": "Format for masseeksport",
"meetings.bulk_export": "Masseeksport",
"meetings.bulk_export_title": "Eksporter alle møter som samsvarer med tagg-/datofiltrene ovenfor",
"meetings.exporting": "Eksporterer…",
"meetings.exported_one": "Eksporterte {n} møte.",
"meetings.exported_many": "Eksporterte {n} møter.",
"meetings.searching": "Søker…",
"meetings.loading": "Laster inn møter…",
"meetings.no_matches": "Ingen treff.",
"meetings.empty": "Ingen møter ennå — klikk Ta opp ovenfor for å starte.",
"meetings.status.recording": "tar opp",
"meetings.status.transcribing": "transkriberer",
"meetings.status.recovering": "gjenoppretter",
"meetings.status.error": "feil",
"meetings.resume": "Gjenoppta transkripsjon",
"meetings.delete_aria": "Slett møte",
"meetings.delete_confirm": "Slette dette møtet? Dette fjerner opptaket, transkripsjonen og notatene.",
"transcript.heading": "Transkripsjon",
"transcript.title_aria": "Møtetittel",
"transcript.lang_title": "Transkripsjonsspråk",
"transcript.lang_auto": "oppdager…",
"transcript.show": "Vis transkripsjon",
"transcript.hide": "Skjul transkripsjon",
"transcript.empty": "Ingen transkripsjon for dette møtet.",
"transcript.will_appear": "Transkripsjonen vil vises her mens du tar opp.",
"transcript.play_from_here": "Spill av herfra",
"transcript.resize": "Endre størrelse på transkripsjon og notater",
"transcript.reprocess_placeholder": "Transkriber på nytt med…",
"transcript.reprocess_lang_aria": "Språk for ombehandling",
"transcript.reprocess_keep_lang": "Behold nåværende språk",
"transcript.reprocess_go": "Kjør",
"transcript.retranscribing": "Transkriberer på nytt…",
"transcript.has_note": "Har et notat",
"transcript.note_placeholder": "Legg til et notat for dette øyeblikket…",
"transcript.note_aria": "Notat for denne transkripsjonslinjen",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word-dokument",
"transcript.filter_obsidian": "Obsidian-notat",
"notes.heading": "Notater",
"notes.show": "Vis notater",
"notes.hide": "Skjul notater",
"notes.placeholder": "Notater…",
"notes.live_placeholder": "Skriv notater mens du snakker…",
"notes.toolbar_aria": "Notatformatering",
"notes.bold": "Fet",
"notes.italic": "Kursiv",
"notes.h1": "Overskrift 1",
"notes.h2": "Overskrift 2",
"notes.bullet": "Punktliste",
"notes.checkbox_title": "Avkrysningsboks",
"notes.checkbox_aria": "Listeelement med avkrysningsboks",
"notes.edit_raw": "Rediger rå markdown",
"notes.render": "Gjengi markdown",
"notes.editor": "Redigering",
"notes.preview": "Forhåndsvisning",
"notes.export_md_title": "Eksporter notater som .md",
"notes.export_pdf_title": "Eksporter notater som .pdf",
"notes.export_docx_title": "Eksporter notater som .docx",
"notes.export_bundle_title": "Eksporter lyd + transkripsjon + notater til en mappe",
"notes.export_obsidian_title": "Eksporter ett Obsidian-notat (notater + sammendrag + transkripsjon, ingen lyd)",
"summary.recording_heading": "Opptak",
"summary.loading_recording": "Laster inn opptak…",
"summary.sync_heading": "Synkronisering",
"summary.uploading": "Laster opp…",
"summary.upload_now": "Last opp nå",
"summary.no_uploads": "Ingen opplastinger for dette møtet ennå.",
"summary.retry": "prøv igjen",
"summary.tags_heading": "Tagger",
"summary.tags_select": "Velg et møte for å tagge det.",
"summary.tag_add_placeholder": "Legg til tagg…",
"summary.tag_first_placeholder": "prosjekt, kunde, tema…",
"summary.generating": "Genererer…",
"summary.generate_tags": "Generer tagger",
"summary.saving": "Lagrer…",
"summary.save_tags": "Lagre tagger",
"summary.summary_heading": "Sammendrag",
"summary.ai_provider": "KI-leverandør",
"summary.provider_off": "Av",
"summary.provider_custom": "Egendefinert",
"summary.local": "lokal",
"summary.leaves_device": "forlater denne enheten",
"summary.this_hosted_provider": "denne hostede leverandøren",
"summary.select_generate": "Velg et møte for å generere et sammendrag.",
"summary.decisions_heading": "Beslutninger",
"summary.regenerate": "Generer på nytt",
"summary.generated_hint": "Generert lokalt etter møtet (krever en lokal LLM-leverandør).",
"summary.no_provider": "Ingen KI-leverandør konfigurert — aktiver en i Innstillinger.",
"summary.generate_summary": "Generer sammendrag",
"summary.briefs_heading": "Funksjonsbriefer",
"summary.briefs_select": "Velg et møte for å opprette eller vise funksjonsbriefer.",
"summary.briefs_desc": "Destillerer dette møtet til en agentklar spesifikasjon (krever en lokal LLM-leverandør) — gi den til en kodeagent, eller server den over MCP-serveren når den er på.",
"summary.brief_repo_placeholder": "Målrepo (valgfritt), f.eks. acme/reporting-web",
"summary.distilling": "Destillerer…",
"summary.create_brief": "Opprett funksjonsbrief",
"summary.brief_mcp_title": "Tilgjengelig når MCP-serveren er på",
"summary.copied": "Kopiert",
"summary.copy_md": "Kopier som Markdown",
"summary.copy_json": "Kopier som JSON",
"summary.brief_problem": "Problem",
"summary.brief_outcome": "Ønsket resultat",
"summary.brief_criteria": "Akseptkriterier",
"summary.brief_none": "Ingenting fanget.",
"summary.brief_context": "Kontekst",
"summary.action_items_heading": "Oppgavepunkter",
"summary.ai_select": "Velg et møte for å se oppgavepunktene.",
"summary.ai_empty": "Ingen ennå — legg til ett nedenfor, eller generer et sammendrag for å hente dem automatisk.",
"summary.confirmed": "Bekreftet",
"summary.ai_text_placeholder": "Oppgavepunkt…",
"summary.ai_text_aria": "Tekst for oppgavepunkt",
"summary.owner": "Ansvarlig",
"summary.due_date": "Forfallsdato",
"summary.reminder_title": "Planlegg en lokal påminnelse for denne forfallsdatoen",
"summary.ai_delete_title": "Slett dette oppgavepunktet",
"summary.ai_delete_aria": "Slett oppgavepunkt",
"summary.add_action_item": "Legg til oppgavepunkt",
"summary.save_action_items": "Lagre oppgavepunkter",
"summary.calendar_heading": "Kalenderhendelse",
"summary.cal_select": "Velg et møte for å koble det til en kalenderhendelse.",
"summary.event_search_placeholder": "Søk hendelsestittel…",
"summary.linked_event": "Koblet hendelse",
"summary.change_event": "Endre hendelse…",
"summary.link_event": "Koble til en hendelse…",
"summary.untitled_event": "(uten tittel)",
"summary.no_events_1": "Ingen hendelser importert ennå — importer en",
"summary.no_events_2": "fra Innstillinger → Kalender.",
"summary.no_events_match": "Ingen hendelser samsvarer med dette søket/datoen — prøv å fjerne ett.",
"summary.organizer_label": "Arrangør: {name}",
"summary.participants_heading": "Deltakere",
"summary.participants_hint": "Fylles ut fra den koblede kalenderhendelsen.",
"summary.speakers_heading": "Talere",
"summary.speakers_select": "Velg et møte for å navngi talerne.",
"summary.no_speakers": "Ingen talere oppdaget ennå.",
"summary.speaker_name_placeholder": "Talerens navn",
"summary.save": "Lagre",
"summary.cancel": "Avbryt",
"summary.name_speaker": "Navngi denne taleren…",
"summary.add_new_name": "+ Legg til nytt navn…",
"settings.recording.title": "Opptak",
"settings.recording.record_default": "Ta opp møter som standard",
"settings.recording.save_audio_as": "lagre lyd som",
"settings.recording.default_hint": "Av som standard. Når det er av, brukes lyd kun til å produsere transkripsjonen og slettes når møtet fullføres. Du kan også veksle opptak per møte.",
"settings.recording.consent_label": "Samtykke: {status}.",
"settings.recording.consent_ack": "bekreftet",
"settings.recording.consent_not": "ennå ikke bekreftet",
"settings.recording.auto_label": "Start opptak automatisk når en kalenderhendelse begynner",
"settings.recording.auto_hint": "Kun mens WhispAssist er åpen. Når starttiden for en importert kalenderhendelse inntreffer, begynner et opptak automatisk (med din standardinnstilling for oppbevaring ovenfor). Ingenting kjører i bakgrunnen — tidtakeren er kun aktivert mens appen kjører. Importer hendelser under Innstillinger → Kalender."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Gravação",
"nav.hardware": "Hardware",
"nav.storage": "Armazenamento",
"nav.calendar": "Calendário",
"nav.sync": "Sincronização",
"nav.ai": "IA",
"nav.mcp": "Servidor MCP",
"nav.privacy": "Privacidade",
"nav.about": "Sobre",
"nav.language": "Idioma",
"settings.language.title": "Idioma",
"settings.language.display": "Idioma da interface",
"settings.language.display_hint": "O idioma da interface do aplicativo. Adicionar um idioma é tão simples quanto colocar um único arquivo de tradução.",
"settings.transcription.title": "Idioma de transcrição",
"settings.transcription.label": "Idioma",
"settings.transcription.auto": "Detecção automática",
"settings.transcription.applies_hint": "Aplica-se à próxima gravação. O idioma efetivamente utilizado é mostrado depois em cada reunião.",
"settings.transcription.english_only": "Apenas inglês",
"settings.transcription.model_english_only": "\"{model}\" é apenas em inglês.",
"settings.transcription.no_model": "Nenhum modelo selecionado.",
"settings.transcription.switch_multilingual": "Mude para um modelo multilíngue acima para escolher um idioma.",
"settings.hardware.title": "Hardware",
"settings.hardware.active_backend": "Backend ativo",
"settings.hardware.model_meta": "· modelo {size}",
"settings.hardware.preferred_backend": "Backend preferido",
"settings.hardware.auto_backend": "Automático (o melhor disponível)",
"settings.hardware.not_available": "não disponível",
"settings.hardware.fallback_hint": "Recorre automaticamente (NPU → NVIDIA → AMD → Intel → CPU) se o backend escolhido não carregar.",
"settings.hardware.audio_devices": "Dispositivos de áudio",
"settings.hardware.recording_device": "Dispositivo de gravação",
"settings.hardware.default_system_audio": "Áudio do sistema padrão",
"settings.hardware.recording_device_hint": "O WhispAssist grava o que este dispositivo reproduz (loopback) — o outro lado da chamada. Escolha uma saída específica se não quiser que ele siga o padrão do sistema do Windows.",
"settings.hardware.microphone": "Microfone",
"settings.hardware.mic_off": "Desligado — não capturar meu microfone",
"settings.hardware.default_mic": "Microfone padrão",
"settings.hardware.mic_hint": "Adiciona a sua própria voz à transcrição ao vivo para que os dois lados da reunião sejam capturados. Permanece no seu dispositivo — nada é enviado. Escolha \"Desligado\" para transcrever apenas o áudio do sistema acima.",
"settings.hardware.npu_detected": "Acelerador NPU detectado",
"settings.hardware.ready": "Pronto",
"settings.hardware.downloading": "Baixando…",
"settings.hardware.package_needed": "Pacote necessário",
"settings.hardware.npu_hint": "Sua NPU precisa de um pacote de aceleração único (modelo Whisper ONNX{extra}). Ele é baixado em segundo plano; você também pode iniciá-lo agora.",
"settings.hardware.plus_openvino": " + ambiente de execução OpenVINO",
"settings.hardware.download_npu": "Baixar pacote NPU",
"settings.hardware.dml_title": "Aceleração de GPU (DirectML)",
"settings.hardware.dml_hint": "Sua GPU pode ser acelerada sem Vulkan por meio do DirectML — um pacote único (modelo Whisper ONNX{extra}).",
"settings.hardware.plus_directml": " + ambiente de execução DirectML",
"settings.hardware.download_dml": "Baixar pacote DirectML",
"settings.hardware.detection_unavailable": "Detecção de hardware indisponível.",
"settings.hardware.low_overhead": "Predefinição de baixo consumo",
"settings.hardware.low_overhead_note": "CPU + menor modelo, para uso na bateria/em segundo plano",
"settings.hardware.models": "Modelos",
"settings.hardware.downloading_model": "Baixando {name}",
"settings.hardware.active_badge": "Ativo",
"settings.hardware.installed": "Instalado",
"settings.hardware.use": "Usar",
"settings.hardware.remove": "Remover",
"settings.hardware.cant_remove_active": "Não é possível remover o modelo ativo",
"settings.hardware.download": "Baixar",
"settings.hardware.diarization": "Diarização de locutores",
"settings.hardware.diarization_hint": "Instale os dois modelos para que as gravações concluídas sejam separadas por locutor (Locutor 1, Locutor 2, …) em vez de uma única transcrição contínua. Funciona totalmente offline, uma vez por reunião após terminar. Sem eles, cada linha é atribuída a um único locutor.",
"settings.storage.title": "Armazenamento",
"settings.storage.location_label": "Local",
"settings.storage.location_hint": "Alterar o local de armazenamento ainda não é suportado — é aqui que ficam atualmente as reuniões, os modelos e o banco de dados.",
"settings.storage.retention_title": "Retenção",
"settings.storage.retention_hint": "Exclui automaticamente as reuniões mais antigas acima de um limite. Verificado uma vez na inicialização; vazio significa sem limite. Nunca afeta uma reunião que esteja sendo gravada.",
"settings.storage.max_age": "Idade máxima (dias)",
"settings.storage.max_size": "Tamanho máximo (GB)",
"settings.storage.no_limit": "sem limite",
"settings.storage.export_import_title": "Exportar e importar",
"settings.storage.export_hint_1": "Mova gravações entre computadores como pastas de pacote portáteis (áudio, transcrição, notas, resumo e um",
"settings.storage.export_hint_2": "manifesto). Exporte para qualquer pasta — uma unidade sincronizada, um pendrive ou o ponto de montagem local de um destino de sincronização — e depois importe-a na outra máquina. As reuniões importadas recebem um novo id, então reimportar nunca sobrescreve nada.",
"settings.storage.export_dialog_title": "Exportar todas as reuniões para…",
"settings.storage.import_dialog_title": "Importar um pacote (ou uma pasta de pacotes)…",
"settings.storage.exporting": "Exportando…",
"settings.storage.export_all": "Exportar todas as reuniões…",
"settings.storage.importing": "Importando…",
"settings.storage.import_all": "Importar reuniões…",
"settings.storage.exported_one": "{n} reunião exportada.",
"settings.storage.exported_many": "{n} reuniões exportadas.",
"settings.storage.imported_one": "{n} reunião importada.",
"settings.storage.imported_many": "{n} reuniões importadas.",
"settings.calendar.title": "Calendário e Outlook .pst",
"settings.calendar.intro_1": "Importe eventos e participantes de um backup local do Outlook",
"settings.calendar.intro_2": "— somente leitura, nada é reescrito no arquivo. Nada sai deste dispositivo.",
"settings.calendar.pst_file": "Arquivo .pst",
"settings.calendar.no_file": "Nenhum arquivo selecionado",
"settings.calendar.browse": "Procurar…",
"settings.calendar.password": "Senha",
"settings.calendar.password_note": "raramente necessária",
"settings.calendar.optional": "opcional",
"settings.calendar.import_range": "Intervalo de importação",
"settings.calendar.range_30": "Últimos 30 dias",
"settings.calendar.range_90": "Últimos 90 dias",
"settings.calendar.range_180": "Últimos 6 meses",
"settings.calendar.range_365": "Último ano",
"settings.calendar.range_all": "Todo o período",
"settings.calendar.range_hint": "Uma caixa de correio de longa duração pode conter anos de entradas recorrentes/de feriados — reduzir o intervalo mantém o calendário importado no que é realmente relevante. Aplica-se tanto a este botão de importar quanto à reimportação automática na inicialização.",
"settings.calendar.importing": "Importando…",
"settings.calendar.import": "Importar",
"settings.calendar.import_progress": "{processed}/{total} eventos",
"settings.calendar.auto_reimport": "Reimportar este arquivo automaticamente na inicialização",
"settings.calendar.auto_reimport_hint": "Executa uma vez na inicialização, não em um temporizador — a reimportação pode ser repetida com segurança (os eventos existentes são correspondidos e atualizados, não duplicados).",
"settings.calendar.import_failed": "Falha na importação: {error} — o próprio arquivo não é tocado; verifique o caminho e tente novamente.",
"settings.calendar.cleanup_title": "Limpar",
"settings.calendar.cleanup_hint": "Os eventos já vinculados a uma reunião gravada são sempre mantidos, independentemente da opção escolhida abaixo.",
"settings.calendar.cleanup_30": "Mais antigos que 30 dias",
"settings.calendar.cleanup_90": "Mais antigos que 90 dias",
"settings.calendar.cleanup_180": "Mais antigos que 6 meses",
"settings.calendar.cleanup_365": "Mais antigos que 1 ano",
"settings.calendar.cleanup_all": "Excluir tudo",
"settings.calendar.cleaning": "Limpando…",
"settings.calendar.cleanup_btn": "Limpar calendário",
"settings.calendar.cleanup_result": "{deleted}{extra} excluídos.",
"settings.calendar.cleanup_kept": ", {n} mantidos (vinculados a uma reunião)",
"settings.calendar.cleanup_failed": "Falha na limpeza: {error}",
"settings.calendar.imported_events": "Eventos importados",
"settings.calendar.no_events": "Ainda não há eventos importados.",
"settings.calendar.search_title": "Pesquisar título",
"settings.calendar.search_placeholder": "Nome da reunião…",
"settings.calendar.date_label": "Data",
"settings.calendar.events_count": "{shown} de {total} eventos",
"settings.calendar.untitled": "(sem título)",
"settings.dialog_title": "Configurações",
"settings.close": "Fechar",
"settings.close_title": "Fechar (Esc)",
"settings.sync.stub": "Modo de visualização — o backend de sincronização ainda não está implementado (Fase 9). As alterações são mantidas apenas na interface.",
"settings.sync.title": "Sincronização e upload",
"settings.sync.enable_label": "Ativar o upload de artefatos de reuniões para os destinos configurados",
"settings.sync.enable_hint": "Desativado por padrão. Nada é enviado a menos que isto esteja ativado e um destino esteja ativado. Os destinos auto-hospedados mantêm os dados no seu próprio servidor; as nuvens de terceiros são claramente identificadas.",
"settings.sync.targets_title": "Destinos",
"settings.sync.no_targets": "Ainda não há destinos. Adicione um abaixo.",
"settings.sync.third_party": "terceiros",
"settings.sync.your_server": "seu servidor",
"settings.sync.edit": "Editar",
"settings.sync.remove": "Remover",
"settings.sync.edit_target": "Editar destino",
"settings.sync.add_target": "Adicionar um destino",
"settings.sync.webdav_hint": "O WebDAV cobre Nextcloud, ownCloud, Cloudreve, Seafile e Synology. (Seafile: ative o SeafDAV no servidor.)",
"settings.sync.name": "Nome",
"settings.sync.name_placeholder": "Nextcloud de casa",
"settings.sync.provider": "Provedor",
"settings.sync.server_url": "URL do servidor",
"settings.sync.server_url_note_1": "Apenas a URL do seu servidor — o WhispAssist adiciona",
"settings.sync.server_url_note_2": "automaticamente.",
"settings.sync.remote_folder": "Pasta remota",
"settings.sync.username": "Nome de usuário",
"settings.sync.app_password": "Senha do aplicativo",
"settings.sync.pw_keep": "deixe em branco para manter a senha atual",
"settings.sync.pw_store": "armazenada no gerenciador de credenciais do sistema operacional",
"settings.sync.upload_legend": "Enviar",
"settings.sync.artifact_transcript": "transcrição",
"settings.sync.artifact_notes": "notas",
"settings.sync.artifact_summary": "resumo",
"settings.sync.artifact_recording": "gravação (.wav, se retida)",
"settings.sync.allow_plaintext": "Permitir http em texto simples para um endereço LAN (não recomendado)",
"settings.sync.encrypt_before": "Criptografar antes do envio (o destino armazena apenas texto cifrado)",
"settings.sync.requires_vault": "— requer um cofre desbloqueado",
"settings.sync.test_connection": "Testar conexão",
"settings.sync.save_changes": "Salvar alterações",
"settings.sync.add_target_btn": "Adicionar destino",
"settings.sync.cancel": "Cancelar",
"settings.sync.third_party_banner": "{kind} é uma nuvem de terceiros — o envio manda seus dados para fora do seu dispositivo para {kind}.",
"settings.sync.link_account": "Vincular conta {kind}…",
"settings.sync.oauth_hint": "Abre um login OAuth (redirecionamento loopback); o token é armazenado no gerenciador de credenciais do sistema operacional.",
"settings.sync.footnote": "As credenciais nunca são gravadas nas configurações nem no banco de dados — apenas no gerenciador de credenciais do sistema operacional. O TLS é obrigatório para destinos fora da LAN.",
"settings.ai.title": "Provedor de resumos de IA",
"settings.ai.intro_1": "Os resumos são executados em um LLM local por padrão. Aponte isto para o Ollama neste PC ou em outra máquina da sua LAN (ex.",
"settings.ai.intro_2": "— ambos contam como local, então nada sai da sua rede. Os provedores hospedados (Anthropic) são opcionais, desativados por padrão, e enviam a transcrição para um terceiro assim que você ativa um.",
"settings.ai.provider": "Provedor",
"settings.ai.off": "Desativado",
"settings.ai.provider_ollama": "Ollama (local / LAN)",
"settings.ai.provider_custom": "Personalizado (compatível com OpenAI)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — hospedado, sai deste dispositivo",
"settings.ai.endpoint": "Endpoint",
"settings.ai.model": "Modelo",
"settings.ai.api_key": "Chave de API",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (já definida — deixe em branco para mantê-la)",
"settings.ai.show_api_key": "Mostrar chave de API",
"settings.ai.hide_api_key": "Ocultar chave de API",
"settings.ai.anthropic_banner": "A Anthropic é um serviço hospedado de terceiros — a transcrição desta reunião sai do seu dispositivo quando você gera um resumo.",
"settings.ai.endpoint_banner": "Este endpoint não está na sua máquina nem na sua LAN — sua transcrição sairia da sua rede.",
"settings.ai.saving": "Salvando…",
"settings.ai.save": "Salvar",
"settings.ai.test_connection": "Testar conexão",
"settings.ai.this_hosted_provider": "este provedor hospedado",
"settings.ai.reachable": "Acessível",
"settings.ai.unreachable": "Inacessível",
"settings.ai.model_count_one": "· {n} modelo",
"settings.ai.model_count_many": "· {n} modelos",
"settings.ai.on_lan": "· na sua máquina / LAN",
"settings.ai.leaves_network": "· sai da sua rede",
"settings.ai.advanced_title": "Configuração avançada do Ollama",
"settings.ai.changed": "{n} alterados",
"settings.ai.reset_all": "Redefinir tudo para os padrões",
"settings.ai.system_prompt": "Prompt do sistema",
"settings.ai.system_prompt_placeholder": "ex. Você é um resumidor de reuniões conciso.",
"settings.ai.system_prompt_hint": "Adicionado antes do formato de saída exigido pelo WhispAssist, para que suas instruções não possam quebrar a análise do resumo/tarefas.",
"settings.ai.think": "Raciocinar",
"settings.ai.think_help": "Esforço de raciocínio (apenas modelos de raciocínio).",
"settings.ai.keep_alive": "Manter ativo",
"settings.ai.keep_alive_help": "Por quanto tempo o modelo permanece na RAM. ex. 5m, 1h, 0 (descarregar), -1 (para sempre).",
"settings.ai.runtime_hardware": "Execução e hardware",
"settings.ai.rarely_needed": "— raramente necessário",
"settings.ai.save_advanced": "Salvar avançado",
"settings.ai.saved": "Salvo",
"settings.ai.turn_off": "Desativar",
"settings.ai.default_value": "Padrão {value}.",
"settings.ai.reset_default": "Redefinir para o padrão",
"settings.ai.reset_field": "Redefinir {name}",
"settings.mcp.title": "Servidor MCP",
"settings.mcp.banner_1": "Isto permite que o seu próprio agente de programação (Claude Code, Codex, Copilot, OpenCode, …) obtenha o contexto da reunião na sua máquina local. Uma vez conectado,",
"settings.mcp.banner_agent": "esse agente",
"settings.mcp.banner_2": "pode encaminhar o que lê para a nuvem do seu próprio provedor de modelo — fora do controle do WhispAssist. O próprio WhispAssist nunca envia esses dados para lugar nenhum; o servidor apenas escuta neste dispositivo (",
"settings.mcp.banner_3": ") e cada leitura é registrada abaixo.",
"settings.mcp.enable": "Ativar o servidor MCP",
"settings.mcp.enable_hint": "Desativado por padrão. Apenas loopback, protegido por token — nada é acessível a partir da rede.",
"settings.mcp.transport": "Transporte",
"settings.mcp.transport_http": "HTTP em streaming",
"settings.mcp.transport_stdio": "stdio (o agente inicia um processo)",
"settings.mcp.port": "Porta",
"settings.mcp.transport_change_hint": "Para mudar o transporte/porta, desligue primeiro o servidor e ligue-o novamente.",
"settings.mcp.scope_title": "Escopo",
"settings.mcp.expose": "Expor",
"settings.mcp.scope_none": "Nenhum — nada é compartilhado",
"settings.mcp.scope_selected": "Selecionados — apenas os resumos de recursos que você marcou como compartilhados",
"settings.mcp.scope_all": "Todos — reuniões, transcrições, tarefas e resumos compartilhados",
"settings.mcp.expose_recordings": "Permitir também reuniões com uma gravação salva (desativado por padrão — a transcrição de uma reunião gravada é retida mesmo no escopo \"Todos\" até que isto seja ativado)",
"settings.mcp.token_title": "Novo token de autenticação — mostrado uma vez, copie-o agora",
"settings.mcp.token_hint": "Isto não será mostrado novamente. É armazenado no gerenciador de credenciais do sistema operacional; se você o perder, desligue e ligue o servidor novamente para gerar um novo.",
"settings.mcp.copied": "Copiado",
"settings.mcp.copy": "Copiar",
"settings.mcp.endpoint": "Endpoint",
"settings.mcp.endpoint_hint": "Aponte a configuração do cliente MCP do seu agente para {kind}, com o token acima como credencial bearer.",
"settings.mcp.kind_command": "comando",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Registro de acessos",
"settings.mcp.access_log_hint": "Cada leitura de ferramenta que um agente faz, permitida ou negada (FR-MCP-5).",
"settings.mcp.no_reads": "Nenhum agente leu nada ainda.",
"settings.mcp.log_meeting": "reunião {id}",
"settings.mcp.refresh": "Atualizar",
"settings.privacy.title": "Privacidade",
"settings.privacy.intro": "O que o WhispAssist está realmente autorizado a enviar para fora deste dispositivo neste momento. Com tudo desativado (o padrão), nada sai do dispositivo.",
"settings.privacy.llm_endpoint": "Endpoint do LLM",
"settings.privacy.off": "desativado",
"settings.privacy.local_only": "somente local",
"settings.privacy.leaves_device": "sai deste dispositivo",
"settings.privacy.sync_label": "Sincronização",
"settings.privacy.enabled": "ativada",
"settings.privacy.mcp_label": "Servidor MCP",
"settings.privacy.mcp_on": "ativado · {scope}",
"settings.privacy.mcp_loopback_note": "Entrada apenas em loopback — não acrescenta nada à lista de saída acima. Um agente conectado pode ainda encaminhar o que lê para o seu próprio provedor de modelo; consulte a aba do servidor MCP.",
"settings.privacy.egress_title": "Lista de permissões de saída",
"settings.privacy.no_egress": "Nenhum host está na lista de permissões — o WA não faz nenhuma saída de conteúdo.",
"settings.privacy.sync_targets_title": "Destinos de sincronização",
"settings.privacy.third_party": "terceiros",
"settings.privacy.your_server": "seu servidor",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "sem TLS",
"settings.privacy.refresh": "Atualizar",
"settings.privacy.unavailable": "Autoverificação de privacidade indisponível.",
"settings.privacy.vault_title": "Cofre de criptografia",
"settings.privacy.vault_intro": "Criptografe notas, transcrições e resumos em repouso com uma senha. (Os arquivos de áudio ainda não são criptografados.)",
"settings.privacy.vault_password": "Senha do cofre",
"settings.privacy.enable_vault": "Ativar cofre",
"settings.privacy.vault_pw_hint": "Use pelo menos 8 caracteres. Se você a esquecer, o conteúdo criptografado não poderá ser recuperado.",
"settings.privacy.vault_locked_1": "O cofre está ",
"settings.privacy.locked_word": "bloqueado",
"settings.privacy.vault_locked_2": ". Desbloqueie para ler as reuniões criptografadas.",
"settings.privacy.password": "Senha",
"settings.privacy.unlock": "Desbloquear",
"settings.privacy.vault_unlocked_1": "O cofre está ",
"settings.privacy.unlocked_word": "desbloqueado",
"settings.privacy.vault_unlocked_2": ". As novas notas, transcrições e resumos são criptografados em repouso.",
"settings.privacy.lock_now": "Bloquear agora",
"settings.privacy.change_password": "Alterar senha",
"settings.privacy.current_password": "Senha atual",
"settings.privacy.new_password": "Nova senha",
"settings.about.title": "Sobre",
"settings.about.tagline": "Um assistente de reuniões totalmente local, de código aberto e nativo do Windows.",
"settings.about.build_commit": "Commit de compilação",
"consent.heading": "Antes de gravar",
"consent.body": "Gravar conversas sem o consentimento dos participantes pode ser ilegal na sua região. Verifique as leis locais sobre gravação. Isto é um aviso, não aconselhamento jurídico.",
"consent.accept": "Entendo — ativar a gravação",
"consent.cancel": "Cancelar",
"hosted.heading": "Antes de usar {provider}",
"hosted.body_1": "Gerar com",
"hosted.body_2": "envia a transcrição desta reunião para os servidores deles — ela sai deste dispositivo e fica sujeita à política de privacidade deles. O WhispAssist não tem controle sobre o tratamento dos dados depois que eles saem do seu dispositivo. Isto está desativado por padrão; você está escolhendo agora.",
"hosted.accept": "Entendo — continuar",
"hosted.cancel": "Cancelar",
"theme.group": "Tema",
"theme.system": "Acompanhar o sistema",
"theme.light": "Claro",
"theme.dark": "Escuro",
"import.dialog_label": "Adicionar uma reunião a partir de um arquivo ou URL",
"import.title": "Adicionar uma reunião",
"import.close": "Fechar",
"import.close_title": "Fechar (Esc)",
"import.body": "Importe uma gravação existente — um arquivo de áudio/vídeo local ou um link (YouTube, uma página de streaming ou uma URL de mídia direta). Ela é transcrita e diarizada como uma gravação ao vivo.",
"import.file_or_url": "Arquivo ou URL",
"import.source_placeholder": "Cole uma URL ou procure um arquivo…",
"import.choose_file": "Escolher um arquivo local",
"import.browse": "Procurar…",
"import.title_label": "Título",
"import.optional": "opcional",
"import.title_placeholder": "Por padrão, o nome do arquivo",
"import.filter_av": "Áudio / vídeo",
"import.requires_1": "Requer",
"import.requires_2": "instalado e no seu PATH (mais",
"import.requires_3": "para URLs). O WhispAssist não os inclui.",
"import.importing": "Importando… isso pode demorar um pouco",
"import.import": "Importar",
"import.cancel": "Cancelar",
"tagchip.filter": "Filtrar reuniões marcadas com \"{tag}\"",
"tagchip.remove": "Remover marcador {tag}",
"levelmeter.system_mic": "Nível de entrada do sistema e do microfone",
"levelmeter.system": "Nível de entrada do sistema",
"app.tagline": "local · privado",
"app.note_template": "Modelo de notas",
"app.no_template": "Sem modelo",
"app.add_meeting": "Adicionar reunião",
"app.add_meeting_title": "Adicionar uma reunião a partir de um arquivo ou URL",
"app.record": "Gravar",
"app.record_title": "Iniciar gravação (Ctrl+Shift+R)",
"app.stop": "Parar",
"app.stop_title": "Parar gravação (Ctrl+Shift+R)",
"app.cancel": "Cancelar",
"app.cancel_title": "Descartar esta gravação e excluí-la",
"app.recording": "Gravando…",
"app.backend_title": "Backend de transcrição ativo",
"app.retention_title": "Salvar o áudio como .wav para esta reunião",
"app.saving": "salvando",
"app.not_saved": "não salvo",
"app.reconnecting": "reconectando o dispositivo de áudio…",
"app.settings": "Configurações",
"app.settings_title": "Configurações (Ctrl+,)",
"app.discard_confirm": "Descartar esta gravação? Seu áudio e transcrição serão excluídos.",
"app.announce_started": "Gravação iniciada",
"app.announce_paused": "Gravação pausada",
"app.announce_stopped": "Gravação parada",
"app.consent_dialog": "Consentimento de gravação",
"app.vault_dialog": "Desbloquear o cofre de criptografia",
"app.vault_title": "Desbloquear o cofre de criptografia",
"app.vault_desc": "Suas reuniões estão criptografadas em repouso. Digite sua senha para lê-las.",
"app.vault_password": "Senha do cofre",
"app.vault_incorrect": "Senha incorreta",
"app.unlock": "Desbloquear",
"app.continue_locked": "Continuar bloqueado",
"app.show_meetings": "Mostrar lista de reuniões",
"app.hide_meetings": "Ocultar lista de reuniões",
"app.show_summary": "Mostrar painel de resumo",
"app.hide_summary": "Ocultar painel de resumo",
"app.resize_meetings": "Redimensionar lista de reuniões",
"app.resize_summary": "Redimensionar painel de resumo",
"meetings.search_placeholder": "Pesquisar reuniões…",
"meetings.search_aria": "Pesquisar reuniões",
"meetings.filter_tag_aria": "Filtrar por marcador",
"meetings.all_tags": "Todos os marcadores",
"meetings.from_date_aria": "Da data",
"meetings.to_date_aria": "Até a data",
"meetings.bulk_format_aria": "Formato de exportação em massa",
"meetings.bulk_export": "Exportação em massa",
"meetings.bulk_export_title": "Exportar todas as reuniões que correspondam aos filtros de marcador/data acima",
"meetings.exporting": "Exportando…",
"meetings.exported_one": "{n} reunião exportada.",
"meetings.exported_many": "{n} reuniões exportadas.",
"meetings.searching": "Pesquisando…",
"meetings.loading": "Carregando reuniões…",
"meetings.no_matches": "Nenhuma correspondência.",
"meetings.empty": "Ainda não há reuniões — clique em Gravar acima para começar.",
"meetings.status.recording": "gravando",
"meetings.status.transcribing": "transcrevendo",
"meetings.status.recovering": "recuperando",
"meetings.status.error": "erro",
"meetings.resume": "Retomar transcrição",
"meetings.delete_aria": "Excluir reunião",
"meetings.delete_confirm": "Excluir esta reunião? Isso remove sua gravação, transcrição e notas.",
"transcript.heading": "Transcrição",
"transcript.title_aria": "Título da reunião",
"transcript.lang_title": "Idioma de transcrição",
"transcript.lang_auto": "detectando…",
"transcript.show": "Mostrar transcrição",
"transcript.hide": "Ocultar transcrição",
"transcript.empty": "Não há transcrição para esta reunião.",
"transcript.will_appear": "A transcrição aparecerá aqui à medida que você grava.",
"transcript.play_from_here": "Reproduzir a partir daqui",
"transcript.resize": "Redimensionar transcrição e notas",
"transcript.reprocess_placeholder": "Transcrever novamente com…",
"transcript.reprocess_lang_aria": "Idioma de reprocessamento",
"transcript.reprocess_keep_lang": "Manter o idioma atual",
"transcript.reprocess_go": "Ir",
"transcript.retranscribing": "Transcrevendo novamente…",
"transcript.has_note": "Tem uma nota",
"transcript.note_placeholder": "Adicionar uma nota para este momento…",
"transcript.note_aria": "Nota para esta linha da transcrição",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Documento do Word",
"transcript.filter_obsidian": "Nota do Obsidian",
"notes.heading": "Notas",
"notes.show": "Mostrar notas",
"notes.hide": "Ocultar notas",
"notes.placeholder": "Notas…",
"notes.live_placeholder": "Digite notas enquanto fala…",
"notes.toolbar_aria": "Formatação de notas",
"notes.bold": "Negrito",
"notes.italic": "Itálico",
"notes.h1": "Título 1",
"notes.h2": "Título 2",
"notes.bullet": "Lista com marcadores",
"notes.checkbox_title": "Caixa de seleção",
"notes.checkbox_aria": "Item de lista com caixa de seleção",
"notes.edit_raw": "Editar o markdown bruto",
"notes.render": "Renderizar o markdown",
"notes.editor": "Editor",
"notes.preview": "Visualização",
"notes.export_md_title": "Exportar notas como .md",
"notes.export_pdf_title": "Exportar notas como .pdf",
"notes.export_docx_title": "Exportar notas como .docx",
"notes.export_bundle_title": "Exportar áudio + transcrição + notas para uma pasta",
"notes.export_obsidian_title": "Exportar uma nota do Obsidian (notas + resumo + transcrição, sem áudio)",
"summary.recording_heading": "Gravação",
"summary.loading_recording": "Carregando gravação…",
"summary.sync_heading": "Sincronização",
"summary.uploading": "Enviando…",
"summary.upload_now": "Enviar agora",
"summary.no_uploads": "Ainda não há envios para esta reunião.",
"summary.retry": "tentar novamente",
"summary.tags_heading": "Marcadores",
"summary.tags_select": "Selecione uma reunião para marcá-la.",
"summary.tag_add_placeholder": "Adicionar marcador…",
"summary.tag_first_placeholder": "projeto, cliente, tema…",
"summary.generating": "Gerando…",
"summary.generate_tags": "Gerar marcadores",
"summary.saving": "Salvando…",
"summary.save_tags": "Salvar marcadores",
"summary.summary_heading": "Resumo",
"summary.ai_provider": "Provedor de IA",
"summary.provider_off": "Desativado",
"summary.provider_custom": "Personalizado",
"summary.local": "local",
"summary.leaves_device": "sai deste dispositivo",
"summary.this_hosted_provider": "este provedor hospedado",
"summary.select_generate": "Selecione uma reunião para gerar um resumo.",
"summary.decisions_heading": "Decisões",
"summary.regenerate": "Regenerar",
"summary.generated_hint": "Gerado localmente após a reunião (requer um provedor de LLM local).",
"summary.no_provider": "Nenhum provedor de IA configurado — ative um nas Configurações.",
"summary.generate_summary": "Gerar resumo",
"summary.briefs_heading": "Resumos de recursos",
"summary.briefs_select": "Selecione uma reunião para criar ou ver resumos de recursos.",
"summary.briefs_desc": "Destila esta reunião em uma especificação pronta para agentes (requer um provedor de LLM local) — entregue-a a um agente de programação, ou disponibilize-a pelo servidor MCP quando ele estiver ativado.",
"summary.brief_repo_placeholder": "Repositório de destino (opcional), ex. acme/reporting-web",
"summary.distilling": "Destilando…",
"summary.create_brief": "Criar resumo de recurso",
"summary.brief_mcp_title": "Disponível quando o servidor MCP está ativado",
"summary.copied": "Copiado",
"summary.copy_md": "Copiar como Markdown",
"summary.copy_json": "Copiar como JSON",
"summary.brief_problem": "Problema",
"summary.brief_outcome": "Resultado desejado",
"summary.brief_criteria": "Critérios de aceitação",
"summary.brief_none": "Nada capturado.",
"summary.brief_context": "Contexto",
"summary.action_items_heading": "Tarefas",
"summary.ai_select": "Selecione uma reunião para ver suas tarefas.",
"summary.ai_empty": "Ainda nenhuma — adicione uma abaixo, ou gere um resumo para extraí-las automaticamente.",
"summary.confirmed": "Confirmada",
"summary.ai_text_placeholder": "Tarefa…",
"summary.ai_text_aria": "Texto da tarefa",
"summary.owner": "Responsável",
"summary.due_date": "Data de vencimento",
"summary.reminder_title": "Agendar um lembrete local para esta data de vencimento",
"summary.ai_delete_title": "Excluir esta tarefa",
"summary.ai_delete_aria": "Excluir tarefa",
"summary.add_action_item": "Adicionar tarefa",
"summary.save_action_items": "Salvar tarefas",
"summary.calendar_heading": "Evento do calendário",
"summary.cal_select": "Selecione uma reunião para vinculá-la a um evento do calendário.",
"summary.event_search_placeholder": "Pesquisar título do evento…",
"summary.linked_event": "Evento vinculado",
"summary.change_event": "Alterar evento…",
"summary.link_event": "Vincular um evento…",
"summary.untitled_event": "(sem título)",
"summary.no_events_1": "Ainda não há eventos importados — importe um",
"summary.no_events_2": "em Configurações → Calendário.",
"summary.no_events_match": "Nenhum evento corresponde a esta pesquisa/data — tente limpar uma.",
"summary.organizer_label": "Organizador: {name}",
"summary.participants_heading": "Participantes",
"summary.participants_hint": "Preenchido a partir do evento do calendário vinculado.",
"summary.speakers_heading": "Locutores",
"summary.speakers_select": "Selecione uma reunião para nomear seus locutores.",
"summary.no_speakers": "Ainda não foram detectados locutores.",
"summary.speaker_name_placeholder": "Nome do locutor",
"summary.save": "Salvar",
"summary.cancel": "Cancelar",
"summary.name_speaker": "Nomear este locutor…",
"summary.add_new_name": "+ Adicionar novo nome…",
"settings.recording.title": "Gravação",
"settings.recording.record_default": "Gravar reuniões por padrão",
"settings.recording.save_audio_as": "salvar áudio como",
"settings.recording.default_hint": "Desativado por padrão. Quando desativado, o áudio é usado apenas para produzir a transcrição e é excluído quando a reunião é finalizada. Você também pode alternar a gravação por reunião.",
"settings.recording.consent_label": "Consentimento: {status}.",
"settings.recording.consent_ack": "confirmado",
"settings.recording.consent_not": "ainda não confirmado",
"settings.recording.auto_label": "Iniciar a gravação automaticamente quando um evento do calendário começar",
"settings.recording.auto_hint": "Apenas enquanto o WhispAssist estiver aberto. Quando chega a hora de início de um evento do calendário importado, uma gravação começa automaticamente (usando sua configuração de retenção padrão acima). Nada é executado em segundo plano — o temporizador só é armado enquanto o aplicativo está em execução. Importe eventos em Configurações → Calendário."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Gravação",
"nav.hardware": "Hardware",
"nav.storage": "Armazenamento",
"nav.calendar": "Calendário",
"nav.sync": "Sincronização",
"nav.ai": "IA",
"nav.mcp": "Servidor MCP",
"nav.privacy": "Privacidade",
"nav.about": "Acerca de",
"nav.language": "Idioma",
"settings.language.title": "Idioma",
"settings.language.display": "Idioma da interface",
"settings.language.display_hint": "O idioma da interface da aplicação. Adicionar um idioma é tão simples como colocar um único ficheiro de tradução.",
"settings.transcription.title": "Idioma de transcrição",
"settings.transcription.label": "Idioma",
"settings.transcription.auto": "Deteção automática",
"settings.transcription.applies_hint": "Aplica-se à próxima gravação. O idioma efetivamente utilizado é mostrado depois em cada reunião.",
"settings.transcription.english_only": "Apenas inglês",
"settings.transcription.model_english_only": "«{model}» é apenas em inglês.",
"settings.transcription.no_model": "Nenhum modelo selecionado.",
"settings.transcription.switch_multilingual": "Mude para um modelo multilingue acima para escolher um idioma.",
"settings.hardware.title": "Hardware",
"settings.hardware.active_backend": "Backend ativo",
"settings.hardware.model_meta": "· modelo {size}",
"settings.hardware.preferred_backend": "Backend preferido",
"settings.hardware.auto_backend": "Automático (o melhor disponível)",
"settings.hardware.not_available": "não disponível",
"settings.hardware.fallback_hint": "Recorre automaticamente (NPU → NVIDIA → AMD → Intel → CPU) se o backend escolhido não carregar.",
"settings.hardware.audio_devices": "Dispositivos de áudio",
"settings.hardware.recording_device": "Dispositivo de gravação",
"settings.hardware.default_system_audio": "Áudio do sistema predefinido",
"settings.hardware.recording_device_hint": "O WhispAssist grava o que este dispositivo reproduz (loopback) — o outro lado da chamada. Escolha uma saída específica se não quiser que siga a predefinição do sistema do Windows.",
"settings.hardware.microphone": "Microfone",
"settings.hardware.mic_off": "Desativado — não capturar o meu microfone",
"settings.hardware.default_mic": "Microfone predefinido",
"settings.hardware.mic_hint": "Adiciona a sua própria voz à transcrição em direto para que ambos os lados da reunião sejam captados. Permanece no seu dispositivo — nada é carregado. Escolha «Desativado» para transcrever apenas o áudio do sistema acima.",
"settings.hardware.npu_detected": "Acelerador NPU detetado",
"settings.hardware.ready": "Pronto",
"settings.hardware.downloading": "A transferir…",
"settings.hardware.package_needed": "Pacote necessário",
"settings.hardware.npu_hint": "A sua NPU precisa de um pacote de aceleração único (modelo Whisper ONNX{extra}). É transferido em segundo plano; também pode iniciá-lo agora.",
"settings.hardware.plus_openvino": " + ambiente de execução OpenVINO",
"settings.hardware.download_npu": "Transferir pacote NPU",
"settings.hardware.dml_title": "Aceleração de GPU (DirectML)",
"settings.hardware.dml_hint": "A sua GPU pode ser acelerada sem Vulkan através do DirectML — um pacote único (modelo Whisper ONNX{extra}).",
"settings.hardware.plus_directml": " + ambiente de execução DirectML",
"settings.hardware.download_dml": "Transferir pacote DirectML",
"settings.hardware.detection_unavailable": "Deteção de hardware indisponível.",
"settings.hardware.low_overhead": "Predefinição de baixo consumo",
"settings.hardware.low_overhead_note": "CPU + modelo mais pequeno, para uso com bateria/em segundo plano",
"settings.hardware.models": "Modelos",
"settings.hardware.downloading_model": "A transferir {name}",
"settings.hardware.active_badge": "Ativo",
"settings.hardware.installed": "Instalado",
"settings.hardware.use": "Usar",
"settings.hardware.remove": "Remover",
"settings.hardware.cant_remove_active": "Não é possível remover o modelo ativo",
"settings.hardware.download": "Transferir",
"settings.hardware.diarization": "Diarização de oradores",
"settings.hardware.diarization_hint": "Instale ambos os modelos para que as gravações concluídas sejam separadas por orador (Orador 1, Orador 2, …) em vez de uma única transcrição contínua. Funciona totalmente offline, uma vez por reunião após terminar. Sem eles, cada linha é atribuída a um único orador.",
"settings.storage.title": "Armazenamento",
"settings.storage.location_label": "Localização",
"settings.storage.location_hint": "Alterar a localização de armazenamento ainda não é suportado — é aqui que residem atualmente as reuniões, os modelos e a base de dados.",
"settings.storage.retention_title": "Retenção",
"settings.storage.retention_hint": "Elimina automaticamente as reuniões mais antigas acima de um limite. Verificado uma vez no arranque; vazio significa sem limite. Nunca afeta uma reunião que esteja a ser gravada.",
"settings.storage.max_age": "Idade máxima (dias)",
"settings.storage.max_size": "Tamanho máximo (GB)",
"settings.storage.no_limit": "sem limite",
"settings.storage.export_import_title": "Exportar e importar",
"settings.storage.export_hint_1": "Mova gravações entre computadores como pastas de pacote portáteis (áudio, transcrição, notas, resumo e um",
"settings.storage.export_hint_2": "manifesto). Exporte para qualquer pasta — uma unidade sincronizada, uma pen USB ou o ponto de montagem local de um destino de sincronização — e depois importe-o na outra máquina. As reuniões importadas recebem um novo id, pelo que reimportar nunca substitui nada.",
"settings.storage.export_dialog_title": "Exportar todas as reuniões para…",
"settings.storage.import_dialog_title": "Importar um pacote (ou uma pasta de pacotes)…",
"settings.storage.exporting": "A exportar…",
"settings.storage.export_all": "Exportar todas as reuniões…",
"settings.storage.importing": "A importar…",
"settings.storage.import_all": "Importar reuniões…",
"settings.storage.exported_one": "{n} reunião exportada.",
"settings.storage.exported_many": "{n} reuniões exportadas.",
"settings.storage.imported_one": "{n} reunião importada.",
"settings.storage.imported_many": "{n} reuniões importadas.",
"settings.calendar.title": "Calendário e Outlook .pst",
"settings.calendar.intro_1": "Importe eventos e participantes de uma cópia de segurança local do Outlook",
"settings.calendar.intro_2": "— apenas leitura, nada é reescrito no ficheiro. Nada sai deste dispositivo.",
"settings.calendar.pst_file": "Ficheiro .pst",
"settings.calendar.no_file": "Nenhum ficheiro selecionado",
"settings.calendar.browse": "Procurar…",
"settings.calendar.password": "Palavra-passe",
"settings.calendar.password_note": "raramente necessária",
"settings.calendar.optional": "opcional",
"settings.calendar.import_range": "Intervalo de importação",
"settings.calendar.range_30": "Últimos 30 dias",
"settings.calendar.range_90": "Últimos 90 dias",
"settings.calendar.range_180": "Últimos 6 meses",
"settings.calendar.range_365": "Último ano",
"settings.calendar.range_all": "Todo o período",
"settings.calendar.range_hint": "Uma caixa de correio de longa duração pode conter anos de entradas recorrentes/de feriados — reduzir o intervalo mantém o calendário importado no que é realmente relevante. Aplica-se tanto a este botão de importar como à reimportação automática no arranque.",
"settings.calendar.importing": "A importar…",
"settings.calendar.import": "Importar",
"settings.calendar.import_progress": "{processed}/{total} eventos",
"settings.calendar.auto_reimport": "Reimportar este ficheiro automaticamente no arranque",
"settings.calendar.auto_reimport_hint": "Executa uma vez no arranque, não num temporizador — a reimportação pode ser repetida em segurança (os eventos existentes são correspondidos e atualizados, não duplicados).",
"settings.calendar.import_failed": "Falha na importação: {error} — o próprio ficheiro não é tocado; verifique o caminho e tente novamente.",
"settings.calendar.cleanup_title": "Limpar",
"settings.calendar.cleanup_hint": "Os eventos já associados a uma reunião gravada são sempre mantidos, independentemente da opção escolhida abaixo.",
"settings.calendar.cleanup_30": "Mais antigos que 30 dias",
"settings.calendar.cleanup_90": "Mais antigos que 90 dias",
"settings.calendar.cleanup_180": "Mais antigos que 6 meses",
"settings.calendar.cleanup_365": "Mais antigos que 1 ano",
"settings.calendar.cleanup_all": "Eliminar tudo",
"settings.calendar.cleaning": "A limpar…",
"settings.calendar.cleanup_btn": "Limpar calendário",
"settings.calendar.cleanup_result": "{deleted}{extra} eliminados.",
"settings.calendar.cleanup_kept": ", {n} mantidos (associados a uma reunião)",
"settings.calendar.cleanup_failed": "Falha na limpeza: {error}",
"settings.calendar.imported_events": "Eventos importados",
"settings.calendar.no_events": "Ainda não foram importados eventos.",
"settings.calendar.search_title": "Procurar título",
"settings.calendar.search_placeholder": "Nome da reunião…",
"settings.calendar.date_label": "Data",
"settings.calendar.events_count": "{shown} de {total} eventos",
"settings.calendar.untitled": "(sem título)",
"settings.dialog_title": "Definições",
"settings.close": "Fechar",
"settings.close_title": "Fechar (Esc)",
"settings.sync.stub": "Modo de pré-visualização — o backend de sincronização ainda não está implementado (Fase 9). As alterações são mantidas apenas na interface.",
"settings.sync.title": "Sincronização e carregamento",
"settings.sync.enable_label": "Ativar o carregamento de artefactos de reuniões para os destinos configurados",
"settings.sync.enable_hint": "Desativado por predefinição. Nada é carregado a menos que isto esteja ativado e um destino esteja ativado. Os destinos auto-alojados mantêm os dados no seu próprio servidor; as nuvens de terceiros estão claramente identificadas.",
"settings.sync.targets_title": "Destinos",
"settings.sync.no_targets": "Ainda não há destinos. Adicione um abaixo.",
"settings.sync.third_party": "terceiros",
"settings.sync.your_server": "o seu servidor",
"settings.sync.edit": "Editar",
"settings.sync.remove": "Remover",
"settings.sync.edit_target": "Editar destino",
"settings.sync.add_target": "Adicionar um destino",
"settings.sync.webdav_hint": "O WebDAV cobre Nextcloud, ownCloud, Cloudreve, Seafile e Synology. (Seafile: ative o SeafDAV no servidor.)",
"settings.sync.name": "Nome",
"settings.sync.name_placeholder": "Nextcloud de casa",
"settings.sync.provider": "Fornecedor",
"settings.sync.server_url": "URL do servidor",
"settings.sync.server_url_note_1": "Apenas o URL do seu servidor — o WhispAssist adiciona",
"settings.sync.server_url_note_2": "automaticamente.",
"settings.sync.remote_folder": "Pasta remota",
"settings.sync.username": "Nome de utilizador",
"settings.sync.app_password": "Palavra-passe da aplicação",
"settings.sync.pw_keep": "deixe em branco para manter a palavra-passe atual",
"settings.sync.pw_store": "armazenada no gestor de credenciais do sistema operativo",
"settings.sync.upload_legend": "Carregar",
"settings.sync.artifact_transcript": "transcrição",
"settings.sync.artifact_notes": "notas",
"settings.sync.artifact_summary": "resumo",
"settings.sync.artifact_recording": "gravação (.wav, se retida)",
"settings.sync.allow_plaintext": "Permitir http em texto simples para um endereço LAN (não recomendado)",
"settings.sync.encrypt_before": "Cifrar antes de carregar (o destino armazena apenas texto cifrado)",
"settings.sync.requires_vault": "— requer um cofre desbloqueado",
"settings.sync.test_connection": "Testar ligação",
"settings.sync.save_changes": "Guardar alterações",
"settings.sync.add_target_btn": "Adicionar destino",
"settings.sync.cancel": "Cancelar",
"settings.sync.third_party_banner": "{kind} é uma nuvem de terceiros — carregar envia os seus dados para fora do seu dispositivo para {kind}.",
"settings.sync.link_account": "Associar conta {kind}…",
"settings.sync.oauth_hint": "Abre um início de sessão OAuth (redirecionamento loopback); o token é armazenado no gestor de credenciais do sistema operativo.",
"settings.sync.footnote": "As credenciais nunca são escritas nas definições nem na base de dados — apenas no gestor de credenciais do sistema operativo. O TLS é obrigatório para destinos fora da LAN.",
"settings.ai.title": "Fornecedor de resumos de IA",
"settings.ai.intro_1": "Os resumos são executados num LLM local por predefinição. Aponte isto para o Ollama neste PC ou noutra máquina da sua LAN (por ex.",
"settings.ai.intro_2": "— ambos contam como local, por isso nada sai da sua rede. Os fornecedores alojados (Anthropic) são opcionais, desativados por predefinição, e enviam a transcrição para um terceiro assim que ativar um.",
"settings.ai.provider": "Fornecedor",
"settings.ai.off": "Desativado",
"settings.ai.provider_ollama": "Ollama (local / LAN)",
"settings.ai.provider_custom": "Personalizado (compatível com OpenAI)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — alojado, sai deste dispositivo",
"settings.ai.endpoint": "Ponto de extremidade",
"settings.ai.model": "Modelo",
"settings.ai.api_key": "Chave API",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (já definida — deixe em branco para a manter)",
"settings.ai.show_api_key": "Mostrar chave API",
"settings.ai.hide_api_key": "Ocultar chave API",
"settings.ai.anthropic_banner": "A Anthropic é um serviço alojado de terceiros — a transcrição desta reunião sai do seu dispositivo quando gera um resumo.",
"settings.ai.endpoint_banner": "Este ponto de extremidade não está na sua máquina nem na sua LAN — a sua transcrição sairia da sua rede.",
"settings.ai.saving": "A guardar…",
"settings.ai.save": "Guardar",
"settings.ai.test_connection": "Testar ligação",
"settings.ai.this_hosted_provider": "este fornecedor alojado",
"settings.ai.reachable": "Acessível",
"settings.ai.unreachable": "Inacessível",
"settings.ai.model_count_one": "· {n} modelo",
"settings.ai.model_count_many": "· {n} modelos",
"settings.ai.on_lan": "· na sua máquina / LAN",
"settings.ai.leaves_network": "· sai da sua rede",
"settings.ai.advanced_title": "Configuração avançada do Ollama",
"settings.ai.changed": "{n} alterados",
"settings.ai.reset_all": "Repor tudo para as predefinições",
"settings.ai.system_prompt": "Prompt do sistema",
"settings.ai.system_prompt_placeholder": "por ex. É um resumidor de reuniões conciso.",
"settings.ai.system_prompt_hint": "Adicionado antes do formato de saída exigido pelo WhispAssist, para que as suas instruções não possam quebrar a análise do resumo/tarefas.",
"settings.ai.think": "Raciocinar",
"settings.ai.think_help": "Esforço de raciocínio (apenas modelos de raciocínio).",
"settings.ai.keep_alive": "Manter ativo",
"settings.ai.keep_alive_help": "Quanto tempo o modelo permanece na RAM. por ex. 5m, 1h, 0 (descarregar), -1 (para sempre).",
"settings.ai.runtime_hardware": "Execução e hardware",
"settings.ai.rarely_needed": "— raramente necessário",
"settings.ai.save_advanced": "Guardar avançado",
"settings.ai.saved": "Guardado",
"settings.ai.turn_off": "Desativar",
"settings.ai.default_value": "Predefinição {value}.",
"settings.ai.reset_default": "Repor para a predefinição",
"settings.ai.reset_field": "Repor {name}",
"settings.mcp.title": "Servidor MCP",
"settings.mcp.banner_1": "Isto permite que o seu próprio agente de programação (Claude Code, Codex, Copilot, OpenCode, …) obtenha o contexto da reunião na sua máquina local. Uma vez ligado,",
"settings.mcp.banner_agent": "esse agente",
"settings.mcp.banner_2": "pode reencaminhar o que lê para a nuvem do seu próprio fornecedor de modelo — fora do controlo do WhispAssist. O próprio WhispAssist nunca envia estes dados para lado nenhum; o servidor apenas escuta neste dispositivo (",
"settings.mcp.banner_3": ") e cada leitura é registada abaixo.",
"settings.mcp.enable": "Ativar o servidor MCP",
"settings.mcp.enable_hint": "Desativado por predefinição. Apenas loopback, protegido por token — nada é acessível a partir da rede.",
"settings.mcp.transport": "Transporte",
"settings.mcp.transport_http": "HTTP em streaming",
"settings.mcp.transport_stdio": "stdio (o agente inicia um processo)",
"settings.mcp.port": "Porta",
"settings.mcp.transport_change_hint": "Para mudar o transporte/porta, desligue primeiro o servidor e volte a ligá-lo.",
"settings.mcp.scope_title": "Âmbito",
"settings.mcp.expose": "Expor",
"settings.mcp.scope_none": "Nenhum — nada é partilhado",
"settings.mcp.scope_selected": "Selecionados — apenas os resumos de funcionalidades que marcou como partilhados",
"settings.mcp.scope_all": "Todos — reuniões, transcrições, tarefas e resumos partilhados",
"settings.mcp.expose_recordings": "Permitir também reuniões com uma gravação guardada (desativado por predefinição — a transcrição de uma reunião gravada é retida mesmo no âmbito «Todos» até isto ser ativado)",
"settings.mcp.token_title": "Novo token de autenticação — mostrado uma vez, copie-o agora",
"settings.mcp.token_hint": "Isto não será mostrado novamente. É armazenado no gestor de credenciais do sistema operativo; se o perder, desligue e volte a ligar o servidor para gerar um novo.",
"settings.mcp.copied": "Copiado",
"settings.mcp.copy": "Copiar",
"settings.mcp.endpoint": "Ponto de extremidade",
"settings.mcp.endpoint_hint": "Aponte a configuração do cliente MCP do seu agente para {kind}, com o token acima como credencial bearer.",
"settings.mcp.kind_command": "comando",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Registo de acessos",
"settings.mcp.access_log_hint": "Cada leitura de ferramenta que um agente faz, permitida ou negada (FR-MCP-5).",
"settings.mcp.no_reads": "Nenhum agente leu nada ainda.",
"settings.mcp.log_meeting": "reunião {id}",
"settings.mcp.refresh": "Atualizar",
"settings.privacy.title": "Privacidade",
"settings.privacy.intro": "O que o WhispAssist está realmente autorizado a enviar para fora deste dispositivo neste momento. Com tudo desativado (a predefinição), nada sai do dispositivo.",
"settings.privacy.llm_endpoint": "Ponto de extremidade LLM",
"settings.privacy.off": "desativado",
"settings.privacy.local_only": "apenas local",
"settings.privacy.leaves_device": "sai deste dispositivo",
"settings.privacy.sync_label": "Sincronização",
"settings.privacy.enabled": "ativada",
"settings.privacy.mcp_label": "Servidor MCP",
"settings.privacy.mcp_on": "ativado · {scope}",
"settings.privacy.mcp_loopback_note": "Entrada apenas em loopback — não acrescenta nada à lista de saída acima. Um agente ligado pode ainda reencaminhar o que lê para o seu próprio fornecedor de modelo; consulte o separador do servidor MCP.",
"settings.privacy.egress_title": "Lista de permissões de saída",
"settings.privacy.no_egress": "Nenhum host está na lista de permissões — o WA não faz qualquer saída de conteúdo.",
"settings.privacy.sync_targets_title": "Destinos de sincronização",
"settings.privacy.third_party": "terceiros",
"settings.privacy.your_server": "o seu servidor",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "sem TLS",
"settings.privacy.refresh": "Atualizar",
"settings.privacy.unavailable": "Autoverificação de privacidade indisponível.",
"settings.privacy.vault_title": "Cofre de cifragem",
"settings.privacy.vault_intro": "Cifre notas, transcrições e resumos em repouso com uma palavra-passe. (Os ficheiros de áudio ainda não são cifrados.)",
"settings.privacy.vault_password": "Palavra-passe do cofre",
"settings.privacy.enable_vault": "Ativar cofre",
"settings.privacy.vault_pw_hint": "Use pelo menos 8 caracteres. Se a esquecer, o conteúdo cifrado não poderá ser recuperado.",
"settings.privacy.vault_locked_1": "O cofre está ",
"settings.privacy.locked_word": "bloqueado",
"settings.privacy.vault_locked_2": ". Desbloqueie para ler as reuniões cifradas.",
"settings.privacy.password": "Palavra-passe",
"settings.privacy.unlock": "Desbloquear",
"settings.privacy.vault_unlocked_1": "O cofre está ",
"settings.privacy.unlocked_word": "desbloqueado",
"settings.privacy.vault_unlocked_2": ". As novas notas, transcrições e resumos são cifrados em repouso.",
"settings.privacy.lock_now": "Bloquear agora",
"settings.privacy.change_password": "Alterar palavra-passe",
"settings.privacy.current_password": "Palavra-passe atual",
"settings.privacy.new_password": "Nova palavra-passe",
"settings.about.title": "Acerca de",
"settings.about.tagline": "Um assistente de reuniões totalmente local, de código aberto e nativo do Windows.",
"settings.about.build_commit": "Commit de compilação",
"consent.heading": "Antes de gravar",
"consent.body": "Gravar conversas sem o consentimento dos participantes pode ser ilegal na sua região. Verifique as leis locais sobre gravação. Isto é uma advertência, não aconselhamento jurídico.",
"consent.accept": "Compreendo — ativar a gravação",
"consent.cancel": "Cancelar",
"hosted.heading": "Antes de usar {provider}",
"hosted.body_1": "Gerar com",
"hosted.body_2": "envia a transcrição desta reunião para os seus servidores — sai deste dispositivo e fica sujeita à sua política de privacidade. O WhispAssist não tem controlo sobre o tratamento dos dados depois de saírem do seu dispositivo. Isto está desativado por predefinição; está a escolhê-lo agora.",
"hosted.accept": "Compreendo — continuar",
"hosted.cancel": "Cancelar",
"theme.group": "Tema",
"theme.system": "Acompanhar o sistema",
"theme.light": "Claro",
"theme.dark": "Escuro",
"import.dialog_label": "Adicionar uma reunião a partir de um ficheiro ou URL",
"import.title": "Adicionar uma reunião",
"import.close": "Fechar",
"import.close_title": "Fechar (Esc)",
"import.body": "Importe uma gravação existente — um ficheiro de áudio/vídeo local ou uma ligação (YouTube, uma página de streaming ou um URL de média direto). É transcrita e diarizada tal como uma gravação em direto.",
"import.file_or_url": "Ficheiro ou URL",
"import.source_placeholder": "Cole um URL ou procure um ficheiro…",
"import.choose_file": "Escolher um ficheiro local",
"import.browse": "Procurar…",
"import.title_label": "Título",
"import.optional": "opcional",
"import.title_placeholder": "Por predefinição, o nome do ficheiro",
"import.filter_av": "Áudio / vídeo",
"import.requires_1": "Requer",
"import.requires_2": "instalado e no seu PATH (mais",
"import.requires_3": "para URLs). O WhispAssist não os inclui.",
"import.importing": "A importar… isto pode demorar um pouco",
"import.import": "Importar",
"import.cancel": "Cancelar",
"tagchip.filter": "Filtrar reuniões etiquetadas com «{tag}»",
"tagchip.remove": "Remover etiqueta {tag}",
"levelmeter.system_mic": "Nível de entrada do sistema e do microfone",
"levelmeter.system": "Nível de entrada do sistema",
"app.tagline": "local · privado",
"app.note_template": "Modelo de notas",
"app.no_template": "Sem modelo",
"app.add_meeting": "Adicionar reunião",
"app.add_meeting_title": "Adicionar uma reunião a partir de um ficheiro ou URL",
"app.record": "Gravar",
"app.record_title": "Iniciar gravação (Ctrl+Shift+R)",
"app.stop": "Parar",
"app.stop_title": "Parar gravação (Ctrl+Shift+R)",
"app.cancel": "Cancelar",
"app.cancel_title": "Descartar esta gravação e eliminá-la",
"app.recording": "A gravar…",
"app.backend_title": "Backend de transcrição ativo",
"app.retention_title": "Guardar o áudio como .wav para esta reunião",
"app.saving": "a guardar",
"app.not_saved": "não guardado",
"app.reconnecting": "a reconectar o dispositivo de áudio…",
"app.settings": "Definições",
"app.settings_title": "Definições (Ctrl+,)",
"app.discard_confirm": "Descartar esta gravação? O seu áudio e transcrição serão eliminados.",
"app.announce_started": "Gravação iniciada",
"app.announce_paused": "Gravação em pausa",
"app.announce_stopped": "Gravação parada",
"app.consent_dialog": "Consentimento de gravação",
"app.vault_dialog": "Desbloquear o cofre de cifragem",
"app.vault_title": "Desbloquear o cofre de cifragem",
"app.vault_desc": "As suas reuniões estão cifradas em repouso. Introduza a sua palavra-passe para as ler.",
"app.vault_password": "Palavra-passe do cofre",
"app.vault_incorrect": "Palavra-passe incorreta",
"app.unlock": "Desbloquear",
"app.continue_locked": "Continuar bloqueado",
"app.show_meetings": "Mostrar lista de reuniões",
"app.hide_meetings": "Ocultar lista de reuniões",
"app.show_summary": "Mostrar painel de resumo",
"app.hide_summary": "Ocultar painel de resumo",
"app.resize_meetings": "Redimensionar lista de reuniões",
"app.resize_summary": "Redimensionar painel de resumo",
"meetings.search_placeholder": "Procurar reuniões…",
"meetings.search_aria": "Procurar reuniões",
"meetings.filter_tag_aria": "Filtrar por etiqueta",
"meetings.all_tags": "Todas as etiquetas",
"meetings.from_date_aria": "Da data",
"meetings.to_date_aria": "Até à data",
"meetings.bulk_format_aria": "Formato de exportação em massa",
"meetings.bulk_export": "Exportação em massa",
"meetings.bulk_export_title": "Exportar todas as reuniões que correspondam aos filtros de etiqueta/data acima",
"meetings.exporting": "A exportar…",
"meetings.exported_one": "{n} reunião exportada.",
"meetings.exported_many": "{n} reuniões exportadas.",
"meetings.searching": "A procurar…",
"meetings.loading": "A carregar reuniões…",
"meetings.no_matches": "Sem correspondências.",
"meetings.empty": "Ainda não há reuniões — clique em Gravar acima para começar.",
"meetings.status.recording": "a gravar",
"meetings.status.transcribing": "a transcrever",
"meetings.status.recovering": "a recuperar",
"meetings.status.error": "erro",
"meetings.resume": "Retomar transcrição",
"meetings.delete_aria": "Eliminar reunião",
"meetings.delete_confirm": "Eliminar esta reunião? Isto remove a sua gravação, transcrição e notas.",
"transcript.heading": "Transcrição",
"transcript.title_aria": "Título da reunião",
"transcript.lang_title": "Idioma de transcrição",
"transcript.lang_auto": "a detetar…",
"transcript.show": "Mostrar transcrição",
"transcript.hide": "Ocultar transcrição",
"transcript.empty": "Não há transcrição para esta reunião.",
"transcript.will_appear": "A transcrição aparecerá aqui à medida que grava.",
"transcript.play_from_here": "Reproduzir a partir daqui",
"transcript.resize": "Redimensionar transcrição e notas",
"transcript.reprocess_placeholder": "Voltar a transcrever com…",
"transcript.reprocess_lang_aria": "Idioma de reprocessamento",
"transcript.reprocess_keep_lang": "Manter o idioma atual",
"transcript.reprocess_go": "Avançar",
"transcript.retranscribing": "A voltar a transcrever…",
"transcript.has_note": "Tem uma nota",
"transcript.note_placeholder": "Adicionar uma nota para este momento…",
"transcript.note_aria": "Nota para esta linha da transcrição",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Documento do Word",
"transcript.filter_obsidian": "Nota do Obsidian",
"notes.heading": "Notas",
"notes.show": "Mostrar notas",
"notes.hide": "Ocultar notas",
"notes.placeholder": "Notas…",
"notes.live_placeholder": "Escreva notas enquanto fala…",
"notes.toolbar_aria": "Formatação de notas",
"notes.bold": "Negrito",
"notes.italic": "Itálico",
"notes.h1": "Título 1",
"notes.h2": "Título 2",
"notes.bullet": "Lista com marcadores",
"notes.checkbox_title": "Caixa de verificação",
"notes.checkbox_aria": "Item de lista com caixa de verificação",
"notes.edit_raw": "Editar o markdown em bruto",
"notes.render": "Compor o markdown",
"notes.editor": "Editor",
"notes.preview": "Pré-visualização",
"notes.export_md_title": "Exportar notas como .md",
"notes.export_pdf_title": "Exportar notas como .pdf",
"notes.export_docx_title": "Exportar notas como .docx",
"notes.export_bundle_title": "Exportar áudio + transcrição + notas para uma pasta",
"notes.export_obsidian_title": "Exportar uma nota do Obsidian (notas + resumo + transcrição, sem áudio)",
"summary.recording_heading": "Gravação",
"summary.loading_recording": "A carregar gravação…",
"summary.sync_heading": "Sincronização",
"summary.uploading": "A carregar…",
"summary.upload_now": "Carregar agora",
"summary.no_uploads": "Ainda não há carregamentos para esta reunião.",
"summary.retry": "repetir",
"summary.tags_heading": "Etiquetas",
"summary.tags_select": "Selecione uma reunião para a etiquetar.",
"summary.tag_add_placeholder": "Adicionar etiqueta…",
"summary.tag_first_placeholder": "projeto, cliente, tema…",
"summary.generating": "A gerar…",
"summary.generate_tags": "Gerar etiquetas",
"summary.saving": "A guardar…",
"summary.save_tags": "Guardar etiquetas",
"summary.summary_heading": "Resumo",
"summary.ai_provider": "Fornecedor de IA",
"summary.provider_off": "Desativado",
"summary.provider_custom": "Personalizado",
"summary.local": "local",
"summary.leaves_device": "sai deste dispositivo",
"summary.this_hosted_provider": "este fornecedor alojado",
"summary.select_generate": "Selecione uma reunião para gerar um resumo.",
"summary.decisions_heading": "Decisões",
"summary.regenerate": "Regenerar",
"summary.generated_hint": "Gerado localmente após a reunião (requer um fornecedor de LLM local).",
"summary.no_provider": "Nenhum fornecedor de IA configurado — ative um nas Definições.",
"summary.generate_summary": "Gerar resumo",
"summary.briefs_heading": "Resumos de funcionalidades",
"summary.briefs_select": "Selecione uma reunião para criar ou ver resumos de funcionalidades.",
"summary.briefs_desc": "Destila esta reunião numa especificação pronta para agentes (requer um fornecedor de LLM local) — entregue-a a um agente de programação, ou disponibilize-a através do servidor MCP quando este estiver ativado.",
"summary.brief_repo_placeholder": "Repositório de destino (opcional), por ex. acme/reporting-web",
"summary.distilling": "A destilar…",
"summary.create_brief": "Criar resumo de funcionalidade",
"summary.brief_mcp_title": "Disponível quando o servidor MCP está ativado",
"summary.copied": "Copiado",
"summary.copy_md": "Copiar como Markdown",
"summary.copy_json": "Copiar como JSON",
"summary.brief_problem": "Problema",
"summary.brief_outcome": "Resultado desejado",
"summary.brief_criteria": "Critérios de aceitação",
"summary.brief_none": "Nada capturado.",
"summary.brief_context": "Contexto",
"summary.action_items_heading": "Tarefas",
"summary.ai_select": "Selecione uma reunião para ver as suas tarefas.",
"summary.ai_empty": "Ainda nenhuma — adicione uma abaixo, ou gere um resumo para as extrair automaticamente.",
"summary.confirmed": "Confirmada",
"summary.ai_text_placeholder": "Tarefa…",
"summary.ai_text_aria": "Texto da tarefa",
"summary.owner": "Responsável",
"summary.due_date": "Data-limite",
"summary.reminder_title": "Agendar um lembrete local para esta data-limite",
"summary.ai_delete_title": "Eliminar esta tarefa",
"summary.ai_delete_aria": "Eliminar tarefa",
"summary.add_action_item": "Adicionar tarefa",
"summary.save_action_items": "Guardar tarefas",
"summary.calendar_heading": "Evento do calendário",
"summary.cal_select": "Selecione uma reunião para a associar a um evento do calendário.",
"summary.event_search_placeholder": "Procurar título do evento…",
"summary.linked_event": "Evento associado",
"summary.change_event": "Mudar evento…",
"summary.link_event": "Associar um evento…",
"summary.untitled_event": "(sem título)",
"summary.no_events_1": "Ainda não foram importados eventos — importe um",
"summary.no_events_2": "em Definições → Calendário.",
"summary.no_events_match": "Nenhum evento corresponde a esta procura/data — tente limpar uma.",
"summary.organizer_label": "Organizador: {name}",
"summary.participants_heading": "Participantes",
"summary.participants_hint": "Preenchido a partir do evento do calendário associado.",
"summary.speakers_heading": "Oradores",
"summary.speakers_select": "Selecione uma reunião para nomear os seus oradores.",
"summary.no_speakers": "Ainda não foram detetados oradores.",
"summary.speaker_name_placeholder": "Nome do orador",
"summary.save": "Guardar",
"summary.cancel": "Cancelar",
"summary.name_speaker": "Nomear este orador…",
"summary.add_new_name": "+ Adicionar novo nome…",
"settings.recording.title": "Gravação",
"settings.recording.record_default": "Gravar reuniões por predefinição",
"settings.recording.save_audio_as": "guardar áudio como",
"settings.recording.default_hint": "Desativado por predefinição. Quando desativado, o áudio é usado apenas para produzir a transcrição e é eliminado quando a reunião é finalizada. Também pode alternar a gravação por reunião.",
"settings.recording.consent_label": "Consentimento: {status}.",
"settings.recording.consent_ack": "confirmado",
"settings.recording.consent_not": "ainda não confirmado",
"settings.recording.auto_label": "Iniciar a gravação automaticamente quando um evento do calendário começa",
"settings.recording.auto_hint": "Apenas enquanto o WhispAssist estiver aberto. Quando chega a hora de início de um evento do calendário importado, uma gravação começa automaticamente (usando a sua definição de retenção predefinida acima). Nada é executado em segundo plano — o temporizador só é armado enquanto a aplicação está em execução. Importe eventos em Definições → Calendário."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Запись",
"nav.hardware": "Оборудование",
"nav.storage": "Хранилище",
"nav.calendar": "Календарь",
"nav.sync": "Синхронизация",
"nav.ai": "ИИ",
"nav.mcp": "MCP-сервер",
"nav.privacy": "Конфиденциальность",
"nav.about": "О программе",
"nav.language": "Язык",
"settings.language.title": "Язык",
"settings.language.display": "Язык интерфейса",
"settings.language.display_hint": "Язык интерфейса приложения. Добавить язык так же просто, как поместить один файл перевода.",
"settings.transcription.title": "Язык транскрипции",
"settings.transcription.label": "Язык",
"settings.transcription.auto": "Автоопределение",
"settings.transcription.applies_hint": "Применяется к следующей записи. Фактически использованный язык затем показывается для каждой встречи.",
"settings.transcription.english_only": "Только английский",
"settings.transcription.model_english_only": "«{model}» — только на английском.",
"settings.transcription.no_model": "Модель не выбрана.",
"settings.transcription.switch_multilingual": "Переключитесь на многоязычную модель выше, чтобы выбрать язык.",
"settings.hardware.title": "Оборудование",
"settings.hardware.active_backend": "Активный бэкенд",
"settings.hardware.model_meta": "· модель {size}",
"settings.hardware.preferred_backend": "Предпочитаемый бэкенд",
"settings.hardware.auto_backend": "Авто (лучший доступный)",
"settings.hardware.not_available": "недоступно",
"settings.hardware.fallback_hint": "Автоматически переключается (NPU → NVIDIA → AMD → Intel → CPU), если выбранный бэкенд не загружается.",
"settings.hardware.audio_devices": "Аудиоустройства",
"settings.hardware.recording_device": "Устройство записи",
"settings.hardware.default_system_audio": "Системный звук по умолчанию",
"settings.hardware.recording_device_hint": "WhispAssist записывает то, что воспроизводит это устройство (петля) — другую сторону звонка. Выберите конкретный выход, если не хотите, чтобы он следовал за системным значением по умолчанию в Windows.",
"settings.hardware.microphone": "Микрофон",
"settings.hardware.mic_off": "Выкл. — не захватывать мой микрофон",
"settings.hardware.default_mic": "Микрофон по умолчанию",
"settings.hardware.mic_hint": "Добавляет ваш голос в живую транскрипцию, чтобы захватывались обе стороны встречи. Остаётся на вашем устройстве — ничего не выгружается. Выберите «Выкл.», чтобы транскрибировать только системный звук выше.",
"settings.hardware.npu_detected": "Обнаружен ускоритель NPU",
"settings.hardware.ready": "Готово",
"settings.hardware.downloading": "Загрузка…",
"settings.hardware.package_needed": "Требуется пакет",
"settings.hardware.npu_hint": "Вашему NPU нужен одноразовый пакет ускорения (модель Whisper ONNX{extra}). Он загружается в фоне; вы также можете запустить его сейчас.",
"settings.hardware.plus_openvino": " + среда выполнения OpenVINO",
"settings.hardware.download_npu": "Загрузить пакет NPU",
"settings.hardware.dml_title": "Ускорение GPU (DirectML)",
"settings.hardware.dml_hint": "Ваш GPU можно ускорить без Vulkan через DirectML — одноразовый пакет (модель Whisper ONNX{extra}).",
"settings.hardware.plus_directml": " + среда выполнения DirectML",
"settings.hardware.download_dml": "Загрузить пакет DirectML",
"settings.hardware.detection_unavailable": "Обнаружение оборудования недоступно.",
"settings.hardware.low_overhead": "Пресет низкой нагрузки",
"settings.hardware.low_overhead_note": "CPU + наименьшая модель, для работы от батареи/в фоне",
"settings.hardware.models": "Модели",
"settings.hardware.downloading_model": "Загрузка {name}",
"settings.hardware.active_badge": "Активно",
"settings.hardware.installed": "Установлено",
"settings.hardware.use": "Использовать",
"settings.hardware.remove": "Удалить",
"settings.hardware.cant_remove_active": "Нельзя удалить активную модель",
"settings.hardware.download": "Загрузить",
"settings.hardware.diarization": "Разделение по дикторам",
"settings.hardware.diarization_hint": "Установите обе модели, чтобы завершённые записи разделялись по дикторам (Диктор 1, Диктор 2, …) вместо единой сплошной транскрипции. Работает полностью офлайн, один раз за встречу после её остановки. Без них каждая строка приписывается одному диктору.",
"settings.storage.title": "Хранилище",
"settings.storage.location_label": "Расположение",
"settings.storage.location_hint": "Изменение расположения хранилища пока не поддерживается — здесь сейчас находятся встречи, модели и база данных.",
"settings.storage.retention_title": "Хранение",
"settings.storage.retention_hint": "Автоматически удаляет самые старые встречи сверх лимита. Проверяется один раз при запуске; пусто — без лимита. Никогда не затрагивает встречу, которая записывается в данный момент.",
"settings.storage.max_age": "Макс. возраст (дней)",
"settings.storage.max_size": "Макс. размер (ГБ)",
"settings.storage.no_limit": "без лимита",
"settings.storage.export_import_title": "Экспорт и импорт",
"settings.storage.export_hint_1": "Перемещайте записи между компьютерами в виде переносимых папок-пакетов (аудио, транскрипция, заметки, сводка и",
"settings.storage.export_hint_2": "манифест). Экспортируйте в любую папку — синхронизируемый диск, USB-накопитель или локальную точку монтирования цели синхронизации — а затем импортируйте на другой машине. Импортированные встречи получают новый id, поэтому повторный импорт ничего не перезаписывает.",
"settings.storage.export_dialog_title": "Экспортировать все встречи в…",
"settings.storage.import_dialog_title": "Импортировать пакет (или папку пакетов)…",
"settings.storage.exporting": "Экспорт…",
"settings.storage.export_all": "Экспортировать все встречи…",
"settings.storage.importing": "Импорт…",
"settings.storage.import_all": "Импортировать встречи…",
"settings.storage.exported_one": "Экспортирована {n} встреча.",
"settings.storage.exported_many": "Экспортировано встреч: {n}.",
"settings.storage.imported_one": "Импортирована {n} встреча.",
"settings.storage.imported_many": "Импортировано встреч: {n}.",
"settings.calendar.title": "Календарь и Outlook .pst",
"settings.calendar.intro_1": "Импортируйте события и участников из локальной резервной копии Outlook",
"settings.calendar.intro_2": "— только чтение, ничего не записывается обратно в файл. Ничего не покидает это устройство.",
"settings.calendar.pst_file": "Файл .pst",
"settings.calendar.no_file": "Файл не выбран",
"settings.calendar.browse": "Обзор…",
"settings.calendar.password": "Пароль",
"settings.calendar.password_note": "требуется редко",
"settings.calendar.optional": "необязательно",
"settings.calendar.import_range": "Диапазон импорта",
"settings.calendar.range_30": "Последние 30 дней",
"settings.calendar.range_90": "Последние 90 дней",
"settings.calendar.range_180": "Последние 6 месяцев",
"settings.calendar.range_365": "Последний год",
"settings.calendar.range_all": "За всё время",
"settings.calendar.range_hint": "Долго существующий почтовый ящик может содержать годы повторяющихся/праздничных записей — сужение диапазона оставляет в импортированном календаре только действительно актуальное. Применяется как к этой кнопке импорта, так и к автоматическому повторному импорту при запуске.",
"settings.calendar.importing": "Импорт…",
"settings.calendar.import": "Импортировать",
"settings.calendar.import_progress": "{processed}/{total} событий",
"settings.calendar.auto_reimport": "Повторно импортировать этот файл автоматически при запуске",
"settings.calendar.auto_reimport_hint": "Выполняется один раз при запуске, а не по таймеру — повторный импорт безопасно повторять (существующие события сопоставляются и обновляются, а не дублируются).",
"settings.calendar.import_failed": "Ошибка импорта: {error} — сам файл не затронут; проверьте путь и повторите попытку.",
"settings.calendar.cleanup_title": "Очистка",
"settings.calendar.cleanup_hint": "События, уже привязанные к записанной встрече, всегда сохраняются, независимо от выбранного ниже варианта.",
"settings.calendar.cleanup_30": "Старше 30 дней",
"settings.calendar.cleanup_90": "Старше 90 дней",
"settings.calendar.cleanup_180": "Старше 6 месяцев",
"settings.calendar.cleanup_365": "Старше 1 года",
"settings.calendar.cleanup_all": "Удалить все",
"settings.calendar.cleaning": "Очистка…",
"settings.calendar.cleanup_btn": "Очистить календарь",
"settings.calendar.cleanup_result": "Удалено: {deleted}{extra}.",
"settings.calendar.cleanup_kept": ", сохранено {n} (привязаны к встрече)",
"settings.calendar.cleanup_failed": "Ошибка очистки: {error}",
"settings.calendar.imported_events": "Импортированные события",
"settings.calendar.no_events": "События ещё не импортированы.",
"settings.calendar.search_title": "Поиск по названию",
"settings.calendar.search_placeholder": "Название встречи…",
"settings.calendar.date_label": "Дата",
"settings.calendar.events_count": "{shown} из {total} событий",
"settings.calendar.untitled": "(без названия)",
"settings.dialog_title": "Настройки",
"settings.close": "Закрыть",
"settings.close_title": "Закрыть (Esc)",
"settings.sync.stub": "Режим предпросмотра — бэкенд синхронизации ещё не реализован (Фаза 9). Изменения сохраняются только в интерфейсе.",
"settings.sync.title": "Синхронизация и выгрузка",
"settings.sync.enable_label": "Включить выгрузку артефактов встреч в настроенные цели",
"settings.sync.enable_hint": "Выключено по умолчанию. Ничего не выгружается, пока это не включено и не включена цель. Самостоятельно размещённые цели хранят данные на вашем собственном сервере; сторонние облака чётко помечены.",
"settings.sync.targets_title": "Цели",
"settings.sync.no_targets": "Целей пока нет. Добавьте одну ниже.",
"settings.sync.third_party": "сторонняя",
"settings.sync.your_server": "ваш сервер",
"settings.sync.edit": "Изменить",
"settings.sync.remove": "Удалить",
"settings.sync.edit_target": "Изменить цель",
"settings.sync.add_target": "Добавить цель",
"settings.sync.webdav_hint": "WebDAV охватывает Nextcloud, ownCloud, Cloudreve, Seafile и Synology. (Seafile: включите SeafDAV на стороне сервера.)",
"settings.sync.name": "Имя",
"settings.sync.name_placeholder": "Домашний Nextcloud",
"settings.sync.provider": "Провайдер",
"settings.sync.server_url": "URL сервера",
"settings.sync.server_url_note_1": "Только URL вашего сервера — WhispAssist добавляет",
"settings.sync.server_url_note_2": "автоматически.",
"settings.sync.remote_folder": "Удалённая папка",
"settings.sync.username": "Имя пользователя",
"settings.sync.app_password": "Пароль приложения",
"settings.sync.pw_keep": "оставьте пустым, чтобы сохранить текущий пароль",
"settings.sync.pw_store": "хранится в хранилище учётных данных ОС",
"settings.sync.upload_legend": "Выгрузить",
"settings.sync.artifact_transcript": "транскрипция",
"settings.sync.artifact_notes": "заметки",
"settings.sync.artifact_summary": "сводка",
"settings.sync.artifact_recording": "запись (.wav, если сохранена)",
"settings.sync.allow_plaintext": "Разрешить открытый http для LAN-адреса (не рекомендуется)",
"settings.sync.encrypt_before": "Шифровать перед выгрузкой (место назначения хранит только шифртекст)",
"settings.sync.requires_vault": "— требует разблокированного хранилища",
"settings.sync.test_connection": "Проверить соединение",
"settings.sync.save_changes": "Сохранить изменения",
"settings.sync.add_target_btn": "Добавить цель",
"settings.sync.cancel": "Отмена",
"settings.sync.third_party_banner": "{kind} — стороннее облако; выгрузка отправляет ваши данные за пределы устройства в {kind}.",
"settings.sync.link_account": "Привязать аккаунт {kind}…",
"settings.sync.oauth_hint": "Открывает вход через OAuth (перенаправление на петлю); токен хранится в хранилище учётных данных ОС.",
"settings.sync.footnote": "Учётные данные никогда не записываются в настройки или базу данных — только в хранилище учётных данных ОС. Для целей вне LAN требуется TLS.",
"settings.ai.title": "Провайдер сводок ИИ",
"settings.ai.intro_1": "Сводки по умолчанию выполняются на локальной LLM. Укажите здесь на Ollama на этом ПК или другой машине в вашей LAN (напр.",
"settings.ai.intro_2": "— обе считаются локальными, поэтому ничего не покидает вашу сеть. Размещённые провайдеры (Anthropic) необязательны, выключены по умолчанию и отправляют транскрипцию третьей стороне, как только вы включите одного.",
"settings.ai.provider": "Провайдер",
"settings.ai.off": "Выкл.",
"settings.ai.provider_ollama": "Ollama (локально / LAN)",
"settings.ai.provider_custom": "Пользовательский (совместимый с OpenAI)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — размещённый, покидает это устройство",
"settings.ai.endpoint": "Конечная точка",
"settings.ai.model": "Модель",
"settings.ai.api_key": "Ключ API",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (уже задан — оставьте пустым, чтобы сохранить)",
"settings.ai.show_api_key": "Показать ключ API",
"settings.ai.hide_api_key": "Скрыть ключ API",
"settings.ai.anthropic_banner": "Anthropic — размещённая сторонняя служба; транскрипция этой встречи покидает ваше устройство, когда вы генерируете сводку.",
"settings.ai.endpoint_banner": "Эта конечная точка не на вашей машине и не в вашей LAN — ваша транскрипция покинула бы вашу сеть.",
"settings.ai.saving": "Сохранение…",
"settings.ai.save": "Сохранить",
"settings.ai.test_connection": "Проверить соединение",
"settings.ai.this_hosted_provider": "этот размещённый провайдер",
"settings.ai.reachable": "Доступно",
"settings.ai.unreachable": "Недоступно",
"settings.ai.model_count_one": "· {n} модель",
"settings.ai.model_count_many": "· моделей: {n}",
"settings.ai.on_lan": "· на вашей машине / LAN",
"settings.ai.leaves_network": "· покидает вашу сеть",
"settings.ai.advanced_title": "Расширенная настройка Ollama",
"settings.ai.changed": "изменено: {n}",
"settings.ai.reset_all": "Сбросить всё к значениям по умолчанию",
"settings.ai.system_prompt": "Системный промпт",
"settings.ai.system_prompt_placeholder": "напр. Вы — лаконичный составитель сводок встреч.",
"settings.ai.system_prompt_hint": "Добавляется перед обязательным форматом вывода WhispAssist, чтобы ваши инструкции не могли нарушить разбор сводки/задач.",
"settings.ai.think": "Размышление",
"settings.ai.think_help": "Усилие рассуждения (только для моделей рассуждения).",
"settings.ai.keep_alive": "Держать в памяти",
"settings.ai.keep_alive_help": "Как долго модель остаётся в ОЗУ. напр. 5m, 1h, 0 (выгрузить), -1 (навсегда).",
"settings.ai.runtime_hardware": "Среда выполнения и оборудование",
"settings.ai.rarely_needed": "— требуется редко",
"settings.ai.save_advanced": "Сохранить расширенные",
"settings.ai.saved": "Сохранено",
"settings.ai.turn_off": "Выключить",
"settings.ai.default_value": "По умолчанию {value}.",
"settings.ai.reset_default": "Сбросить к значению по умолчанию",
"settings.ai.reset_field": "Сбросить {name}",
"settings.mcp.title": "MCP-сервер",
"settings.mcp.banner_1": "Это позволяет вашему собственному кодовому агенту (Claude Code, Codex, Copilot, OpenCode, …) получать контекст встречи на вашей локальной машине. После подключения",
"settings.mcp.banner_agent": "этот агент",
"settings.mcp.banner_2": "может пересылать прочитанное в облако собственного провайдера модели — вне контроля WhispAssist. Сам WhispAssist никогда никуда не отправляет эти данные; сервер слушает только на этом устройстве (",
"settings.mcp.banner_3": ") и каждое чтение регистрируется ниже.",
"settings.mcp.enable": "Включить MCP-сервер",
"settings.mcp.enable_hint": "Выключено по умолчанию. Только петля, с защитой токеном — из сети ничего недоступно.",
"settings.mcp.transport": "Транспорт",
"settings.mcp.transport_http": "Потоковый HTTP",
"settings.mcp.transport_stdio": "stdio (агент порождает процесс)",
"settings.mcp.port": "Порт",
"settings.mcp.transport_change_hint": "Чтобы изменить транспорт/порт, сначала выключите сервер, затем включите снова.",
"settings.mcp.scope_title": "Область",
"settings.mcp.expose": "Открыть",
"settings.mcp.scope_none": "Нет — ничего не предоставляется",
"settings.mcp.scope_selected": "Выбранные — только брифы функций, помеченные вами как общие",
"settings.mcp.scope_all": "Все — встречи, транскрипции, задачи и общие брифы",
"settings.mcp.expose_recordings": "Также разрешить встречи с сохранённой записью (выключено по умолчанию — транскрипция записанной встречи удерживается даже в области «Все», пока это не включено)",
"settings.mcp.token_title": "Новый токен аутентификации — показывается один раз, скопируйте его сейчас",
"settings.mcp.token_hint": "Он больше не будет показан. Он хранится в хранилище учётных данных ОС; если вы его потеряете, выключите и снова включите сервер, чтобы создать новый.",
"settings.mcp.copied": "Скопировано",
"settings.mcp.copy": "Копировать",
"settings.mcp.endpoint": "Конечная точка",
"settings.mcp.endpoint_hint": "Укажите конфигурацию MCP-клиента вашего агента на {kind}, используя токен выше как учётные данные bearer.",
"settings.mcp.kind_command": "команда",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Журнал доступа",
"settings.mcp.access_log_hint": "Каждое чтение инструмента агентом, разрешённое или отклонённое (FR-MCP-5).",
"settings.mcp.no_reads": "Ни один агент пока ничего не прочитал.",
"settings.mcp.log_meeting": "встреча {id}",
"settings.mcp.refresh": "Обновить",
"settings.privacy.title": "Конфиденциальность",
"settings.privacy.intro": "Что WhispAssist на самом деле сейчас имеет право отправлять за пределы этого устройства. Когда всё выключено (по умолчанию), ничего не покидает устройство.",
"settings.privacy.llm_endpoint": "Конечная точка LLM",
"settings.privacy.off": "выкл.",
"settings.privacy.local_only": "только локально",
"settings.privacy.leaves_device": "покидает это устройство",
"settings.privacy.sync_label": "Синхронизация",
"settings.privacy.enabled": "включена",
"settings.privacy.mcp_label": "MCP-сервер",
"settings.privacy.mcp_on": "вкл. · {scope}",
"settings.privacy.mcp_loopback_note": "Входящий только по петле — ничего не добавляет в список исходящего выше. Подключённый агент всё же может пересылать прочитанное собственному провайдеру модели; см. вкладку MCP-сервера.",
"settings.privacy.egress_title": "Список разрешённого исходящего трафика",
"settings.privacy.no_egress": "Ни один хост не в списке разрешённых — WA не осуществляет исходящей передачи содержимого.",
"settings.privacy.sync_targets_title": "Цели синхронизации",
"settings.privacy.third_party": "сторонняя",
"settings.privacy.your_server": "ваш сервер",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "без TLS",
"settings.privacy.refresh": "Обновить",
"settings.privacy.unavailable": "Самопроверка конфиденциальности недоступна.",
"settings.privacy.vault_title": "Хранилище шифрования",
"settings.privacy.vault_intro": "Шифруйте заметки, транскрипции и сводки в состоянии покоя с помощью пароля. (Аудиофайлы пока не шифруются.)",
"settings.privacy.vault_password": "Пароль хранилища",
"settings.privacy.enable_vault": "Включить хранилище",
"settings.privacy.vault_pw_hint": "Используйте не менее 8 символов. Если вы его забудете, зашифрованное содержимое нельзя будет восстановить.",
"settings.privacy.vault_locked_1": "Хранилище ",
"settings.privacy.locked_word": "заблокировано",
"settings.privacy.vault_locked_2": ". Разблокируйте, чтобы читать зашифрованные встречи.",
"settings.privacy.password": "Пароль",
"settings.privacy.unlock": "Разблокировать",
"settings.privacy.vault_unlocked_1": "Хранилище ",
"settings.privacy.unlocked_word": "разблокировано",
"settings.privacy.vault_unlocked_2": ". Новые заметки, транскрипции и сводки шифруются в состоянии покоя.",
"settings.privacy.lock_now": "Заблокировать сейчас",
"settings.privacy.change_password": "Изменить пароль",
"settings.privacy.current_password": "Текущий пароль",
"settings.privacy.new_password": "Новый пароль",
"settings.about.title": "О программе",
"settings.about.tagline": "Полностью локальный, открытый, нативный для Windows помощник для встреч.",
"settings.about.build_commit": "Коммит сборки",
"consent.heading": "Прежде чем записывать",
"consent.body": "Запись разговоров без согласия участников может быть незаконной в вашем регионе. Проверьте местные законы о записи. Это предупреждение, а не юридическая консультация.",
"consent.accept": "Понятно — включить запись",
"consent.cancel": "Отмена",
"hosted.heading": "Прежде чем использовать {provider}",
"hosted.body_1": "Генерация с помощью",
"hosted.body_2": "отправляет транскрипцию этой встречи на их серверы — она покидает это устройство и подпадает под их политику конфиденциальности. WhispAssist не контролирует обработку данных после того, как они покидают ваше устройство. Это выключено по умолчанию; вы выбираете это сейчас.",
"hosted.accept": "Понятно — продолжить",
"hosted.cancel": "Отмена",
"theme.group": "Тема",
"theme.system": "Как в системе",
"theme.light": "Светлая",
"theme.dark": "Тёмная",
"import.dialog_label": "Добавить встречу из файла или URL",
"import.title": "Добавить встречу",
"import.close": "Закрыть",
"import.close_title": "Закрыть (Esc)",
"import.body": "Импортируйте существующую запись — локальный аудио-/видеофайл или ссылку (YouTube, страницу потоковой трансляции или прямой URL медиа). Она транскрибируется и разделяется по дикторам так же, как живая запись.",
"import.file_or_url": "Файл или URL",
"import.source_placeholder": "Вставьте URL или найдите файл…",
"import.choose_file": "Выбрать локальный файл",
"import.browse": "Обзор…",
"import.title_label": "Название",
"import.optional": "необязательно",
"import.title_placeholder": "По умолчанию — имя файла",
"import.filter_av": "Аудио / видео",
"import.requires_1": "Требует",
"import.requires_2": "установленным и в вашем PATH (плюс",
"import.requires_3": "для URL). WhispAssist их не включает.",
"import.importing": "Импорт… это может занять некоторое время",
"import.import": "Импортировать",
"import.cancel": "Отмена",
"tagchip.filter": "Фильтровать встречи с меткой «{tag}»",
"tagchip.remove": "Удалить метку {tag}",
"levelmeter.system_mic": "Уровень входа системы и микрофона",
"levelmeter.system": "Уровень входа системы",
"app.tagline": "локально · приватно",
"app.note_template": "Шаблон заметок",
"app.no_template": "Без шаблона",
"app.add_meeting": "Добавить встречу",
"app.add_meeting_title": "Добавить встречу из файла или URL",
"app.record": "Запись",
"app.record_title": "Начать запись (Ctrl+Shift+R)",
"app.stop": "Стоп",
"app.stop_title": "Остановить запись (Ctrl+Shift+R)",
"app.cancel": "Отмена",
"app.cancel_title": "Отклонить эту запись и удалить её",
"app.recording": "Запись…",
"app.backend_title": "Активный бэкенд транскрипции",
"app.retention_title": "Сохранить аудио как .wav для этой встречи",
"app.saving": "сохранение",
"app.not_saved": "не сохранено",
"app.reconnecting": "переподключение аудиоустройства…",
"app.settings": "Настройки",
"app.settings_title": "Настройки (Ctrl+,)",
"app.discard_confirm": "Отклонить эту запись? Её аудио и транскрипция будут удалены.",
"app.announce_started": "Запись начата",
"app.announce_paused": "Запись приостановлена",
"app.announce_stopped": "Запись остановлена",
"app.consent_dialog": "Согласие на запись",
"app.vault_dialog": "Разблокировать хранилище шифрования",
"app.vault_title": "Разблокировать хранилище шифрования",
"app.vault_desc": "Ваши встречи зашифрованы в состоянии покоя. Введите пароль, чтобы прочитать их.",
"app.vault_password": "Пароль хранилища",
"app.vault_incorrect": "Неверный пароль",
"app.unlock": "Разблокировать",
"app.continue_locked": "Продолжить заблокированным",
"app.show_meetings": "Показать список встреч",
"app.hide_meetings": "Скрыть список встреч",
"app.show_summary": "Показать панель сводки",
"app.hide_summary": "Скрыть панель сводки",
"app.resize_meetings": "Изменить размер списка встреч",
"app.resize_summary": "Изменить размер панели сводки",
"meetings.search_placeholder": "Поиск встреч…",
"meetings.search_aria": "Поиск встреч",
"meetings.filter_tag_aria": "Фильтровать по метке",
"meetings.all_tags": "Все метки",
"meetings.from_date_aria": "С даты",
"meetings.to_date_aria": "По дату",
"meetings.bulk_format_aria": "Формат массового экспорта",
"meetings.bulk_export": "Массовый экспорт",
"meetings.bulk_export_title": "Экспортировать все встречи, соответствующие фильтрам метки/даты выше",
"meetings.exporting": "Экспорт…",
"meetings.exported_one": "Экспортирована {n} встреча.",
"meetings.exported_many": "Экспортировано встреч: {n}.",
"meetings.searching": "Поиск…",
"meetings.loading": "Загрузка встреч…",
"meetings.no_matches": "Нет совпадений.",
"meetings.empty": "Встреч пока нет — нажмите «Запись» выше, чтобы начать.",
"meetings.status.recording": "запись",
"meetings.status.transcribing": "транскрибирование",
"meetings.status.recovering": "восстановление",
"meetings.status.error": "ошибка",
"meetings.resume": "Возобновить транскрипцию",
"meetings.delete_aria": "Удалить встречу",
"meetings.delete_confirm": "Удалить эту встречу? Это удалит её запись, транскрипцию и заметки.",
"transcript.heading": "Транскрипция",
"transcript.title_aria": "Название встречи",
"transcript.lang_title": "Язык транскрипции",
"transcript.lang_auto": "определение…",
"transcript.show": "Показать транскрипцию",
"transcript.hide": "Скрыть транскрипцию",
"transcript.empty": "Для этой встречи нет транскрипции.",
"transcript.will_appear": "Транскрипция будет появляться здесь по мере записи.",
"transcript.play_from_here": "Воспроизвести отсюда",
"transcript.resize": "Изменить размер транскрипции и заметок",
"transcript.reprocess_placeholder": "Перетранскрибировать с…",
"transcript.reprocess_lang_aria": "Язык повторной обработки",
"transcript.reprocess_keep_lang": "Сохранить текущий язык",
"transcript.reprocess_go": "Выполнить",
"transcript.retranscribing": "Повторная транскрипция…",
"transcript.has_note": "Есть заметка",
"transcript.note_placeholder": "Добавить заметку для этого момента…",
"transcript.note_aria": "Заметка для этой строки транскрипции",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Документ Word",
"transcript.filter_obsidian": "Заметка Obsidian",
"notes.heading": "Заметки",
"notes.show": "Показать заметки",
"notes.hide": "Скрыть заметки",
"notes.placeholder": "Заметки…",
"notes.live_placeholder": "Печатайте заметки, пока говорите…",
"notes.toolbar_aria": "Форматирование заметок",
"notes.bold": "Полужирный",
"notes.italic": "Курсив",
"notes.h1": "Заголовок 1",
"notes.h2": "Заголовок 2",
"notes.bullet": "Маркированный список",
"notes.checkbox_title": "Флажок",
"notes.checkbox_aria": "Элемент списка с флажком",
"notes.edit_raw": "Редактировать исходный markdown",
"notes.render": "Отобразить markdown",
"notes.editor": "Редактор",
"notes.preview": "Предпросмотр",
"notes.export_md_title": "Экспортировать заметки как .md",
"notes.export_pdf_title": "Экспортировать заметки как .pdf",
"notes.export_docx_title": "Экспортировать заметки как .docx",
"notes.export_bundle_title": "Экспортировать аудио + транскрипцию + заметки в папку",
"notes.export_obsidian_title": "Экспортировать одну заметку Obsidian (заметки + сводка + транскрипция, без аудио)",
"summary.recording_heading": "Запись",
"summary.loading_recording": "Загрузка записи…",
"summary.sync_heading": "Синхронизация",
"summary.uploading": "Выгрузка…",
"summary.upload_now": "Выгрузить сейчас",
"summary.no_uploads": "Для этой встречи ещё нет выгрузок.",
"summary.retry": "повторить",
"summary.tags_heading": "Метки",
"summary.tags_select": "Выберите встречу, чтобы пометить её.",
"summary.tag_add_placeholder": "Добавить метку…",
"summary.tag_first_placeholder": "проект, клиент, тема…",
"summary.generating": "Генерация…",
"summary.generate_tags": "Сгенерировать метки",
"summary.saving": "Сохранение…",
"summary.save_tags": "Сохранить метки",
"summary.summary_heading": "Сводка",
"summary.ai_provider": "Провайдер ИИ",
"summary.provider_off": "Выкл.",
"summary.provider_custom": "Пользовательский",
"summary.local": "локально",
"summary.leaves_device": "покидает это устройство",
"summary.this_hosted_provider": "этот размещённый провайдер",
"summary.select_generate": "Выберите встречу, чтобы сгенерировать сводку.",
"summary.decisions_heading": "Решения",
"summary.regenerate": "Перегенерировать",
"summary.generated_hint": "Сгенерировано локально после встречи (требуется локальный провайдер LLM).",
"summary.no_provider": "Провайдер ИИ не настроен — включите его в Настройках.",
"summary.generate_summary": "Сгенерировать сводку",
"summary.briefs_heading": "Брифы функций",
"summary.briefs_select": "Выберите встречу, чтобы создать или просмотреть брифы функций.",
"summary.briefs_desc": "Дистиллирует эту встречу в готовую для агента спецификацию (требуется локальный провайдер LLM) — передайте её кодовому агенту или предоставьте через MCP-сервер, когда он включён.",
"summary.brief_repo_placeholder": "Целевой репозиторий (необязательно), напр. acme/reporting-web",
"summary.distilling": "Дистилляция…",
"summary.create_brief": "Создать бриф функции",
"summary.brief_mcp_title": "Доступно, когда MCP-сервер включён",
"summary.copied": "Скопировано",
"summary.copy_md": "Копировать как Markdown",
"summary.copy_json": "Копировать как JSON",
"summary.brief_problem": "Проблема",
"summary.brief_outcome": "Желаемый результат",
"summary.brief_criteria": "Критерии приёмки",
"summary.brief_none": "Ничего не зафиксировано.",
"summary.brief_context": "Контекст",
"summary.action_items_heading": "Задачи",
"summary.ai_select": "Выберите встречу, чтобы увидеть её задачи.",
"summary.ai_empty": "Пока нет — добавьте одну ниже или сгенерируйте сводку, чтобы извлечь их автоматически.",
"summary.confirmed": "Подтверждено",
"summary.ai_text_placeholder": "Задача…",
"summary.ai_text_aria": "Текст задачи",
"summary.owner": "Ответственный",
"summary.due_date": "Срок",
"summary.reminder_title": "Запланировать локальное напоминание на этот срок",
"summary.ai_delete_title": "Удалить эту задачу",
"summary.ai_delete_aria": "Удалить задачу",
"summary.add_action_item": "Добавить задачу",
"summary.save_action_items": "Сохранить задачи",
"summary.calendar_heading": "Событие календаря",
"summary.cal_select": "Выберите встречу, чтобы связать её с событием календаря.",
"summary.event_search_placeholder": "Поиск названия события…",
"summary.linked_event": "Связанное событие",
"summary.change_event": "Сменить событие…",
"summary.link_event": "Связать событие…",
"summary.untitled_event": "(без названия)",
"summary.no_events_1": "События ещё не импортированы — импортируйте",
"summary.no_events_2": "в Настройки → Календарь.",
"summary.no_events_match": "Ни одно событие не соответствует этому поиску/дате — попробуйте очистить одно.",
"summary.organizer_label": "Организатор: {name}",
"summary.participants_heading": "Участники",
"summary.participants_hint": "Заполнено из связанного события календаря.",
"summary.speakers_heading": "Дикторы",
"summary.speakers_select": "Выберите встречу, чтобы назвать её дикторов.",
"summary.no_speakers": "Дикторы пока не обнаружены.",
"summary.speaker_name_placeholder": "Имя диктора",
"summary.save": "Сохранить",
"summary.cancel": "Отмена",
"summary.name_speaker": "Назвать этого диктора…",
"summary.add_new_name": "+ Добавить новое имя…",
"settings.recording.title": "Запись",
"settings.recording.record_default": "Записывать встречи по умолчанию",
"settings.recording.save_audio_as": "сохранять аудио как",
"settings.recording.default_hint": "Выключено по умолчанию. Когда выключено, аудио используется только для получения транскрипции и удаляется при завершении встречи. Вы также можете переключать запись для каждой встречи.",
"settings.recording.consent_label": "Согласие: {status}.",
"settings.recording.consent_ack": "подтверждено",
"settings.recording.consent_not": "ещё не подтверждено",
"settings.recording.auto_label": "Автоматически начинать запись, когда начинается событие календаря",
"settings.recording.auto_hint": "Только пока WhispAssist открыт. Когда наступает время начала импортированного события календаря, запись начинается автоматически (используя вашу настройку хранения по умолчанию выше). Ничего не выполняется в фоне — таймер взведён только пока приложение запущено. Импортируйте события в Настройки → Календарь."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "පටිගත කිරීම",
"nav.hardware": "දෘඪාංග",
"nav.storage": "ගබඩාව",
"nav.calendar": "දින දර්ශනය",
"nav.sync": "සමමුහුර්තකරණය",
"nav.ai": "AI",
"nav.mcp": "MCP සේවාදායකය",
"nav.privacy": "පෞද්ගලිකත්වය",
"nav.about": "පිළිබඳව",
"nav.language": "භාෂාව",
"settings.language.title": "භාෂාව",
"settings.language.display": "දර්ශන භාෂාව",
"settings.language.display_hint": "යෙදුම් අතුරුමුහුණතේ භාෂාව. භාෂාවක් එක් කිරීම පරිවර්තන ගොනුවක් එක් කිරීම තරම්ම පහසුය.",
"settings.transcription.title": "පිටපත් කිරීමේ භාෂාව",
"settings.transcription.label": "භාෂාව",
"settings.transcription.auto": "ස්වයංක්‍රීයව හඳුනාගන්න",
"settings.transcription.applies_hint": "ඊළඟ පටිගත කිරීමට අදාළ වේ. සැබවින්ම භාවිත කළ භාෂාව පසුව සෑම රැස්වීමකම පෙන්වයි.",
"settings.transcription.english_only": "ඉංග්‍රීසි පමණි",
"settings.transcription.model_english_only": "“{model}” ඉංග්‍රීසි පමණි.",
"settings.transcription.no_model": "කිසිදු ආකෘතියක් තෝරා නැත.",
"settings.transcription.switch_multilingual": "භාෂාවක් තේරීමට ඉහත බහුභාෂා ආකෘතියකට මාරු වන්න.",
"settings.hardware.title": "දෘඪාංග",
"settings.hardware.active_backend": "සක්‍රීය පසුඅන්තය",
"settings.hardware.model_meta": "· ආකෘතිය {size}",
"settings.hardware.preferred_backend": "කැමති පසුඅන්තය",
"settings.hardware.auto_backend": "ස්වයංක්‍රීය (හොඳම ලද හැකි)",
"settings.hardware.not_available": "ලද නොහැක",
"settings.hardware.fallback_hint": "තෝරාගත් පසුඅන්තය පූරණය නොවුනහොත් ස්වයංක්‍රීයව ආපසු වැටේ (NPU → NVIDIA → AMD → Intel → CPU).",
"settings.hardware.audio_devices": "ශ්‍රව්‍ය උපාංග",
"settings.hardware.recording_device": "පටිගත කිරීමේ උපාංගය",
"settings.hardware.default_system_audio": "පෙරනිමි පද්ධති ශ්‍රව්‍ය",
"settings.hardware.recording_device_hint": "WhispAssist මෙම උපාංගය වාදනය කරන දේ (ලූප්බැක්) පටිගත කරයි — ඇමතුමේ අනෙක් පැත්ත. Windows පද්ධති පෙරනිමිය අනුගමනය කිරීමට ඔබ අකැමති නම් නිශ්චිත ප්‍රතිදානයක් තෝරන්න.",
"settings.hardware.microphone": "මයික්‍රොෆෝනය",
"settings.hardware.mic_off": "අක්‍රිය — මගේ මයික්‍රොෆෝනය ග්‍රහණය නොකරන්න",
"settings.hardware.default_mic": "පෙරනිමි මයික්‍රොෆෝනය",
"settings.hardware.mic_hint": "රැස්වීමේ දෙපැත්තම ග්‍රහණය වන පරිදි සජීවී පිටපතට ඔබේම හඬ එක් කරයි. ඔබේ උපාංගයේ පවතී — කිසිවක් උඩුගත නොවේ. ඉහත පද්ධති ශ්‍රව්‍ය පමණක් පිටපත් කිරීමට “අක්‍රිය” තෝරන්න.",
"settings.hardware.npu_detected": "NPU ත්වරකය හඳුනාගන්නා ලදී",
"settings.hardware.ready": "සූදානම්",
"settings.hardware.downloading": "බාගත වෙමින්…",
"settings.hardware.package_needed": "පැකේජය අවශ්‍යයි",
"settings.hardware.npu_hint": "ඔබේ NPU හට එක්වරක් ත්වරණ පැකේජයක් (Whisper ONNX ආකෘතිය{extra}) අවශ්‍යයි. එය පසුබිමින් බාගත වේ; ඔබට එය දැන්ම ආරම්භ කළ හැක.",
"settings.hardware.plus_openvino": " + OpenVINO ධාවන කාලය",
"settings.hardware.download_npu": "NPU පැකේජය බාගන්න",
"settings.hardware.dml_title": "GPU ත්වරණය (DirectML)",
"settings.hardware.dml_hint": "ඔබේ GPU Vulkan නොමැතිව DirectML හරහා ත්වරණය කළ හැක — එක්වරක් පැකේජයක් (Whisper ONNX ආකෘතිය{extra}).",
"settings.hardware.plus_directml": " + DirectML ධාවන කාලය",
"settings.hardware.download_dml": "DirectML පැකේජය බාගන්න",
"settings.hardware.detection_unavailable": "දෘඪාංග හඳුනාගැනීම ලද නොහැක.",
"settings.hardware.low_overhead": "අඩු පොදු කාර්ය පෙරසැකසුම",
"settings.hardware.low_overhead_note": "CPU + කුඩාම ආකෘතිය, බැටරි/පසුබිම් භාවිතය සඳහා",
"settings.hardware.models": "ආකෘති",
"settings.hardware.downloading_model": "{name} බාගත වෙමින්",
"settings.hardware.active_badge": "සක්‍රීය",
"settings.hardware.installed": "ස්ථාපනය කර ඇත",
"settings.hardware.use": "භාවිත කරන්න",
"settings.hardware.remove": "ඉවත් කරන්න",
"settings.hardware.cant_remove_active": "සක්‍රීය ආකෘතිය ඉවත් කළ නොහැක",
"settings.hardware.download": "බාගන්න",
"settings.hardware.diarization": "කථික වෙන් කිරීම",
"settings.hardware.diarization_hint": "සම්පූර්ණ කළ පටිගත කිරීම් එක් අඛණ්ඩ පිටපතක් වෙනුවට කථිකයා අනුව (කථික 1, කථික 2, …) වෙන් වන පරිදි ආකෘති දෙකම ස්ථාපනය කරන්න. සම්පූර්ණයෙන් නොබැඳිව ධාවනය වේ, නැවතීමෙන් පසු රැස්වීමකට වරක්. ඒවා නොමැතිව, සෑම පේළියක්ම එකම කථිකයෙකුට ආරෝපණය වේ.",
"settings.storage.title": "ගබඩාව",
"settings.storage.location_label": "ස්ථානය",
"settings.storage.location_hint": "ගබඩා ස්ථානය වෙනස් කිරීම තවම සහාය නොදක්වයි — දැනට රැස්වීම්, ආකෘති සහ දත්ත සමුදාය පවතින්නේ මෙතැනයි.",
"settings.storage.retention_title": "රඳවා තබා ගැනීම",
"settings.storage.retention_hint": "සීමාවකට වඩා පැරණිම රැස්වීම් ස්වයංක්‍රීයව මකයි. ආරම්භයේදී වරක් පරීක්ෂා කරයි; හිස් යනු සීමාවක් නැත. දැනට පටිගත වන රැස්වීමකට කිසිවිටෙක ස්පර්ශ නොකරයි.",
"settings.storage.max_age": "උපරිම වයස (දින)",
"settings.storage.max_size": "උපරිම ප්‍රමාණය (GB)",
"settings.storage.no_limit": "සීමාවක් නැත",
"settings.storage.export_import_title": "නිර්යාත සහ ආයාත",
"settings.storage.export_hint_1": "පටිගත කිරීම් පරිගණක අතර ගෙනයා හැකි පැකේජ ෆෝල්ඩර ලෙස ගෙන යන්න (ශ්‍රව්‍ය, පිටපත, සටහන්, සාරාංශය සහ",
"settings.storage.export_hint_2": "මැනිෆෙස්ට් එකක්). ඕනෑම ෆෝල්ඩරයකට නිර්යාත කරන්න — සමමුහුර්ත ධාවකයක්, USB ස්ටික් එකක්, හෝ සමමුහුර්ත ඉලක්කයක දේශීය සවි කිරීමකට — පසුව එය අනෙක් යන්ත්‍රයේ ආයාත කරන්න. ආයාත කළ රැස්වීම්වලට නව id ලැබේ, එබැවින් නැවත ආයාත කිරීම කිසිවිටෙක කිසිවක් උඩින් ලියන්නේ නැත.",
"settings.storage.export_dialog_title": "සියලුම රැස්වීම් මෙතැනට නිර්යාත කරන්න…",
"settings.storage.import_dialog_title": "පැකේජයක් (හෝ පැකේජ ෆෝල්ඩරයක්) ආයාත කරන්න…",
"settings.storage.exporting": "නිර්යාත වෙමින්…",
"settings.storage.export_all": "සියලුම රැස්වීම් නිර්යාත කරන්න…",
"settings.storage.importing": "ආයාත වෙමින්…",
"settings.storage.import_all": "රැස්වීම් ආයාත කරන්න…",
"settings.storage.exported_one": "රැස්වීම් {n}ක් නිර්යාත කරන ලදී.",
"settings.storage.exported_many": "රැස්වීම් {n}ක් නිර්යාත කරන ලදී.",
"settings.storage.imported_one": "රැස්වීම් {n}ක් ආයාත කරන ලදී.",
"settings.storage.imported_many": "රැස්වීම් {n}ක් ආයාත කරන ලදී.",
"settings.calendar.title": "දින දර්ශනය සහ Outlook .pst",
"settings.calendar.intro_1": "දේශීය Outlook උපස්ථයකින් සිදුවීම් සහ සහභාගිවන්නන් ආයාත කරන්න",
"settings.calendar.intro_2": "— කියවීමට පමණි, ගොනුවට කිසිවක් නැවත ලියන්නේ නැත. මෙම උපාංගයෙන් කිසිවක් පිටතට යන්නේ නැත.",
"settings.calendar.pst_file": ".pst ගොනුව",
"settings.calendar.no_file": "ගොනුවක් තෝරා නැත",
"settings.calendar.browse": "බ්‍රවුස් කරන්න…",
"settings.calendar.password": "මුරපදය",
"settings.calendar.password_note": "කලාතුරකින් අවශ්‍යයි",
"settings.calendar.optional": "විකල්ප",
"settings.calendar.import_range": "ආයාත පරාසය",
"settings.calendar.range_30": "පසුගිය දින 30",
"settings.calendar.range_90": "පසුගිය දින 90",
"settings.calendar.range_180": "පසුගිය මාස 6",
"settings.calendar.range_365": "පසුගිය වර්ෂ 1",
"settings.calendar.range_all": "සියලු කාලය",
"settings.calendar.range_hint": "දිගු කලක් පවතින තැපැල් පෙට්ටියක වසර ගණනක පුනරාවර්තන/නිවාඩු ඇතුළත් කිරීම් තිබිය හැක — පරාසය පටු කිරීම ආයාත කළ දින දර්ශනය සැබවින්ම අදාළ දෑට පමණක් තබා ගනී. මෙය මෙම ආයාත බොත්තමට මෙන්ම දියත් කිරීමේදී ස්වයංක්‍රීය නැවත ආයාතයට ද අදාළ වේ.",
"settings.calendar.importing": "ආයාත වෙමින්…",
"settings.calendar.import": "ආයාත කරන්න",
"settings.calendar.import_progress": "සිදුවීම් {processed}/{total}",
"settings.calendar.auto_reimport": "දියත් කිරීමේදී මෙම ගොනුව ස්වයංක්‍රීයව නැවත ආයාත කරන්න",
"settings.calendar.auto_reimport_hint": "කාල නියාමකයක් මත නොව, ආරම්භයේදී වරක් ධාවනය වේ — නැවත ආයාත කිරීම ආරක්ෂිතව නැවත කළ හැක (පවතින සිදුවීම් ගැලපී යාවත්කාලීන වේ, අනුපිටපත් නොවේ).",
"settings.calendar.import_failed": "ආයාතය අසාර්ථකයි: {error} — ගොනුවම ස්පර්ශ නොකෙරේ; මාර්ගය පරීක්ෂා කර නැවත උත්සාහ කරන්න.",
"settings.calendar.cleanup_title": "පිරිසිදු කරන්න",
"settings.calendar.cleanup_hint": "පටිගත කළ රැස්වීමකට දැනටමත් අමුණා ඇති සිදුවීම්, පහත ඕනෑම විකල්පයක් තෝරාගත්තද, සැමවිටම තබා ගැනේ.",
"settings.calendar.cleanup_30": "දින 30කට වඩා පැරණි",
"settings.calendar.cleanup_90": "දින 90කට වඩා පැරණි",
"settings.calendar.cleanup_180": "මාස 6කට වඩා පැරණි",
"settings.calendar.cleanup_365": "වර්ෂ 1කට වඩා පැරණි",
"settings.calendar.cleanup_all": "සියල්ල මකන්න",
"settings.calendar.cleaning": "පිරිසිදු වෙමින්…",
"settings.calendar.cleanup_btn": "දින දර්ශනය පිරිසිදු කරන්න",
"settings.calendar.cleanup_result": "{deleted}{extra} මකන ලදී.",
"settings.calendar.cleanup_kept": ", {n}ක් තබා ගන්නා ලදී (රැස්වීමකට සම්බන්ධ)",
"settings.calendar.cleanup_failed": "පිරිසිදු කිරීම අසාර්ථකයි: {error}",
"settings.calendar.imported_events": "ආයාත කළ සිදුවීම්",
"settings.calendar.no_events": "තවම සිදුවීම් ආයාත කර නැත.",
"settings.calendar.search_title": "මාතෘකාව සොයන්න",
"settings.calendar.search_placeholder": "රැස්වීමේ නම…",
"settings.calendar.date_label": "දිනය",
"settings.calendar.events_count": "සිදුවීම් {total}න් {shown}ක්",
"settings.calendar.untitled": "(මාතෘකා රහිත)",
"settings.dialog_title": "සැකසුම්",
"settings.close": "වසන්න",
"settings.close_title": "වසන්න (Esc)",
"settings.sync.stub": "පෙරදසුන් ප්‍රකාරය — සමමුහුර්ත පසුඅන්තය තවම ක්‍රියාත්මක කර නැත (අදියර 9). වෙනස්කම් අතුරුමුහුණතේ පමණක් තබා ගැනේ.",
"settings.sync.title": "සමමුහුර්තකරණය සහ උඩුගත කිරීම",
"settings.sync.enable_label": "වින්‍යාස කළ ඉලක්ක වෙත රැස්වීම් අංග උඩුගත කිරීම සක්‍රීය කරන්න",
"settings.sync.enable_hint": "පෙරනිමියෙන් අක්‍රියයි. මෙය සක්‍රීය වී ඉලක්කයක් සක්‍රීය නොවන තෙක් කිසිවක් උඩුගත නොවේ. ස්වයං-සත්කාරක ඉලක්ක දත්ත ඔබේම සේවාදායකයේ තබා ගනී; තෙවන පාර්ශව වලාකුළු පැහැදිලිව ලේබල් කර ඇත.",
"settings.sync.targets_title": "ඉලක්ක",
"settings.sync.no_targets": "තවම ඉලක්ක නැත. පහත එකක් එක් කරන්න.",
"settings.sync.third_party": "තෙවන පාර්ශව",
"settings.sync.your_server": "ඔබේ සේවාදායකය",
"settings.sync.edit": "සංස්කරණය කරන්න",
"settings.sync.remove": "ඉවත් කරන්න",
"settings.sync.edit_target": "ඉලක්කය සංස්කරණය කරන්න",
"settings.sync.add_target": "ඉලක්කයක් එක් කරන්න",
"settings.sync.webdav_hint": "WebDAV මගින් Nextcloud, ownCloud, Cloudreve, Seafile සහ Synology ආවරණය කරයි. (Seafile: සේවාදායක පැත්තේ SeafDAV සක්‍රීය කරන්න.)",
"settings.sync.name": "නම",
"settings.sync.name_placeholder": "නිවසේ Nextcloud",
"settings.sync.provider": "සැපයුම්කරු",
"settings.sync.server_url": "සේවාදායක URL",
"settings.sync.server_url_note_1": "ඔබේ සේවාදායක URL පමණි — WhispAssist ස්වයංක්‍රීයව",
"settings.sync.server_url_note_2": "එක් කරයි.",
"settings.sync.remote_folder": "දුරස්ථ ෆෝල්ඩරය",
"settings.sync.username": "පරිශීලක නාමය",
"settings.sync.app_password": "යෙදුම් මුරපදය",
"settings.sync.pw_keep": "වත්මන් මුරපදය තබා ගැනීමට හිස්ව තබන්න",
"settings.sync.pw_store": "OS අක්තපත්‍ර ගබඩාවේ ගබඩා කර ඇත",
"settings.sync.upload_legend": "උඩුගත කරන්න",
"settings.sync.artifact_transcript": "පිටපත",
"settings.sync.artifact_notes": "සටහන්",
"settings.sync.artifact_summary": "සාරාංශය",
"settings.sync.artifact_recording": "පටිගත කිරීම (.wav, රඳවා තබා ගත්තේ නම්)",
"settings.sync.allow_plaintext": "LAN ලිපිනයකට සරල පෙළ http ඉඩ දෙන්න (නිර්දේශ නොකෙරේ)",
"settings.sync.encrypt_before": "උඩුගත කිරීමට පෙර සංකේතනය කරන්න (ගමනාන්තය සංකේත පෙළ පමණක් ගබඩා කරයි)",
"settings.sync.requires_vault": "— අගුළු හළ සුරක්ෂිතාගාරයක් අවශ්‍යයි",
"settings.sync.test_connection": "සම්බන්ධතාවය පරීක්ෂා කරන්න",
"settings.sync.save_changes": "වෙනස්කම් සුරකින්න",
"settings.sync.add_target_btn": "ඉලක්කය එක් කරන්න",
"settings.sync.cancel": "අවලංගු කරන්න",
"settings.sync.third_party_banner": "{kind} යනු තෙවන පාර්ශව වලාකුළකි — උඩුගත කිරීම ඔබේ දත්ත ඔබේ උපාංගයෙන් පිටතට {kind} වෙත යවයි.",
"settings.sync.link_account": "{kind} ගිණුම සම්බන්ධ කරන්න…",
"settings.sync.oauth_hint": "OAuth පිවිසුමක් විවෘත කරයි (ලූප්බැක් යළි-යොමුව); ටෝකනය ඔබේ OS අක්තපත්‍ර ගබඩාවේ ගබඩා වේ.",
"settings.sync.footnote": "අක්තපත්‍ර කිසිවිටෙක සැකසුම් හෝ දත්ත සමුදායට ලියන්නේ නැත — OS අක්තපත්‍ර ගබඩාවට පමණි. LAN නොවන ඉලක්ක සඳහා TLS අවශ්‍යයි.",
"settings.ai.title": "AI සාරාංශ සැපයුම්කරු",
"settings.ai.intro_1": "සාරාංශ පෙරනිමියෙන් දේශීය LLM එකක ධාවනය වේ. මෙය මෙම PC හෝ ඔබේ LAN හි වෙනත් යන්ත්‍රයක Ollama වෙත යොමු කරන්න (උදා.",
"settings.ai.intro_2": "— දෙකම දේශීය ලෙස ගණන් ගැනේ, එබැවින් ඔබේ ජාලයෙන් කිසිවක් පිටතට යන්නේ නැත. සත්කාරක සැපයුම්කරුවන් (Anthropic) විකල්ප වන අතර, පෙරනිමියෙන් අක්‍රියයි, ඔබ එකක් සක්‍රීය කළ විගස පිටපත තෙවන පාර්ශවයකට යවයි.",
"settings.ai.provider": "සැපයුම්කරු",
"settings.ai.off": "අක්‍රිය",
"settings.ai.provider_ollama": "Ollama (දේශීය / LAN)",
"settings.ai.provider_custom": "අභිරුචි (OpenAI-අනුකූල)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — සත්කාරක, මෙම උපාංගයෙන් පිටතට යයි",
"settings.ai.endpoint": "අන්ත ලක්ෂ්‍යය",
"settings.ai.model": "ආකෘතිය",
"settings.ai.api_key": "API යතුර",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (දැනටමත් සකසා ඇත — තබා ගැනීමට හිස්ව තබන්න)",
"settings.ai.show_api_key": "API යතුර පෙන්වන්න",
"settings.ai.hide_api_key": "API යතුර සඟවන්න",
"settings.ai.anthropic_banner": "Anthropic යනු සත්කාරක තෙවන පාර්ශව සේවාවකි — ඔබ සාරාංශයක් ජනනය කරන විට මෙම රැස්වීමේ පිටපත ඔබේ උපාංගයෙන් පිටතට යයි.",
"settings.ai.endpoint_banner": "මෙම අන්ත ලක්ෂ්‍යය ඔබේ යන්ත්‍රයේ හෝ LAN හි නැත — ඔබේ පිටපත ඔබේ ජාලයෙන් පිටතට යනු ඇත.",
"settings.ai.saving": "සුරකිමින්…",
"settings.ai.save": "සුරකින්න",
"settings.ai.test_connection": "සම්බන්ධතාවය පරීක්ෂා කරන්න",
"settings.ai.this_hosted_provider": "මෙම සත්කාරක සැපයුම්කරු",
"settings.ai.reachable": "ළඟා විය හැක",
"settings.ai.unreachable": "ළඟා විය නොහැක",
"settings.ai.model_count_one": "· ආකෘති {n}",
"settings.ai.model_count_many": "· ආකෘති {n}",
"settings.ai.on_lan": "· ඔබේ යන්ත්‍රයේ / LAN හි",
"settings.ai.leaves_network": "· ඔබේ ජාලයෙන් පිටතට යයි",
"settings.ai.advanced_title": "උසස් Ollama වින්‍යාසය",
"settings.ai.changed": "{n}ක් වෙනස් විය",
"settings.ai.reset_all": "සියල්ල පෙරනිමියට යළි සකසන්න",
"settings.ai.system_prompt": "පද්ධති විමසුම",
"settings.ai.system_prompt_placeholder": "උදා. ඔබ සංක්ෂිප්ත රැස්වීම් සාරාංශකරුවෙකි.",
"settings.ai.system_prompt_hint": "WhispAssist හි අවශ්‍ය ප්‍රතිදාන ආකෘතියට පෙර එක් කරයි, එබැවින් ඔබේ උපදෙස්වලට සාරාංශ/ක්‍රියා-අයිතම විග්‍රහ කිරීම බිඳ දැමිය නොහැක.",
"settings.ai.think": "සිතන්න",
"settings.ai.think_help": "තර්කන උත්සාහය (තර්කන ආකෘති පමණි).",
"settings.ai.keep_alive": "සක්‍රීයව තබා ගන්න",
"settings.ai.keep_alive_help": "ආකෘතිය RAM හි කොපමණ කාලයක් පවතීද. උදා. 5m, 1h, 0 (බෑම), -1 (සදාකල්).",
"settings.ai.runtime_hardware": "ධාවන කාලය සහ දෘඪාංග",
"settings.ai.rarely_needed": "— කලාතුරකින් අවශ්‍යයි",
"settings.ai.save_advanced": "උසස් සුරකින්න",
"settings.ai.saved": "සුරකින ලදී",
"settings.ai.turn_off": "අක්‍රිය කරන්න",
"settings.ai.default_value": "පෙරනිමිය {value}.",
"settings.ai.reset_default": "පෙරනිමියට යළි සකසන්න",
"settings.ai.reset_field": "{name} යළි සකසන්න",
"settings.mcp.title": "MCP සේවාදායකය",
"settings.mcp.banner_1": "මෙය ඔබේම කේතන නියෝජිතයාට (Claude Code, Codex, Copilot, OpenCode, …) ඔබේ දේශීය යන්ත්‍රයේ රැස්වීම් සන්දර්භය ලබා ගැනීමට ඉඩ දෙයි. සම්බන්ධ වූ පසු,",
"settings.mcp.banner_agent": "එම නියෝජිතයා",
"settings.mcp.banner_2": "එය කියවන දේ තම මාදිලි සැපයුම්කරුගේ වලාකුළට යැවිය හැක — WhispAssist හි පාලනයෙන් පිටත. WhispAssist විසින්ම මෙම දත්ත කිසිවිටෙක කොතැනකටවත් නොයවයි; සේවාදායකය මෙම උපාංගයේ පමණක් සවන් දෙයි (",
"settings.mcp.banner_3": "), සහ සෑම කියවීමක්ම පහත ලොග් වේ.",
"settings.mcp.enable": "MCP සේවාදායකය සක්‍රීය කරන්න",
"settings.mcp.enable_hint": "පෙරනිමියෙන් අක්‍රියයි. ලූප්බැක් පමණි, ටෝකන්-ආරක්ෂිත — ජාලයෙන් කිසිවකට ළඟා විය නොහැක.",
"settings.mcp.transport": "ප්‍රවාහනය",
"settings.mcp.transport_http": "ප්‍රවාහ HTTP",
"settings.mcp.transport_stdio": "stdio (නියෝජිතයා ක්‍රියාවලියක් ජනනය කරයි)",
"settings.mcp.port": "තොට",
"settings.mcp.transport_change_hint": "ප්‍රවාහනය/තොට වෙනස් කිරීමට, පළමුව සේවාදායකය අක්‍රිය කර, පසුව නැවත සක්‍රීය කරන්න.",
"settings.mcp.scope_title": "විෂය පථය",
"settings.mcp.expose": "නිරාවරණය කරන්න",
"settings.mcp.scope_none": "කිසිවක් නැත — කිසිවක් බෙදා නොගැනේ",
"settings.mcp.scope_selected": "තෝරාගත් — ඔබ බෙදාගත් ලෙස සලකුණු කළ විශේෂාංග සාරාංශ පමණි",
"settings.mcp.scope_all": "සියල්ල — රැස්වීම්, පිටපත්, ක්‍රියා-අයිතම සහ බෙදාගත් සාරාංශ",
"settings.mcp.expose_recordings": "සුරැකි පටිගත කිරීමක් සහිත රැස්වීම්ද ඉඩ දෙන්න (පෙරනිමියෙන් අක්‍රියයි — මෙය සක්‍රීය වන තෙක් පටිගත කළ රැස්වීමක පිටපත “සියල්ල” විෂය පථයේ පවා රඳවා ගැනේ)",
"settings.mcp.token_title": "නව සත්‍යාපන ටෝකනය — වරක් පෙන්වයි, දැන්ම එය පිටපත් කරන්න",
"settings.mcp.token_hint": "මෙය නැවත නොපෙන්වයි. එය ඔබේ OS අක්තපත්‍ර ගබඩාවේ ගබඩා වේ; එය නැති වුවහොත්, නවයක් සෑදීමට සේවාදායකය අක්‍රිය කර නැවත සක්‍රීය කරන්න.",
"settings.mcp.copied": "පිටපත් කරන ලදී",
"settings.mcp.copy": "පිටපත් කරන්න",
"settings.mcp.endpoint": "අන්ත ලක්ෂ්‍යය",
"settings.mcp.endpoint_hint": "ඔබේ නියෝජිතයාගේ MCP සේවාදායක වින්‍යාසය {kind} වෙත යොමු කරන්න, ඉහත ටෝකනය bearer අක්තපත්‍රයක් ලෙස භාවිත කරමින්.",
"settings.mcp.kind_command": "විධානය",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "ප්‍රවේශ ලොගය",
"settings.mcp.access_log_hint": "නියෝජිතයෙකු කරන සෑම මෙවලම් කියවීමක්ම, අවසර දුන්නද ප්‍රතික්ෂේප කළද (FR-MCP-5).",
"settings.mcp.no_reads": "තවම කිසිදු නියෝජිතයෙකු කිසිවක් කියවා නැත.",
"settings.mcp.log_meeting": "රැස්වීම {id}",
"settings.mcp.refresh": "නැවුම් කරන්න",
"settings.privacy.title": "පෞද්ගලිකත්වය",
"settings.privacy.intro": "WhispAssist හට දැන් සැබවින්ම මෙම උපාංගයෙන් පිටතට යැවීමට අවසර ඇති දේ. සියල්ල අක්‍රිය විට (පෙරනිමිය), උපාංගයෙන් කිසිවක් පිටතට යන්නේ නැත.",
"settings.privacy.llm_endpoint": "LLM අන්ත ලක්ෂ්‍යය",
"settings.privacy.off": "අක්‍රිය",
"settings.privacy.local_only": "දේශීය පමණි",
"settings.privacy.leaves_device": "මෙම උපාංගයෙන් පිටතට යයි",
"settings.privacy.sync_label": "සමමුහුර්තකරණය",
"settings.privacy.enabled": "සක්‍රීයයි",
"settings.privacy.mcp_label": "MCP සේවාදායකය",
"settings.privacy.mcp_on": "සක්‍රීය · {scope}",
"settings.privacy.mcp_loopback_note": "ලූප්බැක් හි පමණක් පැමිණෙන — ඉහත පිටතට යන ලැයිස්තුවට කිසිවක් එක් නොකරයි. සම්බන්ධිත නියෝජිතයෙකුට තවමත් තමා කියවන දේ තම මාදිලි සැපයුම්කරුට යැවිය හැක; MCP සේවාදායක ටැබය බලන්න.",
"settings.privacy.egress_title": "පිටතට යාමේ අවසර ලැයිස්තුව",
"settings.privacy.no_egress": "කිසිදු ධාරකයක් අවසර ලැයිස්තුවේ නැත — WA කිසිදු අන්තර්ගත පිටතට යාමක් නොකරයි.",
"settings.privacy.sync_targets_title": "සමමුහුර්ත ඉලක්ක",
"settings.privacy.third_party": "තෙවන පාර්ශව",
"settings.privacy.your_server": "ඔබේ සේවාදායකය",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "TLS නැත",
"settings.privacy.refresh": "නැවුම් කරන්න",
"settings.privacy.unavailable": "පෞද්ගලිකත්ව ස්වයං-පරීක්ෂාව ලද නොහැක.",
"settings.privacy.vault_title": "සංකේතන සුරක්ෂිතාගාරය",
"settings.privacy.vault_intro": "මුරපදයක් සමඟ සටහන්, පිටපත් සහ සාරාංශ නිශ්චලව සංකේතනය කරන්න. (ශ්‍රව්‍ය ගොනු තවම සංකේතනය නොකෙරේ.)",
"settings.privacy.vault_password": "සුරක්ෂිතාගාර මුරපදය",
"settings.privacy.enable_vault": "සුරක්ෂිතාගාරය සක්‍රීය කරන්න",
"settings.privacy.vault_pw_hint": "අවම වශයෙන් අක්ෂර 8ක් භාවිත කරන්න. ඔබ එය අමතක කළහොත්, සංකේතනය කළ අන්තර්ගතය ප්‍රතිසාධනය කළ නොහැක.",
"settings.privacy.vault_locked_1": "සුරක්ෂිතාගාරය ",
"settings.privacy.locked_word": "අගුළු දමා ඇත",
"settings.privacy.vault_locked_2": ". සංකේතනය කළ රැස්වීම් කියවීමට අගුළු හරින්න.",
"settings.privacy.password": "මුරපදය",
"settings.privacy.unlock": "අගුළු හරින්න",
"settings.privacy.vault_unlocked_1": "සුරක්ෂිතාගාරය ",
"settings.privacy.unlocked_word": "අගුළු හැර ඇත",
"settings.privacy.vault_unlocked_2": ". නව සටහන්, පිටපත් සහ සාරාංශ නිශ්චලව සංකේතනය වේ.",
"settings.privacy.lock_now": "දැන් අගුළු දමන්න",
"settings.privacy.change_password": "මුරපදය වෙනස් කරන්න",
"settings.privacy.current_password": "වත්මන් මුරපදය",
"settings.privacy.new_password": "නව මුරපදය",
"settings.about.title": "පිළිබඳව",
"settings.about.tagline": "සම්පූර්ණයෙන් දේශීය, විවෘත මූලාශ්‍ර, Windows-ස්වදේශීය රැස්වීම් සහායකයෙකි.",
"settings.about.build_commit": "ගොඩනැගීමේ කැපවීම",
"consent.heading": "පටිගත කිරීමට පෙර",
"consent.body": "සහභාගිවන්නන්ගේ අවසරයකින් තොරව සංවාද පටිගත කිරීම ඔබේ ප්‍රදේශයේ නීතිවිරෝධී විය හැක. ඔබේ දේශීය පටිගත කිරීමේ නීති පරීක්ෂා කරන්න. මෙය අවවාදයකි, නීති උපදෙසක් නොවේ.",
"consent.accept": "මම තේරුම් ගනිමි — පටිගත කිරීම සක්‍රීය කරන්න",
"consent.cancel": "අවලංගු කරන්න",
"hosted.heading": "{provider} භාවිත කිරීමට පෙර",
"hosted.body_1": "මගින් ජනනය කිරීම",
"hosted.body_2": "මෙම රැස්වීමේ පිටපත ඔවුන්ගේ සේවාදායක වෙත යවයි — එය මෙම උපාංගයෙන් පිටතට ගොස් ඔවුන්ගේ පෞද්ගලිකත්ව ප්‍රතිපත්තියට යටත් වේ. දත්ත ඔබේ උපාංගයෙන් පිටතට ගිය පසු එහි හැසිරවීම මත WhispAssist හට කිසිදු පාලනයක් නැත. මෙය පෙරනිමියෙන් අක්‍රියයි; ඔබ එය දැන් තෝරා ගනී.",
"hosted.accept": "මම තේරුම් ගනිමි — ඉදිරියට",
"hosted.cancel": "අවලංගු කරන්න",
"theme.group": "තේමාව",
"theme.system": "පද්ධතියට ගළපන්න",
"theme.light": "ලා",
"theme.dark": "අඳුරු",
"import.dialog_label": "ගොනුවකින් හෝ URL එකකින් රැස්වීමක් එක් කරන්න",
"import.title": "රැස්වීමක් එක් කරන්න",
"import.close": "වසන්න",
"import.close_title": "වසන්න (Esc)",
"import.body": "පවතින පටිගත කිරීමක් ආයාත කරන්න — දේශීය ශ්‍රව්‍ය/වීඩියෝ ගොනුවක්, හෝ සබැඳියක් (YouTube, ප්‍රවාහ පිටුවක්, හෝ සෘජු මාධ්‍ය URL එකක්). එය සජීවී පටිගත කිරීමක් මෙන්ම පිටපත් කර කථික වෙන් කරයි.",
"import.file_or_url": "ගොනුව හෝ URL",
"import.source_placeholder": "URL එකක් අලවන්න, හෝ ගොනුවක් සඳහා බ්‍රවුස් කරන්න…",
"import.choose_file": "දේශීය ගොනුවක් තෝරන්න",
"import.browse": "බ්‍රවුස් කරන්න…",
"import.title_label": "මාතෘකාව",
"import.optional": "විකල්ප",
"import.title_placeholder": "පෙරනිමියෙන් ගොනුවේ නම",
"import.filter_av": "ශ්‍රව්‍ය / වීඩියෝ",
"import.requires_1": "අවශ්‍යයි",
"import.requires_2": "ස්ථාපනය කර ඔබේ PATH හි (සහ",
"import.requires_3": "URL සඳහා). WhispAssist ඒවා ඇතුළත් නොකරයි.",
"import.importing": "ආයාත වෙමින්… මෙයට යම් කාලයක් ගත විය හැක",
"import.import": "ආයාත කරන්න",
"import.cancel": "අවලංගු කරන්න",
"tagchip.filter": "“{tag}” ටැගය සහිත රැස්වීම් පෙරන්න",
"tagchip.remove": "{tag} ටැගය ඉවත් කරන්න",
"levelmeter.system_mic": "පද්ධති සහ මයික්‍රොෆෝන ආදාන මට්ටම",
"levelmeter.system": "පද්ධති ආදාන මට්ටම",
"app.tagline": "දේශීය · පෞද්ගලික",
"app.note_template": "සටහන් අච්චුව",
"app.no_template": "අච්චුවක් නැත",
"app.add_meeting": "රැස්වීම එක් කරන්න",
"app.add_meeting_title": "ගොනුවකින් හෝ URL එකකින් රැස්වීමක් එක් කරන්න",
"app.record": "පටිගත කරන්න",
"app.record_title": "පටිගත කිරීම ආරම්භ කරන්න (Ctrl+Shift+R)",
"app.stop": "නවත්වන්න",
"app.stop_title": "පටිගත කිරීම නවත්වන්න (Ctrl+Shift+R)",
"app.cancel": "අවලංගු කරන්න",
"app.cancel_title": "මෙම පටිගත කිරීම ඉවත දමා මකන්න",
"app.recording": "පටිගත වෙමින්…",
"app.backend_title": "සක්‍රීය පිටපත් කිරීමේ පසුඅන්තය",
"app.retention_title": "මෙම රැස්වීම සඳහා ශ්‍රව්‍ය .wav ලෙස සුරකින්න",
"app.saving": "සුරකිමින්",
"app.not_saved": "සුරකා නැත",
"app.reconnecting": "ශ්‍රව්‍ය උපාංගය නැවත සම්බන්ධ වෙමින්…",
"app.settings": "සැකසුම්",
"app.settings_title": "සැකසුම් (Ctrl+,)",
"app.discard_confirm": "මෙම පටිගත කිරීම ඉවත දමන්නද? එහි ශ්‍රව්‍ය සහ පිටපත මකා දැමේ.",
"app.announce_started": "පටිගත කිරීම ආරම්භ විය",
"app.announce_paused": "පටිගත කිරීම විරාම විය",
"app.announce_stopped": "පටිගත කිරීම නැවතුණි",
"app.consent_dialog": "පටිගත කිරීමේ අවසරය",
"app.vault_dialog": "සංකේතන සුරක්ෂිතාගාරය අගුළු හරින්න",
"app.vault_title": "සංකේතන සුරක්ෂිතාගාරය අගුළු හරින්න",
"app.vault_desc": "ඔබේ රැස්වීම් නිශ්චලව සංකේතනය කර ඇත. ඒවා කියවීමට ඔබේ මුරපදය ඇතුළත් කරන්න.",
"app.vault_password": "සුරක්ෂිතාගාර මුරපදය",
"app.vault_incorrect": "වැරදි මුරපදය",
"app.unlock": "අගුළු හරින්න",
"app.continue_locked": "අගුළු දමා ඉදිරියට",
"app.show_meetings": "රැස්වීම් ලැයිස්තුව පෙන්වන්න",
"app.hide_meetings": "රැස්වීම් ලැයිස්තුව සඟවන්න",
"app.show_summary": "සාරාංශ පැනලය පෙන්වන්න",
"app.hide_summary": "සාරාංශ පැනලය සඟවන්න",
"app.resize_meetings": "රැස්වීම් ලැයිස්තුවේ ප්‍රමාණය වෙනස් කරන්න",
"app.resize_summary": "සාරාංශ පැනලයේ ප්‍රමාණය වෙනස් කරන්න",
"meetings.search_placeholder": "රැස්වීම් සොයන්න…",
"meetings.search_aria": "රැස්වීම් සොයන්න",
"meetings.filter_tag_aria": "ටැගය අනුව පෙරන්න",
"meetings.all_tags": "සියලු ටැග",
"meetings.from_date_aria": "දිනයේ සිට",
"meetings.to_date_aria": "දිනය දක්වා",
"meetings.bulk_format_aria": "තොග නිර්යාත ආකෘතිය",
"meetings.bulk_export": "තොග නිර්යාතය",
"meetings.bulk_export_title": "ඉහත ටැග/දින පෙරහන් වලට ගැලපෙන සෑම රැස්වීමක්ම නිර්යාත කරන්න",
"meetings.exporting": "නිර්යාත වෙමින්…",
"meetings.exported_one": "රැස්වීම් {n}ක් නිර්යාත කරන ලදී.",
"meetings.exported_many": "රැස්වීම් {n}ක් නිර්යාත කරන ලදී.",
"meetings.searching": "සොයමින්…",
"meetings.loading": "රැස්වීම් පූරණය වෙමින්…",
"meetings.no_matches": "ගැලපීම් නැත.",
"meetings.empty": "තවම රැස්වීම් නැත — ආරම්භ කිරීමට ඉහත පටිගත කරන්න ක්ලික් කරන්න.",
"meetings.status.recording": "පටිගත වෙමින්",
"meetings.status.transcribing": "පිටපත් වෙමින්",
"meetings.status.recovering": "ප්‍රතිසාධනය වෙමින්",
"meetings.status.error": "දෝෂය",
"meetings.resume": "පිටපත් කිරීම නැවත ආරම්භ කරන්න",
"meetings.delete_aria": "රැස්වීම මකන්න",
"meetings.delete_confirm": "මෙම රැස්වීම මකන්නද? මෙය එහි පටිගත කිරීම, පිටපත සහ සටහන් ඉවත් කරයි.",
"transcript.heading": "පිටපත",
"transcript.title_aria": "රැස්වීමේ මාතෘකාව",
"transcript.lang_title": "පිටපත් කිරීමේ භාෂාව",
"transcript.lang_auto": "හඳුනා ගනිමින්…",
"transcript.show": "පිටපත පෙන්වන්න",
"transcript.hide": "පිටපත සඟවන්න",
"transcript.empty": "මෙම රැස්වීම සඳහා පිටපතක් නැත.",
"transcript.will_appear": "ඔබ පටිගත කරන විට පිටපත මෙතැන දිස්වේ.",
"transcript.play_from_here": "මෙතැන සිට වාදනය කරන්න",
"transcript.resize": "පිටපත සහ සටහන් ප්‍රමාණය වෙනස් කරන්න",
"transcript.reprocess_placeholder": "මෙය සමඟ නැවත පිටපත් කරන්න…",
"transcript.reprocess_lang_aria": "නැවත සැකසුම් භාෂාව",
"transcript.reprocess_keep_lang": "වත්මන් භාෂාව තබා ගන්න",
"transcript.reprocess_go": "යන්න",
"transcript.retranscribing": "නැවත පිටපත් වෙමින්…",
"transcript.has_note": "සටහනක් ඇත",
"transcript.note_placeholder": "මෙම මොහොත සඳහා සටහනක් එක් කරන්න…",
"transcript.note_aria": "මෙම පිටපත් පේළිය සඳහා සටහන",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word ලේඛනය",
"transcript.filter_obsidian": "Obsidian සටහන",
"notes.heading": "සටහන්",
"notes.show": "සටහන් පෙන්වන්න",
"notes.hide": "සටහන් සඟවන්න",
"notes.placeholder": "සටහන්…",
"notes.live_placeholder": "කතා කරන අතරතුර සටහන් ටයිප් කරන්න…",
"notes.toolbar_aria": "සටහන් හැඩතලකරණය",
"notes.bold": "තදකුරු",
"notes.italic": "ඇල අකුරු",
"notes.h1": "ශීර්ෂය 1",
"notes.h2": "ශීර්ෂය 2",
"notes.bullet": "බුලට් ලැයිස්තුව",
"notes.checkbox_title": "සලකුණු කොටුව",
"notes.checkbox_aria": "සලකුණු කොටු ලැයිස්තු අයිතමය",
"notes.edit_raw": "අමු markdown සංස්කරණය කරන්න",
"notes.render": "markdown විදහන්න",
"notes.editor": "සංස්කාරකය",
"notes.preview": "පෙරදසුන",
"notes.export_md_title": "සටහන් .md ලෙස නිර්යාත කරන්න",
"notes.export_pdf_title": "සටහන් .pdf ලෙස නිර්යාත කරන්න",
"notes.export_docx_title": "සටහන් .docx ලෙස නිර්යාත කරන්න",
"notes.export_bundle_title": "ශ්‍රව්‍ය + පිටපත + සටහන් ෆෝල්ඩරයකට නිර්යාත කරන්න",
"notes.export_obsidian_title": "එක් Obsidian සටහනක් නිර්යාත කරන්න (සටහන් + සාරාංශය + පිටපත, ශ්‍රව්‍ය නැත)",
"summary.recording_heading": "පටිගත කිරීම",
"summary.loading_recording": "පටිගත කිරීම පූරණය වෙමින්…",
"summary.sync_heading": "සමමුහුර්තකරණය",
"summary.uploading": "උඩුගත වෙමින්…",
"summary.upload_now": "දැන් උඩුගත කරන්න",
"summary.no_uploads": "මෙම රැස්වීම සඳහා තවම උඩුගත කිරීම් නැත.",
"summary.retry": "නැවත උත්සාහ කරන්න",
"summary.tags_heading": "ටැග",
"summary.tags_select": "රැස්වීමක් ටැග් කිරීමට එය තෝරන්න.",
"summary.tag_add_placeholder": "ටැගය එක් කරන්න…",
"summary.tag_first_placeholder": "ව්‍යාපෘතිය, සේවාදායකයා, මාතෘකාව…",
"summary.generating": "ජනනය වෙමින්…",
"summary.generate_tags": "ටැග ජනනය කරන්න",
"summary.saving": "සුරකිමින්…",
"summary.save_tags": "ටැග සුරකින්න",
"summary.summary_heading": "සාරාංශය",
"summary.ai_provider": "AI සැපයුම්කරු",
"summary.provider_off": "අක්‍රිය",
"summary.provider_custom": "අභිරුචි",
"summary.local": "දේශීය",
"summary.leaves_device": "මෙම උපාංගයෙන් පිටතට යයි",
"summary.this_hosted_provider": "මෙම සත්කාරක සැපයුම්කරු",
"summary.select_generate": "සාරාංශයක් ජනනය කිරීමට රැස්වීමක් තෝරන්න.",
"summary.decisions_heading": "තීරණ",
"summary.regenerate": "නැවත ජනනය කරන්න",
"summary.generated_hint": "රැස්වීමෙන් පසු දේශීයව ජනනය කරන ලදී (දේශීය LLM සැපයුම්කරුවෙකු අවශ්‍යයි).",
"summary.no_provider": "AI සැපයුම්කරුවෙකු වින්‍යාස කර නැත — සැකසුම්වල එකක් සක්‍රීය කරන්න.",
"summary.generate_summary": "සාරාංශය ජනනය කරන්න",
"summary.briefs_heading": "විශේෂාංග සාරාංශ",
"summary.briefs_select": "විශේෂාංග සාරාංශ සෑදීමට හෝ බැලීමට රැස්වීමක් තෝරන්න.",
"summary.briefs_desc": "මෙම රැස්වීම නියෝජිතයාට සූදානම් පිරිවිතරයකට පෙරයි (දේශීය LLM සැපයුම්කරුවෙකු අවශ්‍යයි) — එය කේතන නියෝජිතයෙකුට දෙන්න, හෝ MCP සේවාදායකය සක්‍රීය වූ පසු එය හරහා සපයන්න.",
"summary.brief_repo_placeholder": "ඉලක්ක ගබඩාව (විකල්ප), උදා. acme/reporting-web",
"summary.distilling": "පෙරමින්…",
"summary.create_brief": "විශේෂාංග සාරාංශය සාදන්න",
"summary.brief_mcp_title": "MCP සේවාදායකය සක්‍රීය විට ලද හැක",
"summary.copied": "පිටපත් කරන ලදී",
"summary.copy_md": "Markdown ලෙස පිටපත් කරන්න",
"summary.copy_json": "JSON ලෙස පිටපත් කරන්න",
"summary.brief_problem": "ගැටලුව",
"summary.brief_outcome": "අපේක්ෂිත ප්‍රතිඵලය",
"summary.brief_criteria": "පිළිගැනීමේ නිර්ණායක",
"summary.brief_none": "කිසිවක් ග්‍රහණය කර නැත.",
"summary.brief_context": "සන්දර්භය",
"summary.action_items_heading": "ක්‍රියා-අයිතම",
"summary.ai_select": "එහි ක්‍රියා-අයිතම බැලීමට රැස්වීමක් තෝරන්න.",
"summary.ai_empty": "තවම කිසිවක් නැත — පහත එකක් එක් කරන්න, හෝ ඒවා ස්වයංක්‍රීයව උකහා ගැනීමට සාරාංශයක් ජනනය කරන්න.",
"summary.confirmed": "තහවුරු කරන ලදී",
"summary.ai_text_placeholder": "ක්‍රියා-අයිතමය…",
"summary.ai_text_aria": "ක්‍රියා-අයිතම පෙළ",
"summary.owner": "හිමිකරු",
"summary.due_date": "නියමිත දිනය",
"summary.reminder_title": "මෙම නියමිත දිනය සඳහා දේශීය මතක් කිරීමක් උපලේඛනගත කරන්න",
"summary.ai_delete_title": "මෙම ක්‍රියා-අයිතමය මකන්න",
"summary.ai_delete_aria": "ක්‍රියා-අයිතමය මකන්න",
"summary.add_action_item": "ක්‍රියා-අයිතමය එක් කරන්න",
"summary.save_action_items": "ක්‍රියා-අයිතම සුරකින්න",
"summary.calendar_heading": "දින දර්ශන සිදුවීම",
"summary.cal_select": "රැස්වීමක් දින දර්ශන සිදුවීමකට සම්බන්ධ කිරීමට එය තෝරන්න.",
"summary.event_search_placeholder": "සිදුවීම් මාතෘකාව සොයන්න…",
"summary.linked_event": "සම්බන්ධිත සිදුවීම",
"summary.change_event": "සිදුවීම වෙනස් කරන්න…",
"summary.link_event": "සිදුවීමක් සම්බන්ධ කරන්න…",
"summary.untitled_event": "(මාතෘකා රහිත)",
"summary.no_events_1": "තවම සිදුවීම් ආයාත කර නැත — එකක්",
"summary.no_events_2": "සැකසුම් → දින දර්ශනයෙන් ආයාත කරන්න.",
"summary.no_events_match": "මෙම සෙවීම/දිනයට කිසිදු සිදුවීමක් නොගැලපේ — එකක් හිස් කිරීමට උත්සාහ කරන්න.",
"summary.organizer_label": "සංවිධායක: {name}",
"summary.participants_heading": "සහභාගිවන්නන්",
"summary.participants_hint": "සම්බන්ධිත දින දර්ශන සිදුවීමෙන් පුරවනු ලැබේ.",
"summary.speakers_heading": "කථිකයන්",
"summary.speakers_select": "එහි කථිකයන්ට නම් දීමට රැස්වීමක් තෝරන්න.",
"summary.no_speakers": "තවම කථිකයන් හඳුනාගෙන නැත.",
"summary.speaker_name_placeholder": "කථිකයාගේ නම",
"summary.save": "සුරකින්න",
"summary.cancel": "අවලංගු කරන්න",
"summary.name_speaker": "මෙම කථිකයාට නම් කරන්න…",
"summary.add_new_name": "+ නව නමක් එක් කරන්න…",
"settings.recording.title": "පටිගත කිරීම",
"settings.recording.record_default": "පෙරනිමියෙන් රැස්වීම් පටිගත කරන්න",
"settings.recording.save_audio_as": "ශ්‍රව්‍ය මෙසේ සුරකින්න",
"settings.recording.default_hint": "පෙරනිමියෙන් අක්‍රියයි. අක්‍රිය විට, ශ්‍රව්‍ය පිටපත සෑදීමට පමණක් භාවිත වී රැස්වීම අවසන් වන විට මකා දැමේ. ඔබට රැස්වීමකට පටිගත කිරීම ද මාරු කළ හැක.",
"settings.recording.consent_label": "අවසරය: {status}.",
"settings.recording.consent_ack": "පිළිගත්තා",
"settings.recording.consent_not": "තවම පිළිගෙන නැත",
"settings.recording.auto_label": "දින දර්ශන සිදුවීමක් ආරම්භ වන විට ස්වයංක්‍රීයව පටිගත කිරීම ආරම්භ කරන්න",
"settings.recording.auto_hint": "WhispAssist විවෘතව තිබෙන විට පමණි. ආයාත කළ දින දර්ශන සිදුවීමක ආරම්භක වේලාව පැමිණි විට, පටිගත කිරීමක් ස්වයංක්‍රීයව ආරම්භ වේ (ඉහත ඔබේ පෙරනිමි රඳවා තබා ගැනීමේ සැකසුම භාවිත කරමින්). පසුබිමින් කිසිවක් ධාවනය නොවේ — යෙදුම ධාවනය වන විට පමණක් කාල නියාමකය සක්‍රීයයි. සැකසුම් → දින දර්ශනය යටතේ සිදුවීම් ආයාත කරන්න."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "Inspelning",
"nav.hardware": "Maskinvara",
"nav.storage": "Lagring",
"nav.calendar": "Kalender",
"nav.sync": "Synkronisering",
"nav.ai": "AI",
"nav.mcp": "MCP-server",
"nav.privacy": "Integritet",
"nav.about": "Om",
"nav.language": "Språk",
"settings.language.title": "Språk",
"settings.language.display": "Visningsspråk",
"settings.language.display_hint": "Språket för appens gränssnitt. Att lägga till ett språk är lika enkelt som att släppa in en enda översättningsfil.",
"settings.transcription.title": "Transkriberingsspråk",
"settings.transcription.label": "Språk",
"settings.transcription.auto": "Identifiera automatiskt",
"settings.transcription.applies_hint": "Gäller nästa inspelning. Det språk som faktiskt användes visas därefter på varje möte.",
"settings.transcription.english_only": "Endast engelska",
"settings.transcription.model_english_only": "”{model}” är endast på engelska.",
"settings.transcription.no_model": "Ingen modell vald.",
"settings.transcription.switch_multilingual": "Byt till en flerspråkig modell ovan för att välja ett språk.",
"settings.hardware.title": "Maskinvara",
"settings.hardware.active_backend": "Aktiv backend",
"settings.hardware.model_meta": "· modell {size}",
"settings.hardware.preferred_backend": "Föredragen backend",
"settings.hardware.auto_backend": "Automatisk (bäst tillgängliga)",
"settings.hardware.not_available": "ej tillgänglig",
"settings.hardware.fallback_hint": "Faller automatiskt tillbaka (NPU → NVIDIA → AMD → Intel → CPU) om den valda backenden inte går att läsa in.",
"settings.hardware.audio_devices": "Ljudenheter",
"settings.hardware.recording_device": "Inspelningsenhet",
"settings.hardware.default_system_audio": "Standardsystemljud",
"settings.hardware.recording_device_hint": "WhispAssist spelar in det som den här enheten spelar upp (loopback) — den andra sidan av samtalet. Välj en specifik utgång om du inte vill att den ska följa Windows systemstandard.",
"settings.hardware.microphone": "Mikrofon",
"settings.hardware.mic_off": "Av — fånga inte min mikrofon",
"settings.hardware.default_mic": "Standardmikrofon",
"settings.hardware.mic_hint": "Lägger till din egen röst i den direktsända transkriptionen så att båda sidor av mötet fångas. Stannar på din enhet — inget laddas upp. Välj ”Av” för att endast transkribera systemljudet ovan.",
"settings.hardware.npu_detected": "NPU-accelerator upptäckt",
"settings.hardware.ready": "Redo",
"settings.hardware.downloading": "Laddar ner…",
"settings.hardware.package_needed": "Paket krävs",
"settings.hardware.npu_hint": "Din NPU behöver ett engångspaket för acceleration (Whisper ONNX-modell{extra}). Det laddas ner i bakgrunden; du kan också starta det nu.",
"settings.hardware.plus_openvino": " + OpenVINO-körmiljö",
"settings.hardware.download_npu": "Ladda ner NPU-paket",
"settings.hardware.dml_title": "GPU-acceleration (DirectML)",
"settings.hardware.dml_hint": "Din GPU kan accelereras utan Vulkan via DirectML — ett engångspaket (Whisper ONNX-modell{extra}).",
"settings.hardware.plus_directml": " + DirectML-körmiljö",
"settings.hardware.download_dml": "Ladda ner DirectML-paket",
"settings.hardware.detection_unavailable": "Identifiering av maskinvara ej tillgänglig.",
"settings.hardware.low_overhead": "Förinställning med låg belastning",
"settings.hardware.low_overhead_note": "CPU + minsta modellen, för batteri-/bakgrundsanvändning",
"settings.hardware.models": "Modeller",
"settings.hardware.downloading_model": "Laddar ner {name}",
"settings.hardware.active_badge": "Aktiv",
"settings.hardware.installed": "Installerad",
"settings.hardware.use": "Använd",
"settings.hardware.remove": "Ta bort",
"settings.hardware.cant_remove_active": "Kan inte ta bort den aktiva modellen",
"settings.hardware.download": "Ladda ner",
"settings.hardware.diarization": "Talardiarisering",
"settings.hardware.diarization_hint": "Installera båda modellerna för att få färdiga inspelningar uppdelade per talare (Talare 1, Talare 2, …) i stället för en enda löpande transkription. Körs helt offline, en gång per möte efter att det stoppats. Utan dem tillskrivs varje rad en enda talare.",
"settings.storage.title": "Lagring",
"settings.storage.location_label": "Plats",
"settings.storage.location_hint": "Att ändra lagringsplats stöds inte än — det är här möten, modeller och databasen för närvarande finns.",
"settings.storage.retention_title": "Kvarhållning",
"settings.storage.retention_hint": "Tar automatiskt bort de äldsta mötena över en gräns. Kontrolleras en gång vid start; tomt betyder ingen gräns. Rör aldrig ett möte som spelas in för närvarande.",
"settings.storage.max_age": "Maxålder (dagar)",
"settings.storage.max_size": "Maxstorlek (GB)",
"settings.storage.no_limit": "ingen gräns",
"settings.storage.export_import_title": "Export och import",
"settings.storage.export_hint_1": "Flytta inspelningar mellan datorer som portabla paketmappar (ljud, transkription, anteckningar, sammanfattning och ett",
"settings.storage.export_hint_2": "manifest). Exportera till valfri mapp — en synkroniserad enhet, ett USB-minne eller en synkroniseringsmåls lokala monteringspunkt — och importera det sedan på den andra datorn. Importerade möten får ett nytt id, så att importera på nytt skriver aldrig över något.",
"settings.storage.export_dialog_title": "Exportera alla möten till…",
"settings.storage.import_dialog_title": "Importera ett paket (eller en mapp med paket)…",
"settings.storage.exporting": "Exporterar…",
"settings.storage.export_all": "Exportera alla möten…",
"settings.storage.importing": "Importerar…",
"settings.storage.import_all": "Importera möten…",
"settings.storage.exported_one": "Exporterade {n} möte.",
"settings.storage.exported_many": "Exporterade {n} möten.",
"settings.storage.imported_one": "Importerade {n} möte.",
"settings.storage.imported_many": "Importerade {n} möten.",
"settings.calendar.title": "Kalender och Outlook .pst",
"settings.calendar.intro_1": "Importera händelser och deltagare från en lokal Outlook-",
"settings.calendar.intro_2": "säkerhetskopia — skrivskyddad, inget skrivs tillbaka till filen. Inget lämnar den här enheten.",
"settings.calendar.pst_file": ".pst-fil",
"settings.calendar.no_file": "Ingen fil vald",
"settings.calendar.browse": "Bläddra…",
"settings.calendar.password": "Lösenord",
"settings.calendar.password_note": "sällan nödvändigt",
"settings.calendar.optional": "valfritt",
"settings.calendar.import_range": "Importintervall",
"settings.calendar.range_30": "Senaste 30 dagarna",
"settings.calendar.range_90": "Senaste 90 dagarna",
"settings.calendar.range_180": "Senaste 6 månaderna",
"settings.calendar.range_365": "Senaste året",
"settings.calendar.range_all": "All tid",
"settings.calendar.range_hint": "En långlivad brevlåda kan innehålla år av återkommande poster/helgdagar — att smalna av intervallet håller den importerade kalendern till det som faktiskt är relevant. Gäller både den här importknappen och den automatiska omimporten vid start.",
"settings.calendar.importing": "Importerar…",
"settings.calendar.import": "Importera",
"settings.calendar.import_progress": "{processed}/{total} händelser",
"settings.calendar.auto_reimport": "Importera den här filen automatiskt vid start",
"settings.calendar.auto_reimport_hint": "Körs en gång vid start, inte på en timer — omimport är säker att upprepa (befintliga händelser matchas och uppdateras, inte dupliceras).",
"settings.calendar.import_failed": "Importen misslyckades: {error} — själva filen är orörd; kontrollera sökvägen och försök igen.",
"settings.calendar.cleanup_title": "Rensa upp",
"settings.calendar.cleanup_hint": "Händelser som redan är kopplade till ett inspelat möte behålls alltid, oavsett vilket alternativ som väljs nedan.",
"settings.calendar.cleanup_30": "Äldre än 30 dagar",
"settings.calendar.cleanup_90": "Äldre än 90 dagar",
"settings.calendar.cleanup_180": "Äldre än 6 månader",
"settings.calendar.cleanup_365": "Äldre än 1 år",
"settings.calendar.cleanup_all": "Ta bort alla",
"settings.calendar.cleaning": "Rensar…",
"settings.calendar.cleanup_btn": "Rensa kalendern",
"settings.calendar.cleanup_result": "Tog bort {deleted}{extra}.",
"settings.calendar.cleanup_kept": ", behöll {n} (kopplade till ett möte)",
"settings.calendar.cleanup_failed": "Rensningen misslyckades: {error}",
"settings.calendar.imported_events": "Importerade händelser",
"settings.calendar.no_events": "Inga händelser importerade än.",
"settings.calendar.search_title": "Sök titel",
"settings.calendar.search_placeholder": "Mötesnamn…",
"settings.calendar.date_label": "Datum",
"settings.calendar.events_count": "{shown} av {total} händelser",
"settings.calendar.untitled": "(utan titel)",
"settings.dialog_title": "Inställningar",
"settings.close": "Stäng",
"settings.close_title": "Stäng (Esc)",
"settings.sync.stub": "Förhandsgranskningsläge — synkroniseringsbackenden är inte implementerad än (Fas 9). Ändringar behålls bara i gränssnittet.",
"settings.sync.title": "Synkronisering och uppladdning",
"settings.sync.enable_label": "Aktivera uppladdning av mötesartefakter till konfigurerade mål",
"settings.sync.enable_hint": "Av som standard. Inget laddas upp om inte detta är på och ett mål är aktiverat. Självhostade mål behåller data på din egen server; tredjepartsmoln är tydligt märkta.",
"settings.sync.targets_title": "Mål",
"settings.sync.no_targets": "Inga mål än. Lägg till ett nedan.",
"settings.sync.third_party": "tredjepart",
"settings.sync.your_server": "din server",
"settings.sync.edit": "Redigera",
"settings.sync.remove": "Ta bort",
"settings.sync.edit_target": "Redigera mål",
"settings.sync.add_target": "Lägg till ett mål",
"settings.sync.webdav_hint": "WebDAV täcker Nextcloud, ownCloud, Cloudreve, Seafile och Synology. (Seafile: aktivera SeafDAV på serversidan.)",
"settings.sync.name": "Namn",
"settings.sync.name_placeholder": "Hem-Nextcloud",
"settings.sync.provider": "Leverantör",
"settings.sync.server_url": "Server-URL",
"settings.sync.server_url_note_1": "Bara din server-URL — WhispAssist lägger till",
"settings.sync.server_url_note_2": "automatiskt.",
"settings.sync.remote_folder": "Fjärrmapp",
"settings.sync.username": "Användarnamn",
"settings.sync.app_password": "App-lösenord",
"settings.sync.pw_keep": "lämna tomt för att behålla nuvarande lösenord",
"settings.sync.pw_store": "lagras i operativsystemets autentiseringsförvar",
"settings.sync.upload_legend": "Ladda upp",
"settings.sync.artifact_transcript": "transkription",
"settings.sync.artifact_notes": "anteckningar",
"settings.sync.artifact_summary": "sammanfattning",
"settings.sync.artifact_recording": "inspelning (.wav, om den behålls)",
"settings.sync.allow_plaintext": "Tillåt oskyddad http för en LAN-adress (rekommenderas inte)",
"settings.sync.encrypt_before": "Kryptera före uppladdning (destinationen lagrar endast chiffertext)",
"settings.sync.requires_vault": "— kräver ett upplåst valv",
"settings.sync.test_connection": "Testa anslutningen",
"settings.sync.save_changes": "Spara ändringar",
"settings.sync.add_target_btn": "Lägg till mål",
"settings.sync.cancel": "Avbryt",
"settings.sync.third_party_banner": "{kind} är ett tredjepartsmoln — uppladdning skickar dina data bort från din enhet till {kind}.",
"settings.sync.link_account": "Länka {kind}-konto…",
"settings.sync.oauth_hint": "Öppnar en OAuth-inloggning (loopback-omdirigering); token lagras i operativsystemets autentiseringsförvar.",
"settings.sync.footnote": "Autentiseringsuppgifter skrivs aldrig till inställningarna eller databasen — endast till operativsystemets autentiseringsförvar. TLS krävs för mål utanför LAN.",
"settings.ai.title": "AI-sammanfattningsleverantör",
"settings.ai.intro_1": "Sammanfattningar körs på en lokal LLM som standard. Peka detta mot Ollama på den här datorn eller en annan maskin i ditt LAN (t.ex.",
"settings.ai.intro_2": "— båda räknas som lokala, så inget lämnar ditt nätverk. Hostade leverantörer (Anthropic) är valfria, av som standard, och skickar transkriptionen till en tredjepart så snart du aktiverar en.",
"settings.ai.provider": "Leverantör",
"settings.ai.off": "Av",
"settings.ai.provider_ollama": "Ollama (lokal / LAN)",
"settings.ai.provider_custom": "Anpassad (OpenAI-kompatibel)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — hostad, lämnar den här enheten",
"settings.ai.endpoint": "Slutpunkt",
"settings.ai.model": "Modell",
"settings.ai.api_key": "API-nyckel",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (redan angiven — lämna tomt för att behålla den)",
"settings.ai.show_api_key": "Visa API-nyckel",
"settings.ai.hide_api_key": "Dölj API-nyckel",
"settings.ai.anthropic_banner": "Anthropic är en hostad tredjepartstjänst — det här mötets transkription lämnar din enhet när du genererar en sammanfattning.",
"settings.ai.endpoint_banner": "Den här slutpunkten är inte på din maskin eller ditt LAN — din transkription skulle lämna ditt nätverk.",
"settings.ai.saving": "Sparar…",
"settings.ai.save": "Spara",
"settings.ai.test_connection": "Testa anslutningen",
"settings.ai.this_hosted_provider": "denna hostade leverantör",
"settings.ai.reachable": "Nåbar",
"settings.ai.unreachable": "Onåbar",
"settings.ai.model_count_one": "· {n} modell",
"settings.ai.model_count_many": "· {n} modeller",
"settings.ai.on_lan": "· på din maskin / LAN",
"settings.ai.leaves_network": "· lämnar ditt nätverk",
"settings.ai.advanced_title": "Avancerad Ollama-konfiguration",
"settings.ai.changed": "{n} ändrade",
"settings.ai.reset_all": "Återställ alla till standard",
"settings.ai.system_prompt": "Systemprompt",
"settings.ai.system_prompt_placeholder": "t.ex. Du är en koncis mötessammanfattare.",
"settings.ai.system_prompt_hint": "Läggs till före WhispAssists obligatoriska utdataformat, så att dina instruktioner inte kan förstöra tolkningen av sammanfattning/åtgärdspunkter.",
"settings.ai.think": "Tänk",
"settings.ai.think_help": "Resonemangsansträngning (endast resonemangsmodeller).",
"settings.ai.keep_alive": "Håll igång",
"settings.ai.keep_alive_help": "Hur länge modellen stannar i RAM. t.ex. 5m, 1h, 0 (avlasta), -1 (för alltid).",
"settings.ai.runtime_hardware": "Körning och maskinvara",
"settings.ai.rarely_needed": "— sällan nödvändigt",
"settings.ai.save_advanced": "Spara avancerat",
"settings.ai.saved": "Sparat",
"settings.ai.turn_off": "Stäng av",
"settings.ai.default_value": "Standard {value}.",
"settings.ai.reset_default": "Återställ till standard",
"settings.ai.reset_field": "Återställ {name}",
"settings.mcp.title": "MCP-server",
"settings.mcp.banner_1": "Detta låter din egen kodningsagent (Claude Code, Codex, Copilot, OpenCode, …) hämta möteskontext på din lokala maskin. När den är ansluten",
"settings.mcp.banner_agent": "kan den agenten",
"settings.mcp.banner_2": "vidarebefordra det den läser till sin egen modellleverantörs moln — utanför WhispAssists kontroll. WhispAssist självt skickar aldrig dessa data någonstans; servern lyssnar bara på den här enheten (",
"settings.mcp.banner_3": ") och varje läsning loggas nedan.",
"settings.mcp.enable": "Aktivera MCP-servern",
"settings.mcp.enable_hint": "Av som standard. Endast loopback, tokenskyddad — inget är nåbart från nätverket.",
"settings.mcp.transport": "Transport",
"settings.mcp.transport_http": "Strömmande HTTP",
"settings.mcp.transport_stdio": "stdio (agenten startar en process)",
"settings.mcp.port": "Port",
"settings.mcp.transport_change_hint": "För att ändra transport/port, stäng av servern först och slå sedan på den igen.",
"settings.mcp.scope_title": "Omfång",
"settings.mcp.expose": "Exponera",
"settings.mcp.scope_none": "Inget — inget delas",
"settings.mcp.scope_selected": "Utvalda — endast funktionsbriefer du har markerat som delade",
"settings.mcp.scope_all": "Alla — möten, transkriptioner, åtgärdspunkter och delade briefer",
"settings.mcp.expose_recordings": "Tillåt även möten med en sparad inspelning (av som standard — ett inspelat mötes transkription hålls tillbaka även i omfånget ”Alla” tills detta är på)",
"settings.mcp.token_title": "Ny autentiseringstoken — visas en gång, kopiera den nu",
"settings.mcp.token_hint": "Detta visas inte igen. Det lagras i operativsystemets autentiseringsförvar; om du förlorar det, stäng av och slå på servern igen för att skapa en ny.",
"settings.mcp.copied": "Kopierad",
"settings.mcp.copy": "Kopiera",
"settings.mcp.endpoint": "Slutpunkt",
"settings.mcp.endpoint_hint": "Peka din agents MCP-klientkonfiguration mot {kind}, med token ovan som bearer-uppgift.",
"settings.mcp.kind_command": "kommando",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "Åtkomstlogg",
"settings.mcp.access_log_hint": "Varje verktygsläsning en agent gör, tillåten eller nekad (FR-MCP-5).",
"settings.mcp.no_reads": "Ingen agent har läst något än.",
"settings.mcp.log_meeting": "möte {id}",
"settings.mcp.refresh": "Uppdatera",
"settings.privacy.title": "Integritet",
"settings.privacy.intro": "Vad WhispAssist faktiskt får skicka bort från den här enheten just nu. Med allt avstängt (standard) lämnar inget enheten alls.",
"settings.privacy.llm_endpoint": "LLM-slutpunkt",
"settings.privacy.off": "av",
"settings.privacy.local_only": "endast lokal",
"settings.privacy.leaves_device": "lämnar den här enheten",
"settings.privacy.sync_label": "Synkronisering",
"settings.privacy.enabled": "aktiverad",
"settings.privacy.mcp_label": "MCP-server",
"settings.privacy.mcp_on": "på · {scope}",
"settings.privacy.mcp_loopback_note": "Inkommande endast på loopback — lägger inget till utgångslistan ovan. En ansluten agent kan ändå vidarebefordra det den läser till sin egen modellleverantör; se fliken för MCP-servern.",
"settings.privacy.egress_title": "Tillåtelselista för utgående",
"settings.privacy.no_egress": "Inga värdar är tillåtna — WA gör ingen utgående överföring av innehåll.",
"settings.privacy.sync_targets_title": "Synkroniseringsmål",
"settings.privacy.third_party": "tredjepart",
"settings.privacy.your_server": "din server",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "ingen TLS",
"settings.privacy.refresh": "Uppdatera",
"settings.privacy.unavailable": "Självkontroll av integritet ej tillgänglig.",
"settings.privacy.vault_title": "Krypteringsvalv",
"settings.privacy.vault_intro": "Kryptera anteckningar, transkriptioner och sammanfattningar i vila med ett lösenord. (Ljudfiler krypteras inte än.)",
"settings.privacy.vault_password": "Valvlösenord",
"settings.privacy.enable_vault": "Aktivera valv",
"settings.privacy.vault_pw_hint": "Använd minst 8 tecken. Om du glömmer det kan krypterat innehåll inte återställas.",
"settings.privacy.vault_locked_1": "Valvet är ",
"settings.privacy.locked_word": "låst",
"settings.privacy.vault_locked_2": ". Lås upp för att läsa krypterade möten.",
"settings.privacy.password": "Lösenord",
"settings.privacy.unlock": "Lås upp",
"settings.privacy.vault_unlocked_1": "Valvet är ",
"settings.privacy.unlocked_word": "upplåst",
"settings.privacy.vault_unlocked_2": ". Nya anteckningar, transkriptioner och sammanfattningar krypteras i vila.",
"settings.privacy.lock_now": "Lås nu",
"settings.privacy.change_password": "Ändra lösenord",
"settings.privacy.current_password": "Nuvarande lösenord",
"settings.privacy.new_password": "Nytt lösenord",
"settings.about.title": "Om",
"settings.about.tagline": "En helt lokal, öppen källkods-, Windows-inbyggd mötesassistent.",
"settings.about.build_commit": "Build-commit",
"consent.heading": "Innan du spelar in",
"consent.body": "Att spela in samtal utan deltagarnas samtycke kan vara olagligt i din region. Kontrollera dina lokala inspelningslagar. Detta är en varning, inte juridisk rådgivning.",
"consent.accept": "Jag förstår — aktivera inspelning",
"consent.cancel": "Avbryt",
"hosted.heading": "Innan du använder {provider}",
"hosted.body_1": "Att generera med",
"hosted.body_2": "skickar det här mötets transkription till deras servrar — den lämnar den här enheten och omfattas av deras integritetspolicy. WhispAssist har ingen kontroll över datahanteringen när den väl lämnar din enhet. Detta är av som standard; du väljer det nu.",
"hosted.accept": "Jag förstår — fortsätt",
"hosted.cancel": "Avbryt",
"theme.group": "Tema",
"theme.system": "Följ systemet",
"theme.light": "Ljust",
"theme.dark": "Mörkt",
"import.dialog_label": "Lägg till ett möte från en fil eller URL",
"import.title": "Lägg till ett möte",
"import.close": "Stäng",
"import.close_title": "Stäng (Esc)",
"import.body": "Importera en befintlig inspelning — en lokal ljud-/videofil eller en länk (YouTube, en strömningssida eller en direkt medie-URL). Den transkriberas och diariseras precis som en direktinspelning.",
"import.file_or_url": "Fil eller URL",
"import.source_placeholder": "Klistra in en URL eller bläddra efter en fil…",
"import.choose_file": "Välj en lokal fil",
"import.browse": "Bläddra…",
"import.title_label": "Titel",
"import.optional": "valfritt",
"import.title_placeholder": "Standard är filnamnet",
"import.filter_av": "Ljud / video",
"import.requires_1": "Kräver",
"import.requires_2": "installerat och i din PATH (plus",
"import.requires_3": "för URL:er). WhispAssist levererar dem inte.",
"import.importing": "Importerar… detta kan ta en stund",
"import.import": "Importera",
"import.cancel": "Avbryt",
"tagchip.filter": "Filtrera möten taggade ”{tag}”",
"tagchip.remove": "Ta bort taggen {tag}",
"levelmeter.system_mic": "Ingångsnivå för system och mikrofon",
"levelmeter.system": "Ingångsnivå för system",
"app.tagline": "lokal · privat",
"app.note_template": "Anteckningsmall",
"app.no_template": "Ingen mall",
"app.add_meeting": "Lägg till möte",
"app.add_meeting_title": "Lägg till ett möte från en fil eller URL",
"app.record": "Spela in",
"app.record_title": "Starta inspelning (Ctrl+Skift+R)",
"app.stop": "Stoppa",
"app.stop_title": "Stoppa inspelning (Ctrl+Skift+R)",
"app.cancel": "Avbryt",
"app.cancel_title": "Kassera den här inspelningen och ta bort den",
"app.recording": "Spelar in…",
"app.backend_title": "Aktiv transkriberingsbackend",
"app.retention_title": "Spara ljud som .wav för det här mötet",
"app.saving": "sparar",
"app.not_saved": "inte sparat",
"app.reconnecting": "återansluter ljudenhet…",
"app.settings": "Inställningar",
"app.settings_title": "Inställningar (Ctrl+,)",
"app.discard_confirm": "Kassera den här inspelningen? Dess ljud och transkription tas bort.",
"app.announce_started": "Inspelning startad",
"app.announce_paused": "Inspelning pausad",
"app.announce_stopped": "Inspelning stoppad",
"app.consent_dialog": "Samtycke till inspelning",
"app.vault_dialog": "Lås upp krypteringsvalvet",
"app.vault_title": "Lås upp krypteringsvalvet",
"app.vault_desc": "Dina möten är krypterade i vila. Ange ditt lösenord för att läsa dem.",
"app.vault_password": "Valvlösenord",
"app.vault_incorrect": "Felaktigt lösenord",
"app.unlock": "Lås upp",
"app.continue_locked": "Fortsätt låst",
"app.show_meetings": "Visa möteslista",
"app.hide_meetings": "Dölj möteslista",
"app.show_summary": "Visa sammanfattningspanel",
"app.hide_summary": "Dölj sammanfattningspanel",
"app.resize_meetings": "Ändra storlek på möteslistan",
"app.resize_summary": "Ändra storlek på sammanfattningspanelen",
"meetings.search_placeholder": "Sök möten…",
"meetings.search_aria": "Sök möten",
"meetings.filter_tag_aria": "Filtrera efter tagg",
"meetings.all_tags": "Alla taggar",
"meetings.from_date_aria": "Från datum",
"meetings.to_date_aria": "Till datum",
"meetings.bulk_format_aria": "Format för massexport",
"meetings.bulk_export": "Massexport",
"meetings.bulk_export_title": "Exportera alla möten som matchar tagg-/datumfiltren ovan",
"meetings.exporting": "Exporterar…",
"meetings.exported_one": "Exporterade {n} möte.",
"meetings.exported_many": "Exporterade {n} möten.",
"meetings.searching": "Söker…",
"meetings.loading": "Läser in möten…",
"meetings.no_matches": "Inga träffar.",
"meetings.empty": "Inga möten än — klicka på Spela in ovan för att börja.",
"meetings.status.recording": "spelar in",
"meetings.status.transcribing": "transkriberar",
"meetings.status.recovering": "återställer",
"meetings.status.error": "fel",
"meetings.resume": "Återuppta transkription",
"meetings.delete_aria": "Ta bort möte",
"meetings.delete_confirm": "Ta bort det här mötet? Detta tar bort dess inspelning, transkription och anteckningar.",
"transcript.heading": "Transkription",
"transcript.title_aria": "Mötestitel",
"transcript.lang_title": "Transkriberingsspråk",
"transcript.lang_auto": "identifierar…",
"transcript.show": "Visa transkription",
"transcript.hide": "Dölj transkription",
"transcript.empty": "Ingen transkription för det här mötet.",
"transcript.will_appear": "Transkriptionen visas här medan du spelar in.",
"transcript.play_from_here": "Spela upp härifrån",
"transcript.resize": "Ändra storlek på transkription och anteckningar",
"transcript.reprocess_placeholder": "Transkribera om med…",
"transcript.reprocess_lang_aria": "Språk för ombearbetning",
"transcript.reprocess_keep_lang": "Behåll nuvarande språk",
"transcript.reprocess_go": "Kör",
"transcript.retranscribing": "Transkriberar om…",
"transcript.has_note": "Har en anteckning",
"transcript.note_placeholder": "Lägg till en anteckning för det här ögonblicket…",
"transcript.note_aria": "Anteckning för den här transkriptionsraden",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word-dokument",
"transcript.filter_obsidian": "Obsidian-anteckning",
"notes.heading": "Anteckningar",
"notes.show": "Visa anteckningar",
"notes.hide": "Dölj anteckningar",
"notes.placeholder": "Anteckningar…",
"notes.live_placeholder": "Skriv anteckningar medan du pratar…",
"notes.toolbar_aria": "Formatering av anteckningar",
"notes.bold": "Fet",
"notes.italic": "Kursiv",
"notes.h1": "Rubrik 1",
"notes.h2": "Rubrik 2",
"notes.bullet": "Punktlista",
"notes.checkbox_title": "Kryssruta",
"notes.checkbox_aria": "Listobjekt med kryssruta",
"notes.edit_raw": "Redigera rå markdown",
"notes.render": "Rendera markdown",
"notes.editor": "Redigerare",
"notes.preview": "Förhandsgranskning",
"notes.export_md_title": "Exportera anteckningar som .md",
"notes.export_pdf_title": "Exportera anteckningar som .pdf",
"notes.export_docx_title": "Exportera anteckningar som .docx",
"notes.export_bundle_title": "Exportera ljud + transkription + anteckningar till en mapp",
"notes.export_obsidian_title": "Exportera en Obsidian-anteckning (anteckningar + sammanfattning + transkription, inget ljud)",
"summary.recording_heading": "Inspelning",
"summary.loading_recording": "Läser in inspelning…",
"summary.sync_heading": "Synkronisering",
"summary.uploading": "Laddar upp…",
"summary.upload_now": "Ladda upp nu",
"summary.no_uploads": "Inga uppladdningar för det här mötet än.",
"summary.retry": "försök igen",
"summary.tags_heading": "Taggar",
"summary.tags_select": "Välj ett möte för att tagga det.",
"summary.tag_add_placeholder": "Lägg till tagg…",
"summary.tag_first_placeholder": "projekt, kund, ämne…",
"summary.generating": "Genererar…",
"summary.generate_tags": "Generera taggar",
"summary.saving": "Sparar…",
"summary.save_tags": "Spara taggar",
"summary.summary_heading": "Sammanfattning",
"summary.ai_provider": "AI-leverantör",
"summary.provider_off": "Av",
"summary.provider_custom": "Anpassad",
"summary.local": "lokal",
"summary.leaves_device": "lämnar den här enheten",
"summary.this_hosted_provider": "denna hostade leverantör",
"summary.select_generate": "Välj ett möte för att generera en sammanfattning.",
"summary.decisions_heading": "Beslut",
"summary.regenerate": "Generera om",
"summary.generated_hint": "Genererad lokalt efter mötet (kräver en lokal LLM-leverantör).",
"summary.no_provider": "Ingen AI-leverantör konfigurerad — aktivera en i Inställningar.",
"summary.generate_summary": "Generera sammanfattning",
"summary.briefs_heading": "Funktionsbriefer",
"summary.briefs_select": "Välj ett möte för att skapa eller visa funktionsbriefer.",
"summary.briefs_desc": "Destillerar det här mötet till en agentfärdig specifikation (kräver en lokal LLM-leverantör) — lämna den till en kodningsagent, eller servera den över MCP-servern när den är på.",
"summary.brief_repo_placeholder": "Målrepo (valfritt), t.ex. acme/reporting-web",
"summary.distilling": "Destillerar…",
"summary.create_brief": "Skapa funktionsbrief",
"summary.brief_mcp_title": "Tillgänglig när MCP-servern är på",
"summary.copied": "Kopierad",
"summary.copy_md": "Kopiera som Markdown",
"summary.copy_json": "Kopiera som JSON",
"summary.brief_problem": "Problem",
"summary.brief_outcome": "Önskat resultat",
"summary.brief_criteria": "Acceptanskriterier",
"summary.brief_none": "Inget fångat.",
"summary.brief_context": "Sammanhang",
"summary.action_items_heading": "Åtgärdspunkter",
"summary.ai_select": "Välj ett möte för att se dess åtgärdspunkter.",
"summary.ai_empty": "Inga än — lägg till en nedan, eller generera en sammanfattning för att extrahera dem automatiskt.",
"summary.confirmed": "Bekräftad",
"summary.ai_text_placeholder": "Åtgärdspunkt…",
"summary.ai_text_aria": "Text för åtgärdspunkt",
"summary.owner": "Ansvarig",
"summary.due_date": "Förfallodatum",
"summary.reminder_title": "Schemalägg en lokal påminnelse för det här förfallodatumet",
"summary.ai_delete_title": "Ta bort den här åtgärdspunkten",
"summary.ai_delete_aria": "Ta bort åtgärdspunkt",
"summary.add_action_item": "Lägg till åtgärdspunkt",
"summary.save_action_items": "Spara åtgärdspunkter",
"summary.calendar_heading": "Kalenderhändelse",
"summary.cal_select": "Välj ett möte för att koppla det till en kalenderhändelse.",
"summary.event_search_placeholder": "Sök händelsetitel…",
"summary.linked_event": "Kopplad händelse",
"summary.change_event": "Byt händelse…",
"summary.link_event": "Koppla en händelse…",
"summary.untitled_event": "(utan titel)",
"summary.no_events_1": "Inga händelser importerade än — importera en",
"summary.no_events_2": "från Inställningar → Kalender.",
"summary.no_events_match": "Inga händelser matchar den här sökningen/datumet — prova att rensa en.",
"summary.organizer_label": "Organisatör: {name}",
"summary.participants_heading": "Deltagare",
"summary.participants_hint": "Fylls i från den kopplade kalenderhändelsen.",
"summary.speakers_heading": "Talare",
"summary.speakers_select": "Välj ett möte för att namnge dess talare.",
"summary.no_speakers": "Inga talare upptäckta än.",
"summary.speaker_name_placeholder": "Talarens namn",
"summary.save": "Spara",
"summary.cancel": "Avbryt",
"summary.name_speaker": "Namnge den här talaren…",
"summary.add_new_name": "+ Lägg till nytt namn…",
"settings.recording.title": "Inspelning",
"settings.recording.record_default": "Spela in möten som standard",
"settings.recording.save_audio_as": "spara ljud som",
"settings.recording.default_hint": "Av som standard. När det är av används ljud bara för att producera transkriptionen och tas bort när mötet slutförs. Du kan också växla inspelning per möte.",
"settings.recording.consent_label": "Samtycke: {status}.",
"settings.recording.consent_ack": "bekräftat",
"settings.recording.consent_not": "ännu inte bekräftat",
"settings.recording.auto_label": "Starta inspelning automatiskt när en kalenderhändelse börjar",
"settings.recording.auto_hint": "Endast medan WhispAssist är öppet. När starttiden för en importerad kalenderhändelse infaller startar en inspelning automatiskt (med din standardinställning för kvarhållning ovan). Inget körs i bakgrunden — timern är bara aktiverad medan appen körs. Importera händelser under Inställningar → Kalender."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "பதிவு",
"nav.hardware": "வன்பொருள்",
"nav.storage": "சேமிப்பகம்",
"nav.calendar": "நாட்காட்டி",
"nav.sync": "ஒத்திசைவு",
"nav.ai": "AI",
"nav.mcp": "MCP சேவையகம்",
"nav.privacy": "தனியுரிமை",
"nav.about": "பற்றி",
"nav.language": "மொழி",
"settings.language.title": "மொழி",
"settings.language.display": "காட்சி மொழி",
"settings.language.display_hint": "பயன்பாட்டு இடைமுகத்தின் மொழி. ஒரு மொழியைச் சேர்ப்பது ஒரே ஒரு மொழிபெயர்ப்பு கோப்பை இணைப்பது போலவே எளிது.",
"settings.transcription.title": "படியெடுப்பு மொழி",
"settings.transcription.label": "மொழி",
"settings.transcription.auto": "தானாகக் கண்டறி",
"settings.transcription.applies_hint": "அடுத்த பதிவுக்குப் பொருந்தும். உண்மையில் பயன்படுத்தப்பட்ட மொழி பின்னர் ஒவ்வொரு கூட்டத்திலும் காட்டப்படும்.",
"settings.transcription.english_only": "ஆங்கிலம் மட்டும்",
"settings.transcription.model_english_only": "“{model}” ஆங்கிலம் மட்டுமே.",
"settings.transcription.no_model": "எந்த மாதிரியும் தேர்ந்தெடுக்கப்படவில்லை.",
"settings.transcription.switch_multilingual": "ஒரு மொழியைத் தேர்ந்தெடுக்க மேலே ஒரு பன்மொழி மாதிரிக்கு மாறவும்.",
"settings.hardware.title": "வன்பொருள்",
"settings.hardware.active_backend": "செயலில் உள்ள பின்தளம்",
"settings.hardware.model_meta": "· மாதிரி {size}",
"settings.hardware.preferred_backend": "விருப்பமான பின்தளம்",
"settings.hardware.auto_backend": "தானியங்கி (சிறந்த கிடைக்கக்கூடியது)",
"settings.hardware.not_available": "கிடைக்கவில்லை",
"settings.hardware.fallback_hint": "தேர்ந்தெடுக்கப்பட்ட பின்தளம் ஏற்றப்படாவிட்டால் தானாகவே பின்வாங்கும் (NPU → NVIDIA → AMD → Intel → CPU).",
"settings.hardware.audio_devices": "ஒலி சாதனங்கள்",
"settings.hardware.recording_device": "பதிவு சாதனம்",
"settings.hardware.default_system_audio": "இயல்புநிலை கணினி ஒலி",
"settings.hardware.recording_device_hint": "இந்தச் சாதனம் இயக்குவதை (லூப்பேக்) WhispAssist பதிவு செய்கிறது — அழைப்பின் மறுபக்கம். Windows இன் கணினி இயல்புநிலையைப் பின்பற்ற விரும்பவில்லை என்றால் ஒரு குறிப்பிட்ட வெளியீட்டைத் தேர்ந்தெடுக்கவும்.",
"settings.hardware.microphone": "மைக்ரோஃபோன்",
"settings.hardware.mic_off": "ஆஃப் — என் மைக்ரோஃபோனைப் பிடிக்க வேண்டாம்",
"settings.hardware.default_mic": "இயல்புநிலை மைக்ரோஃபோன்",
"settings.hardware.mic_hint": "கூட்டத்தின் இரு பக்கங்களும் பதிவாகும் வகையில் உங்கள் சொந்தக் குரலை நேரடிப் படியெடுப்பில் சேர்க்கிறது. உங்கள் சாதனத்திலேயே இருக்கும் — எதுவும் பதிவேற்றப்படாது. மேலே உள்ள கணினி ஒலியை மட்டும் படியெடுக்க “ஆஃப்” தேர்ந்தெடுக்கவும்.",
"settings.hardware.npu_detected": "NPU முடுக்கி கண்டறியப்பட்டது",
"settings.hardware.ready": "தயார்",
"settings.hardware.downloading": "பதிவிறக்குகிறது…",
"settings.hardware.package_needed": "தொகுப்பு தேவை",
"settings.hardware.npu_hint": "உங்கள் NPU-க்கு ஒரு முறை முடுக்கல் தொகுப்பு (Whisper ONNX மாதிரி{extra}) தேவை. இது பின்னணியில் பதிவிறக்கப்படும்; நீங்கள் இப்போதே தொடங்கலாம்.",
"settings.hardware.plus_openvino": " + OpenVINO இயக்க நேரம்",
"settings.hardware.download_npu": "NPU தொகுப்பைப் பதிவிறக்கு",
"settings.hardware.dml_title": "GPU முடுக்கல் (DirectML)",
"settings.hardware.dml_hint": "உங்கள் GPU-வை Vulkan இல்லாமல் DirectML மூலம் முடுக்கலாம் — ஒரு முறை தொகுப்பு (Whisper ONNX மாதிரி{extra}).",
"settings.hardware.plus_directml": " + DirectML இயக்க நேரம்",
"settings.hardware.download_dml": "DirectML தொகுப்பைப் பதிவிறக்கு",
"settings.hardware.detection_unavailable": "வன்பொருள் கண்டறிதல் கிடைக்கவில்லை.",
"settings.hardware.low_overhead": "குறைந்த சுமை முன்னமைவு",
"settings.hardware.low_overhead_note": "CPU + மிகச் சிறிய மாதிரி, பேட்டரி/பின்னணி பயன்பாட்டிற்கு",
"settings.hardware.models": "மாதிரிகள்",
"settings.hardware.downloading_model": "{name} பதிவிறக்குகிறது",
"settings.hardware.active_badge": "செயலில்",
"settings.hardware.installed": "நிறுவப்பட்டது",
"settings.hardware.use": "பயன்படுத்து",
"settings.hardware.remove": "அகற்று",
"settings.hardware.cant_remove_active": "செயலில் உள்ள மாதிரியை அகற்ற முடியாது",
"settings.hardware.download": "பதிவிறக்கு",
"settings.hardware.diarization": "பேச்சாளர் பிரித்தல்",
"settings.hardware.diarization_hint": "இரு மாதிரிகளையும் நிறுவினால், முடிக்கப்பட்ட பதிவுகள் ஒரே தொடர் படியெடுப்புக்குப் பதிலாக பேச்சாளர் வாரியாக (பேச்சாளர் 1, பேச்சாளர் 2, …) பிரிக்கப்படும். முழுவதுமாக ஆஃப்லைனில் இயங்கும், நிறுத்தப்பட்ட பிறகு கூட்டத்திற்கு ஒரு முறை. அவை இல்லாமல், ஒவ்வொரு வரியும் ஒரே பேச்சாளருக்கு வழங்கப்படும்.",
"settings.storage.title": "சேமிப்பகம்",
"settings.storage.location_label": "இடம்",
"settings.storage.location_hint": "சேமிப்பக இடத்தை மாற்றுவது இன்னும் ஆதரிக்கப்படவில்லை — தற்போது கூட்டங்கள், மாதிரிகள் மற்றும் தரவுத்தளம் இங்கேதான் உள்ளன.",
"settings.storage.retention_title": "தக்கவைப்பு",
"settings.storage.retention_hint": "வரம்பைத் தாண்டிய பழைய கூட்டங்களைத் தானாகவே நீக்குகிறது. தொடக்கத்தில் ஒரு முறை சரிபார்க்கப்படும்; காலியாக இருந்தால் வரம்பு இல்லை. தற்போது பதிவாகும் கூட்டத்தை ஒருபோதும் தொடாது.",
"settings.storage.max_age": "அதிகபட்ச வயது (நாட்கள்)",
"settings.storage.max_size": "அதிகபட்ச அளவு (GB)",
"settings.storage.no_limit": "வரம்பு இல்லை",
"settings.storage.export_import_title": "ஏற்றுமதி & இறக்குமதி",
"settings.storage.export_hint_1": "பதிவுகளைக் கணினிகளுக்கு இடையே கொண்டுசெல்லக்கூடிய தொகுப்பு கோப்புறைகளாக நகர்த்தவும் (ஒலி, படியெடுப்பு, குறிப்புகள், சுருக்கம் மற்றும் ஒரு",
"settings.storage.export_hint_2": "மேனிஃபெஸ்ட்). எந்த கோப்புறைக்கும் ஏற்றுமதி செய்யவும் — ஒத்திசைக்கப்பட்ட இயக்கி, USB ஸ்டிக், அல்லது ஒரு ஒத்திசைவு இலக்கின் உள்ளூர் மவுன்ட் — பிறகு மற்ற இயந்திரத்தில் அதை இறக்குமதி செய்யவும். இறக்குமதி செய்யப்பட்ட கூட்டங்களுக்குப் புதிய id கிடைக்கும், எனவே மீண்டும் இறக்குமதி செய்வது எதையும் மேலெழுதாது.",
"settings.storage.export_dialog_title": "அனைத்து கூட்டங்களையும் இங்கே ஏற்றுமதி செய்…",
"settings.storage.import_dialog_title": "ஒரு தொகுப்பை (அல்லது தொகுப்புகளின் கோப்புறையை) இறக்குமதி செய்…",
"settings.storage.exporting": "ஏற்றுமதி செய்கிறது…",
"settings.storage.export_all": "அனைத்து கூட்டங்களையும் ஏற்றுமதி செய்…",
"settings.storage.importing": "இறக்குமதி செய்கிறது…",
"settings.storage.import_all": "கூட்டங்களை இறக்குமதி செய்…",
"settings.storage.exported_one": "{n} கூட்டம் ஏற்றுமதி செய்யப்பட்டது.",
"settings.storage.exported_many": "{n} கூட்டங்கள் ஏற்றுமதி செய்யப்பட்டன.",
"settings.storage.imported_one": "{n} கூட்டம் இறக்குமதி செய்யப்பட்டது.",
"settings.storage.imported_many": "{n} கூட்டங்கள் இறக்குமதி செய்யப்பட்டன.",
"settings.calendar.title": "நாட்காட்டி & Outlook .pst",
"settings.calendar.intro_1": "ஒரு உள்ளூர் Outlook காப்புப்பிரதியிலிருந்து நிகழ்வுகளையும் பங்கேற்பாளர்களையும் இறக்குமதி செய்யவும்",
"settings.calendar.intro_2": "— படிக்க மட்டும், கோப்பிற்கு எதுவும் மீண்டும் எழுதப்படாது. இந்தச் சாதனத்திலிருந்து எதுவும் வெளியேறாது.",
"settings.calendar.pst_file": ".pst கோப்பு",
"settings.calendar.no_file": "கோப்பு எதுவும் தேர்ந்தெடுக்கப்படவில்லை",
"settings.calendar.browse": "உலாவு…",
"settings.calendar.password": "கடவுச்சொல்",
"settings.calendar.password_note": "அரிதாகவே தேவை",
"settings.calendar.optional": "விருப்பமானது",
"settings.calendar.import_range": "இறக்குமதி வரம்பு",
"settings.calendar.range_30": "கடந்த 30 நாட்கள்",
"settings.calendar.range_90": "கடந்த 90 நாட்கள்",
"settings.calendar.range_180": "கடந்த 6 மாதங்கள்",
"settings.calendar.range_365": "கடந்த 1 ஆண்டு",
"settings.calendar.range_all": "எல்லா நேரமும்",
"settings.calendar.range_hint": "நீண்ட காலம் இருக்கும் அஞ்சல்பெட்டியில் பல ஆண்டுகளின் தொடர்/விடுமுறை உள்ளீடுகள் இருக்கலாம் — வரம்பைக் குறுக்குவது இறக்குமதி செய்யப்பட்ட நாட்காட்டியை உண்மையில் தொடர்புடையவற்றுக்கு மட்டும் வைத்திருக்கும். இந்த இறக்குமதி பொத்தானுக்கும் தொடக்கத்தில் தானியங்கி மறு இறக்குமதிக்கும் இது பொருந்தும்.",
"settings.calendar.importing": "இறக்குமதி செய்கிறது…",
"settings.calendar.import": "இறக்குமதி செய்",
"settings.calendar.import_progress": "{processed}/{total} நிகழ்வுகள்",
"settings.calendar.auto_reimport": "தொடக்கத்தில் இந்தக் கோப்பைத் தானாக மீண்டும் இறக்குமதி செய்",
"settings.calendar.auto_reimport_hint": "டைமரில் அல்ல, தொடக்கத்தில் ஒரு முறை இயங்கும் — மீண்டும் இறக்குமதி செய்வது பாதுகாப்பாக மீண்டும் செய்யலாம் (இருக்கும் நிகழ்வுகள் பொருந்திப் புதுப்பிக்கப்படும், நகல் எடுக்கப்படாது).",
"settings.calendar.import_failed": "இறக்குமதி தோல்வி: {error} — கோப்பே தொடப்படாது; பாதையைச் சரிபார்த்து மீண்டும் முயற்சிக்கவும்.",
"settings.calendar.cleanup_title": "சுத்தம் செய்",
"settings.calendar.cleanup_hint": "பதிவு செய்யப்பட்ட கூட்டத்துடன் ஏற்கனவே இணைக்கப்பட்ட நிகழ்வுகள், கீழே எந்த விருப்பத்தைத் தேர்ந்தெடுத்தாலும், எப்போதும் வைத்திருக்கப்படும்.",
"settings.calendar.cleanup_30": "30 நாட்களுக்கு மேற்பட்டவை",
"settings.calendar.cleanup_90": "90 நாட்களுக்கு மேற்பட்டவை",
"settings.calendar.cleanup_180": "6 மாதங்களுக்கு மேற்பட்டவை",
"settings.calendar.cleanup_365": "1 ஆண்டுக்கு மேற்பட்டவை",
"settings.calendar.cleanup_all": "அனைத்தையும் நீக்கு",
"settings.calendar.cleaning": "சுத்தம் செய்கிறது…",
"settings.calendar.cleanup_btn": "நாட்காட்டியை சுத்தம் செய்",
"settings.calendar.cleanup_result": "{deleted}{extra} நீக்கப்பட்டன.",
"settings.calendar.cleanup_kept": ", {n} வைக்கப்பட்டன (ஒரு கூட்டத்துடன் இணைக்கப்பட்டவை)",
"settings.calendar.cleanup_failed": "சுத்தம் செய்தல் தோல்வி: {error}",
"settings.calendar.imported_events": "இறக்குமதி செய்யப்பட்ட நிகழ்வுகள்",
"settings.calendar.no_events": "இன்னும் நிகழ்வுகள் எதுவும் இறக்குமதி செய்யப்படவில்லை.",
"settings.calendar.search_title": "தலைப்பைத் தேடு",
"settings.calendar.search_placeholder": "கூட்டத்தின் பெயர்…",
"settings.calendar.date_label": "தேதி",
"settings.calendar.events_count": "{total} இல் {shown} நிகழ்வுகள்",
"settings.calendar.untitled": "(தலைப்பில்லாதது)",
"settings.dialog_title": "அமைப்புகள்",
"settings.close": "மூடு",
"settings.close_title": "மூடு (Esc)",
"settings.sync.stub": "முன்னோட்ட முறை — ஒத்திசைவு பின்தளம் இன்னும் செயல்படுத்தப்படவில்லை (கட்டம் 9). மாற்றங்கள் இடைமுகத்தில் மட்டுமே வைக்கப்படும்.",
"settings.sync.title": "ஒத்திசைவு & பதிவேற்றம்",
"settings.sync.enable_label": "கட்டமைக்கப்பட்ட இலக்குகளுக்கு கூட்ட கலைப்பொருட்களைப் பதிவேற்றுவதை இயக்கு",
"settings.sync.enable_hint": "இயல்பாக ஆஃப். இது இயக்கப்பட்டு ஒரு இலக்கு இயக்கப்படாத வரை எதுவும் பதிவேற்றப்படாது. சுய-ஹோஸ்ட் செய்யப்பட்ட இலக்குகள் தரவை உங்கள் சொந்த சேவையகத்தில் வைத்திருக்கும்; மூன்றாம் தரப்பு கிளவுட்கள் தெளிவாகக் குறிக்கப்பட்டுள்ளன.",
"settings.sync.targets_title": "இலக்குகள்",
"settings.sync.no_targets": "இன்னும் இலக்குகள் இல்லை. கீழே ஒன்றைச் சேர்க்கவும்.",
"settings.sync.third_party": "மூன்றாம் தரப்பு",
"settings.sync.your_server": "உங்கள் சேவையகம்",
"settings.sync.edit": "திருத்து",
"settings.sync.remove": "அகற்று",
"settings.sync.edit_target": "இலக்கைத் திருத்து",
"settings.sync.add_target": "ஒரு இலக்கைச் சேர்",
"settings.sync.webdav_hint": "WebDAV, Nextcloud, ownCloud, Cloudreve, Seafile மற்றும் Synology ஆகியவற்றை உள்ளடக்கியது. (Seafile: சேவையக பக்கத்தில் SeafDAV ஐ இயக்கவும்.)",
"settings.sync.name": "பெயர்",
"settings.sync.name_placeholder": "வீட்டு Nextcloud",
"settings.sync.provider": "வழங்குநர்",
"settings.sync.server_url": "சேவையக URL",
"settings.sync.server_url_note_1": "உங்கள் சேவையக URL மட்டும் — WhispAssist தானாகவே",
"settings.sync.server_url_note_2": "சேர்க்கிறது.",
"settings.sync.remote_folder": "தொலைநிலை கோப்புறை",
"settings.sync.username": "பயனர்பெயர்",
"settings.sync.app_password": "பயன்பாட்டு கடவுச்சொல்",
"settings.sync.pw_keep": "தற்போதைய கடவுச்சொல்லை வைத்திருக்க காலியாக விடவும்",
"settings.sync.pw_store": "OS சான்றுச் சேமிப்பில் சேமிக்கப்படுகிறது",
"settings.sync.upload_legend": "பதிவேற்று",
"settings.sync.artifact_transcript": "படியெடுப்பு",
"settings.sync.artifact_notes": "குறிப்புகள்",
"settings.sync.artifact_summary": "சுருக்கம்",
"settings.sync.artifact_recording": "பதிவு (.wav, வைக்கப்பட்டால்)",
"settings.sync.allow_plaintext": "ஒரு LAN முகவரிக்கு எளிய உரை http ஐ அனுமதி (பரிந்துரைக்கப்படவில்லை)",
"settings.sync.encrypt_before": "பதிவேற்றுவதற்கு முன் மறையாக்கு (இலக்கு மறையாக்க உரையை மட்டுமே சேமிக்கும்)",
"settings.sync.requires_vault": "— திறக்கப்பட்ட பெட்டகம் தேவை",
"settings.sync.test_connection": "இணைப்பைச் சோதி",
"settings.sync.save_changes": "மாற்றங்களைச் சேமி",
"settings.sync.add_target_btn": "இலக்கைச் சேர்",
"settings.sync.cancel": "ரத்து செய்",
"settings.sync.third_party_banner": "{kind} ஒரு மூன்றாம் தரப்பு கிளவுட் — பதிவேற்றுவது உங்கள் தரவை உங்கள் சாதனத்திற்கு வெளியே {kind}-க்கு அனுப்புகிறது.",
"settings.sync.link_account": "{kind} கணக்கை இணை…",
"settings.sync.oauth_hint": "ஒரு OAuth உள்நுழைவைத் திறக்கிறது (லூப்பேக் திருப்பிவிடல்); டோக்கன் உங்கள் OS சான்றுச் சேமிப்பில் சேமிக்கப்படுகிறது.",
"settings.sync.footnote": "சான்றுகள் ஒருபோதும் அமைப்புகளிலோ தரவுத்தளத்திலோ எழுதப்படாது — OS சான்றுச் சேமிப்பில் மட்டுமே. LAN அல்லாத இலக்குகளுக்கு TLS தேவை.",
"settings.ai.title": "AI சுருக்க வழங்குநர்",
"settings.ai.intro_1": "சுருக்கங்கள் இயல்பாக ஒரு உள்ளூர் LLM இல் இயங்கும். இதை இந்த PC அல்லது உங்கள் LAN இல் உள்ள மற்றொரு இயந்திரத்தில் உள்ள Ollama-வை நோக்கிச் சுட்டவும் (எ.கா.",
"settings.ai.intro_2": "— இரண்டும் உள்ளூராகக் கருதப்படும், எனவே உங்கள் நெட்வொர்க்கிலிருந்து எதுவும் வெளியேறாது. ஹோஸ்ட் செய்யப்பட்ட வழங்குநர்கள் (Anthropic) விருப்பமானவை, இயல்பாக ஆஃப், மேலும் நீங்கள் ஒன்றை இயக்கியவுடன் படியெடுப்பை ஒரு மூன்றாம் தரப்பினருக்கு அனுப்பும்.",
"settings.ai.provider": "வழங்குநர்",
"settings.ai.off": "ஆஃப்",
"settings.ai.provider_ollama": "Ollama (உள்ளூர் / LAN)",
"settings.ai.provider_custom": "தனிப்பயன் (OpenAI-இணக்கமான)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — ஹோஸ்ட் செய்யப்பட்டது, இந்தச் சாதனத்தை விட்டு வெளியேறுகிறது",
"settings.ai.endpoint": "இறுதிப்புள்ளி",
"settings.ai.model": "மாதிரி",
"settings.ai.api_key": "API விசை",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (ஏற்கனவே அமைக்கப்பட்டது — வைத்திருக்க காலியாக விடவும்)",
"settings.ai.show_api_key": "API விசையைக் காட்டு",
"settings.ai.hide_api_key": "API விசையை மறை",
"settings.ai.anthropic_banner": "Anthropic ஒரு ஹோஸ்ட் செய்யப்பட்ட மூன்றாம் தரப்பு சேவை — நீங்கள் ஒரு சுருக்கத்தை உருவாக்கும்போது இந்தக் கூட்டத்தின் படியெடுப்பு உங்கள் சாதனத்தை விட்டு வெளியேறுகிறது.",
"settings.ai.endpoint_banner": "இந்த இறுதிப்புள்ளி உங்கள் இயந்திரத்திலோ LAN இலோ இல்லை — உங்கள் படியெடுப்பு உங்கள் நெட்வொர்க்கை விட்டு வெளியேறும்.",
"settings.ai.saving": "சேமிக்கிறது…",
"settings.ai.save": "சேமி",
"settings.ai.test_connection": "இணைப்பைச் சோதி",
"settings.ai.this_hosted_provider": "இந்த ஹோஸ்ட் செய்யப்பட்ட வழங்குநர்",
"settings.ai.reachable": "அணுகக்கூடியது",
"settings.ai.unreachable": "அணுக முடியாதது",
"settings.ai.model_count_one": "· {n} மாதிரி",
"settings.ai.model_count_many": "· {n} மாதிரிகள்",
"settings.ai.on_lan": "· உங்கள் இயந்திரத்தில் / LAN இல்",
"settings.ai.leaves_network": "· உங்கள் நெட்வொர்க்கை விட்டு வெளியேறுகிறது",
"settings.ai.advanced_title": "மேம்பட்ட Ollama கட்டமைப்பு",
"settings.ai.changed": "{n} மாற்றப்பட்டன",
"settings.ai.reset_all": "அனைத்தையும் இயல்புநிலைக்கு மீட்டமை",
"settings.ai.system_prompt": "கணினி வினாத்தூண்டல்",
"settings.ai.system_prompt_placeholder": "எ.கா. நீங்கள் ஒரு சுருக்கமான கூட்டச் சுருக்கர்.",
"settings.ai.system_prompt_hint": "WhispAssist இன் தேவையான வெளியீட்டு வடிவமைப்பிற்கு முன் சேர்க்கப்படும், அதனால் உங்கள் வழிமுறைகள் சுருக்கம்/செயல்-உருப்படி பாகுபடுத்தலை உடைக்க முடியாது.",
"settings.ai.think": "சிந்தி",
"settings.ai.think_help": "பகுத்தறிவு முயற்சி (பகுத்தறிவு மாதிரிகள் மட்டும்).",
"settings.ai.keep_alive": "செயலில் வைத்திரு",
"settings.ai.keep_alive_help": "மாதிரி RAM இல் எவ்வளவு நேரம் இருக்கும். எ.கா. 5m, 1h, 0 (இறக்கு), -1 (எப்போதும்).",
"settings.ai.runtime_hardware": "இயக்க நேரம் & வன்பொருள்",
"settings.ai.rarely_needed": "— அரிதாகவே தேவை",
"settings.ai.save_advanced": "மேம்பட்டதைச் சேமி",
"settings.ai.saved": "சேமிக்கப்பட்டது",
"settings.ai.turn_off": "அணை",
"settings.ai.default_value": "இயல்புநிலை {value}.",
"settings.ai.reset_default": "இயல்புநிலைக்கு மீட்டமை",
"settings.ai.reset_field": "{name} ஐ மீட்டமை",
"settings.mcp.title": "MCP சேவையகம்",
"settings.mcp.banner_1": "இது உங்கள் சொந்த குறியீட்டு முகவரை (Claude Code, Codex, Copilot, OpenCode, …) உங்கள் உள்ளூர் இயந்திரத்தில் கூட்டச் சூழலை எடுக்க அனுமதிக்கிறது. இணைக்கப்பட்டவுடன்,",
"settings.mcp.banner_agent": "அந்த முகவர்",
"settings.mcp.banner_2": "தான் படிப்பதை அதன் சொந்த மாதிரி வழங்குநரின் கிளவுட்டிற்கு அனுப்பலாம் — WhispAssist இன் கட்டுப்பாட்டிற்கு வெளியே. WhispAssist தானே இந்தத் தரவை எங்கும் அனுப்பாது; சேவையகம் இந்தச் சாதனத்தில் மட்டுமே கேட்கிறது (",
"settings.mcp.banner_3": "), மேலும் ஒவ்வொரு வாசிப்பும் கீழே பதிவு செய்யப்படுகிறது.",
"settings.mcp.enable": "MCP சேவையகத்தை இயக்கு",
"settings.mcp.enable_hint": "இயல்பாக ஆஃப். லூப்பேக் மட்டும், டோக்கன்-பாதுகாக்கப்பட்டது — நெட்வொர்க்கிலிருந்து எதையும் அணுக முடியாது.",
"settings.mcp.transport": "போக்குவரத்து",
"settings.mcp.transport_http": "ஸ்ட்ரீமிங் HTTP",
"settings.mcp.transport_stdio": "stdio (முகவர் ஒரு செயல்முறையை உருவாக்குகிறது)",
"settings.mcp.port": "போர்ட்",
"settings.mcp.transport_change_hint": "போக்குவரத்து/போர்ட்டை மாற்ற, முதலில் சேவையகத்தை அணைத்து, பின்னர் மீண்டும் இயக்கவும்.",
"settings.mcp.scope_title": "வரம்பு",
"settings.mcp.expose": "வெளிப்படுத்து",
"settings.mcp.scope_none": "எதுவும் இல்லை — எதுவும் பகிரப்படாது",
"settings.mcp.scope_selected": "தேர்ந்தெடுக்கப்பட்டவை — நீங்கள் பகிரப்பட்டதாகக் குறித்த அம்ச சுருக்கங்கள் மட்டும்",
"settings.mcp.scope_all": "அனைத்தும் — கூட்டங்கள், படியெடுப்புகள், செயல்-உருப்படிகள் மற்றும் பகிரப்பட்ட சுருக்கங்கள்",
"settings.mcp.expose_recordings": "சேமிக்கப்பட்ட பதிவு உள்ள கூட்டங்களையும் அனுமதி (இயல்பாக ஆஃப் — இது இயக்கப்படும் வரை, பதிவு செய்யப்பட்ட கூட்டத்தின் படியெடுப்பு “அனைத்தும்” வரம்பிலும் தடுக்கப்படும்)",
"settings.mcp.token_title": "புதிய அங்கீகார டோக்கன் — ஒரு முறை காட்டப்படும், இப்போதே அதை நகலெடுக்கவும்",
"settings.mcp.token_hint": "இது மீண்டும் காட்டப்படாது. இது உங்கள் OS சான்றுச் சேமிப்பில் சேமிக்கப்படுகிறது; அதை இழந்தால், புதிதாக ஒன்றை உருவாக்க சேவையகத்தை அணைத்து மீண்டும் இயக்கவும்.",
"settings.mcp.copied": "நகலெடுக்கப்பட்டது",
"settings.mcp.copy": "நகலெடு",
"settings.mcp.endpoint": "இறுதிப்புள்ளி",
"settings.mcp.endpoint_hint": "உங்கள் முகவரின் MCP கிளையன்ட் கட்டமைப்பை {kind}-ஐ நோக்கிச் சுட்டவும், மேலே உள்ள டோக்கனை bearer சான்றாகப் பயன்படுத்தவும்.",
"settings.mcp.kind_command": "கட்டளை",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "அணுகல் பதிவு",
"settings.mcp.access_log_hint": "ஒரு முகவர் செய்யும் ஒவ்வொரு கருவி வாசிப்பும், அனுமதிக்கப்பட்டதோ மறுக்கப்பட்டதோ (FR-MCP-5).",
"settings.mcp.no_reads": "இன்னும் எந்த முகவரும் எதையும் படிக்கவில்லை.",
"settings.mcp.log_meeting": "கூட்டம் {id}",
"settings.mcp.refresh": "புதுப்பி",
"settings.privacy.title": "தனியுரிமை",
"settings.privacy.intro": "WhispAssist தற்போது உண்மையில் இந்தச் சாதனத்திலிருந்து வெளியே அனுப்ப அனுமதிக்கப்பட்டவை. எல்லாம் ஆஃப் ஆக இருக்கும்போது (இயல்புநிலை), சாதனத்திலிருந்து எதுவும் வெளியேறாது.",
"settings.privacy.llm_endpoint": "LLM இறுதிப்புள்ளி",
"settings.privacy.off": "ஆஃப்",
"settings.privacy.local_only": "உள்ளூர் மட்டும்",
"settings.privacy.leaves_device": "இந்தச் சாதனத்தை விட்டு வெளியேறுகிறது",
"settings.privacy.sync_label": "ஒத்திசைவு",
"settings.privacy.enabled": "இயக்கப்பட்டது",
"settings.privacy.mcp_label": "MCP சேவையகம்",
"settings.privacy.mcp_on": "ஆன் · {scope}",
"settings.privacy.mcp_loopback_note": "லூப்பேக்கில் மட்டும் உள்வரும் — மேலே உள்ள வெளிச்செல்லும் பட்டியலில் எதையும் சேர்க்காது. இணைக்கப்பட்ட முகவர் இன்னும் தான் படிப்பதை அதன் சொந்த மாதிரி வழங்குநருக்கு அனுப்பலாம்; MCP சேவையகத் தாவலைப் பார்க்கவும்.",
"settings.privacy.egress_title": "வெளிச்செல்லும் அனுமதிப் பட்டியல்",
"settings.privacy.no_egress": "எந்த ஹோஸ்ட்டும் அனுமதிப் பட்டியலில் இல்லை — WA எந்த உள்ளடக்க வெளிச்செல்லுதலையும் செய்யாது.",
"settings.privacy.sync_targets_title": "ஒத்திசைவு இலக்குகள்",
"settings.privacy.third_party": "மூன்றாம் தரப்பு",
"settings.privacy.your_server": "உங்கள் சேவையகம்",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "TLS இல்லை",
"settings.privacy.refresh": "புதுப்பி",
"settings.privacy.unavailable": "தனியுரிமை சுய-சோதனை கிடைக்கவில்லை.",
"settings.privacy.vault_title": "மறையாக்கப் பெட்டகம்",
"settings.privacy.vault_intro": "ஒரு கடவுச்சொல்லுடன் குறிப்புகள், படியெடுப்புகள் மற்றும் சுருக்கங்களை ஓய்வில் மறையாக்கு. (ஒலிக் கோப்புகள் இன்னும் மறையாக்கப்படவில்லை.)",
"settings.privacy.vault_password": "பெட்டகக் கடவுச்சொல்",
"settings.privacy.enable_vault": "பெட்டகத்தை இயக்கு",
"settings.privacy.vault_pw_hint": "குறைந்தது 8 எழுத்துகளைப் பயன்படுத்தவும். மறந்துவிட்டால், மறையாக்கப்பட்ட உள்ளடக்கத்தை மீட்க முடியாது.",
"settings.privacy.vault_locked_1": "பெட்டகம் ",
"settings.privacy.locked_word": "பூட்டப்பட்டுள்ளது",
"settings.privacy.vault_locked_2": ". மறையாக்கப்பட்ட கூட்டங்களைப் படிக்க திறக்கவும்.",
"settings.privacy.password": "கடவுச்சொல்",
"settings.privacy.unlock": "திற",
"settings.privacy.vault_unlocked_1": "பெட்டகம் ",
"settings.privacy.unlocked_word": "திறக்கப்பட்டுள்ளது",
"settings.privacy.vault_unlocked_2": ". புதிய குறிப்புகள், படியெடுப்புகள் மற்றும் சுருக்கங்கள் ஓய்வில் மறையாக்கப்படும்.",
"settings.privacy.lock_now": "இப்போது பூட்டு",
"settings.privacy.change_password": "கடவுச்சொல்லை மாற்று",
"settings.privacy.current_password": "தற்போதைய கடவுச்சொல்",
"settings.privacy.new_password": "புதிய கடவுச்சொல்",
"settings.about.title": "பற்றி",
"settings.about.tagline": "முழுவதுமாக உள்ளூர், திறந்த மூல, Windows-நேட்டிவ் கூட்ட உதவியாளர்.",
"settings.about.build_commit": "பில்ட் கமிட்",
"consent.heading": "பதிவு செய்வதற்கு முன்",
"consent.body": "பங்கேற்பாளர்களின் ஒப்புதல் இல்லாமல் உரையாடல்களைப் பதிவு செய்வது உங்கள் பகுதியில் சட்டவிரோதமாக இருக்கலாம். உங்கள் உள்ளூர் பதிவுச் சட்டங்களைச் சரிபார்க்கவும். இது ஒரு எச்சரிக்கை, சட்ட ஆலோசனை அல்ல.",
"consent.accept": "நான் புரிந்துகொள்கிறேன் — பதிவை இயக்கு",
"consent.cancel": "ரத்து செய்",
"hosted.heading": "{provider} ஐப் பயன்படுத்துவதற்கு முன்",
"hosted.body_1": "இதன் மூலம் உருவாக்குவது",
"hosted.body_2": "இந்தக் கூட்டத்தின் படியெடுப்பை அவர்களின் சேவையகங்களுக்கு அனுப்புகிறது — இது இந்தச் சாதனத்தை விட்டு வெளியேறி, அவர்களின் தனியுரிமைக் கொள்கைக்கு உட்பட்டது. தரவு உங்கள் சாதனத்தை விட்டு வெளியேறியவுடன் அதன் கையாளுதலின் மீது WhispAssist-க்கு எந்தக் கட்டுப்பாடும் இல்லை. இது இயல்பாக ஆஃப்; நீங்கள் இப்போது அதைத் தேர்ந்தெடுக்கிறீர்கள்.",
"hosted.accept": "நான் புரிந்துகொள்கிறேன் — தொடர்",
"hosted.cancel": "ரத்து செய்",
"theme.group": "தீம்",
"theme.system": "கணினியுடன் பொருந்து",
"theme.light": "வெளிர்",
"theme.dark": "இருள்",
"import.dialog_label": "ஒரு கோப்பு அல்லது URL இலிருந்து கூட்டத்தைச் சேர்",
"import.title": "கூட்டத்தைச் சேர்",
"import.close": "மூடு",
"import.close_title": "மூடு (Esc)",
"import.body": "ஏற்கனவே உள்ள பதிவை இறக்குமதி செய்யவும் — ஒரு உள்ளூர் ஒலி/வீடியோ கோப்பு, அல்லது ஒரு இணைப்பு (YouTube, ஒரு ஸ்ட்ரீமிங் பக்கம், அல்லது ஒரு நேரடி மீடியா URL). இது நேரடிப் பதிவு போலவே படியெடுக்கப்பட்டு பேச்சாளர் பிரிக்கப்படும்.",
"import.file_or_url": "கோப்பு அல்லது URL",
"import.source_placeholder": "ஒரு URL ஐ ஒட்டவும், அல்லது ஒரு கோப்பிற்கு உலாவவும்…",
"import.choose_file": "ஒரு உள்ளூர் கோப்பைத் தேர்வுசெய்",
"import.browse": "உலாவு…",
"import.title_label": "தலைப்பு",
"import.optional": "விருப்பமானது",
"import.title_placeholder": "இயல்பாகக் கோப்பின் பெயர்",
"import.filter_av": "ஒலி / வீடியோ",
"import.requires_1": "தேவை",
"import.requires_2": "நிறுவப்பட்டு உங்கள் PATH இல் (மேலும்",
"import.requires_3": "URL-களுக்கு). WhispAssist அவற்றை உள்ளடக்காது.",
"import.importing": "இறக்குமதி செய்கிறது… இதற்கு சிறிது நேரம் ஆகலாம்",
"import.import": "இறக்குமதி செய்",
"import.cancel": "ரத்து செய்",
"tagchip.filter": "“{tag}” குறிச்சொல் கொண்ட கூட்டங்களை வடிகட்டு",
"tagchip.remove": "குறிச்சொல் {tag} ஐ அகற்று",
"levelmeter.system_mic": "கணினி மற்றும் மைக்ரோஃபோன் உள்ளீட்டு நிலை",
"levelmeter.system": "கணினி உள்ளீட்டு நிலை",
"app.tagline": "உள்ளூர் · தனிப்பட்ட",
"app.note_template": "குறிப்பு டெம்ப்ளேட்",
"app.no_template": "டெம்ப்ளேட் இல்லை",
"app.add_meeting": "கூட்டத்தைச் சேர்",
"app.add_meeting_title": "ஒரு கோப்பு அல்லது URL இலிருந்து கூட்டத்தைச் சேர்",
"app.record": "பதிவு செய்",
"app.record_title": "பதிவைத் தொடங்கு (Ctrl+Shift+R)",
"app.stop": "நிறுத்து",
"app.stop_title": "பதிவை நிறுத்து (Ctrl+Shift+R)",
"app.cancel": "ரத்து செய்",
"app.cancel_title": "இந்தப் பதிவை நிராகரித்து நீக்கு",
"app.recording": "பதிவு செய்கிறது…",
"app.backend_title": "செயலில் உள்ள படியெடுப்பு பின்தளம்",
"app.retention_title": "இந்தக் கூட்டத்திற்கு ஒலியை .wav ஆகச் சேமி",
"app.saving": "சேமிக்கிறது",
"app.not_saved": "சேமிக்கப்படவில்லை",
"app.reconnecting": "ஒலி சாதனத்தை மீண்டும் இணைக்கிறது…",
"app.settings": "அமைப்புகள்",
"app.settings_title": "அமைப்புகள் (Ctrl+,)",
"app.discard_confirm": "இந்தப் பதிவை நிராகரிக்கவா? அதன் ஒலியும் படியெடுப்பும் நீக்கப்படும்.",
"app.announce_started": "பதிவு தொடங்கியது",
"app.announce_paused": "பதிவு இடைநிறுத்தப்பட்டது",
"app.announce_stopped": "பதிவு நிறுத்தப்பட்டது",
"app.consent_dialog": "பதிவு ஒப்புதல்",
"app.vault_dialog": "மறையாக்கப் பெட்டகத்தைத் திற",
"app.vault_title": "மறையாக்கப் பெட்டகத்தைத் திற",
"app.vault_desc": "உங்கள் கூட்டங்கள் ஓய்வில் மறையாக்கப்பட்டுள்ளன. அவற்றைப் படிக்க உங்கள் கடவுச்சொல்லை உள்ளிடவும்.",
"app.vault_password": "பெட்டகக் கடவுச்சொல்",
"app.vault_incorrect": "தவறான கடவுச்சொல்",
"app.unlock": "திற",
"app.continue_locked": "பூட்டியபடி தொடர்",
"app.show_meetings": "கூட்டப் பட்டியலைக் காட்டு",
"app.hide_meetings": "கூட்டப் பட்டியலை மறை",
"app.show_summary": "சுருக்கப் பலகத்தைக் காட்டு",
"app.hide_summary": "சுருக்கப் பலகத்தை மறை",
"app.resize_meetings": "கூட்டப் பட்டியலின் அளவை மாற்று",
"app.resize_summary": "சுருக்கப் பலகத்தின் அளவை மாற்று",
"meetings.search_placeholder": "கூட்டங்களைத் தேடு…",
"meetings.search_aria": "கூட்டங்களைத் தேடு",
"meetings.filter_tag_aria": "குறிச்சொல் மூலம் வடிகட்டு",
"meetings.all_tags": "அனைத்து குறிச்சொற்கள்",
"meetings.from_date_aria": "தேதியிலிருந்து",
"meetings.to_date_aria": "தேதி வரை",
"meetings.bulk_format_aria": "மொத்த ஏற்றுமதி வடிவம்",
"meetings.bulk_export": "மொத்த ஏற்றுமதி",
"meetings.bulk_export_title": "மேலே உள்ள குறிச்சொல்/தேதி வடிகட்டிகளுடன் பொருந்தும் ஒவ்வொரு கூட்டத்தையும் ஏற்றுமதி செய்",
"meetings.exporting": "ஏற்றுமதி செய்கிறது…",
"meetings.exported_one": "{n} கூட்டம் ஏற்றுமதி செய்யப்பட்டது.",
"meetings.exported_many": "{n} கூட்டங்கள் ஏற்றுமதி செய்யப்பட்டன.",
"meetings.searching": "தேடுகிறது…",
"meetings.loading": "கூட்டங்கள் ஏற்றப்படுகின்றன…",
"meetings.no_matches": "பொருத்தங்கள் இல்லை.",
"meetings.empty": "இன்னும் கூட்டங்கள் இல்லை — தொடங்க மேலே பதிவு என்பதைக் கிளிக் செய்யவும்.",
"meetings.status.recording": "பதிவு செய்கிறது",
"meetings.status.transcribing": "படியெடுக்கிறது",
"meetings.status.recovering": "மீட்கிறது",
"meetings.status.error": "பிழை",
"meetings.resume": "படியெடுப்பைத் தொடர்",
"meetings.delete_aria": "கூட்டத்தை நீக்கு",
"meetings.delete_confirm": "இந்தக் கூட்டத்தை நீக்கவா? இது அதன் பதிவு, படியெடுப்பு மற்றும் குறிப்புகளை அகற்றும்.",
"transcript.heading": "படியெடுப்பு",
"transcript.title_aria": "கூட்டத் தலைப்பு",
"transcript.lang_title": "படியெடுப்பு மொழி",
"transcript.lang_auto": "கண்டறிகிறது…",
"transcript.show": "படியெடுப்பைக் காட்டு",
"transcript.hide": "படியெடுப்பை மறை",
"transcript.empty": "இந்தக் கூட்டத்திற்கு படியெடுப்பு இல்லை.",
"transcript.will_appear": "நீங்கள் பதிவு செய்யும்போது படியெடுப்பு இங்கே தோன்றும்.",
"transcript.play_from_here": "இங்கிருந்து இயக்கு",
"transcript.resize": "படியெடுப்பு மற்றும் குறிப்புகளின் அளவை மாற்று",
"transcript.reprocess_placeholder": "இதனுடன் மீண்டும் படியெடு…",
"transcript.reprocess_lang_aria": "மறுசெயலாக்க மொழி",
"transcript.reprocess_keep_lang": "தற்போதைய மொழியை வைத்திரு",
"transcript.reprocess_go": "செல்",
"transcript.retranscribing": "மீண்டும் படியெடுக்கிறது…",
"transcript.has_note": "ஒரு குறிப்பு உள்ளது",
"transcript.note_placeholder": "இந்தத் தருணத்திற்கு ஒரு குறிப்பைச் சேர்…",
"transcript.note_aria": "இந்தப் படியெடுப்பு வரிக்கான குறிப்பு",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word ஆவணம்",
"transcript.filter_obsidian": "Obsidian குறிப்பு",
"notes.heading": "குறிப்புகள்",
"notes.show": "குறிப்புகளைக் காட்டு",
"notes.hide": "குறிப்புகளை மறை",
"notes.placeholder": "குறிப்புகள்…",
"notes.live_placeholder": "பேசும்போது குறிப்புகளைத் தட்டச்சு செய்யவும்…",
"notes.toolbar_aria": "குறிப்பு வடிவமைப்பு",
"notes.bold": "தடிமன்",
"notes.italic": "சாய்வு",
"notes.h1": "தலைப்பு 1",
"notes.h2": "தலைப்பு 2",
"notes.bullet": "புள்ளிப் பட்டியல்",
"notes.checkbox_title": "தேர்வுப்பெட்டி",
"notes.checkbox_aria": "தேர்வுப்பெட்டி பட்டியல் உருப்படி",
"notes.edit_raw": "மூல markdown ஐத் திருத்து",
"notes.render": "markdown ஐ வழங்கு",
"notes.editor": "திருத்தி",
"notes.preview": "முன்னோட்டம்",
"notes.export_md_title": "குறிப்புகளை .md ஆக ஏற்றுமதி செய்",
"notes.export_pdf_title": "குறிப்புகளை .pdf ஆக ஏற்றுமதி செய்",
"notes.export_docx_title": "குறிப்புகளை .docx ஆக ஏற்றுமதி செய்",
"notes.export_bundle_title": "ஒலி + படியெடுப்பு + குறிப்புகளை ஒரு கோப்புறைக்கு ஏற்றுமதி செய்",
"notes.export_obsidian_title": "ஒரு Obsidian குறிப்பை ஏற்றுமதி செய் (குறிப்புகள் + சுருக்கம் + படியெடுப்பு, ஒலி இல்லை)",
"summary.recording_heading": "பதிவு",
"summary.loading_recording": "பதிவு ஏற்றப்படுகிறது…",
"summary.sync_heading": "ஒத்திசைவு",
"summary.uploading": "பதிவேற்றுகிறது…",
"summary.upload_now": "இப்போது பதிவேற்று",
"summary.no_uploads": "இந்தக் கூட்டத்திற்கு இன்னும் பதிவேற்றங்கள் இல்லை.",
"summary.retry": "மீண்டும் முயற்சி",
"summary.tags_heading": "குறிச்சொற்கள்",
"summary.tags_select": "ஒரு கூட்டத்தைக் குறிச்சொல்லிட அதைத் தேர்ந்தெடுக்கவும்.",
"summary.tag_add_placeholder": "குறிச்சொல்லைச் சேர்…",
"summary.tag_first_placeholder": "திட்டம், வாடிக்கையாளர், தலைப்பு…",
"summary.generating": "உருவாக்குகிறது…",
"summary.generate_tags": "குறிச்சொற்களை உருவாக்கு",
"summary.saving": "சேமிக்கிறது…",
"summary.save_tags": "குறிச்சொற்களைச் சேமி",
"summary.summary_heading": "சுருக்கம்",
"summary.ai_provider": "AI வழங்குநர்",
"summary.provider_off": "ஆஃப்",
"summary.provider_custom": "தனிப்பயன்",
"summary.local": "உள்ளூர்",
"summary.leaves_device": "இந்தச் சாதனத்தை விட்டு வெளியேறுகிறது",
"summary.this_hosted_provider": "இந்த ஹோஸ்ட் செய்யப்பட்ட வழங்குநர்",
"summary.select_generate": "ஒரு சுருக்கத்தை உருவாக்க ஒரு கூட்டத்தைத் தேர்ந்தெடுக்கவும்.",
"summary.decisions_heading": "முடிவுகள்",
"summary.regenerate": "மீண்டும் உருவாக்கு",
"summary.generated_hint": "கூட்டத்திற்குப் பிறகு உள்ளூரில் உருவாக்கப்பட்டது (ஒரு உள்ளூர் LLM வழங்குநர் தேவை).",
"summary.no_provider": "AI வழங்குநர் எதுவும் கட்டமைக்கப்படவில்லை — அமைப்புகளில் ஒன்றை இயக்கவும்.",
"summary.generate_summary": "சுருக்கத்தை உருவாக்கு",
"summary.briefs_heading": "அம்ச சுருக்கங்கள்",
"summary.briefs_select": "அம்ச சுருக்கங்களை உருவாக்க அல்லது பார்க்க ஒரு கூட்டத்தைத் தேர்ந்தெடுக்கவும்.",
"summary.briefs_desc": "இந்தக் கூட்டத்தை ஒரு முகவருக்குத் தயார் விவரக்குறிப்பாக வடிகட்டுகிறது (ஒரு உள்ளூர் LLM வழங்குநர் தேவை) — அதை ஒரு குறியீட்டு முகவருக்குக் கொடுக்கவும், அல்லது MCP சேவையகம் இயக்கப்பட்டவுடன் அதன் மூலம் வழங்கவும்.",
"summary.brief_repo_placeholder": "இலக்கு களஞ்சியம் (விருப்பமானது), எ.கா. acme/reporting-web",
"summary.distilling": "வடிகட்டுகிறது…",
"summary.create_brief": "அம்ச சுருக்கத்தை உருவாக்கு",
"summary.brief_mcp_title": "MCP சேவையகம் இயக்கப்பட்டிருக்கும்போது கிடைக்கும்",
"summary.copied": "நகலெடுக்கப்பட்டது",
"summary.copy_md": "Markdown ஆக நகலெடு",
"summary.copy_json": "JSON ஆக நகலெடு",
"summary.brief_problem": "சிக்கல்",
"summary.brief_outcome": "விரும்பிய முடிவு",
"summary.brief_criteria": "ஏற்பு அளவுகோல்கள்",
"summary.brief_none": "எதுவும் பிடிக்கப்படவில்லை.",
"summary.brief_context": "சூழல்",
"summary.action_items_heading": "செயல்-உருப்படிகள்",
"summary.ai_select": "அதன் செயல்-உருப்படிகளைப் பார்க்க ஒரு கூட்டத்தைத் தேர்ந்தெடுக்கவும்.",
"summary.ai_empty": "இன்னும் எதுவும் இல்லை — கீழே ஒன்றைச் சேர்க்கவும், அல்லது அவற்றைத் தானாகப் பிரித்தெடுக்க ஒரு சுருக்கத்தை உருவாக்கவும்.",
"summary.confirmed": "உறுதிப்படுத்தப்பட்டது",
"summary.ai_text_placeholder": "செயல்-உருப்படி…",
"summary.ai_text_aria": "செயல்-உருப்படி உரை",
"summary.owner": "உரிமையாளர்",
"summary.due_date": "காலக்கெடு",
"summary.reminder_title": "இந்தக் காலக்கெடுவுக்கு ஒரு உள்ளூர் நினைவூட்டலைத் திட்டமிடு",
"summary.ai_delete_title": "இந்தச் செயல்-உருப்படியை நீக்கு",
"summary.ai_delete_aria": "செயல்-உருப்படியை நீக்கு",
"summary.add_action_item": "செயல்-உருப்படியைச் சேர்",
"summary.save_action_items": "செயல்-உருப்படிகளைச் சேமி",
"summary.calendar_heading": "நாட்காட்டி நிகழ்வு",
"summary.cal_select": "ஒரு கூட்டத்தை நாட்காட்டி நிகழ்வுடன் இணைக்க அதைத் தேர்ந்தெடுக்கவும்.",
"summary.event_search_placeholder": "நிகழ்வுத் தலைப்பைத் தேடு…",
"summary.linked_event": "இணைக்கப்பட்ட நிகழ்வு",
"summary.change_event": "நிகழ்வை மாற்று…",
"summary.link_event": "ஒரு நிகழ்வை இணை…",
"summary.untitled_event": "(தலைப்பில்லாதது)",
"summary.no_events_1": "இன்னும் நிகழ்வுகள் எதுவும் இறக்குமதி செய்யப்படவில்லை — ஒன்றை",
"summary.no_events_2": "அமைப்புகள் → நாட்காட்டியிலிருந்து இறக்குமதி செய்யவும்.",
"summary.no_events_match": "இந்தத் தேடல்/தேதியுடன் எந்த நிகழ்வும் பொருந்தவில்லை — ஒன்றை அழிக்க முயற்சிக்கவும்.",
"summary.organizer_label": "ஏற்பாட்டாளர்: {name}",
"summary.participants_heading": "பங்கேற்பாளர்கள்",
"summary.participants_hint": "இணைக்கப்பட்ட நாட்காட்டி நிகழ்விலிருந்து நிரப்பப்படுகிறது.",
"summary.speakers_heading": "பேச்சாளர்கள்",
"summary.speakers_select": "அதன் பேச்சாளர்களுக்குப் பெயரிட ஒரு கூட்டத்தைத் தேர்ந்தெடுக்கவும்.",
"summary.no_speakers": "இன்னும் பேச்சாளர்கள் எவரும் கண்டறியப்படவில்லை.",
"summary.speaker_name_placeholder": "பேச்சாளர் பெயர்",
"summary.save": "சேமி",
"summary.cancel": "ரத்து செய்",
"summary.name_speaker": "இந்தப் பேச்சாளருக்குப் பெயரிடு…",
"summary.add_new_name": "+ புதிய பெயரைச் சேர்…",
"settings.recording.title": "பதிவு",
"settings.recording.record_default": "இயல்பாகக் கூட்டங்களைப் பதிவு செய்",
"settings.recording.save_audio_as": "ஒலியை இவ்வாறு சேமி",
"settings.recording.default_hint": "இயல்பாக ஆஃப். ஆஃப் ஆக இருக்கும்போது, ஒலி படியெடுப்பை உருவாக்கவே மட்டும் பயன்படுத்தப்பட்டு, கூட்டம் இறுதிசெய்யப்படும்போது நீக்கப்படும். ஒவ்வொரு கூட்டத்திற்கும் பதிவை நீங்கள் மாற்றலாம்.",
"settings.recording.consent_label": "ஒப்புதல்: {status}.",
"settings.recording.consent_ack": "ஒப்புக்கொள்ளப்பட்டது",
"settings.recording.consent_not": "இன்னும் ஒப்புக்கொள்ளப்படவில்லை",
"settings.recording.auto_label": "ஒரு நாட்காட்டி நிகழ்வு தொடங்கும்போது பதிவைத் தானாகத் தொடங்கு",
"settings.recording.auto_hint": "WhispAssist திறந்திருக்கும்போது மட்டும். இறக்குமதி செய்யப்பட்ட நாட்காட்டி நிகழ்வின் தொடக்க நேரம் வரும்போது, ஒரு பதிவு தானாகத் தொடங்கும் (மேலே உள்ள உங்கள் இயல்புநிலை தக்கவைப்பு அமைப்பைப் பயன்படுத்தி). பின்னணியில் எதுவும் இயங்காது — பயன்பாடு இயங்கும்போது மட்டுமே டைமர் தயார்நிலையில் இருக்கும். அமைப்புகள் → நாட்காட்டியின் கீழ் நிகழ்வுகளை இறக்குமதி செய்யவும்."
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "ریکارڈنگ",
"nav.hardware": "ہارڈ ویئر",
"nav.storage": "اسٹوریج",
"nav.calendar": "کیلنڈر",
"nav.sync": "سِنک",
"nav.ai": "اے آئی",
"nav.mcp": "MCP سرور",
"nav.privacy": "رازداری",
"nav.about": "بارے میں",
"nav.language": "زبان",
"settings.language.title": "زبان",
"settings.language.display": "ڈسپلے زبان",
"settings.language.display_hint": "ایپ انٹرفیس کی زبان۔ کوئی زبان شامل کرنا صرف ایک ترجمہ فائل ڈالنے جتنا آسان ہے۔",
"settings.transcription.title": "نقل نویسی کی زبان",
"settings.transcription.label": "زبان",
"settings.transcription.auto": "خودکار شناخت",
"settings.transcription.applies_hint": "اگلی ریکارڈنگ پر لاگو ہوتا ہے۔ حقیقت میں استعمال ہونے والی زبان بعد میں ہر میٹنگ پر دکھائی جاتی ہے۔",
"settings.transcription.english_only": "صرف انگریزی",
"settings.transcription.model_english_only": "«{model}» صرف انگریزی میں ہے۔",
"settings.transcription.no_model": "کوئی ماڈل منتخب نہیں۔",
"settings.transcription.switch_multilingual": "زبان منتخب کرنے کے لیے اوپر کسی کثیر لسانی ماڈل پر سوئچ کریں۔",
"settings.hardware.title": "ہارڈ ویئر",
"settings.hardware.active_backend": "فعال بیک اینڈ",
"settings.hardware.model_meta": "· ماڈل {size}",
"settings.hardware.preferred_backend": "ترجیحی بیک اینڈ",
"settings.hardware.auto_backend": "خودکار (بہترین دستیاب)",
"settings.hardware.not_available": "دستیاب نہیں",
"settings.hardware.fallback_hint": "اگر منتخب بیک اینڈ لوڈ نہ ہو تو خودکار طور پر واپس چلا جاتا ہے (NPU → NVIDIA → AMD → Intel → CPU)۔",
"settings.hardware.audio_devices": "آڈیو آلات",
"settings.hardware.recording_device": "ریکارڈنگ آلہ",
"settings.hardware.default_system_audio": "ڈیفالٹ سسٹم آڈیو",
"settings.hardware.recording_device_hint": "WhispAssist وہی ریکارڈ کرتا ہے جو یہ آلہ چلاتا ہے (لوپ بیک) — کال کا دوسرا رخ۔ اگر آپ نہیں چاہتے کہ یہ Windows کے سسٹم ڈیفالٹ کی پیروی کرے تو کوئی مخصوص آؤٹ پٹ منتخب کریں۔",
"settings.hardware.microphone": "مائیکروفون",
"settings.hardware.mic_off": "بند — میرا مائیکروفون کیپچر نہ کریں",
"settings.hardware.default_mic": "ڈیفالٹ مائیکروفون",
"settings.hardware.mic_hint": "لائیو نقل میں آپ کی اپنی آواز شامل کرتا ہے تاکہ میٹنگ کے دونوں رخ کیپچر ہوں۔ آپ کے آلے پر ہی رہتا ہے — کچھ بھی اپ لوڈ نہیں ہوتا۔ صرف اوپر والا سسٹم آڈیو نقل کرنے کے لیے «بند» منتخب کریں۔",
"settings.hardware.npu_detected": "NPU ایکسلریٹر کا پتہ چلا",
"settings.hardware.ready": "تیار",
"settings.hardware.downloading": "ڈاؤن لوڈ ہو رہا ہے…",
"settings.hardware.package_needed": "پیکیج درکار",
"settings.hardware.npu_hint": "آپ کے NPU کو ایک بار کا ایکسلریشن پیکیج (Whisper ONNX ماڈل{extra}) درکار ہے۔ یہ پس منظر میں ڈاؤن لوڈ ہوتا ہے؛ آپ اسے ابھی بھی شروع کر سکتے ہیں۔",
"settings.hardware.plus_openvino": " + OpenVINO رن ٹائم",
"settings.hardware.download_npu": "NPU پیکیج ڈاؤن لوڈ کریں",
"settings.hardware.dml_title": "GPU ایکسلریشن (DirectML)",
"settings.hardware.dml_hint": "آپ کے GPU کو Vulkan کے بغیر DirectML کے ذریعے تیز کیا جا سکتا ہے — ایک بار کا پیکیج (Whisper ONNX ماڈل{extra})۔",
"settings.hardware.plus_directml": " + DirectML رن ٹائم",
"settings.hardware.download_dml": "DirectML پیکیج ڈاؤن لوڈ کریں",
"settings.hardware.detection_unavailable": "ہارڈ ویئر شناخت دستیاب نہیں۔",
"settings.hardware.low_overhead": "کم اوور ہیڈ پری سیٹ",
"settings.hardware.low_overhead_note": "CPU + سب سے چھوٹا ماڈل، بیٹری/پس منظر استعمال کے لیے",
"settings.hardware.models": "ماڈلز",
"settings.hardware.downloading_model": "{name} ڈاؤن لوڈ ہو رہا ہے",
"settings.hardware.active_badge": "فعال",
"settings.hardware.installed": "انسٹال شدہ",
"settings.hardware.use": "استعمال کریں",
"settings.hardware.remove": "ہٹائیں",
"settings.hardware.cant_remove_active": "فعال ماڈل کو نہیں ہٹایا جا سکتا",
"settings.hardware.download": "ڈاؤن لوڈ کریں",
"settings.hardware.diarization": "مقرر علیحدگی",
"settings.hardware.diarization_hint": "دونوں ماڈل انسٹال کریں تاکہ مکمل ریکارڈنگز ایک مسلسل نقل کے بجائے مقرر کے حساب سے (مقرر 1، مقرر 2، …) الگ ہوں۔ مکمل طور پر آف لائن چلتا ہے، رکنے کے بعد فی میٹنگ ایک بار۔ ان کے بغیر، ہر لائن ایک ہی مقرر کو منسوب کی جاتی ہے۔",
"settings.storage.title": "اسٹوریج",
"settings.storage.location_label": "مقام",
"settings.storage.location_hint": "اسٹوریج مقام تبدیل کرنا ابھی معاون نہیں — فی الحال میٹنگز، ماڈلز اور ڈیٹابیس یہیں موجود ہیں۔",
"settings.storage.retention_title": "برقراری",
"settings.storage.retention_hint": "ایک حد سے زیادہ پرانی میٹنگز کو خودکار طور پر حذف کرتا ہے۔ شروع میں ایک بار جانچا جاتا ہے؛ خالی کا مطلب کوئی حد نہیں۔ فی الحال ریکارڈ ہونے والی میٹنگ کو کبھی نہیں چھوتا۔",
"settings.storage.max_age": "زیادہ سے زیادہ عمر (دن)",
"settings.storage.max_size": "زیادہ سے زیادہ سائز (GB)",
"settings.storage.no_limit": "کوئی حد نہیں",
"settings.storage.export_import_title": "برآمد و درآمد",
"settings.storage.export_hint_1": "ریکارڈنگز کو کمپیوٹرز کے درمیان پورٹیبل بنڈل فولڈرز کے طور پر منتقل کریں (آڈیو، نقل، نوٹس، خلاصہ اور ایک",
"settings.storage.export_hint_2": "مینی فیسٹ)۔ کسی بھی فولڈر میں برآمد کریں — ایک سِنک شدہ ڈرائیو، ایک USB اسٹک، یا کسی سِنک ہدف کے مقامی ماؤنٹ میں — پھر دوسری مشین پر اسے درآمد کریں۔ درآمد شدہ میٹنگز کو نیا id ملتا ہے، اس لیے دوبارہ درآمد کبھی کسی چیز کو اوور رائٹ نہیں کرتا۔",
"settings.storage.export_dialog_title": "تمام میٹنگز یہاں برآمد کریں…",
"settings.storage.import_dialog_title": "ایک بنڈل (یا بنڈلز کا فولڈر) درآمد کریں…",
"settings.storage.exporting": "برآمد ہو رہا ہے…",
"settings.storage.export_all": "تمام میٹنگز برآمد کریں…",
"settings.storage.importing": "درآمد ہو رہا ہے…",
"settings.storage.import_all": "میٹنگز درآمد کریں…",
"settings.storage.exported_one": "{n} میٹنگ برآمد کی گئی۔",
"settings.storage.exported_many": "{n} میٹنگز برآمد کی گئیں۔",
"settings.storage.imported_one": "{n} میٹنگ درآمد کی گئی۔",
"settings.storage.imported_many": "{n} میٹنگز درآمد کی گئیں۔",
"settings.calendar.title": "کیلنڈر اور Outlook ‏.pst",
"settings.calendar.intro_1": "ایک مقامی Outlook بیک اپ سے ایونٹس اور شرکاء درآمد کریں",
"settings.calendar.intro_2": "— صرف پڑھنے کے لیے، فائل میں کچھ بھی واپس نہیں لکھا جاتا۔ اس آلے سے کچھ بھی باہر نہیں جاتا۔",
"settings.calendar.pst_file": "‏.pst فائل",
"settings.calendar.no_file": "کوئی فائل منتخب نہیں",
"settings.calendar.browse": "براؤز کریں…",
"settings.calendar.password": "پاس ورڈ",
"settings.calendar.password_note": "شاذ و نادر ہی درکار",
"settings.calendar.optional": "اختیاری",
"settings.calendar.import_range": "درآمد رینج",
"settings.calendar.range_30": "گزشتہ 30 دن",
"settings.calendar.range_90": "گزشتہ 90 دن",
"settings.calendar.range_180": "گزشتہ 6 ماہ",
"settings.calendar.range_365": "گزشتہ 1 سال",
"settings.calendar.range_all": "تمام وقت",
"settings.calendar.range_hint": "ایک طویل عرصے سے موجود میل باکس میں برسوں کی بار بار آنے والی/تعطیلات کی اندراجات ہو سکتی ہیں — رینج کو تنگ کرنا درآمد شدہ کیلنڈر کو صرف اسی چیز تک محدود رکھتا ہے جو حقیقتاً متعلقہ ہے۔ یہ اس درآمد بٹن اور شروع پر خودکار دوبارہ درآمد دونوں پر لاگو ہوتا ہے۔",
"settings.calendar.importing": "درآمد ہو رہا ہے…",
"settings.calendar.import": "درآمد کریں",
"settings.calendar.import_progress": "{processed}/{total} ایونٹس",
"settings.calendar.auto_reimport": "شروع پر اس فائل کو خودکار طور پر دوبارہ درآمد کریں",
"settings.calendar.auto_reimport_hint": "ٹائمر پر نہیں بلکہ شروع میں ایک بار چلتا ہے — دوبارہ درآمد کو محفوظ طریقے سے دہرایا جا سکتا ہے (موجودہ ایونٹس ملا کر اپ ڈیٹ کیے جاتے ہیں، نقل نہیں کیے جاتے)۔",
"settings.calendar.import_failed": "درآمد ناکام: {error} — فائل خود اچھوتی رہتی ہے؛ راستہ جانچیں اور دوبارہ کوشش کریں۔",
"settings.calendar.cleanup_title": "صاف کریں",
"settings.calendar.cleanup_hint": "کسی ریکارڈ شدہ میٹنگ سے پہلے سے منسلک ایونٹس ہمیشہ رکھے جاتے ہیں، چاہے نیچے کوئی بھی آپشن منتخب ہو۔",
"settings.calendar.cleanup_30": "30 دن سے پرانے",
"settings.calendar.cleanup_90": "90 دن سے پرانے",
"settings.calendar.cleanup_180": "6 ماہ سے پرانے",
"settings.calendar.cleanup_365": "1 سال سے پرانے",
"settings.calendar.cleanup_all": "سب حذف کریں",
"settings.calendar.cleaning": "صاف ہو رہا ہے…",
"settings.calendar.cleanup_btn": "کیلنڈر صاف کریں",
"settings.calendar.cleanup_result": "{deleted}{extra} حذف کیے گئے۔",
"settings.calendar.cleanup_kept": "، {n} رکھے گئے (ایک میٹنگ سے منسلک)",
"settings.calendar.cleanup_failed": "صفائی ناکام: {error}",
"settings.calendar.imported_events": "درآمد شدہ ایونٹس",
"settings.calendar.no_events": "ابھی تک کوئی ایونٹ درآمد نہیں ہوا۔",
"settings.calendar.search_title": "عنوان تلاش کریں",
"settings.calendar.search_placeholder": "میٹنگ کا نام…",
"settings.calendar.date_label": "تاریخ",
"settings.calendar.events_count": "{total} میں سے {shown} ایونٹس",
"settings.calendar.untitled": "(بلا عنوان)",
"settings.dialog_title": "ترتیبات",
"settings.close": "بند کریں",
"settings.close_title": "بند کریں (Esc)",
"settings.sync.stub": "پیش نظارہ موڈ — سِنک بیک اینڈ ابھی نافذ نہیں ہوا (مرحلہ 9)۔ تبدیلیاں صرف انٹرفیس میں رکھی جاتی ہیں۔",
"settings.sync.title": "سِنک اور اپ لوڈ",
"settings.sync.enable_label": "ترتیب شدہ اہداف پر میٹنگ آرٹیفیکٹس اپ لوڈ کرنا فعال کریں",
"settings.sync.enable_hint": "بطور ڈیفالٹ بند۔ جب تک یہ آن نہ ہو اور کوئی ہدف فعال نہ ہو، کچھ اپ لوڈ نہیں ہوتا۔ خود میزبان اہداف ڈیٹا کو آپ کے اپنے سرور پر رکھتے ہیں؛ فریق ثالث کلاؤڈز واضح طور پر لیبل شدہ ہیں۔",
"settings.sync.targets_title": "اہداف",
"settings.sync.no_targets": "ابھی کوئی اہداف نہیں۔ نیچے ایک شامل کریں۔",
"settings.sync.third_party": "فریق ثالث",
"settings.sync.your_server": "آپ کا سرور",
"settings.sync.edit": "ترمیم کریں",
"settings.sync.remove": "ہٹائیں",
"settings.sync.edit_target": "ہدف میں ترمیم کریں",
"settings.sync.add_target": "ایک ہدف شامل کریں",
"settings.sync.webdav_hint": "WebDAV، Nextcloud، ownCloud، Cloudreve، Seafile اور Synology کا احاطہ کرتا ہے۔ (Seafile: سرور کی طرف SeafDAV فعال کریں۔)",
"settings.sync.name": "نام",
"settings.sync.name_placeholder": "گھریلو Nextcloud",
"settings.sync.provider": "فراہم کنندہ",
"settings.sync.server_url": "سرور URL",
"settings.sync.server_url_note_1": "صرف آپ کا سرور URL — WhispAssist خودکار طور پر",
"settings.sync.server_url_note_2": "شامل کرتا ہے۔",
"settings.sync.remote_folder": "دور دراز فولڈر",
"settings.sync.username": "صارف نام",
"settings.sync.app_password": "ایپ پاس ورڈ",
"settings.sync.pw_keep": "موجودہ پاس ورڈ رکھنے کے لیے خالی چھوڑ دیں",
"settings.sync.pw_store": "OS کریڈنشل اسٹور میں محفوظ",
"settings.sync.upload_legend": "اپ لوڈ",
"settings.sync.artifact_transcript": "نقل",
"settings.sync.artifact_notes": "نوٹس",
"settings.sync.artifact_summary": "خلاصہ",
"settings.sync.artifact_recording": "ریکارڈنگ (‏.wav، اگر رکھی گئی)",
"settings.sync.allow_plaintext": "کسی LAN پتے کے لیے سادہ متن http کی اجازت دیں (تجویز کردہ نہیں)",
"settings.sync.encrypt_before": "اپ لوڈ سے پہلے خفیہ کریں (منزل صرف خفیہ متن محفوظ کرتی ہے)",
"settings.sync.requires_vault": "— ایک ان لاک شدہ والٹ درکار ہے",
"settings.sync.test_connection": "کنکشن جانچیں",
"settings.sync.save_changes": "تبدیلیاں محفوظ کریں",
"settings.sync.add_target_btn": "ہدف شامل کریں",
"settings.sync.cancel": "منسوخ کریں",
"settings.sync.third_party_banner": "{kind} ایک فریق ثالث کلاؤڈ ہے — اپ لوڈ کرنا آپ کا ڈیٹا آپ کے آلے سے باہر {kind} کو بھیجتا ہے۔",
"settings.sync.link_account": "{kind} اکاؤنٹ منسلک کریں…",
"settings.sync.oauth_hint": "ایک OAuth سائن ان کھولتا ہے (لوپ بیک ری ڈائریکٹ)؛ ٹوکن آپ کے OS کریڈنشل اسٹور میں محفوظ ہوتا ہے۔",
"settings.sync.footnote": "کریڈنشلز کبھی ترتیبات یا ڈیٹابیس میں نہیں لکھے جاتے — صرف OS کریڈنشل اسٹور میں۔ غیر LAN اہداف کے لیے TLS درکار ہے۔",
"settings.ai.title": "AI خلاصہ فراہم کنندہ",
"settings.ai.intro_1": "خلاصے بطور ڈیفالٹ ایک مقامی LLM پر چلتے ہیں۔ اسے اس PC یا اپنے LAN کی کسی اور مشین پر Ollama کی طرف اشارہ کریں (مثلاً",
"settings.ai.intro_2": "— دونوں مقامی شمار ہوتے ہیں، اس لیے آپ کے نیٹ ورک سے کچھ باہر نہیں جاتا۔ میزبان فراہم کنندگان (Anthropic) اختیاری ہیں، بطور ڈیفالٹ بند ہیں، اور جیسے ہی آپ ایک آن کرتے ہیں نقل کو کسی فریق ثالث کو بھیجتے ہیں۔",
"settings.ai.provider": "فراہم کنندہ",
"settings.ai.off": "بند",
"settings.ai.provider_ollama": "Ollama (مقامی / LAN)",
"settings.ai.provider_custom": "حسب ضرورت (OpenAI-مطابق)",
"settings.ai.provider_anthropic": "Anthropic (Claude) — میزبان، یہ آلہ چھوڑ دیتا ہے",
"settings.ai.endpoint": "اینڈ پوائنٹ",
"settings.ai.model": "ماڈل",
"settings.ai.api_key": "API کلید",
"settings.ai.api_key_set_placeholder": "•••••••••••••••• (پہلے سے سیٹ — رکھنے کے لیے خالی چھوڑ دیں)",
"settings.ai.show_api_key": "API کلید دکھائیں",
"settings.ai.hide_api_key": "API کلید چھپائیں",
"settings.ai.anthropic_banner": "Anthropic ایک میزبان فریق ثالث سروس ہے — جب آپ خلاصہ تیار کرتے ہیں تو اس میٹنگ کی نقل آپ کا آلہ چھوڑ دیتی ہے۔",
"settings.ai.endpoint_banner": "یہ اینڈ پوائنٹ آپ کی مشین یا LAN پر نہیں ہے — آپ کی نقل آپ کا نیٹ ورک چھوڑ دے گی۔",
"settings.ai.saving": "محفوظ ہو رہا ہے…",
"settings.ai.save": "محفوظ کریں",
"settings.ai.test_connection": "کنکشن جانچیں",
"settings.ai.this_hosted_provider": "یہ میزبان فراہم کنندہ",
"settings.ai.reachable": "قابل رسائی",
"settings.ai.unreachable": "ناقابل رسائی",
"settings.ai.model_count_one": "· {n} ماڈل",
"settings.ai.model_count_many": "· {n} ماڈل",
"settings.ai.on_lan": "· آپ کی مشین / LAN پر",
"settings.ai.leaves_network": "· آپ کا نیٹ ورک چھوڑ دیتا ہے",
"settings.ai.advanced_title": "اعلیٰ Ollama ترتیب",
"settings.ai.changed": "{n} تبدیل شدہ",
"settings.ai.reset_all": "سب کو ڈیفالٹ پر ری سیٹ کریں",
"settings.ai.system_prompt": "سسٹم پرومپٹ",
"settings.ai.system_prompt_placeholder": "مثلاً آپ ایک مختصر میٹنگ خلاصہ ساز ہیں۔",
"settings.ai.system_prompt_hint": "WhispAssist کے مطلوبہ آؤٹ پٹ فارمیٹ سے پہلے شامل کیا جاتا ہے، تاکہ آپ کی ہدایات خلاصہ/ایکشن آئٹم پارسنگ کو توڑ نہ سکیں۔",
"settings.ai.think": "سوچیں",
"settings.ai.think_help": "استدلال کی کوشش (صرف استدلال ماڈلز)۔",
"settings.ai.keep_alive": "فعال رکھیں",
"settings.ai.keep_alive_help": "ماڈل RAM میں کتنی دیر رہتا ہے۔ مثلاً 5m، 1h، 0 (ان لوڈ)، -1 (ہمیشہ)۔",
"settings.ai.runtime_hardware": "رن ٹائم اور ہارڈ ویئر",
"settings.ai.rarely_needed": "— شاذ و نادر ہی درکار",
"settings.ai.save_advanced": "اعلیٰ محفوظ کریں",
"settings.ai.saved": "محفوظ ہو گیا",
"settings.ai.turn_off": "بند کریں",
"settings.ai.default_value": "ڈیفالٹ {value}۔",
"settings.ai.reset_default": "ڈیفالٹ پر ری سیٹ کریں",
"settings.ai.reset_field": "{name} ری سیٹ کریں",
"settings.mcp.title": "MCP سرور",
"settings.mcp.banner_1": "یہ آپ کے اپنے کوڈنگ ایجنٹ (Claude Code، Codex، Copilot، OpenCode، …) کو آپ کی مقامی مشین پر میٹنگ سیاق و سباق حاصل کرنے دیتا ہے۔ منسلک ہونے کے بعد،",
"settings.mcp.banner_agent": "وہ ایجنٹ",
"settings.mcp.banner_2": "جو کچھ پڑھتا ہے اسے اپنے ماڈل فراہم کنندہ کے کلاؤڈ کو بھیج سکتا ہے — WhispAssist کے کنٹرول سے باہر۔ WhispAssist خود یہ ڈیٹا کبھی کہیں نہیں بھیجتا؛ سرور صرف اس آلے پر سنتا ہے (",
"settings.mcp.banner_3": ")، اور ہر پڑھائی نیچے لاگ ہوتی ہے۔",
"settings.mcp.enable": "MCP سرور فعال کریں",
"settings.mcp.enable_hint": "بطور ڈیفالٹ بند۔ صرف لوپ بیک، ٹوکن سے محفوظ — نیٹ ورک سے کچھ قابل رسائی نہیں۔",
"settings.mcp.transport": "ٹرانسپورٹ",
"settings.mcp.transport_http": "اسٹریمنگ HTTP",
"settings.mcp.transport_stdio": "stdio (ایجنٹ ایک پروسیس بناتا ہے)",
"settings.mcp.port": "پورٹ",
"settings.mcp.transport_change_hint": "ٹرانسپورٹ/پورٹ تبدیل کرنے کے لیے، پہلے سرور بند کریں، پھر دوبارہ آن کریں۔",
"settings.mcp.scope_title": "دائرہ کار",
"settings.mcp.expose": "بے نقاب کریں",
"settings.mcp.scope_none": "کوئی نہیں — کچھ شیئر نہیں ہوتا",
"settings.mcp.scope_selected": "منتخب شدہ — صرف وہ فیچر بریفس جنہیں آپ نے شیئرڈ کے طور پر نشان زد کیا ہے",
"settings.mcp.scope_all": "سب — میٹنگز، نقلیں، ایکشن آئٹمز اور شیئرڈ بریفس",
"settings.mcp.expose_recordings": "محفوظ ریکارڈنگ والی میٹنگز کی بھی اجازت دیں (بطور ڈیفالٹ بند — جب تک یہ آن نہ ہو، ریکارڈ شدہ میٹنگ کی نقل «سب» دائرہ کار میں بھی روکی جاتی ہے)",
"settings.mcp.token_title": "نیا تصدیقی ٹوکن — ایک بار دکھایا جاتا ہے، اسے ابھی کاپی کریں",
"settings.mcp.token_hint": "یہ دوبارہ نہیں دکھایا جائے گا۔ یہ آپ کے OS کریڈنشل اسٹور میں محفوظ ہے؛ اگر آپ اسے کھو دیں، تو نیا بنانے کے لیے سرور بند کریں اور دوبارہ آن کریں۔",
"settings.mcp.copied": "کاپی ہو گیا",
"settings.mcp.copy": "کاپی کریں",
"settings.mcp.endpoint": "اینڈ پوائنٹ",
"settings.mcp.endpoint_hint": "اپنے ایجنٹ کی MCP کلائنٹ ترتیب کو {kind} کی طرف اشارہ کریں، اوپر والے ٹوکن کو bearer کریڈنشل کے طور پر استعمال کرتے ہوئے۔",
"settings.mcp.kind_command": "کمانڈ",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "رسائی لاگ",
"settings.mcp.access_log_hint": "ایجنٹ کی ہر ٹول پڑھائی، اجازت شدہ یا مسترد (FR-MCP-5)۔",
"settings.mcp.no_reads": "ابھی تک کسی ایجنٹ نے کچھ نہیں پڑھا۔",
"settings.mcp.log_meeting": "میٹنگ {id}",
"settings.mcp.refresh": "ریفریش کریں",
"settings.privacy.title": "رازداری",
"settings.privacy.intro": "WhispAssist کو اس وقت حقیقتاً اس آلے سے باہر کیا بھیجنے کی اجازت ہے۔ سب کچھ بند ہونے پر (ڈیفالٹ)، آلے سے کچھ بھی باہر نہیں جاتا۔",
"settings.privacy.llm_endpoint": "LLM اینڈ پوائنٹ",
"settings.privacy.off": "بند",
"settings.privacy.local_only": "صرف مقامی",
"settings.privacy.leaves_device": "یہ آلہ چھوڑ دیتا ہے",
"settings.privacy.sync_label": "سِنک",
"settings.privacy.enabled": "فعال",
"settings.privacy.mcp_label": "MCP سرور",
"settings.privacy.mcp_on": "آن · {scope}",
"settings.privacy.mcp_loopback_note": "صرف لوپ بیک پر آنے والا — اوپر والی باہر جانے والی فہرست میں کچھ شامل نہیں کرتا۔ منسلک ایجنٹ پھر بھی جو پڑھتا ہے اسے اپنے ماڈل فراہم کنندہ کو بھیج سکتا ہے؛ MCP سرور ٹیب دیکھیں۔",
"settings.privacy.egress_title": "باہر جانے کی اجازت فہرست",
"settings.privacy.no_egress": "کوئی میزبان اجازت فہرست میں نہیں — WA کوئی مواد باہر نہیں بھیجتا۔",
"settings.privacy.sync_targets_title": "سِنک اہداف",
"settings.privacy.third_party": "فریق ثالث",
"settings.privacy.your_server": "آپ کا سرور",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "کوئی TLS نہیں",
"settings.privacy.refresh": "ریفریش کریں",
"settings.privacy.unavailable": "رازداری خود جانچ دستیاب نہیں۔",
"settings.privacy.vault_title": "خفیہ کاری والٹ",
"settings.privacy.vault_intro": "ایک پاس ورڈ کے ساتھ نوٹس، نقلیں اور خلاصے آرام کی حالت میں خفیہ کریں۔ (آڈیو فائلیں ابھی خفیہ نہیں ہوتیں۔)",
"settings.privacy.vault_password": "والٹ پاس ورڈ",
"settings.privacy.enable_vault": "والٹ فعال کریں",
"settings.privacy.vault_pw_hint": "کم از کم 8 حروف استعمال کریں۔ اگر آپ اسے بھول جائیں، تو خفیہ شدہ مواد بازیافت نہیں ہو سکتا۔",
"settings.privacy.vault_locked_1": "والٹ ",
"settings.privacy.locked_word": "مقفل",
"settings.privacy.vault_locked_2": " ہے۔ خفیہ شدہ میٹنگز پڑھنے کے لیے ان لاک کریں۔",
"settings.privacy.password": "پاس ورڈ",
"settings.privacy.unlock": "ان لاک کریں",
"settings.privacy.vault_unlocked_1": "والٹ ",
"settings.privacy.unlocked_word": "ان لاک",
"settings.privacy.vault_unlocked_2": " ہے۔ نئے نوٹس، نقلیں اور خلاصے آرام کی حالت میں خفیہ کیے جاتے ہیں۔",
"settings.privacy.lock_now": "ابھی مقفل کریں",
"settings.privacy.change_password": "پاس ورڈ تبدیل کریں",
"settings.privacy.current_password": "موجودہ پاس ورڈ",
"settings.privacy.new_password": "نیا پاس ورڈ",
"settings.about.title": "بارے میں",
"settings.about.tagline": "ایک مکمل طور پر مقامی، اوپن سورس، Windows-نیٹو میٹنگ اسسٹنٹ۔",
"settings.about.build_commit": "بلڈ کمٹ",
"consent.heading": "ریکارڈ کرنے سے پہلے",
"consent.body": "شرکاء کی رضامندی کے بغیر گفتگو ریکارڈ کرنا آپ کے علاقے میں غیر قانونی ہو سکتا ہے۔ اپنے مقامی ریکارڈنگ قوانین دیکھیں۔ یہ ایک احتیاط ہے، قانونی مشورہ نہیں۔",
"consent.accept": "میں سمجھتا ہوں — ریکارڈنگ فعال کریں",
"consent.cancel": "منسوخ کریں",
"hosted.heading": "{provider} استعمال کرنے سے پہلے",
"hosted.body_1": "کے ساتھ تیار کرنا",
"hosted.body_2": "اس میٹنگ کی نقل ان کے سرورز کو بھیجتا ہے — یہ اس آلے کو چھوڑ دیتی ہے اور ان کی رازداری پالیسی کے تابع ہے۔ ڈیٹا کے آپ کا آلہ چھوڑنے کے بعد اس کی ہینڈلنگ پر WhispAssist کا کوئی کنٹرول نہیں۔ یہ بطور ڈیفالٹ بند ہے؛ آپ اسے ابھی منتخب کر رہے ہیں۔",
"hosted.accept": "میں سمجھتا ہوں — جاری رکھیں",
"hosted.cancel": "منسوخ کریں",
"theme.group": "تھیم",
"theme.system": "سسٹم سے مطابقت",
"theme.light": "ہلکا",
"theme.dark": "گہرا",
"import.dialog_label": "کسی فائل یا URL سے میٹنگ شامل کریں",
"import.title": "میٹنگ شامل کریں",
"import.close": "بند کریں",
"import.close_title": "بند کریں (Esc)",
"import.body": "ایک موجودہ ریکارڈنگ درآمد کریں — ایک مقامی آڈیو/ویڈیو فائل، یا ایک لنک (YouTube، ایک اسٹریمنگ صفحہ، یا ایک براہ راست میڈیا URL)۔ اسے لائیو ریکارڈنگ کی طرح ہی نقل اور مقرر علیحدہ کیا جاتا ہے۔",
"import.file_or_url": "فائل یا URL",
"import.source_placeholder": "ایک URL پیسٹ کریں، یا کسی فائل کے لیے براؤز کریں…",
"import.choose_file": "ایک مقامی فائل منتخب کریں",
"import.browse": "براؤز کریں…",
"import.title_label": "عنوان",
"import.optional": "اختیاری",
"import.title_placeholder": "بطور ڈیفالٹ فائل کا نام",
"import.filter_av": "آڈیو / ویڈیو",
"import.requires_1": "درکار ہے",
"import.requires_2": "انسٹال شدہ اور آپ کے PATH میں (اور",
"import.requires_3": "URLs کے لیے)۔ WhispAssist انہیں شامل نہیں کرتا۔",
"import.importing": "درآمد ہو رہا ہے… اس میں کچھ وقت لگ سکتا ہے",
"import.import": "درآمد کریں",
"import.cancel": "منسوخ کریں",
"tagchip.filter": "«{tag}» ٹیگ والی میٹنگز فلٹر کریں",
"tagchip.remove": "ٹیگ {tag} ہٹائیں",
"levelmeter.system_mic": "سسٹم اور مائیکروفون ان پٹ سطح",
"levelmeter.system": "سسٹم ان پٹ سطح",
"app.tagline": "مقامی · نجی",
"app.note_template": "نوٹ ٹیمپلیٹ",
"app.no_template": "کوئی ٹیمپلیٹ نہیں",
"app.add_meeting": "میٹنگ شامل کریں",
"app.add_meeting_title": "کسی فائل یا URL سے میٹنگ شامل کریں",
"app.record": "ریکارڈ کریں",
"app.record_title": "ریکارڈنگ شروع کریں (Ctrl+Shift+R)",
"app.stop": "روکیں",
"app.stop_title": "ریکارڈنگ روکیں (Ctrl+Shift+R)",
"app.cancel": "منسوخ کریں",
"app.cancel_title": "اس ریکارڈنگ کو رد کریں اور حذف کریں",
"app.recording": "ریکارڈ ہو رہا ہے…",
"app.backend_title": "فعال نقل بیک اینڈ",
"app.retention_title": "اس میٹنگ کے لیے آڈیو کو ‏.wav کے طور پر محفوظ کریں",
"app.saving": "محفوظ ہو رہا ہے",
"app.not_saved": "محفوظ نہیں",
"app.reconnecting": "آڈیو آلہ دوبارہ منسلک ہو رہا ہے…",
"app.settings": "ترتیبات",
"app.settings_title": "ترتیبات (Ctrl+,)",
"app.discard_confirm": "اس ریکارڈنگ کو رد کریں؟ اس کا آڈیو اور نقل حذف کر دی جائے گی۔",
"app.announce_started": "ریکارڈنگ شروع ہوئی",
"app.announce_paused": "ریکارڈنگ روکی گئی",
"app.announce_stopped": "ریکارڈنگ رک گئی",
"app.consent_dialog": "ریکارڈنگ رضامندی",
"app.vault_dialog": "خفیہ کاری والٹ ان لاک کریں",
"app.vault_title": "خفیہ کاری والٹ ان لاک کریں",
"app.vault_desc": "آپ کی میٹنگز آرام کی حالت میں خفیہ ہیں۔ انہیں پڑھنے کے لیے اپنا پاس ورڈ درج کریں۔",
"app.vault_password": "والٹ پاس ورڈ",
"app.vault_incorrect": "غلط پاس ورڈ",
"app.unlock": "ان لاک کریں",
"app.continue_locked": "مقفل رہتے ہوئے جاری رکھیں",
"app.show_meetings": "میٹنگ فہرست دکھائیں",
"app.hide_meetings": "میٹنگ فہرست چھپائیں",
"app.show_summary": "خلاصہ پینل دکھائیں",
"app.hide_summary": "خلاصہ پینل چھپائیں",
"app.resize_meetings": "میٹنگ فہرست کا سائز تبدیل کریں",
"app.resize_summary": "خلاصہ پینل کا سائز تبدیل کریں",
"meetings.search_placeholder": "میٹنگز تلاش کریں…",
"meetings.search_aria": "میٹنگز تلاش کریں",
"meetings.filter_tag_aria": "ٹیگ کے مطابق فلٹر کریں",
"meetings.all_tags": "تمام ٹیگز",
"meetings.from_date_aria": "تاریخ سے",
"meetings.to_date_aria": "تاریخ تک",
"meetings.bulk_format_aria": "بلک برآمد فارمیٹ",
"meetings.bulk_export": "بلک برآمد",
"meetings.bulk_export_title": "اوپر والے ٹیگ/تاریخ فلٹرز سے مماثل ہر میٹنگ برآمد کریں",
"meetings.exporting": "برآمد ہو رہا ہے…",
"meetings.exported_one": "{n} میٹنگ برآمد کی گئی۔",
"meetings.exported_many": "{n} میٹنگز برآمد کی گئیں۔",
"meetings.searching": "تلاش ہو رہا ہے…",
"meetings.loading": "میٹنگز لوڈ ہو رہی ہیں…",
"meetings.no_matches": "کوئی مماثلت نہیں۔",
"meetings.empty": "ابھی کوئی میٹنگ نہیں — شروع کرنے کے لیے اوپر ریکارڈ پر کلک کریں۔",
"meetings.status.recording": "ریکارڈ ہو رہا ہے",
"meetings.status.transcribing": "نقل ہو رہا ہے",
"meetings.status.recovering": "بحال ہو رہا ہے",
"meetings.status.error": "خرابی",
"meetings.resume": "نقل دوبارہ شروع کریں",
"meetings.delete_aria": "میٹنگ حذف کریں",
"meetings.delete_confirm": "اس میٹنگ کو حذف کریں؟ یہ اس کی ریکارڈنگ، نقل اور نوٹس ہٹا دیتا ہے۔",
"transcript.heading": "نقل",
"transcript.title_aria": "میٹنگ عنوان",
"transcript.lang_title": "نقل کی زبان",
"transcript.lang_auto": "شناخت ہو رہی ہے…",
"transcript.show": "نقل دکھائیں",
"transcript.hide": "نقل چھپائیں",
"transcript.empty": "اس میٹنگ کے لیے کوئی نقل نہیں۔",
"transcript.will_appear": "جیسے جیسے آپ ریکارڈ کریں گے نقل یہاں ظاہر ہوگی۔",
"transcript.play_from_here": "یہاں سے چلائیں",
"transcript.resize": "نقل اور نوٹس کا سائز تبدیل کریں",
"transcript.reprocess_placeholder": "اس کے ساتھ دوبارہ نقل کریں…",
"transcript.reprocess_lang_aria": "دوبارہ عمل زبان",
"transcript.reprocess_keep_lang": "موجودہ زبان رکھیں",
"transcript.reprocess_go": "چلائیں",
"transcript.retranscribing": "دوبارہ نقل ہو رہا ہے…",
"transcript.has_note": "ایک نوٹ ہے",
"transcript.note_placeholder": "اس لمحے کے لیے ایک نوٹ شامل کریں…",
"transcript.note_aria": "اس نقل لائن کے لیے نوٹ",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word دستاویز",
"transcript.filter_obsidian": "Obsidian نوٹ",
"notes.heading": "نوٹس",
"notes.show": "نوٹس دکھائیں",
"notes.hide": "نوٹس چھپائیں",
"notes.placeholder": "نوٹس…",
"notes.live_placeholder": "بات کرتے ہوئے نوٹس ٹائپ کریں…",
"notes.toolbar_aria": "نوٹس فارمیٹنگ",
"notes.bold": "جلی",
"notes.italic": "ترچھا",
"notes.h1": "سرخی 1",
"notes.h2": "سرخی 2",
"notes.bullet": "بلٹ فہرست",
"notes.checkbox_title": "چیک باکس",
"notes.checkbox_aria": "چیک باکس فہرست آئٹم",
"notes.edit_raw": "خام markdown میں ترمیم کریں",
"notes.render": "markdown رینڈر کریں",
"notes.editor": "ایڈیٹر",
"notes.preview": "پیش نظارہ",
"notes.export_md_title": "نوٹس کو ‏.md کے طور پر برآمد کریں",
"notes.export_pdf_title": "نوٹس کو ‏.pdf کے طور پر برآمد کریں",
"notes.export_docx_title": "نوٹس کو ‏.docx کے طور پر برآمد کریں",
"notes.export_bundle_title": "آڈیو + نقل + نوٹس کو ایک فولڈر میں برآمد کریں",
"notes.export_obsidian_title": "ایک Obsidian نوٹ برآمد کریں (نوٹس + خلاصہ + نقل، کوئی آڈیو نہیں)",
"summary.recording_heading": "ریکارڈنگ",
"summary.loading_recording": "ریکارڈنگ لوڈ ہو رہی ہے…",
"summary.sync_heading": "سِنک",
"summary.uploading": "اپ لوڈ ہو رہا ہے…",
"summary.upload_now": "ابھی اپ لوڈ کریں",
"summary.no_uploads": "اس میٹنگ کے لیے ابھی کوئی اپ لوڈ نہیں۔",
"summary.retry": "دوبارہ کوشش کریں",
"summary.tags_heading": "ٹیگز",
"summary.tags_select": "کسی میٹنگ کو ٹیگ کرنے کے لیے اسے منتخب کریں۔",
"summary.tag_add_placeholder": "ٹیگ شامل کریں…",
"summary.tag_first_placeholder": "منصوبہ، کلائنٹ، موضوع…",
"summary.generating": "تیار ہو رہا ہے…",
"summary.generate_tags": "ٹیگز تیار کریں",
"summary.saving": "محفوظ ہو رہا ہے…",
"summary.save_tags": "ٹیگز محفوظ کریں",
"summary.summary_heading": "خلاصہ",
"summary.ai_provider": "AI فراہم کنندہ",
"summary.provider_off": "بند",
"summary.provider_custom": "حسب ضرورت",
"summary.local": "مقامی",
"summary.leaves_device": "یہ آلہ چھوڑ دیتا ہے",
"summary.this_hosted_provider": "یہ میزبان فراہم کنندہ",
"summary.select_generate": "خلاصہ تیار کرنے کے لیے ایک میٹنگ منتخب کریں۔",
"summary.decisions_heading": "فیصلے",
"summary.regenerate": "دوبارہ تیار کریں",
"summary.generated_hint": "میٹنگ کے بعد مقامی طور پر تیار کیا گیا (ایک مقامی LLM فراہم کنندہ درکار)۔",
"summary.no_provider": "کوئی AI فراہم کنندہ ترتیب نہیں دیا گیا — ترتیبات میں ایک فعال کریں۔",
"summary.generate_summary": "خلاصہ تیار کریں",
"summary.briefs_heading": "فیچر بریفس",
"summary.briefs_select": "فیچر بریفس بنانے یا دیکھنے کے لیے ایک میٹنگ منتخب کریں۔",
"summary.briefs_desc": "اس میٹنگ کو ایک ایجنٹ کے لیے تیار تفصیلات میں کشید کرتا ہے (ایک مقامی LLM فراہم کنندہ درکار) — اسے کسی کوڈنگ ایجنٹ کو دیں، یا MCP سرور آن ہونے پر اس کے ذریعے فراہم کریں۔",
"summary.brief_repo_placeholder": "ہدف ریپو (اختیاری)، مثلاً acme/reporting-web",
"summary.distilling": "کشید ہو رہا ہے…",
"summary.create_brief": "فیچر بریف بنائیں",
"summary.brief_mcp_title": "MCP سرور آن ہونے پر دستیاب",
"summary.copied": "کاپی ہو گیا",
"summary.copy_md": "Markdown کے طور پر کاپی کریں",
"summary.copy_json": "JSON کے طور پر کاپی کریں",
"summary.brief_problem": "مسئلہ",
"summary.brief_outcome": "مطلوبہ نتیجہ",
"summary.brief_criteria": "قبولیت کے معیار",
"summary.brief_none": "کچھ کیپچر نہیں ہوا۔",
"summary.brief_context": "سیاق و سباق",
"summary.action_items_heading": "ایکشن آئٹمز",
"summary.ai_select": "اس کے ایکشن آئٹمز دیکھنے کے لیے ایک میٹنگ منتخب کریں۔",
"summary.ai_empty": "ابھی کوئی نہیں — نیچے ایک شامل کریں، یا انہیں خودکار طور پر نکالنے کے لیے ایک خلاصہ تیار کریں۔",
"summary.confirmed": "تصدیق شدہ",
"summary.ai_text_placeholder": "ایکشن آئٹم…",
"summary.ai_text_aria": "ایکشن آئٹم متن",
"summary.owner": "مالک",
"summary.due_date": "مقررہ تاریخ",
"summary.reminder_title": "اس مقررہ تاریخ کے لیے ایک مقامی یاد دہانی شیڈول کریں",
"summary.ai_delete_title": "اس ایکشن آئٹم کو حذف کریں",
"summary.ai_delete_aria": "ایکشن آئٹم حذف کریں",
"summary.add_action_item": "ایکشن آئٹم شامل کریں",
"summary.save_action_items": "ایکشن آئٹمز محفوظ کریں",
"summary.calendar_heading": "کیلنڈر ایونٹ",
"summary.cal_select": "کسی میٹنگ کو کیلنڈر ایونٹ سے منسلک کرنے کے لیے اسے منتخب کریں۔",
"summary.event_search_placeholder": "ایونٹ عنوان تلاش کریں…",
"summary.linked_event": "منسلک ایونٹ",
"summary.change_event": "ایونٹ تبدیل کریں…",
"summary.link_event": "ایک ایونٹ منسلک کریں…",
"summary.untitled_event": "(بلا عنوان)",
"summary.no_events_1": "ابھی تک کوئی ایونٹ درآمد نہیں ہوا — ایک",
"summary.no_events_2": "ترتیبات → کیلنڈر سے درآمد کریں۔",
"summary.no_events_match": "کوئی ایونٹ اس تلاش/تاریخ سے مماثل نہیں — ایک صاف کرنے کی کوشش کریں۔",
"summary.organizer_label": "منتظم: {name}",
"summary.participants_heading": "شرکاء",
"summary.participants_hint": "منسلک کیلنڈر ایونٹ سے بھرا جاتا ہے۔",
"summary.speakers_heading": "مقررین",
"summary.speakers_select": "اس کے مقررین کو نام دینے کے لیے ایک میٹنگ منتخب کریں۔",
"summary.no_speakers": "ابھی تک کوئی مقرر شناخت نہیں ہوا۔",
"summary.speaker_name_placeholder": "مقرر کا نام",
"summary.save": "محفوظ کریں",
"summary.cancel": "منسوخ کریں",
"summary.name_speaker": "اس مقرر کو نام دیں…",
"summary.add_new_name": "+ نیا نام شامل کریں…",
"settings.recording.title": "ریکارڈنگ",
"settings.recording.record_default": "بطور ڈیفالٹ میٹنگز ریکارڈ کریں",
"settings.recording.save_audio_as": "آڈیو کو اس طرح محفوظ کریں",
"settings.recording.default_hint": "بطور ڈیفالٹ بند۔ جب بند ہو، آڈیو صرف نقل تیار کرنے کے لیے استعمال ہوتا ہے اور میٹنگ کے حتمی ہونے پر حذف کر دیا جاتا ہے۔ آپ فی میٹنگ ریکارڈنگ بھی ٹوگل کر سکتے ہیں۔",
"settings.recording.consent_label": "رضامندی: {status}۔",
"settings.recording.consent_ack": "تسلیم شدہ",
"settings.recording.consent_not": "ابھی تسلیم نہیں",
"settings.recording.auto_label": "جب کوئی کیلنڈر ایونٹ شروع ہو تو خودکار طور پر ریکارڈنگ شروع کریں",
"settings.recording.auto_hint": "صرف جب WhispAssist کھلا ہو۔ جب کسی درآمد شدہ کیلنڈر ایونٹ کا آغاز وقت آتا ہے، تو ریکارڈنگ خودکار طور پر شروع ہو جاتی ہے (اوپر والی آپ کی ڈیفالٹ برقراری ترتیب استعمال کرتے ہوئے)۔ پس منظر میں کچھ نہیں چلتا — ٹائمر صرف ایپ چلنے کے دوران مسلح ہوتا ہے۔ ترتیبات → کیلنڈر کے تحت ایونٹس درآمد کریں۔"
}
+531
View File
@@ -0,0 +1,531 @@
{
"nav.recording": "录音",
"nav.hardware": "硬件",
"nav.storage": "存储",
"nav.calendar": "日历",
"nav.sync": "同步",
"nav.ai": "AI",
"nav.mcp": "MCP 服务器",
"nav.privacy": "隐私",
"nav.about": "关于",
"nav.language": "语言",
"settings.language.title": "语言",
"settings.language.display": "显示语言",
"settings.language.display_hint": "应用界面的语言。添加一种语言就像放入一个翻译文件那样简单。",
"settings.transcription.title": "转录语言",
"settings.transcription.label": "语言",
"settings.transcription.auto": "自动检测",
"settings.transcription.applies_hint": "适用于下一次录音。实际使用的语言之后会显示在每次会议上。",
"settings.transcription.english_only": "仅英语",
"settings.transcription.model_english_only": "“{model}”仅支持英语。",
"settings.transcription.no_model": "未选择模型。",
"settings.transcription.switch_multilingual": "切换到上方的多语言模型即可选择语言。",
"settings.hardware.title": "硬件",
"settings.hardware.active_backend": "活动后端",
"settings.hardware.model_meta": "· 模型 {size}",
"settings.hardware.preferred_backend": "首选后端",
"settings.hardware.auto_backend": "自动(最佳可用)",
"settings.hardware.not_available": "不可用",
"settings.hardware.fallback_hint": "如果所选后端加载失败,将自动回退(NPU → NVIDIA → AMD → Intel → CPU)。",
"settings.hardware.audio_devices": "音频设备",
"settings.hardware.recording_device": "录音设备",
"settings.hardware.default_system_audio": "默认系统音频",
"settings.hardware.recording_device_hint": "WhispAssist 会录制此设备播放的内容(环回)——通话的另一方。如果你不希望它跟随 Windows 系统默认设备,请选择特定的输出。",
"settings.hardware.microphone": "麦克风",
"settings.hardware.mic_off": "关闭——不捕获我的麦克风",
"settings.hardware.default_mic": "默认麦克风",
"settings.hardware.mic_hint": "将你自己的声音加入实时转录,从而捕获会议的双方。内容留在你的设备上——不会上传任何内容。选择“关闭”即可仅转录上方的系统音频。",
"settings.hardware.npu_detected": "检测到 NPU 加速器",
"settings.hardware.ready": "就绪",
"settings.hardware.downloading": "正在下载…",
"settings.hardware.package_needed": "需要软件包",
"settings.hardware.npu_hint": "你的 NPU 需要一个一次性加速软件包(Whisper ONNX 模型{extra})。它会在后台下载;你也可以立即开始。",
"settings.hardware.plus_openvino": " + OpenVINO 运行时",
"settings.hardware.download_npu": "下载 NPU 软件包",
"settings.hardware.dml_title": "GPU 加速(DirectML)",
"settings.hardware.dml_hint": "你的 GPU 可以通过 DirectML 在没有 Vulkan 的情况下加速——一个一次性软件包(Whisper ONNX 模型{extra})。",
"settings.hardware.plus_directml": " + DirectML 运行时",
"settings.hardware.download_dml": "下载 DirectML 软件包",
"settings.hardware.detection_unavailable": "硬件检测不可用。",
"settings.hardware.low_overhead": "低开销预设",
"settings.hardware.low_overhead_note": "CPU + 最小模型,适用于电池/后台使用",
"settings.hardware.models": "模型",
"settings.hardware.downloading_model": "正在下载 {name}",
"settings.hardware.active_badge": "活动",
"settings.hardware.installed": "已安装",
"settings.hardware.use": "使用",
"settings.hardware.remove": "移除",
"settings.hardware.cant_remove_active": "无法移除活动模型",
"settings.hardware.download": "下载",
"settings.hardware.diarization": "说话人分离",
"settings.hardware.diarization_hint": "安装两个模型后,完成的录音将按说话人分离(说话人 1、说话人 2、…),而不是一段连续转录。完全离线运行,会议停止后每次会议运行一次。若没有它们,每一行都会归属于单一说话人。",
"settings.storage.title": "存储",
"settings.storage.location_label": "位置",
"settings.storage.location_hint": "尚不支持更改存储位置——这里是当前会议、模型和数据库所在的位置。",
"settings.storage.retention_title": "保留",
"settings.storage.retention_hint": "自动删除超出限制的最旧会议。启动时检查一次;留空表示无限制。绝不会触及正在录制的会议。",
"settings.storage.max_age": "最长保留天数",
"settings.storage.max_size": "最大大小(GB)",
"settings.storage.no_limit": "无限制",
"settings.storage.export_import_title": "导出与导入",
"settings.storage.export_hint_1": "以便携的包文件夹形式在计算机之间移动录音(音频、转录、笔记、摘要以及一个",
"settings.storage.export_hint_2": "清单)。导出到任意文件夹——同步的驱动器、U 盘或同步目标的本地挂载点——然后在另一台机器上导入。导入的会议会获得新的 id,因此重新导入绝不会覆盖任何内容。",
"settings.storage.export_dialog_title": "将所有会议导出到…",
"settings.storage.import_dialog_title": "导入一个包(或一个包文件夹)…",
"settings.storage.exporting": "正在导出…",
"settings.storage.export_all": "导出所有会议…",
"settings.storage.importing": "正在导入…",
"settings.storage.import_all": "导入会议…",
"settings.storage.exported_one": "已导出 {n} 个会议。",
"settings.storage.exported_many": "已导出 {n} 个会议。",
"settings.storage.imported_one": "已导入 {n} 个会议。",
"settings.storage.imported_many": "已导入 {n} 个会议。",
"settings.calendar.title": "日历与 Outlook .pst",
"settings.calendar.intro_1": "从本地 Outlook 备份导入事件和参与者",
"settings.calendar.intro_2": "——只读,不会向文件写回任何内容。没有任何内容离开此设备。",
"settings.calendar.pst_file": ".pst 文件",
"settings.calendar.no_file": "未选择文件",
"settings.calendar.browse": "浏览…",
"settings.calendar.password": "密码",
"settings.calendar.password_note": "很少需要",
"settings.calendar.optional": "可选",
"settings.calendar.import_range": "导入范围",
"settings.calendar.range_30": "最近 30 天",
"settings.calendar.range_90": "最近 90 天",
"settings.calendar.range_180": "最近 6 个月",
"settings.calendar.range_365": "最近 1 年",
"settings.calendar.range_all": "所有时间",
"settings.calendar.range_hint": "长期存在的邮箱可能包含多年的重复/节假日条目——缩小范围可将导入的日历限定为真正相关的内容。适用于此导入按钮以及启动时的自动重新导入。",
"settings.calendar.importing": "正在导入…",
"settings.calendar.import": "导入",
"settings.calendar.import_progress": "{processed}/{total} 个事件",
"settings.calendar.auto_reimport": "启动时自动重新导入此文件",
"settings.calendar.auto_reimport_hint": "在启动时运行一次,而非按计时器——重新导入可以安全地重复(现有事件会被匹配并更新,而非重复)。",
"settings.calendar.import_failed": "导入失败:{error}——文件本身未被改动;请检查路径并重试。",
"settings.calendar.cleanup_title": "清理",
"settings.calendar.cleanup_hint": "已附加到已录制会议的事件将始终保留,无论下方选择哪个选项。",
"settings.calendar.cleanup_30": "早于 30 天",
"settings.calendar.cleanup_90": "早于 90 天",
"settings.calendar.cleanup_180": "早于 6 个月",
"settings.calendar.cleanup_365": "早于 1 年",
"settings.calendar.cleanup_all": "全部删除",
"settings.calendar.cleaning": "正在清理…",
"settings.calendar.cleanup_btn": "清理日历",
"settings.calendar.cleanup_result": "已删除 {deleted}{extra}。",
"settings.calendar.cleanup_kept": ",保留了 {n} 个(已关联到会议)",
"settings.calendar.cleanup_failed": "清理失败:{error}",
"settings.calendar.imported_events": "已导入的事件",
"settings.calendar.no_events": "尚未导入任何事件。",
"settings.calendar.search_title": "搜索标题",
"settings.calendar.search_placeholder": "会议名称…",
"settings.calendar.date_label": "日期",
"settings.calendar.events_count": "{total} 个事件中的 {shown} 个",
"settings.calendar.untitled": "(无标题)",
"settings.dialog_title": "设置",
"settings.close": "关闭",
"settings.close_title": "关闭(Esc)",
"settings.sync.stub": "预览模式——同步后端尚未实现(第 9 阶段)。更改仅保留在界面中。",
"settings.sync.title": "同步与上传",
"settings.sync.enable_label": "启用将会议构件上传到已配置的目标",
"settings.sync.enable_hint": "默认关闭。除非启用此项并启用某个目标,否则不会上传任何内容。自托管目标会将数据保存在你自己的服务器上;第三方云会明确标注。",
"settings.sync.targets_title": "目标",
"settings.sync.no_targets": "尚无目标。在下方添加一个。",
"settings.sync.third_party": "第三方",
"settings.sync.your_server": "你的服务器",
"settings.sync.edit": "编辑",
"settings.sync.remove": "移除",
"settings.sync.edit_target": "编辑目标",
"settings.sync.add_target": "添加目标",
"settings.sync.webdav_hint": "WebDAV 涵盖 Nextcloud、ownCloud、Cloudreve、Seafile 和 Synology。(Seafile:在服务器端启用 SeafDAV。)",
"settings.sync.name": "名称",
"settings.sync.name_placeholder": "家庭 Nextcloud",
"settings.sync.provider": "提供商",
"settings.sync.server_url": "服务器 URL",
"settings.sync.server_url_note_1": "只需你的服务器 URL——WhispAssist 会自动添加",
"settings.sync.server_url_note_2": "。",
"settings.sync.remote_folder": "远程文件夹",
"settings.sync.username": "用户名",
"settings.sync.app_password": "应用密码",
"settings.sync.pw_keep": "留空以保留当前密码",
"settings.sync.pw_store": "存储在操作系统凭据存储中",
"settings.sync.upload_legend": "上传",
"settings.sync.artifact_transcript": "转录",
"settings.sync.artifact_notes": "笔记",
"settings.sync.artifact_summary": "摘要",
"settings.sync.artifact_recording": "录音(.wav,如已保留)",
"settings.sync.allow_plaintext": "允许对 LAN 地址使用明文 http(不推荐)",
"settings.sync.encrypt_before": "上传前加密(目标仅存储密文)",
"settings.sync.requires_vault": "——需要已解锁的保险库",
"settings.sync.test_connection": "测试连接",
"settings.sync.save_changes": "保存更改",
"settings.sync.add_target_btn": "添加目标",
"settings.sync.cancel": "取消",
"settings.sync.third_party_banner": "{kind} 是第三方云——上传会将你的数据发送到设备之外的 {kind}。",
"settings.sync.link_account": "关联 {kind} 账户…",
"settings.sync.oauth_hint": "打开 OAuth 登录(环回重定向);令牌存储在操作系统凭据存储中。",
"settings.sync.footnote": "凭据绝不会写入设置或数据库——只写入操作系统凭据存储。非 LAN 目标需要 TLS。",
"settings.ai.title": "AI 摘要提供商",
"settings.ai.intro_1": "摘要默认在本地 LLM 上运行。将此指向本机或你 LAN 上另一台机器上的 Ollama(例如",
"settings.ai.intro_2": "——两者都算作本地,因此没有任何内容离开你的网络。托管提供商(Anthropic)为可选,默认关闭,一旦你启用其中之一,就会将转录发送给第三方。",
"settings.ai.provider": "提供商",
"settings.ai.off": "关闭",
"settings.ai.provider_ollama": "Ollama(本地 / LAN)",
"settings.ai.provider_custom": "自定义(兼容 OpenAI)",
"settings.ai.provider_anthropic": "Anthropic(Claude)——托管,会离开此设备",
"settings.ai.endpoint": "端点",
"settings.ai.model": "模型",
"settings.ai.api_key": "API 密钥",
"settings.ai.api_key_set_placeholder": "••••••••••••••••(已设置——留空以保留)",
"settings.ai.show_api_key": "显示 API 密钥",
"settings.ai.hide_api_key": "隐藏 API 密钥",
"settings.ai.anthropic_banner": "Anthropic 是一项托管的第三方服务——当你生成摘要时,本次会议的转录会离开你的设备。",
"settings.ai.endpoint_banner": "此端点不在你的机器或 LAN 上——你的转录将离开你的网络。",
"settings.ai.saving": "正在保存…",
"settings.ai.save": "保存",
"settings.ai.test_connection": "测试连接",
"settings.ai.this_hosted_provider": "此托管提供商",
"settings.ai.reachable": "可访问",
"settings.ai.unreachable": "无法访问",
"settings.ai.model_count_one": "· {n} 个模型",
"settings.ai.model_count_many": "· {n} 个模型",
"settings.ai.on_lan": "· 在你的机器 / LAN 上",
"settings.ai.leaves_network": "· 离开你的网络",
"settings.ai.advanced_title": "Ollama 高级配置",
"settings.ai.changed": "已更改 {n} 项",
"settings.ai.reset_all": "全部重置为默认值",
"settings.ai.system_prompt": "系统提示词",
"settings.ai.system_prompt_placeholder": "例如:你是一个简洁的会议摘要生成器。",
"settings.ai.system_prompt_hint": "会添加在 WhispAssist 所需的输出格式之前,因此你的指令无法破坏摘要/行动项的解析。",
"settings.ai.think": "思考",
"settings.ai.think_help": "推理力度(仅限推理模型)。",
"settings.ai.keep_alive": "保持活动",
"settings.ai.keep_alive_help": "模型在 RAM 中保留多久。例如 5m、1h、0(卸载)、-1(永久)。",
"settings.ai.runtime_hardware": "运行时与硬件",
"settings.ai.rarely_needed": "——很少需要",
"settings.ai.save_advanced": "保存高级设置",
"settings.ai.saved": "已保存",
"settings.ai.turn_off": "关闭",
"settings.ai.default_value": "默认 {value}。",
"settings.ai.reset_default": "重置为默认值",
"settings.ai.reset_field": "重置 {name}",
"settings.mcp.title": "MCP 服务器",
"settings.mcp.banner_1": "这让你自己的编码代理(Claude Code、Codex、Copilot、OpenCode 等)在你的本地机器上拉取会议上下文。连接后,",
"settings.mcp.banner_agent": "该代理",
"settings.mcp.banner_2": "可能会将其读取的内容转发到其自身模型提供商的云端——超出 WhispAssist 的控制范围。WhispAssist 本身绝不会将这些数据发送到任何地方;服务器仅在此设备上监听(",
"settings.mcp.banner_3": "),且每次读取都会记录在下方。",
"settings.mcp.enable": "启用 MCP 服务器",
"settings.mcp.enable_hint": "默认关闭。仅限环回、令牌保护——从网络无法访问任何内容。",
"settings.mcp.transport": "传输",
"settings.mcp.transport_http": "流式 HTTP",
"settings.mcp.transport_stdio": "stdio(代理生成一个进程)",
"settings.mcp.port": "端口",
"settings.mcp.transport_change_hint": "要更改传输/端口,请先关闭服务器,然后再重新打开。",
"settings.mcp.scope_title": "范围",
"settings.mcp.expose": "公开",
"settings.mcp.scope_none": "无——不共享任何内容",
"settings.mcp.scope_selected": "已选择——仅限你标记为共享的功能简报",
"settings.mcp.scope_all": "全部——会议、转录、行动项和共享简报",
"settings.mcp.expose_recordings": "也允许带有已保存录音的会议(默认关闭——在此项启用之前,即使在“全部”范围内,已录制会议的转录也会被扣留)",
"settings.mcp.token_title": "新的身份验证令牌——仅显示一次,请立即复制",
"settings.mcp.token_hint": "此内容不会再次显示。它存储在操作系统凭据存储中;如果丢失,请关闭并重新打开服务器以生成新的。",
"settings.mcp.copied": "已复制",
"settings.mcp.copy": "复制",
"settings.mcp.endpoint": "端点",
"settings.mcp.endpoint_hint": "将你代理的 MCP 客户端配置指向 {kind},以上方的令牌作为 bearer 凭据。",
"settings.mcp.kind_command": "命令",
"settings.mcp.kind_url": "URL",
"settings.mcp.access_log": "访问日志",
"settings.mcp.access_log_hint": "代理进行的每次工具读取,无论允许还是拒绝(FR-MCP-5)。",
"settings.mcp.no_reads": "尚无代理读取任何内容。",
"settings.mcp.log_meeting": "会议 {id}",
"settings.mcp.refresh": "刷新",
"settings.privacy.title": "隐私",
"settings.privacy.intro": "WhispAssist 现在实际获准从此设备发送出去的内容。当一切都关闭时(默认),没有任何内容离开设备。",
"settings.privacy.llm_endpoint": "LLM 端点",
"settings.privacy.off": "关闭",
"settings.privacy.local_only": "仅本地",
"settings.privacy.leaves_device": "离开此设备",
"settings.privacy.sync_label": "同步",
"settings.privacy.enabled": "已启用",
"settings.privacy.mcp_label": "MCP 服务器",
"settings.privacy.mcp_on": "开启 · {scope}",
"settings.privacy.mcp_loopback_note": "仅在环回上入站——不会向上方的出站列表添加任何内容。已连接的代理仍可能将其读取的内容转发到其自身的模型提供商;请参阅 MCP 服务器选项卡。",
"settings.privacy.egress_title": "出站允许列表",
"settings.privacy.no_egress": "没有主机被列入允许列表——WA 不进行任何内容出站。",
"settings.privacy.sync_targets_title": "同步目标",
"settings.privacy.third_party": "第三方",
"settings.privacy.your_server": "你的服务器",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "无 TLS",
"settings.privacy.refresh": "刷新",
"settings.privacy.unavailable": "隐私自检不可用。",
"settings.privacy.vault_title": "加密保险库",
"settings.privacy.vault_intro": "使用密码对静态的笔记、转录和摘要进行加密。(音频文件尚未加密。)",
"settings.privacy.vault_password": "保险库密码",
"settings.privacy.enable_vault": "启用保险库",
"settings.privacy.vault_pw_hint": "请至少使用 8 个字符。如果忘记,加密内容将无法恢复。",
"settings.privacy.vault_locked_1": "保险库已",
"settings.privacy.locked_word": "锁定",
"settings.privacy.vault_locked_2": "。解锁以读取加密的会议。",
"settings.privacy.password": "密码",
"settings.privacy.unlock": "解锁",
"settings.privacy.vault_unlocked_1": "保险库已",
"settings.privacy.unlocked_word": "解锁",
"settings.privacy.vault_unlocked_2": "。新的笔记、转录和摘要将在静态时加密。",
"settings.privacy.lock_now": "立即锁定",
"settings.privacy.change_password": "更改密码",
"settings.privacy.current_password": "当前密码",
"settings.privacy.new_password": "新密码",
"settings.about.title": "关于",
"settings.about.tagline": "一款完全本地、开源、Windows 原生的会议助手。",
"settings.about.build_commit": "构建提交",
"consent.heading": "录音之前",
"consent.body": "未经参与者同意录制对话在你所在地区可能是违法的。请查阅当地的录音法律。这是一项提醒,而非法律建议。",
"consent.accept": "我明白——启用录音",
"consent.cancel": "取消",
"hosted.heading": "使用 {provider} 之前",
"hosted.body_1": "使用",
"hosted.body_2": "进行生成会将本次会议的转录发送到他们的服务器——它会离开此设备,并受其隐私政策约束。一旦数据离开你的设备,WhispAssist 对其处理方式没有任何控制权。此项默认关闭;你正在现在选择启用它。",
"hosted.accept": "我明白——继续",
"hosted.cancel": "取消",
"theme.group": "主题",
"theme.system": "跟随系统",
"theme.light": "浅色",
"theme.dark": "深色",
"import.dialog_label": "从文件或 URL 添加会议",
"import.title": "添加会议",
"import.close": "关闭",
"import.close_title": "关闭(Esc)",
"import.body": "导入现有录音——本地音频/视频文件,或一个链接(YouTube、流媒体页面或直接媒体 URL)。它会像实时录音一样被转录和说话人分离。",
"import.file_or_url": "文件或 URL",
"import.source_placeholder": "粘贴 URL,或浏览文件…",
"import.choose_file": "选择本地文件",
"import.browse": "浏览…",
"import.title_label": "标题",
"import.optional": "可选",
"import.title_placeholder": "默认为文件名",
"import.filter_av": "音频 / 视频",
"import.requires_1": "需要",
"import.requires_2": "已安装并在你的 PATH 中(以及",
"import.requires_3": "用于 URL)。WhispAssist 不捆绑它们。",
"import.importing": "正在导入…这可能需要一段时间",
"import.import": "导入",
"import.cancel": "取消",
"tagchip.filter": "筛选带有标签“{tag}”的会议",
"tagchip.remove": "移除标签 {tag}",
"levelmeter.system_mic": "系统和麦克风输入电平",
"levelmeter.system": "系统输入电平",
"app.tagline": "本地 · 私密",
"app.note_template": "笔记模板",
"app.no_template": "无模板",
"app.add_meeting": "添加会议",
"app.add_meeting_title": "从文件或 URL 添加会议",
"app.record": "录音",
"app.record_title": "开始录音(Ctrl+Shift+R)",
"app.stop": "停止",
"app.stop_title": "停止录音(Ctrl+Shift+R)",
"app.cancel": "取消",
"app.cancel_title": "放弃此录音并删除它",
"app.recording": "正在录音…",
"app.backend_title": "活动转录后端",
"app.retention_title": "为此会议将音频保存为 .wav",
"app.saving": "正在保存",
"app.not_saved": "未保存",
"app.reconnecting": "正在重新连接音频设备…",
"app.settings": "设置",
"app.settings_title": "设置(Ctrl+,)",
"app.discard_confirm": "放弃此录音?它的音频和转录将被删除。",
"app.announce_started": "录音已开始",
"app.announce_paused": "录音已暂停",
"app.announce_stopped": "录音已停止",
"app.consent_dialog": "录音同意",
"app.vault_dialog": "解锁加密保险库",
"app.vault_title": "解锁加密保险库",
"app.vault_desc": "你的会议在静态时已加密。请输入密码以读取它们。",
"app.vault_password": "保险库密码",
"app.vault_incorrect": "密码不正确",
"app.unlock": "解锁",
"app.continue_locked": "保持锁定继续",
"app.show_meetings": "显示会议列表",
"app.hide_meetings": "隐藏会议列表",
"app.show_summary": "显示摘要面板",
"app.hide_summary": "隐藏摘要面板",
"app.resize_meetings": "调整会议列表大小",
"app.resize_summary": "调整摘要面板大小",
"meetings.search_placeholder": "搜索会议…",
"meetings.search_aria": "搜索会议",
"meetings.filter_tag_aria": "按标签筛选",
"meetings.all_tags": "所有标签",
"meetings.from_date_aria": "起始日期",
"meetings.to_date_aria": "结束日期",
"meetings.bulk_format_aria": "批量导出格式",
"meetings.bulk_export": "批量导出",
"meetings.bulk_export_title": "导出与上方标签/日期筛选条件匹配的每个会议",
"meetings.exporting": "正在导出…",
"meetings.exported_one": "已导出 {n} 个会议。",
"meetings.exported_many": "已导出 {n} 个会议。",
"meetings.searching": "正在搜索…",
"meetings.loading": "正在加载会议…",
"meetings.no_matches": "无匹配项。",
"meetings.empty": "尚无会议——点击上方的录音开始。",
"meetings.status.recording": "录音中",
"meetings.status.transcribing": "转录中",
"meetings.status.recovering": "恢复中",
"meetings.status.error": "错误",
"meetings.resume": "恢复转录",
"meetings.delete_aria": "删除会议",
"meetings.delete_confirm": "删除此会议?这将移除它的录音、转录和笔记。",
"transcript.heading": "转录",
"transcript.title_aria": "会议标题",
"transcript.lang_title": "转录语言",
"transcript.lang_auto": "正在自动检测…",
"transcript.show": "显示转录",
"transcript.hide": "隐藏转录",
"transcript.empty": "此会议没有转录。",
"transcript.will_appear": "转录将在你录音时显示在此处。",
"transcript.play_from_here": "从此处播放",
"transcript.resize": "调整转录和笔记大小",
"transcript.reprocess_placeholder": "重新转录,使用…",
"transcript.reprocess_lang_aria": "重新处理语言",
"transcript.reprocess_keep_lang": "保持当前语言",
"transcript.reprocess_go": "执行",
"transcript.retranscribing": "正在重新转录…",
"transcript.has_note": "有一条笔记",
"transcript.note_placeholder": "为这一刻添加笔记…",
"transcript.note_aria": "此转录行的笔记",
"transcript.filter_md": "Markdown",
"transcript.filter_pdf": "PDF",
"transcript.filter_docx": "Word 文档",
"transcript.filter_obsidian": "Obsidian 笔记",
"notes.heading": "笔记",
"notes.show": "显示笔记",
"notes.hide": "隐藏笔记",
"notes.placeholder": "笔记…",
"notes.live_placeholder": "边说边记笔记…",
"notes.toolbar_aria": "笔记格式",
"notes.bold": "粗体",
"notes.italic": "斜体",
"notes.h1": "标题 1",
"notes.h2": "标题 2",
"notes.bullet": "项目符号列表",
"notes.checkbox_title": "复选框",
"notes.checkbox_aria": "复选框列表项",
"notes.edit_raw": "编辑原始 markdown",
"notes.render": "渲染 markdown",
"notes.editor": "编辑器",
"notes.preview": "预览",
"notes.export_md_title": "将笔记导出为 .md",
"notes.export_pdf_title": "将笔记导出为 .pdf",
"notes.export_docx_title": "将笔记导出为 .docx",
"notes.export_bundle_title": "将音频 + 转录 + 笔记导出到文件夹",
"notes.export_obsidian_title": "导出一个 Obsidian 笔记(笔记 + 摘要 + 转录,不含音频)",
"summary.recording_heading": "录音",
"summary.loading_recording": "正在加载录音…",
"summary.sync_heading": "同步",
"summary.uploading": "正在上传…",
"summary.upload_now": "立即上传",
"summary.no_uploads": "此会议尚无上传。",
"summary.retry": "重试",
"summary.tags_heading": "标签",
"summary.tags_select": "选择一个会议来为其添加标签。",
"summary.tag_add_placeholder": "添加标签…",
"summary.tag_first_placeholder": "项目、客户、主题…",
"summary.generating": "正在生成…",
"summary.generate_tags": "生成标签",
"summary.saving": "正在保存…",
"summary.save_tags": "保存标签",
"summary.summary_heading": "摘要",
"summary.ai_provider": "AI 提供商",
"summary.provider_off": "关闭",
"summary.provider_custom": "自定义",
"summary.local": "本地",
"summary.leaves_device": "离开此设备",
"summary.this_hosted_provider": "此托管提供商",
"summary.select_generate": "选择一个会议来生成摘要。",
"summary.decisions_heading": "决策",
"summary.regenerate": "重新生成",
"summary.generated_hint": "会议结束后在本地生成(需要本地 LLM 提供商)。",
"summary.no_provider": "未配置 AI 提供商——请在设置中启用一个。",
"summary.generate_summary": "生成摘要",
"summary.briefs_heading": "功能简报",
"summary.briefs_select": "选择一个会议来创建或查看功能简报。",
"summary.briefs_desc": "将本次会议提炼为代理可用的规范(需要本地 LLM 提供商)——将其交给编码代理,或在 MCP 服务器开启后通过它提供。",
"summary.brief_repo_placeholder": "目标仓库(可选),例如 acme/reporting-web",
"summary.distilling": "正在提炼…",
"summary.create_brief": "创建功能简报",
"summary.brief_mcp_title": "MCP 服务器开启时可用",
"summary.copied": "已复制",
"summary.copy_md": "复制为 Markdown",
"summary.copy_json": "复制为 JSON",
"summary.brief_problem": "问题",
"summary.brief_outcome": "期望结果",
"summary.brief_criteria": "验收标准",
"summary.brief_none": "未捕获任何内容。",
"summary.brief_context": "上下文",
"summary.action_items_heading": "行动项",
"summary.ai_select": "选择一个会议来查看其行动项。",
"summary.ai_empty": "尚无——在下方添加一项,或生成摘要以自动提取它们。",
"summary.confirmed": "已确认",
"summary.ai_text_placeholder": "行动项…",
"summary.ai_text_aria": "行动项文本",
"summary.owner": "负责人",
"summary.due_date": "截止日期",
"summary.reminder_title": "为此截止日期安排本地提醒",
"summary.ai_delete_title": "删除此行动项",
"summary.ai_delete_aria": "删除行动项",
"summary.add_action_item": "添加行动项",
"summary.save_action_items": "保存行动项",
"summary.calendar_heading": "日历事件",
"summary.cal_select": "选择一个会议以将其关联到日历事件。",
"summary.event_search_placeholder": "搜索事件标题…",
"summary.linked_event": "已关联的事件",
"summary.change_event": "更改事件…",
"summary.link_event": "关联一个事件…",
"summary.untitled_event": "(无标题)",
"summary.no_events_1": "尚未导入任何事件——请",
"summary.no_events_2": "从设置 → 日历导入。",
"summary.no_events_match": "没有事件与此搜索/日期匹配——请尝试清除其中一个。",
"summary.organizer_label": "组织者:{name}",
"summary.participants_heading": "参与者",
"summary.participants_hint": "根据已关联的日历事件填充。",
"summary.speakers_heading": "说话人",
"summary.speakers_select": "选择一个会议来为其说话人命名。",
"summary.no_speakers": "尚未检测到说话人。",
"summary.speaker_name_placeholder": "说话人姓名",
"summary.save": "保存",
"summary.cancel": "取消",
"summary.name_speaker": "为此说话人命名…",
"summary.add_new_name": "+ 添加新姓名…",
"settings.recording.title": "录音",
"settings.recording.record_default": "默认录制会议",
"settings.recording.save_audio_as": "将音频保存为",
"settings.recording.default_hint": "默认关闭。关闭时,音频仅用于生成转录,并在会议最终确定时删除。你也可以按会议切换录音。",
"settings.recording.consent_label": "同意:{status}。",
"settings.recording.consent_ack": "已确认",
"settings.recording.consent_not": "尚未确认",
"settings.recording.auto_label": "当日历事件开始时自动开始录音",
"settings.recording.auto_hint": "仅在 WhispAssist 打开时。当导入的日历事件的开始时间到达时,会自动开始录音(使用上方的默认保留设置)。没有任何内容在后台运行——计时器仅在应用运行时启用。请在设置 → 日历下导入事件。"
}
+4 -4
View File
@@ -1,7 +1,7 @@
// Imported calendar events (Phase 6, FR-CAL-*). Svelte 5 runes store, same
// shape as settings.svelte.ts/meetings.svelte.ts.
import { api, events, type CalendarEvent } from "../api";
import { api, errorMessage, events, type CalendarEvent } from "../api";
class CalendarStore {
events = $state<CalendarEvent[]>([]);
@@ -22,15 +22,15 @@ class CalendarStore {
}
}
async importPst(path: string, password?: string) {
async importPst(path: string, password?: string, rangeDays?: number) {
this.importing = true;
this.importError = null;
this.importProgress = null;
try {
await api.importPst(path, password);
await api.importPst(path, password, rangeDays);
await this.load();
} catch (e) {
this.importError = e instanceof Error ? e.message : String(e);
this.importError = errorMessage(e);
} finally {
this.importing = false;
this.importProgress = null;
+77
View File
@@ -0,0 +1,77 @@
// Resizable/hideable pane preferences (FR-UX-1) — pure client-side UI
// ephemera (not app data), so localStorage is the right place for it
// rather than a round-trip through Tauri settings.
const KEY = "wa-layout-v1";
interface LayoutPrefs {
leftWidth: number;
rightWidth: number;
leftCollapsed: boolean;
rightCollapsed: boolean;
/** Width of the transcript sub-pane vs notes, 0..1. */
transcriptFraction: number;
transcriptCollapsed: boolean;
notesCollapsed: boolean;
}
const DEFAULTS: LayoutPrefs = {
leftWidth: 260,
rightWidth: 320,
leftCollapsed: false,
rightCollapsed: false,
transcriptFraction: 0.5,
transcriptCollapsed: false,
notesCollapsed: false,
};
function load(): LayoutPrefs {
try {
const raw = localStorage.getItem(KEY);
if (!raw) return { ...DEFAULTS };
return { ...DEFAULTS, ...JSON.parse(raw) };
} catch {
return { ...DEFAULTS };
}
}
export function clamp(n: number, min: number, max: number): number {
return Math.min(max, Math.max(min, n));
}
class LayoutStore {
leftWidth = $state(DEFAULTS.leftWidth);
rightWidth = $state(DEFAULTS.rightWidth);
leftCollapsed = $state(DEFAULTS.leftCollapsed);
rightCollapsed = $state(DEFAULTS.rightCollapsed);
transcriptFraction = $state(DEFAULTS.transcriptFraction);
transcriptCollapsed = $state(DEFAULTS.transcriptCollapsed);
notesCollapsed = $state(DEFAULTS.notesCollapsed);
constructor() {
Object.assign(this, load());
}
/** Call after any mutation — explicit rather than an $effect so a batch
* of drag-resize updates doesn't schedule a write per pixel. */
persist() {
try {
localStorage.setItem(
KEY,
JSON.stringify({
leftWidth: this.leftWidth,
rightWidth: this.rightWidth,
leftCollapsed: this.leftCollapsed,
rightCollapsed: this.rightCollapsed,
transcriptFraction: this.transcriptFraction,
transcriptCollapsed: this.transcriptCollapsed,
notesCollapsed: this.notesCollapsed,
} satisfies LayoutPrefs),
);
} catch {
// localStorage unavailable (private mode etc.) — layout just won't persist.
}
}
}
export const layout = new LayoutStore();
+24 -3
View File
@@ -169,6 +169,15 @@ class MeetingsStore {
await this.load();
}
/** Click-to-filter from a tag chip anywhere (T8.3, FR-SEARCH-2) — same
* mechanism as the sidebar's tag dropdown, just triggered elsewhere.
* Keeps any existing date filter, drops search mode (a tag filter and a
* text search are two different views over the same list). */
async filterByTag(tag: string) {
this.searchResults = null;
await this.load({ ...this.filter, tag });
}
/** `null` clears search mode and reverts the list view to `load()`'s results. */
async search(query: string | null) {
if (!query || !query.trim()) {
@@ -209,9 +218,11 @@ class MeetingsStore {
if (this.selectedId === id) await this.select(id);
}
/** Batch re-transcribe with a different (typically larger) model (T3.8). */
async reprocess(id: MeetingId, model: string) {
await api.reprocessTranscript(id, model);
/** Batch re-transcribe with a different (typically larger) model (T3.8).
* `language` (T8.7, FR-TRX-4): omitted reuses the meeting's current
* language rather than resetting it to auto. */
async reprocess(id: MeetingId, model: string, language?: string) {
await api.reprocessTranscript(id, model, language);
await this.load();
if (this.selectedId === id) await this.select(id);
}
@@ -224,7 +235,17 @@ class MeetingsStore {
/** Link a recording to a calendar event (T6.3/T6.6, FR-CAL-2/4). */
async attachEvent(id: MeetingId, eventId: string) {
await api.attachMeetingToEvent(id, eventId);
// Attaching mirrors the event's subject onto the title server-side
// (FR-CAL-2) — refresh the list too, not just the detail view.
if (this.selectedId === id) await this.select(id);
await this.load();
}
/** Manual rename (T2.2) — recordings otherwise default to "Untitled meeting". */
async renameMeeting(id: MeetingId, title: string) {
await api.renameMeeting(id, title);
if (this.selectedId === id) await this.select(id);
await this.load();
}
/** Free-text speaker rename (T4.4, FR-SPK-2) — the "add new name" escape
+29
View File
@@ -0,0 +1,29 @@
// Shared recording-playback state so the transcript (center pane,
// TranscriptNotes) and the <audio> element (side pane, SummaryPanel) can talk
// to each other across the App layout: click a transcript segment to seek the
// player, and highlight/auto-scroll the segment that's currently playing.
// Pure UI ephemera — no persistence, reset per meeting.
class PlayerStore {
/** Playback position in ms, pushed from the <audio> element's timeupdate. */
currentMs = $state(0);
/** Target of the latest seek request, in ms. */
seekMs = $state<number | null>(null);
/** Bumped on every seek() so clicking the *same* segment twice re-seeks
* (a plain seekMs assignment wouldn't fire when the value is unchanged). */
seekNonce = $state(0);
/** Ask the player to jump to `ms` and play (SummaryPanel watches seekNonce). */
seek(ms: number) {
this.seekMs = ms;
this.seekNonce++;
}
/** Clear when the selected meeting changes so a new recording starts at 0. */
reset() {
this.currentMs = 0;
this.seekMs = null;
}
}
export const player = new PlayerStore();
+107 -11
View File
@@ -1,71 +1,167 @@
// Recording state store (Svelte 5 runes-friendly via a small class).
// Subscribes to recording/transcript events and exposes reactive state.
import { api, events, type TranscriptSegment, type MeetingId } from "../api";
import { api, events, type TranscriptSegment, type SpeakerInfo, type MeetingId } from "../api";
import { settings } from "./settings.svelte";
import { SvelteMap } from "svelte/reactivity";
class RecordingStore {
meetingId = $state<MeetingId | null>(null);
state = $state<"idle" | "recording" | "paused">("idle");
elapsedMs = $state(0);
segments = $state<TranscriptSegment[]>([]);
/** Live speaker list from provisional diarization (FR-SPK): resolves labels
* to display names ("You" for the mic speaker) for the live transcript. */
speakers = $state<SpeakerInfo[]>([]);
/** Whether audio is being retained as .wav for the in-flight meeting (ADR-0009). */
retention = $state(false);
/** Live input level for the waveform/meter (FR-CAP-5); 0 when not recording. */
/** Live system/loopback level for the waveform/meter (FR-CAP-5); 0 when not recording. */
levelRms = $state(0);
levelPeak = $state(0);
/** Live microphone level, overlaid on the meter in a different colour
* (FR-CAP-7); stays 0 when the mic is disabled or not recording. */
levelRmsMic = $state(0);
levelPeakMic = $state(0);
/** Set while a capture-device reconnect is in progress; cleared on recovery (FR-CAP-6). */
deviceNotice = $state<string | null>(null);
/** Live notes redesign: freeform text typed in the Notes pane while recording. */
notesText = $state("");
/** anchor_ms (a segment's start_ms) -> note text, for moments annotated this recording. */
segmentNotes = new SvelteMap<number, string>();
private notesSaveTimer: ReturnType<typeof setTimeout> | null = null;
async init() {
await events.onRecordingState((p) => {
const e = p as { state: "recording" | "paused" | "stopped"; elapsedMs: number };
this.state = e.state === "stopped" ? "idle" : e.state;
const e = p as {
state: "recording" | "paused" | "stopped" | "cancelled";
elapsedMs: number;
};
const ended = e.state === "stopped" || e.state === "cancelled";
this.state = ended ? "idle" : (e.state as "recording" | "paused");
this.elapsedMs = e.elapsedMs ?? this.elapsedMs;
if (e.state === "stopped") {
if (ended) {
this.levelRms = 0;
this.levelPeak = 0;
this.levelRmsMic = 0;
this.levelPeakMic = 0;
}
});
await events.onRetention((p) => {
this.retention = p.record;
});
await events.onSegment(({ segment }) => {
// Replace an interim segment with the same id, else append.
// Replace an interim segment with the same id, else append. Live
// diarization also re-emits committed segments here with a refined
// speaker (FR-SPK) — same replace-by-id path applies.
const i = this.segments.findIndex((s) => s.id === segment.id);
if (i >= 0) this.segments[i] = segment;
else this.segments.push(segment);
});
await events.onLevel(({ rms, peak }) => {
this.levelRms = rms;
this.levelPeak = peak;
await events.onDiarizationUpdated(({ speakers }) => {
this.speakers = speakers;
});
await events.onLevel(({ rms, peak, mic }) => {
if (mic) {
this.levelRmsMic = rms;
this.levelPeakMic = peak;
} else {
this.levelRms = rms;
this.levelPeak = peak;
}
});
await events.onDeviceChanged(({ recovered, message }) => {
this.deviceNotice = recovered ? null : message;
});
}
async start(title?: string, record = false, templateId?: string) {
async start(title?: string, record = false, templateId?: string, calendarEventId?: string) {
this.segments = [];
this.speakers = [];
this.retention = record;
this.deviceNotice = null;
this.meetingId = await api.startRecording(title, undefined, record, templateId);
this.notesText = "";
this.segmentNotes.clear();
// T8.7/FR-TRX-4: whatever language is currently configured in Settings
// becomes this meeting's requested language, persisted on its record.
const language = settings.settings.whisper_language ?? undefined;
this.meetingId = await api.startRecording(title, calendarEventId, record, templateId, language);
this.state = "recording";
}
async stop() {
// The debounced save below can lag up to 500ms behind typing — flush
// whatever's pending first so stop_recording's merge sees the latest text.
await this.flushNotes();
if (this.meetingId) await api.stopRecording(this.meetingId);
this.state = "idle";
this.levelRms = 0;
this.levelPeak = 0;
this.levelRmsMic = 0;
this.levelPeakMic = 0;
this.deviceNotice = null;
}
/** Abandon an accidental recording: stop capture and delete it entirely. */
async cancel() {
if (this.notesSaveTimer) {
clearTimeout(this.notesSaveTimer);
this.notesSaveTimer = null;
}
if (this.meetingId) await api.cancelRecording(this.meetingId);
this.meetingId = null;
this.segments = [];
this.speakers = [];
this.state = "idle";
this.levelRms = 0;
this.levelPeak = 0;
this.levelRmsMic = 0;
this.levelPeakMic = 0;
this.deviceNotice = null;
this.notesText = "";
this.segmentNotes.clear();
}
/** Toggle audio retention mid-meeting (FR-REC-1); caller must have gated consent already. */
async setRetention(record: boolean) {
if (!this.meetingId) return;
await api.setRecordingRetention(this.meetingId, record);
this.retention = record;
}
/**
* Live notes redesign: freeform text typed in the Notes pane while
* recording. Debounced 500ms (same cadence as the post-finalize editor's
* `scheduleSave`) so every keystroke doesn't round-trip to the backend.
*/
setNotesText(text: string) {
this.notesText = text;
if (!this.meetingId) return;
const meetingId = this.meetingId;
if (this.notesSaveTimer) clearTimeout(this.notesSaveTimer);
this.notesSaveTimer = setTimeout(() => {
this.notesSaveTimer = null;
api.updateLiveNotes(meetingId, text).catch(() => {});
}, 500);
}
private async flushNotes() {
if (this.notesSaveTimer) {
clearTimeout(this.notesSaveTimer);
this.notesSaveTimer = null;
}
if (this.meetingId) {
await api.updateLiveNotes(this.meetingId, this.notesText).catch(() => {});
}
}
/** Attach (or clear, with `text: ""`) a note to a clicked transcript
* segment's moment (the "click a transcript line, add a note" feature). */
async setSegmentNote(anchorMs: number, text: string) {
if (!this.meetingId) return;
if (text.trim() === "") this.segmentNotes.delete(anchorMs);
else this.segmentNotes.set(anchorMs, text);
await api.setSegmentNote(this.meetingId, anchorMs, text);
}
}
export const recording = new RecordingStore();
+192 -2
View File
@@ -8,12 +8,16 @@ import {
errorMessage,
events,
type AppSettings,
type AudioDeviceInfo,
type SyncTargetInfo,
type SyncTargetConfig,
type HardwareStatus,
type LlmStatus,
type ModelInfo,
type LanguageOption,
type PrivacySelfCheck,
type McpStatus,
type McpAccessEntry,
} from "../api";
const DEFAULT_SETTINGS: AppSettings = {
@@ -24,13 +28,26 @@ const DEFAULT_SETTINGS: AppSettings = {
llm_model: "llama3",
preferred_backend: "auto",
whisper_model: "base.en-q5_1",
whisper_language: null, // auto-detect by default (T8.7, FR-TRX-4)
low_overhead: false,
default_record: false, // recording OFF by default (ADR-0009)
consent_acknowledged: false,
hosted_ai_acknowledged: false, // hosted-AI "leaves your device" notice (ADR-0011)
sync_enabled: false, // sync OFF by default (ADR-0010)
mcp_enabled: false, // MCP server OFF by default (ADR-0011)
mcp_transport: "http",
mcp_port: 4849,
mcp_expose: "none", // scope OFF by default (FR-MCP-3)
mcp_expose_recordings: false,
retention_max_age_days: null, // no cap by default (FR-STORE-2)
retention_max_size_gb: null,
pst_last_path: null,
pst_auto_sync: false,
pst_import_range_days: null, // full mailbox history by default
auto_record_calendar: false, // don't auto-start on calendar events by default
audio_output_device: null, // system default render device (FR-CAP-1)
microphone_enabled: true, // capture the user's mic into the transcript (FR-CAP-7)
audio_input_device: null, // system default capture device
};
class SettingsStore {
@@ -45,11 +62,28 @@ class SettingsStore {
// Hardware + model management (Phase 3, T3.6/T3.7).
hardware = $state<HardwareStatus | null>(null);
models = $state<ModelInfo[]>([]);
// Speaker-diarization models (segmentation + embedding). Both must be
// installed before recordings separate speakers instead of labelling
// everything "S1" (T4.7, FR-MODEL-1).
diarizationModels = $state<ModelInfo[]>([]);
// Transcription language catalog for the Settings dropdown (T8.7, FR-TRX-4).
languages = $state<LanguageOption[]>([]);
audioDevices = $state<AudioDeviceInfo[]>([]);
inputDevices = $state<AudioDeviceInfo[]>([]);
downloadProgress = $state<Record<string, { received: number; total: number | null }>>({});
// Privacy self-check (T7.6, FR-SEC-2).
privacy = $state<PrivacySelfCheck | null>(null);
// MCP server (Phase 10b, ADR-0011).
mcpStatus = $state<McpStatus | null>(null);
mcpAccessLog = $state<McpAccessEntry[]>([]);
mcpSaving = $state(false);
/** The freshly-minted token from the last `setMcpEnabled(true)` call —
* shown exactly once (it is never re-readable afterwards, same as any
* other newly-issued secret). Cleared on disable or when the panel closes. */
mcpLastToken = $state<string | null>(null);
// LLM provider status (T5.2, FR-LLM-1).
llmStatus = $state<LlmStatus | null>(null);
llmSaving = $state(false);
@@ -69,9 +103,23 @@ class SettingsStore {
this.backendStub = true;
}
await this.loadHardware();
await this.loadAudioDevices();
await this.loadInputDevices();
await this.loadModels();
await this.loadDiarizationModels();
await this.loadLanguages();
await this.loadPrivacy();
await this.loadLlmStatus();
await this.loadMcpStatus();
await this.loadMcpAccessLog();
// Live tail of the FR-MCP-5 audit log — every tool read an agent makes
// while the panel is open shows up immediately, not just on refresh.
await events.onMcpAccess(({ at, tool, meetingId, client }) => {
this.mcpAccessLog = [
{ at, tool, meeting_id: meetingId ?? null, client: client ?? null },
...this.mcpAccessLog,
].slice(0, 50);
});
await events.onHardwareChanged(({ active }) => {
if (this.hardware) this.hardware.active = active;
});
@@ -123,6 +171,32 @@ class SettingsStore {
}
}
async loadAudioDevices() {
try {
this.audioDevices = await api.listAudioDevices();
} catch {
this.audioDevices = [];
}
}
async setAudioOutputDevice(deviceId: string | null) {
await this.patch({ audio_output_device: deviceId });
}
async loadInputDevices() {
try {
this.inputDevices = await api.listInputDevices();
} catch {
this.inputDevices = [];
}
}
/** Set the microphone selection in one patch (FR-CAP-7): `enabled=false`
* disables mic capture entirely; `deviceId=null` uses the system default. */
async setMicrophone(enabled: boolean, deviceId: string | null) {
await this.patch({ microphone_enabled: enabled, audio_input_device: deviceId });
}
async loadModels() {
try {
this.models = await api.listModels();
@@ -131,6 +205,44 @@ class SettingsStore {
}
}
async loadDiarizationModels() {
try {
this.diarizationModels = await api.listDiarizationModels();
} catch {
this.diarizationModels = [];
}
}
/** Download one diarization model. The two known ids map to the backend's
* `diar-seg`/`diar-emb` kinds; `removeModel` needs no kind (it disambiguates
* by catalog membership). */
async downloadDiarizationModel(id: string) {
this.clearProgress(id);
await api.downloadModel(id, id.startsWith("seg") ? "diar-seg" : "diar-emb");
this.clearProgress(id);
await this.loadDiarizationModels();
}
async removeDiarizationModel(id: string) {
await api.removeModel(id);
await this.loadDiarizationModels();
}
async loadLanguages() {
try {
this.languages = await api.listWhisperLanguages();
} catch {
this.languages = [];
}
}
/** `null` = auto-detect (T8.7, FR-TRX-4). Only meaningful when the active
* model is multilingual — the Settings UI disables/hides this control
* otherwise, and the backend forces "en" regardless if it's set anyway. */
async setWhisperLanguage(code: string | null) {
await this.patch({ whisper_language: code });
}
async loadPrivacy() {
try {
this.privacy = await api.privacySelfCheck();
@@ -139,6 +251,49 @@ class SettingsStore {
}
}
async loadMcpStatus() {
try {
this.mcpStatus = await api.mcpStatus();
} catch {
this.mcpStatus = null;
}
}
async loadMcpAccessLog(limit = 50) {
try {
this.mcpAccessLog = await api.mcpAccessLog(limit);
} catch {
this.mcpAccessLog = [];
}
}
/** Enable/disable the loopback MCP server (FR-MCP-1/6). On enable, the
* returned token is stashed in `mcpLastToken` for the one-time reveal. */
async setMcpEnabled(enabled: boolean, transport?: "http" | "stdio", port?: number) {
this.mcpSaving = true;
try {
const res = await api.setMcpEnabled(enabled, transport, port);
this.mcpLastToken = enabled ? res.token : null;
} catch {
this.backendStub = true;
} finally {
this.mcpSaving = false;
}
await this.loadMcpStatus();
await this.loadPrivacy();
}
/** Scope control (FR-MCP-3) — takes effect immediately, no restart needed. */
async setMcpScope(expose: "none" | "selected" | "all", exposeRecordings?: boolean) {
try {
await api.setMcpScope(expose, exposeRecordings);
} catch {
this.backendStub = true;
}
await this.loadMcpStatus();
await this.loadPrivacy();
}
async loadLlmStatus() {
try {
this.llmStatus = await api.llmStatus();
@@ -147,8 +302,16 @@ class SettingsStore {
}
}
/** Persist the LLM provider/endpoint/model and refresh status (T5.2). */
async setLlmProvider(config: { provider: string; endpoint?: string; model?: string }) {
/** Persist the LLM provider/endpoint/model (+ hosted apiKey, ADR-0011) and
* refresh status (T5.2/T10.2). The key is only ever sent to the backend
* command (which stores it in the OS credential store) — never held here
* beyond this call, and never merged into `this.settings`. */
async setLlmProvider(config: {
provider: string;
endpoint?: string;
model?: string;
apiKey?: string;
}) {
this.llmSaving = true;
// Optimistic local update so the form reflects the change immediately.
this.settings = {
@@ -166,6 +329,13 @@ class SettingsStore {
}
}
/** Persist the one-time hosted-AI "leaves your device" acknowledgment
* (ADR-0011, T10.3) — same generic patch() every other boolean setting
* here uses (see setDefaultRecord below). */
acknowledgeHostedAi() {
return this.patch({ hosted_ai_acknowledged: true });
}
async setPreferredBackend(backend: AppSettings["preferred_backend"]) {
await this.patch({ preferred_backend: backend });
await this.loadHardware();
@@ -248,6 +418,19 @@ class SettingsStore {
await this.loadPrivacy();
}
async updateTarget(config: SyncTargetConfig & { id: string }) {
try {
const updated = await api.updateSyncTarget(config);
this.targets = this.targets.map((t) => (t.id === config.id ? updated : t));
} catch {
this.backendStub = true;
this.targets = this.targets.map((t) =>
t.id === config.id ? { ...t, ...stubTarget(config), id: config.id } : t,
);
}
await this.loadPrivacy();
}
async removeTarget(id: string) {
this.targets = this.targets.filter((t) => t.id !== id);
try {
@@ -297,6 +480,13 @@ function stubTarget(c: SyncTargetConfig): SyncTargetInfo {
enabled: c.enabled ?? false,
third_party: c.kind !== "webdav",
host,
upload_transcript: c.upload_transcript ?? true,
upload_notes: c.upload_notes ?? true,
upload_summary: c.upload_summary ?? true,
upload_recording: c.upload_recording ?? false,
trigger_on_finalize: c.trigger_on_finalize ?? true,
allow_plaintext_lan: c.allow_plaintext_lan ?? false,
encrypt_before_upload: c.encrypt_before_upload ?? false,
};
}
+52 -26
View File
@@ -5,6 +5,12 @@
import { api, type MeetingListItem, type SearchHit } from "../api";
import { open } from "@tauri-apps/plugin-dialog";
import { Search, Trash2, Download, RotateCcw } from "@lucide/svelte";
import { t } from "../i18n/index.svelte";
// Meeting status ("recording"/"transcribing"/"recovering"/"error") → its
// localized badge label. The status value itself is app vocabulary, not user
// content, so it gets keyed.
const statusLabel = (s: string) => t(`meetings.status.${s}`);
let query = $state("");
let searchTimer: ReturnType<typeof setTimeout> | undefined;
@@ -17,7 +23,10 @@
// Tag/date filters (T8.3, FR-SEARCH-2) apply to the plain list, not
// full-text search — changing one drops out of search mode so the
// filtered list is immediately visible rather than hidden behind results.
let tagFilter = $state("");
// Writable derived (not $state+$effect) so this dropdown also reflects a
// tag filter triggered elsewhere (e.g. clicking a chip in the Tags panel),
// while still being directly editable via bind:value below.
let tagFilter = $derived(meetings.filter.tag ?? "");
let fromFilter = $state("");
let toFilter = $state("");
@@ -52,7 +61,10 @@
from: toUnix(fromFilter),
to: toUnix(toFilter),
});
bulkResult = `Exported ${count} meeting${count === 1 ? "" : "s"}.`;
bulkResult =
count === 1
? t("meetings.exported_one", { n: count })
: t("meetings.exported_many", { n: count });
} finally {
bulkExporting = false;
}
@@ -90,7 +102,7 @@
async function removeMeeting(e: Event, id: string) {
e.stopPropagation();
if (!confirm("Delete this meeting? This removes its recording, transcript, and notes.")) return;
if (!confirm(t("meetings.delete_confirm"))) return;
await meetings.remove(id);
}
@@ -104,24 +116,38 @@
<div class="search-box">
<Search size={15} aria-hidden="true" />
<input
placeholder="Search meetings…"
aria-label="Search meetings"
placeholder={t("meetings.search_placeholder")}
aria-label={t("meetings.search_aria")}
bind:value={query}
oninput={onSearchInput}
/>
</div>
<div class="filters">
<select aria-label="Filter by tag" bind:value={tagFilter} onchange={onFilterChange}>
<option value="">All tags</option>
{#each meetings.allTags as t (t)}
<option value={t}>{t}</option>
<select
aria-label={t("meetings.filter_tag_aria")}
bind:value={tagFilter}
onchange={onFilterChange}
>
<option value="">{t("meetings.all_tags")}</option>
{#each meetings.allTags as tag (tag)}
<option value={tag}>{tag}</option>
{/each}
</select>
<input type="date" aria-label="From date" bind:value={fromFilter} onchange={onFilterChange} />
<input type="date" aria-label="To date" bind:value={toFilter} onchange={onFilterChange} />
<input
type="date"
aria-label={t("meetings.from_date_aria")}
bind:value={fromFilter}
onchange={onFilterChange}
/>
<input
type="date"
aria-label={t("meetings.to_date_aria")}
bind:value={toFilter}
onchange={onFilterChange}
/>
</div>
<div class="filters">
<select aria-label="Bulk export format" bind:value={bulkFormat}>
<select aria-label={t("meetings.bulk_format_aria")} bind:value={bulkFormat}>
<option value="md">.md</option>
<option value="pdf">.pdf</option>
<option value="docx">.docx</option>
@@ -131,23 +157,23 @@
class="bulk-btn"
onclick={bulkExport}
disabled={bulkExporting}
title="Export every meeting matching the tag/date filters above"
title={t("meetings.bulk_export_title")}
>
<Download size={13} aria-hidden="true" />
{bulkExporting ? "Exporting…" : "Bulk export"}
{bulkExporting ? t("meetings.exporting") : t("meetings.bulk_export")}
</button>
</div>
{#if bulkResult}
<p class="muted small">{bulkResult}</p>
{/if}
{#if meetings.searching}
<p class="muted">Searching…</p>
<p class="muted">{t("meetings.searching")}</p>
{:else if displayItems.length === 0 && meetings.loading}
<p class="muted">Loading meetings…</p>
<p class="muted">{t("meetings.loading")}</p>
{:else if displayItems.length === 0 && meetings.searchResults !== null}
<p class="muted">No matches.</p>
<p class="muted">{t("meetings.no_matches")}</p>
{:else if displayItems.length === 0}
<p class="muted">No meetings yet — click Record above to start.</p>
<p class="muted">{t("meetings.empty")}</p>
{:else}
<ul>
{#each displayItems as m (m.id)}
@@ -156,11 +182,11 @@
<span class="row">
<span class="title">{m.title}</span>
{#if m.status === "recording" || m.status === "transcribing"}
<span class="badge live">{m.status}</span>
<span class="badge live">{statusLabel(m.status)}</span>
{:else if m.status === "recovering"}
<span class="badge recovering">recovering</span>
<span class="badge recovering">{statusLabel("recovering")}</span>
{:else if m.status === "error"}
<span class="badge error">error</span>
<span class="badge error">{statusLabel("error")}</span>
{/if}
</span>
<span class="row muted small">
@@ -172,8 +198,8 @@
{/if}
{#if m.tags.length > 0}
<span class="row tags">
{#each m.tags as t (t)}
<span class="chip">{t}</span>
{#each m.tags as tag (tag)}
<span class="chip">{tag}</span>
{/each}
</span>
{/if}
@@ -182,14 +208,14 @@
{#if m.status === "recovering"}
<button class="link" onclick={(e) => resumeMeeting(e, m.id)}>
<RotateCcw size={12} aria-hidden="true" />
Resume transcription
{t("meetings.resume")}
</button>
{/if}
<button
class="link danger"
onclick={(e) => removeMeeting(e, m.id)}
aria-label="Delete meeting"
title="Delete meeting"
aria-label={t("meetings.delete_aria")}
title={t("meetings.delete_aria")}
>
<Trash2 size={14} aria-hidden="true" />
</button>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+619 -98
View File
@@ -5,9 +5,13 @@
import { recording } from "../stores/recording.svelte";
import { meetings } from "../stores/meetings.svelte";
import { settings } from "../stores/settings.svelte";
import { player } from "../stores/player.svelte";
import { api, type SpeakerInfo } from "../api";
import { t } from "../i18n/index.svelte";
import { renderMarkdown } from "../markdown";
import { save, open } from "@tauri-apps/plugin-dialog";
import { layout, clamp } from "../stores/layout.svelte";
import Splitter from "../components/Splitter.svelte";
import {
Bold,
Italic,
@@ -21,17 +25,84 @@
RefreshCw,
MessageSquareText,
NotebookPen,
Eye,
Pencil,
PanelLeftClose,
PanelLeftOpen,
PanelRightClose,
PanelRightOpen,
} from "@lucide/svelte";
function speakerName(label: string, speakers: SpeakerInfo[] = []): string {
return speakers.find((s) => s.label === label)?.display_name ?? label;
}
// Transcript timestamps: segment start_ms → "m:ss" (or "h:mm:ss" past an
// hour). Shown as a quiet monospace prefix so a line reads "0:42 Alice: …".
function fmtTs(ms: number): string {
const total = Math.floor(ms / 1000);
const h = Math.floor(total / 3600);
const m = Math.floor((total % 3600) / 60);
const s = total % 60;
const mm = h ? String(m).padStart(2, "0") : String(m);
return `${h ? `${h}:` : ""}${mm}:${String(s).padStart(2, "0")}`;
}
// T8.7/FR-TRX-4: the meeting view shows the language actually used, not
// just the raw ISO code — falls back to the code itself if it's not in
// the (curated) catalog, and to "auto-detecting…" before any is known.
function languageLabel(code: string | null): string {
if (!code) return t("transcript.lang_auto");
return settings.languages.find((l) => l.code === code)?.label ?? code;
}
let notesText = $state("");
// Notes is a single pane: raw markdown ("Editor") or the rendered result
// ("Preview"), toggled by one button whose label flips to the other mode.
// Defaults to Preview: the merged notes.md is now a properly sectioned
// document (## Notes / ## Transcript), not worth reading as raw markdown
// by default the way the old single-speaker-blob output arguably was.
let notesPreview = $state(true);
let editorEl: HTMLTextAreaElement | undefined = $state();
let saveTimer: ReturnType<typeof setTimeout> | undefined;
let loadedForId: string | null = null;
// Transcript/notes split (FR-UX-1): resizable (drag the Splitter) and
// each side independently hideable, shared across the finalized-meeting
// and live-recording views via the layout store. `splitWidth` tracks the
// container's current pixel width (bound below) so a drag delta in
// pixels can be converted to a fraction of the available space.
let splitWidth = $state(600);
function splitColumns(): string {
if (layout.transcriptCollapsed) return "auto auto 1fr";
if (layout.notesCollapsed) return "1fr auto auto";
return `${layout.transcriptFraction * 100}% auto ${(1 - layout.transcriptFraction) * 100}%`;
}
function onSplitResize(deltaPx: number) {
if (splitWidth <= 0) return;
layout.transcriptFraction = clamp(layout.transcriptFraction + deltaPx / splitWidth, 0.2, 0.8);
}
function toggleTranscript() {
const wouldCollapse = !layout.transcriptCollapsed;
if (wouldCollapse && layout.notesCollapsed) return; // never hide both
layout.transcriptCollapsed = wouldCollapse;
layout.persist();
}
function toggleNotes() {
const wouldCollapse = !layout.notesCollapsed;
if (wouldCollapse && layout.transcriptCollapsed) return;
layout.notesCollapsed = wouldCollapse;
layout.persist();
}
// Live-recording transcript: which segment (by start_ms, the note anchor —
// see recording.svelte.ts) is showing its note-entry field, if any.
let selectedSegmentMs = $state<number | null>(null);
$effect(() => {
void recording.meetingId; // dependency: reset the open note field for a new recording
selectedSegmentMs = null;
});
// Sync the editor buffer whenever a different meeting is selected.
$effect(() => {
const m = meetings.selected;
@@ -43,6 +114,19 @@
}
});
// Recordings default to "Untitled meeting" (T2.2) — this is the only
// rename affordance, since nothing else in the UI shows the title at all.
async function onTitleChange(e: Event) {
const m = meetings.selected;
const value = (e.target as HTMLInputElement).value.trim();
if (!m) return;
if (!value) {
(e.target as HTMLInputElement).value = m.title; // revert an empty edit
return;
}
if (value !== m.title) await meetings.renameMeeting(m.id, value);
}
function scheduleSave() {
const id = meetings.selected?.id;
if (!id) return;
@@ -79,7 +163,7 @@
if (!m) return;
const path = await save({
defaultPath: `${m.title}.md`,
filters: [{ name: "Markdown", extensions: ["md"] }],
filters: [{ name: t("transcript.filter_md"), extensions: ["md"] }],
});
if (path) await api.exportMeeting(m.id, path, "md");
}
@@ -96,7 +180,7 @@
if (!m) return;
const path = await save({
defaultPath: `${m.title}.pdf`,
filters: [{ name: "PDF", extensions: ["pdf"] }],
filters: [{ name: t("transcript.filter_pdf"), extensions: ["pdf"] }],
});
if (path) await api.exportMeeting(m.id, path, "pdf");
}
@@ -106,19 +190,63 @@
if (!m) return;
const path = await save({
defaultPath: `${m.title}.docx`,
filters: [{ name: "Word document", extensions: ["docx"] }],
filters: [{ name: t("transcript.filter_docx"), extensions: ["docx"] }],
});
if (path) await api.exportMeeting(m.id, path, "docx");
}
// Export a single self-contained Obsidian note (frontmatter + notes + summary
// + action items + timestamped transcript, no audio) — save it into a vault
// folder from the dialog. FR-STORE-4 sibling of the bundle export.
async function exportObsidian() {
const m = meetings.selected;
if (!m) return;
const path = await save({
defaultPath: `${m.title}.md`,
filters: [{ name: t("transcript.filter_obsidian"), extensions: ["md"] }],
});
if (path) await api.exportMeeting(m.id, path, "obsidian");
}
// FR-REC-5: the finalized segment currently playing (greatest start_ms at or
// before the playhead), for highlight + auto-scroll. currentMs ticks ~4x/s
// but this only changes value at a segment boundary, so the effect below is
// quiet between boundaries.
const activeSegId = $derived.by(() => {
const ms = player.currentMs;
let id: number | null = null;
for (const s of meetings.selected?.segments ?? []) {
if (s.start_ms <= ms) id = s.id;
else break;
}
return id;
});
// Auto-scroll the playing segment into view — unless the user scrolled the
// transcript by hand recently, so playback doesn't yank them back.
// ponytail: 4s manual-scroll grace; widen if it still feels grabby.
let transcriptEl = $state<HTMLElement | null>(null);
let lastManualScroll = 0;
$effect(() => {
const id = activeSegId;
if (id == null || !transcriptEl) return;
if (Date.now() - lastManualScroll < 4000) return;
transcriptEl
.querySelector<HTMLElement>(".seg.active")
?.scrollIntoView({ block: "nearest", behavior: "smooth" });
});
let reprocessModel = $state("");
// T8.7/FR-TRX-4: "" reuses the meeting's current language (backend default
// when `language` is omitted) rather than resetting it to auto.
let reprocessLanguage = $state("");
let reprocessing = $state(false);
async function reprocess() {
const m = meetings.selected;
if (!m || !reprocessModel) return;
reprocessing = true;
try {
await meetings.reprocess(m.id, reprocessModel);
await meetings.reprocess(m.id, reprocessModel, reprocessLanguage || undefined);
} finally {
reprocessing = false;
}
@@ -128,100 +256,336 @@
<div class="wrap">
{#if meetings.selected}
{@const m = meetings.selected}
<div class="split">
<div class="pane transcript">
<h4><MessageSquareText size={14} aria-hidden="true" /> Transcript</h4>
{#if m.recorded && settings.models.some((mo) => mo.installed)}
<div class="reprocess">
<select bind:value={reprocessModel}>
<option value="">Re-transcribe with…</option>
{#each settings.models.filter((mo) => mo.installed) as mo (mo.id)}
<option value={mo.id}>{mo.label}</option>
{/each}
</select>
<button disabled={!reprocessModel || reprocessing} onclick={reprocess}>
<RefreshCw size={13} aria-hidden="true" class={reprocessing ? "spin" : ""} />
{reprocessing ? "Re-transcribing…" : "Go"}
<input
class="meeting-title"
value={m.title}
onchange={onTitleChange}
aria-label={t("transcript.title_aria")}
/>
<div
class="split"
style="grid-template-columns: {splitColumns()};"
bind:clientWidth={splitWidth}
>
<!-- svelte-ignore a11y_no_static_element_interactions -- wheel/touchmove
here only note "the user scrolled by hand" to pause playback
auto-scroll; the pane isn't an interactive control. -->
<div
class="pane transcript"
class:collapsed={layout.transcriptCollapsed}
bind:this={transcriptEl}
onwheel={() => (lastManualScroll = Date.now())}
ontouchmove={() => (lastManualScroll = Date.now())}
>
{#if layout.transcriptCollapsed}
<button
class="pane-toggle"
onclick={toggleTranscript}
title={t("transcript.show")}
aria-label={t("transcript.show")}
>
<PanelLeftOpen size={16} aria-hidden="true" />
</button>
{:else}
<h4>
<MessageSquareText size={14} aria-hidden="true" />
{t("transcript.heading")}
<span class="badge lang" title={t("transcript.lang_title")}
>{languageLabel(m.language)}</span
>
<button
class="pane-toggle inline"
onclick={toggleTranscript}
title={t("transcript.hide")}
aria-label={t("transcript.hide")}
>
<PanelLeftClose size={13} aria-hidden="true" />
</button>
</h4>
{#if m.recorded && settings.models.some((mo) => mo.installed)}
{@const reprocessModelInfo = settings.models.find((mo) => mo.id === reprocessModel)}
<div class="reprocess">
<select bind:value={reprocessModel}>
<option value="">{t("transcript.reprocess_placeholder")}</option>
{#each settings.models.filter((mo) => mo.installed) as mo (mo.id)}
<option value={mo.id}>{mo.label}</option>
{/each}
</select>
{#if reprocessModelInfo?.multilingual}
<select
bind:value={reprocessLanguage}
aria-label={t("transcript.reprocess_lang_aria")}
>
<option value="">{t("transcript.reprocess_keep_lang")}</option>
<option value="auto">{t("settings.transcription.auto")}</option>
{#each settings.languages as l (l.code)}
<option value={l.code}>{l.label}</option>
{/each}
</select>
{/if}
<button disabled={!reprocessModel || reprocessing} onclick={reprocess}>
<RefreshCw size={13} aria-hidden="true" class={reprocessing ? "spin" : ""} />
{reprocessing ? t("transcript.retranscribing") : t("transcript.reprocess_go")}
</button>
</div>
{/if}
{#if m.segments.length === 0}
<p class="muted">{t("transcript.empty")}</p>
{:else}
{#each m.segments as s (s.id)}
<button
type="button"
class="seg"
class:active={s.id === activeSegId}
onclick={() => player.seek(s.start_ms)}
title={t("transcript.play_from_here")}
>
<span class="ts">{fmtTs(s.start_ms)}</span>
<strong>{speakerName(s.speaker, m.speakers)}:</strong>
{s.text}
</button>
{/each}
{/if}
{/if}
</div>
{#if !layout.transcriptCollapsed && !layout.notesCollapsed}
<Splitter
label={t("transcript.resize")}
onResize={onSplitResize}
onResizeEnd={() => layout.persist()}
/>
{:else}
<span></span>
{/if}
<div class="pane notes" class:collapsed={layout.notesCollapsed}>
{#if layout.notesCollapsed}
<button
class="pane-toggle"
onclick={toggleNotes}
title={t("notes.show")}
aria-label={t("notes.show")}
>
<PanelRightOpen size={16} aria-hidden="true" />
</button>
{:else}
<h4>
<NotebookPen size={14} aria-hidden="true" />
{t("notes.heading")}
<button
class="pane-toggle inline"
onclick={toggleNotes}
title={t("notes.hide")}
aria-label={t("notes.hide")}
>
<PanelRightClose size={13} aria-hidden="true" />
</button>
</h4>
<div class="toolbar" role="toolbar" aria-label={t("notes.toolbar_aria")}>
<button
onclick={() => wrapSelection("**")}
title={t("notes.bold")}
aria-label={t("notes.bold")}
>
<Bold size={14} aria-hidden="true" />
</button>
<button
onclick={() => wrapSelection("_")}
title={t("notes.italic")}
aria-label={t("notes.italic")}
>
<Italic size={14} aria-hidden="true" />
</button>
<button
onclick={() => insertLinePrefix("# ")}
title={t("notes.h1")}
aria-label={t("notes.h1")}
>
<Heading1 size={14} aria-hidden="true" />
</button>
<button
onclick={() => insertLinePrefix("## ")}
title={t("notes.h2")}
aria-label={t("notes.h2")}
>
<Heading2 size={14} aria-hidden="true" />
</button>
<button
onclick={() => insertLinePrefix("- ")}
title={t("notes.bullet")}
aria-label={t("notes.bullet")}
>
<List size={14} aria-hidden="true" />
</button>
<button
onclick={() => insertLinePrefix("- [ ] ")}
title={t("notes.checkbox_title")}
aria-label={t("notes.checkbox_aria")}
>
<ListChecks size={14} aria-hidden="true" />
</button>
<button
class="toggle"
onclick={() => (notesPreview = !notesPreview)}
title={notesPreview ? t("notes.edit_raw") : t("notes.render")}
aria-pressed={notesPreview}
>
{#if notesPreview}
<Pencil size={14} aria-hidden="true" />
{t("notes.editor")}
{:else}
<Eye size={14} aria-hidden="true" />
{t("notes.preview")}
{/if}
</button>
<span class="spacer"></span>
<button onclick={exportMd} title={t("notes.export_md_title")}>
<FileText size={13} aria-hidden="true" />
.md
</button>
<button onclick={exportPdf} title={t("notes.export_pdf_title")}>
<FileDown size={13} aria-hidden="true" />
PDF
</button>
<button onclick={exportDocx} title={t("notes.export_docx_title")}>
<FileDown size={13} aria-hidden="true" />
Word
</button>
<button onclick={exportBundle} title={t("notes.export_bundle_title")}>
<FolderOutput size={13} aria-hidden="true" />
Bundle
</button>
<button onclick={exportObsidian} title={t("notes.export_obsidian_title")}>
<NotebookPen size={13} aria-hidden="true" />
Obsidian
</button>
</div>
<div class="editor-preview">
{#if notesPreview}
<!-- eslint-disable-next-line svelte/no-at-html-tags -- sanitized via renderMarkdown() -->
<div class="preview">{@html renderMarkdown(notesText)}</div>
{:else}
<textarea
bind:this={editorEl}
bind:value={notesText}
oninput={scheduleSave}
placeholder={t("notes.placeholder")}
></textarea>
{/if}
</div>
{/if}
{#if m.segments.length === 0}
<p class="muted">No transcript for this meeting.</p>
{:else}
{#each m.segments as s (s.id)}
<p><strong>{speakerName(s.speaker, m.speakers)}:</strong> {s.text}</p>
{/each}
{/if}
</div>
<div class="pane notes">
<h4><NotebookPen size={14} aria-hidden="true" /> Notes</h4>
<div class="toolbar" role="toolbar" aria-label="Notes formatting">
<button onclick={() => wrapSelection("**")} title="Bold" aria-label="Bold">
<Bold size={14} aria-hidden="true" />
</button>
<button onclick={() => wrapSelection("_")} title="Italic" aria-label="Italic">
<Italic size={14} aria-hidden="true" />
</button>
<button onclick={() => insertLinePrefix("# ")} title="Heading 1" aria-label="Heading 1">
<Heading1 size={14} aria-hidden="true" />
</button>
<button onclick={() => insertLinePrefix("## ")} title="Heading 2" aria-label="Heading 2">
<Heading2 size={14} aria-hidden="true" />
</button>
<button
onclick={() => insertLinePrefix("- ")}
title="Bullet list"
aria-label="Bullet list"
>
<List size={14} aria-hidden="true" />
</button>
<button
onclick={() => insertLinePrefix("- [ ] ")}
title="Checkbox"
aria-label="Checkbox list item"
>
<ListChecks size={14} aria-hidden="true" />
</button>
<span class="spacer"></span>
<button onclick={exportMd} title="Export notes as .md">
<FileText size={13} aria-hidden="true" />
.md
</button>
<button onclick={exportPdf} title="Export notes as .pdf">
<FileDown size={13} aria-hidden="true" />
PDF
</button>
<button onclick={exportDocx} title="Export notes as .docx">
<FileDown size={13} aria-hidden="true" />
Word
</button>
<button onclick={exportBundle} title="Export audio + transcript + notes to a folder">
<FolderOutput size={13} aria-hidden="true" />
Bundle
</button>
</div>
<div class="editor-preview">
<textarea
bind:this={editorEl}
bind:value={notesText}
oninput={scheduleSave}
placeholder="Notes…"
></textarea>
<!-- eslint-disable-next-line svelte/no-at-html-tags -- sanitized via renderMarkdown() -->
<div class="preview">{@html renderMarkdown(notesText)}</div>
</div>
</div>
</div>
{:else if recording.segments.length === 0}
<p class="muted pad">Transcript will appear here as you record.</p>
{:else if recording.state === "idle"}
<p class="muted pad">{t("transcript.will_appear")}</p>
{:else}
<div class="pad">
{#each recording.segments as s (s.id)}
<p class:interim={s.interim}>
<strong>{speakerName(s.speaker)}:</strong>
{s.text}
</p>
{/each}
<!-- Granola-style redesign: the Notes pane is open and typable while
recording, and clicking a transcript line attaches a note to that
moment — both merged into notes.md with the transcript at stop. -->
<div
class="split"
style="grid-template-columns: {splitColumns()};"
bind:clientWidth={splitWidth}
>
<div class="pane transcript" class:collapsed={layout.transcriptCollapsed}>
{#if layout.transcriptCollapsed}
<button
class="pane-toggle"
onclick={toggleTranscript}
title={t("transcript.show")}
aria-label={t("transcript.show")}
>
<PanelLeftOpen size={16} aria-hidden="true" />
</button>
{:else}
<h4>
<MessageSquareText size={14} aria-hidden="true" />
{t("transcript.heading")}
<button
class="pane-toggle inline"
onclick={toggleTranscript}
title={t("transcript.hide")}
aria-label={t("transcript.hide")}
>
<PanelLeftClose size={13} aria-hidden="true" />
</button>
</h4>
{#if recording.segments.length === 0}
<p class="muted">{t("transcript.will_appear")}</p>
{:else}
{#each recording.segments as s (s.id)}
{@const hasNote = recording.segmentNotes.has(s.start_ms)}
{@const open = selectedSegmentMs === s.start_ms}
<div class="segment">
<button
type="button"
class="segment-line"
class:interim={s.interim}
class:active={open}
onclick={() => (selectedSegmentMs = open ? null : s.start_ms)}
>
<span class="ts">{fmtTs(s.start_ms)}</span>
<strong>{speakerName(s.speaker, recording.speakers)}:</strong>
{s.text}
{#if hasNote}
<span class="note-badge" title={t("transcript.has_note")}>📝</span>
{/if}
</button>
{#if open}
<input
type="text"
class="segment-note-input"
placeholder={t("transcript.note_placeholder")}
value={recording.segmentNotes.get(s.start_ms) ?? ""}
onchange={(e) =>
recording.setSegmentNote(s.start_ms, (e.target as HTMLInputElement).value)}
aria-label={t("transcript.note_aria")}
/>
{/if}
</div>
{/each}
{/if}
{/if}
</div>
{#if !layout.transcriptCollapsed && !layout.notesCollapsed}
<Splitter
label={t("transcript.resize")}
onResize={onSplitResize}
onResizeEnd={() => layout.persist()}
/>
{:else}
<span></span>
{/if}
<div class="pane notes" class:collapsed={layout.notesCollapsed}>
{#if layout.notesCollapsed}
<button
class="pane-toggle"
onclick={toggleNotes}
title={t("notes.show")}
aria-label={t("notes.show")}
>
<PanelRightOpen size={16} aria-hidden="true" />
</button>
{:else}
<h4>
<NotebookPen size={14} aria-hidden="true" />
{t("notes.heading")}
<button
class="pane-toggle inline"
onclick={toggleNotes}
title={t("notes.hide")}
aria-label={t("notes.hide")}
>
<PanelRightClose size={13} aria-hidden="true" />
</button>
</h4>
<textarea
class="live-notes"
value={recording.notesText}
oninput={(e) => recording.setNotesText((e.target as HTMLTextAreaElement).value)}
placeholder={t("notes.live_placeholder")}
></textarea>
{/if}
</div>
</div>
{/if}
</div>
@@ -229,6 +593,22 @@
<style>
.wrap {
height: 100%;
display: flex;
flex-direction: column;
}
.meeting-title {
flex: none;
border: none;
background: transparent;
font-size: 1.05rem;
font-weight: 600;
padding: 0.75rem 1rem 0.25rem;
color: inherit;
}
.meeting-title:hover,
.meeting-title:focus {
background: var(--border);
outline: none;
}
.pad {
padding: 1rem;
@@ -246,10 +626,105 @@
line-height: 1.5;
}
.segment {
margin: 0.2rem 0;
}
.segment-line {
display: block;
width: 100%;
text-align: left;
background: transparent;
border: none;
border-left: 2px solid transparent;
color: inherit;
font: inherit;
line-height: 1.5;
padding: 0.15rem 0.4rem;
border-radius: var(--radius-sm);
cursor: pointer;
transition: background-color 120ms ease-out;
}
.segment-line:hover {
background: var(--bg-hover);
}
.segment-line.active {
background: var(--accent-soft);
border-left-color: var(--accent);
}
.segment-line.interim {
opacity: 0.55;
font-style: italic;
}
.note-badge {
margin-left: 0.3rem;
}
/* Finalized-transcript line: a click-to-seek button styled to read as plain
transcript text, highlighted while it's the segment currently playing. */
.seg {
display: block;
width: 100%;
text-align: left;
background: transparent;
border: none;
border-left: 2px solid transparent;
color: inherit;
font: inherit;
line-height: 1.5;
padding: 0.15rem 0.4rem;
border-radius: var(--radius-sm);
cursor: pointer;
transition: background-color 120ms ease-out;
}
.seg:hover {
background: var(--bg-hover);
}
.seg.active {
background: var(--accent-soft);
border-left-color: var(--accent);
}
/* Transcript timestamp: a quiet monospace prefix, not competing with the
speaker name or text for attention. */
.ts {
font-family: var(--font-mono, ui-monospace, monospace);
font-size: 0.78em;
color: var(--muted);
margin-right: 0.15rem;
}
.segment-note-input {
display: block;
width: 100%;
box-sizing: border-box;
margin: 0.2rem 0 0.4rem;
padding: 0.3rem 0.5rem;
border: 1px solid var(--accent);
border-radius: var(--radius-sm);
background: var(--bg);
color: var(--fg);
font: inherit;
font-size: 0.85rem;
}
.live-notes {
resize: none;
width: 100%;
height: calc(100% - 2rem);
box-sizing: border-box;
padding: 0.6rem;
border: 1px solid var(--border);
border-radius: var(--radius-md);
background: var(--bg);
color: var(--fg);
font: inherit;
line-height: 1.5;
}
.live-notes:focus-visible {
border-color: var(--accent);
}
.split {
display: grid;
grid-template-columns: 1fr 1fr;
height: 100%;
/* grid-template-columns set inline — depends on resize/collapse state (FR-UX-1). */
flex: 1;
min-height: 0;
}
.pane {
overflow: auto;
@@ -259,6 +734,12 @@
.pane.transcript {
border-right: 1px solid var(--border);
}
.pane.collapsed {
display: flex;
align-items: flex-start;
justify-content: center;
padding: 0.4rem;
}
.pane h4 {
display: flex;
align-items: center;
@@ -270,6 +751,39 @@
letter-spacing: 0.04em;
color: var(--muted);
}
.pane-toggle {
display: flex;
align-items: center;
justify-content: center;
flex: none;
background: none;
border: none;
color: var(--muted);
cursor: pointer;
padding: 0.3rem;
border-radius: var(--radius-sm);
}
.pane-toggle:hover {
background: var(--bg-hover);
color: var(--fg);
}
.pane-toggle.inline {
margin-left: auto;
}
/* Transcription language (T8.7, FR-TRX-4) — a quiet pill, not a status
color, since "which language" isn't a good/bad state to flag. */
.badge.lang {
margin-left: auto;
font-size: 0.7rem;
font-weight: 500;
text-transform: none;
letter-spacing: normal;
color: var(--muted);
background: var(--bg);
border: 1px solid var(--border);
border-radius: var(--radius-sm);
padding: 0.1rem 0.45rem;
}
.reprocess {
display: flex;
gap: 0.4rem;
@@ -330,11 +844,14 @@
}
.editor-preview {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.75rem;
height: calc(100% - 2.5rem);
}
.toolbar .toggle {
font-weight: 600;
}
.toolbar .toggle[aria-pressed="true"] {
background: var(--bg-hover);
}
textarea {
resize: none;
width: 100%;
@@ -352,8 +869,12 @@
border-color: var(--accent);
}
.preview {
height: 100%;
box-sizing: border-box;
overflow: auto;
padding: 0.25rem 0.5rem;
padding: 0.6rem;
border: 1px solid var(--border);
border-radius: var(--radius-md);
font-size: 0.9rem;
line-height: 1.5;
}
+5
View File
@@ -1,6 +1,11 @@
import App from "./App.svelte";
import { mount } from "svelte";
// The WebView2 default right-click menu (Back/Forward/Reload/Inspect) doesn't
// belong in a native-feeling desktop app — disabled app-wide until/unless a
// WhispAssist-specific context menu replaces it (see project memory).
document.addEventListener("contextmenu", (e) => e.preventDefault());
const app = mount(App, { target: document.getElementById("app")! });
export default app;