feat(notes): Add audio recording and playback features

This commit is contained in:
cogwheel
2026-01-12 21:48:43 +05:30
parent a7e5bb3704
commit a371556a1c
73 changed files with 2296 additions and 125 deletions

View File

@@ -674,5 +674,28 @@
"continueButton": "계속",
"proxyAuthRequired": "이 서버는 프록시 인증이 필요합니다",
"proxyAuthRequiredDescription": "서버가 인증 프록시(예: oauth2-proxy) 뒤에 있는 것 같습니다. 먼저 프록시를 통해 로그인해야 합니다.",
"authenticateThroughProxy": "인증"
"authenticateThroughProxy": "인증",
"voiceOptions": "음성 옵션",
"dictation": "받아쓰기",
"dictationDescription": "말하면 실시간으로 텍스트로 변환",
"recordAudio": "오디오 녹음",
"recordAudioDescription": "나중에 텍스트 변환을 위해 오디오 저장",
"recordingAudio": "녹음 중...",
"preparingRecording": "준비 중...",
"recordingHint": "완료되면 정지를 누르세요",
"stopAndSaveRecording": "정지 및 저장",
"processingRecording": "처리 중...",
"audioRecordingSaved": "오디오 녹음 저장됨",
"microphonePermissionDenied": "마이크 권한이 거부되었습니다",
"recordingFailed": "녹음 실패",
"removeFileConfirm": "이 파일을 노트에서 제거하시겠습니까?",
"fileRemoved": "파일 제거됨",
"playAudio": "오디오 재생",
"removeFile": "파일 제거",
"audioFileType": "오디오",
"imageFileType": "이미지",
"failedToUploadAudio": "오디오 업로드 실패",
"audioAttachment": "오디오 첨부 파일",
"loadingAudio": "오디오 로드 중...",
"failedToLoadAudio": "오디오를 로드할 수 없습니다"
}