From 44178d6ed3486be24a8eba570365919483139389 Mon Sep 17 00:00:00 2001 From: Jason Ren <40999116+jasonren0403@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:29:19 +0800 Subject: [PATCH] chore(macros/CSSRef): update zh-CN translation (#10229) * chore(macros/CSSRef): update zh-CN translation * fix previous 'margins, borders and padding' --- kumascript/macros/CSSRef.ejs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kumascript/macros/CSSRef.ejs b/kumascript/macros/CSSRef.ejs index bb4c0e05ca30..8a1ab8834def 100644 --- a/kumascript/macros/CSSRef.ejs +++ b/kumascript/macros/CSSRef.ejs @@ -778,6 +778,10 @@ const text = mdn.localStringMap({ 'Box_model': '盒模型', 'Introduction_to_the_CSS_basic_box_model': 'CSS 基本盒模型简介', 'Mastering_margin_collapsing': '外边距重叠', + 'Colors': '颜色', + 'Applying_color_to_HTML_elements_using_CSS': '使用 CSS 为 HTML 元素添加颜色', + 'Web_Accessibility_Understanding_Colors_and_Luminance': 'Web 无障碍:理解颜色和亮度', + 'Color_contrast': 'Web 无障碍:色彩对比度', 'Columns': '多栏式布局', 'Basic_concepts_of_Multicol': '多栏式布局的基础概念', 'Styling_columns': '多栏式布局的样式', @@ -827,8 +831,10 @@ const text = mdn.localStringMap({ 'Logical_properties': '逻辑属性', 'Basic_concepts': '基础概念', 'Floating_and_positioning': '浮动和定位', - 'Margins_borders_padding': '内外边距和边框', + 'Margins_borders_and_padding': '内外边距和边框', 'Sizing': '调整尺寸', + 'Math_functions': '数学函数', + 'Using_CSS_math_functions': '使用 CSS 数学函数', 'Media_queries': '媒体查询', 'Using_media_queries': '使用媒体查询', 'Using_media_queries_for_accessibility': '无障碍相关的媒体查询',