Open michelleangela opened 1 year ago
Depending on the actual linguistic context CHS version is translated correctly (parentheses are required), CHT version is translated incorrectly (should be parentheses as in the CHS context)
Expected Result: CHS:
CHT:
@v-ericawu it looks like this issue was never reported to the Localization team and it's unclear to me what exactly we should report. In English the parentheses don't belong there and if the parentheses should exist on CHS, there should be 3 items within them (PowerShell, Bash, Windows Command Prompt), not 2.
Also it appears that "shell" might have been translated in CHT, but not CHS.
@bobbrow
Actual Result: CHS: Correct translation (including correct parenthetical placement)
CHT: Translation error (missing a pair of parentheses)
- According to the Chinese language environment, the brackets in this sentence are correct in CHS: An ordinary shell only includes (PowerShell, Bash)
This is not the intent of the original English. The original string says "ordinary shell" meaning "one that does not have the correct environment variables set" and it includes PowerShell, Bash, and the Windows Command Prompt. The environment variables are only set when running the "Developer Command Prompt for VS" or "Developer PowerShell for VS" shortcuts.
@bobbrow Got it, so the actual result is incorrectly translated in CHS and correctly translated in CHT. In CHS it should be translated as follows: Remove the parentheses or there should be 3 items in the parentheses (PowerShell, Bash, Windows Command Prompt)
Remove the parentheses: 注意: 要从命令行或 VS Code 使用 MSVC,必须从 VS 的开发人员命令提示 运行。普通 shell,例如 PowerShell、Bash或 Windows 命令提示符未设置必要的路径环境变量。 There should be 3 items in the parentheses (PowerShell, Bash, Windows Command Prompt): 注意: 要从命令行或 VS Code 使用 MSVC,必须从 VS 的开发人员命令提示 运行。普通 shell (例如 PowerShell、 Bash或 Windows 命令提示符)未设置必要的路径环境变量。
@v-ericawu, thank you for the guidance. A new loc bug has been opened.
Note:
ENU:
CHS has extra parenthesis:
CHT no extra parenthesis: