Files
test-repo/docs/.vitepress/theme/locales/chapter-introduction/index.js
T

15 lines
299 B
JavaScript
Raw Normal View History

export default {
'zh-cn': {
title: '本章学习目标',
duration: '预计耗时',
output: '预期产出',
assignment: '课后任务'
},
'en': {
title: 'Learning Objectives',
duration: 'Estimated Time',
output: 'Expected Output',
assignment: 'Assignment'
}
}