tooot/src/i18n/zh-Hans/components/parse.ts

10 lines
142 B
TypeScript

export default {
HTML: {
expanded: {
true: '折叠{{hint}}',
false: '展开{{hint}}'
},
defaultHint: '全文'
}
}