blob: 79438c945ca59541b417b4f03fa3ffa7fa9c4c32 [file] [log] [blame]
export default {
en: {
nav: {
option: 'Option',
API: 'API',
tutorial: 'Tutorial',
optionGL: 'GL',
collapseAll: 'Collapse All'
},
search: {
placeholder: 'Search document',
resultTitle: 'Search Result',
showMore: 'Show more',
foundCountBrief: 'Found ${searchResultCount} items',
displayCountBrief: '${displayResultCount} displayed'
},
content: {
properties: 'Properties'
}
},
zh: {
nav: {
option: '配置项',
API: 'API',
tutorial: '教程',
optionGL: 'GL配置',
collapseAll: '收起所有'
},
search: {
placeholder: '搜索文档,回车查看更多结果',
resultTitle: '文档搜索结果',
showMore: '显示更多',
foundCountBrief: '找到 ${searchResultCount} 条配置项',
displayCountBrief: '显示 ${displayResultCount} 条'
},
content: {
properties: '所有属性'
}
}
};