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/JsSidebar): update zh-CN translation #9849

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions kumascript/macros/JsSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var text = mdn.localStringMap({
'Deprecated_features': 'Fonctionnalités dépréciées',
},
'zh-CN': {
'Overview': 'JavaScript 知识概要',
'Overview': 'JavaScript 技术概要',
'Tutorials': '教程',
'Guide': 'JavaScript 指南',
'Guide_Introduction': '介绍',
Expand All @@ -200,7 +200,7 @@ var text = mdn.localStringMap({
'Complete_beginners': '快速入门',
'Basics': 'JavaScript 基础知识',
'First_steps': 'JavaScript 第一步',
'Building_blocks': '创建 JavaScript 代码块',
'Building_blocks': '构建 JavaScript 代码块',
'Intermediate': '中级教程',
jasonren0403 marked this conversation as resolved.
Show resolved Hide resolved
'Introducing_objects': '介绍 JavaScript 对象',
'Client-side_APIs': '客户端 Web API',
Expand All @@ -209,7 +209,7 @@ var text = mdn.localStringMap({
'Data_structures': 'JavaScript 数据结构',
'Equality': '如何正确判断相等性',
'Closures': '闭包',
'Advanced': '高级',
'Advanced': '进阶教程',
jasonren0403 marked this conversation as resolved.
Show resolved Hide resolved
'Inheritance': '继承和原型链',
'Strict_mode': '严格模式',
'Memory_management': '内存管理',
Expand Down
Loading