mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-31 03:43:57 +08:00
update:智控台音色克隆
This commit is contained in:
@@ -10,6 +10,8 @@ export default {
|
||||
'header.smartManagement': '智能體管理',
|
||||
'header.modelConfig': '模型配置',
|
||||
'header.userManagement': '用戶管理',
|
||||
'header.voiceCloneManagement': '音色克隆',
|
||||
'header.voiceResourceManagement': '音色資源',
|
||||
'header.otaManagement': 'OTA管理',
|
||||
'header.paramDictionary': '參數字典',
|
||||
'header.paramManagement': '參數管理',
|
||||
@@ -1065,5 +1067,85 @@ export default {
|
||||
'sm2.invalidPublicKey': '無效的公鑰格式',
|
||||
'sm2.encryptionError': '加密過程中發生錯誤',
|
||||
'sm2.publicKeyRetry': '正在重試獲取公鑰...',
|
||||
'sm2.publicKeyRetryFailed': '公鑰獲取重試失敗'
|
||||
'sm2.publicKeyRetryFailed': '公鑰獲取重試失敗',
|
||||
|
||||
// 音色資源管理
|
||||
'voiceClone.title': '音色克隆',
|
||||
'voiceResource.title': '音色資源',
|
||||
'voiceClone.platformName': '平台名稱',
|
||||
'voiceClone.voiceId': '聲音ID',
|
||||
'voiceClone.userId': '歸屬帳號',
|
||||
'voiceClone.name': '聲音名稱',
|
||||
'voiceClone.clone': '立即複刻',
|
||||
'voiceClone.action': '操作',
|
||||
'voiceClone.modelId': '模型ID',
|
||||
'voiceClone.trainStatus': '訓練狀態',
|
||||
'voiceClone.trainError': '訓練錯誤',
|
||||
'voiceClone.createdAt': '建立時間',
|
||||
'voiceClone.search': '搜尋',
|
||||
'voiceClone.searchPlaceholder': '請輸入聲音名稱或音色ID',
|
||||
'voiceClone.addNew': '新增',
|
||||
'voiceClone.delete': '刪除',
|
||||
'voiceClone.selectAll': '全選',
|
||||
'voiceClone.deselectAll': '取消全選',
|
||||
'voiceClone.addVoiceClone': '新增音色資源',
|
||||
'voiceClone.confirmDelete': '確定要刪除選中的 {count} 條音色資源嗎?',
|
||||
'voiceClone.deleteSuccess': '成功刪除 {count} 條音色資源',
|
||||
'voiceClone.deleteFailed': '刪除失敗',
|
||||
'voiceClone.addSuccess': '新增成功',
|
||||
'voiceClone.addFailed': '新增失敗',
|
||||
'voiceClone.updateSuccess': '更新成功',
|
||||
'voiceClone.updateFailed': '更新失敗',
|
||||
'voiceClone.selectFirst': '請先選擇要刪除的音色資源',
|
||||
'voiceClone.operationCancelled': '取消',
|
||||
'voiceClone.operationClosed': '已關閉彈窗',
|
||||
'voiceClone.cloneSuccess': '複刻成功',
|
||||
'voiceClone.cloneFailed': '複刻失敗',
|
||||
'voiceClone.confirmClone': '確定要複刻此音色嗎?',
|
||||
'voiceClone.onlySuccessCanClone': '只有訓練成功的音色才能複刻',
|
||||
'common.insufficient': '不足',
|
||||
'voiceClone.platformNameRequired': '請選擇平台名稱',
|
||||
'voiceClone.voiceIdRequired': '請選擇音色ID',
|
||||
'voiceClone.userIdRequired': '請選擇歸屬帳號',
|
||||
'voiceClone.platformNamePlaceholder': '請選擇平台名稱',
|
||||
'voiceClone.voiceIdPlaceholder': '請輸入音色ID並按回车',
|
||||
'voiceClone.userIdPlaceholder': '請輸入关键词選擇歸屬帳號',
|
||||
'voiceClone.waitingUpload': '待上傳',
|
||||
'voiceClone.waitingTraining': '待複刻',
|
||||
'voiceClone.training': '訓練中',
|
||||
'voiceClone.trainSuccess': '訓練成功',
|
||||
'voiceClone.trainFailed': '訓練失敗',
|
||||
'voiceClone.itemsPerPage': '每頁 {items} 條',
|
||||
'voiceClone.firstPage': '首頁',
|
||||
'voiceClone.prevPage': '上一頁',
|
||||
'voiceClone.nextPage': '下一頁',
|
||||
'voiceClone.totalRecords': '共 {total} 條',
|
||||
'voiceClone.noVoiceCloneAssigned': '您的帳號暂无音色資源',
|
||||
'voiceClone.contactAdmin': '請聯繫管理員分配音色資源',
|
||||
'voiceClone.dialogTitle': '聲音複刻',
|
||||
'voiceClone.stepUpload': '準備音頻',
|
||||
'voiceClone.stepEdit': '音頻編輯',
|
||||
'voiceClone.dragOrClick': '將音頻文件拖到此處,或點擊上傳',
|
||||
'voiceClone.uploadTip': '支持所有主流音頻格式,選區時長需要在8-60秒之間',
|
||||
'voiceClone.editTip1': '請確認上傳音頻是否滿意',
|
||||
'voiceClone.editTip2': '您可以試聽並裁剪音頻,如果不滿意可以返回重新錄製或上傳',
|
||||
'voiceClone.selectedDuration': '已選擇有效片段:{duration}秒',
|
||||
'voiceClone.trim': '對選擇區域進行裁剪',
|
||||
'voiceClone.reset': '重置',
|
||||
'voiceClone.play': '播放',
|
||||
'voiceClone.pause': '暫停',
|
||||
'voiceClone.cancel': '取消',
|
||||
'voiceClone.nextStep': '下一步',
|
||||
'voiceClone.prevStep': '上一步',
|
||||
'voiceClone.upload': '上傳音頻',
|
||||
'voiceClone.pleaseSelectAudio': '請先選擇音頻文件',
|
||||
'voiceClone.durationError': '音頻時長必須在8-60秒之間',
|
||||
'voiceClone.loadAudioFailed': '加載音頻失敗',
|
||||
'voiceClone.trimSuccess': '裁剪成功',
|
||||
'voiceClone.resetSuccess': '重置成功',
|
||||
'voiceClone.uploadSuccess': '上傳成功',
|
||||
'voiceClone.uploadFailed': '上傳失敗',
|
||||
'voiceClone.updateNameSuccess': '名稱更新成功',
|
||||
'voiceClone.updateNameFailed': '名稱更新失敗',
|
||||
'voiceClone.playFailed': '播放失敗',
|
||||
}
|
||||
Reference in New Issue
Block a user