-
Notifications
You must be signed in to change notification settings - Fork 43
Update vms、setting、tools #157
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
base: master
Are you sure you want to change the base?
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 |
|---|---|---|
|
|
@@ -129,7 +129,7 @@ No Virtual Machines installed=未安装虚拟机 | |
| None available=无可用 | ||
| Not running=没有运行 | ||
| Not set=未设置 | ||
| Only these special characters are valid Underscore _ Hyphen - Colon Period=Only these special characters are valid Underscore (_) Hyphen (-) Colon (:) Period (.) | ||
| Only these special characters are valid Underscore _ Hyphen - Colon Period=只有以下特殊字符有效:下划线 (_) 、连字符 (-) 、冒号 (:) 、句号 (.) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Inconsistent Chinese terminology for "Period" across the file. Line 132 uses "句号" to translate "Period," but Line 286 uses "句点" for the same English word in a similar context. Maintain consistency by using the same Chinese term throughout the file; "句号" is the more standard/common choice for punctuation terminology. 🤖 Prompt for AI Agents |
||
| OpenELEC Version=OpenELEC 版本 | ||
| OpenELEC=OpenELEC | ||
| Optional=可选的 | ||
|
|
||
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.
English grammar issue: Missing punctuation between clauses.
The removal of the period creates grammatically incorrect English text: "No CPU pinning available Docker service must be started." This needs punctuation or restructuring to be readable. Consider:
The Chinese translation works fine with a comma, but the English requires proper punctuation to be grammatically correct and user-friendly.
🤖 Prompt for AI Agents