Skip to content

Commit 8e9076b

Browse files
committed
[zh] Revise translation for notes shortcode
Currently, the three types of notes are translated as: - `note` --> `注意:` - `caution` --> `警告:` - `warning` --> `警告:` This PR revises the translation to: - `note` --> `说明:` - `caution` --> `注意:` - `warning` --> `警告:`
1 parent 86d373b commit 8e9076b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i18n/zh.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 注意:修改此文件时请维持字符串名称的字母顺序并与英文版保持一致
33

44
[caution]
5-
other = "警告:"
5+
other = "注意:"
66

77
[cleanup_heading]
88
other = "清理现场"
@@ -164,7 +164,7 @@ other = "了解"
164164
other = "了解更多"
165165

166166
[note]
167-
other = "注意"
167+
other = "说明"
168168

169169
[objectives_heading]
170170
other = "教程目标"

0 commit comments

Comments
 (0)