jan/web-app/src/locales/vn/mcp-servers.json
Sam Hoang Van c32dd092d0
Enhance i18n and add missing i18n for all component (#5314)
* 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>
2025-06-20 15:33:54 +07:00

43 lines
2.0 KiB
JSON

{
"editServer": "Chỉnh sửa máy chủ MCP",
"addServer": "Thêm máy chủ MCP",
"serverName": "Tên máy chủ",
"enterServerName": "Nhập tên máy chủ",
"command": "Lệnh",
"enterCommand": "Nhập lệnh (uvx hoặc npx)",
"arguments": "Đối số",
"argument": "Đối số {{index}}",
"envVars": "Biến môi trường",
"key": "Khóa",
"value": "Giá trị",
"save": "Lưu",
"status": "Trạng thái",
"connected": "Đã kết nối",
"disconnected": "Đã ngắt kết nối",
"deleteServer": {
"title": "Xóa máy chủ MCP",
"description": "Bạn có chắc chắn muốn xóa máy chủ MCP {{serverName}} không? Hành động này không thể hoàn tác.",
"delete": "Xóa"
},
"editJson": {
"title": "Chỉnh sửa JSON cho máy chủ MCP: {{serverName}}",
"titleAll": "Chỉnh sửa tất cả JSON của máy chủ MCP",
"placeholder": "Nhập cấu hình JSON",
"errorParse": "Không thể phân tích cú pháp dữ liệu ban đầu",
"errorPaste": "Định dạng JSON không hợp lệ trong nội dung đã dán",
"errorFormat": "Định dạng JSON không hợp lệ",
"save": "Lưu"
},
"checkParams": "Vui lòng kiểm tra các tham số theo hướng dẫn.",
"title": "Máy chủ MCP",
"experimental": "Thử nghiệm",
"editAllJson": "Chỉnh sửa tất cả JSON của máy chủ",
"findMore": "Tìm thêm máy chủ MCP tại",
"allowPermissions": "Cho phép tất cả các quyền của công cụ MCP",
"allowPermissionsDesc": "Khi được bật, tất cả các lệnh gọi công cụ MCP sẽ được tự động phê duyệt mà không hiển thị hộp thoại cấp phép.",
"noServers": "Không tìm thấy máy chủ MCP nào",
"args": "Đối số",
"env": "Môi trường",
"serverStatusActive": "Máy chủ {{serverKey}} đã được kích hoạt thành công",
"serverStatusInactive": "Máy chủ {{serverKey}} đã được hủy kích hoạt thành công"
}