* Refactor translation imports and update text for localization across settings and system monitor routes - Changed translation import from 'react-i18next' to '@/i18n/react-i18next-compat' in multiple files. - Updated various text strings to use translation keys for better localization support in: - Local API Server settings - MCP Servers settings - Privacy settings - Provider settings - Shortcuts settings - System Monitor - Thread details - Ensured consistent use of translation keys for all user-facing text. Update web-app/src/routes/settings/appearance.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Update web-app/src/routes/settings/appearance.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Update web-app/src/locales/vn/settings.json Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Update web-app/src/containers/dialogs/DeleteMCPServerConfirm.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Update web-app/src/locales/id/common.json Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Add Chinese (Simplified and Traditional) localization files for various components - Created `tools.json`, `updater.json`, `assistants.json`, `chat.json`, `common.json`, `hub.json`, `logs.json`, `mcp-servers.json`, `provider.json`, `providers.json`, `settings.json`, `setup.json`, `system-monitor.json`, `tool-approval.json` in both `zh-CN` and `zh-TW` locales. - Added translations for tool approval, updater notifications, assistant management, chat interface, common UI elements, hub interactions, logging messages, MCP server configurations, provider management, settings options, setup instructions, and system monitoring. * Refactor localization strings for improved clarity and consistency in English, Indonesian, and Vietnamese settings files * Fix missing key and reword * fix pr comment --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"editServer": "Edit MCP Server",
|
|
"addServer": "Add MCP Server",
|
|
"serverName": "Server Name",
|
|
"enterServerName": "Enter server name",
|
|
"command": "Command",
|
|
"enterCommand": "Enter command (uvx or npx)",
|
|
"arguments": "Arguments",
|
|
"argument": "Argument {{index}}",
|
|
"envVars": "Environment Variables",
|
|
"key": "Key",
|
|
"value": "Value",
|
|
"save": "Save",
|
|
"status": "Status",
|
|
"connected": "Connected",
|
|
"disconnected": "Disconnected",
|
|
"deleteServer": {
|
|
"title": "Delete MCP Server",
|
|
"description": "Are you sure you want to delete the MCP server {{serverName}}? This action cannot be undone.",
|
|
"delete": "Delete"
|
|
},
|
|
"editJson": {
|
|
"title": "Edit JSON for MCP Server: {{serverName}}",
|
|
"titleAll": "Edit All MCP Servers JSON",
|
|
"placeholder": "Enter JSON configuration",
|
|
"errorParse": "Failed to parse initial data",
|
|
"errorPaste": "Invalid JSON format in pasted content",
|
|
"errorFormat": "Invalid JSON format",
|
|
"save": "Save"
|
|
},
|
|
"checkParams": "Please check the parameters according to the tutorial.",
|
|
"title": "MCP Servers",
|
|
"experimental": "Experimental",
|
|
"editAllJson": "Edit All Servers JSON",
|
|
"findMore": "Find more MCP servers at",
|
|
"allowPermissions": "Allow All MCP Tool Permissions",
|
|
"allowPermissionsDesc": "When enabled, all MCP tool calls will be automatically approved without showing permission dialogs.",
|
|
"noServers": "No MCP servers found",
|
|
"args": "Args",
|
|
"env": "Env",
|
|
"serverStatusActive": "Server {{serverKey}} activated successfully",
|
|
"serverStatusInactive": "Server {{serverKey}} deactivated successfully"
|
|
}
|