update apply view local lang

This commit is contained in:
duanfuxiang
2025-05-01 15:42:10 +08:00
parent 2f824134b6
commit cc8cc26e0b
4 changed files with 248 additions and 180 deletions

View File

@@ -138,5 +138,40 @@ export default {
"updateCommand": "Update Command",
"errorContentRequired": "Please enter a content for your template",
"errorNameRequired": "Please enter a name for your template"
},
main: {
openNewChat: "Open new chat",
openInfioCopilot: 'Open infio copilot',
addSelectionToChat: 'Add selection to chat',
rebuildVaultIndex: 'Rebuild entire vault index',
updateVaultIndex: 'Update index for modified files',
autocompleteAccept: 'Autocomplete accept',
autocompletePredict: 'Autocomplete predict',
autocompleteToggle: 'Autocomplete toggle',
autocompleteEnable: 'Autocomplete enable',
autocompleteDisable: 'Autocomplete disable',
inlineEditCommand: 'Inline edit',
},
notifications: {
rebuildingIndex: 'Rebuilding vault index...',
indexingChunks: 'Indexing chunks: {completedChunks} / {totalChunks}',
rebuildComplete: 'Rebuilding vault index complete',
rebuildFailed: 'Rebuilding vault index failed',
updatingIndex: 'Updating vault index...',
updateComplete: 'Vault index updated',
updateFailed: 'Vault index update failed',
selectTextFirst: 'Please select some text first',
migrationFailed: 'Failed to migrate to JSON storage. Please check the console for details.',
reloadingInfio: 'Reloading "infio" due to migration',
},
applyView: {
applyingFile: 'Applying: {{file}}',
acceptChanges: 'Accept changes',
acceptAll: 'Accept All {{shortcut}}',
rejectChanges: 'Reject changes',
rejectAll: 'Reject All {{shortcut}}',
fileNotFound: 'File not found',
acceptLine: 'Accept line',
excludeLine: 'Exclude line',
}
}

View File

@@ -141,5 +141,40 @@ export default {
"updateCommand": "更新命令",
"errorContentRequired": "请输入模板内容",
"errorNameRequired": "请输入模板名称"
},
main: {
openNewChat: "打开新聊天",
openInfioCopilot: '打开 Infio Copilot',
addSelectionToChat: '将选定内容添加到聊天',
rebuildVaultIndex: '重建整个 Vault 索引',
updateVaultIndex: '更新已修改文件的索引',
autocompleteAccept: '接受自动完成',
autocompletePredict: '手动触发自动完成',
autocompleteToggle: '切换自动完成',
autocompleteEnable: '启用自动完成',
autocompleteDisable: '禁用自动完成',
inlineEditCommand: '文本内编辑',
},
notifications: {
rebuildingIndex: '正在重建 Vault 索引...',
indexingChunks: '正在索引块:{completedChunks} / {totalChunks}',
rebuildComplete: 'Vault 索引重建完成',
rebuildFailed: 'Vault 索引重建失败',
updatingIndex: '正在更新 Vault 索引...',
updateComplete: 'Vault 索引已更新',
updateFailed: 'Vault 索引更新失败',
selectTextFirst: '请先选择一些文本',
migrationFailed: '迁移到 JSON 存储失败。请检查控制台以获取详细信息。',
reloadingInfio: '因迁移而重新加载 "infio"',
},
applyView: {
applyingFile: '正在应用: {{file}}',
acceptChanges: '接受更改',
acceptAll: '全部接受 {{shortcut}}',
rejectChanges: '拒绝更改',
rejectAll: '全部拒绝 {{shortcut}}',
fileNotFound: '文件未找到',
acceptLine: '接受此行',
excludeLine: '排除此行',
}
};