feat(notes): Add audio recording and playback features
This commit is contained in:
@@ -896,5 +896,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": "無法載入音訊"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user