mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-10 00:47:46 +00:00
update apply view local lang
This commit is contained in:
@@ -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',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user