319319 "file_not_found_in_path2" : " 在 compile_commands.json 文件中找不到 \" {0}\" 。此文件将改用文件夹“{1}”中的 c_cpp_properties.json 中包含的 \" includePath\" 。" ,
320320 "copilot_hover_link" : " 生成 Copilot 摘要" ,
321321 "browse_path_not_found" : " 无法为不存在的文件夹 {0} 中的文件编制索引" ,
322- "license_terms" : " C/C++ 扩展只能用于 Microsoft Visual Studio、Visual Studio for Mac、Visual Studio Code、Azure DevOps、Team Foundation Server 以及后续的 Microsoft 产品和服务,以开发和测试您的应用程序。"
322+ "license_terms" : " C/C++ 扩展只能用于 Microsoft Visual Studio、Visual Studio for Mac、Visual Studio Code、Azure DevOps、Team Foundation Server 以及后续的 Microsoft 产品和服务,以开发和测试您的应用程序。" ,
323+ "help_title" : " Microsoft C++ 语言服务器" ,
324+ "help_usage" : " 使用情况: {0} [选项]" ,
325+ "help_options_header" : " 选项:" ,
326+ "help_help" : " 显示此帮助消息并退出。" ,
327+ "help_version" : " 显示版本信息并退出。" ,
328+ "help_accept_eula" : " 永久接受最终用户许可协议(EULA)。" ,
329+ "help_stderr" : " 不将 stderr 重定向到 /dev/null (对调试有用)。" ,
330+ "help_login" : " 启动交互式登录(需要 GitHub Copilot 订阅)。" ,
331+ "help_force_login" : " 即使已完成身份验证,也强制启动登录流程。" ,
332+ "help_allow_plaintext" : " 如果安全密钥链不可用,允许以明文存储凭据。" ,
333+ "help_log_dir" : " 指定日志文件的目录(默认值: 系统临时目录)。" ,
334+ "help_log_level" : " 将日志详细级别从 0 (仅错误)设置为 9 (详细)。" ,
335+ "help_lsp_config" : " 将参数指定为绝对路径,或相对于工作区根目录或其 .github 文件夹的路径。" ,
336+ "help_disable_telemetry" : " 禁用发送遥测数据。" ,
337+ "auth_device_flow_prompt" : " 若要通过 GitHub 进行身份验证,请复制代码 {0},然后访问 {1}。正在等待授权..." ,
338+ "auth_timed_out" : " 等待授权超时。" ,
339+ "auth_success" : " 已成功通过 GitHub 身份验证。" ,
340+ "auth_save_failed" : " GitHub 身份验证成功,但无法保存令牌。" ,
341+ "auth_keyring_error" : " Keyring 错误: {0}" ,
342+ "auth_keyring_locked" : " keyring 集合已锁定。请解锁或重启 gnome-keyring-daemon。" ,
343+ "auth_keyring_unavailable" : " 没有可用的 keyring 服务。安装并启动 gnome-keyring: sudo apt install gnome-keyring" ,
344+ "auth_try_plaintext" : " 或通过传递 --login --allow-plaintext-secret-storage 允许明文存储。" ,
345+ "auth_expired" : " 设备代码已过期。请重试。" ,
346+ "auth_denied" : " 用户拒绝了授权。" ,
347+ "auth_unexpected_error" : " 轮询期间发生意外错误: {0}" ,
348+ "auth_login_failed" : " GitHub 登录失败。尝试从命令行使用 --login 运行以登录。" ,
349+ "auth_eula_required" : " 必须接受 EULA 才能继续。请使用 --accept-eula 运行。" ,
350+ "auth_already_authenticated" : " 已通过 GitHub 身份验证。使用 --force-login 重新进行身份验证。" ,
351+ "config_unsupported_version" : " 初始化失败: 配置版本不受支持。仅支持版本 1。" ,
352+ "config_file_not_found" : " 初始化失败: 未找到配置文件“{0}”。" ,
353+ "config_parse_failed" : " 初始化失败: 无法解析配置文件“{0}”。请验证 JSON 格式。错误: {1}" ,
354+ "config_repo_path_invalid" : " 初始化失败: \" repositoryPath\" 未配置或无效。" ,
355+ "config_missing_source" : " 初始化失败: 必须配置 \" compileCommands\" 或 \" cppProperties\" 。" ,
356+ "config_dual_source" : " 初始化失败: 不能同时配置 \" compileCommands\" 和 \" cppProperties\" 。" ,
357+ "config_compile_commands_not_found" : " 初始化失败: 未找到 \" compileCommands\" 路径:“{0}”。" ,
358+ "config_cpp_properties_not_found" : " 初始化失败: 未找到 \" cppProperties\" 路径:“{0}”。" ,
359+ "config_cpp_properties_parse_failed" : " 初始化失败: 无法解析 \" cppProperties\" 指定的文件:“{0}”。请验证 JSON 格式。错误: {1}" ,
360+ "config_cpp_properties_schema_invalid" : " 初始化失败: 无法从 \" cppProperties\" 文件读取配置:“{0}”。请验证架构。" ,
361+ "config_no_configurations" : " 初始化失败:“{0}”不包含有效的 \" configurations\" 数组。" ,
362+ "config_configuration_not_found" : " 初始化失败: 在 \" cppProperties\" 文件中找不到配置“{0}”:“{1}”。" ,
363+ "config_paths_cache_missing" : " 初始化失败: 缺少 LSP 配置路径缓存。" ,
364+ "curl_not_found" : " 未找到 libcurl ({0})。身份验证和遥测需要 libcurl。" ,
365+ "curl_install_macos" : " macOS 默认应已提供 libcurl。如果缺失,请通过以下命令安装: brew install curl" ,
366+ "curl_install_linux" : " 安装 libcurl: sudo apt install libcurl4 (Debian/Ubuntu)或 sudo dnf install libcurl (Fedora/RHEL)。" ,
367+ "curl_symbols_missing" : " 已加载 libcurl,但缺少必需的符号。这可能表示 libcurl 版本太旧或不兼容。没有兼容的 libcurl,语言服务器无法运行。" ,
368+ "keytar_not_found" : " 未找到 libsecret-1.so.0 ({0})。安全凭据存储需要 libsecret。安装 libsecret: sudo apt install libsecret-1-0 (Debian/Ubuntu)或 sudo dnf install libsecret (Fedora/RHEL)。" ,
369+ "keytar_symbols_missing" : " 已加载 libsecret,但缺少必需的符号。没有兼容的 libsecret,语言服务器无法运行。" ,
370+ "telemetry_disable_failed" : " 禁用遥测失败。" ,
371+ "lsp_method_not_found" : " 未找到方法: {0}" ,
372+ "intellisense_same_canonical_path" : " 无法为与现有文件具有相同规范化路径的文件处理 IntelliSense。URI: {0},规范化路径: {1}" ,
373+ "status_initializing" : " 正在初始化" ,
374+ "status_initializing_with_n_of_m" : " 正在初始化({0}/{1})" ,
375+ "status_initializing_with_n_of_m_and_text" : " 正在初始化({0}/{1}): {2}" ,
376+ "status_initializing_with_text" : " 正在初始化 {0}" ,
377+ "status_initializing_projects" : " 正在初始化项目" ,
378+ "status_initializing_projects_with_n_of_m" : " 正在初始化项目({0}/{1})" ,
379+ "status_initializing_projects_with_n_of_m_and_text" : " 正在初始化项目({0}/{1}): {2}" ,
380+ "status_initializing_projects_with_text" : " 正在初始化项目 {0}" ,
381+ "status_checking_for_outdated_files" : " 正在检查过期文件" ,
382+ "status_checking_for_outdated_files_with_n_of_m" : " 正在检查过期文件({0}/{1})" ,
383+ "status_checking_for_outdated_files_with_n_of_m_and_text" : " 正在检查过期文件({0}/{1}): {2}" ,
384+ "status_checking_for_outdated_files_with_text" : " 正在检查过期文件 {0}" ,
385+ "status_parsing_files" : " 正在解析文件" ,
386+ "status_parsing_files_with_n_of_m" : " 正在解析文件({0}/{1})" ,
387+ "status_parsing_files_with_n_of_m_and_text" : " 正在解析文件({0}/{1}): {2}" ,
388+ "status_parsing_files_with_text" : " 正在解析文件 {0}" ,
389+ "status_parsing_includes" : " 正在解析包含的文件" ,
390+ "status_parsing_includes_with_n_of_m" : " 正在解析包含的文件({0}/{1})" ,
391+ "status_parsing_includes_with_n_of_m_and_text" : " 正在解析包含的文件({0}/{1}): {2}" ,
392+ "status_parsing_includes_with_text" : " 正在解析包含的文件 {0}" ,
393+ "status_scanning_includes" : " 正在扫描 #includes 以查找更多文件" ,
394+ "status_scanning_includes_with_n_of_m" : " 正在扫描 #includes 以查找更多文件({0}/{1})" ,
395+ "status_scanning_includes_with_n_of_m_and_text" : " 正在扫描 #includes 以查找更多文件({0}/{1}): {2}" ,
396+ "status_scanning_includes_with_text" : " 正在扫描 #includes 以查找更多文件 {0} {1}" ,
397+ "status_updating_external_dependencies" : " 就绪(正在更新外部依赖项)" ,
398+ "status_updating_external_dependencies_with_n_of_m" : " 就绪(正在更新外部依赖项)({0}/{1})" ,
399+ "status_updating_external_dependencies_with_n_of_m_and_text" : " 就绪(正在更新外部依赖项)({0}/{1}): {2}" ,
400+ "status_updating_external_dependencies_with_text" : " 就绪(正在更新外部依赖项){0}" ,
401+ "status_optimizing_database" : " 就绪(正在优化数据库)" ,
402+ "status_optimizing_database_with_n_of_m" : " 就绪(正在优化数据库)({0}/{1})" ,
403+ "status_optimizing_database_with_n_of_m_and_text" : " 就绪(正在优化数据库)({0}/{1}): {2}" ,
404+ "status_optimizing_database_with_text" : " 就绪(正在优化数据库){0}" ,
405+ "status_creating_indexes" : " 正在创建索引" ,
406+ "status_creating_indexes_with_n_of_m" : " 正在创建索引({0}/{1})" ,
407+ "status_creating_indexes_with_n_of_m_and_text" : " 正在创建索引({0}/{1}): {2}" ,
408+ "status_creating_indexes_with_text" : " 正在创建索引 {0}" ,
409+ "status_evaluating_file" : " 正在评估" ,
410+ "status_evaluating_file_with_n_of_m" : " 正在计算({0}/{1})" ,
411+ "status_evaluating_file_with_n_of_m_and_text" : " 正在计算({0}/{1}): {2}" ,
412+ "status_evaluating_file_with_text" : " 正在计算 {0}" ,
413+ "status_indexing_files" : " 正在为文件编制索引" ,
414+ "status_indexing_files_with_n_of_m" : " 正在为文件编制索引({0} of {1})" ,
415+ "status_indexing_files_with_n_of_m_and_text" : " 正在为文件编制索引({0}/{1}): {2}" ,
416+ "status_indexing_files_with_text" : " 正在为文件编制索引 {0}" ,
417+ "help_allow_missing_lsp_config" : " 即使指定的 --lsp-config 文件不存在,也允许服务器启动。" ,
418+ "initialize_failed_during_engine_setup" : " 引擎设置期间初始化失败。"
323419}
0 commit comments