|
699 | 699 | "settings-note-lsp-settings": "语言服务器提供补全、诊断、悬停等功能。你可以在此安装、更新或定义自定义服务器。托管安装程序在终端/proot 环境中运行。", |
700 | 700 | "search result label singular": "条结果", |
701 | 701 | "search result label plural": "条结果", |
702 | | - "pin tab": "Pin tab", |
703 | | - "unpin tab": "Unpin tab", |
704 | | - "pinned tab": "Pinned tab", |
705 | | - "unpin tab before closing": "Unpin the tab before closing it.", |
706 | | - "app font": "App font", |
707 | | - "settings-info-app-font-family": "Choose the font used across the app interface.", |
708 | | - "lsp-transport-method-stdio": "STDIO (launch a binary command)", |
709 | | - "lsp-transport-method-websocket": "WebSocket (connect to a ws/wss URL)", |
| 702 | + "pin tab": "固定标签页", |
| 703 | + "unpin tab": "取消固定标签页", |
| 704 | + "pinned tab": "已固定的标签页", |
| 705 | + "unpin tab before closing": "关闭前请先取消固定该标签页。", |
| 706 | + "app font": "应用字体", |
| 707 | + "settings-info-app-font-family": "选择在应用界面中使用的字体。", |
| 708 | + "lsp-transport-method-stdio": "STDIO(启动可执行命令)", |
| 709 | + "lsp-transport-method-websocket": "WebSocket(连接到 ws/wss URL)", |
710 | 710 | "lsp-websocket-url": "WebSocket URL", |
711 | | - "lsp-websocket-server-managed-externally": "This server is managed externally over WebSocket.", |
712 | | - "lsp-error-websocket-url-invalid": "WebSocket URL must start with ws:// or wss://", |
713 | | - "lsp-error-websocket-url-required": "WebSocket URL is required", |
714 | | - "lsp-remove-custom-server": "Remove custom server", |
715 | | - "lsp-remove-custom-server-confirm": "Remove custom language server {server}?", |
716 | | - "lsp-custom-server-removed": "Custom server removed", |
717 | | - "settings-info-lsp-remove-custom-server": "Remove this custom language server from Acode.", |
718 | | - "unsaved selected tabs warning": "Some selected tabs are not saved. Choose what to do.", |
719 | | - "save selected tabs": "Save selected tabs", |
720 | | - "close selected tabs": "Close selected tabs", |
721 | | - "save selected tabs warning": "Are you sure you want to save and close the selected tabs?", |
722 | | - "close selected tabs warning": "Are you sure you want to close the selected tabs? You will lose the unsaved changes and this action cannot be reversed.", |
723 | | - "close tabs to right": "Close Right", |
724 | | - "close tabs to left": "Close Left", |
725 | | - "close other tabs": "Close Others" |
| 711 | + "lsp-websocket-server-managed-externally": "该服务器通过 WebSocket 在外部管理。", |
| 712 | + "lsp-error-websocket-url-invalid": "WebSocket URL 必须以 ws:// 或 wss:// 开头", |
| 713 | + "lsp-error-websocket-url-required": "必须提供 WebSocket URL", |
| 714 | + "lsp-remove-custom-server": "移除自定义服务器", |
| 715 | + "lsp-remove-custom-server-confirm": "确定要移除自定义语言服务器 {server} 吗?", |
| 716 | + "lsp-custom-server-removed": "自定义服务器已移除", |
| 717 | + "settings-info-lsp-remove-custom-server": "从 Acode 中移除此自定义语言服务器。", |
| 718 | + "unsaved selected tabs warning": "部分选中的标签页尚未保存,请选择要执行的操作。", |
| 719 | + "save selected tabs": "保存选中的标签页", |
| 720 | + "close selected tabs": "关闭选中的标签页", |
| 721 | + "save selected tabs warning": "确定要保存并关闭选中的标签页吗?", |
| 722 | + "close selected tabs warning": "确定要关闭选中的标签页吗?未保存的更改将丢失且无法恢复。", |
| 723 | + "close tabs to right": "关闭右侧标签页", |
| 724 | + "close tabs to left": "关闭左侧标签页", |
| 725 | + "close other tabs": "关闭其他标签页" |
726 | 726 | } |
0 commit comments