From 35cb65f2f32e5445d9b348a096af926af0b0329f Mon Sep 17 00:00:00 2001
From: Jason Ren <40999116+jasonren0403@users.noreply.github.com>
Date: Wed, 11 Oct 2023 11:00:48 +0800
Subject: [PATCH] chore(macros/HTMLSidebar): update zh-CN translation of
HTMLSidebar
---
kumascript/macros/HTMLSidebar.ejs | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/kumascript/macros/HTMLSidebar.ejs b/kumascript/macros/HTMLSidebar.ejs
index ffed8b3a9775..9bb3f6b0428d 100644
--- a/kumascript/macros/HTMLSidebar.ejs
+++ b/kumascript/macros/HTMLSidebar.ejs
@@ -285,8 +285,8 @@ var text = mdn.localStringMap({
'Multimedia_and_embedding_overview': '多媒体与嵌入概述',
'Images_in_HTML': 'HTML 中的图片',
'Video_and_audio_content': '视频和音频内容',
- 'From_object_to_iframe_other_embedding_technologies': '从对象到 iframe——其他嵌入技术',
- 'Adding_vector_graphics_to_the_web': '为 Web 新增矢量图',
+ 'From_object_to_iframe_other_embedding_technologies': '从 object 到 iframe——其他嵌入技术',
+ 'Adding_vector_graphics_to_the_web': '为 web 新增矢量图',
'Responsive_images': '响应式图片',
'Assessment_Mozilla_splash_page': '测验:Mozilla 醒目页面',
'HTML_tables' : 'HTML 表格',
@@ -298,18 +298,18 @@ var text = mdn.localStringMap({
'HTML_Elements': 'HTML 元素',
'Global_attributes': '全局属性',
'Attributes': '属性',
- 'Input_types': '<input>
types',
+ 'Input_types': '<input>
类型',
'Guides': '指南:',
'Content_categories': '内容分类',
- 'Allowing_cross-origin_images_and_canvas': '启用了 CORS 的图片',
+ 'Allowing_cross-origin_images_and_canvas': '允许图片和 canvas 跨源使用',
'Block-level_elements': '块级元素',
- 'Inline_elements': '行内元素',
+ 'Inline_elements': '行级元素',
'Date_and_time_formats': 'HTML 中使用的日期与时间格式',
'Constraint_validation': '约束验证',
- 'Microdata': 'Microdata',
- 'microformats': 'Microformats',
+ 'Microdata': '微数据',
+ 'Microformats': '微格式',
'Quirks_Mode_and_Standards_Mode': '怪异模式和标准模式',
- 'Viewport_meta_tag': 'Viewport meta tag',
+ 'Viewport_meta_tag': 'Viewport meta 标签',
},
});
%>