-
Notifications
You must be signed in to change notification settings - Fork 3
Introduction 翻譯 #15
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
Introduction 翻譯 #15
Conversation
@bblurock plz review this |
|
||
Good coding standards are important in any software development project. These standards are even more important when a large, diverse and worldwide community of developers are contributing to a project. One of the things that sets good software apart from great software is not only the features or the actual function the software performs, but the quality of its source code. |
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.
is not only ... but
對等連連接詞 “ not only A but also B ” 雖然有 not,但意思卻是「肯定的」,意指 「不只是 A 而且連 B 都 …」,即 A 和 B 兩者都…。其中 only 可換成 merely,而 also 可省略。
所以跟 並非... 而 ...
的意思有一點點不一樣。
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.
應該是要用「並非只」
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.
不過就中文來說,有時候 並非... 而 ...
就含有「並非只」的意思了
因為講完全的,「並非只在於...而」這樣的用詞在傳統中文中其實很少見
我改成「不只在於」好了
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.
我改成「不只在於它提供了多少優異的功能,也需關注它的原始碼品質有多優良」
不過說真的原文就很文言了,照翻會很難讀
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.
好的好的
👍 |
No description provided.