-
Notifications
You must be signed in to change notification settings - Fork 84
Update README_zh-CN.md #35
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?
Conversation
Change some translation from machine translation to my translation. Update readme v0.3.0 in Chinese. Not Completed, maybe someday I will remember this and then translate the left english text.
cdfmlr
left a comment
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.
感谢🙏,计划等你翻译完再一起合并,请务必继续工作🥺。
另外标记了发现的几个小 Markdown 语法问题,如果可以也请顺手修一下哈🙏
| P.S. 许多 Markdown 编辑器(例如 Typora)也支持这种流程图语法(参考:[Typora doc about flowchart](https://support.typora.io/Draw-Diagrams-With-Markdown/#flowcharts))。如果你喜欢 CLI,可以参考 [francoislaberge/diagrams](https://github.com/francoislaberge/diagrams/#flowchart)。 | ||
| (v0.3.0) 你同时可以使用 pyflowchart.output_html 来生成一个类似于上图的界面: | ||
|
|
||
| output_html('output.html', 'a_pyflow_test', fc.flowchart()) |
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.
Markdown: please wrap it in a code block.
| `code`: The Python code to be converted into a flowchart. | ||
| `field`: The name of a field in the code to be converted into a flowchart. If this parameter is not specified, the entire code will be converted. | ||
| `inner`: If True, the body of the field will be parsed as a nested flowchart. If False, the body of the field will be parsed as a single node. | ||
| `simplify`: If True, simple If and Loop statements will be simplified. For example, an If statement with a single expression will be converted into a single node. | ||
| `conds_align`: If True, consecutive If statements will be aligned in the flowchart. |
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.
Markdown: please add - prefixes to make them in a list.
|
|
||
|  | ||
|
|
||
| **Note:** 还在测试,有时会寄。 |
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.
收到,话说您的母语是什么,现在翻译软件甚至能翻译 “寄” 这个词汇的网络用语含义吗?
I'm curious about your mother tongue. You even can understand the internet meaning of "寄"??!
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.
话说您的母语是什么
中文啊😆
Change some translation from machine translation to my translation.
Update readme v0.3.0 in Chinese.
Not Completed, maybe someday I will remember this and then translate the left english text.