309 Commits
Author SHA1 Message Date
iamdoubz 8cdd0f61df Merge pull request 'Parakeet v Whisper h2h' (#26) from test_parakeet into main
Reviewed-on: #26
2026-07-16 10:23:17 -05:00
iamdoubz 2d1c9fa478 Bench test npu 2026-07-16 10:10:30 -05:00
iamdoubz a71299803f docs(release): v0.7.4 release notes with SHA-256 checksums 2026-07-16 10:03:23 -05:00
iamdoubz fcf72da9db chore: bump version 0.7.4 2026-07-16 09:56:22 -05:00
iamdoubz 616d2f4f97 chore(bench): rustfmt asr_bench + allow large_enum_variant (one Engine per process) 2026-07-16 08:47:11 -05:00
iamdoubz be49c53940 docs(bench): W1 anomaly resolved — LP-E-core spin-barrier root cause, fixed numbers, criteria updated 2026-07-16 08:44:17 -05:00
iamdoubz 6cd736bec1 test(bench): W1 re-run after thread-cap fix — RTF 0.218, 0.827 cpu-sec/audio-sec, WER unchanged 2026-07-16 08:43:26 -05:00
iamdoubz 0d2eee7416 fix(transcription): cap whisper n_threads at 4 — hybrid-CPU spin-barrier pathology
available_parallelism() put ggml workers on Meteor Lake LP E-cores; every
per-node spin barrier then waits on the slowest worker while the rest burn
CPU: RTF ~22 at 14 threads vs 0.28 at 4 threads (~80x), same build. This
was the real W1 CPU-pathology root cause; /Od-vs-/O2 made no difference.
4 matches whisper.cpp upstream default and is the CPU-frugal choice
(NFR-RES-1). WA_WHISPER_THREADS env overrides for support/bench.
2026-07-16 08:39:45 -05:00
iamdoubz c7899e72a2 fix(build): use Ninja generator so cmake-rs stops clobbering MSVC /O2
The cmake crate strips -O*/O* from CFLAGS and, with no explicit generator
on MSVC, overwrites CMAKE_C_FLAGS_RELEASE — so the previous CFLAGS=/O2
attempt could never work (verified: /DNDEBUG survived, /O2 stripped).
With CMAKE_GENERATOR=Ninja the override branch is skipped and CMake's
default Release flags (/O2 /Ob2 /DNDEBUG) reach ggml.
2026-07-16 08:20:07 -05:00
iamdoubz 4e6c5a357e docs(bench): qualitative real-recording pass — P1 cleanest + best punctuation, W4 worst 2026-07-16 08:18:00 -05:00
iamdoubz 181af150e5 test(bench): qualitative meeting-audio pass — W2/W4/P1 on bank_deposits.wav
62 s real recording (48 kHz stereo, downmixed/resampled by the production
reader). Reference .txt is a placeholder; WER column is meaningless here,
only the hypothesis text counts.
2026-07-16 08:16:53 -05:00
iamdoubz d89b99db6c fix(build): restore /O2 /DNDEBUG for native deps clobbered by cmake-rs on MSVC
cmake-rs hardcodes opt_level(0) and replaces CMake's Release C flags, so
ggml/whisper.cpp compiled at /Od — root cause of the W1 CPU-pathology
(RTF ~20) in docs/benchmarks/2026-07-parakeet-vs-whisper.md. cc-rs appends
env CFLAGS/CXXFLAGS last, restoring optimization for all native deps.
2026-07-16 08:14:08 -05:00
iamdoubz 32e0d3c8d9 test(bench): raw benchmark CSVs (30-utterance LibriSpeech matrix + W1 non-vulkan rerun) 2026-07-16 00:42:26 -05:00
iamdoubz 21691d3756 docs(bench): parakeet-vs-whisper results — pre-registered criteria evaluated, per-rung recommendation 2026-07-16 00:42:25 -05:00
iamdoubz ca0563039d test(bench): p2-parakeet-dml contender (Parakeet on the iGPU via DirectML EP) 2026-07-15 23:14:47 -05:00
iamdoubz a682ffccdd test(bench): bench-directml feature for DirectML sherpa binaries (P2, never default) 2026-07-15 23:14:42 -05:00
iamdoubz 68632db6ef fix(bench): named Set-Content params — positional+NoNewline silently wrote nothing on PS 5.1 2026-07-15 21:45:46 -05:00
iamdoubz 297c412488 test(bench): sequential matrix runner (6 corpus + 3 live runs) 2026-07-15 21:42:28 -05:00
iamdoubz ad4495f220 test(bench): asr_bench harness — W1-W4 + Parakeet contenders, WER/RTF/CPU-seconds, live-window mode 2026-07-15 21:40:44 -05:00
iamdoubz 4dddcdfe1a test(bench): typeperf CPU/GPU/NPU counter capture script 2026-07-15 21:35:43 -05:00
iamdoubz 965f1adc86 test(bench): parakeet-tdt-0.6b-v2 int8 staging script 2026-07-15 21:35:42 -05:00
iamdoubz 96072a2f75 test(bench): corpus staging script + gitignore for bench-corpus (parakeet bake-off) 2026-07-15 21:35:41 -05:00
iamdoubz 8c8e476cb7 Ignore memory file 2026-07-15 21:16:46 -05:00
iamdoubz 22810df4c1 Delete MEMORY.md 2026-07-15 21:15:06 -05:00
iamdoubz 87fb665e9e Merge pull request 'Feature chore bug 010' (#25) from feature_chore_bug_010 into main
Reviewed-on: #25
2026-07-15 20:42:24 -05:00
iamdoubz 470fe6a7e7 docs(readme): refresh to v0.7.3 — NPU+iGPU split, live 'You' diarization, mic mute, tray, background import, AI-enhance, libpst button; drop stale 'signed installer' claim 2026-07-15 20:39:29 -05:00
iamdoubz 403d652c6d style: cargo fmt sweep (reflow-only; verified rustfmt(HEAD) == worktree per file) 2026-07-15 20:36:48 -05:00
iamdoubz e8a6ddca71 docs(release): v0.7.3 release notes with SHA-256 checksums 2026-07-15 20:35:12 -05:00
iamdoubz c9643cd79b feat(calendar): libpst (readpst) download button in Settings, matching the Import dialog's tool buttons (FR-CAL-1, ADR-0008) 2026-07-15 20:28:19 -05:00
iamdoubz 29bb636cb5 feat(i18n): Settings calendar 'requires readpst' string 2026-07-15 20:28:18 -05:00
iamdoubz 89bd7c3b7e chore: bump version 0.7.3 2026-07-15 20:14:30 -05:00
iamdoubz 4a3f8de679 docs(adr): 0004 update — NPU path is OpenVINO; decoder split to iGPU with KV cache 2026-07-15 19:48:16 -05:00
iamdoubz 7f7de48ecc feat(npu): engine log names the decoder EP alongside the encoder EP 2026-07-15 19:48:15 -05:00
iamdoubz 402ffe4586 feat(npu): KV-cache greedy decode + decoder on the OpenVINO GPU EP (T3.4)
Merged-decoder (use_cache_branch/past_key_values) loop discovered from the
graph at load; step 1 runs the no-cache branch over the prompt, later steps
feed one token + cached KVs (decoder slots refreshed, encoder cross-attn KVs
kept from step 1). Decoder session lands on the Intel iGPU via the OpenVINO
GPU plugin (same staged runtime) with CPU-EP fallback and a
WA_ONNX_DECODER_DEVICE=cpu|gpu override; DirectML backends keep the CPU
decoder. Legacy decoder_model.onnx is removed once the merged graph loads.

Measured (Core Ultra 5 135U, base.en, 19s TTS clip, identical transcripts):
decoder on OpenVINO/GPU infer=1288ms vs CPU-EP infer=6098ms
2026-07-15 19:48:14 -05:00
iamdoubz 177f1f7d90 feat(npu): catalog the merged Whisper decoder (decoder_model_merged.onnx) for KV-cache decode (T3.4) 2026-07-15 19:35:16 -05:00
iamdoubz 21f3d76ed0 Merge pull request 'Feature chore bug 009' (#24) from feature_chore_bug_009 into main
Reviewed-on: #24
2026-07-15 18:13:11 -05:00
iamdoubz 19bd5815c0 chore: bump version 0.7.2 2026-07-15 18:09:07 -05:00
iamdoubz a552ddb1fa fix(ui): action items as two-row cards so the action text is always readable in the narrow pane
Text row (confirm + full-width text + delete) over a wrapping meta row
(owner, due date, reminder). Also void the seekNonce dependency read to
satisfy no-unused-expressions.
2026-07-15 17:41:38 -05:00
iamdoubz de25ac70e7 fix(notes): adopt server-side notes.md changes (speaker rename, reprocess) into the open editor buffer
Also untangles the a11y svelte-ignore comment from its prose so eslint's
no-unused-svelte-ignore stops parsing the explanation as ignore codes.
2026-07-15 17:41:37 -05:00
iamdoubz 28d9b2988a fix(spk): live split attribution + honest model reporting + notes rename rewrite (FR-SPK, T3.4)
- live diarization tick on split recordings now uses attribute_split (mic
  channel = 'You' from the first pass) instead of whole-mix clustering +
  voiceprint matching, which never reliably surfaced 'You' before stop
- attribute_split assigns via diarization::assign_split (channel-total
  overlap) so the user's speech can't be swallowed by a longer far-side span
- stop_recording overlays live user renames over the automatic name map
- rename_speaker/map_speaker_to_participant rewrite notes.md's baked-in
  **Name:** dialogue tags so the Notes pane follows the Speakers pane
- model_used records the ONNX model when the NPU/DirectML engine is routed
  (was reporting the unused ggml model id) + info log naming the encoder EP
2026-07-15 17:41:28 -05:00
iamdoubz f24adc3a59 fix(diarization): channel-total split attribution so mic speech can't be swallowed by a far span (FR-SPK) 2026-07-15 17:33:40 -05:00
iamdoubz 94425d456c docs(release): v0.7.1 release notes with SHA-256 checksums 2026-07-15 14:44:01 -05:00
iamdoubz 49cdbd6a54 chore: bump version 0.7.1 2026-07-15 14:38:31 -05:00
iamdoubz b4d72622da docs(data): close_to_tray setting in settings.json schema 2026-07-15 14:02:22 -05:00
iamdoubz c1ccdce497 docs(api): toggle_microphone_mute command + recording://mic event 2026-07-15 14:02:21 -05:00
iamdoubz a319dd9e97 feat(i18n): mute + close-to-tray strings 2026-07-15 14:01:43 -05:00
iamdoubz 6a01afbba6 feat(settings): default close_to_tray in settings store 2026-07-15 14:01:42 -05:00
iamdoubz 8c6a0ea25c feat(settings): close-to-tray toggle in Settings 2026-07-15 14:01:41 -05:00
iamdoubz 4a000f07a2 feat(app): M-key + mic mute button in recording controls 2026-07-15 14:01:40 -05:00
iamdoubz 0e2a3bb110 feat(recording): micMuted state + toggleMute synced to recording://mic 2026-07-15 13:59:04 -05:00
iamdoubz 95b3d34713 feat(api): toggleMicrophoneMute + recording://mic event + close_to_tray setting 2026-07-15 13:58:18 -05:00
iamdoubz 588354f488 fix(tray): remove duplicate trayIcon from config — one tray icon only 2026-07-15 13:57:38 -05:00
iamdoubz ee08f2bc88 feat(app): single tray with Show/Quit menu, close-to-tray, register mute cmd 2026-07-15 13:57:37 -05:00
iamdoubz a71c17965f feat(recording): toggle_microphone_mute command + recording://mic event 2026-07-15 13:57:36 -05:00
iamdoubz 3c73ec1cd4 feat(settings): close_to_tray setting (default on) 2026-07-15 13:57:35 -05:00
iamdoubz 8f805b8ef5 feat(audio): live mic mute — zero mic samples via CaptureHandle.set_muted (FR-CAP-7) 2026-07-15 13:57:33 -05:00
iamdoubz f83234bde1 docs(api): document import_media (model, background) + import://progress event 2026-07-15 13:46:50 -05:00
iamdoubz d4b1578478 feat(i18n): transcript.transcribed_with label 2026-07-15 13:46:01 -05:00
iamdoubz 185e4ec803 feat(import): show import tracker + 'transcribed with' model in meeting view 2026-07-15 13:46:00 -05:00
iamdoubz 30f4a4d3ec feat(import): init imports store for live progress tracking 2026-07-15 13:45:59 -05:00
iamdoubz 86c3587d19 feat(i18n): import model/tracker/phase strings; background import copy 2026-07-15 13:44:00 -05:00
iamdoubz d736b78ecb feat(import): model selector + ffmpeg/yt-dlp download links in add-meeting dialog 2026-07-15 13:43:26 -05:00
iamdoubz 98f6fcdc16 feat(import): ImportTracker Domino's-style 4-step progress component 2026-07-15 13:42:19 -05:00
iamdoubz 683838bef1 feat(import): imports store tracking per-meeting import phase progress 2026-07-15 13:41:08 -05:00
iamdoubz c63cabaf88 feat(import): api model param + import://progress event and types 2026-07-15 13:39:55 -05:00
iamdoubz fe355f034d feat(import): run import in background with per-phase progress + model override 2026-07-15 13:39:13 -05:00
iamdoubz e0e9377273 feat(storage): set_meeting_status for background import status transitions 2026-07-15 13:35:06 -05:00
iamdoubz a95eafe952 docs(api): enhance_notes, monitor_audio_level, stress_test_hardware + events 2026-07-15 09:50:17 -05:00
iamdoubz 5b9e0ed1f7 feat(app): register enhance_notes, monitor_audio_level, stress_test_hardware 2026-07-15 09:50:16 -05:00
iamdoubz 6c343c4204 feat(hardware): enhance_notes, monitor_audio_level, stress_test_hardware commands 2026-07-15 09:50:15 -05:00
iamdoubz 7d16c864e8 feat(ui): i18n for notes editor, vault, and hardware test/stress 2026-07-15 09:50:13 -05:00
iamdoubz e461d4eb22 feat(ui): enhanceNotes/monitorAudioLevel/stressTestHardware bindings + events + types 2026-07-15 09:50:12 -05:00
iamdoubz b14728e1c8 feat(ui): vault lock card, audio device test meter, quick hardware stress test 2026-07-15 09:50:00 -05:00
iamdoubz b7e6f54d91 feat(ui): header reshuffle — actions far-left, template beside them, drop wordmark 2026-07-15 09:49:58 -05:00
iamdoubz cf919f1499 fix(notes): refresh notes pane after re-transcribe; add AI-enhance + slash/toolbar
Re-sync the editor buffer after reprocess (was stale until restart). Adds a
Granola-style AI-enhance button (grounded in transcript, one-step undo), H3/
numbered/quote/divider toolbar buttons, and slash commands.
2026-07-15 09:49:57 -05:00
iamdoubz c616e0bfec Merge pull request 'Chores customize install' (#23) from chores_customize_install into main
Reviewed-on: #23
2026-07-14 21:40:02 -05:00
iamdoubz ecbe3e464c docs(release): v0.7.0 release notes with SHA-256 checksums 2026-07-14 20:01:04 -05:00
iamdoubz 7f6c0fac81 chore: bump version 0.7.0 2026-07-14 19:53:03 -05:00
iamdoubz 6fa9916f7e docs(readme): opt-in startup, install scope, enterprise deployment pointer 2026-07-14 16:27:02 -05:00
iamdoubz d78a426a7e docs(api): set_auto_start command 2026-07-14 16:27:01 -05:00
iamdoubz 1b36df020a docs(data-model): auto_start setting + wa-defaults.ini first-run seeding 2026-07-14 16:27:00 -05:00
iamdoubz 4af008da0f docs(deploy): enterprise deployment guide (wa-defaults.ini, install flags) 2026-07-14 16:26:59 -05:00
iamdoubz 223dc5f34b docs(adr): ADR-0012 launch-at-login & enterprise deployment defaults 2026-07-14 16:26:58 -05:00
iamdoubz 27773a03e5 feat(ui): i18n for launch-at-login and hardware refresh 2026-07-14 16:24:28 -05:00
iamdoubz 203e7b1bf6 feat(ui): launch-at-login toggle + refresh-hardware button 2026-07-14 16:24:27 -05:00
iamdoubz a6e1728346 feat(ui): setAutoStart store action + auto_start default 2026-07-14 16:24:26 -05:00
iamdoubz 26808970df feat(ui): setAutoStart binding + auto_start in AppSettings 2026-07-14 16:24:25 -05:00
iamdoubz 4a63b38ee0 chore(bundle): include wa-defaults.ini in the Vulkan release resources 2026-07-14 16:21:43 -05:00
iamdoubz 5d6563231c chore(bundle): bundle wa-defaults.ini + NSIS installMode both (per-user/all-users) 2026-07-14 16:21:42 -05:00
iamdoubz 2edd0382d3 feat(deploy): ship commented wa-defaults.ini template (no-op until edited) 2026-07-14 16:21:41 -05:00
iamdoubz 1530bca976 feat(app): register autostart plugin, first-run deploy seed, auto_start reconcile 2026-07-14 16:21:35 -05:00
iamdoubz 55c5143de0 feat(deploy): first-run wa-defaults.ini settings seeding
Reads an admin-supplied .ini once before settings.json exists; coerces
values onto typed Settings via serde; drops secret-looking keys.
2026-07-14 16:21:34 -05:00
iamdoubz 47071b5861 feat(app): set_auto_start command + default_settings/save_settings visibility 2026-07-14 16:21:33 -05:00
iamdoubz ded5e00750 feat(app): add auto_start setting (opt-in, default off, NFR-RES-4) 2026-07-14 16:21:26 -05:00
iamdoubz 2fa3ea6824 feat(app): add tauri-plugin-autostart dependency
Pulls in the official launch-at-login plugin (per-user HKCU\Run, no admin).
Regenerated ACL/schema manifests reflect the new plugin.
2026-07-14 16:21:25 -05:00
iamdoubz 14300fccee Remove temp changelog files 2026-07-14 15:54:41 -05:00
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
102 changed files with 22349 additions and 1699 deletions
+14
View File
@@ -0,0 +1,14 @@
# Fix: whisper.cpp (whisper-rs-sys) is configured by the cmake crate, which on
# MSVC *without an explicit generator* overwrites CMAKE_C_FLAGS_RELEASE with
# unoptimized flags (it also strips any -O*/O* flag from CFLAGS, so env
# optimization flags can't survive). Result: ggml's CPU kernels compiled at
# /Od — CPU-only transcription ran ~40x slower than real time (bench finding
# W1, docs/benchmarks/2026-07-parakeet-vs-whisper.md). With a generator set,
# cmake-rs skips that override (`if generator.is_none() && msvc` in
# cmake-0.1.58) and CMake's default Release flags (/O2 /Ob2 /DNDEBUG) apply.
# Ninja ships with VS Build Tools; builds already require vcvars64 (which puts
# it on PATH). NDEBUG kept explicitly so C deps never build with asserts on.
[env]
CMAKE_GENERATOR = "Ninja"
CFLAGS = "/DNDEBUG"
CXXFLAGS = "/DNDEBUG"
+4
View File
@@ -46,3 +46,7 @@ packaging/npu-runtime/*.zip
# --features vulkan build (bundled into the installer); a redistributable blob,
# not committed.
src-tauri/vulkan-1.dll
MEMORY.md
# ASR bench corpus (test_parakeet branch): LibriSpeech-derived WAVs + refs,
# staged by scripts/bench/fetch-corpus.ps1 — audio never enters the repo.
bench-corpus/
+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
@@ -1,543 +0,0 @@
# 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.*
+123 -53
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,37 +11,46 @@ 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.2.0).** Capture (system audio **+ your microphone**),
> transcription (CPU / Intel NPU / Vulkan GPU), speaker diarization, storage + crash recovery,
> local-LLM summaries, AI tags, opt-in recording with **in-app playback**, at-rest encryption,
> and self-hosted sync are implemented and ship as a single signed **MSI + NSIS** universal
> installer. Outlook `.pst`/calendar context (recurring-event import + filtering) is landing;
> the coding-agent (MCP) handoff is in progress. Build order and remaining tasks are in
> [`docs/05-roadmap.md`](docs/05-roadmap.md).
> **Status: working application (v0.7.3).** Capture (system audio **+ your microphone**, with a
> live **dual level meter** and an **M-key mic mute**), transcription (CPU / Intel NPU / Vulkan
> GPU) with a **fluid live transcript**, speaker diarization that labels **You** live from your
> own mic channel, storage + crash recovery, local-LLM summaries, AI tags, **AI-enhanced notes**,
> opt-in recording with **in-app playback**, at-rest encryption, self-hosted sync, **Outlook
> `.pst`/calendar import with optional auto-record**, **background import of an existing
> recording from a file or URL** (with a step-by-step progress tracker), **close-to-tray**, and a
> loopback **MCP server** for coding-agent handoff are all implemented and ship as a single
> **MSI + NSIS** universal installer. On Intel Core Ultra machines, transcription runs with the
> **CPU near-idle**: Whisper's encoder on the **NPU**, its decoder on the **iGPU**. Build order
> and remaining tasks are in [`docs/05-roadmap.md`](docs/05-roadmap.md).
## Why WhispAssist — Granola vs Meetily vs WhispAssist
| | **Granola** | **Meetily** | **WhispAssist** |
|---|---|---|---|
| **Positioning** | Cloud AI notepad | Open-source self-hosted assistant | Local, Windows-native assistant |
| **Platform** | macOS, Windows | macOS, Windows, Linux | Windows 10/11 |
| **Bot-free system-audio capture** | ✅ | ✅ | ✅ WASAPI loopback |
| **Transcription** | ☁️ cloud | ✅ local (Whisper) | ✅ local (whisper.cpp) |
| **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 |
| **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 |
| **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 |
| **License** | Proprietary | Open source (MIT) | Open source (MIT / Apache-2.0) |
| **Cost** | Subscription | Free | Free |
| | **Granola** | **Meetily** | **WhispAssist** |
| ---------------------------------------------- | ----------------------------------------------- | --------------------------------- | ----------------------------------------------------------- |
| **Positioning** | Cloud AI notepad | Open-source self-hosted assistant | Local, Windows-native assistant |
| **Platform** | macOS, Windows | macOS, Windows, Linux | Windows 10/11 |
| **Bot-free system-audio capture** | ✅ | ✅ | ✅ WASAPI loopback |
| **Transcription** | ☁️ cloud | ✅ local (Whisper) | ✅ local (whisper.cpp) |
| **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` 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) 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
@@ -46,19 +59,36 @@ 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.2.0)
## What's built (v0.7.3)
- **Bot-free capture — now both sides** — 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. 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** — 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 and mic mute** — 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, and the **M key (or the mic button) mutes/unmutes your mic
mid-meeting**. 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. On NPU machines the engine
**splits Whisper across accelerators — encoder on the NPU, KV-cache decoder on the Intel iGPU —
so transcription leaves the CPU near-idle**. 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 that knows who _you_ are** — `sherpa-onnx` (pyannote segmentation +
speaker-embedding clustering), fully offline. Install the two diarization models in
**Settings ▸ Hardware** and recordings are split by speaker (You, Speaker 2, …). With the mic
enabled, your voice is recorded on its **own channel**, so your lines are labelled **You** live
— from the first pass, not just after the meeting — and attributed by per-channel voice
activity rather than clustering guesswork. Renaming a speaker updates the transcript **and the
generated notes**.
- **Import an existing recording — in the background, with a progress tracker** — add a meeting
from a **local audio/video file or a URL** (YouTube, a streaming page, or a direct media link);
it transcribes quietly in the background behind a four-step tracker (_Transcode → Transcribe →
Identify speakers → Finalize_) while you keep working. Uses **`ffmpeg`** (and **`yt-dlp`** for
URLs), which you install yourself — neither is bundled, and one-click download buttons are in
the Import dialog.
- **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.).
@@ -70,8 +100,10 @@ coding-agent handoff.
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.
- **Notes, summaries & AI tags** — Markdown notes with an **Editor/Preview** toggle, a formatting
toolbar, and **slash commands** (`/todo`, `/h1`, `/quote`, …); **AI-enhance** turns rough notes
into clean structured Markdown via your local LLM (with one-step Undo); 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,
@@ -80,12 +112,33 @@ coding-agent handoff.
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).
- **One universal installer** — a single signed MSI and NSIS `-setup.exe` that covers every
machine: Vulkan for all GPUs, the Intel NPU path, and CPU fallback. The Vulkan loader is bundled
so it launches even on machines without a GPU driver.
- **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). The import shells out to `readpst`
(libpst) — **Settings ▸ Calendar** has a one-click download button for it.
- **Close to tray** — closing the window keeps WhispAssist running in the background; reopen it
from the tray icon, quit fully from the tray menu. On by default, toggleable in
**Settings ▸ Recording**.
- **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 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. Every release ships **SHA-256
checksums** in its release notes.
**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,22 +149,39 @@ during setup).
1. Download the latest **`WhispAssist_<version>_x64_en-US.msi`** from the
[releases page](https://git.dou.bet/iamdoubz/WhispAssist/releases).
2. Double-click the `.msi` and follow the prompts, accepting the UAC prompt to install. The
installer is signed; if Windows SmartScreen appears, choose **More info → Run anyway**.
installers are currently unsigned, so if Windows SmartScreen appears, choose
**More info → Run anyway** (verify the download against the SHA-256 checksums in the release
notes first).
3. Launch **WhispAssist** from the Start menu.
On first run WA detects your hardware and picks the best transcription backend
(**NPU → NVIDIA → AMD → Intel → CPU**). It works on your **CPU or GPU** (GPU via Vulkan) out of the
box; to use an Intel **NPU**, open **Settings ▸ Hardware** and download the one-time NPU
acceleration package. The app runs without admin rights, never adds itself to startup, and keeps all
data under `%LOCALAPPDATA%\WhispAssist`.
acceleration package. The app runs without admin rights, does not add itself to startup unless you
opt in (**Settings ▸ Recording ▸ Launch at login**), and keeps all data under
`%LOCALAPPDATA%\WhispAssist`.
Prefer the NSIS installer? Grab **`WhispAssist_<version>_x64-setup.exe`** from the same page.
Prefer the NSIS installer? Grab **`WhispAssist_<version>_x64-setup.exe`** from the same page — it
lets you choose a **current-user** (no admin) or **all-users** install.
**Deploying to many machines?** See [`docs/enterprise-deployment.md`](docs/enterprise-deployment.md)
for silent install, custom install location, and presetting defaults with a `wa-defaults.ini` file.
## Optional dependencies
If you do not have these installed, WhispAssist will still work, but some features will be
unavailable. The app links to each one where it's needed: `ffmpeg`/`yt-dlp` in the Import dialog,
`libpst` in **Settings ▸ Calendar**.
- [yt-dlp](https://github.com/yt-dlp/yt-dlp/releases) — importing from URLs
- [ffmpeg](https://www.ffmpeg.org/download.html#build-windows) — importing files/URLs
- [libpst](https://sourceforge.net/projects/ezwinports/files/libpst-0.6.63-w32-bin.zip/) — Outlook `.pst` calendar import
## Technology
WhispAssist is a **Tauri 2** application: a small Rust core with a compiled **Svelte + TypeScript**
frontend rendered through the OS WebView2 (no bundled browser → low idle memory). Every decision
and its alternatives are recorded in [`docs/adr/`](docs/adr/) (ADR-0001–0011).
and its alternatives are recorded in [`docs/adr/`](docs/adr/) (ADR-0001–0012).
- **Shell / IPC:** Tauri 2 (Rust ⇄ WebView2)
- **Audio capture:** WASAPI loopback
@@ -121,7 +191,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)
@@ -132,7 +202,7 @@ and its alternatives are recorded in [`docs/adr/`](docs/adr/) (ADR-0001–0011).
WhispAssist/
├── docs/ # The engineering plan (read this first)
│ ├── 00-overview.md … 07-research-findings.md
│ └── adr/ Architecture Decision Records (0001–0011)
│ └── adr/ Architecture Decision Records (0001–0012)
├── src-tauri/ # Rust core — implemented service modules:
│ └── src/{audio,transcription,diarization,storage,llm,calendar,
│ hardware,notes,sync,mcp,vault}
+78
View File
@@ -0,0 +1,78 @@
# WhispAssist v0.7.0
**Privacy-first, Windows-native meeting assistant — everything on-device, nothing leaves unless you say so.**
This release is about **control over install and startup** — for a single user and for admins rolling
WhispAssist out across a fleet. You can now launch WhispAssist at login, choose a per-user (no-admin)
or all-users install, preset every default with a deployment file, and re-scan your hardware without
restarting. No feature here changes the privacy posture: 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**.
---
## ✨ New
### Launch at login (opt-in)
A new **Settings ▸ Recording ▸ Launch WhispAssist at login** toggle starts WhispAssist when you sign
in to Windows. It's **off by default**, needs **no admin** (a per-user startup entry), and does **not**
begin recording on its own.
### Choose a per-user or all-users install
The NSIS setup (`WhispAssist_0.7.0_x64-setup.exe`) now lets you install for **just yourself**
(no admin rights required) or for **all users**. The MSI remains the per-machine, all-users installer.
### Customize deployments with a file (`wa-defaults.ini`)
Admins can preset WhispAssist's defaults for every machine using native Windows tooling (Group Policy,
SCCM, Intune, `msiexec`) — no management console. Drop a `wa-defaults.ini` next to the installer or in
`%PROGRAMDATA%\WhispAssist\`, and each machine's **first launch** seeds its settings from it: record-
by-default, preferred backend, a model to auto-download, retention, storage location, AI provider, and
more. You can also set a **custom install location** with standard `msiexec INSTALLDIR=…` / NSIS `/D=`
flags. **Secrets are never read from this file** — API keys and tokens stay in the OS credential store.
Full key reference and silent-install examples in
[`docs/enterprise-deployment.md`](docs/enterprise-deployment.md).
### Refresh hardware
A **Refresh** button in **Settings ▸ Hardware** re-detects your GPU/NPU on the spot — handy after
installing a driver or plugging in an eGPU — no restart needed.
---
## 📦 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.7.0_x64_en-US.msi`** (or the NSIS **`WhispAssist_0.7.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, does **not** add itself to startup unless you opt in, and keeps all data under
`%LOCALAPPDATA%\WhispAssist`.
Deploying to many machines? See [`docs/enterprise-deployment.md`](docs/enterprise-deployment.md).
## 🔐 Checksums (SHA-256)
```
730676580dbef5c4bb2c155f46a73a5791722139ab144a3fc0286e3a4449c432 WhispAssist_0.7.0_x64_en-US.msi
6a34c16eb6f876fc92c7a79d37414b4fdd2c09f4f40873008149db36cd0a30aa WhispAssist_0.7.0_x64-setup.exe
```
Verify after download:
```powershell
Get-FileHash .\WhispAssist_0.7.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 deployment file never carries secrets. The
reachable-host allowlist is derived from your settings and enforced in the core.
+94
View File
@@ -0,0 +1,94 @@
# WhispAssist v0.7.1
**Privacy-first, Windows-native meeting assistant — everything on-device, nothing leaves unless you say so.**
A quality-of-life release focused on **importing meetings, taking notes, and living in the
background**. Adding a meeting from a file or link now runs without freezing the app and shows you
exactly where it's up to; notes gained AI cleanup and quick formatting; and WhispAssist can now mute
your mic mid-meeting and tuck itself into the system tray. No feature here changes the privacy
posture: 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**.
---
## ✨ New
### Add a meeting — now in the background, with a progress tracker
Importing a recording (a local audio/video file or a YouTube/streaming/direct URL) no longer blocks
the app while it works. Click **Import** and the meeting appears in your list immediately with a
**four-step progress tracker** — *Transcode → Transcribe → Identify speakers → Finalize* — where the
current step pulses and finished steps show how long they took. A 25-minute video that used to lock
the window for ~13 minutes now transcribes quietly in the background.
- **Pick the transcription model** right in the dialog, and see **"Transcribed with …"** on the
finished meeting so you always know how it was produced.
- **One-click links** to download `ffmpeg` and `yt-dlp` (still external, not bundled).
- A failed import stays in your list marked **error** instead of vanishing.
### Better notes
- **AI-enhance** (✨): turn rough notes into clean, structured notes using your local LLM, with a
one-step **Undo**. Off unless you have a local model configured.
- **Slash commands & a formatting toolbar**: type `/todo`, `/h1`, `/quote`, … or use the toolbar for
headings, lists, checkboxes, quotes, and dividers.
- **Fix:** notes no longer show stale text after re-transcribing a meeting — the pane updates in
place, no restart needed.
### Mute your microphone — press **M**
Mute/unmute the mic mid-meeting with the **M** key or the new mic button by the level meter. The mic
channel goes silent (recording, live transcript, and meter) while system/loopback audio keeps
capturing.
### Close to system tray
Closing the window now **keeps WhispAssist running in the background** instead of quitting. Reopen it
from the tray icon; the tray's **Quit** exits fully. On by default — toggle it in
**Settings ▸ Recording ▸ Close to system tray**. (This release also fixes a bug that showed **two**
WhispAssist icons in the tray — there's now just one.)
### Privacy & hardware odds and ends
- **Vault lock card** in **Settings ▸ Privacy**: lock/unlock the encrypted store and change its
password at a glance.
- **Test your audio devices**: a live level meter for your mic and system audio, plus a test tone.
- **Quick hardware stress test**: benchmark the available backends against your installed models and
apply the fastest real-time combination.
- Tidier recording header.
---
## 📦 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 — the Import dialog now links to both.
1. Download **`WhispAssist_0.7.1_x64_en-US.msi`** (or the NSIS **`WhispAssist_0.7.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, does **not** add itself to startup unless you opt in, and keeps all data under
`%LOCALAPPDATA%\WhispAssist`.
Deploying to many machines? See [`docs/enterprise-deployment.md`](docs/enterprise-deployment.md).
## 🔐 Checksums (SHA-256)
```
bd96a059db3658a9bee81161edc709cfc4741ed99d6c66a12194403b339f9369 WhispAssist_0.7.1_x64_en-US.msi
711fa7df618c8fc3f03c18d543abad2288d56f750b532288204e0ec0f9426595 WhispAssist_0.7.1_x64-setup.exe
```
Verify after download:
```powershell
Get-FileHash .\WhispAssist_0.7.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 deployment file never carries secrets. The
reachable-host allowlist is derived from your settings and enforced in the core.
+94
View File
@@ -0,0 +1,94 @@
# WhispAssist v0.7.3
**Privacy-first, Windows-native meeting assistant — everything on-device, nothing leaves unless you say so.**
A performance release: on Intel Core Ultra machines, transcription now leaves the **CPU nearly
idle**. The Whisper encoder keeps running on the **NPU**; the decoder — previously the dominant
CPU cost — now decodes with a **KV cache** and runs on the **Intel iGPU**. Nothing here changes
the privacy posture: the one new download is the upgraded transcription model, fetched from the
same source as before.
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**.
---
## ⚡ Faster, cooler transcription on NPU systems
### KV-cache decoding
The NPU engine previously re-processed the entire token sequence for every new token it
generated. It now uses the upgraded *merged* Whisper decoder and caches attention state between
steps, so each step does a small, constant amount of work. This benefits **every** machine using
the NPU/DirectML engine, whatever device the decoder runs on.
### Decoder on the Intel iGPU
On NPU systems the decoder now runs on the **Intel iGPU** via the same OpenVINO runtime already
installed for the NPU — no new runtime download. Division of labor while transcribing:
- **Encoder** → NPU (the short periodic spikes on Task Manager's NPU graph)
- **Decoder** → Intel iGPU
- **CPU** → audio plumbing only
Measured on a Core Ultra 5 135U (base.en): decoding on the iGPU ran **~4.7× faster** than the
same KV-cache decode on the CPU (1.29 s vs 6.10 s for a 19 s clip), with identical transcripts —
and that work no longer occupies the CPU at all.
**Fallbacks:** no usable Intel iGPU → the decoder automatically drops back to the CPU (still
with the KV-cache speedup), and the log says so. Machines with an NVIDIA/AMD GPU can keep using
the Vulkan backend (Settings ▸ Hardware), which runs the whole model on that GPU. The startup
log names both devices: `transcription engine: ONNX base.en (encoder EP: OpenVINO/NPU, decoder
EP: OpenVINO/GPU)`.
### Model update (automatic, one-time)
The engine's decoder artifact changed to the merged export (`decoder_model_merged.onnx`,
~208 MB, same trusted source). WhispAssist fetches it automatically in the background on first
launch after updating; until it arrives, transcription simply uses the whisper.cpp engine, as on
a fresh install. The superseded decoder file is cleaned up automatically.
---
## ✨ Small addition
**Settings ▸ Calendar** now has a one-click **libpst (readpst)** download button — the same style
as the Import dialog's `ffmpeg`/`yt-dlp` buttons — linking to the ezwinports Windows build.
`.pst` calendar import shells out to `readpst`, which isn't bundled; the button just opens the
download page in your browser.
---
## 📦 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 — the Import dialog links to both.
1. Download **`WhispAssist_0.7.3_x64_en-US.msi`** (or the NSIS **`WhispAssist_0.7.3_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, does **not** add itself to startup unless you opt in, and keeps all data under
`%LOCALAPPDATA%\WhispAssist`.
Deploying to many machines? See [`docs/enterprise-deployment.md`](docs/enterprise-deployment.md).
## 🔐 Checksums (SHA-256)
```
91a32a17addc31fbc00f38966d52402ca0c5e9e7a581a0431c383ca5a60532bd WhispAssist_0.7.3_x64_en-US.msi
764b758544b075b5aefe9dde37b04e4966df528912fb884ed1be5bd57905ecdb WhispAssist_0.7.3_x64-setup.exe
```
Verify after download:
```powershell
Get-FileHash .\WhispAssist_0.7.3_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 deployment file never carries secrets. The
reachable-host allowlist is derived from your settings and enforced in the core.
+78
View File
@@ -0,0 +1,78 @@
# WhispAssist v0.7.4
**Privacy-first, Windows-native meeting assistant — everything on-device, nothing leaves unless you say so.**
A small, focused performance release for **CPU transcription**. If WhispAssist runs the Whisper
engine on your CPU — either because your machine has no usable GPU/NPU, or because you selected
the CPU backend — this update takes it from far-slower-than-real-time to comfortably real-time.
Machines on the NPU or GPU backends are unaffected in behavior and simply pick up a
better-optimized build. Nothing here changes the privacy posture; there are no new downloads.
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**.
---
## ⚡ CPU transcription fixed (up to ~90× faster on hybrid Intel CPUs)
Whisper-on-CPU previously spawned one worker thread per logical CPU. On modern hybrid Intel
processors (P-cores + E-cores + low-power E-cores) the workers synchronize in lock-step, so the
two slow low-power cores stalled *every* step while the remaining threads burned CPU waiting —
transcription ran ~20× slower than real time while looking like it was using the whole machine.
WhispAssist now caps Whisper's CPU decode at **4 threads** (the whisper.cpp upstream default).
Measured on a Core Ultra 5 135U over a 4-minute test corpus, same accuracy:
| | before | after |
|---|---|---|
| Speed vs real time | 20× **slower** | **4.6× faster** (RTF 0.218) |
| CPU cost per second of audio | 232.6 cpu-sec | 0.83 cpu-sec |
Live (streaming) transcription shares this code path and benefits equally. If you want to
experiment, the `WA_WHISPER_THREADS` environment variable overrides the cap.
## 🔧 Native code now built fully optimized
A build-toolchain issue caused the bundled native libraries (including whisper.cpp's CPU
kernels) to be compiled **without compiler optimization**. That's fixed; this release ships
optimized native code across the board. (For CPU transcription the thread fix above is the
dominant win; this one is belt-and-suspenders for everything else.)
---
## 📦 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 — the Import dialog links to both.
1. Download **`WhispAssist_0.7.4_x64_en-US.msi`** (or the NSIS **`WhispAssist_0.7.4_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, does **not** add itself to startup unless you opt in, and keeps all data under
`%LOCALAPPDATA%\WhispAssist`.
Deploying to many machines? See [`docs/enterprise-deployment.md`](docs/enterprise-deployment.md).
## 🔐 Checksums (SHA-256)
```
5c4e6d6b23a4b404c6fa200b6491e74f143c3a886042dc3bef3c2861168ef17c WhispAssist_0.7.4_x64_en-US.msi
eb2ececff06373e9cbb43ee6455c433c1b88785e9060b68ef7bed193191d9761 WhispAssist_0.7.4_x64-setup.exe
```
Verify after download:
```powershell
Get-FileHash .\WhispAssist_0.7.4_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 deployment file never carries secrets. The
reachable-host allowlist is derived from your settings and enforced in the core.
+4
View File
@@ -0,0 +1,4 @@
contender,file,audio_secs,load_ms,wall_ms,cpu_ms,wer_errors,ref_words,hypothesis
w2-vulkan-base,bank_deposits,61.85,324,1398,765,135,4,"Bank deposits are not securities and are not covered by the securities investor protection corporation. Funds used to purchase or sweep to a bank deposit are SIPC protected until deposited to a program bank at which time funds may be eligible for FDIC insurance. Customers are responsible for monitoring their total deposits at each program bank to determine the extent of available FDIC insurance. Refer to the bank deposit details section which appears later in this statement for information on the banks holding your deposits. If your account was established on the last business day of the month, your statement will not include a bank deposit detailed section. The interest rate below is the interest rate effective for cash balances and your FDIC insured bank deposit suite on the last day of the statement period."
w4-npu-onnx,bank_deposits,61.85,5709,3396,2938,137,4,"Bank deposits are not securities and are not covered by the Securities Investor Protection Corporation. Funds used to purchase or sweep to a bank deposit or SIPC protected until deposited to a program bank at which time funds may be eligible for FDIC insurance. Customers are responsible for monitoring their total deposits at each program bank to determine the extent of available FDIC insurance. Refer to the Bank Deposit D-Tales section, which appears later in this statement for information on the banks holding your deposits. If your account was established on the last business day of the month, your statement will not include a Bank Deposit D-Tales section. The interest rate below is the interest rate effective for cash balances in your FDIC insured bank deposit suite on the last day of the state. period."
p1-parakeet-t4,bank_deposits,61.85,5244,3570,14047,135,4," Bank deposits are not securities and are not covered by the Securities Investor Protection Corporation. Funds used to purchase or sweep to a bank deposit are SIPC protected until deposited to a program bank at which time funds may be eligible for FDIC insurance. Customers are responsible for monitoring their total deposits at each program bank to determine the extent of available FDIC insurance. Refer to the bank deposit details section, which appears later in this statement, for information on the banks holding your deposits. If your account was established on the last business day of the month, your statement will not include a bank deposit detail section. The interest rate below is the interest rate effective for cash balances in your FDIC insured bank deposit suite on the last day of the statement period."
1 contender file audio_secs load_ms wall_ms cpu_ms wer_errors ref_words hypothesis
2 w2-vulkan-base bank_deposits 61.85 324 1398 765 135 4 Bank deposits are not securities and are not covered by the securities investor protection corporation. Funds used to purchase or sweep to a bank deposit are SIPC protected until deposited to a program bank at which time funds may be eligible for FDIC insurance. Customers are responsible for monitoring their total deposits at each program bank to determine the extent of available FDIC insurance. Refer to the bank deposit details section which appears later in this statement for information on the banks holding your deposits. If your account was established on the last business day of the month, your statement will not include a bank deposit detailed section. The interest rate below is the interest rate effective for cash balances and your FDIC insured bank deposit suite on the last day of the statement period.
3 w4-npu-onnx bank_deposits 61.85 5709 3396 2938 137 4 Bank deposits are not securities and are not covered by the Securities Investor Protection Corporation. Funds used to purchase or sweep to a bank deposit or SIPC protected until deposited to a program bank at which time funds may be eligible for FDIC insurance. Customers are responsible for monitoring their total deposits at each program bank to determine the extent of available FDIC insurance. Refer to the Bank Deposit D-Tales section, which appears later in this statement for information on the banks holding your deposits. If your account was established on the last business day of the month, your statement will not include a Bank Deposit D-Tales section. The interest rate below is the interest rate effective for cash balances in your FDIC insured bank deposit suite on the last day of the state. period.
4 p1-parakeet-t4 bank_deposits 61.85 5244 3570 14047 135 4 Bank deposits are not securities and are not covered by the Securities Investor Protection Corporation. Funds used to purchase or sweep to a bank deposit are SIPC protected until deposited to a program bank at which time funds may be eligible for FDIC insurance. Customers are responsible for monitoring their total deposits at each program bank to determine the extent of available FDIC insurance. Refer to the bank deposit details section, which appears later in this statement, for information on the banks holding your deposits. If your account was established on the last business day of the month, your statement will not include a bank deposit detail section. The interest rate below is the interest rate effective for cash balances in your FDIC insured bank deposit suite on the last day of the statement period.
+31
View File
@@ -0,0 +1,31 @@
contender,file,audio_secs,load_ms,wall_ms,cpu_ms,wer_errors,ref_words,hypothesis
w1-cpu-base,1089-134686-0000,10.44,163,2606,8219,1,28,"He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fatten sauce."
w1-cpu-base,1089-134686-0001,3.27,163,2111,7469,1,8,"Stuff it into you, his belly counseled him."
w1-cpu-base,1089-134686-0002,6.62,163,2067,7360,0,18,"After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels."
w1-cpu-base,1089-134686-0003,2.68,163,1844,6999,0,7,"Hello Bertie, any good in your mind?"
w1-cpu-base,1089-134686-0004,5.22,163,1941,7250,1,11,"Number 10. Fresh Nelly is waiting on you. Good night husband."
w1-cpu-base,1089-134686-0005,9.63,163,1778,6719,0,22,"The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless pale for weariness."
w1-cpu-base,1089-134686-0006,10.55,163,1860,7000,2,24,"The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail."
w1-cpu-base,1089-134686-0007,4.28,163,1659,6500,0,8,"A cold, lucid indifference reigned in his soul."
w1-cpu-base,1089-134686-0008,6.73,163,1727,6594,1,15,"The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself."
w1-cpu-base,1089-134686-0009,10.57,163,1779,6890,0,27,"At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace."
w1-cpu-base,1089-134686-0010,4.41,163,1673,6547,0,14,"""Well now, Ennis, I declare you have a head and so has my stick."""
w1-cpu-base,1089-134686-0011,12.45,163,1835,7000,2,39,"On Saturday mornings when the so dallity met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses."
w1-cpu-base,1089-134686-0012,11.64,163,1713,6312,0,28,"Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her."
w1-cpu-base,1089-134686-0013,7.92,163,1684,6423,1,25,"If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night."
w1-cpu-base,1089-134686-0014,2.23,163,1573,6155,0,8,"He tried to think how it could be."
w1-cpu-base,1089-134686-0015,5.82,163,1615,6298,0,14,"but the dusk deepening in the schoolroom covered over his thoughts. The bell rang."
w1-cpu-base,1089-134686-0016,3.54,163,1568,6125,1,10,"Then you can ask him questions on the Catechism Daedalus."
w1-cpu-base,1089-134686-0017,8.87,163,1640,6359,0,24,"Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,"
w1-cpu-base,1089-134686-0018,15.72,163,1697,6641,0,41,"It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation."
w1-cpu-base,1089-134686-0019,13.89,163,1713,6593,1,39,"The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state."
w1-cpu-base,1089-134686-0020,16.79,163,1806,6922,0,50,"If a man had stolen a pound in his youth and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune."
w1-cpu-base,1089-134686-0021,6.55,163,1689,6656,1,17,"If a layman in giving baptism poor the water before saying the words is the child baptized."
w1-cpu-base,1089-134686-0022,11.18,163,1651,6470,2,32,"How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?"
w1-cpu-base,1089-134686-0023,13.28,163,1706,6734,0,36,"Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?"
w1-cpu-base,1089-134686-0024,11.65,163,1757,6829,0,30,"If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?"
w1-cpu-base,1089-134686-0025,6.61,163,1618,6280,0,18,"A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question."
w1-cpu-base,1089-134686-0026,4.01,163,1591,6110,0,13,"The rector did not ask for a catechism to hear the lesson from."
w1-cpu-base,1089-134686-0027,2.71,163,1549,5937,0,9,"He clasped his hands on the desk and said,"
w1-cpu-base,1089-134686-0028,7.83,163,1602,6204,2,18,"The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier, whose feast day is Saturday."
w1-cpu-base,1089-134686-0029,4.67,163,1601,6280,0,11,"On Friday, confession will be heard all the afternoon after beads."
1 contender file audio_secs load_ms wall_ms cpu_ms wer_errors ref_words hypothesis
2 w1-cpu-base 1089-134686-0000 10.44 163 2606 8219 1 28 He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fatten sauce.
3 w1-cpu-base 1089-134686-0001 3.27 163 2111 7469 1 8 Stuff it into you, his belly counseled him.
4 w1-cpu-base 1089-134686-0002 6.62 163 2067 7360 0 18 After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels.
5 w1-cpu-base 1089-134686-0003 2.68 163 1844 6999 0 7 Hello Bertie, any good in your mind?
6 w1-cpu-base 1089-134686-0004 5.22 163 1941 7250 1 11 Number 10. Fresh Nelly is waiting on you. Good night husband.
7 w1-cpu-base 1089-134686-0005 9.63 163 1778 6719 0 22 The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless pale for weariness.
8 w1-cpu-base 1089-134686-0006 10.55 163 1860 7000 2 24 The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail.
9 w1-cpu-base 1089-134686-0007 4.28 163 1659 6500 0 8 A cold, lucid indifference reigned in his soul.
10 w1-cpu-base 1089-134686-0008 6.73 163 1727 6594 1 15 The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself.
11 w1-cpu-base 1089-134686-0009 10.57 163 1779 6890 0 27 At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace.
12 w1-cpu-base 1089-134686-0010 4.41 163 1673 6547 0 14 "Well now, Ennis, I declare you have a head and so has my stick."
13 w1-cpu-base 1089-134686-0011 12.45 163 1835 7000 2 39 On Saturday mornings when the so dallity met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses.
14 w1-cpu-base 1089-134686-0012 11.64 163 1713 6312 0 28 Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her.
15 w1-cpu-base 1089-134686-0013 7.92 163 1684 6423 1 25 If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night.
16 w1-cpu-base 1089-134686-0014 2.23 163 1573 6155 0 8 He tried to think how it could be.
17 w1-cpu-base 1089-134686-0015 5.82 163 1615 6298 0 14 but the dusk deepening in the schoolroom covered over his thoughts. The bell rang.
18 w1-cpu-base 1089-134686-0016 3.54 163 1568 6125 1 10 Then you can ask him questions on the Catechism Daedalus.
19 w1-cpu-base 1089-134686-0017 8.87 163 1640 6359 0 24 Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,
20 w1-cpu-base 1089-134686-0018 15.72 163 1697 6641 0 41 It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation.
21 w1-cpu-base 1089-134686-0019 13.89 163 1713 6593 1 39 The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state.
22 w1-cpu-base 1089-134686-0020 16.79 163 1806 6922 0 50 If a man had stolen a pound in his youth and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune.
23 w1-cpu-base 1089-134686-0021 6.55 163 1689 6656 1 17 If a layman in giving baptism poor the water before saying the words is the child baptized.
24 w1-cpu-base 1089-134686-0022 11.18 163 1651 6470 2 32 How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?
25 w1-cpu-base 1089-134686-0023 13.28 163 1706 6734 0 36 Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?
26 w1-cpu-base 1089-134686-0024 11.65 163 1757 6829 0 30 If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?
27 w1-cpu-base 1089-134686-0025 6.61 163 1618 6280 0 18 A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question.
28 w1-cpu-base 1089-134686-0026 4.01 163 1591 6110 0 13 The rector did not ask for a catechism to hear the lesson from.
29 w1-cpu-base 1089-134686-0027 2.71 163 1549 5937 0 9 He clasped his hands on the desk and said,
30 w1-cpu-base 1089-134686-0028 7.83 163 1602 6204 2 18 The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier, whose feast day is Saturday.
31 w1-cpu-base 1089-134686-0029 4.67 163 1601 6280 0 11 On Friday, confession will be heard all the afternoon after beads.
+31
View File
@@ -0,0 +1,31 @@
contender,file,audio_secs,load_ms,wall_ms,cpu_ms,wer_errors,ref_words,hypothesis
w1-cpu-base,1089-134686-0000,10.44,112,216077,2510125,1,28,"He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fatten sauce."
w1-cpu-base,1089-134686-0001,3.27,112,82717,961829,1,8,"Stuff it into you, his belly counseled him."
w1-cpu-base,1089-134686-0002,6.62,112,148497,1736531,0,18,"After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels."
w1-cpu-base,1089-134686-0003,2.68,112,77434,887500,0,7,"Hello Bertie, any good in your mind?"
w1-cpu-base,1089-134686-0004,5.22,112,99168,1158844,1,11,"Number 10. Fresh Nelly is waiting on you. Good night husband."
w1-cpu-base,1089-134686-0005,9.63,112,167320,1939858,0,22,"The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless pale for weariness."
w1-cpu-base,1089-134686-0006,10.55,112,175803,2025703,2,24,"The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail."
w1-cpu-base,1089-134686-0007,4.28,112,81833,956001,0,8,"A cold, lucid indifference reigned in his soul."
w1-cpu-base,1089-134686-0008,6.73,112,116962,1353344,1,15,"The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself."
w1-cpu-base,1089-134686-0009,10.57,112,194254,2274906,0,27,"At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace."
w1-cpu-base,1089-134686-0010,4.41,112,116123,1357843,0,14,"""Well now, Ennis, I declare you have a head and so has my stick."""
w1-cpu-base,1089-134686-0011,12.45,112,266344,3091765,2,39,"On Saturday mornings when the so dallity met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses."
w1-cpu-base,1089-134686-0012,11.64,112,216072,2501111,0,28,"Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her."
w1-cpu-base,1089-134686-0013,7.92,112,169507,1978264,1,25,"If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night."
w1-cpu-base,1089-134686-0014,2.23,112,70139,820125,0,8,"He tried to think how it could be."
w1-cpu-base,1089-134686-0015,5.82,112,120268,1383735,0,14,"but the dusk deepening in the schoolroom covered over his thoughts. The bell rang."
w1-cpu-base,1089-134686-0016,3.54,112,108330,1241142,1,10,"Then you can ask him questions on the Catechism Daedalus."
w1-cpu-base,1089-134686-0017,8.87,112,194063,2182906,0,24,"Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,"
w1-cpu-base,1089-134686-0018,15.72,112,305117,3388062,0,41,"It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation."
w1-cpu-base,1089-134686-0019,13.89,112,280828,3258859,1,39,"The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state."
w1-cpu-base,1089-134686-0020,16.79,112,341186,3965438,0,50,"If a man had stolen a pound in his youth and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune."
w1-cpu-base,1089-134686-0021,6.55,112,121607,1409156,1,17,"If a layman in giving baptism poor the water before saying the words is the child baptized."
w1-cpu-base,1089-134686-0022,11.18,112,227716,2617797,2,32,"How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?"
w1-cpu-base,1089-134686-0023,13.28,112,242491,2812172,0,36,"Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?"
w1-cpu-base,1089-134686-0024,11.65,112,195153,2262469,0,30,"If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?"
w1-cpu-base,1089-134686-0025,6.61,112,124006,1425344,0,18,"A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question."
w1-cpu-base,1089-134686-0026,4.01,112,111022,1272891,0,13,"The rector did not ask for a catechism to hear the lesson from."
w1-cpu-base,1089-134686-0027,2.71,112,70567,820750,0,9,"He clasped his hands on the desk and said,"
w1-cpu-base,1089-134686-0028,7.83,112,139096,1612905,2,18,"The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier, whose feast day is Saturday."
w1-cpu-base,1089-134686-0029,4.67,112,87495,1024704,0,11,"On Friday, confession will be heard all the afternoon after beads."
1 contender file audio_secs load_ms wall_ms cpu_ms wer_errors ref_words hypothesis
2 w1-cpu-base 1089-134686-0000 10.44 112 216077 2510125 1 28 He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fatten sauce.
3 w1-cpu-base 1089-134686-0001 3.27 112 82717 961829 1 8 Stuff it into you, his belly counseled him.
4 w1-cpu-base 1089-134686-0002 6.62 112 148497 1736531 0 18 After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels.
5 w1-cpu-base 1089-134686-0003 2.68 112 77434 887500 0 7 Hello Bertie, any good in your mind?
6 w1-cpu-base 1089-134686-0004 5.22 112 99168 1158844 1 11 Number 10. Fresh Nelly is waiting on you. Good night husband.
7 w1-cpu-base 1089-134686-0005 9.63 112 167320 1939858 0 22 The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless pale for weariness.
8 w1-cpu-base 1089-134686-0006 10.55 112 175803 2025703 2 24 The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail.
9 w1-cpu-base 1089-134686-0007 4.28 112 81833 956001 0 8 A cold, lucid indifference reigned in his soul.
10 w1-cpu-base 1089-134686-0008 6.73 112 116962 1353344 1 15 The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself.
11 w1-cpu-base 1089-134686-0009 10.57 112 194254 2274906 0 27 At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace.
12 w1-cpu-base 1089-134686-0010 4.41 112 116123 1357843 0 14 "Well now, Ennis, I declare you have a head and so has my stick."
13 w1-cpu-base 1089-134686-0011 12.45 112 266344 3091765 2 39 On Saturday mornings when the so dallity met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses.
14 w1-cpu-base 1089-134686-0012 11.64 112 216072 2501111 0 28 Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her.
15 w1-cpu-base 1089-134686-0013 7.92 112 169507 1978264 1 25 If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night.
16 w1-cpu-base 1089-134686-0014 2.23 112 70139 820125 0 8 He tried to think how it could be.
17 w1-cpu-base 1089-134686-0015 5.82 112 120268 1383735 0 14 but the dusk deepening in the schoolroom covered over his thoughts. The bell rang.
18 w1-cpu-base 1089-134686-0016 3.54 112 108330 1241142 1 10 Then you can ask him questions on the Catechism Daedalus.
19 w1-cpu-base 1089-134686-0017 8.87 112 194063 2182906 0 24 Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,
20 w1-cpu-base 1089-134686-0018 15.72 112 305117 3388062 0 41 It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation.
21 w1-cpu-base 1089-134686-0019 13.89 112 280828 3258859 1 39 The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state.
22 w1-cpu-base 1089-134686-0020 16.79 112 341186 3965438 0 50 If a man had stolen a pound in his youth and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune.
23 w1-cpu-base 1089-134686-0021 6.55 112 121607 1409156 1 17 If a layman in giving baptism poor the water before saying the words is the child baptized.
24 w1-cpu-base 1089-134686-0022 11.18 112 227716 2617797 2 32 How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?
25 w1-cpu-base 1089-134686-0023 13.28 112 242491 2812172 0 36 Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?
26 w1-cpu-base 1089-134686-0024 11.65 112 195153 2262469 0 30 If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?
27 w1-cpu-base 1089-134686-0025 6.61 112 124006 1425344 0 18 A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question.
28 w1-cpu-base 1089-134686-0026 4.01 112 111022 1272891 0 13 The rector did not ask for a catechism to hear the lesson from.
29 w1-cpu-base 1089-134686-0027 2.71 112 70567 820750 0 9 He clasped his hands on the desk and said,
30 w1-cpu-base 1089-134686-0028 7.83 112 139096 1612905 2 18 The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier, whose feast day is Saturday.
31 w1-cpu-base 1089-134686-0029 4.67 112 87495 1024704 0 11 On Friday, confession will be heard all the afternoon after beads.
+181
View File
@@ -0,0 +1,181 @@
contender,file,audio_secs,load_ms,wall_ms,cpu_ms,wer_errors,ref_words,hypothesis
w1-cpu-base,1089-134686-0000,10.44,188,235064,2608516,1,28,"He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fatten sauce."
w1-cpu-base,1089-134686-0001,3.27,188,82564,917655,1,8,"Stuff it into you, his belly counseled him."
w1-cpu-base,1089-134686-0002,6.62,188,141113,1583500,0,18,"After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels."
w1-cpu-base,1089-134686-0003,2.68,188,73065,818720,0,7,"Hello Bertie, any good in your mind?"
w1-cpu-base,1089-134686-0004,5.22,188,109834,1145937,1,11,"Number 10. Fresh Nelly is waiting on you. Good night husband."
w1-cpu-base,1089-134686-0005,9.63,188,191016,2067515,0,22,"The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless pale for weariness."
w1-cpu-base,1089-134686-0006,10.55,188,229757,2240907,2,24,"The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail."
w1-cpu-base,1089-134686-0007,4.28,188,90484,890719,0,8,"A cold, lucid indifference reigned in his soul."
w1-cpu-base,1089-134686-0008,6.73,188,149468,1484047,1,15,"The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself."
w1-cpu-base,1089-134686-0009,10.57,188,245502,2490203,0,27,"At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace."
w1-cpu-base,1089-134686-0010,4.41,188,138481,1458718,0,14,"""Well now, Ennis, I declare you have a head and so has my stick."""
w1-cpu-base,1089-134686-0011,12.45,188,297210,3179094,2,39,"On Saturday mornings when the so dallity met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses."
w1-cpu-base,1089-134686-0012,11.64,188,213355,2401078,0,28,"Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her."
w1-cpu-base,1089-134686-0013,7.92,188,178175,2032875,1,25,"If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night."
w1-cpu-base,1089-134686-0014,2.23,188,66047,748750,0,8,"He tried to think how it could be."
w1-cpu-base,1089-134686-0015,5.82,188,110044,1269406,0,14,"but the dusk deepening in the schoolroom covered over his thoughts. The bell rang."
w1-cpu-base,1089-134686-0016,3.54,188,88080,1015922,1,10,"Then you can ask him questions on the Catechism Daedalus."
w1-cpu-base,1089-134686-0017,8.87,188,195530,2211422,0,24,"Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,"
w1-cpu-base,1089-134686-0018,15.72,188,264086,3047875,0,41,"It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation."
w1-cpu-base,1089-134686-0019,13.89,188,253612,2945906,1,39,"The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state."
w1-cpu-base,1089-134686-0020,16.79,188,329473,3803813,0,50,"If a man had stolen a pound in his youth and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune."
w1-cpu-base,1089-134686-0021,6.55,188,103520,1196969,1,17,"If a layman in giving baptism poor the water before saying the words is the child baptized."
w1-cpu-base,1089-134686-0022,11.18,188,225421,2617859,2,32,"How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?"
w1-cpu-base,1089-134686-0023,13.28,188,239276,2776860,0,36,"Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?"
w1-cpu-base,1089-134686-0024,11.65,188,185962,2162656,0,30,"If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?"
w1-cpu-base,1089-134686-0025,6.61,188,113562,1311750,0,18,"A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question."
w1-cpu-base,1089-134686-0026,4.01,188,102779,1173296,0,13,"The rector did not ask for a catechism to hear the lesson from."
w1-cpu-base,1089-134686-0027,2.71,188,69835,812876,0,9,"He clasped his hands on the desk and said,"
w1-cpu-base,1089-134686-0028,7.83,188,129944,1503437,2,18,"The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier, whose feast day is Saturday."
w1-cpu-base,1089-134686-0029,4.67,188,86115,1006610,0,11,"On Friday, confession will be heard all the afternoon after beads."
w2-vulkan-base,1089-134686-0000,10.44,248,1388,1375,2,28,"He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered flower-faton sauce."
w2-vulkan-base,1089-134686-0001,3.27,248,491,172,1,8,"Stuff it into you, his belly counseled him."
w2-vulkan-base,1089-134686-0002,6.62,248,771,297,0,18,"After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels."
w2-vulkan-base,1089-134686-0003,2.68,248,546,140,0,7,"Hello Bertie, any good in your mind?"
w2-vulkan-base,1089-134686-0004,5.22,248,371,219,1,11,"Number 10. Fresh Nelly is waiting on you. Good night husband."
w2-vulkan-base,1089-134686-0005,9.63,248,535,375,0,22,"The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless pale for weariness."
w2-vulkan-base,1089-134686-0006,10.55,248,316,141,2,24,"The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail."
w2-vulkan-base,1089-134686-0007,4.28,248,261,125,0,8,"A cold, lucid indifference reigned in his soul."
w2-vulkan-base,1089-134686-0008,6.73,248,423,202,1,15,"The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself."
w2-vulkan-base,1089-134686-0009,10.57,248,525,219,0,27,"At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace."
w2-vulkan-base,1089-134686-0010,4.41,248,268,78,0,14,"""Well now, Ennis, I declare you have a head and so has my stick."""
w2-vulkan-base,1089-134686-0011,12.45,248,390,234,2,39,"On Saturday mornings when the so-dality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses."
w2-vulkan-base,1089-134686-0012,11.64,248,761,375,0,28,"Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her."
w2-vulkan-base,1089-134686-0013,7.92,248,771,344,1,25,"If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night."
w2-vulkan-base,1089-134686-0014,2.23,248,377,126,0,8,"He tried to think how it could be."
w2-vulkan-base,1089-134686-0015,5.82,248,419,108,0,14,"but the dusk deepening in the schoolroom covered over his thoughts. The bell rang."
w2-vulkan-base,1089-134686-0016,3.54,248,252,78,1,10,"Then you can ask him questions on the Catechism Daedalus."
w2-vulkan-base,1089-134686-0017,8.87,248,320,157,0,24,"Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,"
w2-vulkan-base,1089-134686-0018,15.72,248,454,157,0,41,"It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation."
w2-vulkan-base,1089-134686-0019,13.89,248,756,468,1,39,"The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state."
w2-vulkan-base,1089-134686-0020,16.79,248,540,172,0,50,"If a man had stolen a pound in his youth and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune."
w2-vulkan-base,1089-134686-0021,6.55,248,664,234,1,17,"If a layman in giving baptism poor the water before saying the words is the child baptized."
w2-vulkan-base,1089-134686-0022,11.18,248,926,391,2,32,"How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?"
w2-vulkan-base,1089-134686-0023,13.28,248,849,344,0,36,"Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?"
w2-vulkan-base,1089-134686-0024,11.65,248,883,327,0,30,"If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?"
w2-vulkan-base,1089-134686-0025,6.61,248,629,234,0,18,"A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question."
w2-vulkan-base,1089-134686-0026,4.01,248,649,236,0,13,"The rector did not ask for a catechism to hear the lesson from."
w2-vulkan-base,1089-134686-0027,2.71,248,603,186,0,9,"He clasped his hands on the desk and said,"
w2-vulkan-base,1089-134686-0028,7.83,248,590,204,2,18,"The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier, whose feast day is Saturday."
w2-vulkan-base,1089-134686-0029,4.67,248,553,172,0,11,"On Friday, confession will be heard all the afternoon after beads."
w3-vulkan-medium,1089-134686-0000,10.44,724,5211,2187,0,28,"He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick peppered flour-fattened sauce."
w3-vulkan-medium,1089-134686-0001,3.27,724,2691,625,1,8,"""Stuff it into you,"" his belly counseled him."
w3-vulkan-medium,1089-134686-0002,6.62,724,3736,813,0,18,"After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels."
w3-vulkan-medium,1089-134686-0003,2.68,724,1895,484,0,7,"Hello Bertie, any good in your mind?"
w3-vulkan-medium,1089-134686-0004,5.22,724,2074,578,1,11,"Number ten! Fresh Nellie is waiting on you. Good night, husband."
w3-vulkan-medium,1089-134686-0005,9.63,724,2304,656,0,22,"The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless, pale for weariness."
w3-vulkan-medium,1089-134686-0006,10.55,724,2267,641,0,24,"The dull light fell more faintly upon the page whereon another equation began to unfold itself slowly and to spread abroad its widening tail."
w3-vulkan-medium,1089-134686-0007,4.28,724,1917,500,0,8,"A cold lucid indifference reigned in his soul."
w3-vulkan-medium,1089-134686-0008,6.73,724,2074,516,1,15,"The chaos in which his ardor extinguished itself was a cold indifferent knowledge of himself."
w3-vulkan-medium,1089-134686-0009,10.57,724,2433,640,0,27,"At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace."
w3-vulkan-medium,1089-134686-0010,4.41,724,2078,594,0,14,"""Well now, Ennis, I declare you have a head and so has my stick."""
w3-vulkan-medium,1089-134686-0011,12.45,724,2687,735,0,39,"On Saturday mornings when the Sodality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses."
w3-vulkan-medium,1089-134686-0012,11.64,724,2495,718,0,28,"Her eyes seemed to regard him with mild pity; her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her."
w3-vulkan-medium,1089-134686-0013,7.92,724,2318,673,0,25,"If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her knight."
w3-vulkan-medium,1089-134686-0014,2.23,724,1847,453,0,8,"He tried to think how it could be."
w3-vulkan-medium,1089-134686-0015,5.82,724,2144,468,0,14,"but the dusk, deepening in the schoolroom, covered over his thoughts. The bell rang."
w3-vulkan-medium,1089-134686-0016,3.54,724,2009,657,1,10,"Then you can ask him questions on the catechism, Daedalus."
w3-vulkan-medium,1089-134686-0017,8.87,724,2558,874,7,24,"Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Harren checked from time to time by saying, ""I'm not going to do it."""
w3-vulkan-medium,1089-134686-0018,15.72,724,2722,876,0,41,"It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the Church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation."
w3-vulkan-medium,1089-134686-0019,13.89,724,2754,735,1,39,"The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state."
w3-vulkan-medium,1089-134686-0020,16.79,724,3047,1265,0,50,"If a man had stolen a pound in his youth, and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune?"
w3-vulkan-medium,1089-134686-0021,6.55,724,2168,547,0,17,"If a layman, in giving baptism, pour the water before saying the words, ""Is the child baptized?"""
w3-vulkan-medium,1089-134686-0022,11.18,724,2522,687,0,32,"How comes it that while the first beatitude promises the kingdom of heaven to the poor of heart, the second beatitude promises also to the meek that they shall possess the land?"
w3-vulkan-medium,1089-134686-0023,13.28,724,2674,812,0,36,"""Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present body and blood, soul and divinity, in the bread alone and in the wine alone?"""
w3-vulkan-medium,1089-134686-0024,11.65,724,2397,735,0,30,"If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?"
w3-vulkan-medium,1089-134686-0025,6.61,724,2080,578,0,18,"A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question."
w3-vulkan-medium,1089-134686-0026,4.01,724,2033,578,0,13,"The rector did not ask for a catechism to hear the lesson from."
w3-vulkan-medium,1089-134686-0027,2.71,724,2145,515,7,9,"He clasped his hands on the desk and said, ""I'm not going to go to bed."""
w3-vulkan-medium,1089-134686-0028,7.83,724,2140,516,2,18,"The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier whose feast day is Saturday."
w3-vulkan-medium,1089-134686-0029,4.67,724,1954,672,0,11,"On Friday, confession will be heard all the afternoon after beads."
w4-npu-onnx,1089-134686-0000,10.44,4723,975,1062,2,28,"He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered flower-faten sauce."
w4-npu-onnx,1089-134686-0001,3.27,4723,286,189,3,8,"Stuffered into you, his belly counseled him."
w4-npu-onnx,1089-134686-0002,6.62,4723,409,328,0,18,"After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels."
w4-npu-onnx,1089-134686-0003,2.68,4723,262,172,0,7,"Hello Bertie, any good in your mind?"
w4-npu-onnx,1089-134686-0004,5.22,4723,356,265,1,11,"Number 10. Fresh Nelly is waiting on you. Good night, husband."
w4-npu-onnx,1089-134686-0005,9.63,4723,475,422,0,22,"The music came nearer, and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless, pale for weariness."
w4-npu-onnx,1089-134686-0006,10.55,4723,471,390,2,24,"The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail."
w4-npu-onnx,1089-134686-0007,4.28,4723,261,188,0,8,"A cold, lucid indifference reigned in his soul."
w4-npu-onnx,1089-134686-0008,6.73,4723,354,297,1,15,"The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself."
w4-npu-onnx,1089-134686-0009,10.57,4723,524,469,0,27,"At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace."
w4-npu-onnx,1089-134686-0010,4.41,4723,372,296,0,14,"""Well now, Ennis, I declare you have a head, and so has my stick."""
w4-npu-onnx,1089-134686-0011,12.45,4723,682,626,2,39,"On Saturday mornings, when the so-dality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses."
w4-npu-onnx,1089-134686-0012,11.64,4723,558,468,0,28,"Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her."
w4-npu-onnx,1089-134686-0013,7.92,4723,461,376,1,25,"If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night."
w4-npu-onnx,1089-134686-0014,2.23,4723,242,156,0,8,"He tried to think how it could be."
w4-npu-onnx,1089-134686-0015,5.82,4723,339,282,0,14,"but the dusk deepening in the schoolroom covered over his thoughts. The bell rang."
w4-npu-onnx,1089-134686-0016,3.54,4723,338,249,1,10,"Then you can ask him questions on the Catechism Daedalus."
w4-npu-onnx,1089-134686-0017,8.87,4723,491,438,0,24,"Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,"
w4-npu-onnx,1089-134686-0018,15.72,4723,717,624,0,41,"It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation."
w4-npu-onnx,1089-134686-0019,13.89,4723,711,626,1,39,"The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state."
w4-npu-onnx,1089-134686-0020,16.79,4723,869,796,1,50,"If a man had stolen a pound in his youth, and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, were the pound together with the compound interest accruing upon it, or all his huge fortune."
w4-npu-onnx,1089-134686-0021,6.55,4723,368,281,1,17,"If a layman in giving baptism poor the water before saying the words is the child baptized,"
w4-npu-onnx,1089-134686-0022,11.18,4723,593,531,2,32,"How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?"
w4-npu-onnx,1089-134686-0023,13.28,4723,636,547,0,36,"Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?"
w4-npu-onnx,1089-134686-0024,11.65,4723,567,469,0,30,"If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?"
w4-npu-onnx,1089-134686-0025,6.61,4723,371,312,0,18,"A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question."
w4-npu-onnx,1089-134686-0026,4.01,4723,338,266,0,13,"The rector did not ask for a catechism to hear the lesson from."
w4-npu-onnx,1089-134686-0027,2.71,4723,269,203,0,9,"He clasped his hands on the desk and said,"
w4-npu-onnx,1089-134686-0028,7.83,4723,371,298,2,18,"The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier whose feast day is Saturday."
w4-npu-onnx,1089-134686-0029,4.67,4723,296,233,0,11,"On Friday, confession will be heard all the afternoon after beads."
p1-parakeet-t8,1089-134686-0000,10.44,4576,494,4234,0,28," He hoped there would be stew for dinner turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour fattened sauce."
p1-parakeet-t8,1089-134686-0001,3.27,4576,185,1719,0,8," Stuff it into you, his belly counselled him."
p1-parakeet-t8,1089-134686-0002,6.62,4576,332,2797,0,18," After early nightfall the yellow lamps would light up, here and there, the squalid quarter of the brothels."
p1-parakeet-t8,1089-134686-0003,2.68,4576,164,1344,0,7," Hello, Bertie. Any good in your mind?"
p1-parakeet-t8,1089-134686-0004,5.22,4576,229,1844,0,11," Number ten Fresh Nelly is waiting on you. Good night, husband."
p1-parakeet-t8,1089-134686-0005,9.63,4576,379,3172,0,22," The music came nearer and he recalled the words the words of Shelley's fragment upon the moon wandering companionless, pale for weariness."
p1-parakeet-t8,1089-134686-0006,10.55,4576,401,3499,0,24," The dull light fell more faintly upon the page, whereon another equation began to unfold itself slowly and to spread abroad its widening tail."
p1-parakeet-t8,1089-134686-0007,4.28,4576,265,2454,0,8," A cold, lucid indifference reigned in his soul."
p1-parakeet-t8,1089-134686-0008,6.73,4576,336,2875,0,15," The chaos in which his ardour extinguished itself was a cold, indifferent knowledge of himself,"
p1-parakeet-t8,1089-134686-0009,10.57,4576,431,3578,0,27," At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace."
p1-parakeet-t8,1089-134686-0010,4.41,4576,309,2891,0,14," Well now, Ennis, I declare you have a head, and so has my stick"
p1-parakeet-t8,1089-134686-0011,12.45,4576,599,5406,0,39," On Saturday mornings when the sodality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses."
p1-parakeet-t8,1089-134686-0012,11.64,4576,512,4172,0,28," Her eyes seemed to regard him with mild pity her holiness, a strange light glowing faintly upon her frail flesh did not humiliate the sinner who approached her."
p1-parakeet-t8,1089-134686-0013,7.92,4576,318,2671,0,25," If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her knight."
p1-parakeet-t8,1089-134686-0014,2.23,4576,112,860,0,8," He tried to think how it could be"
p1-parakeet-t8,1089-134686-0015,5.82,4576,268,2250,0,14," but the dusk, deepening in the schoolroom, covered over his thoughts. The bell rang"
p1-parakeet-t8,1089-134686-0016,3.54,4576,223,2015,1,10," Then you can ask him questions on the Catechism, Daedalus."
p1-parakeet-t8,1089-134686-0017,8.87,4576,317,2562,0,24," Stephen leaning back and drawing idly on his scribbler, listened to the talk about him, which Heron checked from time to time by saying"
p1-parakeet-t8,1089-134686-0018,15.72,4576,738,6234,0,41," It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the Church, and penetrating into obscure silences only to hear and feel the more deeply his own condemnation."
p1-parakeet-t8,1089-134686-0019,13.89,4576,705,5515,0,39," The sentence of Saint James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state."
p1-parakeet-t8,1089-134686-0020,16.79,4576,764,6156,0,50," If a man had stolen a pound in his youth, and had used that pound to amass a huge fortune, how much was he obliged to give back the pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune?"
p1-parakeet-t8,1089-134686-0021,6.55,4576,308,2437,0,17," If a layman, in giving baptism, pour the water before saying the words, is the child baptized?"
p1-parakeet-t8,1089-134686-0022,11.18,4576,566,4797,0,32," How comes it that while the first Beatitude promises the kingdom of heaven to the poor of heart, the second Beatitude promises also to the meek that they shall possess the land?"
p1-parakeet-t8,1089-134686-0023,13.28,4576,567,4922,0,36," Why was the sacrament of the Eucharist instituted under the two species of bread and wine, if Jesus Christ be present body and blood, soul and divinity, in the bread alone, and in the wine alone?"
p1-parakeet-t8,1089-134686-0024,11.65,4576,458,3719,0,30," If the wine change into vinegar, and the host crumble into corruption, after they have been consecrated, is Jesus Christ still present under their species as God and as man?"
p1-parakeet-t8,1089-134686-0025,6.61,4576,308,2640,0,18," A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question."
p1-parakeet-t8,1089-134686-0026,4.01,4576,238,2406,0,13," The rector did not ask for a catechism to hear the lesson from"
p1-parakeet-t8,1089-134686-0027,2.71,4576,162,1391,0,9," He clasped his hands on the desk and said"
p1-parakeet-t8,1089-134686-0028,7.83,4576,407,3437,1,18," The retreat will begin on Wednesday afternoon in honour of Saint Xavier, whose feast day is Saturday."
p1-parakeet-t8,1089-134686-0029,4.67,4576,209,1798,1,11," On Friday confession will be heard all the afternoon after Bedes."
p1-parakeet-t4,1089-134686-0000,10.44,4552,509,2203,0,28," He hoped there would be stew for dinner turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour fattened sauce."
p1-parakeet-t4,1089-134686-0001,3.27,4552,175,968,0,8," Stuff it into you, his belly counselled him."
p1-parakeet-t4,1089-134686-0002,6.62,4552,347,1640,0,18," After early nightfall the yellow lamps would light up, here and there, the squalid quarter of the brothels."
p1-parakeet-t4,1089-134686-0003,2.68,4552,159,829,0,7," Hello, Bertie. Any good in your mind?"
p1-parakeet-t4,1089-134686-0004,5.22,4552,247,1187,0,11," Number ten Fresh Nelly is waiting on you. Good night, husband."
p1-parakeet-t4,1089-134686-0005,9.63,4552,446,2140,0,22," The music came nearer and he recalled the words the words of Shelley's fragment upon the moon wandering companionless, pale for weariness."
p1-parakeet-t4,1089-134686-0006,10.55,4552,465,2172,0,24," The dull light fell more faintly upon the page, whereon another equation began to unfold itself slowly and to spread abroad its widening tail."
p1-parakeet-t4,1089-134686-0007,4.28,4552,232,1157,0,8," A cold, lucid indifference reigned in his soul."
p1-parakeet-t4,1089-134686-0008,6.73,4552,325,1515,0,15," The chaos in which his ardour extinguished itself was a cold, indifferent knowledge of himself,"
p1-parakeet-t4,1089-134686-0009,10.57,4552,466,2062,0,27," At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace."
p1-parakeet-t4,1089-134686-0010,4.41,4552,210,1140,0,14," Well now, Ennis, I declare you have a head, and so has my stick"
p1-parakeet-t4,1089-134686-0011,12.45,4552,603,2734,0,39," On Saturday mornings when the sodality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses."
p1-parakeet-t4,1089-134686-0012,11.64,4552,532,2422,0,28," Her eyes seemed to regard him with mild pity her holiness, a strange light glowing faintly upon her frail flesh did not humiliate the sinner who approached her."
p1-parakeet-t4,1089-134686-0013,7.92,4552,373,1704,0,25," If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her knight."
p1-parakeet-t4,1089-134686-0014,2.23,4552,133,781,0,8," He tried to think how it could be"
p1-parakeet-t4,1089-134686-0015,5.82,4552,278,1328,0,14," but the dusk, deepening in the schoolroom, covered over his thoughts. The bell rang"
p1-parakeet-t4,1089-134686-0016,3.54,4552,206,1031,1,10," Then you can ask him questions on the Catechism, Daedalus."
p1-parakeet-t4,1089-134686-0017,8.87,4552,448,1984,0,24," Stephen leaning back and drawing idly on his scribbler, listened to the talk about him, which Heron checked from time to time by saying"
p1-parakeet-t4,1089-134686-0018,15.72,4552,764,3359,0,41," It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the Church, and penetrating into obscure silences only to hear and feel the more deeply his own condemnation."
p1-parakeet-t4,1089-134686-0019,13.89,4552,638,2578,0,39," The sentence of Saint James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state."
p1-parakeet-t4,1089-134686-0020,16.79,4552,865,3688,0,50," If a man had stolen a pound in his youth, and had used that pound to amass a huge fortune, how much was he obliged to give back the pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune?"
p1-parakeet-t4,1089-134686-0021,6.55,4552,337,1485,0,17," If a layman, in giving baptism, pour the water before saying the words, is the child baptized?"
p1-parakeet-t4,1089-134686-0022,11.18,4552,514,2296,0,32," How comes it that while the first Beatitude promises the kingdom of heaven to the poor of heart, the second Beatitude promises also to the meek that they shall possess the land?"
p1-parakeet-t4,1089-134686-0023,13.28,4552,609,2688,0,36," Why was the sacrament of the Eucharist instituted under the two species of bread and wine, if Jesus Christ be present body and blood, soul and divinity, in the bread alone, and in the wine alone?"
p1-parakeet-t4,1089-134686-0024,11.65,4552,532,2406,0,30," If the wine change into vinegar, and the host crumble into corruption, after they have been consecrated, is Jesus Christ still present under their species as God and as man?"
p1-parakeet-t4,1089-134686-0025,6.61,4552,360,1734,0,18," A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question."
p1-parakeet-t4,1089-134686-0026,4.01,4552,214,1078,0,13," The rector did not ask for a catechism to hear the lesson from"
p1-parakeet-t4,1089-134686-0027,2.71,4552,153,812,0,9," He clasped his hands on the desk and said"
p1-parakeet-t4,1089-134686-0028,7.83,4552,395,1751,1,18," The retreat will begin on Wednesday afternoon in honour of Saint Xavier, whose feast day is Saturday."
p1-parakeet-t4,1089-134686-0029,4.67,4552,270,1375,1,11," On Friday confession will be heard all the afternoon after Bedes."
1 contender file audio_secs load_ms wall_ms cpu_ms wer_errors ref_words hypothesis
2 w1-cpu-base 1089-134686-0000 10.44 188 235064 2608516 1 28 He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fatten sauce.
3 w1-cpu-base 1089-134686-0001 3.27 188 82564 917655 1 8 Stuff it into you, his belly counseled him.
4 w1-cpu-base 1089-134686-0002 6.62 188 141113 1583500 0 18 After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels.
5 w1-cpu-base 1089-134686-0003 2.68 188 73065 818720 0 7 Hello Bertie, any good in your mind?
6 w1-cpu-base 1089-134686-0004 5.22 188 109834 1145937 1 11 Number 10. Fresh Nelly is waiting on you. Good night husband.
7 w1-cpu-base 1089-134686-0005 9.63 188 191016 2067515 0 22 The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless pale for weariness.
8 w1-cpu-base 1089-134686-0006 10.55 188 229757 2240907 2 24 The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail.
9 w1-cpu-base 1089-134686-0007 4.28 188 90484 890719 0 8 A cold, lucid indifference reigned in his soul.
10 w1-cpu-base 1089-134686-0008 6.73 188 149468 1484047 1 15 The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself.
11 w1-cpu-base 1089-134686-0009 10.57 188 245502 2490203 0 27 At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace.
12 w1-cpu-base 1089-134686-0010 4.41 188 138481 1458718 0 14 "Well now, Ennis, I declare you have a head and so has my stick."
13 w1-cpu-base 1089-134686-0011 12.45 188 297210 3179094 2 39 On Saturday mornings when the so dallity met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses.
14 w1-cpu-base 1089-134686-0012 11.64 188 213355 2401078 0 28 Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her.
15 w1-cpu-base 1089-134686-0013 7.92 188 178175 2032875 1 25 If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night.
16 w1-cpu-base 1089-134686-0014 2.23 188 66047 748750 0 8 He tried to think how it could be.
17 w1-cpu-base 1089-134686-0015 5.82 188 110044 1269406 0 14 but the dusk deepening in the schoolroom covered over his thoughts. The bell rang.
18 w1-cpu-base 1089-134686-0016 3.54 188 88080 1015922 1 10 Then you can ask him questions on the Catechism Daedalus.
19 w1-cpu-base 1089-134686-0017 8.87 188 195530 2211422 0 24 Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,
20 w1-cpu-base 1089-134686-0018 15.72 188 264086 3047875 0 41 It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation.
21 w1-cpu-base 1089-134686-0019 13.89 188 253612 2945906 1 39 The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state.
22 w1-cpu-base 1089-134686-0020 16.79 188 329473 3803813 0 50 If a man had stolen a pound in his youth and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune.
23 w1-cpu-base 1089-134686-0021 6.55 188 103520 1196969 1 17 If a layman in giving baptism poor the water before saying the words is the child baptized.
24 w1-cpu-base 1089-134686-0022 11.18 188 225421 2617859 2 32 How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?
25 w1-cpu-base 1089-134686-0023 13.28 188 239276 2776860 0 36 Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?
26 w1-cpu-base 1089-134686-0024 11.65 188 185962 2162656 0 30 If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?
27 w1-cpu-base 1089-134686-0025 6.61 188 113562 1311750 0 18 A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question.
28 w1-cpu-base 1089-134686-0026 4.01 188 102779 1173296 0 13 The rector did not ask for a catechism to hear the lesson from.
29 w1-cpu-base 1089-134686-0027 2.71 188 69835 812876 0 9 He clasped his hands on the desk and said,
30 w1-cpu-base 1089-134686-0028 7.83 188 129944 1503437 2 18 The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier, whose feast day is Saturday.
31 w1-cpu-base 1089-134686-0029 4.67 188 86115 1006610 0 11 On Friday, confession will be heard all the afternoon after beads.
32 w2-vulkan-base 1089-134686-0000 10.44 248 1388 1375 2 28 He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered flower-faton sauce.
33 w2-vulkan-base 1089-134686-0001 3.27 248 491 172 1 8 Stuff it into you, his belly counseled him.
34 w2-vulkan-base 1089-134686-0002 6.62 248 771 297 0 18 After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels.
35 w2-vulkan-base 1089-134686-0003 2.68 248 546 140 0 7 Hello Bertie, any good in your mind?
36 w2-vulkan-base 1089-134686-0004 5.22 248 371 219 1 11 Number 10. Fresh Nelly is waiting on you. Good night husband.
37 w2-vulkan-base 1089-134686-0005 9.63 248 535 375 0 22 The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless pale for weariness.
38 w2-vulkan-base 1089-134686-0006 10.55 248 316 141 2 24 The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail.
39 w2-vulkan-base 1089-134686-0007 4.28 248 261 125 0 8 A cold, lucid indifference reigned in his soul.
40 w2-vulkan-base 1089-134686-0008 6.73 248 423 202 1 15 The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself.
41 w2-vulkan-base 1089-134686-0009 10.57 248 525 219 0 27 At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace.
42 w2-vulkan-base 1089-134686-0010 4.41 248 268 78 0 14 "Well now, Ennis, I declare you have a head and so has my stick."
43 w2-vulkan-base 1089-134686-0011 12.45 248 390 234 2 39 On Saturday mornings when the so-dality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses.
44 w2-vulkan-base 1089-134686-0012 11.64 248 761 375 0 28 Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her.
45 w2-vulkan-base 1089-134686-0013 7.92 248 771 344 1 25 If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night.
46 w2-vulkan-base 1089-134686-0014 2.23 248 377 126 0 8 He tried to think how it could be.
47 w2-vulkan-base 1089-134686-0015 5.82 248 419 108 0 14 but the dusk deepening in the schoolroom covered over his thoughts. The bell rang.
48 w2-vulkan-base 1089-134686-0016 3.54 248 252 78 1 10 Then you can ask him questions on the Catechism Daedalus.
49 w2-vulkan-base 1089-134686-0017 8.87 248 320 157 0 24 Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,
50 w2-vulkan-base 1089-134686-0018 15.72 248 454 157 0 41 It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation.
51 w2-vulkan-base 1089-134686-0019 13.89 248 756 468 1 39 The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state.
52 w2-vulkan-base 1089-134686-0020 16.79 248 540 172 0 50 If a man had stolen a pound in his youth and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune.
53 w2-vulkan-base 1089-134686-0021 6.55 248 664 234 1 17 If a layman in giving baptism poor the water before saying the words is the child baptized.
54 w2-vulkan-base 1089-134686-0022 11.18 248 926 391 2 32 How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?
55 w2-vulkan-base 1089-134686-0023 13.28 248 849 344 0 36 Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?
56 w2-vulkan-base 1089-134686-0024 11.65 248 883 327 0 30 If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?
57 w2-vulkan-base 1089-134686-0025 6.61 248 629 234 0 18 A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question.
58 w2-vulkan-base 1089-134686-0026 4.01 248 649 236 0 13 The rector did not ask for a catechism to hear the lesson from.
59 w2-vulkan-base 1089-134686-0027 2.71 248 603 186 0 9 He clasped his hands on the desk and said,
60 w2-vulkan-base 1089-134686-0028 7.83 248 590 204 2 18 The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier, whose feast day is Saturday.
61 w2-vulkan-base 1089-134686-0029 4.67 248 553 172 0 11 On Friday, confession will be heard all the afternoon after beads.
62 w3-vulkan-medium 1089-134686-0000 10.44 724 5211 2187 0 28 He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick peppered flour-fattened sauce.
63 w3-vulkan-medium 1089-134686-0001 3.27 724 2691 625 1 8 "Stuff it into you," his belly counseled him.
64 w3-vulkan-medium 1089-134686-0002 6.62 724 3736 813 0 18 After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels.
65 w3-vulkan-medium 1089-134686-0003 2.68 724 1895 484 0 7 Hello Bertie, any good in your mind?
66 w3-vulkan-medium 1089-134686-0004 5.22 724 2074 578 1 11 Number ten! Fresh Nellie is waiting on you. Good night, husband.
67 w3-vulkan-medium 1089-134686-0005 9.63 724 2304 656 0 22 The music came nearer and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless, pale for weariness.
68 w3-vulkan-medium 1089-134686-0006 10.55 724 2267 641 0 24 The dull light fell more faintly upon the page whereon another equation began to unfold itself slowly and to spread abroad its widening tail.
69 w3-vulkan-medium 1089-134686-0007 4.28 724 1917 500 0 8 A cold lucid indifference reigned in his soul.
70 w3-vulkan-medium 1089-134686-0008 6.73 724 2074 516 1 15 The chaos in which his ardor extinguished itself was a cold indifferent knowledge of himself.
71 w3-vulkan-medium 1089-134686-0009 10.57 724 2433 640 0 27 At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace.
72 w3-vulkan-medium 1089-134686-0010 4.41 724 2078 594 0 14 "Well now, Ennis, I declare you have a head and so has my stick."
73 w3-vulkan-medium 1089-134686-0011 12.45 724 2687 735 0 39 On Saturday mornings when the Sodality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses.
74 w3-vulkan-medium 1089-134686-0012 11.64 724 2495 718 0 28 Her eyes seemed to regard him with mild pity; her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her.
75 w3-vulkan-medium 1089-134686-0013 7.92 724 2318 673 0 25 If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her knight.
76 w3-vulkan-medium 1089-134686-0014 2.23 724 1847 453 0 8 He tried to think how it could be.
77 w3-vulkan-medium 1089-134686-0015 5.82 724 2144 468 0 14 but the dusk, deepening in the schoolroom, covered over his thoughts. The bell rang.
78 w3-vulkan-medium 1089-134686-0016 3.54 724 2009 657 1 10 Then you can ask him questions on the catechism, Daedalus.
79 w3-vulkan-medium 1089-134686-0017 8.87 724 2558 874 7 24 Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Harren checked from time to time by saying, "I'm not going to do it."
80 w3-vulkan-medium 1089-134686-0018 15.72 724 2722 876 0 41 It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the Church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation.
81 w3-vulkan-medium 1089-134686-0019 13.89 724 2754 735 1 39 The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state.
82 w3-vulkan-medium 1089-134686-0020 16.79 724 3047 1265 0 50 If a man had stolen a pound in his youth, and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune?
83 w3-vulkan-medium 1089-134686-0021 6.55 724 2168 547 0 17 If a layman, in giving baptism, pour the water before saying the words, "Is the child baptized?"
84 w3-vulkan-medium 1089-134686-0022 11.18 724 2522 687 0 32 How comes it that while the first beatitude promises the kingdom of heaven to the poor of heart, the second beatitude promises also to the meek that they shall possess the land?
85 w3-vulkan-medium 1089-134686-0023 13.28 724 2674 812 0 36 "Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present body and blood, soul and divinity, in the bread alone and in the wine alone?"
86 w3-vulkan-medium 1089-134686-0024 11.65 724 2397 735 0 30 If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?
87 w3-vulkan-medium 1089-134686-0025 6.61 724 2080 578 0 18 A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question.
88 w3-vulkan-medium 1089-134686-0026 4.01 724 2033 578 0 13 The rector did not ask for a catechism to hear the lesson from.
89 w3-vulkan-medium 1089-134686-0027 2.71 724 2145 515 7 9 He clasped his hands on the desk and said, "I'm not going to go to bed."
90 w3-vulkan-medium 1089-134686-0028 7.83 724 2140 516 2 18 The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier whose feast day is Saturday.
91 w3-vulkan-medium 1089-134686-0029 4.67 724 1954 672 0 11 On Friday, confession will be heard all the afternoon after beads.
92 w4-npu-onnx 1089-134686-0000 10.44 4723 975 1062 2 28 He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered flower-faten sauce.
93 w4-npu-onnx 1089-134686-0001 3.27 4723 286 189 3 8 Stuffered into you, his belly counseled him.
94 w4-npu-onnx 1089-134686-0002 6.62 4723 409 328 0 18 After early nightfall the yellow lamps would light up here and there the squalid quarter of the brothels.
95 w4-npu-onnx 1089-134686-0003 2.68 4723 262 172 0 7 Hello Bertie, any good in your mind?
96 w4-npu-onnx 1089-134686-0004 5.22 4723 356 265 1 11 Number 10. Fresh Nelly is waiting on you. Good night, husband.
97 w4-npu-onnx 1089-134686-0005 9.63 4723 475 422 0 22 The music came nearer, and he recalled the words, the words of Shelley's fragment upon the moon wandering companionless, pale for weariness.
98 w4-npu-onnx 1089-134686-0006 10.55 4723 471 390 2 24 The dull light fell more faintly upon the page, where on another equation began to unfold itself slowly, and to spread abroad its widening tail.
99 w4-npu-onnx 1089-134686-0007 4.28 4723 261 188 0 8 A cold, lucid indifference reigned in his soul.
100 w4-npu-onnx 1089-134686-0008 6.73 4723 354 297 1 15 The chaos in which his order extinguished itself was a cold, indifferent knowledge of himself.
101 w4-npu-onnx 1089-134686-0009 10.57 4723 524 469 0 27 At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace.
102 w4-npu-onnx 1089-134686-0010 4.41 4723 372 296 0 14 "Well now, Ennis, I declare you have a head, and so has my stick."
103 w4-npu-onnx 1089-134686-0011 12.45 4723 682 626 2 39 On Saturday mornings, when the so-dality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses.
104 w4-npu-onnx 1089-134686-0012 11.64 4723 558 468 0 28 Her eyes seemed to regard him with mild pity. Her holiness, a strange light glowing faintly upon her frail flesh, did not humiliate the sinner who approached her.
105 w4-npu-onnx 1089-134686-0013 7.92 4723 461 376 1 25 If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her night.
106 w4-npu-onnx 1089-134686-0014 2.23 4723 242 156 0 8 He tried to think how it could be.
107 w4-npu-onnx 1089-134686-0015 5.82 4723 339 282 0 14 but the dusk deepening in the schoolroom covered over his thoughts. The bell rang.
108 w4-npu-onnx 1089-134686-0016 3.54 4723 338 249 1 10 Then you can ask him questions on the Catechism Daedalus.
109 w4-npu-onnx 1089-134686-0017 8.87 4723 491 438 0 24 Stephen, leaning back and drawing idly on his scribbler, listened to the talk about him which Heron checked from time to time by saying,
110 w4-npu-onnx 1089-134686-0018 15.72 4723 717 624 0 41 It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the church and penetrating into obscure silences only to hear and feel the more deeply his own condemnation.
111 w4-npu-onnx 1089-134686-0019 13.89 4723 711 626 1 39 The sentence of St. James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state.
112 w4-npu-onnx 1089-134686-0020 16.79 4723 869 796 1 50 If a man had stolen a pound in his youth, and had used that pound to amass a huge fortune, how much was he obliged to give back? The pound he had stolen only, were the pound together with the compound interest accruing upon it, or all his huge fortune.
113 w4-npu-onnx 1089-134686-0021 6.55 4723 368 281 1 17 If a layman in giving baptism poor the water before saying the words is the child baptized,
114 w4-npu-onnx 1089-134686-0022 11.18 4723 593 531 2 32 How comes it that while the first beattitude promises the kingdom of heaven to the poor of heart, the second beattitude promises also to the meek that they shall possess the land?
115 w4-npu-onnx 1089-134686-0023 13.28 4723 636 547 0 36 Why was the sacrament of the Eucharist instituted under the two species of bread and wine if Jesus Christ be present, body and blood, soul and divinity in the bread alone and in the wine alone?
116 w4-npu-onnx 1089-134686-0024 11.65 4723 567 469 0 30 If the wine change into vinegar and the host crumble into corruption after they have been consecrated, is Jesus Christ still present under their species as God and as man?
117 w4-npu-onnx 1089-134686-0025 6.61 4723 371 312 0 18 A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question.
118 w4-npu-onnx 1089-134686-0026 4.01 4723 338 266 0 13 The rector did not ask for a catechism to hear the lesson from.
119 w4-npu-onnx 1089-134686-0027 2.71 4723 269 203 0 9 He clasped his hands on the desk and said,
120 w4-npu-onnx 1089-134686-0028 7.83 4723 371 298 2 18 The retreat will begin on Wednesday afternoon in honor of St. Francis Xavier whose feast day is Saturday.
121 w4-npu-onnx 1089-134686-0029 4.67 4723 296 233 0 11 On Friday, confession will be heard all the afternoon after beads.
122 p1-parakeet-t8 1089-134686-0000 10.44 4576 494 4234 0 28 He hoped there would be stew for dinner turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour fattened sauce.
123 p1-parakeet-t8 1089-134686-0001 3.27 4576 185 1719 0 8 Stuff it into you, his belly counselled him.
124 p1-parakeet-t8 1089-134686-0002 6.62 4576 332 2797 0 18 After early nightfall the yellow lamps would light up, here and there, the squalid quarter of the brothels.
125 p1-parakeet-t8 1089-134686-0003 2.68 4576 164 1344 0 7 Hello, Bertie. Any good in your mind?
126 p1-parakeet-t8 1089-134686-0004 5.22 4576 229 1844 0 11 Number ten Fresh Nelly is waiting on you. Good night, husband.
127 p1-parakeet-t8 1089-134686-0005 9.63 4576 379 3172 0 22 The music came nearer and he recalled the words the words of Shelley's fragment upon the moon wandering companionless, pale for weariness.
128 p1-parakeet-t8 1089-134686-0006 10.55 4576 401 3499 0 24 The dull light fell more faintly upon the page, whereon another equation began to unfold itself slowly and to spread abroad its widening tail.
129 p1-parakeet-t8 1089-134686-0007 4.28 4576 265 2454 0 8 A cold, lucid indifference reigned in his soul.
130 p1-parakeet-t8 1089-134686-0008 6.73 4576 336 2875 0 15 The chaos in which his ardour extinguished itself was a cold, indifferent knowledge of himself,
131 p1-parakeet-t8 1089-134686-0009 10.57 4576 431 3578 0 27 At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace.
132 p1-parakeet-t8 1089-134686-0010 4.41 4576 309 2891 0 14 Well now, Ennis, I declare you have a head, and so has my stick
133 p1-parakeet-t8 1089-134686-0011 12.45 4576 599 5406 0 39 On Saturday mornings when the sodality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses.
134 p1-parakeet-t8 1089-134686-0012 11.64 4576 512 4172 0 28 Her eyes seemed to regard him with mild pity her holiness, a strange light glowing faintly upon her frail flesh did not humiliate the sinner who approached her.
135 p1-parakeet-t8 1089-134686-0013 7.92 4576 318 2671 0 25 If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her knight.
136 p1-parakeet-t8 1089-134686-0014 2.23 4576 112 860 0 8 He tried to think how it could be
137 p1-parakeet-t8 1089-134686-0015 5.82 4576 268 2250 0 14 but the dusk, deepening in the schoolroom, covered over his thoughts. The bell rang
138 p1-parakeet-t8 1089-134686-0016 3.54 4576 223 2015 1 10 Then you can ask him questions on the Catechism, Daedalus.
139 p1-parakeet-t8 1089-134686-0017 8.87 4576 317 2562 0 24 Stephen leaning back and drawing idly on his scribbler, listened to the talk about him, which Heron checked from time to time by saying
140 p1-parakeet-t8 1089-134686-0018 15.72 4576 738 6234 0 41 It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the Church, and penetrating into obscure silences only to hear and feel the more deeply his own condemnation.
141 p1-parakeet-t8 1089-134686-0019 13.89 4576 705 5515 0 39 The sentence of Saint James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state.
142 p1-parakeet-t8 1089-134686-0020 16.79 4576 764 6156 0 50 If a man had stolen a pound in his youth, and had used that pound to amass a huge fortune, how much was he obliged to give back the pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune?
143 p1-parakeet-t8 1089-134686-0021 6.55 4576 308 2437 0 17 If a layman, in giving baptism, pour the water before saying the words, is the child baptized?
144 p1-parakeet-t8 1089-134686-0022 11.18 4576 566 4797 0 32 How comes it that while the first Beatitude promises the kingdom of heaven to the poor of heart, the second Beatitude promises also to the meek that they shall possess the land?
145 p1-parakeet-t8 1089-134686-0023 13.28 4576 567 4922 0 36 Why was the sacrament of the Eucharist instituted under the two species of bread and wine, if Jesus Christ be present body and blood, soul and divinity, in the bread alone, and in the wine alone?
146 p1-parakeet-t8 1089-134686-0024 11.65 4576 458 3719 0 30 If the wine change into vinegar, and the host crumble into corruption, after they have been consecrated, is Jesus Christ still present under their species as God and as man?
147 p1-parakeet-t8 1089-134686-0025 6.61 4576 308 2640 0 18 A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question.
148 p1-parakeet-t8 1089-134686-0026 4.01 4576 238 2406 0 13 The rector did not ask for a catechism to hear the lesson from
149 p1-parakeet-t8 1089-134686-0027 2.71 4576 162 1391 0 9 He clasped his hands on the desk and said
150 p1-parakeet-t8 1089-134686-0028 7.83 4576 407 3437 1 18 The retreat will begin on Wednesday afternoon in honour of Saint Xavier, whose feast day is Saturday.
151 p1-parakeet-t8 1089-134686-0029 4.67 4576 209 1798 1 11 On Friday confession will be heard all the afternoon after Bedes.
152 p1-parakeet-t4 1089-134686-0000 10.44 4552 509 2203 0 28 He hoped there would be stew for dinner turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour fattened sauce.
153 p1-parakeet-t4 1089-134686-0001 3.27 4552 175 968 0 8 Stuff it into you, his belly counselled him.
154 p1-parakeet-t4 1089-134686-0002 6.62 4552 347 1640 0 18 After early nightfall the yellow lamps would light up, here and there, the squalid quarter of the brothels.
155 p1-parakeet-t4 1089-134686-0003 2.68 4552 159 829 0 7 Hello, Bertie. Any good in your mind?
156 p1-parakeet-t4 1089-134686-0004 5.22 4552 247 1187 0 11 Number ten Fresh Nelly is waiting on you. Good night, husband.
157 p1-parakeet-t4 1089-134686-0005 9.63 4552 446 2140 0 22 The music came nearer and he recalled the words the words of Shelley's fragment upon the moon wandering companionless, pale for weariness.
158 p1-parakeet-t4 1089-134686-0006 10.55 4552 465 2172 0 24 The dull light fell more faintly upon the page, whereon another equation began to unfold itself slowly and to spread abroad its widening tail.
159 p1-parakeet-t4 1089-134686-0007 4.28 4552 232 1157 0 8 A cold, lucid indifference reigned in his soul.
160 p1-parakeet-t4 1089-134686-0008 6.73 4552 325 1515 0 15 The chaos in which his ardour extinguished itself was a cold, indifferent knowledge of himself,
161 p1-parakeet-t4 1089-134686-0009 10.57 4552 466 2062 0 27 At most, by an alms given to a beggar whose blessing he fled from, he might hope wearily to win for himself some measure of actual grace.
162 p1-parakeet-t4 1089-134686-0010 4.41 4552 210 1140 0 14 Well now, Ennis, I declare you have a head, and so has my stick
163 p1-parakeet-t4 1089-134686-0011 12.45 4552 603 2734 0 39 On Saturday mornings when the sodality met in the chapel to recite the little office, his place was a cushioned kneeling desk at the right of the altar from which he led his wing of boys through the responses.
164 p1-parakeet-t4 1089-134686-0012 11.64 4552 532 2422 0 28 Her eyes seemed to regard him with mild pity her holiness, a strange light glowing faintly upon her frail flesh did not humiliate the sinner who approached her.
165 p1-parakeet-t4 1089-134686-0013 7.92 4552 373 1704 0 25 If ever he was impelled to cast sin from him and to repent, the impulse that moved him was the wish to be her knight.
166 p1-parakeet-t4 1089-134686-0014 2.23 4552 133 781 0 8 He tried to think how it could be
167 p1-parakeet-t4 1089-134686-0015 5.82 4552 278 1328 0 14 but the dusk, deepening in the schoolroom, covered over his thoughts. The bell rang
168 p1-parakeet-t4 1089-134686-0016 3.54 4552 206 1031 1 10 Then you can ask him questions on the Catechism, Daedalus.
169 p1-parakeet-t4 1089-134686-0017 8.87 4552 448 1984 0 24 Stephen leaning back and drawing idly on his scribbler, listened to the talk about him, which Heron checked from time to time by saying
170 p1-parakeet-t4 1089-134686-0018 15.72 4552 764 3359 0 41 It was strange, too, that he found an arid pleasure in following up to the end the rigid lines of the doctrines of the Church, and penetrating into obscure silences only to hear and feel the more deeply his own condemnation.
171 p1-parakeet-t4 1089-134686-0019 13.89 4552 638 2578 0 39 The sentence of Saint James, which says that he who offends against one commandment becomes guilty of all, had seemed to him first a swollen phrase, until he had begun to grope in the darkness of his own state.
172 p1-parakeet-t4 1089-134686-0020 16.79 4552 865 3688 0 50 If a man had stolen a pound in his youth, and had used that pound to amass a huge fortune, how much was he obliged to give back the pound he had stolen only, or the pound together with the compound interest accruing upon it, or all his huge fortune?
173 p1-parakeet-t4 1089-134686-0021 6.55 4552 337 1485 0 17 If a layman, in giving baptism, pour the water before saying the words, is the child baptized?
174 p1-parakeet-t4 1089-134686-0022 11.18 4552 514 2296 0 32 How comes it that while the first Beatitude promises the kingdom of heaven to the poor of heart, the second Beatitude promises also to the meek that they shall possess the land?
175 p1-parakeet-t4 1089-134686-0023 13.28 4552 609 2688 0 36 Why was the sacrament of the Eucharist instituted under the two species of bread and wine, if Jesus Christ be present body and blood, soul and divinity, in the bread alone, and in the wine alone?
176 p1-parakeet-t4 1089-134686-0024 11.65 4552 532 2406 0 30 If the wine change into vinegar, and the host crumble into corruption, after they have been consecrated, is Jesus Christ still present under their species as God and as man?
177 p1-parakeet-t4 1089-134686-0025 6.61 4552 360 1734 0 18 A gentle kick from the tall boy in the bench behind urged Stephen to ask a difficult question.
178 p1-parakeet-t4 1089-134686-0026 4.01 4552 214 1078 0 13 The rector did not ask for a catechism to hear the lesson from
179 p1-parakeet-t4 1089-134686-0027 2.71 4552 153 812 0 9 He clasped his hands on the desk and said
180 p1-parakeet-t4 1089-134686-0028 7.83 4552 395 1751 1 18 The retreat will begin on Wednesday afternoon in honour of Saint Xavier, whose feast day is Saturday.
181 p1-parakeet-t4 1089-134686-0029 4.67 4552 270 1375 1 11 On Friday confession will be heard all the afternoon after Bedes.
+2
View File
@@ -0,0 +1,2 @@
contender,file,audio_secs,load_ms,wall_ms,cpu_ms,wer_errors,ref_words,hypothesis
p1-parakeet-t8,npu-test,6.92,6863,339,2734,2,16," The quick brown fox jumps over the lazy dog. Wisp assist is testing the neural processing unit."
1 contender file audio_secs load_ms wall_ms cpu_ms wer_errors ref_words hypothesis
2 p1-parakeet-t8 npu-test 6.92 6863 339 2734 2 16 The quick brown fox jumps over the lazy dog. Wisp assist is testing the neural processing unit.
Binary file not shown.

After

Width:  |  Height:  |  Size: 728 KiB

+8 -4
View File
@@ -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
+69 -5
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
@@ -339,6 +382,13 @@ segment (the M1 grounding invariant, asserted by the golden-transcript test).
"expose_recordings": false, // never serve .wav unless explicitly true (FR-MCP-3)
},
"privacy": { "encrypt_at_rest": false },
// Launch WhispAssist at login (NFR-RES-4). Opt-in, OFF by default. Toggling this
// via `set_auto_start` also writes a per-user `HKCU\...\Run` entry (no admin);
// startup reconciles the OS entry to this flag (e.g. after a reinstall).
"auto_start": false,
// Closing the window hides WhispAssist to the system tray (keep running in background) instead of
// quitting; ON by default. Tray "Quit" is the real exit. Enforced in the Rust on_window_event handler.
"close_to_tray": true,
// 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).
@@ -346,6 +396,20 @@ segment (the M1 grounding invariant, asserted by the golden-transcript test).
}
```
## First-run deploy seeding (`wa-defaults.ini`)
For enterprise mass-deployment, the **first** launch on a machine (before `settings.json` exists)
optionally seeds its defaults from an admin-supplied INI. First file found wins:
1. `%PROGRAMDATA%\WhispAssist\wa-defaults.ini` — machine-wide (GPO / SCCM / Intune file copy).
2. `<install dir>\wa-defaults.ini` — the bundled template (shipped fully commented → no-op).
Keys are flat `key = value` matching `settings.json` field names (bools/ints coerced), plus the
special `auto_download_model = true` which fetches the configured `whisper_model` in the background.
**No secrets** — any key containing `key`/`token`/`secret`/`credential`/`password` is ignored; those
live only in the OS credential store. After first run the file is never read again. See
`docs/enterprise-deployment.md` and `src-tauri/src/deploy.rs`.
## Retention & recovery semantics
- **Retention** (FR-STORE-2): a background job deletes whole meeting folders + rows once a meeting
+65 -5
View File
@@ -23,12 +23,30 @@ start_recording(input: { meetingTitle?: string; calendarEventId?: string; record
stop_recording(input: { meetingId: MeetingId }): MeetingSummaryRef
pause_recording(input: { meetingId: MeetingId }): void
resume_recording(input: { meetingId: MeetingId }): void
// Mute/unmute the mic mid-meeting (FR-CAP-7): mic channel goes silent (recording + transcript + meter),
// loopback keeps capturing. Returns the new muted state; emits recording://mic. Errs if the mic is off.
toggle_microphone_mute(input: { meetingId: MeetingId }): boolean
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 }
hardware_status(): { backends: BackendInfo[]; active: BackendId; modelSize: string; estRtf: number } // re-detects fresh each call — backs the Settings ▸ Hardware "Refresh" button
set_preferred_backend(input: { backend: BackendId | "auto" }): void
// Launch-at-login (NFR-RES-4). Writes/removes a per-user OS Run entry (no admin) and persists auto_start. Opt-in, off by default.
set_auto_start(input: { enabled: boolean }): void
// Device test: opens a mic ("input") or the render device in loopback ("loopback") for a few seconds and streams device://level (no recording, no retained audio). Refused while recording.
monitor_audio_level(input: { kind: "input" | "loopback"; deviceId?: string; durationMs?: number }): void
// Quick stress test: benchmarks each available backend × installed model (≤3 sizes) on a fixed sample, returns per-pair real-time factor + the most-accurate real-time-capable recommendation. Emits stress://progress. Refused while recording.
stress_test_hardware(): { results: { backend: string; model: string; rtf: number; realtime: boolean }[]; recommended: { backend: string; model: string } | null }
// ---- Transcription / models ----
// language (T8.7, M4.2): omitted reuses the meeting's current language rather than resetting it.
@@ -54,10 +72,24 @@ 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
// AI-enhance rough notes into structured Markdown grounded in the transcript (Granola-style), via the configured LlmProvider (no new egress). Takes the live buffer, returns the enhanced text WITHOUT persisting — the UI keeps or undoes it. Refused while recording; errors with no provider.
enhance_notes(input: { meetingId: MeetingId; notes: string }): string
// SearchHit = MeetingListItem fields (id, title, started_at, duration_secs, status, tags) + snippet: string
search(input: { query: string }): SearchHit[] // FTS (FR-SEARCH-1)
set_tags(input: { meetingId: MeetingId; tags: string[] }): void
@@ -68,6 +100,17 @@ 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
// Add a meeting from an existing recording: a local audio/video file path or a URL (YouTube/
// streaming page or direct media URL). Needs ffmpeg (+ yt-dlp for URLs) on PATH; neither bundled.
// `model` overrides the Settings whisper model for this import (recorded as meeting.model_used).
// Returns the new meeting id IMMEDIATELY (status "transcribing"); transcode→transcribe→diarize→
// finalize run in the background, streaming import://progress and ending with transcript://finalized.
// A failed import is left in the list with status "error" (not deleted).
import_media(input: { source: string; title?: string; model?: string }): MeetingId
// ---- LLM / AI provider (ADR-0007/0011) ----
// provider ∈ ollama | custom | anthropic | openai | off. Hosted-provider API keys are passed to
@@ -83,9 +126,19 @@ 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
@@ -148,9 +201,11 @@ privacy_self_check(): {
"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)
"recording://mic" { meetingId, muted: boolean } // mic mute toggled (FR-CAP-7)
"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)
"import://progress" { meetingId, phase: "prepare"|"transcribe"|"diarize"|"finalize", state: "active"|"done"|"error", elapsedMs: number|null, error: string|null } // background import_media tracker
"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 }
@@ -158,6 +213,8 @@ privacy_self_check(): {
"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)
"device://level" { kind: "input"|"loopback", rms?, peak?, done?: boolean } // Settings device test meter; done=window ended
"stress://progress" { backend: string, model: string } // quick stress test, per pairing benchmarked
"recording://retention" { meetingId, record: boolean } // retention toggled (FR-REC-1/3)
"sync://job" { jobId, meetingId, targetId, artifact, status, bytesSent, bytesTotal } // FR-SYNC-5
"sync://done" { meetingId, targetId, uploaded: number, failed: number }
@@ -240,6 +297,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.
+17
View File
@@ -44,3 +44,20 @@ Detection mapping:
## Revisit if
Windows ML supersedes DirectML for our models, or a vendor SDK gives materially better NPU
throughput than the ONNX/DirectML path.
## Update (2026-07-16): NPU path uses OpenVINO; decoder split off the CPU
As built (T3.4 + follow-up), the NPU tier runs on **ONNX Runtime + the OpenVINO EP**
(`device_type=NPU`), not DirectML — Intel's prebuilt OpenVINO ORT runtime is downloaded on
demand (DirectML remains the *GPU* fallback EP for AMD/Intel in non-Vulkan builds). The engine
splits Whisper across devices:
- **encoder** (fixed shape): OpenVINO **NPU**;
- **decoder** (autoregressive, KV-cache greedy via Optimum's merged export): OpenVINO **GPU**
(Intel iGPU, same runtime bundle) when available, else the CPU EP —
`WA_ONNX_DECODER_DEVICE=cpu|gpu` overrides.
Rationale: the dynamic-shaped decode loop is a poor NPU fit, and pre-KV-cache it re-ran the full
token prefix every step on the CPU — the dominant CPU cost while transcribing. With the merged
decoder + iGPU placement, sustained CPU during transcription is near-idle on NPU+iGPU systems.
The engine logs both EPs at load (`transcription engine: ONNX …`).
+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.
@@ -0,0 +1,54 @@
# ADR-0012 — Launch-at-login & enterprise deployment defaults
- **Status:** Accepted
- **Date:** 2026-07-14
- **Context source:** User request (2026-07-14) — auto-start on boot; customize an installation
(install location, per-user/all-users, default settings) with native Windows tooling for
mass-deployment.
## Context
Two related needs. (1) Users want WhispAssist to **launch automatically at login**. NFR-RES-4
forbids adding WA to OS startup without explicit consent, so this must be opt-in. (2) An admin
mass-deploying WA to many machines wants to **customize the deployment** — install location, whether
it installs per-user (no admin) or all-users, and the app's default settings (record-by-default,
preferred backend, a model to pre-download, retention, AI provider) — using **native Windows tools**
(GPO / SCCM / Intune / `msiexec` / silent NSIS), not a bespoke management console.
## Decision
1. **Launch-at-login is opt-in, off by default.** A `set_auto_start` command uses
`tauri-plugin-autostart` to write a **per-user** `HKCU\...\Run` entry (no admin) and persists an
`auto_start` setting. Startup reconciles the OS entry to that flag (restores it after a reinstall).
Nothing runs on a timer — this is a registry entry, not a background process (NFR-RES-1).
2. **Install location & scope are native, no app code.**
- Location: `msiexec INSTALLDIR=…` (MSI) / NSIS `/D=…` (silent).
- Scope: NSIS `installMode: "both"` — the `.exe` setup lets the user choose **current-user
(no admin)** or **all-users (admin)**. The MSI stays per-machine as the enterprise all-users
artifact.
3. **Default settings via a first-run `wa-defaults.ini`.** On a machine's **first** launch (before
`settings.json` exists) WA reads an admin-supplied INI — `%PROGRAMDATA%\WhispAssist\wa-defaults.ini`
first, else the bundled `<install dir>\wa-defaults.ini` — and seeds `settings.json` from it, with an
optional `auto_download_model` to pre-fetch the model. The shipped template is fully commented, so
a normal install is unaffected. This is deployable purely by copying a file with existing Windows
management tooling; no WiX custom actions.
## Consequences
- **Positive:** opt-in startup honors NFR-RES-4 with zero idle cost; install location/scope reuse the
installers' native behavior (no custom code to maintain); one small INI + a first-run guard covers
the whole deployment-customization surface and works for MSI, NSIS, and portable copies alike.
- **Guardrail — no secrets in the deploy file (CLAUDE.md):** the INI must never carry credentials.
`deploy.rs` drops any key containing `key`/`token`/`secret`/`credential`/`password` as defense in
depth; API keys, OAuth tokens and sync passwords remain in the OS credential store only. Seeding a
provider (e.g. `llm_provider=anthropic`) still requires the admin/user to provision its key
separately — no new egress path is created by the file.
- **Negative / care:** the seed runs only when `settings.json` is absent (truly first run); it does
**not** re-apply on upgrade, matching "the user's own settings win thereafter." Array config merges
in Tauri **replace** rather than append, so `wa-defaults.ini` must be listed in both
`tauri.conf.json` and `tauri.vulkan.conf.json` bundle resources (the shipped build uses the latter).
## Revisit if
Admins need per-machine policy that **overrides** user settings on every launch (not just seeds
first-run), or a signed/locked-down enterprise policy channel beyond a plain INI.
@@ -0,0 +1,148 @@
# Parakeet vs Whisper — default-model bake-off (2026-07-16)
Pre-registered comparison (criteria fixed before any numbers existed — see the plan on branch
`test_parakeet`) between WhispAssist's shipping Whisper `base.en` paths and NVIDIA Parakeet
TDT 0.6B v2, to decide whether the default transcription model should change.
## Provenance
- **Machine:** Intel Core Ultra 5 135U (Meteor Lake: 12C/14T CPU, Intel Arc iGPU, Intel AI Boost
NPU, driver 32.0.100.4724), Windows 11 Pro 26200. App version under test: 0.7.3.
- **Harness:** `src-tauri/examples/asr_bench.rs` — drives the *production* transcribers
(`WhisperTranscriber`, `OnnxTranscriber`) and a sherpa-onnx `TransducerRecognizer`; one
contender per process (clean CPU accounting). WER = word-level Levenshtein after
lowercase/punctuation-strip normalization (self-tested).
- **Corpus:** first 30 LibriSpeech test-clean utterances (241.7 s, 644 reference words), 16 kHz
mono, staged by `scripts/bench/fetch-corpus.ps1`. Live latency: sequential 10 s windows over a
3-minute concatenation (16 windows).
- **Models:** ggml `base.en-q5_1`, `medium.en-q5_0`; WA ONNX `base.en` (merged decoder, encoder
on OpenVINO/NPU + decoder on OpenVINO/GPU — EP confirmed in-run);
`sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8` (encoder 652 MB + decoder 7 MB + joiner 2 MB).
- **Raw data:** `bench-results/raw.csv`, `bench-results/raw-w1-novulkan.csv` (committed).
## Results — corpus (accuracy + cost)
| Contender | Engine / device | WER | RTF (wall) | CPU-sec per audio-sec | Load |
|---|---|---|---|---|---|
| W1 base.en (as shipped, 14 thr) | whisper.cpp, CPU | 2.48 % | ⚠ 20.1 | ⚠ 232.6 | 112 ms |
| W1 base.en (thread-cap fix) | whisper.cpp, CPU | 2.48 % | 0.218 | 0.827 | 163 ms |
| W2 base.en | whisper.cpp Vulkan, iGPU | 2.64 % | 0.071 | **0.033** | 248 ms |
| W3 medium.en | whisper.cpp Vulkan, iGPU | 3.26 % | 0.304 | 0.088 | 724 ms |
| W4 base.en (default) | ort ONNX, NPU + iGPU | 3.11 % | 0.058 | 0.049 | ~4.7 s |
| **P1 parakeet int8, t8** | sherpa-onnx, CPU | **0.47 %** | **0.047** | 0.396 | ~4.6 s |
| **P1 parakeet int8, t4** | sherpa-onnx, CPU | **0.47 %** | 0.049 | 0.224 | ~4.6 s |
- **Parakeet: 3 errors in 644 words**, vs 20 for the current default — an **85 % relative WER
improvement** — while also posting the best RTF in the field, on the CPU alone.
- Parakeet at 4 threads costs ≈0.22 CPU-cores sustained (~1.6 % of this machine's 14 threads);
the NPU+iGPU Whisper path costs ≈0.05.
- ✅ **W1 anomaly RESOLVED (2026-07-16 follow-up):** root cause was `n_threads =
available_parallelism()` (14) putting ggml spin-barrier workers on the two slow LP E-cores —
every graph-node barrier waits on the slowest worker while the rest burn CPU. 12 threads is
healthy (RTF 0.200), 14 collapses (RTF ~22). The original suspect (`opt-level = "z"` /
unoptimized ggml) was **disproven**: a verified `/O2` build was equally slow. Fix: default
capped at 4 threads, whisper.cpp's own upstream default (`WA_WHISPER_THREADS` env overrides);
re-run row above — RTF 20.1 → 0.218 (92×), CPU 232.6 → 0.827 (281×), WER identical.
(The build *was* also silently unoptimized — the cmake crate clobbers MSVC `/O2` when no
generator is set; fixed via `CMAKE_GENERATOR=Ninja` in `.cargo/config.toml` as build hygiene,
though it wasn't the bottleneck.) Raw data: `bench-results/raw-w1-fixed.csv`.
- W3 (medium) scoring *worse* than base on this corpus (21 vs 17 errors) is small-sample noise
on clean read speech; treat W3's WER as "≈base" here, not as medium being worse in general.
## Results — live windows (10 s, n=16)
| Contender | p50 | p95 | max |
|---|---|---|---|
| W2 Vulkan base.en | 1055 ms | 3722 ms | 4148 ms |
| W4 NPU+iGPU (default) | 519 ms | 630 ms | 928 ms |
| **P1 parakeet t8 (CPU)** | **450 ms** | **497 ms** | **514 ms** |
All hold real-time; Parakeet is fastest **and** near-flat (64 ms p50→max spread), which would
make the live transcript feel noticeably steadier.
## Evidence sample (file 1089-134686-0000, 10.4 s)
> **Reference:** HE HOPED THERE WOULD BE STEW FOR DINNER TURNIPS AND CARROTS AND BRUISED
> POTATOES AND FAT MUTTON PIECES TO BE LADLED OUT IN THICK PEPPERED FLOUR FATTENED SAUCE
- **W4 (default):** "He hoped there would be stew for dinner, turnips and carrots and bruised
potatoes and fat mutton pieces to be ladled out in thick peppered **flour-fatted** sauce." (2 err)
- **P1 (parakeet):** " He hoped there would be stew for dinner turnips and carrots and bruised
potatoes and fat mutton pieces to be ladled out in thick peppered flour fattened sauce" (0 err)
Note the trade visible even here: Whisper punctuates richly; Parakeet's int8 output carries
casing but **sparse punctuation** — a real consideration for notes.md readability (see
integration costs).
## Qualitative pass — real recording (2026-07-16 follow-up)
`bench-corpus/test_wavs/bank_deposits.wav` (62 s real recording, 48 kHz stereo — financial
disclosure read aloud; downmixed/resampled by the production reader). No reference transcript,
so transcripts were compared by eye; raw hypotheses in `bench-results/raw-qual-bank-deposits.csv`
(its WER column is against a placeholder — ignore it).
- **P1 (parakeet t4):** cleanest of the three — zero audible-word errors, and the **best
punctuation**, including commas around a parenthetical clause ("…the bank deposit details
section, which appears later in this statement, for information…"). The "sparse punctuation"
concern from the LibriSpeech sample did **not** reproduce on this longer real clip.
- **W2 (Vulkan base.en):** near-perfect; one function-word slip ("effective for cash balances
*and* your FDIC insured…" — W4 and P1 both hear "*in* your").
- **W4 (NPU ONNX, shipping default):** worst of the three — "details" → "**D-Tales**" twice,
"are SIPC protected" → "**or** SIPC protected", and a segmentation break at the end
("statement period" → "**state. period.**").
One clip, one speaker, clean audio — directionally consistent with the corpus WERs
(P1 ≥ W2 > W4), and it removes punctuation as an argument against Parakeet. Multi-speaker
crosstalk remains untested.
## Pre-registered criteria, evaluated
| Criterion | Result |
|---|---|
| (a) WER ≥30 % relatively better than W4 | **PASS** — 85 % better (0.47 % vs 3.11 %) |
| (b) CPU rung: beat W1 on WER **and** CPU-seconds | **PASS** — vs the *fixed* W1 (follow-up): 5.3× better WER (0.47 % vs 2.48 %), 3.7× less CPU (0.224 vs 0.827 cpu-sec/audio-sec) |
| (b) NPU rung: accelerator execution or CPU ≤ W4 | **FAIL (strictly)** — 0.224 vs 0.049 CPU-sec/audio-sec; accelerated Parakeet not achieved (below) |
| (c) Live windows hold real-time | **PASS** — best in field, p95 497 ms |
**Phase-4 finding (accelerated Parakeet, timeboxed):** the sherpa route is packaging-blocked —
`sherpa-rs`'s `directml` feature is mutually exclusive with `download-binaries`
(`compile_error!` in `sherpa-rs-sys` 0.6.8), and escaping via `SHERPA_LIB_PATH` + a
version-matched prebuilt DirectML archive would require replacing the base dependency
configuration for the whole branch, with transducer-on-DirectML performance unproven (and a
prior DirectML-on-Intel-GPU crash on record). The genuine route is a TDT decode loop on our own
ort/OpenVINO stack (istupakov-style ONNX exports) — estimated **days, not hours**, and only
worth it if the NPU rung must flip. The `bench-directml` cargo feature + `p2-parakeet-dml`
contender remain in the harness as the documented attempt.
## Recommendation (per hardware rung)
1. **CPU-only machines: change the default to Parakeet TDT 0.6B v2 int8.** Even against the
*fixed* W1 (thread cap, follow-up above) it is ~5× more accurate and 3.7× cheaper in
CPU-seconds at comparable wall RTF. This is the unambiguous win — just no longer by three
orders of magnitude, since the W1 pathology itself is fixed.
2. **NPU+iGPU machines (this machine): the pre-registered rule says keep Whisper-ONNX** —
Parakeet-on-CPU costs 4.6× the CPU of the current near-idle path. The override argument the
numbers support: 0.22 cores is still objectively tiny, and it buys 85 % fewer errors plus the
steadiest live latency. That trade is the user's call, not the benchmark's; if low-CPU stays
the hard constraint, the NPU rung flips only after the ort/OpenVINO TDT work lands.
3. **GPU (Vulkan) machines without NPU:** W2 is the cheapest-CPU option (0.033), but Parakeet's
accuracy gap applies here too — same judgment call as the NPU rung, cheaper to revisit after
the integration items below.
**Integration costs before any default flip** (not solved by this bench): timestamped segments
(sherpa-rs's `transducer` API returns text only; the C API exposes timestamps — small upstream
PR or direct `-sys` call), punctuation restoration (sparse on short LibriSpeech clips, though
the real-recording qualitative pass showed *good* punctuation on longer audio — may be a
non-issue), English-only v2 (v3 is multilingual — the whisper multilingual path must remain for
non-English), a ~660 MB model download, and the model catalog/dispatch work (same shape as the
0.7.3 merged-decoder swap).
## Caveats
- LibriSpeech is clean read speech; WERs are comparative, not absolute product claims. The
qualitative pass over a real recording was run as a follow-up (section above) — still
single-speaker; multi-speaker meeting audio with crosstalk remains untested.
- int8 quantization slightly penalizes Parakeet vs published fp32 figures — it *still* won by
85 %; the fp32 bundle exists if a tighter number is ever needed.
- Single machine, single run per cell (30 files each). Differences here are far larger than
run-to-run noise, but treat third-decimal RTF differences as noise.
+101
View File
@@ -0,0 +1,101 @@
# Enterprise deployment
How to mass-deploy WhispAssist and preset its defaults with native Windows tooling (Group Policy,
SCCM, Intune, `msiexec`, silent NSIS). No management console, no phone-home. See ADR-0012.
WhispAssist ships two bundles:
| Bundle | Scope | Admin? |
|---|---|---|
| `WhispAssist_<ver>_x64_en-US.msi` | Per-machine (all users) | Yes |
| `WhispAssist_<ver>_x64-setup.exe` (NSIS) | Current-user **or** all-users (prompts) | Only for all-users |
## Install location
- **MSI:** `msiexec /i WhispAssist_<ver>_x64_en-US.msi INSTALLDIR="D:\Apps\WhispAssist" /qn`
(`INSTALLDIR` is Tauri's WiX install-dir property; confirm against the generated `.wxs` if a build
changes it.)
- **NSIS:** `WhispAssist_<ver>_x64-setup.exe /S /D=D:\Apps\WhispAssist`
(`/S` = silent, `/D=` = install dir; `/D=` must be **last** and unquoted per NSIS.)
## Install scope (per-user vs all-users)
The NSIS `.exe` shows a "current user / all users" page. **Current user needs no admin** and installs
under the user profile; **all users** requires elevation. Silent all-users:
`WhispAssist_<ver>_x64-setup.exe /S`. The MSI is always per-machine (all-users) and requires admin.
## Auto-start at login
Off by default (NFR-RES-4). Turn it on for the user either in-app (Settings ▸ Recording ▸ *Launch
WhispAssist at login*) or by presetting `auto_start = true` in `wa-defaults.ini` (below). It installs
a **per-user** `HKCU\Software\Microsoft\Windows\CurrentVersion\Run` entry — no admin, and it does
**not** start recording on its own.
## Preset default settings — `wa-defaults.ini`
On a machine's **first** launch (before `settings.json` exists), WhispAssist reads an admin-supplied
INI and seeds that user's `settings.json`. After that the user's own settings win and the file is
ignored. First location found wins:
1. `%PROGRAMDATA%\WhispAssist\wa-defaults.ini` — machine-wide. Deploy with a GPO/SCCM/Intune file copy.
2. `<install dir>\wa-defaults.ini` — the template shipped next to the executable.
The shipped template is fully commented out, so a default install behaves as if it were absent.
Uncomment and edit the keys you want to preset.
### Format
Flat `key = value`, one per line. `;` and `#` comment lines and `[section]` headers are ignored.
`true`/`false` become switches, plain numbers become numbers, everything else is text. Unknown or
misspelled keys are ignored.
> **Never put secrets in this file.** API keys, OAuth tokens and sync passwords live only in the OS
> credential store. Any key containing `key`, `token`, `secret`, `credential` or `password` is
> dropped on read. Presetting `llm_provider = anthropic` still requires the key to be provisioned
> separately — the file adds no egress path.
### Keys
| Key | Values | Meaning |
|---|---|---|
| `default_record` | true/false | Record every meeting by default (consent notice still applies). |
| `preferred_backend` | auto\|npu\|nvidia\|amd\|intel\|cpu | Transcription backend. |
| `whisper_model` | catalog id (e.g. `base.en-q5_1`) | Default transcription model. |
| `auto_download_model` | true/false | Fetch `whisper_model` in the background on first launch. |
| `whisper_language` | auto\|ISO-639-1 | Default language (multilingual model only). |
| `low_overhead` | true/false | CPU + smallest model preset. |
| `storage_root` | path | Where meetings are stored. |
| `retention_max_age_days` | number | Delete meetings older than N days. |
| `retention_max_size_gb` | number | Cap total storage at N GB. |
| `llm_provider` | ollama\|custom\|anthropic\|off | Summary provider (key provisioned separately). |
| `llm_endpoint` | url | LLM endpoint. |
| `llm_model` | text | LLM model name. |
| `microphone_enabled` | true/false | Capture the user's mic into the transcript. |
| `auto_record_calendar` | true/false | Auto-start recording on calendar events (app open only). |
| `theme` | system\|light\|dark | UI theme. |
| `auto_start` | true/false | Launch WhispAssist at login (per-user Run entry). |
| `sync_enabled` | true/false | Sync master switch (targets/credentials configured in-app). |
### Example
```ini
default_record = true
preferred_backend = npu
whisper_model = small.en-q5_1
auto_download_model = true
retention_max_age_days = 90
auto_start = true
```
## Silent end-to-end example
```bat
:: 1. Push machine-wide defaults (as SYSTEM via GPO/SCCM)
mkdir "%ProgramData%\WhispAssist"
copy wa-defaults.ini "%ProgramData%\WhispAssist\wa-defaults.ini"
:: 2. Install per-machine, custom location, no UI
msiexec /i WhispAssist_<ver>_x64_en-US.msi INSTALLDIR="C:\Program Files\WhispAssist" /qn
```
Each user's first launch then seeds their `settings.json` from the machine-wide file.
+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.3.0",
"version": "0.7.4",
"type": "module",
"description": "Privacy-first, fully local Windows meeting assistant.",
"license": "MIT OR Apache-2.0",
+24
View File
@@ -0,0 +1,24 @@
# Best-effort system-counter capture alongside a bench run: total CPU utility
# + GPU compute-engine utilization (and NPU engines where the OS exposes them;
# absent counters are skipped by typeperf). Primary CPU metric remains the
# harness's in-process CPU-seconds — this is corroborating evidence.
param(
[string]$Out = "bench-results\counters.csv",
[int]$Seconds = 120
)
$ErrorActionPreference = "Stop"
New-Item -ItemType Directory -Force (Split-Path -Parent $Out) | Out-Null
$counters = @(
"\Processor Information(_Total)\% Processor Utility",
"\GPU Engine(*engtype_Compute)\Utilization Percentage",
"\NPU Engine(*)\Utilization Percentage"
)
# typeperf exits nonzero if ANY counter is invalid; probe each and keep the valid ones.
$valid = @()
foreach ($c in $counters) {
typeperf $c -sc 1 | Out-Null
if ($LASTEXITCODE -eq 0) { $valid += $c }
}
if ($valid.Count -eq 0) { throw "no usable counters on this machine" }
typeperf $valid -si 1 -sc $Seconds -f CSV -o $Out -y | Out-Null
Write-Output "captured $($valid.Count) counter set(s) for ${Seconds}s -> $Out"
+47
View File
@@ -0,0 +1,47 @@
# Stages the WER corpus for asr_bench: the first N LibriSpeech test-clean
# utterances as 16 kHz mono WAV + one reference .txt each, under bench-corpus\
# at the repo root (git-ignored — audio never enters the repo).
param([int]$Utterances = 30)
$ErrorActionPreference = "Stop"
if (-not (Get-Command ffmpeg -ErrorAction SilentlyContinue)) {
throw "ffmpeg is required on PATH (same requirement as the app's Import feature)"
}
$repo = Split-Path -Parent (Split-Path -Parent $PSScriptRoot)
$corpus = Join-Path $repo "bench-corpus"
$cache = "$env:LOCALAPPDATA\WhispAssist\models\bench-cache"
New-Item -ItemType Directory -Force $corpus, $cache | Out-Null
$tarball = Join-Path $cache "test-clean.tar.gz"
if (-not (Test-Path $tarball)) {
Write-Output "downloading LibriSpeech test-clean (~346 MB)"
curl.exe -sL -o "$tarball.part" "https://www.openslr.org/resources/12/test-clean.tar.gz"
if ($LASTEXITCODE -ne 0) { throw "download failed ($LASTEXITCODE)" }
Move-Item -Force "$tarball.part" $tarball
}
$extracted = Join-Path $cache "LibriSpeech\test-clean"
if (-not (Test-Path $extracted)) {
Write-Output "extracting"
tar -xzf $tarball -C $cache
if ($LASTEXITCODE -ne 0) { throw "extract failed ($LASTEXITCODE)" }
}
$flacs = Get-ChildItem -Recurse -Filter *.flac $extracted | Sort-Object FullName |
Select-Object -First $Utterances
foreach ($f in $flacs) {
$name = $f.BaseName
$wav = Join-Path $corpus "$name.wav"
if (-not (Test-Path $wav)) {
ffmpeg -v error -y -i $f.FullName -ar 16000 -ac 1 $wav
if ($LASTEXITCODE -ne 0) { throw "ffmpeg failed on $name" }
}
$trans = Get-ChildItem -Path $f.DirectoryName -Filter *.trans.txt | Select-Object -First 1
$line = Get-Content $trans.FullName | Where-Object { $_.StartsWith("$name ") } | Select-Object -First 1
if (-not $line) { throw "no reference line for $name" }
# Named parameters on purpose: positional binding alongside -NoNewline
# silently wrote nothing under Windows PowerShell 5.1 (found the hard way);
# the WER normalizer doesn't care about a trailing newline.
Set-Content -Path (Join-Path $corpus "$name.txt") -Value $line.Substring($name.Length + 1) -Encoding utf8
}
Write-Output "staged $($flacs.Count) utterances in $corpus"
+25
View File
@@ -0,0 +1,25 @@
# Stages the Parakeet TDT 0.6B v2 int8 bundle (sherpa-onnx export) for the
# asr_bench harness (test_parakeet branch). Bench-only artifact: lives next to
# the app's models but under bench-parakeet\, never read by the app itself.
$ErrorActionPreference = "Stop"
$dest = "$env:LOCALAPPDATA\WhispAssist\models\bench-parakeet"
$url = "https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8.tar.bz2"
$cache = "$env:LOCALAPPDATA\WhispAssist\models\bench-cache"
New-Item -ItemType Directory -Force $cache | Out-Null
$archive = Join-Path $cache "parakeet-tdt-0.6b-v2-int8.tar.bz2"
if (Test-Path (Join-Path $dest "tokens.txt")) {
Write-Output "already staged: $dest"
exit 0
}
if (-not (Test-Path $archive)) {
Write-Output "downloading $url"
curl.exe -sL -o "$archive.part" $url
if ($LASTEXITCODE -ne 0) { throw "download failed ($LASTEXITCODE)" }
Move-Item -Force "$archive.part" $archive
}
New-Item -ItemType Directory -Force $dest | Out-Null
tar -xjf $archive -C $dest --strip-components=1
if ($LASTEXITCODE -ne 0) { throw "extract failed ($LASTEXITCODE)" }
Get-ChildItem $dest | Select-Object Name, Length
Write-Output "staged: $dest"
+22
View File
@@ -0,0 +1,22 @@
# Runs the full pre-registered contender matrix sequentially (one process per
# contender — clean CPU accounting, no runtime co-tenancy), then the live-window
# latency runs on the realistic live rungs.
$ErrorActionPreference = "Continue"
$repo = Split-Path -Parent (Split-Path -Parent $PSScriptRoot)
Set-Location $repo
$exe = "C:\wt\release\examples\asr_bench.exe"
$live = "bench-corpus\test_wavs\live-concat.wav"
$contenders = @(
"w1-cpu-base", "w2-vulkan-base", "w3-vulkan-medium",
"w4-npu-onnx", "p1-parakeet-t8", "p1-parakeet-t4"
)
foreach ($c in $contenders) {
Write-Output "===== corpus: $c ====="
& $exe $c --corpus bench-corpus --out bench-results\raw.csv 2>&1
}
foreach ($c in @("w2-vulkan-base", "w4-npu-onnx", "p1-parakeet-t8")) {
Write-Output "===== live: $c ====="
& $exe $c --live $live 2>&1
}
Write-Output "===== matrix done ====="
+57 -2
View File
@@ -124,6 +124,17 @@ version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "auto-launch"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f012b8cc0c850f34117ec8252a44418f2e34a2cf501de89e29b241ae5f79471"
dependencies = [
"dirs 4.0.0",
"thiserror 1.0.69",
"winreg 0.10.1",
]
[[package]]
name = "autocfg"
version = "1.5.1"
@@ -848,6 +859,15 @@ dependencies = [
"subtle",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
version = "5.0.1"
@@ -866,6 +886,17 @@ dependencies = [
"dirs-sys 0.5.0",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users 0.4.6",
"winapi",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
@@ -1043,7 +1074,7 @@ dependencies = [
"rustc_version",
"toml 1.1.2+spec-1.1.0",
"vswhom",
"winreg",
"winreg 0.55.0",
]
[[package]]
@@ -4935,6 +4966,20 @@ dependencies = [
"walkdir",
]
[[package]]
name = "tauri-plugin-autostart"
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "459383cebc193cdd03d1ba4acc40f2c408a7abce419d64bdcd2d745bc2886f70"
dependencies = [
"auto-launch",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror 2.0.18",
]
[[package]]
name = "tauri-plugin-dialog"
version = "2.7.1"
@@ -6043,7 +6088,7 @@ dependencies = [
[[package]]
name = "whispassist"
version = "0.3.0"
version = "0.7.4"
dependencies = [
"argon2",
"async-trait",
@@ -6073,6 +6118,7 @@ dependencies = [
"sqlx",
"tauri",
"tauri-build",
"tauri-plugin-autostart",
"tauri-plugin-dialog",
"thiserror 1.0.69",
"tokio",
@@ -6767,6 +6813,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "winreg"
version = "0.55.0"
+7 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "whispassist"
version = "0.3.0"
version = "0.7.4"
description = "Privacy-first, fully local Windows meeting assistant"
authors = ["WhispAssist contributors"]
license = "MIT OR Apache-2.0"
@@ -81,6 +81,7 @@ ort = { version = "=2.0.0-rc.10", optional = true, default-features = false, fea
rustfft = { version = "6", optional = true }
sherpa-rs = { version = "0.6", optional = true, default-features = false, features = ["download-binaries"] } # sherpa-onnx bindings (Phase 4, ADR-0005)
tauri-plugin-dialog = "2" # native Save/choose-folder (Phase 2 export)
tauri-plugin-autostart = "2" # opt-in launch-on-login (per-user HKCU\Run, no admin; NFR-RES-4)
# notes export (Phase 8, FR-NOTE-4) — pure-Rust, no external binary/cloud
# conversion service, consistent with the fully-local invariant.
@@ -99,6 +100,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",
@@ -124,6 +126,10 @@ diarization = ["dep:sherpa-rs"] # sherpa-onnx
pst = [] # shells out to readpst (libpst) — no crate dep, see ADR-0008 update
# Phase 9
sync = ["dep:keyring"] # remote upload (WebDAV + OAuth providers)
# Bench-only (test_parakeet branch): DirectML-enabled sherpa-onnx binaries so
# asr_bench's P2 contender can try Parakeet on the iGPU. NEVER a default
# feature — it swaps the sherpa runtime the whole binary links against.
bench-directml = ["sherpa-rs?/directml"]
# Phase 10
mcp = [
"dep:rmcp", "dep:keyring", "dep:hyper", "dep:hyper-util",
+418
View File
@@ -0,0 +1,418 @@
//! ASR bench harness — the Parakeet-vs-Whisper bake-off (test_parakeet branch).
//!
//! Drives the *production* transcribers (`WhisperTranscriber`, `OnnxTranscriber`)
//! plus a sherpa-onnx `TransducerRecognizer` (Parakeet TDT) over a shared corpus,
//! and reports WER / RTF / process-CPU-seconds per contender. One contender per
//! process invocation, deliberately: (1) process CPU time then measures exactly
//! one engine, and (2) the ort crate (OpenVINO runtime) and sherpa's bundled
//! onnxruntime never coexist in one address space.
//!
//! Usage:
//! asr_bench <contender> [--corpus DIR] [--out CSV]
//! asr_bench <contender> --live WAV # sequential 10 s window latency
//! asr_bench --self-test # WER scorer assertions
//!
//! Contenders: w1-cpu-base | w2-vulkan-base | w3-vulkan-medium | w4-npu-onnx |
//! p1-parakeet-t<N> (N = sherpa num_threads)
//!
//! Corpus layout: {name}.wav (16 kHz mono) + {name}.txt reference per utterance
//! (staged by scripts/bench/fetch-corpus.ps1).
use std::io::Write as _;
use std::path::{Path, PathBuf};
use std::time::Instant;
use whispassist_lib::audio::read_wav_mono_16k;
use whispassist_lib::models::BackendId;
use whispassist_lib::paths;
use whispassist_lib::transcription::{
onnx_models, AudioWindow, OnnxTranscriber, Transcriber, WhisperTranscriber,
};
const WINDOW_SECS: usize = 10;
const SAMPLE_RATE: usize = 16_000;
// ---- process CPU time (kernel + user) via GetProcessTimes — no crate
// features needed, kernel32 is always linked on Windows. ----
#[cfg(windows)]
mod cputime {
#[repr(C)]
#[derive(Default, Clone, Copy)]
struct Filetime {
lo: u32,
hi: u32,
}
extern "system" {
fn GetCurrentProcess() -> isize;
fn GetProcessTimes(
h: isize,
creation: *mut Filetime,
exit: *mut Filetime,
kernel: *mut Filetime,
user: *mut Filetime,
) -> i32;
}
/// Cumulative process CPU time in milliseconds.
pub fn process_cpu_ms() -> u64 {
let (mut c, mut e, mut k, mut u) = (
Filetime::default(),
Filetime::default(),
Filetime::default(),
Filetime::default(),
);
// SAFETY: pseudo-handle + four valid out-pointers, per the API contract.
let ok = unsafe { GetProcessTimes(GetCurrentProcess(), &mut c, &mut e, &mut k, &mut u) };
if ok == 0 {
return 0;
}
let ms = |f: Filetime| (((f.hi as u64) << 32) | f.lo as u64) / 10_000; // 100 ns units
ms(k) + ms(u)
}
}
#[cfg(not(windows))]
mod cputime {
pub fn process_cpu_ms() -> u64 {
0
}
}
// ---- WER ----
/// Lowercase, strip everything but alphanumerics/apostrophes, split to words —
/// LibriSpeech references are uppercase without punctuation; hypotheses carry
/// casing + punctuation, so both sides normalize through here.
fn normalize(s: &str) -> Vec<String> {
s.to_lowercase()
.chars()
.map(|c| {
if c.is_alphanumeric() || c == '\'' {
c
} else {
' '
}
})
.collect::<String>()
.split_whitespace()
.map(str::to_string)
.collect()
}
/// Word-level Levenshtein distance (two-row DP).
fn edit_distance(a: &[String], b: &[String]) -> usize {
let mut prev: Vec<usize> = (0..=b.len()).collect();
let mut cur = vec![0usize; b.len() + 1];
for (i, wa) in a.iter().enumerate() {
cur[0] = i + 1;
for (j, wb) in b.iter().enumerate() {
let sub = prev[j] + usize::from(wa != wb);
cur[j + 1] = sub.min(prev[j + 1] + 1).min(cur[j] + 1);
}
std::mem::swap(&mut prev, &mut cur);
}
prev[b.len()]
}
fn self_test() {
assert_eq!(edit_distance(&normalize("a b c"), &normalize("a b c")), 0);
assert_eq!(edit_distance(&normalize("a b c"), &normalize("a x c")), 1); // sub
assert_eq!(edit_distance(&normalize("a b c"), &normalize("a c")), 1); // del
assert_eq!(edit_distance(&normalize("a c"), &normalize("a b c")), 1); // ins
assert_eq!(
normalize("The QUICK, brown-fox's."),
vec!["the", "quick", "brown", "fox's"]
);
assert!(edit_distance(&normalize("hello world"), &normalize("")) == 2);
println!("self-test OK");
}
// ---- engines ----
// ponytail: one Engine per process for its whole lifetime — variant size skew is irrelevant.
#[allow(clippy::large_enum_variant)]
enum Engine {
Whisper(WhisperTranscriber),
Onnx(OnnxTranscriber),
Parakeet(std::sync::Mutex<sherpa_rs::transducer::TransducerRecognizer>),
}
impl Engine {
fn transcribe_wav(&self, wav: &Path) -> Result<String, String> {
match self {
Engine::Whisper(t) => Ok(join_segments(
t.transcribe_file(wav).map_err(|e| e.to_string())?,
)),
Engine::Onnx(t) => Ok(join_segments(
t.transcribe_file(wav).map_err(|e| e.to_string())?,
)),
Engine::Parakeet(r) => {
let samples = read_wav_mono_16k(wav).map_err(|e| e.to_string())?;
Ok(r.lock()
.map_err(|_| "poisoned".to_string())?
.transcribe(SAMPLE_RATE as u32, &samples))
}
}
}
/// One live window; returns the wall time only (text is discarded — this
/// mode measures latency, corpus mode measures accuracy).
fn time_window(&self, samples: Vec<f32>, offset_ms: u64) -> Result<u128, String> {
let t0 = Instant::now();
match self {
Engine::Whisper(t) => {
let (tx, rx) = std::sync::mpsc::channel();
t.transcribe_stream(AudioWindow { samples, offset_ms }, tx)
.map_err(|e| e.to_string())?;
drop(rx);
}
Engine::Onnx(t) => {
let (tx, rx) = std::sync::mpsc::channel();
t.transcribe_stream(AudioWindow { samples, offset_ms }, tx)
.map_err(|e| e.to_string())?;
drop(rx);
}
Engine::Parakeet(r) => {
let _ = r
.lock()
.map_err(|_| "poisoned".to_string())?
.transcribe(SAMPLE_RATE as u32, &samples);
}
}
Ok(t0.elapsed().as_millis())
}
}
fn join_segments(segs: Vec<whispassist_lib::models::TranscriptSegment>) -> String {
segs.iter()
.map(|s| s.text.trim())
.collect::<Vec<_>>()
.join(" ")
}
/// First file in `dir` whose name starts with `prefix` and ends with `.onnx`.
fn find_onnx(dir: &Path, prefix: &str) -> Result<PathBuf, String> {
std::fs::read_dir(dir)
.map_err(|e| format!("{}: {e}", dir.display()))?
.filter_map(|e| e.ok())
.map(|e| e.path())
.find(|p| {
p.file_name()
.and_then(|n| n.to_str())
.is_some_and(|n| n.starts_with(prefix) && n.ends_with(".onnx"))
})
.ok_or_else(|| format!("no {prefix}*.onnx under {}", dir.display()))
}
fn load_engine(contender: &str) -> Result<Engine, String> {
let whisper = |model: &str, backend: BackendId| -> Result<Engine, String> {
let path = paths::whisper_model_file(model);
WhisperTranscriber::load(&path, backend, Some("en"))
.map(Engine::Whisper)
.map_err(|e| e.to_string())
};
match contender {
"w1-cpu-base" => whisper("base.en-q5_1", BackendId::Cpu),
"w2-vulkan-base" => whisper("base.en-q5_1", BackendId::Intel),
"w3-vulkan-medium" => whisper("medium.en-q5_0", BackendId::Intel),
"w4-npu-onnx" => {
let dir = onnx_models::model_dir(onnx_models::DEFAULT_ONNX_MODEL);
OnnxTranscriber::load(&dir, BackendId::Npu, None)
.map(Engine::Onnx)
.map_err(|e| e.to_string())
}
p if p.starts_with("p1-parakeet-t") || p.starts_with("p2-parakeet-dml-t") => {
let dml = p.starts_with("p2-");
let threads: i32 = p
.rsplit_once('t')
.and_then(|(_, n)| n.parse().ok())
.ok_or_else(|| format!("bad thread count in '{p}'"))?;
let dir = paths::models_dir().join("bench-parakeet");
let config = sherpa_rs::transducer::TransducerConfig {
encoder: find_onnx(&dir, "encoder")?.to_string_lossy().into_owned(),
decoder: find_onnx(&dir, "decoder")?.to_string_lossy().into_owned(),
joiner: find_onnx(&dir, "joiner")?.to_string_lossy().into_owned(),
tokens: dir.join("tokens.txt").to_string_lossy().into_owned(),
model_type: "nemo_transducer".to_string(),
decoding_method: "greedy_search".to_string(),
sample_rate: SAMPLE_RATE as i32,
feature_dim: 80,
num_threads: threads,
// "directml" needs the bench-directml cargo feature (DirectML
// sherpa-onnx binaries); with plain binaries sherpa falls back
// noisily and the run is invalid — P2 rows only count from a
// bench-directml build.
provider: Some(if dml { "directml" } else { "cpu" }.to_string()),
..Default::default()
};
sherpa_rs::transducer::TransducerRecognizer::new(config)
.map(|r| Engine::Parakeet(std::sync::Mutex::new(r)))
.map_err(|e| e.to_string())
}
other => Err(format!(
"unknown contender '{other}' (w1-cpu-base | w2-vulkan-base | w3-vulkan-medium | w4-npu-onnx | p1-parakeet-t<N> | p2-parakeet-dml-t<N>)"
)),
}
}
// ---- modes ----
fn csv_escape(s: &str) -> String {
format!("\"{}\"", s.replace('"', "\"\""))
}
fn run_corpus(contender: &str, engine: &Engine, load_ms: u128, corpus: &Path, out: &Path) {
let mut wavs: Vec<PathBuf> = std::fs::read_dir(corpus)
.unwrap_or_else(|e| panic!("corpus dir {}: {e}", corpus.display()))
.filter_map(|e| e.ok())
.map(|e| e.path())
.filter(|p| p.extension().is_some_and(|x| x == "wav"))
.collect();
wavs.sort();
assert!(!wavs.is_empty(), "no wavs in {}", corpus.display());
if let Some(parent) = out.parent() {
std::fs::create_dir_all(parent).expect("create out dir");
}
let new_file = !out.exists();
let mut csv = std::fs::OpenOptions::new()
.create(true)
.append(true)
.open(out)
.expect("open csv");
if new_file {
writeln!(
csv,
"contender,file,audio_secs,load_ms,wall_ms,cpu_ms,wer_errors,ref_words,hypothesis"
)
.unwrap();
}
let (mut errors, mut words, mut wall_total, mut cpu_total, mut audio_total) =
(0usize, 0usize, 0u128, 0u64, 0f64);
for wav in &wavs {
let stem = wav.file_stem().unwrap().to_string_lossy().into_owned();
let reference = std::fs::read_to_string(wav.with_extension("txt")).unwrap_or_else(|e| {
panic!(
"missing reference {}: {e}",
wav.with_extension("txt").display()
)
});
let audio_secs = read_wav_mono_16k(wav)
.map(|s| s.len() as f64 / SAMPLE_RATE as f64)
.unwrap_or(0.0);
let cpu0 = cputime::process_cpu_ms();
let t0 = Instant::now();
let hypothesis = match engine.transcribe_wav(wav) {
Ok(t) => t,
Err(e) => {
eprintln!("FAILED {stem}: {e}");
continue;
}
};
let wall = t0.elapsed().as_millis();
let cpu = cputime::process_cpu_ms() - cpu0;
let r = normalize(&reference);
let h = normalize(&hypothesis);
let err = edit_distance(&r, &h);
errors += err;
words += r.len();
wall_total += wall;
cpu_total += cpu;
audio_total += audio_secs;
writeln!(
csv,
"{contender},{stem},{audio_secs:.2},{load_ms},{wall},{cpu},{err},{},{}",
r.len(),
csv_escape(&hypothesis)
)
.unwrap();
println!(
"{stem}: {audio_secs:.1}s wall={wall}ms cpu={cpu}ms wer={err}/{}",
r.len()
);
}
println!("---- {contender} summary ----");
println!(
"files: {} audio: {audio_total:.1}s load: {load_ms}ms",
wavs.len()
);
println!(
"WER: {:.2}% ({errors}/{words})",
100.0 * errors as f64 / words.max(1) as f64
);
println!(
"RTF (wall): {:.3}",
wall_total as f64 / 1000.0 / audio_total.max(0.001)
);
println!(
"CPU-sec per audio-sec: {:.3}",
cpu_total as f64 / 1000.0 / audio_total.max(0.001)
);
}
fn run_live(contender: &str, engine: &Engine, wav: &Path) {
let samples = read_wav_mono_16k(wav).expect("read live wav");
let chunk = WINDOW_SECS * SAMPLE_RATE;
let mut latencies: Vec<u128> = Vec::new();
for (i, part) in samples.chunks(chunk).enumerate() {
if part.len() < SAMPLE_RATE {
continue; // sub-second tail: skip, same spirit as MIN_DIARIZE_SAMPLES
}
let ms = engine
.time_window(part.to_vec(), (i * WINDOW_SECS * 1000) as u64)
.expect("window decode");
println!("window {i}: {ms}ms");
latencies.push(ms);
}
latencies.sort_unstable();
let pct = |p: f64| latencies[(((latencies.len() - 1) as f64) * p) as usize];
println!(
"---- {contender} live ({WINDOW_SECS}s windows, n={}) ----",
latencies.len()
);
println!(
"p50={}ms p95={}ms max={}ms (budget: {}ms)",
pct(0.50),
pct(0.95),
latencies.last().unwrap(),
WINDOW_SECS * 1000
);
}
fn main() {
let args: Vec<String> = std::env::args().skip(1).collect();
if args.iter().any(|a| a == "--self-test") {
self_test();
return;
}
let contender = args
.first()
.expect("usage: asr_bench <contender> [--corpus DIR|--live WAV]");
let flag = |name: &str| {
args.iter()
.position(|a| a == name)
.and_then(|i| args.get(i + 1))
.map(PathBuf::from)
};
let corpus = flag("--corpus").unwrap_or_else(|| PathBuf::from("bench-corpus"));
let out = flag("--out").unwrap_or_else(|| PathBuf::from("bench-results/raw.csv"));
let t0 = Instant::now();
let engine = match load_engine(contender) {
Ok(e) => e,
Err(e) => {
eprintln!("load failed: {e}");
std::process::exit(1);
}
};
let load_ms = t0.elapsed().as_millis();
println!("{contender}: loaded in {load_ms}ms");
match flag("--live") {
Some(wav) => run_live(contender, &engine, &wav),
None => run_corpus(contender, &engine, load_ms, &corpus, &out),
}
}
File diff suppressed because one or more lines are too long
+42
View File
@@ -176,6 +176,48 @@
"Identifier": {
"description": "Permission identifier",
"oneOf": [
{
"description": "This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n\n#### This default permission set includes:\n\n- `allow-enable`\n- `allow-disable`\n- `allow-is-enabled`",
"type": "string",
"const": "autostart:default",
"markdownDescription": "This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n\n#### This default permission set includes:\n\n- `allow-enable`\n- `allow-disable`\n- `allow-is-enabled`"
},
{
"description": "Enables the disable command without any pre-configured scope.",
"type": "string",
"const": "autostart:allow-disable",
"markdownDescription": "Enables the disable command without any pre-configured scope."
},
{
"description": "Enables the enable command without any pre-configured scope.",
"type": "string",
"const": "autostart:allow-enable",
"markdownDescription": "Enables the enable command without any pre-configured scope."
},
{
"description": "Enables the is_enabled command without any pre-configured scope.",
"type": "string",
"const": "autostart:allow-is-enabled",
"markdownDescription": "Enables the is_enabled command without any pre-configured scope."
},
{
"description": "Denies the disable command without any pre-configured scope.",
"type": "string",
"const": "autostart:deny-disable",
"markdownDescription": "Denies the disable command without any pre-configured scope."
},
{
"description": "Denies the enable command without any pre-configured scope.",
"type": "string",
"const": "autostart:deny-enable",
"markdownDescription": "Denies the enable command without any pre-configured scope."
},
{
"description": "Denies the is_enabled command without any pre-configured scope.",
"type": "string",
"const": "autostart:deny-is-enabled",
"markdownDescription": "Denies the is_enabled command without any pre-configured scope."
},
{
"description": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`",
"type": "string",
+42
View File
@@ -176,6 +176,48 @@
"Identifier": {
"description": "Permission identifier",
"oneOf": [
{
"description": "This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n\n#### This default permission set includes:\n\n- `allow-enable`\n- `allow-disable`\n- `allow-is-enabled`",
"type": "string",
"const": "autostart:default",
"markdownDescription": "This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n\n#### This default permission set includes:\n\n- `allow-enable`\n- `allow-disable`\n- `allow-is-enabled`"
},
{
"description": "Enables the disable command without any pre-configured scope.",
"type": "string",
"const": "autostart:allow-disable",
"markdownDescription": "Enables the disable command without any pre-configured scope."
},
{
"description": "Enables the enable command without any pre-configured scope.",
"type": "string",
"const": "autostart:allow-enable",
"markdownDescription": "Enables the enable command without any pre-configured scope."
},
{
"description": "Enables the is_enabled command without any pre-configured scope.",
"type": "string",
"const": "autostart:allow-is-enabled",
"markdownDescription": "Enables the is_enabled command without any pre-configured scope."
},
{
"description": "Denies the disable command without any pre-configured scope.",
"type": "string",
"const": "autostart:deny-disable",
"markdownDescription": "Denies the disable command without any pre-configured scope."
},
{
"description": "Denies the enable command without any pre-configured scope.",
"type": "string",
"const": "autostart:deny-enable",
"markdownDescription": "Denies the enable command without any pre-configured scope."
},
{
"description": "Denies the is_enabled command without any pre-configured scope.",
"type": "string",
"const": "autostart:deny-is-enabled",
"markdownDescription": "Denies the is_enabled command without any pre-configured scope."
},
{
"description": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`",
"type": "string",
@@ -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;
+451 -39
View File
@@ -45,9 +45,26 @@ pub enum AudioError {
pub struct CaptureHandle {
running: Arc<AtomicBool>,
paused: Arc<AtomicBool>,
/// Mic-only (FR-CAP-7): when set, the microphone stream emits silence instead
/// of real samples — the recording's mic-left channel and the live transcript
/// go quiet, the meter drops to zero, while loopback keeps recording. Toggled
/// live via `set_muted` (the "press M to mute" control).
muted: Arc<AtomicBool>,
thread: JoinHandle<Result<CaptureSummary, AudioError>>,
}
impl CaptureHandle {
/// Mute/unmute this stream live. Only meaningful for the microphone capture.
pub fn set_muted(&self, muted: bool) {
self.muted.store(muted, Ordering::SeqCst);
}
/// Whether this stream is currently muted.
pub fn is_muted(&self) -> bool {
self.muted.load(Ordering::SeqCst)
}
}
/// Where captured frames are delivered for live transcription: mono f32 @ 16kHz,
/// bounded so a slow/absent consumer can never stall the capture thread.
pub type FrameSink = SyncSender<Vec<f32>>;
@@ -58,6 +75,9 @@ pub type FrameSink = SyncSender<Vec<f32>>;
pub struct AudioLevel {
pub rms: f32,
pub peak: f32,
/// `true` for the microphone stream, `false` for system/loopback audio —
/// lets the UI overlay the two meters in different colours (FR-CAP-5/7).
pub mic: bool,
}
/// Out-of-band capture notices, lower-volume than `FrameSink`/level updates.
@@ -198,12 +218,89 @@ impl MicBridge {
}
}
}
/// Loopback idle path: take everything buffered at once, device-paced. The
/// idle writer must NOT meter the mic by wall-clock — that lets the buffer
/// back up to `cap` and drop the oldest samples, which sounds like the audio
/// skipping/fast-forwarding late in a long silent stretch. Draining fully
/// keeps the mic flowing at its own clock.
fn drain(&self) -> Vec<f32> {
self.buf
.lock()
.map(|mut buf| buf.drain(..).collect())
.unwrap_or_default()
}
}
/// Below this per-chunk RMS the mic is treated as silence/room noise and not
/// collected into a voiceprint. Without it the voiceprint was just the first
/// few seconds of the recording regardless of whether the user had spoken —
/// so a user silent for the first 30s got a noise voiceprint that spuriously
/// matched a cluster and mislabeled everyone "You". ponytail: fixed floor for
/// normalized [-1,1] speech; promote to a calibration knob if real mics vary.
const VOICE_ENERGY_FLOOR: f32 = 0.01;
/// A one-shot, bounded capture of raw mic-only audio (16kHz mono, same format
/// the transcriber and diarizer both use) taken from the user's early *speech*
/// — enough to compute a voiceprint that identifies which diarized speaker
/// cluster is the mic (so it can be labeled "You" instead of a clustered
/// "S1"/"S2"; see `diarization::voiceprint`). Unlike `MicBridge`, this is filled
/// once and never drained: the first `cap` samples of speech-level audio are
/// kept and everything after is dropped, since a voiceprint only needs a few
/// seconds of real speech, not the whole meeting. Silence is skipped so the
/// window tracks when the user actually talks, not the wall clock.
pub struct VoiceSample {
cap: usize,
buf: Mutex<Vec<f32>>,
}
impl VoiceSample {
pub fn new(cap_samples: usize) -> Arc<Self> {
Arc::new(Self {
cap: cap_samples,
buf: Mutex::new(Vec::new()),
})
}
fn push(&self, samples: &[f32]) {
// Skip silence/room noise so the voiceprint is the user's voice, not
// whatever the mic picked up before they first spoke (see
// VOICE_ENERGY_FLOOR). RMS inline so VoiceSample stays independent of
// the `audio`-gated level helper.
let rms = if samples.is_empty() {
0.0
} else {
(samples.iter().map(|s| s * s).sum::<f32>() / samples.len() as f32).sqrt()
};
if rms < VOICE_ENERGY_FLOOR {
return;
}
if let Ok(mut buf) = self.buf.lock() {
if buf.len() < self.cap {
buf.extend_from_slice(samples);
buf.truncate(self.cap);
}
}
}
/// The samples captured so far (may be shorter than `cap` on a short
/// recording, or empty if the mic never produced usable audio).
pub fn samples(&self) -> Vec<f32> {
self.buf.lock().map(|b| b.clone()).unwrap_or_default()
}
}
// MicActivity (the live mic-speech timeline) was retired 2026-07-14 with the
// masked-mono diarization it fed — the split (mic-left/loopback-right) layout
// makes the mic/far-side separation intrinsic to audio.wav, so "You" is
// recomputed from the left channel via `vad_spans`. See the retirement note in
// commands.rs (attribute_split).
/// Number of audio frames in a raw WASAPI byte buffer of the given format.
#[cfg(feature = "audio")]
fn frame_count(bytes: &[u8], format: &WaveFormat) -> usize {
let bytes_per_frame = (format.get_bitspersample() as usize / 8) * format.get_nchannels() as usize;
let bytes_per_frame =
(format.get_bitspersample() as usize / 8) * format.get_nchannels() as usize;
if bytes_per_frame == 0 {
0
} else {
@@ -231,11 +328,16 @@ impl WasapiCapture {
frame_sink: FrameSink,
event_sink: EventSink,
bridge: Option<Arc<MicBridge>>,
voice_sample: Option<Arc<VoiceSample>>,
split: bool,
emit_level: bool,
) -> Result<CaptureHandle, AudioError> {
let running = Arc::new(AtomicBool::new(true));
let paused = Arc::new(AtomicBool::new(false));
let muted = Arc::new(AtomicBool::new(false));
let running_th = running.clone();
let paused_th = paused.clone();
let muted_th = muted.clone();
let wav_path = wav_path.map(Path::to_path_buf);
let device_id = device_id.map(str::to_string);
@@ -250,7 +352,11 @@ impl WasapiCapture {
&event_sink,
&running_th,
&paused_th,
&muted_th,
bridge.as_ref(),
voice_sample.as_ref(),
split,
emit_level,
)
})
.map_err(|e| AudioError::Capture(format!("spawn failed: {e}")))?;
@@ -258,6 +364,7 @@ impl WasapiCapture {
Ok(CaptureHandle {
running,
paused,
muted,
thread,
})
}
@@ -281,17 +388,23 @@ impl WasapiCapture {
frame_sink,
event_sink,
Some(bridge),
None,
true, // split: mic-enabled loopback records mic-left / loopback-right
true, // emit_level
)
}
/// Microphone capture that both feeds the live-transcript mixer (`frame_sink`)
/// and pushes its audio into `bridge` for the loopback thread to record.
/// `voice_sample`, when given, also collects the first few seconds of raw
/// mic audio for a post-recording voiceprint match (mic-speaker labeling).
pub fn start_microphone_recording(
&self,
device_id: Option<&str>,
frame_sink: FrameSink,
event_sink: EventSink,
bridge: Arc<MicBridge>,
voice_sample: Option<Arc<VoiceSample>>,
) -> Result<CaptureHandle, AudioError> {
self.start_capture(
"wa-mic-capture",
@@ -301,6 +414,9 @@ impl WasapiCapture {
frame_sink,
event_sink,
Some(bridge),
voice_sample,
false, // split: mic stream has no writer
true, // emit_level
)
}
}
@@ -322,6 +438,9 @@ impl AudioCapture for WasapiCapture {
frame_sink,
event_sink,
None,
None,
false, // split: loopback-only / mic stream — no split writer
true, // emit_level
)
}
@@ -339,6 +458,9 @@ impl AudioCapture for WasapiCapture {
frame_sink,
event_sink,
None,
None,
false, // split: loopback-only / mic stream — no split writer
true, // emit_level
)
}
@@ -376,7 +498,10 @@ struct CaptureSession {
/// was picked) — same "degrade gracefully rather than fail the recording" spirit
/// as the device-recovery reconnect below.
#[cfg(feature = "audio")]
fn find_device(direction: &Direction, device_id: Option<&str>) -> Result<wasapi::Device, AudioError> {
fn find_device(
direction: &Direction,
device_id: Option<&str>,
) -> Result<wasapi::Device, AudioError> {
let Some(id) = device_id else {
return wasapi::get_default_device(direction)
.map_err(|e| AudioError::Device(format!("no default audio device: {e}")));
@@ -458,12 +583,14 @@ fn format_compatible(a: &WaveFormat, b: &WaveFormat) -> bool {
}
/// Amplitude of one chunk of mono samples, for the live level meter (FR-CAP-5).
/// `mic` tags which stream this level came from so the UI can overlay both.
#[cfg(feature = "audio")]
fn audio_level(mono: &[f32]) -> AudioLevel {
fn audio_level(mono: &[f32], mic: bool) -> AudioLevel {
if mono.is_empty() {
return AudioLevel {
rms: 0.0,
peak: 0.0,
mic,
};
}
let sum_sq: f32 = mono.iter().map(|s| s * s).sum();
@@ -471,6 +598,7 @@ fn audio_level(mono: &[f32]) -> AudioLevel {
AudioLevel {
rms: (sum_sq / mono.len() as f32).sqrt(),
peak,
mic,
}
}
@@ -478,6 +606,18 @@ fn audio_level(mono: &[f32]) -> AudioLevel {
/// without flooding the frontend with an event per ~10ms WASAPI callback.
const LEVEL_EMIT_INTERVAL: Duration = Duration::from_millis(50);
/// When the loopback (render) endpoint is idle, WASAPI delivers no packets, so
/// the recording would stall and the bridged mic — the user talking over system
/// silence — would be lost as the MicBridge overflows. The loopback loop then
/// synthesizes silence for the elapsed gap and folds the mic in, keeping
/// `audio.wav` continuous and complete (FR-CAP-7). MIN gates on a *sustained*
/// gap so brief inter-packet stalls during active playback don't punch silence
/// into the loopback (audible clicks); it stays well under the MicBridge's
/// ~0.5s cap so the mic can't back up and drop samples between drains. MAX caps
/// the silence padding written in one chunk.
const SILENCE_TICK_MIN: Duration = Duration::from_millis(150);
const SILENCE_TICK_MAX: Duration = Duration::from_millis(500);
/// Runs on a dedicated OS thread for the lifetime of a `CaptureHandle`. Owns the
/// WASAPI client and the WAV writer; exits (and finalizes the WAV) once `running`
/// is cleared.
@@ -491,26 +631,38 @@ fn capture_loop(
event_sink: &EventSink,
running: &AtomicBool,
paused: &AtomicBool,
// Mic-only live mute (FR-CAP-7): zeroes the decoded mic samples so the
// recording, transcript, and meter all go silent while loopback continues.
muted: &AtomicBool,
bridge: Option<&Arc<MicBridge>>,
voice_sample: Option<&Arc<VoiceSample>>,
// FR-SPK: when true, the loopback WAV is stereo L=mic / R=loopback (the mic
// is a separate track, not summed in) so diarization can run on the far side
// alone. Only meaningful for the loopback writer.
split: bool,
emit_level: bool,
) -> Result<CaptureSummary, AudioError> {
wasapi::initialize_mta()
.ok()
.map_err(|e| AudioError::Device(format!("COM init failed: {e}")))?;
let is_loopback = matches!(direction, Direction::Render);
// Only the loopback stream emits level updates (FR-CAP-5) and writes a WAV;
// the mic stream just contributes frames to the transcript mixer (FR-CAP-7).
let emit_level = wav_path.is_some();
// Both streams emit level updates (FR-CAP-5/7) — tagged by `mic` below so the
// UI can overlay them — but only the loopback stream writes a WAV.
let mut session = open_capture_session(&direction, device_id)?;
// Loopback publishes its rate so the mic knows what to resample to before
// pushing into the shared bridge (mic-into-recording, FR-CAP-7).
// pushing into the shared bridge (mic-into-recording, FR-CAP-7), and so the
// Phase 3 mic-activity timeline maps frame positions to windows.
if is_loopback {
if let Some(b) = bridge {
b.rate
.store(session.format.get_samplespersec(), Ordering::Relaxed);
}
}
let spec = wav_spec_for(&session.format)?;
let mut spec = wav_spec_for(&session.format)?;
if split && is_loopback {
spec.channels = 2; // L = mic, R = loopback (downmixed)
}
let mut writer = match wav_path {
Some(path) => Some(WavWriter::create(path, spec).map_err(|e| {
AudioError::Capture(format!("could not create {}: {e}", path.display()))
@@ -530,6 +682,9 @@ fn capture_loop(
let mut queue: std::collections::VecDeque<u8> = std::collections::VecDeque::new();
let mut frames_written: u64 = 0;
let mut last_level_emit = Instant::now() - LEVEL_EMIT_INTERVAL;
// Wall-clock of the last WAV write (real or synthesized), so the loopback
// loop can fill idle gaps with silence+mic instead of stalling.
let mut last_write = Instant::now();
while running.load(Ordering::Relaxed) {
// Short timeout so we periodically re-check `running` even with no data.
@@ -573,8 +728,42 @@ fn capture_loop(
continue;
}
if queue.is_empty() {
// Loopback idle (nothing playing): keep audio.wav advancing so the
// bridged mic (user talking over system silence) is preserved
// instead of lost to MicBridge overflow. Only after a *sustained*
// gap, so brief inter-packet stalls during active playback don't
// punch silence into the loopback (clicks). Loopback + mic-enabled
// only; the mic capture stream has no writer.
if is_loopback && !paused.load(Ordering::Relaxed) {
if let (Some(w), Some(b)) = (writer.as_mut(), bridge) {
let elapsed = last_write.elapsed();
if elapsed >= SILENCE_TICK_MIN {
// Drain the whole mic buffer (device-paced). Metering the
// pull by wall-clock let the buffer back up to its cap and
// drop the oldest samples — the audio skipped/fast-
// forwarded late in a long gap. Draining fully avoids that.
let mic = b.drain();
let rate = session.format.get_samplespersec() as usize;
// Advance the timeline by the wall-clock gap (capped), but
// never fewer frames than the mic we must write.
let gap_frames =
(elapsed.min(SILENCE_TICK_MAX).as_micros() as usize * rate / 1_000_000)
.max(mic.len());
let bpf = session.format.get_nchannels() as usize
* (session.format.get_bitspersample() as usize / 8);
let silence = vec![0u8; gap_frames * bpf];
frames_written += if split {
write_wav_split(w, &silence, &session.format, &mic)?
} else {
write_wav_bytes(w, &silence, &session.format, &mic)?
};
last_write = Instant::now();
}
}
}
continue;
}
last_write = Instant::now();
let bytes: Vec<u8> = queue.drain(..).collect();
// Must keep pulling WASAPI buffers even while paused (required to avoid
@@ -590,9 +779,20 @@ fn capture_loop(
Some(b) if is_loopback => b.pull(frame_count(&bytes, &session.format)),
_ => Vec::new(),
};
frames_written += write_wav_bytes(w, &bytes, &session.format, &mic)?;
frames_written += if split {
write_wav_split(w, &bytes, &session.format, &mic)?
} else {
write_wav_bytes(w, &bytes, &session.format, &mic)?
};
}
let mut mono = decode_mono_f32(&bytes, &session.format)?;
// Mic muted: replace the decoded samples with silence before anything
// downstream sees them — the recording's mic channel, the bridge, the
// transcript feed, the meter, and the voiceprint sample all go quiet.
// Loopback (`is_loopback`) is never muted this way.
if !is_loopback && muted.load(Ordering::Relaxed) {
mono.iter_mut().for_each(|s| *s = 0.0);
}
let mono = decode_mono_f32(&bytes, &session.format)?;
// Mic: feed the shared bridge (resampled to the loopback's rate) so the
// loopback thread can fold it into the recording.
@@ -612,12 +812,20 @@ fn capture_loop(
}
if emit_level && last_level_emit.elapsed() >= LEVEL_EMIT_INTERVAL {
let _ = event_sink.try_send(CaptureEvent::Level(audio_level(&mono)));
let _ = event_sink.try_send(CaptureEvent::Level(audio_level(&mono, !is_loopback)));
last_level_emit = Instant::now();
}
let resampled = resampler.process(&mono);
if !resampled.is_empty() {
// Mic-only, best-effort: a few seconds of raw mic audio for the
// post-recording voiceprint match (see `VoiceSample`). No-ops
// itself once its cap is reached.
if !is_loopback {
if let Some(vs) = voice_sample {
vs.push(&resampled);
}
}
let _ = frame_sink.try_send(resampled); // drop on backpressure; disk write is unaffected
}
}
@@ -688,7 +896,8 @@ fn write_wav_bytes(
for frame in bytes.chunks_exact(2 * channels) {
let add = mic.get(frames as usize).copied().unwrap_or(0.0);
for c in frame.chunks_exact(2) {
let v = i16::from_le_bytes(c.try_into().unwrap()) as f32 / i16::MAX as f32 + add;
let v =
i16::from_le_bytes(c.try_into().unwrap()) as f32 / i16::MAX as f32 + add;
writer
.write_sample(f32_to_i16(v))
.map_err(|e| AudioError::Capture(format!("wav write: {e}")))?;
@@ -711,6 +920,57 @@ fn f32_to_i16(v: f32) -> i16 {
(v.clamp(-1.0, 1.0) * i16::MAX as f32) as i16
}
/// Split layout (FR-SPK): write frames as **stereo, L = mic, R = loopback**
/// (downmixed to mono), so the two sources stay separate in `audio.wav` and
/// diarization can run on the far side alone. `loopback_bytes` is the raw WASAPI
/// mix buffer (all-zero for a synthesized-silence chunk); `mic` may be shorter
/// than the frame count (rest silent) or empty (mic underran). Returns frames.
fn write_wav_split(
writer: &mut WavWriter<BufWriter<File>>,
loopback_bytes: &[u8],
format: &WaveFormat,
mic: &[f32],
) -> Result<u64, AudioError> {
let sample_type = format
.get_subformat()
.map_err(|e| AudioError::Device(format!("unrecognized mix format: {e}")))?;
let channels = format.get_nchannels() as usize;
if channels == 0 {
return Ok(0);
}
let (bytes_per_sample, decode): (usize, fn(&[u8]) -> f32) =
match (sample_type, format.get_bitspersample()) {
(SampleType::Float, 32) => (4, |c| f32::from_le_bytes(c.try_into().unwrap())),
(SampleType::Int, 16) => (2, |c| {
i16::from_le_bytes(c.try_into().unwrap()) as f32 / i16::MAX as f32
}),
(st, bits) => {
return Err(AudioError::Device(format!(
"unsupported capture format: {st} {bits}-bit"
)))
}
};
let mut frames = 0u64;
for frame in loopback_bytes.chunks_exact(bytes_per_sample * channels) {
// R = loopback downmixed to mono.
let loop_mono = frame
.chunks_exact(bytes_per_sample)
.map(decode)
.sum::<f32>()
/ channels as f32;
// L = mic for this frame (silent if the mic underran).
let mic_s = mic.get(frames as usize).copied().unwrap_or(0.0);
writer
.write_sample(f32_to_i16(mic_s))
.map_err(|e| AudioError::Capture(format!("wav write: {e}")))?;
writer
.write_sample(f32_to_i16(loop_mono))
.map_err(|e| AudioError::Capture(format!("wav write: {e}")))?;
frames += 1;
}
Ok(frames)
}
/// Downmix raw WASAPI capture bytes to mono `f32` in `[-1.0, 1.0]`, at the
/// device's native sample rate (resampling to 16kHz happens separately).
fn decode_mono_f32(bytes: &[u8], format: &WaveFormat) -> Result<Vec<f32>, AudioError> {
@@ -825,6 +1085,22 @@ impl Resampler {
/// through hound's size-aware iterator; hound is only used to parse the
/// format/`fmt ` chunk.
pub fn read_wav_mono_16k(path: &Path) -> Result<Vec<f32>, AudioError> {
read_wav_16k(path, None)
}
/// Like [`read_wav_mono_16k`] but extracts a single channel instead of
/// downmixing — used by the Phase 3.5 split path to diarize the right
/// (loopback) channel and VAD the left (mic) channel (FR-SPK). `channel` is
/// clamped to the file's last channel, so it's safe on a mono/summed file.
pub fn read_wav_channel_16k(path: &Path, channel: usize) -> Result<Vec<f32>, AudioError> {
read_wav_16k(path, Some(channel))
}
/// Shared reader: decrypt (T8.8), reduce each frame to one f32 — averaging all
/// channels (`channel = None`) or picking one (`channel = Some`) — resample to
/// 16kHz. Reads the `data` payload as raw bytes (an unfinalized WAV's size
/// fields read back as 0), so it works on a mid-write / crash-left file (FR-REL-1).
fn read_wav_16k(path: &Path, channel: Option<usize>) -> Result<Vec<f32>, AudioError> {
let raw = std::fs::read(path).map_err(|e| AudioError::Capture(format!("read wav: {e}")))?;
// Decrypt if the recording was sealed at rest (T8.8); plaintext passes through.
let file =
@@ -834,6 +1110,8 @@ pub fn read_wav_mono_16k(path: &Path) -> Result<Vec<f32>, AudioError> {
.map_err(|e| AudioError::Capture(format!("open wav: {e}")))?
.spec();
let channels = spec.channels.max(1) as usize;
// Which channel index to pick (clamped), or None to downmix.
let pick = channel.map(|c| c.min(channels - 1));
let data_marker = file
.windows(4)
@@ -846,21 +1124,17 @@ pub fn read_wav_mono_16k(path: &Path) -> Result<Vec<f32>, AudioError> {
(SampleFormat::Float, 32) => bytes
.chunks_exact(4 * channels)
.map(|frame| {
frame
.chunks_exact(4)
.map(|c| f32::from_le_bytes(c.try_into().unwrap()))
.sum::<f32>()
/ channels as f32
reduce_frame(frame, 4, pick, channels, |c| {
f32::from_le_bytes(c.try_into().unwrap())
})
})
.collect(),
(SampleFormat::Int, 16) => bytes
.chunks_exact(2 * channels)
.map(|frame| {
frame
.chunks_exact(2)
.map(|c| i16::from_le_bytes(c.try_into().unwrap()) as f32 / i16::MAX as f32)
.sum::<f32>()
/ channels as f32
reduce_frame(frame, 2, pick, channels, |c| {
i16::from_le_bytes(c.try_into().unwrap()) as f32 / i16::MAX as f32
})
})
.collect(),
(fmt, bits) => {
@@ -874,6 +1148,78 @@ pub fn read_wav_mono_16k(path: &Path) -> Result<Vec<f32>, AudioError> {
Ok(resampler.process(&mono))
}
/// Voice-activity "You" spans (FR-SPK): 100ms windows of 16kHz mono audio above
/// [`VOICE_ENERGY_FLOOR`], merged into `(start_ms, end_ms)` ranges. Run on the
/// left (mic) channel of a split recording to attribute segments to "You" —
/// replaces the old live `MicActivity` timeline (recomputed from the file, so
/// stop and reprocess agree).
pub fn vad_spans(samples: &[f32]) -> Vec<(u64, u64)> {
const WINDOW_MS: u64 = 100;
let win = (TARGET_SAMPLE_RATE as u64 * WINDOW_MS / 1000) as usize; // 1600 @16kHz
if win == 0 {
return Vec::new();
}
let mut spans = Vec::new();
let mut start: Option<u64> = None;
let mut w = 0u64;
let mut i = 0usize;
while i < samples.len() {
let chunk = &samples[i..(i + win).min(samples.len())];
let rms = (chunk.iter().map(|s| s * s).sum::<f32>() / chunk.len().max(1) as f32).sqrt();
match (rms >= VOICE_ENERGY_FLOOR, start) {
(true, None) => start = Some(w * WINDOW_MS),
(false, Some(s)) => {
spans.push((s, w * WINDOW_MS));
start = None;
}
_ => {}
}
i += win;
w += 1;
}
if let Some(s) = start {
spans.push((s, w * WINDOW_MS));
}
spans
}
/// Reduce one interleaved frame to a single f32: pick channel `pick` or average
/// all `channels`. `width` is bytes-per-sample; `decode` turns those bytes → f32.
fn reduce_frame(
frame: &[u8],
width: usize,
pick: Option<usize>,
channels: usize,
decode: impl Fn(&[u8]) -> f32,
) -> f32 {
match pick {
Some(c) => decode(&frame[c * width..c * width + width]),
None => frame.chunks_exact(width).map(decode).sum::<f32>() / channels as f32,
}
}
/// Write mono 16kHz `f32` samples as a Float32 WAV — the format
/// [`read_wav_mono_16k`] reads back. Used to persist the mic voiceprint sample
/// next to a retained recording so it can be re-matched on reprocess (FR-SPK).
pub fn write_wav_mono_16k(path: &Path, samples: &[f32]) -> Result<(), AudioError> {
let spec = WavSpec {
channels: 1,
sample_rate: 16_000,
bits_per_sample: 32,
sample_format: SampleFormat::Float,
};
let mut writer = WavWriter::create(path, spec)
.map_err(|e| AudioError::Capture(format!("write wav: {e}")))?;
for &s in samples {
writer
.write_sample(s)
.map_err(|e| AudioError::Capture(format!("write wav: {e}")))?;
}
writer
.finalize()
.map_err(|e| AudioError::Capture(format!("write wav: {e}")))
}
/// Ceiling on how far the still-flowing stream may run ahead of a stalled
/// partner before the mixer forwards it alone — so a muted/dead microphone (or a
/// silent system output) can't hold up the live transcript. 0.5s @ 16kHz.
@@ -979,6 +1325,34 @@ fn mixer_loop(
mod tests {
use super::*;
#[test]
fn vad_spans_ignores_silence() {
// 200ms of 16kHz silence → no "You" spans.
assert!(vad_spans(&[0.0; 3_200]).is_empty());
}
#[test]
fn vad_spans_collapses_speech_into_spans_with_gaps() {
// 16kHz: 1600 samples per 100ms window. Speech in windows 0,1 (0-200ms)
// and 4,5 (400-600ms), silence between.
let mut samples = vec![0.0f32; 9_600]; // 600ms
samples[0..3_200].fill(0.2); // windows 0,1
samples[6_400..9_600].fill(0.2); // windows 4,5
assert_eq!(vad_spans(&samples), vec![(0, 200), (400, 600)]);
}
#[test]
fn voice_sample_skips_silence_and_keeps_speech() {
let vs = VoiceSample::new(16_000);
vs.push(&[0.0; 4_000]); // silence: below the energy floor
assert!(
vs.samples().is_empty(),
"silence must not fill the voiceprint"
);
vs.push(&[0.2; 4_000]); // speech-level audio
assert_eq!(vs.samples().len(), 4_000, "speech-level audio is collected");
}
#[test]
fn mixer_sums_aligned_streams_and_keeps_the_unmatched_tail() {
let mut m = Mixer::new();
@@ -1013,6 +1387,16 @@ mod tests {
assert!(m.loopback.is_empty());
}
#[test]
fn voice_sample_caps_and_stops_accepting_once_full() {
let vs = VoiceSample::new(4);
vs.push(&[1.0, 2.0, 3.0]);
vs.push(&[4.0, 5.0]); // would overflow the cap of 4
assert_eq!(vs.samples(), vec![1.0, 2.0, 3.0, 4.0]);
vs.push(&[9.0]); // already full — ignored
assert_eq!(vs.samples(), vec![1.0, 2.0, 3.0, 4.0]);
}
#[test]
fn wav_writer_writes_16bit_from_a_float_mix_and_keeps_duration() {
// A 32-bit-float mix is captured but written as 16-bit PCM at the same
@@ -1045,6 +1429,33 @@ mod tests {
let _ = std::fs::remove_dir_all(&dir);
}
#[test]
fn write_wav_split_puts_mic_left_and_loopback_right() {
let dir = std::env::temp_dir().join(format!("wa-test-{}", uuid::Uuid::new_v4()));
std::fs::create_dir_all(&dir).unwrap();
let path = dir.join("audio.wav");
// 2ch float loopback input; split output is always 2ch 16-bit.
let format = WaveFormat::new(32, 32, &SampleType::Float, 48_000, 2, None);
let spec = WavSpec {
channels: 2,
sample_rate: 48_000,
bits_per_sample: 16,
sample_format: SampleFormat::Int,
};
let mut writer = WavWriter::create(&path, spec).unwrap();
// One 2ch loopback frame [0.4, 0.6] → R = downmix 0.5; mic 0.2 → L.
let loop_bytes: Vec<u8> = [0.4f32, 0.6].iter().flat_map(|s| s.to_le_bytes()).collect();
let n = write_wav_split(&mut writer, &loop_bytes, &format, &[0.2]).unwrap();
writer.finalize().unwrap();
assert_eq!(n, 1);
let mut reader = hound::WavReader::open(&path).unwrap();
let s: Vec<i16> = reader.samples::<i16>().map(|x| x.unwrap()).collect();
assert!((s[0] as f32 / i16::MAX as f32 - 0.2).abs() < 0.001); // L = mic
assert!((s[1] as f32 / i16::MAX as f32 - 0.5).abs() < 0.001); // R = loopback downmix
let _ = std::fs::remove_dir_all(&dir);
}
#[test]
fn f32_to_i16_clamps_and_scales() {
assert_eq!(f32_to_i16(0.0), 0);
@@ -1063,10 +1474,7 @@ mod tests {
let format = WaveFormat::new(32, 32, &SampleType::Float, 48_000, 2, None);
let mut writer = WavWriter::create(&path, wav_spec_for(&format).unwrap()).unwrap();
// One stereo frame of silence (L=0.0, R=0.0).
let bytes: Vec<u8> = [0.0f32, 0.0]
.iter()
.flat_map(|s| s.to_le_bytes())
.collect();
let bytes: Vec<u8> = [0.0f32, 0.0].iter().flat_map(|s| s.to_le_bytes()).collect();
let frames = write_wav_bytes(&mut writer, &bytes, &format, &[0.5]).unwrap();
writer.finalize().unwrap();
assert_eq!(frames, 1);
@@ -1328,17 +1736,21 @@ mod tests {
let (ev_tx, _ev) = std::sync::mpsc::sync_channel::<CaptureEvent>(8);
let (ev_tx2, _ev2) = std::sync::mpsc::sync_channel::<CaptureEvent>(8);
let loop_h =
match WasapiCapture.start_loopback_recording(&path, None, loop_tx, ev_tx, bridge.clone())
{
Ok(h) => h,
Err(e) => {
eprintln!("[mixrec] no loopback device: {e} (skipping)");
return;
}
};
let loop_h = match WasapiCapture.start_loopback_recording(
&path,
None,
loop_tx,
ev_tx,
bridge.clone(),
) {
Ok(h) => h,
Err(e) => {
eprintln!("[mixrec] no loopback device: {e} (skipping)");
return;
}
};
let mic_h = WasapiCapture
.start_microphone_recording(None, mic_tx, ev_tx2, bridge)
.start_microphone_recording(None, mic_tx, ev_tx2, bridge, None)
.ok();
let _ = std::process::Command::new("powershell")
@@ -1401,7 +1813,7 @@ mod tests {
#[test]
fn audio_level_of_empty_chunk_is_silence() {
let level = audio_level(&[]);
let level = audio_level(&[], false);
assert_eq!(level.rms, 0.0);
assert_eq!(level.peak, 0.0);
}
@@ -1409,14 +1821,14 @@ mod tests {
#[test]
fn audio_level_computes_rms_and_peak() {
// Two samples of equal magnitude: RMS equals that magnitude, peak too.
let level = audio_level(&[0.5, -0.5]);
let level = audio_level(&[0.5, -0.5], false);
assert!((level.rms - 0.5).abs() < 1e-6);
assert!((level.peak - 0.5).abs() < 1e-6);
}
#[test]
fn audio_level_peak_tracks_the_largest_magnitude_sample() {
let level = audio_level(&[0.1, -0.9, 0.3]);
let level = audio_level(&[0.1, -0.9, 0.3], false);
assert!((level.peak - 0.9).abs() < 1e-6);
}
+178 -14
View File
@@ -62,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
@@ -78,15 +109,25 @@ 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() {
// readpst writes some errors to stdout rather than stderr; show
// whichever stream actually has text, stderr first.
@@ -460,6 +501,17 @@ fn parse_vevents(ics_text: &str, source: &str) -> Vec<ImportedEvent> {
}
}
_ => {
// 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(),
@@ -469,7 +521,7 @@ fn parse_vevents(ics_text: &str, source: &str) -> Vec<ImportedEvent> {
starts_at,
ends_at,
description: description.take(),
raw_uid: uid.take(),
raw_uid,
},
attendees,
});
@@ -615,12 +667,37 @@ fn local_to_utc_secs(dt: chrono::NaiveDateTime) -> i64 {
}
}
/// 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) => {
let d = dt.with_timezone(&Local).date_naive();
format!("{:04}{:02}{:02}", d.year(), d.month(), d.day())
}
Some(dt) => format!("{:04}{:02}{:02}", dt.year(), dt.month(), dt.day()),
None => String::new(),
}
}
@@ -1082,4 +1159,91 @@ END:VEVENT\r\n";
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);
}
}
+1871 -84
View File
File diff suppressed because it is too large Load Diff
+183
View File
@@ -0,0 +1,183 @@
//! Enterprise deployment: seed default settings from an admin-supplied `.ini`
//! on **first run only** (before any `settings.json` exists).
//!
//! An admin mass-deploying WhispAssist (GPO / SCCM / Intune) drops a
//! `wa-defaults.ini` and every fresh install picks it up once, seeding
//! `settings.json` with their chosen defaults (record-by-default, preferred
//! backend, retention, model to auto-download, …) — all via native Windows file
//! deployment, no WiX custom actions. See `docs/enterprise-deployment.md`.
//!
//! **Guardrail (CLAUDE.md):** the file must never carry secrets. Keys that look
//! like credentials are ignored here as defense in depth — API keys / OAuth
//! tokens live only in the OS credential store.
use crate::models::Settings;
use serde_json::{Map, Value};
use std::path::PathBuf;
/// Special (non-`Settings`) INI key: when truthy, the first-run seed also fetches
/// the configured `whisper_model` in the background so the machine is ready
/// offline. Stripped before the settings merge.
const AUTO_DOWNLOAD_KEY: &str = "auto_download_model";
/// Candidate locations, first found wins:
/// 1. `%PROGRAMDATA%\WhispAssist\wa-defaults.ini` — machine-wide enterprise path.
/// 2. `<exe dir>\wa-defaults.ini` — the bundled template / per-install override.
fn candidate_paths() -> Vec<PathBuf> {
let mut paths = Vec::new();
if let Ok(program_data) = std::env::var("ProgramData") {
paths.push(
PathBuf::from(program_data)
.join("WhispAssist")
.join("wa-defaults.ini"),
);
}
if let Ok(exe) = std::env::current_exe() {
if let Some(dir) = exe.parent() {
paths.push(dir.join("wa-defaults.ini"));
}
}
paths
}
/// Reads the first existing defaults file and produces the seeded settings plus
/// the whisper model id to auto-download (if `auto_download_model` was set).
/// `None` when no file exists or it contains no overrides (the shipped template
/// is fully commented, so normal installs get exactly today's behavior).
pub fn seed_settings_from_defaults() -> Option<(Settings, Option<String>)> {
let text = candidate_paths()
.into_iter()
.find_map(|p| std::fs::read_to_string(p).ok())?;
seed_from_ini(&text)
}
/// Testable core: parse INI text → merge onto the built-in defaults.
fn seed_from_ini(text: &str) -> Option<(Settings, Option<String>)> {
let mut overrides = parse_ini(text);
if overrides.is_empty() {
return None;
}
// Pull the non-Settings auto-download flag out before the merge.
let auto_download = overrides
.remove(AUTO_DOWNLOAD_KEY)
.map(|v| truthy(&v))
.unwrap_or(false);
// Merge overrides onto the default settings' JSON form, then deserialize.
// Unknown keys (typos) are ignored — `Settings` has no deny_unknown_fields.
let mut base = match serde_json::to_value(crate::commands::default_settings()) {
Ok(Value::Object(map)) => map,
_ => return None,
};
for (k, v) in overrides {
base.insert(k, v);
}
let settings: Settings = serde_json::from_value(Value::Object(base)).ok()?;
let model = if auto_download {
Some(settings.whisper_model.clone())
} else {
None
};
Some((settings, model))
}
/// Minimal INI reader: skips blanks, `;`/`#` comments and `[section]` headers;
/// splits each `key = value` on the first `=`; coerces values to bool / integer /
/// string so serde lands them on the typed `Settings` fields. Silently drops any
/// key that looks like a secret (guardrail — no credentials in the deploy file).
fn parse_ini(text: &str) -> Map<String, Value> {
let mut map = Map::new();
for line in text.lines() {
let line = line.trim();
if line.is_empty()
|| line.starts_with(';')
|| line.starts_with('#')
|| line.starts_with('[')
{
continue;
}
let Some((key, value)) = line.split_once('=') else {
continue;
};
let key = key.trim().to_string();
let value = value.trim();
if key.is_empty() || looks_like_secret(&key) {
continue;
}
map.insert(key, coerce(value));
}
map
}
/// `true`/`false` → bool, all-integer → number, everything else → string.
fn coerce(value: &str) -> Value {
match value.to_ascii_lowercase().as_str() {
"true" => return Value::Bool(true),
"false" => return Value::Bool(false),
_ => {}
}
if let Ok(n) = value.parse::<i64>() {
return Value::Number(n.into());
}
Value::String(value.to_string())
}
fn truthy(v: &Value) -> bool {
matches!(v, Value::Bool(true))
|| matches!(v, Value::String(s) if s.eq_ignore_ascii_case("true"))
}
/// Defense in depth: never seed anything that smells like a credential.
fn looks_like_secret(key: &str) -> bool {
let k = key.to_ascii_lowercase();
["key", "token", "secret", "credential", "password"]
.iter()
.any(|needle| k.contains(needle))
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn fully_commented_file_is_a_noop() {
let ini = "; default_record = true\n# preferred_backend = cpu\n[general]\n\n";
assert!(seed_from_ini(ini).is_none());
}
#[test]
fn coerces_bool_int_and_string_fields() {
let ini = "default_record = true\nretention_max_age_days = 90\npreferred_backend = cpu\n";
let (settings, model) = seed_from_ini(ini).expect("overrides present");
assert!(settings.default_record);
assert_eq!(settings.retention_max_age_days, Some(90));
assert_eq!(settings.preferred_backend, "cpu");
assert!(model.is_none());
}
#[test]
fn auto_download_returns_the_configured_model() {
let ini = "whisper_model = base.en-q5_1\nauto_download_model = true\n";
let (_settings, model) = seed_from_ini(ini).expect("overrides present");
assert_eq!(model.as_deref(), Some("base.en-q5_1"));
}
#[test]
fn unset_fields_keep_their_defaults() {
let ini = "default_record = true\n";
let (settings, _) = seed_from_ini(ini).unwrap();
// microphone stays on, auto_start stays off — only the named key changed.
assert!(settings.microphone_enabled);
assert!(!settings.auto_start);
}
#[test]
fn secret_keys_are_ignored() {
let ini = "anthropic_api_key = sk-should-be-dropped\ndefault_record = true\n";
let map = parse_ini(ini);
assert!(!map.contains_key("anthropic_api_key"));
assert!(map.contains_key("default_record"));
}
}
+175 -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]);
}
@@ -52,6 +58,60 @@ pub fn assign_by_overlap(segments: &mut [TranscriptSegment], spans: &[SpeakerSpa
}
}
/// Split-layout attribution (FR-SPK): decides per segment between "You" (mic
/// channel voice activity) and the far side's diarized speakers by comparing
/// the *total* voiced overlap on each channel, not by picking the single
/// longest span — a long far-side diarizer span could otherwise swallow a
/// segment the user spoke most of, showing their words under "Speaker N".
/// The mic channel is physically the user's voice alone, so channel evidence
/// outranks cluster evidence; ties go to "You" (mislabeling the user's own
/// words as someone else is the worse failure). A segment with no voiced
/// overlap on either channel keeps its prior label rather than guessing.
// ponytail: whole-segment labels — a segment genuinely containing both sides
// still gets one speaker; the upgrade path is transcribing each channel
// separately so segments can never mix voices.
pub fn assign_split(
segments: &mut [TranscriptSegment],
you_spans: &[(u64, u64)],
far_vad: &[(u64, u64)],
far_spans: &[SpeakerSpan],
) {
fn overlap(a0: u64, a1: u64, b0: u64, b1: u64) -> u64 {
a1.min(b1).saturating_sub(a0.max(b0))
}
for seg in segments.iter_mut() {
let mic_ms: u64 = you_spans
.iter()
.map(|&(s, e)| overlap(seg.start_ms, seg.end_ms, s, e))
.sum();
let far_ms: u64 = far_vad
.iter()
.map(|&(s, e)| overlap(seg.start_ms, seg.end_ms, s, e))
.sum();
if mic_ms == 0 && far_ms == 0 {
continue;
}
if mic_ms >= far_ms {
seg.speaker = "You".to_string();
} else if let Some(span) = far_spans
.iter()
.map(|sp| {
(
overlap(seg.start_ms, seg.end_ms, sp.start_ms, sp.end_ms),
sp,
)
})
.filter(|(o, _)| *o > 0)
.max_by_key(|(o, _)| *o)
.map(|(_, sp)| sp)
{
seg.speaker = span.speaker.clone();
}
// Far side voiced but no diarizer span overlaps (e.g. a sub-700ms span
// was filtered): keep the prior label rather than guess.
}
}
/// sherpa-onnx-backed diarizer: pyannote segmentation + speaker-embedding +
/// fast clustering (ADR-0005, T4.1). `Diarize::compute` needs `&mut self`; it's
/// wrapped in a `Mutex` to satisfy `Diarizer: Sync` — diarization is a
@@ -69,7 +129,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 +151,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 +180,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 {
@@ -164,6 +264,63 @@ mod overlap_tests {
assign_by_overlap(&mut segments, &[]);
assert_eq!(segments[0].speaker, "S1");
}
#[test]
fn split_labels_a_mic_dominant_segment_you_even_against_a_longer_far_span() {
// The user spoke 0-4000ms; the far side 4000-6000ms — but the far
// cluster span covers the whole window, so the old merged max-overlap
// pick handed the entire segment (the user's words included) to the
// far speaker. Channel totals must side with the mic instead.
let mut segments = vec![segment(0, 6000)];
let you = vec![(0u64, 4000u64)];
let far_vad = vec![(4000u64, 6000u64)];
let far_spans = vec![span(0, 6000, "S1")]; // long far cluster span
assign_split(&mut segments, &you, &far_vad, &far_spans);
assert_eq!(segments[0].speaker, "You");
}
#[test]
fn split_ties_go_to_you() {
let mut segments = vec![segment(0, 2000)];
let you = vec![(0u64, 1000u64)];
let far_vad = vec![(1000u64, 2000u64)];
let far_spans = vec![span(1000, 2000, "S1")];
assign_split(&mut segments, &you, &far_vad, &far_spans);
assert_eq!(segments[0].speaker, "You");
}
#[test]
fn split_assigns_the_best_far_span_when_the_far_side_dominates() {
let mut segments = vec![segment(0, 3000)];
let you = vec![(0u64, 500u64)];
let far_vad = vec![(500u64, 3000u64)];
let far_spans = vec![span(500, 1000, "S1"), span(1000, 3000, "S2")];
assign_split(&mut segments, &you, &far_vad, &far_spans);
assert_eq!(segments[0].speaker, "S2");
}
#[test]
fn split_keeps_the_prior_label_when_both_channels_are_silent() {
let mut segments = vec![segment(5000, 6000)];
segments[0].speaker = "S9".to_string();
assign_split(
&mut segments,
&[(0, 1000)],
&[(0, 1000)],
&[span(0, 1000, "S1")],
);
assert_eq!(segments[0].speaker, "S9");
}
#[test]
fn split_keeps_the_prior_label_when_far_is_voiced_but_no_far_span_overlaps() {
// Far VAD hears speech but every diarizer span was filtered (sub-700ms):
// don't guess a label.
let mut segments = vec![segment(0, 1000)];
segments[0].speaker = "S3".to_string();
assign_split(&mut segments, &[], &[(0, 1000)], &[span(2000, 3000, "S1")]);
assert_eq!(segments[0].speaker, "S3");
}
}
#[cfg(all(test, feature = "diarization"))]
@@ -183,6 +340,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 =
+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());
}
}
+193 -9
View File
@@ -9,11 +9,13 @@ pub mod audio;
pub mod briefs;
pub mod calendar;
pub mod commands;
pub mod deploy;
pub mod diarization;
pub mod error;
pub mod hardware;
pub mod llm;
pub mod mcp;
pub mod media;
pub mod models;
pub mod notes;
pub mod paths;
@@ -26,7 +28,8 @@ pub mod vault;
use std::path::PathBuf;
use std::sync::{Arc, Mutex as StdMutex};
use std::thread::JoinHandle;
use tauri::tray::TrayIcon;
use tauri::menu::{Menu, MenuItem};
use tauri::tray::{MouseButton, MouseButtonState, TrayIcon, TrayIconBuilder, TrayIconEvent};
use tauri::Manager;
use tokio::sync::Mutex;
@@ -78,24 +81,94 @@ 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())
// Opt-in launch-at-login (NFR-RES-4). The macOS launcher arg is required
// by the signature but unused on Windows, where enable/disable writes a
// per-user HKCU\...\Run entry (no admin). Off until the user (or an
// enterprise deploy file) turns `auto_start` on.
.plugin(tauri_plugin_autostart::init(
tauri_plugin_autostart::MacosLauncher::LaunchAgent,
None,
))
// 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| {
@@ -106,13 +179,88 @@ pub fn run() {
session: Mutex::new(None),
})
.setup(move |app| {
// Single tray icon (the `trayIcon` in tauri.conf.json was removed so
// this is the only one). It carries a Show/Quit menu and, on
// left-click, restores the window — the always-available way back
// from "close to tray".
let icon = tauri::image::Image::from_bytes(include_bytes!("../icons/tray.png"))?;
let tray = tauri::tray::TrayIconBuilder::new()
let show_item = MenuItem::with_id(app, "show", "Show WhispAssist", true, None::<&str>)?;
let quit_item = MenuItem::with_id(app, "quit", "Quit", true, None::<&str>)?;
let menu = Menu::with_items(app, &[&show_item, &quit_item])?;
let tray = TrayIconBuilder::new()
.icon(icon)
.tooltip("WhispAssist — idle")
.menu(&menu)
.show_menu_on_left_click(false)
.on_menu_event(|app, event| match event.id.as_ref() {
"show" => show_main_window(app),
"quit" => app.exit(0),
_ => {}
})
.on_tray_icon_event(|tray, event| {
if let TrayIconEvent::Click {
button: MouseButton::Left,
button_state: MouseButtonState::Up,
..
} = event
{
show_main_window(tray.app_handle());
}
})
.build(app)?;
app.manage(TrayHandle(tray));
// First-run enterprise deploy seeding (deploy.rs): if no settings.json
// exists yet and an admin dropped a wa-defaults.ini, seed settings once
// and optionally fetch the configured model in the background. One-shot
// — guarded by the settings file's absence, so it never re-runs and adds
// nothing to idle cost (NFR-RES-1).
if !crate::paths::settings_path().exists() {
if let Some((seeded, model_to_download)) = deploy::seed_settings_from_defaults() {
match commands::save_settings(&seeded) {
Ok(()) => {
tracing::info!("seeded settings.json from wa-defaults.ini");
if let Some(id) = model_to_download {
let app_handle = app.handle().clone();
tauri::async_runtime::spawn(async move {
if let Err(e) = commands::download_model(
app_handle,
commands::DownloadModelArgs {
kind: "whisper".into(),
id,
},
)
.await
{
tracing::warn!(
"deploy auto-download of model failed: {e:?}"
);
}
});
}
}
Err(e) => {
tracing::error!(
"first-run deploy seeding failed to write settings: {e:?}"
)
}
}
}
}
// Reconcile launch-at-login with the persisted preference (NFR-RES-4):
// if the user opted in but the OS entry is missing (e.g. after a
// reinstall or a deploy file that set auto_start), restore it. One-shot.
{
use tauri_plugin_autostart::ManagerExt;
let manager = app.autolaunch();
if commands::load_settings().auto_start && !manager.is_enabled().unwrap_or(false) {
if let Err(e) = manager.enable() {
tracing::warn!("failed to restore auto-start entry: {e}");
}
}
}
// Reminders (Phase 8, T8.6, FR-CAL-5) are Windows-scheduled toasts, not
// an app-side timer — Windows itself is what's "polling", so this stays
// within NFR-RES-1. init() just registers the AppUserModelID.
@@ -190,9 +338,14 @@ pub fn run() {
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)
.await
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:?}");
}
@@ -201,6 +354,17 @@ pub fn run() {
});
Ok(())
})
// Close to tray (keep running in background): when the setting is on,
// the window X hides instead of quitting; the tray "Quit" is the real
// exit. Off → default behavior (closing the window quits the app).
.on_window_event(|window, event| {
if let tauri::WindowEvent::CloseRequested { api, .. } = event {
if commands::load_settings().close_to_tray {
api.prevent_close();
let _ = window.hide();
}
}
})
.invoke_handler(tauri::generate_handler![
commands::start_recording,
commands::stop_recording,
@@ -208,8 +372,11 @@ pub fn run() {
commands::recording_playback_path,
commands::pause_recording,
commands::resume_recording,
commands::toggle_microphone_mute,
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,
@@ -217,6 +384,9 @@ pub fn run() {
commands::list_audio_devices,
commands::list_input_devices,
commands::set_preferred_backend,
commands::set_auto_start,
commands::monitor_audio_level,
commands::stress_test_hardware,
commands::list_models,
commands::list_whisper_languages,
commands::download_npu_package,
@@ -225,6 +395,7 @@ pub fn run() {
commands::download_model,
commands::remove_model,
commands::reprocess_transcript,
commands::import_media,
commands::list_meetings,
commands::search,
commands::set_tags,
@@ -235,6 +406,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,
@@ -243,9 +415,11 @@ pub fn run() {
commands::generate_summary,
commands::confirm_action_items,
commands::generate_tags,
commands::enhance_notes,
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,
@@ -286,6 +460,16 @@ pub fn run() {
.expect("error while running WhispAssist");
}
/// Restore the main window from the tray (show + unminimize + focus). Shared by
/// the tray left-click and the "Show WhispAssist" menu item.
fn show_main_window(app: &tauri::AppHandle) {
if let Some(w) = app.get_webview_window("main") {
let _ = w.show();
let _ = w.unminimize();
let _ = w.set_focus();
}
}
/// Used by `commands.rs` to keep the tray tooltip honest about capture state (FR-CAP-4).
pub(crate) fn update_tray_tooltip(app: &tauri::AppHandle, text: &str) {
if let Some(tray) = app.try_state::<TrayHandle>() {
+153
View File
@@ -0,0 +1,153 @@
//! 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);
}
}
+88
View File
@@ -114,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 {
@@ -158,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,
@@ -242,6 +305,20 @@ pub struct Settings {
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.
@@ -277,6 +354,17 @@ pub struct Settings {
pub mcp_expose: String, // none|selected|all
#[serde(default)]
pub mcp_expose_recordings: bool,
/// Launch WhispAssist automatically at login (opt-in, NFR-RES-4). OFF by
/// default; toggled via `set_auto_start`, which writes a per-user
/// `HKCU\...\Run` entry through `tauri-plugin-autostart` (no admin). An
/// enterprise deploy file may set this to `true` (see `deploy.rs`).
#[serde(default)]
pub auto_start: bool,
/// Closing the window hides WhispAssist to the system tray instead of
/// quitting, so it keeps running in the background (tray "Quit" really
/// exits). ON by default; the tray icon is the always-available way back.
#[serde(default = "default_true")]
pub close_to_tray: bool,
}
fn default_mcp_transport() -> String {
+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")
}
+505 -47
View File
@@ -74,6 +74,10 @@ pub struct FinalizeMeeting {
pub language: Option<String>,
pub backend_used: Option<String>,
pub model_used: Option<String>,
/// How `audio.wav`'s channels are laid out (FR-SPK/FR-CAP): `"split"` =
/// stereo mic-left/loopback-right, `"summed"`/`None` = mic mixed into every
/// channel. `None` leaves the stored value unchanged (e.g. on reprocess).
pub audio_layout: Option<String>,
}
/// Full meeting detail: DB row + transcript + speakers + notes (`get_meeting`'s
@@ -91,6 +95,10 @@ pub struct Meeting {
pub language: Option<String>,
pub backend_used: Option<String>,
pub model_used: Option<String>,
/// `audio.wav` channel layout (FR-SPK/FR-CAP): `"split"` (mic-left /
/// loopback-right) or `"summed"`/`None` (mic mixed into every channel).
/// Diarization, playback downmix, and bundle export branch on it.
pub audio_layout: Option<String>,
pub segments: Vec<TranscriptSegment>,
pub speakers: Vec<SpeakerInfo>,
pub notes_markdown: String,
@@ -104,6 +112,12 @@ pub struct Meeting {
/// Note-template id (Phase 8, T8.1, FR-NOTE-5), if one was picked at
/// creation — resolved against `notes::templates::catalog()`.
pub template_id: Option<String>,
/// Confirmed/edited action items from the `action_items` table — the
/// source of truth the user manages directly (add/edit/delete via
/// `confirm_action_items`, FR-LLM-3). Falls back to the drafts parsed
/// into `summary.json` when the table has none yet, so a freshly
/// generated summary still shows its suggestions.
pub action_items: Vec<ActionItem>,
}
/// A calendar event with its attendees (T6.3/T6.4, FR-CAL-1/3) — the
@@ -115,6 +129,15 @@ pub struct CalendarEventDetail {
pub participants: Vec<Participant>,
}
/// Result of `cleanup_calendar_events` — `protected` is always reported
/// alongside `deleted` so the UI can show the user their meeting-linked
/// events weren't touched, not just a silent lower-than-expected count.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct CalendarCleanupResult {
pub deleted: u32,
pub protected: u32,
}
/// On-disk shape of `summary.json` (`docs/03-data-model.md`). Drafted action
/// items here are NOT yet rows in the `action_items` table — the user
/// reviews/edits them first; `confirm_action_items` is what persists them
@@ -253,7 +276,18 @@ pub trait Store: Send + Sync {
) -> Result<Vec<MeetingListItem>, StoreError>;
async fn get_meeting(&self, id: &MeetingId) -> Result<Meeting, StoreError>;
async fn delete_meeting(&self, id: &MeetingId) -> Result<(), StoreError>;
/// Overwrite a meeting's lifecycle `status` (e.g. mark a background import
/// `transcribing` while it runs, or `error` if it fails). `finalize_meeting`
/// is still the only path to `ready`.
async fn set_meeting_status(&self, id: &MeetingId, status: &str) -> Result<(), StoreError>;
async fn update_notes(&self, id: &MeetingId, markdown: &str) -> Result<(), StoreError>;
/// (Re)builds this meeting's FTS index row from the current title and
/// whatever's on disk/in the DB for transcript/notes/summary/tags (Phase
/// 8, FR-SEARCH-1). `finalize_meeting`/`update_notes`/`set_tags` already
/// call this themselves; callers that write searchable content some
/// other way (e.g. `generate_summary` sealing `summary.json` straight to
/// disk) must call it afterward so search doesn't silently miss it.
async fn reindex_fts(&self, id: &MeetingId) -> Result<(), StoreError>;
/// Set (or create) a speaker's display name; works whether or not the
/// meeting has finalized yet (T4.4, FR-SPK-2/5).
async fn rename_speaker(
@@ -262,6 +296,14 @@ pub trait Store: Send + Sync {
label: &str,
name: &str,
) -> Result<(), StoreError>;
/// Delete every `speakers` row for a meeting (labels, names, participant
/// links, merges). Used before a full re-diarization rebuild
/// (`reprocess_transcript`, FR-SPK): the old labels key to the previous
/// clustering and are meaningless once the audio is re-clustered, so the
/// caller re-inserts the fresh set via `finalize_meeting`. Without this,
/// stale labels from an over-split run linger in the DB (and the
/// Participants pane) even though the transcript no longer references them.
async fn clear_speakers(&self, id: &MeetingId) -> Result<(), StoreError>;
/// Fold over-split speaker labels into one canonical label (T4.5,
/// FR-SPK-3). Segment speaker IDs in storage are never rewritten
/// (FR-SPK-5) — `get_meeting` resolves `from` labels to `into` when it
@@ -298,6 +340,16 @@ pub trait Store: Send + Sync {
/// A single event with its attendees (T6.3/T6.4, FR-CAL-1/3) — backs the
/// pre-meeting context panel and the speaker-naming attendee dropdown.
async fn get_calendar_event(&self, id: &str) -> Result<CalendarEventDetail, StoreError>;
/// Deletes imported calendar events not linked to any meeting —
/// `older_than_unix: None` deletes every unlinked event ("Delete all"),
/// `Some(cutoff)` only those with `starts_at < cutoff`. An event
/// referenced by `meetings.calendar_event_id` is always kept regardless
/// of age (FR-CAL-2 pre-meeting context / FR-CAL-4 continuity would
/// break otherwise). Returns `(deleted, protected)`.
async fn cleanup_calendar_events(
&self,
older_than_unix: Option<i64>,
) -> Result<(u32, u32), StoreError>;
/// Link a meeting (current or historical) to a calendar event (T6.3/T6.6,
/// FR-CAL-2/4). Errs if either id doesn't exist. Also mirrors the event's
/// subject onto the meeting's title when it has one — linking is meant to
@@ -311,6 +363,16 @@ pub trait Store: Send + Sync {
/// Manually rename a meeting — recordings otherwise default to "Untitled
/// meeting" with no other way to change that.
async fn rename_meeting(&self, meeting_id: &MeetingId, title: &str) -> Result<(), StoreError>;
/// Overwrite a meeting's start/end timestamps — used by bundle import
/// (FR-STORE-4) so a moved recording keeps its original date rather than
/// showing the import time (`create_meeting`/`finalize_meeting` both stamp
/// "now").
async fn set_meeting_times(
&self,
meeting_id: &MeetingId,
started_at: i64,
ended_at: Option<i64>,
) -> Result<(), StoreError>;
/// Names a speaker AND links them to a known `Participant` (T6.5/T6.6,
/// FR-SPK-4): the display name comes from the participant record, and
/// the shared `participant_id` is what gives naming "continuity" across
@@ -576,49 +638,6 @@ impl SqliteStore {
.fetch_all(&self.pool)
.await?)
}
/// (Re)builds this meeting's `meeting_fts` row from the current title and
/// whatever's on disk for transcript/notes (Phase 8, FR-SEARCH-1).
/// `meeting_fts` is a plain (non-`content=`) FTS5 table, so nothing keeps
/// it in sync automatically — called from `finalize_meeting`/
/// `update_notes` so the index can't drift from what's actually stored.
/// Deletes-then-inserts rather than `INSERT OR REPLACE`: FTS5 has no
/// unique constraint to conflict on.
async fn reindex_fts(&self, id: &MeetingId) -> Result<(), StoreError> {
let title: String = sqlx::query_scalar("SELECT title FROM meetings WHERE id = ?")
.bind(id)
.fetch_one(&self.pool)
.await?;
let transcript_text = read_artifact(&paths::meeting_dir(id).join("transcript.json"))
.and_then(|s| serde_json::from_str::<TranscriptFile>(&s).ok())
.map(|t| {
t.segments
.iter()
.map(|s| s.text.as_str())
.collect::<Vec<_>>()
.join(" ")
})
.unwrap_or_default();
let notes_text =
read_artifact(&paths::meeting_dir(id).join("notes.md")).unwrap_or_default();
sqlx::query("DELETE FROM meeting_fts WHERE meeting_id = ?")
.bind(id)
.execute(&self.pool)
.await?;
sqlx::query(
"INSERT INTO meeting_fts (meeting_id, title, transcript_text, notes_text) VALUES (?, ?, ?, ?)",
)
.bind(id)
.bind(&title)
.bind(&transcript_text)
.bind(&notes_text)
.execute(&self.pool)
.await?;
Ok(())
}
}
/// Follows a `label -> merged_into` chain to its canonical label. Capped at 8
@@ -735,7 +754,8 @@ impl Store for SqliteStore {
let now = now_unix();
sqlx::query(
"UPDATE meetings SET status = 'ready', ended_at = ?, duration_secs = ?, recorded = ?,
language = ?, backend_used = ?, model_used = ?, updated_at = ? WHERE id = ?",
language = ?, backend_used = ?, model_used = ?,
audio_layout = COALESCE(?, audio_layout), updated_at = ? WHERE id = ?",
)
.bind(now)
.bind(s.duration_secs)
@@ -743,6 +763,7 @@ impl Store for SqliteStore {
.bind(&s.language)
.bind(&s.backend_used)
.bind(&s.model_used)
.bind(&s.audio_layout)
.bind(now)
.bind(id)
.execute(&self.pool)
@@ -858,7 +879,7 @@ impl Store for SqliteStore {
async fn get_meeting(&self, id: &MeetingId) -> Result<Meeting, StoreError> {
let row = sqlx::query(
"SELECT id, title, started_at, ended_at, duration_secs, status, recorded, language, backend_used, model_used, calendar_event_id, template_id
"SELECT id, title, started_at, ended_at, duration_secs, status, recorded, language, backend_used, model_used, calendar_event_id, template_id, audio_layout
FROM meetings WHERE id = ?",
)
.bind(id)
@@ -909,6 +930,14 @@ impl Store for SqliteStore {
let summary = read_artifact(&folder.join("summary.json"))
.and_then(|s| serde_json::from_str::<SummaryFile>(&s).ok());
let tags = self.tags_for_meeting(id).await?;
// Table is the source of truth for confirmed/edited items; fall back
// to the summary's parsed drafts only when nothing's been saved yet.
let mut action_items = self.list_action_items(id).await?;
if action_items.is_empty() {
if let Some(s) = &summary {
action_items = s.action_items.clone();
}
}
Ok(Meeting {
id: row.get("id"),
@@ -921,6 +950,7 @@ impl Store for SqliteStore {
language: row.get("language"),
backend_used: row.get("backend_used"),
model_used: row.get("model_used"),
audio_layout: row.get("audio_layout"),
segments,
speakers,
notes_markdown,
@@ -928,6 +958,7 @@ impl Store for SqliteStore {
calendar_event_id: row.get("calendar_event_id"),
tags,
template_id: row.get("template_id"),
action_items,
})
}
@@ -949,6 +980,16 @@ impl Store for SqliteStore {
Ok(())
}
async fn set_meeting_status(&self, id: &MeetingId, status: &str) -> Result<(), StoreError> {
sqlx::query("UPDATE meetings SET status = ?, updated_at = ? WHERE id = ?")
.bind(status)
.bind(now_unix())
.bind(id)
.execute(&self.pool)
.await?;
Ok(())
}
async fn update_notes(&self, id: &MeetingId, markdown: &str) -> Result<(), StoreError> {
write_artifact(
&paths::meeting_dir(id).join("notes.md"),
@@ -963,6 +1004,71 @@ impl Store for SqliteStore {
Ok(())
}
/// `meeting_fts` is a plain (non-`content=`) FTS5 table, so nothing keeps
/// it in sync automatically — every write path that changes title,
/// transcript, notes, summary, or tags calls this afterward so search
/// (FR-SEARCH-1) can't drift from what's actually stored. Deletes-then-
/// inserts rather than `INSERT OR REPLACE`: FTS5 has no unique
/// constraint to conflict on.
async fn reindex_fts(&self, id: &MeetingId) -> Result<(), StoreError> {
let title: String = sqlx::query_scalar("SELECT title FROM meetings WHERE id = ?")
.bind(id)
.fetch_one(&self.pool)
.await?;
let transcript_text = read_artifact(&paths::meeting_dir(id).join("transcript.json"))
.and_then(|s| serde_json::from_str::<TranscriptFile>(&s).ok())
.map(|t| {
t.segments
.iter()
.map(|s| s.text.as_str())
.collect::<Vec<_>>()
.join(" ")
})
.unwrap_or_default();
let notes_text =
read_artifact(&paths::meeting_dir(id).join("notes.md")).unwrap_or_default();
// `read_artifact` already unseals (T8.8's vault, passthrough when
// locked/plaintext), same as the transcript/notes reads above.
let summary_text = read_artifact(&paths::meeting_dir(id).join("summary.json"))
.and_then(|s| serde_json::from_str::<SummaryFile>(&s).ok())
.map(|s| {
let mut text = s.summary_md;
for decision in &s.decisions {
text.push(' ');
text.push_str(decision);
}
for item in &s.action_items {
text.push(' ');
text.push_str(&item.text);
}
text
})
.unwrap_or_default();
let tags_text = self.tags_for_meeting(id).await?.join(" ");
sqlx::query("DELETE FROM meeting_fts WHERE meeting_id = ?")
.bind(id)
.execute(&self.pool)
.await?;
sqlx::query(
"INSERT INTO meeting_fts (meeting_id, title, transcript_text, notes_text, summary_text, tags_text)
VALUES (?, ?, ?, ?, ?, ?)",
)
.bind(id)
.bind(&title)
.bind(&transcript_text)
.bind(&notes_text)
.bind(&summary_text)
.bind(&tags_text)
.execute(&self.pool)
.await?;
Ok(())
}
async fn rename_speaker(
&self,
id: &MeetingId,
@@ -1040,6 +1146,60 @@ impl Store for SqliteStore {
})
}
async fn cleanup_calendar_events(
&self,
older_than_unix: Option<i64>,
) -> Result<(u32, u32), StoreError> {
// Protected = referenced by any meeting's calendar_event_id, full
// stop — never deleted regardless of age or the "delete all" choice.
let protected: i64 = match older_than_unix {
Some(cutoff) => {
sqlx::query_scalar(
"SELECT COUNT(*) FROM calendar_events
WHERE starts_at < ?
AND id IN (SELECT calendar_event_id FROM meetings WHERE calendar_event_id IS NOT NULL)",
)
.bind(cutoff)
.fetch_one(&self.pool)
.await?
}
None => {
sqlx::query_scalar(
"SELECT COUNT(*) FROM calendar_events
WHERE id IN (SELECT calendar_event_id FROM meetings WHERE calendar_event_id IS NOT NULL)",
)
.fetch_one(&self.pool)
.await?
}
};
// calendar_event_participants cascades via its ON DELETE CASCADE FK.
let deleted = match older_than_unix {
Some(cutoff) => {
sqlx::query(
"DELETE FROM calendar_events
WHERE starts_at < ?
AND id NOT IN (SELECT calendar_event_id FROM meetings WHERE calendar_event_id IS NOT NULL)",
)
.bind(cutoff)
.execute(&self.pool)
.await?
.rows_affected()
}
None => {
sqlx::query(
"DELETE FROM calendar_events
WHERE id NOT IN (SELECT calendar_event_id FROM meetings WHERE calendar_event_id IS NOT NULL)",
)
.execute(&self.pool)
.await?
.rows_affected()
}
};
Ok((deleted as u32, protected as u32))
}
async fn attach_meeting_to_event(
&self,
meeting_id: &MeetingId,
@@ -1094,6 +1254,24 @@ impl Store for SqliteStore {
Ok(())
}
async fn set_meeting_times(
&self,
meeting_id: &MeetingId,
started_at: i64,
ended_at: Option<i64>,
) -> Result<(), StoreError> {
sqlx::query(
"UPDATE meetings SET started_at = ?, ended_at = ?, updated_at = ? WHERE id = ?",
)
.bind(started_at)
.bind(ended_at)
.bind(now_unix())
.bind(meeting_id)
.execute(&self.pool)
.await?;
Ok(())
}
async fn map_speaker_to_participant(
&self,
meeting_id: &MeetingId,
@@ -1109,6 +1287,14 @@ impl Store for SqliteStore {
.await
}
async fn clear_speakers(&self, id: &MeetingId) -> Result<(), StoreError> {
sqlx::query("DELETE FROM speakers WHERE meeting_id = ?")
.bind(id)
.execute(&self.pool)
.await?;
Ok(())
}
async fn merge_speakers(
&self,
id: &MeetingId,
@@ -1152,6 +1338,26 @@ impl Store for SqliteStore {
items: &[ActionItem],
) -> Result<Vec<ActionItem>, StoreError> {
let now = now_unix();
// Reconcile deletes: any row previously saved for this meeting that the
// caller no longer includes was removed in the UI (FR-LLM-3). Action
// items per meeting number in the low tens, so a per-row delete loop is
// fine. ponytail: O(n) delete scan, batch it only if n ever gets large.
let keep: std::collections::HashSet<&str> =
items.iter().filter_map(|i| i.id.as_deref()).collect();
let existing_ids: Vec<String> =
sqlx::query_scalar("SELECT id FROM action_items WHERE meeting_id = ?")
.bind(id)
.fetch_all(&self.pool)
.await?;
for eid in &existing_ids {
if !keep.contains(eid.as_str()) {
sqlx::query("DELETE FROM action_items WHERE id = ? AND meeting_id = ?")
.bind(eid)
.bind(id)
.execute(&self.pool)
.await?;
}
}
let mut saved = Vec::with_capacity(items.len());
for item in items {
let item_id = match &item.id {
@@ -1201,6 +1407,19 @@ impl Store for SqliteStore {
async fn import_calendar_events(&self, events: Vec<ImportedEvent>) -> Result<u32, StoreError> {
let mut imported = 0u32;
for ImportedEvent { event, attendees } in events {
// Bug fix: `raw_uid = NULL` is explicitly exempt from the
// (source, raw_uid) unique index below, so any caller that
// passes one through duplicated that event on every re-import
// forever. `parse_vevents` no longer produces one, but default
// here too — defense in depth for any other/future import path.
let raw_uid = event.raw_uid.clone().or_else(|| {
Some(crate::calendar::content_uid(
&event.subject,
&event.organizer,
event.starts_at,
event.ends_at,
))
});
sqlx::query(
"INSERT INTO calendar_events (id, source, subject, organizer, starts_at, ends_at, description, raw_uid)
VALUES (?, ?, ?, ?, ?, ?, ?, ?)
@@ -1218,14 +1437,14 @@ impl Store for SqliteStore {
.bind(event.starts_at)
.bind(event.ends_at)
.bind(&event.description)
.bind(&event.raw_uid)
.bind(&raw_uid)
.execute(&self.pool)
.await?;
// A re-import may have updated an *existing* row rather than
// inserting `event.id` — resolve the row that's actually there
// before linking attendees to it.
let row_id: String = match &event.raw_uid {
let row_id: String = match &raw_uid {
Some(raw_uid) => {
sqlx::query("SELECT id FROM calendar_events WHERE source = ? AND raw_uid = ?")
.bind(&event.source)
@@ -1308,6 +1527,7 @@ impl Store for SqliteStore {
.execute(&self.pool)
.await?;
}
self.reindex_fts(meeting_id).await?;
Ok(())
}
@@ -1838,6 +2058,7 @@ mod tests {
language: Some("fr".to_string()), // what auto-detect resolved to
backend_used: Some("cpu".to_string()),
model_used: Some("small-q5_1".to_string()),
audio_layout: None,
},
)
.await
@@ -1846,6 +2067,85 @@ mod tests {
assert_eq!(meeting.language.as_deref(), Some("fr"));
}
/// End-to-end regression for the search bug: `meeting_fts` originally had
/// no summary/tags columns at all and nothing reindexed on those writes,
/// so search silently missed anything that wasn't in the title,
/// transcript, or notes (FR-SEARCH-1).
#[tokio::test]
async fn search_finds_hits_via_transcript_notes_summary_and_tags() {
let store = SqliteStore::connect_in_memory().await.unwrap();
let id = store
.create_meeting(NewMeeting {
title: "Weekly sync".to_string(),
calendar_event_id: None,
template_id: None,
language: None,
})
.await
.unwrap();
store
.finalize_meeting(
&id,
FinalizeMeeting {
segments: vec![TranscriptSegment {
id: 0,
start_ms: 0,
end_ms: 1000,
speaker: "S1".to_string(),
text: "let's discuss the transcriptword rollout".to_string(),
confidence: None,
interim: false,
}],
speakers: Vec::new(),
duration_secs: 60,
recorded: false,
language: Some("en".to_string()),
backend_used: Some("cpu".to_string()),
model_used: Some("small-q5_1".to_string()),
audio_layout: None,
},
)
.await
.unwrap();
store
.update_notes(&id, "action: follow up on notesword")
.await
.unwrap();
store.set_tags(&id, &["tagword".to_string()]).await.unwrap();
// summary.json isn't written through the store (generate_summary
// seals it straight to disk in commands.rs), so reindex_fts must
// pick it up when explicitly told to, same as that command does.
let summary = SummaryFile {
schema: 1,
generated_at: 0,
provider: "test".to_string(),
model: "test".to_string(),
summary_md: "summaryword recap".to_string(),
decisions: Vec::new(),
action_items: Vec::new(),
};
write_artifact(
&paths::meeting_dir(&id).join("summary.json"),
serde_json::to_string(&summary).unwrap().as_bytes(),
)
.unwrap();
store.reindex_fts(&id).await.unwrap();
for (query, source) in [
("transcriptword", "transcript"),
("notesword", "notes"),
("summaryword", "summary"),
("tagword", "tags"),
] {
let hits = store.search(query).await.unwrap();
assert!(
hits.iter().any(|h| h.id == id),
"expected a hit from {source} for query {query:?}, got {hits:?}"
);
}
}
#[tokio::test]
async fn rename_meeting_updates_the_title() {
let store = SqliteStore::connect_in_memory().await.unwrap();
@@ -1960,6 +2260,164 @@ mod tests {
);
}
/// Regression for the calendar duplicate-import bug: re-importing the
/// exact same events (same `(source, raw_uid)`) must update the existing
/// rows in place, not add new ones -- whether or not the source
/// supplied a `raw_uid` at all.
#[tokio::test]
async fn reimporting_the_same_events_does_not_duplicate_rows() {
let store = SqliteStore::connect_in_memory().await.unwrap();
let events = || {
vec![
ImportedEvent {
event: CalendarEvent {
id: "ev1".to_string(),
source: "pst".to_string(),
subject: Some("Weekly 1:1".to_string()),
organizer: None,
starts_at: Some(1_000),
ends_at: Some(2_000),
description: None,
raw_uid: Some("uid-1".to_string()),
},
attendees: vec![],
},
// No raw_uid at all -- the case that used to duplicate on
// every re-import (exempt from the unique index).
ImportedEvent {
event: CalendarEvent {
id: "ev2".to_string(),
source: "pst".to_string(),
subject: Some("No UID event".to_string()),
organizer: None,
starts_at: Some(3_000),
ends_at: Some(4_000),
description: None,
raw_uid: None,
},
attendees: vec![],
},
]
};
store.import_calendar_events(events()).await.unwrap();
assert_eq!(
store.list_calendar_events(None, None).await.unwrap().len(),
2
);
// Re-import the identical batch a few times, as a user retrying an
// import would.
for _ in 0..3 {
store.import_calendar_events(events()).await.unwrap();
}
assert_eq!(
store.list_calendar_events(None, None).await.unwrap().len(),
2
);
}
/// Regression for the "14,686 calendar events" bloat report: cleanup
/// must delete unlinked old events while never touching one attached to
/// a recorded meeting, whether age-bounded or "delete all".
#[tokio::test]
async fn cleanup_calendar_events_protects_meeting_linked_rows() {
let store = SqliteStore::connect_in_memory().await.unwrap();
let event = |id: &str, starts_at: i64| ImportedEvent {
event: CalendarEvent {
id: id.to_string(),
source: "pst".to_string(),
subject: Some(id.to_string()),
organizer: None,
starts_at: Some(starts_at),
ends_at: Some(starts_at + 1_800),
description: None,
raw_uid: Some(id.to_string()),
},
attendees: vec![],
};
store
.import_calendar_events(vec![
event("old-unlinked", 1_000),
event("old-linked", 1_000),
event("recent-unlinked", 1_000_000_000),
])
.await
.unwrap();
let meeting_id = store
.create_meeting(NewMeeting {
title: "Untitled meeting".to_string(),
calendar_event_id: None,
template_id: None,
language: None,
})
.await
.unwrap();
store
.attach_meeting_to_event(&meeting_id, "old-linked")
.await
.unwrap();
// Cutoff between the two "old" timestamps and the "recent" one.
let (deleted, protected) = store.cleanup_calendar_events(Some(500_000)).await.unwrap();
assert_eq!(deleted, 1, "only old-unlinked should go");
assert_eq!(protected, 1, "old-linked is attached to a meeting");
let remaining: Vec<String> = store
.list_calendar_events(None, None)
.await
.unwrap()
.into_iter()
.map(|e| e.id)
.collect();
assert!(!remaining.contains(&"old-unlinked".to_string()));
assert!(remaining.contains(&"old-linked".to_string()));
assert!(remaining.contains(&"recent-unlinked".to_string()));
}
#[tokio::test]
async fn cleanup_calendar_events_delete_all_still_protects_linked_rows() {
let store = SqliteStore::connect_in_memory().await.unwrap();
let event = |id: &str| ImportedEvent {
event: CalendarEvent {
id: id.to_string(),
source: "pst".to_string(),
subject: Some(id.to_string()),
organizer: None,
starts_at: Some(1_000),
ends_at: Some(2_800),
description: None,
raw_uid: Some(id.to_string()),
},
attendees: vec![],
};
store
.import_calendar_events(vec![event("unlinked"), event("linked")])
.await
.unwrap();
let meeting_id = store
.create_meeting(NewMeeting {
title: "Untitled meeting".to_string(),
calendar_event_id: None,
template_id: None,
language: None,
})
.await
.unwrap();
store
.attach_meeting_to_event(&meeting_id, "linked")
.await
.unwrap();
let (deleted, protected) = store.cleanup_calendar_events(None).await.unwrap();
assert_eq!(deleted, 1);
assert_eq!(protected, 1);
assert_eq!(
store.list_calendar_events(None, None).await.unwrap().len(),
1
);
}
#[tokio::test]
async fn sync_target_crud_round_trips() {
let store = SqliteStore::connect_in_memory().await.unwrap();
+350 -40
View File
@@ -87,6 +87,17 @@ fn resolve_language(requested: Option<&str>, multilingual: bool) -> Option<Strin
}
}
/// 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).
#[cfg(feature = "cpu-transcription")]
pub struct WhisperTranscriber {
@@ -185,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 {
@@ -267,8 +287,22 @@ impl Transcriber for WhisperTranscriber {
#[cfg(feature = "cpu-transcription")]
fn available_threads() -> std::ffi::c_int {
// WA_WHISPER_THREADS: support/bench override — see cap rationale below.
if let Some(n) = std::env::var("WA_WHISPER_THREADS")
.ok()
.and_then(|s| s.parse().ok())
{
return n;
}
// Capped at 4 (whisper.cpp's own CLI default): ggml workers spin-wait at
// a per-graph-node barrier, so one worker scheduled on a slow core stalls
// every node while the rest burn CPU. With all 14 logical CPUs of a
// hybrid Meteor Lake (incl. 2 LP E-cores) this measured RTF ~22 — ~80x
// slower than the same build at 4 threads (RTF 0.28), regardless of
// compiler flags. 4 threads is also the CPU-frugal choice (NFR-RES-1):
// 1.07 vs 2.16 cpu-sec/audio-sec at 12 threads for near-equal wall time.
std::thread::available_parallelism()
.map(|n| n.get() as std::ffi::c_int)
.map(|n| (n.get() as std::ffi::c_int).min(4))
.unwrap_or(4)
}
@@ -297,63 +331,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)]
@@ -361,6 +547,119 @@ 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()`
@@ -383,6 +682,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:
+5 -2
View File
@@ -40,7 +40,9 @@ const CATALOG: &[Catalog] = &[
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,
@@ -64,7 +66,8 @@ const CATALOG: &[Catalog] = &[
multilingual: true,
},
Catalog {
id: "medium-q5_1",
// Same upstream-availability caveat as medium.en above.
id: "medium-q5_0",
label: "Medium (multilingual, quantized) — best accuracy, slowest",
size_mb: 540,
multilingual: true,
+226 -23
View File
@@ -7,21 +7,24 @@
//!
//! Split of work, validated by the T3.4 spike (encoder ~3.6× faster on NPU):
//! - **encoder** (fixed `[1,80,3000]` shape) runs on the **accelerator** (NPU or
//! GPU) — the expensive graph, and the fixed shape accelerators want;
//! - **decoder** (dynamic, autoregressive) runs greedy on the **CPU** EP — a
//! dynamic KV loop is a poor accelerator fit and the cheap half anyway.
//!
//! ponytail: greedy, no-KV-cache decode (re-feeds the full token prefix each
//! step). Correct and simple; windows are short so the token count is small.
//! Add `decoder_with_past` only if the decoder shows up in a profile.
//! DirectML GPU) — the expensive graph, and the fixed shape accelerators want;
//! - **decoder** (dynamic, autoregressive) decodes greedily **with a KV cache**
//! (Optimum's merged export: `use_cache_branch` + `past_key_values`), so each
//! step feeds one token instead of re-running the whole prefix. On the NPU
//! path the decoder session itself goes to the **OpenVINO GPU EP** (Intel
//! iGPU, same runtime bundle) so sustained CPU stays near-idle; it falls back
//! to the CPU EP when no iGPU is usable, and `WA_ONNX_DECODER_DEVICE=cpu|gpu`
//! overrides the choice. DirectML backends keep the CPU decoder — the DML EP
//! handles per-step-growing KV shapes poorly.
use super::{AudioWindow, SegmentSink, Transcriber, TrxError};
use crate::models::{BackendId, TranscriptSegment};
use ort::execution_providers::{
DirectMLExecutionProvider, ExecutionProviderDispatch, OpenVINOExecutionProvider,
};
use ort::session::Session;
use ort::value::Tensor;
use ort::session::{Session, SessionInputValue};
use ort::value::{Tensor, ValueType};
use std::borrow::Cow;
use std::collections::HashMap;
use std::path::Path;
use std::sync::atomic::{AtomicU64, Ordering};
@@ -30,6 +33,36 @@ use std::sync::Mutex;
/// Safety cap on generated tokens per 30 s window (Whisper's own max is 448).
const MAX_NEW_TOKENS: usize = 224;
/// One KV-cache tensor pair of the merged decoder, discovered from the graph
/// at load: the `past_key_values.*` input, its matching `present.*` output,
/// whether it's decoder self-attention (refreshed every step) or encoder
/// cross-attention (computed once on the first step, then passed through
/// untouched by the cache branch), and the dummy shape to feed before any
/// past exists (see [`dummy_past_dims`]).
struct KvSlot {
past: String,
present: String,
self_attention: bool,
dummy_dims: Vec<usize>,
}
/// `"past_key_values.3.decoder.key"` → `"present.3.decoder.key"` — Optimum's
/// fixed naming convention for the merged decoder's cache I/O.
fn present_name_for(past: &str) -> String {
format!("present.{}", past.trim_start_matches("past_key_values."))
}
/// The "no past yet" shape for a KV input: batch → 1, any other dynamic (−1)
/// dim → **1** (a dummy length-1 past — ORT's raw-data tensor creation rejects
/// zero-length dims, and the no-cache branch never reads the values anyway;
/// same dummy Optimum's own runner feeds), static dims kept.
fn dummy_past_dims(dims: &[i64]) -> Vec<usize> {
dims.iter()
.enumerate()
.map(|(i, &d)| if i == 0 || d < 0 { 1 } else { d as usize })
.collect()
}
pub struct OnnxTranscriber {
encoder: Mutex<Session>,
decoder: Mutex<Session>,
@@ -38,6 +71,13 @@ pub struct OnnxTranscriber {
dec_ids: String,
dec_hidden: String,
dec_logits: String,
/// The merged decoder's KV-cache plumbing (see [`KvSlot`]) plus its
/// branch selector input.
kv_slots: Vec<KvSlot>,
dec_use_cache: String,
/// Which EP the decoder session actually landed on ("OpenVINO/GPU" or
/// "CPU") — surfaced so `load_transcriber`'s engine log tells the truth.
decoder_ep: &'static str,
detok: Detok,
/// `[decoder_start_token_id, ...forced_decoder_ids]` — the fixed prompt
/// prefix before generation begins.
@@ -120,29 +160,76 @@ impl OnnxTranscriber {
let hidden = Tensor::from_array((hidden_shape, hidden_data))
.map_err(|e| TrxError::Inference(e.to_string()))?;
// Greedy decode on the CPU.
// Greedy KV-cache decode. Step 1 runs the merged graph's no-cache
// branch over the full prompt and yields every present KV; later steps
// feed a single token plus the cache, refreshing only the decoder
// self-attention slots — the cache branch passes encoder
// cross-attention KVs through untouched, so the step-1 tensors stay
// authoritative (same contract as Optimum's own runner).
// ponytail: KVs round-trip host memory each step; wire ort IoBinding
// to pin them on-device if GPU-decoder profiling shows the copies matter.
let mut kv_cache: Vec<Tensor<f32>> = self
.kv_slots
.iter()
.map(|slot| {
let len = slot.dummy_dims.iter().product::<usize>();
Tensor::from_array((slot.dummy_dims.clone(), vec![0.0f32; len]))
})
.collect::<Result<_, _>>()
.map_err(|e| TrxError::Inference(e.to_string()))?;
let mut tokens = self.initial_tokens.clone();
let mut cached = false; // flips true once step 1 has filled kv_cache
for _ in 0..MAX_NEW_TOKENS {
let ids: Vec<i64> = tokens.clone();
let ids: Vec<i64> = if cached {
vec![*tokens.last().unwrap_or(&self.eot)]
} else {
tokens.clone()
};
let ids_tensor = Tensor::from_array(([1usize, ids.len()], ids))
.map_err(|e| TrxError::Inference(e.to_string()))?;
let branch = Tensor::from_array(([1usize], vec![cached]))
.map_err(|e| TrxError::Inference(e.to_string()))?;
let next = {
// Presents are extracted (copied) inside the outputs' borrow scope,
// then written back into kv_cache after it ends.
let (next, fresh_kvs) = {
let mut dec = self
.decoder
.lock()
.map_err(|_| TrxError::Inference("decoder mutex poisoned".into()))?;
let mut inputs: Vec<(Cow<'_, str>, SessionInputValue<'_>)> = vec![
(Cow::from(self.dec_ids.as_str()), ids_tensor.view().into()),
(Cow::from(self.dec_hidden.as_str()), hidden.view().into()),
(Cow::from(self.dec_use_cache.as_str()), branch.view().into()),
];
for (slot, kv) in self.kv_slots.iter().zip(kv_cache.iter()) {
inputs.push((Cow::from(slot.past.as_str()), kv.view().into()));
}
let outputs = dec
.run(ort::inputs![
self.dec_ids.as_str() => ids_tensor.view(),
self.dec_hidden.as_str() => hidden.view(),
])
.run(inputs)
.map_err(|e| TrxError::Inference(e.to_string()))?;
let (shape, data) = outputs[self.dec_logits.as_str()]
.try_extract_tensor::<f32>()
.map_err(|e| TrxError::Inference(e.to_string()))?;
self.argmax_last(shape, data)
let next = self.argmax_last(shape, data);
let mut fresh: Vec<(usize, Vec<usize>, Vec<f32>)> = Vec::new();
for (i, slot) in self.kv_slots.iter().enumerate() {
if slot.self_attention || !cached {
let (s, d) = outputs[slot.present.as_str()]
.try_extract_tensor::<f32>()
.map_err(|e| TrxError::Inference(e.to_string()))?;
fresh.push((i, s.iter().map(|d| *d as usize).collect(), d.to_vec()));
}
}
(next, fresh)
};
for (i, dims, data) in fresh_kvs {
kv_cache[i] = Tensor::from_array((dims, data))
.map_err(|e| TrxError::Inference(e.to_string()))?;
}
cached = true;
if next == self.eot {
break;
@@ -180,6 +267,11 @@ impl OnnxTranscriber {
best
}
/// Which EP the decoder session landed on — "OpenVINO/GPU" or "CPU".
pub fn decoder_ep(&self) -> &'static str {
self.decoder_ep
}
fn segment(&self, text: String, start_ms: u64, end_ms: u64) -> Option<TranscriptSegment> {
if text.is_empty() {
return None;
@@ -252,7 +344,7 @@ impl Transcriber for OnnxTranscriber {
Self::ensure_runtime_env(runtime_dll);
let encoder_path = model.join("encoder_model.onnx");
let decoder_path = model.join("decoder_model.onnx");
let decoder_path = model.join("decoder_model_merged.onnx");
let tokenizer_path = model.join("tokenizer.json");
let gen_config_path = model.join("generation_config.json");
@@ -263,11 +355,46 @@ impl Transcriber for OnnxTranscriber {
.commit_from_file(&encoder_path)
.map_err(|e| TrxError::Load(e.to_string()))?;
// Decoder on the default CPU EP (dynamic shapes; poor NPU fit).
let decoder = Session::builder()
.map_err(|e| TrxError::Load(e.to_string()))?
.commit_from_file(&decoder_path)
.map_err(|e| TrxError::Load(e.to_string()))?;
// Decoder session. The KV-cache loop is dynamic-shaped and
// autoregressive — a poor NPU fit — but it needn't burn CPU either: on
// the NPU path, try the same OpenVINO runtime's GPU plugin (Intel
// iGPU) first and fall back to the default CPU EP if no GPU is usable.
// `WA_ONNX_DECODER_DEVICE=cpu|gpu` overrides (debug escape hatch, like
// WA_NPU_RUNTIME_URL). DirectML backends keep the CPU decoder — the
// DML EP handles per-step-growing KV shapes poorly.
let want_gpu = match std::env::var("WA_ONNX_DECODER_DEVICE").as_deref() {
Ok("cpu") => false,
Ok("gpu") => true,
_ => matches!(backend, BackendId::Npu),
};
let mut decoder_ep = "CPU";
let mut decoder = None;
if want_gpu {
let gpu = Session::builder()
.and_then(|b| {
b.with_execution_providers([OpenVINOExecutionProvider::default()
.with_device_type("GPU")
.build()
.error_on_failure()])
})
.and_then(|b| b.commit_from_file(&decoder_path));
match gpu {
Ok(s) => {
decoder_ep = "OpenVINO/GPU";
decoder = Some(s);
}
Err(e) => tracing::warn!(
"OpenVINO GPU EP unavailable for the decoder ({e}); using the CPU EP"
),
}
}
let decoder = match decoder {
Some(s) => s,
None => Session::builder()
.map_err(|e| TrxError::Load(e.to_string()))?
.commit_from_file(&decoder_path)
.map_err(|e| TrxError::Load(e.to_string()))?,
};
let enc_input = Self::find_input(&encoder, "input_features")?;
let enc_output = Self::find_output(&encoder, "last_hidden_state")
@@ -275,6 +402,53 @@ impl Transcriber for OnnxTranscriber {
let dec_ids = Self::find_input(&decoder, "input_ids")?;
let dec_hidden = Self::find_input(&decoder, "encoder_hidden")?;
let dec_logits = Self::find_output(&decoder, "logits")?;
let dec_use_cache = Self::find_input(&decoder, "use_cache_branch")?;
// KV-cache plumbing, discovered rather than hardcoded so the layer
// count comes from the graph (whisper-base: 6 layers → 24 slots).
let mut kv_slots: Vec<KvSlot> = Vec::new();
for input in &decoder.inputs {
if !input.name.starts_with("past_key_values.") {
continue;
}
let dims: Vec<i64> = match &input.input_type {
ValueType::Tensor { shape, .. } => shape.to_vec(),
other => {
return Err(TrxError::Load(format!(
"KV input '{}' has non-tensor type {other:?}",
input.name
)))
}
};
let present = present_name_for(&input.name);
if !decoder.outputs.iter().any(|o| o.name == present) {
return Err(TrxError::Load(format!(
"decoder missing present output '{present}'"
)));
}
kv_slots.push(KvSlot {
self_attention: input.name.contains(".decoder."),
dummy_dims: dummy_past_dims(&dims),
past: input.name.clone(),
present,
});
}
if kv_slots.is_empty() {
return Err(TrxError::Load(
"decoder has no past_key_values inputs — expected the merged (KV-cache) export"
.into(),
));
}
// A pre-KV-cache install leaves the old plain decoder behind — 208 MB
// of dead weight once the merged graph loads. Best-effort removal.
let legacy = model.join("decoder_model.onnx");
if legacy.exists() {
match std::fs::remove_file(&legacy) {
Ok(()) => tracing::info!("removed superseded decoder_model.onnx"),
Err(e) => tracing::warn!("couldn't remove superseded decoder_model.onnx: {e}"),
}
}
let detok = Detok::from_tokenizer_json(&tokenizer_path)?;
let gen = GenConfig::from_file(&gen_config_path)?;
@@ -290,6 +464,9 @@ impl Transcriber for OnnxTranscriber {
dec_ids,
dec_hidden,
dec_logits,
kv_slots,
dec_use_cache,
decoder_ep,
detok,
initial_tokens,
special_floor: gen.decoder_start,
@@ -457,6 +634,28 @@ mod tests {
assert_eq!(d.get(&'A'), Some(&b'A'));
}
#[test]
fn present_name_follows_optimum_convention() {
assert_eq!(
present_name_for("past_key_values.3.decoder.key"),
"present.3.decoder.key"
);
assert_eq!(
present_name_for("past_key_values.0.encoder.value"),
"present.0.encoder.value"
);
}
#[test]
fn dummy_past_dims_pins_dynamic_axes_to_one_and_keeps_static_ones() {
// whisper-base decoder self-attention past: [batch, 8, past_seq, 64]
// with batch/past_seq dynamic — both pin to 1 (ORT rejects 0-length
// dims for raw-data tensors; the no-cache branch ignores the values).
assert_eq!(dummy_past_dims(&[-1, 8, -1, 64]), vec![1, 8, 1, 64]);
// A static trailing shape is preserved (batch still pins to 1).
assert_eq!(dummy_past_dims(&[-1, 8, 1500, 64]), vec![1, 8, 1500, 64]);
}
#[test]
fn byte_decoder_covers_all_256_bytes() {
let d = byte_decoder();
@@ -481,10 +680,14 @@ mod tests {
return;
};
let wav = std::env::var("WA_NPU_TEST_WAV").expect("set WA_NPU_TEST_WAV");
// Surface the engine's own EP-selection logs (GPU-decoder fallback
// warnings etc.) — the test harness has no subscriber otherwise.
let _ = tracing_subscriber::fmt().with_env_filter("info").try_init();
let t0 = std::time::Instant::now();
let t = OnnxTranscriber::load(Path::new(&model_dir), BackendId::Npu, None)
.expect("load NPU transcriber");
let load_ms = t0.elapsed().as_millis();
eprintln!("[spike] decoder EP: {}", t.decoder_ep());
let t1 = std::time::Instant::now();
let segs = t.transcribe_file(Path::new(&wav)).expect("transcribe");
let infer_ms = t1.elapsed().as_millis();
+13 -3
View File
@@ -15,9 +15,19 @@ const REPO: &str = "onnx-community/whisper-base.en";
pub const DEFAULT_ONNX_MODEL: &str = "base.en";
/// The four artifacts the `OnnxTranscriber` needs, relative to the repo root.
/// The decoder is Optimum's *merged* export — both the no-past and with-past
/// branches in one graph, selected by a `use_cache_branch` input — which is
/// what enables the KV-cache decode loop (the plain `decoder_model.onnx`
/// re-ran the whole prefix every step). Existing installs migrate for free:
/// swapping this entry flips `is_installed` to false, the startup background
/// fetch re-runs `download`, and `download` skips the three files already on
/// disk, fetching only the merged decoder.
const FILES: &[(&str, &str)] = &[
("encoder_model.onnx", "onnx/encoder_model.onnx"),
("decoder_model.onnx", "onnx/decoder_model.onnx"),
(
"decoder_model_merged.onnx",
"onnx/decoder_model_merged.onnx",
),
("tokenizer.json", "tokenizer.json"),
("generation_config.json", "generation_config.json"),
];
@@ -45,7 +55,7 @@ pub fn model_files(id: &str) -> OnnxModelFiles {
let dir = onnx_dir(id);
OnnxModelFiles {
encoder: dir.join("encoder_model.onnx"),
decoder: dir.join("decoder_model.onnx"),
decoder: dir.join("decoder_model_merged.onnx"),
tokenizer: dir.join("tokenizer.json"),
generation_config: dir.join("generation_config.json"),
}
@@ -125,6 +135,6 @@ mod tests {
fn catalog_lists_the_four_required_artifacts() {
assert_eq!(FILES.len(), 4);
assert!(FILES.iter().any(|(n, _)| *n == "encoder_model.onnx"));
assert!(FILES.iter().any(|(n, _)| *n == "decoder_model.onnx"));
assert!(FILES.iter().any(|(n, _)| *n == "decoder_model_merged.onnx"));
}
}
+6 -6
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "WhispAssist",
"version": "0.3.0",
"version": "0.7.4",
"identifier": "bet.dou.whispassist",
"build": {
"frontendDist": "../dist",
@@ -22,18 +22,18 @@
],
"security": {
"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",
"tooltip": "WhispAssist"
}
},
"bundle": {
"active": true,
"targets": ["msi", "nsis"],
"icon": ["icons/icon.ico"],
"resources": ["wa-defaults.ini"],
"windows": {
"webviewInstallMode": { "type": "downloadBootstrapper" }
"webviewInstallMode": { "type": "downloadBootstrapper" },
"nsis": {
"installMode": "both"
}
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "gen/schemas/desktop-schema.json",
"bundle": {
"resources": ["vulkan-1.dll"]
"resources": ["vulkan-1.dll", "wa-defaults.ini"]
}
}
+60
View File
@@ -0,0 +1,60 @@
; ============================================================================
; WhispAssist enterprise deployment defaults (wa-defaults.ini)
; ============================================================================
; Read ONCE, on a machine's FIRST launch (before settings.json exists), to
; seed the app's default settings. After that the user's own settings.json
; wins and this file is ignored. Deploy it with native Windows tooling
; (Group Policy / SCCM / Intune file copy) to either location — the first
; one found wins:
;
; 1. %PROGRAMDATA%\WhispAssist\wa-defaults.ini (machine-wide)
; 2. <install dir>\wa-defaults.ini (this bundled template)
;
; As shipped, every setting below is COMMENTED OUT, so a normal install
; behaves exactly as if this file were absent. Uncomment and edit the lines
; you want to preset. Format is flat "key = value" — no sections required;
; [section] headers, ';' and '#' comment lines are ignored.
;
; Values: true / false for switches; a plain number for numeric fields;
; text otherwise. Unknown / misspelled keys are ignored.
;
; SECURITY: never put secrets here. API keys, OAuth tokens and sync
; passwords live only in the OS credential store; any key containing
; "key", "token", "secret", "credential" or "password" is dropped on read.
; ----------------------------------------------------------------------------
; ---- Recording (ADR-0009) --------------------------------------------------
; Record every meeting to disk by default (consent notice still applies).
; default_record = false
; ---- Transcription backend & model -----------------------------------------
; preferred_backend = auto ; auto | npu | nvidia | amd | intel | cpu
; whisper_model = base.en-q5_1 ; a catalog model id
; whisper_language = auto ; auto | ISO-639-1 code (multilingual model only)
; low_overhead = false
; Download whisper_model in the background on first launch so the machine is
; ready offline. Requires network at first run.
; auto_download_model = false
; ---- Storage & retention (FR-STORE-2) --------------------------------------
; storage_root = C:\ProgramData\WhispAssist\data
; retention_max_age_days = 90
; retention_max_size_gb = 20
; ---- Local LLM / summaries (ADR-0007) --------------------------------------
; llm_provider = ollama ; ollama | custom | anthropic | off
; llm_endpoint = http://localhost:11434
; llm_model = llama3
; ---- Capture & UX ----------------------------------------------------------
; microphone_enabled = true
; auto_record_calendar = false
; theme = system ; system | light | dark
; ---- Startup (NFR-RES-4) ---------------------------------------------------
; Launch WhispAssist automatically at login for the user.
; auto_start = false
; ---- Sync master switch (ADR-0010; targets/creds configured in-app) --------
; sync_enabled = false
+312 -63
View File
@@ -7,17 +7,43 @@
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 { imports } from "./lib/stores/imports.svelte";
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, Trash2, 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,
Mic,
MicOff,
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 +66,7 @@
vaultLocked = false;
meetings.load(); // refresh now that encrypted content is readable
} catch {
vaultErr = "Incorrect password";
vaultErr = t("app.vault_incorrect");
}
}
@@ -67,14 +93,53 @@
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();
imports.init(); // live background-import progress for the tracker
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)");
@@ -100,7 +165,7 @@
}
async function cancelRecording() {
if (!confirm("Discard this recording? Its audio and transcript will be deleted.")) return;
if (!confirm(t("app.discard_confirm"))) return;
await recording.cancel();
meetings.deselect();
}
@@ -126,9 +191,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;
}
});
@@ -146,6 +211,18 @@
} else if (e.ctrlKey && e.key === ",") {
e.preventDefault();
showSettings = !showSettings;
} else if (
// Press "M" to mute/unmute the mic mid-meeting (FR-CAP-7). Bare key (no
// modifiers) and only while recording with the mic on.
e.key.toLowerCase() === "m" &&
!e.ctrlKey &&
!e.metaKey &&
!e.altKey &&
recording.state !== "idle" &&
settings.settings.microphone_enabled
) {
e.preventDefault();
recording.toggleMute();
}
}
@@ -171,64 +248,92 @@
<div class="app" data-theme={resolvedTheme}>
<div class="sr-only" role="status" aria-live="polite">{recordingAnnouncement}</div>
<header class="bar">
<strong>WhispAssist</strong>
<span class="muted">local · private</span>
<div class="spacer"></div>
{#if recording.state === "idle"}
<select
class="theme-select"
bind:value={selectedTemplateId}
aria-label="Note template"
title="Note template"
>
<option value="">No template</option>
{#each noteTemplates as t (t.id)}
<option value={t.id}>{t.name}</option>
{/each}
</select>
<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>
<select
class="theme-select"
bind:value={selectedTemplateId}
aria-label={t("app.note_template")}
title={t("app.note_template")}
>
<option value="">{t("app.no_template")}</option>
{#each noteTemplates as tpl (tpl.id)}
<option value={tpl.id}>{tpl.name}</option>
{/each}
</select>
{: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="Discard this recording and delete it"
>
<button class="cancel-btn" onclick={cancelRecording} title={t("app.cancel_title")}>
<Trash2 size={12} aria-hidden="true" />
Cancel
{t("app.cancel")}
</button>
{/if}
<div class="spacer"></div>
{#if recording.state === "idle"}
<button
class="import-btn"
onclick={() => (showImport = true)}
title={t("app.add_meeting_title")}
>
<FilePlus size={13} aria-hidden="true" />
{t("app.add_meeting")}
</button>
{:else}
<span class="rec">
<span class="rec-dot" aria-hidden="true"></span>
Recording…
{t("app.recording")}
</span>
<LevelMeter rms={recording.levelRms} peak={recording.levelPeak} />
{#if settings.hardware}
<span class="backend" title="Active transcription backend">{settings.hardware.active}</span>
<LevelMeter
rms={recording.levelRms}
peak={recording.levelPeak}
micRms={recording.levelRmsMic}
micPeak={recording.levelPeakMic}
showMic={settings.settings.microphone_enabled}
/>
{#if settings.settings.microphone_enabled}
<button
class="mute-btn"
class:muted={recording.micMuted}
onclick={() => recording.toggleMute()}
aria-pressed={recording.micMuted}
aria-keyshortcuts="M"
title={recording.micMuted ? t("app.unmute_title") : t("app.mute_title")}
>
{#if recording.micMuted}
<MicOff size={14} aria-hidden="true" />
{:else}
<Mic size={14} aria-hidden="true" />
{/if}
<span class="sr-only">{recording.micMuted ? t("app.unmute") : t("app.mute")}</span>
</button>
{/if}
<label class="retention" title="Save audio as .wav for this meeting">
{#if settings.hardware}
<span class="backend" title={t("app.backend_title")}>{settings.hardware.active}</span>
{/if}
<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}
@@ -238,8 +343,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)}
>
@@ -252,7 +357,7 @@
class="consent-overlay"
role="dialog"
aria-modal="true"
aria-label="Recording consent"
aria-label={t("app.consent_dialog")}
tabindex="-1"
use:trapFocus
>
@@ -264,37 +369,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>
@@ -430,10 +622,6 @@
border-bottom: 1px solid var(--border);
background: var(--bg-elevated);
}
.bar strong {
font-size: 0.95rem;
letter-spacing: -0.01em;
}
.spacer {
flex: 1;
}
@@ -442,7 +630,8 @@
font-size: 0.85rem;
}
.record-btn,
.stop-btn {
.stop-btn,
.import-btn {
display: inline-flex;
align-items: center;
gap: 0.4rem;
@@ -457,9 +646,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;
@@ -550,6 +748,26 @@
border-radius: var(--radius-full);
padding: 0.15rem 0.5rem;
}
.mute-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
color: var(--fg);
background: var(--bg);
border: 1px solid var(--border);
border-radius: var(--radius-full);
cursor: pointer;
}
.mute-btn:hover {
background: var(--bg-hover);
}
.mute-btn.muted {
color: var(--danger, #d33);
border-color: var(--danger, #d33);
background: color-mix(in srgb, var(--danger, #d33) 12%, transparent);
}
.retention {
display: flex;
align-items: center;
@@ -592,25 +810,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;
+124 -6
View File
@@ -56,6 +56,19 @@ export interface AudioDeviceInfo {
name: string;
}
// Quick hardware stress test (Settings ▸ Hardware): per-(backend, model)
// real-time factor, plus the recommended real-time-capable pairing.
export interface StressResult {
backend: string;
model: string;
rtf: number;
realtime: boolean;
}
export interface StressTestResult {
results: StressResult[];
recommended: { backend: string; model: string } | null;
}
export interface LlmStatus {
provider: string; // ollama|custom|anthropic|off (ADR-0011; "openai" not yet wired)
reachable: boolean;
@@ -83,6 +96,19 @@ export interface LanguageOption {
export type MeetingStatus = "recording" | "transcribing" | "ready" | "recovering" | "error";
// The four ordered phases of a background media import (import://progress).
export type ImportPhase = "prepare" | "transcribe" | "diarize" | "finalize";
// One `import://progress` tick. `state` is active (running), done (finished,
// `elapsedMs` set) or error (`error` message set) for the given `phase`.
export interface ImportProgress {
meetingId: MeetingId;
phase: ImportPhase;
state: "active" | "done" | "error";
elapsedMs: number | null;
error: string | null;
}
export interface MeetingListItem {
id: MeetingId;
title: string;
@@ -172,6 +198,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;
@@ -209,6 +239,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).
@@ -318,9 +353,21 @@ export interface AppSettings {
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;
/** Launch WhispAssist at login (opt-in, off by default; NFR-RES-4). Toggled
* via setAutoStart, which writes a per-user Run entry (no admin). */
auto_start: boolean;
/** Closing the window hides to the tray (keep running in background) instead
* of quitting; on by default. Tray "Quit" is the real exit. */
close_to_tray: boolean;
}
// Feature brief — agent-ready spec distilled from a meeting (ADR-0011).
@@ -383,10 +430,22 @@ export const api = {
invoke<string>("recording_playback_path", { meetingId }),
pauseRecording: (meetingId: MeetingId) => invoke<void>("pause_recording", { meetingId }),
resumeRecording: (meetingId: MeetingId) => invoke<void>("resume_recording", { meetingId }),
// Toggle mic mute for the active recording (FR-CAP-7); returns the new muted
// state. Errors if the meeting was started with the mic off.
toggleMicrophoneMute: (meetingId: MeetingId) =>
invoke<boolean>("toggle_microphone_mute", { 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"),
@@ -394,19 +453,37 @@ export const api = {
listInputDevices: () => invoke<AudioDeviceInfo[]>("list_input_devices"),
setPreferredBackend: (backend: BackendId | "auto") =>
invoke<void>("set_preferred_backend", { args: { backend } }),
setAutoStart: (enabled: boolean) => invoke<void>("set_auto_start", { enabled }),
// Test a device: stream device://level for a few seconds. Resolves when done.
monitorAudioLevel: (kind: "input" | "loopback", deviceId: string | null, durationMs = 6000) =>
invoke<void>("monitor_audio_level", { kind, deviceId, durationMs }),
stressTestHardware: () => invoke<StressTestResult>("stress_test_hardware"),
downloadNpuPackage: () => invoke<void>("download_npu_package"),
downloadDirectmlPackage: () => invoke<void>("download_directml_package"),
listModels: () => invoke<ModelInfo[]>("list_models"),
// 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" = "whisper") =>
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 }),
// `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. `model` overrides
// the Settings whisper model for this one import. Returns the new meeting's id
// *immediately*; transcode/transcribe/diarize run in the background and stream
// `import://progress` ticks, finishing with `transcript://finalized`.
importMedia: (source: string, title?: string, model?: string) =>
invoke<MeetingId>("import_media", { source, title, model }),
resumeTranscription: (meetingId: MeetingId) =>
invoke<void>("resume_transcription", { meetingId }),
listMeetings: (filter?: MeetingFilter) =>
@@ -426,9 +503,17 @@ 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 }),
// AI-enhance rough notes into structured Markdown grounded in the transcript
// (Granola-style). Returns the enhanced text; the caller decides to keep it.
enhanceNotes: (meetingId: MeetingId, notes: string) =>
invoke<string>("enhance_notes", { meetingId, notes }),
// 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: (
@@ -443,6 +528,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).
@@ -458,7 +547,15 @@ export const api = {
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) =>
@@ -533,17 +630,29 @@ 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,
): Promise<UnlistenFn> => listen("recording://device", (e) => cb(e.payload as never)),
// Mic mute toggled for the active recording (FR-CAP-7).
onMicMuted: (
cb: (p: { meetingId: string; muted: boolean }) => void,
): Promise<UnlistenFn> => listen("recording://mic", (e) => cb(e.payload as never)),
onSegment: (
cb: (p: { meetingId: string; segment: TranscriptSegment }) => void,
): Promise<UnlistenFn> => listen("transcript://segment", (e) => cb(e.payload as never)),
onFinalized: (
cb: (p: { meetingId: string; segmentCount: number }) => void,
): Promise<UnlistenFn> => listen("transcript://finalized", (e) => cb(e.payload as never)),
// Per-phase progress of a background media import (feeds the import tracker).
onImportProgress: (cb: (p: ImportProgress) => void): Promise<UnlistenFn> =>
listen("import://progress", (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> =>
@@ -554,6 +663,15 @@ export const events = {
onHardwareChanged: (
cb: (p: { active: BackendId; reason: string }) => void,
): Promise<UnlistenFn> => listen("hardware://changed", (e) => cb(e.payload as never)),
// Live level meter for a device test (Settings ▸ Hardware). `done` marks the
// end of the monitor window.
onDeviceLevel: (
cb: (p: { kind: string; rms?: number; peak?: number; done?: boolean }) => void,
): Promise<UnlistenFn> => listen("device://level", (e) => cb(e.payload as never)),
// Per-(backend, model) progress ticks during the quick stress test.
onStressProgress: (
cb: (p: { backend: string; model: string }) => void,
): Promise<UnlistenFn> => listen("stress://progress", (e) => cb(e.payload as never)),
onNpuDownload: (
cb: (p: {
stage: "model" | "runtime" | "done";
+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>
+6 -6
View File
@@ -6,6 +6,7 @@
// (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,
@@ -16,16 +17,15 @@
<div class="banner" role="alertdialog" aria-labelledby="hosted-ai-heading">
<div class="heading">
<Globe size={18} aria-hidden="true" />
<strong id="hosted-ai-heading">Before using {providerLabel}</strong>
<strong id="hosted-ai-heading">{t("hosted.heading", { provider: providerLabel })}</strong>
</div>
<p>
Generating with <strong>{providerLabel}</strong> 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.
{t("hosted.body_1")} <strong>{providerLabel}</strong>
{t("hosted.body_2")}
</p>
<div class="actions">
<button class="primary" onclick={onAccept}>I understand — continue</button>
<button class="ghost" onclick={onCancel}>Cancel</button>
<button class="primary" onclick={onAccept}>{t("hosted.accept")}</button>
<button class="ghost" onclick={onCancel}>{t("hosted.cancel")}</button>
</div>
</div>
+335
View File
@@ -0,0 +1,335 @@
<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 a
// small form: pick a file or URL, choose the transcription model, go. Import
// runs in the background (import_media returns as soon as the meeting row
// exists), so this closes immediately and the meetings list shows progress.
import { api, errorMessage, type ModelInfo } from "../api";
import { open } from "@tauri-apps/plugin-dialog";
import { onMount } from "svelte";
import { trapFocus } from "../actions/trapFocus";
import { t } from "../i18n/index.svelte";
import { X, FileUp, Download } from "@lucide/svelte";
let { onClose, onImported }: { onClose: () => void; onImported: (id: string) => void } = $props();
// External download pages for the two tools this feature shells out to.
const FFMPEG_URL = "https://github.com/BtbN/FFmpeg-Builds/releases/latest";
const YTDLP_URL = "https://github.com/yt-dlp/yt-dlp/releases/latest";
// `source` is either a local file path (set via Browse) or a URL (typed).
let source = $state("");
let title = $state("");
let model = $state("");
let models = $state<ModelInfo[]>([]);
let busy = $state(false);
let error = $state<string | null>(null);
// Only installed whisper models are selectable; default to the active one so
// the pick matches the user's Settings default unless they change it here.
onMount(async () => {
try {
const all = await api.listModels();
models = all.filter((m) => m.installed);
model = models.find((m) => m.active)?.id ?? models[0]?.id ?? "";
} catch {
models = [];
}
});
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, model || 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>
<div class="grid">
<label>
{t("import.model_label")}
<select bind:value={model} disabled={busy || models.length === 0}>
{#each models as m (m.id)}
<option value={m.id}>{m.label}</option>
{/each}
</select>
<span class="hint">{t("import.model_hint")}</span>
</label>
<label>
{t("import.title_label")} <em>({t("import.optional")})</em>
<input bind:value={title} placeholder={t("import.title_placeholder")} disabled={busy} />
</label>
</div>
<div class="tools">
<span class="muted small">{t("import.requires")}</span>
<button class="tool" type="button" onclick={() => api.openUrl(FFMPEG_URL)}>
<Download size={12} aria-hidden="true" /> ffmpeg
</button>
<button class="tool" type="button" onclick={() => api.openUrl(YTDLP_URL)}>
<Download size={12} aria-hidden="true" /> yt-dlp
</button>
</div>
{#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>
<span class="muted small note">{t("import.background_note")}</span>
<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(540px, 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,
select {
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,
select:focus-visible {
border-color: var(--accent);
outline: none;
}
.hint {
display: block;
margin-top: 0.25rem;
font-size: 0.75rem;
font-weight: 400;
color: var(--muted);
}
.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;
}
/* Model + title side by side on wide panels, stacked when cramped. */
.grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 0.75rem;
}
@media (max-width: 460px) {
.grid {
grid-template-columns: 1fr;
}
}
.tools {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.4rem;
margin-top: 0.9rem;
}
.tool {
display: inline-flex;
align-items: center;
gap: 0.25rem;
background: var(--bg-hover, transparent);
color: var(--accent);
border: 1px solid var(--border);
border-radius: var(--radius-sm);
padding: 0.2rem 0.5rem;
font-size: 0.78rem;
cursor: pointer;
}
.tool:hover {
border-color: var(--accent);
}
.muted {
color: var(--muted);
}
.small {
font-size: 0.8rem;
}
.error {
color: var(--danger, #d33);
font-size: 0.85rem;
margin-top: 0.75rem;
}
.actions {
display: flex;
align-items: center;
gap: 0.6rem;
margin-top: 1rem;
}
.actions .note {
flex: 1;
line-height: 1.2;
}
.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>
+214
View File
@@ -0,0 +1,214 @@
<script lang="ts">
// Domino's-pizza-tracker-style progress for a background media import: four
// ordered steps, the running one pulses, finished ones show how long they
// took. Fed by the `imports` store (import://progress events). Renders nothing
// until the first tick arrives. Design per ui-ux-pro-max: color is never the
// only signal (icon + label + time), tabular figures for the timers, and the
// pulse is dropped under prefers-reduced-motion.
import { imports } from "../stores/imports.svelte";
import { t } from "../i18n/index.svelte";
import { AudioLines, Captions, Users, FileCheck2, Check, X } from "@lucide/svelte";
let { meetingId }: { meetingId: string } = $props();
const run = $derived(imports.get(meetingId));
const ICONS = {
prepare: AudioLines,
transcribe: Captions,
diarize: Users,
finalize: FileCheck2,
} as const;
// ms → compact, human duration for a finished step ("820 ms", "4.3s", "2m 05s").
function fmtDur(ms: number | null): string {
if (ms == null) return "";
if (ms < 1000) return `${ms} ms`;
const s = ms / 1000;
if (s < 60) return `${s.toFixed(1)}s`;
const m = Math.floor(s / 60);
const rem = Math.round(s % 60);
return `${m}m ${String(rem).padStart(2, "0")}s`;
}
</script>
{#if run}
<section class="tracker" aria-label={t("import.tracker.label")}>
<header>
{#if run.error}
<span class="head err">{t("import.tracker.failed")}</span>
{:else if run.done}
<span class="head ok">{t("import.tracker.done")}</span>
{:else}
<span class="head">{t("import.tracker.running")}</span>
{/if}
</header>
<ol class="steps" aria-live="polite">
{#each run.phases as p (p.phase)}
{@const Icon = ICONS[p.phase]}
<li class="step {p.state}">
<div class="node">
{#if p.state === "done"}
<Check size={18} aria-hidden="true" />
{:else if p.state === "error"}
<X size={18} aria-hidden="true" />
{:else}
<Icon size={18} aria-hidden="true" />
{/if}
</div>
<div class="meta">
<span class="name">{t(`import.phase.${p.phase}`)}</span>
<span class="time">
{#if p.state === "done"}{fmtDur(p.elapsedMs)}
{:else if p.state === "active"}{t("import.tracker.working")}
{:else if p.state === "error"}{t("import.tracker.stopped")}
{/if}
</span>
</div>
</li>
{/each}
</ol>
{#if run.error}
<p class="msg">{run.error}</p>
{/if}
</section>
{/if}
<style>
.tracker {
border: 1px solid var(--border);
border-radius: var(--radius-sm);
background: var(--panel, var(--bg-elevated));
padding: 0.85rem 1rem 1rem;
}
header {
margin-bottom: 0.9rem;
}
.head {
font-size: 0.85rem;
font-weight: 600;
color: var(--fg);
}
.head.ok {
color: var(--success);
}
.head.err {
color: var(--danger);
}
.steps {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.step {
flex: 1;
position: relative;
text-align: center;
min-width: 0;
}
/* Connector from the previous node's center to this one's (each step is the
same width, so -50%→+50% spans center to center), sitting behind the node. */
.step::before {
content: "";
position: absolute;
top: 17px;
left: -50%;
width: 100%;
height: 2px;
background: var(--border);
z-index: 0;
}
.step:first-child::before {
display: none;
}
.step.done::before,
.step.active::before,
.step.error::before {
background: var(--accent);
}
.node {
position: relative;
z-index: 1;
width: 36px;
height: 36px;
margin: 0 auto 0.45rem;
display: grid;
place-items: center;
border-radius: var(--radius-full);
border: 2px solid var(--border);
background: var(--bg);
color: var(--muted);
}
.step.active .node {
border-color: var(--accent);
background: var(--accent-soft, transparent);
color: var(--accent);
animation: pulse 1.4s ease-out infinite;
}
.step.done .node {
border-color: var(--success);
background: var(--success);
color: #fff;
}
.step.error .node {
border-color: var(--danger);
background: var(--danger);
color: #fff;
}
.meta {
display: flex;
flex-direction: column;
gap: 0.1rem;
padding: 0 0.2rem;
}
.name {
font-size: 0.78rem;
font-weight: 500;
color: var(--muted);
line-height: 1.2;
}
.step.active .name,
.step.done .name {
color: var(--fg);
}
.time {
font-size: 0.72rem;
color: var(--muted);
font-variant-numeric: tabular-nums;
min-height: 1em;
}
.step.active .time {
color: var(--accent);
}
.msg {
margin: 0.85rem 0 0;
font-size: 0.8rem;
color: var(--danger);
word-break: break-word;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 45%, transparent);
}
70% {
box-shadow: 0 0 0 8px color-mix(in srgb, var(--accent) 0%, transparent);
}
100% {
box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 0%, transparent);
}
}
@media (prefers-reduced-motion: reduce) {
.step.active .node {
animation: none;
box-shadow: 0 0 0 3px var(--accent-soft, transparent);
}
}
</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>
+8 -2
View File
@@ -4,6 +4,7 @@
// 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;
@@ -20,12 +21,17 @@
class="label"
onclick={onClick}
disabled={!onClick}
title={onClick ? `Filter meetings tagged "${tag}"` : undefined}
title={onClick ? t("tagchip.filter", { tag }) : undefined}
>
{tag}
</button>
{#if removable}
<button type="button" class="remove" onclick={onRemove} aria-label={`Remove tag ${tag}`}>
<button
type="button"
class="remove"
onclick={onRemove}
aria-label={t("tagchip.remove", { tag })}
>
<X size={10} aria-hidden="true" />
</button>
{/if}
+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."
}
+581
View File
@@ -0,0 +1,581 @@
{
"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.refresh": "Refresh",
"settings.hardware.test_output": "Test",
"settings.hardware.test_mic": "Test",
"settings.hardware.testing": "Listening…",
"settings.hardware.play_tone": "Play tone",
"settings.hardware.stress_title": "Quick stress test",
"settings.hardware.stress_hint": "Benchmarks your installed models on each available backend and recommends the most accurate one that still keeps up with live speech. Takes a moment.",
"settings.hardware.stress_run": "Run stress test",
"settings.hardware.stress_running": "Running…",
"settings.hardware.stress_progress": "Benchmarking {pair}…",
"settings.hardware.stress_recommend": "Recommended: {backend} + {model}",
"settings.hardware.stress_apply": "Apply",
"settings.hardware.stress_none": "No installed model keeps up with live speech on this hardware — try a smaller model.",
"settings.hardware.stress_backend": "Backend",
"settings.hardware.stress_model": "Model",
"settings.hardware.stress_rtf": "Speed (×real-time)",
"settings.hardware.stress_realtime": "Live?",
"settings.hardware.stress_yes": "Yes",
"settings.hardware.stress_no": "No",
"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.requires": "Needs this on your PATH (not bundled):",
"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.show_password": "Show 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.model_label": "Transcription model",
"import.model_hint": "Recorded with the meeting so you can see how it was transcribed.",
"import.requires": "Needs these on your PATH (not bundled):",
"import.background_note": "Runs in the background — track it in the list.",
"import.importing": "Starting…",
"import.import": "Import",
"import.cancel": "Cancel",
"import.tracker.label": "Import progress",
"import.tracker.running": "Importing…",
"import.tracker.done": "Import complete",
"import.tracker.failed": "Import failed",
"import.tracker.working": "working…",
"import.tracker.stopped": "stopped",
"import.phase.prepare": "Transcode",
"import.phase.transcribe": "Transcribe",
"import.phase.diarize": "Identify speakers",
"import.phase.finalize": "Finalize",
"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.mute": "Mute microphone",
"app.unmute": "Unmute microphone",
"app.mute_title": "Mute microphone (M)",
"app.unmute_title": "Unmute microphone (M)",
"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.transcribed_with": "Transcribed with",
"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.h3": "Heading 3",
"notes.bullet": "Bullet list",
"notes.numbered": "Numbered list",
"notes.quote": "Quote",
"notes.divider": "Divider",
"notes.checkbox_title": "Checkbox",
"notes.checkbox_aria": "Checkbox list item",
"notes.enhance": "Enhance",
"notes.enhancing": "Enhancing…",
"notes.enhance_title": "Expand these notes into structured Markdown using the transcript (AI)",
"notes.enhanced_note": "Notes enhanced from the transcript.",
"notes.undo_enhance": "Undo",
"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.",
"settings.recording.autostart_label": "Launch WhispAssist at login",
"settings.recording.autostart_hint": "Starts WhispAssist automatically when you sign in to Windows. Off by default; installs a per-user startup entry (no admin required) and does not begin recording on its own.",
"settings.recording.close_tray_label": "Close to system tray",
"settings.recording.close_tray_hint": "Closing the window keeps WhispAssist running in the background instead of quitting. Reopen it from the tray icon; use the tray's Quit to exit fully. On by default."
}
+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 打开时。当导入的日历事件的开始时间到达时,会自动开始录音(使用上方的默认保留设置)。没有任何内容在后台运行——计时器仅在应用运行时启用。请在设置 → 日历下导入事件。"
}
+2 -2
View File
@@ -22,12 +22,12 @@ 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 = errorMessage(e);
+63
View File
@@ -0,0 +1,63 @@
// Live per-meeting progress of background media imports (feeds ImportTracker).
// Fed entirely by `import://progress` events emitted by `import_media`; kept in
// memory only (the meeting's `status` badge is the persistent story after a
// restart). See commands.rs `run_import_pipeline`.
import { events, type ImportPhase, type ImportProgress, type MeetingId } from "../api";
export type PhaseState = "pending" | "active" | "done" | "error";
// The four phases in the order the backend runs (and the tracker renders) them.
export const IMPORT_PHASES: ImportPhase[] = ["prepare", "transcribe", "diarize", "finalize"];
export interface PhaseInfo {
phase: ImportPhase;
state: PhaseState;
elapsedMs: number | null;
}
export interface ImportRun {
meetingId: MeetingId;
phases: PhaseInfo[];
error: string | null;
done: boolean;
}
function freshRun(meetingId: MeetingId): ImportRun {
return {
meetingId,
phases: IMPORT_PHASES.map((phase) => ({ phase, state: "pending", elapsedMs: null })),
error: null,
done: false,
};
}
class ImportsStore {
runs = $state<Record<MeetingId, ImportRun>>({});
get(meetingId: MeetingId): ImportRun | undefined {
return this.runs[meetingId];
}
async init() {
await events.onImportProgress((p) => this.apply(p));
}
private apply(p: ImportProgress) {
// Re-read through the record after inserting so we mutate the $state proxy,
// not the raw object (Svelte 5 deep reactivity only tracks the proxy).
if (!this.runs[p.meetingId]) this.runs[p.meetingId] = freshRun(p.meetingId);
const run = this.runs[p.meetingId];
const info = run.phases.find((x) => x.phase === p.phase);
if (!info) return;
info.state = p.state;
if (p.state === "done") info.elapsedMs = p.elapsedMs;
if (p.state === "error") {
run.error = p.error;
run.done = true;
}
if (p.phase === "finalize" && p.state === "done") run.done = true;
}
}
export const imports = new ImportsStore();
+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();
+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 -8
View File
@@ -1,21 +1,37 @@
// 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);
/** Mic muted for the in-flight meeting (FR-CAP-7): mic channel goes silent
* while loopback keeps recording. Toggled by the "M" key / mute button. */
micMuted = $state(false);
/** 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) => {
@@ -29,54 +45,102 @@ class RecordingStore {
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;
});
// Keep mute state in sync even if it was toggled elsewhere (e.g. a future
// tray control), not just from this store's toggleMute().
await events.onMicMuted(({ muted }) => {
this.micMuted = muted;
});
}
async start(title?: string, record = false, templateId?: string) {
/** Toggle mic mute for the active recording (FR-CAP-7); no-op if not
* recording. Optimistically flips, then reconciles with the backend result. */
async toggleMute() {
if (!this.meetingId || this.state === "idle") return;
try {
this.micMuted = await api.toggleMicrophoneMute(this.meetingId);
} catch {
// Mic off for this meeting (or capture gone) — nothing to mute.
}
}
async start(title?: string, record = false, templateId?: string, calendarEventId?: string) {
this.segments = [];
this.speakers = [];
this.retention = record;
this.deviceNotice = null;
this.micMuted = false;
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, undefined, record, templateId, language);
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.micMuted = false;
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.micMuted = false;
this.deviceNotice = null;
this.notesText = "";
this.segmentNotes.clear();
}
/** Toggle audio retention mid-meeting (FR-REC-1); caller must have gated consent already. */
@@ -85,6 +149,41 @@ class RecordingStore {
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();
+44
View File
@@ -43,9 +43,13 @@ const DEFAULT_SETTINGS: AppSettings = {
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
auto_start: false, // launch at login — opt-in, off by default (NFR-RES-4)
close_to_tray: true, // closing the window hides to tray; on by default
};
class SettingsStore {
@@ -60,6 +64,10 @@ 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[]>([]);
@@ -100,6 +108,7 @@ class SettingsStore {
await this.loadAudioDevices();
await this.loadInputDevices();
await this.loadModels();
await this.loadDiarizationModels();
await this.loadLanguages();
await this.loadPrivacy();
await this.loadLlmStatus();
@@ -198,6 +207,29 @@ 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();
@@ -353,6 +385,18 @@ class SettingsStore {
return this.patch({ default_record: on });
}
/** Launch-at-login toggle (NFR-RES-4). Goes through its own command (not
* patch) since the backend also writes the per-user OS Run entry; that
* command persists auto_start itself, so we just mirror it locally. */
async setAutoStart(on: boolean) {
this.settings = { ...this.settings, auto_start: on };
try {
await api.setAutoStart(on);
} catch {
this.backendStub = true;
}
}
setRetentionPolicy(maxAgeDays: number | null, maxSizeGb: number | null) {
return this.patch({ retention_max_age_days: maxAgeDays, retention_max_size_gb: maxSizeGb });
}
+48 -25
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;
@@ -55,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;
}
@@ -93,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);
}
@@ -107,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>
@@ -134,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)}
@@ -159,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">
@@ -175,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}
@@ -185,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
+305 -130
View File
@@ -4,6 +4,7 @@
import { meetings } from "../stores/meetings.svelte";
import { calendar } from "../stores/calendar.svelte";
import { settings } from "../stores/settings.svelte";
import { player } from "../stores/player.svelte";
import {
api,
errorMessage,
@@ -14,6 +15,7 @@
type LlmStatus,
} from "../api";
import { renderMarkdown } from "../markdown";
import { t } from "../i18n/index.svelte";
import TagChip from "../components/TagChip.svelte";
import HostedAiBanner from "../components/HostedAiBanner.svelte";
import {
@@ -30,6 +32,8 @@
Check,
Cpu,
Globe,
Plus,
X,
} from "@lucide/svelte";
onMount(() => calendar.load());
@@ -37,10 +41,12 @@
// ---- Recording playback (FR-REC-5) ----
let audioSrc = $state<string | null>(null);
let audioError = $state<string | null>(null);
let audioEl = $state<HTMLAudioElement | null>(null);
$effect(() => {
const m = meetings.selected;
audioSrc = null;
audioError = null;
player.reset();
if (m?.recorded) {
const id = m.id;
api
@@ -54,6 +60,17 @@
}
});
// Seek + play when a transcript segment is clicked (player.seek bumps the
// nonce so re-clicking the same segment still jumps). Reading seekNonce is
// what makes this effect re-run.
$effect(() => {
void player.seekNonce;
const ms = player.seekMs;
if (ms == null || !audioEl) return;
audioEl.currentTime = ms / 1000;
void audioEl.play().catch(() => {});
});
// ---- Summary + action items (T5.4/T5.5/T5.6, FR-LLM-2/3/4) ----
let llmStatus = $state<LlmStatus | null>(null);
async function refreshLlmStatus() {
@@ -75,12 +92,24 @@
// the exact same set_llm_provider command (and hence the same "anthropic's
// endpoint is fixed" / "switching away resets a stale hosted endpoint"
// guarantees — see apply_llm_provider_args in commands.rs).
const PROVIDER_LABELS: Record<string, string> = {
off: "Off",
ollama: "Ollama",
custom: "Custom",
anthropic: "Anthropic (Claude)",
};
// Provider dropdown values. Labels resolve through `providerLabel` (a
// function, not a static map, so a language switch re-renders them);
// brand names stay literal, only the generic "Off"/"Custom" are translated.
const PROVIDER_IDS = ["off", "ollama", "custom", "anthropic"];
function providerLabel(id: string): string {
switch (id) {
case "off":
return t("summary.provider_off");
case "custom":
return t("summary.provider_custom");
case "ollama":
return "Ollama";
case "anthropic":
return "Anthropic (Claude)";
default:
return id;
}
}
function isHostedStatus(status: LlmStatus | null): boolean {
return !!status && status.provider !== "off" && !status.isLocal;
}
@@ -92,7 +121,7 @@
// gate that matters even if the quick switch's own check is skipped, e.g.
// "custom" resolving to a hosted endpoint that was configured elsewhere).
let showHostedBanner = $state(false);
let hostedBannerLabel = $state("this hosted provider");
let hostedBannerLabel = $state(t("summary.this_hosted_provider"));
let pendingHostedAction = $state<(() => void) | null>(null);
function requireHostedAck(providerLabel: string, action: () => void) {
if (!settings.settings.hosted_ai_acknowledged) {
@@ -129,13 +158,13 @@
if (next === "anthropic") {
// Deterministically hosted — worth confirming before even switching to
// it, not just before the next generate.
requireHostedAck(PROVIDER_LABELS[next], () => void switchProvider(next));
requireHostedAck(providerLabel(next), () => void switchProvider(next));
} else {
void switchProvider(next);
}
}
function onGenerateClick() {
const label = llmStatus ? (PROVIDER_LABELS[llmStatus.provider] ?? llmStatus.provider) : "";
const label = llmStatus ? providerLabel(llmStatus.provider) : "";
if (isHostedStatus(llmStatus)) {
requireHostedAck(label, generateSummary);
} else {
@@ -143,20 +172,47 @@
}
}
// Editable copy so toggling a checkbox doesn't persist until "Save" is
// pressed; recomputes whenever a different meeting (or a freshly generated
// summary) comes in. bind:checked mutates each item in place, which a plain
// $derived array tolerates fine — only the array identity is recomputed.
let editableItems = $derived(
(meetings.selected?.summary?.action_items ?? []).map((i) => ({ ...i }) as ActionItem),
);
// Editable working copy so add/delete/edit don't persist until "Save" is
// pressed. Resynced from the meeting's table-backed action_items whenever a
// *different* meeting is selected (same guard pattern as pendingTags), so
// it isn't clobbered mid-edit.
let editableItems = $state<ActionItem[]>([]);
let loadedItemsForId: string | null = null;
$effect(() => {
const m = meetings.selected;
if (m && m.id !== loadedItemsForId) {
editableItems = m.action_items.map((i) => ({ ...i }));
loadedItemsForId = m.id;
} else if (!m) {
loadedItemsForId = null;
}
});
function addActionItem() {
editableItems = [
...editableItems,
{ id: null, text: "", owner: null, due_at: null, confirmed: false, reminder_set: false },
];
}
function removeActionItem(i: number) {
editableItems = editableItems.filter((_, idx) => idx !== i);
}
let savingItems = $state(false);
async function saveActionItems() {
const m = meetings.selected;
if (!m) return;
savingItems = true;
try {
await meetings.confirmActionItems(m.id, editableItems);
// Drop blank rows (an added-but-never-typed item) rather than persisting
// empty tasks; keep null owner rather than "".
const items = editableItems
.filter((i) => i.text.trim())
.map((i) => ({ ...i, owner: i.owner?.trim() || null }));
await meetings.confirmActionItems(m.id, items);
// confirmActionItems reloaded the meeting — resync so freshly inserted
// rows carry their new ids (a second save would otherwise re-insert them).
editableItems = (meetings.selected?.action_items ?? []).map((i) => ({ ...i }));
} finally {
savingItems = false;
}
@@ -278,8 +334,8 @@
});
function addTag(raw: string) {
const t = raw.trim().toLowerCase();
if (t && !pendingTags.includes(t)) pendingTags.push(t);
const tag = raw.trim().toLowerCase();
if (tag && !pendingTags.includes(tag)) pendingTags.push(tag);
}
// GitHub-topics-style input: a comma commits everything before it as its
// own chip immediately, leaving whatever's after as the live draft.
@@ -299,8 +355,8 @@
if (tagDraft.trim()) addTag(tagDraft);
tagDraft = "";
}
function removeTag(t: string) {
pendingTags = pendingTags.filter((x) => x !== t);
function removeTag(tag: string) {
pendingTags = pendingTags.filter((x) => x !== tag);
}
let savingTags = $state(false);
@@ -450,7 +506,7 @@
<div class="wrap">
{#if meetings.selected?.recorded}
<h3><Mic2 size={14} aria-hidden="true" /> Recording</h3>
<h3><Mic2 size={14} aria-hidden="true" /> {t("summary.recording_heading")}</h3>
{#if audioSrc}
<!-- a meeting recording has no caption track — no svelte-ignore needed,
the current eslint-plugin-svelte doesn't flag this element. -->
@@ -461,26 +517,29 @@
controls
controlsList="nodownload noplaybackrate"
oncontextmenu={(e) => e.preventDefault()}
bind:this={audioEl}
ontimeupdate={() => audioEl && (player.currentMs = audioEl.currentTime * 1000)}
src={audioSrc}
></audio>
{:else if audioError}
<p class="muted">{audioError}</p>
{:else}
<p class="muted">Loading recording…</p>
<p class="muted">{t("summary.loading_recording")}</p>
{/if}
{/if}
{#if meetings.selected && settings.settings.sync_enabled}
<h3><UploadCloud size={14} aria-hidden="true" /> Sync</h3>
<h3><UploadCloud size={14} aria-hidden="true" /> {t("summary.sync_heading")}</h3>
<button
class="upload-now"
class="primary upload-now"
disabled={meetings.uploading}
onclick={() => {
const m = meetings.selected;
if (m) meetings.uploadNow(m.id);
}}
>
{meetings.uploading ? "Uploading…" : "Upload now"}
<UploadCloud size={14} aria-hidden="true" />
{meetings.uploading ? t("summary.uploading") : t("summary.upload_now")}
</button>
{#if meetings.syncJobs.length}
<ul class="jobs">
@@ -499,34 +558,36 @@
onclick={() => {
const m = meetings.selected;
if (m) meetings.retryJob(job.jobId, m.id);
}}>retry</button
}}>{t("summary.retry")}</button
>
{/if}
</li>
{/each}
</ul>
{:else}
<p class="muted">No uploads yet for this meeting.</p>
<p class="muted">{t("summary.no_uploads")}</p>
{/if}
{/if}
<h3><Tags size={14} aria-hidden="true" /> Tags</h3>
<h3><Tags size={14} aria-hidden="true" /> {t("summary.tags_heading")}</h3>
{#if !meetings.selected}
<p class="muted">Select a meeting to tag it.</p>
<p class="muted">{t("summary.tags_select")}</p>
{:else}
<div class="tag-editor">
{#each pendingTags as t (t)}
{#each pendingTags as tag (tag)}
<TagChip
tag={t}
{tag}
removable
onRemove={() => removeTag(t)}
onClick={() => meetings.filterByTag(t)}
onRemove={() => removeTag(tag)}
onClick={() => meetings.filterByTag(tag)}
/>
{/each}
<input
class="tag-input"
list="known-tags"
placeholder={pendingTags.length ? "Add tag…" : "project, client, topic…"}
placeholder={pendingTags.length
? t("summary.tag_add_placeholder")
: t("summary.tag_first_placeholder")}
bind:value={tagDraft}
oninput={onTagInput}
onkeydown={onTagInputKeydown}
@@ -534,17 +595,17 @@
/>
</div>
<datalist id="known-tags">
{#each meetings.allTags as t (t)}
<option value={t}></option>
{#each meetings.allTags as tag (tag)}
<option value={tag}></option>
{/each}
</datalist>
<div class="actions">
<button class="primary" onclick={generateTagsNow} disabled={generatingTags}>
<Sparkles size={14} aria-hidden="true" />
{generatingTags ? "Generating…" : "Generate tags"}
{generatingTags ? t("summary.generating") : t("summary.generate_tags")}
</button>
<button class="link" onclick={saveTags} disabled={savingTags}>
{savingTags ? "Saving…" : "Save tags"}
{savingTags ? t("summary.saving") : t("summary.save_tags")}
</button>
</div>
{#if tagGenError}
@@ -552,18 +613,18 @@
{/if}
{/if}
<h3><Sparkles size={14} aria-hidden="true" /> Summary</h3>
<h3><Sparkles size={14} aria-hidden="true" /> {t("summary.summary_heading")}</h3>
<div class="provider-row">
<label class="provider-select">
<span class="sr-only">AI provider</span>
<span class="sr-only">{t("summary.ai_provider")}</span>
<select
value={llmStatus?.provider ?? settings.settings.llm_provider}
onchange={onProviderChange}
disabled={switchingProvider}
>
{#each Object.entries(PROVIDER_LABELS) as [id, label] (id)}
<option value={id}>{label}</option>
{#each PROVIDER_IDS as id (id)}
<option value={id}>{providerLabel(id)}</option>
{/each}
</select>
</label>
@@ -573,7 +634,7 @@
size={12}
aria-hidden="true"
/>{/if}
{llmStatus.isLocal ? "local" : "leaves this device"}
{llmStatus.isLocal ? t("summary.local") : t("summary.leaves_device")}
</span>
{/if}
</div>
@@ -586,9 +647,9 @@
{/if}
{#if !meetings.selected}
<p class="muted">Select a meeting to generate a summary.</p>
<p class="muted">{t("summary.select_generate")}</p>
{:else if meetings.summarizingId === meetings.selected.id}
<p class="muted">Generating…</p>
<p class="muted">{t("summary.generating")}</p>
{#if meetings.summaryStream}
<!-- eslint-disable-next-line svelte/no-at-html-tags -- sanitized via renderMarkdown() -->
<div class="summary-md">{@html renderMarkdown(meetings.summaryStream)}</div>
@@ -597,22 +658,22 @@
<!-- eslint-disable-next-line svelte/no-at-html-tags -- sanitized via renderMarkdown() -->
<div class="summary-md">{@html renderMarkdown(meetings.selected.summary.summary_md)}</div>
{#if meetings.selected.summary.decisions.length > 0}
<h4>Decisions</h4>
<h4>{t("summary.decisions_heading")}</h4>
<ul class="decisions">
{#each meetings.selected.summary.decisions as d, i (i)}
<li>{d}</li>
{/each}
</ul>
{/if}
<button class="link" onclick={onGenerateClick}>Regenerate</button>
<button class="link" onclick={onGenerateClick}>{t("summary.regenerate")}</button>
{:else}
<p class="muted">Generated locally after the meeting (requires a local LLM provider).</p>
<p class="muted">{t("summary.generated_hint")}</p>
{#if llmStatus && llmStatus.provider === "off"}
<p class="muted small">No AI provider configured — enable one in Settings.</p>
<p class="muted small">{t("summary.no_provider")}</p>
{:else}
<button class="primary" onclick={onGenerateClick}>
<Sparkles size={14} aria-hidden="true" />
Generate summary
{t("summary.generate_summary")}
</button>
{/if}
{/if}
@@ -620,24 +681,21 @@
<p class="error">{meetings.summaryError}</p>
{/if}
<h3><FileText size={14} aria-hidden="true" /> Feature briefs</h3>
<h3><FileText size={14} aria-hidden="true" /> {t("summary.briefs_heading")}</h3>
{#if !meetings.selected}
<p class="muted">Select a meeting to create or view feature briefs.</p>
<p class="muted">{t("summary.briefs_select")}</p>
{:else}
<p class="muted small">
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.
</p>
<p class="muted small">{t("summary.briefs_desc")}</p>
<div class="brief-create">
<input
type="text"
placeholder="Target repo (optional), e.g. acme/reporting-web"
placeholder={t("summary.brief_repo_placeholder")}
bind:value={briefTargetRepo}
disabled={creatingBrief}
/>
<button class="primary" onclick={createBrief} disabled={creatingBrief}>
<Sparkles size={14} aria-hidden="true" />
{creatingBrief ? "Distilling…" : "Create feature brief"}
{creatingBrief ? t("summary.distilling") : t("summary.create_brief")}
</button>
</div>
{#if briefError}
@@ -652,7 +710,7 @@
{b.title}
{#if b.target_repo}<span class="muted small">{b.target_repo}</span>{/if}
</button>
<label class="expose" title="Available when the MCP server is on">
<label class="expose" title={t("summary.brief_mcp_title")}>
<input type="checkbox" checked={b.exposed} onchange={() => toggleBriefExposed(b)} />
<span class="muted small">MCP</span>
</label>
@@ -666,24 +724,24 @@
<div class="brief-actions">
<button class="link" onclick={copyBriefMarkdown}>
{#if copiedFormat === "md"}
<Check size={13} aria-hidden="true" /> Copied
<Check size={13} aria-hidden="true" /> {t("summary.copied")}
{:else}
<Copy size={13} aria-hidden="true" /> Copy as Markdown
<Copy size={13} aria-hidden="true" /> {t("summary.copy_md")}
{/if}
</button>
<button class="link" onclick={copyBriefJson}>
{#if copiedFormat === "json"}
<Check size={13} aria-hidden="true" /> Copied
<Check size={13} aria-hidden="true" /> {t("summary.copied")}
{:else}
<Copy size={13} aria-hidden="true" /> Copy as JSON
<Copy size={13} aria-hidden="true" /> {t("summary.copy_json")}
{/if}
</button>
</div>
<h4>Problem</h4>
<h4>{t("summary.brief_problem")}</h4>
<p class="brief-text">{selectedBrief.problem}</p>
<h4>Desired outcome</h4>
<h4>{t("summary.brief_outcome")}</h4>
<p class="brief-text">{selectedBrief.desired_outcome}</p>
<h4>Acceptance criteria</h4>
<h4>{t("summary.brief_criteria")}</h4>
{#if selectedBrief.acceptance_criteria.length}
<ul class="decisions">
{#each selectedBrief.acceptance_criteria as c, i (i)}
@@ -691,10 +749,10 @@
{/each}
</ul>
{:else}
<p class="muted small">None captured.</p>
<p class="muted small">{t("summary.brief_none")}</p>
{/if}
{#if selectedBrief.context_excerpts.length}
<h4>Context</h4>
<h4>{t("summary.brief_context")}</h4>
<ul class="excerpts">
{#each selectedBrief.context_excerpts as e, i (i)}
<li><span class="speaker">{e.speaker}:</span> "{e.text}"</li>
@@ -705,71 +763,118 @@
{/if}
{/if}
<h3><ListTodo size={14} aria-hidden="true" /> Action items</h3>
<h3><ListTodo size={14} aria-hidden="true" /> {t("summary.action_items_heading")}</h3>
{#if !meetings.selected}
<p class="muted">Select a meeting to see its action items.</p>
{:else if editableItems.length === 0}
<p class="muted">Parsed from the summary; edit and confirm before they become tasks.</p>
<p class="muted">{t("summary.ai_select")}</p>
{:else}
<ul class="action-items">
{#each editableItems as item, i (i)}
<li>
<label>
<input type="checkbox" bind:checked={item.confirmed} />
<span>{item.text}</span>
</label>
{#if item.owner}<span class="muted small">{item.owner}</span>{/if}
<input
type="date"
class="due-date"
aria-label="Due date"
value={dueDateInput(item.due_at)}
onchange={(e) => onDueDateChange(item, (e.target as HTMLInputElement).value)}
/>
<label class="remind" title="Schedule a local reminder for this due date">
<input type="checkbox" bind:checked={item.reminder_set} disabled={!item.due_at} />
<Bell size={14} aria-hidden="true" />
</label>
</li>
{/each}
</ul>
<button onclick={saveActionItems} disabled={savingItems}>
{savingItems ? "Saving…" : "Save action items"}
</button>
{#if editableItems.length === 0}
<p class="muted">{t("summary.ai_empty")}</p>
{:else}
<!-- Two-row card per item: the action text owns the full first row (it
was unreadable when six controls shared one row in this narrow
pane); owner/due/reminder are a secondary meta row beneath it. -->
<ul class="action-items">
{#each editableItems as item, i (i)}
<li>
<div class="ai-main">
<input
type="checkbox"
bind:checked={item.confirmed}
aria-label={t("summary.confirmed")}
title={t("summary.confirmed")}
/>
<input
class="ai-text"
bind:value={item.text}
placeholder={t("summary.ai_text_placeholder")}
aria-label={t("summary.ai_text_aria")}
/>
<button
class="ai-del"
onclick={() => removeActionItem(i)}
title={t("summary.ai_delete_title")}
aria-label={t("summary.ai_delete_aria")}
>
<X size={14} aria-hidden="true" />
</button>
</div>
<div class="ai-meta">
<input
class="ai-owner"
value={item.owner ?? ""}
oninput={(e) => (item.owner = (e.target as HTMLInputElement).value || null)}
placeholder={t("summary.owner")}
aria-label={t("summary.owner")}
/>
<input
type="date"
class="due-date"
aria-label={t("summary.due_date")}
value={dueDateInput(item.due_at)}
onchange={(e) => onDueDateChange(item, (e.target as HTMLInputElement).value)}
/>
<label class="remind" title={t("summary.reminder_title")}>
<input type="checkbox" bind:checked={item.reminder_set} disabled={!item.due_at} />
<Bell size={14} aria-hidden="true" />
</label>
</div>
</li>
{/each}
</ul>
{/if}
<div class="ai-actions">
<button class="link" onclick={addActionItem}>
<Plus size={14} aria-hidden="true" />
{t("summary.add_action_item")}
</button>
<button class="primary" onclick={saveActionItems} disabled={savingItems}>
<Check size={14} aria-hidden="true" />
{savingItems ? t("summary.saving") : t("summary.save_action_items")}
</button>
</div>
{/if}
<h3><CalendarDays size={14} aria-hidden="true" /> Calendar event</h3>
<h3><CalendarDays size={14} aria-hidden="true" /> {t("summary.calendar_heading")}</h3>
{#if !meetings.selected}
<p class="muted">Select a meeting to link it to a calendar event.</p>
<p class="muted">{t("summary.cal_select")}</p>
{:else}
<div class="row">
<input type="text" bind:value={eventLinkSearch} placeholder="Search event title…" />
<input
type="text"
bind:value={eventLinkSearch}
placeholder={t("summary.event_search_placeholder")}
/>
<input type="date" bind:value={eventLinkDateFilter} />
</div>
<label class="pick"
>Linked event
>{t("summary.linked_event")}
<select value={meetings.selected.calendar_event_id ?? ""} onchange={onPickEvent}>
<option value="" disabled>{eventDetail ? "Change event…" : "Link an event…"}</option>
<option value="" disabled
>{eventDetail ? t("summary.change_event") : t("summary.link_event")}</option
>
{#each filteredLinkEvents as ev (ev.id)}
<option value={ev.id}
>{ev.subject ?? "(untitled)"} — {formatEventTime(ev.starts_at)}</option
>{ev.subject ?? t("summary.untitled_event")} — {formatEventTime(ev.starts_at)}</option
>
{/each}
</select>
</label>
{#if calendar.events.length === 0}
<p class="muted small">
No events imported yet — import a <code>.pst</code> from Settings → Calendar.
{t("summary.no_events_1")} <code>.pst</code>
{t("summary.no_events_2")}
</p>
{:else if filteredLinkEvents.length === 0}
<p class="muted small">No events match this search/date — try clearing one.</p>
<p class="muted small">{t("summary.no_events_match")}</p>
{/if}
{#if eventDetail}
<div class="event-card">
<div class="event-title">{eventDetail.event.subject ?? "(untitled)"}</div>
<div class="event-title">{eventDetail.event.subject ?? t("summary.untitled_event")}</div>
{#if eventDetail.event.organizer}
<div class="muted small">Organizer: {eventDetail.event.organizer}</div>
<div class="muted small">
{t("summary.organizer_label", { name: eventDetail.event.organizer })}
</div>
{/if}
{#if eventDetail.event.starts_at}
<div class="muted small">{formatEventTime(eventDetail.event.starts_at)}</div>
@@ -778,9 +883,9 @@
{/if}
{/if}
<h3><Users size={14} aria-hidden="true" /> Participants</h3>
<h3><Users size={14} aria-hidden="true" /> {t("summary.participants_heading")}</h3>
{#if !eventDetail || eventDetail.participants.length === 0}
<p class="muted">Populated from the linked calendar event.</p>
<p class="muted">{t("summary.participants_hint")}</p>
{:else}
<ul class="participants">
{#each eventDetail.participants as p (p.id)}
@@ -792,11 +897,11 @@
</ul>
{/if}
<h3><Mic2 size={14} aria-hidden="true" /> Speakers</h3>
<h3><Mic2 size={14} aria-hidden="true" /> {t("summary.speakers_heading")}</h3>
{#if !meetings.selected}
<p class="muted">Select a meeting to name its speakers.</p>
<p class="muted">{t("summary.speakers_select")}</p>
{:else if meetings.selected.speakers.length === 0}
<p class="muted">No speakers detected yet.</p>
<p class="muted">{t("summary.no_speakers")}</p>
{:else}
<ul class="speakers">
{#each meetings.selected.speakers as s (s.label)}
@@ -805,23 +910,26 @@
{#if addingNameFor === s.label}
<input
class="grow"
placeholder="Speaker name"
placeholder={t("summary.speaker_name_placeholder")}
bind:value={newNameDraft}
onkeydown={(e) => e.key === "Enter" && confirmNewName(s.label)}
/>
<button class="link" onclick={() => confirmNewName(s.label)}>Save</button>
<button class="link" onclick={() => (addingNameFor = null)}>Cancel</button>
<button class="link" onclick={() => confirmNewName(s.label)}>{t("summary.save")}</button
>
<button class="link" onclick={() => (addingNameFor = null)}
>{t("summary.cancel")}</button
>
{:else}
<select
class="grow"
value={s.participant_id ?? ""}
onchange={(e) => onPickSpeakerOption(e, s.label)}
>
<option value="" disabled>{s.display_name ?? "Name this speaker…"}</option>
<option value="" disabled>{s.display_name ?? t("summary.name_speaker")}</option>
{#each eventDetail?.participants ?? [] as p (p.id)}
<option value={p.id}>{p.name}</option>
{/each}
<option value={NEW_NAME}>+ Add new name…</option>
<option value={NEW_NAME}>{t("summary.add_new_name")}</option>
</select>
{/if}
</li>
@@ -868,10 +976,6 @@
gap: 0.5rem;
margin: -0.3rem 0 0.6rem;
}
.provider-select select {
font-size: 0.78rem;
padding: 0.25rem 0.4rem;
}
.provider-badge {
display: inline-flex;
align-items: center;
@@ -899,9 +1003,34 @@
font-weight: 600;
cursor: pointer;
}
button.primary:hover {
button.primary:hover:not(:disabled) {
background: var(--accent-hover);
}
button.primary:disabled {
opacity: 0.5;
cursor: default;
}
.upload-now {
align-self: start;
}
.provider-select select {
display: inline-flex;
align-items: center;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
background: var(--bg);
color: var(--fg);
font-size: 0.78rem;
padding: 0.3rem 0.5rem;
cursor: pointer;
}
.provider-select select:hover:not(:disabled) {
background: var(--bg-hover);
}
.provider-select select:disabled {
opacity: 0.6;
cursor: default;
}
.muted {
color: var(--muted);
font-size: 0.85rem;
@@ -958,10 +1087,9 @@
}
ul.action-items li {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.4rem;
padding: 0.25rem 0;
flex-direction: column;
gap: 0.35rem;
padding: 0.45rem 0;
border-bottom: 1px solid var(--border);
}
ul.action-items label {
@@ -969,6 +1097,56 @@
align-items: center;
gap: 0.4rem;
}
.ai-main {
display: flex;
align-items: center;
gap: 0.35rem;
}
.ai-text {
flex: 1;
min-width: 0;
font-size: 0.85rem;
}
/* Meta row indented under the text (past the confirm checkbox), wrapping
rather than crushing its inputs when the pane is narrow. */
.ai-meta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.35rem;
padding-left: 1.4rem;
}
.ai-owner {
flex: 1;
min-width: 5rem;
font-size: 0.75rem;
}
.ai-del {
display: flex;
align-items: center;
flex: none;
background: none;
border: none;
color: var(--muted);
cursor: pointer;
padding: 0.15rem;
border-radius: var(--radius-sm);
}
.ai-del:hover {
color: var(--danger);
background: var(--bg-hover);
}
.ai-actions {
display: flex;
align-items: center;
gap: 0.8rem;
margin-top: 0.5rem;
}
.ai-actions .link {
display: inline-flex;
align-items: center;
gap: 0.3rem;
}
.due-date {
font-size: 0.75rem;
padding: 0.2rem;
@@ -1052,9 +1230,6 @@
font-size: 0.8rem;
padding: 0;
}
.upload-now {
align-self: start;
}
.jobs {
list-style: none;
padding: 0;

Some files were not shown because too many files have changed in this diff Show More