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

10 lines
142 B
TypeScript
Raw Normal View History

2021-01-19 01:13:45 +01:00
export default {
HTML: {
expanded: {
true: '折叠{{hint}}',
false: '展开{{hint}}'
2021-01-22 01:34:20 +01:00
},
defaultHint: '全文'
2021-01-19 01:13:45 +01:00
}
}