Skip to content

Commit e0e4106

Browse files
committed
fix: crowdin syntax errors and reversions
1 parent e49afe6 commit e0e4106

File tree

3 files changed

+3
-3
lines changed
  • public/content/translations/zh

3 files changed

+3
-3
lines changed

public/content/translations/zh/contributing/translation-program/translators-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Crowdin 有一个内置功能,可以在翻译人员即将出错时发出警告
116116

117117
![link.png 示例](./example-of-link.png)
118118

119-
链接同样以标签的形式出现在源文本中(即 `<0> </0>`)。 `<0> </0>`). 如果你将鼠标悬停在标签上,编辑器将显示其全部内容 - 有时这些标签将代表链接。
119+
链接同样以标签的形式出现在源文本中(即 `<0>` `</0>`)。如果你将鼠标悬停在标签上,编辑器将显示其全部内容 - 有时这些标签将代表链接。
120120

121121
从源复制链接而不要更改其顺序,这一点非常重要。
122122

public/content/translations/zh/desci/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ summaryPoint3: 它以开放科学运动为基础。
126126
- [Samuel Akinosho 的《去中心化科学:研究的未来》](https://lucidsamuel.medium.com/desci-the-future-of-research-b76cfc88c8ec)
127127
- [Nadia 的《科学基金(结语:去中心化科学和新的加密原语)》](https://nadia.xyz/science-funding)
128128
- [去中心化正在颠覆药物开发](https://medium.com/id-theory/decentralisation-is-disrupting-drug-development-28b5ba5d447f)
129-
- [什么是去中心化科学 (DeSci)?](https://usadailytimes.com/2022/09/12/what-is-desci-decentralized-science/)
129+
- [什么是去中心化科学 (DeSci)?](https://usadailytimes.com/2022/09/12/what-is-desci-decentralized-science/)
130130

131131
### 相关视频 {#videos}
132132

public/content/translations/zh/developers/docs/smart-contracts/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ contract VendingMachine {
115115

116116
-[开发环境](/developers/docs/frameworks/)下测试、编译、和部署智能合约
117117

118-
- 通过基本代码分析工具运行代码,例如 [Cyfrin Aaderyn](https://github.com/Cyfrin/aderyn) 、Mythril 和 Slither。 理想情况下,应在合并每个拉取请求前进行这一操作,并比较输出中的不同之处
118+
- 通过基本代码分析工具运行代码,例如 [Cyfrin Aderyn](https://github.com/Cyfrin/aderyn) 、Mythril 和 Slither。 理想情况下,应在合并每个拉取请求前进行这一操作,并比较输出中的不同之处
119119

120120
- 确保代码在编译时没有错误,并且 Solidity 编译器没有发出警告
121121

0 commit comments

Comments
 (0)