File affected
i18n/vscode-language-pack-de/translations/extensions/vscode.git.i18n.json
Issue Description
There are several overly literal or grammatically incorrect translations in the Git extension UI that feel very unnatural in german. The most prominent one is translating the Git "Stage" action as "Phase" (e.g., "Phasenblock" for staging a block of code).
Here is a list of lines that should be corrected:
command.stageBlock (Current: "Phasenblock" -> Suggestion: "Block stagen")
command.stageSelection (Current: "Phasenauswahl" -> Suggestion: "Auswahl stagen")
Are you sure you want to stage {0} files with merge conflicts? (Current: "...Mergingkonflikten..." -> Suggestion: "...Merge-Konflikten...")
File affected
i18n/vscode-language-pack-de/translations/extensions/vscode.git.i18n.jsonIssue Description
There are several overly literal or grammatically incorrect translations in the Git extension UI that feel very unnatural in german. The most prominent one is translating the Git "Stage" action as "Phase" (e.g., "Phasenblock" for staging a block of code).
Here is a list of lines that should be corrected:
command.stageBlock(Current: "Phasenblock" -> Suggestion: "Block stagen")command.stageSelection(Current: "Phasenauswahl" -> Suggestion: "Auswahl stagen")Are you sure you want to stage {0} files with merge conflicts?(Current: "...Mergingkonflikten..." -> Suggestion: "...Merge-Konflikten...")