Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(macros/HTMLSidebar): update zh-CN translation of HTMLSidebar #9790

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions kumascript/macros/HTMLSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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 表格',
Expand All @@ -298,18 +298,18 @@ var text = mdn.localStringMap({
'HTML_Elements': 'HTML 元素',
'Global_attributes': '全局属性',
'Attributes': '属性',
'Input_types': '<code>&lt;input&gt;</code> types',
'Input_types': '<code>&lt;input&gt;</code> 类型',
'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 标签',
},
});
%>
Expand Down