|
|
@@ -26,6 +26,8 @@ export const dict = {
|
|
|
"command.session.next": "Next session",
|
|
|
"command.session.archive": "Archive session",
|
|
|
|
|
|
+ "command.palette": "Command palette",
|
|
|
+
|
|
|
"command.theme.cycle": "Cycle theme",
|
|
|
"command.theme.set": "Use theme: {{theme}}",
|
|
|
"command.theme.scheme.cycle": "Cycle color scheme",
|
|
|
@@ -395,6 +397,7 @@ export const dict = {
|
|
|
"common.dismiss": "Dismiss",
|
|
|
"common.requestFailed": "Request failed",
|
|
|
"common.moreOptions": "More options",
|
|
|
+ "common.learnMore": "Learn more",
|
|
|
"common.rename": "Rename",
|
|
|
"common.reset": "Reset",
|
|
|
"common.delete": "Delete",
|
|
|
@@ -412,6 +415,106 @@ export const dict = {
|
|
|
"sidebar.project.recentSessions": "Recent sessions",
|
|
|
"sidebar.project.viewAllSessions": "View all sessions",
|
|
|
|
|
|
+ "settings.section.desktop": "Desktop",
|
|
|
+ "settings.tab.general": "General",
|
|
|
+ "settings.tab.shortcuts": "Shortcuts",
|
|
|
+
|
|
|
+ "settings.general.section.appearance": "Appearance",
|
|
|
+ "settings.general.section.notifications": "System notifications",
|
|
|
+ "settings.general.section.sounds": "Sound effects",
|
|
|
+
|
|
|
+ "settings.general.row.language.title": "Language",
|
|
|
+ "settings.general.row.language.description": "Change the display language for OpenCode",
|
|
|
+ "settings.general.row.appearance.title": "Appearance",
|
|
|
+ "settings.general.row.appearance.description": "Customise how OpenCode looks on your device",
|
|
|
+ "settings.general.row.theme.title": "Theme",
|
|
|
+ "settings.general.row.theme.description": "Customise how OpenCode is themed.",
|
|
|
+ "settings.general.row.font.title": "Font",
|
|
|
+ "settings.general.row.font.description": "Customise the mono font used in code blocks",
|
|
|
+
|
|
|
+ "settings.general.notifications.agent.title": "Agent",
|
|
|
+ "settings.general.notifications.agent.description": "Show system notification when the agent is complete or needs attention",
|
|
|
+ "settings.general.notifications.permissions.title": "Permissions",
|
|
|
+ "settings.general.notifications.permissions.description": "Show system notification when a permission is required",
|
|
|
+ "settings.general.notifications.errors.title": "Errors",
|
|
|
+ "settings.general.notifications.errors.description": "Show system notification when an error occurs",
|
|
|
+
|
|
|
+ "settings.general.sounds.agent.title": "Agent",
|
|
|
+ "settings.general.sounds.agent.description": "Play sound when the agent is complete or needs attention",
|
|
|
+ "settings.general.sounds.permissions.title": "Permissions",
|
|
|
+ "settings.general.sounds.permissions.description": "Play sound when a permission is required",
|
|
|
+ "settings.general.sounds.errors.title": "Errors",
|
|
|
+ "settings.general.sounds.errors.description": "Play sound when an error occurs",
|
|
|
+
|
|
|
+ "settings.shortcuts.title": "Keyboard shortcuts",
|
|
|
+ "settings.shortcuts.reset.button": "Reset to defaults",
|
|
|
+ "settings.shortcuts.reset.toast.title": "Shortcuts reset",
|
|
|
+ "settings.shortcuts.reset.toast.description": "Keyboard shortcuts have been reset to defaults.",
|
|
|
+ "settings.shortcuts.conflict.title": "Shortcut already in use",
|
|
|
+ "settings.shortcuts.conflict.description": "{{keybind}} is already assigned to {{titles}}.",
|
|
|
+ "settings.shortcuts.unassigned": "Unassigned",
|
|
|
+ "settings.shortcuts.pressKeys": "Press keys",
|
|
|
+
|
|
|
+ "settings.shortcuts.group.general": "General",
|
|
|
+ "settings.shortcuts.group.session": "Session",
|
|
|
+ "settings.shortcuts.group.navigation": "Navigation",
|
|
|
+ "settings.shortcuts.group.modelAndAgent": "Model and agent",
|
|
|
+ "settings.shortcuts.group.terminal": "Terminal",
|
|
|
+ "settings.shortcuts.group.prompt": "Prompt",
|
|
|
+
|
|
|
+ "settings.providers.title": "Providers",
|
|
|
+ "settings.providers.description": "Provider settings will be configurable here.",
|
|
|
+ "settings.models.title": "Models",
|
|
|
+ "settings.models.description": "Model settings will be configurable here.",
|
|
|
+ "settings.agents.title": "Agents",
|
|
|
+ "settings.agents.description": "Agent settings will be configurable here.",
|
|
|
+ "settings.commands.title": "Commands",
|
|
|
+ "settings.commands.description": "Command settings will be configurable here.",
|
|
|
+ "settings.mcp.title": "MCP",
|
|
|
+ "settings.mcp.description": "MCP settings will be configurable here.",
|
|
|
+
|
|
|
+ "settings.permissions.title": "Permissions",
|
|
|
+ "settings.permissions.description": "Control what tools the server can use by default.",
|
|
|
+ "settings.permissions.section.tools": "Tools",
|
|
|
+ "settings.permissions.toast.updateFailed.title": "Failed to update permissions",
|
|
|
+
|
|
|
+ "settings.permissions.action.allow": "Allow",
|
|
|
+ "settings.permissions.action.ask": "Ask",
|
|
|
+ "settings.permissions.action.deny": "Deny",
|
|
|
+
|
|
|
+ "settings.permissions.tool.read.title": "Read",
|
|
|
+ "settings.permissions.tool.read.description": "Reading a file (matches the file path)",
|
|
|
+ "settings.permissions.tool.edit.title": "Edit",
|
|
|
+ "settings.permissions.tool.edit.description": "Modify files, including edits, writes, patches, and multi-edits",
|
|
|
+ "settings.permissions.tool.glob.title": "Glob",
|
|
|
+ "settings.permissions.tool.glob.description": "Match files using glob patterns",
|
|
|
+ "settings.permissions.tool.grep.title": "Grep",
|
|
|
+ "settings.permissions.tool.grep.description": "Search file contents using regular expressions",
|
|
|
+ "settings.permissions.tool.list.title": "List",
|
|
|
+ "settings.permissions.tool.list.description": "List files within a directory",
|
|
|
+ "settings.permissions.tool.bash.title": "Bash",
|
|
|
+ "settings.permissions.tool.bash.description": "Run shell commands",
|
|
|
+ "settings.permissions.tool.task.title": "Task",
|
|
|
+ "settings.permissions.tool.task.description": "Launch sub-agents",
|
|
|
+ "settings.permissions.tool.skill.title": "Skill",
|
|
|
+ "settings.permissions.tool.skill.description": "Load a skill by name",
|
|
|
+ "settings.permissions.tool.lsp.title": "LSP",
|
|
|
+ "settings.permissions.tool.lsp.description": "Run language server queries",
|
|
|
+ "settings.permissions.tool.todoread.title": "Todo Read",
|
|
|
+ "settings.permissions.tool.todoread.description": "Read the todo list",
|
|
|
+ "settings.permissions.tool.todowrite.title": "Todo Write",
|
|
|
+ "settings.permissions.tool.todowrite.description": "Update the todo list",
|
|
|
+ "settings.permissions.tool.webfetch.title": "Web Fetch",
|
|
|
+ "settings.permissions.tool.webfetch.description": "Fetch content from a URL",
|
|
|
+ "settings.permissions.tool.websearch.title": "Web Search",
|
|
|
+ "settings.permissions.tool.websearch.description": "Search the web",
|
|
|
+ "settings.permissions.tool.codesearch.title": "Code Search",
|
|
|
+ "settings.permissions.tool.codesearch.description": "Search code on the web",
|
|
|
+ "settings.permissions.tool.external_directory.title": "External Directory",
|
|
|
+ "settings.permissions.tool.external_directory.description": "Access files outside the project directory",
|
|
|
+ "settings.permissions.tool.doom_loop.title": "Doom Loop",
|
|
|
+ "settings.permissions.tool.doom_loop.description": "Detect repeated tool calls with identical input",
|
|
|
+
|
|
|
"workspace.new": "New workspace",
|
|
|
"workspace.type.local": "local",
|
|
|
"workspace.type.sandbox": "sandbox",
|