-
Notifications
You must be signed in to change notification settings - Fork 285
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
translate minio-js docs to Chinese. #650
Conversation
Moved review from @deekoder due to unavailability. |
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.
Sorry for the lateness. not sure how this slipped through the crack.
@dingjs Not sure if you want to translate the comments in the code to chinese as well.
README_zh_CN.md
Outdated
npm install --save minio | ||
``` | ||
|
||
## 下载源码安装 |
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.
Acturally I'm not.The code explains itself.Maybe I should change the comment back to English,for consistency.
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.
comments in code can be in english
docs/zh_CN/API.md
Outdated
|
||
__示例__ | ||
|
||
单个对象的最大大小限制在5TB。putObject在对象大于5MiB时,自动使用multiple parts方式上传。这就当上传失败时,客户端只需要上传未成功的部分即可(类似断点上传)。上传的对象使用MD5SUM签名进行完整性验证。 |
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.
这就当上传失败时->这样的话,当上传失败的时
docs/zh_CN/API.md
Outdated
__示例__ | ||
|
||
|
||
单个对象的最大大小限制在5TB。fPutObject在对象大于5MiB时,自动使用multiple parts方式上传。这就当上传失败时,客户端只需要上传未成功的部分即可(类似断点上传)。上传的对象使用MD5SUM签名进行完整性验证。 |
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.
ditto
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.
ditto
@yihuaf The original docs is ditto too,but I agree with you,it's a little redundant.I removed it in Chinese docs.
@harshavardhana this can be taken in right? |
@krishnasrinivas No. We need @yihuaf approval since hes is the key reviewer for this PR. |
@yihuaf ping. |
ec169b1
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.
Apologize for the lateness. Was traveling and had limited access.
translate minio-js docs to Chinese.