-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Localization change from build: 142949177 #14542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -967,7 +967,7 @@ Windows: {}</value> | |||||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||||||
| </data> | ||||||
| <data name="MessageUninstallNoArguments" xml:space="preserve"> | ||||||
| <value>{} does not take any arguments. To unregister a distribution, use {} instead.</value> | ||||||
| <value>{} 不采用任何参数。若要注销分发,请改用 {}。</value> | ||||||
|
||||||
| <value>{} 不采用任何参数。若要注销分发,请改用 {}。</value> | |
| <value>{} 不接受任何参数。若要取消注册发行版,请改用 {}。</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The German translation for MessageUninstallNoArguments uses "Verteilung" while the rest of this locale file predominantly refers to WSL distros as "Distribution" (including the unregister help text). Consider aligning the terminology here to avoid inconsistent wording in user-facing messages. Also, wrapping the suggested flag placeholder in quotes may encourage copy/paste with quotes; consider keeping the placeholder unquoted for consistency with other locales.