Fix zh-CN terminology: align 未提交 with 未保存 in config.json#407
Open
xdfnet wants to merge 1 commit into
Open
Conversation
After the commitChanges → saveChanges rename (PR lmstudio-ai#406), two stragglers still used "未提交" wording where context calls for "未保存". Changes in zh-CN/config.json (2 keys): - applyConflictResolution.description: "未提交的更改" → "未保存的更改" - presets.discardChanges/info: "未提交的更改" → "未保存的更改" Aligns with en's discardChanges/info phrasing ("Discard all unsaved changes") and with the file's existing "未保存" usage at presets.discardChanges. Co-Authored-By: Claude <noreply@anthropic.com>
Author
|
I have read the CLA Document and I hereby sign the CLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
跟随 PR #406 的命名升级,清理 zh-CN 中 2 处仍使用"未提交"措辞的键,统一为"未保存"。
Changes
zh-CN/config.json (2 keys):
applyConflictResolution.description: "未提交的更改" → "未保存的更改"presets.discardChanges/info: "未提交的更改" → "未保存的更改"Notes
Discard all unsaved changes用词对齐presets.discardChanges("丢弃未保存的更改") 一致