mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 01:53:53 +08:00
fix: 修复智能体快照基线与查看逻辑
This commit is contained in:
@@ -831,6 +831,8 @@ export default {
|
||||
'agentSnapshot.before': 'Vorher',
|
||||
'agentSnapshot.after': 'Nachher',
|
||||
'agentSnapshot.emptyValue': 'Keine',
|
||||
'agentSnapshot.secretRedacted': 'Geheimer Schlüssel maskiert',
|
||||
'agentSnapshot.configValue': 'Konfigurationswert',
|
||||
'agentSnapshot.noChangedContent': 'Keine anzeigbaren Änderungen',
|
||||
'agentSnapshot.noFunctionChange': 'Keine Funktionsänderungen',
|
||||
'agentSnapshot.beforeChange': 'Vor der Änderung',
|
||||
|
||||
@@ -881,6 +881,8 @@ export default {
|
||||
'agentSnapshot.before': 'Before',
|
||||
'agentSnapshot.after': 'After',
|
||||
'agentSnapshot.emptyValue': 'None',
|
||||
'agentSnapshot.secretRedacted': 'Secret redacted',
|
||||
'agentSnapshot.configValue': 'Config Value',
|
||||
'agentSnapshot.noChangedContent': 'No changes to display',
|
||||
'agentSnapshot.noFunctionChange': 'No function changes',
|
||||
'agentSnapshot.beforeChange': 'Before Change',
|
||||
|
||||
@@ -831,6 +831,8 @@ export default {
|
||||
'agentSnapshot.before': 'Antes',
|
||||
'agentSnapshot.after': 'Depois',
|
||||
'agentSnapshot.emptyValue': 'Nenhum',
|
||||
'agentSnapshot.secretRedacted': 'Chave secreta mascarada',
|
||||
'agentSnapshot.configValue': 'Valor da configuração',
|
||||
'agentSnapshot.noChangedContent': 'Nenhuma alteração para exibir',
|
||||
'agentSnapshot.noFunctionChange': 'Sem alterações de função',
|
||||
'agentSnapshot.beforeChange': 'Antes da Alteração',
|
||||
|
||||
@@ -831,6 +831,8 @@ export default {
|
||||
'agentSnapshot.before': 'Trước',
|
||||
'agentSnapshot.after': 'Sau',
|
||||
'agentSnapshot.emptyValue': 'Không có',
|
||||
'agentSnapshot.secretRedacted': 'Khóa bí mật đã được ẩn',
|
||||
'agentSnapshot.configValue': 'Giá trị cấu hình',
|
||||
'agentSnapshot.noChangedContent': 'Không có thay đổi để hiển thị',
|
||||
'agentSnapshot.noFunctionChange': 'Không có thay đổi chức năng',
|
||||
'agentSnapshot.beforeChange': 'Trước thay đổi',
|
||||
|
||||
@@ -881,6 +881,8 @@ export default {
|
||||
'agentSnapshot.before': '变化前',
|
||||
'agentSnapshot.after': '变化后',
|
||||
'agentSnapshot.emptyValue': '无',
|
||||
'agentSnapshot.secretRedacted': '密钥已脱敏',
|
||||
'agentSnapshot.configValue': '配置值',
|
||||
'agentSnapshot.noChangedContent': '暂无可展示的变更内容',
|
||||
'agentSnapshot.noFunctionChange': '功能配置无变化',
|
||||
'agentSnapshot.beforeChange': '变化前',
|
||||
|
||||
@@ -831,6 +831,8 @@ export default {
|
||||
'agentSnapshot.before': '之前',
|
||||
'agentSnapshot.after': '之後',
|
||||
'agentSnapshot.emptyValue': '無',
|
||||
'agentSnapshot.secretRedacted': '密鑰已脫敏',
|
||||
'agentSnapshot.configValue': '配置值',
|
||||
'agentSnapshot.noChangedContent': '暫無可展示的變更內容',
|
||||
'agentSnapshot.noFunctionChange': '功能配置無變化',
|
||||
'agentSnapshot.beforeChange': '變化前',
|
||||
|
||||
Reference in New Issue
Block a user