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',
}
}