From d7f3e7d6859d4742a42481af842c045691ec8268 Mon Sep 17 00:00:00 2001 From: Jason Ren <40999116+jasonren0403@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:12:00 +0800 Subject: [PATCH] chore(macros/MathMLRef): update zh-CN translation (#9915) --- kumascript/macros/MathMLRef.ejs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kumascript/macros/MathMLRef.ejs b/kumascript/macros/MathMLRef.ejs index 830c484186ab..2d0e916e1f85 100644 --- a/kumascript/macros/MathMLRef.ejs +++ b/kumascript/macros/MathMLRef.ejs @@ -34,9 +34,11 @@ const text = mdn.localStringMap({ 'Guides': 'Путеводитель', }, 'zh-CN': { - 'Reference': '参考:', + 'Reference': '参考', 'Elements': '元素', - 'Guides': '指南:', + 'Global attributes': '全局属性', + 'Guides': '指南', + 'Examples': '示例', }, });