All i18n issues are fixed. I added the missing parallelLabel and parallelHelper keys to the Chinese (Simplified) translation file (zh-Hans/settings.json). These keys were already present in English, Japanese, Korean, and Spanish but were missing from the Chinese translation. (#1455)

This commit is contained in:
Louis Knight-Webb
2025-12-08 14:06:28 +00:00
committed by GitHub
parent 76877ea631
commit f045b3f935

View File

@@ -324,7 +324,9 @@
"description": "为此项目配置设置、开发和清理脚本。", "description": "为此项目配置设置、开发和清理脚本。",
"setup": { "setup": {
"label": "设置脚本", "label": "设置脚本",
"helper": "此脚本将在创建工作树后、编码代理启动前运行。用于设置任务,如安装依赖项或准备环境。" "helper": "此脚本将在创建工作树后、编码代理启动前运行。用于设置任务,如安装依赖项或准备环境。",
"parallelLabel": "与编码代理并行运行设置脚本",
"parallelHelper": "启用后,设置脚本将与编码代理同时运行,而不是等待设置完成后再启动。"
}, },
"dev": { "dev": {
"label": "开发服务器脚本", "label": "开发服务器脚本",